<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ------------------- */
/* Site Theme Colors --- Copy these colors from the main sites /stylesheets/styles.css */
/* ------------------- */
:root {
  /* Site Colors are HSL values */
  --siteColor1: 185, 51%, 48%; /* Teal */
  --siteColor2: 38, 54%, 69%; /* Tan */
  --siteColor3: 0, 0%, 20%; /* Dark Gray */
  --siteColor4: 0, 0%, 80%; /* Light Gray */
  --siteColor5: 195, 30%, 54%; /* Blue/Teal */
  
  
  --siteColor6: 179, 48%, 60%; /* Light Turquoise */
  --siteFont1: 'Montserrat'; /* sans-serif */
  --siteFont2: 'Raleway'; /* sans-serif */
  --siteFont3: 'PT Sans'; /* sans-serif */
  
  --siteFont4: 'Great Vibes'; /* sans-serif */
  --siteFont5: 'Rubik'; /* sans-serif */
   
 }

.site-color-1, .site-color-1-hover:hover { color: hsl(var(--siteColor1)) !important; }
.site-color-1-lighten, .site-color-1-lighten-hover:hover { color: hsla(var(--siteColor1), 0.75) !important; }
.site-color-1-bg, .site-color-1-bg-hover:hover { background-color: hsl(var(--siteColor1)) !important; }
.site-color-1-lighten-bg, .site-color-1-lighten-bg-hover:hover { background-color: hsla(var(--siteColor1), 0.75) !important; }
.site-color-2, .site-color-2-hover:hover { color: hsl(var(--siteColor2)) !important; }
.site-color-2-lighten, .site-color-2-lighten-hover:hover { color: hsla(var(--siteColor2), 0.75) !important; }
.site-color-2-bg, .site-color-2-bg-hover:hover { background-color: hsl(var(--siteColor2)) !important; }
.site-color-2-lighten-bg, .site-color-2-lighten-bg-hover:hover { background-color: hsla(var(--siteColor2), 0.75) !important; }
.site-color-3, .site-color-3-hover:hover { color: hsl(var(--siteColor3)) !important; }
.site-color-3-lighten, .site-color-3-lighten-hover:hover { color: hsla(var(--siteColor3), 0.75) !important; }
.site-color-3-bg, .site-color-3-bg-hover:hover { background-color: hsl(var(--siteColor3)) !important; }
.site-color-3-lighten-bg, .site-color-3-lighten-bg-hover:hover { background-color: hsla(var(--siteColor3), 0.75) !important; }
.site-color-4, .site-color-4-hover:hover { color: hsl(var(--siteColor4)) !important; }
.site-color-4-lighten, .site-color-4-lighten-hover:hover { color: hsla(var(--siteColor4), 0.75) !important; }
.site-color-4-bg, .site-color-4-bg-hover:hover { background-color: hsl(var(--siteColor4)) !important; }
.site-color-4-lighten-bg, .site-color-4-lighten-bg-hover:hover { background-color: hsla(var(--siteColor4), 0.75) !important; }
.site-color-5, .site-color-5-hover:hover { color: hsl(var(--siteColor5)) !important; }
.site-color-5-lighten, .site-color-5-lighten-hover:hover { color: hsla(var(--siteColor5), 0.75) !important; }
.site-color-5-bg, .site-color-5-bg-hover:hover { background-color: hsl(var(--siteColor5)) !important; }
.site-color-5-lighten-bg, .site-color-5-lighten-bg-hover:hover { background-color: hsla(var(--siteColor5), 0.75) !important; }
.site-color-6, .site-color-6-hover:hover { color: hsl(var(--siteColor6)) !important; }
.site-color-6-lighten, .site-color-6-lighten-hover:hover { color: hsla(var(--siteColor6), 0.75) !important; }
.site-color-6-bg, .site-color-6-bg-hover:hover { background-color: hsl(var(--siteColor6)) !important; }
.site-color-6-lighten-bg, .site-color-6-lighten-bg-hover:hover { background-color: hsla(var(--siteColor6), 0.75) !important; }

