body {
  font-family: 'EB Garamond', serif;
  font-size: 20px;
  color: #fff;
  line-height: 30px;
  letter-spacing: 0.03em;
  background:#303130;
}

/* 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-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;
}
ul, ol, li { margin: 0; padding: 0;}
li {list-style: 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 #d8dbd2;
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 0 12px;
  font-size: 16px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 0;
  outline: none;
  resize: none;
  font-family: 'EB Garamond', serif;
  color: #313031;
}

input:focus, select:focus {
  border-color: #d59957;
  outline: 1px solid #d59957;
}
.newline {display: block;}
.commentlable {
  margin-bottom: 4px;
}

.frmfieldset {
  margin-bottom: 15px;
}

div#gdpr-rfp {
  font-size: 17px;
  line-height: 24px;
  margin-top: 12px;
}

select::-ms-expand {
  display: none;
}

.frmfieldset textarea {
  min-height: 120px;
  display: block;
}

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

.boxspacer {
  display: block;
  height: 30px;
}
.read-more-content .boxspacer {
  height: 10px;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  color: #000;
  opacity: 1 !important;
  background: #fff
}

.error-message {font-size: 17px; color: transparent; text-shadow: 0 0 #ff0000;}
#weddingForm .error-message { color:transparent; text-shadow: 0 0 #ff0000;}
.google-captcha-message .error-message {
  /*
  position: absolute;
  bottom: -22px;
  */
}

.uk-link, a {
  color: #d59957;
  border-bottom: solid 1px transparent
}
.uk-link-toggle:focus .uk-link, .uk-link-toggle:hover .uk-link, .uk-link:hover, a:hover, .uk-link:hover, a:focus {
  color: #d59957;
  border-bottom: solid 1px;
}


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

/* Font size[start]*/
h1, h2, h3, h4, h5, h6, .h1, .h2, h3, .h4, .h5, .h6 {
  font-family: 'Futura PT';
  color: #fff;
  font-weight: bold;
}

h1 {
  font-size: 21px;
  line-height: 24px;
  letter-spacing: 0.0em;
}

h2 {
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.10em;
}

h3 {
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.05em;
  font-weight: 500;
}

h4 {
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.08em;
}

h5 {
  font-size: 17px;
}

.uk-offcanvas-bar .uk-navbar-nav>li>a:active {
  color: #231f20;
}
.clear {clear: both; height: 0;width:100%}
/* Font size[End]*/
/* Button [start]*/
.button {
  font-weight: bold;
  font-family: 'Futura PT';
  display: inline-block;
  color: #1b1a1b;
  text-transform: uppercase;
  text-decoration: none;
  height: 40px;
  line-height: 39px;
  font-size: 13px;
  text-align: center;
  padding: 0px 30px;
  /*
  transition: background-color 0.5s ease-out 0s;
  -webkit-transition: background-color 0.5s ease-out 0s;
  */
  background: #d59957;
  letter-spacing: 2.6px;
  cursor: pointer;
  border: 1px solid #d59957;
}
.button:hover, .button:focus {
  background: #5b716e;
  color: #fff;
  outline: none;
  border-color: #5b716e;
}
.white-btn {background: #fff;  color: #313031;border-color: #fff;}
.white-btn:hover, .white-btn:focus {    background: transparent; color: #fff; border-color: #fff;}

a.button.without-bg-btn {
  background: transparent;
  border: none;
  color: #d59957;
  padding: 0;
  border-bottom: 1px solid transparent;
  height: 28px;
}
a.button.without-bg-btn:hover, a.button.without-bg-btn:focus {
  color: #d59957;
  border-color: #d59957;
}
.transparent-btn {
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
}
.transparent-btn:hover, .transparent-btn:focus {
  background: #5b716e;
  border-color: #5b716e;
  color: #fff;

}
/* Button [End]*/

/*Breadcrumb [Start]*/
#breadcrumb {
  display: none;
  font-size: 15px;
  margin-bottom: 20px;
  font-family: 'Futura PT';
}

#breadcrumb a {

}
#breadcrumb a:hover, #breadcrumb a:focus {}
#breadcrumb span {
  padding: 0 6px;
  font-size: 12px;
}

