/* Global
========================================================================== */
html {
	font-family: Regular, 'Trebuchet MS', Tahoma, Arial, sans-serif;
	font-size: 14px;
	line-height: 19px;
	color: #000;
}

body {
	overflow-x: hidden;
}

.qwe {
	border:2px solid blue;
	display:block;
}

.hover-in{
    transition: .3s ease-out;
}
.hover-out{
    transition: .3s ease-in;
}

.container-picker {
	display:none;
	position: absolute;
	z-index: 20;
	top:60px;
	right:-70px;
}

.container-picker--show {

}

.container-picker--in {

}

.container-picker--out {

}

#page {
	min-width: 320px;
	max-width: 1600px;
	margin: 0 auto;
	padding: 0 55px 0 55px;
	opacity: 1;
	
    transition: all .5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	-webkit-transition: all .5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	-moz-transition: all .5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

a {
	text-decoration: none;
	color: #000;

	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
}

a:hover {
	color: #14963a;
}

.clear {
	clear: both;
}

/* Header
========================================================================== */
#header {
	height: 94px;
	position: relative;
	z-index: 2;
}

/* Menu */
#header .wrap_menu {
	padding: 0 20px 0 20px;;
	text-align: center;
}

#header .wrap_lang {
	width: 75px;
}

#header .item_menu {
	height: 16px;
	margin: 5px 0 5px 0;
	padding: 0 4px 0 4px;
	font-size: 13px;
	line-height: 16px;
	border-right: 1px solid #14963a;
	text-decoration: none;
	display: inline-block;
}

#header .item_menu.state_active {
	color: #14963a;
	font-family: DemiBold, sans-serif;
}

#header .wrap_menu .item_menu:last-child {
	border-right: none;
}

/* Book button */
#header .wrap_book {
	text-align: right;
}

/* Callback button */
.wrap_callback {
	position: fixed;
	bottom: -80px;
	left: 20px;

	transition: all 1s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	-webkit-transition: all 1s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	-moz-transition: all 1s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.button.button_callback {
	padding: 10px;
	font-size: 13px;
	letter-spacing: 1px;

	box-shadow: 0 5px 18px rgba(0,0,0,0.3);
}

.wrap_callback.state_shown {
	bottom: 20px !important;
}

/* Social
========================================================================== */
#social {
	top: 50%;
	right: 12px;
	margin-top: -156px;
	position: absolute;
	z-index:10;
}

.item_social {
	width: 30px;
	height: 30px;
	margin-bottom: 20px;
	border-radius: 100%;
	border: 1px solid #009735;
	background-position: 50% 50%;
	background-size: 16px 16px;
	background-repeat: no-repeat;
	display: block;
}

.item_social:hover {
	transform: scale(1.2,1.2);
	-ms-transform: scale(1.2,1.2);
	-webkit-transform: scale(1.2,1.2);
	-moz-transform: scale(1.2,1.2);
}

.item_social:active {
	transform: scale(0.9,0.9);
	-ms-transform: scale(0.9,0.9);
	-webkit-transform: scale(0.9,0.9);
	-moz-transform: scale(0.9,0.9);
}

.item_social.type_gp {
	background-image: url('../images/global/social_gp.svg');
}

.item_social.type_fb {
	background-image: url('../images/global/social_fb.svg');
}

.item_social.type_vk {
	background-image: url('../images/global/social_vk.svg');
}

.item_social.type_ig {
	background-image: url('../images/global/social_ig.svg');
}

.item_social.type_ok {
	background-image: url('../images/global/social_ok.svg');
}

.item_social.type_yt {
	background-image: url('../images/global/social_yt.svg');
}

/* Mobile Header/Menu
========================================================================== */
#mobileHeader,
#mobileHeader .wrap_mobileHeader {
	width: 100%;
	height: 56px;
	background: #fff;
}

#mobileHeader {
	min-width: 320px;
	box-shadow: 0 5px 38px rgba(0,0,0,0.25);
	position: fixed;
	z-index: 20;
}

.mode_mobileMenu #mobileHeader {
	height: 100vh;
	box-shadow: none;
}

#mobileHeader .wrap_mobileHeader {
	position: absolute;
	z-index: 10;
}

#mobileHeader .wrap_logo {
	padding-left: 16px;
}

#mobileHeader .wrap_langMobile	{
	text-align: right;
}

