* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

body, html {/*overflow-x: hidden;*/}
body {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  color: #747476;
  background: #fff;
}

/* Font size[start]*/
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {font-family: 'Abril Fatface'; margin:0 0 ; color: #0A4C50;}
h1 { font-size: 40px; letter-spacing: 1.6px;}
h2 { font-size: 30px;}
h3 { font-size: 30px;}
h4 {font-size: 30px;}
h5 {font-size: 24px;}
h6 {font-size: 20px;}
/* Font size[end]*/
p:empty {display:none;}

a, button {outline: none; color:#0A4C50; font-family: 'Montserrat', sans-serif;
  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;}

img {max-width: 100%; height: auto;}
.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;
  filter: opacity(0);
opacity: 1 !important;
}
select {-webkit-appearance: none; -moz-appearance:none; 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[type="text"], input[type="tel"], input[type="email"], select, textarea.uk-textarea, input[type="date"], input[type="time"] {
  border: 1px solid #c5c5c5; 
  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: 'Montserrat', sans-serif;
}
input[type="checkbox"] {width:16px; height:16px;}

textarea.uk-textarea {height: 120px;}

input:focus, select:focus, textarea:focus {border-color: #000 !important; outline: none;}
/* Button [start]*/
.btn { display: inline-block; height: 50px; min-width: 167px; padding: 0 20px; text-align: center; 
  cursor: pointer; font-family: 'Montserrat', sans-serif;
  font-size: 16px; transition: all 0.5s ease;
  font-weight: 600; text-transform: uppercase; text-decoration: none; text-align: center;
  line-height: 50px;
  border: 1px solid #0A4C50;
  color: #FFF;
  background: #0A4C50;
}
.btn:hover, .btn:focus {background: #F3C356; color: #305F51; outline: none;border: 1px solid #F3C356; text-decoration: none;}
/* Button [End]*/
a.skip-to-content-btn {
  position: absolute;
  top: 0; text-transform: uppercase;
  left: 0;
  background: #000;
  color: #fff;
  height: 40px;
  width: auto;
  line-height: 40px;
  padding: 0 30px;
  opacity: 1;
  z-index: -1;
  text-decoration: none;
  border: 1px solid #fff;
}
a.skip-to-content-btn:focus {
  background: #0A4C50;
  color: #fff;
  opacity: 1;
  outline: 0;
  z-index: 10000;
}
/* Reset Css [start]*/
.uk-navbar-item, .uk-navbar-nav>li>a, .uk-navbar-toggle {font-size:16px;}
.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;
}
.footer-sticky-nav-mobile {
  display: none;
}
.newline {display: block;}
.commentlable {margin-bottom: 4px;}
.frmfieldset {margin-bottom: 15px;}
.frmfieldset label, .frmfieldset span.asterisk {font-size: 16px; text-transform: uppercase;}
#gdpr-rfp {font-size: 16px; line-height: 24px; margin: 20px 0 0 0;}
#gdpr-rfp a {color: #5E7939;}
#gdpr-rfp a:hover, #gdpr-rfp a:focus {border-bottom: 1px solid #5E7939;}
select::-ms-expand {display: none;}
.frmfieldset textarea {min-height: 120px; display: block;}
.boxspacer { display: none; height: 20px;}

.error-message {font-size: 16px; color: #b60000 !important;}
.google-captcha-message .error-message {position: absolute; bottom: -22px;}
.uk-link, a {color: #0A4C50;}
.contentfocus:focus {outline: 1px solid #202a31; box-shadow: 0 0 2px #202a31 inset; -webkit-box-shadow: 0 0 2px #202a31 inset; -ms-box-shadow: 0 0 2px #202a31 inset;
  -moz-box-shadow: 0 0 2px #202a31 inset;}
.uk-link-toggle:focus .uk-link, .uk-link-toggle:hover .uk-link, .uk-link:hover, a:hover, a:focus, .uk-offcanvas-bar a:hover {color: #f3c356;
  text-decoration: none;}
.main-content h1 {margin-bottom: 5px;}
.clear {clear: both; height: 0;}
/*Breadcrumb [Start]*/
#breadcrumb {display: none; text-align: left; max-width:1240px; padding:25px 20px 0; margin:0 auto; box-sizing:border-box; }
#breadcrumb a {
  color: #0A4C50;
  font-weight: 500;
  position: relative;
  margin-right: 10px;
  display: inline-flex;
  align-self: center;
  align-items: center;
  line-height: 1.4;
}
#breadcrumb a::after {
  content: " / ";
  margin-left: 10px;
}
#breadcrumb a:hover svg {
  color: #F3C356;
}
.faq-bre #breadcrumb a {margin-right: 0;}
.faq-bre #breadcrumb a:after {display: none;}
.common-form-title {color: #5E7939; text-transform: uppercase; font-size: 28px;}
/*Breadcrumb [End]*/
/* container width [Start]*/
.container980, .container1080, .container1280 {
  max-width: inherit;
  margin: 0px auto;
  padding: 0 20px;
  width: 100%;
  box-sizing: border-box;
}
/* container width [End]*/

/*ul common*/
ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ul-common ul {
  padding: 20px 0;
}
.ul-common li {
  padding-left: 15px;
  position: relative;
  padding-bottom: 0;
  padding-top: 0;
  list-style: none;
}
.ul-common li:before {
  content: "\e917";
  position: absolute;
  left: 0;
  top: 0;
  color: #5E7939;
  font-size: 5px;
  font-family: 'turf-icon' !important;
}
.ul-common li a {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
.ul-common li a:hover, .ul-common li a:focus {
  border-bottom: 1px solid #000;
}
/*ul common*/
/*Map Popup [Start]*/
body .H_ib_body {
  background: #fff;
  right: -143px !important;
  bottom: 65px;
  padding: 10px; box-shadow: 0px 4px 10px 0px rgba(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-size: 20px;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
}
.map-address {
  padding: 0 0 10px 0;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 15px;
}
.map-phone {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 15px;
}
.map-phone a {
  color: #5e7939;
  text-shadow: 0 0 0 #5e7939;
}
.map-phone a:hover, .map-phone a:focus {
  border-bottom: 1px solid #5e7939;
}
#gmap_canvas a.mapinnerbox_btn {
  border-bottom: 1px solid #5e7939;
}
.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: #5E7939;
}
body svg.H_icon:hover,
body svg.H_icon:focus {
  fill: #222;
}
body .H_zoom svg.H_icon,
body .H_ctl svg.H_icon {
  fill: #fff;
}
body .H_ib_close svg {fill: #5E7939; transition: all 0.3s ease;}
body .H_ib_close:hover svg {fill:#222;}
.mapinnerbox_title {
  color: #222;
  font-size: 16px;
}
.mapinnerbox_snippet,
.mapinnerbox_address {
  color: #222; 
}
.mapinnerbox_btn {
  display: none;
}

/*Map Popup [End]*/

/* Read More [start]*/
a.read-more, a.learn-more-link, .button-link {
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px; color:#0A4C50;
  line-height: 28px; padding: 0 20px 0 0;
  font-weight: 500;
  position: relative;
}
.read-more:after, .learn-more-link:after, .button-link:after {
  content: "\e90e";
  position: absolute;
  right: 0;
  top:0px;
  font-size: 11px;
  font-family: 'turf-icon';
  font-weight: 700; 
}
a.read-more:hover, a.learn-more-link:hover, .button-link:hover,
a.read-more:focus, a.learn-more-link:focus, .button-link:focus,
a.read-more:focus-within, a.learn-more-link:focus-within, .button-link:focus-within{
  text-decoration: underline;
}
ul.uk-accordion a.uk-accordion-title {position: relative; padding-right: 20px;}
ul.uk-accordion a.uk-accordion-title::before {content: "\e90e"; font-family: 'turf-icon' !important; color:#0A4C50; transform: rotate(90deg); font-size: 16px; text-align: center; position: absolute; right:0; top:4px; margin: 0;}
ul.uk-accordion .uk-open>.uk-accordion-title, ul.uk-accordion a:hover.uk-accordion-title ul.uk-accordion .uk-open>.uk-accordion-title:before {color:#000;}
ul.uk-accordion .uk-open>.uk-accordion-title::before {content: "\e90e"; font-family: 'turf-icon' !important; transform: rotate(-90deg);}
.uk-accordion-title:focus, .uk-accordion-title:hover, .uk-accordion-title:focus:before, .uk-accordion-title:hover:before {color:#000;}


.read-more:after {content: '+'; font-size: 21px; right:0px; font-weight: normal; font-family: 'Arial'; }
.read-more.active:after {content: '-';}

.expand-zigzag a {padding-bottom: 0px; font-size: 16px; font-weight: 500; color: #0A4C50;}
.expand-zigzag .active .zig-less {display: inline-block;}
.full-text, .expand-zigzag .zig-less, .expand-zigzag .active .zig-more {
  display: none;
}
.expand-zigzag a:hover {color:#000;}

.full-text {margin: 10px 0 0 0;}
.expand-zigzag {margin-top: 15px;}
/* Read More [End]*/
.banner-new button.uk-button-default {
  cursor: pointer;
  border: 0;
  width: 110px;
  right: -140px;
  position: relative;
  transition: 0.3s all;
}

#holidayhpopup p {
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 10px;
}
#holidayhpopup a {
  font-weight: bold;
}
#holidayhpopup p {
  font-weight: 600;
  margin-bottom: 10px;
}
#holidayhpopup a {
  font-weight: bold;
}
.fullcontent {
  position: absolute;
  background: #fff;
  /*top: 24px;*/
  top: 0px;
  right: -190px;
  /*width: 167px;*/
  /*padding: 10px;*/
  width: 173px;
  /*padding: 19px 27px;*/
  padding: 10px 27px;
  /*font-size: 12px;*/
  font-size: 16px;
  display: 0;
  opacity: 1;
  /*height: 79px;*/
  height: 110px;
  line-height: 1;
  transition: .4s all;
  z-index: -1;
  text-transform: capitalize;
}
.holidayhpopup.banner-new {
  position: absolute;
  right: 0;
 /*bottom: 180px;*/
  top: 30px;
  z-index: 10;
  /* border-radius: 50%; 
  width: 265px;
  height: 123px;*/
  width: 265px;
  height: auto;
  display: block!important;
  z-index: 5;
  overflow: hidden;
}

.holidayhpopup.banner-new a{border-bottom: 2px solid}

.fullcontent.active {right: 0px;}
.banner-new button.uk-button-default.active {right: 0px;}
.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;}

#gdpr-privacy {padding:30px 0 0px;}
#gdpr-privacy h1 {margin-bottom:20px;}
#gdpr-privacy h2 {font-size:28px; letter-spacing:1px;}
#gdpr-privacy h3 {margin-bottom:20px;}
#gdpr-privacy ul {padding:0;}
#gdpr-privacy ul li {padding:0 20px 0 20px; margin-bottom:10px; box-sizing: border-box; position: relative;}
#gdpr-privacy ul li a {text-decoration: underline;}
#gdpr-privacy ul li:before {content: '\e90d'; font-family: 'turf-icon'; font-size: 12px; font-weight: 700; display: block; position: absolute; left: 0; top:3px; border-radius:10px;}

#gdpr-privacy ul li a:hover { text-decoration: underline;}
#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 .box2 ul li.padbttom, #gdpr-privacy .box ul li.padbttom, .padbttom { list-style-type: none; margin-left: 0 !important; padding: 0;}
#gdpr-privacy .box2 ul li.padbttom:before, #gdpr-privacy .box ul li.padbttom:before, .padbttom:before {display:none;}
#gdpr-privacy .box2 ul li.padbttom, #gdpr-privacy .box ul li.padbttom, #gdpr-privacy .padbttom {padding-bottom: 20px;}
#gdprformsection input[type="email"] {max-width: 350px; margin-bottom:0; display: inline-block;
  height: 50px; margin-right: 30px;}

#gdprformsection #gdprsubmit {
  padding: 0 26px !important;
  box-sizing: border-box;
  min-width: 164px;
  height: 50px;
  line-height: 50px;
  text-transform: uppercase;
  outline: none;
  letter-spacing: 0;
  transition: ease all 0.5s;
  cursor: pointer;
  width: auto;
  border: 1px solid #0A4C50;
  color: #FFF;
  background: #0A4C50;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 600;
}
#gdprformsection #gdprsubmit:hover, #gdprformsection #gdprsubmit:focus {
  background: #F3C356;
  border: 1px solid #F3C356;
  color: #305F51;
}
#gdprformsection label {width:100%; font-weight:600; display:block; margin-bottom:5px;}
#gdprformsection {position: relative; margin: 25px 0 65px; padding:30px 30px 0 !important; box-sizing: border-box;}


.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: 18px;
}
.commentcoderow {
  margin-top: 15px;
}
.mbt-30 {
  margin-top: 30px;
}
.commentcoderow .google-captcha-code {
  margin-right: 15px;
  display: inline-block;
  position: relative;
  margin-bottom: 0px;
}
.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;
  width: 100%;
  box-sizing: border-box;
}
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;
}

