/* GLOBAL */
html, body { height: 100%; }

body { position: relative; font-family: 'muli', Arial, sans-serif; font-size: 16px; font-weight: 400; color: #232323; line-height: 24px; overflow-x: hidden; }

a { color: #2f58b2; text-decoration: none; }
a:hover { color: #1f9bde; text-decoration: none; }
a:focus, a.active { color: #2f58b2; outline: none; text-decoration: none; }

strong { font-weight: 800; }

a, button, .lang > div { -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }
button { border: 0; outline: none; }
input[type=text], input[type=password] { outline: 0; }

h1, h2, h3, h4, h5, h6 { margin: 0; }
h1 { font: 48px 'merriweather', serif; letter-spacing: -0.025em; }
h2 { font: 20px 'merriweather', serif; line-height: 1.4em; }  
h3,
h4 { font-family: 'muli', Arial, sans-serif; }

.req, .req2 { color: #fb3c3c; font-family: Arial, sans-serif; font-size: 120%; font-weight: 700; margin-left: 8px; vertical-align: top; }

.req2 { margin-left: 0; }

.img-responsive, .img_responsive, .imgresponsive { width: auto !important; height: auto !important; max-width: 100%; }

.textbox, textarea { background: #fff; border: 1px solid #c7c7c7; border-radius: 0; padding: 11px 15px; line-height: 24px; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }
.textbox:focus, textarea:focus, .select-list:focus { background: #fff; border-color: #7e8289; -webkit-box-shadow: 0 0 10px rgba(49,56,68,0.3); box-shadow: 0 0 10px rgba(49,56,68,0.3); }
.textbox { height: 48px; }

input[disabled=disabled] { background: #f2f2f2; border: 1px solid #f2f2f2; }

.btn { display: inline-block; font-weight: 800; padding: 12px 30px; margin: 0; color: #849c00; text-align: center; border-radius: 0; line-height: 22px; border: 1px solid #000; font-size: 16px; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }
.btn:hover { background: #232323; color: #fff; border-color: #232323; }
.btn:focus { background: #2f58b2; color: #fff; border-color: #2f58b2; outline: none; }

.btn-primary,
.btn-primary:focus { background: #1f9bde; border-color: #1f9bde; color: #fff; }

.btn-secondary,
.btn-secondary:focus { background: #2f58b2; border-color: #2f58b2; color: #fff; }

.btn-secondary-invert,
.btn-secondary-invert:focus { background: #fff; border-color: #fff; color: #232323; }

.btn-light-grey,
.btn-light-grey:focus { background: #f2f2f2; border-color: #f2f2f2; color: #70787e; }

.btn-white,
.btn-white:focus { background: #fff; border-color: #fff; color: #232323; }

.btn-empty,
.btn-empty:focus { background: #fff; border: 1px solid #c1c1c1; color: #232323; }

.btn-empty2,
.btn-empty2:focus { background: #fff; border: 1px solid #c1c1c1; color: #1f9bde; }

.btn-empty3,
.btn-empty3:focus { background: none; border: 1px solid #999; color: #555; }

.btn-blue,
.btn-blue:focus { background: #1f9bde; border: 1px solid #1f9bde; color: #fff; }
.btn-blue:hover { background: none; border: 1px solid #999; color: #555; }

.btn-plain,
.btn-plain:focus { background: none; border: 1px solid transparent; color: #ff7200; font-weight: 400; padding-left: 0; padding-right: 0; }
.btn-plain:hover { background: none; border: 1px solid transparent; color: #232323; }

.btn-empty-white,
.btn-empty-white:focus { background: none; border: 1px solid rgba(255,255,255,0.7); color: #fff; }
.btn-empty-white:hover { background: #fff; border: 1px solid rgba(255,255,255,1); color: #232323; }

.btn-light-blue-rounded,
.btn-light-blue-rounded:focus { background: #c7ebff; border-color: #c7ebff; border-radius: 24px; color: #2f58b2; }

.btn-action,
.btn-action:focus { background: #2fb27c; border-color: #2fb27c; color: #fff; }

.align-helper { display: inline-block; height: 100%; vertical-align: middle; }

.link-white { color: #fff; }
.link-with-arrow::after { font-family: 'cvh'; font-size: 55%; content: '\63'; margin-left: 10px; }
.light-blue { color: #91d8fe; }

.small-text { font-size: 14px; font-weight: 400; }

.dark-overlay { display: none; position: fixed; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.8); z-index: 10000; }
.push-top { margin-top: 40px; }
input::-webkit-input-placeholder,
input::-webkit-input-placeholder { color: #fff; }
input::placeholder,
input::-webkit-input-placeholder { color: #fff; }

.form-control { -webkit-box-shadow: none; box-shadow: none; }



/* CUSTOM CHECKBOXES */

label { display: inline-block; vertical-align: middle; cursor: pointer; margin-bottom: 0; }
input[type=checkbox] { display: none; }
input[type=checkbox] + label { font-weight: 400; font-size: 14px; }
input[type=checkbox] + label:before { position: relative; top: 4px; display: inline-block; width: 20px; height: 20px; border: 1px solid #d5d5d5; font-family: 'cvh'; content: ' '; font-size: 10px; line-height: 18px; text-align: center; margin-right: 12px; overflow: hidden; }
input[type=checkbox]:checked + label:before { content: '\68'; color: #1f9bde; } 

input[type=radio] { display: none; }
input[type=radio] + label { position: relative; font-weight: 400; }
input[type=radio] + label:before { position: relative; top: 2px; display: inline-block; width: 20px; height: 20px; background: #fff; border: 1px solid #c7c7c7;  content: ' '; text-align: center; margin-right: 10px; overflow: hidden; border-radius: 10px; }
input[type=radio]:checked + label:after { position: absolute; display: inline-block; left: 5px; top: 7px; width: 10px; height: 10px; background: #1f9bde; border-radius: 5px; content: ' '; text-align: center; }




/* SELECTPICKER OVERRIDE */
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn){ width: 100%; }
.bootstrap-select .btn { text-transform: none; padding: 11px 16px; -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; text-shadow: none; border-color: #c7c7c7; border-radius: 0; line-height: 24px; background: none; overflow: hidden;  } 
.bootstrap-select .btn .filter-option { font-size: 15px; font-weight: 400; color: #232323; letter-spacing: 0; padding-right: 16px; overflow: hidden; text-overflow: ellipsis; }
.bootstrap-select .btn:hover, .bootstrap-select .btn:focus, .bootstrap-select .btn:hover .filter-option { color: #232323; }
.bootstrap-select .btn:hover { background: #eee; }
.bootstrap-select .btn:focus { background: #eee; border-color: #c7c7c7; }
.bootstrap-select.btn-group.open .dropdown-toggle { -webkit-box-shadow: none; box-shadow: none; }
.bootstrap-select .btn-default:active, .bootstrap-select .btn-default.active, .bootstrap-select.open > .dropdown-toggle.btn-default { background: #eee; border-color: #c7c7c7; color: #232323; }
.bootstrap-select.btn-group .dropdown-toggle .caret { right: 24px; top: 50%; margin-top: -12px; border: 0; }
.bootstrap-select.btn-group .dropdown-toggle .caret::before { display: inline-block; font-family: 'cvh'; content: '\61'; font-size: 10px; color: #1f9bde; }
.bootstrap-select.btn-group .btn.dropdown-toggle:hover .caret::before { color: #252b35; }

.bootstrap-select .dropdown-header { font-size: 15px; font-weight: 800; padding: 8px 20px; }

.bootstrap-select .dropdown-menu { border-radius: 0; border: 0; padding: 8px 0; margin: 0; overflow-x: hidden; -webkit-box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.3); box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.3); font-size: 15px; font-weight: 400; }
.bootstrap-select .dropdown-menu > li { margin-top: 1px; }
.bootstrap-select .dropdown-menu > li > a { padding: 7px 16px 7px 16px; }
.bootstrap-select .dropdown-menu > li > a:hover { background: #ddd; }
.bootstrap-select .dropdown-menu > li.selected a { background: #f2f2f2; color: #2f58b2; }
.check-mark::before {
    font-family: "cvh";
    content: "\68";
    font-size: 10px;
    position:relative;
    top: 4px;
}



/* SELECTPICKER OVERRIDE - SMALL */
.bootstrap-select.select-small .btn { padding: 3px 8px; } 
.bootstrap-select.select-small .btn .filter-option { font-size: 14px; color: #888; -webkit-transition: 0.3s all ease; transition: 0.3s all ease; }
.bootstrap-select.select-small .btn:hover, .bootstrap-select .btn:focus, .bootstrap-select .btn:hover .filter-option { color: #232323; }
.bootstrap-select.select-small .btn-default:active, .bootstrap-select .btn-default.active, .bootstrap-select.open > .dropdown-toggle.btn-default { color: #232323; }
.bootstrap-select.select-small.btn-group .dropdown-toggle .caret { right: 8px; top: 4px; }
.bootstrap-select.select-small.btn-group .dropdown-toggle .caret::before { font-size: 8px; color: #888; }
.bootstrap-select.select-small.btn-group .btn.dropdown-toggle:hover .caret::before { color: #232323; }

.bootstrap-select.select-small .dropdown-menu { font-size: 14px; }
.bootstrap-select.select-small .dropdown-menu > li > a { padding: 4px 8px 5px 8px; }




/* GD SELECT*/
.gd-select { position: relative; }
.gd-selected { position: relative; border: 1px solid #ddd; padding: 12px 12px; cursor: pointer; -webkit-transition: 0.5s all ease; transition: 0.5s all ease; color: #232323; }
.gd-selected:hover { background: #f5f5f5; }
.gd-selected button { display: block; width: 100%; background: none; padding: 0 30px 0 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; text-align: left; }
.gd-selected i { position: absolute; right: 12px; top: 13px; font-size: 14px; color: #00c0f3; }

.gd-search { padding: 16px 12px 2px 12px; }
.gd-search input { display: block; width: 100%; border: 1px solid #d5d5d5; padding: 4px 8px; font-style: italic; }

.gd-dropdown { display: none; position: absolute; width: 100%; top: 50px; background: #fff; font-size: 15px; -webkit-box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.15); box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.15); z-index: 1000; max-height: 250px; overflow: auto; }
.gd-dropdown ul { margin: 0; padding: 10px 0; list-style: none; }
.gd-dropdown ul li { display: block; position: relative; padding: 4px 12px; cursor: pointer; line-height: 20px; }
.gd-dropdown ul a { position: relative; display: block; color: #333; text-decoration: none; padding-right: 40px; padding-left: 32px; }
.gd-dropdown ul a:hover { color: #00c0f3; }
.gd-dropdown .disabled a,
.gd-dropdown .disabled a:hover { color: #999; cursor: default; }
.gd-dropdown .amount { position: absolute; right: 14px; top: 3px; color: #999; font-size: 13px; }
.gd-dropdown .item-check { position: absolute; width: 22px; height: 22px; left: 12px; top: 2px; border: 1px solid #d5d5d5; }
.gd-dropdown .item-check::after { display: none; position: absolute; left: 4px; top: 3px; font: 12px 'cvh'; content: '\71';color: #00c0f3; }
.gd-dropdown .checked .item-check::after { display: block; }



/* RANGE SLIDER */
.noUi-horizontal { margin: 6px 6px 20px 8px; height: 2px; }
.noUi-target { border: 0; border-radius: 5px; -webkit-box-shadow: none; box-shadow: none; }
.noUi-origin { border-radius: 10px; }
.noUi-background { background: #ddd; -webkit-box-shadow: none; box-shadow: none; }
.noUi-connect { background: #ddd; -webkit-box-shadow: none; box-shadow: none; }
.noUi-horizontal .noUi-handle { height: 16px; left: -8px; top: -8px; width: 16px; }
.noUi-horizontal .noUi-handle.noUi-handle-upper { left: -10px; }
.noUi-origin { background: #ddd; }
.noUi-origin:first-of-type { background: #ddd; }
.noUi-handle { border: 0; border-radius: 50%; -webkit-box-shadow: none; box-shadow: none; cursor: pointer; background: #00c0f3; }
.noUi-handle::before { display: none; }
.noUi-handle::after { display: none; }




/* ALIGNS */
.float-left,
.float-right { position: relative; margin-bottom: 50px; margin-top: 50px; max-width: 640px; }
.float-left img,
.float-right img { position: relative; z-index: 10; }
.float-left .expand,
.float-right .expand { position: absolute; bottom: 0; right: 0; width: 48px; height: 48px; font-size: 15px; background: #f2f2f2; color: #232323; z-index: 20; text-align: center; }
.float-left .expand:hover,
.float-right .expand:hover { background: #1f9bde; color: #fff; }
.float-left .expand span,
.float-right .expand span { position: relative; top: 15px; }

.float-left { float: left; margin-left: -72px; margin-right: 72px; }
.float-right { float: right; margin-left: 72px; margin-right: -72px; }

.float-left:first-child,
.float-right:first-child { margin-top: 0; }


.float-none-img-center {
    text-align: center;
}

.float-none-img-left {
    text-align: left;
}

.float-none-img-center img, .float-none-img-left img {
    max-width: 100%;
}

.img-centered {
    clear: both;
    text-align: center;
}
.img-centered img { margin-left: auto; margin-right: auto; margin-bottom: 50px; margin-top: 50px; }

.text-highlight { background: #f2f2f2; font: 20px 'merriweather', serif; font-weight: 300; color: #2f58b2; padding: 40px 56px; line-height: 36px; max-width: 400px; font-style: italic; }

/* WRAPPERS */
.top-strip {
    position: relative;
    height: 48px;
    background: #f0f0f0;
    font-size: 14px;
    z-index: 1;
}
.contact-ways { float: left; margin: 0; padding: 0; list-style: none; }
.contact-ways li { float: left; }
.contact-ways li a { display: block; color: #232323; padding: 12px 32px; border-right: 1px solid #d1d1d1; }
.contact-ways li a:hover { color: #1f9bde; }
.contact-ways li:first-of-type a { border-left: 1px solid #d1d1d1; }
.contact-ways li a span { position: relative; top: 3px; color: #aaa; font-size: 16px; }
.contact-ways li a i { font-style: normal; margin-left: 8px; }
.part-of { float: right; margin: 0; padding: 0; list-style: none; }
.part-of li { float: right; color: #1f9bde; }
.part-of li a { display: inline-block; color: #1f9bde; border-left: 1px solid #d1d1d1; padding: 10px 32px 6px 32px; }
.part-of li:first-of-type a { border-right: 1px solid #d1d1d1; }
.part-of li a i { font-style: normal; margin-right: 8px; }

.header-container {position: relative;
                   /*z-index: 1;*/

}
header { position: relative; height: 112px; background: #fff; -webkit-box-shadow: 0 10px 40px rgba(0,0,0,0.15); box-shadow: 0 10px 40px rgba(0,0,0,0.15);
         /*z-index: 9999; */

}
header .container { position: relative; height: 100%; }
header .logo { position: absolute; left: 20px; top: 50%; margin-top: -28px; }

.show-main-nav,
.main-nav-head { display: none; }
.main-nav { float: right; position: relative; top: 50%; margin-top: -10px; }
.main-nav > ul { margin: 0; padding: 0; list-style: none; }
.main-nav > ul > li { position: relative; float: left; margin-left: 32px; }
.main-nav > ul > li:first-of-type { margin-left: 0; }
.main-nav > ul > li > a { font-weight: 800; color: #232323; }
.main-nav > ul > li > a:hover { color: #1f9bde; }
.main-nav > ul > li > a.show-submenu::after { position: relative; top: -2px; color: #1f9bde; font: 9px 'cvh'; content: '\61'; margin-left: 8px; }



/* SUBMENU */
.submenu { display: none; position: absolute; left: -32px; top: 66px; z-index: 1000; }
.submenu ul { width: 300px; padding: 20px 0; margin: 0; list-style: none; -webkit-box-shadow: 0 20px 40px rgba(0,0,0,0.15); box-shadow: 0 20px 40px rgba(0,0,0,0.15); 
background: rgba(47,88,178,1);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(47,88,178,1)), color-stop(100%, rgba(67,111,207,1)));
background: -webkit-gradient(linear, left top, left bottom, from(rgba(47,88,178,1)), to(rgba(67,111,207,1)));
background: linear-gradient(to bottom, rgba(47,88,178,1) 0%, rgba(67,111,207,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f58b2', endColorstr='#436fcf', GradientType=0 );	
}
.submenu ul > li { position: relative; z-index: 1; }
.submenu ul a { position: relative; display: block; padding: 8px 32px; color: #fff; z-index: 1100; }
.submenu ul a:hover { opacity: 0.7; }

.submenu .second-level { display: none; position: absolute; padding: 20px 0; left: 305px; top: -20px; width: 305px; background: #00a9e1; }
.submenu .third-level { display: none; position: absolute; padding: 20px 0; left: 305px; top: -20px; width: 305px; background: #70787e; }
.submenu ul ul ul li > a.opened::after { display: none; }



/* CAROUSELS */

.owl-controls { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); width: 100%; }
.owl-controls .owl-nav { position: absolute; width: 100%; }
.owl-controls .owl-prev,
.owl-controls .owl-next { position: absolute; color: #232323; -webkit-transition: 0.5s all ease; transition: 0.5s all ease; background: #fff; width: 64px; height: 64px; border-radius: 50%; -webkit-box-shadow: 0 10px 30px rgba(0,0,0,0.15); box-shadow: 0 10px 30px rgba(0,0,0,0.15); text-align: center; transform: translateY(-50%); -webkit-transform: translateY(-50%); }
.owl-controls .owl-prev:hover,
.owl-controls .owl-next:hover { color: #1f9bde; }
.owl-controls .owl-prev { left: 5%; top: 0; }
.owl-controls .owl-next { right: 5%; top: 0; }
.owl-controls .owl-prev::before { width: 64px; height: 64px; font: 24px 'cvh'; content: '\6b'; line-height: 64px; }
.owl-controls .owl-next::before { width: 64px; height: 64px; font: 24px 'cvh'; content: '\6c'; line-height: 64px; }

.owl-controls .owl-dots { position: absolute; margin-top: 2px; text-align: center; left: 50%; transform: translate(-50%,0); -webkit-transform: translate(-50%,0) }
.owl-controls .owl-dot { display: inline-block; width: 24px; height: 24px; text-align: center; }
.owl-controls .owl-dot span { display: inline-block; width: 10px; height: 10px; margin-top: 5px; border-radius: 5px; background: #fff; opacity: 0.7; }
.owl-controls .owl-dot.active span { background: #2f58b2; opacity: 1; }

.owl-stage {
    margin: 0 auto;
}

.hide-nav .owl-controls {
    display: none;
}

.location-gallery .owl-controls {
    top: auto;
}

    .location-gallery .owl-controls .owl-dot span {
        background: rgba(97,200,255,1);
    }

    .location-gallery .owl-controls .owl-dot.active span {
        background: #2f58b2;
    }

.home-slider {
    position: relative;
    z-index: 0;
}
.home-slider .text-body { position: absolute; left: 50%; margin: 0; padding: 0; list-style: none; top: 50%; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%) }
.home-slider .text-body .title { display: block; font: 4.2vw 'merriweather', serif; font-weight: 700; line-height: 1em; text-align: center; color: #fff; text-shadow: 0 0 24px rgba(0,0,0,0.5); letter-spacing: -0.025em; white-space: pre; }
.home-slider .text-body .subtitle { display: block; font-size: 1.5vw; font-weight: 300; text-align: center; color: #fff; margin-top: -0.5vw; padding: 1.7vw 32px; letter-spacing: -0.025em; }
.show-finder { position: relative; display: none; z-index: 1000; }
.show-finder .btn { min-width: 240px; }

.home-slider .show-finder { margin-top: -1px; }

.home-slider .owl-controls .owl-prev,
.home-slider .owl-controls .owl-next { opacity: 0.7; }
.home-slider .owl-controls .owl-prev:hover,
.home-slider .owl-controls .owl-next:hover { opacity: 1; }

.show-finder.filter-results { margin-top: 32px; }

.footer-inputs {
    position: relative;
}

/* FINDER */
.finder { position: relative; background: #f5f5f5; z-index: 1; }
.finder-head { display: none; }
.finder .or { text-align: center; font-weight: 800; padding: 20px 0; color: #555; }
.finder .find-by-name { text-align: center; font-weight: 700; color: #2f58b2; margin: 0 20px 0 0; }
#find-by-name-wrapper {display: block; text-align: center; padding: 35px 0; position: relative; }
#find-by-name-wrapper .search-ico { display: inline-block; width: 25px; height: 25px; background: url(/img/search-ico.svg) 50% 50% no-repeat; position: relative; left: -45px; top: 10px; }
.footer-inputs .search-ico { display: inline-block; width: 22px; height: 22px; background: url(/img/search-ico.svg) 50% 50% no-repeat; position: absolute; right: 10px; top: 9px; }
#find-by-name-wrapper input { width: 320px; display: inline-block; vertical-align: middle; border-color: #d1d1d1; -webkit-box-shadow: none; box-shadow: none; }
.finder-tip { position: absolute; font-size: 11px; color: #94d9ff; padding: 0 32px; text-transform: uppercase; top: 12px; }
.finder-reset { display: none; position: absolute; font-size: 9px; color: #fb3c3c; padding: 8px; top: 6px; right: 23px; font-style: normal; cursor: pointer; -webkit-transition: 0.3s all ease; transition: 0.3s all ease; z-index: 999999; }
/*#find-by-name-wrapper .ui-menu { top: -967px !important; }*/
#find-by-name-wrapper .ui-widget { padding-top: 3px; padding-bottom: 3px; }

.finder-basic {
    display: table;
    width: 100%;
    height: 80px;
    background: #243c83;
    margin-top: -40px;
}
.finder-basic > div { display: table-cell; width: 21%; vertical-align: middle; border-left: 1px solid #425793; -webkit-transition: 0.5s all ease; transition: 0.5s all ease; }
.finder-basic > div:first-of-type { border-left: 0; }
.finder-basic .finder-basic-button { border-left: 0; width: 16%; }
.btn-submit { float: left; font-weight: 800; color: #fff; text-transform: uppercase; border: 0; z-index: 1; width: 100%; text-align: center; -webkit-transition:all .35s; transition:all .35s; /* ff3.6+ */ /* safari4+,chrome */ /* safari5.1+,chrome10+ */ /* opera 11.10+ */ /* ie10+ */
    background: linear-gradient(175deg, rgba(97,200,255,1) 0%, rgba(31,125,222,1) 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#61c8ff', endColorstr='#1f7dde',GradientType=0 ); /* ie6-9 */ 
}
.btn-submit:hover { /* ff3.6+ */ /* safari4+,chrome */ /* safari5.1+,chrome10+ */ /* opera 11.10+ */ /* ie10+ */
    background: linear-gradient(350deg, rgba(97,200,255,1) 0%, rgba(31,125,222,1) 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f7dde', endColorstr='#61c8ff',GradientType=0 ); /* ie6-9 */ 
}
.btn-submit:hover:after { opacity: 1 }
.btn-submit span { position:relative; z-index:3; }
.btn-submit:hover { color:#fff }

.btn-reset { display: none; float: left; font-weight: 800; color: rgba(255, 255, 255, .7); text-transform: uppercase; border: 0; z-index: 1; width: 40%; text-align: center; -webkit-transition:all .35s; transition:all .35s; 
    /*
    background: rgba(243,111,111,1);
    background: -moz-linear-gradient(top, rgba(243,111,111,1) 0%, rgba(222,84,84,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(243,111,111,1)), color-stop(100%, rgba(222,84,84,1)));
    background: -webkit-linear-gradient(top, rgba(243,111,111,1) 0%, rgba(222,84,84,1) 100%);
    background: -o-linear-gradient(top, rgba(243,111,111,1) 0%, rgba(222,84,84,1) 100%);
    background: -ms-linear-gradient(top, rgba(243,111,111,1) 0%, rgba(222,84,84,1) 100%);
    background: linear-gradient(to bottom, rgba(243,111,111,1) 0%, rgba(222,84,84,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f36f6f', endColorstr='#de5454', GradientType=0 );   
    */
}
.btn-reset:hover { color: #fff;
    /*               
    background: rgba(222,84,84,1);
    background: -moz-linear-gradient(top, rgba(222,84,84,1) 0%, rgba(243,111,111,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(222,84,84,1)), color-stop(100%, rgba(243,111,111,1)));
    background: -webkit-linear-gradient(top, rgba(222,84,84,1) 0%, rgba(243,111,111,1) 100%);
    background: -o-linear-gradient(top, rgba(222,84,84,1) 0%, rgba(243,111,111,1) 100%);
    background: -ms-linear-gradient(top, rgba(222,84,84,1) 0%, rgba(243,111,111,1) 100%);
    background: linear-gradient(to bottom, rgba(222,84,84,1) 0%, rgba(243,111,111,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#de5454', endColorstr='#f36f6f', GradientType=0 );
    */
}   

.finder-basic .finder-basic-button { line-height: 80px; }
.finder-basic > div:hover .finder-reset { display: block; }

.finder-select .bootstrap-select { margin-top: 26px; }
.finder-select .bootstrap-select .btn { padding: 0 32px; height: 54px; line-height: 54px; margin-top: 0; background: none; border-color: transparent; } 
.finder-select .bootstrap-select .btn .filter-option { font-size: 16px; font-weight: 800; color: #fff; }
.finder-select .bootstrap-select .btn:hover, .finder-select .bootstrap-select .btn:focus, .finder-select .bootstrap-select .btn:hover .filter-option { color: #fff; }
.finder-select .bootstrap-select .btn:hover { background: none; }
.finder-select .bootstrap-select .btn:focus { background: none; border-color: transparent; }
.finder-select .bootstrap-select .btn-default:active, .finder-select .bootstrap-select .btn-default.active, .finder-select .bootstrap-select.open > .dropdown-toggle.btn-default { background: none; border-color: transparent; color: #fff; }
.finder-select .bootstrap-select.btn-group .dropdown-toggle .caret { right: 40px; top: 10px; }
.finder-select .bootstrap-select.btn-group .dropdown-toggle .caret::before { font-size: 11px; color: #94d9ff; }
.finder-select .bootstrap-select.btn-group .btn.dropdown-toggle:hover .caret::before { color: #94d9ff; }
.finder-select .bootstrap-select .dropdown-menu { z-index: 10035; }
.finder-select .bootstrap-select .dropdown-menu > li > a { padding: 8px 32px; }

.finder-date,
.finder-location, .finder-select-wraper {
    position: relative;
}
.finder-date > input,
.finder-location > input { position: relative; display: block; width: 100%; height: 54px; line-height: 54px; margin-top: 26px; padding: 0 32px; cursor: pointer; font-weight: 800; background: transparent !important; border: 0; color: #fff; z-index: 2; }
/*.finder-date::after,
.finder-location::after { position: absolute; right: 32px; top: 50%; color: #94d9ff; font: 18px 'cvh'; transform: translate(0,-2px); z-index: 1; }
.finder-date::after { content: '\65'; }
.finder-location::after { content: '\70'; }*/

.finder-advanced { display: table; width: 100%; height: 80px; background: #9ce9ff; margin-top: 30px; margin-bottom: -40px; }
.finder-advanced > div { position: relative; display: table-cell; width: 20%; vertical-align: middle; border-left: 1px solid #fff; -webkit-transition: 0.5s all ease; transition: 0.5s all ease; }
.finder-advanced > div:first-of-type { border-left: 0; }
.finder-advanced > div:hover .finder-reset { display: block; }
.finder-advanced .finder-tip { color: #2f58b2; opacity: 1; }
.finder-advanced .finder-advanced-button { line-height: 80px; text-align: center; }
.finder-advanced .finder-advanced-button a { display: block; font-weight: 800; }
.finder-advanced .finder-advanced-button a span { position: relative; top: -1px; font-size: 10px; margin-left: 8px; }

.finder-advanced .finder-select .bootstrap-select .btn .filter-option { color: #232323; }
.finder-advanced .finder-select .bootstrap-select .btn:hover, 
.finder-advanced .finder-select .bootstrap-select .btn:focus, 
.finder-advanced .finder-select .bootstrap-select .btn:hover .filter-option { color: #232323; }
.finder-advanced .finder-select .bootstrap-select .btn-default:active, 
.finder-advanced .finder-select .bootstrap-select .btn-default.active, 
.finder-advanced .finder-select .bootstrap-select.open > .dropdown-toggle.btn-default { color: #232323; }
.finder-advanced .finder-select .bootstrap-select.btn-group .dropdown-toggle .caret::before { color: #1f7dde; }
.finder-advanced .finder-select .bootstrap-select.btn-group .btn.dropdown-toggle:hover .caret::before { color: #1f7dde; }

.finder-advanced-title { display: none; }



/* FLATPICKER OVERRIDES */
.flatpickr-calendar { -webkit-box-shadow: 0 0 32px rgba(0,0,0,0.3); box-shadow: 0 0 32px rgba(0,0,0,0.3); }
.flatpickr-month { border-radius: 0; height: 40px; background: #fff; color: #232323; fill: #232323; }
.flatpickr-prev-month, .flatpickr-next-month { height: 28px; line-height: 28px; }
.flatpickr-current-month { font-size: 15px; font-weight: 800; padding-top: 15px; }
.flatpickr-weekdays,
span.flatpickr-weekday { background: #fff; color: #1f9bde; }
.flatpickr-day { border-radius: 0; max-width: none; border-top: 1px solid #e5e5e5; }
.flatpickr-day.disabled, .flatpickr-day.disabled:hover, .flatpickr-day.prevMonthDay, .flatpickr-day.nextMonthDay, .flatpickr-day.notAllowed, .flatpickr-day.notAllowed.prevMonthDay, .flatpickr-day.notAllowed.nextMonthDay { border: 0; border-top: 1px solid #e5e5e5; background: #f5f5f5; }
.flatpickr-current-month .numInputWrapper span.arrowUp { top: -2px; }
.flatpickr-current-month .numInputWrapper span.arrowUp::after { border-bottom-color: #232323; }
.flatpickr-current-month .numInputWrapper span.arrowDown::after { border-top-color: #232323; }
.flatpickr-current-month .numInputWrapper { width: 7ch; }
.numInputWrapper span { opacity: 1; border: 0; }
.flatpickr-day.today { border-color: transparent; border-top: 1px solid #e5e5e5; background: #ffebd9; }
.flatpickr-day.today:hover, .flatpickr-day.today:focus { border: 0; }
.flatpickr-calendar.arrowBottom::after,
.flatpickr-calendar.arrowTop::after,
.flatpickr-calendar.arrowTop::before,
.flatpickr-calendar.arrowBottom::before { display: none; }
.flatpickr-days { border-left: 0; border-right: 0; }



/* SECTIONS */
.section { padding-top: 60px; padding-bottom: 60px; }
.section.removeBottomPadding { padding-bottom: 0; }
.light-grey { background: #f2f2f2; }
.section-header { margin-bottom: 40px; }
.section-title { font: 32px 'merriweather', serif; font-weight: 700; text-align: center; color: #555; letter-spacing: -0.025em; }
.section-title.blue { color: #2f58b2; }
.section-middle { position: relative; }
.section-footer { margin-top: 40px; text-align: center; }
.section-footer .btn { margin-left: 10px; margin-right: 10px; margin-top: 8px; margin-bottom: 8px; }

.section-footer .btn {
    min-width: 380px;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 18px;
}

.wrap {
    white-space: normal;
}

.button-list {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}
.button-list li { display: inline-block; margin-top: 5px; margin-bottom: 5px; }
    .button-list li:first-child { display: block; }
    .button-list li > span {
        font-weight: 700;
        color: #2f58b2;
    }

.explore-on-map .destination-map, .inner-map { height: 600px; }

.villa-listing .destination-map {
    height: 600px;
}

.explore-on-map .button-list { margin-top: 40px; }
.narrower-shadow { position: absolute; width: 92%; height: 100%; left: 50%; transform: translate(-50%,0); -webkit-transform: translate(-50%,0); -webkit-box-shadow: 0 16px 32px rgba(0,0,0,0.15); box-shadow: 0 16px 32px rgba(0,0,0,0.15); }

.featured-villas { border-top: 1px solid #f2f2f2; }
.featured-villas .nav-tabs { text-align: center; border-bottom: 0; }
.featured-villas .nav-tabs > li { font-size: 32px; font-weight: 700; border: 0; display: inline-block; float: none; margin-left: 20px; margin-right: 20px; }
.featured-villas .nav-tabs > li > a { border: 0; border-radius: 0; background: none; line-height: 32px; margin-right: 0; padding: 0; color: #b5b5b5; }
.featured-villas .nav-tabs > li > a:hover { color: #2f58b2; background: none; }
.featured-villas .nav-tabs > li.active a, 
.featured-villas .nav-tabs > li.active a:focus { background: none; color: #555; }
.featured-villas .nav-tabs > li.active > a, 
.featured-villas .nav-tabs > li.active > a:hover, 
.featured-villas .nav-tabs > li.active > a:focus { border: 0; }
.featured-villas .nav-tabs > li.active a:hover { color: #555; }
.featured-villas .nav-tabs > li > a > span { position: relative; top: -1px; display: inline-block; margin-right: 8px; opacity: 0.3; }
.featured-villas .nav-tabs > li.active > a > span, 
.featured-villas .nav-tabs > li > a:hover > span { opacity: 1; }

.featured-villas .owl-carousel {
    z-index: 0 !important;
}

.featured-villas .tab-pane { padding-top: 0; }

.favorite-destinations { padding-bottom: 32px; }
.villa-listing { padding-top: 100px; }
.villa-listing .destination-map { height: 600px; }
.featured-villas.on-inner-page { background: #f2f2f2; }
.tabbed-view-switch { display: block; width: 100%; margin: 0 0 40px 0; padding: 0; list-style: none; border-bottom: 1px solid #e2e2e2; text-align: center; }
.tabbed-view-switch li { display: inline-block; width: 50%; max-width: 200px; }
.tabbed-view-switch li a { display: block; padding: 16px 0; font-weight: 700; text-transform: uppercase; background: #f2f2f2; border: 1px solid transparent; border-bottom-color: #e2e2e2; color: #b5b5b5; border-radius: 8px 8px 0 0; margin-bottom: -1px; }
.tabbed-view-switch li a:hover { background: #2f58b2; color: #fff; }
.tabbed-view-switch li a.active,
.tabbed-view-switch li a.active:hover { background: #fff; border: 1px solid #e2e2e2; border-bottom-color: #fff; color: #2f58b2; }
.tabbed-view-switch li a span { position: relative; top: 2px; margin-right: 12px; }

.favorites-toggle { font-size: 24px; color: #fff; opacity: 0.75; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; text-shadow: 0 0 12px rgba(47,88,178,0.5); }
.favorites-toggle.active { color: #fb3c3c; opacity: 1; }
.favorites-toggle:hover { transform: scale(1.1); -webkit-transform: scale(1.1); opacity: 1; text-shadow: 0 0 12px rgba(47,88,178,1); }



/* GRID 3 */
.grid-3 { margin: -24px -2%; }
.grid-3 .grid-3-item { position: relative; display: block; float: left; width: 20%; margin: 24px 2%; }
.grid-3 .grid-3-item .grid-item-pic { position: relative; display: block; }
.grid-3 .grid-3-item .grid-item-pic .favorites-toggle { position: absolute; right: 20px; top: 20px; }
.grid-3 .grid-3-item .grid-item-title { display: block; font-size: 20px; font-weight: 800; margin-top: 24px; }




/* GRID 4 */
.grid-4 { margin: -24px -20px; }
.grid-4 .grid-4-item { display: block; float: left; width: 320px; /*height: 450px;*/ margin: 24px 20px; }
.grid-4 .grid-4-item .grid-item-pic { position: relative; display: block; }
.grid-4 .grid-4-item .grid-item-pic .favorites-toggle { position: absolute; right: 20px; top: 20px; }
.grid-4 .grid-4-item .grid-item-title { display: block; font-size: 20px; font-weight: 800; margin-top: 24px; }




/* GRID 4 CAROUSEL */
.grid-4-item { position: relative; display: block; color: #232323; z-index: 0; margin: 0 20px; }
.grid-4-item:hover,
.grid-4-item:active { color: #232323; z-index: 2; }
.grid-4-item .grid-item-pic img { -webkit-box-shadow: 0 12px 20px rgba(0,0,0,0.2); box-shadow: 0 12px 20px rgba(0,0,0,0.2); -webkit-transition: 0.3s all ease; transition: 0.3s all ease; }
.grid-4-item .grid-item-pic:hover img { -webkit-box-shadow: none; box-shadow: none; }
.grid-4-item > span { display: block; text-align: center; letter-spacing: -0.025em; }

.grid-item-pic img { margin-left: auto; margin-right: auto; }
.grid-item-name { display: inline-block; width:100%; font-size: 20px; margin-top: 5px;}
.grid-item-name a { color: #000; }
.grid-item-desc { display: inline-block; width:100%; color: #555; margin-top: 12px; font-size: 15px; line-height: 22px; }
.grid-item-location { display: inline-block; width:100%; color: #1f9bde;  font-size: 15px; line-height: 22px; }
.grid-item-details { display: inline-block; width:100%; color: #000; margin-top: 12px; padding: 0 10px; font-size: 15px; line-height: 22px; }
.grid-item-price { display: inline-block; width:100%; color: #1f9bde; font-weight: 700; }
.grid-item-header {
	position: absolute;
	top: 60px;
	/*margin-left: 30%;*/
	z-index: 9999;
}
.grid-item-special-offer-banner {
	color: #fff;
	padding: 4px 12px;
	font-size: 14px;
	background-color: #ffa500;
	margin: auto;
	text-align: center;
	border-radius: 2em;
	font-weight: bold;
	width: 132px;
}


.featured-villas .owl-controls .owl-prev { left: -30px; }
.featured-villas .owl-controls .owl-next { right: -30px; }



/* GRID 6 */
.grid-6 { margin: -20px; text-align: center; }
.grid-6 .grid-6-item { position: relative; display: inline-block; width: 200px; margin: 20px 18px; color: #fff; }
.grid-6 .grid-6-item .grid-item-overlay { position: absolute; left: 0; bottom: 0; width: 100%; height: 50%; z-index: 2; -webkit-transition: all 0.3s ease; transition: all 0.3s ease;
background: rgba(0,0,0,0);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0.6)));
background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)), to(rgba(0,0,0,0.6)));
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}
.grid-6 .grid-6-item:hover .grid-item-overlay { height: 100%; }
.grid-6 .grid-6-item .grid-item-pic { position: relative; display: block; z-index: 1; }
.grid-6 .grid-6-item .grid-item-pic img { -webkit-box-shadow: 0 12px 20px rgba(0,0,0,0.2); box-shadow: 0 12px 20px rgba(0,0,0,0.2); }
.grid-6 .grid-6-item .grid-item-title { position: absolute; left: 0; bottom: 0; width: 100%; font-size: 20px; font-weight: 800; padding: 0 20px 24px 20px; text-align: center; z-index: 3; }


.double-set { display: table; width: 100%; table-layout: fixed; }
.double-set .subsection { display: table-cell; width: 50%; padding: 100px; }
.double-set .about { position: relative; color: #fff; /* ff3.6+ */ /* safari4+,chrome */ /* safari5.1+,chrome10+ */ /* opera 11.10+ */ /* ie10+ */
background: linear-gradient(355deg, rgba(57,186,255,1) 0%, rgba(118,75,162,1) 95%); /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#764ba2', endColorstr='#39baff',GradientType=0 ); /* ie6-9 */ 
}
    .double-set .about .bgnd-pic {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        /*background: url(../img/about-bgnd.jpg); */
        background-size: cover;
        opacity: 0.07;
        z-index: 1;
    }

.double-set .about .about-body { position: relative; z-index: 2; }
.double-set .about .about-desc { font-size: 24px; line-height: 32px; letter-spacing: -0.025em; font-weight: 300; text-align: center; margin-top: 32px; }
.double-set .about .section-title { color: #91d8fe; }
.double-set .about .read-more { text-align: center; margin-top: 32px; }
.double-set .about .read-more a { color: #fff; font-weight: 800; }
.double-set .about .read-more a:hover { color: #91d8fe; }
.double-set .about .button-list { margin-top: 32px; }

.double-set .testimonials { /* ff3.6+ */ /* safari4+,chrome */ /* safari5.1+,chrome10+ */ /* opera 11.10+ */ /* ie10+ */
background: linear-gradient(355deg, rgba(255,237,230,1) 5%, rgba(126,208,255,1) 100%); /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7ed0ff', endColorstr='#ffede6',GradientType=0 ); /* ie6-9 */ 
}
.testimonials-carousel { margin-top: 32px; padding-bottom: 48px; }
.intro-body .testimonials-carousel { margin-top: 0; }
.testimonial-label { text-transform: uppercase; margin-bottom: 12px; font-weight: 700; font-family: inherit; font-size: inherit; }
.testimonial-item { position: relative; }
.testimonial-date { margin-top: 20px; font-size: 80%; color: #888; }
.testimonial-title { font-weight: 800; display: block; }
/*.testimonial-body::before { position: absolute; left: 0; top: 0; font-family: 'cvh'; font-size: 16px; font-style: normal; content: '\7a'; color: #2f58b2; }*/
.testimonial-body > span { font-weight: 700; font-size: 120%; color: #2f58b2; }
.testimonial-body > p { display: inline; }
.testimonial-author { margin-top: 12px; font-style: italic; }

.testimonial-body  p {
    display: inline;
}

.testimonial-subtitle {
    margin: 30px 0 7px 0;
    padding: 0;
    text-transform: uppercase;
    font-size: 12px;
    opacity: .9;
    letter-spacing: 1px;
}

.testimonials-carousel .owl-controls {
    bottom: 12px;
    top: auto;
}
.testimonials-carousel .owl-controls .owl-prev,
.testimonials-carousel .owl-controls .owl-next { background: none; width: 32px; height: 32px; -webkit-box-shadow: none; box-shadow: none; }
.testimonials-carousel .owl-controls .owl-prev { left: 50%; top: 0; margin-left: -48px; }
.testimonials-carousel .owl-controls .owl-next { right: 50%; top: 0; margin-right: -48px; }
.testimonials-carousel .owl-controls .owl-prev::before,
.testimonials-carousel .owl-controls .owl-next::before { width: 32px; height: 32px; font-size: 24px; line-height: 32px; }

.testimonials-2-cols { margin-top: -20px; margin-bottom: 20px; }
.testimonials-2-cols .testimonial-item { width: 48%; float: left; margin-left: 4%; margin-top: 30px; padding-bottom: 30px; background: #d9f2ff; padding: 40px 48px; }
.testimonials-2-cols .testimonial-item:nth-child(odd) { margin-left: 0; }
.testimonials-2-cols .testimonial-item:nth-child(4n+1),
.testimonials-2-cols .testimonial-item:nth-child(4n+4) { background: #fff2ed; } 



/* CONTACT BLOCK */
.comm { background: #2f58b2; }
.comm-way { float: left; width: 33.333%; padding-left: 40px; padding-right: 40px; text-align: center; color: #fff; }
.comm-way ul { margin: 0; padding: 0; list-style: none; }
.comm-way ul li > a { word-break: break-all; }
.comm-way-icon { color: #f5ae51; font-size: 60px; }
.comm-way-icon .icon-chat { font-size: 64px; }
.comm-way-icon .icon-write { font-size: 72px; }
.comm-way-title { font: 20px 'merriweather', serif; text-transform: uppercase; font-weight: 700; margin: 24px 0; }
.comm-way .btn { margin-top: 32px; }



/* PAGE HEADING */
.page-heading { position: relative; }
.page-heading img { width: 100% !important; cursor: pointer; }
.page-heading .text-body { display: inline-block; position: absolute; left: 50%; top: 50%; max-width: 1400px; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); text-align: center; margin: 0; padding: 0; list-style: none; }
.page-heading h1 { display: block; font: 72px 'merriweather', serif; font-weight: 700; line-height: 1em; color: #fff; text-shadow: 0 0 24px rgba(0,0,0,0.5); letter-spacing: -0.025em; }
.alt-text-body h1 { padding-right: 330px;  }
.page-heading h2 { display: block; font-size: 20px; font-weight: 300; line-height: 28px; text-align: center; color: #fff; margin-top: -8px; margin-left: auto; margin-right: auto; padding: 32px 64px; background: rgba(0,95,187,0.8); width: 920px; }
/*.page-heading .btn { display: none; }*/
.page-heading-overlay { position: absolute; left: 0; bottom: 0; width: 100%; height: 32%; z-index: 10; /* ff3.6+ */ /* safari4+,chrome */ /* safari5.1+,chrome10+ */ /* opera 11.10+ */ /* ie10+ */
background: -webkit-gradient(linear, left bottom, left top, from(rgba(21,35,52,.66)), to(rgba(21,35,52,0)));
background: linear-gradient(0deg, rgba(21,35,52,.46) 0%, rgba(21,35,52,0) 100%); /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#152334', endColorstr='#152334',GradientType=0 ); /* ie6-9 */ 	
pointer-events: none;
}
.page-heading .alt-text-body { position: absolute; left: 0; bottom: 0; width: 100%; z-index: 20; padding-bottom: 60px; }
.page-heading .alt-text-body .container { position: relative; }
.page-heading .btn-direction { position: absolute; left: 50%; bottom: 0; width: 64px; height: 64px; transform: translate(-50%,50%); -webkit-transform: translate(-50%,50%); background: #fff; border-radius: 50%; text-align: center; font-size: 24px; color: #232323; -webkit-box-shadow: 0 10px 30px rgba(0,0,0,0.15); box-shadow: 0 10px 30px rgba(0,0,0,0.15); }
.page-heading .btn-direction:hover { color: #2f58b2; }
.page-heading .btn-direction span { position: relative; top: 20px; }
.page-heading .parent-title { display: block; color: #fff; font-size: 120%; text-transform: uppercase; font-weight: 700; margin-bottom: 16px; }
.page-heading .parent-title a { color: #fff; }
.page-heading .parent-title a:hover { text-decoration: underline; }

.villa-shorts { color: #fff; font-size: 18px; margin-top: 16px; overflow: hidden; }
.villa-shorts::before { display: none; font-family: 'cvh'; content: '\70'; color: #1f9bde; margin-right: 8px; }
.villa-shorts span { float: left; }
.villa-shorts span::after { padding: 0 12px; color: #1f9bde; content: '/'; }
.villa-shorts span:last-child::after { display: none; }

.page-heading-buttons { display: block; }
.page-heading-buttons > a,
.page-heading-buttons > span { margin-left: 8px; }
.page-heading-buttons a:first-child,
.page-heading-buttons span:first-child { margin-left: 0; }
.page-heading-buttons .movie-btn { width: 48px; height: 48px; font-size: 20px; padding-left: 0; padding-right: 0; }

.page-heading-floating { display: inline-block; }
.page-heading-floating .btn, .ph-inquiry { width: 200px; }

.page-heading-floating + a { margin-left: 10px; }

.page-heading-simple { margin-bottom: 40px; }
.page-heading-simple h2 { margin-top: 32px; }
.page-heading-simple .cat-image { position: relative; margin-top: 40px; }
.page-heading-simple .cat-image img { -webkit-box-shadow: 0 12px 20px rgba(0,0,0,0.1); box-shadow: 0 12px 20px rgba(0,0,0,0.1); }
.page-heading-simple .cat-image .btn { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); text-transform: uppercase; }

.grid-heading { position: relative; height: 48px; line-height: 48px; margin-bottom: 48px; color: #555; }
.grid-qty { position: absolute; left: 0; top: 6px; }
.page-nav { text-align: center; vertical-align: middle; }
.page-nav ul { margin: 0; padding: 0; list-style: none; }
.page-nav ul li { display: inline-block; margin: 0 10px; line-height: 48px; overflow: hidden; }
.page-nav ul li a { color: #555; z-index: 10; }
.page-nav ul li a:hover { color: #00c0f3; }
.page-nav ul li a > span { position: relative; top: 1px; font-size: 10px; }
.page-nav ul li span, 
.page-nav ul li i,
.page-nav ul li input { display: inline-block; vertical-align: middle; height: 48px; }
.page-nav ul li input { margin: 0 10px; text-align: center; width: 48px; border: 1px solid #d1d1d1; background:none; color: #232323; }
.page-nav ul li i { font-style: normal; font-weight: 700; margin: 0 8px; }
.grid-heading .page-nav	{ position: absolute; left: 50%; top: 0; transform: translate(-50%,0); -webkit-transform: translate(-50%,0); }
.sort-results { position: absolute; right: 0; }
.sort-results span { display: inline-block; vertical-align: middle; margin-right: 8px; }
.sort-results .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) { width: auto; min-width: 160px; }

.page-nav input::-webkit-outer-spin-button,
.page-nav input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.page-nav input[type=number] {
    -moz-appearance: textfield;
}

.grid-bottom {
    text-align: center;
    margin-top: 48px;
}

.intro .section-title { text-align: left; }
.intro-summary { float: left; width: 440px; }
.intro-description { float: right; width: 800px; line-height: 26px; }
.intro-description .id-txt { margin-top: 32px; font-family: 'muli', Arial, sans-serif; font-size: 24px; font-weight: 300; line-height: 36px; letter-spacing: -0.025em; }
.intro-description .intro-body { margin-top: 32px; }
.intro-description .we-say { margin-top: 32px; }
.intro-summary-inner { padding: 0 40px 32px 40px; background: #d9f2ff; margin-top: 32px; }
.intro-summary-inner.float-right { max-width: 360px; margin-top: 0; }
.intro-summary-inner ul { margin: 0; padding: 24px 0; list-style: none; }
.intro-summary-inner ul:first-child { padding-bottom: 0; }
.intro-summary-inner p { font-weight: bold; margin-bottom: 0; padding-bottom: 0; padding-top: 24px; }
.intro-summary-inner p + ul { padding-top: 0; padding-bottom: 0; }
.intro-summary-inner p:first-child { padding-top: 32px; }
.table-view li { display: table; width: 100%; padding: 8px 0; }
.table-view li > i { display: table-cell; vertical-align: top; font-style: normal; color: #2f58b2; font-weight: 800; width: 140px; }
.table-view li > span { display: table-cell; vertical-align: top; }
.table-view em { display: inline-block; font-style: normal; font-weight: 700; width: 120px; }
.bulleted li, .intro-summary-inner li {
    padding: 5px 0 5px 24px;
}
    .bulleted li::before, .intro-summary-inner li::before {
        font-family: 'cvh';
        font-size: 10px;
        content: '\63';
        color: #1f9bde;
        margin-right: 14px;
        margin-left: -24px;
    }
.intro-summary-inner .table-view { padding-bottom: 0; }
.about-regions {
    font-size: 18px;
}
.about-regions .intro-summary-inner p {
    margin-bottom: 0;
    font-weight: 400;
}
.google-maps-destination { float: right; width: 440px; height: 300px; margin: 40px 0 0 72px; }
.google-maps-destination .inner-map { height: 100%; }

.content-view-photos { margin-top: 36px; }

.hidden-grid { height: 64px; overflow: hidden; position: relative; width: 100%; margin-top: 40px; padding-bottom: 24px; opacity: 0.2; }
.hidden-grid-overlay { position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 20; /* ff3.6+ */ /* safari4+,chrome */ /* safari5.1+,chrome10+ */ /* opera 11.10+ */ /* ie10+ */
background: -webkit-gradient(linear, left bottom, left top, from(rgba(242,242,242,1)), to(rgba(35,71,112,0)));
background: linear-gradient(0deg, rgba(242,242,242,1) 0%, rgba(35,71,112,0) 100%); /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#234770', endColorstr='#f2f2f2',GradientType=0 ); /* ie6-9 */ 
}

.width-limited .container { position: relative; max-width: 970px; margin-left: auto; margin-right: auto; }
.page-content { line-height: 26px; }
.page-content a:not(.btn) { text-decoration: underline; }
.page-content p { margin-bottom: 0; }
.page-content h2, .page-content .pseudo-h2 { font-size: 20px; font-weight: 800; font-family: 'merriweather',serif; line-height: 1.4em; text-transform: uppercase; color: #1f9bde; margin-top: 40px; margin-bottom: 24px; }
.page-content h2:first-child, .page-content .pseudo-h2:first-child { margin-top: 0; }
.page-content h2.about-lead { font-family: 'muli', Arial, sans-serif; font-size: 24px; font-weight: 300; line-height: 36px; margin-top: 0; letter-spacing: -0.025em; color: #232323; text-transform: none; }
.page-content h3 { font-size: 16px; font-weight: 800; margin-bottom: 16px; margin-top: 24px; }
.page-content .bulleted li { padding: 5px 0 0 24px; }

.prices .section-title,
.booking .section-title { text-align: left; }
.prices .section-header { position: relative; }

.currency-select { position: absolute; right: 0; top: 15px; }
.currency-select a { display: inline-block; margin-left: 16px; font-weight: 700; opacity: 0.5; border-bottom: 2px solid transparent; color: #232323; padding-left: 4px; padding-right: 4px; line-height: 20px; }
.currency-select a:hover { opacity: 1; }
.currency-select .active { opacity: 1; border-bottom-color: #1f9bde; }

.prices-special { font-weight: 800; text-align: center; color: #ff7200; margin-bottom: 40px; }

.villa-notice { float: right; width: 380px; margin-top: 80px; }
.villa-notice-label { text-transform: uppercase; font-weight: 800; margin-bottom: 12px; font-family: inherit; font-size: inherit; }



/* TABS */

.service-tabs .container { padding-left: 0; padding-right: 0; }

.nav-tabs { border-bottom: 1px solid #c7c7c7; text-align: center; }
.nav-tabs > li { float: none; display: inline-block; font-weight: 800; }
.nav-tabs > li > a { border-bottom: 1px solid #c7c7c7; border-radius: 0; background: #f2f2f2; line-height: 24px; margin-right: 5px; padding: 15px 40px 14px 40px; color: #aaa; }
.nav-tabs > li > a:hover { border-bottom-color: #c7c7c7; }
.nav-tabs > li.active > a, 
.nav-tabs > li.active > a:hover, 
.nav-tabs > li.active > a:focus { color: #555; border-color: #c7c7c7; border-bottom: 1px solid #fff; }
.nav-tabs > li > a > h2 { font: inherit; color: inherit; }

.tab-pane { background: #fff; padding-top: 48px; }

.tab-pane:first-child {
    padding-top: 0;
}

.panel-group { margin-bottom: 0; }
.panel-group .panel { border-radius: 0; border: 0; -webkit-box-shadow: none; box-shadow: none; }
.panel-group .panel + .panel { margin-top: 2px; }
.panel-heading { border-radius: 0; }
.panel-default { border-color: #f2f2f2; }
.panel-default > .panel-heading { padding: 0; border-radius: 0; }
.panel-title { color: inherit; font-size: 14px; margin-bottom: 0; margin-top: 0; font-weight: 800; text-transform: uppercase; }
.panel-title a { display: block; padding: 13px 20px; color: #888; background: #f2f2f2; }
.panel-title a:hover { color: #232323; text-decoration: none; }
.panel-title a[aria-expanded=true] { color: #fff; background: #2f58b2; }
.panel-title a > h2 { font: inherit; color: inherit; }
.panel-group .panel-heading + .panel-collapse > .panel-body { border: 0; }
.panel-body { padding: 24px 0; font-size: 14px; line-height: 22px; }

.book-form { width: 100%; margin-top: -40px; }
.book-form-item { float: left; padding-left: 20px; padding-right: 20px; margin-top: 40px; }
.book-form-label { font-weight: 800; color: #555; margin-bottom: 8px; }
.book-form-field { position: relative; }
.book-form .textbox { width: 100%; }
.book-form-item > .btn { margin-top: 32px; width: 100%; padding-left: 0; padding-right: 0; }
.book-form-date .book-form-field { position: relative; }
.book-form-date .book-form-field::after { position: absolute; right: 16px; top: 50%; color: #1f9bde; font: 18px 'cvh'; transform: translate(0,-50%); -webkit-transform: translate(0,-50%); z-index: 1; }
.book-form-date .book-form-field::after { content: '\65'; }

.book-form.cols-4 .book-form-item { width: 25%; }
.book-form.cols-5 .book-form-item { width: 20%; }
.book-form.cols-6 .book-form-item { width: 16.6667%; }

.small-notice { font-size: 14px; margin-top: 40px; text-align: center; }

.prices { padding-top: 0; padding-bottom: 30px; }
.prices-table-wrapper { float: left; width: 100%; max-width: 940px; }

.prices-table {
    position: relative;
    color: #555;
    height: 185px;
    margin-bottom: 40px;
    overflow: hidden;
    -webkit-transition: max-height 2s ease-out;
    transition: max-height 2s ease-out;
}

.prices-table > div { padding: 10px 24px; }
.prices-table > div ul { display: table; width: 100%; margin: 0; padding: 0; list-style: none; }
.prices-table > div ul li { display: table-cell; vertical-align: middle; }
.prices-table .discount { width: 60px; color: #ff7200; font-weight: 800; text-align: right; }
.prices-table .price-before { width: 70px; color: #aaa; text-align: right; }
.prices-table .price-before span { text-decoration: line-through; }
.prices-table .price { width: 70px; font-weight: 800; text-align: right; }
.prices-table .price-now { color: #1f9bde; }
.prices-table > div:nth-child(odd) { background: #f2f2f2; }

.prices-table.expanded {
    height: auto;
    max-height: 100%;
    -webkit-transition: max-height 2s ease-out;
    transition: max-height 2s ease-out;
}
.prices-table .min-stay { text-align: right; }

.prices-table-overlay { pointer-events: none; position: absolute; width: 100%; height: 64px; left: 0; bottom: 0; /* ff3.6+ */ /* safari4+,chrome */ /* safari5.1+,chrome10+ */ /* opera 11.10+ */ /* ie10+ */
background: -webkit-gradient(linear, left bottom, left top, from(rgba(255,255,255,1)), to(rgba(255,255,255,0)));
background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* ie6-9 */ 
 }
  
.legend { margin: 48px 0 0 0; padding: 0; list-style: none; text-align: center; }
.legend li { display: inline-block; margin: 4px 16px; }
.legend li span { position: relative; top: 3px; display: inline-block; width: 20px; height: 20px; margin-right: 12px; border-radius: 50%; border: 1px solid transparent; }
.legend .available { background: #dff7df; border-color: #ddd; }
.legend .not-available { background: #ffb4ce; border-color: #ffb4ce; }
.legend .minimum-stay { background: #ffbbff; border-color: #ffbbff; }

/*.legend .special { background: #f3e584; border-color: #f3e584; }*/
.legend .selected { background: #6ee0b1; border-color: #6ee0b1; }

.legend .permitted { background: #dff7df; border-color: #ddd; }
    .legend .permitted:before {
        position: absolute;
        content: "";
        bottom: 4px;
        height: 2px;
        width: 100%;
        background-color: #6ee0b1;
        left: 0;
        z-index: 0;
    }



    .legend .special {
        background: #dff7df;
        border-color: #ddd;
        font-weight: bold;
        color: #ff7200;
    }

        .legend .special em {
            font-style: normal;
            font-size: 11px;
            position: absolute;
            width: 100%;
            text-align: center;
            left: 0;
            top: -2px;
        }

    .legend .special:before {
        position: absolute;
        content: "";
        bottom: 4px;
        height: 2px;
        width: 100%;
        left: 0;
        z-index: 0;
    }


/* CALENDAR */
.calendars { margin-top: 24px; margin-left: -20px; padding-right: 40px; height: 680px; }
.calendar-item { float: left; width: 305px; margin: 20px; font-size: 15px; }
.calendar-month-head { font-weight: 800; text-align: center; padding-bottom: 8px; color: #555; }
.calendar-grid { width: 100%; }
.calendar-grid td { width: 14.285%; text-align: center; padding: 7px 0 6px 0; -webkit-transition: 0.3s all ease; transition: 0.3s all ease; }
.calendar-grid thead td { background: #d9f2ff; border: 1px solid #d9f2ff; }
.calendar-grid tbody { border-right: 1px solid #ddd; }
.calendar-grid tbody td { background: #fff; border-left: 1px solid #ddd; border-bottom: 1px solid #ddd; color: #555; }
.calendar-grid .disabled { background: #f2f2f2; color: #aaa; cursor: default; }
.calendar-grid .today { background: #1f9bde; color: #fff; }
.calendar-grid .start-n-av { background: -webkit-gradient(linear, left top, right bottom, color-stop(50%, #fff), color-stop(50%, #ffb4ce)); background: linear-gradient(to right bottom, #fff 50%, #ffb4ce 50%); }
.calendar-grid .n-av { background: #ffb4ce !important; }
.calendar-grid .end-n-av { background: -webkit-gradient(linear, left top, right bottom, color-stop(50%, #ffb4ce), color-stop(50%, #fff)); background: linear-gradient(to right bottom, #ffb4ce 50%, #fff 50%); }
.calendar-grid .start-special { background: -webkit-gradient(linear, left top, right bottom, color-stop(50%, #fff), color-stop(50%, #f3e584)); background: linear-gradient(to right bottom, #fff 50%, #f3e584 50%); }
.calendar-grid .start-special { background: #ffffff; }
/*.calendar-grid .special { background: #f3e584; }*/
/*.calendar-grid .end-special { background: -webkit-gradient(linear, left top, right bottom, color-stop(50%, #f3e584), color-stop(50%, #fff)); background: linear-gradient(to right bottom, #f3e584 50%, #fff 50%); }*/
.calendar-grid .end-special { background-color: #ffffff }
.calendar-grid .start-selection { background: -webkit-gradient(linear, left top, right bottom, color-stop(50%, #fff), color-stop(50%, #6ee0b1)); background: linear-gradient(to right bottom, #fff 50%, #6ee0b1 50%); }
.calendar-grid .selection { background: #6ee0b1; }
.calendar-grid .end-selection { background: -webkit-gradient(linear, left top, right bottom, color-stop(50%, #6ee0b1), color-stop(50%, #fff)); background: linear-gradient(to right bottom, #6ee0b1 50%, #fff 50%); }


.start-special.n-av.possible-end-date {
    background-color: #ffb4ce;
}

.calendar-grid .possible-start-date {
    font-weight: bold;
    cursor: pointer;
    /*animation: blinker 1s linear infinite;*/
}

    .calendar-grid .possible-end-date {
        font-weight: bold;
        cursor: pointer;
        /*animation: blinker 1s linear infinite;*/
    }

        .calendar-grid .possible-start-date span.bubble {
            color: #555;
            border-bottom: solid 2px #6ee0b1;
            padding: 0 4px;
        }



        .calendar-grid .special span.bubble, .calendar-grid .start-special span.bubble, .calendar-grid .end-special.possible-end-date span.bubble, .end-special span.bubble {
            color: #555;
            border-bottom: solid 2px #5ddfb9;
            padding: 0 4px;
        }




        .calendar-grid .special.n-av span.bubble,
        .calendar-grid .special.start-n-av span.bubble,
        .calendar-grid .special.end-n-av span.bubble,
        .calendar-grid .start-special.n-av span.bubble,
        .calendar-grid .end-special.n-av.possible-end-date span.bubble {
            border-bottom-width: 0;
        }


        .special.end-n-av.possible-start-date.possible-end-date span.bubble,
        .special.start-n-av.possible-end-date span.bubble {
            border-bottom: solid 2px #5ddfb9;
        }


        @-webkit-keyframes blinker {
            50% {
                color: #6ee0b1;
            }
        }

        @keyframes blinker {
            50% {
                color: #6ee0b1;
            }
        }

        .calendar-grid .your-selection {
        background: none;
        background-color: #6ee0b1;
        -webkit-animation: none;
                animation: none;
    }

.calendar-grid .selection-hoverable {
    /*background-color: #6ee0b1;*/
}


.calendar-grid .your-selection {
    color: #232323;
    background-color: #ffbbff !important;
}

.calendar-grid .selection-marked {
    background: none;
    background-color: #6ee0b1 !important;
}



.calendar-grid .start-n-av.selection-hover:hover {
    background: none;
    background-color: #6ee0b1;
}

    .mCSB_outside + .mCSB_scrollTools { right: 25px; }
.mCSB_scrollTools { opacity: 1 !important; }
.mCSB_draggerContainer { display: none; }
.mCSB_scrollTools .mCSB_buttonUp, .mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonLeft, .mCSB_scrollTools .mCSB_buttonRight { width: 48px; height: 48px; border-radius: 50%; background: #fff; opacity: 1; color: #232323; -webkit-box-shadow: 0 10px 30px rgba(0,0,0,0.15); box-shadow: 0 10px 30px rgba(0,0,0,0.15); }
.mCSB_scrollTools .mCSB_buttonUp:hover,
.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover{ opacity: 1; -webkit-filter: none; filter: none; -ms-filter: none; background: #1f9bde; color: #fff; }
.mCSB_scrollTools .mCSB_buttonUp:active,
.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active{ opacity: 1; -webkit-filter: none; filter: none; -ms-filter: none; background: #1f9bde;color: #fff; }
.mCSB_scrollTools .mCSB_buttonUp { z-index: 20; }
.mCSB_scrollTools .mCSB_buttonDown { z-index: 20; }
.mCSB_scrollTools .mCSB_buttonUp::after,
.mCSB_scrollTools .mCSB_buttonDown::after { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); font: 18px 'cvh'; }
.mCSB_scrollTools .mCSB_buttonUp::after { content: '\6d'; }
.mCSB_scrollTools .mCSB_buttonDown::after { content: '\6a'; }
.mCSB_scrollTools .mCSB_buttonUp { top: 50%; transform: translate(0,-68px); -webkit-transform: translate(0,-68px); }
.mCSB_scrollTools .mCSB_buttonDown { bottom: 50%; transform: translate(0,68px); -webkit-transform: translate(0,68px); }

.calendar-footer { margin-top: 40px; }
.calendar-book-details { float: left; width: 50%; background: #fff; padding: 24px 32px; }
.calendar-book-details ul { float: left; margin: 0; padding: 0; list-style: none; }
.calendar-book-details ul li { display: block; }
.calendar-book-details ul li:first-of-type { padding-bottom: 10px; }
.calendar-book-details .selected-period { width: 40%; }
.calendar-book-details .select-guests { width: 30%; }
.calendar-book-details .total-price { width: 30%; text-align: right; }
.calendar-book-details .price { font-size: 32px; font-weight: 800; color: #1f9bde; }
.calendar-book-details .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) { width: 120px; }
.calendar-notice { float: left; width: 25%; padding: 0 32px; }
.calendar-notice ul { margin: 0; padding: 0; list-style: none; }
.calendar-notice ul li { display: block; padding-bottom: 8px; }
.calendar-buttons { float: right; width: 25%; }
.calendar-buttons .btn { width: 100%; margin-top: 16px; padding-top: 18px; padding-bottom: 18px; }
.calendar-buttons .btn:first-of-type { margin-top: 0; }
.calendar-footer .data-row { line-height: 48px; }





/* STICKY PAGE SUBNAV */
.page-subnav { text-align: center; background: #2f58b2; z-index: 10000; -webkit-box-shadow: 0 10px 40px rgba(0,0,0,0.15); box-shadow: 0 10px 40px rgba(0,0,0,0.15); }
.page-subnav .container { position: relative; }
.page-subnav ul { display: inline-block; margin: 0; padding: 0; list-style: none; -webkit-transition: 0.3s all ease; transition: 0.3s all ease; }
.page-subnav ul li { display: inline-block; padding: 32px 0; margin-left: 40px; -webkit-transition: 0.3s all ease; transition: 0.3s all ease; }
.page-subnav ul li:first-of-type { margin-left: 0; }
.page-subnav ul a { color: #fff; font-weight: 400; opacity: 0.75; border-bottom: 2px solid transparent; }
.page-subnav ul a:hover { opacity: 1; }
.page-subnav .active { opacity: 1; border-bottom-color: #1f9bde; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
.page-subnav .acc-name { display: none; font-family: 'merriweather', serif; font-weight: 700; font-size: 22px; color: #d9f2ff; text-align: center; padding-top: 24px; text-align: left;  }
.page-subnav .btn { display: none;  }

.sticky { position: fixed; left: 0; top: 0; width: 100%; z-index: 100; }
.sticky + .intro { margin-top: 104px; }
.page-subnav.sticky { text-align: left; }
.page-subnav.sticky ul { display: inline; }
.page-subnav.sticky ul li { padding-top: 20px; padding-bottom: 20px; }
.page-subnav.sticky .acc-name { display: block; }
.ps-btns { display: none; }
.page-subnav.sticky .ps-btns { display: block; position: absolute; top: 0; right: 20px; }
.page-subnav.sticky .btn { display: inline-block; padding: 8px 25px; font-size: 14px; }
.page-subnav.sticky .btn + .btn { margin-left: 14px; }
.page-mobile-subnav,
.page-mobile-menu { display: none; }




/* BOOKING */
header.for-booking { border-bottom: 1px solid #c8c8c8; -webkit-box-shadow: none; box-shadow: none; }

.booking-steps { position: absolute; right: 20px; bottom: 0; margin: 0; padding: 0; list-style: none; font-weight: 700; }
.booking-steps li { float: left; text-align: center; margin-left: 64px; }
.booking-steps li span { position: relative; display: block; color: #aaa; padding-bottom: 42px; }
.booking-steps li span::after { position: absolute; bottom: 0; left: 50%; width: 16px; height: 16px; background: #c7c7c7; border-radius: 50%; transform: translate(-50%,50%); -webkit-transform: translate(-50%,50%); content: ''; }
.booking-steps .active span { color: #232323; }
.booking-steps .active span::after { background: #1f9bde; }
.booking-steps .finished span { color: #13c58c; }
.booking-steps .finished span::after { background: #13c58c; }

.booking-wrapper { padding-top: 64px; padding-bottom: 64px; }
.booking { display: table; width: 100%; }
.booking .title { font-size: 40px; font-weight: 300; letter-spacing: -0.025em; }
.booking-main { display: table-cell; vertical-align: top; padding-right: 40px; }
.booking-main.half-width { width: 50%; padding-left: 80px; border-left: 1px solid #c7c7c7; padding-right: 0; }
.booking-main.half-width:first-of-type { padding-left: 0; padding-right: 80px; border-left: none; }
.booking-main h2 { font-size: 24px; text-transform: none; margin-top: 48px; letter-spacing: -0.02em; margin-bottom: 0; }
.booking-main h2 a { color: #1f9bde; }
.booking-main h2 a:hover { color: #2f58b2; }
.booking-main p { margin: 24px 0 12px 0; }
.show-sidebar { display: none; }

.report-wrapper {
    padding-top: 44px;
    padding-bottom: 24px;
}

.booking-sidebar { position: relative; width: 320px; display: table-cell; vertical-align: top; padding: 32px 40px; background: #f2f2f2; }
.booking-sidebar-inner { margin-bottom: 48px; }
.booking-sidebar .hide-sidebar { display: none; }
.booking-sidebar h2 { text-transform: uppercase; color: #ff7200; font-weight: 700; margin-bottom: 28px; }
.booking-sidebar .img-responsive { width: 100% !important; }
.booking-sidebar .item { margin-top: 28px; }
.booking-sidebar .item:first-of-type { margin-top: 0; }
.booking-sidebar .item > img { margin-bottom: 16px; }
.booking-sidebar .item > ul { display: table; width: 100%; margin: 0; padding: 0; list-style: none; }
.booking-sidebar .item > ul li { display: table-cell; vertical-align: top; }
.booking-sidebar .item > ul .price { width: 60px; text-align: right; }
.booking-sidebar .total-price { position: absolute; display: table; width: 100%; left: 0; bottom: 0; margin: 0; padding: 0; list-style: none; background: #555; color: #f5ae51; }
.booking-sidebar .total-price li { display: table-cell; width: 50%; text-align: right; font-weight: 800; padding: 12px 40px 12px 0; }
.booking-sidebar .total-price li:first-of-type { text-align: left; padding-left: 40px; padding-right: 0; }
.booking-sidebar .total-price .price { font-size: 20px; }

.booking-text-middle { display: table-cell; vertical-align: top; width: 400px; padding: 40px 80px 40px 64px; border-left: 1px solid #c7c7c7; }

.expandable { margin-top: 40px; }
.expandable:first-child { margin-top: 0; }
.expandable h2 a::after { position: relative; top: -2px; font-family: 'cvh'; font-size: 10px; content: '\63'; margin-left: 12px; -webkit-transition: 0.3s all ease; transition: 0.3s all ease; }
.expandable.active h2 a::after { content: '\61'; }
.expandable-content { display: none; }
.expandable.active .expandable-content { display: block; }

.phone-help { background: #2f58b2; text-align: center; padding: 32px 0; color: #fff; }
.phone-help span { color: #f5ae51; font-weight: 800; text-transform: uppercase; margin-right: 24px; }
.phone-help a { color: #fff; margin: 0 8px; white-space: nowrap; }
.phone-help a:hover { text-decoration: underline; }

.rounded-grid a { display: block; width: 33.333%; margin-top: 40px; float: left; text-align: center; font-weight: 800; color: #232323; }
.rounded-grid a:hover { color: #1f9bde; }
.rounded-grid a span { display: block; width: 140px; border-radius: 50%; overflow: hidden; -webkit-box-shadow: 0 10px 30px rgba(0,0,0,0.15); box-shadow: 0 10px 30px rgba(0,0,0,0.15); margin-left: auto; margin-right: auto; margin-bottom: 16px; }
.rounded-grid a span img { -webkit-transform: scale(1.1); transform: scale(1.1); -webkit-transition: 0.3s all ease; transition: 0.3s all ease; }
.rounded-grid a:hover span img { -webkit-transform: none; transform: none; }



/* INSPIRATION */
.subcategories { position: relative; background: #585c66; padding: 24px 0; -webkit-box-shadow: 0 10px 40px rgba(0,0,0,0.15); box-shadow: 0 10px 40px rgba(0,0,0,0.15); z-index: 90; }
.subcategories ul { margin: 0; padding: 0; list-style: none; text-align: center; font-weight: 800; line-height: 18px; }
.subcategories ul li { display: inline-block; margin-left: 40px; margin-top: 4px; margin-bottom: 4px; text-align: center; }
.subcategories ul li:first-of-type { margin-left: 0; }
.subcategories a { display: inline-block; color: #fff; opacity: 0.5; border-bottom: 2px solid transparent; padding: 4px 0; }
.subcategories a:hover,
.subcategories a.active { opacity: 1; }
.subcategories a.active { border-bottom-color: #1f9bde; }
.subcategories-toggler { display: none; }

.inspiration-heading { padding-top: 72px; padding-bottom: 72px; text-align: center; }
.inspiration-heading h1 { color: #232323; text-shadow: none; font-size: 64px; font-weight: 400; text-align: center; }

.article { position: relative; overflow: hidden; }
.article > img,
.article picture img { position: relative; z-index: 1; -webkit-transition: 0.5s all ease; transition: 0.5s all ease; }
.article:hover > img,
.article:hover picture img { transform: scale(1.05); -webkit-transform: scale(1.05); }
.article a { color: #fff; }
.article a:hover { color: #fff; }

.article-main { width: 100%; cursor: pointer; }
.article-main > img { width: 100% !important; }
.article-half { float: left; width: 50%; cursor: pointer; }

.article-summary { position: absolute; left: 0; bottom: 0; z-index: 3; margin: 0; padding: 0 48px 40px 48px; list-style: none; color: #fff; }
.article-main .article-summary { width: 50%; } 
.article-title a { display: block; font: 32px 'merriweather', serif; margin: 20px 0 4px 0; color: #fff; }

.article .top-shade { position: absolute; left: 0; top: 0; width: 100%; height: 30%; z-index: 2; /* ff3.6+ */ /* safari4+,chrome */ /* safari5.1+,chrome10+ */ /* opera 11.10+ */ /* ie10+ */
background: -webkit-gradient(linear, left bottom, left top, from(rgba(35,35,35,0)), to(rgba(35,35,35,0.6)));
background: linear-gradient(0deg, rgba(35,35,35,0) 0%, rgba(35,35,35,0.6) 100%); /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#232323', endColorstr='#232323',GradientType=0 ); /* ie6-9 */ 
}

.article .bottom-shade {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    z-index: 2; /* ff3.6+ */ /* safari4+,chrome */ /* safari5.1+,chrome10+ */ /* opera 11.10+ */ /* ie10+ */
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(35,35,35,0.9)), to(rgba(35,35,35,0)));
    background: linear-gradient(0deg, rgba(35,35,35,0.9) 0%, rgba(35,35,35,0) 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#232323', endColorstr='#232323',GradientType=0 ); /* ie6-9 */
    pointer-events: none;
}

.section.article-featured { padding-top: 32px; padding-bottom: 0; }
.article-double-col { display: table; table-layout: fixed; width: 100%; }
.article-double-col .article-pic { display: table-cell; width: 50%; overflow: hidden; vertical-align: middle; }
.article-double-col .article-body { display: table-cell; width: 50%; vertical-align: middle; padding: 24px 48px; background: #f2f2f2; }
.article-double-col .article-body .title { display: block; font: 24px 'merriweather', serif; color: #232323; margin: 20px 0 4px 0; }

.written-by { position: absolute; display: table; table-layout: fixed; width: auto; color: #fff; font-size: 14px; z-index: 3; }
.written-by .writer-pic { display: table-cell; width: 80px; vertical-align: middle; }
.written-by .writer-pic > span { display: block; width: 80px; height: 80px; border-radius: 50%; overflow: hidden; -webkit-box-shadow: 0 16px 32px rgba(0,0,0,0.2); box-shadow: 0 16px 32px rgba(0,0,0,0.2); }
.written-by .writer-info { display: table-cell; padding-left: 16px; vertical-align: middle; }
.written-by .writer-info > span { display: block; font: 16px 'merriweather', serif; }
.article-main .written-by { right: 48px; bottom: 40px; }
.article-half .written-by { left: 48px; top: 40px; }

.cat-tag { display: inline-block; text-transform: uppercase; color: #fff; text-align: center; font-size: 12px; font-weight: 300; letter-spacing: 0.25em; padding: 2px 14px 2px 16px; }
    .cat-tag a {
        color: #fff;
    }
.food-wine { background: #8d499b; }
.things-to-do { background: #1f9bde; }
.holiday-tips { background: #ff447d; }
.nature-beauties { background: #00a96b; }
.places-visit { background: #2f58b2; }
.history-culture { background: #6b583b; }

.inspiration .grid-4 .grid-4-item { margin-top: 30px; margin-bottom: 30px; }
.inspiration .grid-4 .grid-4-item .grid-item-name { margin-top: 16px; text-align: left; font: 16px 'merriweather', serif; font-weight: 400; line-height: 26px; letter-spacing: 0; }
.inspiration .grid-4 .grid-4-item .cat-tag { position: absolute; letter-spacing: 0.25em; left: 50%; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); white-space: nowrap; z-index: 100; }

.article-cat a { font-size: 12px; font-weight: 300; letter-spacing: 0.25em; text-transform: uppercase; color: #232323; }
.article-details { color: #999; font-size: 14px; border-top: 1px solid #c7c7c7; border-bottom: 1px solid #c7c7c7; line-height: 48px; margin-top: 32px; }
.article-details > span { font-family: 'merriweather', serif; color: #1f9bde; }

.inspiration .page-content h2 { font: 16px 'muli', Arial, sans-serif; letter-spacing: 0.25em; text-transform: uppercase; font-weight: 800; color: #232323; }
.inspiration .float-left,
.inspiration .float-right { position: relative; margin-bottom: 32px; margin-top: 32px; max-width: 440px; }
.inspiration .float-left { margin-left: 0; margin-right: 48px; }
.inspiration .float-right { margin-right: 0; margin-left: 48px; }

.inspiration-related { margin-top: 64px; clear: both; }
.inspiration-related h2 { margin-bottom: 20px; }
.inspiration-related h3 { margin-bottom: 40px; }

    .inspiration-related a {
        text-decoration: none !important;
    }

.inspiration .grid-3, .inspiration-related .grid-3 { margin-top: -30px; margin-bottom: -30px;  }
.inspiration .grid-3 .grid-3-item, .inspiration-related .grid-3 .grid-3-item  { margin-top: 30px; margin-bottom: 30px; }
.inspiration .grid-3 .grid-3-item .grid-item-name, .inspiration-related .grid-3 .grid-3-item .grid-item-name { display: block; margin-top: 16px; text-align: left; font: 16px 'merriweather', serif; font-weight: 400; line-height: 26px; letter-spacing: 0; }
.inspiration .grid-3 .grid-3-item .cat-tag, .inspiration-related .grid-3 .grid-3-item .cat-tag { position: absolute; letter-spacing: 0.25em; left: 50%; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); white-space: nowrap; z-index: 100; }

.inspiration-related .inspiration .grid-3, .inspiration-related .grid-3 {
    margin-top: -10px;
}


/* FORMS */
.form-wrapper { margin-left: -20px; margin-right: -20px; }
.form-block { float: left; margin-left: 20px; margin-right: 20px; margin-top: 24px; }
.form-block-label { font-weight: 700; padding-bottom: 4px; color: #555; }
.form-block .textbox { width: 100%; height: 48px; }
.form-block-date .form-block-field { position: relative; }
.form-block-date .form-block-field::after { position: absolute; right: 16px; top: 50%; color: #1f9bde; font: 18px 'cvh'; transform: translate(0,-50%); -webkit-transform: translate(0,-50%); z-index: 1; }
.form-block-date .form-block-field::after { content: '\65'; }
.form-block .textbox.half-size { margin-left: 40px; width: 230px; }
.form-block .textbox.half-size:first-child { margin-left: 0; }
.form-wrapper .display-as-text { line-height: 48px; }

.form-block-label span.small-note, span.small-note {
    display: block;
    font-size: 11px;
    color: #777;
}

.form-block-full {
    float: none;
    clear: both;
}

.without-label {
    margin-top: 30px;
}
.half { width: 500px; }
.half { width: 500px; }
.quarter { width: 230px; }
.fifth { width: 176px; }
.fifth-and-more { width: 284px; }
.full { width: 1040px; }

.display-as-row { margin: 10px 0 0 0; padding: 0; list-style: none; overflow: hidden; }
.display-as-row li { position: relative; float: left; margin-left: 32px; }
.display-as-row li:first-of-type { margin-left: 0; }

.form-bottom { overflow: hidden; margin-top: 64px; }
.form-bottom-2 { margin-top: 24px; }
.form-bottom .btn { float: right; }
.form-bottom .btn:first-of-type { float: left; }

.guests-info { display: table; width: 100%; margin-top: 24px; font-weight: 800; }
.guests-info:first-of-type { margin-top: 40px; }
.guests-info .guest-nr { display: table-cell; vertical-align: middle; width: 70px; font-weight: 800; }
.guests-info .guest-name { display: table-cell; vertical-align: middle; width: 240px; padding-left: 40px; }
.guests-info .guest-lastname { display: table-cell; vertical-align: middle; padding-left: 40px; }
.guests-info .guest-age { display: table-cell; vertical-align: middle; width: 160px; padding-left: 40px; }
.guests-info p { display: none; margin: 0; margin-bottom: 4px; }
.guests-info input { width: 100%; }

.booking-extras { margin-top: 16px; }
.booking-extras ul { display: table; table-layout: fixed; width: 100%; max-width: 620px; margin: 4px 0 0 0; padding: 0; list-style: none; }
.booking-extras ul:first-of-type { margin-top: 0; }
.booking-extras ul li { display: table-cell; vertical-align: bottom; }
.booking-extras ul li span { margin-left: 12px; }
.booking-extras .price { width: 120px; font-weight: 800; text-align: right; }
.booking-extras .payable { width: 140px; padding-left: 20px; font-size: 14px; }
.booking-extras .extras-subtotal { margin-top: 12px; }
.booking-extras .extras-subtotal li { border-top: 1px solid #eee; color: #999; padding-top: 12px; }
.booking-extras .extras-subtotal li:first-child { padding-left: 32px; }

.booking-extras label { padding-left: 32px; }
.booking-extras label::before { margin-left: -32px; }

.booking-cost-breakdown { margin-top: 24px; }
.booking-cost-breakdown > div { display: table; table-layout: fixed; width: 100%; max-width: 620px; margin: 24px 0 0 0; padding: 0; list-style: none; }
.booking-cost-breakdown > div > div { display: table-cell; vertical-align: top; }
.booking-cost-breakdown > div > div:first-child { width: 180px; font-weight: 800; color: #555; padding-top: 10px; }
.booking-cost-breakdown > div > div:first-child.noLeftLabel { padding-top: 0; }
.booking-cost-breakdown .booking-breakdown-amount { display: block; color: #999; margin-top: 8px; }
.booking-cost-breakdown .booking-breakdown-amount > span { color: #1f9bde; }
.noLeftLabel { padding-left: 180px; }



/* TABLE RESPONSIVE */
.table-responsive { width: 100%; border: 1px solid #e5e5e5; border-spacing: 1px; }
.table-responsive.half-width { max-width: 50%; }
.table-responsive td { padding: 8px 12px; background: #fff; }
.table-responsive tr:nth-child(2n+1) td { background: #f1f2f3; }



/* GALLERY */
.gallery-grid { margin-top: 32px; margin-left: -1.5%; margin-right: -1.5%; }
.gallery-grid a { display: block; float: left; width: 22%; margin-left: 1.5%; margin-right: 1.5%; margin-bottom: 30px; overflow: hidden; -webkit-transition: all .2s ease-in-out; transition: all .2s ease-in-out; }
.gallery-grid a:hover { transform: scale(1.1); -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -webkit-box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.3); box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.3); }

.location-gallery a {
    display: block;
}

.location-gallery .owl-prev {
    left: -2%;
}


.location-gallery .owl-next {
    right: -2%;
}


/* LEFT RAIL */
.left-rail { position: absolute; left: -100px; top: 0; width: 80px; height: 100%; padding-top: 95px; z-index: 1000; }
.share-buttons { padding-top: 26px; }
.share-buttons a { display: block; color: #fff; text-transform: uppercase; font-size: 11px; padding: 6px 4px 6px 10px; margin-top: 8px; }
.share-buttons a:hover { color: rgba(255,255,255,0.7); }
.share-buttons a span { font-size: 14px; position: relative; top: 3px; margin-right: 8px; }
.fb-share { background: #3b5998; }
.tw-share { background: #00aced; }
.pi-share { background: #cb2027; }
.in-share { background: #4e433c; }
.share-buttons a.em-share { background: #e5e5e5; color: #555; }




/* FOOTER */
footer { background: #e7e7e7; color: #888; font-size: 15px; padding: 60px 0; }
footer a { color: #232323; }
footer a:hover { color: #1f9bde; }
.footer { display: table; width: 100%; }
.footer-left { display: table-cell; vertical-align: top; }
.footer-left .cards { margin: 30px 0 0 0; padding: 0; list-style: none; }
.footer-left .cards li { display: inline-block; margin-left: 20px; }
.footer-left .cards li:first-of-type { margin-left: 0; }
.footer-middle { display: table-cell; text-align: center; vertical-align: top; }
.footer-middle ul { display: inline-block; margin: 0 0 0 64px; padding: 0; list-style: none; text-align: left; vertical-align: top; }
.footer-middle ul:first-of-type { margin-left: 0; }
.footer-middle ul li { margin-top: 8px;  }
.footer-middle ul li:first-of-type { margin-top: 0; }
.footer-right { display: table-cell; text-align: right; vertical-align: top; }
.footer-right .social > span { display: inline-block; font-weight: 800; }
.footer-right .social ul { display: inline-block; margin: 0; padding: 0; list-style: none; vertical-align: middle; }
.footer-right .social ul li { float: left; margin-left: 20px; }
.footer-right .back-to-top { display: inline-block; font-size: 20px; margin-top: 30px; }



/* LIGHTCASE OVERRIDE */
#lightcase-overlay { background: #243c83 !important; opacity: 0.98 !important; z-index: 20000; }
#lightcase-case { z-index: 20005; text-shadow: none; font-family: 'muli', Arial, sans-serif; }
#lightcase-info #lightcase-title { font-size: 14px; }
html:not([data-lc-type="error"]) #lightcase-content { -webkit-box-shadow: none; box-shadow: none; }
#lightcase-info #lightcase-title,
#lightcase-info #lightcase-sequenceInfo { color: #fff; }
#lightcase-info #lightcase-sequenceInfo { opacity: 0.5; }

a[class*="lightcase-icon-"] { font-size: 20px; width: 60px; height: 60px; top: 50%; text-align: center; }
[class*="lightcase-icon-"]::before { position: absolute; font-family: 'cvh'; top: 50%; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); }
a[class*="lightcase-icon-"].lightcase-icon-close { font-size: 16px; top: 0; right: 0; }
a[class*="lightcase-icon-"].lightcase-icon-next { right: 0; transform: translateY(-50%); -webkit-transform: translateY(-50%); }
a[class*="lightcase-icon-"].lightcase-icon-prev { left: 0; transform: translateY(-50%); -webkit-transform: translateY(-50%); }
.lightcase-icon-close,
.lightcase-icon-next,
.lightcase-icon-prev { z-index: 20005 !important; }

.lightcase-icon-close::before { content: '\69'; }
.lightcase-icon-next::before { content: '\6c'; }
.lightcase-icon-prev::before { content: '\6b'; }
.lightcase-icon-spin:before { display: none;}



/* GOOGLE MAP */
.gmnoprint a, .gmnoprint span, .gm-style-cc {
    display:none;
}

.ui-widget { font-family: 'muli', Arial, sans-serif; font-size: 15px; -webkit-box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.3); box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.3); padding-top: 12px; padding-bottom: 12px; }
.ui-menu .ui-menu-item { padding: 0; }
.ui-menu .ui-menu-item > div { padding: 8px 32px; border: 0; }
.ui-widget.ui-widget-content { border: 0; color: #232323; max-height: 400px; overflow: auto;}
.ui-state-active, 
.ui-widget-content .ui-state-active, 
.ui-widget-header .ui-state-active { border: 0; background: #ddd; color: #232323; }
.ui-menu .ui-state-active { margin: 0; }

.debug { text-align: center; font-size: 12px; margin: 30px 0; }

.flight-table { width: 100%; margin-top: 16px; }
.flight-table td { border-bottom: 1px solid #d7d7d7; padding: 8px 8px 7px 8px; }
.flight-table thead th { border-bottom: 2px solid #d7d7d7; padding-bottom: 7px; padding-left: 8px; padding-right: 8px; }
.flight-table tbody tr:nth-child(2n+1) { background: #f2f2f2; }
.flight-table .mobile-label,
.flight-table .day-label { display: none; }
.flight-table .c { text-align: center; }
.flight-table .c span { font-size: 12px; }
.flight-table .c .icon-check { color: #2fb27c; }
.flight-table .c .icon-close { color: #c7c7c7; }
.vertical-spaced { margin-top: 20px; margin-bottom: 20px; }

.blog-centered-image { text-align: center; margin: 20px 0; }

.c {
    text-align: center;
}

h2 ul {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}

h2 ul li {
    text-align: left;
}

.ui-autocomplete {
    z-index: 99999;
}

.gmap-container {

}

.gmap-container h3 {
    font-size: 18px;
    font-weight: bold;
}

.gmap-container a h3 {
    color: #000
}




.gmap-container p {
    margin: 0;
    padding: 0;
}

.child-villas, .child-villas #featured {
    background-color: #f2f2f2;
}



/* INPUT START : */
/* bez ovog datepickeri sa uklju�enom opcijom altInput: true izgledaju �udno jer im se appenda klasa .form-control koja overrida pozadinske i front boje */
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control { background-color: none !important; }

.finder-date .form-control {    
    color: #fff !important;
    font-size: 16px;
}

.finder-date .form-control:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
}


    .finder-date .form-control::-webkit-input-placeholder {
        color: #fff;
    }


    .finder-date .form-control:-ms-input-placeholder {
        color: #fff;
    }


    .finder-date .form-control::placeholder {
        color: #fff;
    }

/* INPUT START : */
.none {
    display: none !important;
}

.show-more-less {
    margin-top: 32px;
}

.show-more-images {
    margin-bottom: 32px;
    text-align: center;
}

#show-more-about {
    margin-top: 32px;
}

.longer-description {
    padding: 60px 0 100px 0;
}

#ui-id-2 {
    max-height: 300px;
    overflow: auto;
    text-align: left;
}


.admin-elements-wrapper {
    position: relative;
    width: 100%;
    background-color: #fff;
    /*z-index: 10001;*/
    /*border-bottom: solid 1px #eee;*/
    padding: 10px 0 0 0;
}


.admin-elements-wrapper-toggler {
    position: relative;
    text-align: center;
    margin: 10px 0;
    font-size: 12px;
}


.admin-elements-content {
    display: none;
}


.admin-elements-content h2 {
    font-size: 20px;
    font-weight: 800;
    margin-top: 32px;
    margin-bottom: 10px;
    font-family: 'muli', Arial, sans-serif;
    color: #1f9bde;
}


.admin-elements-content .form-control  {
    min-width: 300px;
}



.c {
    text-align: center;
}

p.press-datum {
    color: #999;
    font-size: 14px;
    margin-bottom: 16px;
}

.press-row-2 {
    border-bottom: solid 1px #c7c7c7;
    margin-bottom: 30px;
    padding-bottom: 30px;
    margin-left: 0;
    margin-right: 0;
}

.press-row {
    display: table;
    width: 100%;
    border-top: solid 1px #c7c7c7;
}

.press-row > div {
    display: table-cell;
    padding-top: 40px;
    padding-bottom: 40px;
    vertical-align: top;
}

.press-row > div:first-child {
    width: 240px;
    padding-right: 40px;
}

.press-row:first-of-type {
    border-top: 0;
}

.press-row:first-of-type > div {
    padding-top: 20px;
}

.press-row h2 { margin-bottom: 0; }


.calendar-wrapper {
    background-color: white;
    position: relative;
}



.calendar-grid .your-selection-start {
    background: -webkit-gradient(linear, left top, right bottom, color-stop(50%, #fff), color-stop(50%, #6ee0b1));
    background: linear-gradient(to right bottom, #fff 50%, #6ee0b1 50%);
}

.calendar-grid .end-n-av.your-selection-start {
    background: -webkit-gradient(linear, left top, right bottom, color-stop(50%, #ffb4ce), color-stop(50%, #6ee0b1));
    background: linear-gradient(to right bottom, #ffb4ce 50%, #6ee0b1 50%);
}

.calendar-grid .your-selection-end {
    background: -webkit-gradient(linear, left top, right bottom, color-stop(50%, #6ee0b1), color-stop(50%, #fff)) !important;
    background: linear-gradient(to right bottom, #6ee0b1 50%, #fff 50%) !important;
}

.calendar-grid .start-n-av.your-selection-end {
    background: -webkit-gradient(linear, left top, right bottom, color-stop(50%, #6ee0b1), color-stop(50%, #ffb4ce)) !important;
    background: linear-gradient(to right bottom, #6ee0b1 50%, #ffb4ce 50%) !important;
}


.calendar-grid .end-n-av.possible-end-date {
    /*background: #ffb4ce !important;*/
}

.start-special.end-n-av.possible-start-date.possible-end-date {
    background: linear-gradient(to right bottom,#ffb4ce 50%,#fff 50%)
}

.calendar-grid .special.start-n-av {
    background: -webkit-gradient(linear, left top, right bottom, color-stop(50%, transparent), color-stop(50%, #ffb4ce));
    background: linear-gradient(to right bottom, transparent 50%, #ffb4ce 50%);
}

    .calendar-grid .special.n-av.possible-end-date span.bubble {
        border-bottom-width: 0;
    }



    .calendar-grid .special.n-av {
        background-color: #ffb4ce;
    }


    .calendar-grid .end-special.n-av.possible-end-date {
        background-color: #ffb4ce;
    }

.calendar-grid .special.end-n-av {
    background: -webkit-gradient(linear, left top, right bottom, color-stop(50%, #ffb4ce), color-stop(50%, transparent));
    background: linear-gradient(to right bottom, #ffb4ce 50%, transparent 50%);
}

.calendar-grid .special.end-n-av.your-selection {
    background: -webkit-gradient(linear, left top, right bottom, color-stop(50%, #ffb4ce), color-stop(50%, #6ee0b1));
    background: linear-gradient(to right bottom, #ffb4ce 50%, #6ee0b1 50%);
}




.start-special.end-n-av.possible-start-date.possible-end-date {
    background: #ffb4ce;
}

.start-special.end-n-av.possible-start-date.possible-end-date span.bubble {
    border-bottom-width: 0 !important;
}




.start-special.end-n-av.possible-start-date.possible-end-date {
    background: linear-gradient(to right bottom,#ffb4ce 50%,#fff 50%);
}


    .start-special.end-n-av.possible-start-date.possible-end-date span.bubble {
        color: #ff7200;
        border-bottom: solid 2px #5ddfb9 !important;
        padding: 0 4px;
    }




    .start-special.end-n-av.possible-start-date.possible-end-date.your-selection.minimum-days-not-removeable.your-selection-start.selection-marked,
    .start-special.end-n-av.possible-start-date.possible-end-date.your-selection.minimum-days-not-removeable.selection-hoverable.your-selection-start,
    .start-special.end-n-av.possible-start-date possible-end-date.your-selection minimum-days-not-removeable.selection-hoverable.your-selection-start.selection-marked {
        background: -webkit-gradient(linear,left top,right bottom,color-stop(50%,#ffb4ce),color-stop(50%,#6ee0b1));
        background: linear-gradient(to right bottom,#ffb4ce 50%,#6ee0b1 50%);
    }



.start-special.end-n-av.possible-start-date.possible-end-date.n-special-av {
    background: linear-gradient(to right bottom,#ffb4ce 50%,#fff 50%);
}


    .start-special.end-n-av.possible-start-date.possible-end-date.n-special-av span.bubble {
        color: #ff7200;
        border-bottom: solid 2px #5ddfb9 !important;
        padding: 0 4px;
    }



.start-special.end-n-av.possible-start-date.possible-end-date.n-special-av.your-selection.minimum-days-not-removeable.your-selection-start.selection-marked {
    background: linear-gradient(to right bottom,#ffb4ce 50%,#6ee0b1 50%) !important;
}

.start-special.end-n-av.possible-start-date.possible-end-date.special {
    background: linear-gradient(to right bottom,#ffb4ce 50%,#dff7df 50%);
}

.end-n-av.possible-start-date.possible-end-date.your-selection minimum-days-not-removeable.selection-hoverable.your-selection-start.selection-marked {

}

.end-n-av.possible-start-date.possible-end-date.your-selection.minimum-days-not-removeable.selection-hoverable.your-selection-start,
.end-n-av.possible-start-date.possible-end-date.your-selection.minimum-days-not-removeable.your-selection-start.selection-marked {
    background: linear-gradient(to right bottom,#ffb4ce 50%,#6ee0b1 50%) !important;
}


.normal-available.possible-start-date.possible-end-date.your-selection.selection-hoverable.your-selection-end {
    background: linear-gradient(to right bottom, #ffbbff 50%, #dff7df 50%) !important;
}

.normal-available.possible-start-date.possible-end-date.your-selection.selection-hoverable.selection-marked.your-selection-end {
    background: linear-gradient(to right bottom, #6ee0b1 50%, #dff7df 50%) !important;
}

.notify {
    position: absolute;
    z-index: 100;
    color: white;
    background-color: #2f58b2;
    /*width: 100%;*/
    /*margin-top: 5px;*/
    bottom: 0;
    right: 0;
    text-align: center;
    font-size: 12px;
    padding: 10px;
    line-height: 16px;
    cursor: pointer;
    display: none;
}

.notify-warn {
    background-color: #b22f2f;
}

.notify-info {
    color: white;
    background-color: #2f58b2;
}







/*
.calendar-alert {
    position: fixed;
    bottom: -100px;
    background-color: #2f58b2;
    color: #000;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .6s;
    background-color: #1f9bde;
    color: white;
    z-index: 99999;
    font-weight: bold;
    width: 100%;
    -webkit-box-shadow: 0px 0px 91px -11px rgba(0,0,0,0.45);
    -moz-box-shadow: 0px 0px 91px -11px rgba(0,0,0,0.45);
    box-shadow: 0px 0px 91px -11px rgba(0,0,0,0.45);
    animation: animation1 1s linear infinite;
}


@keyframes animation1 {
    50% {
        color: rgba(255, 255, 255, .6);
    }
}


.calendar-alert-item {
}


.calendar-alert-item span {
    cursor: pointer;
}
*/



.calendar-alert {
    position: fixed;
    bottom: -100px;
    background-color: transparent;
    color: #000;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    -webkit-transition: all .6s;
    transition: all .6s;
    color: white;
    z-index: 99999;
    width: 100%;
}



.calendar-alert-item {
    border: solid 1px #888;
    background-color: #888;
    margin-bottom: 60px;
    margin-left: 15px;
}


    .calendar-alert-item span {
        cursor: pointer;
        display: inline-block;
        padding: 16px 24px;  
    }


.calendar-notice .calendar-alert-item {
    text-align: center
}

.calendar-notice .calendar-alert-item span {
    color: #fff;
}

.form-wrapper input.error, .form-wrapper textarea.error {
    border: 1px solid red;
}


.form-wrapper label.error {
    color: #fb3c3c;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.4;
    margin-top: .5em;
    width: 100%;
    float: none;
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    position: relative;
}

.form-block-field {
    position: relative;
}


/*
.mobile-prefix-and-number {

}

.mobile-prefix-and-number input:first-of-type {
    width: 20%;
}

.mobile-prefix-and-number input:last-of-type {
    width: 79%;
}
*/


.mobile-prefix-and-number {
    display: flex;
}

    .mobile-prefix-and-number input:first-of-type {
        flex: 0 0 70px;
        margin-right: 12px;
    }

    ul.admin-tabs {
        list-style-type: none;
        margin: 0;
        padding-left: 0;
    }

    ul.admin-tabs::after {
        content: "";
        display: block;
        clear: both;
    }

.admin-tabs li {
    float: left;
    border-left: solid 1px #d1d1d1;
    border-top: solid 1px #d1d1d1;
    border-right: solid 1px #d1d1d1;
    padding: 5px 12px;
    cursor: pointer;
    margin-right: 5px;
    font-size: 12px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    background-color: #f0f0f0;
    margin-bottom: -1px;
}

    .admin-tabs li.selected {
        background-color: #fff;
    }


.admin-tab-content {
    border: solid 1px #d1d1d1;
    padding: 30px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    font-size: 12px;
}

.no-content-warn {
    color: #999;
}


.btn-pay {
    float: right !important;
}


pre.debug-panel {
    padding: 20px;
    margin: 20px 0;
    background-color: #ffffee;
    position: relative;
}

select:disabled {
    opacity: 0.6;
}

.clear {
    clear: both;
}

.textarea-2 {
    width: 100%;
    height: 200px;
}

.form-bottom-inquiery {
    margin-top: 32px;
}


.form-inquiry .textbox, .form-inquiry .textarea-2 {
    width: 100%;
}

.form-inquiry .flatpickr-input {
    background: #fff;
    border: 1px solid #c7c7c7;
    border-radius: 0;
    padding: 23px 15px;
    line-height: 24px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.form-inquiry .form-block-label {
    margin-top: 16px;
}

.add-to-fav {
    cursor: pointer;
}

.elavon-redirection-notice {
    text-align: right;
    font-size: 14px;
    margin: 10px 0;
}

.l {
    text-align: left;
}


dl {
    margin: 30px 0;
}

dt {
    float: left;
    clear: left;
    width: 370px;
    text-align: left;
    font-weight: bold;
    margin-bottom: 10px;
}

    dt::after {
        content: ":";
    }

dd {
    margin: 0 0 10px 110px;
    padding: 0 0 0.5em 0;
}


.grid-map-swithc-wrapper {
    margin-bottom: 20px;
    text-align: center;
    margin-top: -20px;
}

.rel {
    position: relative;
}

p.remove-fav-list {
    position: absolute;
    width: 50%;
    text-align: center;
    bottom: 0;
    font-size: 12px;
    background-color: #2f58b2;
    color: white;
    right: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    z-index: 100;
    display: block;
    pointer-events: none;
}


    p.remove-fav-list:hover {
        background-color: #1f9bde;
    }

a[class*="lightcase-icon-"] {
    width: 120px;
    height: 120px;
}



.admin-elements-wrapper .table-condensed td {
    padding: 2px 5px;
}

.admin-elements-wrapper hr {
    margin-top: 8px;
    margin-bottom: 8px;
}

ul.inlined-comma-separated {
    list-style-type: none;
    padding-left: 0;
    margin-left: 0;
}

ul.inlined-comma-separated li {
    display: inline;
    margin-right: 5px;
}

    ul.inlined-comma-separated li:after {
        content: ", ";
    }

    ul.inlined-comma-separated li:last-child:after {
        content: "";
    }


.map-legend {
    margin: 30px 0;
}


.map-legend ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-size: 12px;
}


    .map-legend ul li {
        display: inline-block;
        margin-right: 12px;
        margin-bottom: 12px;
        padding: 14px;
        border: solid 1px #333;
        cursor: pointer;
        line-height: 0;
    }

        .map-legend ul li.active {
            color: #fff;
            background-color: #2f58b2;
            border: solid 1px #2f58b2;
        }

    .map-legend ul li:last-child {
        margin-right: 0;
    }


.press-pic {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
}

.press-body {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
}


.finder-date span.tips, .finder-select-wraper span.tips, .finder-location span.tips {
    position: absolute;
    top: 0;
    font-size: 10px;
    color: #fff;
    padding: 0 32px;
    opacity: .4;
    text-transform: uppercase;
    top: 9px;
}


.basic-form input {
    width: 100%;
}

.basic-form .form-block-label {
    margin-top: 24px;
}

.table-section-title { font-family: 'merriweather', serif; font-weight: 700; color: #1f9bde; }

.flatpickr-generic, .flatpickr-range-generic, .flatpickr-multiple-generic {
    background-color: #fff !important;
    padding: 11px 15px !important;
    line-height: 24px !important;
    height: auto !important;
}

.flatpickr-generic::after {
    position: absolute;
    right: 20px;
    top: 12px;
    font: 16px 'cvh';
    color: #1f9bde;
    content: '\65';
}

.basic-form input[type=number] {
    padding: 11px 15px !important;
}

.basic-form textarea {
    width: 100%;
    height: 150px;
}

.form-wrapper-generic {
    margin: 40px 0;
}

.villa-headline {
    text-align: center;
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: lighter;
    opacity: .9;
    line-height: 30px;
}

.parent-title {
    text-transform: uppercase;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
}

.parent-title a {
    color: inherit;
}


.apply-filter {
    margin-top: 10px;
    text-align: center;
    color: #2f58b2;
    font-size: 12px;
    text-transform: uppercase;
    cursor: pointer;
}


.overlay {
    position: fixed;
    background-color: #fff;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100000;
}

.select-2 {
    padding: 12px 32px 12px 13px;
    width: 100%;
    height: 48px;
    border: 1px solid #c7c7c7;
}

.select-2.error {
    border: 1px solid #fb3c3c;
}

.form-wrapper-generic .select-2 {
    padding: 0;
}

.notice-about-guest-number {
    font-size: 11px;
}


.privacy-label {
    color: #999;
    font-weight: normal;
    font-size: 12px;
}

.privacy-label a {
    color: inherit;
}

.form-result {
    margin: 40px 0 0 0;
}


.page-content .form-result h3 {
    margin-top: 30px;
}


.form-result ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.notice-about-email {
    color: #999;
    font-weight: normal;
    font-size: 12px;
    margin-top: 20px;
}


#agree-error {
    display: inline;
    margin-left: 20px;
}


.date-and-time-wrapper .flatpickr-input[readonly]:nth-child(2), .date-and-time-wrapper .flatpickr-input[readonly]:nth-child(3) {
    width: 49% !important;
    display: inline;
}

.additional-services-link {
    display: block;
    margin-top: 16px;
    padding-top: 16px;
    border-top: solid 1px #ccc;
}

.additional-services-link a {
    display: block;
    float: left;
    margin-right: 16px;
}

.lg-backdrop {
    z-index: 11000;
}

.lg-sub-html {
    text-shadow: 0px 2px 2px rgba(0,0,0,0.54);
}
#lg-counter {
	position: absolute;
	bottom: 0px;
	padding: 10px;
	color: #eee !important;
	z-index: 9999;
	left: 15%;
}

#lg-share {
	width: auto;
	vertical-align: middle;
	padding: 0;
}
.lg-outer {
	z-index: 12000;
}

.lg-outer .lg-img-wrap {
    padding: 0;
}

.lg-outer .lg-image {
    max-height: 90%;
}

.lg-actions .lg-next, .lg-actions .lg-prev {
    font-size: 40px;
    padding: 80px 10px 80px;
    margin-top: -100px;
}


.lg-hide-items .lg-prev,
.lg-hide-items .lg-next,
.lg-hide-items .lg-toolbar {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}



.misc-controls {
    font-size: 12px;
    color: #999;
}

.misc-controls a {
    color: inherit;
}


.loading  {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: 999999;
    display: none;
}



.lds-dual-ring {
    display: inline-block;
    width: 128px;
    height: 128px;
}

    .lds-dual-ring:after {
        content: " ";
        display: block;
        width: 92px;
        height: 92px;
        margin: 1px;
        border-radius: 50%;
        border: 8px solid #5ec4fe;
        border-color: #5ec4fe transparent #5ec4fe transparent;
        -webkit-animation: lds-dual-ring 1.2s linear infinite;
                animation: lds-dual-ring 1.2s linear infinite;
    }

@-webkit-keyframes lds-dual-ring {
    0% {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}

@keyframes lds-dual-ring {
    0% {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}








.blink-container {
    position: fixed;
    z-index: 99999;
    top: 46px;
    right: 20px;
}

.led-box {
    /*
    height: 30px;
    width: 25%;
    margin: 10px 0;
    float: left;
    */
    display: none;
}


.led-red {
    margin: 0 auto;
    width: 34px;
    height: 34px;
    background-color: #F00;
    border-radius: 50%;
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #441313 0 -1px 9px, rgba(255, 0, 0, 0.5) 0 2px 12px;
            box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #441313 0 -1px 9px, rgba(255, 0, 0, 0.5) 0 2px 12px;
    -webkit-animation: blinkRed 0.5s infinite;
    animation: blinkRed 0.5s infinite;
}

@-webkit-keyframes blinkRed {
    from {
        background-color: #F00;
    }

    50% {
        background-color: #A00;
        -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #441313 0 -1px 9px, rgba(255, 0, 0, 0.5) 0 2px 0;
                box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #441313 0 -1px 9px, rgba(255, 0, 0, 0.5) 0 2px 0;
    }

    to {
        background-color: #F00;
    }
}

@keyframes blinkRed {
    from {
        background-color: #F00;
    }

    50% {
        background-color: #A00;
        -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #441313 0 -1px 9px, rgba(255, 0, 0, 0.5) 0 2px 0;
                box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #441313 0 -1px 9px, rgba(255, 0, 0, 0.5) 0 2px 0;
    }

    to {
        background-color: #F00;
    }
}

.led-green {
    margin: 0 auto;
    width: 34px;
    height: 34px;
    background-color: #ABFF00;
    border-radius: 50%;
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #60890d 0 -1px 9px, #89FF00 0 2px 12px;
            box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #60890d 0 -1px 9px, #89FF00 0 2px 12px;
}

.villa-book-terms {
    font-weight: bold;
}

.footer-search {
    margin-bottom: 20px;
}

    .footer-search .textbox {
        height: 38px;
        background-color: #f5f5f5;
    }

        .footer-search .textbox::placeholder {
            color: rgba(0, 0, 0, .4);
        }

.btn-footer {
    margin-left: 5px;
    text-decoration: underline;
    color: #1f9bde;
}




span.flatpickr-day {
    display: block;
    flex: 1 0 auto;
}


.info-msg {
    text-align: center;
    font-weight: bold;
    margin-bottom: 40px;
}


.custom-payment-description {
    margin: 30px 0;
}

.custom-payment-controls {
    width: 50%;
    margin: 20px 0;
}


    .custom-payment-controls p {
        font-weight: 800;
        color: #555;
    }



.explain {
    font-size: 11px;
    display: block;
    margin-bottom: 10px;
}


#frmCustom h2 {
    margin-top: 28px;
}


h1 + div.alert {
    margin-top: 20px;
}
.favorite-destinations-link {
    min-height: 261px;
}

.featured .owl-stage-outer { padding-top: 8px; }
.grid-item-header { position: absolute; top: -8px; z-index: 9999; width: auto; left: 50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); }
.grid-item-special-offer-banner { color: #fff; padding: 4px 16px 0 16px; font-size: 13px; background-color: #F36523; margin: auto; text-align: center; border-radius: 0; font-weight: 800; width: auto; display: inline-block; }



.indented {
    border-left: solid 4px rgba(47, 88, 178, .16);
    padding-left: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
}





/* Calendar OVERRIDES #36973 */

/*
    palegreen: #dff7df
*/


.calendar-grid tbody td.special {
    background-color: #dff7df;
}

.possible-start-date.possible-end-date, .possible-end-date, .calendar-grid .possible-end-date, .calendar-grid .normal-available {
    background-color: #dff7df;
    font-weight: bold;
}

.end-n-av.possible-start-date.possible-end-date {
    background: linear-gradient(to right bottom, #ffb4ce 50%, #dff7df 50%)
}


.calendar-grid .start-n-av {
    background: linear-gradient(to right bottom, #dff7df 50%, #ffb4ce 50%)
}

.calendar-grid .start-n-av-blank {
    background: linear-gradient(to right bottom, #dff7df 50%, #ffb4ce 50%)
}


.calendar-grid .start-n-av.past {
    background: linear-gradient(to right bottom, #f2f2f2 50%, #ffb4ce 50%)
}

.special.n-av span.bubble, .special.start-n-av span.bubble {
    color: #555 !important;
}

.calendar-grid .special span.bubble, .calendar-grid .start-special span.bubble, .calendar-grid .end-special.possible-end-date span.bubble, .end-special span.bubble {
    color: #ff7200;
}

.special.start-n-av.possible-end-date span.bubble {
    color: #ff7200 !important;
}

.n-av.possible-end-date {
    font-weight: normal;
}

.calendar-grid .special.start-n-av {
    background: linear-gradient(to right bottom, #dff7df 50%, #ffb4ce 50%);
}

.calendar-grid .your-selection-end {
    background: linear-gradient(to right bottom, #6ee0b1 50%, #dff7df 50%) !important;
}

.calendar-grid .your-selection-start {
    background: linear-gradient(to right bottom, #dff7df 50%, #6ee0b1 50%);
}


.calendar-grid .end-n-av {
    background: linear-gradient(to right bottom, #ffb4ce 50%, #dff7df 50%);
}

.calendar-grid .end-n-av span.bubble {
    font-weight: bold;
}


.calendar-grid .end-n-av-blank {
    background: linear-gradient(to right bottom, #ffb4ce 50%, #dff7df 50%);
}



.past {
    background-color: #f2f2f2 !important;
    color: #aaa !important;
    cursor: default !important;
}

.past span.bubble {
    border-bottom: solid 2px transparent !important;
    color: #aaa !important;
}

.calendar-grid .special.end-n-av.past {
    background: linear-gradient(to right bottom, #ffb4ce 50%, #f2f2f2 50%)
}

.calendar-grid .special.start-n-av.past {
    background: linear-gradient(to right bottom, #f2f2f2 50%, #ffb4ce 50%)
}

.calendar-grid .special.start-n-av.possible-end-date {
   
}

.calendar-grid .special.end-n-av {
    background: linear-gradient(to right bottom, #ffb4ce 50%, #dff7df 50%);
}

.calendar-grid .special.end-n-av.possible-end-date span.bubble {
    border-bottom-width: 2px;
}

/*.calendar-grid tr .start-n-av:first-child {
    background: linear-gradient(to right bottom, #ffb4ce 50%, #ffb4ce 50%);
}*/

.calendar-grid tr .start-n-av:first-child span.bubble {
    border-bottom: solid 2px transparent !important;
    font-weight: normal;
    color: #555 !important;
}


.calendar-grid .no-underline span.bubble {
    border-bottom: solid 2px transparent;
    color: #555;
}

.calendar-grid .possible-end-date.no-underline.special span.bubble {
    color: #ff7200;
}


.calendar-grid .end-n-av.past {
    background: linear-gradient(to right bottom, #ffb4ce 50%, #f2f2f2 50%)
}

.calendar-grid .end-n-av.past span.bubble {
    font-weight: normal;
}

.calendar-grid .possible-end-date.no-underline.start-n-av.special span.bubble {
    color: #555 !important;
    font-weight: 400;
    border-bottom: solid 2px transparent;
}


.calendar-grid .possible-end-date.no-underline.start-n-av span.bubble {
    font-weight: normal;
}

.calendar-grid td[class='special normal-available'] span, 
.calendar-grid td.start-special.normal-available span {
    border-bottom: solid 2px transparent !important;
}

/* #41835 */
.start-special.normal-available.possible-start-date.possible-end-date.special span {
    border-bottom: solid 2px #5ddfb9 !important;
}


.calendar-grid td[class='special normal-available your-selection minimum-days-not-removeable selection-hoverable'] span,
.calendar-grid td.end-special.normal-available span {
    border-bottom: solid 2px transparent !important;
}


#name::-webkit-input-placeholder { 
  color: #aaaaaa!important;
}

#name:-ms-input-placeholder {
  color: #aaaaaa!important;
}

#name::placeholder {
  color: #aaaaaa!important;
}


.find-link {
    display: inline-block;
    margin-left: 5px;
    text-decoration: none;
    color: #1f9bde;
    border: solid 1px rgba(31, 155, 222, .3);
    text-align: center;
    padding: 5px 10px;
    top: -1px;
    position: relative;
}

    .find-link:hover {
        border: solid 1px rgba(31, 155, 222, 1);
    }


    .footer-search p {
        /*margin-right: 40px;*/
        color: #2f58b2;
        font-weight: 700;
        font-size: 16px;
        font-family: 'muli', Arial, sans-serif;
        font-family: 'muli',Arial,sans-serif;
    }


.owl-carousel .owl-item .owl-lazy.loaded {
    opacity: 1;
}

.grid-item-txt {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.to-book {
    font-weight: bold;
    font-size: 20px;
    line-height: 28px;
}

.price-on-request {
    font-weight: bold;
    font-size: 20px;
    color: #555;
}




.inspiration-teaser {
    margin-top: 32px;
    font: 20px 'merriweather',serif;
    line-height: 1.4em;
}

.ph-btns { 
    position: absolute;
    bottom: 0;
    right: 20px;
    width: 300px;
}


.phb-table {
    width: 100%;
    table-layout: fixed;
}

.phb-table td {
    padding: 0 5px;
}

.phb-table + .phb-table {
    margin-top: 10px;
}

.phb-photos,
.phb-movie,
.phb-book,
.phb-inquiry {
    width: 100%;
    font-size: 14px;
    padding: 10px 25px;
}

.phb-photos,
.phb-movie {
    background: rgba(255,255,255,.75);
    border: none;
    color: #232323;
}

.phb-photos:hover,
.phb-movie:hover {
    background: rgba(255,255,255,1);
    border: none;
}

.notification-strip {
    display: block;
    padding: 15px 25px;
    background-color: #2f58b2;
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
}

.notification-strip:hover {
    color: #fff;
}

.calendar-load {
	font-size: 150%;
	color: #243c83;
	text-align: center;
	margin: 8%;
}


h2.travel-guide {
    font: 32px 'merriweather',serif;
    font-weight: 700;
    text-align: center;
    color: #555;
    letter-spacing: -.025em;
    text-align: left;
    text-transform: initial;
    color: #2f58b2;
}


.about-lead-2 {
    font-family: 'muli', Arial, sans-serif;
    font-size: 24px;
    font-weight: 300;
    line-height: 36px;
    margin-top: 0;
    letter-spacing: -0.025em;
    color: #232323;
    text-transform: none;
    margin-bottom: 24px;
}

.sub-locations {
    margin-bottom: 30px;
}

.breadcrumbs-wrapper-over-image {
    position: absolute;
    top: 20px;
    left: 20px;
}

.breadcrumbs-wrapper-over-image a {
    color: white;
}

    .breadcrumbs-wrapper-over-image a:hover {
        /*text-decoration: underline;*/
        color: #0bc7ff;
    }

.page-heading .breadcrumbs {

    color: white;
    width: 100%;
}

.breadcrumbs-wrapper-over-image .breadcrumbs {
    background-color: rgba(0, 42, 90, .25);
}

.breadcrumbs ul {
    width: 100%;
    display: inline-block;
    margin-bottom: 0;
    padding-left: 0;
}

.breadcrumbs-wrapper-over-image .breadcrumbs ul {
    padding-left: 10px;
}


.breadcrumbs ul li {
    display: inline-block;
    margin: 0 10px;
    position: relative;
    font-size: 14px;
    
}



.breadcrumbs ul li:first-child {
    margin: 0 10px 0 0;
}

.page-heading .breadcrumbs
.breadcrumbs ul li a, .breadcrumbs ul li div {
    font-size: 14px;
    font-weight: 400;
    color: inherit;
}


.breadcrumbs ul li:after {
    content: '';
    position: absolute;
    width: 5px;
    height: 9px;
    background: url(../img/chevron_black.svg) 50% 50% no-repeat;
    background-size: 5px auto;
    right: -15px;
    top: 7px;
}

.breadcrumbs-wrapper-over-image .breadcrumbs ul li:after {
    background: url(../img/chevron_white.svg) 50% 50% no-repeat;
}


.breadcrumbs ul li:last-child:after {
    background-image: none;
}


.visit-travel-guide {
    text-align: center
}


    .visit-travel-guide a span {
        position: relative
    }

        .visit-travel-guide a span:after {
            position: absolute;
            content: "";
            width: 20px;
            height: 20px;
            background: url(../img/blank.svg) 50% 50% no-repeat;
            background-size: 16px;
            right: -28px;
            top: -2px;
        }


.list-head-block {
    padding-top: 70px;
}


.msg-report {
    text-align: center;
    padding: 2rem 0 0 0;
    font-weight: bold;
    font-size: 20px;
}


h2.section-super-title {
    font: 32px 'merriweather', serif;
    font-weight: 700;
    text-align: left;
    color: #555;
    letter-spacing: -0.025em;
    text-transform: none;
}


.float-right h3.pseudo-h2 {
    margin-bottom: 0;
    margin-top: 24px !important;
}



.about-and-getting {
    display: flex;
    justify-content: center;
    padding-top: 32px;
}

    .about-and-getting > div {
        flex: 0 0 50%;
        padding: 1rem;
        
    }

    .about-and-getting > div h2 {
        text-align: left;
        color: #2f58b2;
        font: 32px 'merriweather', serif;
        font-weight: 700;
        letter-spacing: -0.025em;
        text-transform: none;
        text-align: center;
    }


        .about-and-getting > div > div {
            position: relative;
        }

    .about-and-getting > div img {
        width: 100%;
    }



    .about-and-getting span.over {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 50%;
        z-index: 2;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        background: rgba(0,0,0,0);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0.6)));
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)), to(rgba(0,0,0,0.6)));
        background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
    }


    .about-and-getting-item:hover span.over {
        height: 100%;
    }


    .about-and-getting p {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        font-size: 20px;
        font-weight: 800;
        padding: 0 20px 24px 20px;
        text-align: center;
        z-index: 3;
        color: white;
        display: inline-block;
    }

        .about-and-getting p span {
            position: relative
        }

            .about-and-getting p span:after {
                content: "";
                position: absolute;
                width: 20px;
                height: 20px;
                background: url(../img/new_window.svg) 0 0 no-repeat;
                background-size: 15px;
                right: -25px;
            }


    .about-and-getting a {
        color: inherit;
    }

.tbl-flight {
    margin-top: 5rem;
}

h3.flying {
    color: #000;
    font-weight: 800;
    line-height: 22px;
    border: 1px solid #000;
    font-size: 16px;
    border-width: 0;
    margin-bottom: 2rem;
}

h2.villa-location-map {
    text-align: left;
    margin-top: 5rem;
    margin-bottom: 2rem;
}


.show-more-reviews {
    text-align: center;
}


.ui-menu {
    z-index: 999999999 !important;
}


.flatpickr-calendar.open {
    z-index: 99999999;
}


.epay-info {

}

.epay-info-row {
    display: flex;
    justify-content: space-between;
    width: auto !important;
}

.epay-info-row > div {
    flex: 0 0 50%;
}


.required {
    border-color: red;
}

#agree.required, #agree.required a {
    color: red;
}


.flex-form {
    display: flex;
    flex-wrap: wrap;
}

.flex-form__item {
    flex: 0 0 33.3333333%;
}

.flex-form__item > div {
    padding-right: 12px;
}