/* Site Theme Colors
---------------------------------------------- */
/* Light Blue */
.site-color-1, .site-color-1-hover:hover { color: hsl(227, 31%, 60%) !important; transition: color 0.35s; }
.site-color-1-lighten, .site-color-1-lighten-hover:hover { color: hsl(227, 31%, 70%) !important; }
.site-color-1-bg, .site-color-1-bg-hover:hover { background-color: hsl(227, 31%, 60%) !important; transition: background-color 0.35s; }
.site-color-1-lighten-bg, .site-color-1-lighten-bg-hover:hover { background-color: hsl(227, 31%, 70%) !important; }
/* Dark Blue */
.site-color-2, .site-color-2-hover:hover { color: hsl(232, 47%, 24%) !important; transition: color 0.35s; }
.site-color-2-lighten, .site-color-2-lighten-hover:hover { color: hsl(232, 47%, 34%) !important; }
.site-color-2-bg, .site-color-2-bg-hover:hover { background-color: hsl(232, 47%, 24%) !important; transition: background-color 0.35s; }
.site-color-2-lighten-bg, .site-color-2-lighten-bg-hover:hover { background-color: hsl(232, 47%, 34%) !important; }
/* Golden Yellow */
.site-color-3, .site-color-3-hover:hover { color: hsl(32, 85%, 57%) !important; transition: color 0.35s; }
.site-color-3-lighten, .site-color-3-lighten-hover:hover { color: hsl(32, 85%, 67%) !important; }
.site-color-3-bg, .site-color-3-bg-hover:hover { background-color: hsl(32, 85%, 57%) !important; transition: background-color 0.35s; }
.site-color-3-lighten-bg, .site-color-3-lighten-bg-hover:hover { background-color: hsl(32, 85%, 67%) !important; }
/* Dark Grey */
.site-color-4, .site-color-4-hover:hover { color: hsl(300, 1%, 21%) !important; transition: color 0.35s; }
.site-color-4-lighten, .site-color-4-lighten-hover:hover { color: hsl(300, 1%, 31%) !important; }
.site-color-4-bg, .site-color-4-bg-hover:hover { background-color: hsl(300, 1%, 21%) !important; transition: background-color 0.35s; }
.site-color-4-lighten-bg, .site-color-4-lighten-bg-hover:hover { background-color: hsl(300, 1%, 31%) !important; }
/* Header Blue */
.site-color-5, .site-color-5-hover:hover { color: hsl(211, 30%, 86%) !important; transition: color 0.35s; }
.site-color-5-lighten, .site-color-5-lighten-hover:hover { color: hsl(211, 30%, 76%) !important; }
.site-color-5-bg, .site-color-5-bg-hover:hover { background-color: hsl(211, 30%, 86%) !important; transition: background-color 0.35s; }
.site-color-5-lighten-bg, .site-color-5-lighten-bg-hover:hover { background-color: hsl(211, 30%, 76%) !important; }
/* Background Gray */
.site-color-6, .site-color-6-hover:hover { color: hsl(160, 8%, 93%) !important; transition: color 0.35s; }
.site-color-6-lighten, .site-color-6-lighten-hover:hover { color: hsl(160, 8%, 100%) !important; }
.site-color-6-bg, .site-color-6-bg-hover:hover { background-color: hsl(160, 8%, 93%) !important; transition: background-color 0.35s; }
.site-color-6-lighten-bg, .site-color-6-lighten-bg-hover:hover { background-color: hsl(160, 8%, 100%) !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-social-item a .fa, .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%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
.i-callouts-overlay { -moz-transition: all, ease-in-out 0.3s; -o-transition: all, ease-in-out 0.3s; -webkit-transition: all, ease-in-out 0.3s; transition: all, ease-in-out 0.3s; }
@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(227, 31%, 60%); 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 'Helvetica Neue', helvetica, sans-serif; color: #333; background-color: hsl(160, 8%, 93%); }
body.mce-content-body { background: #fff !important; }
.container { max-width: none; }
.container > .row, .container > div > .row { padding: 0; }
.column { padding: 0 15px; }
.bootstrap-select, .bootstrap-select button { border-radius: 3px !important; }
.bootstrap-select .dropdown-menu { min-width: 0 !important; width: 100% !important; }
input[type=text], input[type=email], input[type=password], input[type=search] { height: auto; padding: 8px 10px; border-radius: 3px !important; }
textarea { min-height: 80px; padding: 8px 10px; }
p, li, label { font-family: inherit; font-size: inherit; font-weight: inherit; line-height: inherit; }
.i-content a:not(.btn), .mce-content-body a:not(.btn) { font-family: 'Helvatica Neue', helvetica, sans-serif; color: hsl(32, 85%, 57%); text-decoration: underline; white-space: normal; word-break: break-word; }
.i-content a:not(.btn):hover, .mce-content-body a:not(.btn):hover { color: hsl(232, 47%, 24%); }
label.error { font-size: 14px; color: red !important; }
.divider_dashed { border-top:1px dashed #cdcdcd; }
.divider_dashed, .divider_dotted, .divider_shadow, .divider_top, .ss-separator { display: inline-block; width: 100%; height: 1px; margin: 20px 0 19px; }
hr.hr { height: 1px; margin: 20px 0 19px; background-color: #ccc; border: 0; }
.spacer { display: inline-block; width: 8px; }
img[align=left] { margin: 0 10px 10px 0 !important; }
img[align=right] { margin: 0 0 10px 10px !important; }
.container { position: relative; width: 100%; max-width: 1400px; }
.i-wrapper { width: 100%; position: relative; overflow: hidden; }
.btn { padding: 12px 20px; border-radius: 3px !important; font-family: 'Lato', sans-serif; font-size: 13px; font-weight: 700; text-transform: uppercase; -webkit-transition: background 350ms; -moz-transition: background 350ms; transition: background 350ms; }
.btn-lg { padding: 16px 24px; font-size: 24px; }
.btn-sm, .btn-mini { padding: 8px 16px; font-size: 12px; }
.nomargin { margin: 0 !important; }
.nopadding { padding: 0 !important; }
.text-upper { text-transform: uppercase !important; }
.text-lower { text-transform: lowercase !important; }
.text-cap { text-transform: capitalize !important; }

.list { text-align: center; }
.list > i { display: block; width: 100px; height: 100px; margin: 0 auto; padding: 20px; position: relative !important; top: auto !important; left: auto !important; background: #000; border-radius: 50%; font-size: 60px !important; color: #fff; text-align: center; }
.list p { margin: 0 !important; }

.i-wrapper h1, .i-wrapper .h1, .mce-content-body h1, .mce-content-body .h1 { margin: 0; padding: 10px 0; font-family: 'Lato', sans-serif; font-size: 36px; color: hsl(232, 47%, 24%) !important; line-height: 1.35; font-weight: 400; /* text-transform: uppercase; */ }
.i-content.int h1 { margin: 0 0 20px; padding-bottom: 9px; border-bottom: 1px solid #eeeeee; font-size: 28px; /* color: #3c3c3c; */ color: hsl(232, 47%, 24%) !important; font-weight: 400; }
.i-wrapper h2, .i-wrapper .h2, .mce-content-body h2, .mce-content-body .h2 { font-family: 'Lato', sans-serif; font-size: 28px; color: hsl(227, 31%, 60%) !important;; line-height: 1.25; font-weight: 400; /* text-transform: uppercase; */ }
.i-wrapper h3, .i-wrapper .h3, .mce-content-body h3, .mce-content-body .h3 { font-family: 'Lato', sans-serif; font-size: 24px; color: hsl(32, 85%, 57%) !important; line-height: 1.25; font-weight: 400; /* text-transform: uppercase; */ }
.i-wrapper h4, .i-wrapper .h4, .mce-content-body h4, .mce-content-body .h4 { font-family: 'Lato', sans-serif; font-size: 21px; color: #f1a23a; line-height: 1.25; font-weight: 400; /* text-transform: uppercase; */ }
.i-wrapper h5, .i-wrapper .h5, .mce-content-body h5, .mce-content-body .h5 { font-family: 'Lato', sans-serif; font-size: 18px; color: #3c3c3c; line-height: 1.25; font-weight: 400; text-transform: capitalize; }
.i-wrapper h6, .i-wrapper .h6, .mce-content-body h6, .mce-content-body .h6 { font-family: 'Lato', sans-serif; font-size: 18px; line-height: 1.25; font-weight: 300; text-transform: capitalize; }

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

/* Header */
.i-header { height: 136px; position: absolute; top: 0; left: 0; right: 0; z-index: 3; background: rgba(255,255,255,0.75); }
.i-header .container { width: 2600px; max-width: 100%; }
.i-header-logo-wrap { display: block; width: 375px; height: 75.9375px; position: absolute; top: 30px; left: 15px; z-index: 5; }
.i-header-logo { display: block; position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 5; background: url("../images/layout/sblco-tm-logo.png") no-repeat center center; background-size: cover !important; text-indent: -99999px; }
.i-header-info { position: absolute; top: 25px; right: 15px; z-index: 4; line-height: 1; text-align: right;}
.i-header-info a:hover, .i-header-info:active, .i-header-info a:focus {text-decoration: none;}
.i-header-info .fa { vertical-align: middle; position: relative; top: -3px; font-size: 150%; color: hsl(227, 31%, 60%); }
.i-header-viewed, .i-header-favorites, .i-header-login, .i-header-phone { cursor: pointer; display: inline-block; vertical-align: middle; margin-left: 15px; position: relative; color: #3c3c3c; font-weight: 300; text-transform: uppercase; }
.i-header-phone a { color: hsl(32, 85%, 57%); font-weight: 700; }
.i-header-phone .fa { font-size: 175%; color: hsl(32, 85%, 57%) }
/* 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%; -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%); transform: translate(-50%,-50%); color: #fff; }
.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-qs-scroller, .i-header-mobileToggle { display: none; }
.i-header-navigation { position: absolute; top: 82px; left: 0; right: 0; z-index: 3; font-family: 'Lato', sans-serif; text-transform: uppercase; }
.i-header-navigation ul { margin: 0 0 0 380px; 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: 15px 12px 22px; font-size: 17px; font-weight: 400; text-decoration: none; }
.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.active > a { color: hsl(232, 47%, 24%) !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: 220px; opacity: 0; visibility: hidden; margin: 0; padding: 0; position: absolute; top: 80%; left: 50%; line-height: normal; -webkit-transform: translate(-50%, 0); -moz-transform: translate(-50%, 0); -ms-transform: translate(-50%, 0); -o-transform: translate(-50%, 0); transform: translate(-50%, 0); text-align: left; background: #fff; box-shadow: 0 0 8px -4px #333; -moz-transition: all, ease-in-out 0.2s; -o-transition: all, ease-in-out 0.2s; -webkit-transition: all, ease-in-out 0.2s; transition: all, ease-in-out 0.2s; }
.i-header-navigation ul li:last-child ul { right: 0; left: auto; -webkit-transform: none; -moz-transform: none; -ms-transform: none; transform: none; }
.i-header-navigation ul ul li { display: block; padding: 0; }
.i-header-navigation ul ul li.sub:after { content: "\203A"; display: block; position: absolute; top: 14px; right: 6px; }
.i-header-navigation ul ul li.sub:hover:after { color: #fff; }
.i-header-navigation ul ul li.sub a { padding-right: 25px; }
.i-header-navigation ul ul li a { display: block; padding: 15px; font-size: 17px; }
.i-header-navigation ul ul li a:hover { background: hsl(227, 31%, 60%); color: #fff !important; }
.i-header-navigation ul ul ul, .i-header-navigation ul ul li:last-child ul { top: 0; left: 100%; transform: none; }
.i-header-navigation ul ul > li:hover > ul { top: 0; }

/* Hero */
.i-hero-wrap { position: relative; /* z-index: 2; */ background-color: #333; }
.i-hero-wrap .banner-title { display: table; width: 80%; position: absolute; top: 50%; left: 50%; z-index: 2; transform: translate(-50%,-50%); font-family: 'Lato', sans-serif; font-size: 100px; color: #fff; line-height: 1; text-align: center; font-weight: 300; text-transform: uppercase; text-shadow: 1px 1px 3px rgba(0,0,0,0.35); }
.i-hero-wrap .banner-title span { display: block; font-size: 60px; }
.i-hero-wrap .hero-carousel-wrap { position: relative; padding-bottom: 45%; }
.i-hero-wrap .owl-caousel-wrap,
.i-hero-wrap .owl-carousel,
.i-hero-wrap .owl-stage-outer,
.i-hero-wrap .owl-stage,
.i-hero-wrap .owl-item,
.i-hero-wrap .hero-carousel-wrap .i-hero-img-wrap { height: 100%; position: absolute; inset: 0; }
.i-hero-wrap .i-hero-img-wrap,
.i-hero-wrap.int .i-hero-img-wrap { position: relative; height: 350px; padding: 0; }
.i-hero-wrap .i-hero-img { display: block; width: 100%; height: 100%; max-height: none !important; position: absolute; top: 0; left: 0; background-repeat: no-repeat !important; background-size: cover !important; background-position: center top !important; background-repeat: no-repeat !important; }
.i-hero-wrap.int .i-hero-img { background-position: center !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 { margin: 0 3px !important; }
.i-hero-wrap .owl-dots .owl-dot span { margin: 0 !important; background: #fff !important; }
.i-hero-wrap .owl-dots .owl-dot.active span { width: 16px !important; height: 16px !important; position: relative; top: 3px; }

/* Quick Search */
.i-quick-search { width: 100%; max-width: 1000px; font-family: 'Lato', sans-serif; text-transform: uppercase; padding: 15px; background: hsla(231, 47%, 27%, 0.75); position: absolute; top: 75%; left: 50%; z-index: 2; -webkit-transform: translate(-50%, 0); -moz-transform: translate(-50%, 0); -ms-transform: translate(-50%, 0); -o-transform: translate(-50%, 0); transform: translate(-50%, 0); }
.i-quick-search.int { top: auto; bottom: 10px; }
.i-quick-search:hover { z-index: 4; }
.i-quick-search .row { margin: 0 -5px; }
.i-quick-search [class^=col].col-dates { width: 40% }
.i-quick-search [class^=col] { width: 30%; padding: 0 5px; position: relative; }
.i-quick-search .qs-md { width: 18%; }
.i-quick-search .qs-sm { width: 14%; }
@media (max-width: 1200px) {
  /* .blog-quick-search { padding: 2rem 1rem !important; margin-top: 3rem; } */
}
/* Start Datepicker Inputs */
.i-quick-search .search-dates { height: 46px; position: relative; background: #fff; border-radius: 3px; }
.i-quick-search .search-text { height: 100%; padding: 15px; position: relative; line-height: 1; text-align: left; }
.i-quick-search .search-text:before { content: "\f073"; display: block; position: absolute; top: 14px; right: 15px; font-family: 'FontAwesome'; font-size: 17px; }
.i-quick-search .search-text:after { content: ""; display: block; clear: both; }
.i-quick-search .search-text .fa { position: absolute; top: 16px; left: 15px; font-size: 17px; }
.i-quick-search .search-text label { position: absolute; top: 1px; left: 0; padding-right: 10px; overflow: hidden; font-size: 17px; color: #0a0a0a; line-height: 1; font-weight: 300; text-overflow: ellipsis; white-space: nowrap; transition: all 0.5s; transition-delay: 0.35s; }
.i-quick-search .search-text label.active { position: absolute; top: -8px; font-size: 10px; color: #666; transition-delay: 0s; }
.i-quick-search .search-text input[type=text] { opacity: 0; display: inline-block; vertical-align: top; width: 100%; margin-right: -4px; padding: 0; border: none; background: none; cursor: pointer; font-size: 17px; text-align: left; font-weight: 300; text-transform: uppercase; text-overflow: ellipsis; transition: all 0.5s; transition-delay: 0s; }
.i-quick-search .search-text input[type=text].date-entered { opacity: 1; transition-delay: 0.35s; }
.i-quick-search .search-text input::-webkit-input-placeholder { color: #0a0a0a; }
.i-quick-search .search-text input::-moz-placeholder { color: #0a0a0a; }
.i-quick-search .search-text input:-ms-input-placeholder { color: #0a0a0a; }
.i-quick-search .search-text input:-moz-placeholder { color: #0a0a0a; }
.i-quick-search .search-arrival, .i-quick-search .search-departure { display: block; width: 40%; float: left; position: relative; }
.i-quick-search .search-dates .datepicker-wrap { display: block !important; visibility: visible; opacity: 1; width: 640px; padding: 8px; position: absolute; top: auto; left: 0; z-index: 2; margin-top: -1px; background: rgba(0,0,0,0.5); border: 1px #ddd solid; box-shadow: rgba(0,0,0,0.5) 0 5px 15px -5px; -webkit-transition: visibility 350ms, opacity 350ms; -moz-transition: visibility 350ms, opacity 350ms; transition: visibility 350ms, opacity 350ms; }
.i-quick-search .search-dates .datepicker-wrap.hidden { visibility: hidden; opacity: 0; -webkit-transition-delay: 750ms; -moz-transition-delay: 750ms; transition-delay: 750ms; }
.i-quick-search.int .search-dates .datepicker-wrap { top: calc(100% + 5px); bottom: auto; }
.i-quick-search .search-dates .datepicker-wrap .ui-datepicker { width: 100% !important; box-shadow: none; padding: 0; margin: 0; }
.i-quick-search .search-dates .datepicker-wrap > .btn { margin-top: 10px; background: #fff; color: #333; }
.i-quick-search .search-dates .datepicker-wrap > .btn:hover {background: #eee;}
.i-quick-search .search-dates #searchDatepicker .ui-datepicker {height: auto; }
.date-group .glyphicon-calendar { pointer-events:none; }
/* End Datepicker Inputs */
.i-quick-search .select-wrap { width: 100%; height: 46px; background: #fff; border-radius: 3px; }
.i-quick-search select { opacity: 0; position: absolute; top: 0; left: 0; right: 0; width: 100%; }
.i-quick-search input[type=text]:focus, .i-quick-search .bootstrap-select button:focus { outline: none !important; }
.i-quick-search .bootstrap-select { width: 100% !important; }
.i-quick-search .bootstrap-select button { width: 100%; height: 46px; padding: 12px 25px 12px 15px; z-index: 1; background: transparent; border: none; border-radius: 3px; font-size: 17px; color: #0a0a0a; font-weight: 300; text-transform: none; }
.i-quick-search .bootstrap-select button .filter-option { color: #0a0a0a; text-transform: uppercase; }
.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 .must-haves-wrap .bootstrap-select .dropdown-menu a { position: relative; padding-right: 32px; white-space: normal; }
.i-quick-search .must-haves-wrap .bootstrap-select .dropdown-menu a:after { content: ""; width: 22px; height: 22px; position: absolute; top: 2px; right: 10px; border: 1px solid #888; }
.i-quick-search .bootstrap-select .text { font-size: 17px; }
.i-quick-search input[type=submit] { width: 100%; height: 46px; padding: 10px 0; border-radius: 3px;  color: #fff; font-size: 17px; text-transform: uppercase; }
.i-quick-search input[type=submit]:focus { outline: none !important; }
.i-quick-search .nav-tabs { position: absolute; bottom: 100%; left: 0; right: 0; border: none; margin: 0; padding: 0; }
.i-quick-search .nav-tabs>li { margin: 0; }
.i-quick-search .nav>li>a { border: none; color: #fff; background: rgba(0,0,0,0.25); }
.i-quick-search .nav-tabs>li.active>a, .i-quick-search .nav-tabs>li.active>a:focus, .i-quick-search .nav-tabs>li.active>a:hover { border: none; background: rgba(0,0,0,0.5); color: #fff; }
.i-quick-search .btn-group-justified a { padding: 10px 0; }
.quick-search-btn { position: absolute; top: 75%; left: 50%; z-index: 3; transform: translate(-50%, -75%); font-size: 21px; }

.i-quick-search .qs-quick-searches-list { width: 100%; margin: 15px 0 0; padding: 0; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; }
.i-quick-search .qs-quick-searches-list-item { list-style: none; position: relative; color: #fff; font-size: 17px; font-weight: 300; }
.i-quick-search .qs-quick-searches-list-item:not(:last-child):after { content: ''; background: #fff; width: 1px; height: 15px; position: absolute; top: 50%; right: 0; transform: translateY(-50%); }
.i-quick-search .qs-quick-searches-list-item-title:after { display: none; }
.i-quick-search .qs-quick-searches-list-item a,
.i-quick-search .qs-quick-searches-list-item-title span { padding: 5px; color: #fff; display: block; line-height: 1; }

/* Content */
.i-content { padding: 0 0; background-color: #fff !important; /* background-image: url("/images/layout/content-top-bg.png"), url("/images/layout/content-bottom-bg.jpg"); */ background-repeat: repeat-x, no-repeat !important; background-position: center top, center bottom !important; background-size: cover !important; position: relative; z-index: 1; }
.i-content.int { background-image: none; padding: 50px 0; /*background-image: url("/images/layout/content-top-bg.png"), url("/images/layout/content-bottom-bg-light.jpg"); background-repeat: repeat-x, no-repeat; background-position: center top, center bottom; background-size: auto, 100%;*/ }
.i-content p { margin: 0 0 20px; }
.i-content img { max-width: 100%; height: auto; }

.i-quick-nav a {margin-bottom: 4px;}

/* Featured Slider */
.i-featured { padding: 50px 0; }
.featured-props-carousel { padding: 0 50px; }
.featured-props-carousel .owl-nav { position: absolute; right: 0; top: 35%; left: 0; }
.featured-props-carousel .owl-prev, .featured-props-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; }
.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: rgba(0,0,0,0.25) !important;; }
.featured-props-carousel .owl-prev .fa, .featured-props-carousel .owl-next .fa { font-size: 18px; text-align: center; }
.featured-property { box-shadow: 0 0 5px -2px rgba(0,0,0,1); background: #fff; margin-bottom: 30px; }
.featured-property-img-wrap { position: relative; }
.featured-property-img-wrap .results-list-property-favorite { z-index: 2; position: absolute; top: 15px; right: 15px; font-size: 45px; line-height: normal; }
.featured-property-img-wrap .results-list-property-favorite .fa-heart-o { color: #fff; }
.featured-property-img-wrap .results-list-property-favorite .overlay { position: absolute; top: 0; right: 0; z-index: 2; }
.featured-property-img-wrap .results-list-property-favorite .under { position: absolute; top: 0; right: 0; z-index: 1; color: rgba(0,0,0,0.35); }
.featured-property-img-wrap .results-list-property-favorite .under.favorited { color: red; }
.featured-property-special { z-index: 2; position: absolute; top: 15px; left: -5px; display: inline-block; padding: 5px 20px 5px 15px; font-weight: 700; text-transform: uppercase; font-size: 16px; }
.featured-property-special:hover, .featured-property-special:active, .featured-property-special:focus { text-decoration: none; }
.featured-property-special .fa { margin-right: 5px; }
.featured-property-link { display: block; }
.featured-property-title-wrap { display: block; width: 100%; padding: 25px 10px 5px; position: absolute; bottom: 0; left: 0; z-index: 2; 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%); text-shadow: rgba(0,0,0,0.5) 1px 1px 1px; }
.featured-property-title { float: left; display: inline-block; }
.featured-property-title h3 { margin: 0; font-size: 21px; color: #fff !important; font-weight: 500; line-height: normal; text-transform: capitalize; }
.featured-property-title em { display: block; font-size: 15px; color: #fff !important; font-style: normal; font-weight: normal; text-transform: capitalize; }
.featured-property-rating { float: right; margin-top: 24px; font-size: 18px; line-height: normal; }
.featured-property-rating .fa { margin-left: -3px; color: #edaf31; text-shadow: rgba(0,0,0,0.5) 1px 1px 1px; }
.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: 8px; line-height: normal; }
.featured-property-info { margin: 0; padding: 0; text-align: center; }
.featured-property-info li { list-style: none; display: inline-block; position: relative; margin-right: -4px; padding: 0 10px 4px; font-size: 14px; line-height: 1.35; }
.featured-property-info li:after { content: ""; display: block; position: absolute; top: 0; right: 0; bottom: 0; border-right: 1px solid #999; }
.featured-property-info li:last-child:after { display: none; }

/* Callouts */
.i-callouts { padding: 50px 0; position: relative; z-index: 0; }
.i-callouts .container { padding: 0 6px; }
.i-callouts .row { margin: 0 -6px; }
.i-callouts h2 { margin-bottom: 0; padding-bottom: 0 !important; }
.i-callouts h5 { margin: 5px 0 35px; }
.i-callouts [class^=col] { margin-bottom: 6px; padding: 0 3px; }
.i-callouts-item { position: relative; display: block; width: 100%; }
.i-callouts-item:hover .i-callouts-overlay { opacity: 1; background: none !important; }
.i-callouts-img { padding-bottom: 65%; width: 100%; position: relative; z-index: 1; display: block; background-size: cover !important; background-position: center center !important; background-repeat: no-repeat !important; }
.i-callouts-overlay { opacity: 0.5; display: block; position: absolute; top: 0; left: 0; right: 0; bottom: 0; width: 100%; height: 100%; z-index: 2; }
.i-callouts-title { width: 90%; position: absolute; top: 50%; left: 0; right: 0; z-index: 3; transform: translate(0, -50%); margin: auto; font-size: 36px; line-height: 1.25; text-align: center; text-transform: uppercase !important; text-shadow: 0 0 10px rgba(0,0,0,0.5); }
.i-callouts-subtitle { display: block; margin: 15px 0 0; font-size: 75%; text-transform: capitalize !important; }
/* .i-sidebar { padding: 0 15px; } */
.i-sidebar > [class^=col] { width: 100%; padding: 0; margin: 0 0 15px; }
.i-sidebar .i-callouts-title { font-size: 21px; }
.i-sidebar .i-callouts-subtitle { display: none; }

.testimonials-wrap { margin: 5px 0; padding: 40px 0 50px; background-color: hsl(227, 31%, 70%) !important; background-repeat: repeat-x !important; background-position: center top !important; }
.testimonials-wrap h2, .testimonials-wrap .h2, .testimonials-wrap h3, .testimonials-wrap .h3, .testimonials-wrap h4, .testimonials-wrap .h4 { margin-bottom: 35px; color: #fff !important; }
.testimonials-carousel { width: 100%; margin-top:20px; top:20px; max-width: 1200px; margin: 0 auto; position: relative; }
.testimonials-carousel:before, .testimonials-carousel:after { position: absolute; top: 0; transform: translate(0,-15%); font-family: "FontAwesome"; font-size: 80px; color: #fff; line-height: 1; }
.testimonials-carousel:before { content: "\f10d"; left: 0; }
.testimonials-carousel:after { content: "\f10e"; right: 0; }
.testimonials-carousel .testimonial-text { font-size: 18px; line-height: 2; }
.testimonials-carousel .testimonial-signature { font-size: 14px; }
.testimonials-carousel .owl-prev, .testimonials-carousel .owl-next { display: inline-block !important; width: 40px; height: 40px; margin: 0 5px !important; background: rgba(0,0,0,0.5) !important; }
.testimonials-carousel .owl-prev span, .testimonials-carousel .owl-next span { font-size: 18px !important; color: #333 !important; line-height: 1; }
.testimonials-wrap .btn-group { margin-top: 35px; }
.i-content.int .testimonials-carousel:before, .i-content.int .testimonials-carousel:after { display: none; }

.star-rating { margin: 10px 0; }
.star-rating .fa { color: #eab71a; }

/* Welcome on HP */
.i-welcome { padding: 75px 0; line-height: 1.75; background-repeat: repeat-x !important; background-position: center top !important; }
.i-welcome h1 { margin: 0 0 20px; }
.i-welcome .content-builder-wrap h2 { margin: 0; }
.i-welcome .content-builder-wrap img { margin: 0 !important; }

.snowflake-icon { width: 160px; height: 160px; margin: 0 auto; background: url('/images/layout/icon-snowflake.png') no-repeat center center; background-size: cover; }
.mountain-icon { width: 190px; height: 91px; margin: 0 auto; background: url('/images/layout/icon-mountain.png') no-repeat center center; background-size: cover; transition: background 0.35s; }
.mountain-icon:hover { background: url('/images/layout/icon-mountain-hover.png') no-repeat center center; background-size: cover; }

/* Info on HP */
.i-info { padding: 75px 0; }
.i-info .row { display: flex; flex-wrap: wrap; }
.i-info [class^=col] { width: 100%; float: none; clear: both; }
.i-info .info-img-wrap { width: 100%; height: 300px; margin: 0 0 16px; overflow: hidden; position: relative; }
.i-info .info-img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; position: absolute; right: 0; top: 0; bottom: 0; left: 0; }
.i-info .info-btn { margin-top: 16px; padding: 10px 20px; font-size: 17px; }
@media (min-width: 992px) {
  .i-info [class^=col] { max-width: 50%; }
  .i-info .info-img-wrap { margin: 0; height: 100%; min-height: 400px; }
}

.homeowners-wrap { padding: 60px 0 100px; position: relative; background-repeat: no-repeat !important; background-position: center center !important; background-size: cover !important; border-top: 6px solid #d6d6d6; border-bottom: 6px solid #d6d6d6; line-height: 2.5; }
.homeowners-wrap:before { content: ""; width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: 1; background-color: rgba(0,0,0,0.5); }
.homeowners-wrap .container { width: 1000px; max-width: 100%; position: relative; z-index: 2; }
.homeowners-wrap h2 { color: #fff !important; }

.vacation-experts-wrap { padding: 35px 0; background: #fff; }
.vacation-experts-wrap h2 { margin-bottom: 35px; }
.vacation-experts-wrap img { width: 64px; }

.essentials-wrap { padding: 60px 0 100px; background: url('/images/layout/essentials-bg.jpg') no-repeat center center; background-size: cover; border-top: 6px solid #d6d6d6; border-bottom: 6px solid #d6d6d6; line-height: 2.5; }
.essentials-wrap .container { width: 1000px; max-width: 100%; }

.newsletter-wrap { padding: 65px 0; background-repeat: no-repeat !important; background-position: center center !important; background-size: cover !important; }
.newsletter-wrap .e-newsletter-form { width: 500px; max-width: 100%; margin: 0 auto; }
.newsletter-wrap .e-newsletter-form input { width: 100%; border-radius: 0; margin: 0 0 10px; padding: 10px; border: none; font-size: 14px; color: #333; line-height: 1; }
.newsletter-wrap .e-newsletter-form .row { margin: 0 -5px; }
.newsletter-wrap .e-newsletter-form [class^=col] { padding: 0 5px; min-height: 0; }
.newsletter-wrap .e-newsletter-form [class^=col]:after { display: none; }
.newsletter-wrap .e-newsletter-form .btn { width: 50%; color: #d1d1d1; text-transform: uppercase; font-size: 14px; padding: 15px 0; }
.newsletter-wrap .e-newsletter-form .btn:focus { outline: none !important; }
div#newslettercaptcha { width: 304px; margin: 0 auto 10px; /* -webkit-transform:scale(0.87);-moz-transform:scale(0.87);transform:scale(0.87);-webkit-transform-origin:0 0;-moz-transform-origin:0 0;transform-origin:0 0; */ }

.panel-heading a { text-decoration: none; }
.panel-body p:last-child { margin-bottom: 0; }

.event-calendar .big-cal, .event-calendar .mcal { background: #f7f7f7; }

.saving-box { border: 1px solid hsl(232, 47%, 24%); padding: 50px; position: relative; }
.saving-box > .fa { width: 60px; height: 60px; padding: 15px 20px; position: absolute; top: -30px; left: 50%; transform: translate(-50%, 0); background: hsl(232, 47%, 24%); border-radius: 50%; font-size: 30px; color: #fff; }
.saving-box .btn { display: table; margin: 0 auto; text-decoration: none; }

.i-content-events { background: #fff; }
.events-list .media-body h2, .events-list .media-body h3, .events-list .media-body h4, .events-list .media-body h5, .events-list .media-body h6 { font-family: inherit !important; font-size: inherit !important; color: inherit !important; line-height: inherit !important; font-weight: inherit !important; letter-spacing: inherit !important; }
.events-list .media-body .media-heading { font-size: 28px !important; }

.events-header { margin-bottom: 30px; }
.events-header:after { content: ''; display: block; clear: both; }
.events-header .events-heading { float: left; }
.events-header .events-header-btns { float: right; }
.events-header .btn { display: inline-block; vertical-align: middle; margin-left: 10px; padding: 8px 20px; }
.events-content .events-sidebar { margin-bottom: 30px; padding: 15px; background: #f7f7f7; border: 1px solid #ddd; border-radius: 3px; }
.events-content .events-sidebar h4 { margin-top: 0; }
.events-content .events-form {  }
.events-content .events-form strong { display: block; margin-bottom: 10px; }
.events-input-wrap { position: relative; background: #fff; border-radius: 3px; overflow: hidden; }
.events-input-wrap input[type=text] { cursor: pointer; width: 100%; padding: 15px; position: relative; z-index: 2; background: transparent; border: 1px solid #fff; border-radius: 3px; line-height: 1; }
.events-input-wrap .fa { position: absolute; top: 15px; right: 15px; z-index: 1; }
.events-list .media-img-link { width: 200px; display: block; position: relative; border-radius: 5px; }
.events-list .media-img-link.no-photo { min-height: 150px; }
.events-list .media-img-link.no-photo:hover .date { background: rgba(0,0,0,0.8); }
.events-list .media-img-link:hover .date { background: rgba(0,0,0,0.0); }
.events-list .media-img-link .event-img-wrap { width: 200px; position: relative; z-index: 1; padding-bottom: 60%; border-radius: 5px; }
.events-list .media-img-link .event-img-wrap > div { width: 100%; height: 100%; position: absolute; top: 0; left: 0; background-size: cover !important; background-repeat: no-repeat !important; background-position: center center !important; }
.events-list .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; }
.events-list .date span.date-wrap { position: absolute; top: 30%; left: 0; right: 0; border-radius: 5px; text-align: center; }
.events-list .date em { font-size: 30px; display: block; font-style: normal; }
.events-list .media-body { width: 100%; padding: 10px 15px; }
.events-list .media-heading a { text-decoration: none; }
.events-list .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; }
.events-list span.start-date, .cms-events-option-1 span.end-date {display: inline-block;}
.events-list span.end-date b {position: relative; top: 17px; left: -6px;}
.events-list span.end-date {padding-left: 10px;}

/* 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; background-size: cover !important; background-repeat: no-repeat !important; background-position: center center !important; }
.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 .media-heading a { text-decoration: none; }
.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 .panel-default > .panel-heading { padding: 0; }
.cms-faqs-option-1 .panel-default > .panel-heading > p { margin: 0; }
.cms-faqs-option-1 .panel-title > a { display: block; padding: 10px; }
.cms-faqs-option-1 .panel-title > a:hover, .cms-faqs-option-1 .panel-title > a:active, .cms-faqs-option-1 .panel-title > a:focus { text-decoration: none; background: #eee; }
.cms-faqs-option-1 .panel-title > a .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 .fa { padding: 10px; margin: -10px -6px -10px -13px; }
.cms-faqs-option-2 .block { display: none; }
.cms-faqs-option-2 .block .h2 { margin: 0 0 10px; padding: 0 0 5px; border-bottom: 1px #eee solid; }
.cms-faqs-option-2 .block td { border: none; }
.cms-faqs-option-2 .block .table .fa { font-size: 30px; }
.cms-faqs-option-2 .block .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 .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 .thumbnail { margin: 0 0 20px; box-shadow: #000 2px 2px 10px -5px; }
.cms-resorts-option-1 .thumbnail 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 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; display: table; width: 100%; }
.i-specials-box [class^=col] { padding: 0; position: relative; display: table-cell; float: none; }
.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 p.h3 { margin: 0 0 20px; padding: 0; }
.i-specials-info p ~ p {margin-bottom: 7px;}

.cms-staff-option-1 a { text-decoration: none; }

/* 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 a { text-decoration: none; }
.cms-staff-option-2 div a {margin-bottom: 10px; padding: 7px; border-radius: 5px; /*box-shadow: 0 0 5px -1px rgba(0,0,0,0.5);*/}
.cms-staff-option-2 div a.nobox {/*box-shadow:0 0 0 0;*/ 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 { padding: 0 10px 30px 10px; margin-top: 30px; }
#testimonial-carousel .carousel-control { width: 40px; height: 40px; background: none; color: #222; font-size: 30px; text-shadow: none; margin-top: 30px; }
#testimonial-carousel .carousel-control.left { left: 0; }
#testimonial-carousel .carousel-control.right { right: 0; }
#testimonial-carousel .carousel-indicators { right: 50%; top: auto; bottom: 0px; margin-right: -19px; }
#testimonial-carousel .carousel-indicators li { background: #c0c0c0; }
#testimonial-carousel .carousel-indicators .active { background: #333333; }
#testimonial-carousel img { width: 100px; height: 100px; }
#testimonial-carousel .item blockquote { border-left: none; margin: 0 30px; }
#testimonial-carousel .item blockquote img { margin-bottom: 10px; }
#testimonial-carousel .item blockquote p:before { content: "\f10d"; font-family: 'Fontawesome'; float: left; margin-right: 10px; }

/* Things To Do Option 1 */
.cms-thingstodo-option-1 { margin: 25px 0; }
.cms-thingstodo-option-1 .panel-default > .panel-heading { padding: 0; }
.cms-thingstodo-option-1 .panel-title > a { display: block; padding: 10px; }
.cms-thingstodo-option-1 .panel-title > a:hover, .cms-thingstodo-option-1 .panel-title > a:active, .cms-thingstodo-option-1 .panel-title > a: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 .hover-image { -webkit-transition: opacity 0.35s; transition: opacity 0.35s; opacity: 0.4; cursor: pointer; padding-bottom: 66.75%; background-size:cover; background-position:center; background-repeat:no-repeat;}
.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%; }
.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); }
.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; font-weight: 300; color: #fff !important; font-size: 36px; text-align: center; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%); transform: translate(-50%,-50%); padding: 0; margin: 0; width: auto; height: auto; }
.cms-thingstodo-option-2 .hover-border p {  padding: 1em; 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; 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; }
.cms-thingstodo-option-2 .hover-border:hover span { background-color: rgba(0,0,0,0); }
.cms-thingstodo-option-2 .hover-border:hover .hover-image { opacity: 0.8; }
.cms-thingstodo-option-2 .hover-border .view { position: absolute; bottom: 10%; left: 0; right: 0; }

/* Things to do - Grid - Detail Pages */
.i-ttd-boxes .thing-to-do-img { display: block; position: relative; padding-bottom: 75%; }
.i-ttd-boxes .thing-to-do-img > img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; position: absolute; top: 0; left: 0; }
.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; }
.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; }

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

/* Social Media */
.i-social { margin: 0; padding: 0; }
.i-social-item { list-style: none; display: inline-block; }
.i-social-item a { font-size: 16px; width: 32px; height: 32px; text-decoration: none; display: block; position: relative; cursor: pointer; border-radius: 50%; background: #fff; }
.i-social-item a .fa { font: normal normal normal 14px/1 FontAwesome; font-size: inherit; color: hsl(232, 47%, 24%); display: block; transition: color 0.35s; }
.i-social-item a:hover .fa { color: hsl(32, 85%, 57%); }
.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; -o-animation: twitterLoading-scale 1035ms infinite linear; -ms-animation: twitterLoading-scale 1035ms infinite linear; -webkit-animation: twitterLoading-scale 1035ms infinite linear; -moz-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); } }
@-o-keyframes twitterLoading-scale { 0% { -o-transform: scale(0); transform: scale(0); } 90% { -o-transform: scale(0.7); transform: scale(0.7); } 100% { -o-transform: scale(1); transform: scale(1); } }
@-ms-keyframes twitterLoading-scale { 0% { -ms-transform: scale(0); transform: scale(0); } 90% { -ms-transform: scale(0.7); transform: scale(0.7); } 100% { -ms-transform: scale(1); transform: scale(1); } }
@-webkit-keyframes twitterLoading-scale { 0% { -webkit-transform: scale(0); transform: scale(0); } 90% { -webkit-transform: scale(0.7); transform: scale(0.7); } 100% { -webkit-transform: scale(1); transform: scale(1); } }
@-moz-keyframes twitterLoading-scale { 0% { -moz-transform: scale(0); transform: scale(0); } 90% { -moz-transform: scale(0.7); transform: scale(0.7); } 100% { -moz-transform: scale(1); transform: scale(1); } }
.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; }

/* Pre Footer */
.i-pre-footer { padding: 25px 0; color: #3f4d5e; line-height: normal; }
.i-pre-footer .h3, .i-pre-footer .h4, .i-pre-footer .h5 { font-family: 'Lato', sans-serif; text-transform: uppercase; margin: 0 0 10px; font-size: 32px; }
.i-pre-footer .h4 { font-size: 24px; }
.i-pre-footer .h5 { font-size: 20px; }
.i-pre-footer [class^=col] { position: relative; min-height: 160px; }
.i-pre-footer [class^=col]:after { background: rgba(0,0,0,0.25); display: block; content: ""; position: absolute; width: 1px; height: 100%; top: 0; right: 0; bottom: 0; }
.i-pre-footer [class^=col]:last-child:after { display: none; }
.i-pre-footer .i-pre-footer-left-col { padding-right: 50px; }
.i-pre-footer .i-pre-footer-right-col { padding-left: 50px; }

/* Footer */
.i-footer { padding: 25px 0 0; font-size: 14px; color: #d1d1d1; }
.i-footer > .container > .row > [class^=col] { position: relative; min-height: 250px; padding: 0 25px; border-left: 1px rgba(255,255,255,0.25) solid; }
.i-footer > .container > .row > [class^=col]:first-child { border-left: none; }
.i-footer-logo { display: block; margin: 0 0 30px; text-align: left; }
.i-footer-logo img { width: 100%; max-width: 280px; height: auto; }
.i-footer-search-wrap { display: block; vertical-align: top; width: 100%; margin: 25px auto 0; padding: 0; position: relative; }
.i-footer-search-form {position: relative; width: 100%;}
.i-footer-search { width: 100%; height: 43px; margin-right: -5px; padding: 6px 14px; border: none; border-radius: 0; color: #333; }
.i-footer-search-submit { border: none; padding: 6px 14px; position: absolute; top: 0; right: 0; bottom: 0; background: none; border-radius: 0; }
.i-footer .h4 { font-family: 'Lato', sans-serif; text-transform: uppercase; margin: 0 0 10px; font-size: 24px; }
.i-footer-links { margin: 0; padding: 0; }
.i-footer-links li { list-style: none; }
.i-footer-links a { color: #d1d1d1; font-size: 15px; text-decoration: none; }
.i-footer .footer-address { margin: 0; line-height: 1.5; }
.i-footer .footer-email, .i-footer .footer-phone { display: table; margin-top: 10px; color: #d1d1d1; text-decoration: none; }
.i-footer .footer-phone .fa { font-size: 150%; vertical-align: middle; }
.i-footer .i-social { display: inline-block; margin: 10px 0 0; padding: 0; }
.i-footer .property-select { -webkit-appearance: menulist-button; width: 100% !important; height: 40px; color: #333; }
.i-footer .development-select-wrap { padding-top: 50px; }
.i-footer .development-select { width: 100% !important; }

.i-baseline { border-top: 1px rgba(255,255,255,0.25) solid; padding: 15px 0; margin: 25px 0 0; }
.i-baseline a { color: #d1d1d1; }

/* 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 Styling */
#ui-datepicker-div { width: 300px; z-index: 7000 !important; font-size: 16px !important; line-height: 2 !important; }
.ui-datepicker { background: #f5f5f5; border: 0; border-radius: 0; box-shadow: 0 0 50px -14px #000; }
.ui-datepicker .ui-datepicker-header { background: none; border: none; padding: 0 !important; font-weight: normal; }
.ui-datepicker .ui-datepicker-title { width: 100%; height: 30px !important; margin: 0 auto !important; background: hsl(232, 47%, 24%); border-bottom: 1px solid hsl(232, 47%, 24%); color: #fff; line-height: 1.5; text-align: center; }
.ui-datepicker .ui-datepicker-next { width: 34px !important; height: 30px !important; top: 0 !important; right: 0 !important; background: url('/images/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 { line-height: 1; font-weight: normal; }
.ui-datepicker-calendar td { position: relative; line-height: 2; }
.ui-datepicker-calendar td span { width: 40px; height: 40px; padding: 8px 5px !important; background: hsl(232, 47%, 24%) !important; border: 1px solid hsl(232, 47%, 24%) !important; font-size: 12px; color: #fff !important; text-align: center; }
.ui-datepicker-calendar td a { width: 40px; height: 40px; padding: 8px 5px !important; background: #fff !important; border: 1px solid #333 !important;  font-size: 12px; color: #333 !important; text-align: center; }
.ui-datepicker-calendar td a:hover, .ui-datepicker-calendar td a:active, .ui-datepicker-calendar td a:focus { background: #eee !important; color: #444 !important; font-weight: normal; }
.ui-datepicker .ui-state-disabled, .ui-datepicker .ui-widget-content .ui-state-disabled { opacity: 1 !important; }
.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(232, 47%, 24%) !important; font-weight: 700; }
.ui-datepicker .ui-state-disabled.ui-datepicker-today:after { display: none; }
.ui-datepicker .ui-datepicker-title { padding: 7px 0 !important; line-height: normal !important; }
.ui-datepicker .dp-highlight .ui-state-default { background: hsl(32, 85%, 57%) !important; border-color: hsl(32, 85%, 57%) !important; color: #fff !important; }

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

.site-search p, .site-search span, .site-search big { font: 16px/1.75 'Helvetica Neue', helvetica, sans-serif !important; font-size: 16px !important; color: #333 !important; }
.site-search .property-link { margin-bottom: 0; }
.site-search .property-link > a { display: block; }
.site-search .property-link + p { margin-bottom: 0; }

/* contactOwnerModal Popup on Form Submit - Page /contact-owner-team */
#contactOwnerModal .modal-content:before { content: ''; display: block; position: absolute; left: 20%; top: 0; right: 0; bottom: 0; background-image: url("/images/layout/contact-owner-modal-bg.jpg"); background-repeat: no-repeat; background-position: center center; background-size: cover; }
#contactOwnerModal .modal-content > button.close { position: absolute; top: 8px; right: 8px; color: #fff !important; opacity: 0.7; z-index: 2; }
#contactOwnerModal .modal-body { padding: 35px 25px; }
#contactOwnerModal .info-wrap { padding: 16px; background-color: #ddd; border: 16px solid #202859; font-size: 16px; line-height: 1.3; }
#contactOwnerModal .info-wrap .title { margin: 16px 0 20px; font-size: 24px; font-weight: 500; line-height: 1.3; }
#contactOwnerModal .info-wrap .subtitle { font-size: 24px; }
#contactOwnerModal .testimonials-wrap { height: 100%; margin: 0; padding: 20px 0; display: flex; align-items: center; background-color: rgba(32, 40, 89, 0.9) !important; }
#contactOwnerModal .owner-testimonials-carousel { padding: 0 20px; }
#contactOwnerModal .testimonial-body { margin-bottom: 15px; font-size: 15px; font-style: normal; line-height: 1.5; }
#contactOwnerModal .testimonial-signature { font-size: 13px; line-height: 1.3; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
#contactOwnerModal .owl-nav { margin-top: 0; width: 100%; position: absolute; top: 35%; left: 0; right: 0; transform: translate(0, -35%); }
#contactOwnerModal .owl-nav button.owl-prev { position: absolute; left: -10px; right: auto;  }
#contactOwnerModal .owl-nav button.owl-next { position: absolute; right: -10px; left: auto; }
@media (min-width: 768px) {
  #contactOwnerModal .modal-content:before { left: 16%; }
  #contactOwnerModal .modal-body { padding: 50px 38px; }
  #contactOwnerModal .modal-body > .row { display: flex; }
}
@media (min-width: 992px) {
  #contactOwnerModal .modal-lg { width: 750px; }
}

/* ALL PROPERTIES PAGE */
.dataTables_wrapper { margin: 10px 0; border-top: 1px solid #ccc; }
.dataTables_filter { float: none !important; padding: 20px 0; text-align: left !important; }
.dataTables_filter label { display: block; margin: 0; font-family: 'Lato', sans-serif; font-size: 21px; color: #f1a23a; line-height: 1.25; font-weight: 700; text-transform: uppercase; }
.dataTables_filter input[type=search] { width: 300px; max-width: 100%; border: 1px solid #ccc; }
.dataTable th, .dataTable td { transform: rotate(0deg); }

/* 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; }

/*For WP Styles*/
.eff-btn:after { content:''; position: absolute; z-index: -1; transition: all 0.3s; }
[id^=hover-fill], .hover-fill { overflow: hidden; z-index: 1; padding: 8px 15px; background: #fff; border: 3px solid #242e65; border-radius: 2px; font-size: 12px; transition: all 0.3s; color: #f1a23a; font-weight: 700; text-decoration: none !important; }
[id^=hover-fill]:after, .hover-fill:after { background: #242e65; }
[id^=hover-fill]:hover, .hover-fill:hover { background-color: #242e65; color: #f1a23a !important; }
[id^=ss-icon-box] .ss-icon-box { background: #242e65; border: 1px solid #242e65; }
[id^=ss-icon-box] .ss-icon-box i { color: #f1a23a; }
.ss-icon-box-wrap { opacity: 1; overflow: hidden; position: relative; margin: 20px 0; }
.ss-icon-box-content { padding: 60px 42px 20px; position: relative; z-index: 2; border: 1px solid #f1a23a; }
.ss-icon-box { width: 86px; height: 86px; position: relative; z-index: 10; margin-bottom: -43px; margin-right: auto; margin-left: auto; background: #19255b; border: 1px solid #f1a23a; border-radius: 100px; color: #fff; line-height: 86px; text-align: center; transition: all 0.2s; }
.ss-icon-box .fa{ display: inline-block; vertical-align: middle; box-sizing: border-box; font-size: 32px; line-height: 86px; transition: all 0.2s; }
.link-no-line a { text-decoration: none; }
img.circle-img { display: block; margin: 10px auto 0 auto !important; border-radius: 50%; }
.yellow-outline { padding: 8px 15px; border: 3px solid #f1a23a; border-radius: 0 !important; color: #3c3c3c; }
.yellow-outline:hover { background-color: #f1a23a; color: #fff; }
.custom-toggle.panel-group { margin-bottom: 3px; }
.custom-toggle .panel-heading { padding: 1px !important; background-color: #fff !important; }
.custom-toggle .panel-title a { display: block; padding: 0; color: #333; }
.custom-toggle .panel-title span { padding: 10px 15px; padding-left: 5px; font-size: 13px; }
.custom-toggle .panel-title .fa { padding: 10px 15px; background-color: #f1a23a; color: #fff; }
.custom-toggle .panel-body { font-size: 13px; }

@media (max-width: 1400px) {
  .i-quick-search .search-dates .datepicker-wrap { top: 100%; bottom: auto; }
}
@media (max-width: 1360px) {
  .i-header { height: 150px; }
  .i-header-logo-wrap { top: 15px; width: 340px; height: 68.85px; }
  .i-header-navigation { top: 96px; }
  .i-header-navigation ul { margin: 0; }
}
@media (max-width: 1200px) {
  .container { width: 100%; }
  .i-header-location { margin-bottom: 5px; }
  .i-hero-wrap .i-hero-img-wrap { min-height: 400px; }
  .i-hero-wrap.int .i-hero-img-wrap { min-height: 0; }
  .i-hero-wrap .banner-title { font-size: 80px; }
  .i-hero-wrap .banner-title span { font-size: 50px; }
  .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 {-webkit-transform:scale(0.71);-moz-transform:scale(0.71);transform:scale(0.71);}
  /* BOOKING ENGINE SPECIFIC */
  .booking-content > .container { width: 100%; }
}
@media (max-width: 1024px) {
  body { overflow-x: hidden; }
  body.nav-open { overflow: hidden; }
  .i-wrapper { margin-top: 50px; -moz-transition: all, ease-in-out 0.3s; -o-transition: all, ease-in-out 0.3s; -webkit-transition: all, ease-in-out 0.3s; transition: all, ease-in-out 0.3s; position: relative; left: 0; width: 100%; }
  .i-wrapper, .i-header .container { z-index: 1; }
  .i-header { height: 136px; z-index: 999; background: rgba(255,255,255,0.65); }
  .i-header.int { height: 200px; }
  .i-header .container { width: 100% !important; padding: 0 15px; }
  .i-header-logo-wrap { top: 30px; left: 15px; }
  .i-header-info { position: fixed; top: 4px; z-index: 99999; text-align: right; }
  .i-header-viewed, .i-header-favorites, .i-header-login, .i-header-location, .i-header-phone { display: inline-block; vertical-align: top; padding: 8px 0; color: #fff; font-weight: 600; }
  .i-header-phone a { color: #fff; }
  .i-header-info .fa { color: #fff !important; }
  .i-header-info .header-action-text, .i-header-phone .phone-text { display: none; }
  .i-header-actions .header-dropbox-list { position: relative; top: auto; transform: none; }
  .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(232, 47%, 24%); 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 .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; -webkit-transform: translate(-100%,0); -moz-transform: translate(-100%,0); -ms-transform: translate(-100%,0); -o-transform: translate(-100%,0); transform: translate(-100%,0); }
  .i-header-navigation > .container > ul { overflow: auto; -moz-transition: all, ease-in-out 0.3s; -o-transition: all, ease-in-out 0.3s; -webkit-transition: all, ease-in-out 0.3s; transition: all, ease-in-out 0.3s;}
  .i-header-navigation ul.open { -webkit-transform: translate(0,0); -moz-transform: translate(0,0); -ms-transform: translate(0,0); -o-transform: translate(0,0); 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: 14px 15px; }
  .i-header-navigation > .container > ul > li.sub {padding-left: 0;}
  .i-header-navigation > .container > ul > li.sub > a {padding-left: 60px;}
  .i-header-navigation ul li i {display: block; width: 48px; height: 48px; padding: 14px 16px; position: absolute; top: 0; left: 0; background: hsl(227, 31%, 60%) !important; text-align: center; /*Site Color 1*/}
  .i-header-navigation ul ul { display: none; visibility: visible; opacity: 1; position: relative; top: auto; left: auto; right: auto; width: 100%; -webkit-transition: none; -moz-transition: none; transition: none; -webkit-transform: translate(0, 0); -moz-transform: translate(0, 0); -ms-transform: translate(0, 0); -o-transform: translate(0, 0); transform: translate(0, 0); box-shadow: none; }
  .i-header-navigation ul ul li.sub:after { display: none; }
  .i-header-navigation ul ul li a { padding: 15px 30px 15px 80px; }
  .i-header-navigation ul ul ul, .i-header-navigation ul ul li:last-child ul { left: 0; }
  .i-header-navigation ul ul ul li a { padding: 15px 30px 15px 100px; }
  .i-hero-wrap .i-hero-img-wrap { min-height: 0; padding-bottom: 30%; }
  .i-hero-wrap.int .i-hero-img-wrap { height: 200px; }
  .i-hero-wrap .banner-title { top: 40%; transform: translate(-50%,-40%); }
  .i-hero-wrap .banner-title span { font-size: 40px; }
  .i-quick-search { width: 100%; position: relative; background: #242e65; bottom: auto; left: 0; right: 0; -webkit-transform: translate(0,0); -moz-transform: translate(0,0); -ms-transform: translate(0,0); -o-transform: translate(0,0); transform: translate(0,0); }
  .i-quick-search.int { bottom: auto; }
  .i-quick-search [class^=col] { width: 50%; float: left; margin: 0 0 10px; }
  .i-quick-search [class^=col]:first-child { width: 50%; }
  .i-quick-search [class^=col]:last-child { width: 100%; margin-bottom: 0; }
  .i-quick-search .search-dates .datepicker-wrap { top: calc(100% + 5px); bottom: auto; }
  .i-quick-search .btn-group-justified { display: block; }
  .i-quick-search .btn-group-justified a { display: block; width: 50%; margin: 0 !important; border-radius: 3px !important; float: left; }
  .quick-search-btn { width: 100%; position: relative; top: auto; left: auto; transform: none; border-radius: 0 !important; }
  .i-callouts { padding: 35px 0; }
  .i-callouts [class^=col] { display: inline-block; vertical-align: top; width: 50%; float: none; margin-right: -4px; }
  .i-callouts .thumbnail { margin-bottom: 25px; }
  .essentials-wrap { padding: 45px 0 60px; }
  .newsletter-wrap { padding: 35px 0; }
}
@media (min-width: 992px) {
  .i-ttd-wrap .col-md-4:nth-child(3n+1) { clear: both; }
}
@media (max-width: 992px) {
  .testimonials-carousel { padding: 0 70px; }
  .testimonials-carousel:before, .testimonials-carousel:after { font-size: 60px; }
  .vacation-experts-wrap [class^=col] { margin-bottom: 35px; }
  .i-sidebar { margin: 0 -15px; padding-top: 15px; }
  .cms-thingstodo-option-2 .hover-border span::before, .cms-thingstodo-option-2 .hover-border p { opacity: 1; -webkit-transform: scale3d(1,1,1); transform: scale3d(1,1,1); }
  .cms-thingstodo-option-2 .hover-border .h2 { margin-top: 0; font-size: 70px; opacity: 1; -webkit-transition: opacity 0.35s, -webkit-transform 0.35s; transition: opacity 0.35s, transform 0.35s; -webkit-transform: translate(-50%,-50%) scale(0.5); 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-pre-footer [class^=col] { width: 100%; text-align: center; }
  .i-pre-footer [class^=col]:first-child { margin-bottom: 10px; padding-bottom: 10px; border-bottom: 1px solid #ccc;}
  .i-pre-footer [class^=col]:after { display: none; }
  .i-pre-footer [class^=col], .i-footer > .container > .row > [class^=col] { min-height: 0; }
  .i-pre-footer .i-pre-footer-left-col, .i-pre-footer .i-pre-footer-right-col { padding: 0 15px; }
  .i-footer > .container > .row > [class^=col] { display: inline-block; vertical-align: top; width: 50%; float: none; margin: 0 -4px 35px 0; border: none; }
  .i-footer > .container > .row > [class^=col]:first-child { width: 100%; margin-right: 0; text-align: center; border-bottom: 1px rgba(255,255,255,0.25) solid; }
  .i-footer > .container > .row > [class^=col]:nth-child(2) { border-right: 1px rgba(255,255,255,0.25) solid; }
  .i-footer-logo { text-align: center; }
  .i-footer .footer-email, .i-footer .footer-phone { margin: 10px auto 0; }
  .i-footer-search-wrap { max-width: 300px; }
  .i-footer .property-select { max-width: 300px; }
  .i-baseline { text-align: center; }
  .i-baseline .pull-right { float: none !important; display: block;}
  .table-wrap { overflow-y: auto; width: 100%; }
  .table-wrap, .table-wrap > table { transform:rotateX(180deg); -ms-transform:rotateX(180deg); -webkit-transform:rotateX(180deg); }
}
@media (max-width: 991px) {
  .i-sidebar { margin-top: 15px; }
  .i-sidebar > [class^=col] { width: 50%; float: left; margin: 0; padding: 2px; }
  .i-sidebar > [class^=col]:last-child { float: none; clear: left; display: block; margin: 0 auto; }
  .i-footer > .container > .row > [class^=col] { padding: 25px 15px; }
  .i-footer > .container > .row > [class^=col]:nth-child(2n+1) { clear: both; }
  div#footercaptcha {-webkit-transform:scale(1);-moz-transform:scale(1);transform:scale(1);}
}
@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-header-actions .header-dropbox .compare-favs-btn { clear: both; float: none !important; }
  .i-hero-wrap .owl-dots { display: none; }
  .i-header-info { font-size: 16px; }
  .i-hero-wrap .banner-title { display: none; }
  .i-quick-search .btn-group-justified a { margin: 0.5% !important; width: 49%; }
  .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-content { padding: 25px 0; }
  .i-welcome { line-height: 2; }
  .testimonials-carousel .testimonial-text { line-height: 1.5; }
  .essentials-wrap { line-height: 2; }
  .homeowners-wrap { line-height: 2; }
  .i-specials-box, .i-specials-box .col-xs-6 { display: block; width: 100%; }
  .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-pre-footer [class^=col] { width: 100%; }
  .i-pre-footer [class^=col]:first-child { margin-bottom: 10px; padding-bottom: 10px; border-bottom: 1px solid #ccc;}
  .i-footer { text-align: center; }
  .i-footer .i-social { font-size: 20px; }
  .i-baseline { font-size: 13px; }
  .mobile-scroller { display: block; }
}
@media (max-width: 736px) {
  .i-header, .i-header.int { height: 136px; background: rgba(255,255,255,0.85); }
  .i-header-logo-wrap { width: 300px; height: 60.75px; top: 34px; right: 0; left: 0; margin: auto; }
  .i-header-info { top: 10px; }
  .i-hero-wrap .hero-carousel-wrap { height: 135px; padding: 0; }
  .i-hero-wrap .i-hero-img-wrap,
  .i-hero-wrap.int .i-hero-img-wrap { height: 135px; padding: 0; }
  .i-hero-wrap .banner-title { top: 50%; transform: translate(-50%,-50%); font-size: 60px; }
  .i-quick-search .nav-tabs { position: relative; }
  .i-quick-search .nav-tabs>li { width: 50%; }
  .i-quick-search .bootstrap-select > .dropdown-menu { top: 100%; bottom: auto; }
  .i-footer > .container > .row > [class^=col] { width: 100%; margin: 0; border: none; border-bottom: 1px rgba(255,255,255,0.25) solid; }
  .i-footer > .container > .row > [class^=col]:nth-child(2) { border: none; }
  .i-baseline { border: none; }
}
@media (max-width: 640px) {
  .i-quick-search [class^=col],
  .i-quick-search [class^=col]:first-child { width: 100%; }
}
@media (max-width: 568px) {
  .i-quick-search .search-dates .datepicker-wrap { width: 100%; max-width: 100%; }
  .i-callouts [class^=col], .i-sidebar > [class^=col] {display: block !important; width: 100%;}
  .i-ttd-wrap [class^=col] { width: 100%; }
}
@media (max-width: 480px) {
  .i-header, .i-header.int { height: 140px; }
  .i-header-logo-wrap { width: 280px; height: 56.7px; }
  .i-header-actions .header-dropbox { width: auto; max-width: 100%; position: fixed; top: 50px; bottom: 0; right: 0; left: 0; }
  .i-hero-wrap .hero-carousel-wrap { height: 140px; }
  .i-hero-wrap .i-hero-img-wrap,
  .i-hero-wrap.int .i-hero-img-wrap { height: 140px; }
  .i-quick-search { bottom: 0; }
  .i-quick-search [class^=col] { width: 100% !important; float: none; }
  .i-quick-search [class^=col]:last-child { width: 100%; }
  .i-quick-search .col-md-2:nth-last-child(2) { margin-bottom: 10px; }
/*   .i-quick-search .select-wrap { height: auto; } */
  .i-quick-search .btn-group-justified a { width: 100%; margin: 0 0 5px !important; float: none; }
  .i-quick-search .nav>li>a { font-size: 13px; }
  .i-quick-search .nav>li>a { font-size: 13px; margin: 0 0 1px; border-radius: 0; }
  .i-quick-search .nav-tabs>li { width: 100%; float: none; }
  .testimonials-carousel { padding: 0; }
  .testimonials-carousel .owl-item { padding: 0 55px; }
  .testimonials-carousel:before, .testimonials-carousel:after { font-size: 45px; }
  .i-sidebar { margin: 0; padding: 15px 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%; }
}
@media (max-width: 414px) {
  .i-quick-nav a { display: block; }
  .cms-staff-option-1 [class^="col-"] {width: 100%;}
  .i-featured .container { padding: 0; }
}
@media (max-width: 320px) {
  .i-header-logo-wrap { width: 220px; height: 44.55px; }
}