@charset "UTF-8";
@font-face{
	font-family: 'Raleway';
	src: url('../fonts/raleway-regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face{
	font-family: 'Raleway';
	src: url('../fonts/opensans-italic.woff') format('woff');
	font-weight: normal;
	font-style: italic;
}
@font-face{
	font-family: 'Raleway';
	src: url('../fonts/raleway-bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
}
@font-face{
	font-family: 'Raleway';
	src: url('../fonts/opensans-bolditalic.woff') format('woff');
	font-weight: bold;
	font-style: italic;
}
/* common */
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,hr,pre,code,form,input,button,textarea,p,blockquote,th,td,figure,figcaption,nav,section,menu,main{
	margin: 0;
	padding: 0;
}
table{
	border-spacing: 0;
}
img{
	border: none;
/*	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0) scale(1.0, 1.0);*/
}
ul li, menu li{
	list-style: none;
}
h1,h2,h3,h4,h5,h6{
	font-size: inherit;
	font-weight: normal;
}
sup,sub{
	vertical-align: baseline;
}
*{
/*	text-rendering: optimizeLegibility;*/
	outline: none !important;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
}
input,button,textarea,select,optgroup,option{
 	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}
::-webkit-input-placeholder{
	opacity: 1;
	color: inherit;
	text-transform: uppercase;
	transition: all .4s ease;
}
::-moz-input-placeholder{
	opacity: 1;
	color: inherit;
	text-transform: uppercase;
	transition: all .4s ease;
}
:-moz-input-placeholder{
	opacity: 1;
	color: inherit;
	text-transform: uppercase;
	transition: all .4s ease;
}
:input-placeholder{
	opacity: 1;
	color: inherit;
	text-transform: uppercase;
	transition: all .4s ease;
}
.error::-webkit-input-placeholder{
	color: #f45803;
}
.error::-moz-input-placeholder{
	color: #f45803;
}
.error:-moz-input-placeholder{
	color: #f45803;
}
.error:input-placeholder{
	color: #f45803;
}
:focus::-webkit-input-placeholder{
	opacity: 0;
	-webkit-transform: scale(2);
	transform: scale(2);
}
:focus:-moz-placeholder{
	opacity: 0;
	-moz-transform: scale(2);
	transform: scale(2);
}
:focus::-moz-placeholder{
	opacity: 0;
	-moz-transform: scale(2);
	transform: scale(2);
}
:focus:input-placeholder{
	opacity: 0;
	-ms-transform: scale(2);
	transform: scale(2);
}
textarea:focus::-webkit-input-placeholder,
.contacts-form input:focus::-webkit-input-placeholder{
	text-indent: -100px;
	-webkit-transform: none;
	transform: none;
}
textarea:focus:-moz-placeholder,
.contacts-form input:focus:-moz-placeholder{
	text-indent: -100px;
	-moz-transform: none;
	transform: none;
}
textarea:focus::-moz-placeholder,
.contacts-form input:focus::-moz-placeholder{
	text-indent: -100px;
	-moz-transform: none;
	transform: none;
}
textarea:focus:input-placeholder,
.contacts-form input:focus:input-placeholder{
	text-indent: -100px;
	-ms-transform: none;
	transform: none;
}
input[type='checkbox'],input[type='submit'],input[type='reset'],input[type='radio'],input[type='image'],input[type='file'],button,label{
	cursor: pointer;
}
a{
	text-decoration: underline;
	outline: none;
	color: inherit;
	transition: all .4s ease;
}
a:hover,
a[href^='tel:'],
a[href^='callto:'],
a.noline{
	text-decoration: none;
}
body{
	font: normal 16px 'Raleway', 'Open Sans', Tahoma, Ubuntu, sans-serif;
	color: #1e2329;
	background: #fff;
}
input[type='text'], input[type='password'], input[type='email'], input[type='tel'], input[type='number'], input[type='search'], input[type='url'], input[type='time'], textarea, select{
	display: block;
	width: 100%;
	height: 48px;
	margin: 0;
	padding: 0 8px;
	font-size: 12px;
	font-weight: bold;
	line-height: normal;
	letter-spacing: 2px;
	color: #fff;
	text-align: center;
	text-indent: 0;
	border: 2px solid #fff;
	background: #fcb03f;
	box-sizing: border-box;
	border-radius: 0;
	box-shadow: none !important;
	transition: all .4s ease;
}
label{
	font-size: 12px;
	font-weight: bold;
	line-height: normal;
	letter-spacing: 2px;
}
.contacts-form input:not([type='submit']),
.contacts-form textarea{
	padding-left: 20px !important;
	padding-right: 20px !important;
	color: #cacbcd;
	border-color: #cacbcd;
	background-color: transparent !important;
}
input[type='text']:hover, input[type='password']:hover, input[type='email']:hover, input[type='tel']:hover, input[type='number']:hover, input[type='search']:hover, input[type='url']:hover, input[type='time']:hover, textarea:hover, select:hover{
	background: #fcb954;
}
input[type='text']:focus, input[type='password']:focus, input[type='email']:focus, input[type='tel']:focus, input[type='number']:focus, input[type='search']:focus, input[type='url']:focus, input[type='time']:focus, textarea:focus, select:focus{
	background: #fcb954;
	box-shadow: inset 0 0 0 0 rgba(255,255,255,0) !important;
}
input[type='text']:active, input[type='password']:active, input[type='email']:active, input[type='tel']:active, input[type='number']:active, input[type='search']:active, input[type='url']:active, input[type='time']:active, textarea:active, select:active{
	background: #fcb954;
	box-shadow: inset 0 0 0 2px rgba(255,255,255,.5) !important;
}
.contacts-form input:not([type='submit']):hover,
.contacts-form input:not([type='submit']):focus,
.contacts-form textarea:hover,
.contacts-form textarea:focus{
	border-color: #fcb954;
}
input.error,
textarea.error,
select.error{
	color: #f45803 !important;
	border-color: #f45803 !important;
}
select{
	cursor: pointer;
	line-height: normal;
	padding: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
}
select::-ms-expand{
	display: none;
}
textarea{
	height: 118px;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: left;
	resize: none;
}
input[type='checkbox'],
input[type='radio']{
	display: none;
}
input[type='checkbox']+.input,
input[type='radio']+.input{
	display: inline-block;
	position: relative;
	width: 16px;
	height: 16px;
	margin: 0 16px 0 0;
	vertical-align: -4px;
	border: 2px solid #fff;
	box-sizing: border-box;
}
input[type='checkbox']+.input:after,
input[type='radio']+.input:after{
	opacity: 0;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 8px;
	height: 8px;
	margin: -4px 0 0 -4px;
	content: '';
	background: #fff;
	transition: all .4s ease;
}
input[type='radio']+.input,
input[type='radio']+.input:after{
	border-radius: 100%;
}
input[type='checkbox']:checked+.input:after,
input[type='radio']:checked+.input:after{
	opacity: 1;
}
.button{
	cursor: pointer;
	display: inline-block;
	width: auto;
	height: 48px;	   
	margin: 0;
	padding: 15px 20px;
	font-size: 12px;
	font-weight: bold;
	line-height: normal;
	letter-spacing: 2px;
	color: #fcb03f;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
	border: 2px solid #fff;
	background: #fff;
	box-sizing: border-box;
	border-radius: 0;
	box-shadow: none !important;
	transition: all .4s ease;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.reg,
.rev{
	color: #2f363e;
}
.contacts-form .button{
	width: 100%;
	color: #fbb03f;
	border-color: #fbb03f;
	background-color: transparent;
}
.guide-button{
	color: #1e2329;
	border-color: transparent;
	background: rgba(255,255,255,.8);
}
.button.transparent{
	color: #fff;
	background: transparent;
}
.button.black{
	color: #3b4249;
	border-color: #3b4249;
}
.button.orange{
	color: #fcb954;
	border-color: #fcb954;
}
.legend .guide-button{
	background: #fff;
}
.guide-button:before{
	display: inline-block;
	width: 0;
	height: 0;
	margin-right: 10px;
	content: '';
	vertical-align: -2px;
	border-style: solid;
	border-width: 7px 0 7px 8px;
	border-color: transparent transparent transparent #1e2329;
	transition: all .4s ease;
}
.nobefore:before,
.noafter:after{
	content: none !important;
}
.button:focus{
	color: #fff;
	background: #fcb954;
	box-shadow: inset 0 0 0 0 rgba(255,255,255,0) !important;
}
.button:hover{
	color: #fff;
	background: #fcb954;
}
.button:active{
	color: #fff;
	background: #fcb954;
	box-shadow: inset 0 0 0 2px rgba(255,255,255,.5) !important;
}
.button.black:focus,
.button.black:hover,
.button.black:active{
	color: #3b4249;
}
.button.black:focus{
	box-shadow: inset 0 0 0 0 rgba(0,0,0,0) !important;
}
.button.black:active{
	box-shadow: inset 0 0 0 2px rgba(0,0,0,.25) !important;
}
.button.orange:focus{
	box-shadow: 0 0 0 0 rgba(252,176,63,0) !important;
}
.button.orange:active{
	box-shadow: 0 0 0 2px rgba(252,176,63,.25) !important;
}
.guide-button:hover:before,
.guide-button:focus:before,
.guide-button:active:before{
	border-color: transparent transparent transparent #fff;
}
.button.active{
	cursor: default;
}
[disabled]{
	cursor: not-allowed !important;
	opacity: .5 !important;
	background: #aaa !important;
	box-shadow: none !important;
}
.button.inline-table{
	padding-top: 0;
	padding-bottom: 0;
}
.button .img{
	height: 38px;
	padding-top: 2px;
	padding-right: 10px;
}
.button .img img{
	max-width: none;
	max-height: none;
}
.button .txt{
	text-align: left;
}
.button[disabled],
.button.disabled{
	color: #fff !important;
	background: #ccc !important;
	box-shadow: none !important;
	-webkit-transform: none !important;
	-ms-transform: none !important;
	transform: none !important;
}
.nobr{
	white-space: nowrap;
}
.relative{
	position: relative;
}
.center{
	text-align: center;
}
.justify{
	text-align: justify;
}
.left{
	float: left;
}
.right{
	float: right;
}
.clear{
	display: block;
	clear: both;
}
.clearfix:before,
.clearfix:after{
	float: none !important;
	content: '';
	display: block;
	clear: both;
	height: 0;
	overflow: hidden;
}
.animate{
	transition: all .4s ease;
}
.cover,
.cover [class*='type-'],
.passive [class*='type-']{
	opacity: 0;
}
@media only screen and (min-width: 768px){ 
	.cover,
	.cover [class*='type-'],
	.passive [class*='type-']{
		-webkit-filter: blur(5px);
		filter: blur(5px);
	}
}
.wait-1{
	transition-delay: .2s;
}
.wait-2{
	transition-delay: .4s;
}
.wait-3{
	transition-delay: .6s;
}
.wait-4{
	transition-delay: .8s;
}
.wait-5{
	transition-delay: 1s;
}
.wait-6{
	transition-delay: 1.2s;
}
.wait-7{
	transition-delay: 1.4s;
}
.wait-8{
	transition-delay: 1.6s;
}
.wait-9{
	transition-delay: 1.8s;
}
.wait-10{
	transition-delay: 2s;
}
.wait-11{
	transition-delay: 2.2s;
}
.wait-12{
	transition-delay: 2.4s;
}
.wait-13{
	transition-delay: 2.6s;
}
.wait-14{
	transition-delay: 2.8s;
}
.wait-15{
	transition-delay: 3s;
}
.wait-16{
	transition-delay: 3.2s;
}
.wait-17{
	transition-delay: 3.4s;
}
.wait-18{
	transition-delay: 3.6s;
}
.wait-19{
	transition-delay: 3.8s;
}
.wait-20{
	transition-delay: 4s;
}
.wait-21{
	transition-delay: 4.2s;
}
.wait-22{
	transition-delay: 4.4s;
}
.wait-23{
	transition-delay: 4.6s;
}
.wait-24{
	transition-delay: 4.8s;
}
.wait-25{
	transition-delay: 5s;
}
.wait-26{
	transition-delay: 5.2s;
}
.wait-27{
	transition-delay: 5.4s;
}
.wait-28{
	transition-delay: 5.6s;
}
.wait-29{
	transition-delay: 5.8s;
}
.wait-30{
	transition-delay: 6s;
}
.wait-31{
	transition-delay: 6.2s;
}
.wait-32{
	transition-delay: 6.4s;
}
.wait-33{
	transition-delay: 6.6s;
}
.wait-34{
	transition-delay: 6.8s;
}
.wait-35{
	transition-delay: 7s;
}
.cover .type-top,
.passive .type-top{
	-webkit-transform: translateY(-100px);
	-ms-transform: translateY(-100px);
	transform: translateY(-100px);
}
.cover .type-left,
.passive .type-left{
	-webkit-transform: translateX(-100px);
	-ms-transform: translateX(-100px);
	transform: translateX(-100px);
}
.cover .type-right,
.passive .type-right{
	-webkit-transform: translateX(100px);
	-ms-transform: translateX(100px);
	transform: translateX(100px);
}
.cover .type-bottom,
.passive .type-bottom{
	-webkit-transform: translateY(100px);
	-ms-transform: translateY(100px);
	transform: translateY(100px);
}
.cover .type-zoom-in,
.passive .type-zoom-in{
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	transform: scale(0);
}
.cover .type-zoom-out,
.passive .type-zoom-out{
	-webkit-transform: scale(2);
	-moz-transform: scale(2);
	transform: scale(2);
}
.circle{
	border-radius: 100%;
}
.uppercase{
	text-transform: uppercase;
}
hr{
	height: 0;
	margin: 0;
	padding: 0;
	border: 0 none;
	border-bottom: 1px solid #fff;
	background: none;
}
.table{
	display: table;
	border-spacing: 0;
	width: 100%;
	margin-bottom: 0;
}
.table .table:not(.fancy){
	background: none;
}
.inline-table{
	display: inline-table;
	border-spacing: 0;
}
.tr{
	display: table-row;
}
.td{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.td.left{
	text-align: left;
}
.td.right{
	text-align: right;
}
.td.top{
	vertical-align: top;
}
.td.bottom{
	vertical-align: bottom;
}
.img{
	font-size: 0;
	line-height: 0;
}
.img img{
	max-width: 100%;
	max-height: 100%;
}
.inline-block{
	display: inline-block;
}
.noselect{
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.flex{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-content: center;
	-ms-flex-align:center;
	align-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.inline-flex{
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-content: center;
	-ms-flex-align:center;
	align-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.flex.row,
.inline-flex.row{
	-webkit-flex-flow: row wrap;
	-ms-flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-flow: row wrap;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-content: flex-start;
	-ms-flex-align: start;
	align-content: flex-start;
}
.flex.row.around,
.inline-flex.row.around{
	-webkit-justify-content: space-around;
	justify-content: space-around;
}
/* off */

/* text */
.plaintext h1,
.plaintext h2,
.plaintext h3,
.title{
	margin-bottom: 10px;
	font-size: 58px;
	line-height: 1;
}
.plaintext h3,
h3.title,
.title.small{
	font-size: 25px;
	letter-spacing: .5px;
}
.plaintext p,
.plaintext img,
.plaintext hr{
	margin: 0 0 10px;
}
.plaintext p img{
	margin: 0;
}
.event-banner p,
.event-article.third h2,
.event-article.third p{
	margin-bottom: 20px;
}
.services-list .event-article.third p{
	margin-bottom: 27px;
}
.event-article h1{
	margin-bottom: 40px;
}
.plaintext img{
	max-width: 100%;
}
.plaintext img[style*='float:left'],
.plaintext img[style*='float: left']{
	margin: 0 20px 10px 0 !important;
}
.plaintext img[style*='float:right'],
.plaintext img[style*='float: right']{
	margin: 0 0 10px 20px !important;
}
.plaintext ol,
.plaintext ul{
	margin: 0 0 10px;
	padding: 0 17px;
}
.plaintext ol ol,
.plaintext ul ol,
.plaintext ul ol,
.plaintext ul ul{
	margin: 0;
}
.plaintext ol ol li{
	list-style: lower-alpha;
}
.plaintext ul li,
.plaintext ol ul li{
	list-style: disc;
}
.plaintext ul ul li{
	list-style: square;
}
.plaintext table{
	margin: 0 0 20px;
}
.plaintext table img,
.plaintext table p{
	margin: 0;
}
.plaintext sup,
.plaintext sub{
	font-size: .7em;
	line-height: 100%;
	vertical-align: 4px;
}
.plaintext sub{
	vertical-align: -2px;
}
.plaintext > *:nth-last-child(2){
	margin-bottom: 0 !important;
}
/* off */
.white{
	color: #fff !important;
}
.orange:not(.button){
	color: #fcb03f !important;
}

.wrapper{
	overflow: hidden;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	min-width: 1000px;
	min-height: 100vh;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-align-content: stretch;
	-ms-flex-align: stretch;
	align-content: stretch;
/*	background: url('../images/tmp.png') no-repeat center top;*/
}
header,
footer{
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
.inside{
	box-sizing: border-box;
}
.inside.half{
	width: 50%;
}
.inside.third{
	width: 33.333333333%;
}
.inside.quarter{
	width: 25%;
}
.inside.fifth{
	width: 20%;
}

/* header */
header{
	pointer-events: none;
	overflow: hidden;
	position: fixed;
	z-index: 7777;
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
	height: 44.37037037037037vw;
}
header:before{
	cursor: default;
	pointer-events: all;
	position: absolute;
	width: 100%;
	height: 102px;
	content: '';
	background: rgba(255,255,255,.86);
	transition: all .4s ease;
}
.frontpage header:before,
.hotel header:before{
	top: -102px;
	background: rgba(255,255,255,0);
}
.frontpage header.scrolled:before,
.hotel header.scrolled:before{
	top: 0;
	background: rgba(255,255,255,.86);
}
.wrapper:not(.frontpage):not(.hotel):not(.events) header,
header.scrolled{
	height: 100vh !important;
}
header .box{
	pointer-events: all;
	height: 0;
}
.nav,
.calendar{
	position: absolute;
	z-index: 999;
	left: 0;
	top: 11px;
	width: auto;
	height: 80px;
}
.frontpage header:not(.scrolled) .nav,
.frontpage header:not(.scrolled) .calendar{
	top: 50%;
	margin: -40px 0 0;
}
.frontpage .calendar{
	background: #fcb03f;
}
.lines{
	cursor: pointer;
	width: 80px;
}
.frontpage .lines{
	background: #fcb03f;
}
.scrolled .lines{
	background: transparent;
}
.lines:before,
.lines:after{
	position: absolute;
	z-index: 15;
	right: 25px;
	top: 30px;
	width: 30px;
	content: '';
	transition: all .4s ease;
}
.lines:before{
	height: 4px;
	margin-top: -8px;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	background-color: #fcb03f;
	background-clip: padding-box;
}
.frontpage .lines:before,
.events .lines:before{
	background-color: #fff;
}
.scrolled .lines:before{
	background-color: #fcb03f;
}
.lines:after{
	height: 18px;
	box-shadow: inset 0 4px 0 #fcb03f, inset 0 -4px 0 #fcb03f;
	background-color: transparent;
}
.frontpage .lines:after,
.events .lines:after{
	box-shadow: inset 0 4px 0 #fff, inset 0 -4px 0 #fff;
}
.scrolled .lines:after{
	box-shadow: inset 0 4px 0 #fcb03f, inset 0 -4px 0 #fcb03f;
}
header.active .nav .lines:before{
	background-color: #fff;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
header.active .nav .lines:after{
	height: 4px;
	margin-top: 7px;
	box-shadow: inset 0 4px 0 #fff, inset 0 -4px 0 #fff;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.frontpage header:not(.scrolled):not(.active) .nav .lines:hover:before{
	background-color: #fcb03f;
}
.frontpage header:not(.scrolled):not(.active) .nav .lines:hover:after{
	box-shadow: inset 0 4px 0 #fcb03f, inset 0 -4px 0 #fcb03f;
}
.frontpage .logo{
	background: #fff;
}
header.active .logo,
header.scrolled .logo{
	background: transparent;
}
.logo,
.logo > .td{
	width: 195px;
	height: 80px;
}
.logo-table .td{
	vertical-align: bottom;
}
.logo-table .td:last-child{
	padding: 0 0 1px 2px;
}
header.active .logo img,
.events header:not(.scrolled) .logo img,
.wrapper.hotel header:not(.scrolled) .logo .logo-table .td:last-child img{
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
}
.logo .desc{
	cursor: default;
	position: absolute;
	left: 100%;
	top: 35px;
	margin-left: 20px;
	font-size: 14px;
	line-height: normal;
	color: #fbb03f;
	letter-spacing: .5px;
}
header.active .logo .desc,
.hotel header:not(.scrolled) .logo .desc{
	color: #fff;
}
header.active .logo .desc{
	opacity: 0;
	top: -100px;
}
.menu{
	overflow: auto;
	position: absolute;
	left: 0;
	top: -100%;
	width: 100%;
	height: 100%;
	background: #fcb03f;
}
header.active .menu{
	top: 0;
}
.navigation{
	padding: 0 0 0 20px;
}
.menu .nav-ul{
	cursor: default;
	width: 7em;
	font-size: 48px;
	font-weight: bold;
	line-height: 1.25;
}
.sign .menu .nav-ul,
.book .menu .nav-ul{
	width: 100%;
	font-size: 12px;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.menu .nav-ul{
	transition: padding .4s ease;
}
.menu .nav-ul li a{
	transition: opacity .4s ease;
}
.menu .nav-ul li:after{
	opacity: 0;
	margin: 0 18px;
	content: '|';
	vertical-align: 1px;
	transition: opacity .4s ease;
}
.sign .menu .nav-ul li:after,
.book .menu .nav-ul li:after{
	opacity: 1;
}
.menu .nav-ul li:last-child:after{
	content: none;
}
.menu .nav-ul li:nth-child(2),
.menu .nav-ul li:nth-child(4){
	padding-left: 80px;
}
.sign .menu .nav-ul li:nth-child(2),
.sign .menu .nav-ul li:nth-child(4),
.book .menu .nav-ul li:nth-child(2),
.book .menu .nav-ul li:nth-child(4){
	padding-left: 0;
}
.menu .nav-ul li:nth-child(2):before,
.menu .nav-ul li:nth-child(4):before{
	position: absolute;
	left: 0;
	top: 50%;
	width: 43px;
	height: 2px;
	content: '';
	background: #fff;
	transition: all .4s ease;
}
.sign .menu .nav-ul li:nth-child(2):before,
.sign .menu .nav-ul li:nth-child(4):before,
.book .menu .nav-ul li:nth-child(2):before,
.book .menu .nav-ul li:nth-child(4):before{
	width: 0;
}
.submenu,
.calendar{
	cursor: default;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 2px;
}
.calendar{
	cursor: pointer;
	left: auto;
	right: 0;
	padding: 0 24px;
	font-size: 14px;
	color: #fcb03f !important;
	letter-spacing: .5px;
}
.wanna{
	cursor: default;
	position: absolute;
	z-index: 999;
	right: 178px;
	top: 43px;
	font-size: 14px;
	letter-spacing: .5px;
}
.wrapper:not(.events):not(.frontpage) .wanna,
.scrolled:not(.active) .wanna{
	color: #fcb03f !important;
}
.wrapper.frontpage.animate header.active .wanna,
.wrapper.events.animate header.active .wanna,
.wrapper.animate header.active .wanna{
	color: #fff !important;
}
.wrapper.frontpage.animate header .wanna,
.wrapper.hotel.animate:not(.events) header .wanna,
.wrapper.frontpage.animate .logo .desc{
	display: none;
}
.frontpage .calendar,
.events .calendar{
	color: #fff !important;
}
header.scrolled .calendar{
	color: #fcb03f !important;
	background: transparent;
}
header.active .calendar{
	color: #fff !important;
}
.frontpage header:not(.scrolled):not(.active) .lines:hover,
.frontpage header:not(.scrolled):not(.active) .calendar:hover{
	color: #fcb03f !important;
	background: #fff;
}
.calendar img{
	margin: -4px 0 0 10px;
}
.frontpage .calendar img,
.events .calendar img,
header.active .calendar img{
	-webkit-filter: brightness(0) invert(1) !important;
	filter: brightness(0) invert(1) !important;
}
header.scrolled .calendar img{
	-webkit-filter: none;
	filter: none;
}
.frontpage header.scrolled:not(.active) .calendar img,
.events header.scrolled:not(.active) .calendar img,
.frontpage header:not(.scrolled):not(.active) .calendar:hover img{
	-webkit-filter: none !important;
	filter: none !important;
}
.navigation > .submenu{
	margin: 0 0 62px;
}
.navigation .nav-ul .submenu{
	position: absolute;
	left: 100%;
	top: 50%;
	margin-top: -3px;
}
.sign .navigation .nav-ul .submenu,
.book .navigation .nav-ul .submenu{
	opacity: 0;
	top: -1000px;
}
.submenu > *:not(:first-child){
	margin-left: 24px;
}
.navigation .noline:hover,
.navigation .noline.active{
	opacity: .25;
}
.navigation .noline{
	cursor: pointer;
}
.navigation .noline.active{
	cursor: default;
}
.navigation .login.noline{
	cursor: pointer;
}
.calendar .calendar-inner{
	transition: opacity .4s ease;
}
.lines:hover:before,
.lines:hover:after,
.logo a:hover,
.calendar:hover .calendar-inner,
.wanna a:hover{
	opacity: .75;
}
.frontpage header:not(.scrolled):not(.active) .lines:hover:before,
.frontpage header:not(.scrolled):not(.active) .lines:hover:after,
.frontpage header:not(.scrolled):not(.active) .calendar:hover .calendar-inner{
	opacity: 1 !important;
}
.tab-nav [id*='tab']{
	cursor: pointer;
}
.tab-nav [id*='tab']:hover,
.tab-nav [id*='tab'].active{
	opacity: .25;
}
.tab-nav,
.tab-nav [id*='tab'].active{
	cursor: default;
}
/* header off */

/* content */
main{
	padding-top: 102px;
	-webkit-flex: 1 0 auto;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
}
.frontpage main,
.hotel main,
.events main{
	padding: 0;
}
.guide{
	width: 100%;
	width: calc(100% + 2px);
	height: 62.22222222222222vw;
	margin: 0 -1px;
	table-layout: fixed;
}
.guide thead td{
	height: 0%;
}
.guide tbody td{
	height: 50%;
	background: no-repeat center center/cover;
}
.gray-td{
	background-color: #f8f8f8 !important;
}
.orange-td{
	background-color: #fbb03f !important;
}
.dark-td{
	color: #c8cacc !important;
	background-color: #2b3139 !important;
}
.guide tbody td.guide-info{
	padding: 0 35px;
	font-size: 17px;
	line-height: 1.529411764705882;
	box-shadow: inset 0 0 0 10px #fbb03f, inset 0 0 0 12px #fff;
}
.guide tbody td.guide-info.dark-td{
	box-shadow: inset 0 0 0 10px #2b3139, inset 0 0 0 12px #fff;
}
.guide tbody td.guide-info strong{
	font-size: 17px;
}
.hotel .guide tbody td.guide-hotel{
	color: #3b4249;
	box-shadow: none;
}
.hotel .guide tbody td.guide-info p{
	font-size: 14px;
	line-height: 1.857142857142857;
}
.hotel .guide tbody td.guide-info p:not(:nth-last-child(2)){
	margin-bottom: 13.5px;
}
.hotel .guide tbody td.guide-hotel p:first-child{
	margin-bottom: 27px;
}
@media only screen and (max-width: 1349px){
	.guide tbody td.guide-info,
	.guide tbody td.guide-info strong{
		font-size: 1.259259259259259vw;
	}
	.hotel .guide tbody td.guide-info p{
		font-size: 1.037037037037037vw;
	}
	.hotel .guide tbody td.guide-info p:not(:nth-last-child(2)){
		margin-bottom: 1vw;
	}
	.hotel .guide tbody td.guide-info p:first-child{
		margin-bottom: 2vw;
	}
}
@media only screen and (max-width: 1000px){
	.guide tbody td.guide-info,
	.guide tbody td.guide-info strong{
		font-size: 12.59259259259259px;
	}
	.hotel .guide tbody td.guide-info p{
		font-size: 10.37037037037037px;
	}
	.hotel .guide tbody td.guide-info p:not(:nth-last-child(2)){
		margin-bottom: 10px;
	}
	.hotel .guide tbody td.guide-info p:first-child{
		margin-bottom: 20px;
	}
}
.guide-title{
	padding: 5.8vw 0 0 8.4vw;
	vertical-align: top;
}
.legend{
	opacity: .85;
	position: absolute;
	z-index: 3;
	top: 50%;
	width: 300px;
	height: 200px;
	margin: -112px 0 0;
	font-size: 38px;
	line-height: 1.2;
	letter-spacing: 6px;
	border: 2px solid #fff;
	box-sizing: border-box;
}
.mainslider .legend{
	left: 50%;
	margin: -112px 0 0 -152px;
}
.legend.left{
	left: 8.888888888888889vw;
}
.legend.right{
	right: 8.888888888888889vw;
}
.legend-box{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 0;
}
.legend-box .button{
	margin-top: -24px;
}
.main-bottom{
	width: 100%;
	width: calc(100% + 2px);
	height: 59.25925925925926vw;
	margin: 0 -1px;
	table-layout: fixed;
}
.main-bottom tbody td{
	overflow: hidden;
	background: no-repeat center center/cover;
}
.main-bottom tbody td:not([rowspan]){
	height: 11.85185185185185vw;
}
.features{
	width: 320px;
	margin: 0 auto;
}
.features li{
	padding-left: 40px;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
}
.features .title{
	margin-bottom: 20px;
}
@media only screen and (max-width: 1349px){
	.features li{
		font-size: 1.02489019033675vw;
	}
}
@media only screen and (max-width: 1000px){
	.features li{
		font-size: 10.2489019033675px;
	}
}
.features li:not(:first-child){
	margin-top: 20px;
}
.features .img{
	position: absolute;
	left: 0;
	top: 50%;
	width: 34px;
	height: 34px;
	margin: -17px 0 0;
}
.event-banner{
	pointer-events: none;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.event-banner .banner-inner{
	font-size: 14px;
	line-height: normal;
}
.event-banner .banner-inner > *{
	pointer-events: all;
}
.event-banner .button,
.event-article .button:not(.rev){
	padding-left: 50px;
	padding-right: 50px;
}
.event-banner h2,
.event-banner h3{
	font-weight: bold;
	text-transform: uppercase;
}
.event-banner h2{
	font-size: 108px;
	transform: scaleX(.75) scaleY(1.25);
}
.event-banner h3{
	font-size: 40px;
	color: #000;
}
.event-banner h3+p{
	display: block;
	font-size: 35px;
	letter-spacing: 4px;
}
.event-banner p{
	letter-spacing: 1px;
}
.events-table .tr:nth-child(odd),
.wanna-own,
.paginator{
	background: #f8f8f8;
}
.events-table th{
	padding: 5.185185185185185vw;
	padding: calc(5.185185185185185vw + 51px) 5.185185185185185vw 5.185185185185185vw calc(5.185185185185185vw + 34px);
	font-size: 25px;
	text-align: left;
	vertical-align: top;
}
.services-table th{
	padding: 5.185185185185185vw 5.185185185185185vw 5.185185185185185vw 105px;
	vertical-align: middle;
}
.events-table th a:hover{
	color: #fbb03f;
}
.event-article{
	padding: 5.185185185185185vw;
	font-size: 14px;
	line-height: 1.857142857142857;
	text-align: left;
}
.event-image,
.event-article:not(.third){
	padding: 5.185185185185185vw 5.185185185185185vw 5.185185185185185vw 0;
}
.services-table .event-article{
	padding: 5.185185185185185vw 0;
}
.services-table .event-article .reg,
.services-table .event-article .rev{
	margin-right: 24px;
}
.services-list .event-article{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	margin: 0;
	padding-top: 0;
	padding-bottom: 0;
	box-sizing: border-box;
}
.services-list .event-article.type-right{
	left: auto;
	right: 0;
}
.services-list .event-article > .table{
	height: 100%;
}
.event-article h1,
.event-article h2{
	font-size: 3.428571428571429em;
	line-height: .8;
}
.services-list .event-article h2{
	font-size: 2.5em;
	line-height: 1.1;
	text-transform: uppercase;
}
.event-article p:first-child{
	font-size: 1.714285714285714em;
}
.services-table .event-article p:first-child{
	font-size: inherit;
}
.event-article:not(.third) p:first-child{
	margin-bottom: 0;
}
.wanna-own{
	padding: 5.185185185185185vw 0;
}
.paginator{
	margin: -2.196193265007321vw 0;
}
.paginator li{
	margin: 0 6px;
}
.paginator .button{
	width: 32px;
	height: 32px;
	padding: 0;
	font-size: 18px;
	line-height: 24px;
}
.paginator li:not(.active) .button{
	border-color: transparent;
}
.paginator li.active .button{
	cursor: default;
	background: transparent;
}
.event-img{
	height: 33.33333333333333vw;
	background: no-repeat center center/cover;
}
.event-img img{
	opacity: 0;
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0) scale(1.0, 1.0);
}
.services-list li > .img > img{
	width: 100%;
}
.event-img a{
	opacity: 0;
	height: 100%;
	background: rgba(165,184,198,.66) url('../images/zoom.png') no-repeat center center;
}
.event-img a:hover{
	opacity: 1;
}
.gmap,
.gmap-over:before,
#map-canvas{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.gmap-over:before{
	pointer-events: none;
	z-index: 50;
	width: 10737418px;
	height: 10737418px;
	margin: -5368709px 0 0 -5368709px;
	content: '';
	background: rgba(134,134,193,.45);
}
.gm-style-iw{
	color: #2f363e;
}
.gm-style-iw h3{
	margin: 0 0 10px;
	font-size: 1.25em;
	font-weight: bold;
}
.gm-style-iw p{
	margin: 0 0 10px;
}
.gmnoprint[style*='z-index: 1000001'],
[target*='_new'],
[style*='margin-left: 5px; margin-right: 5px;'],
[style*='position: relative; padding-right: 6px; padding-left: 6px;']{
	display: none !important;
}
.gm-label{
	font: bold 14px 'Raleway', 'Open Sans', Tahoma, Ubuntu, sans-serif;
}
.studio-table{
	width: calc(100% + 2px);
	min-height: 36.07407407407407vw;
	margin: 0 -1px;
	table-layout: fixed;
}
.studio-table td,
.studio-table .td{
	background: no-repeat center center/cover;
}
.num-features-box{
	background-color: #f8f8f8 !important;
}
.num-features{
	padding: 4.444444444444444vw 0 4.444444444444444vw 4.444444444444444vw;
	text-align: left;
}
.num-features .title{
	margin: 0 0 40px;
}
.order-table .num-features .title{
	margin-bottom: 20px;
}
.num-features-list li{
	margin: 0 6px 6px 0;
	padding: 20px 30px;
	font-size: 12px;
	font-weight: bold;
	line-height: normal;
	letter-spacing: .5px;
	color: #8b8b8b;
	background: #fff;
}
.num-features-list li .orange{
	font-size: 2em;
	font-weight: normal;
	line-height: 0;
	vertical-align: -0.17em;
}
.order-table .num-features-list li{
	margin-bottom: 16px;
	padding: 20px;
}
.studio-table td{
	background-color: #f8f8f8;
}
.studio-table thead td{
	height: 0;
}
.studio-table tbody td:not([rowspan]){
	height: 18.51851851851852vw;
}
.studio-table td:last-child{
	background-color: #eee;
}
.studio-table td.orange-order{
	background-color: #fbb03f;
}
.price{
	font-size: 1.4375em;
}
.orange-order .animate{
	cursor: pointer;
}
.orange-order .animate:hover{
	opacity: .75;
}
.orange-order .txt{
	cursor: pointer;
	margin: 5px 20px 0 0;
	font-size: 24px;
	font-weight: bold;
	line-height: 1;
	letter-spacing: 4px;
	vertical-align: middle;
}
.orange-order img{
	vertical-align: middle;
}
.reviews-list li{
	padding: 80px 105px 0;
}
.reviews-list .img+.txt{
	margin-left: 213px;
}
.review-item{
	font-size: 14px;
	line-height: 1.857142857142857;
}
.review-item p:first-child{
	font-size: 18px;
}
.review-item h2{
	margin-bottom: 20px;
	font-size: 24px;
	color: #3b4249;
}
.reviews-list~.paginator{
	margin-top: 80px;
}
.reviews-list~.paginator,
.reviews-list~.wanna-own,
.contacts-main~.wanna-own{
	background: none;
}
.contacts-main~.wanna-own{
	padding-top: 40px;
}
.contacts-td{
	padding: 80px 105px;
	font-size: 14px;
	line-height: 1.857142857142857;
}
.contacts-td h1,
.contacts-td h2{
	font-size: 40px;
	color: #fbb03f;
}
.contacts-td h1+span,
.contacts-td h2+span{
	display: block;
	margin-bottom: 20px;
}
.contacts-td span~p{
	font-size: 20px;
	line-height: 1.35;
}
.contacts-td a{
	text-decoration: none;
}
.contacts-td a:hover{
	color: #fbb03f;
}
/* content off */

/* footer */
footer{
	padding: 60px 0;
	color: #2f363e;
	table-layout: fixed;
}
footer a:hover{
	color: #fcb03f;
}
.left-part{
	width: 320px;
	text-align: left;
}
.left-part b{
	font-size: 18px;
}
.left-part a:hover b{
	text-decoration: underline;
}
.left-part strong{
	font-size: 20px;
}
.left-part .logo-footer{
	width: 31px;
}
.left-part .text-footer{
	margin-left: 50px;
}
.left-part .text-footer p:not(:last-child){
	margin-bottom: 6px;
}
.left-part .orange img{
	margin-right: 10px;
	vertical-align: -1px;
}
.socials .inline-table{
	width: 33px;
	height: 33px;
	margin: 0 2px;
	vertical-align: middle;
}
.socials .td:hover{
	background: #fcb03f;
}
.socials .td:hover img{
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
}
.copy{
	margin: 20px 0 0;
	font-size: 14px;
}
.transfer{
	font-size: 20px;
}
/* footer off */

/* slider */
.slider-box{
	overflow: hidden;
/*	height: 44.37037037037037vw;*/
}
/*.secondary.slider-box{
	height: 31.11111111111111vw;
}*/
.mainslider{
	background: #fcb03f url('../images/ajax-loader-invert.gif') no-repeat center center;
}
.mainslider.nobg{
	background-image: none;
}
.slider-box [id*='slider'] li{
	vertical-align: top;
}
.caroufredsel_wrapper[style*='move']{
	cursor: url('../images/Move.cur'), auto !important;
}
.nomove .caroufredsel_wrapper[style*='move']{
	cursor: default !important;
}
.slider-box li > img,
.slider-box li > a > img{
	width: 100%;
}
.dark-td .slider-box li > img,
.dark-td .slider-box li > a > img{
	width: auto;
}
.dark-td.orange-td .slider-box li > img,
.dark-td.orange-td .slider-box li > a > img{
	max-width: 90%;
	max-height: 90%;
}
.slider-box li:not(.nobr),
.slider-box > *:not(.nobr):not(ul){
	white-space: normal;
}
.hotel #slider li:before{
	opacity: .37;
	pointer-events: none;
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: '';
	background: url('../images/gradient.png') repeat-x left top;
}
.events #slider li:before{
	content: none;
}
#slider .button-box{
	position: absolute;
	z-index: 3;
	left: 0;
	top: 50%;
	width: 100%;
	height: 0;
}
#slider .button-box .button{
	margin: -24px 0 0;
}
.review-slider{
	height: 20vw;
	margin-top: 1.5vw;
}
.dark-td .review-slider{
	height: 27.3vw;
}
.dark-td.orange-td{
	padding: 12px !important;
	vertical-align: top;
}
.dark-td.orange-td .review-slider{
	height: 25.8vw;
}
.dark-td.orange-td .review-slider li{
	height: calc(25.8vw - 36px);
}
.map-td .review-slider{
	pointer-events: none;
	height: 31.9vw;
}
.map-td .review-slider > *{
	pointer-events: all;
}
.map-td .review-slider .find-us{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 0 0 12px;
}
.map-td .review-slider .find-us .links{
	margin: 24px 0 0;
}
.map-td .review-slider .find-us .links a:hover{
	color: #fcb03f;
}
#review-slider li,
#review-slider2 li{
	width: 280px;
	color: #2f363e;
}
.review-slider .title{
	width: 280px;
	margin: 0 auto 20px;
}
#review-slider3 li,
.dark-td .review-slider .title,
.contacts-form table{
	width: 508px;
}
.contacts-map .review-slider .title{
	width: 1182px;
}
@media only screen and (max-width: 1349px){
	#review-slider li,
	#review-slider2 li,
	.review-slider .title{
		width: 20.74074074074074vw;
	}
	#review-slider3 li,
	.dark-td .review-slider .title,
	.contacts-form table{
		width: 37.18887262079063vw;
	}
	.contacts-map .review-slider .title{
		width: 87.55555555555556vw;
	}
}
@media only screen and (max-width: 1000px){
	#review-slider li,
	#review-slider2 li,
	.review-slider .title{
		width: 207.4074074074074px;
	}
	#review-slider3 li,
	.dark-td .review-slider .title,
	.contacts-form table{
		width: 371.8887262079063px;
	}
	.contacts-map .review-slider .title{
		width: 875.5555555555556px;
	}
}
.review-slider .title:before{
	position: absolute;
	right: 100%;
	top: 50%;
	width: 1000px;
	height: 2px;
	margin: 0 12px 0 0;
	content: '';
	background: #2f363e;
}
.white .review-slider .title:before{
	background: #fff;
}
.dark-td .review-slider .title:before{
	background: #c8cacc;
}
.contacts-form .review-slider .title{
	color: #fcb03f;
}
.contacts-form .review-slider .title:before{
	background: #fcb03f;
}
.review-slider .plaintext strong{
	display: block;
	font-size: 18px;
	line-height: 1.333333333333333;
}
.review-slider .plaintext br+strong{
	line-height: inherit;
}
.review-slider .plaintext p{
	font-size: 14px;
	line-height: 1.857142857142857;
}
.dark-td #review-slider3 .plaintext p{
	margin-left: 220px;
}
.review-slider .plaintext p:not(:nth-last-child(2)){
	margin-bottom: 13.5px;
}
@media only screen and (max-width: 1349px){
	.features .title,
	.review-slider .title{
		font-size: 1.830161054172767vw;
	}
	.dark-td #review-slider3 .plaintext img{
		width: 12vw;
	}
	.review-slider .plaintext p{
		font-size: 1.037037037037037vw;
	}
	.dark-td #review-slider3 .plaintext p{
		margin-left: 16.2962962962963vw;
	}
	.review-slider .plaintext strong{
		font-size: 1.317715959004392vw;
	}
	.dark-td .review-slider .plaintext p:not(:nth-last-child(2)){
		margin-bottom: 1vw;
	}
}
@media only screen and (max-width: 1349px){
	.features .title,
	.review-slider .title{
		font-size: 18.30161054172767px;
	}
	.dark-td #review-slider3 .plaintext img{
		width: 12vw;
	}
	.review-slider .plaintext p{
		font-size: 10.37037037037037px;
	}
	.dark-td #review-slider3 .plaintext p{
		margin-left: 162.962962962963px;
	}
	.review-slider .plaintext strong{
		font-size: 13.17715959004392px;
	}
	.dark-td .review-slider .plaintext p:not(:nth-last-child(2)){
		margin-bottom: 10px;
	}
}
.slider-nav-box{
	pointer-events: none;
	cursor: default;
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 320px;
	margin: 0 0 0 -160px;
	text-align: right;
}
.event-image .slider-nav-box{
	left: auto;
	right: 0;
	width: auto;
	margin: 0 32px 16px 0;
}
.slider-nav{
	pointer-events: all;
	cursor: pointer;
	z-index: 5;
	top: 50%;
	width: 44px;
	height: 44px;
	padding: 0 0 8px;
	font-size: 43px;
	color: #2f363e;
	background: #fff;
	box-sizing: border-box;
}
.event-image .slider-nav{
	color: #fff;
	border: 2px solid #fff;
	background: transparent;
}
.slider-nav.prev{
	padding-right: 1px;
	margin-right: 10px;
}
.slider-nav.next{
	padding-left: 1px;
}
.slider-nav:hover{
	color: #fff;
	background: #fbb03f;
}
.slider-pager{
	opacity: .7;
	position: absolute;
	z-index: 5;
	left: 0;
	bottom: 4vw;
	width: 100%;
	height: 0;
}
#review-pager4.slider-pager{
	bottom: 18px;
}
.event-pager{
	position: absolute;
	z-index: 5;
	right: 0;
	bottom: 0;
	margin: 0 148px 40px 0;
	font-size: 18px;
	text-transform: none;
}
.event-pager a{
	pointer-events: none;
	position: absolute;
	right: 100%;
	opacity: 0;
	text-decoration: none;
}
.event-pager a.selected{
	cursor: text;
	pointer-events: all;
	opacity: 1;
}
.daytime{
	cursor: default;
	position: absolute;
	z-index: 99;
	right: 0;
	top: 0;
	padding: 24px;
}
.daytime img{
	cursor: pointer;
	-webkit-transform: scale(1.25);
	-ms-transform: scale(1.25);
	transform: scale(1.25);
}
.daytime img:not(:first-child){
	margin-left: 24px;
}
.daytime .active,
.daytime img:hover{
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
}
.daytime .active{
    cursor: default;
}
/*_:-ms-lang(x), .daytime img:not(.active){
	opacity: .25;
}*/
.datetime-img{
	display: none;
	position: absolute;
	z-index: 98;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #fcb03f url('../images/ajax-loader-invert.gif') no-repeat center center;
}
.datetime-img.nobg{
	background-image: none;
}
.datetime-img img{
	opacity: 0;
	display: block;
	width: 100%;
}
.slider-pager a{
	display: inline-block;
	margin: 0 2px;
	padding: 3px;
	vertical-align: top;
	border-radius: 100%;
}
.slider-pager a span{
	overflow: hidden;
	display: block;
	width: 10px;
	height: 10px;
	border: 1px solid #fff;
	border-radius: 100%;
	color: transparent !important;
	text-indent: -1000px !important;
	transition: all .4s ease;
}
.slider-pager a:hover span,
.slider-pager a.selected span{
	background: #fff;
}
.slider-pager a.selected{
	cursor: default;
}
.main-bottom .slider-box li a{
	display: inline-block;
	text-decoration: none;
}
.td-slider{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.td-slider,
.td-slider .caroufredsel_wrapper,
#td-slider,
#td-slider li{
	height: 100% !important;
}
#td-slider li{
	background: no-repeat center center/cover;
}
.td-slider .title{
	padding: 80px 112px;
	font-size: 48px;
}
@media only screen and (max-width: 1349px){
	.td-slider .title{
		padding: 5.925925925925926vw 8.296296296296296vw;
		font-size: 3.555555555555556vw;
	}
}
@media only screen and (max-width: 1000px){
	.td-slider .title{
		padding: 59.25925925925926px 82.96296296296296px;
		font-size: 35.55555555555556px;
	}
}
/* slider off */