/*Breadcrumb [End]*/
div#contactus-form {
  margin-bottom: 20px;
}
/*Reservation Box [Start]*/
.outer-box {
  border: 1px solid #5b716e;
  margin: 30px auto 0;
  padding: 30px 0;
  text-align: center;
  max-width: 960px;
  width: 94%;

}

.pro-txt {
  font-weight: normal;
  font-size: 26px;
  line-height: 30px;
  margin-bottom: 20px;
  text-align: center;
}

.lockimg.mim-icon-locked-padlock {
  font-size: 80px;
}

.vcard {
  font-size: 16px;
  line-height: 26px;
  margin-top: 12px;
}

.click-logo {
  padding: 20px 0 10px;
}

.fn {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 4px;
  color: #323232;
}

.click-logo img {
  width: 288px;
}

/*Reservation Box [End]*/


/* container width [Start]*/
.container990 {
  max-width: 1020px;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
  padding: 0 15px;
}
.container1800 {
  max-width: 1800px;
  margin: 0px auto;
  width: 100%;
}
.container1170 {
  max-width: 1170px;
  margin: 0px auto;
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
}
.container1245 {
  max-width: 1245px;
  margin: 0px auto;
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
}
.container850 {
  max-width: 850px;
  margin: 0px auto;
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
}
.container1280 {
  max-width: 1280px;
  margin: 0px auto;
  width: 100%;
  box-sizing: border-box;
  padding: 0 20px;
  position: relative;
}
.container1240 {
  max-width: 1240px;
  margin: 0px auto;
  width: 100%;
  box-sizing: border-box;
  padding: 0 20px;
  position: relative;
}
.container1410 {
  max-width: 1410px;
  margin: 0px auto;
  width: 100%;
  box-sizing: border-box;
}
.container990 {
  /*max-width: 990px;
  margin: 0px auto;
  width: 100%;
  box-sizing: border-box;
  padding: 0;*/
}
.container900 {
  max-width: 900px;
  margin: 0px auto;
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
}
/* container width [End]*/
/*Amenity [Start]*/
.amenity-section-border {
  padding: 25px 0px 0px 0px;
  border-top: 1px solid lightgrey;
  margin-top: 45px;
}
.amenity-section ul {
  padding: 0;
  margin: 0;
}
.service-amenity-accord-listing ul li {
  background: none;
  width: 32%;
  margin-right: 1%;
  display: inline-block;
  box-sizing: border-box;
  padding: 6px 15px 0px 32px;
  float: left;
  margin-bottom: 0px;
  margin-top: 0;
  position: relative;
}
.service-amenity-accord-listing img {
  width: 22px;
  height: auto;
  margin-right: 12px;
  position: absolute;
  left: 0;
  top: 9px;
  filter: invert(1);
}
.service-amenity-accord-listing ul.ul-common.uk-grid-small {
  margin-left: 5px;
}
.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: #d59957;
  font-family: mimiconfont;
  font-size: 6px;
}


/*Amenity [End]*/
/*Map Popup [Start]*/
body .H_ib_body {
  background: #fff;
  bottom: 1.5em;
  margin-right: -1em;
  padding: 10px;
}
body.contact-us .H_ib_body {
  width: 280px;
  right: 50% !important;
  transform: translateX(50%);
  bottom: 2.5em;
}
.map-box-section {font-family: 'Noto Sans', sans-serif;}
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 {
  font-size: 16px;
  font-weight: 700;
}
.contact-form-wrapper a.mapinnerbox_btn {
  display: none;
}
.popup-phone {
  color: #323232;
}
.location a.mapinnerbox_btn {
  display: none;
}
body svg.H_icon {
  fill: #5b716e;
}
body svg.H_icon:hover, body svg.H_icon:focus {
  fill: #000;
}
a.mapinnerbox_btn, .map-phone a {
  color: #5b716e;
}
a.mapinnerbox_btn:hover, a.mapinnerbox_btn:focus, .map-phone a:hover,.map-phone a:focus {
  color: #1b1b1b;
}


