body, html {
	overflow-x: hidden;
}
body {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	color: #393A47;
	line-height: 24px;
	letter-spacing: 0.42px;
	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"] {
	border: 1px solid #c5c5c5;
	width: 100%;
	height: 48px;
	line-height: 48px;
	padding: 0 12px;
	font-size: 18px;
	box-sizing: border-box;
	background: #fff;
	border-radius: 0;
	outline: none;
	resize: none;
	font-family: 'Din Pro', sans-serif;
}
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;
}
#gdpr-rfp {
	font-size: 16px;
	line-height: 24px;
	margin: 20px 0 0 0;
}
#gdpr-rfp a {
	color: transparent;
	text-shadow: 0 0 0 #393A47;
	font-weight: 500;
	border-bottom: 1px solid #393A47;
}
#gdpr-rfp a:hover, #gdpr-rfp a:focus {
	border-bottom: 1px solid transparent;
}
select::-ms-expand {
	display: none;
}
.frmfieldset textarea {
	min-height: 120px;
	display: block;
}
.frmfieldset .checkbox {
	display: flex;
}
.frmfieldset .checkbox .checkbox-input {
  	display: inline-block;
    height: 20px;
    width: 20px;
	margin: 0 10px 0 0;
}
.frmfieldset .checkbox .uk-checkbox {
	height: 20px;
    width: 20px;
    padding: 0;
    margin: 0;
    border-color: #BCBCBC;
}
.frmfieldset .checkbox .uk-checkbox:checked {
	background-color: #585A5B;
}
.frmfieldset .checkbox label {
	text-transform: inherit;
}
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: #f00;
}
.google-captcha-message .error-message {
	position: absolute;
	bottom: -22px;
}
.uk-link,
a {
	color: #000;
}
.contentfocus:focus {
	outline: 1px solid transparent;
	box-shadow: 0 0 2px transparent inset;
	-webkit-box-shadow: 0 0 2px transparent inset;
	-ms-box-shadow: 0 0 2px transparent inset;
	-moz-box-shadow: 0 0 2px transparent 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: #000;
	text-decoration: none;
}
body .pushItDown {
	margin-top: 0 !important;
}
#wrapper {
	padding: 60px 0 0 0;
}
.icon-18 {
	font-size: 18px;
}
.icon-22 {
	font-size: 22px;
}
.icon-20 {
	font-size: 20px;
}
.icon-22 {
	font-size: 22px;
}
.nowrap {
	white-space: nowrap;
}