#mobileHeader .wrap_langMobile .item_menu {
	height: 16px;
	margin: 5px 0 5px 0;
	padding: 0 4px 0 4px;
	font-size: 13px;
	line-height: 16px;
	border-right: 1px solid #14963a;
	text-decoration: none;
	display: inline-block;
}

#mobileHeader .wrap_langMobile .item_menu:last-child {
	border-right: none;
}

#mobileHeader .wrap_menu {
	width: 56px;
}

#mobileHeader .button_mobileMenu,
#mobileHeader .button_mobileMenuClose {
	width: 56px;
	height: 56px;
	background: url('../images/global/mobileMenu.svg') 0 0 / 56px 56px no-repeat;
}

#mobileHeader .button_mobileMenuClose {
	background: url('../images/global/mobileMenuClose.svg') 0 0 / 56px 56px no-repeat;
	display: none;
}

.mode_mobileMenu #button_mobileMenuClose {
	display: block;
}

.mode_mobileMenu #button_mobileMenu {
	display: none;
}

#mobileHeader .button_mobileMenu:active,
#mobileHeader .button_mobileMenuClose:active,
#mobileHeader .item_section:active {
	background-color: #f2f2f2;
}

/* Sections */
#mobileHeader .wrap_mobileMenu {
	width: 100%;
	height: 100vh;
	background: #fff;

	overflow-y: scroll;
	overflow-scrolling: touch;
	-webkit-overflow-scrolling: touch;

    transition: all .3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	-webkit-transition: all .3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	-moz-transition: all .3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	
	transform-origin: top left;
	-ms-transform-origin: top left;
	-webkit-transform-origin: top left;
	-moz-transform-origin: top left;

	transform: scale(1,0);
	-ms-transform: scale(1,0);
	-webkit-transform: scale(1,0);
	-moz-transform: scale(1,0);
}

.mode_mobileMenu #mobileHeader .wrap_mobileMenu {
	transform: scale(1,1);
	-ms-transform: scale(1,1);
	-webkit-transform: scale(1,1);
	-moz-transform: scale(1,1);
}

#mobileHeader .wrap_sections {
	padding-top: 56px;
	background: #fff;
}

#mobileHeader .item_section {
	height: 50px;
	padding-left: 16px;
	font-size: 18px;
	line-height: 50px;
	display: block;
}

/* Book */
#mobileHeader .wrap_book {
	padding-top: 20px;
	text-align: center;
}

/* Social */
#mobileHeader .wrap_social {
	margin-top: 30px;
	padding-bottom: 40px;
}

#mobileHeader .wrap_social .item_social {
	display: inline-block;
}

#mobileHeader .itme_socialCell {
	text-align: center;
}

/* Shade */
#mobileShade {
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.0);
	position: fixed;
	z-index: 10;

    transition: all .3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	-webkit-transition: all .3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	-moz-transition: all .3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	
	transform-origin: top left;
	-ms-transform-origin: top left;
	-webkit-transform-origin: top left;
	-moz-transform-origin: top left;

	transform: scale(1,0);
	-ms-transform: scale(1,0);
	-webkit-transform: scale(1,0);
	-moz-transform: scale(1,0);
}

.mode_mobileMenu #mobileShade {
	background: rgba(0,0,0,0.5);

	transform: scale(1,1);
	-ms-transform: scale(1,1);
	-webkit-transform: scale(1,1);
	-moz-transform: scale(1,1);
}

body.mode_mobileMenu {
	overflow: hidden;
}

/* Footer
========================================================================== */
#footer {
	width: auto;
	margin-left: -55px;
	margin-right: -55px;
	margin-bottom: 20px;
	border-top: 2px solid #009735;
	border-bottom: 2px solid #009735;
	font-size: 14px;
	line-height: 22px;
}

#footer .wrap_contact,
#footer .wrap_seo {
	padding-top: 40px;
	padding-bottom: 40px;
}

#footer .wrap_contact {
	width: 40%;
	padding-left: 55px;
	padding-right: 40px;
}

#footer .wrap_seo {
	padding-left: 40px;
	padding-right: 55px;
}

#footer .text_seo {
	color: #9C9A9A;
}

#footer .wrap_email {
	padding-top: 1em;
}

#footer .wrap_email a {
	white-space: nowrap;
}

#footer .wrap_extraSections {
	padding-top: 1em;
}

#footer .text_sitemap {
	margin-right: 15px;
	display: inline-block;
}



