/* Site Theme Colors
---------------------------------------------- */
/* Primary Site Color - TEAL */
.site-color-1, .site-color-1-hover:hover { color: hsl(169, 32%, 63%) !important; }
.site-color-1-lighten, .site-color-1-lighten-hover:hover { color: hsl(169, 32%, 73%) !important; }
.site-color-1-bg, .site-color-1-bg-hover:hover { background-color: hsl(169, 32%, 63%) !important; }
.site-color-1-lighten-bg, .site-color-1-lighten-bg-hover:hover { background-color: hsl(169, 32%, 73%) !important; }
/* Secondary Site Color - Orange */
.site-color-2, .site-color-2-hover:hover { color: hsl(38, 88%, 64%) !important; }
.site-color-2-lighten, .site-color-2-lighten-hover:hover { color: hsl(38, 88%, 74%) !important; }
.site-color-2-bg, .site-color-2-bg-hover:hover { background-color: hsl(38, 88%, 64%) !important; }
.site-color-2-lighten-bg, .site-color-2-lighten-bg-hover:hover { background-color: hsl(38, 88%, 74%) !important; }
/* Tertiary Site Color - Dark Orange */
.site-color-3, .site-color-3-hover:hover { color: hsl(29, 70%, 54%) !important; }
.site-color-3-lighten, .site-color-3-lighten-hover:hover { color: hsl(29, 70%, 64%) !important; }
.site-color-3-bg, .site-color-3-bg-hover:hover { background-color: hsl(29, 70%, 54%) !important; }
.site-color-3-lighten-bg, .site-color-3-lighten-bg-hover:hover { background-color: hsl(29, 70%, 64%) !important; }
/* Site Color 4 - Light Brown */
.site-color-4, .site-color-4-hover:hover { color: hsl(41, 14%, 49%) !important; }
.site-color-4-lighten, .site-color-4-lighten-hover:hover { color: hsl(41, 14%, 59%) !important; }
.site-color-4-bg, .site-color-4-bg-hover:hover { background-color: hsl(41, 14%, 49%) !important; }
.site-color-4-lighten-bg, .site-color-4-lighten-bg-hover:hover { background-color: hsl(41, 14%, 59%) !important; }
/* Site Color 5 - Brown */
.site-color-5, .site-color-5-hover:hover { color: hsl(41, 14%, 31%) !important; }
.site-color-5-lighten, .site-color-5-lighten-hover:hover { color: hsl(41, 14%, 41%) !important; }
.site-color-5-bg, .site-color-5-bg-hover:hover { background-color: hsl(41, 14%, 31%) !important; }
.site-color-5-lighten-bg, .site-color-5-lighten-bg-hover:hover { background-color: hsl(41, 14%, 41%) !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; }

/*
font-family: 'Montserrat', sans-serif;
font-family: 'Raleway', sans-serif;
font-family: 'Roboto', sans-serif;
*/

