/* Site Theme Colors
---------------------------------------------- */
/* Dark Blue */
.site-color-1, .site-color-1-hover:hover { color: hsl(199, 71%, 16%) !important; }
.site-color-1-lighten, .site-color-1-lighten-hover:hover { color: hsl(199, 71%, 26%) !important; }
.site-color-1-bg, .site-color-1-bg-hover:hover { background-color: hsl(199, 71%, 16%) !important; }
.site-color-1-lighten-bg, .site-color-1-lighten-bg-hover:hover { background-color: hsl(199, 71%, 26%) !important; }
/* Light Blue */
.site-color-2, .site-color-2-hover:hover { color: hsl(208, 57%, 53%) !important; }
.site-color-2-lighten, .site-color-2-lighten-hover:hover { color: hsl(208, 57%, 63%) !important; }
.site-color-2-bg, .site-color-2-bg-hover:hover { background-color: hsl(208, 57%, 53%) !important; }
.site-color-2-lighten-bg, .site-color-2-lighten-bg-hover:hover { background-color: hsl(208, 57%, 63%) !important; }
/* Blue */
.site-color-3, .site-color-3-hover:hover { color: hsl(198, 64%, 31%) !important; }
.site-color-3-lighten, .site-color-3-lighten-hover:hover { color: hsl(198, 64%, 41%) !important; }
.site-color-3-bg, .site-color-3-bg-hover:hover { background-color: hsl(198, 64%, 31%) !important; }
.site-color-3-lighten-bg, .site-color-3-lighten-bg-hover:hover { background-color: hsl(198, 64%, 41%) !important; }
/* Dark Grey */
.site-color-4, .site-color-4-hover:hover { color: hsl(202, 8%, 20%) !important; }
.site-color-4-lighten, .site-color-4-lighten-hover:hover { color: hsl(202, 8%, 30%) !important; }
.site-color-4-bg, .site-color-4-bg-hover:hover { background-color: hsl(202, 8%, 20%) !important; }
.site-color-4-lighten-bg, .site-color-4-lighten-bg-hover:hover { background-color: hsl(202, 8%, 30%) !important; }
/* Light Grey */
.site-color-5, .site-color-5-hover:hover { color: hsl(0, 0%, 80%) !important; }
.site-color-5-lighten, .site-color-5-lighten-hover:hover { color: hsl(0, 0%, 90%) !important; }
.site-color-5-bg, .site-color-5-bg-hover:hover { background-color: hsl(0, 0%, 80%) !important; }
.site-color-5-lighten-bg, .site-color-5-lighten-bg-hover:hover { background-color: hsl(0, 0%, 90%) !important; }
/* White */
.site-color-6, .site-color-6-hover:hover { color: hsl(0, 0%, 95%) !important; }
.site-color-6-lighten, .site-color-6-lighten-hover:hover { color: hsl(0, 0%, 100%) !important; }
.site-color-6-bg, .site-color-6-bg-hover:hover { background-color: hsl(0, 0%, 95%) !important; }
.site-color-6-lighten-bg, .site-color-6-lighten-bg-hover:hover { background-color: hsl(0, 0%, 100%) !important; }