/* Global elements
========================================================================== */
/* Page heading */
.wrap_pageHeading {
	padding: 40px 0 40px 0;
}

.wrap_pageHeading .text_pageHeading {
	margin: 0;
	font-family: Heading, sans-serif;
	font-size: 48px;
	line-height: 56px;
	text-align: center;
}

.wrap_pageHeading .box_spring {
	width: 62px;
	height: 4px;
	margin: 30px auto 0;
	background: #14973b;
}

.wrap_pageHeading .text_pageSubtitle {
	margin-top: 30px;
	font-size: 19px;
	line-height: 23px;
	text-align: center;
}

/* Table */
.display_table {
	width: 100%;
	display: table;
}

.display_tableCell {
	vertical-align: top;
	display: table-cell;
}

.display_tableCell.valign_middle {
	vertical-align: middle;
}

.display_tableRow {
	display: table-row;
}

/* Button */
.button {
	padding: 12px;
	font-family: DemiBold, sans-serif;
	font-size: 15px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #fff;
	background: #14963a;
	border: none;
	border-radius: 40px;
	display: inline-block;

	cursor: pointer;

	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;

	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;	
}

.button.mode_stroke {
	background: #fff;
	color: #14963a;
	border: 1px solid #14963a;
}

.button.mode_small {
	font-size: 13px;
	letter-spacing: 1px;
}

.button:hover {
	color: #fff;
	background: #23B14C;
	
	transform: scale(1.02,1.02);
	-ms-transform: scale(1.02,1.02);
	-webkit-transform: scale(1.02,1.02);
	-moz-transform: scale(1.02,1.02);

}

.button:active {
	background: #08802B;
	
	transform: scale(.98,.98);
	-ms-transform: scale(.98,.98);
	-webkit-transform: scale(.98,.98);
	-moz-transform: scale(.98,.98);
}

/* Typography
========================================================================== */
.type p {
	font-size: 19px;
	line-height: 27px;
}

.type li {
	margin-bottom: 15px;
	font-size: 17px;
	line-height: 27px;
}

.type ul li {
    list-style-type: none;
}

.type ul li > ul {
	padding-top: 15px;
}

.type ul li:before {
	margin: 11px 0 0 -12px;
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 100%;
	background: #009735;
	position: absolute;
}

.type h2 {
	margin-top: 30px;
	margin-bottom: 10px;
	font-size: 32px;
	line-height: 36px;
	font-family: Demibold, sans-serif;
	color: #14963a;
}

.type h3 {
	margin-top: 30px;
	margin-bottom: 10px;
	font-size: 24px;
	line-height: 30px;
	font-family: Demibold, sans-serif;
	color: #14963a;
}


/* Gallery slider
========================================================================== */
.wrap_gallery {
	margin-left: -55px;
	margin-right: -55px;
}

.wrap_gallery .bx-wrapper {
	box-shadow: none;
	border: none;
}

.wrap_gallery .bx-wrapper .bx-pager.bx-default-pager a {
	width: 22px;
	height: 22px;
	text-indent: 0;
	border-radius: 100%;
	background: none;
	position: relative;
}

.wrap_gallery .bx-wrapper .bx-pager.bx-default-pager a.active, 
.wrap_gallery .bx-wrapper .bx-pager.bx-default-pager a:focus, 
.wrap_gallery .bx-wrapper .bx-pager.bx-default-pager a:hover {
	background: #d5eddd;
}

.wrap_gallery .bx-wrapper .bx-pager.bx-default-pager a:before {
	width: 6px;
	height: 6px;
	margin: 8px 0 0 -3px;
	content: "";
	background: #cccccc;
	border-radius: 100%;
	position: absolute;
	
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
}

.wrap_gallery .bx-wrapper .bx-pager.bx-default-pager a.active:before, 
.wrap_gallery .bx-wrapper .bx-pager.bx-default-pager a:focus:before, 
.wrap_gallery .bx-wrapper .bx-pager.bx-default-pager a:hover:before {
	background: #14963a;
}

/* Super gallery
========================================================================== */
.wrap_superGallery {
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 30px;
}

.wrap_superGallery .fotorama__caption__wrap {
	width: 100%;
	padding: 15px 0 15px 0;
	background: rgba(0,0,0,0.6);
	text-align: center;
	color: #fff;
	font-family: Regular, sans-serif;
	font-size: 14px;
	line-height: 19px;
}