/* Black and White Text */
.text-white, .text-white-hover:hover { color: #fff !important; }
.text-gray, .text-gray-hover:hover { color: #555 !important; }
.text-black, .text-black-hover:hover { color: #000 !important; }
/* Text Transformation */
.text-upper { text-transform: uppercase !important; }
.text-lower { text-transform: lowercase !important; }
.text-cap { text-transform: capitalize !important; }

/* ------------------- */
/* ---- All Pages ---- */
/* ------------------- */
html, body { width: 100%; -webkit-overflow-scrolling: touch; }
body { background-color: #fff; font: 14px/1.35 var(--siteFont1), 'Helvetica Neue', helvetica, sans-serif; color: #484848; -webkit-font-smoothing: antialiased; }
body.no-scroll { overflow: hidden; }
.wrapper { position: static; z-index: 1; /* position: relative; This Breaks Bootstrap Modal - As a child element, the backdrop is broken from anything but static positioning*/ }
.footer .copyright { position: absolute; top: 0; left: 65px; padding: 24px 15px; }
p, li, label { font-family: inherit; font-size: inherit; font-weight: inherit; line-height: inherit; }
p:last-child { margin-bottom: 0; }
label.error { font-size: 14px; color: red !important }
hr { border-top: 1px solid #dedede; }
.container &gt; .row, .container &gt; div &gt; .row { padding: 0; }
.bootstrap-select { width: 100% !important; }
.bootstrap-select .btn { border: 1px solid #ddd; border-radius: 0; }
.modal-header { border-radius: 5px 5px 0 0; }
.modal-header .close { opacity: 0.75; color: #fff !important; }
.responsive-wrap, .table-wrap { width: 100%; max-width: 100%; overflow: auto; -webkit-overflow-scrolling: touch; }
.owl-carousel-wrap { clear: both; }
.owl-carousel-wrap .cssload-container {margin: 50px auto;}
.owl-carousel { display: none; cursor: pointer; }
.noUi-active {z-index: 999 !important;}
.datepicker { cursor: pointer; background: #fff url('../images/icon-calendar.png') no-repeat right 10px center; }
.hidden { display: none; }
.nomargin { margin: 0 !important; }
.nopadding { padding: 0 !important; }

/* Custom Pages - Content Builder */
.i-content h1, .i-content .h1, .mce-content-body h1, .mce-content-body .h1 { font-size: 60px; font-family: var(--siteFont1), sans-serif; line-height: 1; font-weight: 600; text-transform: uppercase; margin: 0; padding: 10px 0; }
.i-content h2, .i-content .h2, .mce-content-body h2, .mce-content-body .h2 { font-size: 40px; font-family: var(--siteFont1), sans-serif; line-height: 1.25; font-weight: 600; text-transform: uppercase; }
.i-content h3, .i-content .h3, .mce-content-body h3, .mce-content-body .h3 { font-size: 35px; font-family: var(--siteFont1), sans-serif; line-height: 1.25; font-weight: 600; }
.i-content h4, .i-content .h4, .mce-content-body h4, .mce-content-body .h4 { font-size: 30px; font-family: var(--siteFont1), sans-serif; line-height: 1.25; font-weight: 600; text-transform: uppercase; }
.i-content h5, .i-content .h5, .mce-content-body h5, .mce-content-body .h5 { font-size: 25px; font-family: var(--siteFont1), sans-serif; line-height: 1.25; font-weight: 600; }
.i-content h6, .i-content .h6, .mce-content-body h6, .mce-content-body .h6 { font-size: 20px; font-family: var(--siteFont1), sans-serif; line-height: 1.25; font-weight: 600; }
.i-content p { margin: 0 0 20px; }
.i-content a, .mce-content-body a { color: hsl(var(--siteColor1)); } /* Site Color 1 */

/* Style Checkboxes with Custom look
  THE LABEL for ATTRIBUTE VALUE MUST MATCH THE INPUT id FOR THIS TO WORK
*/
input[type=checkbox] { display: none; }
input[type=checkbox] + label { cursor: pointer; position: relative; padding-left: 36px; }
input[type=checkbox] + label:before { content: ""; display: block; width: 24px; height: 24px; position: absolute; top: 0; left: 0; background: #fff; border: 1px solid #666; }
input[type=checkbox]:checked + label:before { content: "\f00c"; padding-left: 2px; box-shadow: inset 0 0 6px -2px #000; font-family: "FontAwesome"; font-size: 24px; color: hsl(var(--siteColor1)); line-height: 0.75; text-align: center; }
input[type=checkbox] + label.select-all:before { width: 18px; height: 18px; font-size: 18px; line-height: 0.85; }
.input-well { display: block; padding: 15px !important; background: #fff; }
.input-well label { display: block; font-size: 12px; color: #666; line-height: 1.25; text-align: left !important; font-weight: 400 !important; }
.input-well input[type=checkbox] + label:before { top: 2px; }

/* Hover Effect on all Anchors */
a { -webkit-transition: all, ease-in-out 0.25s; -moz-transition: all, ease-in-out 0.25s; -ms-transition: all, ease-in-out 0.25s; transition: all, ease-in-out 0.25s; }

/* Button Styles */
.btn { padding: 10px 20px; position: relative; overflow: hidden; border: none; border-radius: 3px; text-transform: uppercase; font-weight: 500; -webkit-transition: all, ease-in-out 0.25s; -moz-transition: all, ease-in-out 0.25s; -ms-transition: all, ease-in-out 0.25s; transition: all, ease-in-out 0.25s; }
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus { outline: none; box-shadow: none; }
.btn-mini { padding: 5px 10px; font-size: 11px; font-weight: 700; }
.btn-lg { font-size: 28px; padding: 15px 5px; }
/* Button w/Loading Icons */
.btn-loader, button[type=submit] { position: relative; }
.btn-loader .btn-loading-text, button[type=submit] .btn-loading-text { display: none; }
.btn-loader .btn-loading-text .loading-icon, button[type=submit] .btn-loading-text .loading-icon { vertical-align: middle; font-size: 100%; line-height: 1; }

/* CSS Loading Container */
.cssload-container { width: 60px; height: 60px; margin: 0 auto; padding: 20px; box-sizing: content-box; }
/* CSS Loading Animation Tube */
.cssload-tube-tunnel { width: 100%; height: 100%; margin: 0 auto; border: 3px solid #444; border-radius: 50%; -o-animation: cssload-scale 1.1s infinite linear; -ms-animation: cssload-scale 1.1s infinite linear; -webkit-animation: cssload-scale 1.1s infinite linear; -moz-animation: cssload-scale 1.1s infinite linear; animation: cssload-scale 1.1s infinite linear; }
@-o-keyframes cssload-scale{ 0% { -o-transform:scale(0); transform:scale(0) } 90%{ -o-transform:scale(0.7); transform:scale(0.7) } 100%{ -o-transform:scale(1); transform:scale(1) } }
@-ms-keyframes cssload-scale{ 0%{ -ms-transform:scale(0); transform:scale(0) }90%{ -ms-transform:scale(0.7); transform:scale(0.7) }100%{ -ms-transform:scale(1); transform:scale(1) } }
@-webkit-keyframes cssload-scale{ 0%{ -webkit-transform:scale(0); transform:scale(0) }90%{ -webkit-transform:scale(0.7); transform:scale(0.7) }100%{ -webkit-transform:scale(1); transform:scale(1) } }
@-moz-keyframes cssload-scale{ 0%{ -moz-transform:scale(0); transform:scale(0) }90%{ -moz-transform:scale(0.7); transform:scale(0.7) }100%{ -moz-transform:scale(1); transform:scale(1) } }
@keyframes cssload-scale { 0%{ transform:scale(0) }90%{ transform:scale(0.7) }100%{ transform:scale(1) } }
/* CSS Loading Animation Spinner */
.cssload-spinner,
.cssload-spinner:after { width: 100%; height: 100%; border-radius: 50%; }
.cssload-spinner { position: relative; border: 6px solid rgba(0,0,0,0.35); border-left: 6px solid #444; -o-transform: translateZ(0); -webkit-transform: translateZ(0); -moz-transform: translateZ(0); -ms-transform: translateZ(0); transform: translateZ(0); -o-animation: cssload-wheel 1.1s infinite linear; -ms-animation: cssload-wheel 1.1s infinite linear; -webkit-animation: cssload-wheel 1.1s infinite linear; -moz-animation: cssload-wheel 1.1s infinite linear; animation: cssload-wheel 1.1s infinite linear; }
@-o-keyframes cssload-wheel { 0% { -o-transform: rotate(0deg); transform: rotate(0deg); } 100% { -o-transform: rotate(360deg); transform: rotate(360deg); } }
@-webkit-keyframes cssload-wheel { 0% { -ms-transform: rotate(0deg); transform: rotate(0deg); } 100% { -ms-transform: rotate(360deg); transform: rotate(360deg); } }
@-webkit-keyframes cssload-wheel { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } }
@-moz-keyframes cssload-wheel { 0% { -moz-transform: rotate(0deg); transform: rotate(0deg); } 100% { -moz-transform: rotate(360deg); transform: rotate(360deg); } }
@keyframes cssload-wheel { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } }

/* Header */
.booking-header-wrap { height: 65px; position: relative; z-index: 99; }
.booking-header-wrap.booknow-header-wrap { height: 65px; }
.header { height: 100%; position: relative; }
.header:after{ content: ""; display: table; clear: both; }

/* Header/Footer Logo */
.header-logo { width: 65px; padding: 8px 15px; position: relative; z-index: 5; }
.header-logo a { display: block; }
.header-logo a img { height: 50px; }

/* Header Navigation */
.header-nav { position: absolute; top: 0; left: 135px; z-index: 3; }
.header-nav ul { margin: 0; padding: 0 0 0 10px; position: relative; }
.header-nav ul:after { content: ""; display: table; clear: both; }
.header-nav li { list-style: none; display: inline-block; position: relative; }
.header-nav li:hover ul { visibility: visible; opacity: 1; }
.header-nav li a { display: block; padding: 25px 12px; color: #fff !important; line-height: 1; }
.header-nav li.active &gt; a, .header-nav li a:hover, .header-nav li a:active, .header-nav li a:focus { background: rgba(0,0,0,0.15) !important; text-decoration: none; color: #fff !important; }
.header-nav li i { display: none; }
.header-nav ul ul { display: block; width: 250px; visibility: hidden; opacity: 0; position: absolute; left: 50%; transform: translate(-50%,0); margin: 0; padding: 0; background: hsl(var(--siteColor1)); box-shadow: 0 1px 5px -1px rgba(0,0,0,0.5); -webkit-transition: opacity 0.25s ease; -moz-transition: opacity 0.25s ease; -ms-transition: opacity 0.25s ease; transition: opacity 0.25s ease; }
.header-nav li:first-child ul { left: 0; transform: none; }
.header-nav ul ul li { display: block; }
.header-nav ul ul li a { padding: 12px 15px; }
.header-nav ul ul li a:hover, .header-nav ul ul li a:focus { background: rgba(0,0,0,0.15); }
.header-mobileToggle { display: none; }

/* Header Actions */
.header-actions { position: absolute; top: 0; right: 0; }
.header-actions:after { content: ""; display: table; clear: both; }
.header-actions-action { cursor: pointer; display: block; height: 65px; float: left; padding: 22px 12px 0; font-size: 18px; color: #fff; line-height: 1; }
.header-actions-action:hover, .header-actions-action:active, .header-actions-action:focus { color: #fff; text-decoration: none; }
.header-actions-action small { display: inline-block; vertical-align: middle; font-size: 70%; font-weight: 500; }
.header-actions-action .fa { vertical-align: middle; margin: 0 3px; position: relative; font-size: 20px; }
.header-actions-action .fa-heart { color: #d02025; }
.header-actions-action.header-action-phone { padding-top: 20px; }
.header-actions-action.header-action-phone .fa { font-size: 24px; }
.header-actions-action span { display: inline-block; vertical-align: middle; position: relative; }
.header-actions-action span em { display: inline-block; font-style: normal; }

/* Header Actions Dropbox */
.header-dropbox { width: 400px; position: absolute; top: 100%; right: 0; z-index: 3; padding: 22px; background: #fff; box-shadow: 0 5px 15px -5px rgba(0,0,0,0.5); }
.header-dropbox-close { cursor: pointer; width: 36px; height: 36px; position: absolute; top: 17px; right: 15px; background: #ddd; border-radius: 50%; font-size: 12px; line-height: normal; }
.header-dropbox-close:hover { background: #444; color: #fff; }
.header-dropbox-close .fa { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%); transform: translate(-50%,-50%); }
.header-dropbox-title { display: block; margin-bottom: 10px; font-size: 22px; font-weight: 700; }
.header-dropbox-list { max-height: 355px; overflow: auto; margin: 0; padding: 0; border-bottom: 1px #eee solid; }
.header-dropbox-list-item { list-style: none; padding: 10px; border: 1px #eee solid; border-bottom: none; }
.header-dropbox-list-item .btn { display: block; width: 100%; margin-top: 10px; }
.header-dropbox-list-item .row { margin: 0 -5px; }
.header-dropbox-list-item [class^=col] { padding-left: 5px; padding-right: 5px; }
.header-dropbox-list-link { display: block; }
.header-dropbox-list-link:hover { background: rgba(0,0,0,0.025); }
.header-dropbox-list-img { display: block; position: relative; z-index: 1; padding-bottom: 65%; background-size: cover !important; background-position: center center !important; background-repeat: no-repeat !important; }
.header-dropbox-list-title { display: block; margin: 0 0 0 2px; }
.header-dropbox-list-title strong { display: block; width: 95%; overflow: hidden; font-size: 20px; line-height: normal; white-space: nowrap; text-overflow: ellipsis; }
.header-dropbox-list-title em { display: block; width: 95%; overflow: hidden; font-size: 15px; font-style: normal; font-weight: normal; text-transform: uppercase; white-space: nowrap; text-overflow: ellipsis; }
.header-dropbox-list-price { display: block; margin: 0 0 0 2px; font-size: 17px; color: #333; line-height: normal; }
.header-dropbox-list-price small { display: block; opacity: 0.75; font-size: 14px; color: #333; }
.header-dropbox .compare-favs-btn { margin-right: 40px; }

/* Footer */
.booking-footer-wrap { height: 50px; position: relative; }
.booking-footer-quick-links { margin: 0; padding: 0; position: relative; }
.booking-footer-quick-links:after { display: block; content: ""; clear: both; }
.booking-footer-quick-links li { display: block; float: left; border-right: 1px rgba(255,255,255,0.15) solid; list-style: none; }
.booking-footer-quick-links li a { display: block; height: 50px; padding: 14px 20px 15px 15px; color: #fff; line-height: normal; }
.booking-footer-quick-links li a:hover, .booking-footer-quick-links li a:active, .booking-footer-quick-links li a:focus { background: rgba(255,255,255,0.15); text-decoration: none; }
.booking-footer-quick-links li a .fa { margin-right: 10px; position: relative; top: 1px; opacity: 0.5; font-size: 20px; }
.booking-footer-copyright { display: block; padding: 15px; position: absolute; top: 0; right: 0; color: rgba(255,255,255,0.5); }
.booking-footer-copyright a { color: #fff; }

/* Footer Modals */
.favorites-account-modal .modal-body { font-size: 18px; text-align: left; }
.favorites-account-modal .fa-stack { float: left; margin: 0 10px 10px 0; font-size: 80px; }
.favorites-account-modal strong { display: block; font-size: 24px; }
.favorites-account-modal hr { clear: both; }
.favorites-account-modal small { display: block; margin-bottom: 15px; text-align: center; }
.favorites-account-modal .btn-lg { display: table; width: 300px; max-width: 100%; margin: 0 auto; padding: 15px 5px; font-size: 24px; }
.favorites-account-modal .login-block { margin-top: 15px; font-size: 14px; font-weight: 700; text-align: center; }

/* Owl Gallery */
.owl-gallery-loader-container { width: 101%; text-align: center; background: #f8f8f8; position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 2; }
.owl-gallery-loader-tube-tunnel { width: 49px; height: 49px; margin: 0 auto; border: 4px solid; border-radius: 50%; border-color: rgba(0,0,0,0.5); animation: owl-gallery-loader-scale 1035ms infinite linear; position: absolute; top: 45%; left: 49%; transform: translate(-50%,-50%); }
@keyframes owl-gallery-loader-scale { 0% { transform: scale(0); transform: scale(0); } 90% { transform: scale(0.7); transform: scale(0.7); } 100% { transform: scale(1); transform: scale(1); } }
.owl-gallery-wrap { position: relative; z-index: 1; overflow: hidden; background: #333; }
.owl-gallery { position: relative; z-index: 1; }
.owl-gallery .item .owl-lazy { display: block; border-radius: 0; padding-bottom: 60%; background-size: cover !important; background-repeat: no-repeat !important; background-position: center center !important; }
.owl-gallery .item img.owl-lazy { padding: 0; }
.owl-gallery-thumbs { padding: 10px; position: relative; z-index: 1; }
.owl-gallery-thumbs .item { cursor: pointer; opacity: 0.5; }
.owl-gallery-thumbs .item:hover { opacity: 1; }
.owl-gallery-thumbs .item .owl-lazy { display: block; border-radius: 0; padding-bottom: 60%; background-size: cover !important; background-repeat: no-repeat !important; background-position: center center !important; }
.owl-gallery-thumbs .current .item { opacity: 1; }
.owl-theme .owl-nav { margin: 0 !important; }
.owl-theme .owl-nav [class*=owl-] { margin: 0 !important; }
.owl-theme .owl-nav [class*=owl-], .owl-gallery-thumbs .item { transition: all, ease-in-out 0.3s; }
.owl-theme .owl-nav [class*=owl-].disabled:hover { background-color: rgba(0,0,0,0.5); }
.owl-gallery.owl-theme { position: relative; }
.owl-gallery .owl-nav button.owl-prev, .owl-gallery .owl-nav button.owl-next, .owl-gallery-thumbs .owl-nav button.owl-prev, .owl-gallery-thumbs .owl-nav button.owl-next { font-size: 30px !important; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; background: rgba(0,0,0,0.75) !important; border: none; border-radius: 0 5px 5px 0 !important; width: 60px; height: 60px; padding: 0 !important; position: absolute; top: 50%; transform: translate(0,-50%); animation: fadein 1.5s; }
.owl-gallery .owl-nav button.owl-prev:hover, .owl-gallery .owl-nav button.owl-next:hover, .owl-gallery-thumbs .owl-nav button.owl-prev:hover, .owl-gallery-thumbs .owl-nav button.owl-next:hover { opacity: 1; background: rgba(0,0,0,0.75) !important; }
.owl-gallery .owl-nav button.owl-prev, .owl-gallery-thumbs .owl-nav button.owl-prev { left: 0; opacity: 0.75; }
.owl-gallery .owl-nav button.owl-next, .owl-gallery-thumbs .owl-nav button.owl-next { right: 0; opacity: 0.75; border-radius: 5px 0 0 5px !important; }
.owl-gallery .owl-nav button.owl-prev:before, .owl-gallery .owl-nav button.owl-next:before, .owl-gallery-thumbs .owl-nav button.owl-prev:before, .owl-gallery-thumbs .owl-nav button.owl-next:before { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); font-family: "FontAwesome"; color: #fff; }
.owl-gallery .owl-nav button.owl-prev:before, .owl-gallery-thumbs .owl-nav button.owl-prev:before { content: "\f053"; left: 46%; }
.owl-gallery .owl-nav button.owl-next:before, .owl-gallery-thumbs .owl-nav button.owl-next:before { content: "\f054"; left: 56%; }
.owl-gallery-thumbs .owl-nav button.owl-prev, .owl-gallery-thumbs .owl-nav button.owl-next { font-size: 20px !important; width: 40px !important; height: 40px !important; top: 50%; }
.owl-gallery .owl-nav button.owl-prev span, .owl-gallery .owl-nav button.owl-next span, .owl-gallery-thumbs .owl-nav button.owl-prev span, .owl-gallery-thumbs .owl-nav button.owl-next span { display: none; }
.owl-gallery .owl-dots { counter-reset: slides-num; position: absolute; z-index: 2; top: 0; left: 0; color: #fff; background: rgba(0,0,0,0.5); padding: 7px 16px; font-size: 16px; border-radius: 0 0 4px 0; }
.owl-gallery .owl-dots:after { content: counter(slides-num); }
.owl-gallery .owl-dot { display: inline-block; counter-increment: slides-num; padding: 0; background: none; border: none; }
.owl-gallery .owl-dot button, .owl-gallery .owl-dot span { display: none !important; }
.owl-gallery .owl-dot.active:before { content: "Slide " counter(slides-num) " of"; margin-right: 5px; }
.owl-gallery .owl-caption { position: absolute; z-index: 2; bottom: 0; left: 0; padding: 5px 10px; display: block; background: rgba(0,0,0,0.5); border-radius: 0 4px 0 0; color: #fff; }

/* Datepicker Styling */
/*
#ui-datepicker-div { width: 300px; z-index: 7000 !important; font-size: 14px !important; line-height: 2 !important; }
.ui-datepicker { background: #f5f5f5; border: 0; border-radius: 0; box-shadow: #000 0 0 50px -14px; }
.ui-datepicker .ui-datepicker-header { background: none; border: none; padding: 0 !important; font-weight: normal; }
.ui-datepicker .ui-datepicker-title { width: 100%; height: 30px !important; margin: 0 auto !important; background: hsl(var(--siteColor1)); border-bottom: 1px solid hsl(var(--siteColor1)); font-size: 14px; color: #fff; line-height: 2.25 !important; text-align: center; }
.ui-datepicker .ui-datepicker-next { width: 34px !important; height: 30px !important; top: 0 !important; right: 0 !important; background: url('/images/layout/datepicker-next-white.png') no-repeat center center !important; cursor: pointer; opacity: 0.75; }
.ui-datepicker .ui-datepicker-prev { width: 34px !important; height: 30px !important; top: 0 !important; left: 0 !important; background: url('/images/layout/datepicker-prev-white.png') no-repeat center center !important; cursor: pointer; opacity: 0.75; }
.ui-datepicker .ui-datepicker-next:after,
.ui-datepicker .ui-datepicker-prev:after { display: none !important; }
.ui-datepicker .ui-datepicker-next-hover { top: 0 !important; right: 0 !important; opacity: 1; border: 0 !important; }
.ui-datepicker .ui-datepicker-prev-hover { top: 0 !important; left: 0 !important; opacity: 1; border: 0 !important; }
.ui-datepicker .ui-datepicker-next span,
.ui-datepicker .ui-datepicker-prev span { display: none !important; }
.ui-datepicker .ui-datepicker-calendar .ui-state-default { text-align: center !important; }
.ui-datepicker-calendar th { font-size: 12px; line-height: 1; font-weight: normal; }
.ui-datepicker-calendar td { position: relative; line-height: 2; }
.ui-datepicker-calendar td span,
.ui-datepicker-calendar td a { width: 40px; height: 40px; padding: 8px 5px !important; background: hsl(var(--siteColor1)) !important; border: 1px solid hsl(var(--siteColor1)) !important; font-size: 12px; color: #fff !important; text-align: center; }
.ui-datepicker-calendar td a:hover { background: #eee !important; color: #444 !important; font-weight: normal; }
.ui-datepicker .ui-state-disabled:after { content:""; display: block; position: absolute; top: 50%; right: 0; left: 0; border-bottom: 2px solid #fff; }
.ui-datepicker .ui-datepicker-other-month:after { display: none; }
.ui-datepicker .ui-state-disabled.ui-datepicker-today span,
.ui-datepicker .ui-datepicker-today span { background: #f7f7f7 !important; border: 1px solid #444 !important; color: #000 !important; }
.ui-datepicker .ui-datepicker-today span:hover { background: #fff !important; color: hsl(var(--siteColor1)) !important; font-weight: 700; }
.ui-datepicker .ui-state-disabled.ui-datepicker-today:after { display: none; }
.ui-datepicker .ui-datepicker-title { padding: 7px 0 !important; line-height: normal !important; }
.ui-datepicker .dp-highlight .ui-state-default { background: hsl(var(--siteColor2)) !important; border-color: hsl(var(--siteColor2)) !important; color: #fff !important; }
*/
/* Datepicker */
#ui-datepicker-div { width: 300px; z-index: 7000 !important; font-size: 14px !important; line-height: 2 !important; }
.ui-datepicker { background: #f5f5f5; border: none !important; border-radius: 0; box-shadow: #000 0 0 50px -14px; }
.ui-datepicker .ui-datepicker-header { background: none; border: none; padding: 0 !important; font-weight: normal; }
.ui-datepicker .ui-datepicker-title { width: 100%; height: 30px !important; margin: 0 auto !important; background: hsl(var(--siteColor1)); border-bottom: 1px solid hsl(var(--siteColor1)); font-size: 14px; color: #fff; line-height: 2.25 !important; text-align: center; }
.ui-datepicker .ui-datepicker-next { width: 34px !important; height: 30px !important; top: 0 !important; right: 0 !important; background: url('/images/layout/datepicker-next-white.png') no-repeat center center !important; cursor: pointer; opacity: 0.75; }
.ui-datepicker .ui-datepicker-prev { width: 34px !important; height: 30px !important; top: 0 !important; left: 0 !important; background: url('/images/layout/datepicker-prev-white.png') no-repeat center center !important; cursor: pointer; opacity: 0.75; }
.ui-datepicker .ui-datepicker-next:after,
.ui-datepicker .ui-datepicker-prev:after { display: none !important; }
.ui-datepicker .ui-datepicker-next-hover { top: 0 !important; right: 0 !important; opacity: 1; border: 0 !important; }
.ui-datepicker .ui-datepicker-prev-hover { top: 0 !important; left: 0 !important; opacity: 1; border: 0 !important; }
.ui-datepicker .ui-datepicker-next span,
.ui-datepicker .ui-datepicker-prev span { display: none !important; }
.ui-datepicker .ui-datepicker-calendar .ui-state-default { text-align: center !important; }
.ui-datepicker-calendar th { font-size: 12px; line-height: 1; font-weight: normal; }
.ui-datepicker-calendar td { position: relative; line-height: 2; }
.ui-datepicker-calendar td span,
.ui-datepicker-calendar td a { width: 40px; height: 40px; padding: 8px 5px !important; background: hsl(var(--siteColor1)) !important; border: 1px solid hsl(var(--siteColor1)) !important; font-size: 12px; color: #fff !important; text-align: center; }
.ui-datepicker-calendar td a:hover { background: #eee !important; color: #444 !important; font-weight: normal; }
.ui-datepicker .ui-state-disabled:after { content:""; display: block; position: absolute; top: 50%; right: 0; left: 0; border-bottom: 2px solid #fff; }
.ui-datepicker .ui-datepicker-other-month:after { display: none; }
.ui-datepicker .ui-state-disabled.ui-datepicker-today span,
.ui-datepicker .ui-datepicker-today span { background: #f7f7f7 !important; border: 1px solid #444 !important; color: #000 !important; }
.ui-datepicker .ui-datepicker-today span:hover { background: #fff !important; color: hsl(var(--siteColor1)) !important; font-weight: 700; }
.ui-datepicker .ui-state-disabled.ui-datepicker-today:after { display: none; }
.ui-datepicker .dp-highlight .ui-state-default { background: hsl(var(--siteColor2)) !important; border-color: hsl(var(--siteColor2)) !important; color: #fff !important; }

.ui-datepicker .unavailableCheckin, .ui-datepicker .unavailableCheckout { opacity: 1 !important; }
.ui-datepicker .unavailableCheckin:after { width: 15px; left: auto; }
.ui-datepicker .unavailableCheckin a, .ui-datepicker .unavailableCheckin span, .ui-datepicker .availableCheckin a, .ui-datepicker .availableCheckin span { background: linear-gradient(to left top, hsla(var(--siteColor1), 0.35) 49%, hsl(var(--siteColor1)) 50%) !important; border: none !important; }
.ui-datepicker .unavailableCheckout a, .ui-datepicker .unavailableCheckout span, .ui-datepicker .availableCheckout a, .ui-datepicker .availableCheckout span { background: linear-gradient(to left top, hsl(var(--siteColor1)) 49%, hsla(var(--siteColor1), 0.35) 50%) !important; border: none !important; }

@media (max-width: 1400px) {
  .booking-header-wrap { height: 130px; }
  .header-nav { top: auto; right: 0; bottom: 0; left: 0; text-align: left; }
}
@media (max-width: 1024px) {
  body.nav-open { overflow: hidden; }
  .booking-header-wrap { height: 65px; }
  .header-mobileToggle { display: block; width: 48px; position: relative; left: 145px; top: 7px; text-align: center; }
  .header-mobileToggle:hover, .header-mobileToggle:active, .header-mobileToggle:focus { color: #fff; }
  .header-mobileToggle span { display: block; padding: 5px 10px; border: 1px rgba(255, 255, 255, 0.2) solid; color: #fff; line-height: normal; font-size: 32px; }
  .header-nav { top: 0; right: auto; bottom: auto; left: 0; border: none; }
  .header-nav &gt; ul { pointer-events: none; display: block; visibility: hidden; opacity: 0; width: 100%; position: fixed; top: 66px; bottom: 0; z-index: -1; padding: 0; background: #fff; text-align: left; overflow: auto; -webkit-overflow-scrolling: touch; margin: 0; -webkit-transition: all, ease-in-out 0.3s; -moz-transition: all, ease-in-out 0.3s; -ms-transition: all, ease-in-out 0.3s; transition: all, ease-in-out 0.3s; }
  .header-nav &gt; ul.open { pointer-events: auto; visibility: visible; opacity: 1; z-index: 9999; }
  .header-nav ul li { display: block; float: none; position: relative; border-bottom: none; }
  .header-nav li:hover ul { display: none; }
  .header-nav ul li a { padding: 10px 15px; background: #fff; border-bottom: 1px #eee solid; font-size: 16px; color: hsl(var(--siteColor3)) !important; line-height: 1.75; text-transform: uppercase; }
  .header-nav ul li a:hover, .header-nav ul li a:active, .header-nav ul li a:focus { color: hsl(var(--siteColor3)) !important; }
  .header-nav ul li i {display: block; height: 48px; padding: 14px 16px; position: absolute; top: 0; right: 0; background: hsl(var(--siteColor1)) !important;}
  .header-nav ul ul { display: none; width: 100%; visibility: visible; opacity: 1; position: relative; top: auto; left: auto; right: auto; transform: none; -webkit-transition: none; -moz-transition: none; transition: none; -webkit-transform: translate(0, 0); -moz-transform: translate(0, 0); -ms-transform: translate(0, 0); -o-transform: translate(0, 0); transform: translate(0, 0); }
  .header-nav ul ul li a { padding: 10px 25px; line-height: 1.5; }
}
@media (max-width: 992px) {
  .header-dropbox-list-img { padding-bottom: 65%; }
  .booking-footer-quick-links li { border: none; }
  .booking-footer-quick-links li a { padding: 15px; }
  .booking-footer-quick-links li a span { display: none; }
  .booking-footer-quick-links li a .fa { margin: 0; }
  .booking-footer-copyright { padding: 12px; font-size: 11px; text-align: right; }
  .booking-footer-copyright span { display: block; }
}
@media (max-width: 768px) {
  .header-dropbox { width: 300px; }
  .header-actions-action small { display: none; }
  .header-action-phone { padding: 25px 12px 0; }
}
@media (max-width: 736px) {
  .booking-header-wrap { height: 50px; }
  .header-logo { width: 50px; padding: 7px; }
  .header-logo a img { height:37px; }
  .header-mobileToggle { width: 42px; top: 5px; left: 100px; }
  .header-mobileToggle span { padding: 0 7px; }
  .header-actions-action { height: 50px; padding: 15px 7px 0; font-size: 15px; }
  .header-actions-action.header-action-phone { padding-top: 13px; }
  .header-actions-action .fa { font-size: 20px; }
  .header-action-create-account { padding: 17px 15px 0; }
  .header-nav &gt; ul { top: 51px; }
}
@media (max-width: 568px) {
  .favorites-account-modal .modal-body { text-align: center; }
  .favorites-account-modal .fa-stack { float: none; margin: 0 0 10px 0; font-size: 60px; }
  .favorites-account-modal .btn-lg { font-size: 21px; }
}
@media (max-width: 480px) {
  .booking-footer-quick-links { padding: 0 0 0 5px; }
  .booking-footer-quick-links li a { padding: 15px 10px; }
}
@media (max-width: 320px) {
  .booking-footer-wrap { height: auto; }
  .boooking-footer-quick-links, .booking-footer-copyright { display: table; margin: 0 auto; position: relative; text-align: center; }
}


/* ------------------- */
/* Results Page        */
/* ------------------- */
/* Body Bg Color */
body.results-body { background: #fbfbfb; }

/* Header Fixed */
.results-header-wrap { position: fixed; top: 0; right: 0; left: 0; z-index: 3; }

/* Results Loader Overlay */
.results-loader-overlay { display: none; position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 999999; background: rgba(0,0,0,0.5); }
.results-loader-overlay .cssload-container { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%); transform: translate(-50%,-50%); }
.results-loader-overlay .cssload-tube-tunnel { width: 50px; height: 50px; border-color: #fff; }

/* Refine Search Bar */
.refine-wrap { height: 50px; position: fixed; top: 65px; right: 0; left: 0; z-index: 2; background: #fff; }
.refine-wrap:after { content: ""; display: block; height: 1px; position: absolute; top: 100%; left: 0; right: 0; background: #ddd; }
.refine-wrap .alert { display: none; width: 40%; position: absolute; top: 100%; right: 50%; left: 10%; margin-top: 15px; }
.refine-wrap .alert .close { top: -10px; right: -26px; }
.refine-wrap .alert h4 { display: inline-block; margin: 0; vertical-align: middle; }
.refine-wrap form { position: relative; margin: 0; }
.refine-wrap form:after { content: ""; display: block; clear: both; }
.refine-item { float: left; position: relative; border-right: 1px #ddd solid; user-select: none; }
.refine-item:after { content: ""; display: table; clear: both; }
.refine-item .refine-apply-all { width: 100%; padding: 15px 20px; background: #fff; border-radius: 0; }
.refine-item .refine-clear-all { width: 100%; padding: 15px 20px; background: #fff; border-radius: 0; }
.refine-dropdown { display: none; padding: 22px; position: absolute; top: 100%; left: -1px; background: #fff; border: 1px #ddd solid; box-shadow: 0 5px 15px -5px rgba(0,0,0,0.5); }
.refine-item.active .refine-dropdown { display: block; }
.refine-dropdown .btn-default { background: #fff; border: 1px #ddd solid; }
.refine-dropdown.datepicker-wrap { width: 680px; }
.refine-dropdown.datepicker-wrap .hasDatepicker { width: 100%; margin-bottom: 20px; }
.refine-dropdown.datepicker-wrap .ui-datepicker { width: 100% !important; box-shadow: none; padding: 0; margin: 0; }
.refine-dropdown-title { display: block; margin-bottom: 15px; font-size: 22px; font-weight: 700; }
.refine-text { cursor: pointer; display: block; height: 50px; padding: 15px; -webkit-transition: all, ease-in-out 0.25s; -moz-transition: all, ease-in-out 0.25s; -ms-transition: all, ease-in-out 0.25s; transition: all, ease-in-out 0.25s; }
.refine-text:hover { background: #eee; color: #111; text-decoration: none; }
.refine-text .fa { margin-right: 4px; font-size: 16px; }
.refine-text [class*=fa-chevron] { margin: 0 0 0 7px; position: relative; top: -2px; font-size: 9px; }
.refine-filters .refine-text .fa.toggle:before { content: "\f204"; }
.refine-filters .refine-text.active .fa.toggle:before { content: "\f205"; }
#viewFiltersMobile { display: none; }

/* Refine Dates */
.refine-dates { text-align: center; }
/* .refine-dates .refine-text { padding: 15px 25px; } */
.refine-dates .fa-long-arrow-right { margin: 0 8px; position: relative; top: 1px; }
.refine-dates input { width: auto; padding: 0; border: none; background: none; cursor: pointer; }
.refine-dates input::-webkit-input-placeholder { color: #484848; }
.refine-dates input::-moz-placeholder { color: #484848; }
.refine-dates input:-ms-input-placeholder { color: #484848; }
.refine-dates input:-moz-placeholder { color: #484848; }
.refine-arrival { display: inline-block; }
.refine-arrival input[type=text] { width: 60px; }
.refine-departure { display: inline-block; }
.refine-departure input[type=text] { width: 77px; }
.refine-arrival input[type=text].date-entered, .refine-departure input[type=text].date-entered { width: 75px; }

/* Refine Counter */
.refine-dropdown.refine-counter { right: -1px; padding: 15px; }
.refine-counter { user-select: none; }
.refine-counter .fa { cursor: pointer; width: 30px; height: 30px; margin: 0 2px 15px; border: 1px transparent solid; border-radius: 50%; font-size: 12px; line-height: 2.5; }
.refine-counter .fa.disabled { cursor: default; background: #fff !important; border: 1px #ddd solid; color: #ddd !important; }
.refine-counter .refine-drop-count { display: inline-block; vertical-align: -4px; font-size: 24px; line-height: 1; }

/* Refine Panel Controls */
.refine-panel-controls { position: absolute; top: 13px; right: 10px; }
.refine-panel-controls a { display: inline-block; /* width: 40px; height: 50px; */ position: relative; margin: 0 10px; }
.refine-panel-controls a:hover, .refine-panel-controls a:active, .refine-panel-controls a:focus { text-decoration: none; }
.refine-panel-controls a .fa { vertical-align: middle; font-size: 24px; }
.refine-panel-controls span { display: none; }
#viewListAndMap {pointer-events: auto; opacity: 1;}
#viewListAndMap.inactive {pointer-events: none; opacity: 0.5;}

/* Refine Filter */
.refine-filter-box { display: none; width: 600px; height: 500px; max-height: 65vh; position: absolute; top: 100%; left: 50%; transform: translate(-50%,0); background: #fff; box-shadow: 0 5px 15px -5px rgba(0,0,0,0.5); }
.refine-item.active .refine-filter-box { display: block; }
.refine-filter-box-auto { padding: 35px; overflow: auto; position: absolute; top: 0; bottom: 92px; left: 0; right: 0; }
.refine-filter-box.full { right: 0; }
.refine-filter-heading { display: block; font-size: 28px; font-weight: 700; margin-bottom: 15px; border-bottom: 1px #eee solid; padding: 0 0 10px; }
.refine-filter-heading-sub { font-weight: 700; display: block; font-size: 22px; margin-bottom: 10px; }
.refine-filter-section .refine-filter-heading-sub label { margin: 0 0 0 5px; padding: 4px 10px 6px 35px; position: relative; background: #eee; border-radius: 5px; border: none; font-size: 14px; line-height: normal; font-weight: 400; }
.refine-filter-section .refine-filter-heading-sub label:hover { background: #f8f8f8; }
.refine-filter-section .refine-filter-heading-sub label em { font-style: normal; font-size: 14px; }
.refine-filter-section .refine-filter-heading-sub input[type=checkbox] + label:before { top: 4px; left: 10px; }
.refine-filter-section { padding: 15px 20px 15px; border-radius: 5px; border-bottom: 1px #eee solid; }
.refine-filter-see-all { display: inline-block; padding: 15px 0; font-size: 16px; }
.refine-filter-action { padding: 25px 35px; width: 100%; height: 92px; position: absolute; bottom: 0; background: #fff; border-top: 1px solid #ddd; }
.refine-filter-action.full { right: 0; }
.refine-filter-action:after { content: ''; display: block; clear: both; }
.refine-filter-action .btn-default { border: 1px #ddd solid; }

/* Refine Must Haves */
.refine-must-haves .refine-dropdown { right: auto; width: 200px; }
.refine-must-haves-list { margin: 0 0 15px; padding: 0; border: 1px #eee solid; border-bottom: none; border-radius: 3px; }
.refine-must-haves-list-item { cursor: pointer; list-style: none; padding: 10px 6px; line-height: normal; border-bottom: 1px #eee solid; -webkit-transition: all, ease-in-out 0.25s; -moz-transition: all, ease-in-out 0.25s; -ms-transition: all, ease-in-out 0.25s; transition: all, ease-in-out 0.25s; }
.refine-must-haves-list-item:hover { background: #eee; }
.refine-must-haves-list-item em { font-style: normal; }

/* Refine Price */
.refine-slider .refine-dropdown { width: 300px; }

/* Refine Slider */
.refine-slider-wrap { padding: 40px 15px 25px; }

/* Refine More Filters */
.refine-filter-specific-property-select { display: block; width: 100%; margin: 0 0 10px; border: 1px #ddd solid; font-size: 18px; }
.refine-filter-specific-property-select &gt; .dropdown-menu { min-width: 0 !important; width: 100%; }
.refine-filter-specific-property-select &gt; .dropdown-menu ul.dropdown-menu { max-height: 250px !important; }

/* Results Section */
.results-wrap { position: relative; z-index: 1; }
.results-list-wrap { padding: 140px 15px 75px 15px; position: relative; z-index: 1; }
.results-list-wrap h1, .results-list-wrap .h1 {margin-top: 0;}
.results-list-wrap .content-builder-wrap { margin-bottom: 20px; font-size: 16px !important; }
.results-list-wrap .content-builder-wrap .column { padding: 0 15px; }
.results-list-wrap .content-builder-wrap p, .results-list-wrap .content-builder-wrap span { font-size: 16px !important; line-height: 1.5 !important; }
.results-list-wrap .content-builder-wrap img { max-width: 100%; }

/* Results Alert */
.results-list-alert-popular { clear: both; padding: 20px 25px; border-radius: 0; color: #484848; }
.results-list-alert-popular .fa { margin-right: 5px; font-size: 20px; color: red; }

/* Results Legend &amp; Key */
.results-list-legend { clear: both; position: relative; z-index: 2; margin: 0 0 20px; padding: 10px 0; }
.results-list-key { margin: 0; padding: 0 160px 0 0; }
.results-list-key li { list-style: none; display: inline-block; margin: 0 20px 10px 0; }
.results-list-legend .fa { margin-right: 3px; font-size: 20px; }

/* Results Sort */
.results-list-sort { cursor: pointer; margin: 0; padding: 0; position: absolute; top: 0; right: 0; border: 1px #ccc solid; }
.results-list-sort .fa { position: relative; top: -2px; font-size: 9px; }
.results-list-sort li { list-style: none; display: inline-block; margin: 0; padding: 0; }
.results-list-sort li span { display: block; padding: 10px 15px; background: #fff; white-space: nowrap; }
.results-list-sort li span b { font-weight: normal; }
.results-list-sort li span em, .results-list-sort li span i { font-style: normal; }
.results-list-sort ul { margin: 0; padding: 0; position: absolute; top: 100%; right: -1px; background: #fff; border: 1px #ccc solid; box-shadow: 0 0 15px -7px rgba(0,0,0,1); }
.results-list-sort ul li { display: block; border-top: 1px #ddd solid; }
.results-list-sort ul li:first-child { border: none; }
.results-list-sort ul li span:hover { background: rgba(0,0,0,0.05); }

/* Results Properties */
#list-all-results { clear: both; }
.results-list-properties { position: relative; z-index: 1; }
.results-list-properties &gt; .row { padding: 0; }
.results-list-properties &gt; .row &gt; [class^=col] { display: inline-block; vertical-align: top; width: 50%; margin-right: -4px; float: none; }
.results-list-property { margin-bottom: 30px; background: #fff; box-shadow: 0 0 5px -2px rgba(0,0,0,0.25); }
.results-list-property-img-wrap { position: relative; }
.results-list-property-special { display: inline-block; padding: 5px 20px 5px 15px; position: absolute; top: 15px; left: -5px; z-index: 2; border: none; font-size: 16px; font-weight: 700; text-transform: uppercase; }
.results-list-property-special:hover, .results-list-property-special:active, .results-list-property-special:focus { text-decoration: none; }
.results-list-property-special .fa { margin-right: 5px; }
.results-list-property-favorite { z-index: 2; position: absolute; top: 15px; right: 15px; font-size: 45px; line-height: normal; }
.results-list-property-favorite .fa-heart-o { color: #fff; }
.results-list-property-favorite .overlay { position: absolute; top: 0; right: 0; z-index: 2; }
.results-list-property-favorite .under { position: absolute; top: 0; right: 0; z-index: 1; color: rgba(0,0,0,0.35); }
.results-list-property-favorite .under.favorited { color: red; }
.results-list-property-link { display: block; }
.results-list-property-title-wrap { display: block; width: 100%; padding: 8px; z-index: 2; position: absolute; bottom: 0; left: 0; text-shadow: rgba(0,0,0,0.5) 1px 1px 1px; }
.results-list-property-title { display: inline-block; float: left; }
.results-list-property-title h3 { margin: 0; font-size: 20px; color: #fff; line-height: normal; }
.results-list-property-title em { display: block; font-size: 15px; color: #fff; font-style: normal; font-weight: normal; text-transform: uppercase; }
.results-list-property-rating { float: right; margin-top: 24px; font-size: 18px; line-height: normal; }
.results-list-property-rating .fa { margin-left: -3px; color: #edaf31; text-shadow: rgba(0,0,0,0.5) 1px 1px 1px; }
.results-list-property-img { display: block; position: relative; z-index: 1; padding-bottom: 65%; background-size: cover !important; background-position: center center !important; background-repeat: no-repeat !important; }
.results-list-property-img:after { display: block; width: 100%; height: 50px; opacity: 0.7; content: ""; position: absolute; bottom: 0; left: 0; right: 0; z-index: 1; background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); }
.results-list-property-booknow-btn { width: 100%; position: relative; border-radius: 0; font-weight: 700; font-size: 14px; padding: 6px 0; }
.results-list-property-info-wrap { position: relative; padding: 8px; line-height: normal; text-align: center; }
.results-list-property-info-price { display: block; margin: 0 0 4px; font-size: 21px; color: #333; }
.results-list-property-info-price sup, .results-list-property-info-price small { opacity: 0.75; position: relative; top: -5px; margin-right: 2px; font-size: 14px; color: #333; }
.results-list-property-info { margin: 0 -8px; padding: 0; }
.results-list-property-info li { list-style: none; display: inline-block; margin: 8px 4px 0 0; font-size: 14px; }
.results-list-property-info-type { display: inline-block; font-size: 15px; color: #fff; font-weight: 500; }

#bottom-result { height: 1px; overflow: hidden; }
#bottom-result.loading { height: auto; overflow: visible; padding-bottom: 50px; }

/* Results Page - Left and Right Sizing */
.results-list-wrap, .map-wrap { -webkit-transition: all, ease-in-out 0.3s; -moz-transition: all, ease-in-out 0.3s; -ms-transition: all 0.3s ease; transition: all, ease-in-out 0.3s; }
.results-list-wrap { width: 60%; opacity: 1; }

/* Map Section */
.map-wrap { width: 40%; opacity: 1; overflow: hidden; background: #aaa; position: fixed; top: 115px; right: 0; bottom: 50px; z-index: 1; }
#map { width: 100% !important; height: 100%; }
.map-wrap .gm-style-iw { width: 180px !important; }
.map-wrap .gm-style-iw img { width: calc(100% - 5px) !important; height: auto !important; }
.map-wrap .gm-style-iw h3, .gm-style-iw h4 { font-size: 18px; }
.map-wrap .gm-style-iw .btn { display: table; margin-top: 10px; }
.map-wrap .gm-style-iw button { width: 20px !important; height: 20px !important; top: 0 !important; right: 5px !important; }

/* Results Inquiry Form */
.results-inquiry-form-wrap { padding: 25px 15px; background: #eee; border: 1px solid #ddd; }
.results-inquiry-form-text { padding: 0 15px; text-align: center; font-weight: 700; }
.results-inquiry-form-caption { margin-bottom: 15px; }
#noResultsContactFormMSG { font-size: 18px; }
.results-inquiry-form [class*=col-] { width: 50%; }
.results-inquiry-form [class*=col].form-group-full { width: 100%; }
.results-inquiry-form [class*=col]:last-child { clear: both; width: 100%; }
.results-inquiry-form .bootstrap-select .btn { height: 36px; padding: 10px 15px; border: 1px solid #ddd; border-radius: 0; font-size: 14px; color: #484848 !important; line-height: 1; font-weight: 400; text-transform: capitalize; }
.results-inquiry-form .bootstrap-select .btn.bs-placeholder { color: #bbb !important; }
.results-inquiry-form input[type=text] { height: 36px; padding: 10px 15px; border: 1px solid #ddd; border-radius: 0; font-size: 14px; color: #484848; line-height: 1; }
.results-inquiry-form textarea { height: 100px; padding: 10px 15px; border: 1px solid #ddd; border-radius: 0; font-size: 14px; color: #484848; line-height: 1; text-transform: capitalize; }
.results-inquiry-form ::-webkit-input-placeholder { color: #bbb; text-transform: capitalize; }
.results-inquiry-form ::-moz-placeholder { color: #bbb; text-transform: capitalize; }
.results-inquiry-form :-ms-input-placeholder { color: #bbb; text-transform: capitalize; }
.results-inquiry-form :-moz-placeholder { color: #bbb; text-transform: capitalize; }

/* Results page layout button toggles */
.results-list-full-width, .map-wrap-full { width: 100%; z-index: 5; }
.results-list-full-width .refine-filter-box, .results-list-full-width .refine-filter-action { right: 0; }

/* Results Footer */
.results-footer-wrap { position: fixed; bottom: 0; left: 0; right: 0; z-index: 3; }

/* Results Speical Modal */
.special-modal-info { padding: 10px 15px; }
.special-modal-info h4 { font-size: 22px; }

/* Results Responsive */
@media (min-width: 2000px) {
  .results-list-properties &gt; .row &gt; [class^=col] { width: 33.33333333%; min-height: 1px; position: relative; }
  .results-list-full-width .results-list-properties &gt; .row &gt; [class^=col] { width: 25% !important; }
}
@media (max-width: 1400px) {
  .refine-wrap { top: 130px; }
  .results-list-wrap { padding: 205px 15px 75px 15px; }
  .map-wrap { top: 180px; }
}
@media (min-width: 1200px) {
  .results-list-full-width .results-list-properties &gt; .row &gt; [class^=col] { width: 33.33333333%; }
}
@media (max-width: 1200px) {
  body.refine-open { overflow: hidden; }
  .mobile-hidden { display: none !important; }
  .refine-mobile { height: auto; }
  .refine-mobile:after { display: none; }
  .refine-mobile .refine-form { position: fixed; top: 173px; left: 0; right: 0; bottom: 50px; z-index: 3; /* padding-bottom: 70px; */ overflow: auto; background: #fff; }
  .refine-mobile-controls { width: 100%; height: auto; padding: 10px 5px; box-shadow: 0 0 15px -5px #000; position: fixed; top: 130px; right: 0; left: 0; z-index: 2; background: #fff; text-align: center; }
  .refine-mobile-controls a { width: auto; height: auto; font-size: 16px; line-height: 1; }
  .refine-mobile-controls a .fa { margin-right: 3px; position: relative; top: auto; left: auto; -webkit-transform: translate(0,0); -moz-transform: translate(0,0); -ms-transform: translate(0,0); -o-transform: translate(0,0); transform: translate(0,0); }
  .refine-mobile-controls a span { display: inline-block; }
  .refine-mobile-controls #viewFiltersMobile { display: inline-block; margin-left: 10px; }
  .refine-mobile .refine-item { float: none; position: relative; border-right: none; border-bottom: 1px #ccc solid; user-select: none; }
  .refine-mobile .refine-apply-item, .refine-mobile .refine-clear-item { width: 50%; position: fixed; top: 130px; z-index: 9; padding: 3px; background: #f7f7f7; border: none; border-bottom: 2px solid #ccc; }
  .refine-mobile .refine-apply-item { right: 0; text-align: right; }
  .refine-mobile .refine-clear-item { left: 0; text-align: left; }
  .refine-mobile .refine-item .refine-apply-all, .refine-mobile .refine-item .refine-clear-all { width: auto; padding: 8px 20px; border-radius: 4px; }
  .refine-mobile .refine-text [class*=fa-chevron] { position: absolute; top: 20px; right: 20px; }
  .refine-mobile .refine-item .refine-dropdown { width: 700px; max-width: 90%; margin: auto; position: relative; top: auto; left: auto; border: none; box-shadow: none; /* border-bottom: 1px #ccc solid; */ }
  .refine-mobile .refine-item .refine-dropdown:after { content: ""; display: block; clear: both; }
  .refine-mobile .refine-item .refine-dropdown.refine-counter { right: auto; }
  .refine-mobile .refine-slider .refine-dropdown { width: auto; }
  .refine-mobile .refine-dates { text-align: left; }
  .refine-mobile .refine-dropdown.datepicker-wrap .ui-datepicker-calendar td span, .refine-mobile .refine-dropdown.datepicker-wrap .ui-datepicker-calendar td a { width: auto; }
  .refine-mobile .refine-filters .refine-filter-box, .refine-mobile .refine-filters .refine-filter-box-auto { width: 100%; height: auto; max-height: none; position: relative; top: auto; right: auto; bottom: auto; left: auto; transform: none; padding: 30px; overflow: visible; box-shadow: none; }
  .refine-mobile .refine-filters .refine-filter-box-auto { padding: 0 ;}
  .refine-mobile .refine-filters .refine-filter-action { height: auto; position: relative; right: auto; bottom: auto; left: auto; padding: 35px 0; }
  .refine-mobile .refine-item .refine-dropdown &gt; .btn, .refine-mobile .refine-item .refine-filter-box &gt; .btn { display: none; width: auto; }
  .results-list-property-rating, .results-list-property-title { display: block; float: none; }
  .map-wrap { top: 173px; }
}
@media (max-width: 1024px) {
  .results-header-wrap { position: absolute; }
  .refine-mobile { position: relative; top: 65px; }
  .refine-mobile-controls { position: relative; top: 0; }
  .refine-mobile-controls.fixed { position: fixed; }
  .refine-mobile .refine-form { top: 0; bottom: 0; padding-top: 109px; transition: padding-top 0.25s; }
  .refine-mobile .refine-form.fixed { z-index: 9; padding-top: 44px; }
  .refine-mobile .refine-apply-item, .refine-mobile .refine-clear-item { top: 65px; }
  .refine-mobile .refine-form.fixed .refine-apply-item, .refine-mobile .refine-form.fixed .refine-clear-item { top: 0; }
  .refine-mobile .refine-text { background: #f7f7f7; }
  .refine-text { position: relative; }
  .refine-text [class*=fa-chevron] { position: absolute; top: 20px; right: 15px; }
  .refine-mobile .refine-filters .refine-filter-action { display: none; }
  .results-list-wrap { width: 100%; padding: 90px 15px 75px 15px; }
  .results-list-property-rating { display: inline-block; float: right; }
  .results-list-property-title { display: inline-block; float: left; }
  .map-wrap { display: none; }
  .map-wrap.map-wrap-full { display: block; top: 109px; }
  .results-footer-wrap { z-index: 1; }
}
@media only screen and (min-device-width : 375px) and (max-device-width : 812px) and (-webkit-device-pixel-ratio : 3) and (orientation : landscape) {
  .results-footer-wrap { position: relative; }
}
@media (max-width: 768px) {
  .refine-mobile .refine-item { font-size: 16px; }
  .refine-arrival input[type=text] { width: 50px; }
  .refine-departure input[type=text] { width: 75px; }
  .refine-arrival input[type=text].date-entered, .refine-departure input[type=text].date-entered { width: 85px; }
  .refine-counter .fa { width: 40px; height: 40px; line-height: 3.35; }
  .results-list-legend { padding: 0 0 10px; }
  .results-list-key li { display: block; margin: 0; padding: 3px 0; }
  .results-list-key .fa { width: 20px; text-align: center; }
  .results-list-property-rating, .results-list-property-title { display: block; float: none; }
}
@media (max-width: 736px) {
  .refine-mobile.refine-wrap { top: 50px; }
  .refine-filter-section { padding: 0; }
/*   .refine-mobile-controls { top: 50px; } */
/*   .refine-mobile .refine-form { top: 94px; bottom: 0; } */
  .refine-mobile .refine-filters .refine-filter-box, .refine-mobile .refine-filters .refine-filter-box-auto { padding: 15px; }
  .results-list-wrap { padding: 75px 15px 70px; }
  .results-list-key { padding: 0; }
  .results-list-property-title-wrap { padding: 8px; text-align: center; }
  .results-list-property-rating { display: block; float: none; }
  .results-list-property-title { display: block; float: none; }
  .results-list-property-info-price sup, .results-list-property-info-price small { top: -3px; }
  .map-wrap.map-wrap-full { top: 94px; bottom: 0; }
}
@media (max-width: 568px) {
  .results-list-properties &gt; .row &gt; [class^=col] { display: block; width: 100%; padding: 0 15px; }
  .results-inquiry-form [class*=col] { width: 100% !important; }
}
@media (max-width: 480px) {
  .header-dropbox { width: auto; max-width: 100%; left: 0; position: fixed; top: 50px; }
  .header-dropbox-list { max-height: 330px; }
  .results-list-sort { position: relative; margin: 15px 0 -10px; }
  .results-list-sort li { display: block; }
  .results-list-sort ul { width: 100%; right: auto; left: auto; border: none; }
  .results-list-sort span .fa { float: right; margin: 0; top: 5px; }
  .results-list-pagination .btn { padding: 8px 14px; }
  .results-list-alert-popular { text-align: center; }
  .results-list-property-info-price { position: relative; margin-bottom: 5px; padding-bottom: 12px; }
  .results-list-property-info-price sup, .results-list-property-info-price small { position: absolute; top: auto; right: 0; bottom: 0; left: 0; }
  .results-list-property-info-wrap { text-align: center; }
  .results-list-property-info-type { display: block; position: relative; padding: 0; }
  .refine-mobile .refine-form { bottom: 0; }
  .refine-filter-section label { font-size: 16px; }
  .refine-filter-section label input[type=checkbox] { top: 1px; }
}
@media (max-width: 320px) {
  .results-list-property-info { padding: 0 40px; }
}


/* -------------------- */
/* Property Detail Page */
/* -------------------- */
.property-wrap { width: 100%; max-width: 1600px; margin: 0 auto; position: relative; }
.property-wrap:after { content: ""; display: block; clear: both; }
.mobile-dates-toggle-wrap { display: none; width: 100%; height: 60px; position: fixed; right: 0; bottom: 0; left: 0; z-index: 99; background: rgba(255,255,255,0.95); border-top: 1px solid #dedede; }
.mobile-dates-toggle-wrap #mobileDatesToggle { display: block; width: 300px; max-width: 100%; margin: 9px auto; }
.mobile-dates-toggle-wrap small { display: none; text-align: center; text-transform: uppercase; }
#returnToTop { display: none; width: 54px; height: 40px; position: fixed; bottom: 10px; right: 10px; z-index: 999; -webkit-transition: none; -moz-transition: none; transition: none; }
#returnToTop:hover, #returnToTop:focus { outline: none; text-decoration: none; }

/* Property Banner  */
#propertyDetails { width: 75%; height: auto; position: relative; z-index: 1; float: left; font-size: 16px; line-height: 1.5; }
.property-banner { width: 100%; padding-bottom: 60%; position: relative; z-index: 1; overflow: hidden; background: #999; }
.property-banner .hidden-gallery, .property-banner .hidden-gallery .fancybox img { display: none; }
.property-image { display: block; width: 100%; height: 100%; position: absolute; top: 0; left: 0; transition: opacity 500ms; }
.property-image:before { content: ""; display: block; width: 100%; height: 100%; position: absolute; top: 45%; font-size: 35px; text-align: center; }
.property-image &gt; img { cursor: pointer; display: none; width: 100%; height: 100%; object-fit: cover; position: absolute; top: 0; left: 0; }
.property-map { visibility: hidden; opacity: 0; z-index: 1; transition: visibility 500ms, opacity 500ms; }
.property-map.active { visibility: visible; opacity: 1; }
.property-tour { position: relative; z-index: 1; visibility: hidden; opacity: 0; transition: visibility 500ms, opacity 500ms; }
.property-tour:before { content: ""; display: block; width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: 2; }
.property-tour.active { visibility: visible; opacity: 1; }
.property-iframe { display: block; width: 100%; height: 100%; position: absolute; top: 0; left: 0; }
.property-iframe iframe { width: 100%; height: 100%; position: relative; z-index: 5; }
.banner-btn-wrap { display: block; width: calc(100% - 80px); max-width: calc(100% - 80px); position: absolute; right: 0; bottom: 0; left: 0; z-index: 10; margin: auto; text-align: center; }
.property-banner .collapse-btn { display: inline-block; min-width: 160px; margin: 0 0 5px; padding: 10px 12px; text-align: center; }
.property-banner .collapse-btn:hover { background: hsla(0, 0%, 100%, 1); }
.property-banner .property-map-btn, .property-banner .property-tour-btn { background: hsla(0, 0%, 100%, 0.75); }
.property-banner .property-gallery-btn { background: hsla(0, 0%, 100%, 0.75); }

.property-list-property-favorite { position: absolute; top: 15px; right: 15px; z-index: 15; font-size: 45px; line-height: normal; }
.property-list-property-favorite .fa-heart-o { color: #fff; }
.property-list-property-favorite .overlay { position: absolute; top: 0; right: 0; z-index: 2; }
.property-list-property-favorite .under { position: absolute; top: 0; right: 0; z-index: 1; color: rgba(0,0,0,0.35); }
.property-list-property-favorite .under.favorited { color: red; }

/* Property Overview */
.property-overview { position: relative; padding: 40px 40px 20px; }
.property-overview:after { content: ""; display: table; clear: both; }
.property-overview .property-name { float: left; margin: 0 15px 7px 0; font-size: 32px; line-height: 1.15; text-transform: uppercase; }
.property-overview .price-range { float: right; position: relative; top: 3px; margin-bottom: 7px; font-size: 22px; line-height: 1; }
.property-overview .price-range sup, .property-overview .price-range small { position: relative; top: -5px; opacity: 0.75; font-size: 14px; color: #333; }
.property-overview .star-rating { display: table; clear: left; }
.property-overview .star-rating .fa { color: #edaf31; }
.property-overview hr { clear: both; }
.property-overview .property-info { margin-bottom: 15px; }
.property-overview .property-info.property-info-icons { margin-bottom: 0; }
.property-info:after { content: ""; display: table; clear: both; }
.property-info-item { display: block; float: left; position: relative; margin: 0 12px 3px 0; padding-right: 12px; }
.property-info-item:after { content: ""; display: block; position: absolute; top: 0; right: 0; bottom: 0; border-right: 1px solid #999; }
.property-info-item:last-child:after { display: none; }
.property-info-item.info-icon:after { display: none; }
.property-info-item.info-icon .fa { vertical-align: middle; margin-right: 3px; position: relative; font-size: 26px; }

/* Property Specials */
.property-specials { position: relative; padding: 0 40px 20px; }
.property-special { position: relative; margin: 0 -15px; padding: 20px; background: #efefef; border-radius: 3px; overflow: hidden; text-align: center; }
.property-special:before { content: ""; width: 0; height: 0; position: absolute; top: 0; left: 0; border-style: solid; border-width: 65px 65px 0 0; border-color: #333 transparent transparent transparent; }
.property-special .special-icon { position: absolute; top: 7px; left: 7px; font-size: 26px; }
.property-special .h3 { margin-top: 0; }

/* Property Tabs  */
.property-tabs-wrap { position: relative; margin-bottom: 2px; }
#propertyTabs { position: relative; margin: 0; padding: 0; border-top: 1px solid hsl(0, 0%, 89%); border-bottom: 1px solid hsl(0, 0%, 89%); display: flex; justify-content: space-between; }
#propertyTabs.fixed { width: 1200px; max-width: calc(100% / 4 * 3); position: fixed; top: 0; z-index: 800; background: #ccc; border-bottom: none; box-shadow: rgba(0,0,0,1) 0 0 10px -3px; }
#propertyTabs:after { content: ""; display: table; clear: both; }
.property-tabs li { list-style: none; /* display: table-cell; width: 1%; */ flex-grow: 1; border-left: 1px solid hsl(0, 0%, 89%); }
.property-tabs li:first-child { border-left: none; }
.property-tabs li a { display: block; position: relative; padding: 12px 5px; background: #f9f9f9; font-size: 14px; color: #484848; font-weight: 500; text-align: center; -webkit-transition: padding 0.35s, background 0.35s, color 0.35s; -moz-transition: padding 0.35s, background 0.35s, color 0.35s; -ms-transition: padding 0.35s, background 0.35s, color 0.35s; transition: padding 0.35s, background 0.35s, color 0.35s }
.property-tabs li a:hover, .property-tabs li a:focus { background: #eee; text-decoration: none; }
.property-tabs li a.active { background: hsl(var(--siteColor1)); color: #fff; }
.property-details-wrap .info-wrap { padding: 20px; }
.property-details-wrap .info-wrap p:last-child { margin: 0; }

/* Property Info Wrap Sections */
.info-wrap .info-wrap-heading { position: relative; padding: 10px 25px; background: #f9f9f9; border-bottom: 1px solid #ddd; font-size: 20px; font-weight: 500; }
.info-wrap .info-wrap-body { padding: 25px; }
.info-wrap em { display: block; margin-bottom: 15px; }
.info-wrap.active .info-wrap-heading { background: hsl(var(--siteColor1)); color: #fff; }
.info-wrap table, .info-wrap .table { width: 100%; }
.info-wrap .btn-group { display: table; margin: 0 auto; }
.info-wrap .btn-group .btn { min-width: 160px; border: 1px solid #ddd; }
.info-wrap .btn-group .refine-item { display: inline-block; position: relative; overflow: visible; }
.info-wrap .btn-group .refine-item &gt; li { display: block; height: auto; padding: 0; }
.info-wrap .btn-group .refine-item .refine-dropdown { width: 100%; height: 200px; padding: 0; overflow: auto; text-align: left; }
.info-wrap .btn-group .refine-item a { display: block; padding: 10px 15px; border-bottom: 1px solid #ddd; }
.info-wrap .signature { margin: 4px 10px 12px; font-size: 75%; font-style: italic; }
.info-wrap .owl-carousel { cursor: move; }
.info-wrap .scroll-indicator { display: block; margin-bottom: 15px; text-align: center; }
.info-wrap .scroll-indicator.hide-mobile { display: none; }
.info-wrap .scroll-indicator strong { display: inline-block; margin-left: 10px; }
.info-wrap .scroll-indicator .drag { display: inline-block; }
.info-wrap .scroll-indicator .swipe { display: none; }

/* Description Section */
.desc-block { max-height: 40vh; position: relative; overflow: auto; }

/* Calendar Section */
.calendar-legend { margin-bottom: 20px; }
.calendar-legend:after { content: ""; display: table; clear: both; }
.calendar-legend span { float: left; margin-right: 10px; font-size: 14px; font-weight: 500; }
.calendar-legend span &gt; div { display: inline-block; vertical-align: middle; width: 30px; height: 30px; border-radius: 1px; }
.calendar-table { border: 1px solid #ddd; font-size: 14px; }
.calendar-table th { padding: 5px !important; font-size: 15px; }
.calendar-table th.month { background: hsl(var(--siteColor1)); font-size: 18px; line-height: 1.25; color: #fff; text-align: center; text-transform: uppercase; }
.calendar-table td { height: 50px; padding: 5px !important; border-left: 1px solid #ddd; }
.calendar-table td.hdnvcgray { background: #fff; }
.calendar-table td:first-child { border-left: none; }
.calendar-table td a.property-rate { display: block; padding: 2px; background: hsl(var(--siteColor2)); border-radius: 2px; box-shadow: 0 2px 6px -2px #333; line-height: 1; text-align: center; font-weight: 500; margin-bottom: 5px; }
.calendar-table td a.property-rate:hover, .calendar-table td a.property-rate:focus { text-decoration: none; }

.calendar-legend .available, .calendar-table td { background-color: hsl(var(--siteColor1)); }
.calendar-legend .unavailable, .calendar-table .booked { background-color: hsla(var(--siteColor1), 0.35); }
.calendar-legend .check-in, .calendar-table .splitViewCheckin { background: linear-gradient(to left top, hsla(var(--siteColor1), 0.35) 49%, hsl(var(--siteColor1)) 50%) !important; }
.calendar-legend .check-out, .calendar-table .splitViewCheckout { background: linear-gradient(to left top, hsl(var(--siteColor1)) 49%, hsla(var(--siteColor1), 0.35) 50%) !important; }
/* End Calendar Styles */

/* Amenities Section */
.amenities-wrap .amenities-list { max-height: 50vh; overflow-y: auto; padding: 0; }
.amenities-wrap .amenities-list li { list-style: none; display: inline-block; vertical-align: top; width: 32%; padding: 8px; border-bottom: 1px solid hsl(0, 0%, 89%); }

/* Rates Section */
.rates-wrap .table-wrap { max-height: 50vh; overflow-y: auto; }

/* Reviews Section */
.reviews-wrap .heading .star-rating { display: inline-block; margin-left: 15px; font-size: 15px; color: #edaf31; }

/* Reviews Modal */
.rating-group &gt; label { margin: 10px 10px 10px 0; }
.star-rating-group{ display: inline-table; unicode-bidi: bidi-override; direction: rtl; }
.star-rating-group * { font-size: 14px; }
.star-rating-group &gt; [type*=radio] { display: none; }
.star-rating-group &gt; [type*=radio] + label { display: inline-block; vertical-align: top; width: 20px; height: 24px; overflow: hidden; line-height: 1; white-space: nowrap; text-indent: 9999px; }
.star-rating-group &gt; [type*=radio] + label:before { content: "\2605"; display: inline-block; font-size: 21px; color: #b5b5b5; text-indent: -9999px; }
.star-rating-group &gt; [type*=radio] + label:hover:before, .star-rating-group &gt; [type*=radio] + label:hover ~ label:before, .star-rating-group &gt; [type*=radio]:checked ~ label:before { content: "\2605"; color: #f6bd00; text-shadow: 0 0 1px #f6bd00; }
.star-rating-group &gt; .star-rating-clear[type*=radio] + label { width: 20px; margin-left: -20px; text-indent: -9999px; }
.star-rating-group &gt; .star-rating-clear[type*=radio] + label:before { width: 20px; height: 24px; }
.star-rating-group:hover &gt; [type*=radio] + label:before { content: "\2605"; color: #b5b5b5; text-shadow: none; }
.star-rating-group:hover &gt; [type*=radio] + label:hover:before, .star-rating-group:hover &gt; [type*=radio] + label:hover ~ label:before { content:'\2605'; color: #f6bd00; text-shadow: 0 0 1px #f6bd00; }
.review-form .datepicker-container { position: absolute; top: 100%; left: 0; }
.review-form .datepicker-container #ui-datepicker-div { position: absolute !important; top: 0 !important; left: 15px !important; }

.inquire-wrap { margin-bottom: 20px; } /* THIS IS NEEDED FOR WHEN THERE ARE NO REVIEWS, THE scrollto WILL NOT REACH THE PANEL HEAD AND HIGHLIGHT WITHOUT IT */

/* Property Contact Form */
.contact-form input[type=text], .contact-form input[type=email], .contact-form textarea { width: 100%; padding: 10px; border: 1px solid #ddd; line-height: 1.25; }
.contact-form textarea { height: 100px; }

/* Property Travel Dates */
.property-dates-wrap { width: 25%; float: left; position: absolute; top: 0; right: 0; z-index: 2; }
.property-dates-wrap:before { content: ""; display: block; width: 400px; max-width: calc(100% / 4); position: fixed; top: 0; bottom: 0; background: #fbfbfb; box-shadow: rgba(0,0,0,1) 0 0 15px -7px;  }
#travelDates { display: block; padding: 25px 20px 100px; position: relative; overflow-y: auto; font-size: 16px; }
#travelDates.fixed { display: block; width: 400px; max-width: calc(100% / 4); position: fixed; top: 0; bottom: 0; z-index: 800; }
.property-dates .alert-views { display: block; margin-bottom: 25px; padding-left: 55px; position: relative; border-radius: 0; border-top: none; color: #484848; }
.property-dates .alert-views .fa { height: 36px; position: absolute; top: 0; bottom: 0; left: 10px; margin: auto; font-size: 36px; color: #fe0102; }
.property-dates .refine-dates { margin-bottom: 20px; position: relative; }
.property-dates .refine-dates:after { content: ""; display: table; clear: both; }
.property-dates .datepicker-wrap { display: block; width: 100%; position: relative; }
.property-dates input[type=text] { display: block; width: 50%; margin: 0; padding: 10px; float: left; background: #fff url('../images/icon-calendar.png') no-repeat right 10px center; border: 1px solid #dedede; -webkit-border-radius: 0; }
.property-dates .datepicker-container { position: absolute; top: 45px; }
.property-dates .detail-datepicker-checkin { left: 0; }
.property-dates .detail-datepicker-checkout { right: 0; }
.property-dates .datepicker-container #ui-datepicker-div { width: 265px; position: absolute !important; top: 100% !important; right: auto !important; left: 0 !important; }
.property-dates .detail-datepicker-checkin #ui-datepicker-div { right: auto !important; left: 0 !important; }
.property-dates .detail-datepicker-checkout #ui-datepicker-div { right: 0 !important; left: auto !important; }
.property-dates .datepicker-container #ui-datepicker-div .ui-datepicker-calendar td span, .property-dates .datepicker-container #ui-datepicker-div .ui-datepicker-calendar td a { width: 35px;}
.property-dates .btn { display: table; width: 235px; max-width: 235px; margin: 0 auto 15px; }
.property-dates #detailBookBtn { width: 100%; max-width: 100%; font-size: 24px; }
.property-dates .hr { margin: 10px 0 15px; position: relative; font-size: 20px; color: #ccc; font-weight: 700; text-align: center; }
.property-dates .hr:before, .property-dates .hr:after { content: ""; width: 42%; height: 1px; position: absolute; top: 0; bottom: 0; margin: auto; background: #dedede; }
.property-dates .hr:before { left: 0; }
.property-dates .hr:after { right: 0; }
.property-dates .remind-to-book-btn { width: auto; max-width: none; }

/* Close Travel Dates on Mobile */
#mobileClose { display: none; width: 54px; height: 40px; margin: 0; position: fixed; right: 10px; bottom: 10px; color: #fff; line-height: 1; }
#travelDates.active #mobileClose { display: block; }

/* Property Property Cost Breakdown */
.property-cost { margin-bottom: 30px; }
.property-cost .loading { display: block; margin: 0 auto; }
.property-cost-list { padding: 0; }
.property-cost-list li { list-style-type: none; padding: 10px 5px; border-top: 1px solid #ddd; }
.property-cost-list li:after { content: ""; display: block; clear: both; }
.property-cost-list li .text-right { float: right; margin-right: 5px; }
.property-cost-list li.min-nights { border-top: none; }

/* Split Cost Modal */
.split-cost-modal .nav-tabs &gt; li a { color: #484848; font-weight: 500; }
.split-cost-modal .nav-tabs &gt; li.active a { background: #e3e3e3; }
.split-cost-modal .tab-content { padding-top: 20px; }
.split-cost-icon { width: 100%; margin-top: 65px; font-size: 112px !important; text-align: center; }
.split-cost-modal input[disabled] { cursor: auto; }
.split-cost-modal .family-form &gt; fieldset { padding-top: 10px; }
.split-cost-modal .family-form &gt; fieldset:nth-child(odd) { background: #f7f7f7; border: 1px solid #ddd; margin-bottom: 5px; }

/* Share Modal */
#sharePropertyModal .modal-body { min-height: 75px; }

/* Share Widget */
.social-sharing-wrap { margin-top: 50px; }
.social-sharing-wrap .addthis_inline_share_toolbox { display: table; margin: 0 auto; }

/* Property Footer */
.property-footer-wrap { position: relative; z-index: 900; }
.property-footer-wrap .booking-footer-copyright { padding-right: 75px; }

/* Modal Datepicker CSS */
.datepicker-wrap-modal { display: block; width: 100%; position: relative; }
.datepicker-wrap-modal .datepicker-container { position: absolute; top: 33px; left: 0; }
.datepicker-wrap-modal .datepicker-container #ui-datepicker-div { position: absolute !important; top: 100% !important; right: auto !important; left: 0 !important; }

/* Property Responsive */
@media (max-width: 1200px) {
  #propertyDetails { width: 70%; -webkit-transition: width 0.25s; -moz-transition: width 0.25s; -ms-transition: width 0.25s; transition: width 0.25s; }
  .property-overview .price-range { float: none; clear: both; }
  .property-dates-wrap { width: 30%; }
  #propertyTabs.fixed { max-width: calc(100% / 10 * 7); }
  #travelDates { -webkit-transition: width 0.25s; -moz-transition: width 0.25s; -ms-transition: width 0.25s; transition: width 0.25s; }
  .property-dates-wrap:before, #travelDates.fixed { max-width: calc(100% / 10 * 3); }
  .property-dates .alert { font-size: 15px; }
}
@media (min-width: 1025px) {
  #travelDates, #travelDates.fixed { display: block !important; }
  #travelDates.active #mobileClose { display: none !important; }
}
@media (max-width: 1024px) {
  #propertyDetails, #propertyTabs.fixed { width: 100%; max-width: 100%; padding-right: 0; }
  .property-dates-wrap { width: 100%; z-index: 999; }
  .property-dates-wrap:before { display: none; }
  #travelDates, #travelDates.fixed { display: none; width: 100%; max-width: 100%; padding: 60px 25px; position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 999; background: #f9f9f9; }
  .property-dates .datepicker-container { right: auto; }
  .property-dates .datepicker-container #ui-datepicker-div { right: auto !important; }
  .property-dates .detail-datepicker-checkin { left: 0; }
  .property-dates .detail-datepicker-checkout { left: 50%; }
  .mobile-dates-toggle-wrap { display: block; }
  .property-footer-wrap { margin-bottom: 60px; z-index: 1; }
  .property-footer-wrap .booking-footer-copyright { padding-right: 12px; }
  #returnToTop { z-index: 99; }
}
@media (max-width: 768px) {
 .split-cost-icon { margin-top: 0; }
}
@media (max-width: 736px) {
  .property-banner .collapse-btn { min-width: 40px; width: 40px; }
  .property-banner .collapse-btn span { display: none; }
  .property-overview { padding: 25px 15px 20px; }
  .property-info-item:first-child { float: none; }
  .property-info-item:first-child:after { display: none; }
  .property-info-item.info-icon { float: left; }
  .property-tabs li a { font-size: 14px; }
  .property-tabs li a span { display: none; }
  .property-details-wrap .info-wrap { padding: 20px 15px; }
  .info-wrap .scroll-indicator { display: block; }
  .info-wrap .scroll-indicator .drag { display: none; }
  .info-wrap .scroll-indicator .swipe { display: inline-block; }
  .amenities-wrap .amenities-list, .rates-wrap .table-wrap { max-height: 180px; overflow-y: scroll; }
  .reviews-wrap .owl-item blockquote { padding-right: 0; }
  .calendar-legend span { margin: 0 15px 5px 0; max-width: 100%; font-size: 15px; }
}
@media (max-width: 667px) {
  .amenities-wrap .amenities-list li { width: 49%; }
}
@media (max-width: 568px) {
  .property-info-item { float: none; margin-right: 0; padding-right: 0; }
  .property-info-item:after { display: none; }
  .property-info-item.info-icon { margin-right: 10px; }
  .property-info-item.info-icon:last-child { margin-right: 0; }
  .property-dates .detail-datepicker-checkout { right: 0; }
  .property-dates .detail-datepicker-checkout #ui-datepicker-div { right: 0 !important; left: auto !important; }
}
@media (max-width: 480px) {
  .info-wrap .info-wrap-body { padding: 10px 5px; }
  .calendar-legend span { width: 115px; }
  .calendar-legend span:nth-child(3) { clear: left; }
  .mobile-dates-toggle-wrap #mobileDatesToggle { width: 190px; }
  .info-wrap .info-wrap-body { padding: 15px; }
  .info-wrap .scroll-indicator.hide-mobile { display: block; }
  #sendToFriendForm [class*=col] { width: 100%; }
  div#reviewscaptcha, div#qandacaptcha, div#pdpmoreinfocaptcha { transform: scale(0.75); transform-origin: 0 0; }
}
@media (max-width: 414px) {
  .property-banner { padding-bottom: 60%; }
  .property-info-item.info-icon { float: none; margin-bottom: 7px; }
  .info-wrap .btn-group .btn { min-width: 0; padding: 10px 15px; }
  .amenities-wrap .amenities-list, .rates-wrap .table-wrap { max-height: 300px; }
  .property-dates .btn { width: 100%; max-width: 100%; padding: 10px 5px; }
  .mobile-dates-toggle-wrap { height: 85px; }
  .mobile-dates-toggle-wrap #mobileDatesToggle { padding: 12px 0; }
  .mobile-dates-toggle-wrap small { display: block; }
  #mobileClose, #returnToTop { height: 60px; bottom: 30px; }
  .property-footer-wrap { margin-bottom: 100px; }
}
@media (max-width: 320px) {
  .amenities-wrap .amenities-list li { width: 100%; }
}

/* Property Print */
@media print and (color) {
  .booking-header-wrap { background: #fff !important; }
  .header-logo { width: 35px; height: 35px; margin: 10px 0 0; padding: 0; overflow: hidden; }
  .header-nav, .header-actions { display: none; }
  .banner-btn-wrap { display: none; }
  .property-overview { padding: 15px; }
  .property-overview .property-name { float: none; }
  .property-tabs-wrap { display: none; }
  .property-details-wrap .info-wrap { padding: 15px; }
  .property-details-wrap .calendar-wrap { display: none; }
  .property-details-wrap .info-wrap .owl-stage { width: 100% !important; transform: initial !important; }
  .property-details-wrap .info-wrap .owl-item { width: 100% !important; float: none !important; }
  .property-details-wrap .info-wrap .owl-item blockquote { margin: 0 !important; padding: 15px 0 !important; border: none !important; border-bottom: 1px solid #333 !important; }
  .property-details-wrap .inquire-wrap { display: none; }
  .property-details-wrap .info-wrap .btn-group { display: none; }
  .property-dates-wrap { display: none; }
  .mobile-dates-toggle-wrap { display: none; }
  .booking-footer-wrap { display: none; }
}


/* ------------------- */
/* Compare Favorites */
/* ------------------- */
.compare-wrap { padding: 50px 0; }
.compare-wrap h1 { margin: 0 0 40px; }
.compare-wrap .back-btn { display: table; }
.compare-carousel { padding: 0 50px; }
.compare-carousel .owl-nav { position: absolute; right: 0; top: 35%; left: 0; }
.compare-carousel .owl-prev, .compare-carousel .owl-next { width: 36px; height: 36px; padding: 9px 0; position: absolute; background: rgba(0,0,0,0.75) !important; border-radius: 2px; text-align: center; }
.compare-carousel .owl-prev { left: 0; }
.compare-carousel .owl-next { right: 0; }
.compare-carousel .owl-prev.disabled, .compare-carousel .owl-next.disabled { background: rgba(0,0,0,0.25) !important; }
.compare-carousel .owl-prev .fa, .compare-carousel .owl-next .fa { font-size: 18px; }
.compare-list-property { box-shadow: 0 0 5px -2px rgba(0,0,0,1); background: #fff; margin-bottom: 30px; }
.compare-list-property-img-wrap { position: relative; }
.compare-list-property-special { z-index: 2; position: absolute; top: 15px; left: -5px; display: inline-block; padding: 5px 20px 5px 15px; font-weight: 700; text-transform: uppercase; font-size: 16px; }
.compare-list-property-special:hover, .compare-list-property-special:active, .compare-list-property-special:focus { text-decoration: none; }
.compare-list-property-special .fa { margin-right: 5px; }
.compare-list-property-favorite { z-index: 2; position: absolute; top: 15px; right: 15px; font-size: 45px; line-height: normal; }
.compare-list-property-favorite .fa-heart-o { color: #fff; }
.compare-list-property-favorite .overlay { position: absolute; top: 0; right: 0; z-index: 2; }
.compare-list-property-favorite .under { color: rgba(0,0,0,0.35); position: absolute; top: 0; right: 0; z-index: 1; }
.compare-list-property-favorite .under.favorited { color: red; }
.compare-list-property-link { display: block; }
.compare-list-property-title-wrap { display: block; width: 100%; padding: 15px; z-index: 2; position: absolute; bottom: 0; left: 0; text-shadow: rgba(0,0,0,0.5) 1px 1px 1px; }
.compare-list-property-title { float: left; display: inline-block; }
.compare-list-property-title h3 { margin: 0; font-size: 20px; color: #fff; line-height: normal; }
.compare-list-property-title em { font-size: 15px; color: #fff; font-style: normal; font-weight: normal; text-transform: uppercase; display: block; }
.compare-list-property-rating { margin-top: 22px; font-size: 20px; line-height: normal; float: right; }
.compare-list-property-rating .fa { margin-left: -3px; text-shadow: rgba(0,0,0,0.5) 1px 1px 1px; }
.compare-list-property-img { position: relative; z-index: 1; display: block; padding-bottom: 65%; background-size: cover !important; background-position: center center !important; background-repeat: no-repeat !important; }
.compare-list-property-img:after { z-index: 1; opacity: 0.7; display: block; content: ""; position: absolute; bottom: 0; left: 0; right: 0; width: 100%; height: 50px; background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); }
.compare-list-property-info-wrap { position: relative; padding: 15px; line-height: normal; text-align: center; }
.compare-list-property-info-price { font-size: 22px; color: #333; display: inline-block; margin: 0 0 8px; }
.compare-list-property-info-price sup, .compare-list-property-info-price small { font-size: 14px; color: #333; opacity: 0.75; position: relative; top: -5px; margin-right: 2px; }
.compare-list-property-info { margin: 0; padding: 0; }
.compare-list-property-info li { display: inline-block; margin-right: 6px; list-style: none; font-size: 14px; }
.compare-list-property-info-type { display: inline-block; font-size: 15px; color: #fff; font-weight: 500; }
.compare-wrap .btn-group { display: table; margin: 0 auto 35px; clear: both; }
.compare-wrap .btn-group .btn { border-left: 1px solid #fff; }
.compare-wrap .btn-group .btn:first-child { border-left: none; }

.compare-wrap .no-favs { clear: both; padding: 10% 0; text-align: center; }
.send-to-friend-form .property-info { margin: 0 -15px; padding: 15px; }
.send-to-friend-form .property-info:nth-child(odd) { background: #f7f7f7; }
.send-to-friend-form .property-info label { font-size: 21px; }
.send-to-friend-form [class^=col]:first-child { padding-right: 10px; }
.send-to-friend-form [class^=col]:last-child { padding-left: 10px; }
.send-to-friend-form .thumbnail { margin: 0; padding: 0; border: none; }
.send-to-friend-form textarea { width: 100%; min-height: 90px; padding: 10px; border: 1px solid #ddd; border-radius: 4px; }
.send-to-friend-form .form-group { margin-top: 15px; }
.send-to-friend-form input[type=submit] {margin-top: 15px;}

.compare-footer-wrap { position: fixed; right: 0; bottom: 0; left: 0; z-index: 3; }

@media (max-width: 768px) {
  .compare-wrap h1 { margin-bottom: 20px; font-size: 28px; }
  .compare-carousel .owl-prev, .compare-carousel .owl-next { width: 42px; height: 42px; }
  .compare-wrap .back-btn { margin-bottom: 25px; }
}
@media (max-width: 568px) {
  .compare-wrap { padding: 25px 0; }
  .compare-wrap h1, .compare-wrap .back-btn { display: block !important; float: none !important; }
}
@media (max-width: 480px) {
  .compare-carousel { padding: 0 5px 25px; }
  .compare-carousel .owl-nav { position: relative; text-align: center; }
  .compare-carousel .owl-prev, .compare-carousel .owl-next { position: relative; right: auto; left: auto; margin: 0 8px; }
}
@media (max-width: 414px) {
  .send-to-friend-form [class^=col] { width: 100%; padding: 0 15px !important; }
  .send-to-friend-form [class^=col]:first-child { margin-bottom: 15px; }
}


/* ------------------- */
/* Book Now Page */
/* ------------------- */
.book-now { max-width: 1600px; }
.book-now #apiresponse &gt; img { display: block; margin: 0 auto; }
.book-now #summaryContainer #apiresponse input + label { width: 90%; vertical-align: top; }
.book-now #siteseal { vertical-align: top; position: relative; top: -9px; }
.book-now .cc-logos .fa { font-size: 37px; }
.book-now .form-group span { padding-bottom: 10px; }
.book-now .book-now-exp select { width: 49% !important; }
.book-now .book-now-exp select+select { width: 49% !important; margin-left: 2%; }
.book-now .terms-and-conditions-wrap { width: 100%; height: 150px; margin: 10px 0 20px; padding: 15px; overflow-y: auto; background: #f7f7f7; border: 1px solid #ccc; border-radius: 4px; box-shadow: inset 0 1px 1px rgba(0,0,0,.075); font-size: 14px; color: #333; }
.book-now input[type=submit] { margin-top: 10px; }
.booknow-footer-wrap { position: relative; }

.enrollment-modal .fa-stack { vertical-align: top; width: 40px; height: 20px; line-height: 1; }
.enrollment-modal .fa-stack &gt; .fa:first-child { top: -5px; left: -10px; -webkit-transform: rotate(270deg); -moz-transform: rotate(270deg); transform: rotate(270deg); }

/* Book Now Responsive */
@media (max-width: 768px) {
  .book-now .form-group [class^=col] { margin-bottom: 10px; }
}
@media (max-width: 736px) {
  .booking-header-wrap.booknow-header-wrap { height: 50px; }
}
@media (max-width: 480px) {
  .book-now #siteseal { display: block; top: auto; margin-top: 10px; }
  .book-now .book-now-card, .book-now .book-now-exp, .book-now .book-now-exp select, .book-now .book-now-exp select+select  { width: 100%; }
}


/* --------------------- */
/* Book Now Confirm Page */
/* --------------------- */
.booking-confirm { padding-bottom: 75px; }
.booknow-confirm-footer-wrap { position: fixed; bottom: 0; left: 0; right: 0; z-index: 3; }


/* ------------------- */
/* Resorts Page */
/* ------------------- */

/* Results Resorts Gallery */
.owl-resorts-gallery-wrap { padding-top: 10px; }
.resorts-carousel .item { position: relative; padding-bottom: 60%; }
.resorts-carousel .item img { width: 100%; position: absolute; top: 0; bottom: 0; left: 0; margin: auto; }
.resorts-carousel .owl-prev, .resorts-carousel .owl-next { position: absolute; top: 50%; -webkit-transform: translate(0,-50%); -moz-transform: translate(0,-50%); transform: translate(0,-50%); background: transparent !important; font-size: 32px !important; }
.resorts-carousel .owl-prev { left: 0; }
.resorts-carousel .owl-next { right: 0; }
.resorts-carousel .owl-prev:hover, .resorts-carousel .owl-next:hover { background: transparent !important; }

/* Results Resorts Section */
.resorts-wrap .map-wrap { display: none; }
.results-list-wrap.resorts-list-wrap { width: 100%; }
.resorts-info-wrap { margin-bottom: 25px; padding-bottom: 25px; border-bottom: 1px solid #ddd; }
.resorts-info-wrap ul { margin: 0; padding: 0; }
.resorts-info-wrap ul:after { content: ""; display: block; clear: both; }
.resorts-info-wrap ul li { display: block; float: left; margin: 0 15px 10px 0; }

/* Results Resorts Properties */
.resorts-list-all-results .results-list-properties &gt; .row &gt; [class^=col] { width: 33.33333%; }
@media (max-width: 992px) {
  .resorts-list-all-results .results-list-properties &gt; .row &gt; [class^=col] { width: 50%; }
}
@media (max-width: 736px) {
  .resorts-list-all-results .results-list-properties &gt; .row &gt; [class^=col] { width: 100%; }
}</pre></body></html>