/* 
-------As Per Template Order----------
 mimpl-uikit-main,retinadisplay-fonts,contentcommon,mimpl-general,pushnotification,template-icon,mimpl--common,mimpl-property-common */ 
/* 
-------Database List----------
File: mimpl-general, SiteID: 12662
File: pushnotification, SiteID: 12662
File: template-icon, SiteID: 12662
File: mimpl--common, SiteID: 12662
File: mimpl-property-common, SiteID: 12662
 */
 /* 
-------cacheFileName----------
 key707B124F2339E2BC75DC4AD29C7E7AFCF498D9248E2FDBD1B88BC021FAF26CA8#2026-06-02T13--55--55 */ 

@font-face {
  font-family: '{{this.primary-font-local}}';
    src: local('{{this.primary-font-local}}'),
      url('/fonts/{{this.primary-font-file}}.woff2') format('woff2'),
        url('/fonts/{{this.primary-font-file}}.woff') format('woff'),
        url('/fonts/{{this.primary-font-file}}.ttf') format('truetype'),
      url('/fonts/{{this.primary-font-file}}.eot') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: '{{this.secondary-font-local}}';
    src: local('{{this.secondary-font-local}}'),
      url('/fonts/{{this.secondary-font-file}}.woff2') format('woff2'),
        url('/fonts/{{this.secondary-font-file}}.woff') format('woff'),
        url('/fonts/{{this.secondary-font-file}}.ttf') format('truetype'),
      url('/fonts/{{this.secondary-font-file}}.eot') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
select::-ms-expand {
    display: none;
}
html {
    line-height: 26px;
    font-family: {{this.secondary-font-family}};
    color: {{this.primary-color}};
	background-color: {{this.primary-bg}};
    font-size: 16px;
}
.sr-only {
    position: absolute !important;
    width: 1px;
    height: 1px;
    overflow: hidden;
    top: 0;
    left: 0;
    text-indent: -9999px;
    color: rgba(0,0,0,0);
}
a {
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
}
a.skip-to-content-btn {
    background-color: {{this.accent-color}};
    position: absolute;
    color: {{this.white-color}};
    padding: 5px 15px;
    pointer-events: none;
    z-index: 999;
   filter: opacity(0);
    text-decoration: none;
}
a.skip-to-content-btn:focus {
    filter: opacity(1);
    pointer-events: auto;
}
/*css start*/
.menu-section-list { margin-top: 20px; }
.multiple-pricesec span:empty .dash {display:none; }
.pricesec {
    display: block;
}
.menu-image img {
    margin: 0px 0px 0px 0px;
  width: 100%; 
}
.menu-image img[src=""] {
    display: none;
}
/*css end*/
#adawebsiteconformance a, .box2.sitemappadbottom a {
    color: {{this.primary-color}};
    font-weight: 700;
}
.box2.sitemappadbottom ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.box2.sitemappadbottom ul li {
    position: relative;
    padding-left: 20px;
}
.box2.sitemappadbottom ul li::before {
    content: " ";
    width: 5px;
    height: 5px;
    position: absolute;
    left: 0;
    top: 12px;
    background-color: {{this.primary-color}};
    border-radius: 50%;
}
.oh {
    border-right: 1px solid #525148;
    font-size: 25px;
    margin-right: 15px;
    padding-right: 15px;
}
.er {
    font-size: 18px;
}
.errSugg {
    font-size: 18px;
}
.er-or {
    font-size: 28px;
    padding-top: 20px;
    text-align: center;
    width: 100%;
}
.er-back {
    padding: 20px 0;
    text-align: center;
    width: 360px;
    margin: 0 auto;
}
.er-back a {
	line-height: 50px;
	display: block;
	text-align: center;
	font-size: 14px;
	letter-spacing: 1px;
	font-weight: 700;
	color: {{this.white-color}};
	background-color: {{this.accent-color}};
	text-decoration: none;
	text-transform: uppercase;
}
.err-404-box .page-content-box {
    padding: 0;
}
.errTop {
    text-align: center;
}
.err-404-box .page-content-box .uk-container1170 {
    padding: 0;
}
#main {
	background-color: {{this.primary-bg}};
	position: absolute;
	top: 0;
	z-index: 980;
	width: 100% !important;
	transition: all 0.3s ease 0s;
}
#main.uk-active {
	top: 0 !important;
}
.main-wrap {
    background-color: transparent;
    transition: all .4s ease 0s;
    -webkit-transition: all .4s ease 0s;
    -ms-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    padding: 0 18px;
}
.header-section.uk-container .uk-flex-middle {
    justify-content: space-between;
}
.header-section.uk-container {
	padding-left: 30px;
	padding-right: 30px;
	max-width: 1170px;
	padding-top: 20px;
	padding-bottom: 20px;
	position: relative;
}
.logo {
    width: 158px;
}
.mob-nav .uk-logo {
	position: absolute;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	top: 50%;
}
.burger-menu-wrap span {
	width: 100%;
	height: 2px;
	display: block;
	margin: 4px 0;
	background-color: {{this.primary-color}};
	position: relative;
	transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	border-radius: 3px;
}
.burger-text, .burger-text-close {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	color: {{this.primary-color}};
	margin-left: 0;
}
a:hover .burger-text, a:focus .burger-text, a:hover .burger-text-close, a:focus .burger-text-close {
	background-color: transparent;
}
.burger-text-close {
	display: none;
}
.top-navigation ul li a {
	font-size: 12px;
	letter-spacing: 1.2px;
	color: {{this.primary-color}};
	padding: 0;
	text-transform: none;
	font-weight: 700;
	text-transform: uppercase;
}
.top-navigation ul li {
	margin: 0 26px 0 0;
}
.top-navigation ul li:last-child {
    margin-right: 30px;
}
.open-megamenu-left-bottom .header-notification {
	padding: 0;
	display: none;
}
.reserve-openbox a {
	width: 170px;
	line-height: 48px;
	display: block;
	text-align: center;
	font-size: 14px;
	letter-spacing: 1.4px;
	font-weight: 700;
	color: {{this.white-color}};
	background-color: {{this.accent-color}};
	text-decoration: none;
	text-transform: uppercase;
	box-sizing: border-box;
	border: 1px solid {{this.accent-color}};
}
	.reserve-openbox a:hover, .reserve-openbox a:focus, .full-menu-btn a:hover, .full-menu-btn a:focus, .home-snippet-btn a:hover, .home-snippet-btn a:focus, .snippet-button a:hover, .snippet-button a:focus, .commentmodulebtn .button:hover, .commentmodulebtn .button:focus, .direction-btn a:hover, .direction-btn a:focus, a.primary-btn:hover, a.primary-btn:focus, .er-back a:hover, .er-back a:focus {	
			box-shadow: inset 9999px 9999px rgba(255,255,255,.2);		
		}
.reserve-openbox a .res-ico {
    display: none;
}
.mob-nav .nav-bar-right {
    flex-direction: row-reverse;
}
.mob-nav .nav-bar-right .lang-switch {
	display: none;
}
.mob-nav .burger-menu .lang-switch {
	top: -12px;
	right: -57px;
}
#lang-switch, #lang-switch1, #lang-switch3 {
	appearance: none;
	-webkit-appearance: none;
	border: none;
	width: 30px;
	text-align: center;
	text-align-last: center;
	font-family: {{this.secondary-font-family}};
	font-size: 12px;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	height: 50px;
	cursor: pointer;
	font-weight: 700;
	color: {{this.primary-color}};
	background-color: {{this.primary-bg}};
	transition: all 0.3s ease 0s;
}
.burger-menu a {
    text-decoration: none;
}
.burger-menu > a {
	display: block;
	width: 75px;
}
.burger-menu.active .burger-text-close {
	display: block;
}
.burger-menu.active .burger-text {
	display: none;
}
.burger-menu {
    display: none;
    position: relative;
    z-index: 2;
}
.booking-sec {
    position: relative;
    z-index: 2;
}
.lang-switch {
	position: absolute;
	right: -49px;
	top: 0;
}
.header-section .uk-navbar-item {
    padding: 0;
}
.uk-navbar-container .header-section .uk-navbar-left {
    margin-right: 0;
    margin-left: 0;
}
.uk-navbar-container .header-section .uk-navbar-right {
    margin-right: 0;
}
.mob-nav .burger-menu {
	display: flex;
}
.burger-menu-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.menu-line-wrap {
    width: 20px;
}
.burger-menu.active .burger-menu-wrap span.second-line {
	opacity: 0;
}
.burger-menu.active .burger-menu-wrap span.third-line {
	transform: rotate(-45deg);
	top: -5px;
}
.burger-menu.active .burger-menu-wrap span.first-line {
	transform: rotate(45deg);
	top: 7px;
}
#main.active {
	background-color: {{this.secondary-bg}};
}
.burger-menu.active #lang-switch3 {
	background-color: {{this.secondary-bg}};
}
.header-bottom-reserv {
	position: fixed;
	width: 100%;
	bottom: 0;
	left: 0;
	z-index: 999;
	display: none;
}
.header-bottom-reserv a {
	height: 48px;
	display: block;
	background-color: {{this.accent-color}};
	line-height: 48px;
	text-align: center;
	letter-spacing: 1px;
	font-weight: 700;
	text-transform: uppercase;
	color: {{this.white-color}};
	border: 1px solid {{this.accent-color}};
}
.lang-arrow {
	position: absolute;
	font-size: 11px;
	top: 1px;
	width: auto;
	text-align: center;
	color: {{this.primary-color}};
	pointer-events: none;
	right: -10px;
	line-height: 50px;
}
.after-open-header .social-media {
	padding: 0;
	position: absolute;
	top: 0px;
	right: -253px;
}
.after-open-header .social-media ul {
	display: flex;
	list-style: none;
}
.after-open-header .social-media ul li {
	margin-right: 30px;
}
.after-open-header .social-media ul a {
	font-size: 18px;
	color: {{this.primary-color}};
}
.after-open-header .social-media ul a:hover, .after-open-header .social-media ul a:focus {
    color: {{this.accent-color}};
}
.home-slider-wrap .uk-slideshow::before {
	content: " ";
	position: absolute;
	width: 112px;
	height: 100%;
	bottom: 0;
	right: 0;
background: -moz-linear-gradient(left,  rgba(153,153,153,0) 0%, rgba(0,0,0,1) 100%);
background: -webkit-linear-gradient(left,  rgba(153,153,153,0) 0%,rgba(0,0,0,1) 100%);
background: linear-gradient(to right,  rgba(153,153,153,0) 0%,rgba(0,0,0,1) 100%);
	z-index: 1;
}
#home-slider+.uk-position-center-right:focus span {
    border: 1px solid;
}
#home-slider + .uk-position-center-right {
	z-index: 2;
	padding: 0;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 700;
	width: 73px;
	letter-spacing: 4px;
	color: {{this.white-bg}};
	text-decoration: none;
}
#home-slider + .uk-position-center-right:hover, #home-slider + .uk-position-center-right:focus {
	color: {{this.secondary-bg}};
}
#home-slider + .uk-position-center-right:hover::before, #home-slider + .uk-position-center-right:focus::before {
	background-color: {{this.secondary-bg}};
}
#home-slider + .uk-position-center-right svg {
	display: none;
}
#home-slider + .uk-position-center-right::before {
	content: " ";
	position: absolute;
	width: 20px;
	height: 1px;
	background-color: {{this.white-bg}};
	right: 0;
}
li.no-caption::before {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,0.3);
    pointer-events: none;
    z-index: 1;
}
.home-slide-desktop li img {
    width: 100%;
    height:100%;
}
.home-slide-desktop.home-slide-mobile ul li img {
	height: calc(100vh - 104px);
	object-fit: cover;
}
.slidet-text-top {
	position: absolute;
	z-index: 2;
	bottom: 64px;
	width: 100%;
	color: {{this.white-bg}};
	font-family: {{this.primary-font-local}};
	font-size: 50px;
	font-weight: 300;
	line-height: 60px;
	box-sizing: border-box;
	max-width: 500px;
	left: 70px;
}
.home-slide-desktop.home-slide-mobile .uk-slidenav svg {
    display: none;
}
.home-slide-desktop.home-slide-mobile .uk-slidenav::before {
    content: "\e930";
    font-family: 'mimiconfont';
    position: relative;
    left: 18px;
}
.hotel_name {
	font-family: {{this.primary-font-local}};
	font-size: 30px;
	line-height: 32px;
	padding: 55px 0 47px;
	text-transform: uppercase;
}
.hotel-info-sub-title {
    font-size: 14px;
    line-height: 32px;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 10px;
}
.social-media {
    padding: 26px 0 33px;
}
.social-media ul {
    margin: 0;
    padding: 0;
}
.hour-wrp-info {
	line-height: 28px;
	text-transform: uppercase;
}
.hour-wrp-info ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer-left-section {
    width: 500px;
}
.footer-right-link ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer-right-link ul li a {
	font-size: 12px;
	line-height: 32px;
	text-transform: uppercase;
	color: {{this.primary-color}};
	font-weight: 700;
	position: relative;
}
.footer-right-link ul li:last-child a::before {
	content: "\e98c";
	font-family: 'mimiconfont';
	position: absolute;
	right: -20px;
	top: 50%;
	transform: translateY(-50%);
}
.footer-right-section .social-media {
    text-align: right;
    padding: 50px 0 0;
}
.footer-warp .social-media ul li {
	font-size: 18px;
	display: inline-block;
	margin: 0 15px;
}
.footer-warp .social-media ul li a {
	color: {{this.primary-color}};
	text-decoration: none;
}
.hotel-info-content a {
	color: {{this.primary-color}};
}
#note .uk-container {
    max-width: 1170px;
}
#note {
	background-color: {{this.secondary-bg}};
	position: relative;
	text-align: center;
}
.footer-con-information, .footer-hours-information {
	width: 210px;
	margin: 0 auto;
}
.header-notification {
	position: absolute;
	right: -478px;
	top: 0;
	display: none;
}
.header-reser-no {
	position: absolute;
	right: -781px;
	top: 0;
	font-weight: 700;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 1.6px;
	color: {{this.primary-color}};
}
.header-reser-no a {
	color: {{this.primary-color}};
	font-weight: 400;
}
.after-open-header {
	display: none;
}
.burger-menu.active .after-open-header {
	display: block;
}
.burger-menu.active + .uk-logo {
	display: none;
}
.copy-rights {
    display: inline-block;
    vertical-align: top;
}
.pop-link {
    display: inline-block;
    vertical-align: top;
}
.pop-link ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.pop-link ul li {
    display: inline-block;
    margin-left: 6px;
    position: relative;
    padding-left: 12px;
}
.pop-link ul li::before {
    content: " ";
    width: 3px;
    height: 3px;
    background-color: {{this.primary-color}};
    position: absolute;
    border-radius: 50%;
    left: 0;
    top: 9px;
}
.pop-link ul li:first-child::before {
    display: none;
}
.footer-nav {
	font-size: 13px;
	position: relative;
	padding: 64px 0 39px;
	line-height: 20px;
	justify-content: center;
}
.pop-link ul li#teconsent {
    display: inline-block !important;
}
.pop-link ul li a {
	color: {{this.primary-color}};
}
.pop-link ul li a.navON {
	text-decoration: underline;
}
.totop {
    position: absolute;
    right: -60px;
    width: 45px;
    text-align: center;
    height: 45px;
    border-radius: 50%;
    top: 50%;
    margin-top: -11px;
}
.totop a {
    color: #ffffff;
    padding: 0;
    display: block;
    line-height: 40px;
    height: 43px;
    background-color: transparent;
    border-radius: 50%;
    border: 1px solid #ffffff;
}
.totop a:hover, .totop a:focus {
    background-color: #fff;
    color: #112816;
}
.footer-sticky {
	background-color: {{this.primary-bg}};
	line-height: 52px;
	position: fixed;
	bottom: 0;
	width: 100%;
	left: 0;
	z-index: 20;
}
.footer-sticky-wrap {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 30px;
}
.footer-desk {
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 3px;
	display: flex;
	justify-content: space-between;
}
.now-open {
    font-weight: 700;
    text-transform: uppercase;
}
a.open-hour-plus {
    text-decoration: none;
    color: #fff;
    position: relative;
    width: 12px;
    height: 12px;
    line-height: 12px;
    display: inline-block;
    vertical-align: middle;
    top: -1px;
}
a.open-hour-plus::before {
    content: "\e98b";
    font-family: 'mimiconfont' !important;
    position: absolute;
    top: 0;
    padding: 0;
}
.scroll-to-next {
    position: absolute;
    left: 50%;
    z-index: 2;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    bottom: 40px;
}
.scroll-to-next::before {
    height: 40px;
    width: 1px;
    background-color: #ffffff;
    position: absolute;
    bottom: -39px;
    left: 50%;
    content: " ";
}
.scroll-to-next a {
    color: #fff;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2px;
    text-decoration: none;
}
.slider-cruise-control {
	position: absolute;
	right: 8px;
	bottom: 7px;
	z-index: 2;
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
}
#slides-out-of {
	font-size: 12px;
	color: {{this.white-bg}};
	letter-spacing: 3px;
	font-family: {{this.secondary-font-family}};
	width: 46px;
	text-align: center;
	height: 46px;
	line-height: 46px;
	border-radius: 50%;
	/* border: 1px solid #ffffff; */
	font-weight: 700;
}
.slider-cruise-control .uk-slidenav {
    position: relative !important;
    margin: 0 24px 0 18px;
    top: 0;
    padding: 0;
    transform: none;
    max-width: inherit !important;
    font-size: 10px;
    text-transform: uppercase;
    color: {{this.white-color}};
    line-height: normal;
}
.slider-cruise-control .uk-slidenav svg {
    display: none;
}
#play-pause::before {
    content: "\e989";
    font-family: 'mimiconfont';
    color: {{this.white-bg}};
    font-size: 14px;
}
#play-pause.pause::before {
	content: "\e98a";
}
#play-pause {
	text-decoration: none;
	margin-right: 10px;
}
.call-reser {
    font-weight: 700;
    margin-right: 9px;
}
.footer-reserv a {
    color: {{this.primary-color}};
}
.footer-mobile {
    text-align: center;
    display: none;
}
.footer-mobile ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	background-color: {{this.dark-bg}};
}
.footer-mobile ul li {
	margin: 0;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1px;
	font-weight: 700;
	width: 25%;
}
.footer-mobile ul li a {
	color: {{this.white-color}};
	background-color: {{this.dark-bg}};
	display: block;
	text-decoration: none;
}
.footer-mobile ul li a.navON {
	color: {{this.secondary-bg}};
}
.footer-mobile ul li:last-child a {
	background-color: {{this.secondary-bg}};
	color: {{this.primary-color}};
}
.footer-warp {
    padding-bottom: 50px;
}
h1 {
	color: {{this.primary-color}};
	font-size: 40px;
	line-height: 45px;
	font-weight: 400;
	font-family: {{this.primary-font-local}};
	text-align: center;
    margin-top: 0;
}
h2 {
	font-size: 30px;
	line-height: 40px;
	color: {{this.primary-color}};
	font-family: {{this.primary-font-local}};
}
.home-overview-snippet .uk-slider {	
	    padding: 13px 15px;	
	}	
	.home-overview-snippet ul li {	
	    padding: 15px;	
	}	
	.home-overview-snippet-box {	
		position: relative;	
		background-color: #000000;	
		overflow: hidden;	
	}	
	.home-overview-snippet-img {	
	    position: relative;	
	}	
	.home-overview-snippet-img::before {	
	    content: " ";	
	    width: 100%;	
	    height: 100%;	
	    position: absolute;	
	    left: 0;	
	    top: 0;	
	    background-color: rgba(0,0,0,0.5);	
	    transition: all 0.4s ease 0s;	
	    -webkit-transition: all 0.4s ease 0s;	
	    -ms-transition: all 0.4s ease 0s;	
	    -o-transition: all 0.4s ease 0s;	
	}	
	.home-overview-snippet-box:hover .home-overview-snippet-img::before {	
	    background-color: rgba(0,0,0,0.8);	
	}	
	.home-overview-snippet-box:hover .home-overview-snippet-img {	
		filter: blur(5px);	
	}	
	.home-overview-snippet-box:focus .home-overview-snippet-img::before {	
	    background-color: rgba(0,0,0,0.8);	
	}	
	.home-overview-snippet-box:hover .home-overview-snippet-img {	
		filter: blur(5px);	
	}	
	.home-overview-snippet-box:focus-within .home-overview-snippet-img::before {	
	    background-color: rgba(0,0,0,0.8);	
	}	
	.home-overview-snippet-box:hover .home-overview-snippet-img {	
		filter: blur(5px);	
	}	
	.home-overview-snippet-info {	
	    position: absolute;	
	    width: 100%;	
	    height: 100%;	
	    top: 0;	
	    left: 0;	
	}	
	.home-overview-snippet-wrap {	
	    position: absolute;	
	    top: 50%;	
	    transform: translateY(-50%);	
	    -webkit-transform: translateY(-50%);	
	    -ms-transform: translateY(-50%);	
	    -o-transform: translateY(-50%);	
	    width: 100%;	
	    box-sizing: border-box;	
	    padding: 0 16%;	
	    left: 0;	
	    margin-top: 0;	
	    transition: all 0.4s ease 0s;	
	    -webkit-transition: all 0.4s ease 0s;	
	    -ms-transition: all 0.4s ease 0s;	
	    -o-transition: all 0.4s ease 0s;	
	}	
	.home-overview-snippet-box:hover .home-overview-snippet-wrap {	
	    margin-top: 54px;	
	}	
	.home-overview-snippet-box:focus .home-overview-snippet-wrap {	
	    margin-top: 54px;	
	}	
	.home-overview-snippet-box:focus-within .home-overview-snippet-wrap {	
	    margin-top: 54px;	
	}	
	.home-overview-snippet-title {	
	    position: absolute;	
	    width: 100%;	
	    left: 0;	
	    top: 50%;	
	    transform: translateY(-50%);	
	    -webkit-transform: translateY(-50%);	
	    -ms-transform: translateY(-50%);	
	    -o-transform: translateY(-50%);	
	    transition: all 0.4s ease 0s;	
	    -webkit-transition: all 0.4s ease 0s;	
	    -ms-transition: all 0.4s ease 0s;	
	    -o-transition: all 0.4s ease 0s;	
	}	
	.home-overview-snippet-box:hover .home-overview-snippet-title {	
	    top: -54px;	
	    transform: translateY(-100%);	
	    -webkit-transform: translateY(-100%);	
	    -ms-transform: translateY(-100%);	
	    -o-transform: translateY(-100%);	
	}	
	.home-overview-snippet-box:focus .home-overview-snippet-title {	
	    top: -54px;	
	    transform: translateY(-100%);	
	    -webkit-transform: translateY(-100%);	
	    -ms-transform: translateY(-100%);	
	    -o-transform: translateY(-100%);	
	}	
	.home-overview-snippet-box:focus-within .home-overview-snippet-title {	
	    top: -54px;	
	    transform: translateY(-100%);	
	    -webkit-transform: translateY(-100%);	
	    -ms-transform: translateY(-100%);	
	    -o-transform: translateY(-100%);	
	}	
	.home-overview-snippet-title h2 {	
	    color: {{this.white-color}};	
	    text-align: center;	
	    margin: 0 auto;	
	    max-width: 200px;	
	}	
	.mobile-tabbing-container {	
	    position: relative;	
	    z-index: 2;	
	}	
	.home-overview-snippet-desc {	
	    color: {{this.white-color}};	
	}	
	.home-overview-snippet-btn {	
	    text-align: center;	
	    padding-top: 56px;	
	}	
	.home-overview-snippet-btn a {	
	    display: inline-block;	
	    line-height: 50px;	
	    padding: 0 18px;	
	    border: 1px solid {{this.white-color}};	
	    text-transform: uppercase;	
	    font-size: 12px;	
	    letter-spacing: 1px;	
	    font-weight: 700;	
	    background-color: transparent;	
	    color: {{this.white-color}};	
	    text-decoration: none;	
	    vertical-align: top;	
	}	
	.home-overview-snippet-btn a:hover, .home-overview-snippet-btn a:focus {	
		background-color: {{this.white-color}};	
		color: {{this.primary-color}};	
		border-color: {{this.white-color}};	
	}	
	.home-overview-snippet-desc-wrap {	
	    position: relative;	
	    transform: translateY(200%);	
	    -webkit-transform: translateY(200%);	
	    -ms-transform: translateY(200%);	
	    -o-transform: translateY(200%);	
	    opacity: 0;	
	    visibility: hidden;	
	    transition: all 0.4s ease 0s;	
	    -webkit-transition: all 0.4s ease 0s;	
	    -ms-transition: all 0.4s ease 0s;	
	    -o-transition: all 0.4s ease 0s;	
	}	
	.home-overview-snippet-box:hover .home-overview-snippet-desc-wrap {	
	    transform: translateY(0);	
	    -webkit-transform: translateY(0);	
	    -ms-transform: translateY(0);	
	    -o-transform: translateY(0);	
	    opacity: 1;	
	    visibility: visible;	
	}	
	.home-overview-snippet-box:focus .home-overview-snippet-desc-wrap {	
	    transform: translateY(0);	
	    -webkit-transform: translateY(0);	
	    -ms-transform: translateY(0);	
	    -o-transform: translateY(0);	
	    opacity: 1;	
	    visibility: visible;	
	}	
	.home-overview-snippet-box:focus-within .home-overview-snippet-desc-wrap {	
	    transform: translateY(0);	
	    -webkit-transform: translateY(0);	
	    -ms-transform: translateY(0);	
	    -o-transform: translateY(0);	
	    opacity: 1;	
	    visibility: visible;	
	}	
	.home-overview-arrow {	
	    position: absolute;	
	    width: 100px;	
	    height: 100px;	
	    right: -40px;	
	    top: 50%;	
	    z-index: 5;	
	    padding: 0;	
	    line-height: 100px;	
	    background-color: {{this.primary-bg}};	
	    border-radius: 50%;	
	    box-shadow: 0 0 102px rgba(0,0,0,0.46);	
	    color: {{this.primary-color}} !important;	
	    -webkit-transform: translateY(-50%);	
	    -ms-transform: translateY(-50%);	
	    -o-transform: translateY(-50%);	
	    transform: translateY(-50%);	
	    text-indent: 14px;	
	    text-decoration: none !important;	
	}	
	.home-overview-arrow::before {	
	    content: "\e92f";	
	    font-family: 'mimiconfont';	
	    font-size: 30px;	
	}	
	.home-overview-arrow svg {	
	    display: none;	
	}	
	.home-overview-snippet.home-overview-snippet-active .home-overview-arrow {	
	    display: none;	
	}	
	.home-overview-snippet.home-overview-snippet-active {	
	    padding: 13px 15px;	
	}	
	.home-overview-snippet.home-overview-snippet-active ul {	
	    padding: 0;	
	    margin: 0;	
	    display: flex;	
	    list-style: none;	
	}	
	.home-overview-snippet.home-overview-snippet-active ul li {	
	    flex-grow: 1;	
	}.home-overview-snippet-img img {	
	    width: 100%;	
	}	
	.home-overview-snippet.home-overview-snippet-active .home-overview-snippet-img img {	
	    max-height: 700px;	
	    object-fit: cover;	
	}	
	.home-overview-snippet.remove-hover .home-overview-snippet-info {	
	    position: relative;	
	}	
	.home-overview-snippet.remove-hover .home-overview-snippet-wrap {	
	    position: relative;	
	    top: 0;	
	    transform: none;	
	    margin-top: 0;	
	    padding: 0;	
	}	
	.home-overview-snippet.remove-hover .home-overview-snippet-box {	
	    background-color: transparent;	
	}	
	.home-overview-snippet.remove-hover .home-overview-snippet-title {	
	    position: relative;	
	    transform: none;	
	    top: 0;	
	    padding: 15px 0 13px;	
	}	
	.home-overview-snippet.remove-hover .home-overview-snippet-desc-wrap {	
	    transform: none;	
	    opacity: 1;	
	    visibility: visible;	
	}	
	.home-overview-snippet.remove-hover .home-overview-snippet-title h2 {	
	    color: {{this.primary-color}};	
	    text-align: center;	
	    margin: 0 auto;	
	    max-width: inherit;	
	}	
	.home-overview-snippet.remove-hover .home-overview-snippet-desc {	
	    color: {{this.primary-color}};	
	}	
	.home-overview-snippet.remove-hover .home-overview-snippet-btn a {	
		border: 1px solid {{this.primary-color}};	
		color: {{this.primary-color}};	
		background-color: {{this.primary-bg}};	
	}	
	.home-overview-snippet.remove-hover .home-overview-snippet-img::before {	
	    display: none;	
	}	
	.home-overview-snippet.remove-hover .home-overview-snippet-img {	
	    filter: blur(0);	
	}	
	.home-overview-snippet.remove-hover .home-overview-snippet-btn {	
	    padding-top: 22px;	
	}	
	.tabbing-mobile {	
	    display: none;	
	    height: 54px;	
	    line-height: 54px;	
	    border-bottom: 1px solid {{this.primary-color}};	
	    font-size: 20px;	
	    font-weight: 700;	
	}	
	.tabbing-mobile a {	
	    color: {{this.primary-color}};	
	    text-decoration: none;	
	    position: relative;	
	    display: block;	
	}	
	.tabbing-mobile a::before {	
	    content: "\e977";	
	    position: absolute;	
	    font-family: 'mimiconfont' !important;	
	    font-size: 18px;	
	    right: 2px;	
	    top: 0;	
	    pointer-events: none;	
	}	
	.uk-container1170 {	
	    max-width: 1170px;	
	    margin: 0 auto;	
	    padding: 0 25px;	
	}	
	.tabbing-container ul {	
	    margin: 0;	
	    padding: 0;	
	    list-style: none;	
	    text-align: center;	
	    border-bottom: 1px solid #ddddd4;	
	}	
	.tabbing-container ul li {	
	    display: inline-block;	
	    margin: 0 20px;	
	}