.wrap_superGallery .fotorama__nav--thumbs .fotorama__nav__frame {
	padding: 0 !important;
}

.wrap_superGallery .fotorama__thumb-border {
	border-color: #14963a;
	display: none;
}

.wrap_superGallery .fotorama__thumb {
    filter: saturate(0);
    opacity: 0.7;
    
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
}

.wrap_superGallery .fotorama__active .fotorama__thumb,
.wrap_superGallery .fotorama__thumb:hover {
	filter: none;
    opacity: 1;
}

.wrap_superGallery .fotorama__arr {
    width: 44px;
    height: 124px;
    top: 50%;
    margin-top: -62px;
    background: none;
}

.wrap_superGallery .fotorama__arr--prev {
	left: 55px;;
	background: url('../images/global/superGallery_prev.svg') 50% 50% / 44px 124px no-repeat;
}

.wrap_superGallery .fotorama__arr--next {
	right: 55px;;
	background: url('../images/global/superGallery_next.svg') 50% 50% / 44px 124px no-repeat;
}


.wrap_superGallery .fotorama__nav--dots .fotorama__nav__frame--dot {
	width: 22px;
	height: 22px;
	margin: 20px 5px 0 5px;
	border-radius: 100%;
	background: none;
	
	transition: background-color .2s ease-in-out;
	-webkit-transition: background-color .2s ease-in-out;
	-moz-transition: background-color .2s ease-in-out;
}

.wrap_superGallery .fotorama__nav--dots .fotorama__nav__frame.fotorama__active,
.wrap_superGallery .fotorama__nav--dots .fotorama__nav__frame:hover {
	background: #d5eddd;
}

.wrap_superGallery .fotorama__nav__frame .fotorama__dot,
.wrap_superGallery .fotorama__nav__frame.fotorama__active .fotorama__dot {
	width: 6px;
	height: 6px;
    top: 8px;
    left: 8px;
	background-color: #cccccc;
	border-radius: 100%;
	border: none;
	position: absolute;
	
	transition: background-color .2s ease-in-out;
	-webkit-transition: background-color .2s ease-in-out;
	-moz-transition: background-color .2s ease-in-out;
}

.wrap_superGallery .fotorama__nav__frame.fotorama__active .fotorama__dot {
	background-color: #14963a;
}

/* 3D Tour
========================================================================== */
.wrap_tourBox iframe {
	width: 100%;
	height: 630px;
}

/* Form
========================================================================== */
.form .item_input {
	width: 600px;
	height: 48px;
	margin: 0 auto 40px;
	position: relative;
}

.form .item_input.mode_review {
	height: 210px;
}

.form input,
.form select,
.form textarea {
	width: 425px;
	height: 48px;
	margin-left: 145px;
	padding: 0 15px 0 15px;
	background: #fff;
	border: 1px solid #B9B9B9;
	font-size: 19px;
	font-family: Regular, sans-serif;
	
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
}

.form .item_checkbox {
	height: 40px;
}

.form .item_checkbox input {
	width: auto;
	height: auto;
	margin-top: 12px;
	position: absolute;
}

.form .item_checkbox label {
	padding-left: 30px;
	line-height: 40px;
}

.form textarea {
	height: 200px;
	padding-top: 10px;
	line-height: 24px;
}

.form input:focus,
.form select:focus,
.form button:focus,
.form textarea:focus {
    outline: 0;
	border-color: #14963a;
}

.form label {
	width: 135px;
	font-size: 19px;
	line-height: 48px;
	position: absolute;
}

.form .text_fieldset {
	font-size: 16px;
	margin-bottom: 10px;
}

.form .item_input.state_invalid {
	color: red;
}

.form .item_input.state_invalid input,
.form .item_input.state_invalid .input,
.form .item_input.state_invalid select {
	border-color: red;
}

input::placeholder {
	color: #fff;
}

::-webkit-input-placeholder {
	color: #fff;
}
::-moz-placeholder {
	color: #fff;
}
:-ms-input-placeholder {
	color: #fff;
}
:-moz-placeholder {
	color: #fff;
}

.form .wrap_submit {
	text-align: center;
}

/* Number */
.mode_number input {
	width: 80px;
}

.mode_number label {
	padding-top: 3px;
	line-height: 21px;
}

/* Checkbox */
.form .item_input.mode_checkbox {
	height: auto;
}

