@import url(https://fonts.googleapis.com/css?family=Lato:400,900italic,900,700italic,400italic,700,300italic,100italic,100,300);
* { margin: 0px; padding: 0px; -webkit-font-smoothing: antialiased; box-sizing: border-box; -webkit-box-sizing: border-box; -webkit-text-size-adjust: none; }
html, body { width: 100%; height: 100%; font-size: 18px; line-height: 26px; color: #5b5b5b; font-family: 'Lato', sans-serif; background: #fff; }
body { overflow-x:hidden; }
*::-webkit-input-placeholder { opacity:1; color: #fff; }
*::-moz-placeholder {opacity:1;color: #fff; }
*:-ms-input-placeholder {opacity:1;color: #fff;}

input[type=checkbox]{ -webkit-appearance: checkbox; margin: 5px 0 0 5px; display: inline-block; vertical-align: top;}
button, input, textarea, select { -webkit-appearance: none; -webkit-border-radius: 0px; font-family: 'Open Sans', sans-serif; }

:focus,input:focus, textarea:focus { outline: none; }
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header , hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; vertical-align: baseline; }
article, aside, details, figcaption, figure, footer, header , hgroup, menu, nav, section { display: block; }
:focus { outline: none; }

.form_container input[type="text"], textarea { font-weight: 300; transition: all 0.3s; margin-bottom: 15px; -webkit-transition: all 0.3s; border-radius: 0px; -webkit-border-radius: 0px; box-shadow: none; -webkit-appearance: none; -webkit-box-shadow: none; padding: 8px 13px; border: none; width: 100%; color: #fff; font-size: 14px; height: 40px; background: #b2b2b2 !important; font-family: 'Lato', sans-serif, Arial; font-weight: 300; }
.form_container input[type="submit"] { border: none; cursor: pointer; display: inline-block; font-size: 16px; height: 40px; text-transform: uppercase; transition: all 0.3s; -webkit-transition: all 0.3s; color: #fff; font-family: 'Lato', sans-serif, Arial; font-weight: 300; background: #006bb6; }
.form_container input[type="submit"]:hover { box-shadow: 0px -40px 0px rgba(0,0,0,0.2) inset; -webkit-box-shadow: 0px -40px 0px rgba(0,0,0,0.2) inset; }
.form_container textarea { padding: 10px; height: 108px; }
#qselect, #qtextarea { background: #b2b2b2 !important;  }


.form-side input[type="text"], textarea { font-weight: 300; transition: all 0.3s; margin-bottom: 15px; -webkit-transition: all 0.3s; border-radius: 0px; -webkit-border-radius: 0px; box-shadow: none; -webkit-appearance: none; -webkit-box-shadow: none; padding: 8px 13px; border: none; width: 100%; color: #fff; font-size: 14px; height: 40px; background: #fff !important; font-family: 'Lato', sans-serif, Arial; font-weight: 300; }
.form-side input[type="submit"] { border: none; cursor: pointer; display: inline-block; font-size: 16px; height: 40px; text-transform: uppercase; transition: all 0.3s; -webkit-transition: all 0.3s; color: #fff; font-family: 'Lato', sans-serif, Arial; font-weight: 300; background: #fff; }
.form-side input[type="submit"]:hover { box-shadow: 0px -40px 0px rgba(0,0,0,0.2) inset; -webkit-box-shadow: 0px -40px 0px rgba(0,0,0,0.2) inset; }
.form-side textarea { padding: 10px; height: 108px; }

.qq_heading { text-align:center; }
.vcpad { padding:30px; }
.vcpad p { padding-bottom:10px; }
.vcpad h3 { font-weight:300; line-height:30px; font-size:29px; padding-bottom:10px; }

@-webkit-keyframes mymove {
    0%{ transform: translateY(0); -webkit-transform: translateY(0); }
    50%{ transform: translateY(-10px); -webkit-transform: translateY(-10px); }
    100%{ transform: translateY(0); -wetransform: translateY(0); }
}

/* Standard syntax */
@keyframes mymove {
    0%{ transform: translateY(0); }
    50%{ transform: translateY(-10px); }
    100%{ transform: translateY(0); }
}

/* common */
a { transition: all 0.3s; -webkit-transition: all 0.3s; -ms-transition: all 0.3s; text-decoration: none; outline: none; }
ul { list-style: none; }
.clear { clear: both; overflow: hidden; }
img { border: 0px; outline: none; display: block; max-width: 100%; }
[href^="tel"] { cursor: default; }
[href^="tel"]:hover { text-decoration: none; }
#back-to-top { box-shadow: 0px 0px 15px rgba(0,0,0,0.4) inset; -webkit-box-shadow: 0px 0px 15px rgba(0,0,0,0.4) inset; -ms-box-shadow: 0px 0px 15px rgba(0,0,0,0.4) inset; position: fixed; bottom: 20px; display: none; right: 15px; z-index: 9999; width: 34px; height: 34px; cursor: pointer; border-radius: 50%; -webkit-border-radius: 50%; transition: opacity 0.2s ease-out; -webkit-transition: opacity 0.2s ease-out; opacity: 0; background: #006bb6; }
#back-to-top:after { width: 0px; height: 0px; content: ''; position: absolute; left: 50%; top: 50%; border: 10px solid transparent; border-bottom-color: #fff; margin: -15px 0 0 -10px; }
#back-to-top.show { opacity: 0.8; }
#back-to-top.show:hover { opacity: 1; }
a.close, a.mobilemenu { display: none; }

p { font-size: 18px; line-height: 26px; }

/* wrapper */
#wrapper { width: 100%; height: 100%; min-height: 100%; position: relative; }
.centering { max-width: 1170px; margin: auto; position: relative; }

/*header  */
header { width: 100%; position:absolute; left:0; top:0; z-index:999;}
header .centering { padding-top: 18px; }
header a.logo { float: left; width: 240px; }
header .right { padding: 0 0 0 260px; }
header .top { text-align: right; }
header a[href^="tel"] { font-size: 16px; line-height: 36px; margin: 0 5px; letter-spacing: 0.07em; color: #fff; background:url(../images/phone.png) left center no-repeat; padding: 0 0 0 25px; }
header .button { font-weight:700; text-transform:uppercase; font-size: 16px; letter-spacing: 0.10em; margin-left: 10px;  line-height: 36px; color: #5cc7e7; display: inline-block; vertical-align: top; border: 1px solid #5cc7e7; padding: 0 18px; }
header .button:hover, header .button.book-direct-btn { background: #5cc7e7; color: #fff; }
header .menu { text-align: right; padding: 20px 0 0;  }
header .menu > nav > ul { margin-right: -12px; }
header .menu li { text-transform:uppercase; font-size: 17px; display: inline-block; vertical-align: top; position: relative; }
header .menu li ul { transition:all 0.3s; -webkit-transition:all 0.3s; -ms-transition:all 0.3s; transform-origin: 0 0; -webkit-transform-origin: 0 0; -ms-transform-origin: 0 0; transform: scale(1,0); -webkit-transform: scale(1,0); -ms-transform: scale(1,0); background: #1fa2c3; width: 290px; position:absolute; left: 0px; top: 100%; text-align: left; }
header .menu li:hover ul {transform: scale(1); -webkit-transform: scale(1); -ms-transform: scale(1); }
header .menu li li { width: 100%;  float: left; border-top: 1px solid rgba(2552,255,255,0.7); margin:0; }
header .menu li li:first-child { border:0; }
header .menu li a { color: #fff; display: block; padding: 5px 12px;  }
header .menu li.active a,header .menu li:hover a,header .menu li a:hover { background: #1fa2c3; }
header .menu li li a { padding: 3px 10px; font-size:14px; }
header .menu li:hover li a { background: none; }
header .menu li:hover li a:hover { background: rgba(0,0,0,0.1); }
header li.mob { display: none; }

.internal-page header { background:#04527b; position:fixed; }

/* banner-part */
.banner_sec { /* height: 100%; */ width: 100%; overflow: hidden; position: relative; }
.banner_sec a.arrow { z-index: 99; animation: mymove 1.5s infinite; -webkit-animation: mymove 1.5s infinite; position: absolute; left: 50%; bottom:70px; }
.banner_sec .txt {  z-index: 99; position: absolute; left: 50%; bottom: 135px; transform: translate(-50%,0); -webkit-transform: translate(-50%,0); -ms-transform: translate(-50%,0); }
.banner_sec .slider { position: relative; }
.banner_sec .slider:before {width: 100%; height: 270px; content:''; position:absolute; left:0; top:0; background:url(../images/banner-top-shadow.png) left top repeat-x; z-index:99; }

.int-banner { margin-top:120px; }
.int-banner  .slider:before { background:none !important; height:10px }

.tparrows.preview2 { width: 50px !important; height: 50px !important; background: #5cc7e7; position:absolute; left: 20px !important; bottom: 20px !important; top:auto !important; border-radius:0; -webkit-border-radius:0; -ms-border-radius:0;  margin:0 !important;}
.tparrows.preview2:before { width: 20px; height: 20px; content:''; position:absolute; left: 18px; top: 13px; border: 3px solid #fff; transform: rotate(45deg); -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); border-right:0; border-top:0; }
.tp-rightarrow.default { left:auto !important; right: 20px !important; transform: rotate(180deg); -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); }
.tparrows.preview2:hover { background:#045179; }


.photo_gallery_row .wpb_single_image { margin-bottom:6px !important; margin-right:6px; }
.photo_gallery_row .wpb_single_image img, .gallery_single_image { width:100%; }
.page-gallery p { padding:6px 0 0 0 !important; }
.page-gallery-mini { padding:6px 0 0 0 !important;  }

.coast_sec .book_promo { padding:30px; background: url(../images/bg-blue.png) repeat #04527b;
text-align:center;
}
.coast_sec  .book_promo h3, .book_promo p { color:#fff; }
.coast_sec .book_promo h3 { font-weight:300; font-size:27px; }
.book_promo a { color:#5ac8e4; }

.form-side { position: relative; z-index: 99; width: 200px; position:absolute; right:0; top: 50%; transform: translate(0,-50%); -webkit-transform: translate(0,-50%); -ms-transform: translate(0,-50%); background: #fff; padding: 10px 20px 20px; }
.form-side h2 { letter-spacing: 0.04em; text-transform:uppercase; font-size: 22px; line-height: 25px; padding-bottom: 10px; color: #bcbcbc; font-weight:300; text-align: center;  }
.form-side input[type="text"] { padding: 5px 25px 5px 25px; font-size: 16px; font-style:italic; margin-bottom:8px; border: 1px solid #ebebeb; background: none; color: #333; height: 32px; background:url(../images/form-calander.png) right top no-repeat; background-size: auto 100%; }
.form-side  input[type="text"].guest { background-image:url(../images/form-guest.png); }
.form-side  *::-webkit-input-placeholder { opacity:1; color: #bcbcbc; }
.form-side  *::-moz-placeholder {opacity:1;color: #bcbcbc; }
.form-side  *:-ms-input-placeholder {opacity:1;color: #bcbcbc;}
.form-side  select  { padding: 0 10px 0 25px; -webkit-appearance: none; -ms-appearance: none; -moz-appearance: none; appearance: none; cursor: pointer; margin-bottom: 8px; font-style:italic; font-weight:300;  height: 32px; border: 1px solid #ebebeb; width: 100%; color: #bcbcbc; font-size: 16px; background: #fff url(../images/form-arrow.png) right center no-repeat; background-size: auto 100%; }
.form-side  input[type="submit"]{ letter-spacing: 0.17em; height: 28px;  background: #8e8e8e; width: 100%; text-align: center; font-size: 10px; }
.form-side  option { padding: 5px 10px; }

.int-content-part .form-side { transform: translate(0,-100%); -webkit-transform: translate(0,-100%); -ms-transform: translate(0,-100%); }

#content-part { width: 100%;  }

.package_sec { width: 100%; overflow: hidden; color: #e5e5e5; background: url(../images/bg-blue.png) repeat #04527b; }
.package_sec h1, .title-bar h1 { text-align: center; text-transform: uppercase; font-size: 27px; line-height: 32px; color: #5ac8e4; font-weight: 400; padding: 23px 0 27px; letter-spacing: 0.08em; }
.package_sec h1 a { color:#fff; }
.package_sec .facility { background: #ebebeb; overflow: hidden; }
.package_sec .facility li { width: 16.66%; float: left; text-align: center; padding: 23px 10px 27px; }
.package_sec .facility li img { display: inline-block; vertical-align: top; }
.package_sec .facility li span { display: block; font-size: 14px; line-height: 17px; padding: 4px 0; color: #5f5f5f; }
.package_sec .facility li:nth-child(odd) { background: #e1e1e1; }
.package_sec .row { color: #e5e5e5; width: auto; overflow: hidden; margin: 20px 15px; }
.package_sec .col3 { width: 33%; float: left; padding: 17px; position: relative; overflow: hidden; }
.package_sec .image { transition: all 1s; -webkit-transition: all 1s; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background-position: center center; background-size: cover; background-repeat: no-repeat; }
.package_sec .inter { cursor: pointer; width: 100%; height: 100%; overflow: hidden; position: relative; }
.package_sec h2 { font-size: 42px; line-height: 46px; color: #e5e5e5; font-weight: 300; padding-bottom: 5px; }
.package_sec h3 { font-size: 28px; line-height: 32px; color: #e5e5e5; font-weight: 300; }
.package_sec .text { position: absolute; left: 0;bottom: 0; background: rgba(0,0,0,0.7); text-align: center; padding: 28px 15px 20px; width: 100%; }
.package_sec .detail h2 { font-size: 40px; line-height: 45px; padding-bottom: 10px; }
.package_sec h4 { padding-bottom: 25px; font-size: 22px; line-height: 29px; font-weight: 400; }
.package_sec p { padding-bottom: 25px; }
.package_sec .explore { display: block; font-size: 31px; line-height: 36px; color: #04527b; padding: 40px 15px; text-align: center; background: #fff; font-weight: 300; }
.package_sec .explore:hover { background: rgba(255,255,255,0.80); }
.package_sec .inter:hover .image { transform: scale(1.1); -webkit-transform: scale(1.1); }


.learnmore { display: block; font-size: 23px; line-height: 36px; color: #fff; padding: 10px 15px; text-align: center; background: #04527b; font-weight: 300; margin-top:15px;  }
.learnmore:hover { background: #00689f; }
.learnmore+.learnmore { margin-top:15px; }

.title-bar { background: url(../images/bg-blue.png) repeat #04527b; }

/* form sec */
.form_container { width: 100%; background: url(../images/form_bg.jpg) repeat 0 0; padding:30px 0 35px; color:#b2b2b2; }
.form_container  .f_col{ float:left; width:25%; padding:0 25px; }
.form_container  .row { margin: 0 -25px; width: auto; }
.form_container h2 { color: #b2b2b2; font-size: 23px; padding-bottom: 15px; font-weight: 300; line-height: 26px; text-transform: uppercase; }
.form_container .half{ width:44%; float:left; margin:0 0  0; }
.form_container .half input[type="text"] { padding-right: 33px; background: #b2b2b2 url(../images/date_icon.png) right center no-repeat !important; }
.form_container input[type="submit"] { height: 25px; padding: 0 5px; font-size: 14px; border: 0px; background: url(../images/submit.jpg) left top repeat-x #c6c6c6; background-size: 1px 100%; color: #fff; font-weight: 400; }
.form_container .half + .half{ float: right; padding-right:0}
.form_container select { clear:both; }
.form_container p { font-size: 16px; line-height: 22px; }
.form_container p.mob { display: none; }
.form_container select { width: 100%; padding: 0 10px 0 10px; -webkit-appearance: none; -ms-appearance: none; -moz-appearance: none; appearance: none; cursor: pointer; font-weight:300;  height: 40px; border: 1px solid #ebebeb; width: 100%; font-size: 14px; background: #b2b2b2 url(../images/select1.jpg) right center no-repeat; background-size: auto 100%;  color: #fff; }

.coast_sec { width: auto; overflow: hidden; position: relative; background: url(../images/bg1.png) repeat; }
.coast_sec .left { width: 38%; float: left; padding: 68px 80px 90px; }
.coast_sec .image { box-shadow: 12px 0px 12px rgba(0,0,0,0.2) inset; background-size: cover; background-position: center center; width: 62%; float: right; position: absolute; right: 0; top: 0; height: 100%; }
.coast_sec .img-right { right:auto; left:0 }
.coast_sec .text-right { float:right; }
.coast_sec h2 { padding-bottom: 28px; font-size: 40px; line-height: 45px; font-weight: 300; }
.coast_sec h3 { padding-bottom: 25px; font-size: 22px; line-height: 29px; font-weight: 400; }
.coast_sec p { padding-bottom: 25px; }

.coast_sec ul { margin-left:25px; margin-bottom:30px }
.coast_sec li { list-style:disc; }

.testimonial_sec { width: auto; margin: 1px 0; overflow: hidden; color: #fff; padding: 65px 0; background: url(../images/bg-blue.png) repeat; }
.testimonial_sec blockquote { font-size: 22px; line-height: 35px; font-weight: 300; background: url(../images/coma.png) left 6px no-repeat; text-indent: 35px; }
.testimonial_sec span.name { font-size: 22px; line-height: 35px; font-weight: 400; }

.banner-bar { padding: 120px 0; width: 100%; min-height: 715px; text-align: center; background-position: center center; background-size: cover; position: relative; }
.banner-bar:before { width: 100%; height: 118px; position: absolute; left: 0; bottom: 0; background: url(../images/shadow.png) left top repeat-x; background-size: 1px 100%; content:''; }
.banner-bar a.logo { display: inline-block; vertical-align: top; }

footer {  width: 100%; overflow: hidden; background: #1c97b6 url(../images/footer-bg.png) left top repeat-x; }
footer .col3 { padding: 0 15px; width: 33.33%; float: left; }
footer .row { padding: 27px 0 20px; color: #fff;  margin: 0 -15px; overflow: hidden; }
footer .address li { font-size: 17px; line-height: 21px; letter-spacing: 0.05em; text-transform: uppercase; padding: 20px 0 10px 35px; width: 100%; float: left; border-top: 2px solid #37bee0; }
footer .address li:first-child { border: 0; }
footer a { color: #fff; }
footer a:hover { color: rgba(0,0,0,0.8); }
footer li.tel { background: url(../images/phone1.png) 5px 25px no-repeat; }
footer li.adres { background: url(../images/adres.png) 5px 25px no-repeat; }
footer li.tel a { display: block; letter-spacing: 0.07em; font-size: 21px; line-height: 25px; }
footer li.tel a:hover { color: #fff; }
footer li.tel a + a { font-size: 13px; }
footer .address { padding: 5px 0; }
footer .gallery li { width: 50%; float: left; padding: 0 12px; }
footer .gallery  { margin: 0 -12px; }
footer .menu li { width: 49%; letter-spacing: 0.07em; padding: 0 15px 10px; display: inline-block; vertical-align: top; font-size: 15px; text-transform: uppercase; line-height: 19px; }
footer .menu { margin-right: -15px; padding: 27px 0 27px 10px; }
footer .bottom_sec { font-size: 13px; text-transform: uppercase; letter-spacing: 0.08em; padding: 35px 0; overflow: hidden; line-height: 18px; color: #cbcbcb; background: #fff; }
footer .bottom_sec p { font-size: 13px; line-height: 18px; float: left; }
footer .bottom_sec span { float: right; }
footer .bottom_sec a{ color: #cbcbcb; }
footer .bottom_sec a:hover { color: rgba(0,0,0,0.8); }

.page-gallery h3 { text-align:center; font-weight:300; text-transform:uppercase; font-size:28px; padding-bottom:15px; padding-top:30px; }

/* Standard syntax */
@keyframes mymove { 0%{ transform: translateY(0); } 50%{ transform: translateY(-22px); } 100%{ transform: translateY(0); }}
@-webkit-keyframes mymove { 0%{ transform: translateY(0); -webkit-transform: translateY(0); } 50%{ transform: translateY(-22px); -webkit-transform: translateY(-22px); } 100%{ transform: translateY(0); -wetransform: translateY(0); }}

@-webkit-keyframes stickyhead{
	0%{opacity:0;-webkit-transform:translateY(-100%)}
	100%{opacity:1;-webkit-transform:translateY(0)}
}

@-moz-keyframes stickyhead{
	0%{opacity:0;-moz-transform:translateY(-100%)}
	100%{opacity:1;-moz-transform:translateY(0)}
}
@keyframes stickyhead{
	0%{opacity:0;-webkit-transform:translateY(-100%);-moz-transform:translateY(-100%);-ms-transform:translateY(-100%);-o-transform:translateY(-100%);transform:translateY(-100%)}
	100%{opacity:1;-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}
}

.qq_field { color:#fff !important; }

::-webkit-input-placeholder {
   color:#fff !important;
}

:-moz-placeholder { /* Firefox 18- */
   color:#fff !important;
}

::-moz-placeholder {  /* Firefox 19+ */
   color:#fff !important;
}

:-ms-input-placeholder {
   color:#fff !important;
}









.form-side .numInput.cur-year {
    background: transparent !important;
}
.flatpickr-calendar.static.open {
    left: -148px;
}
.tparrows {
    display: none;
}
.form-side {
    right: 10px;
}

input:placeholder-shown {
    text-overflow: ellipsis;
}

/* Placeholder */

.form-side :-ms-input-placeholder {
    color: #bcbcbc !important;
    opacity: 1 !important;
}
.form-side input::placeholder {
    color: #bcbcbc !important;
    opacity: 1 !important;
}

/* Show Placeholder on input[type=date] for Mobile */

input[type='date']:before {
    content: attr(placeholder) !important;
    position: absolute;
    left: 10px;
    color: inherit;
    white-space: nowrap;
}
input[type='date'] {
    position: relative;
    padding: 15px 10px 15px 110px !important;
}
input[type='date']:focus:before,
input[type='date']:valid:before {
    content: '';
}