.tabbing-container ul li a {
	padding: 0 6px;
	display: block;
	line-height: 72px;
	font-weight: 700;
	font-size: 14px;
	color: {{this.primary-color}};
	position: relative;
	text-decoration: none;
}
.tabbing-container ul li a::before {
    content: " ";
    width: 100%;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: {{this.primary-color}};
    opacity: 0;
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
}
.tabbing-container ul li a:hover::before, .tabbing-container ul li a:focus::before, .tabbing-container ul li.current a::before {
    opacity: 1;
}
.menu-section-box {
    display: none;
}
.addons {
    display: none;
}
.menu-section-subtitle {
	font-size: 26px;
	font-weight: 700;
	line-height: 24px;
	padding: 33px 0 15px;
	color: {{this.primary-color}};
}
.menu-section-box-wrap ul li a.uk-accordion-title::before {
	color: {{this.primary-color}};
}
.menu-section-box-wrap {
    padding: 0 45px;
}
.menu-section-item-info {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
}
.menu-section-item-info::after {
    content: " ";
    display: block;
    clear: both;
}
.menu-section-box .section-main-description {
    margin-bottom: 20px;
}
.menu-section-price {
    float: none;
    width: 100%;
    font-size: 18px;
    line-height: 30px;
    margin: 12px 0px;
}
.menu-section-name {
	float: none;
	/*width: calc(100% - 260px);
    width: -webkit-calc(100% - 260px);
    width: -ms-calc(100% - 260px);
    width: -o-calc(100% - 260px);*/
  width: 100%;
}

