@charset "utf-8";
:root {
    --primary-color: #509E2F;
    --secondry-color: #CEDC00;
    --primary-text-color: #3E3E3E;
    --title-text-color: #006951;
    --button-text-color: #428327;
    --link-text-color: #CEDC00;
    --white: #ffffff;
    --black: #000000;
}

body, html {
	overflow-x: hidden;
}
body {
	font-family: 'FS Lola', sans-serif;
	font-size: 16px;
	color: #3E3E3E;
	line-height: 24px;
	letter-spacing: 0.32px;
	background: #fff;
}
body.desktop.page-ready.uk-offcanvas-container {
    overflow: unset;
}

/* Reset Css [start]*/
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.uk-width-1-12, .uk-width-2-12, .uk-width-3-12, .uk-width-4-12, .uk-width-5-12, .uk-width-6-12, .uk-width-7-12, .uk-width-8-12, .uk-width-9-12, .uk-width-10-12, .uk-width-11-12 {
	width: 100%;
}
.uk-container {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
a,
button {
	outline: none;
	text-decoration: none;
	transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
}
a:hover,
a:focus {
	text-decoration: none;
}
select,
input {
	-webkit-appearance: none;
	-ms-appearance: none;
	-moz-appearance: none;
}
input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
	display: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	-moz-appearance: none;
}
input,
select,
textarea,
input[type="date"] {
	font-family: 'FS Lola', sans-serif;
	font-size: 18px;
	color: #3E3E3E;
	border: 1px solid #c5c5c5;
	width: 100%;
	height: 48px;
	line-height: 48px;
	padding: 0 12px;
	box-sizing: border-box;
	background: #fff;
	border-radius: 0;
	outline: none;
	resize: none;
}
div#hotel-btn {
	margin-top: 5px;
}
input:focus,
select:focus,
textarea:focus {
	border-color: #000;
	outline: none;
}
.newline {
	display: block;
}
.commentlable {
	margin-bottom: 4px;
}
.frmfieldset {
	margin-bottom: 15px;
}
.frmfieldset label, .frmfieldset span.asterisk {
    font-size: 14px;
    text-transform: uppercase;
}
span.asterisk {
	font-weight: normal;
}
#gdpr-rfp {
	font-size: 16px;
	line-height: 24px;
	margin: 20px 0 0 0;
}

select::-ms-expand {
	display: none;
}
.frmfieldset textarea {
	min-height: 120px;
	display: block;
}
img {
	max-width: 100%;
	height: auto;
}
.boxspacer {
	display: none;
	height: 20px;
}
.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
}
.error-message {
	font-size: 15px;
	color: #eb0000;
}
.google-captcha-message .error-message {
	position: relative;
}
.uk-link,
a {
	color: #006951;
}
.contentfocus:focus {
	outline: 1px solid #202a31;
	box-shadow: 0 0 2px #202a31 inset;
	-webkit-box-shadow: 0 0 2px #202a31 inset;
	-ms-box-shadow: 0 0 2px #202a31 inset;
	-moz-box-shadow: 0 0 2px #202a31 inset;
}
.uk-link-toggle:focus .uk-link,
.uk-link-toggle:hover .uk-link,
.uk-link:hover,
a:hover,
a:focus,
.uk-offcanvas-bar a:hover {
	color: #006951;
	text-decoration: none;
}
body .pushItDown {
	margin-top: 0 !important;
}
#wrapper {
	padding: 66px 0 0 0;
}
.no-wrap {
	white-space: nowrap;
}

/* Font size[start]*/
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	margin: 0;
	color: #3E3E3E;
}
h1 {
	font-size: 35px;
	line-height: 45px;
	color: #006951;
    font-weight: bold;
}
h2 {
	font-size: 28px;
	line-height: 38px;
	color: #006951;
    font-weight: bold;
}
h3 {
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
}
h4 {
	font-size: 13px;
	line-height: 25px;
    letter-spacing: 1.95px;
    text-transform: uppercase;
    color: #3E3E3E;
    font-weight: bold;
}
h5 {
	font-size: 12px;
	line-height: 20px;
}
h6 {
	font-size: 10px;
	line-height: 18px;
}
.uk-offcanvas-bar .uk-navbar-nav>li>a:active {
	color: #231f20;
}
.main-content h1 {
	margin-bottom: 5px;
}
.clear {
	clear: both;
	height: 0;
}
/* Font size[End]*/

