@font-face {
    font-family: 'regular';
    src: url('fonts/Museo_Slab_100.eot');
    src: url('fonts/Museo_Slab_100.eot') format('embedded-opentype'),
         url('fonts/Museo_Slab_100.woff2') format('woff2'),
         url('fonts/Museo_Slab_100.woff') format('woff'),
         url('fonts/Museo_Slab_100.ttf') format('truetype'),
         url('fonts/Museo_Slab_100.svg#Museo_Slab_100') format('svg');
}
@font-face {
    font-family: 'regular_italic';
    src: url('fonts/Museo_Slab_100italic.eot');
    src: url('fonts/Museo_Slab_100italic.eot') format('embedded-opentype'),
         url('fonts/Museo_Slab_100italic.woff2') format('woff2'),
         url('fonts/Museo_Slab_100italic.woff') format('woff'),
         url('fonts/Museo_Slab_100italic.ttf') format('truetype'),
         url('fonts/Museo_Slab_100italic.svg#Museo_Slab_100italic') format('svg');
}
/*
@font-face {
    font-family: 'medium';
    src: url('fonts/Museo_Slab_300.eot');
    src: url('fonts/Museo_Slab_300.eot') format('embedded-opentype'),
         url('fonts/Museo_Slab_300.woff2') format('woff2'),
         url('fonts/Museo_Slab_300.woff') format('woff'),
         url('fonts/Museo_Slab_300.ttf') format('truetype'),
         url('fonts/Museo_Slab_300.svg#Museo_Slab_300') format('svg');
}
*/
@font-face {
    font-family: 'medium';
    src: url('fonts/MuseoSans-300.eot');
    src: url('fonts/MuseoSans-300.eot') format('embedded-opentype'),
         url('fonts/MuseoSans-300.woff2') format('woff2'),
         url('fonts/MuseoSans-300.woff') format('woff'),
         url('fonts/MuseoSans-300.ttf') format('truetype'),
         url('fonts/MuseoSans-300.svg#Museo_Slab_300') format('svg');
}

@font-face {
    font-family: 'medium_italic';
    src: url('fonts/Museo_Slab_300italic.eot');
    src: url('fonts/Museo_Slab_300italic.eot') format('embedded-opentype'),
         url('fonts/Museo_Slab_300italic.woff2') format('woff2'),
         url('fonts/Museo_Slab_300italic.woff') format('woff'),
         url('fonts/Museo_Slab_300italic.ttf') format('truetype'),
         url('fonts/Museo_Slab_300italic.svg#Museo_Slab_300italic') format('svg');
}

@font-face {
    font-family: 'bold';
    src: url('fonts/Museo_Slab_500.eot');
    src: url('fonts/Museo_Slab_500.eot') format('embedded-opentype'),
         url('fonts/Museo_Slab_500.woff2') format('woff2'),
         url('fonts/Museo_Slab_500.woff') format('woff'),
         url('fonts/Museo_Slab_500.ttf') format('truetype'),
         url('fonts/Museo_Slab_500.svg#Museo_Slab_500') format('svg');
}

@font-face {
    font-family: 'boldul';
    src: url('fonts/MuseoSans-700.eot');
    src: url('fonts/MuseoSans-700.eot') format('embedded-opentype'),
         url('fonts/MuseoSans-700.woff2') format('woff2'),
         url('fonts/MuseoSans-700.woff') format('woff'),
         url('fonts/MuseoSans-700.ttf') format('truetype'),
         url('fonts/MuseoSans-700.svg#Museo_Slab_500') format('svg');
}