.menu-section-list-wrap .uk-grid > div .menu-section-item {
    margin-right: 64px;
    border-top: 2px solid #eae7e2;
    padding-top: 39px;
    padding-bottom: 31px;
}
.menu-section-list-wrap .uk-grid > div:nth-child(1) .menu-section-item, .menu-section-list-wrap .uk-grid > div:nth-child(2) .menu-section-item {
    border-top: none;
}
.menu-section-list-wrap .uk-grid > div .menu-image {
margin-right: 64px;
}
.menu-section-list-wrap .uk-grid > div:nth-child(2n) .menu-section-item {
    margin-right: 0;
    margin-left: 64px;
}
.menu-section-list-wrap .uk-grid>div:nth-child(2n) .menu-image {
margin-right: 0;
	margin-left: 64px;
}
.menu-section-desc {
    padding-right: 100px;
    padding-top: 7px;
}
.addon-right {
    margin-top: -6px;
}
a.add-addon {
	width: 25px;
	height: 25px;
	display: block;
	margin: 0 0 0 auto;
	text-indent: -9999px;
	border-radius: 50%;
	border: 1px solid {{this.primary-color}};
	position: relative;
	color: {{this.primary-color}};
	text-decoration: none;
	box-sizing: border-box;
}
.add-addon::before {
	content: "\e976";
	font-family: 'mimiconfont' !important;
	position: absolute;
	text-indent: 0;
	left: 0px;
	top: 0;
	font-size: 11px;
	width: 24px;
	height: 25px;
	text-align: center;
	line-height: 22px;
	letter-spacing: normal;
}
.addon-name {
    display: inline-block;
    position: relative;
    padding-right: 15px;
    margin-right: 11px;
}
.addon-price {
    display: inline-block;
}
.addon-name::before {
    content: " ";
    position: absolute;
    width: 1px;
    height: 20px;
    background-color: {{this.primary-color}};
    right: 0;
    top: 50%;
    margin-top: -10px;
}
.home-menu-section-img {
    border-bottom: 6px solid #ffffff;
    max-height: 400px;
    overflow: hidden;
}
.home-menu-section-img img {
    width: 100%;
    height: 510px;
    object-fit: cover;
    position: relative;
    top: -100px;
}
.home-menu-section-title {
    padding: 49px 0 4px;
    background-color: {{this.secondary-bg}};
}
.menu-section {
    background-color: {{this.secondary-bg}};
}
.add-addon.active::before {
    content: "\e94f";
}
.menu-section-box-wrap .menu-section-list:nth-child(n+3), .menu-section-box-wrap .menu-section-subtitle:nth-child(n+2) {
    display: none;
}
.menu-section-list .uk-grid > div:nth-child(n+7) {
    display: none;
}
.full-menu-btn {
    width: 156px;
    margin: 0 auto;
    padding: 45px 0 65px;
}
.full-menu-btn a {
    display: block;
    height: 50px;
    line-height: 50px;
    background-color: {{this.accent-color}};
    text-align: center;
    color: {{this.white-color}};
    left: 1px;
    font-size: 20px;
    font-family: 'unna', serif;
    text-decoration: none;
}
.home-review-section {
	position: relative;
}
.home-review-section-wrap {
    max-width: 770px;
    margin: 0 auto;
    padding: 0 45px;
}
.home-review-section-main-title {
    padding: 136px 0 117px;
}
.home-review-section-main-title h2 {
    text-align: center;
    color: {{this.white-color}};
    margin: 0;
}
.home-review-section-info {
	text-align: center;
	color: {{this.primary-color}};
}
.home-review-section-desc {
	font-size: 30px;
	line-height: 45px;
	font-family: {{this.primary-font-local}};
	font-weight: 300;
}
.home-review-section-name {
	padding: 37px 0 0;
	letter-spacing: 1.4px;
	text-transform: uppercase;
	font-size: 14px;
}
.home-review-section-wrap .uk-dotnav li {
    padding-left: 20px;
}
.home-review-section-wrap .uk-dotnav li a {
	background-color: {{this.sub-accent-color}};
	border-color: {{this.sub-accent-color}};
}
.home-review-section-wrap .uk-dotnav li.uk-active a, .home-review-section-wrap .uk-dotnav li a:hover, .home-review-section-wrap .uk-dotnav li a:focus {
	background-color: transparent;
	border-color: {{this.sub-accent-color}};
}
.home-review-section-wrap .uk-dotnav {
    padding: 44px 0 80px;
}
.home-snippet-box {
    max-width: 1335px;
    margin: 0 auto;
    padding: 60px 30px 0;
    position: relative;
    left: -82px;
}
.home-snippet-box:nth-child(2n-1) {
    left: 82px;
}
.home-snippet-wrap {
    padding-bottom: 65px;
}
.home-snippet-box:nth-child(2n-1) .uk-grid {
    flex-direction: row-reverse;
}
.home-snippet-info {
    margin-left: 65px;
}
.home-snippet-box:nth-child(2n-1) .home-snippet-info {
    margin-left: 0;
    margin-right: 65px;
}
.home-snippet-title {
    position: relative;
    padding-left: 64px;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    font-family: 'Unna', serif;
    margin: 53px 0 77px;
}
.home-snippet-desc {
    padding: 24px 0 132px;
}
.home-snippet-img img {
    height: 650px;
    object-fit: cover;
}
.home-snippet-title::before {
    content: " ";
    width: 50px;
    height: 1px;
    position: absolute;
    left: 0;
    top: 50%;
    background-color: #1d1e27;
}
.home-snippet-headline h2 {
    font-family: 'Unna', serif;
    margin: 0;
    font-size: 30px;
    line-height: 37px;
    font-weight: 400;
}
.home-snippet-btn {
    width: 175px;
    text-align: center;
}
.home-snippet-btn a {
    height: 50px;
    line-height: 50px;
    display: block;
    color: #ffffff;
    background-color: #112816;
    font-family: 'Unna', serif;
    font-size: 20px;
    letter-spacing: 1px;
    text-decoration: none;
}
.home-feed-box {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 12px;
}
.home-feed-box .uk-grid > div.uk-width-1-5 {
    align-content: space-between;
    display: flex;
    flex-wrap: wrap;
}
.home-social {
    text-align: center;
}
.home-social-title h2 {
    font-size: 40px;
    line-height: 45px;
    margin: 0;
}
.home-social-tag {
    font-size: 20px;
    padding-top: 5px;
}
.home-social-wrap {
	padding: 49px 0 51px;
}
.feed-img img {
    width: 100%;
    height: auto;
}
.home-feed {
    padding-bottom: 22px;
}
.feed-img {
    position: relative;
    padding: 12px;
}
.feed-img::before {
	font-size: 18px;
	content: "\e940";
	font-family: 'mimiconfont' !important;
	color: {{this.white-color}};
	position: absolute;
	left: 22px;
	bottom: 22px;
	height: 18px;
	line-height: 18px;
	z-index: 2;
}
.feed-img a {
	display: block;
	text-decoration: none;
	position: relative;
	color: {{this.white-color}};
}
.feed-img a::before {
	content: "\e976";
	font-family: 'mimiconfont' !important;
	position: absolute;
	width: 100%;
	height: 100%;
	justify-content: center;
	display: flex;
	align-items: center;
	font-size: 50px;
	background-color: rgba(0,0,0,0.5);
	opacity: 0;
	transition: all 0.3s ease 0s;
	z-index: 3;
}
.feed-img a:hover::before, .feed-img a:focus::before {
	opacity: 1;
}
.mob-home-feed .home-feed-box {
    padding: 0;
}
.mob-home-feed .feed-img {
    padding: 10px;
}
.mob-home-feed .feed-img::before {
    right: 20px;
    bottom: 20px;
}
.mob-home-feed .home-social {
    display: block;
    height: auto;
    padding: 10px 25px 0;
}
.home-feed.mob-home-feed {
    margin-top: 0;
    padding-bottom: 8px;
}
.home-bottom-section-img img {
    width: 100%;
    height: 510px;
    object-fit: cover;
    position: relative;
    top: -100px;
}
.home-bottom-section.mob-section {
    display: none;
}
#middle, #mainimage {
    position: relative;
}
#mainimage img {
    height: 375px;
    width: 100%;
    object-fit: cover;
}
#mainimage::before {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.3);
    pointer-events: none;
}
.main-image-over {
	position: absolute;
	z-index: 2;
	color: {{this.white-bg}};
	text-align: center;
	width: 100%;
	box-sizing: border-box;
	padding: 0 30px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	font-family: {{this.primary-font-local}};
	font-size: 40px;
	line-height: 45px;
}
.page-content-box {
    background-color: {{this.secondary-bg}};
    padding: 92px 0 105px;
}
.uk-container970 {
    max-width: 970px;
    margin: 0 auto;
    padding: 0 25px;
}
.uk-container770 {
    max-width: 770px;
    margin: 0 auto;
}
.page-content {
    padding-top: 20px;
}
.fix-content .page-content {
    padding-top: 0;
}
.fix-content a {
    color: {{this.primary-color}};
    font-weight: 700;
}
#adawebsiteconformance {
    padding-bottom: 40px;
}
.home-review.inner-review .uk-slider-items li {
    color: #112816;
}
.home-review.inner-review {
    max-width: 970px;
    padding: 111px 30px 90px;
}
.home-review.inner-review .uk-slider-nav {
    margin-left: -21px;
}
.home-review.inner-review .uk-slider-nav li {
    padding-left: 21px;
}
.home-review.inner-review .uk-slider-nav li a {
    background-color: {{this.accent-color}};
    border-color: {{this.accent-color}};
    color: {{this.white-color}};
}
.home-review.inner-review .uk-slider-nav li.uk-active a, .home-review.inner-review .uk-slider-nav li a:hover, .home-review.inner-review .uk-slider-nav li a:focus {
    background-color: transparent;
    color: #000000;
}
.home-review.inner-review .review-autore-name {
    padding-top: 48px;
    padding-bottom: 5px;
}
.inner-feed .home-feed {
    padding-bottom: 49px;
}
.page-title {
	padding: 0 30px;
	font-size: 50px;
	font-family: {{this.primary-font-local}};
	text-align: center;
	line-height: 50px;
}
.overview-page-name {
    background-color: {{this.secondary-bg}};
    padding: 77px 0 136px;
}
.overview-page-snippet-wrap {
    max-width: 1335px;
    margin: 0 auto;
    padding: 0 25px 50px;
    position: relative;
    left: 82px;
}
.overview-page-snippet-wrap .uk-grid {
    flex-direction: row-reverse;
}
.overview-page-snippet-img img {
    width: 100%;
}
.overview-page-snippet-img {
    padding-left: 51px;
    margin-top: -57px;
}
.overview-page-snippet-info {
    padding-right: 64px;
    padding-top: 51px;
    padding-bottom: 10px;
}
.overview-page-snippet-info h1 {
    text-align: left;
    margin-bottom: 50px;
}
.overview-page-snippet-img img {
    box-shadow: 0 0 50px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0 0 50px rgba(0,0,0,0.15);
}
.overview-page-name .page-h1 {
    padding-top: 47px;
}
.overview-page-name .page-h1 {
    padding-top: 47px;
    padding-bottom: 35px;
}
.long-con-btn .less {
    display: none;
}
/*.home-long-con.meet-chef-long + .long-con-btn {
    margin-top: 20px;
}*/
.long-con-btn a {
    color: {{this.primary-color}};
	font-size: 14px;
    position: relative;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
    text-decoration: none;
    line-height: normal;
}
.long-con-btn a:hover, .long-con-btn a:focus {
	border-bottom: 1px solid;
}
.long-con-btn a::before {
	content: "\e950";
	content: "\e950";
    font-size: 16px;
	position: absolute;
    right: -24px;
    top: 1px;
    letter-spacing: normal;
    text-align: center;
    font-family: 'mimiconfont' !important;
    /* width: 20px; */
    /* height: 20px; */
    /* line-height: 20px; */
    /* border-radius: 50%; */
    /* border: 1px solid #112816; */
    box-sizing: border-box;
}
.snippet-long-con-btn a {
    color: {{this.primary-color}};
	font-size: 14px;
    position: relative;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
    text-decoration: none;
    line-height: normal;
}
.snippet-long-con-btn a:hover, .snippet-long-con-btn a:focus {
	border-bottom: 1px solid;
}
.snippet-long-con-btn a .less{
    display:none;
}
.snippet-long-con-btn a.active .more{
    display:none;
}
.snippet-long-con-btn a.active .less{
    display:block;
}
.snippet-long-con-btn a:before {
	content: "\e950";
	content: "\e950";
    font-size: 16px;
	position: absolute;
    right: -24px;
    top: 1px;
    letter-spacing: normal;
    text-align: center;
    font-family: 'mimiconfont' !important;
    /* width: 20px; */
    /* height: 20px; */
    /* line-height: 20px; */
    /* border-radius: 50%; */
    /* border: 1px solid #112816; */
    box-sizing: border-box;
}
.snippet-long-con-btn a.active:before {
    content: "\e94f";
    right: -57px;
}
.home-long-con {
    padding-bottom: 18px;
    display: none;
}
.long-con-btn.active .more {
    display: none;
}
.long-con-btn.active .less {
    display: block;
}
.long-con-btn.active a::before {
    content: "\e94f";
    right: -65px;
}
.our-story-timeline {

	padding-bottom: 0;
}
.meet-team .uk-grid {
    justify-content: center;
}
.meet-team-box {
    text-align: center;
}
.meet-team-img {
    display: inline-block;
    border-radius: 50%;
    overflow: hidden;
    vertical-align: top;
}
.person-name h2 {
    line-height: 35px;
    margin: 0;
}
.open-modal a {
	color: {{this.primary-color}};
	font-weight: 700;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 1px;
	position: relative;
}
.person-name {
    padding-top: 28px;
    margin-bottom: -3px;
}
.person-designation {
    padding-bottom: 8px;
}
.meet-team .uk-grid .uk-grid-margin .meet-team-box {
    margin-top: 24px;
}
.meet-team {
    margin-top: -115px;
    padding-bottom: 75px;
}
.person-bio-popup .uk-modal-dialog {
    padding: 30px;
  background-color: {{this.primary-bg}};
}
.bio-micro-info {
    text-align: center;
}
.person-bio-desc {
    padding-top: 20px;
}
.person-bio-popup .uk-modal-close-default {
    color: {{this.primary-color}};
}
.person-bio-popup .uk-modal-close-default:hover, .person-bio-popup .uk-modal-close-default:focus {
	outline: 1px solid;
}
.mob-hours-listing .uk-modal-close-full .sr-only + svg {
	display: none;
}
.mob-hours-listing .uk-modal-close-full:hover, .mob-hours-listing .uk-modal-close-full:focus {
	outline: 1px solid;
	outline-offset: -5px;
}
.open-modal a::before {
    content: "\e96a";
    font-family: 'mimiconfont' !important;
    position: absolute;
    top: 50%;
    right: -16px;
    font-size: 13px;
    margin-top: -13px;
}
.uk-container1300 {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 25px;
}
.page-snippet-box-wrap .uk-grid {
    align-items: center;
    justify-content: center;
}
.snippet-content {
    padding: 50px 0;
}
.snippet-image img {
    width: 100%;
}
.snippet-content.noimagesnippet {
    padding: 0 65px 0 85px;
    max-width: inherit;
}
.snippet-content.noimagesnippet h2 {
    line-height: 35px;
    margin-bottom: 16px;
}
.snippet-small-desc {
    display: inline;
}
.snippet-content.noimagesnippet button {
    color: {{this.sub-accent-color}};
    font-family: 'cabin',sans-serif;
    background-color: transparent;
    border: none;
    position: relative;
    padding: 0;
    font-size: 16px;
    cursor: pointer;
    text-decoration: underline;
    margin-left: 5px;
}
.snippet-content.noimagesnippet button:hover, .snippet-content.noimagesnippet button:focus {
    text-decoration: none;
}
.snippet-content.noimagesnippet button::before {
	content: "\e950";
	font-family: 'mimiconfont' !important;
	font-size: 16px;
	position: absolute;
	right: -27px;
	/* width: 16px; */
	/* height: 16px; */
	text-align: center;
	/* line-height: 16px; */
	/* border: 1px solid; */
	/* border-radius: 50%; */
	top: 2px;
}
.snippet-content.noimagesnippet button.less-toggle::before {
    content: "\e94f";
}
.snippet-button {
    width: 170px;
    text-align: center;
    padding-top: 52px;
}
.snippet-button a {
	background-color: {{this.accent-color}};
	display: block;
	height: 48px;
	line-height: 48px;
	color: {{this.white-color}};
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 700;
	letter-spacing: 1px;
	border: 1px solid;
}
.page-snippet-box-wrap:nth-child(2n) .uk-grid {
    flex-direction: row-reverse;
}
.page-snippet-box-wrap:nth-child(2n) .snippet-content.noimagesnippet {
    padding: 0 85px 0 65px;
}
.page-snippet-box {
    padding: 68px 0 89px;
}
.page-snippet-box-wrap {
    padding-bottom: 59px;
}
.page-snippet-box-wrap:last-child {
    padding: 0;
}
.contact-info {
    text-align: center;
    margin-bottom: -40px;
    padding-top: 83px;
}
.con-height {
    max-width: 370px;
    margin: 0 auto;
    padding: 31px 30px 33px;
}
.loactionmap-box img {
    width: 100%;
}
.con-location {
    padding-bottom: 62px;
}
.con-info {
    text-transform: uppercase;
}
.con-info a {
    color: {{this.primary-color}};
}
.con-info ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.con-happy-title {
    text-transform: uppercase;
    font-weight: 700;
}
.contact-info .uk-grid > div:first-child {
    border-right: 1px solid #ddddd4;
}
.con-title h2 {
	margin-bottom: 12px;
	font-family: {{this.primary-font-local}};
	font-size: 30px;
	line-height: 70px;
	/* color: #112816; */
	letter-spacing: normal;
	font-weight: 400;
}
.con-delivery-btn a {
	color: {{this.sub-accent-color}};
	position: relative;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 14px;
}
.con-delivery-btn a::before {
	content: "\e96a";
	font-family: 'mimiconfont' !important;
	position: absolute;
	top: 50%;
	right: -16px;
	font-size: 13px;
	margin-top: -11px;
}
.con-info.con-mail {
    padding-top: 20px;
}
.con-happy-hours {
    padding: 0 0 25px;
}
.con-alert {
    max-width: 300px;
    margin: 0;
    padding-bottom: 20px;
    text-transform: uppercase;
}
.contact-info .con-alert {
	margin: 0 auto;
}
.con-delivery .con-title h2 {
    margin-bottom: 0;
    font-size: 30px;
    line-height: 50px;
}
.con-delivery-btn {
    padding-top: 16px;
}
.contact-location-wrap .uk-grid {
    align-items: center;
}
.direction-inner label {
    font-weight: 700;
    display: block;
    margin-bottom: 0;
    position: relative;
}
.direction-inner input {
    height: 35px;
    width: 100%;
    border: none;
    border-bottom: 1px solid #ddddd4;
    color: {{this.primary-color}};
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
	background-color: {{this.primary-bg}};
}
.direction-btn {
    width: 210px;
}
.direction-btn a {
	font-size: 14px;
	color: {{this.white-color}};
	text-align: center;
	display: block;
	height: 48px;
	line-height: 48px;
	background-color: {{this.accent-color}};
	letter-spacing: 1px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 700;
	border: 1px solid;
}
.location-direction-section {
    padding: 0 65px 0 85px;
}
.direction-form {
    padding-bottom: 22px;
}
.direction-btn {
    width: 210px;
    padding-top: 31px;
}
.contact-location {
    padding: 77px 0;
}
.commentlable label {
    display: block;
    font-weight: 700;
    margin-bottom: -5px;
}
.commentinput input, .commentinput select {
	width: 100%;
	height: 46px;
	background-color: transparent;
	border: none;
	border-bottom: 1px solid #e0e0d8;
	font-size: 16px;
	font-family: {{this.secondary-font-family}};
	color: {{this.primary-color}};
	padding: 0;
	box-sizing: border-box;
}
.commentinput .mim-icon-angle-arrow-down {
    position: absolute;
    font-size: 13px;
    right: 0;
    line-height: 46px;
}
#groupsRFP .uk-grid > div {
    margin-bottom: 42px;
}
select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}
.commentinput .mim-icon-angle-arrow-down {
    position: absolute;
    font-size: 13px;
    right: 0;
    line-height: 46px;
    pointer-events: none;
    bottom: 0;
}
.commentinput {
    position: relative;
}
.commentmodulebtn .button {
	border: none;
	background-color: {{this.accent-color}};
	padding: 0;
	width: 192px;
	height: 74px;
	color: {{this.white-color}};
	font-size: 14px;
	font-family: {{this.secondary-font-family}};
	letter-spacing: 1px;
	cursor: pointer;
	margin-top: 18px;
	text-transform: uppercase;
	font-weight: 700;
}
#groupsRFP .uk-grid > div > div {
    margin: 0 62px;
}
#gdpr-rfp a {
    color: {{this.sub-accent-color}};
    font-weight: 700;
    text-decoration: underline;
}
#gdpr-rfp a:hover, #gdpr-rfp a:visited {
    text-decoration: none;
}
#gdpr-rfp {
    font-size: 13px;
    line-height: 18px;
    margin-top: 15px;
}
.rfpbox {
    background-color: {{this.primary-bg}};
    padding-top: 25px;
    margin-bottom: -105px;
}
.space-feature-box > ul li {
    background-color: {{this.secondary-bg}};
    box-shadow: 0 0 0 rgba(0,0,0,0.15);
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    padding: 0 30px;
}
.space-feature-box > ul li:hover, .space-feature-box > ul li.uk-open {
    box-shadow: 0 0 50px rgba(0,0,0,0.15);
}
.uk-container1030.no-padding {
    max-width: 1030px;
    margin: 0 auto;
}
.space-feature-box .uk-accordion {
    margin: 0;
}
a.space-feature-title {
	font-size: 24px;
	font-weight: 700;
	line-height: 36px;
  padding: 20px 0px; 
	color: {{this.primary-color}} !important;
	position: relative;
}
.space-feature + .inner-feed .home-social-wrap {
    padding-top: 0;
}
a.space-feature-title::before {
	color: {{this.primary-color}};
	font-size: 18px;
	margin: 0;
	width: auto;
	height: auto;
	float: none;
	position: absolute;
	right: 0;
}
.space-feature-box .uk-accordion .uk-accordion-content {
    margin: 0;
}
.space-feature-info ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
.space-feature-info ul li::before {
    content: " ";
    position: absolute;
    width: 6px;
    height: 6px;
    left: 0;
    background-color: {{this.primary-color}};
    border-radius: 50%;
    top: 12px;
    pointer-events: none;
}
.space-feature-info {
    margin: 0px 0 20px !important;
}
.space-feature {
    padding: 80px 20px;
}
.space-feature-info ul li {
    position: relative;
    width: 50%;
    padding: 0 20px;
    box-sizing: border-box;
}
.content-snippet-slider-info {
    padding: 0 65px 0 85px;
    color: {{this.primary-color}};
}
.content-snippet-slider-tag {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 35px 0 44px;
}
.content-snippet-slider {
    padding: 70px 0 90px;
}
.content-snippet-slider-title h2 {
    color: {{this.primary-color}};
    line-height: 35px;
    margin-bottom: 17px;
}
.content-snippet-btns {
    padding-top: 52px;
}
a.primary-btn {
    color: {{this.white-color}};
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
	border: 1px solid #d39364;
	display: inline-block;
	vertical-align: middle;
	width: 170px;
	background-color: {{this.accent-color}};
	text-align: center;
	text-decoration: none;
	font-weight: 700;
    line-height: 48px;
}
a.link-button {
	display: inline-block;
	color: {{this.sub-accent-color}} !important;
	vertical-align: middle;
	position: relative;
	margin-left: 35px;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
a.link-button::before {
    content: "\e96a";
    font-family: 'mimiconfont' !important;
    position: absolute;
    top: 50%;
    right: -16px;
    font-size: 13px;
    margin-top: -11px;
}
.content-snippet-slider-controls {
    position: absolute;
    width: 118px;
    right: 65px;
    top: 35px;
    height: 30px;
}
.content-snippet-slider-arrow a svg {
	color: {{this.primary-color}};
	width: 17px;
}
.content-snippet-slider-arrow a {
    padding: 0;
    color: {{this.primary-color}};
}
.content-snippet-slidernumbers {
    color: {{this.primary-color}};
    text-align: center;
}
.currentindex {
    font-weight: 700;
}
.our-story-timeline-data, .timeline-years ul li a {
    color: {{this.primary-color}} !important;
}
.our-story-timeline-wrap {
    background-color: {{this.secondary-bg}};
    border-radius: 5px;
    padding: 31px 0 78px;
}
.timeline-years ul {
    border-bottom: 1px solid #edede5;
    justify-content: space-between;
}
.timeline-years ul li {
    padding: 0;
}
.timeline-years ul li a {
    display: block;
    position: relative;
    line-height: 70px;
    text-decoration: none;
}
.timeline-years ul li a::after {
	background-color: {{this.primary-color}} !important;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	top: inherit;
	bottom: -7px;
	left: 50%;
	right: inherit;
	margin-left: -6px;
	transition: all 0.2s ease 0s;
	-webkit-transition: all 0.2s ease 0s;
	-ms-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
}
.timeline-years ul li.uk-active a::after, .timeline-years ul li a:hover::after, .timeline-years ul li a:focus::after {
    width: 16px;
    height: 16px;
    margin-left: -8px;
    bottom: -8px;
}
.years-data {
	font-family: {{this.primary-font-local}};
	font-size: 30px;
	line-height: 30px;
}
.years-desc {
    padding-left: 40px;
}
.timeline-years {
    margin-bottom: 88px;
}
.our-story-timeline-wrap a.uk-slidenav {
    margin: 95px 55px;
}
.content-snippet-slider-img img {
    width: 100%;
}
.our-story-timeline-wrap .uk-container770 {
    padding: 0 70px;
}
.our-story-timeline-wrap a.uk-slidenav svg {
    width: 17px;
    color: {{this.primary-color}};
}
.our-menu-option1 .home-menu-section-img {
    display: none;
}
.our-menu-option1 .home-menu-section-title {
    display: none;
}
.our-menu-option1 .mobile-tabbing-container {
    max-width: 970px;
    margin: 68px auto 30px;
}
.our-menu-option1 .tabbing-container ul {
    border-bottom: 0px solid #ddddd4;
}
.our-menu-option1 .tabbing-container ul li a {
	padding: 0 20px;
	line-height: 38px;
	border: 1px solid #d39364;
	border-radius: 30px;
	background-color: {{this.secondary-bg}};
	min-width: 114px;
}
.our-menu-option1 .tabbing-container ul li a::before {
    display: none;
}
.our-menu-option1 .tabbing-container ul li {
    margin: 0 10px 20px;
}
.our-menu-option1 .tabbing-container ul li a:hover, .our-menu-option1 .tabbing-container ul li a:focus, .our-menu-option1 .tabbing-container ul li.current a {
	background-color: {{this.accent-color}};
	border-color: {{this.accent-color}};
	color: {{this.white-color}};
}
.our-menu-option1 .menu-section {
    background-color: transparent;
}
.menu-main-desc-title {
    display: none;
}
.our-menu-option1 .menu-main-desc-title {
    display: block;
    text-align: center;
}
.menu-disclaimer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.menu-main-title {
	font-family: {{this.primary-font-local}};
	font-size: 40px;
	line-height: 50px;
}
.our-menu-option1 .menu-main-desc-title .menu-disclaimer {
    margin-bottom: -6px;
}
.our-menu-option1 .full-menu-btn {
    display: none;
}
.our-menu-option1 .menu-section-box-wrap .menu-section-list:nth-child(n+3), .our-menu-option1 .menu-section-box-wrap .menu-section-subtitle:nth-child(n+2) {
    display: block;
}
.our-menu-option1, .our-menu-option2 {
    padding-bottom: 65px;
}
.our-menu-option2 .menu-section {
    background-color: transparent;
}
.our-menu-option2 .home-menu-section-img {
    display: none;
}
.our-menu-option2 .home-menu-section-title {
    display: none;
}
.our-menu-option2 .uk-container1170 {
    max-width: 1200px;
}
.our-menu-option2 .full-menu-btn {
    display: none;
}
.our-menu-option2 .menu-section-wrap::after {
    content: " ";
    display: block;
    clear: both;
}
.our-menu-option2 .menu-section-wrap {
    padding-top: 50px;
}
.our-menu-option2 .mobile-tabbing-container {
    float: left;
    width: 200px;
    padding-top: 6px;
}
.our-menu-option2 .tab-content-wrapper {
    float: right;
    width: calc(100% - 230px);
    width: -webkit-calc(100% - 230px);
    width: -ms-calc(100% - 230px);
    width: -o-calc(100% - 230px);
}
.our-menu-option2 .menu-main-desc-title {
    display: block;
    padding-bottom: 32px;
}
.our-menu-option2 .menu-main-desc-title::after {
    content: " ";
    display: block;
    clear: both;
}
.our-menu-option2 .menu-main-title {
    float: right;
    font-family: 'Archivo Black', sans-serif;
    font-size: 40px;
    line-height: 40px;
}
.our-menu-option2 .menu-disclaimer {
    float: left;
    margin-top: 5px;
}
.our-menu-option2 .menu-disclaimer ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.our-menu-option2 .menu-section-list-wrap .uk-grid > div .menu-section-item {
    margin-right: 15px;
}
.our-menu-option2 .menu-section-list-wrap .uk-grid > div:nth-child(2n) .menu-section-item {
    margin-left: 15px;
}
.our-menu-option2 .menu-section-list-wrap .uk-grid > div .menu-image {
    margin-right: 15px;
}
.our-menu-option2 .menu-section-list-wrap .uk-grid > div:nth-child(2n) .menu-image {
    margin-left: 15px;

}
.our-menu-option2 .menu-section-box-wrap {
    padding: 0;
}
.our-menu-option2 .menu-section-list .uk-grid > div:nth-child(n+7), .our-menu-option1 .menu-section-list .uk-grid > div:nth-child(n+7) {
    display: block;
}
.our-menu-option2 .menu-section-box-wrap .menu-section-list:nth-child(n+3), .our-menu-option2 .menu-section-box-wrap .menu-section-subtitle:nth-child(n+2) {
    display: block;
}
.our-menu-option2 .tabbing-container ul {
    border: none;
}
.our-menu-option2 .tabbing-container ul {
    border: none;
    text-align: left;
}
.our-menu-option2 .tabbing-container ul li {
    display: block;
    margin: 0;
}
.our-menu-option2 .tabbing-container ul li a {
    padding: 0;
    line-height: 42px;
}
.our-menu-option2 .tabbing-container ul li a::before {
    width: 5px;
    height: 100%;
    right: -5px;
    left: inherit;
    top: 0;
    bottom: inherit;
}
.uk-container1000 {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 25px;
}
.menu-option3-img-box {
    position: relative;
    box-shadow: 0 0 49px rgba(0,0,0,0.24);
}
	.menu-option3-img {	
			position: relative;	
		}	
		.menu-option3-img::before {	
			content: " ";	
			width: 100%;	
			height: 100%;	
			position: absolute;	
			top: 0;	
			left: 0;	
			opacity: 0;	
			background-color: {{this.dark-bg}};	
		    transition: all 0.4s ease 0s;	
		}
.menu-option3 {
    margin-top: -100px;
}
.page-content-box.padding-margin-bottom {
    padding-bottom: 207px;
}
.menu-option3-img img {
    width: 100%;
}
.menu-option3-hour-title {
    font-size: 24px;
    font-weight: 700;
    padding: 40px 0 20px;
}
a.menu-option3-link {
    margin-right: 77px;
}
.menu-option3-btns {
    position: absolute;
    bottom: 42px;
    left: 40px;
}
.menu-option3-hour-desc ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.menu-option3-btns a {
	color: {{this.white-color}};
	position: relative;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 14px;
}
.menu-option3-btns a::before {
    content: "\e96a";
    font-family: 'mimiconfont' !important;
    position: absolute;
    top: 50%;
    right: -16px;
    font-size: 13px;
    margin-top: -11px;
}
	.menu-option3-info {	
			position: absolute;	
			width: 100%;	
			height: 100%;	
			box-sizing: border-box;	
			padding: 0 40px;	
			top: 0;	
			left: 0;	
			color: {{this.white-color}};	
			transition: all 0.4s ease 0s;	
		    -webkit-transition: all 0.4s ease 0s;	
		    -ms-transition: all 0.4s ease 0s;	
		    -o-transition: all 0.4s ease 0s;	
			opacity: 0;	
		}	
	.menu-option3-img-box:hover .menu-option3-info {	
		
	    opacity: 1;	
	}
.menu-option3-img-box:hover .menu-option3-img::before {
    opacity: 0.9;
}
.menu-option3-main-title {
    padding: 30px 0 64px;
}
.menu-option3-main-title h2 {
    margin-bottom: 0;
}
.page-gallery-box {
    padding: 80px 0;
}
.home-bottom-section-img {
    margin-bottom: -1px;
    max-height: 400px;
    overflow: hidden;
}
li.no-caption {
    background-color: #000000;
}
#middle {
    background-color: #000000;
}
.mainimage-para {
    min-height: 60vh;
    background-size: cover;
    background-repeat: no-repeat;
}
.google-captcha-code {
    margin-top: 17px;
    margin-right: 30px;
}
.sub-footer-sec {
    display: flex;
}
.error-message {
    color: red;
    font-size: 12px;
}
.open-megamenu-wrap .top-navigation {
	display: none;
	max-width: 1170px;
	margin: 0 auto;
	padding: 0 30px;
	width: 100%;
}
.open-megamenu-wrap .top-navigation ul {
	padding-bottom: 50px;
	column-count: 2;
	display: block;
}
.open-megamenu-wrap .top-navigation ul li {
	margin: 0;
}
.open-megamenu-wrap .top-navigation ul li a {
	color: {{this.primary-color}};
	font-size: 40px;
	line-height: 70px;
	font-family: {{this.primary-font-local}};
	font-weight: 400;
	text-transform: none;
    text-decoration:none;
}
.open-megamenu-wrap .top-navigation ul li a:hover, .open-megamenu-wrap .top-navigation ul li a:focus {
	text-decoration: underline;
}
.open-megamenu-wrap .top-navigation ul li a.navON {
    color: {{this.dark-bg}};
 text-decoration: underline;
}
.page-ready .top-navigation {
    display: block;
}
.page-ready .mob-nav .top-navigation {
    display: none;
}
.page-content-box.no-margin h1 {
    margin: 0;
}
.page-content-box.no-margin {
    padding: 50px 0;
}
/*.home-long-con.meet-chef-long + .long-con-btn {
    margin-top: 20px;
}*/
.home-long-con.meet-chef-long {
    padding-top: 20px;
}
/*.home-long-con.meet-chef-long + .long-con-btn.active {
    margin-top: 0;
}*/
.home-slide-desktop {
	overflow: hidden;
	position: relative;
	padding: 0 50px;
}
.home-slider-wrap {
	background-color: #000;
}
.mobile-hours-pop .uk-modal-dialog {
    min-height: 100vh;
}
.mob-hours-listing .uk-modal-close-full {
    background-color: transparent;
    left: inherit;
    right: 0;
    color: #112816;
}
#mainimage .mainimage-para-mob img {
    height: auto;
    display: block;
}
.open-megamenu {
	position: fixed;
	width: 100%;
	height: calc(100vh - 142px);
	left: 0;
	top: 90px;
	background-color: {{this.secondary-bg}};
	z-index: 980;
	overflow-y: auto;
	visibility: hidden;
	opacity: 0;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
}
.open-megamenu.active {
    opacity: 1;
    visibility: visible;
}
.open-megamenu-wrap {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
}
.open-megamenu-left {
    width: 66.67%;
    background-color: #112816;
    background-size: cover;
    color: #ffffff;
    padding: 0 67px 0 125px;
    box-sizing: border-box;
}
.open-megamenu-left-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 48px 0 28px;
}
.open-megamenu-left-bottom {
    padding-bottom: 50px;
}
a.clsoe-megamenu {
	position: relative;
	text-decoration: none;
	color: #ffffff;
	padding-left: 40px;
	line-height: 24px;
	display: block;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1px;
}
a.clsoe-megamenu:hover, a.clsoe-megamenu:focus {
	color: #ffa383;
}
a.clsoe-megamenu::before {
	content: "\e944";
	font-family: 'mimiconfont' !important;
	font-size: 24px;
	position: absolute;
	left: 0;
	top: 0;
}
.open-megamenu-left-top .social-media {
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}
.header-notification a {
	text-decoration: none;
	font-weight: 400;
	text-transform: uppercase;
	color: {{this.primary-color}};
	font-size: 16px;
	position: relative;
	padding-right: 24px;
	letter-spacing: 1.6px;
	display: block;
}
.header-notification a::before {
	content: "\e98c";
	font-family: 'mimiconfont';
	position: absolute;
	right: 0;
	font-size: 16px;
}
.header-notification a:hover, .header-notification a:focus {
    color: {{this.dark-bg}};
}
.open-megamenu-left-top .social-media ul {
    display: flex;
    list-style: none;
}
.open-megamenu-left-top .social-media ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 20px;
}
.open-megamenu-left-top .social-media ul li a:hover, .open-megamenu-left-top .social-media ul li a:focus {
	color: #ffa383;
}
.open-megamenu-left-top .social-media ul li {
    margin-left: 34px;
}
.open-megamenu-left-bottom .uk-navbar-nav {
    flex-wrap: wrap;
}
.open-megamenu-left-bottom .uk-navbar-nav li {
    margin: 0;
    width: 60%;
}
.open-megamenu-left-bottom .uk-navbar-nav li:nth-child(2n) {
    width: 40%;
}
.open-megamenu-left-bottom .uk-navbar-nav li a {
    color: #ffffff;
    font-size: 40px;
    line-height: 70px;
    text-transform: none;
    font-family: 'Archivo Black', sans-serif;
    font-weight: 400;
    letter-spacing: normal;
    position: relative;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}
