*:focus {
	outline: none!important;
}

body {
	
	font-family: 'Montserrat', sans-serif;
	font-size: 1.1rem;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
	position: relative;
	color: #1f1f1f;
	line-height: 1.7;
	letter-spacing: 0.5px;
  scroll-behavior: smooth;

}

a {
	color: #1f1f1f;
	transition: color .3s ease;
}

a:hover,
a:focus,
a.active {
	color: #3587b0;
	font-weight: bold;
	
}

h1 {
	font-size: 2.15rem;
}

h2 {
	font-size: 2rem;
	font-family: "Oswald", serif;
}

h3 {
	font-size: 1.75rem;
}

h4 {
	font-size: 1.5rem;
}

h5 {
    font-size: 1.375rem;
}

h6 {
	font-size: 1rem;
}

h1, h2, h3, h4, h5, h4 {
	line-height: 1.7;
	
}
h1{font-family: "Oswald", serif;
	letter-spacing: 0.2em;}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}


img {
	max-width: 100%;
	height: auto;
}

svg {
	max-width: 100%;
}

a:hover,
a:focus {
	text-decoration: none;
}
@media (min-width: 1200px) {
	.container {
		max-width: 1170px;
	}
}


@-webkit-keyframes pulse {
	0% {-webkit-transform: scale(0.2, 0.2); opacity: 0;}
	50% {opacity: 1;}
	100% {-webkit-transform: scale(1.5, 1.5); opacity: 0;}
}

.u-animation-pulse {
	animation: pulse 2s ease-out;
	animation-iteration-count: infinite;
	opacity: 0;
}


.u-h1 {
	font-size: 2.25rem;
}

.u-h2 {
	font-size: 2rem;
}

.u-h3 {
	font-size: 1.75rem;
}

.u-h4 {
	font-size: 1.5rem;
}

.u-h5 {
	font-size: 20px;
}

.u-h6 {
	font-size: 1rem;
}

.u-text-sm {
	font-size: 14px;
}

.u-text-xs {
	font-size: 12px;
}

.u-text-lg {
	font-size: 20px;
}

.u-font-serif {
	font-family: 'Montserrat', serif;
}

.u-font-italic {
	font-style: italic;
}

.u-weight-700 {
	font-weight: 700;
}

.u-weight-900 {
	font-weight: 900;
}


.u-bg-white {
	background-color: #fff;
}

.u-bg-primary {
	background-color: #faf4f5;
}

.u-bg-grey {
	background-color: #F7F3F1;
}

.u-bg-beige {
	background-color: #F8F6E9;
}

.u-bg-gold{
	background-color: #cea66b;
}

.u-bg-half-grey {
	position: relative;
	background-color: #F7F3F1;
}

.u-bg-brown{
	background-color: #C4B3A3
}
.u-bg-green {
	
	background-color: #B5CDCF;
}

.u-bg-yellow{
	background-color: #F8F6E9;
}

@media(min-width: 991px) {
	
	.tall-pic{
		height: 42.2em; width: 388px;
	}
	.tall-pic2{
		height: 44.5em; width: 388px;
		
	}
	.u-bg-half-grey {
		background-color: transparent;
	}

	.u-bg-half-grey:before {
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		right: 0;
		bottom: 30%;
		background-color: #F7F3F1;
	}
}

.u-bg-half-grey--lg:before {
	bottom: 20%;
}

.u-bg-cover {
	background-size: cover;
	background-repeat: no-repeat;
}

.u-bg-p-top {
	background-position: top!important;
}

.u-bg-p-center {
	background-position: center!important;
}

.u-bg-p-bottom {
	background-position: bottom!important;
}


.u-d-none {
	display: none;
}

/* spacing */
/* margin top */
.u-mt-1 {
	margin-top: 1rem!important;
}

.u-mt-2 {
	margin-top: 2rem!important;
}

.u-mt-3 {
	margin-top: 3rem!important;
}

.u-mt-4 {
	margin-top:4rem!important;
}

.u-mt-5 {
	margin-top: 5rem!important;
}

.u-mt-6 {
	margin-top: 6rem!important;
}

.u-mt-7 {
	margin-top: 7rem!important;
}

/* margin bottom */
.u-mb-0 {
	margin-bottom: 0!important;
}

.u-mb-1 {
	margin-bottom: 1rem!important;
}

.u-mb-2 {
	margin-bottom: 2rem!important;
}

.u-mb-3 {
	margin-bottom: 3rem!important;
}

.u-mb-4 {
	margin-bottom:4rem!important;
}

.u-mb-5 {
	margin-bottom: 5rem!important;
}

.u-mb-6 {
	margin-bottom: 6rem!important;
}

.u-mb-7 {
	margin-bottom: 7rem!important;
}

.u-mb-8 {
	margin-bottom: 8rem!important;
}

.u-ml-0{
	margin-left: 0px;
}
.u-mt-n-1 {
	margin-top: -1rem!important;
}

/* padding top */
.u-pt-1 {
	padding-top: 1rem!important;
}

.u-pt-2 {
	padding-top: 2rem!important;
}

.u-pt-3 {
	padding-top: 3rem!important;
}

.u-pt-4 {
	padding-top: 4rem!important;
}

.u-pt-5 {
	padding-top: 5rem!important;
}

.u-pt-6 {
	padding-top: 6rem!important;
}

.u-pt-7 {
	padding-top: 7rem!important;
}

.u-pt-8 {
	padding-top: 8rem!important;
}

/* padding bottom */
.u-pb-1 {
	padding-bottom: 1rem!important;
}

.u-pb-2 {
	padding-bottom: 2rem!important;
}

.u-pb-3 {
	padding-bottom: 3rem!important;
}

.u-pb-4 {
	padding-bottom: 4rem!important;
}

.u-pb-5 {
	padding-bottom: 5rem!important;
}

.u-pb-6 {
	padding-bottom: 6rem!important;
}

.u-pb-7 {
    padding-bottom: 7rem!important;
    padding-top: 0px;
}

.u-pb-8 {
	padding-bottom: 8rem!important;
}

.u-pb-9 {
	padding-bottom: 9rem!important;
}

.u-bg-with-flower {
	position: relative;
	overflow: hidden;
}

.bg-flower {
	position: absolute;
	opacity: 0.5;
	width: 70px;
	bottom: -20px;
}

.bg-flower--alt {
	transform: rotate(180deg);
	top: -40px;
	bottom: auto;
	right: 0;
}

.bg-flower--right {
	right: 0;
}


.btn {
	/*text-transform: uppercase;*/
	font-size: 1rem;
	display: inline-block;
	border-radius: 0;
	padding: 15px 50px;
	background-color: #C4B3A3;
	border: 0px solid #1f1f1f;
	color: #fff;
	transition: all .3s ease;
	letter-spacing: 1.5px;
	position: relative;
}

.btn:after {
	content: "";
	position: absolute;
	bottom: -5px;
	height: 0px;
	width: 100%;
	background: #fff;
	left: 0;
	transition: bottom .3s ease;
}

.btn--no-border:after {
	content: none;
}

.btn:hover:after,
.btn:focus:after {
	bottom: 0;
	background-color: #F8F6E9;
	border: 0px solid #F8F6E9;
	color: #000;
}

.btn--ghost {
	background-color: transparent;
	color: #1f1f1f;
}

.btn--ghost:hover,
.btn--ghost:focus {
	background-color: #c4b2a2;
	color: #fff;
}

.btn--white{
	background-color: transparent;
	color: #fff;
	border: 1px solid #FFFFFF;
	padding: 10px;
	margin: 20px;
	cursor: hand; cursor: pointer;
}

.btn--cta{ 
	background-color: #1A85B5;
	color: #fff;
	font-weight: 600;
}

.btn--cta:hover{
	background-color: #F8F6E9;
	color: #000;
	
}

.btn--cta2{ 
	background-color: #F8F6E9;
	color: #1A85B5;
	font-size: 1.375rem;
}

.btn--cta2:hover{
	background-color: #F8F6E9;
	color: #000;
	
}

.btn--full {
	display: block;
}

.btn--sm {
	padding: 10px 50px;
}

.btn--xs {
	padding: 8px 15px;
	letter-spacing: 1.5px;
}

.list-bare {
	list-style: none;
}

.icon:hover {
	color: #c4b2a2;
}

.icon {
	font-size: 25px;
	transition: color .3s ease;
	color: #1f1f1f;
}

.icon--primary {
	color: #c4b2a2;
}

.icon--sm {
	font-size: 18px;
}

/* text block */
.text-block__title {
    font-family: "Oswald", serif;
    font-size: 27px;
    position: relative;
    padding-bottom: 1rem;
    text-transform: uppercase;
	
}

.text-block2 {
    background-color: rgba(255, 255, 255, 0.8);
    padding-top: 85px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 85px;
    margin: 10px;
}
.text-block3 {
    background-color: rgba(255, 255, 255, 0.8);
    padding-top: 12%;
    padding-right: 12%;
    padding-left: 12%;
    padding-bottom: 12%;
    margin: 3%;
	font-size: 1rem;
}

