/*! normalize.css v3.0.2 | MIT License | git.io/normalize */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com
   ========================================================================== */

html,button,input,select,textarea{color:#222}body{font-size:1em;line-height:1.4}::-moz-selection{background:#b3d4fc;text-shadow:none}::selection{background:#b3d4fc;text-shadow:none}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}img{vertical-align:middle}fieldset{border:0;margin:0;padding:0}textarea{resize:vertical}.chromeframe{margin:.2em 0;background:#ccc;color:#000;padding:.2em 0}


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

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

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

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



/* ===== Primary Styles =====================================================
   
   ========================================================================== */
html {
  font-size: 100%;
  box-sizing: border-box; 
}

*,
*:before,
*:after {
  box-sizing: inherit; 
}

body {
	font: 16px 'OpenSans', Arial, Helvetica, sans-serif;
	color: #000;
	min-width: 320px;
}

h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	font-weight: normal;
}
h1, h2 {
	font-family: 'Trueno';
	font-size: 40px;
	font-weight: 200;
	text-transform: uppercase;
	margin-bottom: 0.5em;
	color: #295484;
}
h3 {
	font-family: 'Trueno';
	font-size: 30px;
	font-weight: 200;
	text-transform: uppercase;
	margin-bottom: 0.6em;
	color: #000;
}
h4 {
	font-family: 'Trueno';
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 1em;
}
h6 {
	font-size: 12px;
	font-weight: bold;
	color: #999999;
	text-transform: uppercase;
	font-weight: bold;
	font-family: 'Trueno';
	line-height: 1.6em;
}
p {
	line-height: 1.6em;
	margin-bottom: 1.6em;
}
nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

a {
	-webkit-transition: all .2s ease-in-out;	
	-moz-transition: all .2s ease-in-out;	
	-o-transition: all .2s ease-in-out;	
	-ms-transition: all .2s ease-in-out;	
	transition: all .2s ease-in-out;
	color: #18406d;
	text-decoration: underline;
}
a:hover {
	color: #000;
}

.show-on-mobile {
	display: none;
}
.center {
	text-align: center;
}

.btn, .book {
	margin: 0;
	border: 0;
	outline: 0 none;
	display: inline-block;
	padding: 15px 20px;
	font-family: 'Trueno';
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	background: #295484;
	text-transform: uppercase;
	text-decoration: none;
	border: solid 1px #295484;
	letter-spacing: 0.05em;
}
.btn-white {
	background-color: #fff;
	border-color: #fff;
	color: #295484;
}

.book {
	background: #18406e;
	border: solid 1px #18406e;
	padding: 9px 20px;
	margin-left: 34px;
}
.btn:hover, .book:hover {
	background: #fff;
	color: #18406e;
}
.btn-white:hover {
	background-color: transparent;	
	color: #fff;
}

.wrapper {
	width: 100%;
	max-width: 1280px;
	padding-left: 40px;
	padding-right: 40px;
	margin: 0 auto;
}

#header, #header aside {
	overflow: hidden;
	*overflow: visible;
	zoom: 1;
}
#header .logo {
	background: url(../img/logo.png) no-repeat;
	background-size: 100% auto;
	width: 234px;
	height: 82px;
	display: block;
	float: left;
	font-size: 0em;
	text-indent: -999999px;
	margin: 42px 40px 42px 0;
}
#header .info {
	border-bottom: solid 1px #efefef;
	text-align: right;
	font-family: 'Trueno';
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	color: #999999;
}
#header .info a.phone, #header .info span {
	display: inline-block;
	*display: inline;
	zoom: 1;
	line-height: 48px;
	text-decoration: none;
	padding-left: 22px;
}
#header .info a.phone {
	background: url(../img/ico-phone.png) no-repeat left center;
	background-size: auto 19px;
	color: inherit;
	padding-right: 22px;
	margin-right: 20px;
	border-right: solid 1px #efefef;
}
#header .info a.phone:hover {
	color: #18406d;
}
#header .info span {	
	background: url(../img/ico-contact.png) no-repeat left center;
	background-size: auto 19px;
}
#header nav {
	padding-top: 40px;
	text-align: right;
}
#header nav ul, #header nav ul li {
	display: inline-block;
}
#header nav ul li {
	font-family: 'Trueno';
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	padding-left: 34px;
}
#header nav ul li a {
	text-decoration: none;
}