/* Button [start]*/
.button {
	display: inline-block;
	height: 50px;
	min-width: 180px;
    padding: 0 28px;
	text-align: center;
	transition: 0.5s ease-out 0s;
	-webkit-transition: 0.5s ease-out 0s;
	cursor: pointer;
	font-family: 'FS Lola', sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;	
    text-align: center;
    line-height: 50px;
    border: 1px solid #428327;
    color: #366B1F;
	text-shadow: 0 0 0 ;
	background: transparent;
	text-transform: capitalize;
}
.button:hover,
.button:focus {
	background: #428327;
	color: #fff;
	outline: none;
	border: 1px solid #428327;
}
/* Button [End]*/

/* Header */
.header-section.uk-container {
	padding-left: 30px;
	padding-right: 30px;
	max-width: 1200px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.logo {
	width: 178px;
}
.logosec { 
	position: absolute;
    left: 50%;
    margin-left: -125px;
}

/*Breadcrumb [Start]*/
#breadcrumb {
	display: none;
	padding: 35px 0 15px 0;
}
#breadcrumb a {
	color: #366B1F;
	text-shadow: 0 0 0 #509E2F;
}
#breadcrumb a:hover,
#breadcrumb a:focus {
	border-bottom: 1px solid #509E2F;
}
#breadcrumb .icon-14 {
	font-size: 14px;
	position: relative;
    top: 1px;
	padding: 0 2px;
}
.common-form-title {
	color: #509E2F;
	text-transform: uppercase;
	font-size: 28px;
}
/*Breadcrumb [End]*/

div#contactus-form {
	margin-bottom: 20px;
	margin-top: 12px;
}
.contact-location-wrap {
	margin-top: 22px;
}

/*Reservation Box [Start]*/
.outer-box {
	margin: 30px auto 0;
	padding: 30px 0;
	text-align: center;
	max-width: 820px;
	width: 100%;
	background-color: #006951;
	color: #fff;
}
.pro-txt {
	font-size: 35px;
	line-height: 45px;
	margin-bottom: 20px;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
}
.lockimg.mim-icon-locked-padlock {
	font-size: 80px;
}
.vcard {
	font-size: 16px;
	line-height: 26px;
	margin-top: 12px;
	color: #ffffff;
}
.vcard a {
	color: transparent;
	text-shadow: 0 0 0 #fff;
}
.vcard a:hover, .vcard a:focus {
	border-bottom: 1px solid #ffffff;
}
.click-logo {
	padding: 20px 0;
}
.fn {
	font-weight: 700;
	font-size: 18px;
	margin-bottom: 4px;
	color: #fff;
}
.click-logo img {
	width: 288px;
}
/*Reservation Box [End]*/

/* container width [Start]*/
.container1240, .container820{
	max-width: inherit;
	margin: 0px auto;
	padding: 0 20px;
	width: 100%;
	box-sizing: border-box;
}
/* container width [End]*/

/* Common */
.margin-bottom-20 {
	margin-bottom: 20px;
}

/*ul common*/
ul,
ol {
	margin: 0;
	padding: 0;
	list-style: none;
}
.ul-common ul {
	margin: 0;
	padding: 20px 0;
}
.ul-common li {
	padding-left: 15px;
	position: relative;
	padding-bottom: 0;
	padding-top: 0;
	list-style: none;
}
.ul-common li:before {
	content: "\e970";
	position: absolute;
	left: 0;
	top: 0;
	color: #509E2F;
	font-size: 4px;
	font-family: 'mimiconfont';
	font-weight: bold;
}
.ul-common li a {
	color: #006951;
	text-shadow: 0 0 0 #000;
}
.ul-common li a:hover, .ul-common li a:focus {
	border-bottom: 1px solid #000;
}
/*ul common*/

