body {
  color: #505659;
  font-family: 'Poppins',sans-serif;
  font-size: 15px;
  line-height: 26px;
  letter-spacing: 0;
}

/* 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;
}
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: 40px;
  line-height: 40px;
  padding: 0 12px;
  font-size: 14px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 0;
  outline: none;
  resize: none;
  font-family: 'Poppins',sans-serif;
}
input:focus, select:focus, textarea:focus {
  border-color: #03698f;
  outline: none;
}
.newline {display: block;}
.commentlable {
  margin-bottom: 4px;
}

.frmfieldset {
  margin-bottom: 15px;
}

div#gdpr-rfp {
  font-size: 13px;
  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;
  background: #fff
}

.error-message {
  font-size: 13px;
  color: rgba(0,0,0,0); text-shadow: 1px 1px rgba(255, 0, 0, 1);
}

.google-captcha-message .error-message {
  position: absolute;
  bottom: -22px;
}

.uk-link,
a {
  color: #03698f;
  border-bottom: 1px solid transparent;
}

.contentfocus:focus {
  outline: 1px solid #15324b;
  box-shadow: 0 0 2px #15324b inset;
  -webkit-box-shadow: 0 0 2px #15324b inset;
  -ms-box-shadow: 0 0 2px #15324b inset;
  -moz-box-shadow: 0 0 2px #15324b 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: #131E23;
  text-decoration: none;
  border-bottom: 1px solid #131E23;
}

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


body.meeting-thanks .excontainer{padding:0;}



/* Font size[start]*/
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
h3,
.h4,
.h5,
.h6 {
  font-family: 'Playfair Display', serif;
  color: #131E23;
}

h1 {
  font-size: 22px;
  line-height: 28px;
  letter-spacing: 0.44px
}

h2 {
  font-size: 22px;
  line-height: 28px;
  letter-spacing: 0.44px
}

h3 {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.08em;
}

h4 {
  font-size: 12px;
  letter-spacing: 0.2em;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 800;
  color: #766c47;
  line-height: 16px;
  position: relative;
  text-transform: uppercase;
}
h4:after {
  content: "";
  background: #e1ddcd;
  width: 50px;
  height: 1px;
  left: 0;
  bottom: -26px;
  position: absolute;
}
h5 {
  font-size: 15px;
  color: #231f20
}

.uk-offcanvas-bar .uk-navbar-nav>li>a:active {
  color: #231f20;
}
.clear {clear: both; height: 0;}
/* Font size[End]*/
/* MAP CSS[Start]*/
.map-list-box {font-family: 'Poppins',sans-serif;
}
/* MAP CSS[End]*/
/* Button [start]*/
.button {
  font-family: 'Poppins',sans-serif;
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  height: 46px;
  line-height: 46px;
  font-size: 15px;
  text-align: center;
  padding: 0px 25px;
  transition: background-color 0.5s ease-out 0s;
  -webkit-transition: background-color 0.5s ease-out 0s;
  background: #09638f;
  letter-spacing: 0.9px;
  cursor: pointer;
  border: 1px solid #09638f;
  font-weight: 500;
}
.button:hover,
.button:focus {
  background: transparent;
  color: #09638f;
  outline: none;
  border: 1px solid #09638f;
}
.home-room-section .button:hover,
.home-room-section .button:focus {
  background: #ffffff;
}
a.button.withoutbgbtn {
  background: transparent;
  color: #03698f;
  padding: 0;
  border:none;
  border-bottom: 1px solid transparent;
  height: auto;
  font-size: 14px;
  letter-spacing: 0.42px;
  line-height: 20px;
  position: relative;
}
a.button.withoutbgbtn:hover, a.button.withoutbgbtn:focus {
  border-color: #03698f;
}
a.button.withoutbgbtn.arrowlink:after {
  content: "\e930";
  color: #03698f;
  font-size: 11px;
  font-family: 'mimiconfont';
  position: relative;
  margin-left: 4px;
}
a.button.withoutbgbtn.arrowlink:hover:after, a.button.withoutbgbtn.arrowlink:focus:after {
  margin-left: 10px; transition: 0.4s all ease-out;
}
.transparentbtn {
  background: transparent;
  color: #03698f;
  border-color: #03698f;
}
.transparentbtn:hover, .transparentbtn:focus {
  background: #09638f;
  color: #fff;
}
/* Button [End]*/

/*Breadcrumb [Start]*/
#breadcrumb {
  display: none;
  font-size: 15px;
  margin-bottom: 0px;
}

#breadcrumb a {
  font-weight:normal;
}
#breadcrumb a:hover, #breadcrumb a:focus {
  border-bottom: 1px solid #03698f;
  text-decoration: none;
}
#breadcrumb span {
  padding: 0 6px;
  font-size: 12px;
}

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