/* Font size[start]*/
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	margin: 0;
	color: #393A47;
}
h1 {
	font-family: 'Adega Serif',sans-serif;
	font-size: 60px;
	line-height: 68px;
	letter-spacing: 1.2px;
	font-weight: 700;
}
h2 {
	font-family: 'Adega Serif',sans-serif;
	font-size: 42px;
	line-height: 50px;
	letter-spacing: 1.2px;
	font-weight: 700;
}
h3 {
	font-family: 'Adega Serif',sans-serif;
	font-size: 30px;
	line-height: 38px;
	letter-spacing: 0.6px;
	font-weight: 700;
}
h4 {
	font-size: 14px;
	line-height: 25px;
	letter-spacing: 2.52px;
}
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, .primary-button {
	display: inline-block;
	height: 70px;
	min-width: 150px;
    padding: 0 30px;
	text-align: center;
	transition: 0.5s ease-out 0s;
	-webkit-transition: 0.5s ease-out 0s;
	cursor: pointer;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	text-decoration: none;	
    text-align: center;
    line-height: 70px;
    border: 1px solid #393A47;
    color: #fff;
	background: #393A47;
	white-space: nowrap;
	position: relative;
	overflow: hidden;
}
.button span.txt, .primary-button span.txt {
	position: relative;
	z-index: 2;
}
.button:before, .primary-button:before {
	content: "";
	position: absolute;
	top: 0;
	right: -50px;
	bottom: 0;
	left: 0;
	border-right: 50px solid transparent;
	border-top: 80px solid #0C244B;
	transform: translateX(-100%);
	transition: 0.5s ease-in-out;
	z-index: 1;
}
.button:hover, .button:focus, 
.primary-button:hover, .primary-button:focus {
	color: #fff;
	border: 1px solid #0C244B;
}
.button:hover:before, .button:focus:before,
.primary-button:hover:before, .primary-button:focus:before {
	transform: translateX(0);
	transition: 0.5s ease-in-out;
}
/*.primary-button:after {
	content: '';
    position: absolute;
    background: #CDAF97;
    width: 0;
    height: 100%;
    left: 0;
    top: 0;
    transition: 0.5s ease-out 0s;
    z-index: -1;
    pointer-events: none;
}
.primary-button:hover:after {
	width: 100%;
}*/
/* .button:hover, .button:focus,
.primary-button:hover, .primary-button:focus {
	background: #CDAF97;
	color: #fff;
	outline: none;
	border: 1px solid #CDAF97;
} */
.secondary-button {
	display: inline-block;
	height: 70px;
	min-width: 150px;
    padding: 0 30px;
	text-align: center;
	transition: 0.5s ease-out 0s;
	-webkit-transition: 0.5s ease-out 0s;
	cursor: pointer;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	text-decoration: none;	
    text-align: center;
    line-height: 70px;
    border: 1px solid #393A47;
    color: #393A47;
	background: transparent;
	white-space: nowrap;
	position: relative;
	overflow: hidden;
}
.secondary-button span.txt {
	position: relative;
	z-index: 2;
}
.secondary-button:before {
	content: "";
	position: absolute;
	top: 0;
	right: -50px;
	bottom: 0;
	left: 0;
	border-right: 50px solid transparent;
	border-top: 80px solid #0C244B;
	transform: translateX(-100%);
	transition: 0.5s ease-in-out;
	z-index: 1;
}
.secondary-button:hover, .secondary-button:focus {
	color: #fff;
	border: 1px solid #0C244B;
}
.secondary-button:hover:before, .secondary-button:focus:before {
	transform: translateX(0);
	transition: 0.5s ease-in-out;
}
/* .secondary-button:hover,
.secondary-button:focus {
	background: #0C244B;
	color: #fff;
	border: 1px solid #0C244B;
} */
/* Button [End]*/

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

/*Breadcrumb [Start]*/
#breadcrumb {
	display: none;
}
#breadcrumb a {
	font-weight: 500;
	color:  #393a47;
	border-bottom: 1px solid #393a47;
}
#breadcrumb a:hover,
#breadcrumb a:focus {
	font-weight: 500;
	border-bottom: 1px solid transparent;
}
.common-form-title {
	color: #393A47;
	text-transform: uppercase;
	font-size: 28px;
}
#breadcrumb span.breadcrum-arrow {
	margin: 0 5px 0 6px;
}
/*Breadcrumb [End]*/

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

/*Reservation Box [Start]*/
.outer-box {
	margin: 0;
	padding: 30px 20px;
	text-align: center;
	width: 100%;
	background-color: #000;
	color: #fff;
}
.pro-txt {
	font-family: 'Adega Serif',sans-serif;
	font-size: 28px;
	line-height: 38px;
	margin-bottom: 20px;
	text-align: center;
	text-transform: capitalize;
}
.lockimg.mim-icon-locked-padlock {
	font-size: 80px;
}
.vcard {
	font-size: 16px;
	line-height: 26px;
	margin-top: 20px;
	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;
}
.lockimg {
	font-size: 90px;
  	color: #CDAF97;
    margin: 0 0 10px 0;
}
.fn {
	font-family: 'Adega Serif',sans-serif;
	font-weight: 700;
	font-size: 26px;
	margin-bottom: 10px;
	color: #fff;
}
.click-logo img {
	width: 288px;
}
/*Reservation Box [End]*/

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

/*ul common*/
ul,
ol {
	margin: 0;
	padding: 0;
	list-style: none;
}
.ul-common ul, ul.ckbullet {
	padding: 20px 0;
}
.ul-common li, ul.ckbullet li {
	padding-left: 15px;
	position: relative;
	padding-bottom: 0;
	padding-top: 0;
	list-style: none;
}
.ul-common li:before, ul.ckbullet li:before {
	content: "\e970";
	position: absolute;
	left: 0;
	top: 0;
	color: #393A47;
	font-size: 5px;
	font-family: 'mimiconfont';
}
.ul-common li a, ul.ckbullet li a {
	color:  #000;
}
.ul-common li a:hover, .ul-common li a:focus,
ul.ckbullet li a:hover, ul.ckbullet li a:focus {
	border-bottom: 1px solid #000;
}
/*ul common*/

