body {
  font-family: Mulish, Arial, sans-serif;
  font-size: 15px;
  color: #38414D;
  line-height: 30px;
  letter-spacing: 0.03px;
  font-weight: 400;
  background-color: #FCF7F2;
}

div#wrapper {
  position:relative;
  overflow: hidden;
}


.fixed-header .ota-v3-container {
  display: none;     background: #ffffff;
}


/* 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: 18px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 0;
  outline: none;
  resize: none;
  font-family: 'Mulish';
  color: #00304b;
}

input:focus,
select:focus {
  border-color: #A8CFC7;
  outline: none;
}


input[type="radio"] {
  border: 0;
  -webkit-appearance: radio;
  -moz-appearance: radio;
  -ms-appearance: radio;
  -o-appearance: radio;
  height: auto;
  line-height: inherit;
  margin: 0 5px 0 2px;
  width: auto;
}
em {
  color: #333;
}


.newline {display: block;}
.commentlable {
  margin-bottom: 4px;
}

.frmfieldset {
  margin-bottom: 15px;
}

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

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

.error-message {
  font-size: 14px;
  color: #FF0000;
  text-shadow: 0 0 0 ;

}

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

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

.contentfocus:focus {
  outline: 1px solid ;
  box-shadow: 0 0 2px  inset;
  -webkit-box-shadow: 0 0 2px  inset;
  -ms-box-shadow: 0 0 2px  inset;
  -moz-box-shadow: 0 0 2px  inset;
}

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

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

/* Font size[start]*/
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
h3,
.h4,
.h5,
.h6 {
  font-family: 'Georgia', sans-serif;
  color: #1E3B5D;
  text-transform: uppercase;
}

h1 {
  font-size: 22px;
  line-height: 25px;
  letter-spacing: 0.0em;
  text-transform: capitalize;
}

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

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

h4 {
  font-size: 18px;
  letter-spacing: 0.08em;
}

h5 {
  font-size: 17px;
}

.uk-offcanvas-bar .uk-navbar-nav>li>a:active {
  color: #231f20;
}
.clear {clear: both; height: 0;}
/* Font size[End]*/
/* Button [start]*/
.button {
  display: inline-block;
  color: #1D3E37;
  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: #A8CFC7;
  letter-spacing: 0.50px;
  cursor: pointer;
  border: 1px solid #A8CFC7;
  font-family: 'Georgia';
  transition: 0.50s;
}
.button:hover,
.button:focus {
  background: #1D3E37;
  color: #fff;
  outline: none;
  border-color: #1D3E37;
  box-shadow: inset 0 -3.25em 0 0 #1D3E37;
}
.white-btn {
  background: #1D3E37;
  color: #fff;
  border-color: #1D3E37;
}
.white-btn:hover, .white-btn:focus {background: #fff; color: #1D3E37; border-color:#fff;    box-shadow: inset 0 -3.25em 0 0 #fff;}
.meeting-wrapper .snippet-content .snippet-button a.button {
  margin-right: 18px;
}
a.button.without-bg-btn {
  background: transparent;
  border: none;
  color: #1D3E37;
  padding: 0;
  border-bottom: 1px solid transparent;
  height: 28px;
  text-transform: capitalize;
  font-size: 15px;
}
a.button.without-bg-btn:hover, a.button.without-bg-btn:focus {
  color: #1D3E37;
  border-color: #1D3E37;
  box-shadow:none;
}
a.button.with-bg-btn {
  background: #1D3E37;
  border: none;
  color: #fff;
  border-bottom: 1px solid #1D3E37;
}
a.button.with-bg-btn:hover, a.button.with-bg-btn:focus {
  background:#A8CFC7;
  color: #1D3E37;
  border-color: #A8CFC7;
  box-shadow: inset 0 -3.25em 0 0 #A8CFC7;
}
/* Button [End]*/

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

#breadcrumb a {
  color:  #1D3E37;
  text-shadow: 0 0 0;
}
#breadcrumb a:hover, #breadcrumb a:focus {color: #1D3E37; border-color: #1D3E37;}
#breadcrumb span {
  padding: 0 6px;
  font-size: 12px;
}

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