#mobile-nav {
	text-align: center;
	display: none;
}
#mobile-nav nav {
	background: #fff;
	-webkit-box-shadow: 0 5px 5px rgba(0,0,0,0.19);
	-moz-box-shadow: 0 5px 5px rgba(0,0,0,0.19);
	box-shadow: 0 5px 5px rgba(0,0,0,0.19);
	display: none;
}
#mobile-nav ul {
	border-bottom: solid 1px #efefef;
	margin-bottom: 20px;
}
#mobile-nav ul li a {
	display: block;
	text-align: center;
	padding: 10px 20px;
	border-top: solid 1px #efefef;	
	font-family: 'Trueno';
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: none;
}
#mobile-nav .book {
	margin: 0 0 20px 0;
}

#banner {
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 870px;
}
#banner img {
	display: none;
}

#room {
	margin-top: -80px;
	padding-bottom: 80px;
}
#room, #room aside {
	overflow: hidden;
	*overflow: visible;
	zoom: 1;
}
#room img {
	float: left;
	margin-right: 40px;
	max-width: 100%;
	height: auto;
}
#room aside {
	padding-top: 160px;
}

#room-info {
	background: #f7f7f7;
	padding-top: 40px;
}
#room-info .amenities {
	margin-bottom: 40px;
}
#room-info .amenities aside {
	float: left;
	width: 50%;
	padding-right: 20px;
}
#room-info .amenities aside h4 {
	margin-bottom: 1.5em;
}
#room-info .amenities aside .column {
	background: #fff;
	padding: 35px 40px;
}
#room-info .amenities aside ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	line-height: 1.6em;
}
#room-info .amenities aside ul li {
	padding-left: 56px;
	padding-bottom: 12px;
	background: url(../img/check.png) no-repeat 0 3px;
	background-size: auto 16px;
}
#room-info .amenities aside ul li:last-child {
	padding-bottom: 0;
}
#room-info .amenities figure {
	float: right;
	width: 50%;
	padding-left: 20px;
}
#room-info .amenities figure img {
	width: 100%;
	height: auto;
}

#room-info .type .item, #room-info .type .item aside {
	overflow: hidden;
	*overflow: visible;
	zoom: 1;
}
#room-info .type .item aside {
  display: table-row;
	height: 100px;
}
#room-info .type .item aside h4, 
#room-info .type .item aside p {
	display: table-cell;
	margin: 0;
	vertical-align: middle;
	padding-right: 40px;
}
#room-info .type .item aside h4 {
	min-width: 270px;
}
#room-info .type .item {
	border-top: solid 1px #efefef;
	background: #fff;
}
#room-info .type figure {
	float: left;
	width: 100px;
	margin-right: 40px;
}
#room-info .type figure a {
	display: block;
	position: relative;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#room-info .type figure a:hover:before,
#room-info .type figure a:hover:after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
#room-info .type figure a:hover:before {
	background: rgba(0,93,66,0.5);
}
#room-info .type figure a:hover:after {
	background: url(../img/ico-zoom.png) no-repeat center center;
	background-size: 26px 26px;
}
#room-info .type figure img {
	width: 100%;
	height: auto;
	display: none;
}
#room-info .type h4 {
	margin: 0;
}
#room-info .type h4 small {
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: #999999;
}

#room-info .notes {
	font-size: 12px;
	font-weight: bold;
	font-family: 'Trueno';
	text-transform: uppercase;
	color: #999;
	padding-top: 12px;
}
#room-info .notes p {
	margin: 0;
	float: left;
	font-weight: bold;
	line-height: 20px;
}
#room-info .notes span {
	float: right;
	background: url(../img/ico-smoke.png) no-repeat 0 0;
	background-size: 22px 15px;
	padding-left: 30px;
	line-height: 20px;
}

#room-info .center {
	padding: 110px 0;
}
#room-info .center h3 a {
	color: inherit;
	text-decoration: none;
}

