@font-face {
  font-family: 'ABC Cursive';
  src: url('/stylesheets/fonts/abc_cursive-webfont.woff2') format('woff2'),
       url('/stylesheets/fonts/abc_cursive-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

/* Site Theme Colors
---------------------------------------------- */
/* Blue */
.site-color-1, .site-color-1-hover:hover { color: hsl(198, 76%, 51%) !important; }
.site-color-1-lighten, .site-color-1-lighten-hover:hover { color: hsl(198, 76%, 61%) !important; }
.site-color-1-bg, .site-color-1-bg-hover:hover { background-color: hsl(198, 76%, 51%) !important; }
.site-color-1-lighten-bg, .site-color-1-lighten-bg-hover:hover { background-color: hsl(198, 76%, 61%) !important; }
/* Green */
.site-color-2, .site-color-2-hover:hover { color: hsl(93, 47%, 51%) !important; }
.site-color-2-lighten, .site-color-2-lighten-hover:hover { color: hsl(93, 47%, 61%) !important; }
.site-color-2-bg, .site-color-2-bg-hover:hover { background-color: hsl(93, 47%, 51%)!important; }
.site-color-2-lighten-bg, .site-color-2-lighten-bg-hover:hover { background-color: hsl(93, 47%, 61%) !important; }
/* Pink */
.site-color-3, .site-color-3-hover:hover { color: hsl(329, 80%, 56%)!important; }
.site-color-3-lighten, .site-color-3-lighten-hover:hover { color: hsl(329, 80%, 66%) !important; }
.site-color-3-bg, .site-color-3-bg-hover:hover { background-color: hsl(329, 80%, 56%)!important; }
.site-color-3-lighten-bg, .site-color-3-lighten-bg-hover:hover { background-color: hsl(329, 80%, 66%) !important; }
/* Light Blue */
.site-color-4, .site-color-4-hover:hover { color: hsl(198, 94%, 55%) !important; }
.site-color-4-lighten, .site-color-4-lighten-hover:hover { color: hsl(198, 94%, 65%) !important; }
.site-color-4-bg, .site-color-4-bg-hover:hover { background-color: hsl(198, 94%, 55%) !important; }
.site-color-4-lighten-bg, .site-color-4-lighten-bg-hover:hover { background-color: hsl(198, 94%, 65%) !important; }
/* Dark Blue */
.site-color-5, .site-color-5-hover:hover { color: hsl(198, 92%, 25%) !important; }
.site-color-5-lighten, .site-color-5-lighten-hover:hover { color: hsl(198, 92%, 35%) !important; }
.site-color-5-bg, .site-color-5-bg-hover:hover { background-color: hsl(198, 92%, 25%) !important; }
.site-color-5-lighten-bg, .site-color-5-lighten-bg-hover:hover { background-color: hsl(198, 92%, 35%) !important; }
/* Light Gray */
.site-color-6, .site-color-6-hover:hover { color: hsl(0, 0%, 80%) !important; }
.site-color-6-lighten, .site-color-6-lighten-hover:hover { color: hsl(0, 0%, 90%) !important; }
.site-color-6-bg, .site-color-6-bg-hover:hover { background-color: hsl(0, 0%, 80%) !important; }
.site-color-6-lighten-bg, .site-color-6-lighten-bg-hover:hover { background-color: hsl(0, 0%, 90%) !important; }
/* Black and White Text */
.text-white, .text-white-hover:hover { color: #fff !important; }
.text-gray, .text-gray-hover:hover { color: #555 !important; }
.text-black, .text-black-hover:hover { color: #000 !important; }

/* Shared */
.i-social-item a .fa, .callouts-carousel .owl-nav .owl-prev:before, .callouts-carousel .owl-nav .owl-next:before, .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 VALUE MUST MATCH THE INPUT id FOR THIS TO WORK
*/
input[type=checkbox] { display: none; }
input[type=checkbox] + label { cursor: pointer; position: relative; padding-left: 36px; }
input[type=checkbox] + label:before { content: ''; display: block; width: 24px; height: 24px; position: absolute; top: 0; left: 0; background: #fff; border: 2px solid #ccc; }
input[type=checkbox]:checked + label:before { content: "\f00c"; padding-left: 2px; font-family: "FontAwesome"; font-size: 24px; color: hsl(198, 76%, 51%); line-height: 0.75; text-align: center; }
input[type=checkbox] + label.select-all:before { width: 18px; height: 18px; font-size: 18px; line-height: 0.85; }
.input-well { display: block; padding: 15px !important; background: #fff; border-radius: 0; }
.input-well label { display: block; font-size: 12px; color: #666; line-height: 1.25; text-align: left !important; font-weight: 400 !important; }
.input-well input[type=checkbox] + label:before { top: 2px; }
.form-group .input-well { margin: 0; }

/*
font-family: 'Poppins', sans-serif;
font-family: 'Lato', sans-serif;
font-family: 'Raleway', sans-serif;
*/

/* Layout */
body { font: 18px/2 'Poppins', 'Helvetica Neue', helvetica, arial, sans-serif; color: #333; background-color: #fff; }
.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: 1px 5px; 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 }
.hidden { display: none; }
.card-title > button { font-weight: inherit; }
.accordion > .card { border-bottom: 1px solid rgba(0,0,0,.125) !important; border-radius: 3px 3px 0 0 !important; }
.accordion > .card + .card { margin-top: 5px; }
.accordion > .card .card-header { margin-bottom: 0; border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0 !important; }

.container { position: relative; }
.i-wrapper { width: 100%; position: relative; }
.btn { padding: 10px 30px; outline: none; border-radius: 2px !important; font-family: 'Poppins', sans-serif; font-size: 16px; font-weight: 600; text-transform: uppercase; -webkit-transition: background 350ms; -moz-transition: background 350ms; transition: background 350ms; }
.btn:focus { box-shadow: none !important; outline: none !important; }
.btn-lg { font-size: 24px; }
.btn-sm, .btn-mini { font-size: 12px; }
.btn-outlined-white, .btn-outlined-blue, .btn-outlined-green, .btn-outlined-pink { padding: 9px 30px; }
.btn-outlined-white { background: transparent !important; border: 2px solid #fff; color: #fff; }
.btn-outlined-white:hover, .btn-outlined-white:focus, .btn-outlined-white:active { background: hsl(198, 76%, 51%) !important; color: #fff !important; }
.btn-outlined-blue { background: transparent !important; border: 2px solid hsl(198, 76%, 51%); color: hsl(198, 76%, 51%); }
.btn-outlined-blue:hover, .btn-outlined-blue:focus, .btn-outlined-blue:active { background: hsl(198, 76%, 51%) !important; color: #fff !important; }
.btn-outlined-green { background: transparent !important; border: 2px solid hsl(93, 47%, 51%); color: hsl(93, 47%, 51%); }
.btn-outlined-green:hover, .btn-outlined-green:focus, .btn-outlined-green:active { background: hsl(93, 47%, 51%) !important; color: #fff !important; }
.btn-outlined-pink { background: transparent !important; border: 2px solid hsl(329, 80%, 56%); color: hsl(329, 80%, 56%); }
.btn-outlined-pink:hover, .btn-outlined-pink:focus, .btn-outlined-pink:active { background: hsl(329, 80%, 56%) !important; color: #fff !important; }
.btn-row .btn { margin-bottom: 5px; }
.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; }

/* 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); } }

.hp-alert { position: relative; }

.i-wrapper h1, .i-wrapper .h1, .mce-content-body h1, .mce-content-body .h1, .cell-block-options .h1 { font-size: 44px; font-family: 'Montserrat', serif; line-height: 1.25; font-weight: 700; text-transform: uppercase; letter-spacing: 2px; }
.i-wrapper h2, .i-wrapper .h2, .mce-content-body h2, .mce-content-body .h2, .cell-block-options .h2 { font-size: 38px; font-family: 'Poppins', sans-serif; line-height: 1.25; font-weight: 600; text-transform: uppercase; letter-spacing: 2px; }
.i-wrapper h3, .i-wrapper .h3, .mce-content-body h3, .mce-content-body .h3, .cell-block-options .h3 { font-size: 34px; font-family: 'Poppins', sans-serif; line-height: 1.25; font-weight: 600; text-transform: uppercase; letter-spacing: 2px; }
.i-wrapper h4, .i-wrapper .h4, .mce-content-body h4, .mce-content-body .h4, .cell-block-options .h4 { font-size: 30px; font-family: 'Poppins', sans-serif; line-height: 1.25; font-weight: 600; text-transform: uppercase; letter-spacing: 2px; }
.i-wrapper h5, .i-wrapper .h5, .mce-content-body h5, .mce-content-body .h5, .cell-block-options .h5 { font-size: 24px; font-family: 'Poppins', sans-serif; line-height: 1.25; font-weight: 600; text-transform: uppercase; letter-spacing: 2px; }
.i-wrapper h6, .i-wrapper .h6, .mce-content-body h6, .mce-content-body .h6, .cell-block-options .h6 { font-size: 20px; font-family: 'Poppins', sans-serif; line-height: 1.25; font-weight: 600; text-transform: uppercase; letter-spacing: 2px; }

.announcements { position: fixed; right: 0; bottom: 0; left: 0; z-index: 999999; padding: 15px 75px 15px 15px; background: #007be4; color: #fff; }
.announcements .close { opacity: 0.5; width: 30px; height: 30px; position: absolute; top: 15px; right: 15px; padding: 5px; border: 1px solid #fff; border-radius: 2px; font-size: 30px; color: #fff; line-height: 0.5; text-align: center; text-shadow: 1px 1px 0 #333; }
.announcements .close:hover { opacity: 1; border: 1px solid rgba(255,255,255,0.75); }

/* Header */
.i-header { position: relative; padding: 10px 0; background: #fff; font-family: 'Poppins', sans-serif; letter-spacing: 1.25px; }
.i-header > .container { width: 1600px; max-width: 100%; }
.i-header-logo-wrap { display: block; width: 330px; height: 79px; position: relative; top: 0; z-index: 4; margin: 10px 0; }
.i-header-logo { display: block; position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 5; background: url("/images/layout/myrtle-beach-resort-logo.jpg") no-repeat center center; background-size: cover !important; text-indent: -99999px; }
.i-header-info { position: absolute; top: 5px; right: 15px; z-index: 4; line-height: 1; text-align: right; }
/*
.i-header-info a:hover, .i-header-info a:active, .i-header-info a:focus { text-decoration: none; }
.i-header-info .fa { vertical-align: middle; position: relative; top: -3px; font-size: 150%; }
*/
.i-header-info .i-social { display:inline-block; vertical-align:middle; }
.i-header-info .i-social .i-social-item a { background-color: hsl(93, 47%, 51%); transition:background-color 0.3s; }
.i-header-info .i-social .i-social-item a:hover { background-color:hsl(329, 80%, 56%); }
.i-header-phone { cursor: pointer; display: inline-block; vertical-align: middle; margin-left: 15px; position: relative; font-family: 'Lato', sans-serif; font-size: 22px; font-weight: 600; text-align: right; }
.i-header-phone > span { display: block; font-family: 'Poppins', sans-serif; font-size: 18px; font-weight: 400; text-transform: uppercase; }
.i-header-favorites .fa-heart { color: #d02025; }
.i-header-qs-scroller, .i-header-mobileToggle { display: none; }
.i-header-navigation { position: absolute; top: 53px; left: 0; right: 0; z-index: 3; background: rgba(255,255,255,0.65); font-family: "Poppins", sans-serif; text-transform: uppercase; }
.i-header-navigation > .container { width: 100%; max-width: 1400px; }
.i-header-navigation ul { margin: 0 0 0 380px; padding: 0; text-align: right; }
.i-header-navigation ul li { list-style: none; display: inline-block; position: relative; line-height: 1; }
.i-header-navigation ul li a { display: block; padding: 25px 12px; font-family: "Poppins", sans-serif; font-size: 16px; font-weight: 500; }
.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; color: hsl(198, 76%, 51%) !important; text-decoration: none; }
.i-header-navigation ul li a[href="javascript:;"] {cursor: default;}
.i-header-navigation ul li a[href="javascript:;"]:hover {color: #000 !important;}
.i-header-navigation ul li.active > a { color: hsl(198, 76%, 51%) !important; }
.i-header-navigation ul li i { display: none; }
.i-header-navigation ul li:hover ul { opacity: 1; visibility: visible; top: 100%; }
.i-header-navigation ul ul { width: 250px; opacity: 0; visibility: hidden; margin: 0; padding: 0; position: absolute; top: 80%; left: 50%; 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; }
.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: 18px; }
.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 { display: block; position: relative; padding-bottom: 45%; }
.i-hero-wrap.int .i-hero-img-wrap { height: 250px; 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; }
.i-hero-wrap .owl-dots .owl-dot { margin: 0 3px !important; }
.i-hero-wrap .owl-dots .owl-dot span { margin: 0 !important; background: #fff !important; }
.i-hero-wrap .owl-dots .owl-dot.active span { width: 16px !important; height: 16px !important; position: relative; top: 3px; }
.i-hero-wrap .banner-title { position: absolute; top: 50%; right: 37%; left: 5%; z-index: 99; transform: translate(0, -50%); font-family: 'Lato', sans-serif; font-size: 50px; color: #fff; line-height: 0; text-align: left; text-transform: uppercase; text-shadow: 1px 1px 2px rgba(0,0,0,0.5); }
.i-hero-wrap .banner-title span { display: block; position: relative; top: 40px; font-family: 'ABC Cursive', cursive; font-size: 100px; line-height: 1.35; text-transform: capitalize; }

/* Quick Search */
.i-quick-search { width: 35%; max-width: 600px; position: absolute; top: 0; right: 0; bottom: 0; z-index: 3; padding: 0; background: rgba(0,0,0,0.15); font-family: 'Poppins', sans-serif; text-transform: uppercase; }
.i-quick-search form { width: 66%; height: 420px; position: absolute; top: 0; right: 0; bottom: 0; left: 0; margin: auto; }
.i-quick-search fieldset:after { content: ''; display: block; clear: both; }
.i-quick-search .search-dates { position: relative; margin: 0 -20px 20px; }
.i-quick-search .search-dates:after { content: ''; display: block; clear: both; }
.i-quick-search .search-dates #qsDatepickerWrap { position: absolute; top: 100%; left: 50%; z-index: 999; transform: translate(-50%, 0); }
.i-quick-search .search-dates #qsDatepickerWrap #ui-datepicker-div { position: relative !important; top: 0 !important; left: 0 !important; right: 0 !important }
.i-quick-search .search-block { width: 50%; float: left; padding: 0 20px; text-align: center; }
.i-quick-search .search-block label { display: block; margin-bottom: 20px; color: #fff; font-weight: 700; text-transform: uppercase; letter-spacing: 2px; }
.i-quick-search .date-block { position: relative; background: #fff; }
.i-quick-search .date-block:before { content: ''; width: 0; height: 0; position: absolute; bottom: 100%; left: 50%; transform: translate(-50%,0); border-style: solid; border-width: 0 15px 20px 15px; border-color: transparent transparent #ffffff transparent; }
.i-quick-search .date-block span { display: block; padding: 5px; border-bottom: 1px solid #efefef; font-size: 14px; color: hsl(198, 76%, 51%); text-align: center; text-transform: uppercase; }
.i-quick-search .date-block .overlay { display: block; width: 100%; height: 70px; padding: 20px 10px; position: absolute; top: 40px; z-index: 5; background: #fff; font-size: 16px; color: #636363; line-height: 1; font-weight: 300; text-align: center; text-transform: uppercase; }
.i-quick-search .date-block .overlay.hidden { display: none; }
.i-quick-search .date-block input[type=text] { width: 100%; height: 70px; border: none; font-size: 60px; color: #636363; line-height: 1; font-weight: 300; text-align: center; text-transform: uppercase; }
.i-quick-search .date-block input[type=text]#start-date { display: none; }
.i-quick-search .date-block input[type=text]#end-date { display: none; }
.i-quick-search .date-block button { width: 30px; height: 30px; margin-bottom: 20px; padding: 10px; outline: none; background: #f7f7f7; border: 1px solid #ccc; border-radius: 50%; font-size: 8px; color: #999; line-height: 1; }
.i-quick-search .select-wrap { width: 100%; clear: both; margin-bottom: 10px; background: transparent; border-radius: 2px; }
.i-quick-search .select-wrap label { display: none; }
.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%; position: relative; padding: 12px 50px 12px 15px; z-index: 1; background: transparent; border: 2px solid #fff; border-radius: 2px; font-size: 17px; color: #fff; font-weight: 300; text-transform: none; }
.i-quick-search .bootstrap-select.open button, .i-quick-search .bootstrap-select button:active { background: rgba(255,255,255,0.25) !important; border: 2px solid #fff !important; }
.i-quick-search .bootstrap-select button .filter-option { color: #fff; 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 button .bs-caret { position: absolute; top: 10px; right: 45px; outline: none; }
.i-quick-search .bootstrap-select button .bs-caret:after { content: '\f078'; display: block; width: 30px; height: 30px; position: absolute; top: 0; left: 0; padding: 10px; background: #f7f7f7; border: 1px solid #ccc; border-radius: 50%; font-family: 'FontAwesome'; font-size: 8px; color: #999; line-height: 1; }
.i-quick-search .bootstrap-select button .caret { display: none; }
.i-quick-search .bootstrap-select .text { font-size: 17px; }
.i-quick-search input[type=submit] { width: 100%; padding: 12px; border: 2px solid #fff; border-radius: 2px; color: #fff; font-size: 17px; text-transform: uppercase; }
.i-quick-search input[type=submit]:focus { outline: none !important; }
.i-quick-search.int { width: 100%; max-width: 100%; top: auto; padding: 20px 50px; }
.i-quick-search.int:after { content: ''; width: 100%; height: 30px; position: absolute; bottom: 100%; right: 0; left: 0; background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.25) 100%); background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.25) 100%); background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.25) 100%); }
.i-quick-search.int form { width: 100%; max-width: 1200px; height: auto; position: relative; top: auto; right: auto; bottom: auto; left: auto; }
.i-quick-search.int label { display: block; color: #fff; line-height: 1; }
.i-quick-search.int .dates-wrap { width: 20%; float: left; padding: 5px 5px 10px; }
.i-quick-search.int .dates-wrap input[type=text] { width: 100%; height: auto; padding: 7px 15px; background: transparent; border: 2px solid #fff; border-radius: 2px; color: #fff; font-size: 17px; text-transform: uppercase; }
.i-quick-search.int .dates-wrap input[type=text]::-webkit-input-placeholder { color: #fff; }
.i-quick-search.int .dates-wrap input[type=text]::-moz-placeholder { color: #fff; }
.i-quick-search.int .dates-wrap input[type=text]:-ms-input-placeholder { color: #fff; }
.i-quick-search.int .dates-wrap input[type=text]:-moz-placeholder { color: #fff; }
.i-quick-search.int .select-wrap { width: 20%; float: left; clear: none; margin: 0; padding: 5px 5px 10px; }
.i-quick-search.int .submit-wrap { width: 20%; float: left; clear: none; padding: 28px 5px 10px; }
.i-quick-search.int input[type=submit] { width: 100%; }

/* Content */
.i-content { padding: 50px 0; background: #fff; position: relative; z-index: 1; }
.i-content:after { content: ''; display: block; width: 50%; height: 103px; position: absolute; top: 60px; right: 0; background: url('/images/layout/waves.jpg') repeat-x top left; }
.i-content.all-properties-content:after { display: none; }
/* .i-content .title-bar { min-height:150px; } */
.i-content h1, .i-content .h1, .mce-content-body h1, .mce-content-body .h1, .cell-block-options .h1 { position: relative; margin: 0 0 35px; padding: 0 0 35px; }
.i-content h1:after, .i-content .h1:after { content: ''; width: 80px; position: absolute; top: 100%; left: 0; border-bottom: 2px solid hsl(198, 76%, 51%); }
.i-content.int h1, .i-content.int .h1 { margin: 0 0 40px; padding: 0 0 20px; }
.i-content p { margin: 0 0 20px; }
.i-content a:not('.btn'), .mce-content-body a, .i-content button, .mcs-content-body button { color: hsl(198, 76%, 51%); } /* Site Color 1 */
.i-content img { max-width: 100%; height: auto; }
.i-content.long-term-rentals-content:after { background: none; }
.i-content.int:after { width: 100%; top: -60px; }
.i-content.int h1, .i-content.int .h1, .mce-content-body.int h1, .mce-content-body.int .h1, .cell-block-options.int .h1 { width: 100%; }

.i-wide { padding: 0 35px; }

.content-builder-wrap { margin: 0; }
.content-builder-wrap .column { padding: 0 -15px; }
.content-builder-wrap p,
.content-builder-wrap span,
.content-builder-wrap div { font-family: 'Poppins', sans-serif !important; color: #333; font-size: 18px !important; line-height: 2 !important; color: #333 !important; font-weight: inherit; }

.i-quick-nav a {margin-bottom: 4px;}

/* Welcome on HP */
.i-welcome { padding: 0; }
.i-welcome .container { width: 100%; max-width: 1600px; }
.i-welcome .content-builder-wrap { columns: 2 350px; column-gap: 50px; }

/* Resorts */
.resorts-wrap .container { width: 100%; padding: 0; }
.resorts-wrap .resort { overflow: hidden; width: 33.33333%; float: left; padding-bottom: 35%; position: relative; font-size: 18px; color: #fff; line-height: 1.5; text-align: center; }
.resorts-wrap .resort:after { content: ''; width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: 1; background: rgba(0,0,0,0.25); transition: background 0.3s; }
.resorts-wrap .resort:hover:after { background: hsla(198, 76%, 51%, 0.75); }
.resorts-wrap .resort > img { width: 100%; height: 100%; object-fit: cover; position: absolute; top: 0; left: 0; }
.resort-info { width: 100%; padding: 0 25px; position: absolute; top: 50%; left: 0; z-index: 2; transform: translate(0, -50%); }
.resort-info .resort-text { height: 0; opacity: 0; visibility: hidden; position: absolute; top: -50%; right: 0; left: 0; transition: opacity 0.25s, visibility 0.25s; transition-delay: 0s; }
.resort:hover .resort-text { height: auto; opacity: 1; visibility: visible; position: relative; top: 0; transition-delay: 0.15s; }
.resort-info h3 { margin-top: 0; }
.resort-info .btn { margin-top: 15px; }

.five-seasons-wrap { padding: 60px 0; position: relative;  background: url('/images/layout/five-seasons-bg.jpg') no-repeat center center; background-size: cover; }
.five-seasons-wrap:after { content: ''; width: 100%; height: 100%; position: absolute; top: 0; left: 0; background: hsl(198, 92%, 25%, 0.75); }
.five-seasons-wrap .container { width: 100%; max-width: 1000px; z-index: 2; }
.five-seasons-wrap .h1 { position: relative; margin: 0 0 35px; padding: 0 0 25px;  }
.five-seasons-wrap .h1:after { content: ''; width: 100px; position: absolute; top: 100%; right: 0; left: 0; margin: auto; border-bottom: 2px solid #fff; }
.five-seasons-wrap .btn { margin-top: 20px; }

/* Callouts */
.i-callouts-wrap { max-width: 1600px; margin: 0 auto; }
.i-callouts { padding: 30px 15px 0; position: relative; }
.i-callouts .row { margin: 0; }
.i-callouts .callout-info { padding: 0 15px; }
.i-callouts .callout-info img { display: none; width: 100%; }
.i-callouts p { 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; padding: 0; }
.i-sidebar .i-callouts .container { width: 100%; }
.i-sidebar .i-callouts [class^=col] { flex-basis: 100%; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; width: 100%; max-width: 100%; padding: 0; margin: 0 0 30px; }
.i-sidebar .i-callouts h3 { margin-top: 10px; font-size: 24px; letter-spacing: 1px; }
.i-sidebar .i-callouts .callout-info { text-align: center; }
.i-sidebar .i-callouts .callout-info img { display: block; }
.i-sidebar .i-callouts .callout-wrap-img { display: none; }

.sun-icon { width: 65px; height: 65px; margin-left: 25px; }

/* Amenities Wrap */
.resort-amenities-wrap { max-height: 650px; position: relative; overflow: hidden; }
.resort-amenities-wrap .container { width: 100%; max-width: 2000px; padding: 0; padding-bottom: 45%; }
.amenities-block { width: 33.33333%; padding: 50px 70px 50px 100px; position: absolute; top: 0; bottom: 0; left: 0; background: url('/images/layout/resort-amenities-bg.jpg') no-repeat center center; background-size: cover; }
.amenities-block:after { content: ''; width: 100%; height: 100%; position: absolute; top: 0; left: 0; background: hsl(93, 47%, 51%, 0.25); }
.amenities-block .container { width: 100%; z-index: 2; }
.amenities-block h3 { margin-bottom: 25px; padding-bottom: 25px; position: relative; line-height: 1; }
.amenities-block h3:after { content: ''; width: 100px; position: absolute; top: 100%; left: 0; border-bottom: 2px solid #fff; }
.amenities-block p { margin-bottom: 25px; font-size: 16px; }
.amenities-carousel-block { width: 66.66666%; position: absolute; top: 0; right: 0; bottom: 0; }
.amenities-carousel { display: block !important; width: 100%; }
.amenities-carousel .owl-nav { width: 100%; position: absolute; top: 50%; right: 0; left: 0; transform: translate(0, -50%); }
.amenities-carousel .owl-prev, .amenities-carousel .owl-next { width: 50px !important; height: 50px !important; position: absolute; top: -25px; outline: none !important; background: hsl(93, 47%, 51%) !important; border: 1px solid #fff !important; border-radius: 50% !important; color: #fff; }
.amenities-carousel .owl-prev { left: 25px; }
.amenities-carousel .owl-next { right: 25px; }
.amenities-img-wrap { position: relative; padding-bottom: 68%; }
.amenities-img-wrap .amenities-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; }

/* Specials/Blog Wrap */
.specials-blog-wrap { max-height: 750px; position: relative; overflow: hidden; }
.specials-blog-wrap .container { width: 100%; max-width: 2000px; padding: 0; padding-bottom: 53%; }
.specials-carousel-block { width: 66.66666%; position: absolute; top: 0; bottom: 0; left: 0; padding: 50px 0; background: url('/images/layout/specials-bg.jpg') no-repeat bottom center; background-size: contain; }
.specials-carousel { display: block !important; width: 100%; padding: 0 100px; }
.specials-carousel .owl-nav { width: 100%; position: absolute; top: 50%; right: 0; left: 0; transform: translate(0, -50%); }
.specials-carousel .owl-prev, .specials-carousel .owl-next { width: 40px !important; height: 40px !important; position: absolute; top: -25px; outline: none !important; background: #fff !important; border: 1px solid #ddd !important; border-radius: 50% !important; color: #ddd !important; }
.specials-carousel .owl-prev { left: 25px; }
.specials-carousel .owl-next { right: 25px; }
.special-block { font-family: 'Raleway', sans-serif; font-size: 18px; line-height: 1.5; font-weight: 300; }
.special-block img { display: block; width: auto !important; max-width: 300px; margin: 0 auto; }
.special-block .special-title { color: #d60606; font-weight: 600; }
.special-block .special-title span { color: #369dc9; }
.special-block h3 { font-size: 28px; }
.special-block h4 { font-size: 24px; letter-spacing: 0; }
.special-block h5 { font-size: 20px; letter-spacing: 0; }
.special-block .btn { display: table; margin: 25px 0 50px; }
.special-block em { display: block; font-family: 'Poppins', sans-serif; font-size: 15px; color: #a2a2a2; font-weight: 300; }
.blog-block { width: 33.33333%; padding: 50px 70px 50px 100px; position: absolute; top: 0; bottom: 0; right: 0; background: url('/images/layout/blog-bg.jpg') no-repeat center center; background-size: cover; }
.blog-block:after { content: ''; width: 100%; height: 100%; position: absolute; top: 0; left: 0; background: hsl(329, 80%, 56%, 0.85); }
.blog-block .container { width: 100%; z-index: 2; }
.blog-block h3 { margin-bottom: 25px; padding-bottom: 25px; position: relative; line-height: 1; }
.blog-block h3:after { content: ''; width: 100px; position: absolute; top: 100%; left: 0; border-bottom: 2px solid #fff; }
.blog-block .post-date { font-size: 16px; line-height: 1; font-weight: 300; }
.blog-block h5 { margin: 0 0 15px; line-height: 1; letter-spacing: 0; }
.blog-block p { margin-bottom: 25px; font-size: 16px; }

/* Featured Slider */
.i-featured { padding: 50px 0; }
.i-featured .featured-container { width: 100%; max-width: 1340px; margin-top: 15px; }
.featured-props-carousel { padding: 0 100px; }
.featured-props-carousel .owl-nav { position: absolute; right: 0; top: 35%; left: 0; }
.featured-props-carousel.owl-carousel .owl-nav .owl-prev, .featured-props-carousel.owl-carousel .owl-nav .owl-next { width: 80px; height: 80px; position: absolute; background: transparent !important; outline: none; border: 2px solid #dadada !important; border-radius: 50% !important; color: #bcbcbc !important; text-align: center; }
.featured-props-carousel.owl-carousel .owl-nav .owl-prev { padding: 15px 18px !important; left: 0; }
.featured-props-carousel.owl-carousel .owl-nav .owl-next { padding: 15px 25px !important; right: 0; }
.featured-props-carousel .owl-prev.disabled, .featured-props-carousel .owl-next.disabled { background: transparent !important;; }
.featured-props-carousel .owl-prev .fa, .featured-props-carousel .owl-next .fa { display: block; width: 25px; margin: 0; font-size: 50px; text-align: center; }
.featured-property { padding: 3px; background: #fff; border: 1px solid #d7d7d7; font-family: 'Raleway', sans-serif; }
.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-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; border: 1px solid #d7d7d7; border-top: none; line-height: normal; }
h3.featured-property-title { margin: 0 0 15px; font-size: 21px; color: #fff; line-height: normal; font-weight: 600; }
.featured-property-info { margin: 0; padding: 0; font-size: 12px; font-weight: 500; text-align: center; }
.featured-property-info li { list-style: none; display: inline-block; margin: 0 10px; 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); }

/* Events Option 1 */
.cms-events-option-1 { margin: 25px 0; }
.cms-events-option-1 ul { margin: 0; padding: 0; }
.cms-events-option-1 ul li { list-style: none; margin: 0 0 25px; }
.cms-events-option-1 ul li:last-child { border: none; }
.cms-events-option-1 .media-img-link { width: 200px; display: block; position: relative; border-radius: 5px; }
.cms-events-option-1 .media-img-link.no-photo { min-height: 150px; }
.cms-events-option-1 .media-img-link.no-photo:hover .date { background: rgba(0,0,0,0.8); }
.cms-events-option-1 .media-img-link:hover .date { background: rgba(0,0,0,0.0); }
.cms-events-option-1 .media-img-link .event-img-wrap { width: 200px; position: relative; z-index: 1; padding-bottom: 60%; border-radius: 5px; }
.cms-events-option-1 .media-img-link .event-img-wrap > div { width: 100%; height: 100%; position: absolute; top: 0; left: 0; }
.cms-events-option-1 .date { font-size: 18px; color: #fff; line-height: normal; text-align: center; z-index: 2; position: absolute; left: 0; top: 0; right: 0; bottom: 0; background: rgba(0,0,0,0.4); transition: all .25s ease-in-out; border-radius: 5px; }
.cms-events-option-1 .date span.date-wrap { position: absolute; top: 30%; left: 0; right: 0; border-radius: 5px; text-align: center; }
.cms-events-option-1 .date em { font-size: 30px; display: block; font-style: normal; }
.cms-events-option-1 .media-body { width: 100%; padding: 10px 15px; }
.cms-events-option-1 .event-info { font-size: 16px; padding: 3px 0; margin: 0 0 10px; border-top: 1px rgba(0,0,0,0.1) solid; border-bottom: 1px rgba(0,0,0,0.1) solid; }
.cms-events-option-1 span.start-date, .cms-events-option-1 span.end-date {display: inline-block;}
.cms-events-option-1 span.end-date b {position: relative; top: 17px; left: -6px;}
.cms-events-option-1 span.end-date {padding-left: 10px;}

/* FAQS Option 1 */
.cms-faqs-option-1 { margin: 25px 0; }
.cms-faqs-option-1 .panel-default > .panel-heading { padding: 0; }
.cms-faqs-option-1 .panel-default > .panel-heading > p { margin: 0; }
.cms-faqs-option-1 .panel-title > a { display: block; padding: 10px; }
.cms-faqs-option-1 .panel-title > a:hover, .cms-faqs-option-1 .panel-title > a:active, .cms-faqs-option-1 .panel-title > a:focus { text-decoration: none; background: #eee; }
.cms-faqs-option-1 .panel-title > a .fa { border-right: 1px rgba(0,0,0,0.2) solid; padding: 0 13px 0 5px; margin: 0 10px 0 0; }

/* FAQS Option 2 */
.cms-faqs-option-2 { margin: 25px 0; }
.cms-faqs-option-2 .fa { padding: 10px; margin: -10px -6px -10px -13px; }
.cms-faqs-option-2 .block { display: none; }
.cms-faqs-option-2 .block .h2 { margin: 0 0 10px; padding: 0 0 5px; border-bottom: 1px #eee solid; }
.cms-faqs-option-2 .block td { border: none; }
.cms-faqs-option-2 .block .table .fa { font-size: 30px; }
.cms-faqs-option-2 .block .alert .btn { position: relative; top: -7px; }

/* Long Term Rentals */
.lt-avail-long-term { margin-bottom: 25px; }
.lt-avail-long-term .h3 { width: 95%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.lt-prop-image { display: block; margin-bottom: 10px; }
.lt-prop-image img { width: 100%; max-width: 100%; height: 200px; object-fit: cover; }
.lt-prop-info .btn { display: block; }

/* Resorts Option 1 */
.cms-resorts-option-1 { margin: 10px 0 0; }
.cms-resorts-option-1 [class^="col-"] { margin-bottom: 25px; }
.cms-resorts-option-1 .thumbnail { margin: 0 0 20px; box-shadow: #000 2px 2px 10px -5px; }
.cms-resorts-option-1 .thumbnail img { width: 100%; height: 200px; object-fit: cover; }
.cms-resorts-option-1 .block h3 { margin: 0 0 10px; }
.cms-resorts-option-1 .block p { margin: 0 0 10px; }
.cms-resorts-option-1 .block .btn { margin: 10px 0 0; }

/* Resorts Option 2 */
.cms-resorts-option-2 { margin: 25px 0; }
.cms-resorts-option-2 ul { margin: 0; padding: 0; }
.cms-resorts-option-2 li  { list-style: none; margin: 0 0 15px; }
.cms-resorts-option-2 img { width: 100%; }
.cms-resorts-option-2 .block { padding: 0 0.5%; }
.cms-resorts-option-2 h3 { margin: 0 0 10px; }
.cms-resorts-option-2 p { margin: 0 0 10px; }

/* Specials */
.i-specials-box { background: #f9f9f9; border-radius: 4px; margin: 0; display: table; width: 100%; }
.i-specials-box [class^=col] {  }
.i-specials-img { display: block; position: relative; padding-bottom: 50%; background-size: contain !important; background-position: top left !important; background-repeat: no-repeat !important; position: absolute; top: 25px; left: 25px; right: 0; }
.i-specials-info { padding: 25px; }
.i-specials-info h3 { font-size: 28px; }
.i-specials-info h4 { font-size: 24px; letter-spacing: 0; }
.i-specials-info h5 { font-size: 20px; letter-spacing: 0; }
.i-specials-info p.h3 { margin: 0 0 20px; padding: 0; }
.i-specials-info p ~ p {margin-bottom: 7px;}

/* Staff Option 2 */
.cms-staff-option-2 {margin-bottom: 15px;}
.cms-staff-option-2 > [class^=col] { display: inline-block; vertical-align: top; float: none; margin-right: -4px; }
.cms-staff-option-2 strong, .cms-staff-option-2 em, .cms-staff-option-2 a, .cms-staff-option-2 span {display: block; text-align: center;}
.cms-staff-option-2 h3 {margin-top: 20px; padding-top: 15px; clear: both;}
.cms-staff-option-2 h4:first-child {border: none;}
.cms-staff-option-2 div a {margin-bottom: 10px; padding: 7px; border-radius: 5px; /*box-shadow: 0 0 5px -1px rgba(0,0,0,0.5);*/}
.cms-staff-option-2 div a.nobox {/*box-shadow:0 0 0 0;*/ border-radius:0; margin-bottom:0; padding:0;}
.cms-staff-option-2 div img {width: 100%; max-width: 300px;}
.cms-staff-option-2 div span {font-weight: bold;}

/* Testimonials */
.testimonial-wrap { margin: 0 0 10px; }
.testimonial-item { margin: 0 0 25px; padding: 50px; border: none; box-shadow: #000 0 0 4px -2px; position: relative; transition: all .25s ease-in-out; }
.testimonial-item::before, .testimonial-item::after { display: block; position: absolute; line-height: 100px; font-size: 100px; opacity: 0.1; }
.testimonial-item::before { content: "\201C"; top: -21px; left: -12px; }
.testimonial-item::after { content: "\201D"; bottom: -65px; right: -12px; }
.testimonial-item:hover { box-shadow: #000 0 0 10px -2px; }
.testimonial-text { font-style: italic; font-size: 16px; line-height: 27px; }
.testimonial-user { display: block; text-align: right; font-weight: bold; font-size: 15px; margin: 15px 0 -15px; }

/* Testimonial Carousel */
#testimonial-carousel { padding: 0 10px 30px 10px; margin-top: 30px; }
#testimonial-carousel .carousel-control { background: none; color: #222; font-size: 30px; text-shadow: none; margin-top: 30px; }
#testimonial-carousel .carousel-control.left { left: -12px; }
#testimonial-carousel .carousel-control.right { right: -12px !important; }
#testimonial-carousel .carousel-indicators { right: 50%; top: auto; bottom: 0px; margin-right: -19px; }
#testimonial-carousel .carousel-indicators li { background: #c0c0c0; }
#testimonial-carousel .carousel-indicators .active { background: #333333; }
#testimonial-carousel img { width: 100px; height: 100px; }
#testimonial-carousel .item blockquote { border-left: none; margin: 0 30px; }
#testimonial-carousel .item blockquote img { margin-bottom: 10px; }
#testimonial-carousel .item blockquote p:before { content: "\f10d"; font-family: 'Fontawesome'; float: left; margin-right: 10px; }

/* Things To Do Option 1 */
.cms-thingstodo-option-1 { margin: 25px 0; }
.cms-thingstodo-option-1 .panel-default > .panel-heading { padding: 0; }
.cms-thingstodo-option-1 .panel-title > a { display: block; padding: 10px; }
.cms-thingstodo-option-1 .panel-title > a:hover, .cms-thingstodo-option-1 .panel-title > a:active, .cms-thingstodo-option-1 .panel-title > a:focus { text-decoration: none; background: #eee; }
.cms-thingstodo-option-1 .category { margin: 0 0 30px; }

/* Things To Do Option 2 */
.cms-thingstodo-option-2 { margin: 25px 0; }
.cms-thingstodo-option-2 .hover-border { background: #000; position: relative; overflow: hidden; margin: 10px 0; height: auto; background: #000; text-align: center; cursor: pointer; }
.cms-thingstodo-option-2 .hover-border + p { display: inline-block; width: 22%; vertical-align: top; }
.cms-thingstodo-option-2 .hover-border img { height: 300px; object-fit: cover; opacity: 0.9; -webkit-transition: opacity 0.35s; transition: opacity 0.35s; position: relative; display: block; min-height: 100%; width: 100%; opacity: 0.8; cursor: pointer; }
.cms-thingstodo-option-2 .hover-border span { padding: 2em; color: #fff; text-transform: uppercase; font-size: 1.25em; -webkit-backface-visibility: hidden; backface-visibility: hidden; }
.cms-thingstodo-option-2 .hover-border span, .cms-thingstodo-option-2 .hover-border span > a { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.cms-thingstodo-option-2 .hover-border span:before { content: ''; position: absolute; top: 30px; right: 30px; bottom: 30px; left: 30px; border: 2px solid #fff; box-shadow: 0 0 0 30px rgba(255,255,255,0.2); opacity: 0; -webkit-transition: opacity 0.35s, -webkit-transform 0.35s; transition: opacity 0.35s, transform 0.35s; -webkit-transform: scale3d(1.4,1.4,1); transform: scale3d(1.4,1.4,1); }
.cms-thingstodo-option-2 .hover-border span:before { top: 10px; right: 10px; bottom: 10px; left: 10px; }
.cms-thingstodo-option-2 .hover-border .h2, .cms-thingstodo-option-2 .hover-border p { margin: 0; }
.cms-thingstodo-option-2 .hover-border .h2 { font-style: normal; opacity: 0; -webkit-transition: -webkit-transform 0.35s; transition: transform 0.35s; font-family: 'Raleway', sans-serif; font-weight: 300; color: #fff; font-size: 70px; text-align: center; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%); transform: translate(-50%,-50%); padding: 0; margin: 0; width: auto; height: auto; }
.cms-thingstodo-option-2 .hover-border p {  padding: 1em; opacity: 0; -webkit-transition: opacity 0.35s, -webkit-transform 0.35s; transition: opacity 0.35s, transform 0.35s; -webkit-transform: scale(1.5); transform: scale(1.5); letter-spacing: 1px; font-size: 68.5%; color: #fff; }
.cms-thingstodo-option-2 .hover-border span > a { text-indent: 200%; white-space: nowrap; font-size: 0; opacity: 0; cursor: pointer; z-index: 1000; }
.cms-thingstodo-option-2 .hover-border span, .cms-thingstodo-option-2 .hover-border span > a { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.cms-thingstodo-option-2 .hover-border:hover span::before, .cms-thingstodo-option-2 .hover-border:hover p { opacity: 1; -webkit-transform: scale3d(1,1,1); transform: scale3d(1,1,1); }
.cms-thingstodo-option-2 .hover-border:hover .h2 { opacity: 1; -webkit-transition: opacity 0.35s, -webkit-transform 0.35s; transition: opacity 0.35s, transform 0.35s; -webkit-transform: translate(-50%,-50%) scale(0.5); transform: translate(-50%,-50%) scale(0.5); }
.cms-thingstodo-option-2 .hover-border:hover span { background-color: rgba(0,0,0,0); }
.cms-thingstodo-option-2 .hover-border:hover img { opacity: 0.4; }
.cms-thingstodo-option-2 .hover-border .view { position: absolute; bottom: 10%; left: 0; right: 0; }

.cms-thingstodo-option-3 { margin-bottom: 35px; }
.cms-thingstodo-option-3 .row { display: flex; flex-wrap: wrap; justify-content: normal; width: 100%; margin: 0 -5px; }
.cms-thingstodo-option-3 [class^=col] { padding: 5px; float: none;  }
.cms-thingstodo-option-3 .btn { display: flex; align-items: center; justify-content: center; width: 100%; height: 100%; padding: 15px 20px; white-space: normal; line-height: 1; }

/* 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: 185px; position: relative; margin: 0 0 30px; padding: 25px 10px 70px; text-align: center; }
.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: block; width: 140px; position: absolute; bottom: 25px; right: 0; left: 0; margin: auto; }

.vendor-right { margin-top: -42px; }

/* Rental Management Carousel */
.management-carousel-wrap { position: relative; margin-bottom: 50px; }
.management-carousel-wrap .cssload-container { position: absolute; top: 50%; left: 50%; z-index: 9; transform: translate(-50%, -50%); }
.management-carousel { width: 100%; }
/*
.management-carousel .item > a { display: block; position: relative; padding-bottom: 65%; }
.management-carousel .item > a > span { width: 100%; height: 100%; max-height: none !important; position: absolute; top: 0; left: 0; z-index: 1; background-repeat: no-repeat !important; background-size: cover !important; background-position: center center !important; }
*/
.management-carousel .owl-nav { width: 100%; position: absolute; top: 50%; right: 0; left: 0; transform: translate(0, -50%); }
.management-carousel .owl-prev, .management-carousel .owl-next { width: 50px !important; height: 50px !important; position: absolute; top: -25px; outline: none !important; background: hsl(93, 47%, 51%) !important; border: 1px solid #fff !important; border-radius: 50% !important; color: #fff; }
.management-carousel .owl-prev { left: 25px; }
.management-carousel .owl-next { right: 25px; }

/* 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; }
.owl-gallery { position: relative; z-index: 1; }
.owl-gallery .item .owl-lazy { display: block; border-radius: 0; padding-bottom: 60%; background-size: cover !important; background-repeat: no-repeat !important; background-position: center center !important; }
.owl-gallery .item img.owl-lazy { padding: 0; }
.owl-gallery-thumbs { max-height: 80px; padding: 0 10px; position: relative; z-index: 1; }
.owl-gallery-thumbs .item { cursor: pointer; opacity: 0.5; }
.owl-gallery-thumbs .item:hover { opacity: 1; }
.owl-gallery-thumbs .item .owl-lazy { display: block; border-radius: 0; padding-bottom: 60%; background-size: cover !important; background-repeat: no-repeat !important; background-position: center center !important; }
.owl-gallery-thumbs .current .item { opacity: 1; }
.owl-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; }

/* 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; }

/* 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 'Raleway', 'Helvetica Neue', helvetica, arial, 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: 'Poppins', sans-serif; text-transform: uppercase; margin: 0 0 10px; font-size: 32px; }
.i-pre-footer .h4 { font-size: 24px; }
.i-pre-footer .h5 { font-size: 20px; }
.i-pre-footer [class^=col] { position: relative; min-height: 160px; }
.i-pre-footer [class^=col]:after { background: rgba(255,255,255,0.25); display: block; content: ''; position: absolute; width: 1px; height: 100%; top: 0; right: 0; bottom: 0; }
.i-pre-footer [class^=col]:last-child:after { display: none; }

/* Footer */
.i-footer { padding: 75px 0 0; overflow: hidden; background: #369dc9 url('/images/layout/footer-bg.png') no-repeat left top; background-size: 500px 120px; font-family: 'Poppins', sans-serif; font-size: 16px; color: #fff; line-height: 1.5; }
.i-footer .container { width: 100%; max-width: 1300px; }
.i-footer [class^=col] { position: relative; min-height: 250px; }
.i-footer-logo { display: block; text-align: center; margin-top: 100px; }
.i-footer-logo img { width: 100%; max-width: 300px; }
.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 { position: relative; margin: 0 0 25px; padding: 0 0 25px; }
.i-footer .h4:after { content: ''; width: 50px; position: absolute; top: 100%; left: 0; border-bottom: 2px solid #fff; }
.i-footer-links { margin: 0; padding: 0; }
.i-footer-links li { list-style: none; }
.i-footer-links a { color: #fff; font-size: 15px; }
.i-footer .footer-address { margin: 0; line-height: 1.5; }
.i-footer .footer-email, .i-footer .footer-phone { display: block; margin: 0; white-space: normal; word-wrap: break-word; }
.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 .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 input { width: 100%; border-radius: 0; margin: 0 0 10px; padding: 10px; background: transparent; border: 2px solid #fff; font-size: 14px; color: #fff; }
.i-footer-e-newsletter-form input::-webkit-input-placeholder { color: #fff; }
.i-footer-e-newsletter-form input::-moz-placeholder { color: #fff; }
.i-footer-e-newsletter-form input:-ms-input-placeholder { color: #fff; }
.i-footer-e-newsletter-form input:-moz-placeholder { color: #fff; }
.i-footer-e-newsletter-form button[type=submit] { display: block; width: 100%; padding: 14px 60px 14px 10px; position: relative; border: 2px solid #fff; text-align: left; }
.i-footer-e-newsletter-form button[type=submit] .fa { display: block; width: 32px; height: 32px; padding: 9px 13px; position: absolute; top: 7px; right: 10px; background: #fff; border-radius: 50%; color: #333; line-height: 1; text-align: center; }
.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: 25px 0 50px; margin: 50px 0 0; font-size: 14px; }
.i-baseline a { color: #fff; }

/* Fixed Chat bottom right of site */
.i-chat { width: 44px; height: 44px; border-radius: 50%; position: fixed; bottom: 15px; right: 15px; z-index: 2; display: block; }

/* Datepicker */
#ui-datepicker-div { width: 300px; z-index: 7000 !important; font-size: 14px !important; line-height: 2 !important; }
.ui-datepicker { background: #f5f5f5; border: 0; border-radius: 0; box-shadow: #000 0 0 50px -14px; }
.ui-datepicker .ui-datepicker-header { background: none; border: none; padding: 0 !important; font-weight: normal; }
.ui-datepicker .ui-datepicker-title { width: 100%; height: 30px !important; margin: 0 auto !important; background: hsl(198, 76%, 51%); border-bottom: 1px solid hsl(198, 76%, 51%); 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(198, 76%, 51%) !important; border: 1px solid hsl(198, 76%, 51%) !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(198, 76%, 51%) !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;}

#returnToTop { display: none; width: 54px; height: 40px; position: fixed; bottom: 10px; left: 10px; z-index: 999; padding: 8px 10px; -webkit-transition: none; -moz-transition: none; transition: none; }
#returnToTop:hover, #returnToTop:focus { outline: none; text-decoration: none; }

/* 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; }
.properties-abc span { color: #ccc; }


@media (max-width: 1600px) {
  .i-hero-wrap .banner-title { font-size: 45px; }
  .i-hero-wrap .banner-title span { font-size: 75px; }
}
@media (max-width: 1400px) {
  body { font-size: 16px; }
  .i-header-logo-wrap { margin: 0; }
  .i-header-phone { font-size: 20px; }
  .i-header-phone > span { font-size: 16px; }
  .i-header-navigation { position: relative; top: 10px; }
  .i-header-navigation ul { margin-left: 0; }
  .i-header-navigation ul li a { padding: 15px 12px; }
  .i-header-navigation ul li a, .i-header-navigation ul ul li a { font-size: 16px; }
  .i-quick-search.int .submit-wrap { padding-top: 26px; }
  .resorts-wrap .resort { font-size: 16px; }
  .five-seasons-wrap { font-size: 16px; }
  .resort-amenities-wrap .container { padding-bottom: 65%; }
  .amenities-block { width: 50%; padding: 40px 50px 40px 75px; font-size: 16px; }
  .amenities-carousel-block { width: 50%; }
  .amenities-img-wrap { padding-bottom: 130%; }
  .specials-blog-wrap .container { padding-bottom: 75%; }
  .specials-carousel-block { width: 50%; }
  .special-block { width: 100%; font-size: 16px; }
  .blog-block { width: 50%; padding: 40px 50px 40px 75px; font-size: 16px; }
}
@media (max-width: 1200px) {
  .resorts-wrap .resort { width: 50%; padding-bottom: 40%; }
  .resorts-wrap .resort:first-child { width: 100%; }
}
@media (max-width: 1024px) {
  body { overflow-x: hidden; }
  body.nav-open { overflow: hidden; }
  .container { width: 100%; }
  .hp-alert { margin: 50px 0 -50px; }
  .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-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: 15px; }
  .i-header-navigation > .container > ul > li.sub {padding-right: 0;}
  .i-header-navigation > .container > ul > li.sub > a {padding-right: 60px;}
  .i-header-navigation ul li i {display: block; height: 46px; padding: 14px 16px; position: absolute; top: 0; right: 0; background: hsl(198, 76%, 51%) !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: 15px 25px; }
  .i-hero-wrap .i-hero-img-wrap { padding-bottom: 55%; }
  .i-hero-wrap .banner-title { top: 25%; right: 0; left: 0; padding: 0 20px; font-size: 30px; text-align: center; }
  .i-hero-wrap .banner-title span { top: 25px; font-size: 60px; }
  .i-quick-search { width: 100%; max-width: 100%; }
  .i-quick-search form { width: 80%; height: 220px; top: auto; bottom: 25px; }
  .i-quick-search .search-dates { width: 50%; float: left; }
  .i-quick-search .select-wrap { width: 50%; float: right; clear: none; }
  .i-quick-search .select-wrap.view-wrap { margin-top: 38px; }
  .i-quick-search .submit-wrap { width: 50%; float: right; clear: none; }
  .i-quick-search.int { padding: 20px; }
  .i-quick-search.int .dates-wrap { width: 25%; }
  .i-quick-search.int .select-wrap { width: 25%; }
  .i-quick-search.int .select-wrap.view-wrap { margin-top: 0 !important; }
  .i-quick-search.int .submit-wrap { display: block; width: 50%; float: none; margin: 0 auto; padding: 5px 5px 0; }
  .resort-amenities-wrap, .specials-blog-wrap { max-height: none; }
  .resort-amenities-wrap .container, .specials-blog-wrap .container { padding-bottom: 0; text-align: center; }
  .amenities-block, .blog-block { width: 100%; position: relative; padding: 30px 50px; }
  .amenities-block h3:after, .blog-block h3:after { right: 0; margin: auto; }
  .amenities-carousel-block, .specials-carousel-block { width: 100%; position: relative; }
  .amenities-img-wrap { padding-bottom: 50%; }
  .blog-block { width: 100%; position: relative; padding: 30px 50px; }
  .special-block .btn { margin: 25px auto 50px; }
}
@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-content:after { width: 100%; top: -60px; }
  .i-content .title-bar { min-height:none; }
  .i-content h1 { width: 100%; }
  .i-callouts { padding: 25px 0; text-align: center; }
  .i-callouts [class^=col] {display: inline-block; vertical-align: top; width: 50%; float: none; margin-right: -4px; margin-bottom: 25px; }
  .i-callouts h3 { font-size: 24px; }
  .i-callouts .callout-info img { display: block; }
  .i-callouts .callout-wrap-img { display: none; }
  .i-sidebar { margin: 0; padding: 0; }
  .i-sidebar .i-callouts [class^=col] { display: inline-block; width: 50%; margin: 0 -4px 25px 0; padding: 0 15px; }
  .resorts-wrap .resort { width: 100%; padding-bottom: 45%; }
  .i-pre-footer [class^=col] { width: 100%; text-align: center !important; }
  .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] { margin-bottom: 30px; }
  div#footercaptcha {-webkit-transform:scale(1);-moz-transform:scale(1);transform:scale(1);}
  .i-baseline { text-align: center; }
  .i-baseline . { float: none !important; display: block;}
  .table-wrap { overflow-y: auto; width: 100%; }
  .table-wrap, .table-wrap > table { transform:rotateX(180deg); -ms-transform:rotateX(180deg); -webkit-transform:rotateX(180deg); }
}
@media (max-width: 768px) {
  .i-hero-wrap.int .i-hero-img-wrap { height: 200px; }
  .i-hero-wrap .owl-dots { display: none; }
  .i-hero-wrap .banner-title { top: 30%; bottom: auto; }
  .i-quick-search { position: relative; padding: 20px 15px; background: hsl(198, 92%, 25%); }
  .i-quick-search form { width: 100%; height: auto; position: relative; top: 0; }
  .i-quick-search .search-dates { width: 60%; }
  .i-quick-search .select-wrap { width: 40%; }
  .i-quick-search .select-wrap.view-wrap { margin-top: 42px; }
  .i-quick-search .submit-wrap { width: 40%; }
  .i-quick-search.int { position: relative; }
  .i-quick-search.int .dates-wrap { width: 50%; }
  .i-quick-search.int .select-wrap { width: 50%; }
  .i-quick-search.int .dates-wrap input[type=text] { padding: 5px 10px; }
  .i-quick-search.int .bootstrap-select button { padding: 10px 50px 10px 15px; }
  .i-quick-search.int .bootstrap-select button .bs-caret { top: 7px; right: 40px; }
  .i-quick-search input[type=submit] { padding: 10px; }
  .i-popular-searches { margin-bottom: -25px; }
  .i-content { padding: 25px 0; }
  .i-content .title-bar { padding-top:60px; }
  .i-content.int h1 { margin: 40px 0; }
  .mobile-hidden { display:none; }
  .i-wrapper h1, .i-wrapper .h1, .mce-content-body h1, .mce-content-body .h1 { margin-bottom: 45px; padding-bottom: 25px; font-size: 32px; }
  .i-wrapper h2, .i-wrapper .h2, .mce-content-body h2, .mce-content-body .h2 { font-size: 28px; }
  .i-wrapper h3, .i-wrapper .h3, .mce-content-body h3, .mce-content-body .h3 { font-size: 24px; }
  .i-wrapper h4, .i-wrapper .h4, .mce-content-body h4, .mce-content-body .h4 { font-size: 20px; }
  .i-wrapper h5, .i-wrapper .h5, .mce-content-body h5, .mce-content-body .h5 { font-size: 20px; }
  .i-wrapper h6, .i-wrapper .h6, .mce-content-body h6, .mce-content-body .h6 { font-size: 20px; }
.featured-props-carousel { padding: 0 60px; }
.featured-props-carousel.owl-carousel .owl-nav .owl-prev, .featured-props-carousel.owl-carousel .owl-nav .owl-next { width: 50px; height: 50px; }
.featured-props-carousel .owl-prev .fa, .featured-props-carousel .owl-next .fa { font-size: 30px; }
.featured-props-carousel.owl-carousel .owl-nav .owl-prev { padding: 10px !important; }
.featured-props-carousel.owl-carousel .owl-nav .owl-next { padding: 10px 13px !important; }
  .special-block .btn { padding: 9px 15px; }
  .resorts-wrap .resort { padding-bottom: 60%; }
  .five-seasons-wrap { padding: 45px 0 50px; }
  .five-seasons-wrap .h1 { margin-bottom: 40px; padding-bottom: 25px; }
  .amenities-img-wrap { padding-bottom: 70%; }
  .i-specials-box [class^=col] { display:block; float:none; }
  .i-specials-img { position: relative; left:0; top:0; }
  .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 .h4:after { right: 0; margin: auto; }
  .i-footer .i-social { font-size: 20px; }
  .i-baseline { font-size: 15px; }
  .mobile-scroller { display: block; }
}
@media (max-width: 736px) {
  .i-header-logo-wrap { right: 0; left: 0; margin: auto; }
  .i-header-info { position: fixed; top: 0; right: 60px; left: 60px; z-index: 999999; }
  .i-header-info .i-social { display: none; }
  .i-header-phone { display: block; color: #fff; text-align: center; }
  .i-header-phone a { color: #fff !important; }
  .i-hero-wrap .banner-title { font-size: 24px; }
  .i-hero-wrap .banner-title span { font-size: 45px; }
}
@media (max-width: 667px) {
  .i-callouts [class^=col], .i-sidebar .i-callouts [class^=col] { width: 100%; margin-right: 0; }
}
@media (max-width: 568px) {
  .i-hero-wrap .banner-title { top: 20%; }
  .i-quick-search .search-dates { width: 100%; margin: 0 0 10px; }
  .i-quick-search .search-block { padding: 0 5px; }
  .i-quick-search .select-wrap { width: 50%; margin: 0; padding: 5px 5px 10px; }
  .i-quick-search .select-wrap.view-wrap { margin-top: 0; }
  .i-quick-search .submit-wrap { display: block; width: 50%; float: none; margin: 0 auto; padding: 5px 5px 0; }
  .resorts-wrap .resort { padding-bottom: 80%; }
}
@media (max-width: 480px) {
  .i-header-logo-wrap { width: 280px; height: 68px; }
  .i-header-phone > span { font-size: 13px; }
  .i-hero-wrap .i-hero-img-wrap { height: 220px; }
  .i-hero-wrap .banner-title span { top: ; }
  .i-hero-wrap .banner-title span { font-size: 36px; }
  .i-quick-search { bottom: 0; }
  .i-quick-search .select-wrap { height: auto; }
  .specials-carousel { padding: 0 60px; }
  .specials-carousel .owl-prev { left: 10px; }
  .specials-carousel .owl-next { right: 10px ; }
  .special-block img { width: 100% !important; }
  .i-sidebar { margin: 0; }
  .resorts-wrap .resort { padding-bottom: 120%; }
  .resort-info .btn { white-space: normal; }
  .cms-events-option-1 .media-left { display: block; }
  .cms-events-option-1 .media-img-link { width: 100%; margin: 0 0 20px; }
  .cms-events-option-1 .media-img-link .event-img-wrap { width: 100%; }
  .cms-events-option-1 .media-body { padding: 0; }
}
@media (max-width: 414px) {
  .i-hero-wrap .banner-title { top: 17%; }
  .i-quick-search .search-dates #qsDatepickerWrap { width: 100%; }
  .i-quick-search .search-dates #qsDatepickerWrap #ui-datepicker-div { width: 100% !important; min-width: 300px !important; }
  .i-quick-search.int .dates-wrap { width: 100%; }
  .i-quick-search .select-wrap, .i-quick-search.int .select-wrap { width: 100%; }
  .i-quick-search .submit-wrap, .i-quick-search.int .submit-wrap { width: 70%; }
  .resorts-wrap .resort { padding-bottom: 150%; }
}
@media (max-width: 375px) {
  .resorts-wrap .resort { padding-bottom: 170%; }

}