@media(min-width: 992px) {
	.text-block3 {
    background-color: rgba(255, 255, 255, 0.8);
    padding-top: 55px;
    padding-right: 30px;
    padding-left: 30px;
    padding-bottom: 55px;
    margin-top: 10px;
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
		font-size: 1rem;
}
	.text-block__content2 p{
		font-size: 1rem;
	}
}
	
	.desktop-nav__item > a {
    padding-top: 10px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 10px;
    display: block;
    line-height: 20px;
    font-weight: 500;
    margin: 18px 0px 16px;
    font-size: 0.9rem;
}
	
	.desktop-nav__item > a:active {
   color: #3f85b0;
}
.text-block4 {
    background-color: rgba(255, 255, 255, 0.0);
    padding-top: 55px;
    padding-right: 30px;
    padding-left: 30px;
    padding-bottom: 55px;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
}

.text-block5 {
   
    padding-top: 55px;
    padding-right: 89%;
    padding-left: 30px;
    padding-bottom: 10px;
    margin-top: -43%;
    margin-right: -100%;
    margin-left: 0px;
    margin-bottom: 0px;
	text-justify: auto;
	position: absolute;
	z-index: 2;
	
	
}

.yellow-back{
	 background-color: rgba(248, 246, 233, 1.0);

    position: absolute;
	z-index: 0;
	margin-right: 20%;
	margin-top: -120px;
	width: 53vw;
	 min-height: 390px;
	margin-bottom: 50px;
		
}

	@media only screen and (max-width: 1400px) {
   
		.yellow-back{
	 background-color: rgba(248, 246, 233, 1.0);

    position: absolute;
	z-index: 0;
	margin-right: 20%;
	width: 90vw;
		
}
}
	
	.blue-back{
	 background-color: rgba(181,205,207 );

    position: absolute;
	z-index: 0;
	margin-right: 0%;
	margin-top: 0px;
	width: 700px;
	 min-height: 60%;
	margin-bottom: 0px;
		
}
	@media only screen and (max-width: 1400px) {
   
		.blue-back{
	 background-color: rgba(181,205,207 );

    position: absolute;
	z-index: 0;
	margin-right: 20%;
	width: 70vw;
		
}
}



.text-block__title2{
    color: #333;
    font-weight: 600;
	font-size: 20px;
    font-family: "Oswald", serif;
    margin-bottom: 20px;
}
.text-block__content2{
    color: #333;
    text-align: center;
	text-align: justify;
  text-justify: inter-word;
}

.text-block__title--sm {
	font-size: 20px;
	padding-bottom: 0.6rem;
}

.text-block__subtitle {
	font-family: 'Montserrat', serif;
	font-size: 14px;
	font-style: italic;
}

.text-block__title:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	height: 1px;
	width: 80px;
	background-color: #c4b2a2;
}

.text-block__title--alt {
    padding-bottom: 0;
    color: #1A85B5;
    padding-left: 10px;
}

.text-block__title--alt:after {
	content: none;
}

.text-block.text-center .text-block__title:after {
	right: 0;
	margin: auto;
}

.text-block__content {
    padding: 10px;
    margin-top: 2rem;
  
    text-align: justify;
    text-justify: inter-word;
	

}



.text-block__content ul li {
	padding-left: 25px;
	position: relative;
}

.text-block__content ul li:before {
	content: "";
	position: absolute;
	height: 0px;
	width: 15px;
	left: 0;
	top: 50%;
	background-color: #1f1f1f;
}

.text-block__btn {
	margin-top: 1.2rem;color: #fff;
	
	padding: 20px;
	display: block;
	margin: 30px auto;
	max-width: 300px;
	font-size: 1.5rem;
	
}
.text-block__btn:hover{
	background-color: #F8F6E9;
	color: #000;
}


.top-title {
    display: inline-block;
    font-family: "Oswald", serif;
    font-size: 1.375rem;
    margin: 0.1rem 0;
    letter-spacing: 1.5px;
    position: relative;
	/*text-transform: uppercase;*/
}

.top-title2 {
    display: inline-block;
    font-family: "Oswald", serif;
    font-size: 1.375rem;
    margin: 0.1rem 0;
    letter-spacing: 1.5px;
    position: relative;
    text-transform: uppercase;
    padding-left: 0px;
}

span.top-title-caps {
	display: inline-block;
	font-family: "Montserrat", serif;
	font-size: 20px;
	margin: 0.1rem 0;
	letter-spacing: 1.5px;	
	position: relative;
	text-transform: uppercase;
	font-weight: 600;
}

.top-title-caps {
	display: inline-block;
	font-family: "Montserrat", serif;
	font-size: 20px;
	margin: 0.1rem 0;
	letter-spacing: 1.5px;	
	position: relative;
	text-transform: uppercase;
	font-weight: 600;
}
 
 /* image link */
.img-link {
	display: block;
	margin-bottom: 3rem;
	text-align: center;
}

.img-link__img {
	overflow: hidden;
	display: block;
	height: 300px;
	width: 100%;
	margin-bottom: 10px;
}

.img-link__img--xs {
	height: 100px;
}

.img-link__img--sm {
	height: 200px;
}

.img-link__img--lg {
	height: 400px;
}

.img-link__img .bg-img {
	height: 100%;
	transition: transform .8s ease;
}

.img-link:hover .bg-img {
	transform: scale(1.2);
}

.img-link__btn {
	margin-top: -90px;
	position: relative;
	background-color: #fff;
	border: 0px solid #fff;
}

.img-link__btn:after {
	content: none;
}

.img-link__btn:hover,
.img-link__btn:focus {
	border: 0px solid #fff;
}

.img-link__link {
	text-align: left;
	font-family: "Montserrat", serif;
	border-bottom: 0px solid #fff;
	transition: border-bottom .3s ease;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	font-size: 14px;
}

a.img-link:hover .img-link__link {
	border-bottom: 0px solid #1f1f1f;
}