#map {
	position: relative;
	padding: 40px 0;
}
#map .contact-box {
	position: relative;
	z-index: 99;
	margin-left: auto;
}
.contact-box {
	width: 425px;
	background: #fff;
}
.contact-box aside {
	padding: 65px 10px 65px 30px;
}
.contact-box p a {
	color: inherit;
	text-decoration: none;
}
.contact-box address {
	font-style: normal;
	line-height: 1.6em;
}
.contact-box .review {
	background: #005d42;
	text-align: center;
	display: block;
	height: 80px;
	line-height: 80px;
	text-decoration: none;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: 'Trueno';
	letter-spacing: 0.05em;
	
}
.contact-box .review em {
	width: 80px;
	height: 80px;
	float: left;
	background: url(../img/owl.png) no-repeat center center #6ca659;
}

#restaurant {
	padding: 80px 0 40px 0;
}
#restaurant figure {
	width: 50%;
	padding-right: 20px;
	float: left;
	margin-bottom: 80px;
}
#restaurant figure img {
	display: block;
	width: 100%;
	height: auto;
}
#restaurant aside {
	float: right;
	width: 50%;
	padding-left: 20px;
	margin-bottom: 80px;
}
.gallery {
	overflow: hidden;
	clear: both;
}
.gallery .preview img {
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: 40px;
}
.gallery .thumbs {
	font-size: 0em;
	text-align: right;
	margin-left: -40px;
}
.gallery .thumbs img {
	padding-left: 40px;
	width: 25%;
	height: auto;
	margin-bottom: 40px;
}

#about {
	background: url(../img/bg-reserve.jpg) no-repeat center center;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 40px 0;
}
#about .column {
	width: 50%;
	float: left;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
#about .column img {
	width: 100%;
	height: auto;
	display: none;
}
#about .column.text {
	background: #fff;
	padding: 70px 40px 10px 40px;
}
#about .reserve {
	background: url(../img/reserve.jpg) no-repeat center center;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	padding: 140px 0;
	text-align: center;
	clear: both;
	margin-top: 40px;
}
#about .reserve h3 {
	color: #fff;
}

#footer {
	background: #295484;
	padding: 18px 0;
	text-align: center;
	color: #abb7c8;
}
#footer p {
	display: inline-block;
	*display: inline;
	zoom: 1;
	margin: 0;
	line-height: normal;
}
#footer p:before {
	content: ' — ';
	padding: 0 2px;
}
#footer p:first-child:before {
	display: none;
}
#footer a {
	color: inherit;
	text-decoration: none;
}
#footer a:hover {
	color: #fff;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir{background-color:transparent;border:0;overflow:hidden;*text-indent:-9999px}.ir:before{content:"";display:block;width:0;height:150%}.hidden{display:none !important;visibility:hidden}.visuallyhidden{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.visuallyhidden.focusable:active,.visuallyhidden.focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}.invisible{visibility:hidden}.clearfix:before,.clearfix:after{content:" ";display:table}.clearfix:after{clear:both}.clearfix{*zoom:1}

.alignleft {float: left;margin: 0 1em 1em 0;} .alignright {float: right;margin: 0 0 1em 1em;}.aligncenter {clear: both;	display: block;	margin: 0 auto 1em;}

.mask {	position: absolute;	top: 0;	left: 0;	width: 100%;	height: 100%;	-webkit-transform-style: preserve-3d;  -moz-transform-style: preserve-3d;  transform-style: preserve-3d; }
.valignmiddle {	position: relative;  top: 50%;  -webkit-transform: translateY(-50%);  -ms-transform: translateY(-50%);  transform: translateY(-50%); }

