<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Site Theme Colors
---------------------------------------------- */
:root {
 /* Site Colors are HSL values */
 --siteColor1: 185, 51%, 48%; /* Teal */
 --siteColor2: 38, 54%, 69%; /* Tan */
 --siteColor3: 0, 0%, 20%; /* Dark Gray */
 --siteColor4: 0, 0%, 80%; /* Light Gray */
 --siteColor5: 195, 30%, 54%; /* Blue/Teal */


 --siteColor6: 179, 48%, 60%; /* Light Turquoise */
 --siteFont1: 'Montserrat'; /* sans-serif */
 --siteFont2: 'Raleway'; /* sans-serif */
 --siteFont3: 'PT Sans'; /* sans-serif */

 --siteFont4: 'Great Vibes'; /* sans-serif */
 --siteFont5: 'Rubik'; /* sans-serif */

}

.site-color-1, .site-color-1-hover:hover { color: hsl(var(--siteColor1)) !important; }
.site-color-1-lighten, .site-color-1-lighten-hover:hover { color: hsla(var(--siteColor1), 0.75) !important; }
.site-color-1-bg, .site-color-1-bg-hover:hover { background-color: hsl(var(--siteColor1)) !important; }
.site-color-1-lighten-bg, .site-color-1-lighten-bg-hover:hover { background-color: hsla(var(--siteColor1), 0.75) !important; }
.site-color-2, .site-color-2-hover:hover { color: hsl(var(--siteColor2)) !important; }
.site-color-2-lighten, .site-color-2-lighten-hover:hover { color: hsla(var(--siteColor2), 0.75) !important; }
.site-color-2-bg, .site-color-2-bg-hover:hover { background-color: hsl(var(--siteColor2)) !important; }
.site-color-2-lighten-bg, .site-color-2-lighten-bg-hover:hover { background-color: hsla(var(--siteColor2), 0.75) !important; }

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

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

