/* ------------------- */
/* Site Theme Colors --- Copy these colors from the main sites /stylesheets/styles.css */
/* ------------------- */

/* SITE COLOR 1 */
/* PERFORM A FIND & REPLACE TO UPDATE HARD CODED SITE 1 COLORS */
.site-color-1, .site-color-1-hover:hover { color:hsl(202.1, 100%, 13.3%) !important; }
.site-color-1-lighten, .site-color-1-lighten-hover:hover { color: hsl(202.1, 100%, 23.3%) !important; }
.site-color-1-bg, .site-color-1-bg-hover:hover { background-color: hsl(202.1, 100%, 13.3%) !important; }
.site-color-1-lighten-bg, .site-color-1-lighten-bg-hover:hover { background-color: hsl(202.1, 100%, 23.3%) !important; }
/* SITE COLOR 2 */
.site-color-2, .site-color-2-hover:hover { color: hsl(51.5, 100%, 50%) !important; }
.site-color-2-lighten, .site-color-2-lighten-hover:hover { color: hsl(51.5, 100%, 60%) !important; }
.site-color-2-bg, .site-color-2-bg-hover:hover { background-color: hsl(51.5, 100%, 50%)!important; }
.site-color-2-lighten-bg, .site-color-2-lighten-bg-hover:hover { background-color: hsl(51.5, 100%, 60%) !important; }
/* SITE COLOR 3 */
.site-color-3, .site-color-3-hover:hover { color: hsl(202, 8%, 20%) !important; }
.site-color-3-lighten, .site-color-3-lighten-hover:hover { color: hsl(202, 8%, 30%) !important; }
.site-color-3-bg, .site-color-3-bg-hover:hover { background-color: hsl(202, 8%, 20%) !important; }
.site-color-3-lighten-bg, .site-color-3-lighten-bg-hover:hover { background-color: hsl(202, 8%, 30%) !important; }
/* SITE COLOR 4 */
.site-color-4, .site-color-4-hover:hover { color: hsl(0, 0%, 80%) !important; }
.site-color-4-lighten, .site-color-4-lighten-hover:hover { color: hsl(0, 0%, 90%) !important; }
.site-color-4-bg, .site-color-4-bg-hover:hover { background-color: hsl(0, 0%, 80%) !important; }
.site-color-4-lighten-bg, .site-color-4-lighten-bg-hover:hover { background-color: hsl(0, 0%, 90%) !important; }
/* SITE COLOR 5 */
.site-color-5, .site-color-5-hover:hover { color: hsl(202.1, 100%, 13.3%) !important; }
.site-color-5-lighten, .site-color-5-lighten-hover:hover { color: hsl(202.1, 100%, 23.3%) !important; }
.site-color-5-bg, .site-color-5-bg-hover:hover { background-color: hsl(202.1, 100%, 13.3%) !important; }
.site-color-5-lighten-bg, .site-color-5-lighten-bg-hover:hover { background-color: hsl(202.1, 100%, 23.3%) !important; }
/* SITE COLOR 6 */
.site-color-6, .site-color-6-hover:hover { color: hsl(51.5, 100%, 50%) !important; }
.site-color-6-lighten, .site-color-6-lighten-hover:hover { color: hsl(51.5, 100%, 60%) !important; }
.site-color-6-bg, .site-color-6-bg-hover:hover { background-color: hsl(51.5, 100%, 50%) !important; }
.site-color-6-lighten-bg, .site-color-6-lighten-bg-hover:hover { background-color: hsl(51.5, 100%, 60%) !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; }

/* ------------------- */
/* ---- All Pages ---- */
/* ------------------- */
html, body { width: 100%; -webkit-overflow-scrolling: touch; }
body { background-color: #fff; font: 14px/1.35 'Raleway', helvetica, arial, 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 > .row, .container > div > .row { padding: 0; }
.bootstrap-select { width: 100% !important; }
.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; }
.text-upper { text-transform: uppercase !important; }
.text-lower { text-transform: lowercase !important; }
.text-cap { text-transform: capitalize !important; }

/* Bootstrap Overrides */
.modal-header { border-radius: 5px 5px 0 0; }

/* Style Checkboxes with Custom look
  THE LABEL for ATTRIBUTE VALUE MUST MATCH THE INPUT id FOR THIS TO WORK
*/

/*Flex Tabs*/
.results-tab-bar ul.nav.nav-tabs small { margin-right: 2px; }
/*END Flex Tabs*/