body .H_zoom svg.H_icon, body .H_ctl svg.H_icon {
  fill: #5b716e;
}
.mapinnerbox_title {
  color: #313031	;
  font-weight: 700;
  font-family: 'Futura PT';
  text-transform: uppercase;
  font-size: 16px;
}
.mapinnerbox_snippet, .mapinnerbox_address {
  color: #323232;
  font-family: 'Noto Sans', sans-serif;
}
.thingsdetail a.mapinnerbox_btn {
  margin-right: 10px;
  font-family: 'Noto Sans', sans-serif;
  position: relative;
}
.thingsdetail a.mapinnerbox_btn:after {
  content: "";
  background: #7c122e;
  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]*/
.zizzag-stack-desc-long {
  display: none
}

.expand-zigzag a {
  color: #d59957;
  font-size: 13px;
  text-transform: uppercase;
  border-bottom: solid 1px transparent !important;
  padding-bottom: 0px;
  font-weight: 700;
  letter-spacing: .2em;
  font-family: 'Futura PT';
  font-weight: bold;
}
.expand-zigzag a:hover, .expand-zigzag a:focus {
  border-bottom: solid 1px #d59957!important;
  color: transparent;
  text-shadow: 0 0 0 #d59957;
}

.page-snippet-box-wrap.addBg .expand-zigzag a:hover, .page-snippet-box-wrap.addBg .expand-zigzag a:focus  {
  border-bottom: solid 1px #fff!important;

}

.expand-zigzag .zig-less {
  display: none
}

.expand-zigzag .active .zig-less {
  display: inline-block
}

.expand-zigzag .active .zig-more {
  display: none
}
::marker {color: #00304b;}
.expand-zigzag .zig-more:after {
  content: '\e976';
  font-family: 'mimiconfont' !important;
  font-size: 10px;
  font-weight: 400;
  margin: 0px 0 0 8px;
  position: relative;
  top: 0px;
}

.expand-zigzag .zig-less::after {
  content: '\e975';
  font-family: 'mimiconfont' !important;
  font-size: 11px;
  font-weight: bold;
  margin: 0px 0 0 8px;
  position: relative;
  top: 1px;
}

.expand-zigzag {
  margin-top: 12px;
}

.zizzag-stack-desc-long {
  padding-top: 10px;
}

/* Read More [End]*/
.column31,
.column32,
.column33 {
  float: left;
  width: 100%;
}

.ul-common .column31 ul,
.ul-common .column32 ul,
.ul-common .column33 ul {
  margin-bottom: 0;
}
.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: 1240px;
  margin: 0 auto;
  padding: 0 20px;
  padding-bottom: 20px;
  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: #d59957;
  color: #1b1b1b;
  border: solid 1px #d59957;
  margin-bottom: 0;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 38px;
  font-family: 'Futura PT';
  letter-spacing: 2.6px;
}

#gdprformsection #gdprsubmit:hover, #gdprformsection #gdprsubmit:focus {
  background: #5b716e;
  color: #fff;
  border-color: #5b716e;
  outline:0;
}

#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: 10px;
}

#gdpr-emailoffer {
  margin-top: 12px;
  line-height: 24px;
  font-size: 15px;
}

.commentcoderow {
  margin-top: 15px;
}
.mbt-30 {margin-top: 30px;}
.commentcoderow .google-captcha-code {
  margin-right: 15px;
  display: inline-block;
  position: relative;
  margin-bottom: 6px;
}
.contact-thanks .excontainer, .email-thanks .excontainer {
  padding: 0;
}
.commentcoderow .commentcodecol5 {
  margin-top: 20px;
  display: inline-block;
  vertical-align: top;
}

#rfpform .ada-datepicker {
  position: relative;
}

#rfpform .ada-datepicker button {
  width: 20px;
  top: 10px;
  right: 15px;
  border: 1px solid transparent
}
#rfpform .ada-datepicker button:hover, #rfpform .ada-datepicker button:focus {
  border-color: #000;
}
.er-maindiv {
  width: 100%;
  clear: both;
  display: table;
  margin-top: 25px;
}


/*FAQ Section [start]*/
.faq li {  border-top: 1px solid lightgrey; padding: 20px 0;}
.faq .uk-accordion-content li {padding: 0; border-top: none;}
.location .faq .uk-accordion-content li {padding: 0; border-top: none; padding-left: 20px;}
.faq a.uk-accordion-title {
  line-height: normal;
  font-size: 20px;
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
  border-bottom: none;
  font-family: 'Futura PT';
  font-weight: bold;
  color: #fff;

  padding-right: 26px;
}
.faq .amenitygroup a.uk-accordion-title {padding-left: 35px;}
.faq a.uk-accordion-title > [class^="mim-icon-"] {
  position: absolute;
  left: 0;
  top: 4px;
}