.open-megamenu-left-bottom .uk-navbar-nav li a:hover, .open-megamenu-left-bottom .uk-navbar-nav li a:focus {
    padding-left: 36px;
}
.open-megamenu-left-bottom .uk-navbar-nav li a.navON {
	color: #ffa383;
}
.open-megamenu-left-bottom .uk-navbar-nav li a::before {
    content: " ";
    width: 0;
    height: 5px;
    position: absolute;
    background-color: #fff;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}
.open-megamenu-left-bottom .uk-navbar-nav li a:hover::before, .open-megamenu-left-bottom .uk-navbar-nav li a:focus::before {
    width: 20px;
}
.open-megamenu-left-bottom .top-navigation ul li:last-child {
    margin-right: 0;
}
.open-megamenu-right {
    width: 33.33%;
    box-sizing: border-box;
    padding: 60px;
}
.nav-number {
    line-height: 40px;
    font-size: 12px;
    letter-spacing: 1.2px;
    padding: 7px 0 14px;
}
.nav-number .num-txt {
    text-transform: uppercase;
    font-weight: 700;
}
.nav-number a:hover, .nav-number a:focus {
    border-bottom: 1px solid;
}
.nav-number a {
    color:  {{this.primary-color}};
    text-decoration: none;
    border-bottom: 1px solid transparent;
}
.open-megamenu-left-top .lang-switch {
    display: none;
}
.open-megamenu-left-bottom .social-media {
    display: none;
}
.header-section .nav-bar-right .nav-number {
    display: none;
}
.home-overview-section {
    background-color: {{this.secondary-bg}};
    padding: 30px;
}
.home-overview-section .uk-grid {
    flex-direction: row-reverse;
}
.home-overview-section-btn a {
	display: inline-block;
	padding: 0 38px;
	line-height: 48px;
	color: {{this.primary-color}};
	border: 1px solid {{this.primary-color}};
	text-transform: uppercase;
	font-weight: 700;
	font-size: 12px;
	background-color: transparent;
	letter-spacing: 1px;
	text-decoration: none;
}
	.home-overview-section-btn a:hover, .home-overview-section-btn a:focus {	
		background-color: {{this.secondary-bg}};	
		color: {{this.primary-color}};	
		border-color: {{this.primary-color}};	
	}
.home-overview-section-info {
    max-width: 450px;
    margin: 0 auto;
    padding: 0 30px;
}
.home-overview-section-title h1 {
	margin: 0;
	text-align: left;
}
.home-overview-section-desc {
    padding: 59px 0 56px;
}
.home-overview-section-img img {
    width: 100%;
}
.mob-hours-listing {
	position: relative;
}
#groupsRFP h2 {
	text-align: center;
}
ul.mobile-hero {
	padding: 0;
	margin: 0;
}
ul.mobile-hero li:nth-child(n+2) {
	display: none;
}
.home-feed.mob-home-feed ul {
	padding: 0;
	margin: 0 auto;
	max-width: 286px;
	list-style: none;
}
.view-all-feed a {
	color: {{this.primary-color}};
	position: relative;
	font-weight: 700;
}
.view-all-feed a::before {
	content: "\e96a";
	font-family: mimiconfont !important;
	position: absolute;
	top: 50%;
	right: -16px;
	font-size: 13px;
	margin-top: -13px;
}
.view-all-feed {
	text-align: center;
	padding: 10px 0 45px;
}
.open-megamenu-wrap .lang-switch {
	position: relative;
	right: -17px;
	display: none;
	margin: 8px 0 6px;
}
.open-megamenu-wrap .lang-switch #lang-switch {
	background-color: {{this.secondary-bg}};
}
.open-megamenu-wrap .social-media ul {
	display: flex;
	list-style: none;
}
.open-megamenu-wrap .social-media-wrap {
	display: none;
}
.open-megamenu-wrap .social-media ul li {
	margin-right: 30px;
}
.open-megamenu-wrap .social-media ul li a {
	color: {{this.primary-color}};
}
.open-megamenu-wrap .social-media {
	padding: 23px;
	width: 100%;
}
.open-megamenu-wrap .header-notification {
	position: relative;
	right: 0;
	display: none;
	border-top: 1px solid {{this.primary-color}};
	padding-top: 21px;
	padding-bottom: 21px;
}
.open-megamenu-wrap .header-notification a {
	display: inline-block;
	vertical-align: top;
}
.home-slide-mobile .slidet-text-top {
    color: {{this.white-color}};
    font-size: 24px;
	position: absolute;
    font-weight: 300;
	z-index: 2;
	bottom: 16px;
	width: 100%;
    font-family: {{this.primary-font-local}};
	left: 23px;
    max-width: 220px;
	box-sizing: border-box;
    line-height: 28px;
}
.slide-light-box {
	position: absolute;
	width: 42px;
	height: 42px;
	right: 21px;
	bottom: 19px;
	border-radius: 50%;
	line-height: 42px;
	text-align: center;
	z-index: 2;
	overflow: hidden;
}
.slide-light-box a {
	background-color: {{this.white-color}};
	display: block;
	color: {{this.primary-color}};
}
.home-first-snippet .uk-grid {
	flex-direction: row-reverse;
}

.home3-overview-snippet-info .tag-line, .home3-overview-snippet-info .tag-line-append {
	font-weight: 700;
	letter-spacing: 1.4px;
	font-size: 14px;
	text-transform: uppercase;
}
.home3-overview-snippet-info .head-line {
	font-size: 40px;
	line-height: 45px;
	font-weight: 300;
	font-family: {{this.primary-font-local}};
	padding-top: 46px;
}
.home3-overview-snippet-info .desc {
	padding-top: 10px;
}
.home3-overview-snippet-info .btn {
	padding-top: 48px;
}
.home-first-snippet.home3-overview-snippet {
	padding-top: 50px;
}
.home3-overview-snippet-info .btn a {
	display: block;
	line-height: 48px;
	width: 200px;
	text-align: center;
	box-sizing: border-box;
	border: 1px solid {{this.dark-bg}};
	letter-spacing: 1.4px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
}
.home-first-snippet .home3-overview-snippet-wrap {
	background-color: {{this.dark-bg}};
}
.home-first-snippet .tag-line {
	color: {{this.secondary-bg}};
}
.home-first-snippet .head-line, .home-first-snippet .desc {
	color: {{this.white-color}};
}
.home-first-snippet .btn a {
	color: {{this.white-color}};
	border-color: {{this.secondary-bg}};
}
.home-first-snippet .btn a:hover, .home-first-snippet .btn a:focus {
	background-color: {{this.secondary-bg}};
    color: {{this.primary-color}};
}
#home-snippet-slider .uk-transition-fade {
	visibility: hidden;
}
#home-snippet-slider .uk-transition-fade.uk-transition-active {
	opacity: 1;
	visibility: visible;
}
#home-snippet-slider ul {
	transition: none !important;
}
.home-second-snippet .tag-line {
	display: none;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 12px;
	line-height: 24px;
	color: {{this.dark-bg}};
	letter-spacing: 1.2px;
	margin: -3px 0 23px;
}
.home-second-snippet.home3-overview-snippet {
	padding: 30px 0;
}
.home3-overview-snippet-info .tag-line-append {
	color: {{this.dark-bg}};
}
.home-second-snippet .home3-overview-snippet-wrap {
	background-color: {{this.secondary-bg}};
	position: relative;
}
.home3-overview-snippet-img img {
	min-height: 700px;
	object-fit: cover;
}
.home-second-snippet .btn a {
	border: 1px solid {{this.dark-bg}};
	background-color: transparent;
	color: {{this.dark-bg}};
}
.home3-overview-snippet-controls {
	width: 40%;
	position: absolute;
	right: 0;
	bottom: 35px;
	padding: 0 7.2%;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.snippet-controls {
	width: 148px;
	display: flex;
	justify-content: space-between;
}
.snippet-controls .uk-slidenav svg {
	display: none;
}
.snippet-controls .uk-slidenav {
	position: relative;
	padding: 0;
	color: {{this.dark-bg}};
	display: block;
	line-height: normal;
	text-decoration: none;
}
.snippet-controls .uk-slidenav:focus { border: 1px solid; }
.snippet-controls .uk-slidenav:hover, .snippet-controls .uk-slidenav:focus {
	color: {{this.primary-color}};
}
.snippet-controls .uk-slidenav::before {
	content: " ";
	font-family: 'mimiconfont' !important;
}
.snippet-controls .uk-slidenav-previous.uk-slidenav::before {
	content: "\e98f";
	font-size: 18px;
}
.snippet-controls .uk-slidenav-next.uk-slidenav::before {
	content: "\e990";
	font-size: 18px;
}
.home3-overview-snippet-controls-btn a {
	display: block;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1.4px;
	color: {{this.sub-accent-color}};
	border-bottom: 1px solid;
	text-decoration: none;
}
.home3-overview-snippet-controls-btn a:hover, .home3-overview-snippet-controls-btn a:focus {
	color: {{this.primary-color}};
}
.home-second-snippet .home3-overview-snippet-info .btn {
	padding-top: 26px;
}
.home-second-snippet .btn a:hover, .home-second-snippet .btn a:focus {
	background-color: {{this.dark-bg}};
	color: {{this.white-color}};
}
.home-third-block {
	padding: 0 30px;
}
.home-third-block-wrap {
	background-color: {{this.dark-bg}};
	position: relative;
}
.home-third-block-img {
	position: relative;
    overflow: hidden;
}
.home-third-block-img::before {
	position: absolute;
	width: 100%;
	height: 100%;
	content: " ";
	background-color: rgba(12,20,36,0.7);
	left: 0;
	top: 0;
    z-index: 2;
}
.home-third-block-info {
    color: {{this.white-color}};
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
    text-align: center;
    max-width: 570px;
	width: 100%;
    z-index: 3;
}
.home-third-block-info .tag-line {
	font-size: 14px;
	line-height: 24px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1.4px;
}
.home-third-block-info .head-line {
	font-size: 40px;
	line-height: 45px;
	font-family: {{this.primary-font-local}};
	font-weight: 300;
	padding: 21px 0 27px;
}
.home-third-block-info .btn a {
	display: block;
	width: 200px;
	margin: 0 auto;
	line-height: 48px;
	text-transform: uppercase;
	border: 1px solid;
	color: {{this.white-color}};
	font-weight: 700;
	letter-spacing: 1.4px;
	font-size: 14px;
	background-color: transparent;
	text-decoration: none;
}
.home-third-block-info .btn a:hover, .home-third-block-info .btn a:focus {
	border-color: {{this.secondary-bg}};
	background-color: {{this.secondary-bg}};
	color: {{this.primary-color}};
}
.home-fourth-snippet .home3-overview-snippet-wrap > .tag-line {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 12px;
	letter-spacing: 1.2px;
	display: none;
	margin: 4px 0 21px;
}
.home-fourth-snippet .tag-line {
	color: {{this.dark-bg}};
}
.home-fourth-snippet {
	padding-top: 25px;
}
.home-fourth-snippet .home3-overview-snippet-wrap {
	background-color: {{this.secondary-bg}};
}
.home-fourth-snippet .btn a {
	border-color: {{this.dark-bg}};
	color: {{this.dark-bg}};
}
.home-fourth-snippet .btn a:hover, .home-fourth-snippet .btn a:focus {
	background-color: {{this.dark-bg}};
	color: {{this.white-color}};
}
.home-fourth-snippet .home3-overview-snippet-info .head-line {
	padding-top: 74px;
}
.home-fourth-snippet .home3-overview-snippet-info .desc {
	padding-top: 17px;
}
.home-fourth-snippet .home3-overview-snippet-info .btn {
	padding-top: 44px;
}
.home-fourth-snippet .uk-grid {
	flex-direction: row-reverse;
}
.insta-feed-wrap {
	max-width: 100%;
	position: relative;
	padding-right: 20px;
}
.insta-feed-right ul li {
	width: 414px;
	padding-left: 60px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.insta-feed-right {
	overflow: hidden;
    margin-left: -154px;
}
.insta-feed-right .uk-slider-items {
	right: 0;
}
.insta-feed-right ul li a {
	text-decoration: none;
	color: {{this.primary-color}};
    transition: .4s;
    -webkit-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    display: block;
}
.insta-feed-right ul li a:hover, .insta-feed-right ul li a:focus{
    box-shadow: 0px 0px 15px 5px rgba(138,80,20,0.3);
    -webkit-box-shadow: 0px 0px 15px 5px rgba(138,80,20,0.3);
    -moz-box-shadow: 0px 0px 15px 5px rgba(138,80,20,0.3);
}
.feed-tag {
	position: absolute;
	top: 50%;
	left: 0;
	transform: rotate(-90deg);
	padding-right: 26px;
	margin-top: -142px;
}
.feed-tag::before {
	content: "\e940";
	font-family: 'mimiconfont' !important;
	position: absolute;
	top: 1px;
	right: 0;
	transform: rotate(90deg);
}
.inst-slider-arrow {
	position: absolute;
	bottom: 50%;
	right: -189px;
	width: 148px;
	display: flex;
	justify-content: space-between;
	direction: ltr;
	transform: translateY(50%);
	margin-bottom: -78px;
}
.inst-slider-arrow .uk-slidenav {
	position: relative;
	padding: 0;
	color: {{this.sub-accent-color}};
	display: block;
	line-height: normal;
	text-decoration: none;
}
.inst-slider-arrow .uk-slidenav::before {
	content: " ";
	font-family: 'mimiconfont' !important;
}
.inst-slider-arrow .uk-slidenav-previous.uk-slidenav::before {
	content: "\e98f";
	font-size: 18px;
}
.inst-slider-arrow .uk-slidenav-next.uk-slidenav::before {
	content: "\e990";
	font-size: 18px;
}
.inst-slider-arrow .uk-slidenav:focus { border: 1px solid; }
.inst-slider-arrow .uk-slidenav:hover, .inst-slider-arrow .uk-slidenav:focus {
	color: {{this.primary-color}};
}
.inst-slider-arrow .uk-slidenav svg {
	display: none;
}
.insta-title {
	font-family: {{this.primary-font-local}};
	font-size: 40px;
	line-height: 45px;
	font-weight: 300;
	padding-top: 18px;
}
.insta-user-info {
	position: relative;
	top: -24px;
    width:170px;
}
.home-fourth-snippet + .home-review-section {
	padding-top: 60px;
}
.insta-feed-ba {
	padding: 101px 0 109px;
}
.insta-feed-ba.insta-feed-ba-mob {
	padding: 55px 25px 46px;
}
.insta-feed-ba-mob .insta-feed-wrap {
	width: auto;
}
.insta-feed-ba-mob .insta-user-info {
	top: 0;
}
.insta-feed-ba-mob .insta-feed-left {
	width: auto;
}
.insta-feed-ba-mob .insta-title {
	font-size: 30px;
	line-height: 35px;
	padding-top: 0;
}
.insta-feed-ba-mob .insta-feed-right {
	width: auto;
    padding: 53px 0 27px;
}
.insta-feed-ba-mob .insta-feed-right ul {
	list-style: none;
	padding: 0;
    margin: 0;
}
.insta-feed-ba-mob .insta-feed-right ul li {
	width: 250px;
	padding-left: 0;
	margin: 0 auto;
	position: relative;
}
.insta-feed-ba-mob .feed-tag {
	left: -60px;
	margin-top: -88px;
}
.insta-feed-ba-mob .insta-feed-btn a {
	text-align: center;
	display: block;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 1.4px;
	color: {{this.primary-color}};
	text-decoration: none;
}
@media only screen and (min-width: 1191px) {
.home3-overview-snippet-info {
	margin: 0 18%;
}
}

@media only screen and (max-width: 1620px) and (min-width: 1025px)  {
.insta-feed-right {
	margin-left: -222px;
}
.home-slide-desktop li img {
    width: 100%;
    height: 100%;
}
.insta-feed-wrap .uk-inline {
    width: 74%;
}
.insta-feed-wrap .insta-feed-left {
    width: 25%;
}
}

@media only screen and (max-width:1620px) {
.open-megamenu-left {
    padding: 0 50px;
}
}
@media only screen and (max-width:1500px) {
.home-snippet-box {
    left: 0;
}
.home-snippet-box:nth-child(2n-1) {
    left: 0;
}
.overview-page-snippet-wrap {
    left: 0;
}
.open-megamenu-left-bottom .uk-navbar-nav li a {
    font-size: 30px;
    line-height: 60px;
}
}
@media only screen and (max-width:1340px) {
.totop {
    right: 0;
}
}
@media only screen and (max-width:1190px) {
.home3-overview-snippet-info {
	padding: 0 8%;
}
.home3-overview-snippet-controls {
	padding: 0 3.2%;
}
.open-megamenu-right {
    display: none;
}
.open-megamenu-left {
    width: 100%;
}
}
@media only screen and (max-width:1170px) {
.totop {
    display: none;
}
.copy-rights, .pop-link {
    display: block;
}
.sub-footer-sec {
    flex-wrap: wrap;
}
.mainimage-para {
	min-height: 40vh;
}
/*.menu-option3-info {
    opacity: 1;
}*/
.burger-menu.active .after-open-header {
	display: none;
}
}
@media only screen and (max-width: 1024px) and (min-width: 1020px)  {
   .inst-slider-arrow {right: 40px; }
.home-slide-desktop li img {
    width: 100%;
    height: 100%;
}
.insta-feed-wrap .uk-inline {
    width: 80%;
}
.insta-feed-wrap .insta-feed-left {
    width: 20%;
}
}

@media only screen and (min-width:900px) and (max-width:1000px) { 
#home-snippet-slider .uk-width-2-5\@m {
    padding-left: 25px;
}
.feed-tag {
    top: 51.6%;
    left: -5px;
}  
.insta-feed-ba .insta-feed-wrap .insta-feed-left {
    width: 25%;
}
.insta-feed-ba .insta-feed-wrap .uk-inline {
    width: 74%;
}
  
}


@media only screen and (max-width:960px) {
  .con-info.con-mail a { word-break: break-all; }
  .insta-feed-img img { width: 100%; }
  .insta-user-info {right:-22px;}
 .inst-slider-arrow {right: 40px; }
.insta-feed-wrap .uk-inline {
    width: 100%;
}
.insta-feed-wrap .insta-feed-left {
    width: 100%;
}
.years-data {
	text-align: center;
	padding-bottom: 30px;
}
.content-snippet-slider-tag {
	padding: 0 0 44px;
}
.home-fourth-snippet {
	padding-top: 0;
}
.home-fourth-snippet .home3-overview-snippet-wrap > .tag-line {
	display: block;
}
.home-fourth-snippet .tag-line {
	display: none;
}
.home-fourth-snippet .home3-overview-snippet-info .head-line {
	padding-top: 2px;
}
.home-fourth-snippet .home3-overview-snippet-info .btn {
	padding-top: 19px;
}
.home-fourth-snippet .home3-overview-snippet-info .desc {
	padding-top: 14px;
}
.home-third-block {
	padding: 0;
}
.home-third-block-info {
	max-width: inherit;
	position: relative;
	top: 0;
	left: 0;
	transform: none;
	padding: 0 25px 30px;
	box-sizing: border-box;
}
.home-third-block-img::before {
	display: none;
}
.home-third-block-info .tag-line {
	padding: 32px 0 3px;
}
.home-third-block-info .btn {
	padding-top: 17px;
}
.home3-overview-snippet-info .tag-line, .home3-overview-snippet-info .tag-line-append {
	font-size: 12px;
}
.home-second-snippet.home3-overview-snippet {
	padding: 0;
}
.home-second-snippet .tag-line {
    display: block;
}
.home-second-snippet .home3-overview-snippet-info .desc {
	padding-top: 11px;
}
.home-second-snippet .home3-overview-snippet-info .btn {
	padding-top: 23px;
}
.home3-overview-snippet-controls {
	position: relative;
	width: auto;
	padding: 29px 0 0;
	bottom: 0;
	margin-bottom: 0;
	max-width: 360px;
}
.home3-overview-snippet-img img {
	min-height: inherit;
}
.snippet-controls {
	width: 138px;
}
.home3-overview-snippet-info .tag-line-append {
	display: none;
}
.home-first-snippet.home3-overview-snippet {
	padding-top: 0;
}
.home3-overview-snippet-wrap {
	padding: 25px 25px 30px;
}
.home3-overview-snippet-info {
	padding: 22px 0 0;
}
.home3-overview-snippet-info .head-line {
	font-size: 22px;
	line-height: 28px;
	padding-top: 2px;
}
.home3-overview-snippet-info .desc {
	padding-top: 25px;
}
.home3-overview-snippet-info .btn {
	padding-top: 52px;
}
.home-slide-desktop {
	padding: 0;
}
.open-megamenu-wrap .top-navigation ul li a {
	font-size: 30px;
	line-height: 60px;
}
.mainimage-para {
    min-height: inherit;
    background-size: 190%;
    height: 375px;
}
.footer-nav {
    flex-wrap: wrap;
    text-align: center;
}
.copy-rights, .pop-link {
    width: 100%;
}
.pop-link ul li:first-child {
    margin: 0;
    padding: 0;
}
.pop-link {
    padding-top: 0;
}
.footer-left-section {
    width: 450px;
}
.home-overview-section {
    padding: 0;
}
.home-overview-section-info {
    padding: 26px 35px 40px;
}
.home-overview-section-desc {
    padding: 19px 0 35px;
}
.home-overview-snippet.home-overview-snippet-active ul {
    flex-wrap: wrap;
}
.home-overview-snippet.home-overview-snippet-active ul li {
    padding: 0 0 30px;
}
.nav-number {
    display: none;
}
h1 {
	font-size: 23px;
	line-height: 29px;
}
.home-review-section-main-title {
    padding: 58px 0 35px;
}
.home-review-section-desc {
    font-size: 22px;
    line-height: 32px;
}
.home-review-section-name {
	padding: 22px 0 0;
}
.home-review-section-wrap .uk-dotnav {
	padding: 26px 0 60px;
}
.menu-section-list-wrap .uk-grid > div .menu-section-item {
    margin-right: 25px;
}
  .menu-section-list-wrap .uk-grid > div .menu-image {
    margin-right: 25px;
}  
.menu-section-list-wrap .uk-grid > div:nth-child(2n) .menu-section-item {
    margin-left: 25px;
}
      .menu-section-list-wrap .uk-grid > div:nth-child(2n) .menu-image {
	margin-left: 25px;
}
.menu-section-box-wrap {
    padding: 0;
}
.menu-section-desc {
    padding-right: 30px;
}
.home-snippet-box {
    padding: 0;
}
.home-snippet-img img {
    height: auto;
    width: 100%;
    min-height: 271px;
}
.home-snippet-box:nth-child(2n-1) .home-snippet-info {
    margin-left: 0;
    margin-right: 0;
}
.home-snippet-info {
    margin-left: 0;
    padding: 0 25px;
}
.home-snippet-title {
    margin: 21px 0 17px;
}
.home-snippet-desc {
    padding: 11px 0 32px;
}
.home-snippet-wrap {
    padding-bottom: 0;
    margin-bottom: -8px;
}
.home-snippet-box {
    padding: 0 0 40px;
}
.home-review.inner-review {
    max-width: 970px;
    padding: 41px 30px 50px;
}
.main-image-over {
    font-size: 50px;
    line-height: 50px;
}
.page-content-box {
    padding: 35px 0 45px;
}
.page-content {
    padding-top: 10px;
}
.page-title {
	font-size: 30px;
	line-height: 30px;
	font-weight: 300;
}
.overview-page-name {
    padding: 47px 0 106px;
}
.overview-page-snippet-img {
    padding-left: 0;
}
.overview-page-snippet-info {
    padding-right: 0;
    padding-top: 35px;
}
.overview-page-snippet-info h1 {
    margin-bottom: 30px;
}
.snippet-content.noimagesnippet {
    padding: 30px 0 0;
}
.snippet-button {
    width: 170px;
    text-align: center;
    padding-top: 40px;
}
.page-snippet-box-wrap {
    padding-bottom: 40px;
}
.page-snippet-box-wrap:nth-child(2n) .snippet-content.noimagesnippet {
    padding: 30px 0 0;
}
.page-snippet-box {
    padding: 48px 0;
}
.contact-info {
    text-align: center;
    margin-bottom: 0;
    padding-top: 50px;
}
.location-direction-section {
    padding: 40px 0 0;
}
.rfpbox {
    margin-bottom: -60px;
}
#groupsRFP .uk-grid > div > div {
    margin: 0 20px;
}
.space-feature {
    padding: 50px 20px;
}
.content-snippet-slider-info {
    padding: 40px 0;
    color: {{this.primary-color}};
}
.content-snippet-slider-controls {
	position: absolute;
	right: 0;
	top: 609px;
}
.menu-option3-btns a {
	display: inline-block;
}
.our-story-timeline-wrap a.uk-slidenav {
    margin: 95px 15px;
}
.content-snippet-slider {
    padding: 50px 0 0;
}
.menu-main-title {
    font-size: 50px;
    line-height: 60px;
}
.our-menu-option2 .menu-main-title {
    font-size: 50px;
    line-height: 50px;
}
.page-content-box.padding-margin-bottom {
    padding-bottom: 147px;
}
.page-gallery-box {
    padding: 50px 0;
}
}
@media only screen and (max-width:767px) {
  .home3-overview-snippet-info {margin: 0px; }
 .snippet-content.noimagesnippet .snippet-long-con-btn {
    margin-top: 20px;
}
 .snippet-content.noimagesnippet .snippet-long-con-btn a.active:before {
    right: -64px;
}
/*mobile feed start*/
/*  .insta-feed-right ul li {
    width: 414px;
    padding-left: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 40px;
}
.insta-title { 
    font-size: 32px;
    padding-top: 0px;
}  
.inst-slider-arrow {
    bottom: 5%;
    left: 71px;
}  */
/*mobile feed end*/
  
.home-review-section-wrap {
	padding: 0 20px;
}
.home-third-block-info .head-line {
    font-size: 24px;
    line-height: 35px;
}
.insta-feed-right {
    margin-left: 0;
}
.insta-feed-ba.insta-feed-ba-mob {
    padding: 55px 25px 30px;
}
.insta-user-info {
    width: 100%;
    text-align: left;
}
.insta-feed-ba-mob .insta-feed-right {
    padding: 25px 0 10px;
}
.insta-feed-ba-mob .insta-feed-right ul li {
    width: 77%;
}
.insta-feed-ba-mob .feed-tag {
    left: -64px;
    margin-top: -107px;
}
.space-feature-box > ul li:hover, .space-feature-box > ul li.uk-open {
    box-shadow: none;
}
a.space-feature-title::before {
    top: 0;
}
.snippet-content.noimagesnippet button {
    display: block;
    margin-top: 10px;
}
.page-gallery-box {
    padding: 20px 0;
}
.page-gallery-box .uk-grid {
    margin: 0;
}
.gallery-snippet {
    padding: 10px;
    margin: 0 !important;
}
.insta-feed-wrap {
    width: 100%;
    max-width: 100%;
    padding-right: 0;
}
.footer-sticky {
	line-height: 44px;
}
.open-megamenu-wrap .lang-switch {
	display: block;
}
.open-megamenu-wrap .social-media-wrap {
	display: block;
}
.open-megamenu-wrap .header-notification {
	display: block;
}
.open-megamenu-wrap .top-navigation ul {
	padding-bottom: 0;
    column-count: 1;
}
	.home-overview-section-btn a {	
		background-color: {{this.secondary-bg}};	
		color: {{this.primary-color}};	
		border-color: {{this.primary-color}};	
	}
h2 {
	font-size: 23px;
	line-height: 29px;
}
.our-story-timeline {
	padding-bottom: 0;
}
#note .uk-container {
    max-width: 1170px;
    padding: 0 25px;
}
.hotel_name {
	padding: 45px 0 21px;
	font-size: 22px;
	line-height: 28px;
}
.footer-con-information, .footer-hours-information {
	padding-bottom: 33px;
}
.footer-right-section {
    padding-top: 20px;
}
.footer-nav {
	padding: 5px 0 17px;
}
.footer-warp .social-media {
	padding: 26px 0 0;
}
.footer-both-section, .footer-left-section {
    flex-wrap: wrap;
}
.footer-warp .social-media ul li {
    margin: 0 30px 0 0;
}
.footer-hours-information {
    display: none;
}
.pop-link ul li::before {
    display: none;
}
.pop-link ul li {
    display: block;
    margin-left: 0;
    padding-left: 0;
}
.home-social-title h2 {
    font-size: 23px;
    line-height: 29px;
}
.home-social-wrap {
    padding: 29px 0 26px;
}
.open-hours, .scroll-to-next {
    display: none;
}
.footer-sticky-wrap {
    padding: 0;
}
.footer-desk {
    display: none;
}
.footer-mobile {
    display: block;
}
.con-info.con-mail a {
    word-wrap: break-word;
}
.space-feature-info ul li {
    width: 100%;
}
.timeline-years {
    display: none;
}
.our-story-timeline-wrap .uk-container770 {
    padding: 0 20px;
}
.our-story-timeline-wrap {
    padding: 50px 0;
    margin-top: 25px;
}
.our-story-timeline-wrap a.uk-slidenav {
    margin: 15px;
    top: 21px;
}
.our-menu-option2 .menu-main-desc-title {
    padding-bottom: 0;
    text-align: center;
}
.our-menu-option2 .menu-main-title {
    float: none;
}
.our-menu-option2 .menu-disclaimer {
    float: none;
    margin-top: 5px;
    margin-bottom: -6px;
}
.mob-nav .top-navigation > ul li a {
    font-size: 35px;
    line-height: 44px;
}
.main-wrap {
    padding: 0;
}
#main {
	top: 0 !important;
}
.header-section.uk-container {
	padding-left: 13px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 0;
}
.burger-text, .burger-text-close {
	width: auto;
	margin: 0;
	line-height: 16px;
}
.active .burger-text {
	display: none;
}
.active .burger-text-close {
	display: block;
}
.burger-menu-wrap {
	flex-wrap: wrap;
	width: 100%;
}
.menu-line-wrap {
	margin: 0 auto;
}
.burger-menu > a {
	display: block;
	width: 40px;
	text-align: center;
}
.burger-menu-wrap span {
    margin: 3px 0;
    height: 2px;
}
.header-section .booking-sec {
    display: none;
}
.header-section .lang-switch {
    display: none;
}
.open-megamenu.active + .header-bottom-reserv {
	display: block;
}
.logo {
    width: 145px;
}
.open-megamenu-left-bottom .header-notification {
	display: block;
    padding: 32px 0 8px;
}
.header-section .nav-bar-right .nav-number {
    display: block;
    padding: 0;
}
.burger-menu.active .burger-menu-wrap span.first-line {
	top: 5px;
}
.burger-menu.active + .uk-logo {
	display: block;
}
.open-megamenu-wrap .top-navigation ul li {
	margin: 0;
	width: 100%;
}
.open-megamenu-wrap .top-navigation {
	padding: 0 23px;
}
.open-megamenu-wrap .top-navigation ul li a {
	font-size: 25px;
	line-height: 40px;
}
.header-section .nav-bar-right .nav-number .num-txt {
    display: none;
}
.header-section .nav-bar-right .nav-number a {
	/* width: 19px; */
	/* height: 19px; */
	text-indent: -9999px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	line-height: 19px;
	text-decoration: none;
	width: 37px;
}
.nav-number a:hover, .nav-number a:focus {
	border-bottom: 1px solid transparent;
}
.header-section .nav-bar-right .nav-number a::after {
	content: "Call";
	position: absolute;
	text-indent: 0;
	left: 0;
	top: 10px;
	text-transform: uppercase;
}
.header-section .nav-bar-right .nav-number a::before {
	content: "\e982";
	font-family: 'mimiconfont' !important;
	font-size: 15px;
	position: absolute;
	text-indent: 0;
	left: 8px;
	top: -8px;
	font-weight: normal;
}
.open-megamenu-left {
	padding: 0 15px 0 25px;
}
a.clsoe-megamenu {
	display: none;
}
a.clsoe-megamenu::before {
    font-size: 18px;
}
.open-megamenu-left-bottom {
	padding-top: 6px;
}
.open-megamenu-left-top .social-media {
    padding: 0;
    display: none;
}
.open-megamenu-left-top .lang-switch {
	display: block;
	top: -5px;
	margin: 0;
}
.open-megamenu-left-top .lang-switch #lang-switch, .open-megamenu-left-top .lang-switch #lang-switch1 {
    background-color: transparent;
    color: {{this.white-color}};
}
.open-megamenu-left-top .lang-switch .lang-arrow {
    color: {{this.white-color}};
}
.open-megamenu-left-bottom .uk-navbar-nav li:nth-child(2n), .open-megamenu-left-bottom .uk-navbar-nav li {
    width: 100%;
}
.open-megamenu-left-bottom .uk-navbar-nav li a::before {
    display: none;
}
.open-megamenu-left-bottom .uk-navbar-nav li a:hover, .open-megamenu-left-bottom .uk-navbar-nav li a:focus, .open-megamenu-left-bottom .uk-navbar-nav li a.navON {
    padding-left: 0;
    opacity: 0.7;
}
.open-megamenu-left-bottom .uk-navbar-nav li a {
    font-size: 20px;
    line-height: 40px;
    justify-content: left;
}
.open-megamenu-left-bottom .social-media {
    display: block;
    padding: 30px 0 0;
}
.open-megamenu-left-bottom .social-media ul {
	display: flex;
	list-style: none;
	justify-content: left;
	align-items: center;
}
.open-megamenu-left-bottom .social-media ul li:first-child {
	margin-left: 0;
}
.open-megamenu-left-bottom .social-media ul li {
    margin: 0 16px;
}
.open-megamenu-left-bottom .social-media ul li a {
    color: {{this.white-color}};
    text-decoration: none;
    font-size: 20px;
}
.open-megamenu-left-top {
	padding: 0;
	position: absolute;
	right: 10px;
	top: 0;
}
.open-megamenu {
	height: calc(100vh - 110px);
	top: 60px;
}
.social-media-wrap ul li:last-child {
    margin: 0;
}
.home3-overview-snippet-controls-btn a {
    margin-right: 20px;
}
.page-gallery-box .uk-grid {
    margin: 0;
}
.gallery-snippet {
    padding: 7.5px;
    margin: 0 !important;
}
.our-menu-option1 .mobile-tabbing-container {
    margin: 50px auto 30px;
}
.tabbing-mobile { 
    font-size: 16px;
    padding: 0 25px;
}
.tabbing-mobile a::before {
    font-size: 12px;
}
.our-menu-option1 .menu-main-desc-title {
    display: block;
    text-align: left;
}
.menu-section-box-wrap {
    margin-top: 15px;
}
.menu-main-title {
    font-size: 20px;
    line-height: 25px;
}
.menu-section-subtitle {
    padding: 20px 0 20px;
}
.uk-accordion-title {
    line-height: 24px;
}
.uk-accordion-title::before {
    color: #333;
    position: relative;
    top: 17px;
    font-weight: bold;
}
.uk-accordion-content {
    margin-top: 0;
}
.content-snippet-slider-info {
    padding: 15px 0;
}
.content-snippet-slider-tag {
    padding: 0 0 10px;
}
.content-snippet-slider-controls {
    width: 54px;
}
.content-snippet-slider-arrow a svg {
    width: 10px;
}
.content-snippet-btns {
    padding-top: 25px;
} 
.page-content-box {
    padding: 35px 0 25px;
}
.content-snippet-slider {
    padding: 25px 0 0;
}
.content-snippet-slider.for-private-dining {
    padding: 0;
}
}
@media only screen and (max-width:640px) {
  .our-menu-option2 .menu-section-list-wrap .uk-grid > div .menu-image {
  margin-right: 0px; 
  }
   .our-menu-option2 .menu-section-list-wrap .uk-grid > div:nth-child(2n) .menu-image {
    margin-left: 0px;
}
  .menu-section-list-wrap .uk-grid > div:nth-child(2n) .menu-image img {
    width:100%;
}

.menu-section-list-wrap .uk-grid > div .menu-image {
    margin-right: 0px;
} 
  .menu-section-list-wrap .uk-grid > div .menu-image img {
    width:100%;
} 
#mainimage::before {
	display: none;
}
.our-menu-option1 .mobile-tabbing-container {
    position: sticky;
    top: 60px;
    background-color: {{this.primary-bg}};
}
.content-snippet-slider-img img {
    height: auto;
}
.content-snippet-slider-controls {
    top: 288px;
}
.tabbing-mobile {
    display: block;
}
.home-info h2 {
    margin-top: 40px;
}
.tabbing-container {
    position: absolute;
    width: 100%;
    top: 55px;
    background-color: {{this.secondary-bg}};
    box-shadow: 0 5px 20px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0 5px 20px rgba(0,0,0,0.15);
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
}
.tabbing-container ul {
    padding: 10px 0;
    text-align: left;
    border-bottom: 0px solid #ddddd4;
}
.tabbing-container ul li {
    display: block;
    margin: 0 20px;
}
.tabbing-container ul li a::before {
    display: none;
}
.tabbing-container ul li a {
    padding: 0;
    line-height: 40px;
}
.tabbing-mobile.active a::before {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}
.tabbing-container.active {
    opacity: 1;
    visibility: visible;
}
.menu-section-list-wrap .uk-grid > div:nth-child(2n) .menu-section-item {
    margin-left: 0;
}
      .menu-section-list-wrap .uk-grid > div:nth-child(2n) .menu-image {
	margin-left: 0;
}
.menu-section-list-wrap .uk-grid > div .menu-section-item {
    margin-right: 0;
    padding-top: 25px;
    padding-bottom: 28px;
}
a.add-addon {
    margin: 0 auto;
}
.home-menu-section-title {
    padding: 27px 0 4px;
}
.home-menu-section-img {
    border-bottom: 0px solid #ffffff;
    max-height: 30vh;
}
.home-menu-section-img img {
    height: 320px;
}
.menu-section-name {
    float: none;
    width: auto;
}
.menu-section-price {
    float: none;
    width: auto;
    text-align: left;
    padding-top: 3px;
}
.addon-right {
    margin-top: 10px;
}
.menu-section-desc {
    padding-right: 0;
}
.menu-section-list .uk-grid > div:nth-child(n+5) {
    display: none;
}
.full-menu-btn {
    padding: 45px 0 38px;
}
.home-menu-section-img img {
    min-height: 321px;
    object-fit: cover;
}
.con-height {
    padding: 30px 0 0;
}
.con-location {
    padding-bottom: 30px;
}
.con-alert {
    padding-bottom: 30px;
    margin: 0 auto;
}
.contact-location {
    padding: 45px 0;
}
.contact-info .uk-grid > div:first-child {
    border-right: 0px solid #ddddd4;
}
.contact-info {
    padding-top: 20px;
}
#groupsRFP .uk-grid > div > div {
    margin: 0 5px;
}
.commentlable label[for="LASTNAME"] {
    display: none;
}
.years-desc {
    padding-left: 0;
}
.years-data {
	text-align: center;
	padding-bottom: 30px;
}
.our-menu-option1 .tabbing-container ul li {
    margin: 0;
}
.our-menu-option1 .tabbing-container ul li a {
    padding: 0 20px;
    line-height: 40px;
    border: 0px solid #ddddd4;
    background-color: transparent;
}
.menu-section-list-wrap .uk-grid > div:nth-child(1) .menu-section-item {
    border-top: 2px solid #eae7e2;
}
.our-menu-option1 .tabbing-container ul li a:hover, .our-menu-option1 .tabbing-container ul li a:focus, .our-menu-option1 .tabbing-container ul li.current a {
    background-color: transparent;
    border-color: transparent;
    color: {{this.primary-color}};
}
.our-menu-option2 .tab-content-wrapper {
    float: none;
    width: auto;
    padding-top: 50px;
}
.our-menu-option2 .mobile-tabbing-container {
    float: none;
    width: auto;
    padding-top: 0;
}
.our-menu-option2 .tabbing-container ul li {
    margin: 0 20px;
}
.our-menu-option2 .menu-section-list-wrap .uk-grid > div .menu-section-item {
    margin-right: 0;
}
.our-menu-option2 .menu-section-list-wrap .uk-grid > div:nth-child(2n) .menu-section-item {
    margin-left: 0;
}
.mob-home-feed .home-social {
    text-align: center;
}
.mainimage-para {
    min-height: 30vh;
    background-size: cover;
    text-indent: -9999px;
}
#middle {
    background-color: transparent;
}
.main-image-over {
    font-size: 16px;
    line-height: 70px;
    position: relative;
    transform: none;
    color: {{this.primary-color}};
    background-color: {{this.secondary-bg}};
    margin-bottom: -40px;
}
}
@media only screen and (max-width:570px) {
.booking-sec {
    display: none;
}
.mob-nav .lang-switch {
    margin: 0 0 0 15px;
}
.mob-nav .top-navigation > ul {
    padding: 95px 30px 11px;
}
.mob-nav .top-navigation > ul li {
    width: 100%;
}
.mob-nav .top-navigation > ul li a {
    font-size: 35px;
    line-height: 50px;
    justify-content: center;
}
.mob-nav .top-navigation {
    display: block;
    height: calc(100vh - 51px);
    height: -webkit-calc(100vh - 51px);
    height: -ms-calc(100vh - 51px);
    height: -o-calc(100vh - 51px);
}
.mob-nav .top-navigation .mob-social {
    position: relative;
    flex: 100%;
    left: 0;
    top: 0;
    transform: none;
    justify-content: center;
}
.mob-social .social-media {
    margin-right: 0;
    padding: 0;
}
.mob-social .social-media ul li:last-child {
    margin-right: 0;
}
.footer-sticky-wrap {
    padding: 0;
}
.person-bio-popup .uk-modal-dialog .uk-grid {
    display: block;
}
.person-bio-desc {
    text-align: center;
}
.person-bio-popup .uk-modal-dialog .uk-grid > div {
    width: 100%;
}
.header-section .uk-navbar-left {
    position: relative;
    z-index: 2;
}
}
@media only screen and (max-width:400px){
.content-snippet-slider-controls {
    top: 255px;
}
}
#msCookieBanner {
    font-size: 15px !important;
    height: auto !important;
    width: 100% !important;
    bottom: 44px !important;
    max-width: 770px !important;
    margin: 0 auto !important;
    left: 0 !important;
    padding: 10px 20px 10px 20px !important;
    right: 0 !important;
    display: block !important;
    top: inherit !important;
    border: none !important;
    border-radius: 5px;
    font-family: inherit !important;
    box-sizing: border-box;
}
#msCookieBanner .left {
    width: 75% !important;
    display: block !important;
    text-align: left !important;
    text-transform: uppercase !important;
    float: left !important;
    line-height: 25px !important;
    padding-left: 0 !important;
}
#msCookieBanner .left span:first-child {
    font-weight: 600;
    display: block;
}
#msCookieBanner .left span:last-child {
    font-weight: 400;
    text-transform: none;
}
#msCookieBanner a {
	border-bottom: 1px solid !important;
	text-transform: capitalize;
	text-decoration: none;
}
#msCookieBanner a:hover, #msCookieBanner a:focus {
    color: #c25231 !important;
    border-bottom: solid 1px !important;
}
#msCookieBanner .right {
    width: 160px !important;
    display: block !important;
    text-align: left !important;
    float: right !important;
    font-weight: 700 !important;
    line-height: normal !important;
    margin-top: 5px;
}
#msCookieBanner .right button {
    padding: 10px !important;
    background-color: transparent !important;
    color: #000 !important;
    border: solid 1px transparent !important;
    cursor: pointer !important;
    font-size: 15px !important;
    color: #fff !important;
    transition: border 0.5s !important;
    text-transform: uppercase !important;
    font-weight: 700 !important;
    border-radius: 3px !important;
    width: 100% !important;
}
#msCookieBanner .right button:hover, #msCookieBanner .right button:focus {
    border: 1px solid #FFF !important;
    outline: none !important;
}
#wrapper .pushItDown {
    margin-top: 0 !important;
}
@media only screen and (max-width:767px) {
#msCookieBanner .left {
    width: auto !important;
    float: none !important;
}
#msCookieBanner .right {
    float: none !important;
}
#msCookieBanner .right button {
    padding: 10px 0 !important;
    text-align: left !important;
}
#msCookieBanner .right button:hover, #msCookieBanner .right button:focus {
    border: 1px solid transparent !important;
}
}
.snippet-content.noimage {
    max-width: 900px;
}
#home-slider.cms6 {
	min-height: 650px !important;
}
.mainimage-para.cms6 {
	min-height: 300px !important;
}
.uk-width-3-5 .person-name {
    padding: 0;
}
.snippet-small-desc.snippet-long-content {
    display: none;
}
.display .home-third-block-img::before {
	display: none;
}
.home-third-block-img img {
	width: 100%;
	height: 110%;
	margin-top: -10%;
	object-fit: contain;
}