.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]*/
.container670 {
  max-width: 700px;
  margin: 0px auto;
  width: 100%;
  padding: 0 15px;
  box-sizing: border-box;
}
.container1110 {
  max-width: 1110px;
  margin: 0px auto;
  width: 100%;
  box-sizing: border-box;
  padding: 0 0px;
}
.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;
}
.container1240 {
  max-width: 1240px;
  margin: 0px auto;
  width: 100%;
  box-sizing: border-box;
  padding: 0 20px;
  position: relative;
}
.container1280 {
  max-width: 1280px;
  margin: 0px auto;
  width: 100%;
  box-sizing: border-box;
  padding: 0 20px;
}
.container990 {
  max-width: 990px;
  margin: 0px auto;
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
  position: relative; z-index: 1;
}
.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 {
  padding-left: 0;
}
.service-amenity-accord-listing ul li {
  background: none;
  width: 48%;
  margin-right: 1%;
  display: inline-block;
  box-sizing: border-box;
  padding: 0px 15px 8px 20px;
  float: left;
  margin-bottom: 0px;
  margin-top: 0 !important;
  position: relative;
}
.service-amenity-accord-listing img {
  width: 22px;
  height: auto;
  margin-right: 12px;
  position: absolute;
  left: 0;
  top: 9px;
}
.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: #03698f;
  font-family: mimiconfont;
  font-size: 6px;
}
/*Amenity [End]*/
/*Map Popup [Start]*/
body .H_ib_body {
  background: #fff;
  bottom: 1.5em;
  margin-right: -2.5em;
  padding: 10px;
}
body.contact-us .H_ib_body {
  width: 280px;
  right: 50% !important;
  transform: translateX(50%);
  bottom: 2.5em;
}
.map-box-section {font-family: 'Poppins',sans-serif;}
body .H_ib_tail {display: none;}
.popupadd {color: #131E23;}
h2.mappop-title, .mapinnerbox_title {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 0px;
  text-transform: capitalize;font-family: 'Playfair Display', serif;
}
.map-name {
  font-size: 18px;
  font-family: 'Playfair Display', serif;
  color: #131E23;
  margin-bottom: 7px
}
.contact-form-wrapper a.mapinnerbox_btn {
  display: none;
}
.popup-phone {
  color: #131E23;
}
.location a.mapinnerbox_btn {
  display: none;
}
.map-phone a {
  font-weight: bolder;
}
.mapinnerbox_title {
  font-family: 'Playfair Display', serif;
  color: #131E23;
  font-size: 18px;
}
.mapinnerbox_snippet, .mapinnerbox_address {
  color: #131E23;
  font-family: 'Poppins',sans-serif; font-size: 13px;
}

/*Map Popup [End]*/
/* Read More [start]*/
.zizzag-stack-desc-long {
  display: none
}

.expand-zigzag a {
  font-size: 14px;
  text-transform: capitalize;
  border-bottom: solid 1px transparent !important;
  padding-bottom: 0px;
  color: #03698f;
  font-weight: 500;
  letter-spacing: 0.42px; text-transform: uppercase;
}

.expand-zigzag a:hover,
.expand-zigzag a:focus {
  border-bottom: solid 1px #03698f!important;
}

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

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

.expand-zigzag .active .zig-more {
  display: none
}
.expand-zigzag .zig-more:after {
  content: '\e976';
  font-family: 'mimiconfont' !important;
  font-size: 9px;
  font-weight: bold;
  margin: 0px 0 0 5px;
  position: relative;
  top: -1px;
}
.expand-zigzag .zig-less::after {
  content: '\e975';
  font-family: 'mimiconfont' !important;
  font-size: 11px;
  font-weight: bold;
  margin: 0px 0 0 5px;
  position: relative;
  top: 0px;
}

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

.zizzag-stack-desc-long {
  padding-top: 10px;
}
.zizzag-stack-desc-long p:last-child {
  margin-bottom: 0;
}

/* 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;
  padding-left: 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: 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: #09638f;
  color: #fff;
  border: solid 1px #09638f;
  margin-bottom: 0;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 39px;
  transition: 0.5s;
}

#gdprformsection #gdprsubmit:hover,
#gdprformsection #gdprsubmit:focus {
  background: transparent;
  color: #09638f;
  border-color: #09638f;
}

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

.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: 0px;
  display: inline-block;
}
#emailOfferForm .commentcodecol5 {
  margin-top: 16px;
}
.commentcoderow .commentcodecol5 button.button {
  height: 74px;
  min-width: 165px;
  line-height: 74px;
}
#emailOfferForm .commentcoderow .google-captcha-code {
  margin-top: 10px;
}
#rfpform .ada-datepicker {
  position: relative;
}

#rfpform .ada-datepicker button {
  width: 20px;
  top: 10px;
  right: 15px;
  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;
}


/*FAQ Section [start]*/
.faq li {  border-top: 1px solid lightgrey; padding: 20px 0;}
.faq .uk-accordion-content li {padding: 0; border-top: none;}

.covid-19 .faq .uk-accordion-content li {
  padding: 0 0 5px 15px;
}

.accessibility .faq .uk-accordion-content li {
  padding-left: 20px;
}
.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: 20px;
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
  border:1px solid transparent;
  color: #03698f;
}
.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{
  color: #131E23;
}
.faq a.uk-accordion-title:focus, .faq li.uk-open a.uk-accordion-title:focus{border:1px solid;}