.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: #1E3B5D;
}
.vcard a {
  border-bottom: 1px solid;
}
.vcard a:hover, .vcard a:focus {
  border-bottom: 1px solid;
}
/*Reservation Box [End]*/


/* container width [Start]*/
.container990 {
  max-width: 990px;
  margin: 0px auto;
  width: 100%;
}
.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 #A8CFC7;
  margin-top: 45px;
}
.amenity-section ul {
  padding: 0;
  margin: 0;
}
.service-amenity-accord-listing ul li {
  width: 32%;
  margin-right: 1%;
}

.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: #1D3E37;
  font-family: mimiconfont;
  font-size: 5px;
}
/*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%);
}
.map-box-section {font-family: 'Noto Sans', sans-serif;}
body .H_ib_tail {display: none;}
.popupadd {color: #38414D;}
h2.mappop-title {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 0px;
  text-transform: capitalize;
  max-width: 220px;
  line-height: 1;
}
.map-name {
  font-size: 16px;
  font-weight: 700;
}
.contact-form-wrapper a.mapinnerbox_btn {
  display: none;
}
.popup-phone {
  color: #38414D;
}
.location a.mapinnerbox_btn {
  display: none;
}
.event-detail a.mapinnerbox_btn {
  color: #a0662c;
  font-family: Georgia, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
}
.contact .mapinnerbox {
  width: 220px !important;
}
body svg.H_icon {
  fill: #1D3E37;
}
#divgmap .m-address {
  font-family: Georgia, sans-serif;
}
body svg.H_icon:hover, body svg.H_icon:focus {
  fill: #A8CFC7;
}
body .H_zoom svg.H_icon, body .H_ctl svg.H_icon {
  fill: #000;
}
.mapinnerbox_title {
  color: #1E3B5D;
  font-weight: 700;
  font-family: Georgia, sans-serif;
  text-transform: capitalize;
  font-size: 16px;
}
.mapinnerbox_snippet, .mapinnerbox_address {
  color: #38414D;
  font-family: Georgia, sans-serif;
}
.thingsdetail a.mapinnerbox_btn {
  margin-right: 10px;

  position: relative;
}
a.mapinnerbox_btn {font-family: Georgia, sans-serif;}
.thingsdetail a.mapinnerbox_btn:after {
  content: "";
  background: #A8CFC7;
  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 {
  font-size: 15px;
  text-transform: capitalize;
  border-bottom: solid 1px transparent !important;
  padding-bottom: 0px;
  color: #21453F;
  text-shadow: 0 0 0 ;
  font-weight: normal;
  letter-spacing: .3px;
  line-height: 0px;
  font-family: 'Georgia';
}

.expand-zigzag a:hover,
.expand-zigzag a:focus {
  border-bottom: solid 1px #1D3E37 !important;
  color: #1D3E37;
  text-shadow: 0 0 0 ;
}

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

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

.expand-zigzag .active .zig-more {
  display: none
}
::marker {color: #1D3E37;}
.expand-zigzag .zig-more:after {
  content: '\e91d';
  font-family: 'mimiconfont' !important;
  font-size: 16px;
  font-weight: 400;
  margin: 0px 0 0 8px;
  position: relative;
  top: 2px;
}

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

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

.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 #A8CFC7;
  margin-bottom: 17px;
}
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;
}
div#gdprformsection {
  border-color: #A8CFC7;
}
#gdprformsection input {
  max-width: 100%;
  margin-bottom: 20px;
}

#gdprformsection #gdprsubmit {
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  height: 40px;
  line-height: 39px;
  font-size: 13px;
  text-align: center;
  padding: 0;
  transition: background-color 0.5s ease-out 0s;
  -webkit-transition: background-color 0.5s ease-out 0s;
  background: #1D3E37;
  letter-spacing: 0.50px;
  cursor: pointer;
  border: 1px solid #1D3E37;
  font-family: 'Georgia';
  font-weight: normal;
  max-width: 110px;
}

#gdprformsection #gdprsubmit:hover,
#gdprformsection #gdprsubmit:focus {
  background-color: #A8CFC7;
  color: #1D3E37;
  border-color: #A8CFC7;
}

#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, .wedding-thanks .excontainer , .meeting-thanks .excontainer, .groups-thanks .excontainer {
  padding: 0;
}
.commentcoderow .commentcodecol5 {
  margin-top: 20px;
  display: inline-block;
}

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

#rfpform .ada-datepicker button {
  width: 20px;
  top: 10px;
  right: 15px;
  line-height: 0;
  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 #A8CFC7; padding: 20px 0;}
.faq li:last-child {
  border-bottom: 1px solid #A8CFC7;
}
.faq li.uk-open {
  border-bottom: 0;
}
.faq .uk-accordion-content li {padding: 0; border: 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;
}
.faq a.uk-accordion-title span {
  position: relative;
  top: 2px;
}
.faq a.uk-accordion-title h3 {
  margin-bottom: 8px;
}
.faq a.uk-accordion-title:hover, .faq a.uk-accordion-title:focus{
  border: none;
  color: #000000;
  text-decoration: 0 0 1px #000;
}
.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;
  color: #1E3B5D;
  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: "\e975";
  color: #A8CFC7;
}
.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: #A8CFC7
}
.amenity-accord-new.faq ul.uk-accordion > li {padding: 0; border-top: 1px solid #90BBB2;}
.amenity-accord-new.faq ul.uk-accordion > li:last-child{border-bottom: 1px solid #90BBB2;}
.amenity-accord-new.faq li.dummycontent:nth-child(2n) {
  margin-top: 0px;
}
.amenity-accord-new.faq .uk-accordion-content li {
  font-size: 17px;
  float: left;
  padding-left: 22px;
}
.amenity-accord-new.faq .uk-accordion-content {
  background: #FCF7F2;
  margin: 0;
  padding: 0 54px 20px;
}
.amenity-accord-new.faq .uk-accordion-content li a {
  font-weight: 700;
  color: #1D3E37;
}
.amenity-accord-new.faq a.uk-accordion-title {padding: 20px 0;  background: #FCF7F2; padding-right: 40px;}
.amenity-accord-new.faq a.uk-accordion-title:after {right: 20px;}
/*FAQ Section [End]*/
.totop {
  position: fixed;
  right: 15px;
  width: 45px;
  text-align: center;
  height: 45px;
  border-radius: 50%;
  bottom: 70px;
  z-index: 1;
}
.totop a {
  color: #fff;
  padding: 0;
  display: block;
  line-height: 44px;
  height: 43px;
  background-color: #1D3E37;
  border-radius: 0;
  box-shadow: 0 0 4px rgba(0, 0, 0, .2);
  border: none;
  border: 1px solid #fff;
  opacity: 0;
  visibility: hidden;
}
.totop a#backtop.show {
  display: block;
  opacity: 1;
  visibility: visible;
}
.totop a:hover,
.totop a:focus {
  background: #1D3E37;
  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;
}
.uk-accordion-title::before,
.uk-open>.uk-accordion-title::before{display:none;}
div#adawebsiteconformance h2 {
  margin: 0;
}
.faq .uk-accordion-content li {
  border: none;
  padding-left: 15px;
}
.height10{height: 10px;}
body.events .inner-mainimage-bg .title{padding-top: 150px;}
.termscondition {
  padding: 0;
}
.termscondition .checkbox input {
  height: 20px;
  border: 1px solid #d3d3d3;
  margin-right: 3px;
  left: 0;
  top: 6px;
  padding: 0 9px;
  top: 7px;
}