/* background image */
.bg-img {
	/*height: 300px;*/
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.bg-img--sm {
	height: 200px;
}

.bg-img--lg {
	height: 400px;
}

.bg-img--xs {
	height: 100px;
}

/* card */
.text-card {
	padding: 20px 30px;
}

.text-card__title {
	position: relative;
	letter-spacing: 1.5px;
	font-size: 1.375rem;
	text-transform: uppercase;
	margin-bottom: 2rem;
}


.header {
	position: relative;
}

.header--v2 {
	position: sticky;
	top: 0;
    background-color: rgba(255, 255, 255, 0.8);
	z-index: 999;
}

.header--v3 {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
}

.header__top {
	padding: 7px 0;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1.5px;
}

.header__top li {
	margin: 0 4px;
}

.header__top__lang {
	position: relative;
	margin-left: 14px;
	padding-left: 12px;
	border-left: 1px solid #bebebe;
}

.header__top__lang:before {
	content: "";
	position: absolute;
	left: 2px;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 1px;
	background-color: #bebebe; 
}

.header-logo {
    min-width: 100px;
    padding: 20px 0 20px 0;
}

@media(min-width: 992px) {
	.header-logo {
    width: 100px;
    margin: 0 auto;
    padding: 20px 0 50px;
	}
}

.header-logo--v2 {
    padding-top: 0px;
    padding-right: 5px;
    padding-left: 0px;
    padding-bottom: 10px;
    min-width: 100px;
}

.desktop-nav {
	/*text-transform: uppercase;*/
	font-size: 15px;
	background-color: rgba(255, 255, 255, 0.8);
	border-top: 0px solid #bebebe;
	border-bottom: 0px solid #bebebe;
	position: relative;
	position: sticky;
	top: 0;
	z-index: 999;
	letter-spacing: 1.5px;

}

.d-lg-flex {
	background-color: rgba(255, 255, 255, 0.1);
}

.desktop-nav--v2 { 
	border-top: 0;
	padding: 10px 0 0px;
}

.desktop-nav--v3 { 
	border: 0;
	background-color: rgba(255, 255, 255, 0.5);
}

.desktop-nav--v3 .desktop-nav__item > a {
	color: #fff;
	font-weight: 700;
	font-size: 0.9rem;
}

.desktop-nav--v3 .desktop-nav__item > a:active {
   color: #3f85b0;
	
}

.desktop-nav:before {
	content:  "";
	position: absolute;
	top: -5px;
	left: 0;
	right: 0;
	height: 0px;
	background-color: #bebebe;
}

.desktop-nav--v2:before{
	content: none;
}



.desktop-nav__menu {
    margin-top: 22px;
    float: right;
    padding: 0;
    margin-right: 0;
}
@media (min-width: 1201px) {
.desktop-nav__item {
    padding-top: 0;
    padding-right: 6px;
    padding-left: 6px;
    padding-bottom: 0;
    position: relative;
	loat: right;
}
	
	.desktop-nav__item > a {
    padding-top: 10px;
    padding-right: 6px;
    padding-left: 6px;
    padding-bottom: 10px;
    display: block;
    line-height: 20px;
    font-weight: 500;
    margin: 18px 0px 16px;
    font-size: 0.85rem;
}
}
@media (max-width: 1200px) {
.desktop-nav__item {
    padding-top: 0;
    padding-right: 6px;
    padding-left: 0px;
    padding-bottom: 0;
    position: relative;
	}
	
	.desktop-nav__item > a {
    padding-top: 10px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 10px;
    display: block;
    line-height: 20px;
    font-weight: 500;
    margin: 18px 0px 16px;
    font-size: 0.85rem;
}



}

.desktop-nav__item:active,
.desktop-nav__item:hover,
.desktop-nav__item:focus {
	background-color: transparent;
	color: #3f85b0;
}

.desktop-nav--v3 .desktop-nav__item.active,
.desktop-nav--v3 .desktop-nav__item:hover,
.desktop-nav--v3 .desktop-nav__item:focus {
	background-color: transparent;
	font-color: #3f85b0;
}

.desktop-nav--v3 .desktop-nav__item.active > a,
.desktop-nav--v3 .desktop-nav__item:hover > a,
.desktop-nav--v3 .desktop-nav__item:focus > a {
	border-bottom: 0px solid #fff;
	font-color: #3f85b0;
}

.desktop-nav__item:first-of-type {
	margin-left: 0;
}

.desktop-nav__item:last-of-type {
	margin-right: 0;
}

.desktop-nav__item > a {
    margin: 18px 0 16px;
    padding-top: 10px;
    padding-right: 4px;
    padding-left: 4px;
    padding-bottom: 10px;
    display: block;
    line-height: 20px;
    font-weight: 500;
}

.desktop-nav__item > a:active {
   color: #3f85b0;
	
}

a:active{
font-weight: bold;
	color: #3f85b0;
}

.desktop-nav__submenu {
	position: absolute;
	top: 100%;
	left: 0;
	background-color: #fff;
	padding: 20px 40px 20px 20px;
	min-width: 250px;
	opacity: 0;
	visibility: hidden;
}

.desktop-nav__item--has-submenu:hover > .desktop-nav__submenu {
	opacity: 1;
	visibility: visible;
}

.desktop-nav__submenu li {
	margin-bottom: 15px;
}

.desktop-nav__submenu li:last-of-type {
	margin-bottom: 0;
}

/* mobile nav */
.mobile-nav-trigger {
	font-size: 26px;
}

.mobile-nav-trigger .icon {
	font-size: 26px;
}

.mobile-nav {
	display: none;
	list-style: none;
	text-transform: uppercase;
	padding-bottom: 30px;
	background-color: #fff;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	padding: 10px 0 40px;
	z-index: 2;
	font-size: 14px;
}

.mobile-nav__item {
	border-bottom: 0px solid #f9f3f4;
	max-width: 540px;
	margin: 0 auto;
	padding: 10px 15px;
}

@media(min-width: 768px) {
	.mobile-nav__item {
		max-width: 720px;
	}
}

.mobile-nav__submenu {
	padding-top: 10px;
	padding-left: 30px;
	display: none;
}

.mobile-nav__submenu > li {
	padding-bottom: 10px;
}

.mobile-nav__item:last-of-type {
	border-bottom: 0;
}

.mobile-nav__item--has-submenu > a {
	position: relative;
	display: inline-block;
}

.mobile-nav__item--has-submenu > a:after {
	content: "+";
	position: absolute;
	right: -20px;
	line-height: 22px;
}

.mobile-nav__item--has-submenu > a.active:after {
	content: "-";
}

ion-icon[name="close"] {
	color: #1f1f1f;
}


.hero {
	padding: 100px 0;
	background-size: cover;
	background-repeat: no-repeat;
	color: #fff;
	
}

.hero--full {
		min-height: 75vh;
		min-width: 100vw;
	padding: 100px 0;
	background-size: cover;
	background-repeat: no-repeat;
	
	}


@media(min-width: 992px) {
	.hero {
    padding-top: 400px;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 400px;
	}

	.hero--sm {
    padding-top: 380px;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 380px;
	}

	.hero--slide {
    padding-top: 400px;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 400px;
    /*max-height: 800px;*/

    width: 100%;
	}

	.hero--full {
		min-height: 75vh;
		min-width: 100vw;
	padding: 100px 0;
	background-size: cover;
	background-repeat: no-repeat;
	
	}
}

.hero--slide .hero__title {
	font-size: 12px;
	text-align: bottom;
	bottom: 0px;
	right: 0px;
	/*background-color:  #faf4f5;*/
	/*background-color:rgba(255,255,255,0.1);*/
	padding: 50px 70px;
	color: #1f1f1f;
	/*max-width: 500px;*/
	/*font-style: italic;*/
	margin: 0;
	font-family: "Montserrat", serif;
	letter-spacing: 0.3em;
	 position: absolute;
	visibility: hidden;
	
}

.hero--slide:hover .hero__title {
	font-size: 12px;
	text-align: bottom;
	bottom: 0px;
	right: 0px;
	/*background-color:  #faf4f5;*/
	/*background-color:rgba(255,255,255,0.1);*/
	padding: 50px 70px;
	color: #1f1f1f;
	/*max-width: 500px;*/
	/*font-style: italic;*/
	margin: 0;
	font-family: "Montserrat", serif;
	letter-spacing: 0.3em;
	 position: absolute;
	visibility: visible;
	
}




.hero__page-title {
    font-style: normal;
    text-align: center;
}

.hero-items {
	margin: 0 -8px;
}

.hero-items__item {
	position: relative;
	margin: 0 8px;
}

.hero-items__item__img {
	height: 400px;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	min-width: 1px;
}

@media(min-width: 768px) {
	.hero-items__item {
		width: 33.333%;
	}

	.hero-items__item__img { 
		height: 560px;
	}
}

.slider-arrow {
	
	width: 40px;
	height: 40px;
	display: block;
	line-height: 36px;
	text-align: center;
	position: absolute;
	bottom: -70px;
	z-index: 1;
	cursor: pointer;
	border: 1px solid #1f1f1f;
	transition: border .3s ease;
}

.slider-arrow:hover {
	border: 1px solid #1f1f1f;
}

.slider-arrow--hero {
	bottom: 0px;
	background: #C4B3A3;
	border: 1px solid #C4B3A3;
}

.slider-arrow--bottom {
	bottom: -20px;
}

.slider-arrow--prev {
	right: 0;
    left: -55px;
    margin: auto;
}

.slider-arrow--next {
	right: 0;
	left: 55px;
	margin: auto;
}

.slider-arrow--hero.slider-arrow--prev {
	right: 75px;
	left: auto;
}

.slider-arrow--hero.slider-arrow--next {
	right: 30px;
	left: auto;
}

.slider-arrow svg {
	width: 17px;
}

.slider-arrow--next svg {
	transform: rotate(180deg);
}

.slider-arrow2 {
    width: 40px;
    height: 40px;
    display: block;
    line-height: 36px;
    text-align: center;
    position: absolute;
    bottom: -25px;
	right: 0px;
    z-index: 1;
    cursor: pointer;
    border: 1px solid #fff;
    transition: border .3s ease;
    align-content: flex-end;
    float: right;
	color: #fff;
	
}

.slider-arrow2:hover {
	border: 1px solid #1f1f1f;
}

.slider-arrow2--hero {
	bottom: 0px;
	background: #C4B3A3;
	border: 1px solid #C4B3A3;
}

.slider-arrow2--bottom {
	bottom: -20px;
}

.slider-arrow2--prev {
    right: 0px;
    left: -40px;
    margin-left: 95%;

}

.slider-arrow2--next {
	right: 0px;
	left: 0px;
	margin-left: 95%;
	
}

.slider-arrow2--hero.slider-arrow--prev {
	right: 75px;
	left: auto;
}

.slider-arrow2--hero.slider-arrow--next {
	right: 30px;
	left: auto;
}

.slider-arrow2 svg {
	width: 17px;
}

.slider-arrow2--next svg {
	transform: rotate(180deg);
}



.testimonial {
	font-family: "Montserrat", serif;
	background-size: contain;
	height: auto;
	align-content: center;

}

.testimonial__quote {
    font-size: 1rem;
    font-style: italic;
    margin-bottom: 2rem;
}


.logo-list li {
	padding: 0 20px;
	width: 50%;
	max-width: 160px;
	margin-bottom: 1rem;
}

.logo-list li a {
	opacity: 0.5;
	transition: opacity 0.3s ease;
}

.logo-list li a:hover {
	opacity: 1;
}

@media(min-width: 768px) {
	

	.logo-list li {
		padding: 0 19px;
		width: 20%;
		max-width: initial;
	}
}

@media(min-width: 991px) {
	.logo-list li {
		padding: 0 26px;
		width: 17%;
	}
}



.content img {
    display: block;
    margin-top: 0rem;
    margin-bottom: 0rem;
}

.content a {
	font-weight: 600;
	border-bottom: 0px solid #1f1f1f;
}

img.align-center {
	margin-left: auto;
	margin-right: auto;
}

img.align-left {
	float: left;
	padding-right: 2rem;
}

img.align-right {
	float: right;
	padding-left: 2rem;
}

.content ul li {
	padding-left: 25px;
	position: relative;
}

.content ul li:before {
	content: "";
	position: absolute;
	height: 0px;
	width: 15px;
	left: 0;
	top: 50%;
	background-color: #1f1f1f;
}


.filter-header {
	text-align: center;
}

.filter-header li {
	text-transform: uppercase;
	margin: 0 10px;
	padding: 8px 15px;
	letter-spacing: 1.5px;
	font-size: 14px;
	transition: background-color .3s ease
}

.filter-header li:hover,
.filter-header li:focus,
.filter-header li.active {
	background-color: #c4b2a2;
}



.portfolio-counter {
	text-align: center;
	padding: 3rem 0 2rem;
	letter-spacing: 1.5px;
}

.portfolio-counter li {
	margin: 0 30px 30px 30px;
	font-size: 18px;
	font-style: italic;
	text-transform: initial;
	line-height: 1.2;
}

.portfolio-counter__num {
	display: block!important;
	font-size: 42px;
	text-transform: uppercase;
	font-style: initial;
	margin-bottom: 0.4rem!important;
	font-family: "Montserrat", serif!important;
	letter-spacing: 2;
}

.odometer-value {
	width: 100%
}


.grid-item,
.grid-sizer {
	width: 100%;
}

.grid-item {
	margin-bottom: 4%;
}


@media(min-width: 576px) {
	.grid-item,
	.grid-sizer {
		width: 46%;
	}

	.gutter-sizer {
		width: 4%;
	}
}

@media(min-width: 768px) {
	.grid-item,
	.grid-sizer {
		width: 31.333%;
	}

	.grid-item {
		margin-bottom: 2%;
	}

	.gutter-sizer {
		width: 2%;
	}
}


.blog-pagination {
	margin-top: 2rem;
	padding: 1rem 0;
}

.blog-pagination li {
	font-family: "Montserrat", serif;
	font-size: 18px;
	padding: 0 20px;
	position: relative;
	transition: background-color .3s ease;
}

.blog-pagination li.active,
.blog-pagination li:hover,
.blog-pagination li:focus {
	background-color: #c4b2a2;
}

.blog-meta {
	margin-top: 3rem;
	padding-top: 10px;
	position: relative;
}

.blog-meta__info {
	padding-bottom: 1rem;
	font-size: 14px;
}

.blog-meta:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 0px;
	width: 80px;
	background-color: #c4b2a2;
}