.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: "\e977";
  font-family: 'mimiconfont' !important;
  color: #03698f;
  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: "\e908";*/
  color: #131E23;
  content: "\e977";
  transform: rotate(180deg);
  top: 0;

}
.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: #131E23;
}
.common-title {
  color: #757212;
  font-size: 14px;
  line-height: 16px; font-weight: 500; letter-spacing: 0.56px;text-transform: uppercase;
}
.accessibility .faq li.uk-open a.uk-accordion-title:after {
  content: "\e977";
  transform: rotate(180deg); top:0;
}
.accessibility .uk-open>.uk-accordion-title::before {
  font-family: 'mimiconfont' !important;
  content: '\e974';
}
/*FAQ Section [End]*/
.totop a span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(180deg);
}
.totop a {
  color: #fff;
  padding: 0;
  display: none;
  line-height: 41px;
  position: fixed;
  background-color: #09638f;
  border: none;
  border-radius: 50%;
  right: 15px;
  width: 45px;
  text-align: center;
  height: 45px;
  bottom: 12px;
}
.totop a:hover,
.totop a:focus {
  background: #131e23;
  color: #fff;
 
}
.email-offers .uk-container.container990 {
  max-width: 1170px;
}
.email-offers .main-content 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;
}
.certificate-amount {
  font-weight: 600;
  margin-bottom: 10px;
}

.price-select {
  max-width: 300px;
  float: left;
  width: 100%;
  margin-right: 15px;
  margin-bottom: 15px;
  position: relative;
}

.gift-form-btn {
  float: left;
}

.certificate-box form {
  margin-top: 20px;
}

.gift-form-btn .button {
  height: 40px;
  line-height: 40px;
}
.price-select span.mim-icon-angle-arrow-down {
  position: absolute;
  right: 10px;
  top: 13px;
  font-size: 13px;
  color: #888;
}
.certificate-tab-box ul.uk-subnav li a {
  font-family: 'Nunito Sans', sans-serif;
  color: #15324b;
  font-size: 16px;
  padding-bottom:10px;
  font-weight: 600;
}

.certificate-tab-box ul.uk-subnav {
  border-bottom: 1px solid #ccc;

}
.privacy-policy .common-wrapper {
  background: transparent;
}
.privacy-policy .excontainer {padding: 0;}

.covidpage-review { max-width: 750px; margin: 0 auto; text-align: center; padding: 40px 20px 28px; }

.covidpage-review h2 { margin: 0; }
.travelsafely-inner ul { padding: 0px 0 0px; margin-bottom: 5px; }
.travelsafely-inner ul li { display: inline-block; padding: 0 25px; }
.travelsafely-inner ul li img { height: 70px; width: 70px; }

.covidpage-review .review-text {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  padding-top: 10px;
  padding-bottom: 25px;
}
#covid-snippet .snippet-text.animation-element .ul-common {
  padding: 0;
  margin: 15px 0 0;
}



@media all and (max-width: 960px) and (min-width: 320px) {
  #number {display: none;}
  .common-wrapper {
    padding: 20px 0;
    background: #F3F7FC;
  }.snippet-image img, .snippet-img img {
    width: 100%;
  }
  #emailOfferForm .commentcodecol5 {margin-top: 0;}
  .totop {
    display: none;
  }.commentcoderow {
    padding-left: 0;
  }
  #breadcrumb {margin-bottom: 5px;}
  .sitemappadbottom {
    padding-bottom: 13px;
  }

  .zizzag-stack-desc-long .boxspacer {
    height: 10px;
  }
  .button {padding: 0 30px;}

  .email-offers .common-wrapper {
    background: #fff;
    padding: 18px 0;
  }
  .email-offers .common-wrapper.addBg:after {content: none !important; display: none;}
  .container1170, .container1240, .container990 {
    padding: 0 15px;
  }
  .amenity-section-border {
    padding: 25px 15px 0px 15px;
    margin-top: 30px;
  }
  .mbt-50 {margin-top: 25px;}
  .borderline {border-top: 1px solid lightgrey;
    padding-top: 30px; }
  .excontainer {
    padding: 25px 0;
  }
  .stay-desc {
    display: none;
  }
  .service-amenity-accord-listing ul li {
    width: 100%;
    margin-right:0%;    margin-bottom: 0;     padding: 0px 15px 0px 20px; margin-top: 5px !important;
  }
  .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;margin-top: 10px;
  }
  .commentcoderow {
    margin-top: 15px;
  }
  .privacy .common-wrapper {
    padding: 0;
  }
  .uk-container {
    padding-left: 15px;
    padding-right: 15px;
  }
  #breadcrumb {display: none;}
  .moreless a {
    font-size: 14px;
    border-bottom: solid 1px transparent !important;
    padding-bottom: 0px;
    color: transparent;
    text-shadow: 0 0 0 #03698f;
    font-weight: 500;
    letter-spacing: 0.42px;
    text-transform: uppercase;
  }
  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: 12px;
    font-weight: 700;
  }
  .amenitygroup h2 {
    margin-bottom: 5px;
  }
  .faq a.uk-accordion-title {
    line-height: 30px;
    font-size: 17px;
  }
}

