/* Site Theme Colors
---------------------------------------------- */
:root {
 /* Site Colors are HSL values */
 --siteColor1: 202.1, 100%, 13.3%; /* Dark Teal */
 --siteColor2: 51.3, 100%, 50%; /* Golden Yellow */
 --siteColor3: 202, 8%, 20%; /* Dark Gray */
 --siteColor4: 0, 0%, 80%; /* Light Gray */
 --siteColor5: 202.1, 100%, 13.3%; /* Teal */
 --siteColor6: 51.5, 100%, 50%; /* Light Turquoise */
 --siteFont1: 'Roboto', sans-serif;
 --siteFont2: 'Ubuntu', sans-serif;
 --siteFont3: 'Ubuntu', sans-serif;
}
/* EXAMPLE USAGE: .i-banner-info { background: hsla(var(--siteColor1), 0.66); } */

/* Dark Teal */
.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; }
/* Golden Yellow */
.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; }
/* Dark Gray */
.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; }
/* Light Gray */
.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; }
/* Teal */
.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; }
/* Light Turquoise */
.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%, 40%) !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%, 40%) !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; }

/* Shared */
.i-featured-slider .owl-nav .owl-prev:before, .i-featured-slider .owl-nav .owl-next:before, .i-chat .fa { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); }
.i-popular-searches-overlay { transition: all, ease-in-out 0.3s; }
@keyframes fadein { 0%, 25% { opacity: 0 } 100% { opacity: 1 } }