/* form */
.form{
	top: -1000px;
}
.sign .registration,
.book .booking{
	top: 0;
}
.form table{
	width: 100%;
	width: calc(100% + 40px);
	margin: -20px -20px 0;
	padding: 0 0 30px;
	border-spacing: 20px;
	table-layout: fixed;
}
.form table td{
	position: relative;
	width: 50%;
}
.booking .before-send table{
	margin-top: -40px;
}
.form .button{
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}
.after-send{
	display: none;
}
#pwd,
#confirm-pwd{
	padding-left: 32px;
	padding-right: 32px;
}
#confirm-pwd~.ok{
	pointer-events: none;
	position: absolute;
	right: 8px;
	top: 50%;
	margin: -8.5px 0 0;
}
#confirm-pwd:invalid~.ok,
#confirm-pwd.error~.ok{
	opacity: 0;
}
.contacts-form table{
	margin: 0 auto;
}
.contacts-form td{
	height: auto !important;
}
.contacts-form td:not(:first-child){
	padding-left: 20px;
}
.contacts-form tr:not(:first-child) td{
	padding-top: 20px;
}
.contacts-form input:not([type='submit']){
	text-align: left;
}
.contacts-main .animate > td{
	vertical-align: top;
}
.contacts-form{
	vertical-align: top;
}
.contacts-form .review-slider{
	height: auto !important;
}
.contacts-main .review-slider{
	margin-top: 36px !important;
}
/* form off */