.favediting.dynamiccomponenteditenable {
	display: none;
}
.favediting.dynamiccomponenteditenable.cms6::after {
	content: "Favicon Icon Edit";
}
.favediting.dynamiccomponenteditenable.cms6 {
	display: block;
	padding: 10px;
}
.faq-main-page {
	padding: 40px 0 50px;
}
.faq-main-que {
	border-bottom: 1px solid rgba(204,204,204,0.3);
	margin: 0 !important;
}
.faq-main-que a {
	font-size: 24px;
	border: none;
	position: relative;
	padding: 23px 50px 23px 0;
}
.faq-main-que a {
	color: {{this.primary-color}};
	font-family: {{this.primary-font-local}};
}
.faq-main-que a:hover, .faq-main-que a:focus {
	color: {{this.primary-color}};
    text-decoration: underline;
}
.faq-main-que.uk-open .uk-accordion-title::before, .faq-main-que.uk-open .uk-accordion-title::after { height:2px; width: 16px; }
.faq-main-que .uk-accordion-title::before, .faq-main-que .uk-accordion-title::after {
	content: " ";
	width: 22px;
	height: 2px;
	background-color: {{this.primary-color}};
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
}
.faq-main-que .uk-accordion-title::after {
	width: 2px;
	height: 22px;
	right: 30px;
}
.faq-main-que .uk-open .uk-accordion-title::after {
	display: none;
}
.faq-main-que .uk-accordion-content {
	margin: 0;
	padding-bottom: 30px;
}
.faq-detail-img {
	width: 54%;
}
.faq-detail-img img {
	width: 100%;
	vertical-align: top;
}
.faq-detail-desc {
	width: 38.5%;
}
.faqdetails .faq-main-que:last-child {
	border: none;
}
@media only screen and (max-width: 684px) {
.faq-detail-img {
	width: 100%;
	padding-bottom: 25px;
}
.faq-detail-desc {
	width: 100%;
}
}