.faq-page .faq a.uk-accordion-title h3{
    text-transform: inherit;
    margin-bottom: 0;
color: #1E3B5D !important;
}
.faq-page .uk-accordion-content span {
    color: inherit !important;
}

@media all and (max-width: 1024px) and (min-width: 320px) { 
  .moreless {
    clear: both;  
    margin-bottom: 30px;
  }
  .moreless a {
    font-size: 13px;
    border-bottom: solid 1px transparent !important;
    padding-bottom: 2px;
    color: #1D3E37;
    text-shadow: 0 0 0 ;
    padding-top: 20px;
    letter-spacing: .3px;
    line-height: 0px;
    font-family: 'Georgia';
  }
  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;
  }
}
@media all and (max-width: 960px) and (min-width: 320px) {
  .gallery .container990, .gallery  .container1240 {
    padding: 0 20px 0px;
  }
  .contact-form-wrapper .termscondition {
    padding: 0 0px;
  }
  .weddings .container990 {
    padding: 10px 20px 5px;
  }
  .heroimage-slider-wrap a.popup-icon {
    position: absolute;
    left: 10px;
    color: #a8cfc7;
    background: #1e3b5d;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    text-align: center;
    padding-top: 12px;
    display: block;
    font-size: 23px;
    pointer-events: none;
    bottom: 75px;
  }
  .press #uk-content , .privacy-policy #uk-content{
    display: none;
  }
  .press .uk-container1230 {padding-bottom: 30px;}

  body.events .inner-mainimage-bg .title { padding-top: 35px;}


  body.site-map .common-wrapper{padding: 0}
  div#gdpr-rfp{
    font-size: 12px;
    line-height: 18px;
    margin-top: 22px;
  }
  a.button.without-bg-btn{font-size: 15px;}
  .frmfieldset textarea {    min-height: 100px;}
  body {line-height: 26px;}
  .common-wrapper {
    padding: 20px 0;
    background: #A8CFC7;
  }
  .sitemappadbottom {
    padding-bottom: 13px;
  }
  .snippetbox a.err.arrow-link {
    display: block;
  }
  .zizzag-stack-desc-long .boxspacer {
    height: 10px;
  }
  .button {padding: 0 30px;}
  #middle {
    padding-top: 60px;
  }
  .meeting-wrapper .snippet-content .snippet-button a.button:last-child {
    margin-right: 0;
    float: right;
  }

  .email-offers .common-wrapper {
    background: #fff;
    padding: 18px 0;
  }
  .container1170, .container1240, .container990 {
    padding: 0 20px 30px;
  }
  .amenity-section-border {
    padding: 25px 15px 0px 15px;
    margin-top: 35px;
  }
  .mbt-50 {margin-top: 25px; margin-bottom: 25px;}
  .mb-50 {margin-bottom: 25px;}
  .excontainer { padding: 25px 0 0px;}

  .careers .excontainer { padding: 0px 0 0px;}

  .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; 
  }
  .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;}
  .uk-container {
    padding-left: 20px;
    padding-right: 20px;
  }
  #breadcrumb {display: none;}

  .amenitygroup h2 {
    margin-bottom: 5px;
  }
  .faq a.uk-accordion-title {
    line-height: 30px;
    font-size: 17px;
    padding-right: 20px;
  }
  #faq-question-list .answer{
    padding-left: 0;
  }
}
@media all and (min-width:767px) {
  .contact-form-wrapper .termscondition {
    padding: 0 40px;
  }
  #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;
    margin-bottom: 20px;
  }

}


