@font-face {
	font-family: 'osr';
	src: url('font/open-sans/OpenSans-Regular.eot');
	src: url('font/open-sans/OpenSans-Regular.eot?#iefix') format('embedded-opentype'),
		url('font/open-sans/OpenSans-Regular.woff') format('woff'),
		url('font/open-sans/OpenSans-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'osl';
	src: url('font/open-sans/OpenSans-Light.eot');
	src: url('font/open-sans/OpenSans-Light.eot?#iefix') format('embedded-opentype'),
		url('font/open-sans/OpenSans-Light.woff') format('woff'),
		url('font/open-sans/OpenSans-Light.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'osli';
	src: url('font/open-sans/OpenSans-LightItalic.eot');
	src: url('font/open-sans/OpenSans-LightItalic.eot?#iefix') format('embedded-opentype'),
		url('font/open-sans/OpenSans-LightItalic.woff') format('woff'),
		url('font/open-sans/OpenSans-LightItalic.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'osb';
	src: url('font/open-sans/OpenSans-Bold.eot');
	src: url('font/open-sans/OpenSans-Bold.eot?#iefix') format('embedded-opentype'),
		url('font/open-sans/OpenSans-Bold.woff') format('woff'),
		url('font/open-sans/OpenSans-Bold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Comfortaa';
	src: url('font/comfortaa/Comfortaa-Light.eot');
	src: url('font/comfortaa/Comfortaa-Light.eot?#iefix') format('embedded-opentype'),
		url('font/comfortaa/Comfortaa-Light.woff') format('woff'),
		url('font/comfortaa/Comfortaa-Light.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

/*
*reset
**/
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;
	font-size: 100%;
	font: inherit;
	/*vertical-align: baseline;*/
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

html{
	height: 100%;
}

body {
	font-size: 14px;
	font-family: 'Comfortaa', sans-serif;
	min-height:100%;
	line-height: 16px;
	color: #868686;
	background: url(../images/bg.jpg);

	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

b, strong, h1, h2, h3, h4, h5, h6{
	font-weight: bold;
	font-family: 'Comfortaa', sans-serif;
}

fieldset{
	border: 1px solid #ccc;
	padding: 18px 12px;
}

fieldset legend{
	padding-left: 8px;
	padding-right: 8px;
}


ul, ul li, ul li ul {
	list-style: none;
	margin: 0;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}

img{
	width: 100%;
	height: auto;
}


/*
*gobal
*/
input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
textarea, select{
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	letter-spacing:1px;
	color:#575757;
	border:1px solid #d2d2d2;
	resize:none;
	padding:12px 8px 12px 8px;
	height:42px;
	width: 100%;
  	border-radius: 4px;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
select:focus,
textarea:focus{
	border-color: #d2d2d2;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05), 0 0 1px #d2d2d2;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.08), 0 0 1px #d2d2d2;
}

textarea{
	padding-right: 30px;
}

select{
	/*-webkit-appearance: menulist-button;
	padding-top: 94px;*/
}

select:focus{
	/*border:0;
	outline: 0;*/
}


/*
*form validation
*/
*:focus {outline: none;}

input:required{
	background: #fff url(../images/red_asterisk.png) no-repeat 98% center;
}

textarea:required{
	background: #fff url(../images/red_asterisk.png) no-repeat 98% 10px;
}

input:focus:invalid{ /* when a field is considered invalid by the browser */
	background: #fff url(../images/invalid.png) no-repeat 98% center;
	box-shadow: 0 0 1px #d45252;
	border-color: #b03535
}

textarea:focus:invalid{ /* when a field is considered invalid by the browser */
	box-shadow: 0 0 1px #d45252;
	border-color: #b03535
}

input:required:valid{ /* when a field is considered valid by the browser */
	background: #fff url(../images/valid.png) no-repeat 98% center;
	box-shadow: 0 0 1px #5cd053;
	border-color: #28921f;
}

textarea:required:valid{ /* when a field is considered valid by the browser */
	background: #fff url();
	box-shadow: 0 0 2px #5cd053;
	border-color: #28921f;
}

.error-message-hint {
	/*background: #d45252;*/
	font-size: 0.8em;
	color: #ff0000;
	border-radius: 3px 3px 3px 3px;
	/*color: white;*/
	margin-left:8px;
	padding: 4px 8px;
	padding-top: 1px;
	z-index: 999; /* hints stay above all other elements */
	position: absolute; /* allows proper formatting if hint is two lines */
	display: none;
}

.error-message-hint::before {
	content: "\25b2"; /* left point triangle in escaped unicode */
	/*color:#d45252;*/
	position: absolute;
	top:0px;
	left:-6px;
}

input:focus + .error-message-hint, textarea:focus + .error-message-hint {display: block;}
input:required:valid + .error-message-hint, textarea:required:valid + .error-message-hint {/*background: #28921f;*/ color: #28921f;} /* change form hint color when valid */
input:required:valid + .error-message-hint::before, textarea:required:valid + .error-message-hint::before {color:#28921f;} /* change form*/


::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #b2b1b2;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #b2b1b2;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #b2b1b2;
}
:-moz-placeholder { /* Firefox 18- */
  color: #b2b1b2;
}


a, a:active,
a i, a:active i{
	text-decoration:none;
	cursor: pointer;
	color: #a00707;
}

a:hover{
	color: #d7211c;
}

.fancybox-bg-transparent .fancybox-skin{
	background: none !important;
	padding: 0 !important;
	margin: 0 !important;
}

.loading-overlay.loading-theme-light.loading-shown{
	top: 0 !important;
	z-index: 9999 !important;
}

.fotorama__nav-wrap{
	display: none;
}

.wrapper{
	margin: 0 auto;
	width: 100%;
	padding: 0 14px;
}

.wrapper:after{
	content: "";
	display: table;
	clear: both;
}

/*
** header
*/
header{
	background: #fff;
}

header:after{
	display: table;
	content: '';
	clear: both;
}

.container{
	margin-bottom: 80px;
}

#toptab{
	position: absolute;
	width: 100%;
}

#toptab:after{
	clear: both;
	content: '';
	display: table;
}

#toptab .left{
	float: left;
	width: 50%;
}

#toptab .icon{
	color: #d7211c;
	margin-right: 4px;
	font-size: 1.1em;
	position: relative;
}

#toptab ul:after{
	clear: both;
	content: '';
	display: table;
}

#toptab li{
	text-transform: uppercase;
	font-weight: bold;
	float: left;
	padding: 8px 8px;
	padding-top: 12px;
	font-size: 0.6em;
}

#toptab .right{
	float: right;
	width: 50%;
}

#toptab .right li{
	text-align: right;
	width: 100%;
}

/*
*#topnav
*/
#topnav{
	padding-top: 12px;
	padding-bottom: 12px;
}