/*Map Popup [Start]*/
body .H_ib_body {
	font-family: 'FS Lola', sans-serif;
	background: #fff;
	right: -128px !important;
    bottom: 0;
	padding: 10px; box-shadow: 0px 4px 10px 0px rgb(0 0 0 / 40%);
}
body .H_ib_body:after { 
	position: absolute;
	left: 0;
	bottom: -15px;
	content: '';
	width: 0; 
	height: 0;
	border-top: 15px solid #fff;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    left: 50%;
    transform: translate(-50%, 0);
}
.map-list-box {
	width: 95%;
	color: #3E3E3E;
}
body.contact-us .H_ib_body {
	width: 280px;
	right: 50% !important;
	transform: translateX(50%);
	bottom: 3em;
}
body .H_ib_tail {
	display: none;
}
.popupadd {
	color: #323232;
}
h2.mappop-title {
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 0px;
	text-transform: capitalize;
}
.map-name {
	padding: 0 0 10px 0;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 0.05em;
	color: #006951;
}
.map-address {
	padding: 0 0 10px 0;
	font-size: 15px;
}
.map-phone {
	font-size: 15px;
}
.map-phone a {
	color: transparent;
    text-shadow: 0 0 0 #509E2F;
}
.map-phone a:hover, .map-phone a:focus {
	border-bottom: 1px solid #509E2F;
}
#gmap_canvas a.mapinnerbox_btn {
	border-bottom: 1px solid #509E2F;
}
.contact-form-wrapper a.mapinnerbox_btn {
	display: none;
}
.popup-phone {
	color: #323232;
}
.location a.mapinnerbox_btn, .loactionmap-box a.mapinnerbox_btn {
	display: none;
}
body svg.H_icon {
	fill: #3E3E3E;
}
body svg.H_icon:hover,
body svg.H_icon:focus {
	fill: #509E2F;
}
body .H_zoom svg.H_icon,
body .H_ctl svg.H_icon {
	fill: #fff;
}
.mapinnerbox_title {
	font-size: 20px;
	color: #006951;
    line-height: 26px;
    font-weight: bold;
}
.mapinnerbox_snippet,
.mapinnerbox_address {
	font-size: 15px;
	color: #3E3E3E; 
}
.mapinnerbox_btn {
	display: none;
}
.thingsdetail a.mapinnerbox_btn {
	margin-right: 10px;
	position: relative;
}
.thingsdetail a.mapinnerbox_btn:after {
	content: "";
	background: #000;
	position: absolute;
	right: -8px;
	top: 4px;
	width: 1px;
	height: 10px;
}
.thingsdetail a.mapinnerbox_btn:last-child:after {
	content: none;
	display: none;
}
/*Map Popup [End]*/

/* Read More [start]*/
a.read-more, a.learn-more-link, .button-link {
	display: inline-block;
	font-size: 16px;
	line-height: 26px;
	font-weight: 700;
	color: #366B1F;
	position: relative;
	text-shadow: 0 0 0 #509E2F;
	border-bottom: 1px solid transparent;
	text-transform: capitalize;
}

a.read-more:hover, a.read-more:focus {
	border-bottom: 1px solid #509E2F;
}

.read-more:after, .learn-more-link:after, .button-link:after {
	content: '\e96a';
    position: absolute;
    right: -15px;
    top:0px;
    font-size: 12px;
    font-family: 'mimiconfont';
    font-weight: 700;
	line-height: 28px;
}
.read-more:after {
	content: '\e976';
	font-size: 8px;
	right: -17px;
}
.read-more.active:after {
	content: '\e975';
}
a.learn-more-link:after {
    transform: none;
    transition: 0.5s all ease-in-out;
}
a.learn-more-link:hover:after, a.learn-more-link:focus:after {
	transform: translate(5px,0);
}
.expand-zigzag a {
    padding-bottom: 0px;
    font-size: 14px;
	font-weight: 700;
	color: #428327;
    text-shadow: 0 0 0 #428327;
    border-bottom: 1px solid transparent;
	letter-spacing: 0.42px;
	text-transform: capitalize;
}
.expand-zigzag a:hover, .expand-zigzag a:focus {
	border-bottom: 1px solid #428327;
}
.expand-zigzag .active .zig-less {
    display: inline-block;
}
.full-text, .expand-zigzag .zig-less, .expand-zigzag .active .zig-more {
    display: none;
}
.full-text {
    margin: 10px 0 0 0;
}
.full-text a {
	border-bottom: 1px solid transparent;
}
.full-text a:hover, .full-text a:focus {
	border-bottom: 1px solid #428327;
}
.expand-zigzag {
    margin-top: 30px;
}
/* Read More [End]*/