/*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: 'turf-icon' !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;
  color: transparent;
  text-shadow: 0 0 0 #333;
}
a.has-link {
  text-shadow: 0 0 1px;
}
body.booking-click-page #teconsent {
  display: none !important;
}
.viewlargediv a {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
.viewlargediv a:hover, .viewlargediv a:focus {
  border-bottom: 1px solid #000;
}
.goback {
  width: 100%;
  display: inline-block;
  text-align: center;
  padding: 30px 0;
}
.intro-content .goback h2 {
  margin: 0;
}
.master-head-title {display:none;}

/* Cookie Policy */
/* Cookie Policy */
#wrapper .pushItDown, .wrapper .pushItDown, body .pushItDown { margin-top: 0 !important; }
/* Cookie Policy */
#msCookieBanner { font-size: 12px !important; line-height: 20px !important; height: auto !important; max-width: 230px; position: fixed; top: inherit !important; bottom: 15px !important; z-index: 1001; background-color: #000000 !important; color: #FFFFFF !important; padding: 10px 20px; border-radius: 7px; margin: 0 2%; display: flex; flex-direction: column; border: none !important; font-family: Arial !important; }
#msCookieBanner .left { width: 100% !important; padding: 10px 0px 2px 0px !important; text-align: left !important; }
#msCookieBanner .right { width: 100% !important; text-align: left; }
#msCookieBanner .right button { border: 0 !important; font-size: 12px; line-height: 14px; padding: 5px 5px 0px 0 !important; background: none !important; color: #fff !important; cursor: pointer; text-transform: uppercase; /* border-radius: 3px; */
  font-weight: bold; }