#topnav .toplogo{
	text-align: center;
	margin-top: 10px;
	margin-bottom: 4px;
}

#topnav .toplogo a{
	display: inline-block;
	width: 200px;
}

#topnav .desktopnav{
	display: none;
}

/*
*booking form
*/
.booking-form{
	margin-bottom: 36px;
	position: relative;
	
	color: #fff;
	background: rgba(193, 26, 33, 1);
}

.booking-form:after{
	clear: both;
	content: '';
	display: table;
}

.booking-form section{
	width: 100%;
	display: block;
	padding: 24px;
	background: rgba(193, 26, 33, 1);
}

.booking-form section:after{
	clear: both;
	content: '';
	display: table;
}

.booking-form-label{
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 8px;
}

.booking-form-date{
	margin-bottom: 14px;
}

.booking-form-date:after{
	display: table;
	content: '';
	clear: both;
}

.booking-form-date div:nth-child(1){
	float: left;
	width: 50%;
	background: #eda09e;
	-moz-box-shadow:    inset 0 0 1px #0e567a;
	-webkit-box-shadow: inset 0 0 1px #0e567a;
	box-shadow:         inset 0 0 1px #0e567a;
}

.booking-form-date div:nth-child(2){
	display: none;
}

.booking-form-date div:nth-child(3){
	float: left;
	width: 50%;
	background: #eda09e;
	-moz-box-shadow:    inset 0 0 1px #0e567a;
	-webkit-box-shadow: inset 0 0 1px #0e567a;
	box-shadow:         inset 0 0 1px #0e567a;
}

.booking-form-date div strong{
	float: left;
	width: 45%;
	height: 54px;
	font-family: Georgia, serif;
	font-weight: 100;
	text-align: right;
	padding-top: 18px;
	font-size: 2.9em;
	color: #ffeaea;
}

.booking-form-date div i.y{
	font-family: Georgia, serif;
	text-transform: uppercase;
	font-size: 0.8em;
	font-weight: bold;
	float: left;
	height: 58px;
	padding-top: 22px;
	color: #333;
	opacity: 0.8;
}