@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: 40px;
    letter-spacing: 0
  }

  h2 {
    font-size: 30px;
    line-height: 36px;
    letter-spacing: 0.6px;
  }
  .dining-content h2 {font-size: 30px;}
  h3 {
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 0;
  }
  h4 {
    font-size: 24px;
  }

  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: 50px 0;}



  .mbt-50 {margin-top: 50px;}
  .mb-50 {margin-bottom: 50px;}
  .common-wrapper {
    padding: 50px 0;
    background:#A8CFC7;
  }
  .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: 10px 0 10px 0;
    font-size: 24px;
  }

  .oh {
    border-right: 1px solid #38414D;
    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 (min-width:1200px) {
  .moreless {
    display: none;
  }
}
@media all and (max-width:480px) {.er-contentbox-wrap {
  width: 100%;margin-bottom: 16px;}}
.review-margin {
  border-bottom: 1px solid #dddddd;
}
.amenity-accord-new.faq .uk-accordion-content {
  padding: 0 0px 20px;
}
.formslable {
  display: none !important;
}
.mainimage ul.uk-slideshow-items {
  height: calc(100vh);
  min-height: 100%;
}
div#reasonslider.cms6 {
  height: 100px;
}
a.location-btn {
  margin-top: 20px;
  border: 1px solid;
}
.slide-headline {
  width: 216px;
  height: 216px;
  background: #000;
  border-radius: 50%;
  z-index: 1;
  position: relative;
  background-repeat: round;
}
.slide-headline h4 {
  max-width: 166px;
  margin: 0 auto;
  font-size: 18px;
  color: #fffefe;
  text-shadow: 0 0 ;
}
.slide-headline p {
  font-family: 'Avenir Next LT Pro';
  font-weight: normal;
  font-size: 18px;
  /* color: #0B204C;*/
  color: #fffefe;
  text-shadow: 0 0 ;
  margin: 0px 0 6px;
/*  max-width: 185px;*/
  line-height: 22px;
  /*float: inline-start;*/
   float: none;
}