@font-face {
    font-family: 'bold_italic';
    src: url('fonts/Museo_Slab_500italic.eot');
    src: url('fonts/Museo_Slab_500italic.eot') format('embedded-opentype'),
         url('fonts/Museo_Slab_500italic.woff2') format('woff2'),
         url('fonts/Museo_Slab_500italic.woff') format('woff'),
         url('fonts/Museo_Slab_500italic.ttf') format('truetype'),
         url('fonts/Museo_Slab_500italic.svg#Museo_Slab_500italic') format('svg');
}
/*
@font-face {
    font-family: 'bolder';
    src: url('fonts/Museo_Slab_900.eot');
    src: url('fonts/Museo_Slab_900.eot') format('embedded-opentype'),
         url('fonts/Museo_Slab_900.woff2') format('woff2'),
         url('fonts/Museo_Slab_900.woff') format('woff'),
         url('fonts/Museo_Slab_900.ttf') format('truetype'),
         url('fonts/Museo_Slab_900.svg#Museo_Slab_900') format('svg');
}
*/
@font-face {
    font-family: 'bolder';
    src: url('fonts/MuseoSans-700.eot');
    src: url('fonts/MuseoSans-700.eot') format('embedded-opentype'),
         url('fonts/MuseoSans-700.woff2') format('woff2'),
         url('fonts/MuseoSans-700.woff') format('woff'),
         url('fonts/MuseoSans-700.ttf') format('truetype'),
         url('fonts/MuseoSans-700.svg#Museo_Slab_500') format('svg');
}


@font-face {
    font-family: 'bolder_italic';
    src: url('fonts/Museo_Slab_900italic.eot');
    src: url('fonts/Museo_Slab_900italic.eot') format('embedded-opentype'),
         url('fonts/Museo_Slab_900italic.woff2') format('woff2'),
         url('fonts/Museo_Slab_900italic.woff') format('woff'),
         url('fonts/Museo_Slab_900italic.ttf') format('truetype'),
         url('fonts/Museo_Slab_900italic.svg#Museo_Slab_900italic') format('svg');
}

* {
	font-size:16px;
	border:0px;
	border-collapse:collapse;
	webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust:none;
    font-family: 'medium';
    padding:0px;
	margin:0px;
	outline: 0px;
    color: #000;
}

html, body {
	height: 100%;
	width: 100%;
}

textarea,
input[type="text"],
input[type="password"],
input[type="button"],
input[type="email"],
input[type="submit"],
select,
button{
	border-radius: 0px;
    appearance: none;
	-webkit-appearance: none;
    -moz-appearance: none;    
	box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	-webkit-box-sizing: border-box;
}

audio, video{
    width: 0px;
    height: 0px;
}

h1,h2,h3,h4{
	font-family: 'bold';
    margin: 20px 0px;
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child, p:first-child{
    margin-top: 0px;
}
h1:last-child,h2:last-child,h3:last-child,h4:last-child,p:last-child{
    margin-bottom: 0px;
}
b,strong,th{
    font-weight: normal;
    font-family: 'bolder';
}

.bold{
	font-family: 'boldul';
}

table{
	width: calc(100% + 10px);
}

td,th{
    text-align: left;
    vertical-align: top;
}

tr td{
	padding-left: 48px;
}

tr td:first-child{
	padding-left: 0px;
}

a{
	text-decoration: underline;
}

p{
	margin: 20px 0px;
}

h1{
	font-size: 51px;
	text-align: center;
}

h1 sup{
	font-size: 26px;
}

h2{
	font-size: 28px;
}
h3{
	font-size: 24px;
}
h3{
	font-size: 20px;
}

hr{
	border-top: 1px solid #000;
	margin-bottom: 8px;
}

hr.dashed{
	border-style: dashed;
}

hr.ib{
	display: inline-block;
	width: 300px;	
}

.tleft{
	text-align: left;
	margin: 5px 0px 20px 0px;
}

.tcenter{
	text-align: center;
}

.small, .small b, .small strong, .small p{
	font-size: 11px;
}

.icon{
	width: 17px;
	height: 19px;
	vertical-align: middle;
	cursor: pointer;
	margin-top: -5px;
}


::-webkit-input-placeholder {
    color: #747474;
    font-family: 'boldul';
}
:-moz-placeholder{
   color: #747474;
   opacity: 1;
   font-family: 'boldul';
}
::-moz-placeholder {
   color: #747474;
   opacity: 1;
   font-family: 'boldul';
}
:-ms-input-placeholder {
   color: #747474;
   font-family: 'boldul';
}

form{
	overflow: hidden;
}

form tr td{
	padding: 0px;
	position: relative;
}

textarea,
input[type="text"],
input[type="email"],
input[type="password"],
select{
    border: 1px solid #d8d8d8;
    margin-bottom: 20px;
    width: calc(100% - 10px);
    padding: 12px 12px;
    height: 47px;
    background-color: #f4f4f4;
    -webkit-box-shadow: inset 1px 2px 9px #EAEAEA;
    -moz-box-shadow: inset 1px 2px 9px #EAEAEA;
	box-shadow: inset 1px 2px 9px #EAEAEA;
}

input.cal{
	width: calc(100% - 29px);
}

select{
	color: #747474;
    font-family: 'boldul';
}

#forkeynr{
	font-family: 'boldul';
	color: #b4b4b4;
	position: absolute;
	margin-left: 122px;
	margin-top: 14px;
	pointer-events: none;
}

