/* Font */
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700&display=swap');
/* Site Theme Colors
---------------------------------------------- */
/* Orange */
.site-color-1, .site-color-1-hover:hover { color: hsl(23, 66%, 52%) !important; }
.site-color-1-lighten, .site-color-1-lighten-hover:hover { color: hsl(23, 66%, 62%) !important; }
.site-color-1-bg, .site-color-1-bg-hover:hover { background-color: hsl(23, 66%, 52%) !important; }
.site-color-1-lighten-bg, .site-color-1-lighten-bg-hover:hover { background-color: hsl(23, 66%, 62%) !important; }
/* Purple */
.site-color-2, .site-color-2-hover:hover { color: hsl(235, 21%, 52%) !important; }
.site-color-2-lighten, .site-color-2-lighten-hover:hover { color: hsl(235, 21%, 62%) !important; }
.site-color-2-bg, .site-color-2-bg-hover:hover { background-color: hsl(235, 21%, 52%) !important; }
.site-color-2-lighten-bg, .site-color-2-lighten-bg-hover:hover { background-color: hsl(235, 21%, 62%) !important; }
/* Light Purple */
.site-color-3, .site-color-3-hover:hover { color: hsl(247, 20%, 76%) !important; }
.site-color-3-lighten, .site-color-3-lighten-hover:hover { color: hsl(247, 20%, 86%) !important; }
.site-color-3-bg, .site-color-3-bg-hover:hover { background-color: hsl(247, 20%, 76%) !important; }
.site-color-3-lighten-bg, .site-color-3-lighten-bg-hover:hover { background-color: hsl(247, 20%, 86%) !important; }
/* Coal */
.site-color-4, .site-color-4-hover:hover { color: hsl(0, 0%, 21%) !important; }
.site-color-4-lighten, .site-color-4-lighten-hover:hover { color: hsl(0, 0%, 31%) !important; }
.site-color-4-bg, .site-color-4-bg-hover:hover { background-color: hsl(0, 0%, 21%) !important; }
.site-color-4-lighten-bg, .site-color-4-lighten-bg-hover:hover { background-color: hsl(0, 0%, 31%) !important; }
/* Light Gray */
.site-color-5, .site-color-5-hover:hover { color: hsl(0, 0%, 90%) !important; }
.site-color-5-lighten, .site-color-5-lighten-hover:hover { color: hsl(0, 0%, 95%) !important; }
.site-color-5-bg, .site-color-5-bg-hover:hover { background-color: hsl(0, 0%, 90%) !important; }
.site-color-5-lighten-bg, .site-color-5-lighten-bg-hover:hover { background-color: hsl(0, 0%, 95%) !important; }
/* Yellow */
.site-color-6, .site-color-6-hover:hover { color: hsl(51, 100%, 55%) !important; }
.site-color-6-lighten, .site-color-6-lighten-hover:hover { color: hsl(51, 100%, 65%) !important; }
.site-color-6-bg, .site-color-6-bg-hover:hover { background-color: hsl(51, 100%, 55%) !important; }
.site-color-6-lighten-bg, .site-color-6-lighten-bg-hover:hover { background-color: hsl(51, 100%, 65%) !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; }
.white-bg { background-color: #fff !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-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 } }

/* Lazy Load Image Placeholder */
.lazy { opacity: 1; animation-duration: 1.5s; animation-fill-mode: forwards; animation-iteration-count: infinite; animation-name: lazyLoadPlaceholder; animation-timing-function: linear; background: transparent; background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%); background-size: 100% 100%; transition: all ease-in-out 0.4s; }
.lazy.loaded { background: inherit; animation: none; }
@keyframes lazyLoadPlaceholder { 0% { background-position: -468px 0 } 100% { background-position: 468px 0 } }