.blog-meta span {
	display: block;
	font-style: italic;
	font-family: "Montserrat", serif
}

.blog-meta__categories li  {
	background-color: #c4b2a2;
	padding: 8px 15px;
	margin: 0px 10px 10px;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	font-size: 14px;
}

.blog-meta__categories li:first-of-type {
	margin-left: 0;
}

.blog-card {
	display: block;
	margin-bottom: 3rem;
}

.blog-card:hover .img-link .bg-img {
	transform: scale(1.2);
} 

.blog-card .img-link {
	margin-bottom: 0;
}

.blog-card .img-link__img {
	margin-bottom: 0;
}

.blog-card__content {
	padding: 20px;
}

.blog-card__title {
	font-family: "Montserrat", serif;
	line-height: 1.4;
	margin-bottom: 0;
}

.blog-card__meta {
	font-style: italic;
	font-family: "Montserrat", serif;
	font-size: 14px;
}

.blog-card__excerpt {
	margin-top: 2rem;
	margin-bottom: 2rem;
}

.blog-widget {
	margin-bottom: 3rem;
}

@media(max-width: 991px) {
	.blog-widget {
		margin-top: 3rem;
	}
}

.blog-widget__title {
	border-bottom: 0px solid #1f1f1f;
	font-family: "Montserrat", serif;
	text-transform: uppercase;
	font-size: 1rem;
	letter-spacing: 1.5px;
	margin-bottom: 2rem;
}

.blog-widget__list li {
	margin: 0 15px 15px 0;
}


.form input,
.form select,
.form textarea,
.form button {
	width: 100%;
}

.form-confirmation {
	text-align: center;
	font-style: italic;
	display: none;
}

.form__row {
	margin-bottom: 1rem;
}

.form__field {
	margin-bottom: 20px;
	margin-right: 30px;
}

@media(min-width: 768px) {
	.form__field {
		width: 50%;
		float: left;
	}
}

.form__field:last-of-type {
	margin-right: 0;
}

.form__field--full {
	width: 100%;
}

.form__field label {
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 1.5px;
	margin-bottom: 0;
}

.form__field input,
.form__field textarea,
.form__field select {
	padding: 5px 0;
	border: 0;
	color: #1f1f1f;
	border-radius: 0;
	border-bottom: 0px solid #1f1f1f;
	background-color: transparent;
}

.form__field select {
	height: 43px;
	-webkit-appearance: none;
}

.form__field textarea {
	border: 1px solid #1f1f1f;
	padding: 5px 10px;
}

.form__field__error {
	color: #575757;
	font-size: 14px;
	font-style: italic;
	display: none;
}

.contact-card {
	padding: 2rem;
}


.footer-cta {
	text-align: center;
}

.footer-cta__content {
	font-family: "Montserrat", serif;
	font-size: 1.375rem;
	margin: 0.6rem 0;
}


.footer {
	font-size: 15px;
	/*text-transform: uppercase;*/
	position: relative;
	font-family: 'Montserrat', sans-serif;
	padding:40px 0 10px 0;
	/*border-top: 1px solid #989898;*/
	  text-align: justify;
  text-justify: auto;
	background-color: #F8F6E9;
}

.footer:before {
	content: "";
	position: absolute;
	top: 0px;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #F8F6E9;
}

.footer-instagram li {
	width: 50%;
	margin-left: 5px;
	margin-right: 5px;
}

@media(min-width: 768px) {
	.footer-instagram li {
		width: 20%;
	}
}

.footer-instagram li:first-of-type {
	margin-left: 0px;
}

.footer-instagram li:last-of-type {
	margin-right: 0px;
}

.footer-instagram__img {
	display: block;
}

.footer-widget {
	margin-bottom: 2rem;
}

@media(min-width: 768px) {
	.footer-widget {
    margin: 5px;
	}
}

.accordion__panel{border-bottom:2px solid #e9e9e9}.accordion:first-child .accordion__panel{border-top:2px solid #e9e9e9}.accordion__heading{position:relative;padding:0;transition:all .6s cubic-bezier(.86,0,.07,1)}.accordion__toggle{background-color:#131313;right:0;top:50%;transform:translateY(-50%)}.accordion__toggle,.accordion__toggle:after{display:block;width:12px;height:2px;position:absolute}.accordion__toggle:after{content:"";top:0;background-color:inherit;transform:rotate(-90deg)}.accordion__body{padding-bottom:1.5rem}.accordion__body p:last-child{margin-bottom:0}.accordion__title{
    font-size: 1.1rem;
    margin-bottom: 0
}@media only screen and (max-width:767px){.accordion__title{font-size:1.25rem}}.accordion--is-open .accordion__toggle:after{display:none}.accordion__link{display:block;position:relative;padding:18px 0}.accordion__link:hover .accordion__title,.social{color:#686868}

.footer-widget__title {
    max-width: 100%;
    font-size: 18px;
    font-weight: normal;
    padding-bottom: 8px;
    padding-right: 30px;
    margin-bottom: 20px;
    letter-spacing: 1.5px;
    border-bottom: 1px solid #1f1f1f;
    font-family: "Oswald", serif;
	
}

.footer-widget__list li {
	margin-bottom: 10px;
	text-align: justify;
	text-align: justify-all;
}

.footer-widget__list li:last-of-type {
	margin-bottom: 0;
}

.footer__copy {
	padding: 0px;
	margin: 0;
	text-align: justify-all;
	background-color: none;
}

.footer__copy p {
	padding: 0px;
	margin: 0;
}

.SavouryCity__text {
    background: rgba(255, 255, 255, 0.95);
    padding: 20px;
    text-align: justify;
    text-justify: inter-word;
	position: relative;
	 margin: auto;
	margin-top: 10%;
    
}

.SavouryCity {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 100%;	
  padding: calc(120px * 1/2) calc(0px * 1/2) calc(120px * 1/2) calc(0px * 1/2); }
  @media only screen and (min-width: 768px) {
    .SavouryCity {
      padding: calc(120px * 2/3) calc(0px * 2/3) calc(120px * 2/3) calc(0px * 2/3); } }
  @media only screen and (min-width: 1170px) {
    .SavouryCity {
    padding-top: 50px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 50px;
} }
  @media only screen and (min-width: 768px) {
    .SavouryCity {
      display: flex;
      flex-flow: row nowrap;
      justify-content: flex-end;
      position: relative; } }

#info:focus {
  outline: none; }

.SavouryCity__text {
    background: rgba(255, 255, 255, 0.95);
    padding: 20px;
    text-align: justify;
    text-justify: inter-word;
	position: absolute;
	 margin: auto;
	margin-top: 10%;
    
}