.booking-form-date div i.m{
	font-family: Verdana, Geneva, sans-serif;
	text-transform: uppercase;
	text-align: center;
	font-size: 0.8em;
	font-weight: bold;
	float: left;
	height: 58px;
	padding-top: 22px;
	color: #333;
	opacity: 0.8;
	margin-left: 6px;
	margin-right: 4px;
	letter-spacing: 0.02em;
}

.booking-form-date div input{
	position: absolute;
	text-transform: uppercase;
	width: 1px;
	height: 1px;
	border: 0;
	resize:none;
	background: none;
  	color: #171d25;
  	opacity: 0;
  	-webkit-box-shadow: inset 0 0 0 rgba(0,0,0,0), 0 0 0;
	box-shadow: inset 0 0 0 rgba(0,0,0,.0), 0 0 0;
}


.booking-form-promotion-code{
	text-align: center;
	font-size: 0.8em;
	color: #000;
	margin-bottom: 12px;
}

.booking-form-promotion-code a{
	color: #fff;
}

.booking-form-promotion-code a:hover{
	text-decoration: underline;
}

.booking-form-check-button a{
	text-align: center;
	color: #d7211c;
	font-size: 1em;
	display: block;
	padding-top: 15px;
	padding-bottom: 10px;
	background: #171f29;
	-webkit-transition: background-color 0.2s ease-out;
	-moz-transition: background-color 0.2s ease-out;
	-o-transition: background-color 0.2s ease-out;
	transition: background-color 0.2s ease-out;	
}

.booking-form-check-button a:hover {
	color: #d7211c;
	background: #000000;
	-webkit-transition: background-color 0.2s ease-out;
	-moz-transition: background-color 0.2s ease-out;
	-o-transition: background-color 0.2s ease-out;
	transition: background-color 0.2s ease-out;	
}

.booking-form-check-button a:active {
	box-shadow: 0px 0px 2px 2px #98c4dd;
}

.booking-form-check-button span{
	display: block;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

.booking-form-check-button span:nth-child(1){
	display: block;
	color: #f7f7f7;
	font-weight: bold;
	font-size: 0.9em;
}

.booking-form-check-button span:nth-child(2){
	font-size: 0.6em;
}


/*
** footer
*/
footer{
	background: #1a2223;
	padding-top: 22px;
	padding-bottom: 22px;
	border-top: 2px solid #a00707;
}

footer ul{
	text-align: center;
}

footer ul:after{
	clear: both;
	content: '';
	display: table;
}

footer ul li{
	display: inline-block;
	color: #6c7171;
	font-size: 0.8em;
}

footer ul li a{
	color: #6c7171;
	font-size: 1.1em;
}

footer ul li a:hover{
	color: #f6f7f7;
}

footer ul li.active a{
	color: #fff;
}

footer .left{
	margin-bottom: 28px;
}

footer .left ul li{
	margin-right: 18px;
	line-height: 22px;
}

footer .left .about{
	margin-bottom: 12px;
}

footer .left .social a{
	font-size: 1.8em;
	margin-left: 6px;
}

footer .right ul li{
	display: block;
}


@media only screen and (min-width:480px){
	
	/*
	*booking form
	*/
	.booking-form section{
		width: 480px;
		margin: 0 auto;
	}

	.booking-form-check-availability:after{
		clear: both;
		content: '';
		display: table;
	}

	.booking-form-promotion-code{
		float: left;
		width: 50%;
		padding-top: 10px;
	}

	.booking-form-check-button{
		float: right;
		width: 50%;
	}
}

@media only screen and (min-width:768px){
	.wrapper{
		padding: 0;
		width: 750px;
	}

	#toptab .right .icon{
		margin-right: 8px;
		font-size: 1.3em;
	}

	/*
	*#topnav
	*/
	#topnav .mobilenav{
		display: none;
	}

	#topnav .desktopnav{
		display: block;
		margin-top: 12px;
	}

	#topnav .desktopnav ul {
		font-family:osr;
		font-size:1em;
		text-align: left;
		display: block;
		margin: 0 auto;
		margin-left: 0;
		list-style: none;
	}

	#topnav .desktopnav ul > li {
		display: inline-block;
		position: relative;
		cursor: default;
		-webkit-transition: all 0.2s;
		-moz-transition: all 0.2s;
		-ms-transition: all 0.2s;
		-o-transition: all 0.2s;
		transition: all 0.2s;
	}

	#topnav .desktopnav ul li a{
		display:block;
		color:#8a8c8e;
		padding: 6px 13px;
		line-height: 18px;
		font-size: 0.98em;
	}

	#topnav .desktopnav ul > li.active {
		background: rgba(102, 102, 102, .5);
	}

	#topnav .desktopnav ul > li.active > a{
		color: #fff;
	}

	#topnav .desktopnav ul > li:hover {
		background: rgba(102, 102, 102, .5);
	}

	#topnav .desktopnav ul li:hover > a {
		color: #fff;
		display:block;
	}

	#topnav .desktopnav ul li ul {
		padding: 0;
		position: absolute;
		font-size: 1em;
		z-index:999;
		top: 40px;
		left: 0;
		width: 100%;
		opacity: 0;
		visibility: hidden;
		-webkit-transiton: opacity 0.2s;
		-moz-transition: opacity 0.2s;
		-ms-transition: opacity 0.2s;
		-o-transition: opacity 0.2s;
		-transition: opacity 0.2s;
	}

	#topnav .desktopnav ul li ul li { 
		border-bottom: 0;
		margin-top: 1px;
		/*background: #dddddd;*/
		background: #b9babb;
		display: block; 
		color:#fff;
		top: -8px;
		position: relative;
		width: 220px;
	}

	#topnav .desktopnav ul li ul li a{
		color:#fff;
		text-shadow: 1px 1px 2px #666;
	}

	#topnav .desktopnav ul li.active ul li a{ 
		color:#fff;
	}

	#topnav .desktopnav ul li ul li:hover {
		background: rgba(102, 102, 102, .8);
	}

	#topnav .desktopnav ul li ul li:hover a {
		color: #fff;
	}

	#topnav .desktopnav ul li:hover > ul {
	  display: block;
	  opacity: 1;
	  visibility: visible;
	}

	#topnav .desktopnav ul ul ul {
		position: absolute;
		left: 100%;
		top: 8px;
		margin-left: 1px;
	}

	#topnav .desktopnav ul ul ul li {
		width: 260px;
	}	

	/*
	*booking form
	*/
	.booking-form-date div:nth-child(1){
		float: left;
		width: calc(50% - 15px);
	}

	.booking-form-date div:nth-child(2){
		display: block;
		float: left;
		width: 30px;
		text-align: center;
		padding-top: 20px;
		font-style: italic;
	}

	.booking-form-date div:nth-child(3){
		float: left;
		width: calc(50% - 15px);
	}
}