/* Style Checkboxes with Custom look
  THE LABEL for ATTRIBUTE VALUE MUST MATCH THE INPUT id FOR THIS TO WORK
*/
input[type=checkbox] { display: none; }
input[type=checkbox] + label { cursor: pointer; position: relative; padding-left: 36px; }
input[type=checkbox] + label:before { content: ""; display: block; width: 24px; height: 24px; position: absolute; top: 0; left: 0; background: #fff; border: 1px solid #666; }
input[type=checkbox]:checked + label:before { content: "\f00c"; padding-left: 2px; 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; }

/* Layout */
body { font: 16px/1.75 'Roboto', 'Helvetica Neue', helvetica, sans-serif; color: #333; background-color: #fff; overflow-x:hidden; }
.container > .row, .container > div > .row { padding: 0; }
.bootstrap-select, .bootstrap-select button { border-radius: 3px !important; }
input[type=text], input[type=email], input[type=password], input[type=search] { height: auto; padding: 8px 10px; border-radius: 0; }
textarea { min-height: 80px; padding: 8px 10px; }
p, li, label { font-family: inherit; font-size: inherit; font-weight: inherit; line-height: inherit; }
label.error { font-size: 14px; color: red !important }
.hidden { display: none; }
.card-title > button { font-weight: inherit; }
.accordion > .card { border-bottom: 1px solid rgba(0,0,0,.125) !important; border-radius: 3px 3px 0 0 !important; }
.accordion > .card + .card { margin-top: 5px; }
.accordion > .card .card-header { margin-bottom: 0; border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0 !important; }
.hasDatepicker { cursor: pointer; }

.container { position: relative; }
.header-container { z-index:10; }
.i-wrapper { width: 100%; position: relative; }
.btn { padding: 12px 20px; outline: none; border-radius: 0 !important; font-family: 'Myriad Pro', 'Helvetica Neue', helvetica, arial, sans-serif;  font-size: 13px; text-transform: uppercase; transition: background 350ms; }
.btn:focus { box-shadow: none !important; outline: none !important; }
.btn-lg { font-size: 24px; }
.btn-sm, .btn-mini { font-size: 12px; }
.text-upper { text-transform: uppercase !important; }
.text-lower { text-transform: lowercase !important; }
.text-cap { text-transform: capitalize !important; }

/* 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); } }

/* Header */
.i-header { position: relative; z-index: 3; padding-top: 60px; }
.i-header .container { max-width: 1440px; }
.i-header-info { width: 100%; position: absolute; top: 0; left: 0; z-index: 4; padding: 10px 0; font-family: 'Roboto', sans-serif; font-size: 15px; line-height: 1; text-align: right; font-weight: 300; }
.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 { cursor: pointer; display: inline-block; vertical-align: middle; margin-left: 15px; position: relative; /* text-shadow: 1px 1px 1px rgba(0,0,0,0.25); */ }
.i-header-payment { display:inline-block; position:relative; top:-4px; margin-right:15px; }
.i-header-payment .fa { margin-left:5px; }
.i-header-phone  { cursor: pointer; display: inline-block; vertical-align: middle; font-size: 19px; font-weight: 500; position:relative; top:-7px; }
.i-header-phone a { display: inline-block; margin-left: 15px; font-weight:700; }
.i-header-phone .fa { top: 0; font-size: 125%; }
.i-header-favorites .fa-heart { color: #d02025; }
.i-header-info .i-social { display:inline-block; margin-left:15px; }
.i-header-info .i-social-item { height:25px; width:25px; position:relative; border:1px solid hsl(202.1, 100%, 13.3%); margin-right:0;  }
.i-header-info .i-social-item a { position:relative; display:block; height:100%; }
.i-header-info .i-social-item a .fa { color: hsl(202.1, 100%, 13.3%); font-size:19px; position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); }
/* 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 { padding: 0; background: #fff; }
.i-header-logo-wrap { display: block; width: 118px; height: 72px; position: absolute; top: 14px; left: 0; 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.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: 135px; position: relative; z-index: 3; font-family: 'Ubuntu', 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: 10px 20px 20px; font-size: 16px; font-weight:700; font-family: 'Ubuntu', sans-serif; text-transform: capitalize; color:#4b4b4b!important; }
.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 > 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 > a { color: hsl(202.1, 100%, 13.3%) !important; }
.i-header-navigation ul li i { display: none; }
.i-header-navigation ul ul { width: 300px; opacity: 0; visibility: hidden; margin: 0; padding: 0; position: absolute; top: 80%; left: 50%; line-height: normal; transform: translate(-50%, 0); text-align: left; /* background: rgba(255,255,255,0.75); */ background: #fff; transition: all, ease-in-out 0.2s; }
.i-header-navigation ul > li:hover > ul { opacity: 1; visibility: visible; top: 100%; }
.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.sub > a { padding: 15px 25px 15px 15px; }
.i-header-navigation ul ul li.sub > a:after { content: "\f054"; font-family: FontAwesome; font-size: 15px; position: absolute; top: 50%; right: 15px; transform: translateY(-50%); }
.i-header-navigation ul ul li a { display: block; padding: 15px; font-size: 16px; }
.i-header-navigation ul ul li a:hover { background: hsl(202.1, 100%, 13.3%); }
.i-header-navigation ul ul ul { top: 0; left: 0; z-index: -1; transform: none; transition: all, ease-in-out 0.2s; }
.i-header-navigation ul ul > li:hover > ul { opacity: 1; visibility: visible; top: 0; left: 100%; transform: none; }
.i-header-navigation ul > li:last-child > ul ul { opacity: 0; visibility: hidden; right: 50%; }
.i-header-navigation ul > li:last-child > ul li:hover ul { opacity: 1; visibility: visible; top: 0; right: 100%; left: auto; transform: none; }
.i-header-navigation .i-footer-search-form { display: none; }
/* Hero */
.i-hero-wrap { position: relative; z-index: 9; background-color: #333; /* height: 100vh; */ width: 100%; /* max-height: 80vh; */  /*overflow: hidden;*/ /* width: 100vw;*/ }
.i-hero-overflow { height: 40vw; overflow:hidden; }
.hp-vimeo-wrapper { height: 40vw; position: relative; }
.hp-vimeo-wrapper video { height: 100%; width: 100%; object-fit: cover; object-position: bottom;}
.hp-vimeo-wrapper iframe {  /*top: -30% !important; */ top: -24% !important; }
/* For full-no-qs layout - short banner area */
.i-hero-wrap.int.slim-banner .i-hero-overflow { height: 15vw; min-height: 10rem;}
@media (width >= 1025px){
  .i-hero-wrap.int.slim-banner { display: flex; justify-content: center; align-items: center; }
  .i-hero-wrap.int.slim-banner .i-quick-search { padding: 55px 0 10px 30px; position: relative; }
}
.i-hero-wrap .i-hero-img { display: block; width: 100%; height: 100%; max-height: none !important; position: absolute; top: 0; left: 0; background-size: cover !important; background-position: center center !important; background-repeat: no-repeat !important; }
.i-hero-wrap .owl-carousel { animation: fadein 1.5s; }
.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(202.1, 100%, 13.3%) !important; border-radius: 50% !important; }

/* Quick Search */
.i-quick-search { font-family: 'Ubuntu', sans-serif; position:relative; text-transform: capitalize; padding: 60px 30px 20px; background: hsla(202.1, 100%, 13.3%,0.4); position: absolute; top: 0; left: 0; right:0; z-index: 3; }
/* .i-quick-search-home { position:relative; } */
.i-hero-wrap.int .i-quick-search { padding:110px 30px 20px; top:0; }
/* .winter-rentals .i-hero-wrap.int .i-quick-search { display: none; } */
.i-quick-search .tab { position:absolute; bottom:100%; left:15px; padding:6px 25px; text-transform:uppercase; font-weight:700; }
.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: 13.3%; float: left; padding: 0; position: relative; }
.i-quick-search .dates-col label { text-align: left; text-indent: 15px; }
.i-quick-search .submit-col { width: 20%; }
.i-quick-search .input-wrap { width: 100%; height: 50px; position: relative; }
.i-quick-search input[type=text] { width: 100%; height: 50px; padding: 10px 25px; border: none; border-radius: 0; font-size: 16px; }
.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: 10px 25px 10px 15px; z-index: 1; background: transparent; border: none; border-radius: 0 !important; font-size: 16px; color: #0a0a0a; font-weight: 300; text-transform: none; }
.i-quick-search .bootstrap-select button .filter-option { color: #0a0a0a; text-align: center; text-transform: capitalize; }
.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; color:#656565; }
.i-quick-search .bootstrap-select .text { font-size: 16px; }
.i-quick-search input[type=submit] { width: 100%; height: 50px; position: relative; top: 0; padding: 10px 15px; transition:color 0.3s; border-radius: 0 !important; color: hsl(202.1, 100%, 13.3%); font-weight:700; font-size: 16px; text-transform: uppercase; }
.i-quick-search input[type=submit]:hover { color:#fff!important; }
.i-quick-search input[type=submit]:focus { outline: none !important; }

.i-quick-search .check-wrap { text-align:center; margin-top: 10px; }
.i-quick-search .check-wrap label { margin-right:10px; padding-left:32px; vertical-align:top; line-height:21px; }
.i-quick-search .check-wrap label:last-child { margin-right:0; }

/* Content */
.i-content { padding: 0; position: relative; }
.i-content.int { padding: 50px 0; }
.i-wrapper h1, .i-wrapper .h1, .mce-content-body h1, .mce-content-body .h1, .cell-block-options .h1 { font-size: 35px; font-family: 'Ubuntu', sans-serif; font-weight: 700; margin: 0 0 5px; }
.i-wrapper h2, .i-wrapper .h2, .mce-content-body h2, .mce-content-body .h2, .cell-block-options .h2 { font-size: 30px; font-family: 'Ubuntu', sans-serif; font-weight: 300; }
.i-wrapper h3, .i-wrapper .h3, .mce-content-body h3, .mce-content-body .h3, .cell-block-options .h3 { font-size: 28px; font-family: 'Ubuntu', sans-serif; font-weight: 300; }
.i-wrapper h4, .i-wrapper .h4, .mce-content-body h4, .mce-content-body .h4, .cell-block-options .h4 { font-size: 25px; font-family: 'Ubuntu', sans-serif; font-weight: 300; }
.i-wrapper h5, .i-wrapper .h5, .mce-content-body h5, .mce-content-body .h5, .cell-block-options .h5 { font-size: 21px; font-family: 'Ubuntu', sans-serif; font-weight: 300; }
.i-wrapper h6, .i-wrapper .h6, .mce-content-body h6, .mce-content-body .h6, .cell-block-options .h6 { font-size: 17px; font-family: 'Ubuntu', sans-serif; font-weight: 300; margin: 0 0 10px; text-transform: uppercase; }

.i-content p { margin: 0 0 25px; }
.i-content a, .mce-content-body a, .i-content button, .mcs-content-body button { color: hsl(202.1, 100%, 13.3%); } /* 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 > .row { margin: 0 -15px; }
.content-builder-wrap .column { padding: 0 15px; }
/*
.content-builder-wrap p,
.content-builder-wrap span,
.content-builder-wrap div { font-size: inherit; line-height: inherit; color: inherit; font-weight: inherit; }
*/

.i-quick-nav a {margin-bottom: 4px;}

.background-sec {  background-size:contain; background-position:bottom center; background-repeat:no-repeat; }

/* Welcome on HP */
.i-welcome { padding: 80px 0; }

/* Callouts */
.i-callouts { padding: 15px 0; }
.i-callouts [class^=col] {  }
.callout-wrap { position: relative; font-family: 'Ubuntu', sans-serif; text-align: center; }
.callout-wrap > .callout-title { opacity: 1; visibility: visible; width: 80%; padding: 10px; position: absolute; top: 50%; left: 50%; z-index: 2; transform: translate(-50%, -50%); background: rgba(0,0,0,0.57); 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 > 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 > .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(11,42,49,0.75); */ 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-img img { height: 100%; }
.i-sidebar .callout-rollover .callout-title { display: none; }

@media (width >= 1025px){
  .i-callouts .row { gap: 1rem 0; }
  .i-callouts .col-lg-3 { -ms-flex: 0 0 33%; flex: 0 0 33%; max-width: 33%; }
}

/* Featured Slider */
.i-featured { padding-bottom:100px; }
.i-featured .featured-container { margin-top: 25px; }
.featured-props-carousel { padding: 0; }
.featured-props-carousel .owl-nav { position: absolute;top: 35%; left: -70px; right:-70px; }
.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 .owl-prev, .featured-props-carousel.owl-carousel .owl-nav .owl-next { width: 55px; height: 55px; padding: 9px 18px !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 .owl-prev img, .featured-props-carousel.owl-carousel .owl-nav .owl-next img { width: 13px; height: auto; }
.featured-props-carousel .owl-prev { left: 0; }
.featured-props-carousel .owl-next { right: 0; }
.featured-props-carousel .owl-prev.disabled, .featured-props-carousel .owl-next.disabled { background: transparent !important; }
.featured-props-carousel .owl-prev .fa, .featured-props-carousel .owl-next .fa { font-size: 50px; text-align: center; }
.featured-props-carousel .owl-stage { display: flex; flex-direction: row; }
.featured-props-carousel .owl-item { display: flex; flex-direction: column; flex-grow: 1; }
.featured-property { display: flex; flex-grow: 1; flex-direction: column; padding: 3px; background: #fff; border: 1px solid #d7d7d7; font-family: 'Ubuntu', 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 { flex-grow: 1; 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-size: 21px; 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; padding: 0 5px; }

.i-homeowners { padding:80px 0 60px 0; background-size:cover; background-position:center; background-repeat:no-repeat; }
.i-homeowners h1 { font-size:42px; }
.i-homeowners h6 { margin-bottom:35px; }
.i-homeowners .btn { margin-top:30px; font-weight:700; font-size:17px; padding:10px 20px; width:250px; }

/* Testimonials */
.i-testimonials { padding: 100px 0; background: url('/images/layout/testimonials-bg.jpg') no-repeat center 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 100px; 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: 'Ubuntu', 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; }

/* Popular Searches */
.i-popular-searches { padding: 100px 0; background: url('/images/layout/pop-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 .owl-prev, .popular-rentals-carousel.owl-carousel .owl-nav .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 .owl-prev img, .popular-rentals-carousel.owl-carousel .owl-nav .owl-next img { width: 18px; height: auto; }
.popular-rentals-carousel .owl-prev { left: 0; }
.popular-rentals-carousel .owl-next { right: 0; }
.popular-rentals-carousel .owl-prev.disabled, .popular-rentals-carousel .owl-next.disabled { background: transparent !important; }
.popular-rentals-carousel .owl-prev .fa, .popular-rentals-carousel .owl-next .fa { font-size: 50px; text-align: center; }
.popular-rental { background: #fff; font-family: 'Ubuntu', 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(202.1, 100%, 13.3%, 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; }

/* Recurring Events */
.month-tabs .nav-item.active a { background: hsl(202.1, 100%, 13.3%); border: 1px solid transparent; color: #fff; }
.month-tabs .nav-item a { cursor: pointer; }
.month-tabs .nav-item a:hover { background: #eee; border: 1px solid transparent; }

/* 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; 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 > div { width: 100%; height: 100%; position: absolute; top: 0; left: 0; }
.cms-events-option-1 .date { font-size: 18px; color: #fff; line-height: normal; text-align: center; z-index: 2; position: absolute; left: 0; top: 0; right: 0; bottom: 0; background: rgba(0,0,0,0.4); transition: all .25s ease-in-out; border-radius: 5px; }
.cms-events-option-1 .date span.date-wrap { position: absolute; top: 30%; left: 0; right: 0; border-radius: 5px; text-align: center; }
.cms-events-option-1 .date em { font-size: 30px; display: block; font-style: normal; }
.cms-events-option-1 .media-body { width: 100%; padding: 10px 15px; }
.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; }
.cms-events-option-1 span.start-date, .cms-events-option-1 span.end-date {display: inline-block;}
.cms-events-option-1 span.end-date b {position: relative; top: 17px; left: -6px;}
.cms-events-option-1 span.end-date {padding-left: 10px;}

/* FAQS Option 1 */
.cms-faqs-option-1 { margin: 25px 0; }
.cms-faqs-option-1 .card > .card-header { padding: 0; }
.cms-faqs-option-1 .card > .card-header > p { margin: 0; }
.cms-faqs-option-1 .card-title > button { display: block; width: 100%; padding: 10px; border: none; outline: none; text-align: left; }
.cms-faqs-option-1 .card-title > button:hover, .cms-faqs-option-1 .card-title > button:active, .cms-faqs-option-1 .card-title > button:focus { text-decoration: none; background: #eee; }
.cms-faqs-option-1 .card-title > button .fa { border-right: 1px rgba(0,0,0,0.2) solid; padding: 0 13px 0 5px; margin: 0 10px 0 0; }

/* FAQS Option 2 */
.cms-faqs-option-2 { margin: 25px 0; }
.cms-faqs-option-2 .list-group-item { background: #fff; border: 1px solid #ddd; color: #333; }
.cms-faqs-option-2 .list-group-item.active { background: hsl(202.1, 100%, 13.3%); color: #fff; }
.cms-faqs-option-2 .fa { padding: 10px; margin: -10px; }
.cms-faqs-option-2 .tab-content .h2 { margin: 0 0 10px; padding: 0 0 5px; border-bottom: 1px #eee solid; }
.cms-faqs-option-2 .tab-content td { border: none; }
.cms-faqs-option-2 .tab-content .table .fa { font-size: 30px; }
.cms-faqs-option-2 .tab-content .alert .btn { position: relative; top: -7px; }

/* 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; }

/* 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: contain !important; background-position: center top !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 p.h3 { margin: 0 0 20px; padding: 0; }
.i-specials-info p ~ p {margin-bottom: 7px;}

/* Staff Option 2 */
.cms-staff-option-2 {margin-bottom: 15px;}
.cms-staff-option-2 > [class^=col] { display: inline-block; vertical-align: top; float: none; margin-right: -4px; }
.cms-staff-option-2 strong, .cms-staff-option-2 em, .cms-staff-option-2 a, .cms-staff-option-2 span {display: block; text-align: center;}
.cms-staff-option-2 h3 {margin-top: 20px; padding-top: 15px; clear: both;}
.cms-staff-option-2 h4:first-child {border: none;}
.cms-staff-option-2 div a {margin-bottom: 10px; padding: 7px; border-radius: 5px; }
.cms-staff-option-2 div a.nobox { border-radius:0; margin-bottom:0; padding:0;}
.cms-staff-option-2 div img {width: 100%; max-width: 300px;}
.cms-staff-option-2 div span {font-weight: bold;}

/* Testimonials */
.testimonial-wrap { margin: 0 0 10px; }
.testimonial-item { margin: 0 0 25px; padding: 50px; 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 .owl-stage-outer { width: calc(100% - 120px); margin: 0 auto; }
.testimonial-carousel .owl-nav { position: absolute; right: 0; top: 25%; left: 0; }
.testimonial-carousel .owl-prev, .testimonial-carousel .owl-next { width: 36px; height: 36px; padding: 7px 5px !important; position: absolute; background: rgba(0,0,0,0.75) !important; border-radius: 2px; text-align: center; }
.testimonial-carousel .owl-prev { left: 0; }
.testimonial-carousel .owl-next { right: 0; }
.testimonial-carousel .owl-prev.disabled, .testimonial-carousel .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 .card > .card-header { padding: 0; }
.cms-thingstodo-option-1 .card-title > button { display: block; width: 100%; padding: 10px; border: none; outline: none; text-align: left; }
.cms-thingstodo-option-1 .card-title > button:hover, .cms-thingstodo-option-1 .card-title > button:active, .cms-thingstodo-option-1 .card-title > button:focus { text-decoration: none; background: #eee; }
.cms-thingstodo-option-1 .category { margin: 0 0 30px; }

/* 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 > a { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; }
.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 > 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 > 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-ttd-boxes img { width: 100%; height: 200px; -o-object-fit: cover; object-fit: cover; }
.i-ttd-boxes .box-info { min-height: 210px; text-align: center; margin: 0 0 10px; padding: 28px 10px 42px; }
.i-ttd-boxes .box-info .h4 { margin-top: 0; color: #fff !important; }
.i-ttd-boxes .box-info p + a { display: block; }
.i-ttd-boxes .box-info a.details { display: inline-block; position: relative; left: auto; right: 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(202.1, 100%, 13.3%) !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: 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 { 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%; 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%; 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; }

/* Social Media */
.i-social { margin: 0; padding: 0; }
.i-social-item { list-style: none; display: inline-block; margin-right:5px; }
.i-social-item a { font-size: 23px;  text-decoration: none; display: block; position: relative; cursor: pointer; }
.i-social-item a .fa { font: normal normal normal 14px/1 FontAwesome; font-size: inherit; color: #fff; display: block; }
/*
.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: 50px 0 0; font-family: 'Ubuntu', sans-serif; color: #fff; font-size:15px; }
.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; text-align: center; }
.i-footer-logo img { width: 100%; max-width: 300px; height: auto; }
.i-footer-logo-mc { text-align: center; }
.i-footer-logo-mc img { width: 100%; max-width: 135px; margin: 0 auto; }
.i-footer-search-wrap { display: inline-block;  padding: 0; position: relative; text-align: left; vertical-align:top; margin-left:15px; }
.i-footer-search-form { position: relative; width: 100%; }
.i-footer-search { width: calc(100% - 42px); font-size:14px; height: 42px; padding: 4px 14px!important; background: transparent; border: 1px solid rgba(0,0,0,0.3); border-radius: 0; color: #333; }
.i-footer-search::placeholder { color: #333; }
.i-footer-search:-ms-input-placeholder { color: #333; }
.i-footer-search::-ms-input-placeholder { color: #333; }
.i-footer-search-submit { width: 42px; padding: 6px 14px; position: absolute; top: 0; right: 0; bottom: 0; background: none; border: 1px solid rgba(0,0,0,0.3); border-left: none; border-radius: 0; color: #333; }
.i-footer-search-submit .fa { font-size:16px; }
.i-footer .h4 { white-space: nowrap;  display: block; position: relative; margin: 0 0 15px; padding-bottom: 20px; border-bottom: 2px solid hsla(51.5, 100%, 50%,0.5); font-size: 18px; font-weight: 600; text-transform: uppercase;  }
.i-footer .h4:after { content: ''; width: 50px; position: absolute; bottom: -3px; left: 0; border-bottom: 4px solid hsl(51.5, 100%, 50%); }
.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-contact a { white-space:nowrap; }
.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:none; }
.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; }
.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: uppercase; }
.i-footer-e-newsletter-form .btn { width: 100%; padding: 10px 3px; font-size: 14px; text-transform: uppercase; }
.i-footer-e-newsletter-form .btn:focus { outline: none !important; }
div#footercaptcha { transform: scale(0.87);  transform-origin: 0 0; }
.quick-links-row { padding-top:30px; text-align:center; border-top:1px solid rgba(255,255,255,0.2); margin-top:30px;}
.quick-links-row a { padding:0 20px; }
.quick-links-row a:hover { text-decoration:none; }
.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; }

/* Datepicker */
#ui-datepicker-div { width: 300px; z-index: 7000 !important; font-size: 14px !important; line-height: 2 !important; }
.ui-datepicker { background: #f5f5f5; border: 0; border-radius: 0; box-shadow: #000 0 0 50px -14px; }
.ui-datepicker .ui-datepicker-header { background: none; border: none; padding: 0 !important; font-weight: normal; }
.ui-datepicker .ui-datepicker-title { width: 100%; height: 30px !important; margin: 0 auto !important; background: hsl(202.1, 100%, 13.3%); border-bottom: 1px solid hsl(202.1, 100%, 13.3%); 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(202.1, 100%, 13.3%) !important; border: 1px solid hsl(202.1, 100%, 13.3%) !important; */     background: hsl(0, 0%, 100%) !important;
    border: 1px solid hsl(202, 97%, 13%) !important; font-size: 12px; color: #012b43 !important; text-align: center; }
.ui-datepicker-calendar td.ui-state-disabled span, .ui-datepicker-calendar td.ui-state-disabled a {
    background: #012b43 !important;
    color: white !important;
}

.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(202.1, 100%, 13.3%) !important; font-weight: 700; }
.ui-datepicker .ui-state-disabled.ui-datepicker-today:after { display: none; }
.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; }

.mobile-scroller {display: none; margin: 10px 0; font-size: 14px; font-weight: 700; text-align: center;}

/* ROOT STYLES FOR BE */
.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; margin-right: 5px; }

/* RESPONSIVE */
@media (max-width: 1750px) {
  .hp-vimeo-wrapper iframe { top: -12% !important; }
}

@media (max-width: 1500px) {
	.hp-vimeo-wrapper iframe { top: 0 !important; }
  .i-sidebar .i-callouts [class^=col] { flex-basis: 100%; }
  .i-sidebar .callout-img { padding-bottom: 100% !important; }
}

@media(min-width:1300px){
  .i-footer .container { max-width:1250px; }
}

@media(max-width:1300px){
  .i-featured { padding-bottom:50px; }
  .featured-props-carousel .owl-nav { position:relative; top: auto; left:auto; right:auto; bottom:auto; }
  .featured-props-carousel.owl-carousel .owl-nav .owl-prev, .featured-props-carousel.owl-carousel .owl-nav .owl-next { position:relative; margin: 0 5px!important; }
}

@media (max-width: 1200px) {
  .container { max-width: 100%; }
  .i-header-logo-wrap { left:15px; }
  .i-header-navigation ul li a { padding: 10px 19px 20px; font-size:15px; }
  .i-header-navigation ul ul li a { font-size:15px; }
  .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 > .container { width: 100%; }
  .i-content .content-builder-wrap .is-btn { padding: 10px 25px !important; font-size: .9em !important; }
}
@media(min-width:992px) and (max-width:1300px){
  .i-footer > [class^=col] { flex: 0 0 25%; max-width:25%; }
}
@media(min-width:992px) and (max-width:1200px){
  .callout-rollover .callout-desc { margin: 10px 0 20px; }
  .callout-rollover .btn { padding:8px 20px; font-size:15px; }
}
@media(min-width:768px) and (max-width:1300px){
  .i-footer [class^=col].logo-col { flex: 0 0 100%; max-width:100%; min-height:1px; margin-bottom:50px; }
}
@media(max-width:1024px) and (min-width:768px){
  .i-callouts [class^=col] { flex:0 0 50%; max-width:50%; margin-bottom:20px; }
}
@media (max-width: 1024px) {
  body { overflow-x: hidden; }
  body.nav-open { overflow: hidden; }
  .i-wrapper { margin-top: 50px; transition: all, ease-in-out 0.3s; position: relative; left: 0; width: 100%; }
  .i-wrapper, .i-header .container { z-index: 1; }
  .i-header { width: 100%; position: relative; top: auto; left: auto; z-index: 999; padding: 0; background: rgba(255,255,255,0.75); }
  .i-header .container {width: 100% !important; padding: 0 15px;}
  .i-header-logo-wrap { position: relative; left: auto; margin: 0 auto; }
  .i-header-nav-bar { padding: 10px 0; background: transparent; }
  .i-header-nav-bar .container { padding: 0; }
  .i-header-qs-scroller { display: inline-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: inline-block; width: 60px; height: 50px; text-align: left; }
  .i-header-mobileToggle:hover, .i-header-mobileToggle:active, .i-header-mobileToggle:focus { color: #fff; }
  .i-header-mobileToggle span { /*background: hsl(51.5, 100%, 50%);*/ 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; position: fixed; top: 0; left: 0; right: 0; z-index: 99999; box-shadow: 0 0 15px -5px #000; display: flex; justify-content: space-between; align-items: center; background-color: hsl(202.1, 100%, 13.3%); }
  .i-header-navigation .i-footer-search-form { max-width: 350px; display: block; margin-left: auto;}
  .i-header-navigation .i-footer-search-form .i-footer-search, .i-header-navigation .i-footer-search-form .i-footer-search-submit { border-color: #fff; color: #fff; }
  .i-header-navigation .i-footer-search-form .i-footer-search-submit { display: flex; justify-content: center; align-items: center;}
  .i-header-navigation .i-footer-search-form .i-footer-search::-webkit-input-placeholder { color: #fff; }
  .i-header-navigation .i-footer-search-form .i-footer-search:-ms-input-placeholder { color: #fff; }
  .i-header-navigation .i-footer-search-form .i-footer-search::placeholder { color: #fff; }
  .i-footer-search-wrap { display: none; }
  .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; overflow-y: scroll; -webkit-overflow-scrolling: touch; }
  .i-header-navigation > .container > 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 > .container > ul > li.sub {padding-right: 0;}
  .i-header-navigation > .container > ul > li.sub > 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(202.1, 100%, 13.3%) !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%; transition: none; transform: translate(0, 0); }
  .i-header-navigation ul ul li a { padding: 15px 30px; }
  .i-header-navigation ul ul li.sub > a:after { display: none; }
  .i-header-navigation ul ul ul { display: block; opacity: 1; visibility: visible; left: auto; right: auto; z-index: 1; }
  .i-header-navigation ul ul > li:hover > ul { left: auto !important; right: auto !important; }
  .i-header-navigation ul ul ul li a { padding: 15px 45px; }
  .i-header-info { position: relative; padding: 12px 0; padding-bottom:10px; border-top: 1px solid #ccc; }
  .i-hero-wrap { max-height: none; }
  .i-hero-overflow { height: 100%; max-height:none; }
  .i-hero-wrap.int .i-hero-img-wrap { height: 300px; }
  .i-quick-search { width: 100%; max-width: 100% !important; padding: 60px 30px 10px; position: relative; bottom: auto; left: 0; right: 0; transform: translate(0,0); background: #444; border: none; }
  .i-hero-wrap.int .i-quick-search { padding:60px 30px 10px; top:auto; }
  .i-quick-search .tab { right:15px; text-align:center; }
  .i-quick-search [class^=col] { width:33.33%; margin: 0 0 10px; }
  .i-quick-search .dates-col {  }
  .i-quick-search .submit-col { width: 100%; }
  .i-quick-search .bootstrap-select button .filter-option { text-align: left; }
  .i-quick-search input[type=submit] { margin-top: 10px; top: auto; }
  .i-welcome { text-align:center; padding-top:20px; }
  .i-welcome [class^=col] { max-width: 100%; flex: 0 0 100%; }
  .i-welcome [class^=col] img { display: block; margin: 0 auto 20px; }
  .i-featured { text-align:center; }
  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) {
  .mobile-block { display:block; text-align:center; }
  .i-header-phone a { margin-left:0; }
  .featured-props-carousel { padding: 0 70px; }
  .featured-props-carousel.owl-carousel .owl-nav .owl-prev, .featured-props-carousel.owl-carousel .owl-nav .owl-next { width: 50px; height: 50px; padding: 6px 12px !important; }
  .featured-props-carousel.owl-carousel .owl-nav .owl-prev img, .featured-props-carousel.owl-carousel .owl-nav .owl-next img { width: 12px; }
  .popular-rentals-carousel { padding: 0 70px; }
  .popular-rentals-carousel.owl-carousel .owl-nav .owl-prev, .popular-rentals-carousel.owl-carousel .owl-nav .owl-next { width: 50px; height: 50px; padding: 6px 12px !important; }
  .popular-rentals-carousel.owl-carousel .owl-nav .owl-prev img, .popular-rentals-carousel.owl-carousel .owl-nav .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 > .container > .row > [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%; }
  .table-wrap, .table-wrap > table { transform:rotateX(180deg); }
}
@media (min-width: 768px) {
  #testimonial-carousel { margin-bottom: 0; padding: 0 40px 30px 40px; }
}
@media (max-width: 768px) {
  .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 .dates-col { width: 50%!important; }
  .i-quick-search [class^=col] { width:calc(100%  /3); }
  */
  .i-quick-search .submit-col { width:100%!important; }
  /*
  .i-quick-search .search-dates .datepicker-wrap { width: 400px; }
  .i-quick-search .search-dates .datepicker-wrap .ui-datepicker-calendar td span, .i-quick-search .search-dates .datepicker-wrap .ui-datepicker-calendar td a { width: auto; }
  .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 input[type=submit] { height: 40px; margin: 0; top: 23px; padding: 7px 15px; }
  */
  .i-welcome { padding: 50px 0; }
  .i-content { padding: 25px 0; }
  .i-featured { padding: 60px 0; padding-top:0; }
  .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; }
  .i-footer .container > .row > [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; position: relative;}
  .i-quick-search .bootstrap-select > .dropdown-menu { top: 100%; bottom: auto; }
  .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; }
  .btn-wrap .btn { display:block; margin-bottom:10px; }
  .featured-props-carousel { padding: 0 55px; }
  .i-header-navigation .i-footer-search-form { max-width: 200px; }
}
@media (max-width: 568px) {
  .i-header-info { text-align: center; }
  .i-header-payment { top:0; display:block; margin-right:0; margin-bottom:10px; }
  .i-header-viewed, .i-header-favorites, .i-header-login { margin: 0 10px; }
  .i-header-actions .header-dropbox.brecentlist { right: auto; left: 0; }
  .i-header-actions .header-dropbox.bfavoriteslist { right: 0; left: auto; }
  .i-quick-search .search-dates .datepicker-wrap { width: 100%; max-width: 100%; }
  .i-wide { padding: 0 15px; }
  .i-content .content-builder-wrap .is-btn { white-space: break-spaces !important; }
}
@media (max-width: 480px) {
  .i-header-viewed.i-header-actions .header-dropbox { right: auto; left: 0; }
  .i-quick-search { bottom: 0; }
  .i-quick-search [class^=col] { width: 100% !important; }
  .i-quick-search input[type=submit] { top: auto; margin-top: 10px; }
  .testimonial-block blockquote { padding: 40px 70px; }
  .testimonial-block blockquote em { width: 46px; height: 46px; font-size: 90px; }
  .i-sidebar { margin: 0; }
  .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 > [class^=col] { width: 100%; }
  .quick-links-row a { display:block; }
}
@media (max-width: 414px) {

  .i-quick-nav a { display: block; }
  .i-featured .container { padding: 0; }
  .cms-staff-option-1 [class^=col] {width: 100%;}

  /*HP*/
  .i-quick-search { padding: 60px 0px 10px; }
  .i-quick-search .check-wrap label { float: left; width: 50%; padding-left: 31px; text-align: left; margin-right: 0; }
}

@media (max-width: 350px) {
  /*HP*/
  .i-quick-search .check-wrap label { width: 100%; }
}