.menu-toggle {
	background: url(../img/menu.png) no-repeat;
	background-size: auto 19px;
	width: 30px;
	height: 19px;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 14px;
  display: none;
}
@media screen and (max-width: 1279px) { 
	#banner {
		height: 500px;
	}
	#room {
		margin-top: -40px;
		padding-bottom: 40px;
	}
	#room img {
		max-width: 500px;
	}	
	#room aside {
		padding-top: 80px;
	}
	#about .column.text {
		padding: 40px 40px 10px 40px;
	}
}
@media screen and (max-width: 1023px) {
	.show-on-mobile, .menu-toggle, #mobile-nav {
		display: block;
	}
	#header .info {
		position: relative;
	}
	#header .logo {
		margin: 19px 0 15px 0;
	}
	#header aside .info,
	#header aside nav ul {
		display: none;
	}
	#header .info {
		text-align: left;
	}
	#banner {
		height: 350px;
	}
	#room img {
		max-width: 100%;
		width: 100%;
		float: none;
		margin: 0 0 30px 0;
	}
	#room aside {
		padding: 0;
	}
	
	#room-info .amenities aside {
		float: none;
		padding: 0;
		width: 100%;
		margin-bottom: 40px;
	}
	#room-info .amenities figure {
		float: none;
		width: 100%;
		padding: 0;
	}
	
	#room-info .notes p {
		display: block;
		float: none;
		margin-bottom: 10px;
	}
	#room-info .notes span {
		display: block;
		float: none;
	}
	
	#restaurant {
		padding-bottom: 0;
	}
	.gallery .preview img {
		margin-bottom: 20px;
	}
	.gallery .thumbs {
		margin-left: -20px;
	}
	.gallery .thumbs img {
		padding-left: 20px;
		width: 33.33333%;
		margin-bottom: 20px;
	}
	
	#about .column {
		width: 100%;
		float: none;
	}
	#about .column img {
		display: block;
	}
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
	#mobile-nav nav ul {
		margin-bottom: 0;
		border-bottom: 0;
	}
	#mobile-nav nav .book {
		display: none;
	}
}
@media screen and (max-width: 767px) {
	h1, h2 {
		font-size: 32px;
	}
	.wrapper {
		padding-left: 20px;
		padding-right: 20px;
	}
	#header .logo {
		margin: 14px 0;
		float: none;
		width: 200px;
		height: 70px;
	}
	#header .info {
		border: 0;
	}
	#header .info a.phone, #header .info span {
		display: block;
		line-height: 30px;
		display: none;
	}
	#header aside {
		display: none;
	}
	#banner {
		height: 220px;
	}
	
	#room-info {
		padding-top: 20px;
	}
	#room-info .amenities {
		margin-bottom: 20px;
	}
	#room-info .amenities aside {
		margin-bottom: 20px;
	}
	#room-info .amenities aside .column {
		padding: 20px;
	}
	#room-info .amenities aside ul {
		line-height: 1.4em;
	}
	#room-info .amenities aside ul li {
		padding-left: 40px;
		font-size: 14px;
	}
	
	#room-info .type figure {
		margin-right: 20px;
	}
	#room-info .type .item aside {
		display: block;
		height: auto;
		padding: 12px 10px 12px 0;
	}
	#room-info .type .item aside h4, 
	#room-info .type .item aside p {
		display: block;	
		padding: 0;
	}
	#room-info .type .item aside h4 {
		margin-bottom: 0.5em;
	}
	#room-info .center {
		padding: 80px 0;
	}
	
	#map {
		padding: 0;
	}
	#map .mask {
		position: static;
		width: 100%;
		height: 350px;
	}
	.contact-box {
		width: 100%;
	}
	.contact-box aside {
		padding: 40px 0;
	}
	
	#restaurant {
		padding: 0;
	}
	#restaurant figure,
	#restaurant aside {
		width: 100%;
		padding: 0;
		float: none;
		margin-bottom: 40px;
	}
	
	#footer {
		font-size: 12px;
	}
	#footer p {
		line-height: 1.5em;
	}
	#footer p:last-child {
		display: block;
	}
	#footer p:last-child:before {
		display: none;
	}
}

@media screen and (max-width: 479px) { 
	#room-info .type h4 {
		font-size: 15px;
	}
	#room-info .type p {
		font-size: 14px;
	}
	.gallery {
		padding-bottom: 10px;
	}
	.gallery .preview img {
		margin-bottom: 10px;
	}
	.gallery .thumbs {
		margin-left: -10px;
	}
	.gallery .thumbs img {
		padding-left: 10px;
		margin-bottom: 10px;
	}
	#about {
		padding: 20px 0;
	}
	#about .column.text {
		padding: 20px 20px 1px 20px;
	}
	#about .reserve {
		padding: 80px 0;
		margin-top: 20px;
	}
}