/*Map Popup [Start]*/
body .H_ib_body {
    max-width: 280px;
    background: #fff;
	right: -128px !important;
    bottom: 90px;
	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%;
}
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-family: 'Adega Serif',sans-serif;
	font-size: 23px;
	font-weight: 700;
}
.map-address, .map-phone {
	padding: 0 0 10px 0;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
}
.map-phone {
	padding: 0;
}
.map-phone a {
	font-family: 'Montserrat', sans-serif;
	color:  #393A47;
}
.map-phone a:hover, .map-phone a:focus {
	font-weight: 500;
	border-bottom: 1px solid #393A47;
}
#gmap_canvas a.mapinnerbox_btn {
	border-bottom: 1px solid #393A47;
}
.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: #393A47;
}
body svg.H_icon:hover,
body svg.H_icon:focus {
	fill: #CDAF97;
}
body .H_zoom svg.H_icon,
body .H_ctl svg.H_icon {
	fill: #fff;
}
.mapinnerbox_title {
	color: #222;
	font-size: 16px;
}
.mapinnerbox_snippet,
.mapinnerbox_address {
	color: #222; 
}
.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: 13px;
	line-height: 26px;
	font-weight: 700;
	color: #393A47;
	position: relative;
	/* text-shadow: 0 0 0 #393A47; */
	border-bottom: 1px solid transparent;
	text-transform: uppercase;
}

a.read-more:hover, a.read-more:focus, a.learn-more-link:hover, a.learn-more-link:focus {
	color: #393A47;
}

.read-more:after, .learn-more-link:after, .button-link:after {
	content: '\e96a';
    position: absolute;
    right: -15px;
    top:0px;
    font-size: 11px;
    font-family: 'mimiconfont';
    font-weight: 700;
}
.read-more:after {
	content: '\e976';
	font-size: 8px;
	right: -17px;
}
.read-more.active:after {
	content: '\e975';
}
.expand-zigzag a {
    padding-bottom: 0px;
    font-size: 12px;
	font-weight: 500;
	color: #393A47;
    /* text-shadow: 0 0 0 #393A47; */
    text-transform: uppercase;
	border-bottom: 1px solid transparent;
	letter-spacing: 0.42px;
}
.expand-zigzag a:hover, .expand-zigzag a:focus {
	border-bottom: 1px solid #393A47;
}
.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;
}
.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 {
	padding-left: 20px;
    list-style: outside;
	position: relative;
}
#gdpr-privacy ul li.padbttom {
	padding-left: 0;
}
#gdpr-privacy ul li.padbttom:before {
	content: none;
}
#gdpr-privacy ul li:before {
	content: "\e970";
	position: absolute;
	left: 0;
	top: 0;
	color: #393A47;
	font-size: 5px;
	font-family: 'mimiconfont';
}
#gdpr-privacy ul li::marker {
	content: none;
}
#gdprformsection label {
	width: 100%;
	display: inline-block;
    font-weight: 700;
	margin-bottom: 10px;
}
#gdprformsection input[type="email"] {
	width: 350px;
    margin-bottom: 0;
    display: inline-block;
    height: 50px;
    margin-right: 30px;
}
#gdprformsection input {
    max-width: 100%;
    margin-bottom: 20px;
}
#gdprformsection #gdprsubmit {
	margin: 10px 0 0 0;
    padding: 0 26px !important;
    box-sizing: border-box;
	width: inherit;
    min-width: 164px;
    height: 50px;
    line-height: 50px;
    background: #393A47;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    outline: none;
    letter-spacing: 0;
    border: solid 1px #393A47;
    transition: ease all 0.5s;
    cursor: pointer;
	position: relative;
}
/* #gdprformsection #gdprsubmit:before {
	content: "";
	position: absolute;
	top: 0;
	right: -50px;
	bottom: 0;
	left: 0;
	border-right: 50px solid transparent;
	border-top: 80px solid #0C244B;
	transform: translateX(-100%);
	transition: 0.5s ease-in-out;
	z-index: 1;
}
#gdprformsection #gdprsubmit:hover, #gdprformsection #gdprsubmit:focus {
	color: #fff;
	border: 1px solid #0C244B;
}
#gdprformsection #gdprsubmit:hover:before, #gdprformsection #gdprsubmit:focus:before {
	transform: translateX(0);
	transition: 0.5s ease-in-out;
} */
#gdpr-privacy .column21 {
    margin: 15px 0 0;
    width: 100%;
}
#gdpr-privacy .column22 {
    margin: 0 0 15px;
    width: 100%;
}
#gdpr-privacy .padbttom .column31,
#gdpr-privacy .padbttom .column32,
#gdpr-privacy .padbttom .column33 {
    width: 32%;
    margin-top: 20px;
    display: inline-block;
    vertical-align: top;
}
#gdpr-privacy .padbttom .column31 ul li,
#gdpr-privacy .padbttom .column32 ul li,
#gdpr-privacy .padbttom .column33 ul li {
    list-style: circle;
    margin-left: 0;
}
#gdpr-privacy .box2 ul li.padbttom,
#gdpr-privacy .box ul li.padbttom,
.padbttom {
    list-style-type: none;
    margin-left: 0 !important;
}
#gdpr-privacy .box2 ul li.padbttom,
#gdpr-privacy .box ul li.padbttom,
#gdpr-privacy .padbttom {
    padding-bottom: 20px;
}
#gdpr-privacy .box2 h1 {
	margin: 0 0 20px 0;
}
#gdprformsection #gdprsubmit:hover,
#gdprformsection #gdprsubmit:focus {
	background: #CDAF97;
    color: #fff;
    border: solid 1px #CDAF97;
}
.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;
	line-height: 24px;
	font-size: 14px;
}
#gdpr-emailoffer a {
	color: transparent;
    text-shadow: 0 0 0 #393a47;
    font-weight: 500;
    border-bottom: 1px solid #393A47;
}
#gdpr-emailoffer a:hover, #gdpr-emailoffer a:focus {
	border-bottom: 1px solid transparent;
}
.commentcoderow {
	margin-top: 0;
}
.mbt-30 {
	margin-top: 30px;
}
.commentcoderow .google-captcha-code {
	margin-right: 15px;
	display: inline-block;
	position: relative;
}
.contact-thanks .excontainer,
.email-thanks .excontainer {
	padding: 0;
}
.commentcoderow .commentcodecol5 {
	margin-top: 20px;
	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;
}
#gdpr-privacy h2 {
	margin: 0 0 10px 0;
	font-size: 23px;
}