.refine-item.refine-checkbox { padding: 8px; }
.refine-item.refine-checkbox input[type=checkbox] + label:before { top: 6px; }

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; font-family: "FontAwesome"; font-size: 24px; color: hsl(202.1, 100%, 13.3%); 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; }

/* Social Sharing Overrides */
.rrssb-buttons li a .rrssb-icon { right: 0 !important; left: 0 !important; margin: auto !important; }
.rrssb-buttons li a .rrssb-text { display: none !important; }

/* 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; max-width:100%; white-space:normal; }

/* 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: 5px 15px; position: relative; z-index: 5; }
.header-logo a { display: block; }
.header-logo a img { height: 55px; }

/* Header Navigation */
.header-nav { position: absolute; top: 0; left: 100px; z-index: 3; }
.header-nav ul { margin: 0; padding: 0 0 0 35px; 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 ul li a { display: block; padding: 25px 12px; color: #fff !important; line-height: 1; }
.header-nav li.active > 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 li > ul { display: block; width: 300px; visibility: hidden; opacity: 0; position: absolute; left: 50%; transform: translate(-50%,0); margin: 0; padding: 0; background: hsl(202.1, 100%, 13.3%); 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.sub ul { left: 0; transform: none; display: none; }
.header-nav ul ul li.sub:hover ul { display: block; }
.header-nav ul ul li.sub > a:after { content: "\f054"; font-family: FontAwesome; font-size: 15px; position: absolute; top: 50%; right: 15px; transform: translateY(-50%); }
.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-nav ul ul ul { top: 0; left: 0; z-index: -1; transform: none; transition: all, ease-in-out 0.2s; }
.header-nav ul ul > li:hover > ul { opacity: 1; visibility: visible; top: 0; left: 100%; transform: none; }
.header-nav ul > li:last-child > ul ul { opacity: 0; visibility: hidden; right: 50%; }
.header-nav ul > li:last-child > ul li:hover ul { opacity: 1; visibility: visible; top: 0; right: 100%; left: auto; transform: none; }

.header-mobileToggle { display: none; }

.header-nav .bootstrap-select .dropdown-menu { background-color:#fff; padding:0; min-width:0!important; }
.header-nav .select-wrap { width: 100%; height: 46px; background: #fff; border-radius: 3px; }
.header-nav .select-wrap li a { color:#333!important; }
.header-nav .select-wrap li a:hover, .header-nav .select-wrap li a:focus { background: rgba(0,0,0,0.15)!important; }
.header-nav select { opacity: 0; position: absolute; top: 0; left: 0; right: 0; width: 100%; }
.header-nav input[type=text]:focus, .header-nav .bootstrap-select button:focus { outline: none !important; }
.header-nav .bootstrap-select { width: 220px !important; }
.header-nav .bootstrap-select button { width: 100%; height: 46px; padding: 12px 25px 12px 15px; z-index: 1; background: transparent; border: none; border-radius: 3px; font-size: 14px; color: #0a0a0a; font-weight: 300; text-transform: none; }
.header-nav .bootstrap-select button .filter-option { color: #0a0a0a; text-transform: uppercase; border:1px solid #259aad; }
.header-nav .bootstrap-select button .filter-option-inner { padding-right: 0; }
.header-nav .bootstrap-select button .filter-option-inner-inner { text-overflow: ellipsis; }
.header-nav .bootstrap-select .text { font-size: 17px; }

/* 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-bottom: 10px; border: 1px #eee solid; border-bottom: none; }
.header-dropbox-list-item .btn { display: block; width: calc(100% - 20px); margin: 0 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; padding: 10px; }
.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 {}
.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; -o-animation: owl-gallery-loader-scale 1035ms infinite linear;	-ms-animation: owl-gallery-loader-scale 1035ms infinite linear; -webkit-animation: owl-gallery-loader-scale 1035ms infinite linear; -moz-animation: owl-gallery-loader-scale 1035ms infinite linear; position: absolute; top: 45%; left: 49%; -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%); 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); } }
@-o-keyframes owl-gallery-loader-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 owl-gallery-loader-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 owl-gallery-loader-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 owl-gallery-loader-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); } }
.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: 80%; */ padding-bottom: 55%; 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 { max-height: 80px; padding: 0 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 [class*=owl-] { margin: 0 !important; }
.owl-theme .owl-nav [class*=owl-], .owl-gallery-thumbs .item { -moz-transition: all, ease-in-out 0.3s; -o-transition: all, ease-in-out 0.3s; -webkit-transition: all, ease-in-out 0.3s; 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 .owl-prev, .owl-gallery .owl-nav .owl-next, .owl-gallery-thumbs .owl-nav .owl-prev, .owl-gallery-thumbs .owl-nav .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%; -webkit-transform: translate(0,-50%); -moz-transform: translate(0,-50%); -ms-transform: translate(0,-50%); -o-transform: translate(0,-50%); transform: translate(0,-50%); animation: fadein 1.5s; }
.owl-gallery .owl-nav .owl-prev:hover, .owl-gallery .owl-nav .owl-next:hover, .owl-gallery-thumbs .owl-nav .owl-prev:hover, .owl-gallery-thumbs .owl-nav .owl-next:hover { opacity: 1; background: rgba(0,0,0,0.75) !important; }
.owl-gallery .owl-nav .owl-prev, .owl-gallery-thumbs .owl-nav .owl-prev { left: 0; opacity: 0.75; }
.owl-gallery .owl-nav .owl-next, .owl-gallery-thumbs .owl-nav .owl-next { right: 0; opacity: 0.75; border-radius: 5px 0 0 5px !important; }
.owl-gallery .owl-nav .owl-prev:before, .owl-gallery .owl-nav .owl-next:before, .owl-gallery-thumbs .owl-nav .owl-prev:before, .owl-gallery-thumbs .owl-nav .owl-next:before { 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%); font-family: "FontAwesome"; color: #fff; }
.owl-gallery .owl-nav .owl-prev:before, .owl-gallery-thumbs .owl-nav .owl-prev:before { content: "\f053"; left: 46%; }
.owl-gallery .owl-nav .owl-next:before, .owl-gallery-thumbs .owl-nav .owl-next:before { content: "\f054"; left: 56%; }
.owl-gallery-thumbs .owl-nav .owl-prev, .owl-gallery-thumbs .owl-nav .owl-next { font-size: 20px !important; width: 40px !important; height: 40px !important; top: 50%; }
.owl-gallery .owl-nav .owl-prev span, .owl-gallery .owl-nav .owl-next span, .owl-gallery-thumbs .owl-nav .owl-prev span, .owl-gallery-thumbs .owl-nav .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: 16px !important; line-height: 2 !important; }
.ui-datepicker { background: #f5f5f5; border: 0; border-radius: 0; box-shadow: 0 0 50px -14px #000; }
.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(202.1, 100%, 13.3%); border-bottom: 1px solid hsl(202.1, 100%, 13.3%); color: #fff; line-height: 1.5; text-align: center; }
.ui-datepicker .ui-datepicker-next { width: 34px !important; height: 30px !important; top: 0 !important; right: 0 !important; background: url('../images/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/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; }
/* table.ui-datepicker-calendar td.ui-datepicker-week-end .ui-state-default { color: #0d0dff !important; font-weight: 800; } */
.ui-datepicker-calendar th { 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(202.1, 100%, 13.3%) !important; border: 1px solid hsl(202.1, 100%, 13.3%) !important; */ font-size: 12px; /* color: #fff !important; */ text-align: center; background: hsl(0, 0%, 100%) !important; border: 1px solid #ddddde !important; color: #000 !important; }
.ui-datepicker-calendar td a:hover, .ui-datepicker-calendar td a:active, .ui-datepicker-calendar td a:focus { background: #ddddde !important; font-weight: normal; }

.ui-datepicker-calendar td.ui-state-disabled span, .ui-datepicker-calendar td.ui-state-disabled a,
.ui-datepicker-calendar td.ui-state-disabled.past-date span.ui-state-default, .ui-datepicker-calendar td.ui-state-disabled.past-date a.ui-state-default { background: #ffffff !important; color: rgba(72,72,72,0.65) !important; }

.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: #ddddde !important; border: 1px solid #444 !important; color: #000 !important; }
.ui-datepicker .ui-datepicker-today span:hover { background: #ddddde !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(51.5, 100%, 50%) !important; border-color: hsl(51.5, 100%, 50%) !important; color: #fff !important; }

.ui-datepicker .ui-datepicker-calendar td.turnday:not(.unavailable):not(.unavailableCheckin):not(.unavailableCheckout) .ui-state-default { font-weight: 800; }
.ui-datepicker .ui-datepicker-calendar td.available.nonturnday .ui-state-default { background: #fff !important; color: rgba(72,72,72,0.65) !important; }
.ui-datepicker .ui-datepicker-calendar td.available .ui-state-default {  font-weight: 700; }
.ui-datepicker .ui-datepicker-calendar td.unavailable .ui-state-default { background: #ddddde !important; }

.ui-datepicker td.ui-datepicker-unselectable.ui-state-disabled.unavailableCheckin, .ui-datepicker td.ui-datepicker-week-end.ui-datepicker-unselectable.ui-state-disabled.unavailableCheckout { opacity: 1; }
.ui-datepicker .ui-datepicker-calendar td.availableCheckout .ui-state-default, .ui-datepicker .ui-datepicker-calendar td.unavailableCheckout .ui-state-default { background: linear-gradient(135deg, #ddddde 0%,#ddddde 50%,#ffffff 51%,#ffffff 100%) !important; }
.ui-datepicker .ui-datepicker-calendar td.availableCheckin .ui-state-default, .ui-datepicker .ui-datepicker-calendar td.unavailableCheckin .ui-state-default { background: linear-gradient(135deg, #ffffff 0%,#ffffff 50%,#ddddde 51%,#ddddde 100%) !important; }
.ui-datepicker .ui-datepicker-calendar td.availableCheckout .ui-state-default:hover, .ui-datepicker .ui-datepicker-calendar td.unavailableCheckout .ui-state-default:hover,
.ui-datepicker .ui-datepicker-calendar td.availableCheckout .ui-state-default:active, .ui-datepicker .ui-datepicker-calendar td.unavailableCheckout .ui-state-default:active,
.ui-datepicker .ui-datepicker-calendar td.availableCheckout .ui-state-default:focus, .ui-datepicker .ui-datepicker-calendar td.unavailableCheckout .ui-state-default:focus { background: #ddddde !important; }
.ui-datepicker .ui-datepicker-calendar td.availableCheckin .ui-state-default:hover, .ui-datepicker .ui-datepicker-calendar td.unavailableCheckin .ui-state-default:hover,
.ui-datepicker .ui-datepicker-calendar td.availableCheckin .ui-state-default:active, .ui-datepicker .ui-datepicker-calendar td.unavailableCheckin .ui-state-default:active,
.ui-datepicker .ui-datepicker-calendar td.availableCheckin .ui-state-default:focus, .ui-datepicker .ui-datepicker-calendar td.unavailableCheckin .ui-state-default:focus { background: #ddddde !important; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: 1 !important; }
.ui-datepicker .ui-datepicker-calendar td.availableCheckin.nonturnday:not(.ui-state-disabled) .ui-state-default,
.ui-datepicker .ui-datepicker-calendar td.availableCheckout.nonturnday:not(.ui-state-disabled) .ui-state-default { font-weight: 800; }

@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; }
  .header-logo { padding:9px 15px; }
  .header-logo a img { height:47px; }
  .booking-header-wrap { height: 65px; }
  .header-mobileToggle { display: block; width: 48px; position: relative; left: 105px; 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 > ul { pointer-events: none; display: block; visibility: hidden; opacity: 0; width: 100%; position: fixed; top: 66px; bottom: 50px; 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 > 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(202, 8%, 20%) !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(202, 8%, 20%) !important; }
  .header-nav ul li i {display: block; height: 48px; padding: 14px 16px; position: absolute; top: 0; right: 0; background: hsl(202.1, 100%, 13.3%) !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 li > ul { opacity: 1; visibility: visible; display: none; width: 100%; position: relative; }
  .header-nav ul ul li a { padding: 10px 30px; line-height: 1.5; }
  .header-nav ul ul ul { width: 100%; opacity: 1; visibility: visible; left: auto; right: auto; z-index: 1; }
  .header-nav ul ul > li:hover > ul { left: auto !important; right: auto !important; }
  .header-nav ul ul ul li a { padding: 15px 45px; }
  .header-nav ul ul li.sub ul,
  .header-nav ul ul li.sub:hover ul { display: block; }
  .header-nav .bootstrap-select { width:100%!important;}
  .header-nav .bootstrap-select button .filter-option { border:none; border-bottom:1px #eee solid; }
  .header-nav li:hover .select-wrap ul{ display:block; }
  .header-nav ul ul li.sub > a:after { display: none;}
}
@media (max-width: 992px) {
  .header-dropbox-list-img { padding-bottom: 78%; }
  .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: 5px 7px; }
  .header-logo a img { height:40px; }
  .header-mobileToggle { width: 42px; top: 5px; left: 85px; }
  .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 > ul { top: 51px; bottom: 0; }
}
@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-dropdown { 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-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.datepicker-wrap > .btn:nth-child(2) { border-radius: 3px 0 0 3px; }/* Skip Datepicker Wrap, First Button is Second Child */
.refine-dropdown.datepicker-wrap > .btn:nth-child(3) { border-left: none; border-radius: 0 3px 3px 0; }
.refine-dropdown-title { display: block; margin-bottom: 15px; font-size: 22px; font-weight: 700; }
.refine-text { cursor: pointer; height: 50px; padding: 15px 12px; -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, .refine-select: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"; }
.refine-select { width:120px; height:50px;transition:all, ease-in-out 0.25s; }
.refine-select .refine-text { padding:0; }
.refine-select .refine-text:hover { background-color:transparent; }
.refine-select .dropdown-toggle { padding:0; background-color:transparent; height:50px; padding:15px 12px; }
.refine-select .dropdown-toggle:hover, .refine-select .dropdown-toggle:focus, .refine-select .dropdown-toggle:active { outline:none!important;background-color:transparent!important; border-color:transparent!important; }
.refine-select .btn-default.active, .btn-default:active, .open>.dropdown-toggle.btn-default { background-color:transparent; border-color:transparent; }
.refine-select .bootstrap-select .dropdown-toggle .filter-option-inner-inner { text-overflow:ellipsis; text-transform:none; font:14px/1.35 'Raleway', helvetica, arial, sans-serif; color:#333; }
#viewFiltersMobile { display: none; font-weight: 600;}

/* Refine Dates */
.refine-dates { text-align: center; }
.refine-dates .refine-text { padding: 15px; }
.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: 40px; }
.refine-departure { display: inline-block; }
.refine-departure input[type=text] { width: 65px; }
.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-save .refine-dropdown.refine-counter { padding: 7px; }
.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 { 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-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 .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 > .dropdown-menu { min-width: 0 !important; width: 100%; }
.refine-filter-specific-property-select > .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 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 & 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;   border: 1px #ccc solid; }
.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 > .row { padding: 0; }
.results-list-properties > .row > [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 .top-info { padding:10px; display:flex; justify-content:space-between; align-items:center; height:70px; }
.results-list-property .location-title { font-size:14px; border-radius:0!important; }
.results-list-property .beach-gear-icon { height:60px; }
.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; }

.srp-img-placeholder { padding-bottom: 65%; position: relative; z-index: 1; }
.srp-img-placeholder .cssload-container { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); }
.results-list-property-img-wrap { position: relative; margin: 0; }
.results-list-loading { position: relative; z-index: 1; padding-bottom: 65%; }
.results-list-loading-img { display: block; width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: 1; background-size: cover !important; background-position: center center !important; background-repeat: no-repeat !important; }
.results-list-property-carousel { width: 100%; height: 100%; position: absolute !important; top: 0; left: 0; z-index: 2; }
.results-list-property-carousel .owl-nav { width: 100%; position: absolute; top: 40%; transform: translate(0, -40%); }
.results-list-property-carousel .owl-prev, .results-list-property-carousel .owl-next { width: 36px; height: 36px; position: absolute; background: rgb(255,255,255,0.75) !important; font-size: 20px; color: #333 !important; }
.results-list-property-carousel .owl-prev { left: 0; border-radius: 0 3px 3px 0; }
.results-list-property-carousel .owl-next { right: 0; border-radius: 3px 0 0 3px; }
.results-list-property-carousel .owl-prev:hover, .results-list-property-carousel .owl-next:hover { background: #fff !important; }

.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 { margin-top: 1px; }
.results-list-property-booknow-btn, .results-list-property-detail-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-price sup { font-size:14px; margin: 10px 0; top:0; display:block; }
.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 { display: none; }

/* 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%; }
.gm-style-iw { width: 180px !important; }
.gm-style-iw .btn { display: table; margin-top: 10px; }

/* Results Inquiry Form */
.results-inquiry-form-wrap { padding: 25px 15px; background: #eee; border: 1px solid #ddd; }
.results-inquiry-form-text { padding: 0 15px; 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 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: #484848; text-transform: capitalize; }
.results-inquiry-form ::-moz-placeholder { color: #484848; text-transform: capitalize; }
.results-inquiry-form :-ms-input-placeholder { color: #484848; text-transform: capitalize; }
.results-inquiry-form :-moz-placeholder { color: #484848; 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; }

/*Refine ApplyAll*/
.refine-item-applyAll {
    padding: 0 1px;
    /* margin-left: 0; */
    float: left;/*

    background: #de6c3d; color: #fff;
*/
}
.refine-item-applyAll .refine-text:hover, .refine-item-applyAll .refine-text-applyall:hover { color: #fff; background: transparent; }
.refine-item-applyAll span.refine-text-title { font-weight: 900; text-transform: uppercase; }
.refine-item-applyAll .refine-text-applyall { cursor: pointer;
    height: 50px;
    padding: 15px 12px;
    -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; }

/* Results Responsive */
@media (min-width: 2000px) {
  .results-list-properties > .row > [class^=col] { width: 33.33333333%; min-height: 1px; float: left; position: relative; }
  .results-list-full-width .results-list-properties > .row > [class^=col] { width: 25% !important; }
}
@media (min-width: 1330px) and (max-width: 1600px) {
  .refine-filter-box { left: auto; right: 0; transform: none; }
  span.refine-departure .fa-calendar:before { content: none; }
  .refine-dates .fa-long-arrow-right { margin: 0 0 0 5px; }
  .refine-item.refine-filters { position: absolute; right: 110px; top: 51px; }
  .refine-item-applyAll { position: absolute; top: 51px; right: 0; }
  .refine-save .refine-text { max-width: 168px; padding-left: 15px; }
  .refine-save .refine-dropdown.refine-counter { padding: 7px; }
}
/* .refine-item.refine-save { display: none; } */
@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 > .row > [class^=col] { width: 33.33333333%; }
}
@media (max-width: 1330px) {
  .mobile-hidden { display: none !important; }
  .refine-mobile { height: auto; }
  .refine-mobile:after { display: none; }
  .refine-mobile .refine-form { position: fixed; top: 174px; left: 0; right: 0; bottom: 50px; padding-bottom: 70px; overflow: auto; background: #fff; }
  .refine-mobile-controls { width: 100%; height: auto; padding: 10px 15px; 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; }
  .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; user-select: none; }
  .refine-mobile .refine-select { width:100%; padding:0; height:auto; }
  .refine-select .dropdown-menu { top:100%; left:0; }
  .refine-select .dropdown-menu>li>a { padding: 8px 20px; }
  .refine-mobile .refine-item .refine-text { padding: 15px 25px; border-bottom: 1px #eee solid; }
  .refine-mobile .refine-item.refine-select-area .refine-text, .refine-mobile .refine-item.refine-select-location .refine-text { padding: 0 0 0 15px; }
  .refine-mobile .refine-item .refine-dropdown { width: auto; position: relative; top: auto; left: auto; border: none; box-shadow: none; border-bottom: 1px #eee 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-item.refine-checkbox input[type=checkbox] + label:before { top: auto; }
  .refine-item.refine-checkbox br { display: none; }
  .bootstrap-select .dropdown-toggle .filter-option { top: -13px; }
  .refine-item.refine-checkbox { border-bottom: 1px #eee solid; padding: 15px 25px; }
/*   .bootstrap-select .dropdown-toggle .caret { top: 28%; } */
  .bootstrap-select .dropdown-toggle .filter-option { top: -1px; }

  .refine-item-applyAll { float: none; }
}

@media (max-width: 1200px) {
  .results-list-property-rating, .results-list-property-title { display: block; float: none; }
  .map-wrap { top: 175px; }
}
@media (max-width: 1024px) {
  .refine-mobile-controls { top: 65px; }
  .refine-mobile .refine-form { top: 109px; }
  .results-list-wrap { width: 100%; padding: 140px 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; }

  /*.refine-select .dropdown-toggle { padding: 0; }*/
}
@media (max-width: 768px) {
  .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-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: 120px 15px 70px; }
  .results-list-key { padding: 0; }
  .results-list-properties > .row > [class^=col] { display: block; width: 100%; padding: 0 15px; }
  .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; }
  .results-footer-wrap { position: relative; }
}
@media (max-width: 568px) {
  .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 > img { cursor: pointer; display: none; width: 100%; height: auto; 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: calc(100% - 49px); 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%); }
#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%; 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(202.1, 100%, 13.3%); 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(202.1, 100%, 13.3%); 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 > 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-inline: 10px; }
.info-wrap .scroll-indicator .drag { display: inline-block; }
.info-wrap .scroll-indicator .swipe,
.info-wrap.reviews-wrap .scroll-indicator { display: none; }

/* Description Section */
.desc-block { max-height: 40vh; position: relative; overflow: auto; }

.map-section iframe { height:500px; }
.map-section .map-options { text-align:center; margin-top:10px; }
.map-section .map-options .map-option { margin-left:10px; }
.map-section .map-options .map-option:first-child { margin-left:0; }

/* 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 > 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(202.1, 100%, 13.3%); 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: #ffffff; }
.calendar-table td:first-child { border-left: none; }
.calendar-table td a.property-rate { display: block; padding: 2px; background: hsl(51.5, 100%, 50%); border-radius: 2px; box-shadow: 0 2px 6px -2px #333; line-height: 1; text-align: center; font-weight: 500; }
.calendar-table td a.property-rate:hover, .calendar-table td a.property-rate:focus { text-decoration: none; }

.calendar-table.table-bordered>tbody>tr>td, .calendar-table.table-bordered>tbody>tr>th, .calendar-table.table-bordered>tfoot>tr>td, .calendar-table.table-bordered>tfoot>tr>th, .calendar-table.table-bordered>thead>tr>td, .calendar-table.table-bordered>thead>tr>th { border-color: #ccc; }

.calendar-legend .available, .calendar-table td {/* background-color: hsl(202.1, 100%, 13.3%);*/ background-color: hsl(0, 0%, 100%); }
.calendar-table td.available { color: #000 !important; }

.calendar-legend .unavailable, .calendar-table .booked { /* background-color: hsla(202.1, 100%, 13.3%,0.5); */ background-color: #ddddde; color: rgba(72,72,72,0.65) !important; }
.calendar-table .booked strong { color: rgba(72,72,72,0.65) !important; font-weight: normal; }
.calendar-legend .check-in, .calendar-table .splitViewCheckin { /* background: linear-gradient(to left top, hsla(202.1, 100%, 13.3%,0.5) 49%, hsl(202.1, 100%, 13.3%) 50%) !important; */ background: linear-gradient(to left top, #ddddde 49%, hsl(0, 0%, 100%) 50%) !important; color: #000 !important; }
.calendar-legend .check-out, .calendar-table .splitViewCheckout { /* background: linear-gradient(to left top, hsl(202.1, 100%, 13.3%) 49%, hsla(202.1, 100%, 13.3%,0.5) 50%) !important; */ background: linear-gradient(to left top, hsl(0, 0%, 100%) 49%, #ddddde 50%) !important; color: rgba(72,72,72,0.65) !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,
.reviews-wrap .reviews-carousel .star-rating { display: inline-block; margin-left: 15px; font-size: 15px; color: #edaf31; }
.reviews-wrap .reviews-carousel .owl-nav{ position: relative; z-index: 2;
width: 25%;	margin: -20px auto auto; display: flex;	justify-content: space-between; }
@media ( width <= 736px){
  .reviews-wrap .reviews-carousel .owl-nav{ display: none; }
}
.reviews-wrap .reviews-carousel .owl-nav button span {
font-size: 7rem; line-height: 0; }
.reviews-wrap .reviews-carousel .owl-nav [class*="owl-"]:hover {
	all:unset!important; cursor: pointer !important;
}
/* Reviews Modal */
.rating-group > 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 > [type*=radio] { display: none; }
.star-rating-group > [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 > [type*=radio] + label:before { content: "\2605"; display: inline-block; font-size: 21px; color: #b5b5b5; text-indent: -9999px; }
.star-rating-group > [type*=radio] + label:hover:before, .star-rating-group > [type*=radio] + label:hover ~ label:before, .star-rating-group > [type*=radio]:checked ~ label:before { content: "\2605"; color: #f6bd00; text-shadow: 0 0 1px #f6bd00; }
.star-rating-group > .star-rating-clear[type*=radio] + label { width: 20px; margin-left: -20px; text-indent: -9999px; }
.star-rating-group > .star-rating-clear[type*=radio] + label:before { width: 20px; height: 24px; }
.star-rating-group:hover > [type*=radio] + label:before { content: "\2605"; color: #b5b5b5; text-shadow: none; }
.star-rating-group:hover > [type*=radio] + label:hover:before, .star-rating-group:hover > [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; }

/* 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; }

/* 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; }
.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; }

/* Split Cost Modal */
.split-cost-modal .nav-tabs > li a { color: #484848; font-weight: 500; }
.split-cost-modal .nav-tabs > 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 > fieldset { padding-top: 10px; }
.split-cost-modal .family-form > fieldset:nth-child(odd) { background: #f7f7f7; border: 1px solid #ddd; margin-bottom: 5px; }

/* Share Modal */
#sharePropertyModal .modal-body { min-height: 75px; }
#sharePropertyModal .rrssb-buttons { visibility: hidden; opacity: 0; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -ms-transition: all 0.5s; transition: all 0.5s; -webkit-transition-delay: 0.25s; -moz-transition-delay: 0.25s; -ms-transition-delay: 0.25s; transition-delay: 0.25s; } /* CHANGE EVENT IN property.js */
#sharePropertyModal .rrssb-buttons li { width: 25% !important; }

/* 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; }

/* 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; }
  .info-wrap.reviews-wrap .scroll-indicator { display: block; }
  .info-wrap .info-wrap-body { padding: 25px 0; }
  .info-wrap-body table td { white-space:nowrap; max-width:90px; text-overflow:ellipsis; overflow:hidden; }
  .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; }
  .map-section iframe { height:400px; }
  .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) {
  .calendar-legend span { width: 115px; }
  .calendar-legend span:nth-child(3) { clear: left; }
  .mobile-dates-toggle-wrap #mobileDatesToggle { width: 190px; }
  .info-wrap .scroll-indicator.hide-mobile { display: block; }
  #sendToFriendForm [class*=col] { width: 100%; }
}
@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: 190px; max-width: 190px; padding: 10px 5px; }
  .mobile-dates-toggle-wrap { height: 100px; }
  .mobile-dates-toggle-wrap #mobileDatesToggle { padding: 20px 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-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: 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 #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 > .fa:first-child { top: -5px; left: -10px; -webkit-transform: rotate(270deg); -moz-transform: rotate(270deg); transform: rotate(270deg); }

.panel-additionals .panel-heading {padding: 0; background-color: hsl(202.1, 100%, 13.3%) !important;}
.panel-additionals .panel-heading a {display: block; padding: 10px; color: #fff;}
.panel-additionals .panel-heading a:hover,
.panel-additionals .panel-heading a:focus {text-decoration: none;}
.panel-additionals .panel-heading a .fa:before {content: "\f068";}
.panel-additionals .panel-heading a.collapsed .fa:before {content: "\f067";}

.addOnsLoading {display: none; position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 9999; background: rgba(0,0,0,0.5);}
.addOnsLoading > img {width: 100px; height: 100px; margin: auto; position: absolute; top: 0; right: 0; bottom: 0; left: 0; }

.booking .amenities.panel-body ul {padding: 0;}
.booking .amenities.panel-body ul li {list-style: none;}
.booking.book-now #accordion .table>tbody>tr>td:first-child {width: 25px;}
.booking.book-now #accordion .table>tbody>tr>td:last-child {display: block;}
.booking.book-now .add-ons-container {width: 100%;}
.booking.book-now .add-ons-container .row {padding: 15px;}
.booking.book-now .add-ons-container .row:nth-child(even) {background: #efefef;}
.booking.book-now .add-ons-container .row div {display: block; float: left; line-height: 1.25;}
.booking.book-now .add-ons-container .checkbox-col {width: 7%;}
.booking.book-now .add-ons-container .checkbox-col input[type="checkbox"] {width: 16px; height: 16px;}
.booking.book-now .add-ons-container .package-col {width: 73%;}
.booking.book-now .add-ons-container .cost-col {width: 20%; text-align: right;}
.booking.book-now .add-ons-container .addon-image-wrap { width: 100%; float: none; }
.booking.book-now .add-ons-container .addon-image-wrap img { width: 100%; height: auto; }
.terms-and-conditions-agree [class*='col-'] { float:none; display:inline-block; }
.terms-and-conditions-agree .col-xs-8 { width:65%; }
.terms-and-conditions-agree .input-well input[type=checkbox] + label:before { top:0; }

/* 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-print-btn { display: block; width: 100%; }
  .book-now-print-btn a { display: block; }
  .book-now input[type=submit] { font-size: 24px; }
}


/* --------------------- */
/* 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 */
.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 > .row > [class^=col] { width: 33.33333%; }
@media (max-width: 992px) {
  .resorts-list-all-results .results-list-properties > .row > [class^=col] { width: 50%; }
}
@media (max-width: 736px) {
  .resorts-list-all-results .results-list-properties > .row > [class^=col] { width: 100%; }
}