input + label, select + label{
	position: absolute;
	left: 0px;
	bottom: 0px;
	font-family: 'boldul';
}
input + label.error, select + label.error{
	color: #e10037;
	text-align: left;
	font-size: 14px;
}

textarea{
    padding-top: 5px;
    height: 145px;
    resize: none;
}

button, input[type="submit"], .button{
    background-color: #000;
    padding: 15px 57px 15px 21px;
    color: #ffeb00;
    font-family: 'boldul';
    cursor: pointer;
    background-image: url(/templates/web/img/buttonarrow.png);
    background-repeat: no-repeat;
    background-position: right center;
    border-radius: 5px;
    text-decoration: none;
}

.button{
	display: inline-block;
}

#header{
	position: fixed;
	height: 62px;
	background-color: #ffeb00;
	width: 100%;
	z-index: 3;
}

#header #logo{
	position: absolute;
	height: 40px;
	width: auto;
	left: 10px;
	top: 50%;
	margin-top: -20px;
}

#header #burger{
	position: absolute;
	right: 0px;
	top: 0px;
	background-image: url(/templates/web/img/mobile.png);
	width: 27px;
	height: 25px;
	right: 40px;
	top: 50%;
	margin-top: -12.5px;
	background-size: cover;
	cursor: pointer;
	display: none;
}

#header nav{
	text-align: center;
}

#header nav a, #header #lang a{
	text-decoration: none;
}

#header nav li{
	display: inline-block;
	padding: 21px 30px;
	height: 20px;
}

#header nav li.selected{
	background-color: #000;
}

#header nav li a{
	font-family: 'bold';
}

#header nav li.selected a{
	color: #ffeb00
}

#header #lang{
	padding: 22px 0px;
	position: absolute;
	right: 10px;
	top: 0px;
}

#header #lang, #header #lang a{
	font-family: 'bold';
	text-transform: uppercase;
}

#header #lang a.selected{
	text-decoration: underline;
}

body > section:first-of-type{
	padding-top: 62px;
}

body > section.full:first-of-type{
	height: calc(100% - 62px);
}

section.full{
	position: relative;
	height: 100%;
	width: 100%;
}
section.ogg{
	background-color: #ededed;
}

section header{
	position: relative;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	height: 100%;
	width: 100%;
}

section header article{
	position: absolute;
	left: 50%;
	margin-left: -400px;
	bottom: 52px;
	z-index: 1;
}

section header #slogan{

	background-size: contain;
	height: 100px;
	width: 527px;
	position: absolute;
	background-repeat: no-repeat;
	left: 50%;
	top: 110px;
	margin-left: -400px;
	-ms-transform: rotate(-15deg);
	-webkit-transform: rotate(-15deg);
	transform: rotate(-15deg);

	
	/*
	background-size: cover;
	height: 155px;
	width: 155px;
	position: absolute;
	left: 50%;
	top: 50px;
	margin-left: -400px;

	*/
}

section header .bot{
	position: absolute;
	width: 18px;
	height: 23px;
	margin-left: -9px;
	left: 50%;
	bottom: 23px;
	background-image: url(/templates/web/img/bot.png);
	background-size: cover;
	cursor: pointer;
}

section header article h1{
	color: #fff;
 	text-shadow: 0px 3px 5px #000;
}
section header article p{
	font-family: 'bold';
	font-size: 20px;
	color: #fff;
 	text-shadow: 0px 3px 5px #000;
}

section header article hr{
	border-color: #fff;
}

section article{
	width: 800px;
	margin: 0 auto;
	padding: 35px 0px;
	text-align: center;
}

section article img{
	max-width:100%;
	height: auto;
}

section article .offer img{
	width:100%;
}

section article table img{
	max-width: none;
}

section article iframe{
	max-width: 100%;
}

section article .float{
	margin: 20px 0px;
	position: relative;
}