@media only screen and (min-width:996px){
	.wrapper{
		width: 970px;
	}

	/*
	*#topnav
	*/
	#topnav .desktopnav ul{
		font-size:1.07em;
	}

	#topnav .desktopnav ul li a{
		padding: 6px 24px;
	}
	
	/*
	*booking form
	*/
	.booking-form{
		width: 100%;
	}

	.booking-form section{
		padding: 16px;
		width: 920px;
	}

	.booking-form-label{
		float: left;
		width: 140px;
		font-size: 1.2em;
		text-align: left;
		line-height: 18px;
		padding-top: 22px;
	}

	.booking-form-date{
		float: left;
		width: 340px;
		margin-bottom: 0;
	}

	.booking-form-check-availability{
		float: right;
		width: calc(100% - 480px);
		
	}

	.booking-form-check-availability:after{
		clear: both;
		content: '';
		display: table;
	}

	.booking-form-promotion-code{
		float: left;
		width: 45%;
		padding-top: 10px;
	}

	.booking-form-check-button{
		float: right;
		width: 55%;
	}

	/*
	** footer
	*/
	footer{
		padding-top: 22px;
		padding-bottom: 22px;
	}

	

	footer ul:after{
		clear: both;
		content: '';
		display: table;
	}

	footer ul li{
		display: inline-block;
		color: #6c7171;
		font-size: 0.7em;
	}

	footer ul li a{
		color: #6c7171;
		font-size: 1.1em;
	}

	footer ul li a:hover{
		color: #f6f7f7;
	}

	footer .left{
		float: left;
		text-align: left;
		width: 50%;
		margin-bottom: 0;
	}

	footer .left ul{
		text-align: left;
	}

	footer .left ul li{
		margin-right: 8px;
	}

	footer .left .about{
		margin-bottom: 0;
	}

	footer .right {
		width: 50%;
		float: right;
		text-align: right;
		padding-top: 4px;
	}

	footer .right ul{
		display: inline-block;
	}

	footer .right ul li{
		display: block;
		text-align: right;
	}

}


@media only screen and (min-width:1200px) {
	.wrapper{
		width: 1170px;
	}

	#topnav{
		width: 998px;
	}

	/*
	*#topnav
	*/
	

	#topnav .desktopnav ul li a{
		padding: 6px 25px;
	}
}
