html
{
	height:100%;
}
body
{
	background-color:#1B0E06;
	width:100%;
	height:100%;
	margin:0;
	padding:0;
}
body,table
{
}

div.body
{
	width:100%;
	height:100%;
	min-height:800px;
}

.abs
{
	position:absolute;
	height:1px;
}

td.blank
{
	padding-top:1px;
}

div.wrap
{
	margin:0 auto;
	width:1150px;
}

div.bg
{
	width:100%;
	height:100%;
	top:0;
	min-height:640px;
	background-position:left center;
	background-repeat:no-repeat;
	background-size:100% auto;
}

div.error404
{
	margin-left:250px;
	padding-top:125px;
	width:630px;
}
.error404,
.error404 table,
.error404 h1
{
	color:white;
}

/* ---------------------------------- panel ---------------------------------- */

div.panel
{
	position:absolute;
	width:180px;
	height:100%;
	left:60px;
	font-family:'HeliosCondC';
	font-weight:bold;
	z-index:10;
}

.panel div.logo
{
	margin-top:20px;
}
.panel div.menu
{
	border-top:5px solid white;
	border-bottom:5px solid white;
	padding:15px 0;
	width:170px;
	margin-top:30px;
}
.panel .menu a
{
	display:block;
	padding:3px 0;
	font-size:23px;
	line-height:25px;
	color:white;
	text-decoration:none;
	text-transform:uppercase;
}
.panel .menu a:hover,
.panel .menu a.selected
{
	color:#FFCE8F;
}

.panel div.news
{
	margin-top:30px;
}
.panel .news div a
{
	font-size:18px;
	font-weight:normal;
	color:white;
	text-decoration:none;
}
.panel .news small
{
	font-size:14px;
	color:#baa293;
	display:block;
	margin-bottom:5px;
}
.panel div.lang
{
	color:white;
	padding-top:20px;
	text-transform:uppercase;
}

/* ---------------------------------- social ---------------------------------- */

div.social
{
	position:absolute;
	right:30px;
	margin-top:20px;
	height:30px;
	font-family:'HeliosCondC';
	font-weight:bold;
	text-transform:uppercase;
	z-index:10;
}
.social img
{
	vertical-align:middle;
}

/* ---------------------------------- breadcrums ---------------------------------- */

div.breadcrums
{
	font-size:11px;
	color:#311c1b;
	padding-bottom:7px;
}
.breadcrums a
{
	color:#311c1b;
	text-transform:uppercase;
}

/* ---------------------------------- content ---------------------------------- */

table.content
{
	margin-left:250px;
	min-height:580px;
	max-height:1200px;
}
table.content td.white
{
	background-color:white;
}
.content th.heap
{
	background-color:rgba(255,255,255,0.9);
}
.content .text div.scroll
{
	height:100%;
	margin:0 10px 0 30px;
}
.content .text .scroll div.scrolling
{
	height:100%;
	overflow-y:scroll;
}
.content .text .scroll div.inner
{
	position:absolute;
	width:95%;
}
.content td.text
{
	background-color:white;
	color:#3B3736;
}
.content .text table
{
	color:#3B3736;
}

.content div.img
{
	border-top:4px solid #2d1a1a;
	border-bottom:4px solid #2d1a1a;
	padding:10px 0;
	font-family:'HeliosCondC';
	font-weight:bold;
	font-size:18px;
	line-height:18px;
	color:#46312a;
}
.content div.img img
{
	margin-bottom:5px;
}
.content div.img.right
{
	float:right;
	margin:3px 0 5px 15px;
}
.content table.price th
{
	font-weight:normal;
	text-align:left;
	background:url(./images/dot.png) left 20px repeat-x;
	padding-left:0;
}
.content table.price td
{
	vertical-align:top;
}
.content table.price td:first-child
{
	padding-left:0;
}
.content table.price th span
{
	background-color:white;
	padding-right:3px;
}
.content .price tr:hover
{
	color:#BB8055;
}
.content .price small
{
	display:block;
	font-size:13px;
	font-style:italic;
	color:#837c7b;
}
.content .price tr:hover small
{
	color:#BB8055;
}
.content .price  tr:hover th
{
	background-position:left -70px;
}
.content .price b
{
	background:url(./images/rub.png) right 4px no-repeat;
	padding:0 0 0 10px;
}
.content .price tr:hover b
{
	background-position:right -36px;
}
.content .price i
{
	background:url(./images/icon-vege.png) center 4px no-repeat;
	padding:2px 5px 2px 10px;
	cursor:default;
}
.content .price tr:hover i
{
	background-position:center -36px;
}
.content .price u
{
	background:url(./images/icon-onion.png) center 0px no-repeat;
	padding:2px 3px 2px 10px;
	text-decoration:none;
	cursor:default;
}
.content .price tr:hover u
{
	background-position:center -40px;
}
.content .price em
{
	background:url(./images/icon-spicy.png) right 4px no-repeat;
	padding:2px 3px 2px 13px;
	text-decoration:none;
	cursor:default;
}
.content .price tr:hover em
{
	background-position:right -36px;
}
.content .price p
{
	position:relative;
	background:url(./images/icon-photo.png) center 2px no-repeat;
	padding:7px 8px;
	margin:0;
}
.content .price p img
{
	position:absolute;
	right:-20px;
	top:20px;
	border:5px solid white;
	z-index:5;
	box-shadow:2px 2px 10px rgba(0,0,0,0.5);
	-moz-box-shadow:2px 2px 10px rgba(0,0,0,0.5);
	-webkit-box-shadow:2px 2px 10px rgba(0,0,0,0.5);
	display:none;
}
.content .price tr:hover p img
{
	display:block;
}
.content .price tr:hover p
{
	background-position:center -38px;
}