/*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 {
	max-width: 1050px;
    margin: 0 auto;
    text-align: center;
    padding: 30px 0;
}
.intro-content .goback h2 {
	margin: 0;
}


/* Cookie Policy */
#msCookieBanner {
	font-size: 16px !important;
	line-height:26px !important;
	height:auto !important;
	max-width: 96%;
	position:fixed;
	top: inherit !important;
	bottom: 20px;
	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: 'Montserrat', sans-serif;
	font-size: 14px;
	line-height: 14px;
	padding:5px;
	background:none !important;
	color:#fff !important;
	cursor: pointer;
	text-transform: uppercase;
    border-radius: 3px;
}
#msCookieBanner .right button:focus,
#msCookieBanner .right button:hover {
	color: #393A47 !important;
}
#msCookieBanner a,
#msCookieBanner a:link,
#msCookieBanner a:visited {
	color:#fff;
	border-bottom: 1px solid #fff !important;
}
#msCookieBanner a:hover,
#msCookieBanner a:focus {
	color:#393A47 !important;
	border-bottom: 1px solid #393A47 !important;
}

/* UI Datepicker */
.ui-datepicker, .ui-datepicker table, .ui-widget-content .ui-state-default, .ui-datepicker-month, .ui-datepicker-year {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px !important;
	color: #000;
}
.ui-widget-content .ui-state-active, 
.ui-widget-content .ui-state-hover, 
.ui-datepicker .ui-datepicker-buttonpane button:focus {
	background-color: #0C244B;
    border: solid 1px #0C244B;
}

#uk-content {
	position: relative;
}
#uk-content:after {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    content: '';
    background-position: left top;
    background-repeat: repeat;
    background-attachment: fixed;
	opacity: 0.1;
}
#uk-content.addBg:after {
    background-image: url(/images_noindex/texture-silver-mob.png);
}
.uk-content-inner {
	position: relative;
	z-index: 2;
}

.box a, .box2 a {
	color: #393a47;
	border-bottom: 1px solid #393a47;
	font-weight: 500;
}
.box a:hover, .box a:focus,
.box2 a:hover, .box2 a:focus {
	/*color: transparent;*/
	border-bottom: 1px solid transparent;
}