section article .left{
	position: absolute;
	width: 387px;
	height: 100%;
	background-size: cover;
	background-position: center center;
}

section article .right{
	text-align: left;
	margin-left: 413px;
}

section article .sub{
	margin: 20px 0px;
}

section article ul{
	margin: 20px 0px;
	padding-left: 17px;	
}

section article .sub .overflow{
	width: calc(100% + 50px);
}

section article .sub .offer{
	float: left;
	width: 369px;
	margin-right: 26px;
	padding: 15px;
	background-color: #fff;
	text-align: left;
}
section article .sub .offer b, section article .sub .offer strong{
	font-family: 'boldul';
	/*color: #e10037;*/
	color: #69a023;
}

section article .sub .offer h1{
	font-size: 22px;
}

section article .sub .offer h2{
	font-size: 20px;
}

section article .sub .offer h3{
	font-size: 18px;	
}

section article .sub .offer p{
	text-align: left;
}

section article .sub .offer hr{
	margin: 20px 0px;
	border-style: dashed;
}

footer{
	padding-top: 121px;
	background-color: #ffeb00;
	padding-bottom: 27px;
	position: relative;
	margin-top: 80px;
}

footer #top{
	position: absolute;
	left: 50%;
	width: 32px;
	height: 30px;
	margin-left: -16px;
	background-size: cover;
	background-image: url(/templates/web/img/top.png);
	top: -30px;
	cursor: pointer;
	z-index: 1;
}

footer .container{
	width: 80%;
	margin: 0 auto;
	height: 32px;
	position: relative;
}

footer .container hr{
	margin-bottom: 10px;
	border-style: dashed;
}

footer .container .left{
	position: absolute;
	left: 0px;
}

footer .container .right{
	position: absolute;
	right: 0px;
}

footer a{
	text-decoration: none;
}

#formcontainer{
	display: none;
}

#formcontainermessage p:first-child{
	margin: 20px 0px;	
}

#hotelhead{
	position: relative;
	height: 26px;
}

#hotelhead #hleft{
	position: absolute;
	left: 0px;
}

#hotelhead #hright{
	position: absolute;
	right: 0px;
	top: 4px;
	font-size: 12px;
	cursor: pointer;
}

#hotelimage{
	margin: 20px 0px;
	height: 206px;
	background-size: cover;
	background-position: center center;
}

@media only screen and (max-width :1023px) {
	#header{
		position: fixed;
	}

	#header nav{
		position: absolute;
		top: 100%;
		width: 100%;
		background-color: #ffeb00;
	}

	#header nav ul{
		display: none;
	}

	#header nav li{
		display: block;
	}

	#header #lang{
		display: inline-block;
		right: 90px;
	}

	#header #burger{
		display: block;
	}

	body > section.full:first-of-type, section.full{
		height: auto;
	}

	/*body > section:first-of-type{
		padding-top: 0px;
	}*/

	section header{
		position: static;
		height: auto;
		background-attachment: scroll;
	}

	section header #slogan{
		display: none;
	}

	section header .bot{
		display: none;
	}

	section header article{
		padding-top: 150px;
		position: static;
		margin: 0 auto;
	}
	section article{
		width: auto;
		padding-left: 20px;
		padding-right: 20px;
	}
	table{
		width: 100%;
	}
	section article .sub .overflow{
		width: auto;
	}
	section article .sub .offer{
		width: auto;
		margin-right: 0px;
		margin-bottom: 20px;
	}
	section article .sub .offer:last-of-type{
		margin-bottom: 0px;
	}
}

@media only screen and (max-width :750px) {
	#forkeynr{
		display: none;
	}
	section article .float{
		position: static;
	}
	section article .left{
		position: static;
		height: 200px;
		width: auto;
		margin: 20px 0;
	}
	section article .right{
		margin-left: 0px;
	}

	form tr td{
		margin: 0;
	}
	tr td{
		display: inline-block;
		padding-left: 20px;
		text-align: center;
		margin: 1px 0px;
	}
	tr:last-child td:last-child{
		margin-bottom: 0px;
	}
	input + label.error, select + label.error{
		left: 6px;
	}
}

@media only screen and (max-width :600px) {
	h1{
		font-size: 36px;
	}
	input + label.error, select + label.error{
		font-size: 12px;
	}

	#hotelhead #hright{
		display:none;
	}
}