span.text-cap-cookie { display: block; font-weight: bold; }
#msCookieBanner .right button:focus, #msCookieBanner .right button:hover { color: #f3c356!important; }
#msCookieBanner a, #msCookieBanner a:link, #msCookieBanner a:visited { color:#fff; border-bottom: 1px solid #fff !important; }
#msCookieBanner a:hover, #msCookieBanner a:focus { color:#f3c356!important; border-bottom: 1px solid #f3c356!important; }

.iframe_container iframe {
  width: 100%;
  height: 801px;
  /*height: 363px;*/
  margin-bottom: 100px;
  margin-top: 10px;
}

/*.iframe_container2 iframe {
width: 100%;
height: 801px;
height: 363px;
margin-bottom: 100px;
margin-top: 10px;
}*/
.iframe_container2 iframe {
  width: 66%;
  height: 1067px;
  margin-bottom: 100px;
  margin-top: 10px;
  margin-left: 200px;
  /* margin-right: auto; */
}


@media only screen and (max-width: 639px) {
  .feature-video iframe {
    width: 100%;
    height: auto;
    min-height: 213px;
  }
  #msCookieBanner { bottom: 65px !important; }
}
div#bookStay.pushItDown {
  margin: 0 !important;
}
/* UI Datepicker */
.ui-datepicker, .ui-datepicker table, .ui-widget-content .ui-state-default, .ui-datepicker-month, .ui-datepicker-year {font-size: 14px !important; color: #000;}
.uk-dotnav.custom-dots {position: absolute; bottom:71px; right: calc((100vw - 1240px) / 2);}
.uk-dotnav.custom-dots>li {padding: 0 6px;}
.uk-dotnav.custom-dots>li>a {width: 13px; height: 13px; background: transparent; border: solid 2px #FFF; }
.uk-dotnav.custom-dots>li.uk-active>a {background: #FFF;}
.oh {font-size: 32px; margin-bottom:15px; padding-top:25px; font-weight: 700; color: #214c50;}
@media all and (min-width: 768px) {
  .commentcoderow {
    padding: 0;
  }
}
@media all and (min-width: 960px) {
  .container980 {
    max-width: 980px;
  }
  .container1280 {
    max-width: 1280px;
  }
  .container1080 {
    max-width: 1080px;
  }
  .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: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
  }
  .read-more-less-btn {
    margin: 20px 0;
  }

  div#middle {
    position: relative;
    z-index: 2;
  }
  .excontainer {
    padding: 50px 0;
  }
  .mbt-50 {
    margin-top: 50px;
  }
  .common-wrapper {
    padding: 50px 0;
    background: #f2ebe3;
    position: relative;
  }
  .email-offers .common-wrapper {
    background: #fff;
    padding: 30px 0;
  }
  .thingsdetail div#breadcrumb {
    padding-top: 18px;
  }
  .column31,
  .column32,
  .column33 {
    width: 32%;
    padding-right: 10px;
    float: left;
  }
  .column33 {
    float: right;
    padding-right: 0;
  }
  .column21,
  .column22 {
    float: left;
    width: 48%
  }
  .column22 {
    float: right;
  }
  #gdpr-privacy h2 {
    margin: 0 0 10px 0;
    font-size: 26px;
  }
  #gdpr-privacy h3 {
    margin: 0 0 10px 0;
    font-size: 24px;
  }

  .errTop {font-size: 18px; text-align: center;}
  .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;}

}
.control_slide {background:none;}
.navModal button.uk-modal-close-full, .navModal a.uk-modal-close-full {width:50px; height:50px; background: #FFC457; color: #214c50;}
.navModal button.uk-close:focus, .navModal button.uk-close:hover, .navModal a.uk-close:focus, .navModal a.uk-close:hover {background: #214c50; color: #FFF;}
.navModal button.uk-modal-close-full svg, .navModal  a.uk-modal-close-full svg {display:none;}

@media all and (min-width: 1024px) {
  .totop {
    display: none;
  }
  .membership-golfpage{
  margin-bottom: -45px;
  }
}
.d-none {display:none !important;}
.mb-10 {margin-bottom:10px !important;}
.home-slide-desktop.cms6 .uk-slideshow-items.cms6 .ms_cms_editbar_component {
  top: 50%;
  left: 50%;
}
.uk-nav-sub.cms6 li.cms6 a.cms6 .ms_cms_editbar_component { top:-10px;}
.home-slide-desktop.cms6 .uk-slideshow-items.cms6 {
  min-height: 700px !important;
}
@media all and (max-width: 1024px) {
  .page-ready #msCookieBanner {bottom:0px !important;}
}

.outer-box {
  border: 1px solid #C0C1BE;
  margin: 30px auto 0;
  padding: 30px 0;
  text-align: center;
  max-width: 960px;
  width: 94%;
  background-color: #fff;
}
.pro-txt {
  color: #0A4C50;
  font-size: 32px;
  font-weight: normal;
  line-height: 30px;
  margin-bottom: 20px;
  text-align: center;
  /*ont-family: 'Abril Fatface', cursive;*/
}
.click-logo {
  padding-bottom: 20px;
  padding-top: 20px;
}
.vcard {
  color: #747476;
  line-height: 26px;
  font-family: 'Avenir Next LT Pro';
}
.fontbold {
  /*nt-family: 'Abril Fatface', cursive;*/
}
.lockimg {
  color: #0A4C50;
  font-size: 116px;
  height: 116px;
  /*padding: 20px 0;*/
}
.icon-lock::before {
  content: "\e939";
  font-family: 'turf-icon' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}

.rfp-subtitle {font-family: 'Abril Fatface', cursive; font-size: 22px; padding-bottom: 5px; margin-bottom: 20px; border-top: solid 1px #e0e0e0; color: #214c50;    padding-top: 20px;
  margin-top: 10px;}
.rfp-frmfieldset-half.rfp-frmfieldset-half-two-column {width:50%;}
.rfp-frmfieldset-half-two-column .commentinput {display:block;}
.rfp-frmfieldset-half-two-column button.ui-datepicker-trigger {width: 21px; height: 21px; top:9px;}
.rfp-frmfieldset-full.comment-full {padding: 0 20px; margin-bottom: 20px; width:100%;}
.rfp-frmfieldset-full.comment-full .commentlable label {font-family: 'Abril Fatface', cursive; font-size: 22px; padding-bottom: 5px; margin-bottom: 20px; display:block; /*border-bottom: solid 1px #e0e0e0;*/ color: #214c50;}
.rfp-frmfieldset-full.comment-full .commentlable label.freshness-title {font-family: 'Montserrat', sans-serif; font-size: 16px; color: #747476; font-weight: 500; display: inline-block; border: 0; margin: 0; padding: 0;}

.styled-select {position: relative;}
.styled-select span.turf-forward {position: absolute; right: 15px; top: 13px; transform: rotate(90deg); z-index: 1;}
.styled-select select {background: none; position: relative; z-index: 2; padding-right: 35px;}
/*.browse-file {background: #333; position: relative; height: 40px; display: inline-block; width: 180px;}
.browse-file:before {content:"Choose File"; color:#FFF; line-height: 40px; text-align: center; width: 100%; display: block;}
.browse-file input {width: 100%; height: 100%; position: absolute; opacity: 0; left: 0; top: 0;}
.ckboxrfp {width: 50%; position: relative;}*/
.ckboxrfp input[type="checkbox"] {position: absolute; left: 0; top: 4px;}
.ckboxrfp label {padding: 0 0 0 26px; display: block;}
.career-div {margin-top: -20px;}
@media only screen and (min-width:768px) and (max-width:991px) {
  .rfp-frmfieldset-half label {white-space: nowrap; text-overflow: ellipsis; overflow: hidden; display: block;}
}

@media only screen and (max-width:1024px) {
  .res-tabs__action {margin: 0 -15px; display: block; padding: 15px 35px 15px 20px; background: #F3C356; font-weight: 500; position: relative; z-index: 1; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; font-size: .875rem;}
  .res-tabs__action:before {content: "\e90d"; font-family: 'turf-icon' !important; position: absolute; right: 20px; top: 17px; transform: rotate(90deg); color: #234c77; font-size: 14px; transition: all 0.5s ease;}
  .res-tabs__action + ul.uk-tab {display:none; position: absolute; top:51px; background:#f3c356; left:0px; z-index: 1; width: 100%; margin: 0; border-top: 1px solid #0a4c50; padding: 15px 0;}
  .mobile-select {position: relative;}
  .res-tabs__action + ul.uk-tab li {opacity: 1; padding: 0;}
  .res-tabs__action + ul.uk-tab li a {padding:10px 20px; font-size: .875rem; font-weight: 500; text-align: left; color: #0A4C50;}
  .res-tabs__action + ul.uk-tab li a:before {display:none;}
  .res-tabs__action.is-open:before {transform: rotate(-90deg); color: #000;}
  .res-tabs__action.is-open + ul.uk-tab {display:block;}
  .rfp-frmfieldset-half.rfp-frmfieldset-half-two-column, .ckboxrfp {width:100%;}
  #gdprformsection input[type="email"] {margin-bottom: 20px;}

  .footer-sticky-nav-mobile {
    position: fixed;
    display: block;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 8;
    background: #ddeff1;
    width: 100vw;
  }
  .footer-sticky-nav-mobile ul.uk-subnav {display:flex; margin:0;}
  .footer-sticky-nav-mobile ul.uk-subnav li {border-top: solid thin #e0e3e4; padding: 0;}
  .footer-sticky-nav-mobile ul.uk-subnav li.room {width: 22%;}
  .footer-sticky-nav-mobile ul.uk-subnav li.offer {width: 18%;}
  .footer-sticky-nav-mobile ul.uk-subnav li.gallery {width: 22%;}
  .footer-sticky-nav-mobile ul.uk-subnav li:last-child {width:38%;}
  .footer-sticky-nav-mobile ul.uk-subnav li a {height:56px; line-height:normal; padding:10px 7px; text-align:center; font-size:12px; font-weight:600; color:#0A4C50;}
  .footer-sticky-nav-mobile ul.uk-subnav li.offer a span{font-size:18px; font-weight: 600;}
  .footer-sticky-nav-mobile ul.uk-subnav li a:hover, .footer-sticky-nav-mobile ul.uk-subnav li a.navON {color:#222;}
  .footer-sticky-nav-mobile ul.uk-subnav li a:hover span, .footer-sticky-nav-mobile ul.uk-subnav li a.navON  span{color:#222;}
  .footer-sticky-nav-mobile ul.uk-subnav li a span {display:block; font-size:16px; color:#0A4C50; margin-bottom:2px; min-height: 22px; display: flex; justify-content: center; align-items: center;}
  .footer-sticky-nav-mobile ul.uk-subnav li a.btn-book-now {padding:22px 0; background: #0A4C50; color:#FFF; min-width:120px;}
  .footer-sticky-nav-mobile ul.uk-subnav li a:hover.btn-book-now {color: #0A4C50; background: #FFF;}
}

@media only screen and (max-width:767px) {
  .btn {font-weight:400;}
  .viewall-list {height: 350px; overflow: auto;}
  a.view-all {font-weight: 600; position: relative; padding-right: 20px; display: inline-block; margin-top: 10px;}
  a.view-all:before, a.view-all:after {content:''; width:12px; height:2px; display:block; position:absolute; right:0; top:3px; background: #0A4C50; top: 10px;}
  a.view-all:after {transform: rotate(90deg);}
  .viewall-list + a.view-all:after {transform: rotate(0deg);}
  a.view-all .less, a.view-all.active .more { display: none;}
  a.view-all.active .less{ display: block;}
  a:hover.view-all {color: #000;}
  a:hover.view-all:before, a:hover.view-all:after {background: #000;}
  a.view-all.active:after{display: none;}
  #msCookieBanner {padding:10px 15px 15px !important;}
}
#main.pushItDown {
  margin-top: 0 !important;
}
.glf-crs-slider .ms_cms_editbar_component {
  left: 60px;
}

@media only screen and (min-width:320px) {
  a.mem-login-btn {
    display: block;
    width: 56%;
    margin-left: 22%;
    margin-top: 15px;
  }
}
@media only screen and (min-width:480px) {
  a.mem-login-btn {
    display: block;
    width: 30%;
    margin-left: 35%;
    margin-top: 15px;
  }
}
@media only screen and (min-width:960px) {
  a.mem-login-btn {
    float: right;
    margin-right: 15px;
    margin-top: -35px;
    width: 185px;
  }
}

/**********Holiday page css**********/
ul.content-list{padding-left:0px; margin-top:0px; margin-bottom:10px;} 
.holiday-accordions{padding-top:60px; padding-bottom:50px;}
.holiday-accordions .creative-accordions ul.uk-accordion .events-section ul.content-list li{padding:0px 0px 3px 0px; background:none; list-style:none; border:0px;}
.events-section .snippet-button{margin-top:10px;}
.holiday-special-slider-section{padding-top:60px;} 
.holiday-special-slider-section > h2{text-align:center; padding-bottom:30px;}
.holiday-special-slider-section .slidenav-wrap{
  left:0px;
  right:0px;
  bottom:-32px;
  margin: auto;
}
.holiday-accordions > h2 {
  padding: 0 0 30px 0;
  text-align: center;
}
.holiday-accordions .creative-accordions ul.uk-accordion > li {
  border-bottom: 1px solid #F2E1DE;
  padding: 15px 0;
  margin:0px;
}
.holiday-accordions .creative-accordions ul.uk-accordion > li .holiday-specials-box {
  padding: 55px 0;
}
.holiday-accordions .creative-accordions ul.uk-accordion li:before{display:none;}
.holiday-specials-box h2 {
  font-weight: 300;
  padding: 0 0 30px 0;
  text-align: center;
}
.holiday-accordions .feature-descr h2 a{ font-family: 'Abril Fatface',cursive;} 
.creative-accordions .uk-accordion{margin-top:0px;border-top:1px solid #f2e1de} 
.creative-accordions .uk-accordion-title::before{float:right; margin-right:0px;} 
.creative-accordions .uk-accordion-content{margin-left:0px;} 
.days-list{margin-top:10px;}
.days-list li{padding-bottom:5px;}

.holidayhpopup.banner-new h2 {
  display: none;
}
@media only screen and (max-width:1024px) {
  .iframe_container iframe {
    width: 100%;
    height: 637px;
    margin-bottom: 0;
  }

  .iframe_container2 iframe {
    width: 100%;
    height: 270px;
    margin-bottom: 0;
  }
  body .cleanliness-icon{top:160px;}
}  
@media only screen and (max-width:768px) {
  .holidayhpopup.banner-new {
    width: 82px;
    height: 82px;
 /*   bottom: 110px;
    right: 10px; */
     bottom: 20px;
    top: auto;
    left: 10px;
  }
  .home-slide-desktop .uk-dotnav.custom-dots {
    right: 0;
    width: auto;
    bottom: 75px;
    z-index: 9;
    width: 200px;
    left: 0;
    margin: 0 auto;
  }
  .iframe_container iframe {
    width: 100%;
    height: 471px;
  }
  .uk-accordion-content .uk-grid .uk-width-1-2{
    width: 100%;
    padding-top: 20px;
    padding-left:0px;
  }  
  .holiday-accordions {
    padding-top: 30px;
    padding-bottom: 30px;
  }  
}
/**********End Holiday page css**********/
.rfp-frmfieldset-half.divhidden {
  display: none;
}

.rfp-custom-width {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}
.spa-appointment-wrap {
  max-width: 900px;
  margin: 0 auto;
  width: 100%;
}
.spa-appointment-wrap a.custom-link {
  font-size: 20px;
  font-weight: bold;
}
@media only screen and (max-width:768px) {
  .rfp-custom-width {
    width: 100%;
  }
}
.ft-16px {
  font-size: 16px !important;
}

/* #letsconnect_head img {
  height: 230px;
  object-fit: cover;
  object-position: top;
} */
#gather_head img {
  height: 400px;
  object-fit: cover;
  object-position: top;
}
.pg-wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0,0,0,0.5);
  justify-content: center;
  align-items: center;
  display:none;
}
.photo-gallery-wrap a:hover .pg-wrap{
  display: flex;
}

.photo-gallery-wrap h2 {font-size: 24px; margin: 12px;}
.photo-gallery-wrap h6 {font-family: 'Montserrat',sans-serif; font-size: 14px; height: 70px;}
.photo-gallery-wrap a svg {
    width: 28px;
    height: 22px;
    fill: #0a4c50;
    margin-left: 5px;
}
.photo-gallery-wrap a {font-weight: 500; margin-bottom: 20px;}

@media only screen and (max-width:1439px) {
  #gather_head img {
    height: 300px;
  }
}
.contact-info {
  padding-top: 10px;
}
.contact-info a {
  color: #666;
  margin-right: 20px;
}
@media only screen and (max-width:767px) {
  .contact-info a {
    margin-right: 0px;
    display: block;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 639px) {
  .holidayhpopup.banner-new {bottom: 20px; top: auto;}
  .iframe_container iframe {
    width: 100%;
    height: 217px;
    margin-bottom: 0;
  }

  .iframe_container2 iframe {
    width: 100%;
    height: 169px;
    margin-bottom: 0;
  }

  .iframe_container3 iframe {
    width: 100%;
    height: 460px;
    margin-bottom: 0;
  }
}

.turf-material_email:before { content: "\e91a"; }
.dnone {display:none;}

.additional-details-section { margin-top: 20px; }

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.multiselect {
    border: 1px solid #cfcfcf;
    background: #fff;
    color: #2e2620;
    padding: 0 4px;
    width: 100%;
    position: relative;
}

.multiselect>.title {
    cursor: pointer;
    height: 34px;
    line-height: 34px;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}

.multiselect>.title>.expand-icon, .multiselect>.title>.close-icon {
    /* float: right; */
    padding: 0 4px;
    font-weight: 700;
    font-size: 25px;
    transition: .2s;
    display: none;
    position: absolute;
    right: 0;
    top: 0;
  background-color: #fff;
}

.multiselect.selection>.title>.expand-icon {
    display: none
}

.multiselect>.title>.expand-icon,.multiselect.selection>.title>.close-icon {
    display: block
}

.multiselect>.title>.close-icon:hover {
    background: #cb2020;
    color: #fff
}

.multiselect>.container {
    overflow: auto;
    margin-top: 4px;
    width: 100%;
    transition: .2s;
    position: absolute;
    z-index: 99;
    background: #fff;
    left: 0;
    top: 31px;
}

.multiselect.active>.container {
    border: 1px solid rgba(0,0,0,.1);
    border-top: 0
}

.multiselect:hover>.container {
    border-top-color: rgba(0,0,0,.3)
}

.multiselect.active:hover>.container {
    border-color: rgba(0,0,0,.3)
}

.multiselect>.container>option {
    display: none;
    padding: 5px;
    cursor: pointer;
    transition: .2s;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent
}

.multiselect>.container>option.selected {
    background: #7aafe9;
    border-top: 1px solid rgba(0,0,0,.1);
    border-bottom: 1px solid rgba(0,0,0,.1);
    color: #fff
}

.multiselect>.container>option:hover {
    background: rgba(0,0,0,.1);
    color: #000
}

.multiselect.active>.container>option {
    display: block
}
.multiselect span.text {
    white-space: nowrap;
}
#DEPARTMENT .error-message {
    position: absolute;
    bottom: -25px;
}
/*------------*/

.recreation-feature-btns {margin-bottom: 10px;}

.uk-container_carrerspage {
  position: relative;
  overflow: hidden;
  width: 100%;
 /* padding-top: 20.25%;  */
  max-width: 600px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

/* Then style the iframe to fit in the container div with full height and width */
.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
/* Booking Reminder Start */
a.booking-reminder {
  /*color: #fff;*/
  position: absolute;
  text-transform: uppercase;
  letter-spacing: 0.64px;
  font-size: 16px;
/*  font-family: 'centurygothic',sans-serif;
    top: 77px;
  right: 205px;
  */

}
a.booking-reminder:hover, a.booking-reminder:focus {
  color: #b4d23d;
}
.mfp-booking-reminder-form .mfp-inline-holder .mfp-content, .mfp-booking-reminder-form .mfp-ajax-holder .mfp-content {
  max-width: 786px;
  /* background-image: url(/resourcefiles/otherimages/remind-me-later.jpg); */
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
#booking-reminder {
  padding: 50px;
}
.remind-text {
  font-size: 28px;
  margin-bottom: 18px;
/*  font-family: 'centurygothic-bold',sans-serif;*/
}
.remind-text-inner {
/*  font-family: 'centurygothic',sans-serif;*/
  font-size: 16px;
  padding-bottom: 34px;
  line-height: 20px;
}
.remindFormWrapper .frmfieldset {
  display: inline-block;
  width: 48%;
  margin-right: 2%;
  vertical-align: middle;
}
.remindFormWrapper .frmfieldset-right {
  display: inline-block;
  margin-right: 0;
  width: 48%;
  vertical-align: middle;
}
#remindForm input[type=text], #remindForm input[type=date] {
  width: 100%;
  box-sizing: border-box;
  font-size: 18px;
}
#remindForm input::-webkit-input-placeholder { /* Edge */
}

#remindForm input:-ms-input-placeholder { /* Internet Explorer 10-11 */
}

#remindForm input::placeholder {
}
.remindFormWrapper .ada-datepicker .ui-datepicker-trigger img {
    filter: invert(1);
}

.remindFormWrapper .commentlable {
}
.remindFormWrapper .commentinput {
  margin-bottom: 30px;
  position: relative;
}
#remindForm .error-message {
  width: 100%;
  bottom: -23px;
  position: absolute;
  display: block;
}
.remindFormWrapper .checkbox.frmfieldset-full {
    position: relative;
    padding-left: 20px;
}
.remindFormWrapper .checkbox input[type=checkbox] {
    width: 12px;
    height: 12px;
    position: absolute;
    left: 0;
    top: 10px;
}
.remindFormWrapper label.rtitle {
    font-size: 20px;
}
.remindFormWrapper label {
  font-size: 16px;
}
.remindFormWrapper .checkbox label {
  /*font-size: 13px;*/
}
#ui-datepicker-div.reminderdatepick {
  z-index: 9999 !important;
}
a#reserve-button.cancelreminder {
  background: none;
  border-bottom: 1px solid transparent;
  padding-bottom: 4px;
  display: inline;
  margin-left: 20px;
}
a#reserve-button.cancelreminder:hover, a#reserve-button.cancelreminder:focus {

}
.mfp-close-btn-in #booking-reminder .mfp-close {
  display: none;
}
#booking-reminder a.popup-modal-dismiss {
  position: absolute;
  right: -23px;
  top: -23px;
  text-decoration: none;
  text-align: center;
  font-style: normal;
  font-size: 14px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50px;
  background-color: #72234c;
}
#booking-reminder a.popup-modal-dismiss:hover, #booking-reminder a.popup-modal-dismiss:focus {
    color: #72234c;
}

.remindFormWrapper .ada-datepicker .ui-datepicker-trigger {
  display: block;
    right: 5px;
    top: 10px;
}
#gdpr-remider a:link, #gdpr-remider a:visited {

}
#gdpr-remider a:hover, #gdpr-remider a:focus {

}
.remindFormWrapper li.last-child {
  position: relative;
  padding-top: 40px;
}
.checkbox a:link, .checkbox a:visited {
  font-weight: bold;
}
.checkbox a:hover, .checkbox a:focus {
  color: #bc4181;
}
#booking-reminder button.remindForm-action {
    padding: 0 30px;
    height: 70px;
    font-size: 20px;
    background: #1c3c58;
    margin-top: 1px;
    text-align: center;
    display: inline-block;
    line-height: 1;
}
#booking-reminder.open-remind-later {
    display: block !important;
}

.reminder-message {
  display: inline-block;
/*  font-family: 'centurygothic-bold',sans-serif;*/
  font-size: 14px;
}
button.uk-button.uk-button-link.side-widget__form-actions-sec {    color: #0a4c50;}
a.booking-reminder.button-link:link, a.booking-reminder.button-link:visited {
   
  position: initial;
    margin-top: 20px;
    display: block;
    font-size: 18px;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    font-weight: 600;
    clear: both;
    text-align: center;
}
#booking-reminder.open-remind-later {
     position: absolute;
    right: 0;
  border: 0; 
    background: #ddeff1; 
    width: 30%;
    z-index: 4;
}
.side-widget__form-group2 {
    padding-bottom: 20px;
}
button.side-widget__form-actions-sec {
    text-align: center;
    margin: 10px auto;
    width: 100%;
}
.bookstay-nav-right button.ui-datepicker-trigger {
    right: 10px;
    left: inherit;
}
@media (max-width:1024px) {
   #booking-reminder.open-remind-later {
     position: absolute;
    right: 0;
    border: 0;
    background: #ddeff1;
    width: 100%;
    z-index: 4;
    top: 52px;
     bottom: 0;
    padding: 20px;
}
.remindFormWrapper .commentinput .mim-icon-small-calendar {
  top: 8px;
  pointer-events: none;
}
  .mfp-bg.mfp-booking-reminder-form,  .mfp-wrap.mfp-booking-reminder-form {
    position: fixed!important;
    top: 0!important;
}
}
@media (max-width:960px) {
#booking-reminder a.popup-modal-dismiss {
    right: 0;
    top: 0;
}

}
@media (max-width:767px) {
  a.booking-reminder.button-link:link, a.booking-reminder.button-link:visited {
    font-size: 20px;
}
  .mfp-container {
    overflow-y: scroll;
}
 #booking-reminder.open-remind-later {
     position: absolute;
    right: 0;
    border: 0;
    background: #ddeff1;
    width: 100%;
    z-index: 4;
    top: 52px;
    padding: 20px;
}
}
.bookingremind .button-link:after {display: none;}