/* formstyler */
.jq-selectbox{
	display: block !important;
}
.jq-selectbox__select{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-content: center;
	-ms-flex-align:center;
	align-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0;
	height: 48px;
	font-family: inherit;
	font-size: 12px;
	font-weight: bold;
	line-height: normal;
	letter-spacing: 2px;
	color: #fff;
	text-align: center;
	text-shadow: none;
	border: 2px solid #fff;
	background: #fcb03f;
	border-radius: 0;
	box-shadow: none;
	transition: all .4s ease;
}
.jq-selectbox__select:hover{
	background: #fcb954;
}
.jq-selectbox.focused .jq-selectbox__select{
	border: 2px solid #fff;
	background: #fcb954;
	box-shadow: inset 0 0 0 0 rgba(255,255,255,0);
}
.jq-selectbox__select:active{
	background: #fcb954;
	box-shadow: inset 0 0 0 2px rgba(255,255,255,.5);
}
.jq-selectbox__select-text{
	display: inline-block;
	width: auto;
	max-width: 100%;
	max-height: 48px;
	margin-left: 2px;
	white-space: normal;
}
.jq-selectbox__trigger{
	display: none;
}
.jq-selectbox__dropdown{
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 0;
	font-family: inherit;
	font-size: 12px;
	font-weight: bold;
	line-height: normal;
	letter-spacing: 2px;
	color: #fcb03f;
	text-shadow: none;
	border: 0 none;
	background: #fff;
	border-radius: 0;
	box-shadow: none;
}
.jq-selectbox li{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-content: center;
	-ms-flex-align:center;
	align-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	height: 48px;
	padding: 0;
	text-align: center;
	color: #fcb03f;
	white-space: normal;
	transition: all .4s ease;
}
.jq-selectbox li.disabled{
	display: none;
}
.jq-selectbox li.sel{
	cursor: default;
	color: #ffdead !important;
	background: #fff !important;
}
.jq-selectbox li:hover{
	background: #fcb954;
}
/* formstyler off */