/* Select */
.form select {
	width: 457px;
	border-radius: 0;
}


	/* Datepicker */
.datepicker-panel > ul > li.picked, 
.datepicker-panel > ul > li.picked:hover {
	color: #14963a;
}

.datepicker-panel > ul > li.picked {
	font-family: DemiBold, sans-serif;
}

.datepicker-top-left, 
.datepicker-top-right {
	border-top-color: #14963a;
}

.datepicker-top-left::before, 
.datepicker-top-right::before {
	border-bottom-color: #14963a;
}

.datepicker-panel > ul > li:hover {
	background-color: #c7e7d2;
}

.datepicker-container {
	font-size: 14px;
}

/* Sent */
.state_sent .wrap_pageHeading,
.state_sent .item_input,
.state_sent .wrap_dates,
.state_sent .wrap_submit {	
    transition: all .5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	-webkit-transition: all .5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	-moz-transition: all .5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.state_sent .wrap_pageHeading,
.state_sent .item_input,
.state_sent .wrap_dates,
.state_sent .wrap_submit {
	opacity: 0;
	
	transform: scale(1,0);
	-ms-transform: scale(1,0);
	-webkit-transform: scale(1,0);
	-moz-transform: scale(1,0);
}

.wrap_formSent {
	height: 250px;
	width: 600px;
	top: 50%;
	left: 50%;
	margin-top: -125px;
	margin-left: -300px;
	text-align: center;
	position: absolute;

	opacity: 0;
	
	transition: all .3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	-webkit-transition: all .3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	-moz-transition: all .3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	
	transform-origin: top left;
	-ms-transform-origin: top left;
	-webkit-transform-origin: top left;
	-moz-transform-origin: top left;

	transform: scale(1,0);
	-ms-transform: scale(1,0);
	-webkit-transform: scale(1,0);
	-moz-transform: scale(1,0);
}

#modal_callback .wrap_formSent {
	top: 200px;
}

.state_sent .wrap_formSent {
	opacity: 1;
	transform: scale(1,1);
	-ms-transform: scale(1,1);
	-webkit-transform: scale(1,1);
	-moz-transform: scale(1,1);
}


.wrap_formSent .text_sentTitle {
	margin-top: 90px;
	font-family: Heading, sans-serif;
	font-size: 30px;
	line-height: 36px;
}

.wrap_formSent .text_sentSubtitle {
	margin-top: 40px;
	font-size: 18px;
	line-height: 21px;
}

#modal_bookSent .text_sentTitle {
	margin-top: 30px;
}

/* Book form
========================================================================== */
.wrap_dates input {
	width: 96px;
	padding-right: 30px;
	background: url('../images/global/cal.png') right 50% / 29px auto no-repeat;
}

.wrap_dates .wrap_in,
.wrap_dates .wrap_out {
	display: inline-block;
	position:relative;
}

.wrap_dates .wrap_out {
	padding-left: 20px;
}

.text_disableBooking {
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 18px;
	line-height: 24px;
	text-align: center;
}

/* Kids */
.wrap_kids label {
	padding-left: 30px;
	font-size: 16px;
}

.wrap_kids select {
	width: 120px;
	font-size: 16px;
}

.wrap_kids .button_addKid {
	margin-left: 5px;
}

.wrap_kids .button_removeKid {
	width: 14px;
	margin-left: 5px;
	text-align: center;
	color: red;
	border-color: red;
}

.wrap_kids .button_removeKid:hover {
	background-color: red;
	color: #fff;
}

/* Modal
========================================================================== */
body.state_modal {
	overflow-y: hidden;
}

body.state_modal #page {
	opacity: 0.2; 
	
	transform: scale(0.9,0.9);
	-ms-transform: scale(0.9,0.9);
	-webkit-transform: scale(0.9,0.9);
	-moz-transform: scale(0.9,0.9);
	-o-transform: scale(0.9,0.9);	
	
/*
	filter: blur(5px);
	-webkit-filter: blur(5px);
	-moz-filter: blur(5px);
	-o-filter: blur(5px);
	-ms-filter: blur(5px);
*/
}

.modal {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: table;
	position: fixed;
	z-index: 1000;
	opacity: 0;

	transition: all .4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	-webkit-transition: all .4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	-moz-transition: all .4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	
	transform-origin: bottom center;
	-ms-transform-origin: bottom center;
	-webkit-transform-origin: bottom center;
	-moz-transform-origin: bottom center;

	transform: scale(0.0,0.0);
	-ms-transform: scale(0.0,0.0);
	-webkit-transform: scale(0.0,0.0);
	-moz-transform: scale(0.0,0.0);
}