#booking-reminder.reminder-block {
  display: block !important;
  position: absolute;
  top: 0;
  background: #ddeff1;
  z-index: 3;
right: 0;
  height: 100%;}
/* Booking Reminder End */

ul.cs-list {
    list-style: inside;
    list-style-type: auto;
  font-size: 14px;
}
.img-padding{
position: relative;
    left: -20px;
}
li.modulelink {
    position: relative;
    margin-left: 55px;
}

.floating__element {
    position: fixed;
    top: 340px;
    right: 40px;
    height: auto;
    width: 137px;
    display: inline-block;
    transform: translateY(-50%);
    z-index: 900;
}

.floating__element.hide {
    display: none;
}

.floating__element-media {
    height: auto;
    display: block;
    position: relative;
}

/*.floating__element-media:hover {
outline: solid 1px #ffca2b;
}*/

.floating__element-media .inner-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.floating__element-media a:after {
    display: none;
}

.text-center {
    text-align: center;
}

@media only screen and (max-width:1023px){
.floating__element { top: 210px;  right: 40px;  position: fixed;}
}
@media only screen and (max-width:767px){
.floating__element {top: 130px; right: 20px; width: 77px;}
}

.spaservices-special-height {height: 100% !important;}

.photo-gallery-wrap a:hover svg{fill: #fff; transition-delay: 0.1s;}
.plan-your-meeting a:hover svg{fill: #0a4c50; transition-delay: 0.1s;}
.plan-your-meeting a svg {
    width: 28px;
    height: 22px;
    fill: #fff;
    margin-left: 5px;
}
span.icon-wedding-show
{

    top: -4px;
    position: relative;
    left: -5px;
}
ul.custom-bullets {
    text-align: left;
    max-width: 80%;
    width: 380px;
    margin: 0 auto;
}
@media (min-width: 1200px) { #video-swap {
    width: 100%;
    max-width: inherit;
  }}
#modal-center h3{
	padding: 10px 0;
}

.home-social-feed-juicer {
    text-align: center;
    padding: 20px 0 50px;
}
.home-social-feed-juicer .home-social {
    padding-bottom: 30px;
}