/* 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-popular-searches-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 MUST MATCH THE INPUT id FOR THIS TO WORK */
input[type=checkbox] { display: none; }
input[type=checkbox] + label { cursor: pointer; }
input[type=checkbox] + label:before { content: ""; display: block; float: left; width: 24px; height: 24px; background: #fff; border: 1px solid #666; margin-right: 10px; position: relative; }
input[type=checkbox]:checked + label:before { content: "\f00c"; padding-left: 2px; font-family: "FontAwesome"; font-size: 24px; color: hsl(192, 39%, 44%); 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: table; background: #fff; }
.input-well input[type=checkbox] + label:before { top: 5px; }

/* Layout */
body { font: 14px/21px 'Roboto', sans-serif; color: #999999; background-color: #fff; }
.container { max-width: none; }
.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: 3px !important; }
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 }
.btn { font-size: 14px; font-family: 'Montserrat', sans-serif; font-weight: bold; text-transform: uppercase; color: #fff; padding: 10px 30px; }
.heading-line:after,
.heading-line-center:after { content: ""; display: block; height: 1px; width: 40px; background: rgba(0,0,0,0.5); margin: 20px 0 25px; }
.heading-line-center:after { position: relative; left: 50%; transform: translateX(-50%); }
.container { position: relative; }
.i-wrapper { width: 100%; position: relative; }
.btn-lg { font-size: 24px; }
.btn-sm, .btn-mini { 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; }
.bold { font-weight: bold !important; }
.m0 { margin: 0 !important; }
.mb-0 { margin-bottom: 0 !important; }
.mb-1 { margin-bottom: 1em !important; }
.mb-2 { margin-bottom: 2em !important; }
.mr-1 { margin-right: 1em !important; }
.ml-1 { margin-left: 1em !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%; -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 { position: relative; z-index: 3; }
.i-header-logo-wrap { display: block; position: relative; z-index: 4; }
.i-header-logo-wrap img { max-width: 100%; }
.i-header-logo span { display: none; }
.i-header-info { position: absolute; top: 20px; 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%; }
.i-header-viewed, .i-header-favorites, .i-header-login, .i-header-location, .i-header-phone { cursor: pointer; display: inline-block; vertical-align: middle; margin-left: 15px; position: relative; text-shadow: 1px 1px 1px rgba(0,0,0,0.75); }
.i-header-phone .fa { font-size: 175%; }
.i-header-favorites .fa-heart { color: #d02025; }
/* START RECENTLY VIEWED/FAVORITES - WITH DROPBOX */
.i-header-actions .header-dropbox { width: 400px; position: absolute; top: 100%; right: 0; z-index: 3; padding: 22px; background: #fff; box-shadow: rgba(0,0,0,0.5) 0 5px 15px -5px; font: 14px/1.43 'Helvetica Neue', helvetica, arial, sans-serif; text-align: left; text-shadow: none; }
.i-header-actions .header-dropbox .compare-favs-btn { margin-right: 40px; padding: 5px 10px; font-size: 11px; }
.i-header-actions .header-dropbox-close { cursor: pointer; width: 36px; height: 36px; position: absolute; top: 17px; right: 15px; background: #ddd; border-radius: 50%; font-size: 12px; line-height: normal; }
.i-header-actions .header-dropbox-close:hover { background: #444; color: #fff; }
.i-header-actions .header-dropbox-close .fa { position: absolute; top: 50%; left: 50%; -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-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: relative; z-index: 3; background: rgba(255,255,255,0.65); font-family: 'Roboto', sans-serif; text-transform: uppercase; }
.i-header-navigation ul { margin: 0; padding: 0; display: flex; justify-content: space-between; }
.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; font-size: 17px; font-family: 'Montserrat', sans-serif; font-weight: bold; }
.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 { text-decoration: none; }
.i-header-navigation ul li i { display: none; }
.i-header-navigation ul li:hover ul { opacity: 1; visibility: visible; top: 100%; }
.i-header-navigation ul ul { width: 250px; opacity: 0; visibility: hidden; margin: 0; padding: 0; position: absolute; top: 80%; left: 50%; 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: rgba(255,255,255,0.75); -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; display: block; }
.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 a { display: block; padding: 15px; font-size: 16px; }
.i-header-navigation ul ul li a:hover { background: rgba(255,255,255,0.65); }

/* Hero */
.i-hero-wrap { position: relative; z-index: 2; background-color: #333; }
.i-hero-wrap .i-hero-img-wrap { position: relative; padding-bottom: 45%; }
.i-hero-wrap.int .i-hero-img-wrap { height: 400px; padding: 0; }
.i-hero-wrap .i-hero-img { display: block; width: 100%; height: 100%; max-height: none !important; position: absolute; top: 0; left: 0; 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; z-index: 9; }
.i-hero-wrap .owl-dots .owl-dot { margin: 0 3px !important; border-radius: 50px; width: 20px; height: 20px; border: none; }
.i-hero-wrap .owl-dots .owl-dot:active,
.i-hero-wrap .owl-dots .owl-dot:focus,
.i-hero-wrap .owl-dots .owl-dot:hover { outline: none; }
.i-hero-wrap .owl-dots .owl-dot span { display: none; }
.i-hero-wrap .owl-dots .owl-dot.active { background: hsl(169, 32%, 63%) !important; }
.i-hero-wrap.int .i-hero-tagline-wrap { background: none; }
.i-hero-tagline-wrap { background: -moz-linear-gradient(left, rgba(144,133,109,1) 0%, rgba(144,133,109,1) 35%, rgba(144,133,109,0) 100%); background: -webkit-linear-gradient(left, rgba(144,133,109,1) 0%,rgba(144,133,109,1) 35%,rgba(144,133,109,0) 100%); background: linear-gradient(to right, rgba(144,133,109,1) 0%,rgba(144,133,109,1) 35%,rgba(144,133,109,0) 100%); position: absolute; top: 0; right: 0; left: 0; bottom: 0; z-index: 2; }
.i-hero-tagline-wrap .container { display: flex; align-items: center; height: 100%; }
.i-hero-tagline-container { width: 50%; }
.i-hero-tagline-container .h1 { font-size: 66px; font-family: 'Raleway', sans-serif; font-weight: 300; }
.i-hero-tagline-container p { font-size: 18px; }
.i-hero-tagline-container .btn { margin-top: 25px; }

/* Quick Search */
.i-quick-search { font-family: 'Roboto', sans-serif; text-transform: uppercase; padding: 15px; background: rgba(0,0,0,0.5); position: absolute; bottom: 0; left: 50%; z-index: 3; -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.hp {bottom: 50px;}
.i-quick-search .row { display: flex; flex-wrap: wrap; padding: 0 10px; }
.i-quick-search [class^=col] { flex-basis: 0; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; max-width: 100%; padding: 0 5px; position: relative; }
.i-quick-search [class^=col]:first-child {flex-basis: 15%;}
.i-quick-search .qs-md { width: 18%; }
.i-quick-search .qs-sm { width: 14%; }
/* 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: 12px 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: 2px; left: 0; padding-right: 10px; overflow: hidden; font-size: 17px; color: #0a0a0a; font-weight: 300; text-overflow: ellipsis; white-space: nowrap; transition: all 0.4s; 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.4s; 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: 50%; 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: 100%; 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 .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;}
/* 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: 11px 25px 11px 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 .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; }

/* Content */
.i-content { padding: 50px 0; background: #fff; z-index: 1; position: relative; }
.i-content h1, .i-content .h1, .mce-content-body h1, .mce-content-body .h1 { color: #333; font-size: 50px; font-family: 'Raleway', sans-serif; line-height: 1.35; font-weight: 300; margin: 0; padding: 10px 0; position: relative; }
.i-content h2, .i-content .h2, .mce-content-body h2, .mce-content-body .h2 { color: #333; font-size: 40px; font-family: 'Raleway', sans-serif; line-height: 1.25; font-weight: 300; position: relative; }
.i-content h3, .i-content .h3, .mce-content-body h3, .mce-content-body .h3 { color: #333; font-size: 35px; font-family: 'Raleway', sans-serif; line-height: 1.25; font-weight: 300; position: relative; }
.i-content h4, .i-content .h4, .mce-content-body h4, .mce-content-body .h4 { color: #333; font-size: 30px; font-family: 'Montserrat', sans-serif; line-height: 1.25; font-weight: 300; position: relative; }
.i-content h5, .i-content .h5, .mce-content-body h5, .mce-content-body .h5 { color: #333; font-size: 25px; font-family: 'Montserrat', sans-serif; line-height: 1.25; font-weight: 300; position: relative; }
.i-content h6, .i-content .h6, .mce-content-body h6, .mce-content-body .h6 { color: #333; font-size: 20px; font-family: 'Montserrat', sans-serif; line-height: 1.25; font-weight: 300; position: relative; }
.i-content p { margin: 0 0 20px; }
.i-content a, .mce-content-body a { color: hsl(169, 34%, 67%); } /* Site Color 1 */
.i-content img { max-width: 100%; height: auto; }

.i-quick-nav a { margin-bottom: 4px; }

/* Welcome on HP */
.i-welcome { padding: 50px 0; margin: -50px 0 0; background: url('../images/layout/welcome-bg.jpg'); background-size: cover; background-position: center center; background-repeat: no-repeat; }
.i-section { padding: 50px 0; }
.i-section-bar { padding: 25px 0; }
.i-section-bar.hp-bottom { margin: 0 0 -50px; }
.i-section-bar p { float: left; top: 6px; }
.i-section-bar .btn { float: right; }
.i-icon-wrap { display: block; position: relative; border-radius: 500px; padding-bottom: 100%; }
.i-icon-wrap .fa { font-size: 34px; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); }
.i-story { padding: 100px 0; background: url('../images/layout/story-bg.jpg'); background-size: cover; background-position: center center; background-repeat: no-repeat; }
.i-story-content { padding: 0 100px; }
.i-story-content p { font-size: 18px; }
.i-gallery-image { padding-bottom: 70%; background-size: contain !important; background-position: center center !important; background-repeat: no-repeat !important; background-color: #8dc7bc !important; }

/* Callouts */
.i-callouts { padding: 25px 0 0; }
.i-callouts .thumbnail { border: none; padding: 0; margin: 0; }
.i-callouts .thumbnail img { height: 200px; -o-object-fit: cover; object-fit: cover; border-radius: 3px 3px 0 0; }
.i-callouts .caption { padding: 20px; color: #fff; }
.i-callouts p { margin: 0 0 20px; font-size: 15px; }
.i-callouts p:last-child { margin: 0; }
.i-callout-wrap { background: #fff; border-radius: 3px; margin-bottom: 25px; }
.i-callouts-info { padding: 25px; }
.i-sidebar { padding: 0 15px; }
.i-sidebar .i-callouts { margin: 0; padding: 0; }
.i-sidebar .i-callouts [class^=col] { width: 100%; padding: 0; margin: 0 0 15px; }

/* Featured Slider */
.i-featured { padding: 50px 0; }
.i-featured > .btn { display: table; margin: 0 auto; }
.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; opacity: 1; 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; opacity: 0.5; }
.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-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, .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-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: 24px; color: #fff; line-height: normal; }
.featured-property-title em { font-size: 15px; color: #fff; font-style: normal; font-weight: normal; text-transform: uppercase; display: block; }
.featured-property-img { position: relative; z-index: 1; display: block; padding-bottom: 65%; background-size: cover !important; background-position: center center !important; background-repeat: no-repeat !important; }
.featured-property-img:after { z-index: 1; opacity: 0.7; display: block; content: ""; position: absolute; bottom: 0; left: 0; right: 0; width: 100%; height: 50px; background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); }
.featured-property-info-wrap { position: relative; padding: 15px; line-height: normal; }
.featured-property-info { margin: 0; padding: 0; text-align: center; }
.featured-property-info li { display: table-cell; width: 1%; margin-right: 6px; list-style: none; font-size: 16px; }

/* Popular Searches */
.i-popular-searches { padding: 50px 0; margin-bottom: -50px; }
.i-popular-searches [class^=col] { margin-bottom: 25px; }
.i-popular-searches-item { position: relative; display: block; width: 100%; }
.i-popular-searches-item:hover .i-popular-searches-overlay { opacity: 1; background: none !important; }
.i-popular-searches-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-popular-searches-overlay { opacity: 0.5; display: block; position: absolute; top: 0; left: 0; right: 0; bottom: 0; width: 100%; height: 100%; z-index: 2; }
.i-popular-searches-title { position: absolute; bottom: 5%; left: 0; right: 0; text-align: center; z-index: 3; text-shadow: 0 0 10px rgba(0,0,0,0.5); }

/* 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;}

/* 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; }
.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; /* padding-bottom: 10px; */ }
.owl-gallery { position: relative; z-index: 1; }
.owl-gallery .item .owl-lazy { display: block; border-radius: 0; padding-bottom: 60%; background-size: contain !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: contain !important; background-repeat: no-repeat !important; background-position: center center !important; background-color: #121212; }
.owl-gallery-thumbs .current .item { opacity: 1; }
.owl-theme .owl-nav [class*=owl-] { margin: 0 !important; }
.owl-theme .owl-nav [class*=owl-], .owl-gallery-thumbs .item { -moz-transition: all, ease-in-out 0.3s; -o-transition: all, ease-in-out 0.3s; -webkit-transition: all, ease-in-out 0.3s; transition: all, ease-in-out 0.3s; }
.owl-theme .owl-nav [class*=owl-].disabled:hover { background-color: rgba(0,0,0,0.5); }
.owl-gallery.owl-theme { position: relative; }
.owl-gallery .owl-nav .owl-prev, .owl-gallery .owl-nav .owl-next, .owl-gallery-thumbs .owl-nav .owl-prev, .owl-gallery-thumbs .owl-nav .owl-next { font-size: 30px !important; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; background: rgba(0,0,0,0.75) !important; border: none; border-radius: 0 5px 5px 0 !important; width: 60px; height: 60px; padding: 0 !important; position: absolute; top: 50%; -webkit-transform: translate(0,-50%); -moz-transform: translate(0,-50%); -ms-transform: translate(0,-50%); -o-transform: translate(0,-50%); transform: translate(0,-50%); animation: fadein 1.5s; }
.owl-gallery .owl-nav .owl-prev:hover, .owl-gallery .owl-nav .owl-next:hover, .owl-gallery-thumbs .owl-nav .owl-prev:hover, .owl-gallery-thumbs .owl-nav .owl-next:hover { opacity: 1; background: rgba(0,0,0,0.75) !important; }
.owl-gallery .owl-nav .owl-prev, .owl-gallery-thumbs .owl-nav .owl-prev { left: 0; opacity: 0.75; }
.owl-gallery .owl-nav .owl-next, .owl-gallery-thumbs .owl-nav .owl-next { right: 0; opacity: 0.75; border-radius: 5px 0 0 5px !important; }
.owl-gallery .owl-nav .owl-prev:before, .owl-gallery .owl-nav .owl-next:before, .owl-gallery-thumbs .owl-nav .owl-prev:before, .owl-gallery-thumbs .owl-nav .owl-next:before { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%); transform: translate(-50%,-50%); font-family: "FontAwesome"; color: #fff; }
.owl-gallery .owl-nav .owl-prev:before, .owl-gallery-thumbs .owl-nav .owl-prev:before { content: "\f053"; left: 46%; }
.owl-gallery .owl-nav .owl-next:before, .owl-gallery-thumbs .owl-nav .owl-next:before { content: "\f054"; left: 56%; }
.owl-gallery-thumbs .owl-nav .owl-prev, .owl-gallery-thumbs .owl-nav .owl-next { font-size: 20px !important; width: 40px !important; height: 40px !important; top: 50%; }
.owl-gallery .owl-nav .owl-prev span, .owl-gallery .owl-nav .owl-next span, .owl-gallery-thumbs .owl-nav .owl-prev span, .owl-gallery-thumbs .owl-nav .owl-next span { display: none; }
.owl-gallery .owl-dots { counter-reset: slides-num; position: absolute; z-index: 2; top: 0; left: 0; color: #fff; background: rgba(0,0,0,0.5); padding: 7px 16px; font-size: 16px; border-radius: 0 0 4px 0; }
.owl-gallery .owl-dots:after { content: counter(slides-num); }
.owl-gallery .owl-dot { display: inline-block; counter-increment: slides-num; padding: 0; background: none; border: none; }
.owl-gallery .owl-dot button, .owl-gallery .owl-dot span { display: none !important; }
.owl-gallery .owl-dot.active:before { content: "Slide " counter(slides-num) " of"; margin-right: 5px; }
.owl-gallery .owl-caption { position: absolute; z-index: 2; bottom: 0; left: 0; padding: 5px 10px; display: block; background: rgba(0,0,0,0.5); border-radius: 0 4px 0 0; color: #fff; }

/* HP Hero Slider */
.animated { -webkit-animation-duration: 1000 ms; animation-duration: 1000 ms; -webkit-animation-fill-mode: both; animation-fill-mode: both; }
.owl-animated-out { z-index: 1; }
.owl-animated-in { z-index: 0; }
.fadeOut { -webkit-animation-name: fadeOut; animation-name: fadeOut; }
@-webkit-keyframes fadeOut { 0% { opacity: 1; } 100% { opacity: 0; } }
@keyframes fadeOut { 0% { opacity: 1; } 100% { opacity: 0; } }

/* 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: hsl(192, 39%, 44%); }
.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(220, 43%, 41%); }
.i-social-link-facebookURL:hover { background: hsl(220, 43%, 41%); }
.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(357, 78%, 44%); }
.i-social-link-pinterestURL:hover { background: hsl(357, 78%, 44%); }
.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-googlePlusURL { background: hsl(5, 68%, 55%); }
.i-social-link-googlePlusURL:hover { background: hsl(5, 68%, 55%); }
.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; -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 'Roboto', sans-serif !important; color: #fff !important; }
.twitterBody a:hover { text-decoration: underline; }

/* Pre Footer */
.i-pre-footer { padding: 25px 0; line-height: normal; }
.i-pre-footer .h3, .i-pre-footer .h4, .i-pre-footer .h5 { font-family: 'Roboto', 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]:last-child:after { display: none; }
.i-pre-footer [class^=col]:after { background: rgba(255,255,255,0.25); display: block; content: ""; position: absolute; width: 1px; height: 100%; top: 0; right: 0; bottom: 0; }

/* Footer */
.i-footer { background: #e9e9e9; padding: 60px 0; overflow: hidden; font-size: 14px; color: #333;}
.i-footer [class^=col] { position: relative; min-height: 250px; }
.i-footer-logo { display: block; text-align: center; }
.i-footer-logo img { max-width: 100%; }
.i-footer-search-wrap { display: block; vertical-align: top; width: 85%; margin: 15px auto; 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; }
.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: 'Roboto', sans-serif; margin: 30px 0 10px; padding-bottom: 40px; font-size: 18px; position: relative; }
.i-footer .h4:after { content: ""; display: block; position: absolute; bottom: 15px; left: 0; height: 1px; width: 15%; background: rgba(255,255,255,0.25); }
.i-footer-links { margin: 0; padding: 0; columns: 2;  line-height: 2; }
.i-footer-links li { list-style: none; padding: 0; position: relative; }
.i-footer-links li:before { content: "\f105"; display: inline-block; color: #fff; font-size: 16px; font-family: "FontAwesome"; margin-right: 5px; }
.i-footer-links a { color: #333; font-size: 15px; }
.i-footer .footer-address { margin: 10px 0 0; }
.i-footer .footer-email, .i-footer .footer-phone { display: block; margin-top: 10px; }
.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-e-newsletter-form input { width: 100%; border-radius: 0; margin: 0 0 10px; padding: 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 { color: #fff; text-transform: uppercase; font-size: 16px; padding: 10px 0; }
.i-footer-e-newsletter-form .btn:focus { outline: none !important; }
div#footercaptcha {-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;}
.i-baseline { border-top: 1px rgba(0,0,0,0.25) solid; padding: 15px 0; margin: 0; }
.i-baseline p { margin: 0; font-size: 14px; font-weight: 300; font-family: 'Roboto', sans-serif; }
.i-footer .footer-contact ul { margin: 0; padding: 0; }
.i-footer .footer-contact ul li { list-style: none; }
.i-footer .footer-contact .footer-contact-icon { display: inline-block; width: 32px; float: left; }

/* 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: 250px; 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(192, 39%, 44%); border-bottom: 1px solid hsl(192, 39%, 44%); 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(192, 39%, 44%) !important; border: 1px solid hsl(192, 39%, 44%) !important; font-size: 12px; color: #fff !important; text-align: center; }
.ui-datepicker-calendar td a:hover { background: #eee !important; color: #444 !important; font-weight: normal; }
.ui-datepicker .ui-state-disabled:after { content:""; display: block; position: absolute; top: 50%; right: 0; left: 0; border-bottom: 2px solid #fff; }
.ui-datepicker .ui-datepicker-other-month:after { display: none; }
.ui-datepicker .ui-state-disabled.ui-datepicker-today span,
.ui-datepicker .ui-datepicker-today span { background: #f7f7f7 !important; border: 1px solid #444 !important; color: #000 !important; }
.ui-datepicker .ui-datepicker-today span:hover { background: #fff !important; color: hsl(192, 39%, 44%) !important; font-weight: 700; }
.ui-datepicker .ui-state-disabled.ui-datepicker-today:after { display: none; }
.ui-datepicker .dp-highlight .ui-state-default { background: hsl(42, 82%, 55%) !important; border-color: hsl(42, 82%, 55%) !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; }

@media (max-width: 1200px) {
  .container { width: 100%; }
  .i-header-location { margin-bottom: 5px; }
  .i-header-navigation ul li a { padding: 10px 8px; }
  .i-quick-search [class^=col]:first-child { flex-basis: 20%; }
  .i-featured .container { width: 100%; }
  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 { z-index: 999; }
  .i-header .container {width: 100% !important; padding: 0 15px;}
  .i-header-logo-wrap {left: 15px;}
  .i-header-info { text-align: right; }
  .i-header-viewed, .i-header-favorites, .i-header-login, .i-header-location, .i-header-phone { display: block; padding: 7px 0; }
  .i-header-qs-scroller { display: block; width: 60px; height: 50px; position: fixed; top: 0; right: 0; z-index: 999999; text-align: right; }
  .i-header-qs-scroller:hover, .i-header-mobileToggle:active, .i-header-mobileToggle:focus { color: #fff; }
  .i-header-qs-scroller span { display: block; width: 100%; height: 100%; color: #fff; line-height: normal; font-size: 32px; }
  .i-header-qs-scroller span .fa { position: relative; top: 2px; right: 12px; }
  .i-header-mobileToggle { display: block; position: fixed; top: 0; left: 0; right: 0; z-index: 99999; box-shadow: 0 0 15px -5px #000; text-align: left; }
  .i-header-mobileToggle:hover, .i-header-mobileToggle:active, .i-header-mobileToggle:focus { color: #fff; }
  .i-header-mobileToggle span { background: hsl(42, 82%, 55%); 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: 10px 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: 48px; padding: 14px 16px; position: absolute; top: 0; right: 0; background: hsl(192, 39%, 44%) !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%; -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); }
  .i-header-navigation ul ul li a { padding: 10px 25px; }
  .i-header-navigation ul li a { color: #666 !important; background: #fff !important; }
  .i-header-navigation ul li a:hover { color: #fff !important; }
}
@media (min-width: 992px) {
  .i-ttd-wrap .col-md-4:nth-child(3n+1) { clear: both; }
}
@media (max-width: 992px) {
  .i-hero-wrap.int .i-hero-img-wrap { height: 340px; }
  .i-quick-search { width: 100%; position: relative; background: #444; 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.hp { bottom: auto; }
  .i-quick-search [class^=col] { flex-basis: 50%; margin: 0 0 10px; }
  .i-quick-search [class^=col]:first-child { flex-basis: 50%; }
  .i-quick-search [class^=col]:last-child { margin-bottom: 0; }
  .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; }
  .i-callouts [class^=col] {display: inline-block; vertical-align: top; width: 50%; float: none; margin-right: -4px; }
  .i-callouts .thumbnail { margin-bottom: 25px; }
  .i-sidebar { margin: 0 -15px; padding-top: 15px; }
  .i-sidebar .i-callouts [class^=col] { width: 100%; padding: 0 15px; margin: 0 -4px 25px 0; }
  .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-footer > .container > .row > [class^=col] { display: inline-block; vertical-align: top; width: 50%; float: none; margin: 0 -4px 35px 0; }
  .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); }
  .i-hero-tagline-container .h1 { font-size: 40px; }
  .i-hero-tagline-container .btn { margin-top: 0; }
  .i-section-bar.hp-bottom { text-align: center; }
  .i-section-bar.hp-bottom p { margin-bottom: 15px !important; }
  .i-section-bar.hp-bottom p,
  .i-section-bar.hp-bottom .btn { float: none !important; }
}
@media (max-width: 991px) {
  .i-sidebar .i-callouts [class^=col] { width: 50%; }
  .i-footer > .container > .row > [class^=col] { padding: 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 (max-width: 768px) {
  /* .i-header-logo-wrap { position: absolute; top: 0; left: 10px; z-index: 4; display: block; width: 220px; height: 174px; } */
  .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 .btn-group-justified a { margin: 0.5% !important; width: 49%; }
  .i-quick-search [class^=col] { flex-basis: 50%; margin: 0 0 10px; }
  .i-quick-search [class^=col]:first-child { flex-basis: 100%; }
  .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-popular-searches { margin-bottom: -25px; }
  .i-content { padding: 25px 0; }
  .i-content h1, .i-content .h1, .mce-content-body h1, .mce-content-body .h1 { font-size: 40px; font-family: 'Roboto', sans-serif; }
  .i-content h2, .i-content .h2, .mce-content-body h2, .mce-content-body .h2 { font-size: 36px; font-family: 'Roboto', sans-serif; }
  .i-content h3, .i-content .h3, .mce-content-body h3, .mce-content-body .h3 { font-size: 32px; font-family: 'Roboto', sans-serif; }
  .i-content h4, .i-content .h4, .mce-content-body h4, .mce-content-body .h4 { font-size: 28px; font-family: 'Roboto', sans-serif; }
  .i-content h5, .i-content .h5, .mce-content-body h5, .mce-content-body .h5 { font-size: 24px; font-family: 'Roboto', sans-serif; }
  .i-content h6, .i-content .h6, .mce-content-body h6, .mce-content-body .h6 { font-size: 20px; font-family: 'Roboto', sans-serif; }
  .i-specials-box, .i-specials-box .col-xs-6 { display: block; width: 100%; }
  .i-specials-img { position: relative; padding-bottom: 60%; }
  .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; }
  div#footercaptcha > div { float: right; margin-bottom: 10px; }
}
@media (max-width: 736px) {
  .i-hero-wrap .i-hero-img-wrap, .i-hero-wrap.int .i-hero-img-wrap { height: 200px; padding: 0; }
  .i-quick-search .nav-tabs { position: relative; }
  .i-quick-search .nav-tabs>li { width: 100%; float: none; }
  .i-quick-search .bootstrap-select > .dropdown-menu { top: 100%; bottom: auto; }
  .i-footer > .container > .row > [class^=col] {width: 100%; margin: 0;}
  .i-hero-tagline-container .h1 { font-size: 30px; }
  .i-hero-tagline-container p { font-size: 16px; }
  .i-hero-tagline-container .btn { margin-top: 0; }
  .i-hero-tagline-container { width: 100%; }
  .i-story-content { padding: 0; }
}
@media (max-width: 568px) {
  .i-quick-search .search-dates .datepicker-wrap { width: 100%; max-width: 100%; }
  .i-callouts [class^=col], .i-sidebar .i-callouts [class^=col] {display: block !important; width: 100%;}
  .i-icon-wrap .fa { font-size: 18px; }
  .i-section-bar { text-align: center; }
  .i-section-bar .btn { float: none; margin-top: 1em; }
  .i-footer .h4 { margin-top: 0; }
}
@media (max-width: 480px) {
  .i-header-logo-wrap { left: 50%; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); }
  .i-header-info { top: 195px; left: 0; right: 0; width: 100%; text-align: center; }
  .i-header-viewed, .i-header-favorites, .i-header-login, .i-header-location, .i-header-phone { display: inline-block; width: 50%; margin: 0 -4px 0 0; font-size: 18px; }
  .i-header-viewed.i-header-actions .header-dropbox { right: auto; left: 0; }
  .i-header-phone a { font-size: 20px; }
  .i-hero-wrap .i-hero-img-wrap, .i-hero-wrap.int .i-hero-img-wrap { height: 280px; }
  .i-quick-search { bottom: 0; }
  .i-quick-search [class^=col] { flex-basis: 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-sidebar { margin: 0; }
  .i-story-content .btn { margin: 5px !important; }
}
@media (max-width: 414px) {
  .i-header-viewed, .i-header-favorites, .i-header-login, .i-header-location, .i-header-phone { display: block; width: 100%; }
  .i-header-actions .header-dropbox { width: 100%; }
  .i-hero-wrap .i-hero-img-wrap, .i-hero-wrap.int .i-hero-img-wrap { height: 370px; }
  .i-quick-nav a { display: block; }
}