@media all and (max-width: 767px) {
  .commentcoderow .google-captcha-code {
    margin-bottom: 26px;
  }.google-captcha-message .error-message {
    position: absolute;
    bottom: -25px;
  }

  .uk-lightbox .uk-slidenav-previous{
    width: 50px;
    left: 20px;
  }
  .uk-lightbox .uk-slidenav-next {
    width: 50px;
    right: 20px;
  }

  .uk-lightbox .uk-slidenav-previous:before {
    left: 8px;
  }
  .uk-lightbox .uk-slidenav-next:before {
    right: 8px;
  }
  .location-contact .commentcoderow {
    padding-left: 30px;
  }
  body.location-contact .H_ib_body {
    margin-right: -1.5em;
  }

  .covid-accor-width.mbt-50 {
    margin-top: 0;
  }

  .covidpage-review {
    padding-top: 0;
    padding-bottom: 0;
  }
  .covid-faq .uk-accordion {
    margin-bottom: 0;
  }

}
@media all and (min-width:767px) {

  #gdpr-privacy .column31,
  #gdpr-privacy .column32,
  #gdpr-privacy .column33 {
    margin-top: 15px;
  }
  #gdprformsection input {
    max-width: 250px;
    margin-bottom: 0;
  }
  .home-slide-pause {
    border: 0;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    cursor: pointer;
    position: absolute;
    left: -40px;
    top: -3px;
    font-size: 25px;
    color: #fff;
    background: transparent;
  }	

  .home-slide-pause:hover, .home-slide-pause:focus {
    background: #09638f;
  }
  .home-slide-pause [class^="mim-icon-"] {position: absolute;left: 0;top: 0;}
  .home-slide-pause .mim-icon-play {opacity: 0;}
  .home-slide-pause.stop .mim-icon-play {opacity: 1;}
  .home-slide-pause.stop .mim-icon-pause { opacity: 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) {
  h1 {
    font-size: 40px;
    line-height: 50px;
    letter-spacing: 0.8px
  }

  h2 {
    font-size: 40px;
    line-height: 50px;
    letter-spacing: 0.8px; margin-top: 5px;
  }
  .dining-content h2 {font-size: 30px;}
  h3 {
    font-size: 22px;
    line-height: 33px;
    letter-spacing: .44px
  }
  h4 {
    letter-spacing:0.2em;
  }
  .moreless {
    display: none;margin-top: 12px;
  }
  h5 {
    font-size: 20px;
    line-height: 30px;
  }

  .read-more-less-btn {
    margin: 20px 0;
  }
  #contactForm .commentcoderow {
    padding-left: 0;
  }
  .expand-zigzag {
    margin-top: 12px;
  }
  div#middle {
    background: #000;
  }
  .excontainer {
    padding: 50px 0;
  }
  .mbt-50 {margin-top: 50px;}

  .common-wrapper {
    padding: 50px 0;
    background: #F3F7FC;
    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;margin-top: 15px;
  }


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

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






}

.review-margin {
  border-bottom: 1px solid #dddddd;
}
.formslable {
  display: none !important;
}
a.has-link {
  text-shadow: 0 0 1px;
}
@media all and (max-width:767px) {
  .container1280 {    padding: 0 15px; }
  .er-contentbox-wrap {
    width: 100%;margin-bottom: 15px
  }
  .elopement-package-images .snippet-img:not(:last-child) {
    margin-bottom: 30px;
  }
}
.site-map-wrap {
  margin-top: 0px;
}
.site-map-wrap.fourofour.container990 {
  padding: 0;
}
div#mainimage img {
  width: 100%;
}
 #gdpr-rfp span {

    color: #000 !important;
}