@import url(http://fonts.googleapis.com/css?family=PT+Serif:400,700&subset=latin,cyrillic);

html{
	margin: 0;
	padding: 0;
	height:100%;
	}
	
body{
	margin: 0;
	padding: 0;
	height: 100%;
	color: #262626;
	background: #f4f6ef url('img/bg_body.jpg');
	min-width: 980px;
	min-height: 780px;
	font: 20px/1.5 Minion, "Minion Pro", "EB Garamond", "Times New Roman", Times, serif;
	-webkit-text-size-adjust: 100%;
}
#container {
	margin: 0 auto;
	padding: 0;
	max-width: 1120px;
	background: url('img/bg_about1.jpg');
	position: relative;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
	overflow-x: hidden;
}
.clear{
    height:0;
    font-size:1px;
    line-height:0px;
    clear:both;
}
.full {
	width: 100%;
}
.wrapper {
	width: 100%;
}
.container {
	width: 960px;
	margin: 0 auto;
	padding:0 5px;
	overflow-x: hidden;
}
a, img {
	border: 0;
}
a {color: #146aa6;} 
	a:hover {color: #ff4200;}
	a.active {text-decoration: none; color: #2f2f2f;}
address {
	line-height: 130%;
	font-style: normal;
	margin-bottom: 5px;
}
article {
	margin: 0;
	display: block;
}
p {
	margin: 5px 0;
}
h1, h2, h3, h4, h5 {
	margin: 10px 0 10px 0;
	margin-bottom: 10px !important;
	color: #860000;
	line-height: 1.3;
	font-family: "PT Serif", PT Serif, sans-serif;
	font-weight: normal !important;
	font-style: normal !important;
	
}
h1 {font-size: 48px;}
h2 {font-size: 36px;}
h3 {font-size: 28px;}
h4 {font-size: 22px;}
h5 {font-size: 18px;}

.webfont {
	font-family: "PT Serif", PT Serif, sans-serif;
	font-weight: normal !important;
	font-style: normal !important;
}

/* Grid system 960px-12col-50px-15+15px */
.col1 { width: 50px;}
.col2 { width: 130px;}
.col3 { width: 210px;}
.col4 { width: 290px;}
.col5 { width: 370px;}
.col6 { width: 450px;}
.col7 { width: 530px;}
.col8 { width: 610px;}
.col9 { width: 690px;}
.col10 { width: 770px;}
.col11 { width: 850px;}
.col12 { width: 930px;}

.col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9, .col10, .col11, .col12 {
	margin: 0 15px;
	float: left;
}
.compact {
	width: 100%;
	margin: 0;
	padding: 0;
}
#about, #interior, #menu, #news, #contact {
	padding-bottom: 40px;
	padding-top: 40px;
}
#header {
	background: url('img/bg_top.png') repeat-x;
	background-position: left -20px;
	height: 130px;
	padding-top: 20px;
}
a#logo {
	display: block;
	width: 238px;
	height: 84px;
	background: url('img/logo.png') no-repeat;
}
ul#nav {
	list-style: none;
	padding-left: 0;
	float: right; 
	margin: 30px 20px;
}
ul#nav li {
	display: block;
	float: right;
	margin-right: 25px;
}
ul#nav a {
	text-decoration: none;
	color: #912124;
	border-bottom: 1px dotted #a06668;
	text-shadow: 0 1px 0 rgba(255,255,255,0.4);
}
ul#nav .active {
	border-bottom: none;
}
	ul#nav a:hover {
		color: #4e080a;
		border-bottom: 1px dotted #782c2e;
	}