/* ---------------------------------- news ---------------------------------- */

div.news-list
{
	font-family:'HeliosCondC';
	font-weight:bold;
	margin-bottom:20px;
}
.news-list div.item
{
	clear:both;
	margin-top:20px;
}
.news-list div.item:first-child
{
	margin-top:0;
}
.news-list div.item img
{
	float:left;
	margin-right:20px;
}
.news-list .item small
{
	display:block;
	font-size:11px;
	color:#b1a9a6;
}
.news-list .item big
{
	display:block;
	font-size:20px;
	line-height:22px;
	color:#46312a;
	text-transform:uppercase;
	margin:10px 0;
}

div.news-detail
{
	
}
.news-detail small.date
{
	font-family:'HeliosCondC';
	font-size:14px;
	color:#948783;
}
.news-detail h1
{
	font-size:30px;
	line-height:35px;
}

/* ---------------------------------- team ---------------------------------- */

div.team
{
}
.team div.item
{
	margin-bottom:40px;
}
.team .item img
{
	float:left;
	margin:0 15px 10px 0;
}
.team .item h2
{
	margin-top:0;
	margin-bottom:5px;
	font-size:23px;
	color:#46312a;
	text-transform:uppercase;
}
.team .item div.position
{
	margin-bottom:8px;
	font-family:'HeliosCondC';
	font-weight:bold;
	font-size:14px;
	color:#ed8704;
	text-transform:uppercase;
}

/* ---------------------------------- scroll ---------------------------------- */

.scroll
{
	position:relative;
}
.scroll div.scrolling
{
	position:relative;
}
.scroll div.scroll-bar
{
	position:absolute;
	right:2px;
	top:0;
	height:100%;
	border-right:2px solid #D4CFCE;
}
.scroll a.scroll-wheel
{
	display:block;
	position:absolute;
	left:-2px;
	top:0;
	height:25%;
	width:6px;
	background-color:#918D8D;
	cursor:default;
}
.scroll a.scroll-wheel:hover
{
	background-color:#A4A2A2
}

/* ---------------------------------- contact ---------------------------------- */

div.contact
{
	position:relative;
	height:100%;
}
.contact .bx-yandex-view-layout,
.contact .bx-yandex-view-map
{
	height:100%;
}
.contact div.shadow
{
	position:absolute;
	z-index:2;
	left:0;
	width:350px;
	height:100%;
	background:url(./images/shadow-left.png) left top repeat-y;
}
.contact div.text
{
	position:absolute;
	z-index:2;
	left:250px;
	top:100px;
	width:280px;
	padding:40px 0;
	background-color:white;
	font-family:'Museo Cyrl 500';
	font-weight:normal;
	font-size:18px;
	color:#311c1b;
}
.contact div.text a
{
	color:#311c1b;
}

/* ---------------------------------- gallery ---------------------------------- */

div.gallery
{
	position:relative;
	margin-left:250px;
	padding-top:125px;
	width:630px;
}
.gallery div.list
{
	margin-top:30px;
}
.gallery .list a.item
{
	position:relative;
	display:block;
	float:left;
	margin:0 20px 20px 0;
}
.gallery .list a.item span
{
	position:absolute;
	display:none;
	width:100%;
	height:100%;
	background:url(./images/icon-magnifisy.png) center center no-repeat;
	background-color:rgba(0,0,0,0.5);
}
.gallery .list a.item:hover span
{
	display:block;
}
.gallery div.menu
{
	font-family:'HeliosCondC';
	font-weight:bold;
	font-size:16px;
}
.gallery .menu span
{
	background:url(./images/icon-dot.png) center center no-repeat;
	padding:0 10px;
	margin-right:5px;
}
.gallery .menu a
{
	color:white;
	text-decoration:none;
	text-transform:uppercase;
}
.gallery .menu a.selected
{
	color:#ffce8f;
}

/* ---------------------------------- slider ---------------------------------- */

div.slider
{
	position:relative;
	width:100%;
	height:100%;
	min-height:640px;
	overflow:hidden;
}
.slider div.slide
{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background-repeat:no-repeat;
	background-position:left center;
	background-size:100% auto;
	z-index:1;
	opacity:0;

	transition:opacity 1s;
	-o-transition:opacity 1s;
	-moz-transition:opacity 1s;
	-webkit-transition:opacity 1s;
}
.slider div.slide:first-child
{
	z-index:2;
	opacity:1;
}
.slider div.tabs
{
	position:absolute;
	bottom:30px;
	right:40px;
	z-index:3;
}
.slider div.tabs a
{
	padding:4px 15px;
	background:url(./images/tabs.png) center 5px no-repeat;
}
.slider div.tabs a:hover,
.slider div.tabs a.active
{
	background-position:center -35px;
}