.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: #d59957
}
.faq .uk-accordion-content {
  margin-top: 15px;
  margin-bottom: 15px;
}
.faq .uk-accordion-content ul {
  padding-left: 0;
  margin-bottom: 0;
}
.faq a.uk-accordion-title:after {
  content: "\e976";
  font-family: 'mimiconfont' !important;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  font-weight: bold;
  /*text-shadow: 1px 1px 1px #fff;
  color: #323232;*/
}
.faq li.uk-open a.uk-accordion-title:after {
  content: "\e975";
  /*color: #7c122e;*/
}
.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: #d59957
}

.faq .uk-open>.uk-accordion-title::before {
  opacity: 0;
}

/*FAQ Section [End]*/
.totop a {
  color: #1b1a1b;
  padding: 0;
  display: none;
  line-height: 43px;
  height: 43px;
  background-color: #d59957;
  border-radius: 0;
  box-shadow: 0 0 4px rgba(0, 0, 0, .2);
  border: none;
  position: fixed;
  right: 15px;
  bottom: 15px;
  width: 43px;text-align: center;
}
.totop a:hover, .totop a:focus {
  background: #5b716e;
  color: #fff;
}
.email-offers .uk-container.container990 {
  max-width: 1170px;
}
.email-offers-img {
  width: 100%;
}
.er-contentbox-wrap {
  width: 24%;
  float: left;
  margin: 0 1.33% 0 0;
  position: relative;
  text-align: center;
}
.er-maindiv .er-contentbox-wrap:nth-child(4) {
  margin: 0;
}
.er-or {
  text-align: center;
  margin: 20px 0;
}
.er-back {
  text-align: center;
}

.snippet-border { position: relative; padding: 20px; box-sizing: border-box;  }
.snippet-border:before, .snippet-border:after { content: ""; width: 195px; height: 193px; position: absolute; left: 0; top: 0; }

.addlazyload .dog-friendly-section.addBg .snippet-border:before, .addlazyload .dog-friendly-section.addBg .snippet-border:after, .addlazyload .home-intro-section .addBg .snippet-border:before, .addlazyload .home-intro-section .addBg .snippet-border:after { background: url(/images_noindex/snippet-border.jpg) no-repeat; }

.snippet-border:after { left: auto; top: auto; bottom: 0; right: 0; }
.snippet-border img { position: relative; z-index: 1; }

.grey-bg, .grey-bg h2, .grey-bg h3, .grey-bg h4, .grey-bg h5, .grey-bg h1, .grey-bg h5, .grey-bg a, .grey-bg a:hover,.grey-bg a:focus  {
  color: #1b1a1b ;
}

.grey-bg .button:hover, .grey-bg .button:focus {
  color: #fff;
}
.grey-bg .read-more-content .expand-zigzag a:hover, .grey-bg .read-more-content .expand-zigzag a:focus {
  border-bottom: solid 1px #1b1b1b!important;
}



.green-bg .button, .page-snippet-box-wrap.addBg a.button:not(.without-bg-btn) { 
  background: #fff; border-color: #fff; 
}

.green-bg .button, .page-snippet-box-wrap.addBg a.button:not(.without-bg-btn):hover, .green-bg .button, .page-snippet-box-wrap.addBg a.button:not(.without-bg-btn):focus {
  background: transparent;
  border: 1px solid #fff;
}