/* Layout */
body { font: 16px/1.75 'quicksand', 'Helvetica Neue', helvetica, arial, sans-serif; color: #333; background-color: #fff; }
.container { position: relative; }
.i-wrapper { width: 100%; position: relative; }
.btn { font-family: 'quicksand', sans-serif; font-size: 16px; text-transform: uppercase; }
.btn-lg { font-size: 24px; }
.btn-sm { 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; }
.datepicker[readonly] { background: #fff; cursor: pointer; }
textarea { min-height: 120px; }

/* Header */
.i-header { height: 140px; position: relative; z-index: 3; background: #fff; }
.i-header .container { width: 100%; max-width: 1170px; }
.i-header-logo-wrap { display: block; width: 200px; height: 110px; position: absolute; top: 15px; left: 15px; z-index: 6; }
.i-header-logo { display: block; position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 5; background: url("../images/layout/logo-original.png") no-repeat center center; /*background: url("../images/layout/KEES_OBX_Pride_Logo.png") no-repeat center center;*/ /*background: url("../images/layout/kees-july4th-holiday-logo.png") no-repeat center center;*/ background-size: contain !important; text-indent: -99999px; }
.i-header-info { position: absolute; top: 20px; right: 15px; z-index: 7; line-height: 1; text-align: right;}
.i-header-info a:hover, .i-header-info:active, .i-header-info a:focus {text-decoration: none;}
/* RECENTLY VIEWED/FAVORITES - WITH DROPBOX */
.i-header-viewed { cursor: pointer; display: inline-block; vertical-align: top; position: relative; top: 4px; font-family: 'quicksand', sans-serif; font-size: 18px; }
.i-header-favorites { cursor: pointer; display: inline-block; vertical-align: top; margin-left: 15px; position: relative; top: 4px; font-family: 'quicksand', sans-serif; font-size: 18px; }
.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; }
.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; 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-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; }
.i-header-actions .header-dropbox .compare-favs-btn { margin-right: 40px; }
/* END RECENTLY VIEWED/FAVORITES - WITH DROPBOX */
.i-header-login { cursor: pointer; display: inline-block; vertical-align: top; margin-left: 15px; position: relative; top: 4px; font-family: 'quicksand', sans-serif; font-size: 18px; }
.i-header-location { display: inline-block; vertical-align: top; margin-left: 15px; position: relative; top: 4px; font-family: 'quicksand', sans-serif; font-size: 18px; }
.i-header-phone { display: inline-block; vertical-align: top; margin-left: 15px; position: relative; top: 4px; }
.i-header-phone a { font-family: 'quicksand', sans-serif; font-size: 18px; }
.i-header-search-wrap { display: inline-block; margin: 0 0 0 10px; padding: 0; position: relative; top: -10px; border:1px gray solid}
.i-header-search { border: none; padding: 6px 34px 6px 14px; width: 200px; /* margin-right: -5px; */ height: 36px; border-radius: 0; }
.i-header-search-submit { border: none; padding: 4px 10px; position: absolute; top: 0; right: 0; border: 3px solid #fff; border-radius: 0 3px 3px 0; height: 36px; font-size: 15px;}
.i-header-qs-scroller, .i-header-mobileToggle { display: none; }
.i-header-navigation { position: absolute; top: 82px; left: 0; right: 0; z-index: 5; background: rgba(255,255,255,0.65); font-family: 'quicksand', sans-serif; text-transform: uppercase; }
.i-header-navigation ul { margin: 0 0 0 205px; padding: 0; text-align: right; }
.i-header-navigation ul li { list-style: none; display: inline-block; position: relative; }
.i-header-navigation ul li a { display: block; padding: 15px 10px; font-size: 16px; }
.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 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.90); -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 a { display: block; padding: 10px 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 { position: relative; }
.i-hero-wrap .i-hero-img-wrap,
.i-hero .i-header-carousel-wrap.placeholder,
.i-hero .i-header-carousel-wrap .i-hero-img-wrap { max-height: 550px; height: 100vh; position: relative; }
.i-hero-wrap.int .i-hero-img-wrap { height: 100vh; max-height: 300px; }
.i-hero .i-hero-img { display: block; width: 100%; height: 100%; background-size: cover !important; background-position: center center !important; background-repeat: no-repeat !important; }
.i-hero .owl-carousel { animation: fadein 1.5s; }
.i-hero .owl-carousel,
.i-hero .owl-stage-outer,
.i-hero .owl-stage,
.i-hero .owl-item { height: 100%; }
.i-hero .owl-dots { margin: 0 !important; position: absolute; right: 0; bottom: 10px; left: 0; text-align: center !important; }
.i-hero .owl-dots .owl-dot { margin: 0 3px !important; }
.i-hero .owl-dots .owl-dot span { margin: 0 !important; background: #fff !important; }
.i-hero .owl-dots .owl-dot.active span { width: 16px !important; height: 16px !important; position: relative; top: 3px; }
.i-hero-wrap:not(.int) .i-hero-img-wrap { background: #000; }
.i-hero-wrap:not(.int) .i-hero-img { opacity: 0.5 !important; }

/* Quick Search */
.i-quick-search { font-family: 'Economica', sans-serif; text-transform: uppercase; padding: 15px; background: rgba(0,0,0,0.5); position: absolute; bottom: 46px; 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 .row { margin: 0 -5px; }
.i-quick-search [class^=col] { padding: 0 5px; position: relative; }
.i-quick-search [class^=col].qs-col { width:24%; }
.i-quick-search [class^=col].dates-col { width:28%; }
.i-quick-search [class^=col].submit-col { width:24% }
.i-quick-search .qs-md { width: 18%; }
.i-quick-search .qs-sm { width: 14%; }
/* HP Quick Search */
.i-quick-search { background: transparent; padding: 0px; bottom: 50%; transform: translate(-50%, 50%); }
.i-quick-search > form { padding: 15px; background: rgba(255,255,255,0.6); }
.qs-flex-stay-text { padding: 15px; background: rgba(255,255,255,0.6); color: #333; border-top: 1px solid #fff; font-size: 15px; line-height: 1.5; text-transform: none; }
.qs-flex-stay-text p { margin-bottom: 0px; }
.qs-flex-stay-text a { color: hsl(23, 66%, 52%); }
#quickSearch .h2 { text-transform: capitalize; }
/* Start Datepicker Inputs */
.i-quick-search .search-dates { height: 49px; position: relative; background: #fff; text-align: left; }
.i-quick-search .search-text { cursor: pointer; height: 100%; padding: 12px 15px; }
.i-quick-search .search-text .fa-long-arrow-right { margin: 0 3px; position: relative; top: 1px; }
.i-quick-search .search-text input { width: auto; padding: 0; border: none; background: none; cursor: pointer; font-size: 17px; font-weight: 300; text-transform: uppercase; text-overflow: ellipsis; }
.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 { display: inline-block; }
.i-quick-search .search-arrival input[type=text] { width: 75px; }
.i-quick-search .search-departure { display: inline-block; }
.i-quick-search .search-departure input[type=text] { width: 105px; }
.i-quick-search .search-arrival input[type=text].date-entered,
.i-quick-search .search-departure input[type=text].date-entered { width: 87px; }
.i-quick-search .search-dates .datepicker-wrap { display: block !important; visibility: visible; opacity: 1; width: 530px; 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: 250ms; -moz-transition-delay: 250ms; transition-delay: 250ms; }
.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 { position: relative; z-index: 1; margin-top: 10px; background: #fff; color: #333; }
.i-quick-search .search-dates .datepicker-wrap > .btn:hover {background: #eee;}
.i-quick-search .search-dates .datepicker-wrap #quick-min-nights { position: absolute; right: 0; bottom: 10px; left: 0; color: #fff; text-align: center; }
/* End Datepicker Inputs */
.i-quick-search .select-wrap { background: #fff; border-radius: 0; height: 49px; width: 100%; }
.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 { text-transform: uppercase; width: 100%; height: 49px; padding: 8px 25px 8px 15px; z-index: 1; font-size: 17px; border: none; color: #0a0a0a; text-transform: none; border-radius: 0; }
.i-quick-search .bootstrap-select button .filter-option { text-transform: uppercase; color: #0a0a0a; text-overflow: ellipsis; }
.i-quick-search .bootstrap-select .text { font-size: 16px; }
.i-quick-search .bootstrap-select .dropdown-menu { top: 100% !important; bottom: auto !important; }
.i-quick-search input[type=submit] { width: 100%; height: 49px; padding: 11px 0; border-radius: 0; color: #fff; text-transform: uppercase; font-size: 17px; }
.i-quick-search input[type=submit]:focus { outline: none !important; }
.i-quick-search .btn-group-justified a { padding: 10px 0; }
.i-quick-search .search-links a { text-decoration:underline; }

.i-quick-search .qs-flex-stay-header { display: none; margin-bottom: 10px; font-size: 20px; }
.i-quick-search .qs-img { display: none; width: 100%; height: auto; max-height: 250px; object-fit: cover;  }

/* 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(23, 66%, 52%); border-bottom: 1px solid hsl(23, 66%, 52%); 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('/booking/images/datepicker-next-white.png') no-repeat center center !important; cursor: pointer; opacity: 0.75; }
.ui-datepicker .ui-datepicker-prev { width: 34px !important; height: 30px !important; top: 0 !important; left: 0 !important; background: url('/booking/images/datepicker-prev-white.png') no-repeat center center !important; cursor: pointer; opacity: 0.75; }
.ui-datepicker .ui-datepicker-next:after,
.ui-datepicker .ui-datepicker-prev:after { display: none !important; }
.ui-datepicker .ui-datepicker-next-hover { top: 0 !important; right: 0 !important; opacity: 1; border: 0 !important; }
.ui-datepicker .ui-datepicker-prev-hover { top: 0 !important; left: 0 !important; opacity: 1; border: 0 !important; }
.ui-datepicker .ui-datepicker-next span,
.ui-datepicker .ui-datepicker-prev span { display: none !important; }
.ui-datepicker .ui-datepicker-calendar .ui-state-default { text-align: center !important; }
.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 { padding: 0; background: hsl(23, 66%, 52%) !important; border: 1px solid hsl(23, 66%, 52%) !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(23, 66%, 52%) !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; }

/* Content */
.i-content { padding: 50px 0; background: #F2F2F2; z-index: 1; position: relative; }
/* .i-content h1, .i-content .h1, .mce-content-body h1, .mce-content-body .h1 { font-size: 44px; font-family: 'baskerville', serif; line-height: 1.35; text-transform: uppercase; margin: 0; padding: 10px 0 20px; } */
.i-content h1, .i-content .h1, .mce-content-body h1, .mce-content-body .h1 { font-family: 'Lato', sans-serif; line-height: 1.25; text-transform: capitalize; }
.i-content h2, .i-content .h2, .mce-content-body h2, .mce-content-body .h2 { font-size: 38px; font-family: 'Lato', sans-serif; text-transform: capitalize;  }
.i-content h3, .i-content .h3, .mce-content-body h3, .mce-content-body .h3 { font-size: 32px; font-family: 'quicksand', sans-serif; }
.i-content h4, .i-content .h4, .mce-content-body h4, .mce-content-body .h4 { font-size: 24px; font-family: 'quicksand', sans-serif; text-transform: uppercase; }
.i-content h5, .i-content .h5, .mce-content-body h5, .mce-content-body .h5 { font-size: 21px; font-family: 'quicksand', sans-serif; }
.i-content h6, .i-content .h6, .mce-content-body h6, .mce-content-body .h6 { font-size: 18px; font-family: 'quicksand', sans-serif; }
.i-content p { margin: 0 0 20px; }
.i-content p.size-14 { min-height: 100px; }
.i-content a, .mce-content-body a { color: hsl(23, 66%, 52%); } /* Site Color 1 */
.i-content img { max-width: 100%; height: auto; }
.affiliation-col { min-height: 320px; }

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

/* Welcome on HP */
.i-welcome { padding: 60px 0 20px; line-height: 1.5; }
.i-welcome h4 {margin-top: 35px;}
.i-welcome ul {/* display: table; margin: 0 auto; */ padding: 0 0 0 20px; text-align: left;}
.i-welcome ul li {list-style: ;}

/* Callouts */
.i-callouts { margin-top: -50px; padding: 50px 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 { color: #fff; margin: 0 0 10px; font-size: 15px; }
.i-callouts p:last-child { margin: 0; }
.i-sidebar { padding: 0 15px; }
.i-sidebar .i-callouts {margin: 0;}
.i-sidebar .i-callouts [class^=col] { width: 100%; padding: 0; margin: 0 0 15px; }
.i-callouts.i-callouts-mobile { padding: 5px 0 15px; border-bottom: 1px solid #ddd; }
.i-callouts.white-bg.i-callouts-mobile { background: #f2f2f2 !important;}
.callouts-mobile .callout { padding: 10px; margin-bottom: 4px; background-color: hsl(23, 66%, 52%); font-size: 20px; display: flex; align-items: center; position: relative; }
.callouts-mobile .callout img { margin-right: 10px; width: 45px; height: 45px; object-fit: cover; }
.callouts-mobile .callout a { color: #fff; text-transform: capitalize; }

/* Towns */
.towns-wrap { padding-bottom: 30px; }
.towns-wrap > .container > .row { margin-bottom: 25px; }
.towns-mobile-wrap { padding: 0 0 40px; }
.towns-mobile-wrap ul { list-style-type: none; margin: 0; padding: 0; }

/* 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: 'quicksand', 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 { padding: 25px 0 0; overflow: hidden; }
.i-footer > .container > .row > [class^=col] { position: relative; min-height: 250px; }
.i-footer > .container > .row > [class^=col]:last-child:after { display: none; }
.i-footer > .container > .row > [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; }
.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: 45px auto 15px; 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 .i-social { display: inline-block; margin: 0; padding: 0; }
.i-footer .h4 { font-family: 'quicksand', 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 { font-size: 15px; }
.i-footer-e-newsletter-form input { width: 100%; border-radius: 0; margin: 0 0 10px; border: none; font-size: 14px; padding: 5px 10px; }
.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: 14px; padding: 7px 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(255,255,255,0.25) solid; padding: 15px 0; margin: 25px 0 0; }
.i-baseline p.disclaimer { font-size: 12px; color: rgba(255,255,255,0.65); }

/* Fixed Chat bottom right of site */
.i-chat { width: 44px; height: 44px; border-radius: 50%; position: fixed; bottom: 15px; right: 15px; z-index: 999; display: block; }

/* 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: rgba(255,255,255,0.5); }
.i-social-item a .fa { font: normal normal normal 14px/1 FontAwesome; font-size: inherit; color: #fff; display: block; }
.i-social-link-facebookURL { background: hsl(221, 44%, 41%); }
.i-social-link-facebookURL:hover { background: hsl(221, 44%, 61%); }
.i-social-link-twitterURL { background: hsl(196, 100%, 46%); }
.i-social-link-twitterURL:hover { background: hsl(196, 100%, 66%); }
.i-social-link-pinterestURL { background: hsl(358, 73%, 46%); }
.i-social-link-pinterestURL:hover { background: hsl(358, 73%, 66%); }
.i-social-link-youtubeURL { background: hsl(0, 100%, 37%); }
.i-social-link-youtubeURL:hover { background: hsl(0, 100%, 57%); }
.i-social-link-linkedinURL { background: hsl(201, 100%, 35%); }
.i-social-link-linkedinURL:hover { background: hsl(201, 100%, 55%); }
.i-social-link-instagramURL { background: hsl(230, 77%, 58%); }
.i-social-link-instagramURL:hover { background: hsl(230, 77%, 78%); }
.i-social-link-googlePlusURL { background: hsl(7, 71%, 55%); }
.i-social-link-googlePlusURL:hover { background: hsl(7, 71%, 75%); }
.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; }

/* Featured Slider */
.i-featured { padding: 0 0 50px; }
.i-featured-slider {padding: 0 80px;}
.i-featured-slider .owl-stage-outer { z-index: 2; }
.i-featured-slider .owl-dots { display: none; }
.i-featured-slider .owl-nav { position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 1; }
.i-featured-slider .owl-nav .owl-prev, .i-featured-slider .owl-nav .owl-next { border: 3px #ddd solid; font: normal normal normal 14px/1 FontAwesome; font-size: 35px !important; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; background: transparent !important; border-radius: 50% !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%);  }
.i-featured-slider .owl-nav .owl-prev { left: 0; }
.i-featured-slider .owl-nav .owl-next { right: 0; }
.i-featured-slider .owl-nav .owl-prev:before { color: #ddd; content: "\f053"; left: 46%; }
.i-featured-slider .owl-nav .owl-next:before { color: #ddd; content: "\f054"; left: 56%; }
.i-featured-img { display: block; padding-bottom: 70%; background-size: cover !important; background-repeat: no-repeat !important; background-position: center center !important; }
.i-featured-box { display: block; padding: 20px 25px; }
.i-featured-name { display: block; margin: 0 0 5px; padding: 0; }
.i-featured-address { margin: 0 0 10px; display: block; }
.i-featured-name, .i-featured-address { width: 95%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.i-featured-info { overflow: hidden; margin: 0; padding: 0; }
.i-featured-info li { font-size: 14px; display: inline-block; padding: 5px; }
.i-featured-info li .btn { width: 100%; padding: 5px 0; font-size: 14px; }
.i-featured-description { font-size: 16px; line-height: 20px; padding: 20px 0; display: block; }

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

/* 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 p > a { color: #fff; } */
.i-ttd-boxes .box-info a.details { display: inline-block; position: relative; left: auto; right: auto; }

/* Resorts Grid Pages */
.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 .resorts-option-info { min-height: 350px; position: relative; padding-bottom: 40px; }
.cms-resorts-option-1 .resorts-option-info h3 { margin: 0 0 10px; }
.cms-resorts-option-1 .resorts-option-info p { margin: 0 0 10px; }
.cms-resorts-option-1 .resorts-option-info .btn { position: absolute; bottom: 0; right: 0; left: 0; }
@media (min-width: 1200px) {
  .cms-resorts-option-1 .col-lg-4:nth-child(3n+1) { clear: both; }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cms-resorts-option-1 .col-md-6:nth-child(2n+1) { clear: both; }
}

/* Style Vendor Access Checkboxes with Custom look */
input[type=checkbox] { display: none; }
input[type=checkbox] + label { cursor: pointer; width: 100%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
input[type=checkbox] + label:before { content: ""; display: inline-block; vertical-align: middle; width: 24px; height: 24px; background: #fff; border: 1px solid #ccc; margin-right: 10px; position: relative; }
input[type=checkbox]:checked + label:before { content: "\2713"; font-size: 26px; color: #ccc; line-height: 0.9; text-align: center; }
input[type=checkbox] + label.select-all:before { width: 18px; height: 18px; font-size: 18px; }

label .required-star { color:#a94442; font-size:21px;  }

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

/* Validation Error */
label.error { color: red !important }

/* 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; }
.owl-gallery .owl-dots { position: absolute; z-index: 2; top: 50px; left: 0; color: #fff; background: rgba(0,0,0,0.75); padding: 7px 16px; font-size: 16px; border-radius: 0 4px 4px 0; }
.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 1px; position: relative; z-index: 1; }
.owl-gallery-thumbs .item { cursor: pointer; opacity: 0.5; }
.owl-gallery-thumbs .item:hover { opacity: 1; }
.owl-gallery-thumbs .item .owl-lazy { display: block; border-radius: 0; padding-bottom: 60%; background-size: cover !important; background-repeat: no-repeat !important; background-position: center center !important; }
.owl-gallery-thumbs .current .item { opacity: 1; }
.owl-theme .owl-nav [class*='owl-'], .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: normal normal normal 14px/1 FontAwesome; 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 { 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:hover, .owl-gallery-thumbs .owl-nav .owl-prev:hover,
.owl-gallery .owl-nav .owl-next:hover, .owl-gallery-thumbs .owl-nav .owl-next:hover { opacity: 1; }
.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%); }
.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-dots { counter-reset: slides-num; }
.owl-gallery .owl-dots:after { content: counter(slides-num); }
.owl-gallery .owl-dot { display: inline-block; counter-increment: slides-num; }
.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); color: #fff; }
.owl-theme .owl-nav [class*=owl-] { margin: 0 !important; }
@media (max-width: 768px) {
  .owl-gallery .owl-dots { top: 20px; }
}

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

/* Responsive */
@media (max-width: 1200px) {
  .i-header-info { width: 635px; top: 10px; }
  .i-header-location { margin-bottom: 5px; }
  .i-quick-search [class^=col].qs-col { width:23%; }
  .i-quick-search [class^=col].dates-col { width:31%; }
  .i-quick-search [class^=col].submit-col { width:23%; }
  .i-featured .container { width: 100%; }
  .i-header-search-wrap { /* position: absolute; top: 155px; right: 0; border:1px gray solid */ top: 15px; }
  .cms-resorts-option-1 .resorts-option-info { min-height: 325px; }
  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 (min-width: 1025px) {
  .i-hero-wrap .i-hero-img-wrap, .i-hero .i-header-carousel-wrap.placeholder, .i-hero .i-header-carousel-wrap .i-hero-img-wrap { max-height: 650px; }
}

@media (max-width: 1024px) {
  body { padding-top: 50px; }
  .i-header { height: 170px; }
  .i-header-logo-wrap { top: 20px; left: 15px; }
  .i-header-info { width: 48%; top: 15px; text-align: right; }
  .i-header-viewed, .i-header-favorites, .i-header-login, .i-header-location, .i-header-phone { display: block; margin: 0 0 15px; }
  .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 { color: #fff; line-height: normal; font-size: 32px; height: 50px; }
  .i-header-qs-scroller span .fa { position: relative; top: 0; right: 12px; }
  .i-header-mobileToggle { display: block; position: fixed; top: 0; left: 0; right: 0; z-index: 99999; text-align: left; }
  .i-header-mobileToggle:hover, .i-header-mobileToggle:active, .i-header-mobileToggle:focus { color: #fff; }
  .i-header-mobileToggle span { background: hsl(235, 21%, 52%); display: block; color: #fff; line-height: normal; font-size: 32px; height: 50px; }
  .i-header-mobileToggle span .fa { position: relative; top: 0; 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(23, 66%, 52%) !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 > .container > ul > li.sub {padding-right: 15px;}
  .i-header-navigation > .container > ul > li.sub > a {padding-right: 8px;}
  .i-header-navigation ul li i {display: block; position: absolute; top: 17px; right: 0; }
  .i-header-navigation ul li:hover ul {display: none;}
*/
  .i-hero-wrap .i-hero-img-wrap,
  .i-hero-wrap.int .i-hero-img-wrap { height: 100vh; }
  .i-hero-wrap .i-hero-img-wrap,
  .i-hero .i-header-carousel-wrap.placeholder,
  .i-hero .i-header-carousel-wrap .i-hero-img-wrap { max-height: 450px; }
  .i-header-search-wrap { position: relative; right: auto; top: 0; margin: 0px 2px 0 0; border:1px gray solid}
  .i-header-search { padding: 7px 34px 6px 14px; height: 32px; }
  .i-header-search-submit { padding: 3px 10px; height: 32px; }
}

@media (min-width: 992px) {
  .i-ttd-wrap .col-md-4:nth-child(3n+1) { clear: both; }
}

@media (max-width: 992px) {
  body { overflow-x: 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: 200px; position: absolute; top: 0; right: 0; left: 0; z-index: 999; background: rgba(255,255,255,0.5); background: -moz-linear-gradient(top, rgba(255,255,255,0.75) 0%, rgba(255,255,255,0.35) 76%, rgba(255,255,255,0) 100%); background: -webkit-linear-gradient(top, rgba(255,255,255,0.75) 0%,rgba(255,255,255,0.35) 76%,rgba(255,255,255,0) 100%); background: linear-gradient(to bottom, rgba(255,255,255,0.75) 0%,rgba(255,255,255,0.35) 76%,rgba(255,255,255,0) 100%); }
  .i-header .container {width: 100% !important; padding: 0 15px;}
  .hero-empty-wrap { height: 170px; }
  .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 [class^=col] { width: 50%; float: left; margin: 0 0 10px; }
  .i-quick-search [class^=col]:first-child {width: 100%;}
  .i-quick-search [class^=col]:last-child { width: 100%; margin-bottom: 0; }
  .i-quick-search [class^=col].qs-col { width:50%; }
  .i-quick-search [class^=col].dates-col { width:100%; }
  .i-quick-search [class^=col].submit-col { width:100%; }
  .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-hero-wrap .i-quick-search { background: #f2f2f2; bottom: auto; transform: translate(0, 0);  }
  .i-hero-wrap .i-quick-search > form, .qs-flex-stay-text { background: transparent; }
  .i-quick-search .qs-title { padding: 0 15px; color: #333 !important; font-size: 24px; }
  .i-quick-search .search-links span, .i-quick-search .search-links a { color: #333 !important; }
  #quickSearch .qs-title { padding: 0 15px; color: #d57234 !important; }
  .i-callouts { padding: 25px 0 25px; }
  .i-callouts [class^=col] {display: inline-block; vertical-align: top; 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: 50%; padding: 0 15px; margin: 0 -4px 25px 0; }
  .cms-resorts-option-1 .col-md-4:nth-child(3n+1) { clear: none; }
  .cms-resorts-option-1 .col-sm-6:nth-child(2n+1) { clear: both; }
  .cms-resorts-option-1 .resorts-option-info { min-height: 285px; }
  .i-content.full-no-search-bar { padding-top: 150px; }
  .i-pre-footer [class^=col] { text-align: center; }
  .i-pre-footer [class^=col]:first-child { margin-bottom: 10px; padding-bottom: 10px; border-bottom: 1px solid #ccc;}
  .i-footer .col-sm-6:nth-child(2n+1) { clear: both; }
  .i-footer > .container > .row > [class^=col], .i-pre-footer [class^=col] { min-height: 0; }
  .i-footer > .container > .row > [class^=col]:after, .i-pre-footer [class^=col]:after { display: none; }
  div#footercaptcha {-webkit-transform:scale(1.14);-moz-transform:scale(1.14);transform:scale(1.14);}
  .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-content .service-col { min-height: 270px; }
}
@media (max-width: 768px) {
  .i-hero .i-header-carousel-wrap.placeholder,
  .i-hero .i-header-carousel-wrap .i-hero-img-wrap,
  .i-hero-wrap .i-hero-img-wrap { max-height: 350px; }
  .i-hero-wrap.int .i-hero-img-wrap {max-height: 200px;}
  .i-hero .owl-dots { bottom: 15px; }
  .hero-empty-wrap { height: 140px; }
  .i-quick-search .btn-group-justified a { margin: 0.5% !important; width: 49%; }
  .i-content h1, .i-content .h1, .mce-content-body h1, .mce-content-body .h1 { font-size: 36px; padding: 10px 0 15px; word-break: break-word; }
  .i-content h2, .i-content .h2, .mce-content-body h2, .mce-content-body .h2 { font-size: 32px; word-break: break-word; }
  .i-content h3, .i-content .h3, .mce-content-body h3, .mce-content-body .h3 { font-size: 28px; word-break: break-word; }
  .i-welcome { padding: 50px 0 20px; }
  .i-welcome ul {padding-left: 25px;}
  .i-popular-searches { margin-bottom: -25px; }
  .i-content { padding: 25px 0; }
  .i-ttd-wrap .col-sm-6:nth-child(2n+1) { clear: both; }
  .i-footer { text-align: center; }
  .i-footer > .container > .row > [class^=col] {margin: 0; padding: 25px 15px; border-top: 1px solid rgba(255,255,255,0.25);}
  .i-footer > .container > .row > [class^=col]:first-child {border-top: none;}
  .i-footer .i-social { font-size: 20px; }
  div#footercaptcha {-webkit-transform:scale(1);-moz-transform:scale(1);transform:scale(1);}
  .i-baseline { font-size: 13px; }
  .i-header-search-wrap {display: none;}
  .mobile-scroller {display: block;}
  .i-callouts { margin-top: -25px; padding-top: 25px; }
}
@media (max-width: 736px) {
  .i-hero .owl-carousel .owl-item,
  .i-hero-wrap .i-hero-img-wrap,
  .i-hero-wrap.int .i-hero-img-wrap { max-height: 200px; }
  .i-hero .i-header-carousel-wrap.placeholder,
  .i-hero .i-header-carousel-wrap .i-hero-img-wrap { max-height: 200px; }
  .i-quick-search .nav-tabs { position: relative; }
  .i-quick-search .nav-tabs>li { width: 50%; }
  .i-quick-search [class^=col].qs-col { width:100%; }
  .i-quick-search [class^=col].dates-col { width:100%; }
  .i-quick-search [class^=col].submit-col { width:100%; }
  .i-featured-slider { padding: 0 50px; }
  .i-featured-slider .owl-nav .owl-prev, .i-featured-slider .owl-nav .owl-next { width: 40px; height: 40px; font-size: 20px !important; }
  .i-content .service-col { min-height: 300px; }
}
@media (max-width: 736px) {
  .i-quick-search .search-dates .datepicker-wrap { width: 300px; max-width: 100%; padding: 8px 8px 50px; }
  .cms-resorts-option-1 .resorts-option-info { min-height: 330px; }
}
@media (max-width: 568px) {
  .cms-resorts-option-1 .resorts-option-info { min-height: 350px; }
  .i-content .service-col { min-height: 350px; }

}
@media (max-width: 480px) {
  .i-header { height:auto; background: rgba(255,255,255,0.5); }
  .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: 150px; left: 0; right: 0; width: 100%; text-align: center; }
  .i-header-actions.i-header-viewed .header-dropbox { right: auto; left: 0; }
  .i-header-viewed, .i-header-favorites, .i-header-login, .i-header-location, .i-header-phone { display: inline-block; width: 50%; margin: 0 -4px 15px 0; }
  .i-hero .owl-carousel .owl-item,
  .i-hero-wrap .i-hero-img-wrap,
  .i-hero-wrap.int .i-hero-img-wrap { max-height: 240px; }
  .i-hero .i-header-carousel-wrap.placeholder,
  .i-hero .i-header-carousel-wrap .i-hero-img-wrap { max-height: 240px; }
  .hero-empty-wrap { height: auto; }
  .i-quick-search { bottom: 0; }
  .i-quick-search [class^=col] { width: 100%; float: none; }
  .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; }
  .i-content.full-no-search-bar { padding-top: 0; }
  .i-sidebar { margin: 0; }
  .i-sidebar .i-callouts [class^=col] { width: 100%; padding: 0 0 15px; margin: 0; }
  .i-featured-slider {padding: 0 46px;}
  .i-featured-box {padding: 15px;}
  .i-featured-slider .owl-nav .owl-prev, .i-featured-slider .owl-nav .owl-next {width: 40px; height: 40px; font-size: 24px !important;}
  .cms-resorts-option-1 [class^="col-"] { width: 100%; }
  .cms-resorts-option-1 .resorts-option-info { min-height: 0; }

  /* HP MOBILE UPDATES - 3/2/2023 */
  body { padding-top: 56px; }
  .i-header-navigation ul { top: 56px; }
  .i-header-qs-scroller, .i-header-viewed, .i-header-phone a span, .i-header-info { display: none; }
  .i-header-navigation { height: 56px; background-color: hsl(0, 0%, 100%); top: 0px; position: inherit; }
  .i-header-navigation .container { width: 100%; height: 56px; display: flex; align-items: center; justify-content: center; }
  .i-header-navigation .mobile-toggle, .i-header-phone { display: inline-block; padding: 0 10px; }
  .i-header-navigation .mobile-toggle .fa, .i-header-phone .fa { font-size: 32px; }
  .i-header-navigation .mobile-toggle > span { background-color: transparent !important; color: hsl(23, 66%, 52%) !important; }
  .i-header-logo-wrap { all: unset; margin: 0 auto; }
  .i-header-logo-wrap { margin: 0 auto; }
  .i-header-logo { width: 86.5px; height: 45px; position: relative; display: block; background-size: cover; }
  .i-header-phone { width: auto; margin: 0; top: 0; }
  .i-header-phone a, .i-header-phone .fa { color: hsl(23, 66%, 52%); }
  .i-header-favorites { margin: 0; padding: 0 5px; width: unset; top: unset; }
  .i-header-favorites #favoritesToggle > span { display: none !important; }

  /* Anouncement Banner */
  #homepage-announcement .regularMessage { padding: 10px 15px; background-color: hsl(23, 66%, 52%); color: #fff; }
  #homepage-announcement .regularMessage p, #homepage-announcement .regularMessage a { font-size: 15px; color: #fff; line-height: 1.5; }

  /* QS */
  .i-quick-search .qs-title { margin-bottom: 0px; color: hsl(23, 66%, 52%) !important; }
  .i-quick-search .search-links { font-size: 15px; line-height: 1.5; }
  .i-quick-search .qs-flex-stay-text, .i-quick-search .qs-flex-stay-text p { line-height: 1.3; }
  .i-quick-search .qs-flex-stay-header, .i-quick-search .qs-img { display: block; }

  /* Other */
  .i-welcome { padding-top: 0px; }
  /* END HP MOBILE UPDATES */
  .i-content .service-col { min-height: 415px; }
}
@media (max-width: 414px) {
  .i-header-actions .header-dropbox,
  .i-header-actions.i-header-viewed .header-dropbox { width: 300px; }

  .i-quick-nav a { display: block; }
}
@media (max-width: 320px) {
  .i-header { height: 300px; }
  .i-header-viewed, .i-header-favorites, .i-header-login, .i-header-location, .i-header-phone { display: block; width: 100%; }
  .i-hero .owl-carousel .owl-item,
  .i-hero-wrap .i-hero-img-wrap,
  .i-hero-wrap.int .i-hero-img-wrap { max-height: 300px; }
  .i-hero .i-header-carousel-wrap.placeholder,
  .i-hero .i-header-carousel-wrap .i-hero-img-wrap { max-height: 300px; }
  .hero-empty-wrap { height: 300px; }
}

/* SRP Town Accordion */
.town-accordion {
  background-color: #D57234;
  color: #ffff;
  cursor: pointer;
  padding: 10px 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}
.town-accordion .active, .town-accordion:hover {
  background-color: #7C80AA;
}
.town-panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  margin-bottom: 10px;
}
.town-panel p:last-child { margin-bottom: 10px; }