#about {
	background: url('img/bg_about1.jpg');
}
#about #pic1 {
	background: url('img/pic1.png');
	background-size: cover;
	position: absolute;
	width: 576px;
	height: 496px;
	top: 80px;
	right: -3px;
	margin: 0;
}
#about #pic2 {
	background: url('img/pic2.png');
	background-size: cover;
	position: absolute;
	width: 548px;
	height: 477px;
	top: 480px;
	left: -10px;
	margin: 0;
}
#blk1 {
}
#blk2 {
	padding-bottom: 40px;
}
#blk1 .text {
	margin-top: -10px;
}
#blk2 .text {
	margin-left: 480px;
	margin-top: 50px;
}
#interior {
	background: url('img/bg_interior.jpg');
	position: relative;
	padding-bottom: 10px;
}
	#ribbon-top {
		background: url('img/ribbon-top.png');
		height: 144px;
		position: absolute;
		top: -80px;
		left: 0;
		right: 0;
	}
	#ribbon-bottom {
		background: url('img/ribbon-bottom.png') repeat-x;
		height: 42px;
		position: absolute;
		bottom: -33px;
		left: 0;
		right: 0;
	}
	#sofa {
		background: url('img/sofa.png');
		position: absolute;
		right: 0;
		bottom: -10px;
		width: 300px;
		height: 428px;
	}
#interior .container {
	padding-top: 15px;
	padding-bottom: 50px;
}
#interior div.gallery {
	width: 720px;
}
#interior div.gallery .gallery-tn {
	height: 140px;
	background: #fff;
	margin-top: 20px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.5);
}
#menu {
	padding-top: 50px;
	background: #fff url('img/bg_menu.jpg') 0% 4% repeat-x;
}
p#menu-descr {
	font-family: "PT Serif", PT Serif, sans-serif;
	text-align: center;
	font-style: italic;
	font-size: 15px;
	color: #777;
	margin-top: 10px;
}
#menu-content {
	width: 720px;
	float: left;
}
#menu .container {
	background: url('img/menubook-sm.png') 15px 52px no-repeat;
	
}
.gallery {
	float: left;
	width: 720px !important;
	margin-top: 20px;
	list-style: none;
	padding: 0;
}
.gallery a {
	//height: 140px;
	background: #fff;
	margin: 20px 10px 0 10px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.5);
	float: left;
	display: block;
	position: relative !important;
}
.gallery a {
	display: block;
}
.gallery a img {
	vertical-align: bottom;
	border: 10px solid #fff;
	background: #fff;
	opacity: 0.95;
}
.gallery a img:hover {
	opacity: 1;
}
.fotorama__arr, .fotorama__arr__arr {
	display: none;
}
#photomenu {
	margin-top: 50px;
}
#menubutton {
	display: block;
	background: url('img/btn_menu_210.png') no-repeat left top;
	width: 210px;
	height: 49px;
	border-radius: 4px;
}
#menubutton:hover {
	box-shadow: inset 0px -13px 10px rgba(255,238,192,0.2);
}
#tour:hover {
	opacity: 0.95;
}
#menubutton:active, #tour:active {
	//box-shadow: inset 0px 5px 5px rgba(93,18,20,0.4);
	position: relative;
	top: 1px;
}
#news {
	background: #fff;
	padding-top: 10px;
}
#news h2 {
	margin-top: -10px;
}
#news iframe {
	position: relative;
	left: -10px;
}
#news .bnrs img {
	margin-bottom: 5px;
}
#map {
	background: url('img/map.jpg') 50%;
	height: 245px;
}
#contact {
	background: #fff;
	margin-top: -10px;
	padding-bottom: 0;
}
#footer {
	height: 240px;
	background: url('img/bg_bottom.jpg') 50%;
}
#footer .container {
	padding-top: 120px;
}
#footer iframe {
	width: 260px;
	padding-right: 30px;
}
#wave-separator {
	background: url('img/vawe.png') repeat-x;
	height: 14px;
	margin-top: 50px;
}
#copyrights {
	font-size: 15px;
	line-height: 1.3;
}
#menuprint {
	display: none;
}
img#wifi {
	position: relative;
	top: 3px;
}
.fancybox-nav span {
 visibility: visible !important;
}
.fancybox-wrap .fancybox-prev span {
	left: -10px;
}
.fancybox-wrap .fancybox-next span {
	right: -10px;
}
@media only screen and (max-device-width: 960px){} {
	.fancybox-nav span {
	 visibility: visible;
	}
}