.lto-main-banner {
	background-color: {{this.accent-color}};
	padding: 11px 0 11px 9px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	z-index: 99;
    transition: all 0.3s ease 0s;
}
.lto-img-wrap {
	position: relative;
}
.lto-side-bar-wrap {
	background-color: {{this.secondary-bg}};
	display: flex;
}
.lto-main-banner-wrap {
	width: 526px;
	box-sizing: border-box;
	padding: 15px;
  
}
.lto-main-banner-small-title {
	font-size: 14px;
    font-family: '{{this.secondary-font-local}}';
    margin-bottom: -7px;
    position: relative;
    padding-left: 20px;
}
.lto-main-banner-title {
	font-size: 30px;
	line-height: 35px;
    font-family: '{{this.primary-font-local}}';
    margin-bottom: 30px;
}
.lto-main-banner-hours-btn-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.lto-main-banner-hours-wrap {
	display: flex;
	justify-content: space-between;
	width: 250px;
	text-align: center;
}
.lto-main-banner-num {
	font-size: 28px;
    font-family: '{{this.primary-font-local}}';
    margin-bottom: -3px;
}
.lto-main-banner-text {
	font-size: 14px;
	text-transform: uppercase;
    font-family: '{{this.secondary-font-local}}';
}
.lto-main-banner-btn-wrap a {
	width: 200px;
	line-height: 50px;
	display: block;
	text-align: center;
	border: 1px solid {{this.primary-color}};
	box-sizing: border-box;
	text-transform: uppercase;
	text-decoration: none;
    color: {{this.primary-color}};
    font-weight: 700;
    font-size: 14px;
}
.lto-main-banner-btn-wrap a:hover, .lto-main-banner-btn-wrap a:focus {
    background-color: {{this.primary-color}};
    color: {{this.white-color}};
}
.lto-sidebar {
	width: 39px;
	background-color: {{this.accent-color}};
}
.lto-sidebar a {
	display: flex;
	height: 100%;
	position: relative;
	justify-content: center;
	align-items: center;
	text-decoration: none;
    color: {{this.white-color}};
}
.lto-sidebar a::before {
	content: "\e939";
	font-family: 'mimiconfont' !important;
	font-size: 8px;
	transform: rotate(90deg);
}
.lto-main-banner.uk-inactive {
	transform: translate(-100%,-50%);
	left: 39px;
}
.lto-main-banner.uk-inactive .lto-sidebar a::before {
	transform: rotate(-90deg);
}
.lto-main-banner.lto-main-banner-inside {
	top: inherit;
	transform: none;
	bottom: -100px;
	left: inherit;
	right: calc((100% - 1170px) / 2);
	padding: 10px;
	text-align: center;
	box-shadow: 0 0 30px rgb(30, 26, 21,0.19);
}
.lto-main-banner-inside .lto-main-banner-hours-btn-wrap {
	display: block;
}
.lto-main-banner-inside .lto-main-banner-hours-wrap {
	max-width: 250px;
	width: 100%;
	margin: 0 auto;
}
.lto-main-banner-inside .lto-main-banner-btn-wrap a {
	margin: 0 auto;
}
.lto-main-banner-inside .lto-main-banner-small-title {
	margin-bottom: -5px;
	margin-top: 14px;
	display: inline-block;
	vertical-align: top;
}
.lto-main-banner.lto-main-banner-inside .lto-main-banner-num {
	margin-bottom: 0;
}
.lto-main-banner-inside .lto-main-banner-hours-wrap {
	padding: 4px 0 39px;
}
.lto-main-banner-inside .lto-main-banner-btn-wrap {
	padding-bottom: 15px;
}
.lto-content-box h1 {
	text-align: left;
}
.lto-content-box .uk-container1170 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.lto-content-box .lto-content-left {
	width: 48.72%;
}
.lto-content-box .lto-content-right {
	width: 40.26%;
	padding-top: 50px;
}
.lto-content-box .page-content {
	padding-top: 17px;
}
.lto-content-right ul {
	padding: 0;
	list-style: none;
}
.lto-treams .uk-container970 {
	border-top: 1px solid #bdbcb9;
	margin-top: 69px;
}
.lto-treams .lto-terms-title {
	padding: 58px 0 17px;
}
@media only screen and (max-width: 1200px) {
.lto-main-banner.lto-main-banner-inside {
	right: 30px;
}
}
@media only screen and (max-width: 1024px) {
.lto-content-box .lto-content-left {
	width: 100%;
	padding-top: 30px;
}
.lto-content-box .lto-content-right {
	width: 100%;
	padding-top: 30px;
}
}
@media only screen and (max-width: 960px) {
.page-content-box.lto-content-box {
	padding: 92px 0 45px;
}
}
@media only screen and (max-width: 684px) {
.lto-main-banner-inside .lto-main-banner-small-title {
	margin-top: 6px;
}
.lto-main-banner-inside .lto-main-banner-small-title {
	margin-bottom: 9px;
}
.lto-main-banner-title {
	margin-bottom: 10px;
}
.lto-main-banner-inside .lto-main-banner-hours-wrap {
	padding: 4px 0 0;
}
.lto-main-banner-inside .lto-main-banner-btn-wrap {
	padding-bottom: 2px;
	padding-top: 11px;
}
.lto-main-banner-small-title {
	display: inline-block;
	vertical-align: top;
}
.lto-main-banner {
	position: relative;
	top: 0;
	transform: none;
	padding: 10px;
	margin: 10px;
}
.lto-sidebar {
	display: none;
}
.lto-main-banner.uk-inactive {
	transform: none;
	left: 0;
}
.lto-main-banner-wrap {
	width: 100%;
    text-align: center;
}
.lto-main-banner-btn-wrap {
	width: 100%;
	padding-top: 15px;
	padding-bottom: 5px;
}
.lto-main-banner-btn-wrap a {
	margin: 0 auto;
}
.lto-main-banner-hours-wrap {
	max-width: 250px;
	margin: 0 auto;
	width: 100%;
}
.lto-main-banner.lto-main-banner-inside .lto-main-banner-wrap {
	width: 100%;
}
.lto-main-banner.lto-main-banner-inside {
	right: 0;
	position: relative;
	bottom: 0;
	box-shadow: none;
}
.page-content-box.lto-content-box {
	padding: 35px 0 45px;
}
.lto-treams .uk-container970 {
	margin-top: 30px;
	padding: 0;
}
.lto-treams .lto-terms-title {
	padding: 30px 0 0;
	margin-bottom: 15px;
}
.faq-main-que a {
	font-size: 22px;
}
}
/* @font-face {
  font-family: 'lto';
  src:  url('/fonts/lto.eot?g70i6g');
  src:  url('/fonts/lto.eot?g70i6g#iefix') format('embedded-opentype'),
    url('/fonts/lto.ttf?g70i6g') format('truetype'),
    url('/fonts/lto.woff?g70i6g') format('woff'),
    url('/fonts/lto.svg?g70i6g#lto') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
} */

[class^="mlto-"], [class*=" mlto-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'lto' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.mlto-alarm-clock:before {
  content: "\e900";
}
.lto-main-banner-small-title::before {
	content: "\e900";
	font-family: 'lto';
	position: absolute;
	left: 0;
	top: 0;
}
.home-slide-desktop.home-slide-mobile + .lto-main-banner {
	margin-top: -174px;
	margin-bottom: 204px;
}

.withoutImg .faq-detail-img {display:none; }
.withoutImg .faq-detail-desc { width: 100%; }

.formslable {display:none !important;}

.contentfocus:focus {
    border: 1px solid #000;
    outline: 0;
}
.contentfocus1:focus {
    border: 1px solid #fff;
    outline: 0;
}


/*--- Offline css--- */
.offlinebtn {
    min-width: 170px;
}

/*--- Offline css--- */

/*---Pop Up  css--- */
.allow-direction-box {
    display: none;
}

.allow-direction-box.active-box {
    background-color: rgba(238, 238, 238, 0.9);
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 11;
}

.allow-direction-box.active-box>img {
    display: block;
    margin: 80px auto 0;
    text-align: center;
}

.notification-popup {
    border-bottom: 0;
    opacity: 0;
    position: fixed;
    top: 190px;
    visibility: hidden;
    z-index: 99999;
    width: 0;
    text-align: center;
}

.notification-popup.newuser-active-it {
    opacity: 1;
    visibility: visible;
    right: 20px;
    width: auto;
    min-height: 200px;
    background: #F8F8F4;
    width: 320px;
    padding: 0 25px 40px 25px;
    border-radius: 4px;
    box-shadow: 1px 5px 10px rgba(0, 0, 0, 0.3);
}

.allow-disallow-btn {
    padding: 0 10px;
}

.notification-popup a.btn-common.btn-primary {
    min-width: inherit;
    width: 100%;
}

.notification-inner {
    width: 100%;
    position: relative;
    padding: 70px 0px 15px 0px;
    box-sizing: border-box;
}

.alert-msg::before {
    content: '';
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.619' height='12.971' viewBox='0 0 13.619 12.971'%3E%3Cpath fill='%230b455f' d='M3.632,13.788l-.908-.908A6.838,6.838,0,0,0,0,17.938H1.3A5.36,5.36,0,0,1,3.632,13.788Zm8.69,4.151h1.3A6.773,6.773,0,0,0,10.96,12.88l-.908.908A5.486,5.486,0,0,1,12.322,17.938Zm-1.3.324a4.173,4.173,0,0,0-3.243-4.086v-.454a.973.973,0,0,0-1.946,0v.454a4.173,4.173,0,0,0-3.243,4.086V21.83l-1.3,1.3v.649H12.322v-.649l-1.3-1.3ZM6.81,25.721h.259a1.128,1.128,0,0,0,.908-.778,1.222,1.222,0,0,0,.13-.519H5.513A1.3,1.3,0,0,0,6.81,25.721Z' transform='translate(0 -12.75)'/%3E%3C/svg%3E");
    font-size: 40px;
    cursor: default;
    height: 45px;
    left: 50%;
    position: absolute;
    top: 20px;
    width: 44px;
    background-repeat: no-repeat;
    background-size: contain;
    transform: translateX(-50%);
}

.alert-msg {
    font-size: 20px;
    font-weight: 900;
    letter-spacing: 0.5px;
}

.alert-msg h2 {
    font-size: 24px;
    line-height: 1.5;
    font-weight: 600;
    font-family: var(--text-fonts);
    text-transform: inherit;
    margin-bottom: 15px;
}

.allow-disallow-btn .donotallowbtn {
    display: none;
    width: 49.85%;
    float: left;
}

.allow-disallow-btn>div a.button:link,
.allow-disallow-btn>div a.button:visited {
    border-radius: 0;
    width: 100%;
    /*font-family: 'FS Lola', sans-serif;*/
    font-size: 16px;
    font-weight: bold;
}

.allow-disallow-btn>div.donotallowbtn a.button:link,
.allow-disallow-btn>div.donotallowbtn a.button:visited {
    border-radius: 0;
    width: 100%;
}

.allow-disallow-btn::after {
    clear: both;
    content: " ";
    position: relative;
}
.mim-icon-close.prompt-close {
    position: absolute;
    left: -10px;
    top: -14px;
    cursor: pointer;
    background: var(--secondary-color);
    border-radius: 50%;
    color: #fff;
    text-align: center;
    font-weight: 800;
    line-height: 30px;
    z-index: 2;
    transition: .5s all;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}
/*.mim-icon-plus-button.prompt-close {
    position: absolute;
    left: -10px;
    top: -14px;
    cursor: pointer;
    background: var(--primary-color);
    border-radius: 50%;
    color: #fff;
    text-align: center;
    font-weight: 800;
    line-height: 30px;
    z-index: 2;
    transition: .5s all;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}*/

.prompt-close:after {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.969' height='13.969' viewBox='0 0 13.969 13.969' fill='%23fff'%3E%3Cpath d='M18.984-15.562,13.406-9.984l5.578,5.578L17.578-3,12-8.578,6.422-3,5.016-4.406l5.578-5.578L5.016-15.562l1.406-1.406L12-11.391l5.578-5.578Z' transform='translate(-5.016 16.969)'/%3E%3C/svg%3E");
    width: 11px;
    height: 11px;
    background-size: contain;
    display: block;
    background-repeat: no-repeat;
}

.prompt-close:before {
	display: none;
}

.allow-disallow-btn .uk-button {
    font-size: 14px !important;
}


.mim-icon-close.prompt-close:hover,
.mim-icon-close.prompt-close:focus {
    background-color: var(--primary-color);
}

.allowbtn .btn-primary.uk-button.btnWhite {
    color: #000;
    border-color: #FFF;
    background: #FFF;
    font-weight: 700;
    /*font-family: 'Montserrat', sans-serif;*/
    transition: all .4s ease 0s;
    -webkit-transition: all .4s ease 0s;
    -ms-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
}

.allowbtn .btn-primary.uk-button.btnWhite:hover,
.allowbtn .btn-primary.uk-button.btnWhite:focus {
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
    transition: all .4s ease 0s;
    -webkit-transition: all .4s ease 0s;
    -ms-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    border-color: #FFF;
}

.notification-checkbox {
    font-size: 14px;
}

.donotallowbtn {
    padding-right: 10px;
}

/*---Pop Up css END--- */



/* Start: For notification popup  Tablet*/
.pwa-tablet .notification-popup {
    position: fixed;
    right: 0;
    top: 20%;
    z-index: 11;
    left: 0;
    margin: 0 auto;
    width: 425px;
}


/* End: For notification popup */