.slide-head-image {
  width: 233px;
  height: 233px;
  border: 3px solid #fff;
  border-radius: 50%;
  position: absolute;
  right: 85px;
  bottom: 60px;
}
.slide-head-image img{
  border-radius: 50%;
}
.head-line-widgate{
  /*bottom: 290px;
  right: 80px;*/
  bottom: 40%;
  right: 15px;
  z-index: 2;
}
.slide-headline .uk-button {
  width: 130px;
  height: 40px;
  padding: 0;
  line-height: 40px;
}

 @media all and (max-width:1366px) {
  .head-line-widgate {
    bottom: 181px;
  }
}
@media all and (max-width:1024px) {
  .head-line-widgate {
    bottom: 131px;
  }
}
@media all and (max-width:768px) {
  .slide-head-image {
    display: none;
  }
  .head-line-widgate {
    bottom: 0;
    position: relative !important;
    right: 0;
  }
  .slide-headline {
    width: 78%;
    height: 200px;
    border-radius: 0;
    padding: 20px 0;
    background-repeat: no-repeat;
    margin: auto;
    background-size: cover;
    background-position: center;
  }
  .slide-headline h4 {
       max-width: fit-content;
    position: relative;
    left: -45px;
    font-size: 14px;
    top: 15px;
  }
  .slide-headline .uk-button {
    position: relative;
    left: 95px;
}
  .slide-headline p{line-height: 45px; float: left;}
}

.inner-intro-button a {
    background: #1D3E37;
    color: #fff;
}

.inner-intro-button a:hover, .inner-intro-button a:focus {
    background: #fff;
    color: #1D3E37;
    border-color: #fff;
    box-shadow: inset 0 -3.25em 0 0 #fff;
}
.faq  .faq-page .uk-accordion-content p > span {
    color: #38414D !important;
}

.faq .uk-accordion-content span[style="color: red;"] {
   /* color: #38414D !important;*/
}

.faqhead{margin-bottom: 35px;}
.faq-page .creative-accordions{margin-bottom: 40px;}
 #gdpr-rfp span {

color: #000 !important;
}