.column31,
.column32,
.column33,
.column21,
.column22 {
	float: none;
	width: 100%;
}
.column31 ul,
.column32 ul,
.column33 ul,
.column21 ul,
.column22 ul {
	margin-bottom: 0;
}
.ul-common .column31 ul,
.ul-common .column32 ul,
.ul-common .column33 ul {
	margin-bottom: 0;
}
.pkg-btn {
	margin-top: 20px;
}
.site-map-wrap ul {
	padding: 0;
	margin-bottom: 20px !important;
}
.sitemappadbottom {
	border-bottom: 1px solid lightgray;
	margin-bottom: 13px;
}
article.box2.sitemappadbottom:last-child {
	border: none;
	margin-bottom: 0;
}
.site-map-wrap.fourofour h1 {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 20px;
	padding-bottom: 0px;
	display: block;
}
#gdpr-privacy ul {
	margin: 0;
	padding: 0px 0 0 4px;
}
.gdpr-content h2 {
	margin: 0 0 10px 0;
	font-size: 20px;
}
.gdpr-content h3 {
	margin: 0 0 10px 0;
	font-size: 20px;
}
.gdpr-content .column21 {
	margin-top: 10px;
}
.gdpr-content .column31 {
	margin-top: 15px;
}
.gdpr-content .column22 {
	margin-bottom: 20px;
}
#gdpr-privacy ul li {
	list-style: none;
}
#gdpr-privacy ul li.padbttom {
	padding-left: 0;
}
#gdpr-privacy ul li.padbttom:before {
	content: none;
}
#gdprformsection label {
	width: auto;
	margin-right: 5px;
	display: inline-block;
	margin-bottom: 10px;
}
#gdprformsection input {
	max-width: 100%;
	margin-bottom: 20px;
}
#gdprformsection #gdprsubmit {
	max-width: 110px;
	cursor: pointer;
	background: #953231;
	color: #fff;
	border: solid 1px #953231;
	margin-bottom: 0;
	text-transform: uppercase;
	line-height: 39px;
	transition: 0.5s;
	font-size: 18px;
	letter-spacing: 0.12em;
}
#gdprformsection #gdprsubmit:hover,
#gdprformsection #gdprsubmit:focus {
	background: transparent;
	color: #953231;
	border-color: #953231;
}
.accessibility h2 {
	margin-bottom: 10px;
}
#gdprformsection {
	margin-top: 20px;
}
.ada-confirmation .gdpr-content ul {
	padding: 0 0 0 20px;
	list-style: disc;
}
.ada-confirmation h2 {
	margin: 10px 0;
}
.ada-confirmation .boxspacer {
	height: 20px;
}
#gdpr-emailoffer {
	margin-top: 12px;
}
#gdpr-emailoffer a {
	border-bottom: 1px solid transparent;
}
#gdpr-emailoffer a:hover, #gdpr-emailoffer a:focus {
	border-bottom: 1px solid #006951;
}
.commentcoderow {
	margin-top: 15px;
}
.mbt-30 {
	margin-top: 30px;
}
.commentcoderow .google-captcha-code {
	margin-right: 15px;
	margin-bottom: 15px;
	display: inline-block;
	position: relative;
}
.contact-thanks .excontainer,
.email-thanks .excontainer {
	padding: 0;
}
.commentcoderow .commentcodecol5 {
	display: inline-block;
}
#rfpform .ada-datepicker {
	position: relative;
}
#rfpform .ada-datepicker button {
	width: 28px;
	top: 10px;
	right: 8px;
	border: 1px solid transparent;
	cursor: pointer;
}
#rfpform .ada-datepicker button:hover,
#rfpform .ada-datepicker button:focus {
	border-color: #000;
}
.er-maindiv {
	width: 100%;
	clear: both;
	display: table;
	margin-top: 25px;
}
.ada-datepicker {
	position: relative;
}
button.ui-datepicker-trigger {
	width: 28px;
	height: 28px;
	display: inline-block;
	position: absolute;
	top: 8px;
	right: 12px;
	border: none;
	background: transparent;
	padding: 0;
	border: 1px solid transparent;
	cursor: pointer;
}
button.ui-datepicker-trigger:hover,
button.ui-datepicker-trigger:focus {
	border-color: #000;
}
.ada-datepicker button.ui-datepicker-trigger {
	right: 4px !important;
    top: 8px !important;
}

