@import url(http://fonts.googleapis.com/css?family=Mr+De+Haviland);
@import url(http://fonts.googleapis.com/css?family=Oswald:400,300,700);
@import url(http://fonts.googleapis.com/css?family=Voltaire&subset=latin,cyrillic);
@font-face {
    font-family: 'BebasNeueRegular';
    src: url('fonts/BebasNeue-webfont.eot');
    src: url('fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/BebasNeue-webfont.woff') format('woff'),
         url('fonts/BebasNeue-webfont.ttf') format('truetype'),
         url('fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* CSS reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
html,body {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
input{
	border:1px solid #b0b0b0;
	padding:3px 5px 4px;
	color:#979797;
	width:190px;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
/* General Demo Style */
body{
	font-family: Constantia, Palatino, "Palatino Linotype", "Palatino LT STD", Georgia, serif;
	background: #000;
	font-weight: 400;
	font-size: 15px;
	overflow-y: scroll;
	overflow-x: hidden;
}
.ie7 body{
	overflow:hidden;
}
a{
	color: #333;
	text-decoration: none;
}
.container{
	position: relative;
	text-align: left;
}
.clr{
	clear: both;
}

.container > header{
	padding: 2% 2%;
	margin: 0px 0% 2% 0%;
	width: 20%;
	overflow: hidden;
	position: relative;
	position: fixed;
    height: 100%;
    top: 0px;
    left: 0px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    text-align: left;
	background: -moz-linear-gradient(left,  rgba(0,0,0,0.81) 0%, rgba(0,0,0,0.81) 1%, rgba(0,0,0,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(5%,rgba(0,0,0,1)), color-stop(10%,rgba(0,0,0,1)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
	/*background: -webkit-linear-gradient(left,  rgba(0,0,0,0.81) 0%,rgba(0,0,0,0.81) 1%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
	/*background: -o-linear-gradient(left,  rgba(0,0,0,0.81) 0%,rgba(0,0,0,0.81) 1%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
	/*background: -ms-linear-gradient(left,  rgba(0,0,0,0.81) 0%,rgba(0,0,0,0.81) 1%,rgba(0,0,0,0) 100%); /* IE10+ */
	/*background: linear-gradient(to right,  rgba(0,0,0,0.81) 0%,rgba(0,0,0,0.81) 1%,rgba(0,0,0,0) 100%); /* W3C */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */*/	
}
.container > header h1{
	font-family: 'Mr De Haviland', cursive;
	font-size: 60px;
	line-height: 35px;
	position: relative;
	font-weight: 500;
	color: #f8f8f8;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
    padding: 0px 0px 15px 18px;
}
.container > header h1 span{

}
.container > header h2, p.info{
	font-size: 18px;
	font-style: italic;
	color: #f8f8f8;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.6);
}
.container > header img{
	padding: 0% 0% 10% 0%;
}

.container > content{
	padding: 0.5%;
	margin: 2.5% 1% 0% 0%;
	color: #f8f8f8;
	position: relative;
	display: block;
	width: 74%;
	border-radius: 2px;
	background: -moz-linear-gradient(left,  rgba(0,0,0,0.80) 0%, rgba(0,0,0,0.90) 1%, rgba(0,0,0,0.90) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0.90)), color-stop(1%,rgba(0,0,0,0.90)), color-stop(100%,rgba(0,0,0,0.90))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(0,0,0,0.90) 0%,rgba(0,0,0,0.90) 1%,rgba(0,0,0,0.90) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(0,0,0,0.90) 0%,rgba(0,0,0,0.90) 1%,rgba(0,0,0,0.90) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(0,0,0,0.90) 0%,rgba(0,0,0,0.90) 1%,rgba(0,0,0,0.90) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(0,0,0,0.90) 0%,rgba(0,0,0,0.90) 1%,rgba(0,0,0,0.90) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */	
}
.container > content h1{
	font-family: 'Mr De Haviland', cursive;
	font-size: 60px;
	line-height: 35px;
	position: relative;
	font-weight: 500;
	color: #f8f8f8;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
    padding: 15px 0px 25px 18px;
}
.container > content h2{
	font-family: 'Voltaire', 'sans-serif';
	font-size: 25px;
	line-height: 35px;
	position: relative;
	font-weight: 500;
	color: #e37a34;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
    padding: 0px;
}
.orange{color: #e37a34;}
.container > drawer{
	color: #f8f8f8;
	font-family: 'Voltaire', 'sans-serif';
	font-size: 22px;
	font-weight: 100;
	text-shadow: 1px 1px 3px rgba(0,0,0,1);
	position:relative;
	margin: 3% 0% 0% 50%;
	padding: 0.5% 2% 0.5% 1%;
	border-radius: 3px 0px 0px 3px;
	background: -moz-linear-gradient(left,  rgba(0,0,0,0.80) 0%, rgba(0,0,0,0.80) 1%, rgba(0,0,0,0.80) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0.80)), color-stop(1%,rgba(0,0,0,0.80)), color-stop(100%,rgba(0,0,0,0.80))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(0,0,0,0.80) 0%,rgba(0,0,0,0.80) 1%,rgba(0,0,0,0.80) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(0,0,0,0.80) 0%,rgba(0,0,0,0.80) 1%,rgba(0,0,0,0.80) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(0,0,0,0.80) 0%,rgba(0,0,0,0.80) 1%,rgba(0,0,0,0.80) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(0,0,0,0.80) 0%,rgba(0,0,0,0.80) 1%,rgba(0,0,0,0.80) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */	
}
.container > drawer a{
	color: #f8f8f8;
	font-size: 22px;	
}
.container > drawer a:hover{
	color: #f8f8f8;
	font-size: 22px;
	text-shadow: 0px 0px 30px #FF9;	
}
.container > drawer > drawer_trigger {
	cursor: pointer;
}
.drawer_element{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 300px;
	height: 600px;
	margin-right: -310px;
	height: 100%;
	background: -moz-linear-gradient(left,  rgba(0,0,0,0.80) 0%, rgba(0,0,0,0.80) 1%, rgba(0,0,0,0.80) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0.80)), color-stop(1%,rgba(0,0,0,0.80)), color-stop(100%,rgba(0,0,0,0.80))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(0,0,0,0.80) 0%,rgba(0,0,0,0.80) 1%,rgba(0,0,0,0.80) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(0,0,0,0.80) 0%,rgba(0,0,0,0.80) 1%,rgba(0,0,0,0.80) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(0,0,0,0.80) 0%,rgba(0,0,0,0.80) 1%,rgba(0,0,0,0.80) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(0,0,0,0.80) 0%,rgba(0,0,0,0.80) 1%,rgba(0,0,0,0.80) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
}
.container > tagline{
	color: #f8f8f8;
	font-family: 'Voltaire', 'sans-serif';
	font-size: 35px;
	font-weight: 70;
	position:relative;
	margin: 37% 3% 0% 50%;
	text-shadow: 1px 2px 3px rgba(0,0,0,1);
}
.left{ float:left;}
.right{ float: right;}
.clear{ clear: both;}
#descriptions{
	color: #f8f8f8;
	font-family: 'Voltaire', 'sans-serif';
	font-weight: 100;
	text-shadow: 1px 1px 3px rgba(0,0,0,1);
	width: 60%;
	position: absolute;
	margin: 3% 0% 0% 25%;
	padding: 0.5% 0.5% 1% 0.5%;
	border-radius: 3px;
	clear: left;
	background: -moz-linear-gradient(left,  rgba(0,0,0,0.80) 0%, rgba(0,0,0,0.80) 1%, rgba(0,0,0,0.80) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0.80)), color-stop(1%,rgba(0,0,0,0.80)), color-stop(100%,rgba(0,0,0,0.80))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(0,0,0,0.80) 0%,rgba(0,0,0,0.80) 1%,rgba(0,0,0,0.80) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(0,0,0,0.80) 0%,rgba(0,0,0,0.80) 1%,rgba(0,0,0,0.80) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(0,0,0,0.80) 0%,rgba(0,0,0,0.80) 1%,rgba(0,0,0,0.80) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(0,0,0,0.80) 0%,rgba(0,0,0,0.80) 1%,rgba(0,0,0,0.80) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
}
#booking{ 
	width: 300px; 
	background-color: #f4f4f4; 
	border: 3px solid #000;
	border-radius: 0px 0px 3px 3px;
	background: -moz-linear-gradient(left,  rgba(0,0,0,0.80) 0%, rgba(0,0,0,0.80) 1%, rgba(0,0,0,0.80) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0.80)), color-stop(1%,rgba(0,0,0,0.80)), color-stop(100%,rgba(0,0,0,0.80))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(0,0,0,0.80) 0%,rgba(0,0,0,0.80) 1%,rgba(0,0,0,0.80) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(0,0,0,0.80) 0%,rgba(0,0,0,0.80) 1%,rgba(0,0,0,0.80) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(0,0,0,0.80) 0%,rgba(0,0,0,0.80) 1%,rgba(0,0,0,0.80) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(0,0,0,0.80) 0%,rgba(0,0,0,0.80) 1%,rgba(0,0,0,0.80) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
}
#booking p{ background-color: #ff6702; width: 280px; margin:auto; padding:5px; color: #f5f5f5;}
.booking ul{ 
	width:100%;
    list-style-type:none;
    list-style-position:outside;
    margin:0px;
    padding:10px;
}
#booking label{ display: block; margin: 10px 0px 0px 0px; font-size: 15px;}

#contacts{ 
	width: 40%; 
	background-color: #f4f4f4; 
	border: 3px solid #000;
	border-radius: 0px 0px 3px 3px;
	background: -moz-linear-gradient(left,  rgba(0,0,0,0.80) 0%, rgba(0,0,0,0.80) 1%, rgba(0,0,0,0.80) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0.80)), color-stop(1%,rgba(0,0,0,0.80)), color-stop(100%,rgba(0,0,0,0.80))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(0,0,0,0.80) 0%,rgba(0,0,0,0.80) 1%,rgba(0,0,0,0.80) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(0,0,0,0.80) 0%,rgba(0,0,0,0.80) 1%,rgba(0,0,0,0.80) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(0,0,0,0.80) 0%,rgba(0,0,0,0.80) 1%,rgba(0,0,0,0.80) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(0,0,0,0.80) 0%,rgba(0,0,0,0.80) 1%,rgba(0,0,0,0.80) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
}
#contacts p{ background-color: #ff6702; width: 280px; margin:auto; padding:5px; color: #f5f5f5;}
.contacts ul{ 
	width:100%;
    list-style-type:none;
    list-style-position:outside;
    margin:0px;
    padding:10px;
}
#reserve_message{
	font-size: 13px;
	font-family: 'Voltaire', 'sans-serif';
}
.contact_textarea {
	height:112px;
	width:80%;
	font-size: 16px;
	font-family: 'Voltaire', 'sans-serif';
    padding:5px 8px; 
	border:1px solid #aaa; 
	box-shadow: 0px 0px 1px #ccc, 0 10px 15px #eee inset;
	border-radius:2px; 
	margin-top: 7px;
    font-size:12px;
    color:#323232;
}
input{ 
	height:20px; 
	width:80%; 
	padding:5px 8px; 
	border:1px solid #aaa; 
	box-shadow: 0px 0px 1px #ccc, 0 10px 15px #eee inset;
	border-radius:2px; 
	margin-top: 7px;
}
select{
	width:87%; 
	padding:5px 8px; 
	border:1px solid #aaa; 
	box-shadow: 0px 0px 3px #ccc, 0 10px 15px #eee inset;
	border-radius:2px; margin-top: 7px;
}
input[type="button"]{
	color:#fff;
	font-weight: 300;
	font-size:14px;
	margin-top: 20px;
	background-color: #ff6702;
	border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	height: 35px; 
	width: 120px; 
	box-shadow: 0px 0px 1px 0px #d0d0d0;
	cursor: pointer;
}
#checkIn_date, #checkOut_date{
	background:#FFFFFF url(../images/calender.png) no-repeat right 4px;
    padding:4px 4px 4px 12px;
    height:18px;
}


/* Header Style */
.codrops-top{
	font-family: Arial, sans-serif;
	line-height: 24px;
	font-size: 11px;
	width: 100%;
	background: #000;
	opacity: 0.9;
	text-transform: uppercase;
	z-index: 9999;
	position: relative;
	-moz-box-shadow: 1px 0px 2px #000;
	-webkit-box-shadow: 1px 0px 2px #000;
	box-shadow: 1px 0px 2px #000;
}
.codrops-top a{
	padding: 0px 10px;
	letter-spacing: 1px;
	color: #ddd;
	display: block;
	float: left;
}
.codrops-top a:hover{
	color: #fff;
}
.codrops-top span.right{
	float: right;
}
.codrops-top span.right a{
	float: none;
	display: inline;
}

p.codrops-demos{
	display: block;
	padding: 15px 0px;
}
p.codrops-demos a,
p.codrops-demos a.current-demo,
p.codrops-demos a.current-demo:hover{
    display: inline-block;
	border: 1px solid #6d0019;
	padding: 4px 10px 3px;
	font-size: 13px;
	line-height: 18px;
	margin: 2px 3px;
	font-weight: 800;
	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow:0px 1px 1px rgba(0,0,0,0.1);
	box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
	color:#fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #a90329;
	background: -moz-linear-gradient(top, #a90329 0%, #8f0222 44%, #6d0019 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a90329), color-stop(44%,#8f0222), color-stop(100%,#6d0019));
	background: -webkit-linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%);
	background: -o-linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%);
	background: -ms-linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%);
	background: linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%);
}
p.codrops-demos a:hover{
	background: #6d0019;
}
p.codrops-demos a:active{
	background: #6d0019;
	background: -moz-linear-gradient(top, #6d0019 0%, #8f0222 56%, #a90329 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6d0019), color-stop(56%,#8f0222), color-stop(100%,#a90329));
	background: -webkit-linear-gradient(top, #6d0019 0%,#8f0222 56%,#a90329 100%);
	background: -o-linear-gradient(top, #6d0019 0%,#8f0222 56%,#a90329 100%);
	background: -ms-linear-gradient(top, #6d0019 0%,#8f0222 56%,#a90329 100%);
	background: linear-gradient(top, #6d0019 0%,#8f0222 56%,#a90329 100%);
	-webkit-box-shadow: 0px 1px 1px rgba(255,255,255,0.9);
	-moz-box-shadow:0px 1px 1px rgba(255,255,255,0.9);
	box-shadow: 0px 1px 1px rgba(255,255,255,0.9);
}
p.codrops-demos a.current-demo,
p.codrops-demos a.current-demo:hover{
	color: #A5727D;
	background: #6d0019;
}
/* Media Queries */
@media screen and (max-width: 767px) {
	.container > header{
		text-align: center;
	}
	p.codrops-demos {
		position: relative;
		top: auto;
		left: auto;
	}
}


ul, li{
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
ol, ul { list-style: none; }


/* nav menu styles */
#nav { 
  display: block;
  width: 80%;
  margin: 0px auto;
}

#nav > li > a { 
  padding: 0px 5px;
  text-align: center;
  font-family: 'Voltaire', 'sans-serif';
  font-size: 30px;
  font-weight: 100;
  color: #f8f8f8;
  text-shadow: 1px 2px 2px #333;
  text-decoration: none;
}
#nav > li > a:hover, #nav > li > a.open { 
  color: #e37a34;
}

#nav li ul { display: none;}

#nav li ul li a { 
  display: block; 
  background: none;
  padding: 0px 0px 0px 10px;
  text-decoration: none;
  font-family: 'Oswald', 'sans-serif';
  font-size: 14px;
  font-weight: 100;
  color: #f8f8f8;
  text-shadow: 1px 1px 0px #000;
}
#nav li ul li a:hover {
	color: #e37a34;
}
#nav i{ font-size: 35px; text-align: center;}
#nav .icon-facebook:hover, #nav .icon-facebook.open{ color: #3b569d;}
#nav .icon-twitter:hover, #nav .icon-twitter.open{ color: #5eaade;}
#nav .icon-map-marker:hover, #nav .icon-map-marker.open{ color: #87c316;}
#nav li .galleries, #nav li .contacts{ font-size: 43px;}
small, small a{ color: #f8f8f8; font-family: 'Voltaire', 'sans-serif'; font-size:16px; font-weight: 100;}