/* Layout */
@keyframes fadein { 0%, 25% { opacity: 0 } 100% { opacity: 1 } }
body { font: 16px/1.75 var(--siteFont1), 'Helvetica Neue', helvetica, sans-serif; color: #333; background-color: #fff; }
body.admin-bar-active .i-wrapper { margin-top: 40px; }
.i-wrapper { width: 100%; position: relative; }
label { font-family: var(--siteFont1); font-size: 16px; color: inherit; line-height: 1; }
label.error { font-size: 14px; color: red !important }
input[type=text], input[type=email], input[type=password], input[type=search] { height: auto; padding: 10px; border: 1px solid #ddd; border-radius: 0; outline: none; font-family: var(--siteFont1); color: inherit; line-height: 1; }
input[type=text]:focus, input[type=email]:focus, input[type=password]:focus, input[type=search]:focus, textarea:focus { box-shadow: 0 0 0 3px hsla(0,0%,0%,0.25); }
textarea { min-height: 100px; padding: 10px; line-height: 1.35; }
a { transition: all, ease-in-out 0.25s; }
a:not(.btn) { color: hsl(var(--siteColor1)); }
p, li { font-family: inherit; font-size: inherit; font-weight: inherit; line-height: inherit; }
p:last-child { margin-bottom: 0; }
.hidden { display: none !important; }
.datepicker { cursor: pointer; background: #fff url('../images/icon-calendar.png') no-repeat right 10px center; }
.hasDatepicker { cursor: pointer; }

/* Bootstrap Related */
.container { position: relative; }
.container &gt; .row, .container &gt; div &gt; .row { padding: 0; }
.bootstrap-select, .bootstrap-select button { border-radius: 3px !important; }
.card-title &gt; button { font-weight: inherit; }
.accordion &gt; .card { border-bottom: 1px solid rgba(0,0,0,.125) !important; border-radius: 3px 3px 0 0 !important; }
.accordion &gt; .card + .card { margin-top: 10px; }
.accordion &gt; .card .card-header { margin-bottom: 0; border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0 !important; }
.accordion &gt; .card .card-header button { position: relative; background: #f7f7f7; }
.accordion &gt; .card .card-header button:after { content: ""; font-family: 'FontAwesome'; position: absolute; top: 16px; right: 15px; z-index: 2; font-size: 15px; color: #999; }
.accordion &gt; .card .card-header button[aria-expanded=true]:after { content: "\f068"; }
.accordion &gt; .card .card-header button[aria-expanded=false]:after { content: "\f067"; }
.accordion &gt; .card .card-body p:last-child { margin-bottom: 0; }

.btn { padding: 12px 20px; outline: none; border-radius: 0 !important; font-family: var(--siteFont3), sans-serif; font-size: 15px; text-transform: uppercase; transition: background 350ms; }
/* .btn:hover:before { content: ""; width: 100%; height: 100%; position: absolute; left: 0; bottom: 0; z-index: 0; background: hsl(0,0%,0%); background: linear-gradient(0deg, hsla(0,0%,0%,0.35) 0%, hsla(0,0%,0%,0) 100%); } */
.btn:focus { box-shadow: none !important; outline: none !important; }
.btn-lg { font-size: 24px; }
.btn-sm, .btn-mini { padding: 6px 15px; font-size: 12px; }
/* Button w/Loading Icons */
.btn-loader, button[type=submit] { position: relative; }
.btn-loader .btn-loading-text, button[type=submit] .btn-loading-text { display: none; }
.btn-loader .btn-loading-text .loading-icon, button[type=submit] .btn-loading-text .loading-icon { vertical-align: middle; font-size: 100%; line-height: 1; }

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

/* Style Radio Buttons with Custom look */
input[type=radio] { display: none; }
input[type=radio] + label { cursor: pointer; }
input[type=radio] + label:before { content: ""; display: inline-block; vertical-align: middle; width: 24px; height: 24px; background: #fff; border: 1px solid #666; border-radius: 50%; margin-right: 10px; position: relative; }
input[type=radio]:checked + label:before { content: "\f111"; padding-top: 5px; font-family: "FontAwesome"; font-size: 17px; color: hsl(217, 91%, 32%); line-height: 0.75; text-align: center; }
input[type=radio] + label.select-all:before { width: 18px; height: 18px; font-size: 18px; line-height: 0.85; }

/* 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%; animation: cssload-scale 1.1s infinite linear; }
@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; transform: translateZ(0); animation: cssload-wheel 1.1s infinite linear; }
@keyframes cssload-wheel { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } }

/* Admin Menu Bar */
.admin-menu-bar { width: 100%; position: fixed; top: 0; left: 0; z-index: 999999; padding: 3px 0; background: rgb(78,81,86); background: linear-gradient(180deg, rgba(78,81,86,1) 0%, rgba(0,0,0,1) 100%); font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 14px; text-transform: capitalize; }
.admin-menu-bar .menu-bar-wrap { display: flex; flex-wrap: wrap; flex-direction: row; align-items: center; margin: 0 auto; padding: 0 5px; }
.menu-bar-wrap .menu-toggle-item { display: none; }
.menu-bar-wrap .admin-menu-mobileToggle { padding: 10px; }
.menu-bar-wrap .menu-bar-item { cursor: pointer; position: relative; padding: 0 2px; color: #fff; }
.menu-bar-wrap .menu-bar-item-right { margin-left: auto; }
.menu-bar-wrap .menu-bar-logo { padding: 0 !important; }
.menu-bar-wrap .menu-bar-text { background: transparent; outline: none; border: none; }
.menu-bar-wrap .menu-bar-text, .menu-bar-wrap .menu-bar-link { display: block; position: relative; padding: 10px 15px; border-radius: 3px; color: #fff; line-height: 1; text-decoration: none; }
.menu-bar-wrap .menu-bar-text:hover, .menu-bar-wrap .menu-bar-link:hover { background: #ccc; color: #333; }
.menu-bar-wrap .menu-bar-text .fa, .menu-bar-wrap .menu-bar-link .fa { line-height: 1; }
.menu-bar-wrap .menu-bar-text &gt; span, .menu-bar-wrap .menu-bar-link &gt; span { position: relative; top: 5px; margin-left: 6px; }
.menu-bar-wrap .menu-bar-btn { border-radius: 3px; }
.menu-bar-wrap .menu-bar-dropdown { opacity: 0; visibility: hidden; width: 250px; padding: 0; position: absolute; top: 80%; left: 0; background: #000; box-shadow: 0 0 5px 0 rgba(0,0,0,0.5); transition: top 0.25s; }
.menu-bar-wrap .menu-bar-item-right .menu-bar-dropdown { left: auto; right: 0; }
.menu-bar-wrap .menu-bar-item:hover .menu-bar-dropdown { opacity: 1; visibility: visible; top: 100%; }
.menu-bar-wrap .menu-bar-dropdown li { list-style: none; padding: 6px; }
.menu-bar-wrap .menu-bar-dropdown .menu-bar-link { padding: 10px 30px 10px 15px; }
.menu-bar-wrap .menu-bar-dropdown .menu-bar-link:hover {  background: #ccc; color: #333; }
.menu-bar-wrap .menu-bar-dropdown .menu-bar-link:hover:after { content: '\00bb'; display: block; width: 10px; height: 10px; position: absolute; top: 50%; right: 10px; transform: translate(0,-50%); line-height: 0.65; }

/* Title Tags */
.i-wrapper h1, .i-wrapper .h1, .mce-content-body h1, .mce-content-body .h1, .cell-block-options .h1 { /* font-size: 44px;*/ font-size: 68px; font-family: var(--siteFont4), sans-serif; margin: 0 0 5px; font-weight: 100; }
.i-wrapper h2, .i-wrapper .h2, .mce-content-body h2, .mce-content-body .h2, .cell-block-options .h2 { font-size: 40px; font-family: var(--siteFont1), sans-serif; }
.i-wrapper h3, .i-wrapper .h3, .mce-content-body h3, .mce-content-body .h3, .cell-block-options .h3 { font-size: 34px; font-family: var(--siteFont1), sans-serif; }
.i-wrapper h4, .i-wrapper .h4, .mce-content-body h4, .mce-content-body .h4, .cell-block-options .h4 { font-size: 28px; font-family: var(--siteFont1), sans-serif; }
.i-wrapper h5, .i-wrapper .h5, .mce-content-body h5, .mce-content-body .h5, .cell-block-options .h5 { font-size: 21px; font-family: var(--siteFont1), sans-serif; }
.i-wrapper h6, .i-wrapper .h6, .mce-content-body h6, .mce-content-body .h6, .cell-block-options .h6 { font-size: 17px; font-family: var(--siteFont2), sans-serif; margin: 0 0 20px; text-transform: uppercase; }

/* Header */
.i-header { position: absolute; top: 0; left: 0; right: 0; padding-bottom: 31px; background: #ffffffb8; z-index: 3; }
.i-header .container { max-width: 1440px; }
.i-header-info { width: 100%; position:relative; top: 0; left: 0; z-index: 4; padding: 17px 0; font-family: var(--siteFont3), sans-serif; font-size: 15px; line-height: 1; text-align: right; font-weight: 300; }
.i-header-info .weather-widget-wrap { display:inline-block;vertical-align:middle; }
.i-header-info a:hover, .i-header-info a:active, .i-header-info a:focus { text-decoration: none; }
.i-header-info .fa { vertical-align: middle; position: relative; top: -3px; font-size: 150%; }
.i-header-viewed, .i-header-favorites, .i-header-login, .i-header-cam { cursor: pointer; display: inline-block; vertical-align: middle; margin-left: 15px; position: relative; }
.i-header-cam { margin-left:0; margin-right:15px; }
.i-header-cam a { color:#333; }
.i-header-phone  { cursor: pointer; display: inline-block; font-size: 19px; font-weight: 800; }
.i-header-phone a { display: inline-block; margin-left: 15px; }
.i-header-phone .fa { top: 0; font-size: 125%; }
.i-header-favorites .fa-heart { color: #d02025; }
/* START RECENTLY VIEWED/FAVORITES - WITH DROPBOX */
.i-header-actions .header-dropbox { width: 400px; position: absolute; top: 100%; right: 0; z-index: 3; padding: 22px; background: #fff; box-shadow: rgba(0,0,0,0.5) 0 5px 15px -5px; font: 14px/1.43 'Helvetica Neue', helvetica, arial, sans-serif; text-align: left; text-shadow: none; }
.i-header-actions .header-dropbox .compare-favs-btn { margin-right: 40px; padding: 5px 10px; font-size: 11px; }
.i-header-actions .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; }
.i-header-actions .header-dropbox-close:hover { background: #444; color: #fff; }
.i-header-actions .header-dropbox-close .fa { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); }
.i-header-actions .header-dropbox-title { display: block; margin-bottom: 10px; font-size: 22px; color: #333; font-weight: 700; text-align: left; }
.i-header-actions .header-dropbox-list { max-height: 355px; overflow: auto; margin: 0; padding: 0; border-bottom: 1px #eee solid; }
.i-header-actions .header-dropbox-list-item { list-style: none; padding-bottom: 10px; border: 1px #eee solid; border-bottom: none; }
.i-header-actions .header-dropbox-list-item .row { margin: 0 -5px; }
.i-header-actions .header-dropbox-list-item [class^=col] { padding-left: 5px; padding-right: 5px; }
.i-header-actions .header-dropbox-list-item .btn { display: block; width: calc(100% - 20px); margin: 0 10px; }
.i-header-actions .header-dropbox-list-link { display: block; padding: 10px; }
.i-header-actions .header-dropbox-list-link:hover { background: rgba(0,0,0,0.025); }
.i-header-actions .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; }
.i-header-actions .header-dropbox-list-title { display: block; margin: 0 0 0 2px; }
.i-header-actions .header-dropbox-list-title strong { display: block; width: 95%; overflow: hidden; font-size: 20px; line-height: normal; white-space: nowrap; text-overflow: ellipsis; }
.i-header-actions .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; }
.i-header-actions .header-dropbox-list-price { display: block; margin: 0 0 0 2px; font-size: 17px; color: #333; line-height: normal; }
.i-header-actions .header-dropbox-list-price small { display: block; opacity: 0.75; font-size: 14px; color: #333; }
/* END RECENTLY VIEWED/FAVORITES - WITH DROPBOX */
.i-header-nav-bar { position: relative; padding: 0; z-index: 3; }
.i-header-logo-wrap { display: block;  width: 230px; height: 107px; position: absolute; top: -50px; left: 15px;  z-index: 4; }
.i-header-logo { display: block; position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 5; background: url("/images/layout/logo-caper-beach.png") no-repeat center center; background-size: cover !important; text-indent: -99999px; }
.i-header-qs-scroller, .i-header-mobileToggle { display: none; }
.i-header-navigation { padding-left: 240px; position: relative; z-index: 3; font-family: var(--siteFont2), sans-serif; text-transform: capitalize; }
.i-header-navigation ul { margin: 0; padding: 0; text-align: right; }
.i-header-navigation ul li { list-style: none; display: inline-block; position: relative; line-height: 1; }
.i-header-navigation ul li a { display: block; padding: 14px 11px 14px; font-size: 18px; text-transform: uppercase; font-weight: bold; letter-spacing: 1px; }
.i-header-navigation ul li a:hover, .i-header-navigation ul li a:active, .i-header-navigation ul li a:focus, .i-header-navigation ul li:hover &gt; a { background: none; text-decoration: none; }
.i-header-navigation ul li a[href="javascript:;"] {cursor: default;}
.i-header-navigation ul li a[href="javascript:;"]:hover {color: #000 !important;}
.i-header-navigation ul li.active &gt; a { color: hsl(var(--siteColor1)) !important; }
.i-header-navigation ul li i { display: none; }
.i-header-navigation ul li:hover ul { opacity: 1; visibility: visible; top: 100%; }
.i-header-navigation ul ul { width: 250px; opacity: 0; visibility: hidden; margin: 0; padding: 0; position: absolute; top: 80%; left: 50%; z-index: 1; line-height: normal; transform: translate(-50%, 0); text-align: left; /* background: rgba(255,255,255,0.75); */ background: #fff; box-shadow: 0 2px 4px -2px rgba(0,0,0,0.5); transition: all, ease-in-out 0.2s; }
.i-header-navigation ul li:last-child ul { right: 0; left: auto; transform: none; }
.i-header-navigation ul ul li { display: block; padding: 0; }
.i-header-navigation ul ul li a { display: block; padding: 15px; font-size: 16px; }
.i-header-navigation ul ul li a:hover { background: hsl(var(--siteColor1)); }
.i-header-navigation ul li:last-child a { padding-right: 0; }

/* Hero */
.i-hero-wrap { position: relative; z-index: 2; background-color: #333; }
.i-hero-wrap .i-hero-img-wrap { height: 100vh; min-height: 400px; position: relative; }
.i-hero-wrap.int .i-hero-img-wrap { height: 400px; padding: 0; }
.i-hero-wrap .i-hero-img { display: block; width: 100%; height: 100%; max-height: none !important; position: absolute; top: 0; left: 0; object-fit: cover; }
.banner-placeholder { height: 100vh; min-height: 400px; }
.i-hero-wrap .owl-carousel { z-index: 1; animation: fadein 1.5s; position:absolute; top:0; left:0; }
.i-hero-wrap .owl-dots { margin: 0 !important; position: absolute; right: 0; bottom: 10px; left: 0; text-align: center !important; }
.i-hero-wrap .owl-dots .owl-dot { width: 20px; height: 20px; margin: 0 3px !important; padding: 5px !important; background: #ededed; border-radius: 50%; text-align: center; }
.i-hero-wrap .owl-dots .owl-dot:focus { outline: none !important; }
.i-hero-wrap .owl-dots .owl-dot span { margin: 0 !important; background: #ededed !important; }
.i-hero-wrap .owl-dots .owl-dot.active span { width: 10px !important; height: 10px !important; background: hsl(var(--siteColor1)) !important; border-radius: 50% !important; }

/* Hero Video */
.i-hero-wrap .i-hero-video-wrap { aspect-ratio: 16 / 9; width: 100%; position: relative; }
.i-hero-wrap .i-hero-video { display: block; width: 100%; height: 100%; max-height: none !important; position: absolute; top: 0; left: 0; }

/* Quick Search */
.i-quick-search { width: 1170px; max-width: 90% !important; font-family: var(--siteFont3), sans-serif; text-transform: capitalize; padding: 62px 78px 13px; /* background: rgba(0,0,0,0.5);  border: 3px solid rgba(255,255,255,0.75); */ /* box-shadow: 8px 8px 49px 0 rgba(0,0,0,0.35); */ position: absolute; right: 0; bottom: 50px; left: 0; z-index: 1; }
.i-quick-search.int { top: auto; bottom: 15px; }
.i-quick-search .row { display: block; padding: 0 15px; }
.i-quick-search .row:after { content: ""; display: block; clear: both; }
.i-quick-search [class^=col] { display: block; width: 18%; float: left; padding: 0; position: relative; }
.i-quick-search .dates-col { width: 22%; }
.i-quick-search .dates-col label { text-align: left; text-indent: 15px; }
.i-quick-search .submit-col { width: 20%; }
/* Start Datepicker Inputs */

/* End Datepicker Inputs */
.i-quick-search label { display: block; font-size: 15px; color: #fff; line-height: 1; text-align: center; }
.i-quick-search .input-wrap { width: 100%; height: 50px; position: relative; }
.i-quick-search input[type=text] { width: 100%; height: 50px; padding: 22px; border: none; border-radius: 0; font-size: 16px; text-overflow: ellipsis; }
.i-quick-search input[type=text]:focus, .i-quick-search .bootstrap-select button:focus { outline: none !important; }
.i-quick-search .select-wrap { width: 100%; height: 50px; position: relative; background: #fff; border-radius: 0; }
.i-quick-search .input-wrap:after, .i-quick-search .select-wrap:after { content: ''; position: absolute; top: 5px; bottom: 5px; right: 0; border-right: 1px solid #d7d7d7; }
.i-quick-search .must-haves-wrap:after { display: none; }
.i-quick-search select { opacity: 0; position: absolute; top: 0; left: 0; right: 0; width: 100%; }
.i-quick-search .bootstrap-select { width: 100% !important; }
.i-quick-search .bootstrap-select button { width: 100%; height: 50px; padding: 14px 25px 10px 15px; z-index: 1; background: transparent; border: none; border-radius: 0 !important; font-size: 16px; color: #655a5a; font-weight: 300; text-transform: none; }

.i-quick-search input[type=text], .i-quick-search .bootstrap-select button .filter-option { text-transform: uppercase; font-family: var(--siteFont1); color: #655a5a; }

.i-quick-search .bootstrap-select button .filter-option-inner { padding-right: 0; }
.i-quick-search .bootstrap-select button .filter-option-inner-inner { text-overflow: ellipsis; }
.i-quick-search .bootstrap-select .text { font-size: 16px; }
.i-quick-search button[type=submit] { width: 100%; height: 50px; position: relative; padding: 10px 15px; border-radius: 0 !important; color: #fff; font-family: var(--siteFont5); font-size: 18px; font-weight: 600; text-transform: uppercase; }
.i-quick-search button[type=submit]:focus { outline: none !important; }

.bootstrap-select&gt;.dropdown-toggle.bs-placeholder, .bootstrap-select&gt;.dropdown-toggle.bs-placeholder:active, .bootstrap-select&gt;.dropdown-toggle.bs-placeholder:focus, .bootstrap-select&gt;.dropdown-toggle.bs-placeholder:hover { color: #655a5a; }

/*from c1vr*/
.i-quick-search .tab { position: absolute; top: 22px; left: 77px; padding: 6px 25px; text-transform: uppercase; font-weight: 700; }

/* Content */
.i-content { padding: 0; background: #fff; position: relative; }
.i-content.int { padding: 50px 0; }
.i-content p { margin: 0 0 25px; }
.i-content p:last-child { margin-bottom: 0; }
.i-content a, .mce-content-body a, .i-content button, .mcs-content-body button { color: hsl(var(--siteColor1)); } /* Site Color 1 */
.i-content img { max-width: 100%; height: auto; }

.i-wide { padding: 0 35px; }

.content-builder-wrap { margin-bottom: 25px; padding: 0; }
.content-builder-wrap &gt; .row { margin: 0 -15px; }
.content-builder-wrap .column { padding: 0 15px; }

/* Welcome on HP */
.i-welcome { padding: 80px 0 0; }

/* Callouts */
.i-callouts { padding: 15px 0; }
.i-callouts [class^=col] { padding: 0; }
.callout-wrap { position: relative; font-family: var(--siteFont2), sans-serif; text-align: center; }
.callout-wrap &gt; .callout-title { opacity: 1; visibility: visible; width: 80%; padding: 10px; position: absolute; top: 50%; left: 50%; z-index: 2; transform: translate(-50%, -50%); background: hsla(var(--siteColor1), 0.75); transition: all 0.25s; transition-delay: 0.35s; }
.callout-wrap .callout-title { font-size: 18px; text-transform: uppercase; letter-spacing: 5px; font-weight: 600; line-height: 1.35; }
.callout-img { position: relative; padding-bottom: 100%; }
.callout-img &gt; img { opacity: 0.8; width: 100%; height: 100%; position: absolute; top: 0; left: 0; object-fit: cover; }
.callout-rollover-wrap { opacity: 0; visibility: hidden; width: 100%; height: 100%; position: absolute; top: 0; left: 0; transition: all 0.25s; transition-delay: 0.35s; }
.callout-wrap:hover &gt; .callout-title { opacity: 0; visibility: hidden; transition: all 0.25s; transition-delay: 0s; }
.callout-wrap:hover .callout-rollover-wrap { opacity: 1; visibility: visible; width: 100%; height: 100%; position: absolute; top: 0; left: 0; background: rgba(0,0,0,0.6); transition: all 0.25s; transition-delay: 0s; }
.callout-rollover { opacity: 0; visibility: hidden; width: 80%; position: absolute; top: 0; left: 50%; z-index: 2; transform: translate(-50%, 0); transition: all 0.25s; transition-delay: 0.25s; }
.callout-wrap:hover .callout-rollover { opacity: 1; visibility: visible; top: 50%; transform: translate(-50%, -50%); transition: all 0.25s; transition-delay: 0.15s; }
.callout-rollover .callout-desc { margin: 10px 0 30px; font-size: 15px; line-height: 1.75; }
.callout-rollover .btn { padding: 12px 20px; border: 2px solid #fff; font-size: 18px; color: #fff; }
.i-sidebar .i-callouts [class^=col] { flex-basis: 100%; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; width: 100%; max-width: 100%; padding: 0; margin: 0 0 10px; }
.i-sidebar .callout-rollover .callout-title { display: none; }

/* Featured Slider */
.i-featured { padding: 52px 0 77px; text-align: center; }
.i-featured .featured-container { max-width: 1340px; margin-top: 15px; }
.featured-props-carousel { padding: 0 100px; }
.featured-props-carousel .owl-nav { position: absolute; right: 0; top: 35%; left: 0; }
.featured-props-carousel.owl-carousel .owl-nav button:focus, .featured-props-carousel.owl-carousel .owl-nav button:active { outline: none; }
.featured-props-carousel.owl-carousel .owl-nav button.owl-prev, .featured-props-carousel.owl-carousel .owl-nav button.owl-next { width: 80px; height: 80px; padding: 12px 24px !important; position: absolute; background: #fff !important; border: 2px solid #dadada !important; border-radius: 50% !important; color: #bcbcbc !important; text-align: center; }
.featured-props-carousel.owl-carousel .owl-nav button.owl-prev img, .featured-props-carousel.owl-carousel .owl-nav button.owl-next img { width: 18px; height: auto; }
.featured-props-carousel button.owl-prev { left: 0; }
.featured-props-carousel button.owl-next { right: 0; }
.featured-props-carousel button.owl-prev.disabled, .featured-props-carousel button.owl-next.disabled { background: transparent !important; }
.featured-props-carousel button.owl-prev .fa, .featured-props-carousel button.owl-next .fa { font-size: 50px; text-align: center; }
.featured-property { padding: 3px; background: #fff; border: 1px solid #d7d7d7; font-family: var(--siteFont2), sans-serif; }
.featured-property-img-wrap { position: relative; }
.featured-property-special {  display: inline-block; position: absolute; top: 15px; left: 0; z-index: 2; padding: 10px 20px; box-shadow: 1px 1px 6px -3px rgba(0,0,0,0.35); font-size: 14px; line-height: 1; font-weight: 500; text-transform: uppercase; }
.featured-property-special:hover, .compare-list-property-special:active, .compare-list-property-special:focus { text-decoration: none; }
.featured-property-special .fa { margin-right: 5px; }
.featured-property-link { display: block; }
.featured-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; }
.featured-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%); }
.featured-property-info-wrap { position: relative; padding: 15px 15px 30px; border: 1px solid #d7d7d7; border-top: none; line-height: normal; }
h3.featured-property-title { margin: 0 0 15px; font-family: var(--siteFont5); font-size: 24px !important; color: #fff; line-height: normal; font-weight: 600; }
.featured-property-info { margin: 0; padding: 0; font-size: 12px; font-weight: 500; text-align: center; }
.featured-property-info li { list-style: none; margin-bottom: 6px; color: #777777; }
.featured-property-info li:last-child { margin-bottom: 0; }

/* Testimonials */
.i-testimonials { margin-bottom: 30px; padding: 100px 0; background-repeat:no-repeat; background-position:center; background-size: cover; }
.i-testimonials h2, .i-testimonials h6 { text-shadow: 0 0 9px #777; }
.testimonial-block blockquote { width: 100%; position: relative; margin: 40px 0; padding: 50px 80px; background: #fff; }
.testimonial-block blockquote:after { content: ''; width: 0; height: 0; position: absolute; top: 100%; left: 80px; border-style: solid; border-width: 12px 12px 0 12px; border-color: #ffffff transparent transparent transparent; }
.testimonial-block blockquote em { display: block; width: 60px; height: 60px; position: absolute; font-family: 'Georgia', serif; font-size: 120px; color: #c8c8c8; line-height: 1; }
.testimonial-block blockquote em.open-quote { top: 15px; left: 15px; }
.testimonial-block blockquote em.end-quote { right: 15px; bottom: 5px; }
.testimonial-signature { padding-left: 70px; font-family: var(--siteFont2), sans-serif; font-size: 18px; text-align: left; text-shadow: 0 0 9px #777; }
.testimonial-signature h5 { margin-bottom: 0; text-transform: uppercase; font-weight: 700; }
.testimonial-signature span { display: block; font-weight: 600; }
.testimonial-hp-carousel .owl-dot span { width: 25px !important; height: 25px !important; border: 4px solid #D6D6D6; outline: none !important; }
.testimonial-hp-carousel .owl-dot.active span { background: hsl(var(--siteColor1)) !important; }

/* Popular Searches */
.i-popular-searches { padding: 100px 0; background: url('/images/layout/popular-searches-bg.jpg') no-repeat center bottom; background-size: cover; }
.i-popular-searches h2 { margin-top: 0; }
.i-popular-searches .popular-container { max-width: 1560px; margin-top: 15px; }
.popular-rentals-carousel { margin-top: 50px; padding: 0 100px; }
.popular-rentals-carousel .owl-nav { position: absolute; right: 0; top: 35%; left: 0; }
.popular-rentals-carousel.owl-carousel .owl-nav button:focus, .popular-rentals-carousel.owl-carousel .owl-nav button:active { outline: none; }
.popular-rentals-carousel.owl-carousel .owl-nav button.owl-prev, .popular-rentals-carousel.owl-carousel .owl-nav button.owl-next { width: 80px; height: 80px; padding: 12px 24px !important; position: absolute; background: #fff !important; border: 2px solid #dadada !important; border-radius: 50% !important; color: #bcbcbc !important; text-align: center; }
.popular-rentals-carousel.owl-carousel .owl-nav button.owl-prev img, .popular-rentals-carousel.owl-carousel .owl-nav button.owl-next img { width: 18px; height: auto; }
.popular-rentals-carousel button.owl-prev { left: 0; }
.popular-rentals-carousel button.owl-next { right: 0; }
.popular-rentals-carousel button.owl-prev.disabled, .popular-rentals-carousel button.owl-next.disabled { background: transparent !important; }
.popular-rentals-carousel button.owl-prev .fa, .popular-rentals-carousel button.owl-next .fa { font-size: 50px; text-align: center; }
.popular-rental { background: #fff; font-family: var(--siteFont2), sans-serif; }
.popular-rental-img-wrap { position: relative; }
.popular-rental-link { display: block; }
.popular-rental-overlay { width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: 2; background: hsla(var(--siteColor1), 0.75); transition: background 0.25s; }
.popular-rental:hover .popular-rental-overlay { background: rgba(0,0,0,0.5); }
.popular-rental-img { position: relative; z-index: 1; display: block; padding-bottom: 100%; background-size: cover !important; background-position: center center !important; background-repeat: no-repeat !important; }
.popular-rental-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%); }
h3.popular-rental-title { width: 80%; position: absolute; top: 50%; left: 50%; z-index: 2; transform: translate(-50%, -50%); font-size: 32px; color: #fff; line-height: normal; text-align: center; font-weight: 400; }

/* Documents */
.documents-list { list-style: none; padding: 0; }
.documents-list li { padding: 10px; border-bottom: 1px solid #ddd; line-height: 1; }
.documents-list li:hover { background: #f7f7f7; }
.documents-list li:last-child { border: none; }
.documents-list .document-name { display: flex; flex-wrap: wrap; flex-direction: row; justify-content: space-between; align-items: center; line-height: 1.25; }

/* Long Term Rentals */
.lt-avail-long-term { margin-bottom: 25px; }
.lt-avail-long-term .h3 { width: 95%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.lt-prop-image { display: block; margin-bottom: 10px; }
.lt-prop-image img { width: 100%; max-width: 100%; height: 200px; object-fit: cover; }
.lt-prop-info .list-group-item { line-height: 1; }
.lt-prop-info .btn { display: block; }

/* Events Option 1 */
.cms-events-option-1 { margin: 25px 0; }
.cms-events-option-1 ul { margin: 0; padding: 0; }
.cms-events-option-1 ul li { list-style: none; margin: 0 0 25px; }
.cms-events-option-1 ul li:last-child { border: none; }
.cms-events-option-1 .media-img-link { width: 200px; display: block; position: relative; margin-bottom: 10px; border-radius: 5px; }
.cms-events-option-1 .media-img-link.no-photo { min-height: 150px; }
.cms-events-option-1 .media-img-link.no-photo:hover .date { background: rgba(0,0,0,0.8); }
.cms-events-option-1 .media-img-link:hover .date { background: rgba(0,0,0,0.0); }
.cms-events-option-1 .media-img-link .event-img-wrap { width: 200px; position: relative; z-index: 1; padding-bottom: 60%; border-radius: 5px; }
.cms-events-option-1 .media-img-link .event-img-wrap &gt; div { width: 100%; height: 100%; position: absolute; top: 0; left: 0; }
.cms-events-option-1 .date { display: flex; flex-wrap: wrap; flex-direction: row; justify-content: center; align-items: center; width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: 2; background: rgba(0,0,0,0.4); transition: all .25s ease-in-out; border-radius: 5px; font-size: 18px; color: #fff; line-height: normal; text-align: center; }
.cms-events-option-1 .date .date-wrap { display: flex; border-radius: 5px; text-align: center; }
.cms-events-option-1 .date em { font-size: 30px; display: block; font-style: normal; }
.cms-events-option-1 .start-date, .cms-events-option-1 .end-date { display: inline-block; }
.cms-events-option-1 .end-date b { position: relative; top: 17px; left: -6px; }
.cms-events-option-1 .end-date { padding-left: 10px; text-align: right; }
.cms-events-option-1 .media-body { width: 100%; padding-left: 10px; }
.cms-events-option-1 .event-info { font-size: 16px; padding: 3px 0; margin: 0 0 10px; border-top: 1px rgba(0,0,0,0.1) solid; border-bottom: 1px rgba(0,0,0,0.1) solid; }

/* Recurring Events */
.month-tabs .year-title { margin-bottom: 15px; font-family: var(--siteFont1); font-size: 24px; }
.month-tabs .nav-tabs { padding-bottom: 10px; }
.month-tabs .nav-item { margin: 0; padding: 1px; }
.month-tabs .nav-item a { cursor: pointer; border-radius: 3px; }
.month-tabs .nav-item a:hover { background: hsl(var(--siteColor2)); border: 1px solid transparent; color: #fff; }
.month-tabs .nav-item.active a { background: hsl(var(--siteColor1)); border: 1px solid transparent; color: #fff; }

/* FAQS Option 1 */
.cms-faqs-option-1 { margin: 25px 0; }
.cms-faqs-option-1 .card &gt; .card-header { padding: 0; }
.cms-faqs-option-1 .card &gt; .card-header &gt; p { margin: 0; }
.cms-faqs-option-1 .card-title &gt; button { display: block; width: 100%; padding: 10px 40px 10px 10px; border: none; outline: none; font-size: 24px; text-align: left; }
.cms-faqs-option-1 .card-title &gt; button:hover, .cms-faqs-option-1 .card-title &gt; button:active, .cms-faqs-option-1 .card-title &gt; button:focus { text-decoration: none; background: #eee; }
.cms-faqs-option-1 .card-title &gt; button .fa { border-right: 1px rgba(0,0,0,0.2) solid; padding: 0 13px 0 5px; margin: 0 10px 0 0; }
.cms-faqs-option-1 .card-body p:last-child { margin: 0; }

/* FAQS Option 2 */
.cms-faqs-option-2 { margin: 0 0 15px; }
.cms-faqs-option-2 .list-group { margin-bottom: 20px; }
.cms-faqs-option-2 .list-group-item { background: #fff; border: 1px solid #ddd; color: #333; line-height: 1.35; }
.cms-faqs-option-2 .list-group-item.active { background: hsl(var(--siteColor1)); color: #fff; }
.cms-faqs-option-2 .fa { padding: 10px; margin: -10px; }
.cms-faqs-option-2 .tab-content-question { margin: 0 0 10px; padding: 0 0 5px; border-bottom: 1px #eee solid; font-size: 28px; }
.cms-faqs-option-2 .tab-content-answer { position: relative; padding-left: 45px; }
.cms-faqs-option-2 .tab-content-answer .fa { position: absolute; top: 0; left: 0; font-size: 30px; }

/* Resorts Option 1 */
.cms-resorts-option-1 { margin: 10px 0 0; }
.cms-resorts-option-1 [class^=col] { margin-bottom: 25px; }
.cms-resorts-option-1 .card { margin: 0 0 20px; box-shadow: #000 2px 2px 10px -5px; }
.cms-resorts-option-1 .card img { width: 100%; height: 200px; object-fit: cover; }
.cms-resorts-option-1 .block h3 { margin: 0 0 10px; }
.cms-resorts-option-1 .block p { margin: 0 0 10px; }
.cms-resorts-option-1 .block .btn { margin: 10px 0 0; }

/* Resorts Option 2 */
.cms-resorts-option-2 { margin: 25px 0; }
.cms-resorts-option-2 ul { margin: 0; padding: 0; }
.cms-resorts-option-2 li  { list-style: none; margin: 0 0 15px; }
.cms-resorts-option-2 .card { background: none; border: none; }
.cms-resorts-option-2 img { width: 100%; }
.cms-resorts-option-2 .block { padding: 0 0.5%; }
.cms-resorts-option-2 h3 { margin: 0 0 10px; }
.cms-resorts-option-2 p { margin: 0 0 10px; }

/* Specials */
.i-specials-box { background: #f9f9f9; border-radius: 4px; margin: 0; width: 100%; }
.i-specials-box [class^=col] { padding: 0; position: relative; }
.i-specials-img { display: block; position: relative; padding-bottom: 50%; background-size: cover !important; background-position: center center !important; background-repeat: no-repeat !important; border-radius: 4px 0 0 4px; position: absolute; top: 0; left: 0; right: 0; bottom: 0; }
.i-specials-info { padding: 25px; }
.i-specials-info .special-title { margin: 0 0 20px; padding: 0; font-size: 28px; }
.i-specials-info p ~ p { margin-bottom: 8px; }

/* Staff Option 2 */
.cms-staff-option-2 { margin-bottom: 15px; }
.cms-staff-option-2 .staff-item, .cms-staff-option-2 a, .cms-staff-option-2 strong, .cms-staff-option-2 span, .cms-staff-option-2 em { display: block; text-align: center; }
.cms-staff-option-2 .staff-item { margin-bottom: 25px; }
.cms-staff-option-2 .staff-item .staff-img { margin: 0 auto 10px; border-radius: 5px; }
.cms-staff-option-2 .staff-item .staff-name { display: block; }
.cms-staff-option-2 .staff-item img { width: 300px; max-width: 100%; margin: 0 auto; }
.cms-staff-option-2 .staff-item span { font-weight: bold; }

/* Testimonials */
.testimonial-wrap { margin: 0 0 10px; }
.testimonial-item { margin: 0 0 25px; padding: 25px 25px 40px; border: none; box-shadow: #000 0 0 4px -2px; position: relative; transition: all .25s ease-in-out; }
.testimonial-item::before, .testimonial-item::after { display: block; position: absolute; line-height: 100px; font-size: 100px; opacity: 0.1; }
.testimonial-item::before { content: "\201C"; top: -21px; left: -12px; }
.testimonial-item::after { content: "\201D"; bottom: -65px; right: -12px; }
.testimonial-item:hover { box-shadow: #000 0 0 10px -2px; }
.testimonial-text { font-style: italic; font-size: 16px; line-height: 27px; }
.testimonial-user { display: block; text-align: right; font-weight: bold; font-size: 15px; margin: 15px 0 -15px; }

/* Testimonial Carousel */
.testimonial-carousel { padding: 0 60px; }
.testimonial-carousel .owl-stage-outer { margin: 0 auto; }
.testimonial-carousel .owl-nav { position: absolute; right: 0; top: 25%; left: 0; }
.testimonial-carousel button.owl-prev, .testimonial-carousel button.owl-next { width: 36px; height: 36px; padding: 5px !important; position: absolute; background: rgba(0,0,0,0.75) !important; border-radius: 2px; color: #fff !important; text-align: center; }
.testimonial-carousel button.owl-prev { left: 0; }
.testimonial-carousel button.owl-next { right: 0; }
.testimonial-carousel button.owl-prev.disabled, .testimonial-carousel button.owl-next.disabled { background: rgba(0,0,0,0.25) !important;; }

/* Things To Do Option 1 */
.cms-thingstodo-option-1 { margin: 25px 0; }
.cms-thingstodo-option-1 .category { margin: 0 0 30px; }
.cms-thingstodo-option-1 .category .h2 { margin-bottom: 10px; }
.cms-thingstodo-option-1 .card &gt; .card-header { padding: 0; }
.cms-thingstodo-option-1 .card-title { font-size: 24px; }
.cms-thingstodo-option-1 .card-title &gt; button { display: block; width: 100%; padding: 10px; border: none; outline: none; text-align: left; }
.cms-thingstodo-option-1 .card-title &gt; button:hover, .cms-thingstodo-option-1 .card-title &gt; button:active, .cms-thingstodo-option-1 .card-title &gt; button:focus { text-decoration: none; background: #eee; }

/* Things To Do Option 2 */
.cms-thingstodo-option-2 { margin: 25px 0; }
.cms-thingstodo-option-2 .hover-border { background: #000; position: relative; overflow: hidden; margin: 10px 0; height: auto; background: #000; text-align: center; cursor: pointer; }
.cms-thingstodo-option-2 .hover-border + p { display: inline-block; width: 22%; vertical-align: top; }
.cms-thingstodo-option-2 .hover-border img { height: 300px; object-fit: cover; opacity: 0.9; transition: opacity 0.35s; position: relative; display: block; min-height: 100%; width: 100%; opacity: 0.8; cursor: pointer; }
.cms-thingstodo-option-2 .hover-border span { padding: 2em; color: #fff; text-transform: uppercase; font-size: 1.25em; -webkit-backface-visibility: hidden; backface-visibility: hidden; }
.cms-thingstodo-option-2 .hover-border span, .cms-thingstodo-option-2 .hover-border span &gt; a { position: absolute; top: 0; left: 0; z-index: 1; width: 100%; height: 100%; }
.cms-thingstodo-option-2 .hover-border span:before { content: ""; position: absolute; top: 30px; right: 30px; bottom: 30px; left: 30px; border: 2px solid #fff; box-shadow: 0 0 0 30px rgba(255,255,255,0.2); opacity: 0; transition: opacity 0.35s, transform 0.35s; transform: scale3d(1.4,1.4,1); }
.cms-thingstodo-option-2 .hover-border span:before { top: 10px; right: 10px; bottom: 10px; left: 10px; }
.cms-thingstodo-option-2 .hover-border .h2, .cms-thingstodo-option-2 .hover-border p { margin: 0; }
.cms-thingstodo-option-2 .hover-border .h2 { font-style: normal; opacity: 0; transition: transform 0.35s; font-weight: 300; color: #fff; font-size: 70px; text-align: center; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); padding: 0; margin: 0; width: auto; height: auto; }
.cms-thingstodo-option-2 .hover-border p {  padding: 1em; opacity: 0; transition: opacity 0.35s, transform 0.35s; transform: scale(1.5); letter-spacing: 1px; font-size: 68.5%; color: #fff; }
.cms-thingstodo-option-2 .hover-border span &gt; a { text-indent: 200%; white-space: nowrap; font-size: 0; opacity: 0; cursor: pointer; z-index: 1000; }
.cms-thingstodo-option-2 .hover-border span, .cms-thingstodo-option-2 .hover-border span &gt; a { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.cms-thingstodo-option-2 .hover-border:hover span::before, .cms-thingstodo-option-2 .hover-border:hover p { opacity: 1; transform: scale3d(1,1,1); }
.cms-thingstodo-option-2 .hover-border:hover .h2 { opacity: 1; transition: opacity 0.35s, transform 0.35s; transform: translate(-50%,-50%) scale(0.5); }
.cms-thingstodo-option-2 .hover-border:hover span { background-color: rgba(0,0,0,0); }
.cms-thingstodo-option-2 .hover-border:hover img { opacity: 0.4; }
.cms-thingstodo-option-2 .hover-border .view { position: absolute; bottom: 10%; left: 0; right: 0; }

/* Things to do - Grid - Detail Pages */
.i-quick-nav a { margin-bottom: 4px; }
.i-ttd-wrap [class^=col] { display: flex; margin-bottom: 30px; }
.i-ttd-boxes { display: flex; flex-direction: column; margin-bottom:15px; }
.i-ttd-boxes &gt; a { width: 100%; }
.i-ttd-boxes img { width: 100%; height: 200px !important; -o-object-fit: cover; object-fit: cover; }
.i-ttd-boxes .box-info { display: flex; flex-flow: column; flex-grow: 1; justify-content: space-between; text-align: center; margin: 0 0 10px; padding: 28px 10px; }
.i-ttd-boxes .box-info .h4 { margin-top: 0; }
.i-ttd-boxes .box-info a.details { width: auto; }

/* Site Search */
.site-search-wrap .nav { border-bottom: none; }
.site-search-wrap .nav .nav-link { background: #fff; border: none !important; }
.site-search-wrap .nav .nav-link.active { background: hsl(var(--siteColor1)) !important; color: #fff; }
.site-search-wrap .tab-content .card { border-radius: 0; }

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

/* Social Media */
.i-social { margin: 0; padding: 0; }
.i-social-item { list-style: none; display: inline-block; }
.i-social-item a { cursor: pointer; display: block; width: 32px; height: 32px; position: relative; background: #fff; border-radius: 17%; font-size: 16px; text-decoration: none; }
.i-social-item a .fa { font: normal normal normal 14px/1 FontAwesome; font-size: inherit; /* color: #fff; */ display: block; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); }
.i-social-link-facebookURL { background: hsl(221, 44%, 41%); }
.i-social-link-facebookURL:hover { background: hsl(221, 44%, 61%); }
.i-social-link-twitterURL { background: hsl(196, 100%, 46%); }
.i-social-link-twitterURL:hover { background: hsl(196, 100%, 66%); }
.i-social-link-pinterestURL { background: hsl(358, 73%, 46%); }
.i-social-link-pinterestURL:hover { background: hsl(358, 73%, 66%); }
.i-social-link-youtubeURL { background: hsl(0, 100%, 37%); }
.i-social-link-youtubeURL:hover { background: hsl(0, 100%, 57%); }
.i-social-link-linkedinURL { background: hsl(201, 100%, 35%); }
.i-social-link-linkedinURL:hover { background: hsl(201, 100%, 55%); }
.i-social-link-instagramURL { background: hsl(230, 77%, 58%); }
.i-social-link-instagramURL:hover { background: hsl(230, 77%, 78%); }
.i-social-link-yelpURL { background: hsl(0, 93%, 35%); }
.i-social-link-yelpURL:hover { background: hsl(0, 93%, 55%); }
.i-social-link-blogURL { background: hsl(31, 100%, 48%); }
.i-social-link-blogURL:hover { background: hsl(31, 100%, 68%); }
.i-social-link-flickrURL { background: hsl(213, 100%, 43%); }
.i-social-link-flickrURL:hover { background: hsl(213, 100%, 63%); }
.i-social-link-text { display: none; }

/* Twitter Feed Custom Styles */
.twitterLoadingWrap { width: 100%; height: 49px; }
.twitterLoading { width: 49px;	height: 49px; border: 4px solid; border-radius: 50%; border-color: rgb(255,255,255); animation: twitterLoading-scale 1035ms infinite linear; }
@keyframes twitterLoading-scale { 0% { transform: scale(0); transform: scale(0); } 90% { transform: scale(0.7); transform: scale(0.7); } 100% { transform: scale(1); transform: scale(1); } }
.twitterFeed { display: none; height: 120px; overflow: hidden; }
.twitterBody, .timeline-Widget { background: transparent !important; }
.twitterBody .timeline-Header, .twitterBody .timeline-Footer, .twitterBody .timeline-LoadMore, .twitterBody .timeline-Tweet-brand, .twitterBody .timeline-Tweet-author, .twitterBody .timeline-Tweet-media, .twitterBody .timeline-Tweet-metadata, .twitterBody .timeline-Tweet-actions { display: none !important; }
.twitterBody .timeline-Body { border: none; }
.twitterBody .Identity-screenName { color: rgba(0,0,0,0.75); }
.twitterBody .CardContent { background: #fff; border-radius: 5px; }
.twitterBody .timeline-Tweet { padding: 0; }
.twitterBody .timeline-Tweet-text { padding: 0 !important; margin: 0 !important; }
.twitterBody .timeline-Viewport { overflow: auto !important; }
.twitterBody .timeline-Tweet-text { font: 17px/1.75 'Myriad Pro', 'Helvetica Neue', helvetica, arial, sans-serif !important; color: #fff !important; }
.twitterBody a:hover { text-decoration: underline; }

/* Footer */
.i-footer { position: relative; padding: 100px 0 0; font-family: var(--siteFont1), sans-serif; color: #fff; }
.i-footer .return-to-top { opacity: 1; width: 50px; height: 50px; position: absolute; top: -25px; left: 50%; transform: translate(-50% ,0); border: 1px solid #fff; color: #fff; }
.i-footer .return-to-top:focus, .i-footer .return-to-top:active { outline: none; }
.i-footer [class^=col] { position: relative; min-height: 250px; }
.i-footer-logo { display: block; margin: 0 0 50px; text-align: center; }
.i-footer-logo img { position: relative; right: 0; width: 310px; max-width: 100%; margin:0 auto; }
.i-footer-search-wrap { display: block; width: 100%; margin: 0 auto 15px; padding: 0; position: relative; text-align: left; }
.i-footer-search-form { position: relative; width: 100%; }
.i-footer-search { width: calc(100% - 60px); height: 42px; padding: 6px 14px; background: transparent; border: 1px solid rgba(255,255,255,0.5); border-radius: 0; color: #fff; }
.i-footer-search::placeholder { color: rgba(255,255,255,0.5); }
.i-footer-search:-ms-input-placeholder { color: rgba(255,255,255,0.5); }
.i-footer-search::-ms-input-placeholder { color: rgba(255,255,255,0.5); }
.i-footer-search-submit { width: 60px; padding: 6px 14px; position: absolute !important; top: 0; right: 0; bottom: 0; background: none; border: 1px solid rgba(255,255,255,0.5); border-left: none; border-radius: 0; color: #fff; }
.i-footer .h4 { display: block; position: relative; margin: 0 0 15px; padding-bottom: 20px; border-bottom: 1px solid hsl(var(--siteColor2)); font-family: var(--siteFont6); font-size: 22px; font-weight: 600; /* text-transform: uppercase; */ }
.i-footer .h4:after { content: ''; width: 50px; position: absolute; bottom: -2px; left: 0; border-bottom: 3px solid hsl(var(--siteColor2)); }
.i-footer-links { margin: 0; padding: 0; }
.i-footer-links li { list-style: none; }
.i-footer-links a { color: #fff; font-size: 15px; text-decoration: none; }
.i-footer .footer-address { margin: 10px 0 0; }
.i-footer .footer-email, .i-footer .footer-phone { display: block; margin-top: 10px; white-space: normal; word-wrap: break-word; }
.i-footer .footer-email { text-decoration: underline; font-style: italic; }
.i-footer .footer-phone { font-weight: 700; }
.i-footer .i-social { display: inline-block; margin: 10px 0 0; padding: 0; }
.i-footer-e-newsletter-form input { width: 100%; border-radius: 0; margin: 0 0 10px; padding: 8px 10px; border: none; font-size: 14px; color:#333; }
.i-footer-e-newsletter-form .row { margin: 0 -5px; }
.i-footer-e-newsletter-form [class^=col] { padding: 0 5px; min-height: 0; }
.i-footer-e-newsletter-form [class^=col]:after { display: none; }
.i-footer-e-newsletter-form .btn.reset-btn { width: 100%; padding: 9px 3px; border: 1px solid #fff; font-size: 14px; text-transform: none; }
.i-footer-e-newsletter-form .btn { width: 100%; padding: 10px 3px; font-size: 14px; text-transform: none; }
.i-footer-e-newsletter-form .btn:focus { outline: none !important; }
div#footercaptcha { transform: scale(0.87);  transform-origin: 0 0; }
.i-baseline { margin: 25px 0 0; padding: 15px 0; font-size: 14px; }
.i-baseline a { color: #fff; }

/* Fixed Chat bottom right of site */
.i-chat { width: 44px; height: 44px; border-radius: 50%; position: fixed; bottom: 15px; right: 15px; z-index: 2; display: block; }
.i-chat .fa { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); }

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

.mobile-scroller {display: none; margin: 10px 0; font-size: 14px; font-weight: 700; text-align: center;}

/* ALL PROPERTIES PAGE */
.properties-abc { display: block; width: 100%; white-space: normal; }
.properties-abc:after { content: ""; display: block; clear: both; }
.properties-abc a, .properties-abc span { display: block; float: left; padding: 5px; font-size: 24px; line-height: 1; }

.dataTables_wrapper { margin: 10px 0; border-top: 1px solid #ccc; font-size: 16px; }
.dataTables_filter { float: none !important; padding: 20px 0; text-align: left !important; }
.dataTables_filter label { display: block; margin: 0; font-size: 21px; color: hsl(var(--siteColor1)); line-height: 1.25; font-weight: 500; text-transform: capitalize; }
.dataTables_filter input[type=search] { width: 300px; max-width: 100%; border: 1px solid #ccc; }
.dataTable th { position: relative; }
.dataTable th:after { content: ''; height: 70%; position: absolute; top: 50%; left: 0; transform: translate(0, -50%); border-left: 1px solid #dee2e6; }
.dataTable th:first-child:after { border-left: none; }

/* RESPONSIVE */

@media (max-width: 1500px) {
  .i-callouts .row { justify-content: center; }
  .i-callouts [class^=col] { flex-basis: 33.33333%; flex-grow: 0; }
  .i-sidebar .i-callouts [class^=col] { flex-basis: 100%; }
  .i-sidebar .callout-img { padding-bottom: 100% !important; }
}
@media (max-width: 1200px) {
  .container { max-width: 100%; }
  .i-header-navigation ul li a { /* padding: 30px 10px 40px; */ font-size: 16px; }
  .i-featured .container { width: 100%; }
	.cms-thingstodo-option-2 .hover-border + p { width: 47%; text-align: left; margin-left: 3%; }
	.cms-thingstodo-option-2 .hover-border .h2 { font-size: 34px; }
  div#footercaptcha { transform: scale(0.71); }
  /* BOOKING ENGINE SPECIFIC */
  .booking-content &gt; .container { width: 100%; }
}

@media (min-width: 1024px) {
  .i-header-logo-wrap.show-mobile { display: none; }
}

@media (max-width: 1024px) {
  body { padding-top: 50px; overflow-x: hidden; }
  body.nav-open { overflow: hidden; }
  body.admin-bar-active .i-wrapper { margin-top: 90px; }
  body.admin-bar-active .i-header-mobileToggle, body.admin-bar-active .i-header-qs-scroller { top: 40px; }
  body.admin-bar-active .i-header-navigation &gt; ul { top: 90px; }
  .i-wrapper { width: 100%; position: relative; left: 0; transition: all, ease-in-out 0.3s; }
  .i-wrapper, .i-header .container { z-index: 1; }
  .i-header { width: 100%; position: relative; top: auto; left: auto; z-index: 999; padding: 0; background: hsl(var(--siteColor1)); }
  .i-header .container { width: 100% !important; padding: 0 15px; }
  .i-header-logo-wrap { top: auto; width: 100%; position: relative; left: auto; margin: 0 auto; }
  .i-header-logo-wrap.hide-mobile { display: none; }
  .i-header-logo-wrap.show-mobile { display: block; background: #fff; }
  .i-header-logo { background-size: contain !important; top:10px; bottom:10px; }
  .i-header-nav-bar { display: none; }
  .i-header-nav-bar .container { padding: 0; }
  .i-header-qs-scroller { display: block; width: 60px; height: 50px; position: fixed; top: 0; right: 0; z-index: 999999; text-align: right; }
  .i-header-qs-scroller:hover, .i-header-mobileToggle:active, .i-header-mobileToggle:focus { color: #fff; }
  .i-header-qs-scroller span { display: block; width: 100%; height: 100%; color: #fff; line-height: normal; font-size: 32px; }
  .i-header-qs-scroller span .fa { position: relative; top: 2px; right: 12px; }
  .i-header-mobileToggle { display: block; position: fixed; top: 0; left: 0; right: 0; z-index: 99999; box-shadow: 0 0 15px -5px #000; text-align: left; }
  .i-header-mobileToggle:hover, .i-header-mobileToggle:active, .i-header-mobileToggle:focus { color: #fff; }
  .i-header-mobileToggle span { background: hsl(var(--siteColor2)); display: block; color: #fff; line-height: normal; font-size: 32px; height: 50px; }
  .i-header-mobileToggle span .fa { position: relative; top: 2px; left: 12px; }
  .i-header-navigation { margin: 0; padding: 0; }
  .i-header-navigation .container { width: auto; padding: 0; margin: 0; }
  .i-header-navigation ul {width: 100%; display: block; position: fixed; top: 50px; bottom: 0; z-index: 9999; background: #fff; text-align: left; margin: 0; transform: translate(-100%,0); transition: transform 0.35s; }
  .i-header-navigation &gt; .container &gt; ul { overflow: auto; transition: all, ease-in-out 0.3s;}
  .i-header-navigation ul.open { transform: translate(0,0); left: 0; }
  .i-header-navigation ul li { float: none; display: block; border-top: 1px rgba(0,0,0,0.15) solid; }
  .i-header-navigation ul li a { padding: 15px; }
  .i-header-navigation &gt; .container &gt; ul &gt; li.sub { padding-right: 0; }
  .i-header-navigation &gt; .container &gt; ul &gt; li.sub &gt; a { padding-right: 60px; }
  .i-header-navigation ul li i {display: block; height: 46px; padding: 14px 16px; position: absolute; top: 0; right: 0; background: hsl(var(--siteColor1)) !important; /*Site Color 1*/}
  .i-header-navigation ul ul { display: none; visibility: visible; opacity: 1; position: relative; top: auto; left: auto; right: auto; width: 100%; box-shadow: none; transition: none; transform: translate(0, 0); }
  .i-header-navigation ul ul li a { padding: 15px 30px; }
  .i-header-info { position: relative; padding: 12px 0; border-top: 1px solid #ccc; z-index:5; text-align:center; }
  .i-header-info .weather-widget-wrap { display:block; margin:0 auto 10px; }
  .i-header-viewed, .i-header-favorites, .i-header-login, .i-header-cam { color:#fff; }
  .i-header-viewed { margin-left:0; }
  .i-header-phone a, .i-header-cam a { color:#fff!important; }
  .i-hero-wrap .i-hero-img-wrap { height:300px; min-height:0; }
  .banner-placeholder { height:300px; min-height:0; }
  .i-hero-wrap.int .i-hero-img-wrap { height: 300px; }
  .i-quick-search .tab { display: none; }
  .i-quick-search, .i-quick-search.int { width: 100%; max-width: 100% !important; padding: 20px 30px; position: relative; bottom: auto; left: 0; right: 0; transform: translate(0,0); background: #444; border: none; }
  .i-quick-search [class^=col] { width: 25%; margin: 0 0 10px; }
  .i-quick-search .dates-col { width: 25%; }
  .i-quick-search .submit-col { width: 100% !important; margin: 0; }
  .i-quick-search .bootstrap-select button .filter-option { text-align: left; }
  .i-quick-search button[type=submit] { top: auto; }
  .i-callouts [class^=col] { flex-basis: 50%; }
  .i-callouts [class^=col]:nth-child(3){ flex-basis: 100%; }
  .callout-img { padding-bottom: 80% !important; }
  .i-callouts [class^=col]:nth-child(3) .callout-img{ padding-bottom: 40% !important; }
  h3.popular-rental-title { font-size: 26px; }
}
@media (min-width: 992px) {
  .i-ttd-wrap .col-md-4:nth-child(3n+1) { clear: both; }
}
@media (max-width: 992px) {
  .featured-props-carousel { padding: 0 70px; }
  .featured-props-carousel.owl-carousel .owl-nav button.owl-prev, .featured-props-carousel.owl-carousel .owl-nav button.owl-next { width: 50px; height: 50px; padding: 6px 12px !important; }
  .featured-props-carousel.owl-carousel .owl-nav button.owl-prev img, .featured-props-carousel.owl-carousel .owl-nav button.owl-next img { width: 12px; }
  .popular-rentals-carousel { padding: 0 70px; }
  .popular-rentals-carousel.owl-carousel .owl-nav button.owl-prev, .popular-rentals-carousel.owl-carousel .owl-nav button.owl-next { width: 50px; height: 50px; padding: 6px 12px !important; }
  .popular-rentals-carousel.owl-carousel .owl-nav button.owl-prev img, .popular-rentals-carousel.owl-carousel .owl-nav button.owl-next img { width: 12px; }
  .i-sidebar { margin: 20px -15px; padding-top: 15px; }
  .i-sidebar .i-callouts [class^=col] { flex-basis: 50%; margin: 0;  }
  .i-sidebar .i-callouts [class^=col]:nth-child(3){ flex-basis: 100%; }
  .i-sidebar .callout-img { padding-bottom: 80% !important; }
  .i-sidebar .i-callouts [class^=col]:nth-child(3) .callout-img{ padding-bottom: 40% !important; }
  .cms-thingstodo-option-2 .hover-border span::before, .cms-thingstodo-option-2 .hover-border p { opacity: 1; transform: scale3d(1,1,1); }
  .cms-thingstodo-option-2 .hover-border .h2 { margin-top: 0; font-size: 70px; opacity: 1; transition: opacity 0.35s, transform 0.35s; transform: translate(-50%,-50%) scale(0.5); }
  .cms-thingstodo-option-2 .hover-border span { background-color: rgba(0,0,0,0); }
  .cms-thingstodo-option-2 .hover-border img { opacity: 0.7; }
  .i-footer &gt; .container &gt; .row &gt; [class^=col] { margin-bottom: 30px; }
  div#footercaptcha { transform: scale(1); }
  .i-baseline { text-align: center; }
  .i-baseline .float-right { float: none !important; display: block;}
  .table-wrap { overflow-y: auto; width: 100%; }
}
@media (min-width: 768px) {
  #testimonial-carousel { margin-bottom: 0; padding: 0 40px 30px 40px; }
}
@media (max-width: 768px) {
  .menu-bar-wrap .menu-toggle-item { display: block; }
  .menu-bar-wrap .menu-bar-item { display: none; }
  .menu-bar-wrap .menu-bar-dropdown-item { display: block; }
  .i-header-actions .header-dropbox { width: 300px; }
  .i-hero-wrap.int .i-hero-img-wrap { height: 280px; }
  .i-hero-wrap .owl-dots { display: none; }
  .i-quick-search [class^=col] { width: 50%; margin: 0 0 10px; }
  .i-quick-search .dates-col { width: 50%; }
  .i-quick-search label { text-align: left; text-indent: 15px; }
  .i-quick-search .input-wrap, .i-quick-search input[type=text], .i-quick-search .select-wrap, .i-quick-search .bootstrap-select button { height: 40px; }
  .i-quick-search .bootstrap-select button { padding: 10px 25px 10px 15px; }
  .i-quick-search button[type=submit] { height: 40px; margin: 0; /* top: 23px; */ padding: 7px 15px; }
  .i-welcome { padding: 50px 0 0; }
  .i-content { padding: 25px 0; }
  .i-featured { padding: 60px 0; text-align: center; }
  h3.featured-property-title { font-size: 18px !important; }
  .i-testimonials { padding: 60px 0; }
  .i-popular-searches { padding: 60px 0 80px; }
  .i-specials-img { position: relative; padding-bottom: 60%; }
  #testimonial-carousel .carousel-indicators { bottom: -20px !important; }
  #testimonial-carousel .carousel-indicators li { display: inline-block; margin: 0px 5px; width: 15px; height: 15px; }
  #testimonial-carousel .carousel-indicators li.active { margin: 0px 5px; width: 20px; height: 20px; }
  .i-ttd-wrap .col-sm-6:nth-child(2n+1) { clear: both; }
  .i-footer { text-align: center; padding: 25px 0 0; }
  .i-footer .container &gt; .row &gt; [class^=col] { min-height: 0; padding: 15px; }
  .i-footer .h4 { width: 300px; max-width: 100%; margin: 0 auto 15px; }
  .i-footer-logo { margin-top: 0; }
  .i-footer-search-wrap { width: 90%; }
  .i-footer .i-social { font-size: 20px; }
  .i-baseline { margin: 0; font-size: 15px; }
  .mobile-scroller { display: block; }
  .i-wide { padding: 0 25px; }
}



@media (max-width: 736px) {

  .i-header-viewed, .i-header-favorites, .i-header-login { font-weight: 500; }
  .i-hero-wrap .i-hero-img-wrap, .i-hero-wrap.int .i-hero-img-wrap { height: 220px; padding: 0; }
  .banner-placeholder { height:220px; }
  .i-quick-search .bootstrap-select &gt; .dropdown-menu { top: 100%; bottom: auto; }
  .i-welcome [class^=col] { max-width: 100%; flex: 0 0 100%; }
  .i-welcome [class^=col] img { display: block; margin: 0 auto 20px; }
  .i-callouts [class^=col], .i-sidebar .i-callouts [class^=col] { flex-basis: 100% !important; margin-bottom: 10px; }
  .callout-img, .i-sidebar .callout-img { height: 310px; padding-bottom: 0 !important; }
  .featured-props-carousel { padding: 0 55px; }
  .featured-props-carousel.owl-carousel .owl-nav button.owl-prev, .featured-props-carousel.owl-carousel .owl-nav button.owl-next { width: 40px; height: 40px; padding:4px 10px !important; }
  .featured-props-carousel.owl-carousel .owl-nav button.owl-prev img, .featured-props-carousel.owl-carousel .owl-nav button.owl-next img { width: 10px; }
  .i-popular-searches { padding: 40px 0 80px; }
  .popular-rentals-carousel { padding: 0 55px; }
  .popular-rentals-carousel.owl-carousel .owl-nav button.owl-prev, .popular-rentals-carousel.owl-carousel .owl-nav button.owl-next { width: 40px; height: 40px; padding: 4px 10px !important; }
  .popular-rentals-carousel.owl-carousel .owl-nav button.owl-prev img, .popular-rentals-carousel.owl-carousel .owl-nav button.owl-next img { width: 10px; }
}
@media (max-width: 568px) {
  .i-header-info { text-align: center; }
  .i-header-phone { display: block; float: none !important; }
  .i-header-viewed, .i-header-favorites, .i-header-login { margin: 0 10px; }
  .i-header-cam { margin-right:0; margin-bottom:10px; }
  .i-header-phone a { margin-left:0; }
  .i-header-actions .header-dropbox.brecentlist { right: auto; left: 0; }
  .i-header-actions .header-dropbox.bfavoriteslist { right: 0; left: auto; }
  .i-wide { padding: 0 15px; }
  .testimonial-block blockquote { padding: 40px; }
  .testimonial-block blockquote em { width: 30px; height: 30px; font-size: 80px; }
  .testimonial-block blockquote em.open-quote { top: 5px; left: 5px; }
}

@media (max-width: 480px) {
  .i-header-viewed.i-header-actions .header-dropbox { right: auto; left: 0; }
  .i-quick-search { bottom: 0; }
  .i-quick-search .dates-col { width:100%; }
  .i-quick-search [class^=col] { width:100%; }
  .i-quick-search input[type=text] { padding:10px; }
  .i-quick-search button[type=submit] { top: auto; }
  .i-sidebar { margin: 0; }
  .cms-events-option-1 .media { display: block; }
  .cms-events-option-1 .media-left { display: block; }
  .cms-events-option-1 .media-img-link { width: 100%; margin: 0 0 20px; }
  .cms-events-option-1 .media-img-link .event-img-wrap { width: 100%; }
  .cms-events-option-1 .media-body { padding: 0; }
  .cms-resorts-option-1 [class^=col] { width: 100%; }
  .cms-resorts-option-2 [class^=col] { width: 100%; }
  .cms-resorts-option-2 img { margin: 0 0 25px; }
  .cms-staff-option-2 &gt; [class^=col] { width: 100%; }
}
@media (max-width: 414px) {
  .i-header-viewed, .i-header-favorites, .i-header-login, .i-header-phone { display: block; width: 100%; margin: 0 0 15px; }
  .i-header-actions .header-dropbox { width: 100%; }
  .i-quick-nav a { display: block; }
  .cms-staff-option-1 [class^=col] {width: 100%;}
}</pre></body></html>