/*FAQ Section [start]*/
.faq li {
	border-top: 1px solid #c5c5c5;
	padding: 20px 0;
}
.accordion-container .faq li {
	border-bottom: 1px solid #c5c5c5;
}
.faq .uk-accordion-content li {
	padding: 0;
	border-top: none;
}
.location .faq .uk-accordion-content li {
	padding: 0;
	border-top: none;
	padding-left: 20px;
	padding-bottom: 5px;
}
.faq a.uk-accordion-title {
	line-height: normal;
	font-size: 24px;
	position: relative;
	padding-top: 0;
	padding-bottom: 0;
	border-bottom: none;
	color: #202a31;
}
.faq a.uk-accordion-title h3 {
	margin-bottom: 8px;
}
.faq a.uk-accordion-title:hover,
.faq a.uk-accordion-title:focus,
.faq li.uk-open a.uk-accordion-title {
	border: none;
	color: #953231;
}
.covid-accordian h2 {
	margin-bottom: 20px;
}
.faq .uk-accordion-content {
	margin-top: 15px;
	margin-bottom: 15px;
}
.faq .uk-accordion-content ul {
	padding-left: 0;
	margin-bottom: 0;
	margin-top: 0;
}
.faq a.uk-accordion-title:after {
	content: "\e90c";
	font-family: 'mimiconfont' !important;
	color: #202a31;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	font-size: 16px;
	font-weight: bold;
	text-shadow: 1px 1px 1px #fff;
}
.faq li.uk-open a.uk-accordion-title:after {
	content: "\e90d";
	color: #953231;
}
.faq a.uk-accordion-title:hover:after,
.faq a.uk-accordion-title:focus:after,
.faq a.uk-accordion-title:hover h3,
.faq a.uk-accordion-title:focus h3,
.faq li.uk-open a.uk-accordion-title h3 {
	color: #953231;
}
/*FAQ Section [End]*/

.totop {
	position: fixed;
	right: 5px;
	width: 45px;
	text-align: center;
	height: 45px;
	border-radius: 50%;
	bottom: 15px;
	display: none;
	z-index: 1;
}
.totop svg {
	display: none;
}
.totop a span {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) rotate(180deg);
}
.totop a {
	color: #fff;
	padding: 0;
	display: block;
	line-height: 41px;
	height: 46px;
	background-color: #000;
	border: none;
	border: 2px solid #000;
	width: 46px;
	border-radius: 50%;
	font-weight: bold;
}
.totop a:hover,
.totop a:focus {
	background: #fff;
	color: #000;
	border-color: #000;
}
.email-offers .uk-container.container990 {
	max-width: 1200px;
}
.email-offers .main-content img {
	width: 100%;
}
.er-contentbox-wrap {
	width: 100%;
	float: left;
	margin: 0 0 10px 0;
	position: relative;
	text-align: center;
}
.er-or {
	text-align: center;
	margin: 20px 0;
}
.er-back {
	text-align: center;
}

.review-margin {
	border-bottom: 1px solid #dddddd;
}
.formslable {
	display: none !important;
}
a.has-link {
	text-shadow: 0 0 1px;
}
body.booking-click-page #teconsent {
	display: none !important;
}
.viewlargediv a {
	color: transparent;
    text-shadow: 0 0 0 #000;
}
.viewlargediv a:hover, .viewlargediv a:focus {
	border-bottom: 1px solid #000;
}
.goback {
	width: 100%;
    display: inline-block;
    text-align: center;
    padding: 30px 0 0 0;
}
.intro-content .goback h2 {
	margin: 0;
}