.modal.state_open {
	opacity: 1 !important;

	transform: scale(1,1);
	-ms-transform: scale(1,1);
	-webkit-transform: scale(1,1);
	-moz-transform: scale(1,1);
}

.modal.mode_splash {
	height: 60vh;
	position: relative;
}

.modal .wrap_shade {
	width: 100%;
	height: 100vh;
	background: rgba(67,82,99,0);
	display: block;

	vertical-align: top;

	overflow-y: scroll;
	overflow-scrolling: touch;
	-webkit-overflow-scrolling: touch;

	transition: all 1s cubic-bezier(0.785, 0.135, 0.15, 0.86) .4s;
	-webkit-transition: all 1s cubic-bezier(0.785, 0.135, 0.15, 0.86) .4s;
	-moz-transition: all 1s cubic-bezier(0.785, 0.135, 0.15, 0.86) .4s;
}

.modal.state_open .wrap_shade {
	background: rgba(67,82,99,0.8);
}

.modal.mode_middle .wrap_shade {
	vertical-align: middle;
	display: table-cell;
}

.modal.mode_splash .wrap_shade {
	background: none;
}

.modal .wrap_window {
	width: 715px;
	margin: 20px auto;
	background: #fff;
	box-shadow: 0 0 50px rgba(0,14,38,0.1);
}

/* Header */
.modal .wrap_windowHeader {
	height: 70px;
}
.modal .button_close {
	width: 70px;
	height: 70px;
	background: url('../images/global/button_close.svg') 50% 50% / 18px 18px no-repeat;
	float: right;
	cursor: pointer;
	z-index: 500;

	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
}

.modal .button_close:hover {
	background-color: #D6E9DB;
}

.modal .button_close:active {
	background-color: #C0DDC8;
}

.modal .text_pageHeading {
	margin-top: 0;
}

.modal .text_subtitle {
	padding-top: 5px;
	text-align: center;
	font-size: 16px;
}

.modal .wrap_pageHeading {
	padding-top: 0;
}

/* Content */
.modal .wrap_windowContent {
	padding: 25px;
}

/* Callback */
#modal_callback .item_input {
	text-align: center;
}

#modal_callback .item_input input {
	margin-left: 0;
	text-align: left;
}

#modal_callback input::placeholder {
	color: #b9b9b9;
}

#modal_callback ::-webkit-input-placeholder {
	color: #b9b9b9;
}
#modal_callback ::-moz-placeholder {
	color: #b9b9b9;
}
#modal_callback :-ms-input-placeholder {
	color: #b9b9b9;
}
#modal_callback :-moz-placeholder {
	color: #b9b9b9;
}

#modal_callback .item_checkbox {
	width: 200px;
	margin: 0 auto;
	text-align: left;
}

.intl-tel-input.separate-dial-code .selected-dial-code {
	padding-right: 10px;
}

/* Notify form */
.wrap_notifyForm {
	padding-bottom: 40px;
}

.wrap_notifyForm .text_instructions {
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
	font-size: 16px;
}

.wrap_notifyForm .item_input{
	text-align: center;
}

.wrap_notifyForm .item_input input{
	margin-left: 0;
	text-align: left;
}

.wrap_notifyForm input::placeholder{
	color: #b9b9b9;
}

.wrap_notifyForm ::-webkit-input-placeholder{
	color: #b9b9b9;
}

.wrap_notifyForm ::-moz-placeholder{
	color: #b9b9b9;
}

.wrap_notifyForm :-ms-input-placeholder{
	color: #b9b9b9;
}

.wrap_notifyForm :-moz-placeholder{
	color: #b9b9b9;
}

.wrap_notifySent {
	height: 87px;
	line-height: 87px;
	font-size: 18px;
	color: #0f9735;
	text-align: center;
	display: none;
}