.green-bg .button:hover, .green-bg .button:focus, .page-snippet-box-wrap.addBg .button:hover, .page-snippet-box-wrap.addBg .button:focus { background-color: transparent; }
.green-bg .button.without-bg-btn, .page-snippet-box-wrap.addBg .snippet-content a:not(.button) { color: #fff; }
.green-bg .button.without-bg-btn:hover, .green-bg .button.without-bg-btn:focus, .page-snippet-box-wrap.addBg .snippet-content a:hover,.page-snippet-box-wrap.addBg .snippet-content a:focus { color: #fff; border-color: #fff; }

.page-snippet-box-wrap.addBg a.button.without-bg-btn {
  color: #fff;
}




.page-snippet-box-wrap.addBg .container1170 {
  position: relative;
  z-index: 1;
}

.page-snippet-box-wrap.addBg:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  max-width: 1055px;
  background-color: #5b716e;
  background-image: url(/images_noindex/green-pattern.png);
  background-attachment: fixed;
  background-position: right;
  z-index: 0;
}

label { font-family: 'Futura PT'; font-size: 18px; }
span.asterisk { font-family: 'Futura PT'; font-size: 15px; font-weight: 300; }
#rfpform select {
  background: #fff;
  padding: 0 40px 0 12px;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
}
#rfpform select + span.mim-icon-down-arrow { position: absolute; right: 10px; color: #303130; font-size: 12px; top: 14px; }
.styled-select { position: relative; }


.form-wrapper form input[type=checkbox] {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  border-radius: 0;
  margin-left: 0;
  margin-right: 5px;
  padding:0;
  cursor:pointer; 
}

.form-wrapper form input:checked {
  background: #d59957;
  outline: 1px solid #d59957;
  border-color: #303130;
}

.checkboxrow label {
  cursor: pointer;
}

div#map {
  background: #fff;
}

.page-snippet-box-wrap.addBg .snippet-content .ul-common li:before {
  color: #ffff;
}
.without-excontainer .excontainer {
  padding: 1px 0;
}
.check-inlline {
  display: inline-block;
  margin-right: 20px;
}
.check-inlline:last-child {
  margin-right: 0;
}
.type-of-event.commentrow.checkboxrow {
  padding-bottom: 10px;
}

.zizzag-stack-desc-long .boxspacer {
  height: 10px;
}

.amenity-accord-new.faq .uk-accordion-content #adawebsiteconformance li {
  float: none;
}
/*======media========*/
@media all and (max-width: 960px) and (min-width: 320px) {


  body {
    font-size: 18px;
  }
  .frmfieldset textarea {    min-height: 100px;}
  body {line-height: 26px;}
  .common-wrapper {
    padding: 20px 0;
    background: #dfdbd9;
  }
  a {
    word-break: break-all;
  }

  .home .uk-lightbox .uk-slidenav-previous, .home .uk-lightbox .uk-slidenav-next {
    margin-top: 30px;
    border:0;

  }

  .sitemappadbottom {
    padding-bottom: 13px;
  }
  .snippetbox a.err.arrow-link {
    display: block;
  }
  .zizzag-stack-desc-long .boxspacer {
    height: 10px;
  }
  .button {padding: 0 20px;}
  #middle {
    padding-top: 60px;
  }


  .email-offers .common-wrapper {
    background: #fff;
    padding: 18px 0;
  }
  .container1170, .container1280, .container1240, .container990 {
    padding: 0 15px;
  }
  .amenity-section-border {
    padding: 25px 15px 0px 15px;
    margin-top: 35px;
  }
  .mbt-50 {margin-top: 25px;}
  .excontainer {
    padding: 25px 0;
  }
  .stay-desc {
    display: none;
  }
  .covid-faq #faq-question-list ul li.uk-open .uk-accordion-content {
    margin-bottom: 20px;
    padding: 0;
  }
  .service-amenity-accord-listing ul li {
    width: 100%;
    margin-right:0%;    margin-bottom: 0;     padding: 10px 15px 5px 32px;
  }
  .site-map-wrap.fourofour h1 {
    padding: 0 15px;
  }
  .er-or {
    margin-bottom: 12px;
  }
  .overview-para {
    text-align: left;
  }
  .snippetbox {
    text-align: center;
    margin-bottom: 20px;
  }
  .snippetbox:last-child {
    margin-bottom: 0px;
  }
  .site-map-wrap ul {margin-bottom: 0 !important;}
  .moreless {
    clear: both;
  }
  .privacy .common-wrapper {
    padding: 0;
  }
  .uk-container {
    padding-left: 15px;
    padding-right: 15px;
  }
  #breadcrumb {display: none;}
  .moreless a {
    font-size: 13px;
    text-transform: uppercase;
    border-bottom: solid 1px transparent !important;
    padding-bottom: 2px;
    color: transparent;
    text-shadow: 0 0 0 #d59957;
    font-weight: 700;
    letter-spacing: 0.15em;
    padding-top: 10px;
  }
  a.showLess {
    display: none;
  }
  .moreless.active  a.showLess {
    display: block;
  }
  .moreless.active  a.loadMore {
    display: none;
  }
  a.loadMore {
    display: block;
  }
  .moreless a span {
    font-size: 10px;
    font-weight: 700;
  }
  .amenitygroup h2 {
    margin-bottom: 5px;
  }

  .snippet-border {
    padding: 15px;
  }
  .faq a.uk-accordion-title {font-size:18px;}
}
@media all and (min-width:767px) {

  #gdpr-privacy .column31,
  #gdpr-privacy .column32,
  #gdpr-privacy .column33 {
    width: 33%;
    margin-top: 15px;
  }

  #gdprformsection input {
    max-width: 250px;
    margin-bottom: 0;
  }

}