.oh {
	border-right: 1px solid #323232;
	font-size: 18px;
	margin-right: 12px;
	padding-right: 15px;
}
.errSugg {
	margin: 10px 0 0 0;
    display: inline-block;
}

.small-coupon {
    position: absolute;
    top: 40%;
    right: 30px;
    max-width: 350px;
    z-index: 1;
    color: #fff;
    background: #233C6D;
    width: 100%;
    text-align: center;
}
div#coupon-code {
    position: absolute;
    top: 150px;
    right: 30px;
    z-index: 9;
    width: 100%;
    max-width: 442px;
}
.offer-counter {
    display: inline-block;
    background: #0C244B;
    border-radius: 50%;
    color: #fff;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    margin-left: 20px;
}
.coupon-main-title {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    font-weight: normal;
    margin: 0;
    line-height: 60px;
    padding-bottom: 0;
}
.coupon-title-box {
    background: #CDAF97;
    color: #fff;
    position: relative;
    border-radius: 0 5px 5px 0;
    max-width: 340px;
    margin-bottom: 10px;
    padding-right: 10px;
    float: right;
}
.coupon-main-title a {
  	display: flex;
    align-items: center;
  	font-family: 'Montserrat', sans-serif;
    font-weight: 500;
  	font-size: 14px;
    color: #393A47;
    position: relative;
    padding-left: 64px;
  	line-height: 55px;
}
.coupon-main-title a:before {
    content: "\e913";
    width: 50px;
    background: #0C244B;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 19px;
    text-align: center;
    font-family: 'mimiconfont' !important;
  	color: #fff;
}
.coupon-detail-box {
    display: none;
    background: #0a1d3b;
    padding: 15px 6px 20px;
    border-radius: 5px;
    position: relative;
    clear: both;
    transition: all .5s ease 0s;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    box-sizing: border-box;
}
.coupon-detail-box h2 {
	font-size: 32px;
    line-height: 42px;
}
.coupon-read-more-button a span.hide-details {
    display: none;
}
h2.coupon-inner-title {
    margin-bottom: 20px;
    color: #fff;
    padding-left: 5px;
    font-size: 23px !important;
    padding-bottom: 0;
    line-height: 34px !important;
  	display: inline-block;
}
h2.coupon-inner-title.contentfocus {
	outline-color: transparent;
}
.coupon-inner-box {
    background: #fff;
    border-radius: 5px;
    padding: 20px;
    line-height: 25px;
}
h3.coupon-title {
    font-family: 'Adega Serif',sans-serif;
    font-weight: 700;
    color: #393A47;  
    font-size: 23px;
    line-height: 28px;
    letter-spacing: 1.2px;
    margin-bottom: 20px;
}
.coupon-details {
    margin-bottom: 20px;
}
.coupon-details span {
    display: block;
}
.coupon-more-details {
    display: none;
}
.coupon-detail-box ul {
    padding: 0;
    list-style: none;
}
.coupon-detail-box ul li {
    position: relative;
    padding-left: 15px;
    margin-bottom: 5px;
}
.coupon-read-more-button {
    margin-top: 20px;
}
.coupon-read-more-button a {
    color: #0a1d3b;
    font-weight: bold;
    border-bottom: 1px solid transparent;
  	transition: all 0.6s ease;
}
.coupon-read-more-button a:hover, .coupon-read-more-button a:focus {
	border-bottom: 1px solid #0a1d3b;
}
.coupon-cutting {
    clear: both;
    border-top: 2px dashed #c0c1be;
    position: relative;
    margin: 35px -5px 20px;
}
.coupon-cutting span.icon-scissors {
    position: absolute;
    top: -8px;
    transform: rotate(90deg);
    left: 10px;
}
.coupon-button a.button {
  /*  width: 190px;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
    background: #c93214;
    color: #fff;*/
}
.coupon-close {
    position: absolute;
    top: 15px;
    right: 15px;
    color: #fff;
    z-index: 1;
}
.coupon-close a {
    color: #fff;
    text-decoration: none;
}
.coupon-detail-box span.mim-icon-close {
    color: #fff;
    position: absolute;
    right: 0px;
    top: 8px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
}
.coupon-read-more-button a span.show-details:after {
    content: '\e950';
    font-family: 'mimiconfont' !important;
    font-size: 14px;
    font-weight: bold;
    margin: 0px 0 0 5px;
    position: relative;
    top: 1px;
}
.coupon-read-more-button a span.hide-details:after {
    content: '\e94f';
    font-family: 'mimiconfont' !important;
    font-size: 14px;
    font-weight: bold;
    margin: 0px 0 0 5px;
    position: relative;
    top: 0px;
}
.coupon-detail-box .coupon-close a:hover span.mim-icon-close,
.coupon-detail-box .coupon-close a:focus span.mim-icon-close {
    color: #CDAF97;
}
.coupon-main-title a:hover ,.coupon-main-title a:focus{
    text-decoration: underline;
}
.coupon-cutting span.mim-icon-scissor {
    position: absolute;
    top: -8px;
    left: 5px;
}
.coupon-button {
    text-align: center;
}
.coupon-cutting:before, .coupon-cutting:after {
  	content: "";
    border-style: solid;
    border-color: transparent transparent transparent #233C6D;
    position: absolute;
    border-width: 6px;
    left: -15px;
    top: -7px;
}
.coupon-cutting:after {
    border-color: transparent #0a1d3b transparent transparent;
  	left: inherit;
    right: -15px;
    top: -7px;
}