/* Media queries
========================================================================== */
/* Mobile */
@media only screen and (max-width : 767px) {

	.container-picker {
		right:0;
		left:120px;
	}
	.hide_onMobile {
		display: none;
	}

	#page {
		padding: 56px 0 0 0;
	}
	
	.wrap_pageHeading .text_pageHeading {
		font-size: 32px;
		line-height: 40px;
	}
	
	/* Gallery */
	.wrap_gallery {
		margin-left: 0;
		margin-right: 0;
	}
	
	/* Super gallery */
	.wrap_superGallery .fotorama__arr--prev {
		left: 15px;;
	}
	
	.wrap_superGallery .fotorama__arr--next {
		right: 15px;;
	}

	/* Footer */
	#footer {
		margin: 0 15px 0 15px;
		padding: 15px 0 15px 0;
	}

	#footer,
	#footer .wrap_contact,
	#footer .wrap_seo {
		width: auto;
		height: auto;
		display: block;
	}
	
	#footer .wrap_contact,
	#footer .wrap_seo {
		padding: 0;
	}
	
	#footer .text_sitemap {
		float: none;
		display: block;
	}
	
	/* Form */
	input::placeholder {
		color: #b9b9b9;
	}
	
	::-webkit-input-placeholder {
		color: #b9b9b9;
	}
	::-moz-placeholder {
		color: #b9b9b9;
	}
	:-ms-input-placeholder {
		color: #b9b9b9;
	}
	:-moz-placeholder {
		color: #b9b9b9;
	}
	
	.form .item_input {
		width: auto;
	}
	
	.form input, 
	.form select,
	.form textarea{
		width: 100%;
		margin-left: 0;
	}
	
	.form .mode_select {
		margin-right: -30px;
	}
	
	.form .wrap_dates {
		height: auto;
	}

	.form .wrap_dates input,
	.form .wrap_numbers input {
		margin-left: 127px;
	}
	
	
	.form .wrap_dates input {
		width: 96px;
	}
	
	.form .wrap_numbers input {
		width: 80px;
	}
	
	.form .wrap_in,
	.form .wrap_out {
		height: 48px;
		margin-bottom: 40px;
		display: block;
	}
	
	.form .wrap_out {
	    padding-left: 0;
	}
	
	.wrap_bookForm {
		padding-left: 20px;
		padding-right: 50px;
	}
	
	.wrap_book .text_pageHeading {
		font-size: 36px;
		line-height: 46px
	}
	
	.modal .wrap_windowContent {
		padding: 0 0 30px 0;
	}
	
	.modal .wrap_window {
		margin-top: 0;
		margin-bottom: 0;
	}

	.button {
		letter-spacing: 0;
	}

	/* Callback */
	#modal_callback  .wrap_pageHeading {
		padding-top: 80px;
	}

	/* Callback button */
	.wrap_callback {
		position: fixed;
		bottom: 10px;
		left: 10px;
	}

	#modal_callback .wrap_submit {
		padding-left: 30px;
	}

	/* Sent */
	.wrap_formSent {
		height: 320px;
		width: 320px;
		top: 50%;
		left: 50%;
		margin-top: -160px;
		margin-left: -160px;
	}

	.wrap_formSent .text_sentTitle {
		margin-top: 30px;
		padding: 20px;
		font-size: 21px;
		line-height: 26px;
	}

	.wrap_formSent .text_sentSubtitle {
		margin-top: 20px;
	}
	
	/* Modal */
	.modal,
	.modal .wrap_shade,
	.modal.mode_middle .wrap_shade {
		width: 100%;
		height: 100vh;
		display: block;
	}
	

	.modal .wrap_window {
		width: 100%;
	}

	.modal .wrap_window,
	.modal .wrap_windowHeader,
	.modal .button_close {
		border-radius: 0;
	}
	
	.modal .text_pageHeading {
		font-size: 36px;
		line-height: 42px;
	}
	
	.modal .wrap_windowHeader {
		width: 100%;
		height: 70px;
		background: #fff;
		position: fixed;
		z-index: 100;
	}
	
	.modal .wrap_windowHeader .wrap_logo {
		margin: 15px 0 0 15px;
		position: absolute;
	}

	.wrap_notifyForm .item_input input {
		width: 280px;
	}


}
/* Desktop */
@media only screen and (min-width : 767px) {
	.hide_onDesktop {
		display: none;
	}

}


/* update 3.04.2018 */

@media (max-width: 767px) {
	.form .item_kid.item_input select {
		width:112px;
		margin-left: 127px;
	}

	.flex_mode {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}

	.flex_mode label {
		align-self: flex-start;
	}

	.form .item_kid.item_input {
		height:auto;
	}
}

@media (max-width: 560px) {
	.wrap_kids .button_addKid {
		margin-top: 15px;
	}
}