/*mobile-css*/
.pwa-mobile .notification-popup {
    top: 120px;
    width: 80%;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.pwa-mobile .notification-inner {
    width: 100%;
}

.pwa-mobile .notification-popup.newuser-active-it {
    /*min-height: 200px;  
  z-index: 11;*/
}

.pwa-mobile .allow-disallow-btn>div {
    width: 220px;
    margin: 0 auto;
}

.pwa-mobile .locator-checkbox {
    margin-top: 8px;
}

.pwa-mobile .alert-msg {
    font-size: 14px;
}

/*ends here*/
.footer-pwa-block {
    display: block;
}

.active-it .footer-pwa-block {
    display: none;
}

@media only screen and (max-width: 767px) {
    .pwa-mobile .allow-disallow-btn>div {
        width: 100%;
        margin: 0 auto;
    }
}
@font-face {
    font-family: 'template-icon';
    src: url('https://assets.milestoneinternet.com/silver-resorts-anna-maria-island/fonts/template-icon.eot?gjd0n0');
    src: url('https://assets.milestoneinternet.com/silver-resorts-anna-maria-island/fonts/template-icon.eot?gjd0n0#iefix') format('embedded-opentype'),
         url('https://assets.milestoneinternet.com/silver-resorts-anna-maria-island/fonts/template-icon.ttf?gjd0n0') format('truetype'),
         url('https://assets.milestoneinternet.com/silver-resorts-anna-maria-island/fonts/template-icon.woff?gjd0n0') format('woff'),
         url('https://assets.milestoneinternet.com/silver-resorts-anna-maria-island/fonts/template-icon.svg?gjd0n0#template-icon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}
[class^="template-icon-"], [class*=" template-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'template-icon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.template-icon-long-arrow:before {
  content: "\e900";
}
.template-icon-tick:before {
  content: "\e901";
}
.template-icon-bell:before {
  content: "\e902";
}
.template-icon-pinterest:before {
  content: "\e903";
}
.template-icon-tripadvisor:before {
  content: "\e904";
}
.template-icon-facebook:before {
  content: "\e905";
}
.template-icon-twitter:before {
  content: "\e906";
}
.template-icon-instagram:before {
  content: "\e907";
}
.template-icon-down-arrow:before {
  content: "\e908";
}
.template-icon-plus-rounded:before {
  content: "\e909";
}
.template-icon-minus-rounded:before {
  content: "\e90a";
}
.template-icon-search:before {
  content: "\e90b";
}
.template-icon-phone:before {
  content: "\e90c";
}
.template-icon-cleaning:before {
  content: "\e90d";
}
.template-icon-room-size:before {
  content: "\e90e";
}
.template-icon-zoom-in-search:before {
  content: "\e90f";
}
.template-icon-web:before {
  content: "\e910";
}
.template-icon-wheelchair:before {
  content: "\e911";
}
.template-icon-wifi:before {
  content: "\e912";
}
.template-icon-zoom-in:before {
  content: "\e913";
}
.template-icon-pet-foot:before {
  content: "\e914";
}
.template-icon-location:before {
  content: "\e915";
}
.template-icon-breakfast:before {
  content: "\e916";
}
.template-icon-calendar:before {
  content: "\e917";
}
.template-icon-specials:before {
  content: "\e918";
}
.template-icon-rooms-bold:before {
  content: "\e919";
}
.template-icon-camera:before {
  content: "\e91a";
}
.template-icon-email:before {
  content: "\e91b";
}
.template-icon-uniE91C:before {
  content: "\e91c";
}
.template-icon-uniE91D:before {
  content: "\e91d";
}
.template-icon-restaurants:before {
  content: "\e91e";
}
.template-icon-locker:before {
  content: "\e91f";
}
.template-icon-map:before {
  content: "\e920";
}
.template-icon-app:before {
  content: "\e921";
}
.template-icon-mask:before {
  content: "\e922";
}
.template-icon-bath:before {
  content: "\e923";
}
.template-icon-Parasailing:before {
  content: "\e924";
}
.template-icon-Refrigerator:before {
  content: "\e925";
}
.template-icon-fishing:before {
  content: "\e926";
}
.template-icon-island-life:before {
  content: "\e927";
}
.template-icon-paddle-boarding:before {
  content: "\e928";
}
.template-icon-private-beach:before {
  content: "\e929";
}
.template-icon-surfing:before {
  content: "\e92a";
}
.template-icon-oven:before {
  content: "\e92b";
}
.template-icon-shower:before {
  content: "\e92c";
}
.template-icon-music:before {
  content: "\e92d";
}
.template-icon-no-smoking:before {
  content: "\e92e";
}
.template-icon-padlock:before {
  content: "\e92f";
}
.template-icon-parking:before {
  content: "\e930";
}
.template-icon-pet-foot1:before {
  content: "\e931";
}
.template-icon-no-elevator:before {
  content: "\e932";
}
.template-icon-radio:before {
  content: "\e933";
}
.template-icon-room-size1:before {
  content: "\e934";
}
.template-icon-no-elevator1:before {
  content: "\e935";
}
.template-icon-sofa:before {
  content: "\e936";
}
.template-icon-uniE938:before {
  content: "\e938";
}
.template-icon-uniE939:before {
  content: "\e939";
}
.template-icon-tv:before {
  content: "\e93a";
}
.template-icon-tv1:before {
  content: "\e93b";
}
.template-icon-user:before {
  content: "\e93c";
}
.template-icon-user3:before {
  content: "\e93d";
}
.template-icon-wifi1:before {
  content: "\e93f";
}
.template-icon-aeroplane:before {
  content: "\e940";
}
.template-icon-ballon:before {
  content: "\e942";
}
.template-icon-beach:before {
  content: "\e943";
}
.template-icon-bed:before {
  content: "\e944";
}
.template-icon-bed2:before {
  content: "\e945";
}
.template-icon-breakfast1:before {
  content: "\e946";
}
.template-icon-calendar1:before {
  content: "\e949";
}
.template-icon-clear-button:before {
  content: "\e94c";
}
.template-icon-clock:before {
  content: "\e94d";
}
.template-icon-coffee:before {
  content: "\e94e";
}
.template-icon-dining:before {
  content: "\e94f";
}
.template-icon-dining1:before {
  content: "\e950";
}
.template-icon-drink:before {
  content: "\e951";
}
.template-icon-file:before {
  content: "\e954";
}
.template-icon-food-2:before {
  content: "\e955";
}
.template-icon-food:before {
  content: "\e956";
}
.template-icon-food2:before {
  content: "\e957";
}
.template-icon-fridge:before {
  content: "\e958";
}
.template-icon-game:before {
  content: "\e959";
}
.template-icon-hair-blower:before {
  content: "\e95a";
}
.template-icon-handshake:before {
  content: "\e95b";
}
.template-icon-hand-shake:before {
  content: "\e95c";
}
.template-icon-icon-facebook:before {
  content: "\e95d";
}
.template-icon-icon-instagram:before {
  content: "\e95e";
}
.template-icon-icon-tripadvisor:before {
  content: "\e95f";
}
.template-icon-iron:before {
  content: "\e960";
}
.template-icon-uniE962:before {
  content: "\e962";
}
.template-icon-uniE963:before {
  content: "\e963";
}
.template-icon-grilling-area:before {
  content: "\e964";
}
.template-icon-Heated-Pool:before {
  content: "\e965";
}
.template-icon-jacuzzi-tub:before {
  content: "\e966";
}
.template-icon-jet-ski:before {
  content: "\e967";
}
.template-icon-kitchen:before {
  content: "\e968";
}
.template-icon-laundry-machine:before {
  content: "\e969";
}
.template-icon-massage-spa:before {
  content: "\e96a";
}
.template-icon-Mattresses:before {
  content: "\e96b";
}
.template-icon-phone-call:before {
  content: "\e96c";
}
.template-icon-Retail-Shops:before {
  content: "\e96e";
}
.template-icon-shampoo:before {
  content: "\e96f";
}
.template-icon-triple-bed:before {
  content: "\e970";
}
.template-icon-Trolley-Stop:before {
  content: "\e971";
}
.template-icon-veranda:before {
  content: "\e972";
}
.template-icon-arrow-down-new:before {
  content: "\e973";
}
.template-icon-beach-chair:before {
  content: "\e974";
}
.template-icon-Bike:before {
  content: "\e975";
}
.template-icon-Boat-Parking:before {
  content: "\e976";
}
.template-icon-breakfast2:before {
  content: "\e977";
}
.template-icon-calendar-new:before {
  content: "\e978";
}
.template-icon-coffee-shop:before {
  content: "\e979";
}
.template-icon-elevator:before {
  content: "\e97a";
}
.template-icon-toaster:before {
  content: "\e97b";
}
.template-icon-ceiling-fan:before {
  content: "\e97c";
}
.template-icon-desk:before {
  content: "\e97d";
}
.template-icon-ironing-board:before {
  content: "\e97e";
}
.template-icon-microwave:before {
  content: "\e97f";
}
.template-icon-tiktok:before {
  content: "\e937";
}
/* 
    Index:

    => UI-kit Framework edits
    => Common or GCP
    => CMS Related
    => Table Related

*/

/* Framework CSS Update Starts */
    * + h1, * + .uk-h1, * + h2, * + .uk-h2, * + h3, * + .uk-h3, * + h4, * + .uk-h4, * + h5, * + .uk-h5, * + h6, * + .uk-h6, * + .uk-heading-small, * + .uk-heading-medium, * + .uk-heading-large, * + .uk-heading-xlarge, * + .uk-heading-2xlarge {
        margin-top: 0;
    }

    h1, .uk-h1, h2, .uk-h2, h3, .uk-h3, h4, .uk-h4, h5, .uk-h5, h6, .uk-h6, .uk-heading-small, .uk-heading-medium, .uk-heading-large, .uk-heading-xlarge, .uk-heading-2xlarge {
        font-family: var(--title-fonts);
        color: var(--text-color);
    }

    .uk-grid + .uk-grid-small, .uk-grid + .uk-grid-row-small, .uk-grid-small > .uk-grid-margin, .uk-grid-row-small > .uk-grid-margin, * + .uk-grid-margin-small {
        margin-top: 20px;
    }

    a, .uk-link {
        /*color: var(--highlight-color);*/
      	text-decoration: underline;
      	color: #AB220D;
      	text-shadow: 0 0 0 var(--highlight-color);
      	text-decoration-color: var(--highlight-color);
    }

	.contentfocus:focus {
      outline: 1px solid var(--highlight-color);
      box-shadow: 0 0 2px var(--highlight-color) inset;
    }

    .uk-button {
        font-size: 12px;
        font-weight: 700;
        font-family: var(--text-fonts);
        display: inline-flex;
        align-items: center;
        justify-content: center;
        line-height: 15px;
        min-height: 40px;
        padding: 11px 28px;
        letter-spacing: 0.48px;
        text-transform: uppercase;
        opacity: 1;
      	text-decoration: none;
    }

    .uk-button-primary {
        background-color: var(--secondary-color);
        color: var(--text-dark);
      	text-decoration: none;  
      	background-image: url("https://www.silverresorts.com/images_noindex/wave-cta-main.png");
      	background-repeat: repeat-x;
        background-position: 0 -100%;
        transition: 1.2s ease !important;
        filter: hue-rotate(4deg);
    }
	
    .uk-button-primary:hover, 
    .uk-button-primary:focus,
    .uk-button-primary:focus-visible {
        color: var(--text-dark);
      	text-decoration: none;
      	background-position: 220% 40%;
      	background-color:transparent;
      background-image: url(https://www.silverresorts.com/images_noindex/wave-cta.png);    text-shadow: none;
    }

    .uk-button-secondary {
        background-color: var(--secondary-color);
        color: #ffffff;
    }

    .uk-button-default {
        background-color: transparent;
        color: var(--text-color);
        border: 1px solid var(--text-color);
    }

    .uk-button-default:hover, 
    .uk-button-default:focus, 
    .uk-button-default:focus-visible {
        background: var(--primary-color);
        color: #fff;
        border-color: var(--primary-color);
    }
    .uk-button-link {
        color:  var(--primary-color);
        text-decoration: none;
        letter-spacing: 0.48px;
        text-transform: capitalize;
    }

    .uk-button-link [class^="marriott-"]:last-child,
    .uk-button-link [class*=" marriott-"]:last-child {
        margin-left: 10px;
        font-size: 80%;
        font-weight: bolder;
    }

    .uk-button-link:hover, .uk-button-link:focus, .uk-button-link:focus-visible {
        color: var(--primary-color);
        text-decoration: none;   
    }
/* -------------- */


    @media (max-width:  1199.98px) {
        .uk-button-link {
            letter-spacing: .98px;
        }
        .uk-button {
            font-size: 14px;
            padding: 15px 15px;
            letter-spacing: 0.25px;
        }
        p, ul, ol, dl, pre, address, fieldset, figure {
            margin: 0 0 15px 0;
        }
    }

    p:last-child,
    ul:last-child,
    ol:last-child {
        margin-bottom: 0;
    }

    a:hover, .uk-link:hover, .uk-link-toggle:hover .uk-link, .uk-link-toggle:focus .uk-link {
  text-decoration: none;
  transition: all 0.4s ease;
  color: transparent;

  text-shadow: 0 0 0 var(--secondary-color);

    }

    .uk-text-primary {
        color: var(--primary-color) !important;
    }

    .uk-text-secondary {
    color: var(--secondary-color) !important;
    text-decoration: underline;
    text-shadow: none;
    text-decoration-color: var(--secondary-color); filter: opacity(1);
    }

    .uk-text-decoration {
        text-decoration: underline !important;
    }

    .uk-container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .uk-grid {
        margin-left: -20px;
    }
       
    .uk-grid > * {
        padding-left: 20px;
    }

    @media (min-width: 1240px) {
        .uk-container {
            max-width: 1280px;
        }
        .uk-container.uk-container-expand {
            max-width: none;
        }
        .uk-container-small {
            max-width: 1070px;
        }
        .uk-container--1175px {
            max-width: 1175px;   
        }
    }

    @media (max-width:  767.98px) {
        .uk-container {
            max-width: 100%;
        }
    }

    .uk-tab > .uk-active > a {
        color: var(--highlight-color);
        border-color: var(--bg-alt-3);
    }

    .uk-accordion > :nth-child(n+2) {
        margin-top: 25px;
        border-top: 1px solid #ccc;
        padding-top: 25px;
    }

    .uk-accordion-title {
        font-size: 16px;
        line-height: 1.5;
        color: var(--text-color);
        font-weight: 700;
        position: relative;
        display: block;
        padding-right: 25px;
    }

    .uk-accordion-title::before {
        content: '\e973';
        position: absolute;
        right: 7px;
        top: 50%;
        transform: translateY(-50%) rotate(0deg);
        width: 17px;
        height: 17px;
        background-size: contain;
        transition: all .4s ease;
        background-image: none !important;
        font-family: var(--icon-fonts);
    }

    .uk-open > .uk-accordion-title::before {
        transform: translateY(-50%) rotate(180deg); margin-top: 4px;
    }

    .uk-accordion-content {
        margin-top: 30px;
    }

    .uk-accordion-title:hover, .uk-accordion-title:focus {
        /*color: var(--highlight-color);*/
      	color: transparent;
    	text-shadow: 0 0 0 var(--highlight-color);
    }

    @media (max-width:  767.98px) {
        .uk-accordion-title {
            font-size: 16px;
        }
        .uk-accordion>:nth-child(n+2) {
            margin-top: 20px;
            padding-top: 20px;
        }
    }

    /* Slider Fade Effect Starts */

    .uk-slider--fade,
    .uk-slider--fade .uk-slider-items {
        transition: none !important;
    }

    .uk-slider--fade .uk-transition-fade {
        visibility: hidden;
        opacity: 0;
    }

    .uk-slider--fade .uk-transition-fade.uk-active {
        visibility: visible;
        opacity: 1;
    }
    /* Slider Fade Effect Ends */


    /* Slider Dot Nav Starts  */
    .uk-dotnav > * > * {
        width: 9px;
        height: 9px;
        background: transparent;
        opacity: 1;
        border: 1px solid #0D6F84;
    }

    .uk-dotnav > * {
        padding-left: 15px;
    }

    .uk-dotnav > .uk-active > * {
        background: var(--highlight-color) !important;
        opacity: 1;
        border-color: transparent !important;
    }

    .uk-dotnav > * > :hover, .uk-dotnav > * > :focus {
        background-color: var(--highlight-color);
        outline: none;
        border-color: transparent;
        opacity: 1;
    }
    /* Slider Dot Nav Ends  */


    /* Offcanvas related Starts */
    .uk-offcanvas-overlay::before {
        background: rgba(39, 54, 64, .70);
    }

    .uk-offcanvas-overlay.uk-open::before {
        opacity: .7;
    }
    /* Offcanvas related Ends */
/* Framework CSS Update Ends */

/* Common CSS Starts */
    :focus-visible {
        outline: 1px solid var(--highlight-color);
        box-shadow: 0 0 2px var(--highlight-color) inset;
        -webkit-box-shadow: 0 0 2px var(--highlight-color) inset;
        -ms-box-shadow: 0 0 2px var(--highlight-color) inset;
        -moz-box-shadow: 0 0 2px var(--highlight-color) inset;
    }

    *, *:before, *:after {
        box-sizing: border-box !important;
    }

    html {
        font-family: var(--text-fonts);
        box-sizing: border-box !important;
        color: var(--text-color);
        background-color: var(--body-bg);
    }

    body {
        color: var(--text-color);
    }

    ul, ol {
        padding-left: 17px;
    }
.ckbullet li{list-style: disc;}
.Accessibility .ckbullet{margin-left: 30px;}
.Accessibility .ckbullet .uk-width-1-2{list-style: disc; padding-left: 0;}
    .list-unstyled {
        padding: 0;
        list-style: none;
    }

    .sr-only {
        position: absolute;
        width: 1px;
        height: 1px;
        margin: -1px;
        padding: 0;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        border: 0;
        color: #000;
        background: #fff
    }

    .bg-alt-1 {
        background: var(--bg-alt-1) !important;
    }

    .bg-alt-2 {
        background: var(--bg-alt-2) !important;
    }

    .bg-alt-3 {
        background: var(--bg-alt-3) !important;
    }

    .row-gap-m {
        grid-row-gap: 20px !important;
    }

    .row-gap-l {
        grid-row-gap: 45px !important;
    }

    .row-gap-xl {
        grid-row-gap: 85px !important;
    }

    .maintitle {
        letter-spacing: 0px;
        font-size: 35px;
        line-height: 50px;
        font-weight: 700;
        margin-bottom: 30px;
        margin-top: 0;
    }

    .title {
        letter-spacing: 1.6px;
        color: var(--title-color);
        font-family: var(--title-fonts);
        font-size: 40px;
        line-height: 48px;
        font-weight: 400;
    }
	.title span{display:block;}
    .title--boxed {
        text-align: center;
        position: relative;
        z-index: 1;
    }

    .title--boxed:after {
        content: '';
        background: var(--text-color);
        top: 50%;
        position: absolute;
        z-index: -1;
        height: 0.5px;
        left: 0;
        right: 0;
    }

    .title--boxed > * {
        background: inherit;
        display: inline-block;
        padding: 0 7%;
    }


    .title-top,
    .smalltitle {
        color: var(--text-color);
        letter-spacing: 1.8px;
        text-transform: uppercase;
        font-family: var(--text-fonts);
        font-size: 12px;
        line-height: 1.2;
        font-weight: 700;
        margin-bottom: 25px;
        position: relative;
        padding-bottom: 20px;
    }

    .title-top:after {
        content: '';
        width: 50px;
        height: 1px;
        background: var(--text-color);
        position: absolute;
        bottom: 0;
        left: 0;
    }

    .smalltitle {
        padding: 0;
    }

    .title-2 {
        letter-spacing: 0px;
        font-size: 24px;
        color: var(--text-color);
        font-family: var(--title-fonts);
        line-height: 30px;
        font-weight: 400;
    }
.Location .title-2.modal__name{
	font-family: var(--text-fonts); margin-top: 10px;
}
	.faq-page__block-title{
		font-size:24px; line-height: 30px; font-family: var(--text-fonts);
	}
    .texttitle {
        margin-bottom: 20px;
        font-size: 24px;
        letter-spacing: 0.32px;
        line-height: 30px;
        color: var(--text-color);
        font-family: var(--text-fonts);
        font-weight: 700;
    }

.title-xxl{
	font-size:120px; line-height:90px; font-family:var(--title-fonts); letter-spacing:0; text-transform:capitalize; font-weight:400;
}
.title-xl{
	font-size:100px; line-height:120px; font-family:var(--title-fonts); letter-spacing:4px; text-transform:capitalize; font-weight:400;
}
.title-l{
	font-size:60px; line-height:72px; font-family:var(--title-fonts); letter-spacing:2.4px; text-transform:capitalize; font-weight:400;
}
.title-m{
	font-size:40px; line-height:48px; font-family:var(--title-fonts); letter-spacing:1.6px; text-transform:capitalize; font-weight:400;
}
.title-s{
	font-size:30px; line-height:30px; font-family:var(--text-fonts); letter-spacing:0; text-transform:capitalize; font-weight:400;
}
.title-xs{
	font-size:20px; line-height:24px; font-family:var(--text-fonts); letter-spacing:0; text-transform:capitalize; font-weight:400;
}
    .button-link {
        font-size: 13px;
        line-height: 18px;
        color: #df2c11;
    	text-shadow: none;
        font-weight: 700;
        text-align: center;
        text-transform: uppercase;
        display: inline-flex;
        align-items: center;
        padding: 0;
        background: transparent;
        min-height: auto;
        position: relative;
        padding-right: 25px;
    }

    .button-link:after {
        content: "\e973";
        width: 15px;
        height: 15px;
        display: inline-flex;
        background-size: contain;
        background-repeat: no-repeat;
        transition: all .4s ease;
        position: absolute;
        right: 0;
        transform: rotate(-90deg);
        font-family: var(--icon-fonts)!important;
        font-size: 12px;
        line-height: 1;
        bottom: 0.5px;
        font-weight: normal;
    }

    .button-link:hover,
    .button-link:focus-within {
        color: rgba(0, 0, 0, 0); text-shadow: 1px 1px rgb(11 69 95);
        text-decoration: underline;
    }

    .button-link:not(.button-readmore):hover:after,
    .button-link:not(.button-readmore):focus-within:after {
        /*margin-left: 10px;*/
        right: -3px;
    }

    .button-link--white {
        color: #fff;
    }

    .button-link--white:hover,
    .button-link--white:focus-within {
        color: #fff;
    }

    .button-readmore {
        text-transform: capitalize;
        transition: all .4s ease;
        padding-right: 20px; font-size:15px; line-height:30px; font-family:var(--text-fonts);
      	color: #df2c11;
    	text-shadow: none;
      	text-decoration:underline;
    }

    .button-readmore:hover,
    .button-readmore:focus-within {
        text-decoration: none; color: rgba(0,0,0,0); 
    	text-shadow: 1px 1px rgb(11 69 95);
    }

    .button-readmore:after {
        width: 11px;
        height: 11px;
        right: 0;
        content: '+';
        transform: none;
        bottom: 16.5px;
    	font-size: 22px;
    }

    .button-readmore:before {
        display: none;
    }

    .button-readmore__text--more {
        display: inline;
    }

    .button-readmore__text--less {
        display: none;
    }

    .button-readmore[aria-expanded="true"] .button-readmore__text--less {
        display: inline;
    }

    .button-readmore[aria-expanded="true"] .button-readmore__text--more {
        display: none;
    }

    .button-readmore[aria-expanded="true"]:after {        
        content: '-'; bottom: 18.5px;
    }

    .button-booknow {
        min-width: 150px;
        min-height: 40px;
    }

    .readmore-cta {
        margin-top: 30px;
    }

    .skip-to-content-btn {
        position: absolute;
        top: 0;
        left: 0;
         pointer-events: none;
        color: #fff;
        background: #E02B10;
        padding: 10px 35px;
        font-weight: 500;
        text-transform: uppercase;
        font-family: var(--text-fonts);
        letter-spacing: 0.75px;
        font-size: 18px; 
      text-decoration: none;     
      z-index: 00;
    }

    .skip-to-content-btn:focus {
        opacity: 1;
        z-index: 99999999;
    }

    [uk-slideshow-item],
    [uk-slideshow-item] *,
    [uk-slider-item],
    [uk-slider-item] * {
        transition: all .4s ease;
    }

    [uk-slideshow-item]:hover *,
    [uk-slider-item]:hover * {
        fill:transparent;
        transition: all .4s ease;
    }

    .hero-image {
        height: 620px;
    }

    .hero-image > img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

    .align-self-center {
        align-self: center !important;
    }

    .margin-bottom-xl {
        margin-bottom: 50px !important;
    }

    .margin-top-xl {
        margin-top: 50px !important;
    }

    .margin-bottom-l {
        margin-bottom: 40px !important;
    }

    .margin-top-l {
        margin-top: 40px !important;
    }

    svg[transform="rotate(180)"] {
        -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    }

    @media (max-width: 1199.98px) {
        .title.margin-bottom-xl,
        .title.margin-bottom-l {
            margin-bottom: 20px!important;
        }
    }

    @media (max-width: 959.98px) {

        .hero-image {
            height: 50vh;
        }

        .title {
            font-size: 24px;
        }

        .maintitle {
            font-size: 28px;
            line-height: 1.3;
        }
      	.title-xxl{
            font-size:60px; line-height:60px; font-family:var(--title-fonts); letter-spacing:0; text-transform:capitalize;
        }
        .title-xl{
            font-size:60px; line-height:60px; font-family:var(--title-fonts); letter-spacing:4px; text-transform:capitalize;
        }
        .title-l{
            font-size:50px; line-height:52px; font-family:var(--title-fonts); letter-spacing:2.4px; text-transform:capitalize;
        }
        .title-m{
            font-size:35px; line-height:40px; font-family:var(--title-fonts); letter-spacing:1.6px; text-transform:capitalize;
        }
        .title-s{
            font-size:20px; line-height:20px; font-family:var(--text-fonts); letter-spacing:0; text-transform:capitalize;
        }
        .title-xs{
            font-size:20px; line-height:24px; font-family:var(--text-fonts); letter-spacing:0; text-transform:capitalize;
        }
    }

    @media (max-width: 767.98px) {
        .title, .title-2, .title-3, .title-4 {
            font-size: 20px;
            line-height: 1.3;
        }

        .title-top, .smalltitle {
            padding: 0;
            margin-bottom: 5px;
        }

        .title-top:after {
            display: none
        }
        .button-link {
            padding-right: 25px;
        }
        .button-link--white {
            color: #fff;
        }
        .button-readmore {
            padding-right: 20px;
        }
        .button-readmore:after {
            right: 0;
            bottom: 4.5px;
        }      
      	.title-xxl{
            font-size:40px; line-height:40px; font-family:var(--title-fonts); letter-spacing:1.5px; text-transform:capitalize;
        }
        .title-xl{
            font-size:40px; line-height:40px; font-family:var(--title-fonts); letter-spacing:1.5px; text-transform:capitalize;
        }
        .title-l{
            font-size:40px; line-height:40px; font-family:var(--title-fonts); letter-spacing:1.5px; text-transform:capitalize;
        }
        .title-m{
            font-size:30px; line-height:35px; font-family:var(--title-fonts); letter-spacing:0.6px; text-transform:capitalize;
        }
        .title-s{
            font-size:18px; line-height:20px; font-family:var(--text-fonts); letter-spacing:0; text-transform:capitalize;
        }
        .title-xs{
            font-size:18px; line-height:24px; font-family:var(--text-fonts); letter-spacing:0; text-transform:capitalize;
        }
    }
/* Common CSS Ends */

/* CMS Related Starts */


    #wrapper .pushItDown, .wrapper .pushItDown, body .pushItDown {
        margin-top: 0 !important;
    }

    .hero-slideshow.cms6 {
        min-height: 500px !important;
        height: 500px !important;
    }

    .uk-slideshow-items.cms6 {
        min-height: 500px !important;
    }

    .formslable {
        display: none !important;
    }

    .error-message {
        transform: unset !important;
        color: #f12;
        position: static !important;
        margin-top: 5px !important;
        display: block;
        font-size: 12px !important;
        /*font-weight: 600;*/
    }

    .ada-datepicker {
        position: relative; width:100%;
    }

    .ui-widget-content .ui-state-hover, .ui-widget-content .ui-state-active {
        /*background-color: var(--primary-color);
        border-color: var(--primary-color); */
    }

    .ui-datepicker-month, .ui-datepicker-year {
        color: var(--text-color);
    }

    .ui-datepicker .ui-datepicker-buttonpane button {
        color: var(--highlight-color);
    }

    .ui-datepicker-trigger {
        position: absolute;
        right: 0;
        bottom: 13px;
        background: transparent;
        border: 0;
        width: 25px;
        height: 25px;
        padding: 0;
        cursor: pointer;
    }
	.ui-datepicker-trigger img{visibility:hidden;}
	.dalendar-content .ada-datepicker .ui-datepicker-trigger:after{
		content: "\e978"; position:absolute; right:0; top:12px; font-family: 'template-icon' !important;  color:#fff; font-size: 12px;
	}
	.side-widget-select:after{
		position:absolute; content: "\e973"; position:absolute; right:0; top:15px; font-family: 'template-icon' !important; color:#fff; font-size: 10px;
	}
	.dalendar-content:hover .ada-datepicker .ui-datepicker-trigger:after, .side-widget-select:hover:after{
		color:var(--secondary-color);
	}
.side-widget-select .side-widget__form-control{position:relative; z-index:1;}
.side-widget-select .side-widget__form-control option{
    color: var(--text-color);
    background: #fff;
}
    /*Cookie Banner NEW Style*/

    #msCookieBanner {
        font-size: 12px !important;
        line-height: 20px!important;
        height: auto!important;
        top: inherit!important;
        background-color: var(--dark-color)!important;
        color: #fff!important;
        border: 0 !important;
        margin-bottom: 0!important;
        max-width: 230px;
        left: 15px!important;
        padding: 12px 15px !important;
        margin: 0 auto;
        bottom: 15px!important;
        border-radius: 4px;     z-index: 9999999 !important;
    }

    span.text-cap-cookie {
        display: block;
        font-weight: 700;
    }

    #msCookieBanner .left {
        width: 100%!important;
        text-align: left!important;
        margin: 0 0 10px;
        display: block!important;
        padding: 0 !important;
    }

    #msCookieBanner .right {
        width: 100% !important;
        text-align: left;
        display: block !important;
        padding: 0 !important;
    }

    #msCookieBanner .right button {
        border: 0!important;
        font-size: 12px;
        line-height: 19px;
        padding: 0 !important;
        background: none!important;
        color: #fff!important;
        text-transform: uppercase;
        border-radius: 3px;
        font-weight: 700;
        letter-spacing: .45px;
        transition: all .4s ease;
    }

    #msCookieBanner .right button:focus,
    #msCookieBanner .right button:hover {
        text-decoration: underline;
         color: #ffffff !important;
    }
#msCookieBanner a{
	 text-decoration: none;
}
    #msCookieBanner a, #msCookieBanner a:link, #msCookieBanner a:visited {
        border-bottom: 1px solid !important;
        text-transform: capitalize;
        font-weight: 700;
    }

    #msCookieBanner a:hover, 
    #msCookieBanner a:focus {
        color: var(--highlight-color) !important;
        border-bottom: 1px solid var(--highlight-color) !important;
    }

    #msCookieBanner .right {
        width: 100% !important;
        text-align: left;
    }

    @media (max-width: 767.98px) {
        #msCookieBanner {
            bottom: 80px !important;
        }
    }
/* CMS Related Ends */
/* reservation page style */
.outer-box {
      background: #FEFCF7;
      margin: 60px auto 0;
      text-align: center;
      padding: 50px;
      max-width: 800px;
  }
.booking-click-page #msCookieBanner {
    display: none !important;
}
  .pro-txt {
      font-size: 26px;
      font-weight: 400;
      margin-bottom: 30px;
      text-transform: uppercase;
      font-family: "Montserrat", sans-serif;
      letter-spacing: 2px;
      color: #073A51;
  }
  .outer-box .template-icon-padlock{font-size:64px; margin-bottom:40px;}
  .click-logo {
      margin: 30px 0;
  }