/* Cookie Policy */
#msCookieBanner {
  	font-family: 'FS Lola', sans-serif !important;
    font-size: 16px !important;
	line-height:22px !important;
	height:auto !important;
	max-width: 96%;
	position:fixed;
	top: inherit !important;
	bottom: 60px !important;
	z-index:1001;
	background-color:#000000 !important;
	color:#FFFFFF !important;
	padding: 10px 20px;
	border-radius: 7px;
	margin: 0 2%;
	display: flex;
	flex-direction: column;
	border: none !important;
}
#msCookieBanner .left {
	width: 100% !important;
	padding: 0 0 10px 0;
	text-align: center !important;
}
#msCookieBanner .right {
	width: 100% !important;
	text-align: center;
}
#msCookieBanner .right button {
  font-family: 'FS Lola', sans-serif;
	font-size: 14px;
	line-height: 14px;
  	font-weight: bold;
	background:none !important;
	color:#fff !important;
	cursor: pointer;
	text-transform: uppercase;
    border-radius: 3px;
  padding: 0 !important;
  border: none !important;
}
#msCookieBanner .right button:focus,
#msCookieBanner .right button:hover {
	color: #509E2F !important;
}
#msCookieBanner a,
#msCookieBanner a:link,
#msCookieBanner a:visited {
	color:#fff;
	border-bottom: 1px solid #fff !important;
}
#msCookieBanner a:hover,
#msCookieBanner a:focus {
	color:#509E2F !important;
	border-bottom: 1px solid #509E2F !important;
}
.text-cap-cookie {
	display: block;
  	font-size: 18px;
    font-weight: bold;
    margin: 0 0 5px 0;
}

.hiddendiv {
    display: none;
}
.uk-input, .uk-select, .uk-textarea {
	color: #3E3E3E;
}
.uk-input:focus, .uk-select:focus, .uk-textarea:focus, input:focus, select:focus, textarea:focus {
	border-color: #428327;
}
.uk-textarea {
	min-height: 80px;
	font-size: 18px;
}

/* UI Datepicker */
.ui-datepicker, .ui-datepicker table, .ui-widget-content .ui-state-default, .ui-datepicker-month, .ui-datepicker-year {
	font-size: 14px !important;
	color: #000;
}

.commentwrap {
	align-items: center;
}

#ContentPlaceHolder1_ClientHomeFrame .home-slider-wrap ul.uk-slideshow-items {
	min-height: 950px !important;
}
#divsiteabandonment .home-popup-title {
	font-weight: 600;
}
#divsiteabandonment a.button {
	box-shadow: none !important;
  	height: 50px;
  	font-family: 'FS Lola', sans-serif !important;
    font-size: 16px;
    line-height: 50px;
    text-transform: capitalize;
}
#divsiteabandonment a.button:link, #divsiteabandonment a.button:visited {
	font-family: 'FS Lola', sans-serif !important;
    font-size: 16px;
    line-height: 50px;
    text-transform: capitalize;
}
#divsiteabandonment .popup-content-inner div.best-deal-tag {
	display: none !important;
}

em {
  	color: rgb(120 6 27);
    text-shadow: 0 0 0 rgba(240, 80, 110, 1);
}