.SavouryCity__text h5 {
        text-align: justify;
    text-justify: inter-word;
	font-size: 1.2rem;
    
}
  .SavouryCity__text h2 {
    color: #81846A; }
  .SavouryCity__text .label, .SavouryCity__text .blog-archive__categories .category-toggle span, .blog-archive__categories .category-toggle .SavouryCity__text span, .SavouryCity__text .blog-archive__categories ul li a, .blog-archive__categories ul li .SavouryCity__text a, .SavouryCity__text header.entry-header .post-categories a, header.entry-header .post-categories .SavouryCity__text a, .SavouryCity__text .venue-item__meta .cats, .venue-item__meta .SavouryCity__text .cats {
    color: #1586b4;
    padding-bottom: 0.6em;
}

.SavouryCity__text p{
	font-size: 0.9rem;
}
  @media only screen and (min-width: 768px) {
    .SavouryCity__text {
    padding: 45px 60px 45px 0;
    position: absolute;
    left: 0;
    top: 30%;
    width: 75%;
		text-align: justify;
  text-justify: inter-word;
		max-height:85%;
		margin-top: -5%;
} 

.SavouryCity__text h5 {
        text-align: justify;
    text-justify: inter-word;
	font-size: 0.9rem;
    
}
	  
	  .text-block__btn{
		/*font-size: 1.4rem;*/
		  
	}

}

@media only screen and (min-width: 600px) {
    .SavouryCity__text {
    padding: 45px 60px 45px 0;
    position: absolute;
    left: 0;
    top: 30%;
    width: 75%;
		text-align: justify;
  text-justify: inter-word;
		max-height:85%;
		margin-top: -30%;
} 

.SavouryCity__text h5 {
        text-align: justify;
    text-justify: inter-word;
	font-size: 0.9rem;
    
}
	
	.text-block__content2 {
		font-size: 0.8rem;
		max-height: 402px;
		padding-top: 10px;
	}
	
	.text-block__btn{
		font-size: 0.9rem;
		padding: 10px;
	}

}


.SavouryCity__text p{
	font-size: 0.7rem;
}
  @media only screen and (min-width: 101.5rem) {
    .SavouryCity__text {
    padding-top: 45px;
    padding-right: 90px;
    padding-left: 0;
    padding-bottom: 45px;
    width: 80%;
		max-height:85%;
    vertical-align: central;
		text-align: justify;
  text-justify: inter-word;
} 

.SavouryCity__text h5 {
        text-align: justify;
    text-justify: inter-word;
	font-size: 1.1rem;
    
}

}

.SavouryCity__text2 {
  background: rgba(255, 255, 255, 0.95);
  padding: 20px; 
position: relative;
top: 40%;
	margin-top:auto; margin-bottom:auto;
	text-align: justify;
  text-justify: inter-word;
	font-size: 1.05rem;
	width:67%;
	max-height:85%;
}
  .SavouryCity__text2 h2 {
    color: #81846A; }
  .SavouryCity__text2 .label, .SavouryCity__text2 .blog-archive__categories .category-toggle span, .blog-archive__categories .category-toggle .SavouryCity__text2 span, .SavouryCity__text2 .blog-archive__categories ul li a, .blog-archive__categories ul li .SavouryCity__text2 a, .SavouryCity__text2 header.entry-header .post-categories a, header.entry-header .post-categories .SavouryCity__text2 a, .SavouryCity__text2 .venue-item__meta .cats, .venue-item__meta .SavouryCity__text2 .cats {
    color: #1586b4;
    padding-bottom: 0.6em;
}
  @media only screen and (min-width: 768px) {
    .SavouryCity__text2 {
    padding: 45px 40px 45px 0;
    position: absolute;
    left: 0;
    top: 30%;
    text-align: justify;
    text-justify: inter-word;
} 
}
  @media only screen and (min-width: 101.5rem) {
    .SavouryCity__text2 {
    padding-top: 45px;
    padding-right: 40px;
    padding-left: 0;
    padding-bottom: 45px;
    vertical-align: middle;
    text-align: justify;
    text-justify: inter-word;
		margin-top: -4%;
} }

.SavouryCity__text4 {
  background: rgba(255, 255, 255, 0.95);
  padding: 20px; 
position: relative;
top: 50%;
	margin-top:auto; margin-bottom:auto;
	text-align: justify;
  text-justify: inter-word;
	font-size: 19px;
}
  .SavouryCity__text4 h2 {
    color: #81846A; }
  .SavouryCity__text4 .label, .SavouryCity__text4 .blog-archive__categories .category-toggle span, .blog-archive__categories .category-toggle .SavouryCity__text4 span, .SavouryCity__text4 .blog-archive__categories ul li a, .blog-archive__categories ul li .SavouryCity__text4 a, .SavouryCity__text4 header.entry-header .post-categories a, header.entry-header .post-categories .SavouryCity__text4 a, .SavouryCity__text4 .venue-item__meta .cats, .venue-item__meta .SavouryCity__text4 .cats {
    color: #1586b4;
    padding-bottom: 0.6em;
}
  @media only screen and (min-width: 768px) {
    .SavouryCity__text4 {
    padding: 45px 40px 45px 0;
    position: absolute;
    left: 0;
    top: 0%;
    width: 55%;
		text-align: justify;
  text-justify: inter-word;
} }
  @media only screen and (min-width: 101.5rem) {
    .SavouryCity__text4 {
    padding-top: 45px;
    padding-right: 50px;
    padding-left: 60px;
    padding-bottom: 45px;
    width: 55%;
    vertical-align: middle;
		text-align: justify;
  text-justify: inter-word;
} }


.SavouryCity__text-right {
  background: rgba(255, 255, 255, 0.95);
  padding: 20px; 
text-align: justify;
  text-justify: inter-word;
font-size: 1.2rem;}
  .SavouryCity__text-right h2 {
    color: #81846A; }
  .SavouryCity__text-right .label, .SavouryCity__text-right .blog-archive__categories .category-toggle span, .blog-archive__categories .category-toggle .SavouryCity__text-right span, .SavouryCity__text-right .blog-archive__categories ul li a, .blog-archive__categories ul li .SavouryCity__text-right a, .SavouryCity__text-right header.entry-header .post-categories a, header.entry-header .post-categories .SavouryCity__text-right a, .SavouryCity__text-right .venue-item__meta .cats, .venue-item__meta .SavouryCity__text-right .cats {
    color: #1586b4;
    padding-bottom: 0.6em;
}
  @media only screen and (min-width: 768px) {
    .SavouryCity__text-right {
    padding: 45px 65px 45px 60px;
    position: absolute;
    right: 0;
    top: 20%;
    width: 60%;
		text-align: justify;
  text-justify: inter-word;
} }
  @media only screen and (min-width: 101.5rem) {
    .SavouryCity__text-right {
    padding-top: 45px;
    padding-left: 30px;
    padding-right: 0;
    padding-bottom: 45px;
    width: 75%;
    vertical-align: central;
		text-align: justify;
  text-justify: inter-word;
} }

.SavouryCity__featimg {
  position: relative;
  z-index: -1; }
  @media only screen and (min-width: 768px) {
    .SavouryCity__featimg {
    width: 50%;
    height: 80vw;
    max-height: 700px;
    -o-object-fit: cover;
    object-fit: cover;
    vertical-align: central;
} }

.SavouryCity__featimg2 {
  position: relative;
  z-index: -1; }
  @media only screen and (min-width: 768px) {
    .SavouryCity__featimg2 {
    width: 50%;
    height: 80vw;
    max-height: 700px;
    -o-object-fit: cover;
    object-fit: cover;
    vertical-align: central;
		
} }

.SavouryCity__featimg3 {
  position: relative;
  z-index: -1; }
  @media only screen and (min-width: 768px) {
    .SavouryCity__featimg3 {
    width: 40%;
    height: 70vw;
    max-height: 600px;
    -o-object-fit: cover;
    object-fit: cover;
    vertical-align: central;
		
} }


.content {

  overflow: hidden;
}

.content .content-overlay {
  background: rgba(205,165,107,0.7);
  position: absolute;
  height: 98%;
  width: 96.5%;
	padding:0px;
	margin: 0px 0 0 2px;
  left: 12px;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
	-o-object-fit: cover;
         object-fit: cover;
	
}

.content:hover .content-overlay{
  opacity: 1;
}

.content-image{
 background-size: cover;
  color: white;
  min-height: 44vh;
	max-height: 44vh;
  display: flex;
  align-items: center;
  justify-content: center;
	
	width: 100%
}

.content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.content:hover .content-details{
  top: 50%;
  left: 50%;
  opacity: 1;
}

.content-details h3{
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.15em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}

.content-details p{
  color: #fff;
  font-size: 0.8em;
}

.fadeIn-bottom{
  top: 80%;
}

.fadeIn-top{
  top: 20%;
}

.fadeIn-left{
  left: 20%;
}

.fadeIn-right{
  left: 80%;
}

.image-box {
  background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)) , var(--image-url) center center;
  background-size: cover;
  color: white;
  min-height: 44vh;
	max-height: 44vh;
  display: flex;
  align-items: center;
  justify-content: center;
	padding: 20px;
}

.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.cards {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    
}

.card--1 .card__img, .card--1 .card__img--hover {
    background-image: url("../img/Corporate/Breakfast-Pastries2.jpg")
}

.card--2 .card__img, .card--2 .card__img--hover {
    background-image: url("../img/Corporate/brown-derby3.jpg");
}

.card--3 .card__img, .card--3 .card__img--hover {
    background-image: url("../img/Corporate/boxed-lunch.jpg");
}
.card--4 .card__img, .card--4 .card__img--hover {
    background-image: url("../img/Corporate/sandwiches_cookies.jpg");
}
.card--5 .card__img, .card--5 .card__img--hover {
    background-image: url("../img/Corporate/afternoon_tea.jpg");
}

.card--6 .card__img, .card--6 .card__img--hover {
    background-image: url("../img/Events/45E47DDF-A2FE-4A79-BB70-5E33B764B8F9-12004-00000C81721FF63B.JPG");
}

.card--7 .card__img, .card--7 .card__img--hover {
    background-image: url("../img/Corporate/Honey-Almond-Cheesecake.jpg");
}




.card__like {
    width: 18px;
}

.card__clock {
    width: 15px;
  vertical-align: middle;
    fill: #AD7D52;
}
.card__time {
    font-size: 12px;
    color: #AD7D52;
    vertical-align: middle;
    margin-left: 5px;
}

.card__clock-info {
    float: right;
}

.card__img {
   visibility: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 300px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.card__info-hover {
    position: absolute;
    padding: 16px;
  width: 100%;
  opacity: 0;
  top: 0;
}

.card__img--hover {
  transition: 0.2s all ease-out;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
  position: absolute;
    height: 500px;
  border-top-left-radius: 12px;
border-top-right-radius: 12px;
top: 0;
  
}
.card {
    margin-right: 25px;
    transition: all .4s cubic-bezier(0.175, 0.885, 0, 1);
    background-color: transparent;
    width: 33.3%;
    position: relative;
    border-radius: 0px;
    overflow: hidden;
    box-shadow: 0px 13px 10px -7px rgba(0, 0, 0,0.0);
}
.card:hover {
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0,0.0);
    transform: scale(1.00, 1.00);
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0,0.0);
}

.card__info {
z-index: 2;
  background-color: #fff;
  border-bottom-left-radius: 12px;
border-bottom-right-radius: 12px;
   padding: 10px;
}

.card__category {   
   
    font-size: 13px;
    letter-spacing: 2px;
    font-weight: 500;
  color: #868686;
}

.card__title {
    position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
   padding-top: 30%;
	
}

.card__by {
    font-size: 12px;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
}

.card__author {
    font-weight: 600;
    text-decoration: none;
    color: #AD7D52;
}

.card:hover .card__img--hover {
    height: 100%;
    opacity: 0.3;
}

.card:hover .card__info {
    background-color: transparent;
    position: relative;
	color: transparent;
}

.card:hover .card__category {   
   
    font-size: 13px;
    letter-spacing: 2px;
    font-weight: 500;
  color: transparent;
}

.card:hover .card__info-hover {
    opacity: 1;
}

.mb-100{
	margin-bottom: 100px;
}

.mt-100{
	margin-top: 100px;
}

.mr-50{
	margin-right: 50px;
}

.mr-100{
	margin-right: 100px;
}
.card.full
{width: 100%;}

.card-text{
    padding-top: 0;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 0;
    font-size: 1rem;
}

.card p{
    font-size: 1rem;
    overflow-wrap: break-word;
}

.layer1{ 
   position: relative;
  top: 0;
  left: 0;
	z-index: 2;
}


.layer2{
    position: absolute;
    top: 10%;
    left: 0%;
    margin-bottom: 100px;
    margin-right: 20px;
    width: 100%;
    height: auto;
	
}

img {
 
  display: block;
}




 .image-stack__item--top {
      float: left;
      width: 100%;
	margin-top: 20%;
	 min-height: 600px;
      margin-right: 40%;
	 margin-left: 20%;
      position: relative;
      z-index: 1; 
  }

  .image-stack__item--bottom {
      float: right;
      width: 100%;
	  top: 0%;
	  margin-top: -50px;
	   min-height: 900px;
	  z-index: 0;
  }

@supports (display: grid) {
  .image-stack {
    display: grid;
    position: relative; 
    grid-template-columns: repeat(12, 1fr);
  }

  .image-stack__item--bottom {
    grid-column: 4 / -1;
    grid-row: 1;
    width: 100%;
  }

  .image-stack__item--top {
    grid-row: 1;
    grid-column: 1 / span 12;
    padding-top: 20%; 
	  
    width: 100%;
  }
}

div[class*='stack-'] {
  float: left;
  position: relative;
  margin: 30px;
}
 
div[class^='stack-'],
div[class^='stack-']:before,
div[class^='stack-']:after {
  border: 6px solid #fff;
  height: 530px; width: 400px;
  box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
}
 
div[class^='stack-']:before,
div[class^='stack-']:after {
  background: #768590;
  content: "";
  position: absolute;
  z-index: -1;
}
 
div[class^='stack-']:before {
  background: #b67a49/*#E7AF9A*/;
}

.stack-4:before {
  top: -4px; left: -2px; transform: rotate(7deg);
}
.stack-4:after {
  top: -8px; left: 2px; transform: rotate(-7deg);
}
.stack-5:before {
  top: 3px; left: 1px; transform: rotate(7deg);
  background-color: #64b0c0 !important;
}
.stack-5:after {
  top: -4px; left: -10px; transform: rotate(-7deg);
}
.stack-6:before {
  top: -8px; left: -8px; transform: rotate(-10deg);
  background-color: #7e9a89 !important; 
}
.stack-6:after {
  top: -10px; left: -4px; transform: rotate(8deg);
  background-color: #b98d84 !important;  
}
  
 
.photo{
    height: 485px;
    width: 390px;
    position: relative;
    -webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
    box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
    border: 5px solid #fff;
}
.photo:before{
    content: '';
  height: 487px;
    width: 390px;
    background: #eff4de;
    z-index: -1;
    border: 5px solid #fff;
    position: absolute;
    top: 0;
    left: -10px;
    -webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
    box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.photo:after{
    content: '';
    position: absolute;
    background: #768590;
   height: 487px;
    width: 390px;
    border: 5px solid #fff;
    top: 5px;
    left: 0;
    -webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
    box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
    -webkit-transform: rotate(4deg);
    -ms-transform: rotate(4deg);
    transform: rotate(4deg);
    z-index: -1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.btn--quote{
	background-color: #1A85B5;
	border: 2px solid #1A85B5;	
	padding: 4px;
	color: #fff;
}

.btn--quote:hover{
	background-color: #B5CDCF;
	border: 2px solid #B5CDCF;
	
	color: #fff;
}

.btn--quote a{
	background-color: #1A85B5;
	border: 2px solid #1A85B5;
	color: #fff;
}

.btn--quote a:hover{
	colour: #fff;
}

.btn--quote2{
	background-color: #B5CDCF;
	border: 2px solid #B5CDCF;	
	padding: 4px;
	color: #fff;
}
.btn--quote2:hover{
	background-color: #1A85B5;
	border: 2px solid #1A85B5;
	
	color: #fff;
}

.btn--quote2 a{
	background-color: #1A85B5;
	border: 2px solid #1A85B5;
	color: #fff;
}

.btn--quote2 a:hover{
	colour: #fff;
}

.hvrbox,
.hvrbox * {
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
}
.hvrbox {
    position: relative;
    display: inline-block;
    overflow: hidden;
    height: auto;
    padding: 0px;
}
.hvrbox img {
	width: 100%;
	height: auto;
	margin-top: 10px;

  
}

.hvrbox .hvrbox-layer_bottom {
	display: block;
	height:auto;
}

.hvrbox .hvrbox-layer_bottom2 {
	display: block;
	
}
.hvrbox .hvrbox-layer_top {
    opacity: 0.7;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
	max-height: 100%;
   margin-top: 10px;
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
	
    padding: 20px 0px -4px 0px;
    -moz-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}
.hvrbox:hover .hvrbox-layer_top,
.hvrbox.active .hvrbox-layer_top {
	opacity: 1;
}
.hvrbox .hvrbox-text {
	opacity: 1;
	text-align: center;
	font-size: 18px;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.hvrbox:hover .hvrbox-layer_top2,
.hvrbox.active .hvrbox-layer_top2 {
	opacity: 1;
}

.hvrbox .hvrbox-layer_top2 {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
	max-height: 100%;
   
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
	margin-top:0px;
    padding: 20px 0px -4px 0px;
    -moz-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.hvrbox:hover .hvrbox-layer_top,
.hvrbox.active .hvrbox-layer_top {
	opacity: 1;
}
.hvrbox .hvrbox-text2 {
	text-align: center;
	font-size: 35px;
	display: inline-block;
	position: absolute;
	padding: 0px;
	top: 50%;
	left: 50%;
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.hvrbox .hvrbox-text_mobile {
	font-size: 15px;
	border-top: 1px solid rgb(179, 179, 179); /* for old browsers */
	border-top: 1px solid rgba(179, 179, 179, 0.7);
	margin-top: 5px;
	padding-top: 2px;
	display: none;
}
.hvrbox.active .hvrbox-text_mobile {
	display: block;
}


.grid {
	max-width: 69em;
	list-style: none;
	margin: 30px auto;
	padding: 1;
}
.grid .item {
	display: block;
	float: left;
	padding: 0px;
	width: 33%;
	opacity: 1;
}
.grid .item a,.grid .item img {
	outline: none;
	border: none;
	display: block;
	max-width: 100%;
}

.grid .span-2 {
    grid-column-end: span 2;
    grid-row-end: span 2;
}

.grid .span-3 {
    grid-column-end: span 3;
    grid-row-end: span 4;
}
.grid.effect-2 .item.animate {
	-webkit-transform: translateY(200px);
	transform: translateY(200px);
	-webkit-animation: moveUp 0.65s ease forwards;
	animation: moveUp 0.65s ease forwards;
}

.columns {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	margin: 5px 0;
}
.gal {
	-webkit-column-count: 3; 
    -moz-column-count: 3; 
    column-count: 3;
	
	}	

	
@media (max-width: 500px) {
		
		.gal {
	
	
	-webkit-column-count: 1; /* Chrome, Safari, Opera */
    -moz-column-count: 1; /* Firefox */
    column-count: 1;
	  
	
	}
		
	}

.column-2{
	max-width:90%;
}

.gal2 {
	
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
	margin-top: -7px;
	 
	  
	
	}	
	.gal2 img{
    width: 100%;
    padding-top: 10px;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0px;
		height: auto;
}
@media (max-width: 500px) {
		
		.gal2 {
	
	
	-webkit-column-count: 1; /* Chrome, Safari, Opera */
    -moz-column-count: 1; /* Firefox */
    column-count: 1;
	  
	
	}
		
	}

.my_bttn{
    height: 40px;
    width: 40px;
    background-color: #3687b0;
    border: none;
    color: #fff;
    position: fixed;
    bottom: 30px;
    right: 30px;
    border-radius: 0px;
    cursor: pointer;
    outline: none;
    display: none;
}

.my_bttn:hover{
    transform: scale(1.00) 
               translateY(-5px);
}

.blue{
	color: #1A85B5;
font-weight: normal;}

.copyright {font-size: 25; position: absolute; color: #ffffff; bottom: 2px; right: 2px; text-shadow: black 1px 0px 5px;}
.IMGcontainer {position: relative; float:left;}
.IMGBlock {display: block;}

.height-80{
	max-height: 80px;
}

.height-50{
	max-height: 50px;
}




.gallery-filter-btn-wrapper {
  text-align: center;
  margin-bottom: 50px;
}

.gallery-filter-btn-wrapper a {
  display: inline-block;
  padding: 11px 22px;
  background: transparent;
  color: #B5CDCF;
  border: 2px solid #B5CDCF;
  margin-right: 10px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  border-radius: 5px;
}

.gallery-filter-btn-wrapper a:last-child {
  margin-right: 0;
}

.gallery-filter-btn-wrapper a.current {
  background: #B5CDCF;
  color: #fff;
}

.gallery-filter-btn-wrapper a:hover {
  background: #B5CDCF;
  color: #fff;
}

.glry-item {
  position: relative;
  margin-bottom: 30px;
}

.glry-item .portfolio-item-img {
    position: relative;
    overflow: hidden;
    min-width: 305px;
}

.glry-item .portfolio-item-img img {
  border-radius: 5px;
}

.glry-item .portfolio-item-img:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  opacity: 0;
  visibility: hidden;
  border-radius: 5px;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transform: scale(0.95) translate(-50%, -50%);
          transform: scale(0.95) translate(-50%, -50%);
}

.glry-item .portfolio-detail-title, .glry-item .portfolio-buttons {
  opacity: 0;
  left: 50%;
  position: absolute;
  visibility: hidden;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.glry-item .portfolio-detail-title {
  top: 20%;
  z-index: 14;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.glry-item .portfolio-buttons {
  top: 50%;
  margin-top: 20px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.glry-item .portfolio-buttons a {
  width: 50px;
  height: 50px;
  color: #fff;
  line-height: 50px;
  text-align: center;
  display: inline-block;
  background: #B5CDCF;
  margin-right: 10px;
  border: 2px solid #B5CDCF;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  border-radius: 5px;
}

.glry-item .portfolio-buttons a:last-child {
  margin-right: 0;
}

.glry-item .portfolio-buttons a:hover {
  
  color: #B5CDCF;
}

.glry-item:hover .portfolio-item-img:after {
  -webkit-transform: scale(1) translate(-50%, -50%);
          transform: scale(1) translate(-50%, -50%);
}

.glry-item:hover .portfolio-detail-title, .glry-item:hover .portfolio-buttons, .glry-item:hover .portfolio-item-img:after {
  opacity: 1;
  visibility: visible;
}

.glry-item:hover .portfolio-detail-title {
  top: 25%;
}

.glry-item:hover .portfolio-buttons {
  margin-top: 0;
}

.portfolio-cobbles-item {
  padding: 0;
  margin: 0;
}

.portfolio-cobbles-item img {
  border-radius: 0 !important;
}

.portfolio-grid {
  border-radius: 5px;
}

.portfolio-grid .portfolio-item-img, .portfolio-grid .portfolio-item-img img {
  border-radius: 5px;
}

.portfolio-grid {
  border-radius: 5px;
}

.portfolio-grid .portfolio-item-img, .portfolio-grid .portfolio-item-img img {
  border-radius: 5px;
}


.grid-item--width2 { width: 200%; }
.grid-item--height2 { height: 150%; }
.grid-item--height1 { height: 70%; }
.grid-item--height3 { height: 200%; }
.grid-item--width3 { width: 150%; }

.events{
	max-height: 778px;
	overflow: hidden;
}

.events2{
	max-height: 400px;
	
}

.u-mt--20{
	margin-top: -20px;
}

.u-mt--100{
	margin-top: -100px;
}

.u-mt--150{
	margin-top: -150px;
}

.nav-link {
	color: #fff;
}
.nav-link a {
	color: #fff;
}

.nav-link a:active {
	color: #1A85B5;
}

.flexed{
	display: flex;
}
.center-flex{
	margin-top:auto; margin-bottom:auto;
	position: relative;
top: 50%;

	
}

.services-text-left{
	/*background-color: #F8F6E9;*/
	
		
}

.portfolio-menu {
    text-align: center;
    margin: 30px auto;
}

.portfolio-menu ul li {
    display: inline-block;
    margin: 0;
    list-style: none;
    padding: 10px 15px;
    border: 0px solid #ff0000;
    cursor: pointer;
    transition: all .5 ease;
}

.portfolio-menu ul {
    padding:0;
}

.portfolio-menu ul li:hover {
    background: #ff0000;
    color: #fff;
}

.portfolio-menu ul li.active {
    background:  #ff0000;
    color: #fff;
}

.portfolio-item {
    max-width: 1000px;
    margin: 30px auto;
}

.portfolio-item .item {
    width: 33.3%;
    display: inline-block;
    margin-bottom: 10px;
    padding: 0 10px;
}

.portfolio-item .item div {
    height: 280px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

@media screen and (max-width: 101.5rem) {
  .portfolio-item .item {
    width: 50%;
    padding:0 15px;
}
}

@media screen and (max-width: 640px) {
  .portfolio-item .item {
    width: 100%;
}
}

#text {
  z-index: 100;
  position: absolute;
  
}

.hero--top{
	max-height: 800px;
	overflow: hidden;
	
}


.gallery-filter-btn-wrapper {
  text-align: center;
  margin-bottom: 50px;
}

.gallery-filter-btn-wrapper a {
  display: inline-block;
  padding: 11px 22px;
  background: #fff;
  color: #B5CDCF;
  border: 2px solid #B5CDCF;
  margin-right: 10px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  border-radius: 5px;
}

.gallery-filter-btn-wrapper a:last-child {
  margin-right: 0;
}

.gallery-filter-btn-wrapper a.current {
  background: #B5CDCF;
  color: #fff;
}

.gallery-filter-btn-wrapper a:hover {
  background: #B5CDCF;
  color: #fff;
}

.glry-item {
  position: relative;
  margin-bottom: 30px;
}

.glry-item .portfolio-item-img {
  position: relative;
  overflow: hidden;
}

.glry-item .portfolio-item-img img {
    border-radius: 0px;
}

.glry-item .portfolio-item-img:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(15% );
  height: calc(15%);
  opacity: 0;
  visibility: hidden;
  border-radius: 5px;
  background:rgba(255,255,255, 0.0);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transform: scale(0.95) translate(-50%, -50%);
          transform: scale(0.95) translate(-50%, -50%);
}

.glry-item .portfolio-detail-title, .glry-item .portfolio-buttons {
  opacity: 0;
  left: 50%;
  position: absolute;
  visibility: hidden;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.glry-item .portfolio-detail-title {
  top: 20%;
  z-index: 14;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.glry-item .portfolio-buttons {
  top: 50%;
  margin-top: 20px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.glry-item .portfolio-buttons a {
  width: 50px;
  height: 50px;
  color: #fff;
  line-height: 50px;
  text-align: center;
  display: inline-block;
  background: #B5CDCF;
  margin-right: 10px;
  border: 2px solid #B5CDCF;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  border-radius: 5px;
}

.glry-item .portfolio-buttons a:last-child {
  margin-right: 0;
}

.glry-item .portfolio-buttons a:hover {
  background: #fff;
  color: #B5CDCF;
}

.glry-item:hover .portfolio-item-img:after {
  -webkit-transform: scale(1) translate(-50%, -50%);
          transform: scale(1) translate(-50%, -50%);
}

.glry-item:hover .portfolio-detail-title, .glry-item:hover .portfolio-buttons, .glry-item:hover .portfolio-item-img:after {
  opacity: 1;
  visibility: visible;
}

.glry-item:hover .portfolio-detail-title {
  top: 25%;
}

.glry-item:hover .portfolio-buttons {
  margin-top: 0;
}


.portfolio-grid {
  border-radius: 5px;
}

.portfolio-grid .portfolio-item-img, .portfolio-grid .portfolio-item-img img {
  border-radius: 5px;
}

.portfolio-grid {
  border-radius: 5px;
}

.portfolio-grid .portfolio-item-img, .portfolio-grid .portfolio-item-img img {
  border-radius: 5px;
}
	
.button{ 
	border-width: 0px;
	}
	
	
	


.headline {
    position: absolute;
    top: 35%;
    left: 0;
    width: 100%;
}

.headline h1 {
   color: #fff;
	font-size: 7em;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 0.05em;
	
}
.headline2 {
    position: absolute;
    top: 45%;
    left: 0;
    width: 100%;
}

.headline2 h1 {
   color: #fff;
	font-size: 7em;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 0.05em;
}
.headline3 {
    position: absolute;
    top: 45%;
    left: 0;
    width: 100%;
}

.headline2 h1 {
   color: #fff;
	font-size: 6em;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 0.05em;
}

.topper{
	position: relative;
}

	img-responsive {
	max-width: 100%;
	height: auto;
		display: block;
}

.container-fluid{
	margin: 0px;
}

/*Responsive extras*/

@media (max-width: 575.98px) { 

.headline h1 {
   color: #fff;
	font-size: 2em;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: normal;
              }
	
	.headline {
    position: absolute;
    top: 30%;
    left: 0;
    width: 100%;
              }
	
	img-responsive {
	min-width: 100%;
	height: auto;
		display: block;
}
	
	.SavouryCity {
    margin-left: auto;
    margin-right: auto;
		margin-bottom: 50px;
    width: 100%;
    max-width: 100%;
    padding: calc(120px * 1/2) calc(0px * 1/2) calc(120px * 1/2) calc(0px * 1/2);
		height: auto;
		
}
	.SavouryCity__text h5 {
    text-align: justify;
    text-justify: inter-word;
    font-size: 0.9rem;
}
	
	.img-responsive
	{
		min-width: 100%;
		padding: 20px;
	}
	
	h5{
		 font-size: 1rem;
	}
	.SavouryCity__text-right {
    background: rgba(255, 255, 255, 0.95);
    padding: 20px;
    text-align: justify;
    text-justify: inter-word;
    font-size: 1rem;
}
	
	.text-block__content {
    padding: 0px;
    margin-top: 0rem;
    text-align: justify;
    text-justify: inter-word;
		font-size: 0.9rem;
		margin-bottom: 3rem;
		max-width: 90%;
		margin-right: 20px;
}
	
	.text-block5 {
    padding-top: 55px;
    padding-right: 0%;
    padding-left: 30px;
    padding-bottom: 10px;
    margin-top: 2rem;
    margin-right: 0%;
    margin-left: 0px;
    margin-bottom: 3rem;
    text-justify: auto;
    position: absolute;
    z-index: 2;
		min-width: 100%;
		
		
}

	.top-5{
		margin-top: 500px;;
		margin-bottom: 3rem;
		max-width: 100%;
	}
	
	.top-7{
		margin-top: 700px;;
		margin-bottom: 3rem;
		max-width: 100%;
	}
	.top-6{
		max-height: 300px;
	}
	.accordion__title {
    font-size: 1rem;
}
	p.text-white{
		font-size: 0.9rem;
	}
	span.top-title-caps {
    display: inline-block;
    font-family: "Montserrat", serif;
    font-size: 1rem;
    margin: 0.1rem 0;
    letter-spacing: 1.5px;
    position: relative;
    text-transform: uppercase;
    font-weight: 600;
}
	h2 {
    font-size: 1.3rem;
    font-family: "Oswald", serif;
}
	
	.headline h1 {
    font-size: 1rem;
    
}
	h1{
		font-size: 1.4rem;
	}
	
	.SavouryCity__text2 {
		font-size: 1rem;
		min-width: 100%;
	}
	
	.SavouryCity__text2 {
    background: rgba(255, 255, 255, 0.95);
    padding: 20px;
    position: relative;
    top: 5%;
    margin-top: 10px;;
    margin-bottom: 10px;
    text-align: justify;
    text-justify: inter-word;
    font-size: 1rem;
    width: 100%;
		max-height:300px;
    
}
	.SavouryCity .flexed{
		max-height:300px;
	}
	
	.SavouryCity__text2 img{
		min-width: 100%;
	}
	
	.text-block__btn {
    margin-top: 1.2rem;
    color: #fff;
    padding: 20px;
    display: block;
    margin: 30px auto;
    max-width: 300px;
    font-size: 1rem;
}
	div.text-block{
		
		margin-bottom: 10%;
	}
	.services-text-left{
		margin-top: 20%;
		margin-bottom: 20%;
	}
	.img-fluid{
		min-width: 100%
	}
	
	.hero--top {
    max-height: 800px;
		min-height: 200px;
		width: 100vw;
		height: 10vh;
    overflow: hidden;
}
	
	.SavouryCity__featimg, .SavouryCity__featimg3 {
		min-width: 100%;
	}
	.SavouryCity__text-right{
	font-size: 1rem;
		min-width: 100%;
	}
	
	.gal .events
	{min-width: 60%;
	align-content: center;}
	
	.gal2 .events2
	{min-width: 60%;
	align-content: center;}
	
	 .hvrbox-layer_top {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
		min-width: 480px;
    height: auto;
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    margin-top: 10px;
    padding: 20px 0px -4px 0px;
    -moz-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}
	
	.hvrbox{
		min-width: 300px;
		max-width: 370px;
	}
	
	.hvrbox h3{
		font-size: 2rem;
		
		display: inline-table;
       vertical-align:middle;
		text-align: center;
       line-height:100%;   
		padding-left: -50px;
		padding-right: 5%;
	}
	
	.tall-pic{
		height: auto; width: 100%;
		margin-left: 15px;
	}
	
	.tall-pic2{
		height: auto; width: 100%;
		min-width: 320px;
		max-width: 380px;
		margin-left: -10px;
		padding-left: -15px;
	}
	
	.drop{
		width: 80%;
	min-width: 320px;
		max-width: 370px;
		margin-left: 0px;
		padding-left: -15px;
		overflow: hidden;
	}
	
	.hvrbox img {
    	width: 100%;
	min-width: 320px;
		max-width: 380px;
    margin-top: 10px;
}
	.hvrbox-text{
	font-size: 1em;	
		
	}
	
	.tab-content{
		wdith: 80%;
		
	}
	.card p{ font-size: 0.8rem;
		overflow-wrap: break-word;
		padding-left: -10px;
		max-width: 80%;
	}
	.col-4{ width: 100%;
	min-width: 320px;
		max-width: 380px;
		margin-left: 15px;
	}
	.col-6 {width: 100%;
	min-width: 320px;
		max-width: 380px;
		margin-left: 15px;
	}
	.hvrbox, .hvrbox * {
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
		
}
	.hvrbox
	{max-width: 100%;
	align-content: center;}
	
	.hvrbox-layer_bottom2{
		min-width: 320px;
		max-width: 380px;
		
	}
	
	
	.hvrbox-layer_bottom{
		max-width: 100%;
	}
	.hvrbox-layer_top{
		max-width: 100%;
	}
	
	h3 {
    font-size: 0.9rem;
}
	.text-block__title {
    font-family: "Oswald", serif;
    font-size: 1.2rem;
    position: relative;
    padding-bottom: 1rem;
    text-transform: uppercase;
}
	
	.footer .figure-img {
    margin-bottom: .5rem;
    line-height: 1;
    margin-left: 0rem;
		min-width: 40%;
		margin-top: -20%;
}
	
	
	
	.h4, h4 {
    font-size: 1rem;
}
	
	.headline2 h1 {
   color: #fff;
	font-size: 4em;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 0.05em;
}
	
	
	.SavouryCity__featimg3 {
	margin-top: 100px;
	}
	
}

/* Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) { 

	.hvrbox{
		min-width: 350px;
		max-width: 350px;
	}
	
	.hvrbox h3{
		font-size: 1.8rem;
		text-align: left;
	}
	
	.tall-pic{
		height: auto; width: 100%;
		margin-left: 15px;
	}
	.tall-pic2{
		height: auto; width: 100%;
		margin-left: 15px;
	}
	
	.hvrbox-text{
	font-size: 1em;	
		
	}
	.col-4{ width: 100%;
min-width: 350px;
		max-width: 350px;
		margin-left: 15px;
	}
	.col-6 {width: 100%;
	min-width: 350px;
		max-width: 350px;
		margin-left: 15px;
		overflow-wrap: break-word;
	}
	.headline h1 {
   color: #fff;
	font-size: 2em;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: normal;
              }
	
	.headline {
    position: absolute;
    top: 35%;
    left: 0;
    width: 100%;
              }
	
	.top-5{
		margin-top: 500px;;
		margin-bottom: 3rem;
		max-width: 100%;
	}
	
	.top-7{
		margin-top: 700px;;
		margin-bottom: 3rem;
		max-width: 100%;
	}
	.top-6{
		max-height: 300px;
	}
	
}

/*Medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px) { 
	.hvrbox{
		min-width: 350px;
		max-width: 350px;
	}
	
	.hvrbox h3{
		font-size: 1.7rem;
		text-align: left;
		overflow-wrap: break-word;
		margin-left: -60px;
		
	}
	
	.tall-pic{
		height: auto; width: 100%;
		margin-left: 15px;
	}
	.tall-pic2{
		height: auto; width: 100%;
		margin-left: 15px;
	}
	
	.hvrbox-text{
	font-size: 1em;	
		
	}
	
	.col-4{ 
		align-content: center;
		width: 100%;
	min-width: 350px;
		max-width: 350px;
		margin-left: 15px;
	}
	.col-6 {
    width: 100%;
    min-width: 350px;
    max-width: 350px;
    margin-left: 15px;
    overflow-wrap: break-word;
    margin-right: 15px;
	}
	section{
		margin-top: 50px;
		margin-botom: 50px;
	}
	
	
	.SavouryCity__text-right{
		margin-botom: 80px;
	}
	
	.u-mb-3{
		margin-bottom: 4rem;
	}
}

/* Large devices (desktops, less than 1200px)*/
@media (min-width: 1199.98px) { 
	.headline h1 {
    color: #fff;
    font-size: 4em;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.05em;
}
}

.txt-over{
	 position: relative;
  text-align: center;
  color: #fff;
}

.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.modal-content{
	padding: 20px;
}

.img-fluid2{ margin-top: -5px;}

.bordergray {
border: 1px solid #666666;
	padding: 20px;
}

iframe {
    border-width: 0px;
    border-style: none;
    
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}