@media all and (max-width: 320px) {
	.button, .primary-button, .secondary-button {
		min-width: 120px;
		padding: 0 10px;
	}
}

@media all and (max-width: 768px) {
  div#coupon-code{
    right: 10px;
    top: 80px;
    width: calc(100% - 20px);

  }
  .coupon-main-title a:before{
    background:#233C6D;
  }
  .offer-counter {
    position: absolute;

    margin: 0;
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 13px;
    left: -11px;
    bottom: -10px;
  }
  span.coupon-main-title-text {
    display: none;
  }
  .coupon-main-title a {
    padding-left: 0;
    height: 50px;
  }
  .coupon-title-box {
    padding-right: 0;
    width: 50px;
    margin: 0;
  }
  #gdpr-privacy .padbttom .column31 {
  	width: 48%;
  }
}

@media all and (min-width: 768px) {
	.commentcoderow {
		padding: 0;
	}
	.commentcoderow .commentcodecol5 {
		margin-top: 0;
	}
	.error-page #uk-content {
		padding: 50px 0 0 0;
	}
}
@media all and (min-width: 960px) {
	.container1500 {
		max-width: 1540px;
	}
	.container1240 {
		max-width: 1280px;
	}
	.container1080 {
		max-width: 1080px;
	}
	.container1010 {
		max-width: 1050px;
	}
	.container980 {
		max-width: 980px;
	}
    .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 {
		display: block;
		position: absolute;
		left: calc((100% - 1240px + 0px)/2);
		padding: 50px 0 0 0;
		z-index: 3;
	}
	.innerwithoutbanner #breadcrumb {
		position: inherit;
		padding: 0 0 30px 0;
	}
	.error-page #breadcrumb {
		position: inherit;
		padding: 0;
		width: 100%;
		left: 0;
		text-align: center;
		margin: 0 0 30px 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: 28px;
		line-height: 34px;
	}
	#gdpr-privacy h3 {
		margin: 0 0 10px 0;
		font-size: 24px;
	}
	.oh {
		font-size: 25px;
	}
	.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 {
		line-height:65px !important;
		height:65px !important;
		max-width: 900px;
		left: 50%;
		transform: translateX(-50%);
		padding: 0 20px;
		flex-direction: row;
		margin: 0 auto;
	}
	#msCookieBanner .left {
		width: 80% !important;
		padding: 0;
		text-align: left !important;
	}
	#msCookieBanner .right {
		width: 20% !important;
		text-align: right;
	}
	.expand-zigzag a {
		font-size: 14px;
	}
	.outer-box {
		margin: 30px auto 0;
		max-width: 960px;
		width: 94%;
	}
	#uk-content.addBg:after {
		background-image: url(/images_noindex/texture-silver.png);
	}
    h3.coupon-title {
      font-size: 28px;
      line-height: 36px;
    }
    h2.coupon-inner-title {
      font-size: 24px !important;
      line-height: 34px !important;
    }
}

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

@media (min-width: 1024px) and (max-width: 1224px) {
	#breadcrumb {
		left: 20px;
	}
}