/* calendar */
#ui-datepicker-div{
	position: absolute !important;
	top: auto !important;
	bottom: 0 !important;
}
.ui-datepicker{
	font-family: inherit;
	width: auto;
	padding: 15px 15px 7px;
	font-size: 12px;
	font-weight: bold;
	color: #fcb03f;
	letter-spacing: 1px;
	text-transform: uppercase;
	border: 0 none !important;
	border-radius: 0;
}
.ui-datepicker table{
	margin: 0;
	font-size: inherit;
	letter-spacing: -.1px;
}
.ui-datepicker .ui-datepicker-header{
	margin: 0 0 7px;
	padding: 0;
	color: #fcb03f;
	border: 0 none;
	background: none;
}
.ui-datepicker .ui-datepicker-title{
	margin: 0 15px;
	line-height: normal;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next{
	cursor: pointer !important;
	top: 50% !important;
	width: 26px !important;
	height: 28px !important;
	padding: 0 0 0 2px !important;
	margin: -14px 0 0 !important;
	border: 0 none !important;
	color: #fcb03f !important;
	font-size: 23px !important;
	font-weight: normal !important;
	line-height: 24px !important;
	text-align: center !important;
	text-decoration: none !important;
	border: 0 none !important;
	background: #fff !important;
	border-radius: 0 !important;
	transition: all .4s ease;
}
.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover{
	color: #fff !important;
	background: #fcb03f !important;
}
.ui-datepicker .ui-datepicker-prev{
	left: 2px !important;
}
.ui-datepicker .ui-datepicker-next{
	right: 2px !important;
}
.ui-datepicker .ui-datepicker-prev .ui-icon,
.ui-datepicker .ui-datepicker-next .ui-icon{
	display: none !important;
}
.ui-datepicker .ui-datepicker-prev:before{
	content: '‹';
}
.ui-datepicker .ui-datepicker-next:before{
	content: '›';
}
.ui-datepicker th,
.ui-datepicker td{
	width: 28px;
	height: 28px;
	padding: 0;
	color: #fcb03f;
	border: 0 none !important;
	background: #fff;
	transition: all .4s ease;
}
.ui-datepicker td .ui-state-default{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-content: center;
	-ms-flex-align:center;
	align-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 28px !important;
	height: 28px !important;
	margin: 2px !important;
	padding: 0 !important;
	font-weight: bold !important;
	color: inherit !important;
	border: 0 none !important;
	text-align: center;
	background: none !important;
}
.ui-datepicker td .ui-state-default:hover,
.ui-datepicker td.ui-datepicker-range .ui-state-default,
.ui-datepicker td .ui-state-active{
	color: #fff !important;
	background: #fcb03f !important;
}
.ui-datepicker td.ui-datepicker-other-month{
	opacity: .15;
}
.ui-datepicker td.ui-state-disabled .ui-state-default{
	color: #808080 !important;
}
.ui-datepicker td.ui-datepicker-other-month.ui-datepicker-range{
	opacity: .7 !important;
}
.ui-datepicker td.ui-datepicker-range .ui-state-default{
	color: #fff !important;
}
.ui-datepicker td.ui-datepicker-today .ui-state-default{
	box-shadow: inset 0 0 0 2px #fdcc82;
}
/* calendar off */

/* popup */
.fancybox-lock{
	overflow: visible !important;
}
.fancybox-type-iframe,
.fancybox-type-iframe > .fancybox-skin{
	overflow: visible !important;
}
.popup,
.popup .fancybox-skin{
	color: inherit;
	border: 0 none;
	background: none;
	border-radius: 0;
	box-shadow: none;
}
.fancybox-title {
	font-family: inherit;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
#fancybox-thumbs ul li a{
	transition: none;
}
.popup .fancybox-close{
/*	right: 9px;
	top: 9px;
	background: url('../images/close.png') no-repeat center center !important;*/
	transition: all .4s ease;
}
.popup .fancybox-close:hover{
	opacity: .8;
}
.popup-form{
	padding: 20px;
	border: 2px solid #fff;
	background: #fcb03f;
}
.popup-form table{
	width: 100%;
}
.popup-form td:not(:first-child){
	padding-left: 20px;
}
.popup-form tr:not(:first-child) td{
	padding-top: 20px;
}
.popup-form .title{
	margin-bottom: 20px;
}
/* popup off */

.table-404{
	height: 100%;
}
.mobile{
	display: none;
}
@media only screen and (max-width: 999px){
	.mobile{
		display: block;
	}
	.desktop{
		display: none;
	}
}
















/* eof */