.vcard {font-size:14px !important; font-family:"Montserrat", sans-serif; color:#0B455F; line-height:30px;}
  .vcard a {
      color: #F26A56;
  }
  .vcard a:hover, .vcard a:focus {
      color: var(--secondary-color);
  }
  
  .icon-lock {
      font-size: 62px;
      margin: 0 0 50px 0;
  }
.template-icon-padlock{color: var(--text-color); font-size: 70px;}
/* reservation page style ends */
@media (min-width: 1024px) and (max-width: 1250px) {
  .side-widget-select .side-widget__form-control{margin-top: -4px;}
  .side-widget__form-group .ada-datepicker{margin-top: -2px;}
  .side-widget-select:after{top: 12px;}
  .side-widget__title{margin: 50px 0 30px !important;}
}

@media (min-width: 1366px) {
.header__logo {
margin-right: -75px !important;
  position: relative;
    left: 25px;
}
}
/* 
Index:
=> UI-kit Framework edits
=> Common or GCP
=> CMS Related
=> Table Related

*/

/* Framework CSS Update Starts */
* + h1, * + .uk-h1, * + h2, * + .uk-h2, * + h3, * + .uk-h3, * + h4, * + .uk-h4, * + h5, * + .uk-h5, * + h6, * + .uk-h6, * + .uk-heading-small, * + .uk-heading-medium, * + .uk-heading-large, * + .uk-heading-xlarge, * + .uk-heading-2xlarge {
  margin-top: 0;
}

h1, .uk-h1, h2, .uk-h2, h3, .uk-h3, h4, .uk-h4, h5, .uk-h5, h6, .uk-h6, .uk-heading-small, .uk-heading-medium, .uk-heading-large, .uk-heading-xlarge, .uk-heading-2xlarge {
  font-family: var(--title-fonts);
  color: var(--title-color);
}

.uk-grid + .uk-grid-small, .uk-grid + .uk-grid-row-small, .uk-grid-small > .uk-grid-margin, .uk-grid-row-small > .uk-grid-margin, * + .uk-grid-margin-small {
  margin-top: 20px;
}

a, .uk-link {
  color: transparent;
  text-decoration: underline;
  text-shadow: 0 0 0 var(--secondary-color);
  text-decoration-color: var(--secondary-color);
}
.contentfocus:focus {
  outline: 1px solid var(--primary-color);
  text-shadow:none;
  box-shadow: 0 0 2px var(--primary-color) inset;
}

.uk-button {
  font-size: 12px;
  font-weight: 700;
  font-family: var(--text-fonts);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 15px;
  min-height: 40px;
  padding: 12px 28px;
  letter-spacing: 0.48px;
  text-transform: uppercase;
  opacity: 1;
  text-decoration: none;
}
.uk-lightbox.uk-open
{
  z-index: 999999 !important;
}
.uk-button-primary {
  background-color: var(--secondary-color);
  color: var(--text-dark);
  text-decoration: none;  
  background-image: url("https://www.silverresorts.com/images_noindex/wave-cta.png");
  background-repeat: repeat-x;
  background-position: 0 -100%;
  transition: 1.7s ease !important;
  filter: hue-rotate(4deg);
}

.uk-button-primary:hover, 
.uk-button-primary:focus,
.uk-button-primary:focus-visible {
  color: var(--text-dark);
  text-decoration: none;
  background-position: 220% 40%;
  background-color:transparent;
}

.uk-button-secondary {
  background-color: var(--secondary-color);
  color: #ffffff;
}

.uk-button-default {
  background-color: transparent;
  color: var(--text-color);
  border: 1px solid var(--text-color);
}

.uk-button-default:hover, 
.uk-button-default:focus, 
.uk-button-default:focus-visible {
  background: var(--primary-color);
  color: #fff;
  border-color: var(--primary-color);
}
.uk-button-link {
  color:  var(--primary-color);
  text-decoration: none;
  letter-spacing: 0.48px;
  text-transform: capitalize;
}

.uk-button-link [class^="marriott-"]:last-child,
.uk-button-link [class*=" marriott-"]:last-child {
  margin-left: 10px;
  font-size: 80%;
  font-weight: bolder;
}

.uk-button-link:hover, .uk-button-link:focus, .uk-button-link:focus-visible {
  color: var(--primary-color);
  text-decoration: none;   
}

.property-container
{
  max-width: 1280px;
  margin:auto;
  padding:0px 20px;
}
h1,.h1
{
  letter-spacing: 4px;
  font-size: 100px;
  line-height: 100px;
  font-weight: 400;
  margin: 20px 0px;
}
.small-headline
{
  font-size:24px;
  line-height:30px;
  font-family:var(--text-fonts) !important;;
  color:var(--small-title-color);
  margin:10px 0px;
  letter-spacing: 0;
}
.extra-small-headline
{
  font-size:20px;
  line-height:24px;
  font-family:var(--text-fonts) !important;
  color: var(--extrasmall-title-color);
  margin:20px 0px;
}
.extra-small-headline a{color: var(--extrasmall-title-color); text-decoration:none; pointer-events: none; cursor: auto;}
.extra-small-headline a:hover{color: var(--extrasmall-title-color);}
.extra-small-headline a.amenities-slider-link4,
.extra-small-headline a.amenities-slider-link8{cursor:pointer; pointer-events: all;}
.extra-small-headline a.amenities-slider-link4:hover,
.extra-small-headline a.amenities-slider-link4:focus,
.extra-small-headline a.amenities-slider-link8:hover,
.extra-small-headline a.amenities-slider-link8:focus{color: var(--secondary-color);}
[data-property-name="bridgewalk-a-landmark-resort"] .extra-small-headline a.amenities-slider-link4, [data-property-name="bridgewalk-a-landmark-resort"] .extra-small-headline a.amenities-slider-link8{pointer-events: none; cursor: auto;}
.button
{
  color:var(--text-dark);
  font-size:12px;
  text-transform: uppercase;
  background-color: var(--btn-bg-color);
  text-decoration: none;
  padding: 11px 20px;
  font-weight: 700;
  margin: 20px 0;
  display: inline-block;
  letter-spacing: 0.48px;
  font-family: var(--text-fonts);
}
/*form style start*/
form label
{
  font-size:13px;
  line-height:30px;
  color:var(--dark-color);
}
.uk-input, .uk-select, .uk-textarea
{
  border: 1px solid var(--input-border-color);
}
.uk-input:focus, .uk-select:focus, .uk-textarea:focus
{
  border: 1px solid var(--input-border-color);
}
.uk-input:focus-visible
{
  -webkit-box-shadow: 0 0 2px var(--input-border-color) inset;
  -ms-box-shadow: 0 0 2px var(--input-border-color) inset;
  -moz-box-shadow: 0 0 2px var(--input-border-color) inset;
}
form .form__group
{
  margin-bottom:30px;
}
form textarea
{
  height:100px !important;
  resize: none;
}
.form__group.privacy_policy .form__checkbox
{
  display: flex;
  align-items: center;
  position: relative;
  line-height: 1.2;
}
.form__group.privacy_policy .uk-checkbox
{
  margin-right:10px;
  flex-shrink: 0;
}
.form__group.privacy_policy .error-message
{
  position: absolute !important;
  bottom: -20px;
}
.form__group.privacy_policy a
{
  padding-left:5px;
}
.mobile-sticy-container
{
  position: fixed;
  bottom: 0;
  display: flex;
  align-items: center;
  left: 0;
  width: 100%;
  z-index: 9999;
}
.mobile-sticy-container .footer__social
{
  margin:0px;
  justify-content: center;
  background-color:var(--primary-color);
}
.mobile-sticy-container .reserver-link
{
  background-color:var(--secondary-color);
}
.mobile-sticy-container .reserver-link a
{
  padding: 0px !important;
  color:var(--bg-header);
  text-decoration: none;
}
[data-property-name="bridgewalk-a-landmark-resort"] .mobile-sticy-container .reserver-link a{
  color:#fff;
}
.mobile-sticy-container a
{
  text-decoration: none;
}
.mobile-sticy-container .footer__social-icon
{
  color:var(--bg-header);
}
.mobile-sticy-container>div
{
  flex:1;
  height: 50px;
  text-align: center;
  line-height: 50px;
}
.snippet__desc
{
  font-size: 15px;
  color: var(--text-color);
  line-height: 30px;
  letter-spacing: 0px !important;
}
.h1-headline__content
{
  font-size: 15px;
  color: var(--text-color);
  line-height: 30px;
}
.property-page .amenities__icon *
{
  color:var(--primary-color) ;
}
.uk-lightbox-toolbar-icon
{
  background-color:var(--primary-color);
  transition: 0.3s ease-in-out;
}
.uk-lightbox-toolbar-icon svg
{
  width: 15px;
  height: 15px;
}
.uk-lightbox-toolbar-icon:hover
{
  background-color:var(--secondary-color);
}
@media screen and (min-width: 768px) {
  h2,.h2
  {
    font-size: 60px;
    letter-spacing: 2.4px;
    line-height: 72px;
    margin-bottom:40px;
  }
  form .form-wrapper .form__group
  {
    flex:1;
  }
}

@media (max-width:  1199.98px) {
  .uk-button-link {
    letter-spacing: .98px;
  }
  .uk-button {
    font-size: 14px;
    padding: 15px 15px;
    letter-spacing: 0.25px;
  }
  p, ul, ol, dl, pre, address, fieldset, figure {
    margin: 0 0 15px 0;
  }
}

p:last-child,
ul:last-child,
ol:last-child {
  margin-bottom: 0;
}

a:hover, .uk-link:hover, .uk-link-toggle:hover .uk-link, .uk-link-toggle:focus .uk-link {
  text-decoration: none;
  transition: all 0.4s ease;
  color: transparent;

  text-shadow: 0 0 0 var(--secondary-color);
}

.uk-text-primary {
  color: var(--primary-color) !important;
}

.uk-text-secondary {
  color: var(--secondary-color) !important;
  text-shadow: none !important; filter: opacity(1);
}

.uk-text-decoration {
  text-decoration: underline !important;
}

.uk-container {
  padding-left: 20px;
  padding-right: 20px;
}

.uk-grid {
  margin-left: -20px;
}

.uk-grid > * {
  padding-left: 20px;
}

@media (min-width: 1240px) {
  .uk-container {
    max-width: 1280px;
  }
  .uk-container.uk-container-expand {
    max-width: none;
  }
  .uk-container-small {
    max-width: 1070px;
  }
  .uk-container--1175px {
    max-width: 1175px;   
  }
}

@media (max-width:  767.98px) {
  .uk-container {
    max-width: 100%;
  }
  h1, .h1
  {
    font-size: 40px;
    line-height: 48px;
    margin: 10px 0px;
  }
  h2,.h2
  {
    font-size: 40px;
    letter-spacing: 1.2px;
    line-height: 40px;
    margin-bottom: 30px;
  }
  .small-headline
  {
    margin: 20px 0px;
  }
  form .form-wrapper
  {
    display:block;
  }
  .form__group.privacy_policy .uk-checkbox
  {
    position: relative;
    top: 2px;
  }
  .form__group.privacy_policy .form__checkbox
  {
    align-items: flex-start;
  }
}

.uk-tab > .uk-active > a {
  color: var(--highlight-color);
  border-color: var(--bg-alt-3);
}


.uk-accordion > :nth-child(n+2) {
  margin-top: 25px;
  border-top: 1px solid #ccc;
  padding-top: 25px;
}

.uk-accordion-title {
  font-size: 16px;
  line-height: 1.5;
  color: var(--text-color);
  font-weight: 700;
  position: relative;
  display: block;
  padding-right: 25px;
}

.uk-accordion-title::before {
  content: '\e908';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  width: 17px;
  height: 17px;
  background-size: contain;
  transition: all .4s ease;
  background-image: none !important;
  font-family: var(--icon-fonts);
}

.uk-open > .uk-accordion-title::before {
  transform: translateY(-50%) rotate(180deg);
}

.uk-accordion-content {
  margin-top: 30px;
}

.uk-accordion-title:hover, .uk-accordion-title:focus {
  color: var(--highlight-color);
}

@media (max-width:  767.98px) {
  .uk-accordion-title {
    font-size: 16px;
  }
  .uk-accordion>:nth-child(n+2) {
    margin-top: 20px;
    padding-top: 20px;
  }
}

/* Slider Fade Effect Starts */

.uk-slider--fade,
.uk-slider--fade .uk-slider-items {
  transition: none !important;
}

.uk-slider--fade .uk-transition-fade {
  visibility: hidden;
  opacity: 0;
}

.uk-slider--fade .uk-transition-fade.uk-active {
  visibility: visible;
  opacity: 1;
}
/* Slider Fade Effect Ends */


/* Slider Dot Nav Starts  */
.uk-dotnav > * > * {
  width: 9px;
  height: 9px;
  background:transparent;
  opacity: 1;
  border: 2px solid var(--primary-color);
}

.uk-dotnav > * {
  padding-left: 15px;
}

.uk-dotnav > .uk-active > * {
  background: var(--primary-color) !important;
  opacity: 1;
  border-color: var(--primary-color) !important;
}

.uk-dotnav > * > :hover, .uk-dotnav > * > :focus {
  background-color: var(--primary-color);
  outline: none;
  border-color: transparent;
  opacity: 1;
}
/* Slider Dot Nav Ends  */


/* Offcanvas related Starts */
.uk-offcanvas-overlay::before {
  background: rgba(39, 54, 64, .70);
}

.uk-offcanvas-overlay.uk-open::before {
  opacity: .7;
}
/* Offcanvas related Ends */
/* Framework CSS Update Ends */

/* Common CSS Starts */
:focus-visible {
  outline: 1px solid var(--highlight-color);
  box-shadow: 0 0 2px var(--highlight-color) inset;
  -webkit-box-shadow: 0 0 2px var(--highlight-color) inset;
  -ms-box-shadow: 0 0 2px var(--highlight-color) inset;
  -moz-box-shadow: 0 0 2px var(--highlight-color) inset;
}

*, *:before, *:after {
  box-sizing: border-box !important;
}

html {
  font-family: var(--text-fonts);
  box-sizing: border-box !important;
  color: var(--text-color);
  background-color: var(--body-bg);
}

body {
  color: var(--text-color);
}

ul, ol {
  padding-left: 17px;
}

.list-unstyled {
  padding: 0;
  list-style: none;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  color: #000;
  background: #fff
}

.bg-alt-1 {
  background: var(--bg-alt-1) !important;
}

.bg-alt-2 {
  background: var(--bg-alt-2) !important;
}

.bg-alt-3 {
  background: var(--bg-alt-3) !important;
}

.row-gap-m {
  grid-row-gap: 20px !important;
}

.row-gap-l {
  grid-row-gap: 45px !important;
}

.row-gap-xl {
  grid-row-gap: 85px !important;
}

.maintitle {
  letter-spacing: 0px;
  font-size: 35px;
  line-height: 50px;
  font-weight: 700;
  margin-bottom: 30px;
  margin-top: 0;
}

.title {
  letter-spacing: 1.6px;
  color: var(--title-color);
  font-family: var(--title-fonts);
  font-size: 40px;
  line-height: 48px;
  font-weight: 400;
}
.title span{display:block;}
.title--boxed {
  text-align: center;
  position: relative;
  z-index: 1;
}

.title--boxed:after {
  content: '';
  background: var(--text-color);
  top: 50%;
  position: absolute;
  z-index: -1;
  height: 0.5px;
  left: 0;
  right: 0;
}

.title--boxed > * {
  background: inherit;
  display: inline-block;
  padding: 0 7%;
}


.title-top,
.smalltitle {
  color: var(--text-color);
  letter-spacing: 1.8px;
  text-transform: uppercase;
  font-family: var(--text-fonts);
  font-size: 12px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 25px;
  position: relative;
  padding-bottom: 20px;
}

.title-top:after {
  content: '';
  width: 50px;
  height: 1px;
  background: var(--text-color);
  position: absolute;
  bottom: 0;
  left: 0;
}

.smalltitle {
  padding: 0;
}

.title-2 {
  letter-spacing: 0px;
  font-size: 24px;
  color: var(--text-color);
  font-family: var(--title-fonts);
  line-height: 30px;
  font-weight: 400;
}
.faq-page__block-title{
  font-size:24px; line-height: 30px; font-family: var(--text-fonts);
}
.texttitle {
  margin-bottom: 20px;
  font-size: 24px;
  letter-spacing: 0.32px;
  line-height: 30px;
  color: var(--text-color);
  font-family: var(--text-fonts);
  font-weight: 700;
}

.title-xxl{
  font-size:120px; line-height:90px; font-family:var(--title-fonts); letter-spacing:0; text-transform:capitalize; font-weight:400;
}
.title-xl{
  font-size:100px; line-height:120px; font-family:var(--title-fonts); letter-spacing:4px; text-transform:capitalize; font-weight:400;
}
.title-l{
  font-size:60px; line-height:72px; font-family:var(--title-fonts); letter-spacing:2.4px; text-transform:capitalize; font-weight:400;
}
.title-m{
  font-size:40px; line-height:48px; font-family:var(--title-fonts); letter-spacing:1.6px; text-transform:capitalize; font-weight:400;
}
.title-s{
  font-size:30px; line-height:30px; font-family:var(--text-fonts); letter-spacing:0; text-transform:capitalize; font-weight:400;
}
.title-xs{
  font-size:20px; line-height:24px; font-family:var(--text-fonts); letter-spacing:0; text-transform:capitalize; font-weight:400;
}
.button-link {
  font-size: 13px;
  line-height: 18px;
  color: var(--text-color);
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  padding: 0;
  background: transparent;
  min-height: auto;
  position: relative;
  padding-right: 25px;
}

.button-link:after {
  content: "\e908";
  width: 15px;
  height: 15px;
  display: inline-flex;
  background-size: contain;
  background-repeat: no-repeat;
  transition: all .4s ease;
  position: absolute;
  right: 0;
  transform: rotate(-90deg);
  font-family: var(--icon-fonts)!important;
  font-size: 12px;
  line-height: 1;
  bottom: 2.5px;
  font-weight: normal;
}

.button-link:hover,
.button-link:focus-within {
  color: var(--text-color);
  text-decoration: underline;
}

.button-link:not(.button-readmore):hover:after,
.button-link:not(.button-readmore):focus-within:after {
  /*margin-left: 10px;*/
  right: -3px;
}

.button-link--white {
  color: #fff;
}

.button-link--white:hover,
.button-link--white:focus-within {
  color: #fff;
}

.button-readmore {
  text-transform: capitalize;
  transition: all .4s ease;
  padding-right: 20px; 
  font-size:15px; 
  line-height:30px; 
  font-family:var(--text-fonts);
  color: transparent;
  text-shadow: 0 0 var(--primary-color);
  text-decoration:underline;
  font-weight: normal;
}

.button-readmore:hover,
.button-readmore:focus-within {
  text-decoration: none; color:var(--primary-color);
}

.button-readmore:after {
  width: 11px;
  height: 11px;
  right: 0;
  content: '+';
  transform: none;
  bottom: 16.5px;
  font-size: 22px;
}

.button-readmore:before {
  display: none;
}

.button-readmore__text--more {
  display: inline;
}

.button-readmore__text--less {
  display: none;
}

.button-readmore[aria-expanded="true"] .button-readmore__text--less {
  display: inline;
}

.button-readmore[aria-expanded="true"] .button-readmore__text--more {
  display: none;
}

.button-readmore[aria-expanded="true"]:after {        
  content: '-'; bottom: 18.5px;
}

.button-booknow {
  min-width: 210px;
  min-height: 50px;
}

.readmore-cta {
  margin-top: 30px;
}

.skip-to-content-btn {
  position: absolute;
  top: 0;
  left: 0;
  filter: opacity(0);
  pointer-events: none;
  color: #fff;
  background: var(--primary-color);
  padding: 10px 35px;
  font-weight: 500;
  text-transform: uppercase;
  font-family: var(--text-fonts);
  letter-spacing: 0.75px;
  font-size: 18px;
  transition: all .4s ease;
  text-decoration:none;
}

.skip-to-content-btn:focus {
  filter: opacity(1);
  z-index: 999999999;
}

[uk-slideshow-item],
[uk-slideshow-item] *,
[uk-slider-item],
[uk-slider-item] * {
  transition: none;
}

[uk-slideshow-item]:hover *,
[uk-slider-item]:hover * {
  fill: transparent;
  transition: none;
}

.hero-image {
  height: 620px;
}

.hero-image > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.align-self-center {
  align-self: center !important;
}

.margin-bottom-xl {
  margin-bottom: 50px !important;
}

.margin-top-xl {
  margin-top: 50px !important;
}

.margin-bottom-l {
  margin-bottom: 40px !important;
}

.margin-top-l {
  margin-top: 40px !important;
}

svg[transform="rotate(180)"] {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media (max-width: 1199.98px) {
  .title.margin-bottom-xl,
  .title.margin-bottom-l {
    margin-bottom: 20px!important;
  }
}

@media (max-width: 959.98px) {
  h1,.h1
  {
    font-size:60px;
    line-height:70px;
  }
  .hero-image {
    height: 50vh;
  }

  .title {
    font-size: 24px;
  }

  .maintitle {
    font-size: 28px;
    line-height: 1.3;
  }
  .title-xxl{
    font-size:60px; line-height:60px; font-family:var(--title-fonts); letter-spacing:0; text-transform:capitalize;
  }
  .title-xl{
    font-size:60px; line-height:60px; font-family:var(--title-fonts); letter-spacing:4px; text-transform:capitalize;
  }
  .title-l{
    font-size:50px; line-height:52px; font-family:var(--title-fonts); letter-spacing:2.4px; text-transform:capitalize;
  }
  .title-m{
    font-size:35px; line-height:40px; font-family:var(--title-fonts); letter-spacing:1.6px; text-transform:capitalize;
  }
  .title-s{
    font-size:20px; line-height:20px; font-family:var(--text-fonts); letter-spacing:0; text-transform:capitalize;
  }
  .title-xs{
    font-size:20px; line-height:24px; font-family:var(--text-fonts); letter-spacing:0; text-transform:capitalize;
  }
}

@media (max-width: 767.98px) {
  .title, .title-2, .title-3, .title-4 {
    font-size: 20px;
    line-height: 1.3;
  }

  .title-top, .smalltitle {
    padding: 0;
    margin-bottom: 5px;
  }

  .title-top:after {
    display: none
  }

  .button-link--white {
    color: #fff;
  }
  .button-readmore:after {
    right: 0;
  }      
  .title-xxl{
    font-size:40px; line-height:40px; font-family:var(--title-fonts); letter-spacing:1.5px; text-transform:capitalize;
  }
  .title-xl{
    font-size:40px; line-height:40px; font-family:var(--title-fonts); letter-spacing:1.5px; text-transform:capitalize;
  }
  .title-l{
    font-size:40px; line-height:40px; font-family:var(--title-fonts); letter-spacing:1.5px; text-transform:capitalize;
  }
  .title-m{
    font-size:30px; line-height:35px; font-family:var(--title-fonts); letter-spacing:0.6px; text-transform:capitalize;
  }
  .title-s{
    font-size:18px; line-height:20px; font-family:var(--text-fonts); letter-spacing:0; text-transform:capitalize;
  }
  .title-xs{
    font-size:18px; line-height:24px; font-family:var(--text-fonts); letter-spacing:0; text-transform:capitalize;
  }
  .footer .sidemenu-bottom-items:nth-child(2) .side-social {
    margin-top: 35px !important;
  }
}
/* Common CSS Ends */

/* CMS Related Starts */


#wrapper .pushItDown, .wrapper .pushItDown, body .pushItDown {
  margin-top: 0 !important;
}

.hero-slideshow.cms6 {
  min-height: 500px !important;
  height: 500px !important;
}

.uk-slideshow-items.cms6 {
  min-height: 500px !important;
}

.formslable {
  display: none !important;
}

.error-message {
  transform: unset !important;
  color: #f12;
  position: static !important;
  margin-top: 5px !important;
  display: block;
  font-size: 12px !important;
  /*font-weight: 600;*/
}



.ui-widget-content .ui-state-hover, .ui-widget-content .ui-state-active {
/*  background-color: var(--primary-color);
  border-color: var(--primary-color);
  */
  
   background-color:transpatent;
  border-color:transpatent;
}

.ui-datepicker-month, .ui-datepicker-year {
  color: var(--text-color);
}

.ui-datepicker .ui-datepicker-buttonpane button {
  color: var(--highlight-color);
}

.ui-datepicker-trigger {
  position: absolute;
  right: 0;
  bottom: 13px;
  background: transparent;
  border: 0;
  width: 25px;
  height: 25px;
  padding: 0;
  cursor: pointer;
}
/*Cookie Banner NEW Style*/

#msCookieBanner {
  font-size: 12px !important;
  line-height: 20px!important;
  height: auto!important;
  top: inherit!important;
  background-color: var(--dark-color)!important;
  color: #fff!important;
  border: 0 !important;
  margin-bottom: 0!important;
  max-width: 230px;
  left: 15px!important;
  padding: 12px 15px !important;
  margin: 0 auto;
  bottom: 15px!important;
  border-radius: 4px;z-index: 9999999 !important;
}

span.text-cap-cookie {
  display: block;
  font-weight: 700;
}

#msCookieBanner .left {
  width: 100%!important;
  text-align: left!important;
  margin: 0 0 10px;
  display: block!important;
  padding: 0 !important;
}

#msCookieBanner .right {
  width: 100% !important;
  text-align: left;
  display: block !important;
  padding: 0 !important;
}

#msCookieBanner .right button {
  border: 0!important;
  font-size: 12px;
  line-height: 19px;
  padding: 0 !important;
  background: none!important;
  color: #fff!important;
  text-transform: uppercase;
  border-radius: 3px;
  font-weight: 700;
  letter-spacing: .45px;
  transition: all .4s ease;
}

#msCookieBanner .right button:focus,
#msCookieBanner .right button:hover {
  text-decoration: underline;
  color: #fff !important;
}
#msCookieBanner a{
  text-decoration: none;
}
#msCookieBanner a, #msCookieBanner a:link, #msCookieBanner a:visited {
  border-bottom: 1px solid !important;
  text-transform: capitalize;
  font-weight: 700;
}

#msCookieBanner a:hover, 
#msCookieBanner a:focus {
  color: var(--highlight-color) !important;
  border-bottom: 1px solid var(--highlight-color) !important;
}

#msCookieBanner .right {
  width: 100% !important;
  text-align: left;
}

@media (max-width: 767.98px) {
  #msCookieBanner {
    bottom: 70px !important;
  }
}
/* CMS Related Ends */
/* reservation page style */
.outer-box {
  background: #FEFCF7;
  margin: 60px auto 0;
  text-align: center;
  padding: 50px;
  max-width: 800px;
}
.booking-click-page #msCookieBanner {
  display: none !important;
}
.pro-txt {
  font-size: 26px;
  font-weight: 400;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-family: 'Montserrat', serif;
  letter-spacing: 2px;
  color: #073A51;
}
.outer-box .template-icon-padlock{font-size:64px; margin-bottom:40px;}
.click-logo {
  margin: 30px 0;
}
.vcard {font-size:14px !important;font-family:'Montserrat', sans-serif; color:#0B455F; line-height:30px;}
.vcard a {
 /* color: #F26A56; */
  color: rgba(0,0,0,0);
    text-shadow: 0 0 0 #F26A56;
}
.vcard a:hover, .vcard a:focus {
  color: var(--secondary-color);
}

.icon-lock {
  font-size: 62px;
  margin: 0 0 50px 0;
}
/* reservation page style ends */
.header__reservations {
    position: relative;
    top: -30px;
    left: 140px;
}

.resort-link.mobile-hd {
    position: relative;
    left: 115px;
}
@media (min-width: 1366px) {
a.header__logo {
    left: 47%;
}
}