@media all and (min-width:768px) {
  #breadcrumb {
    display: block;
  }

}


@media all and (min-width:812px) {
  .faq-learn-continue-link {
    padding-bottom: 0;
  }



  .mobile-faq-img {
    display: none;
  }

  .ans-img.desktop-faq-img {
    display: block;
    position: absolute;
    top: 0;
    z-index: 1;
    line-height: 0;
    width: 50%;
  }

  .aroundtownq-box {
    display: flex;
  }

  #faq-question-list {
    position: relative;
  }
}

@media all and (min-width:961px) {
  .contentfocus:focus {
    outline: 1px solid #d59957;
    box-shadow: 0 0 2px #d59957 inset;
    -webkit-box-shadow: 0 0 2px #d59957 inset;
    -ms-box-shadow: 0 0 2px #d59957 inset;
    -moz-box-shadow: 0 0 2px #d59957 inset;
  }

  h1 {
    font-size: 40px;
    line-height: 40px;
    letter-spacing: 0
  }

  h2 {
    font-size: 30px;
    line-height: 1.2;
    letter-spacing: 0.6px;
  }
  .dining-content h2 {font-size: 30px;}
  h3 {
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 0.10em
  }
  .moreless {
    display: none;
  }
  h4 {
    font-size: 20px;
    line-height: 1.2;
  }

  h5 {
    font-size: 20px;
    line-height: 30px;
  }

  .read-more-less-btn {
    margin: 20px 0;
  }

  .expand-zigzag {
    margin-top: 12px;
  }
  div#middle {
    background: #000;
  }
  .excontainer {
    padding: 62px 0 50px;
  }
  .mbt-50 {margin-top: 50px;}

  .common-wrapper {
    padding: 50px 0;
    background-color: #dfdbd9;
    background-image: url(/images_noindex/grey-pattern.png);
    background-repeat: repeat;
    background-attachment: fixed;

  }
  .email-offers .common-wrapper {
    background: #fff;
    padding: 30px 0;
  }
  .thingsdetail div#breadcrumb {
    padding-top: 18px;
  }
  .column31,
  .column32,
  .column33 {
    width: 32%;
    padding-right: 10px;
  }

  .column21,
  .column22 {
    float: left;
  }
  .column22 {
    float: right;
  }
  #gdpr-privacy h2 {
    margin: 0 0 10px 0;
    font-size: 30px;
  }

  #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;
  }


  #gdpr-privacy .column21,
  #gdpr-privacy .column22 {
    margin: 15px 0;
  }

  .ada-confirmation h2 {
    font-size: 26px;
  }



}
@media all and (max-width:480px) {.er-contentbox-wrap {
  width: 100%;margin-bottom: 16px;}}
.review-margin {
  border-bottom: 1px solid #dddddd;
}
.formslable {
  display: none !important;
}
.mainimage ul.uk-slideshow-items {
  height: calc(100vh);
  min-height: calc(100vh);
}
img.imgright {
  float: right;
  margin-right: 0px;
}

a#openhomepopup {
    display: none;
}
#homepopup .uk-modal-dialog {
    padding: 0;
    width: 800px;
}

element.style {
    padding-left: 10px;
    padding-top: 20px;
}