@media all and (min-width: 768px) {
	.commentcoderow {
		padding: 0;
	}
}
@media all and (min-width: 960px) {
	.container1240 {
		max-width: 1240px;
	}
    .container820 {
        max-width: 820px;
    }
	.uk-width-1-12 {
		width: 8.333%;
	}
	.uk-width-2-12 {
		width: 16.666%;
	}
	.uk-width-3-12 {
		width: 25%;
	}
	.uk-width-4-12 {
		width: 33.333%;
	}
	.uk-width-5-12 {
		width: 41.666%;
	}
	.uk-width-6-12 {
		width: 50%;
	}
	.uk-width-7-12 {
		width: 58.333%;
	}
	.uk-width-8-12 {
		width: 66.666%;
	}
	.uk-width-9-12 {
		width: 75%;
	}
	.uk-width-10-12 {
		width: 83.333%;
	}
	.uk-width-11-12 {
		width: 91.666%;
	}
	.snippet-head {
		margin-bottom: 26px;
	}
	.dining-content h2 {
		font-size: 30px;
	}
	.moreless {
		display: none;
	}
	#breadcrumb, .Accessibility .innerwithoutbanner #breadcrumb {
		display: block;
		position: absolute;
    	width: 100%;
	}
	.Accessibility .innerwithoutbanner #breadcrumb {
		padding: 35px 0 15px 0;
	}
	.innerwithoutbanner .container820 #breadcrumb .container1240 {
		padding: 0;
		margin: 0 0 20px 0;
	}
	.sitemap #breadcrumb .container1240 {
		padding: 0;
		position: relative;
    	top: -20px;
	}
	.innerwithoutbanner #breadcrumb, .sitemap #breadcrumb {
		position: relative;
		padding: 0;
	}
	.read-more-less-btn {
		margin: 20px 0;
	}
	.expand-zigzag {
		margin-top: 34px;
	}
	div#middle {
		position: relative;
		z-index: 2;
		background: #000;
	}
	.excontainer {
		padding: 50px 0;
	}
	.mbt-50 {
		margin-top: 50px;
	}
	.common-wrapper {
		padding: 50px 0;
		background: #f2ebe3;
		position: relative;
	}
	.email-offers .common-wrapper {
		background: #fff;
		padding: 30px 0;
	}
	.thingsdetail div#breadcrumb {
		padding-top: 18px;
	}
	.column31,
	.column32,
	.column33 {
		width: 32%;
		padding-right: 10px;
		float: left;
	}
	.column33 {
		float: right;
		padding-right: 0;
	}
	.column21,
	.column22 {
		float: left;
		width: 48%
	}
	.column22 {
		float: right;
	}
	#gdpr-privacy h2 {
		margin: 0 0 10px 0;
		font-size: 26px;
	}
	#gdpr-privacy h3 {
		margin: 0 0 10px 0;
		font-size: 24px;
	}
	.oh {
		border-right: 1px solid #323232;
		font-size: 25px;
		margin-right: 12px;
		padding-right: 15px;
	}
	.errTop {
		font-size: 18px;
		text-align: center;
	}
	#gdpr-privacy .column21,
	#gdpr-privacy .column22 {
		margin: 15px 0;
	}
	.ada-confirmation h2 {
		font-size: 26px;
	}
	#wrapper {
		padding: 0;
	}
	.boxspacer {
		display: block;
	}
	.er-contentbox-wrap {
		width: 24%;
		margin: 0 1.33% 0 0;
	}
	.er-maindiv .er-contentbox-wrap:nth-child(4) {
		margin: 0;
	}
	#msCookieBanner {
		max-width: 300px;
		left: 15px;
		bottom: 20px !important;
		transform: translateX(0%);
		padding: 20px;
		flex-direction: column;
		justify-content: center;
		margin: 0 auto;
		height: auto !important;
    	line-height: 22px !important;
	}
	#msCookieBanner .left {
		padding: 0 0 15px 0;
		text-align: left !important;
	}
	#msCookieBanner .right {
		text-align: left;
	}
	body .H_ib_body {
		bottom: 70px;
	}
	.commentcoderow .google-captcha-code {
		margin-bottom: 0;
	}
	.google-captcha-message .error-message {
		position: absolute;
		bottom: -22px;
	}
}

@media all and (min-width: 1024px) {
	.totop {
		display: none;
	}
}

.floor_plan {
    padding: 40px 0;
  border-top:1px #ddd solid;
}

.uk-overflow-auto-content {
    overflow: auto;
}
.floorplan-tblformate.uk-table th{background:#f6f6f6;    color: #333;}

@media screen and (min-width: 1024px) {
  .footer-sticky-nav-mobile .uk-subnav li a, .footer-sticky-nav-mobile .uk-subnav li .btn-book-now { color: #575757; }
}

.nav-tabs {
    margin-top: 175px;
    position: fixed;
}
@media (min-width: 1200px) {.black-bg { background: #000;}}
 #gdpr-rfp span {

color: #000 !important;
}