/* Black and White Text */
.text-white, .text-white-hover:hover { color: #fff !important; }
.text-gray, .text-gray-hover:hover { color: #555 !important; }
.text-black, .text-black-hover:hover { color: #000 !important; }

/* Shared */
.i-social-item a .fa, .i-featured-slider .owl-nav .owl-prev:before, .i-featured-slider .owl-nav .owl-next:before, .i-chat .fa { position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
.i-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 } }

/* Layout */
body { overflow-x: hidden; font: 17px/1.75 'Open Sans', 'Myriad Pro', 'Helvetica Neue', helvetica, arial, sans-serif; color: #333; background-color: #fff; }
.container { position: relative; }
.i-wrapper { width: 100%; position: relative; overflow-x:hidden; }
.btn { padding: 10px; border-radius: 3px; font-family: 'Montserrat', sans-serif; font-size: 16px; text-transform: uppercase; transition: background 300ms; }
.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; }
input[type=text], input[type=email], input[type=password], input[type=search] {border-radius: 3px;}
a { color: hsl(199, 71%, 16%); transition: color 400ms; }
a:hover { color: hsl(199, 71%, 26%); }
#CDSWIDWRM.widWRMWrapper { margin: 0 auto 20px !important; width: 100% !important; }
.foot-trip { text-align: center; margin: 15px 0 0; }
.foot-trip ul { margin: 0; padding: 0; }
.foot-trip ul li { list-style: none; }

/* CSS Loading Container */
.cssload-container { width: 60px; height: 60px; margin: 0 auto; padding: 20px; box-sizing: content-box; }
/* CSS Loading Animation Tube */
.cssload-tube-tunnel { width: 100%; height: 100%; margin: 0 auto; border: 3px solid #444; border-radius: 50%; -o-animation: cssload-scale 1.1s infinite linear; -ms-animation: cssload-scale 1.1s infinite linear; -webkit-animation: cssload-scale 1.1s infinite linear; -moz-animation: cssload-scale 1.1s infinite linear; animation: cssload-scale 1.1s infinite linear; }
@-o-keyframes cssload-scale{ 0% { -o-transform:scale(0); transform:scale(0) } 90%{ -o-transform:scale(0.7); transform:scale(0.7) } 100%{ -o-transform:scale(1); transform:scale(1) } }
@-ms-keyframes cssload-scale{ 0%{ -ms-transform:scale(0); transform:scale(0) }90%{ -ms-transform:scale(0.7); transform:scale(0.7) }100%{ -ms-transform:scale(1); transform:scale(1) } }
@-webkit-keyframes cssload-scale{ 0%{ -webkit-transform:scale(0); transform:scale(0) }90%{ -webkit-transform:scale(0.7); transform:scale(0.7) }100%{ -webkit-transform:scale(1); transform:scale(1) } }
@-moz-keyframes cssload-scale{ 0%{ -moz-transform:scale(0); transform:scale(0) }90%{ -moz-transform:scale(0.7); transform:scale(0.7) }100%{ -moz-transform:scale(1); transform:scale(1) } }
@keyframes cssload-scale { 0%{ transform:scale(0) }90%{ transform:scale(0.7) }100%{ transform:scale(1) } }
/* CSS Loading Animation Spinner */
.cssload-spinner,
.cssload-spinner:after { width: 100%; height: 100%; border-radius: 50%; }
.cssload-spinner { position: relative; border: 6px solid rgba(0,0,0,0.35); border-left: 6px solid #444; -o-transform: translateZ(0); -webkit-transform: translateZ(0); -moz-transform: translateZ(0); -ms-transform: translateZ(0); transform: translateZ(0); -o-animation: cssload-wheel 1.1s infinite linear; -ms-animation: cssload-wheel 1.1s infinite linear; -webkit-animation: cssload-wheel 1.1s infinite linear; -moz-animation: cssload-wheel 1.1s infinite linear; animation: cssload-wheel 1.1s infinite linear; }
@-o-keyframes cssload-wheel { 0% { -o-transform: rotate(0deg); transform: rotate(0deg); } 100% { -o-transform: rotate(360deg); transform: rotate(360deg); } }
@-webkit-keyframes cssload-wheel { 0% { -ms-transform: rotate(0deg); transform: rotate(0deg); } 100% { -ms-transform: rotate(360deg); transform: rotate(360deg); } }
@-webkit-keyframes cssload-wheel { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } }
@-moz-keyframes cssload-wheel { 0% { -moz-transform: rotate(0deg); transform: rotate(0deg); } 100% { -moz-transform: rotate(360deg); transform: rotate(360deg); } }
@keyframes cssload-wheel { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } }

/* Header */
.i-header { position: absolute; top: 0; left: 0; right: 0; z-index: 3; }
.i-header:before {content: ""; height: 250px; position: absolute; top: -65px; right: -35px; left: -35px; z-index: 1; background: -moz-linear-gradient(7deg, rgba(255,255,255,0) 0%, rgba(17,55,74,0) 48%, rgba(12,51,70,0.02) 49%, rgba(12,51,70,1) 100%); background: -webkit-linear-gradient(7deg, rgba(255,255,255,0) 0%,rgba(17,55,74,0) 48%,rgba(12,51,70,0.02) 49%,rgba(12,51,70,1) 100%); background: linear-gradient(7deg, rgba(255,255,255,0) 0%,rgba(17,55,74,0) 48%,rgba(12,51,70,0.02) 49%,rgba(12,51,70,1) 100%); }
.i-header-logo-wrap { display: block; width: 320px; height: 265px; position: absolute; top: 0; left: 0; z-index: 4; }
.i-header-logo { display: block; position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 5; background: url("../images/layout/logo-ocean-isle-inn.png") no-repeat center center; background-size: cover !important; text-indent: -99999px; }
.i-header-social {position: absolute; top: 20px; right: 15px; z-index: 4; line-height: 1; }
.i-header-info { position: absolute; top: 20px; right: 15px; z-index: 4; line-height: 1; text-align: right;}
.i-header-info a:hover, .i-header-info:active, .i-header-info a:focus {text-decoration: none;}
.i-header-info .fa { vertical-align: middle; position: relative; top: -3px; font-size: 150%; }
/* START RECENTLY VIEWED/FAVORITES - WITH DROPBOX */
.i-header-viewed { cursor: pointer; display: inline-block; vertical-align: top; position: relative; top: 4px; font-family: 'Montserrat', 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: 'Montserrat', sans-serif; font-size: 18px; }
.i-header-actions .header-dropbox { width: 400px; max-width: 100%; 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: 'Montserrat', sans-serif; font-size: 18px; }
.i-header-location { display: inline-block; vertical-align: top; margin-left: 15px; position: relative; top: 4px; font-family: 'Montserrat', sans-serif; font-size: 18px; }
.i-header-phone { display: block; position: absolute; top: 20px; right: 0; left: 0; z-index: 5; text-align: center; }
.i-header-phone a { font-family: 'Montserrat', sans-serif; font-size: 16px; text-decoration: none; }
.i-header-phone a > .fa {vertical-align: middle; font-size: 200%;}
.i-header-viewed, .i-header-favorites, .i-header-login, .i-header-location, .i-header-phone { text-shadow: 1px 1px 1px rgba(0,0,0,0.75); }
.i-header-qs-scroller, .i-header-mobileToggle { display: none; }
.i-header-navigation { position: absolute; top: 80px; left: 0; right: 0; z-index: 3; background: hsla(199, 71%, 16%, 0.85); font-family: 'Montserrat', sans-serif; text-transform: uppercase; }
.i-header-navigation ul { margin: 0 0 0 300px; 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 8px; font-size: 14px; line-height: 26px; }
.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: 0; 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: hsla(199, 71%, 16%, 0.85); -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 .owl-carousel .owl-item, .i-hero .i-hero-img-wrap {max-height: 650px; position: relative;}
.i-hero .owl-carousel .i-hero-img {padding-bottom: 50%;}
.i-hero-wrap.int .i-hero-img-wrap {max-height: 335px; height: 100vh;}
.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-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 .booking-banner-btn { width: 300px; max-width: 100%; padding: 10px; position: absolute; bottom: 50px; right: 0; left: 0; z-index: 4; margin: auto; box-shadow: inset 3px 3px 8px rgba(255,255,255,0.75), inset -3px -3px 8px rgba(0,0,0,0.75); border: none; font-size: 18px; }
.i-hero-wrap .booking-banner-btn:active, .i-hero .booking-banner-btn:focus {box-shadow: inset 3px 3px 8px rgba(255,255,255,0.5), inset -3px -3px 8px rgba(0,0,0,0.5);}
.i-hero-wrap.int .booking-banner-btn { bottom: 15px; }
.i-hero-img-mobile .i-hero-img { padding-bottom: 60%; }

/* Quick Search */
.i-quick-search { width: 100%; max-width: 768px; margin: auto; padding: 15px; 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); background: rgba(0,0,0,0.5); font-family: 'Montserrat', sans-serif; text-transform: uppercase;  }
.i-quick-search .container {width: 100%; max-width: 1170px;}
.i-quick-search .row { margin: 0 -5px; }
.i-quick-search [class^=col] { padding: 0 5px; position: relative; }
.i-quick-search .qs-md { width: 18%; }
.i-quick-search .qs-sm { width: 14%; }
/* Start Datepicker Inputs */
.i-quick-search .search-dates { height: 48px; position: relative; background: #fff; }
.i-quick-search .search-text { height: 100%; padding: 14px 10px 14px 30px; position: relative; line-height: 1; text-align: left; }
.i-quick-search .search-text:after { content: ""; display: block; clear: both; }
.i-quick-search .search-text .fa { position: absolute; top: 16px; left: 15px; font-size: 14px; }
.i-quick-search .search-text input { width: auto; padding: 0; border: none; background: none; cursor: pointer; font-size: 16px; font-weight: 400; 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: block; width: 50%; float: left; border-right: 1px solid #888; }
.i-quick-search .search-departure { display: block; width: 50%; float: left; }
.i-quick-search .search-arrival input[type=text],
.i-quick-search .search-departure input[type=text] { width: 100%; text-align: center; }
.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: 750ms; -moz-transition-delay: 750ms; transition-delay: 750ms; }
.i-quick-search .search-dates .datepicker-wrap .ui-datepicker { width: 100% !important; box-shadow: none; padding: 0; margin: 0; }
.i-quick-search .search-dates .datepicker-wrap > .btn { margin-top: 10px; background: #fff; color: #333; }
.i-quick-search .search-dates .datepicker-wrap > .btn:hover {background: #eee;}
/* End Datepicker Inputs */
.i-quick-search .select-wrap { background: #fff; border-radius: 0; height: 48px; 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: 48px; padding: 8px 25px 8px 15px; z-index: 1; font-size: 16px; 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 input[type=submit], .i-quick-search button[type=submit] { background: #dcb20c; padding: 9px 0; width: 100%; border-radius: 0; font-size: 20px; color: #fff; text-transform: uppercase; letter-spacing: 3px; text-shadow: 1px 1px 1px rgba(0,0,0,0.5); }
.i-quick-search input[type=submit]:hover, .i-quick-search button[type=submit]:hover { background: #0c3346; }
.i-quick-search input[type=submit]:focus, .i-quick-search button[type=submit]:focus { outline: none !important; }
.i-quick-search .nav-tabs { position: absolute; bottom: 100%; left: 0; right: 0; border: none; margin: 0; padding: 0; }
.i-quick-search .nav-tabs>li { margin: 0; }
.i-quick-search .nav>li>a { border: none; color: #fff; background: rgba(0,0,0,0.25); }
.i-quick-search .nav-tabs>li.active>a, .i-quick-search .nav-tabs>li.active>a:focus, .i-quick-search .nav-tabs>li.active>a:hover { border: none; background: rgba(0,0,0,0.5); color: #fff; }
.i-quick-search .btn-group-justified a { padding: 10px 0; }
.i-quick-search.int {bottom: 0;}

/* Content */
.i-content { padding: 50px 0; background: #fff url('/images/layout/content-bg.jpg') no-repeat center top; background-size: 100%; z-index: 1; position: relative; }
.i-content h1, .i-content .h1, .mce-content-body h1, .mce-content-body .h1, .i-callouts h1, .i-callouts .h1 { font-size: 42px; font-family: 'Kalam', cursive; line-height: 52px; text-transform: capitalize; margin: 0; padding: 10px 0 5px; }
.i-content h2, .i-content .h2, .mce-content-body h2, .mce-content-body .h2, .i-callouts h2, .i-callouts .h2 { font-size: 36px; font-family: 'Kalam', cursive; text-transform: capitalize;  }
.i-content h3, .i-content .h3, .mce-content-body h3, .mce-content-body .h3, .i-callouts h3, .i-callouts .h3 { font-size: 30px; font-family: 'Kalam', cursive; }
.i-content h4, .i-content .h4, .mce-content-body h4, .mce-content-body .h4, .i-callouts h4, .i-callouts .h4 { font-size: 24px; font-family: 'Kalam', cursive; text-transform: capitalize; }
.i-content h5, .i-content .h5, .mce-content-body h5, .mce-content-body .h5, .i-callouts h5, .i-callouts .h5 { font-size: 21px; font-family: 'Kalam', cursive; }
.i-content h6, .i-content .h6, .mce-content-body h6, .mce-content-body .h6, .i-callouts h6, .i-callouts .h6 { font-size: 18px; font-family: 'Kalam', cursive; }
.i-content p { margin: 0 0 20px; }
.i-content a, .mce-content-body a { color: hsl(199, 71%, 16%); } /* Site Color 1 */
.i-content img { max-width: 100%; height: auto; }

.i-quick-nav a {margin-bottom: 4px;}

/* Welcome on HP */
/* .i-welcome { line-height: 3; } */

/* Callouts */
.i-callouts { padding: 50px 0; background: #fff url('/images/layout/callouts-bg.jpg') no-repeat center top; background-size: cover; transition: background 200ms; }
.i-callouts .thumbnail { border: none; padding: 0; margin: 0; }
.i-callouts .thumbnail:hover p {color: #000 !important;}
.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-callouts .btn { transition: background 200ms; }
.i-callouts .thumbnail:hover .btn {background: hsl(199, 71%, 16%) !important; color: #fff !important;}
.i-sidebar { padding: 0 15px; }
.i-sidebar .i-callouts { margin: 0; padding: 0; background: none; }
.i-sidebar .i-callouts [class^=col] { width: 100%; padding: 0; margin: 0 0 15px; }

/* 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: 'Kalam', cursive; 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 { color: #bbb; padding: 25px 0 0; overflow: hidden; font-size: 15px; }
.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; margin-top: 15px; margin-bottom: 35px; text-align: center; }
.i-footer-logo img { max-width: 100%; }
.i-footer-search-wrap { display: block; vertical-align: top; width: 85%; margin: 15px auto; padding: 0; position: relative; }
.i-footer-search-form {position: relative; width: 100%;}
.i-footer-search { width: 100%; height: 43px; margin-right: -5px; padding: 6px 14px; border: none; border-radius: 0; }
.i-footer-search-submit { border: none; padding: 6px 14px; position: absolute; top: 0; right: 0; bottom: 0; background: none; border-radius: 0; }
.i-footer .i-social { display: inline-block; margin: 10px 0; padding: 0; }
.i-footer .i-social .i-social-item-block { display: block; margin-bottom: 10px; }
.i-footer .h4 { font-family: 'Kalam', cursive; text-transform: uppercase; margin: 0 0 10px; font-size: 24px; font-weight: 300; }
.i-footer-links { margin: 0; padding: 0; }
.i-footer-links li { list-style: none; }
.i-footer-links a { color: #bbb; font-size: 15px; }
.i-footer .footer-phone .fa { font-size: 150%; vertical-align: middle; }
.i-footer-e-newsletter-form input { width: 100%; 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 { padding: 10px; color: #fff; text-transform: uppercase; font-size: 14px; }
.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 50px; font-size: 14px; }
.i-baseline a { color: #bbb; }

/* 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; }

/* Social Media */
.i-social { margin: 0; padding: 0; }
.i-social-item { list-style: none; display: inline-block; vertical-align: top; }
.i-social-item a { font-size: 16px; width: 32px; height: 32px; text-decoration: none; display: block; position: relative; cursor: pointer; border-radius: 50%; border: 3px solid rgb(255,255,255); transition: background 400ms; }
.i-social-item .i-social-item-btn { width: auto; border-radius: 0; border: 2px solid rgb(255,255,255); color: #fff; }
.i-social-item .i-social-item-btn .i-social-link-text { display: block; padding: 6px; color: #fff; line-height: 1; text-transform: uppercase; }
.i-social-item a .fa { font: normal normal normal 14px/1 FontAwesome; font-size: inherit; color: #fff; display: block; }
.i-social-link-facebookURL:hover { background: hsl(221, 44%, 61%); }
.i-social-link-twitterURL:hover { background: hsl(196, 100%, 66%); }
.i-social-link-pinterestURL:hover { background: hsl(358, 73%, 66%); }
.i-social-link-youtubeURL:hover { background: hsl(0, 100%, 57%); }
.i-social-link-linkedinURL:hover { background: hsl(201, 100%, 55%); }
.i-social-link-instagramURL:hover { background: hsl(230, 77%, 78%); }
.i-social-link-googlePlusURL:hover { background: hsl(7, 71%, 75%); }
.i-social-link-yelpURL:hover { background: hsl(0, 93%, 55%); }
.i-social-link-blogURL:hover { background: hsl(31, 100%, 68%); }
.i-social-link-flickrURL:hover { background: hsl(213, 100%, 63%); }
.i-social-link-weddings:hover { background: hsl(221, 44%, 61%); }
.i-social-link-tripadvisor:hover { background: #28a67f; }
.i-social-link-webcam:hover { background: #fa7300; }
.i-social-link-text { display: none; }

/* Featured Slider */
.i-featured { padding: 50px 0; }
.featured-props-carousel { padding: 0 50px; }
.featured-props-carousel .owl-nav { position: absolute; right: 0; top: 35%; left: 0; }
.featured-props-carousel .owl-prev, .featured-props-carousel .owl-next { width: 36px; height: 36px; padding: 7px 5px !important; position: absolute; background: rgba(30,30,30,0.8) !important; border-radius: 2px; text-align: center; }
.featured-props-carousel .owl-prev { left: 0; }
.featured-props-carousel .owl-next { right: 0; }
.featured-props-carousel .owl-prev.disabled, .featured-props-carousel .owl-next.disabled { background: rgba(30,30,30,0.35); }
.featured-props-carousel .owl-prev .fa, .featured-props-carousel .owl-next .fa { font-size: 18px; text-align: center; }
.featured-property { box-shadow: 0 0 5px -2px rgba(0,0,0,1); background: #fff; margin-bottom: 30px; }
.featured-property-img-wrap { position: relative; }
.featured-property-special { z-index: 2; position: absolute; top: 15px; left: -5px; display: inline-block; padding: 5px 20px 5px 15px; font-weight: 700; text-transform: uppercase; font-size: 16px; }
.featured-property-special:hover, .compare-list-property-special:active, .compare-list-property-special:focus { text-decoration: none; }
.featured-property-special .fa { margin-right: 5px; }
.featured-property-link { display: block; }
.featured-property-title-wrap { display: block; width: 100%; padding: 25px 10px 5px; position: absolute; bottom: 0; left: 0; z-index: 2; background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); text-shadow: rgba(0,0,0,0.5) 1px 1px 1px; }
.featured-property-title { float: left; display: inline-block; }
.featured-property-title h3 { margin: 0; font-size: 24px; color: #fff; line-height: normal; }
.featured-property-title em { font-size: 15px; color: #fff; font-style: normal; font-weight: normal; text-transform: uppercase; display: block; }
.featured-property-img { position: relative; z-index: 1; display: block; padding-bottom: 65%; background-size: cover !important; background-position: center center !important; background-repeat: no-repeat !important; }
.featured-property-img:after { z-index: 1; opacity: 0.7; display: block; content: ""; position: absolute; bottom: 0; left: 0; right: 0; width: 100%; height: 50px; background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); }
.featured-property-info-wrap { position: relative; padding: 15px; line-height: normal; }
.featured-property-info { margin: 0; padding: 0; text-align: center; }
.featured-property-info li { display: table-cell; width: 1%; margin-right: 6px; list-style: none; font-size: 16px; }

.wedding-packages-wrap-wrap { position: relative; padding: 15px; font-size: 16px; }
.wedding-package {margin-bottom: 15px; border: 1px solid #f2f2f2; background: hsla(199, 71%, 16%, 0.1);}
.wedding-package:nth-child(even) {background: transparent;}
.wedding-package:after { content: ""; display: block; clear: both; }
.wedding-package [class^=col] { padding: 15px; }
.wedding-package h3 { margin-top: 0; clear: both; font-size: 40px; text-transform: capitalize; }
.wedding-img { width: 33.33333%; float: left; position: relative; margin: 0 15px 10px 0; padding-bottom: 37%; }
.wedding-img > div { width: 100%; height: 100%; position: absolute; top: 0; left: 0; background-size: cover !important; background-position: top center !important; }
.wedding-packages-wrap h5 { margin-top: 0; }
.wedding-packages-wrap ul { padding-left: 30px; }
.wedding-packages-wrap li { list-style: disc; }
.wedding-packages-wrap p { margin: 0; }

/* 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 !important; margin: 0 0 10px; padding: 30px 15px; }
.i-ttd-boxes .box-info .h4 { margin-top: 0; text-align: center !important; }
.i-ttd-boxes .box-info p, .i-ttd-boxes .box-info span { text-align: left !important; }
.i-ttd-boxes .box-info p:last-child {margin-bottom: 0;}
.i-ttd-boxes .box-info p + a { display: block; }
.i-ttd-boxes .box-info a.details { display: table; margin: 15px auto 0; }

/* 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-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; }

/* Event Extras */
.event-extra { position: relative; padding: 15px; background: hsla(199, 71%, 16%, 0.1); }
.event-extra:nth-child(even) { background: transparent; }
.event-extra:after { content: ""; display: block; clear: both; }
.event-extra-title { margin-top: 0; }
.event-extra-img { width: 35%; float: left; margin: 0 10px 0 0; padding-bottom: 25%; position: relative; }
.event-extra-img > div { width: 100%; height: 100%; position: absolute; top: 0; left: 0; background-size: cover !important; background-position: center center !important; }
.event-extra-info { width: calc(65% - 10px); float: left; }
.event-extra-info tbody { width: 100%; }

/* 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 img { width: 200px; position: relative; z-index: 1; border-radius: 5px; }
.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; left: 50%; top: 50%; transform: translate(-50%,-50%); border-radius: 5px; }
.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;}

/* FAQ Option 1 */
.cms-faqs-option-1 { margin: 25px 0; }
.cms-faqs-option-1 .panel-default > .panel-heading { padding: 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; }

/* FAQ 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 Grid */
.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; }

/* Specials Page */
.i-specials-box { background: #f9f9f9; border-radius: 4px; margin: 0; display: table; width: 100%; }
.i-specials-box [class^=col] { padding: 0; position: relative; }
.i-specials-img-wrap { position: relative; padding-bottom: 80%; display: block; }
.i-specials-img { display: block; background-size: cover !important; background-position: center center !important; background-repeat: no-repeat !important; position: absolute; top: 0; left: 0; right: 0; bottom: 0; }
.i-specials-info { padding: 25px; }
.i-specials-info p.h3 { margin: 0 0 20px; padding: 0; }
.i-specials-info p ~ p {margin-bottom: 7px;}

/* Staff Grid */
.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 { 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; }

/* 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; background: #333; padding-bottom: 10px; }
.owl-gallery { position: relative; z-index: 1; }
.owl-gallery .item .owl-lazy { display: block; border-radius: 0; padding-bottom: 60%; background-size: cover !important; background-repeat: no-repeat !important; background-position: center center !important; position: relative; z-index: 2; }
.owl-gallery .item:before { content: ""; display: block; width: 49px; height: 49px; margin: 0 auto; border: 4px solid; border-radius: 50%; border-color: rgba(255,255,255,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; z-index: 1; top: calc(50% - calc(49px / 2)); left: calc(50% - calc(49px / 2)); -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 .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; }
@media (max-width: 768px) {
  .owl-gallery .owl-dots { top: 20px; }
}
#propertyImage .owl-dots { display: none; }

/* 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(199, 71%, 16%); border-bottom: 1px solid hsl(199, 71%, 16%); 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(199, 71%, 16%) !important; border: 1px solid hsl(199, 71%, 16%) !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(199, 71%, 16%) !important; font-weight: 700; }
.ui-datepicker .ui-state-disabled.ui-datepicker-today:after { display: none; }
.ui-datepicker .dp-highlight .ui-state-default { background: hsl(208, 57%, 53%) !important; border-color: hsl(208, 57%, 53%) !important; color: #fff !important; }

.mobile-scroller {display: none; margin: 10px 0; font-size: 14px; font-weight: 700; text-align: center;}

#PropResults p, #PageResults p { margin: 0; padding: 10px; border-bottom: 1px solid #ddd; }
#PropResults p:nth-child(even) { background: #eee; }

/* Read More */
.read-more-wrap { overflow: hidden; transition: all 0.5s ease-in-out; margin-bottom: 10px; position: relative; z-index: 1; }
.read-more-wrap.read-more-bottom-cover:after { height: 2px; background: hsl(199, 71%, 16%); content: ""; display: block; position: absolute; bottom: 6px; left: 0; right: 0; z-index: 2; }
@media (max-width: 1200px) {
  .read-more-wrap.read-more-bottom-cover:after  { bottom: 0; }
}

/* Responsive */
@media (max-width: 1200px) {
  .i-header .container {width: 100%;}
  .i-header-logo-wrap {width: 250px; height: 206px;}
  .i-header-info { width: 635px; }
  .i-header-location { margin-bottom: 5px; }
  .i-header-navigation ul { margin: 0 0 0 220px; }
  .i-header-navigation ul li a { padding: 15px 5px; }
  .i-hero-wrap.int .i-hero-img-wrap { max-height: 285px; }
  .i-featured .container { width: 100%; }
	.cms-thingstodo-option-2 .hover-border + p { width: 47%; text-align: left; margin-left: 3%; }
	.cms-thingstodo-option-2 .hover-border .h2 { font-size: 34px; }
  div#footercaptcha {-webkit-transform:scale(0.71);-moz-transform:scale(0.71);transform:scale(0.71);}
  /* BOOKING ENGINE SPECIFIC */
  .booking-content > .container { width: 100%; }
}

@media (max-width: 1024px) {
  body { overflow-x: hidden; }
  .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-info { width: 48%; 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 { display: block; width: 100%; height: 100%; color: #fff; line-height: normal; font-size: 32px; }
  .i-header-qs-scroller span .fa { position: relative; top: 5px; 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 { display: block; color: #fff; line-height: normal; font-size: 32px; height: 50px; }
  .i-header-mobileToggle span .fa { position: relative; top: 5px; 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 a { color: hsl(199, 71%, 16%) !important; }
  .i-header-navigation ul li i { display: block; height: 46px; padding: 14px 16px; position: absolute; top: 0; right: 0; background: hsl(199, 71%, 16%) !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%; background: none; -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; }
  .wedding-packages-wrap {padding: 0 15px;}
}

@media (min-width: 992px) {
  .i-ttd-wrap .col-md-4:nth-child(3n+1) { clear: both; }
}

@media (max-width: 992px) {
  .container { width: 100%; }
  .i-hero-wrap.int .i-hero-img-wrap {max-height: 210px;}
  .i-quick-search { width: 100%; max-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]:last-child { width: 100%; margin-bottom: 0; }
  .i-quick-search .btn-group-justified { display: block; }
  .i-quick-search .btn-group-justified a { display: block; width: 50%; margin: 0 !important; border-radius: 3px !important; float: left; }
  .i-callouts [class^=col] {display: inline-block; vertical-align: top; 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; }
  .wedding-packages-wrap {width: 100%;}
  .wedding-packages-wrap ul:after {content: ""; display: block; clear: both;}
  .cms-thingstodo-option-2 .hover-border span::before, .cms-thingstodo-option-2 .hover-border p { opacity: 1; -webkit-transform: scale3d(1,1,1); transform: scale3d(1,1,1); }
  .cms-thingstodo-option-2 .hover-border .h2 { margin-top: 0; font-size: 70px; opacity: 1; -webkit-transition: opacity 0.35s, -webkit-transform 0.35s; transition: opacity 0.35s, transform 0.35s; -webkit-transform: translate(-50%,-50%) scale(0.5); transform: translate(-50%,-50%) scale(0.5); }
  .cms-thingstodo-option-2 .hover-border span { background-color: rgba(0,0,0,0); }
  .cms-thingstodo-option-2 .hover-border img { opacity: 0.7; }
  .i-pre-footer [class^=col] { 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);-moz-transform:scale(1);transform:scale(1);}
  .i-baseline { text-align: center; }
  .i-baseline .pull-right { float: none !important; display: block;}
  .table-wrap { overflow-y: auto; width: 100%; }
  .table-wrap, .table-wrap > table { transform:rotateX(180deg); -ms-transform:rotateX(180deg); -webkit-transform:rotateX(180deg); }
}
@media (max-width: 812px) {
  .i-footer-logo { margin-top: 0; }
  .i-footer > .container > .row > [class^=col] {margin-bottom: 25px;}
  .i-baseline { margin-bottom: 0; font-size: 13px; }
}
@media (min-width: 768px) {
  #testimonial-carousel { margin-bottom: 0; padding: 0 40px 30px 40px; }
}
@media (max-width: 768px) {
  .i-header-logo-wrap { position: absolute; top: 0; z-index: 4; display: block;}
/*   .i-hero-wrap.int .i-hero-img-wrap {max-height: 400px;} */
  .i-hero .owl-dots { bottom: 15px; }
  .i-hero .booking-banner-btn, .i-hero-wrap.int .booking-banner-btn {bottom: 10px;}
  .i-quick-search .btn-group-justified a { margin: 0.5% !important; width: 49%; }
  .i-welcome { line-height: 2; }
  .i-popular-searches { margin-bottom: -25px; }
  .i-content { padding: 25px 0; }
  .i-callouts { padding: 25px 0; }
  .i-callouts [class^=col] {width: 50%; display: inline-block; vertical-align: top; float: none;}
  .i-ttd-wrap .col-sm-6:nth-child(2n+1) { clear: both; }
  .i-specials-box, .i-specials-box .col-xs-6 { display: block; width: 100%; }
  #testimonial-carousel .carousel-indicators { bottom: -20px !important; }
  #testimonial-carousel .carousel-indicators li { display: inline-block; margin: 0px 5px; width: 15px; height: 15px; }
  #testimonial-carousel .carousel-indicators li.active { margin: 0px 5px; width: 20px; height: 20px; }
  .wedding-img { width: 45%; }
  .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; }
  .mobile-scroller { display: block; }
}
@media (max-width: 736px) {
  .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-social {display: none;}
  .i-hero .owl-carousel .owl-item, .i-hero .i-hero-img-wrap,
/*   .i-hero-wrap.int .i-hero-img-wrap { max-height: 260px; height: 100vh; } */
  .i-quick-search .nav-tabs { position: relative; }
  .i-quick-search .nav-tabs>li { width: 50%; }
  .i-callouts .caption {padding: 18px 14px;}
  .event-extra-info tbody > tr { border-top: 1px solid #ddd; }
  .event-extra-info tbody > tr > td { display: block; width: 100%; padding: 4px 8px; border: none; }
  .wedding-package h3 { font-size: 32px; }
}
@media (max-width: 568px) {
  .i-quick-search [class^=col] { width: 100%; float: none; }
  .i-quick-search .search-dates .datepicker-wrap { width: 300px; max-width: 100%; }
  .i-callouts [class^=col] { width: 100%; }
  .event-extra-img { width: 100%; padding-bottom: 65%; }
  .event-extra-info { width: 100%; }
  .i-quick-search .bootstrap-select .text,
  .i-quick-search .bootstrap-select button .filter-option { font-size: 12px; }
  .i-quick-search .dropdown-menu { top: auto; bottom: 100%; }
}
@media (max-width: 480px) {
  .i-header:before {display: none;}
  .i-header-info { top: 195px; left: 0; right: 0; width: 100%; text-align: center; }
  .i-header-phone {top: 8px;}
  .i-hero .owl-carousel .owl-item, .i-hero .i-hero-img-wrap { max-height: 270px; }
/*   .i-hero-wrap.int .i-hero-img-wrap { max-height: 270px; } */
  .i-quick-search { bottom: 0; }˜
  .i-quick-search [class^=col] { width: 100%; float: none; }
  .i-quick-search [class^=col]:last-child { width: 100%; }
  .i-quick-search .col-md-2:nth-last-child(2) { margin-bottom: 10px; }
  .i-quick-search .select-wrap { height: auto; }
  .i-quick-search .btn-group-justified a { width: 100%; margin: 0 0 5px !important; float: none; }
  .i-quick-search .nav>li>a { font-size: 13px; }
  .i-quick-search .nav>li>a { font-size: 13px; margin: 0 0 1px; border-radius: 0; }
  .i-quick-search .nav-tabs>li { width: 100%; float: none; }
  .i-sidebar { margin: 0; }
  .i-sidebar .i-callouts [class^=col] { width: 100%; padding: 0 0 15px; margin: 0; }
  .i-content h1, .i-content .h1 { font-size:32px; }
  .wedding-package .wedding-img { width: 100%; float: none; margin: 0 0 10px; padding-bottom: 75%; }
  .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 img  { width: 100%; }
  .cms-events-option-1 .media-body { padding: 0; }
  .cms-staff-option-2 > [class^=col] { width: 100%; }
}
@media (max-width: 414px) {
/*
  .i-hero .owl-carousel .owl-item, .i-hero .i-hero-img-wrap,
  .i-hero-wrap.int .i-hero-img-wrap { max-height: 270px; }
*/
  .i-header-viewed, .i-header-favorites, .i-header-login, .i-header-location, .i-header-phone { display: block; width: 100%; }
  .i-quick-nav a { display: block; }
  .cms-staff-option-1 [class^="col-"] {width: 100%;}
}
@media (max-width: 320px) {

}

/* Homepage Announcement */
#homepage-announcement { text-align: center; }
#homepage-announcement a { text-decoration: underline; font-weight: bold; }
#homepage-announcement .regularMessage,
#homepage-announcement .emergencyMessage,
#homepage-announcement .specialMessage { position: relative; padding: 25px; border: 1px solid transparent; }
#homepage-announcement .regularMessage { color: #0c5460; background-color: #d1ecf1; border-color: #bee5eb; }
#homepage-announcement .emergencyMessage { color: #721c24; background-color: #f8d7da; border-color: #f5c6cb; }
#homepage-announcement .specialMessage { color: #856404; background-color: #fff3cd; border-color: #ffeeba; }
#homepage-announcement .regularMessage a, #homepage-announcement .regularMessage h2 { color: #0c5460; }
#homepage-announcement .emergencyMessage a, #homepage-announcement .emergencyMessage h2 { color: #721c24; }
#homepage-announcement .specialMessage a, #homepage-announcement .specialMessage h2 { color: #856404; }
#homepage-announcement h2.title { font-size: 30px; margin: 0 0 10px; }
#homepage-announcement .description p { margin-bottom: 20px; }
#homepage-announcement .description p:last-child { margin-bottom: 0; }
#homepage-announcement + .wrapper .quick-search { top: 600px; }

@media (max-width: 1024px) {
  #homepage-announcement { margin-top: 50px; }
  #homepage-announcement + .i-header-phone + .i-wrapper { margin-top: 0; }
  #homepage-announcement + .wrapper .quick-search { top: 300px; }
}
@media only screen and (max-width: 992px) {
  #homepage-announcement + .wrapper .quick-search { top: 200px; }
}
@media only screen and (max-width: 768px) {
  #homepage-announcement + .wrapper .quick-search { top: 0; }
}