/**
 * Base
 */
*{font-family:Verdana, Arial, Helvetica, sans-serif;}
div,span,p,textarea,input,select,li,td,strong,em{color:#606060; font-size:12px; line-height:150%;}
a{color:#927937; outline:none; text-decoration:none;}
a:hover{color:#BD3B41; text-decoration:none; transition:0.3s; -webkit-transition:0.3s; -moz-transition:0.3s; -ms-transition:0.3s; -o-transition:0.3s;}
a:hover *{transition:0.3s; -webkit-transition:0.3s; -moz-transition:0.3s; -ms-transition:0.3s; -o-transition:0.3s;}
h1,h2,h3,h4,h5{color:#927937; padding:0; font-weight:normal; font-family: Georgia;}
h1{font-size:26px; line-height:30px; margin-top:0;}
h2{font-size:22px; line-height:26px;}
h3{font-size:20px; line-height:24px;}
h4{font-size:16px; line-height:20px;}
h5{font-size:14px; line-height:18px;}
img{border:0;}
/* img:hover {opacity:0.85; filter:alpha(opacity=85); transition:0.8s; -webkit-transition:0.8s; -moz-transition:0.8s; -ms-transition:0.8s; -o-transition:0.8s;} */
th{text-align:left;}
ul{padding:0 10px; margin:0;}
ul li{background:url('images/li.png') left 6px no-repeat; list-style:none outside none; padding-left:14px; margin:2px; min-height:16px;}
/**
 * Shorters
 */.b{font-weight:bold;}
.i{font-style:italic;}
.strike{text-decoration:line-through;}
.small{font-size:smaller;}
.big{font-size:bigger;}.clear{clear:both;}.block{display:block;}.inline{display:inline;}.hide{display:none !important;}
.no_bg{background:none !important;}.no_border{border:0 !important;}.no_wrap{white-space:nowrap;}
.no_margin{margin:0 !important;}
.no_margin_right{margin-right:0 !important;}.red{color:#ff0000;}
.red_bg{background:red !important;}.center{text-align:center !important;}.to_left{text-align:left !important;}.to_right{text-align:right !important;}.justify{text-align:justify !important;}.middle{margin:auto;}.left{float:left !important;}.right{float:right !important;}
.block_left{float:left; margin:0 10px 10px 0; width:25%;}
.block_right{float:right; margin:0 0 10px 10px; width:25%;}.short{width:50px !important;}
.half{width:50%;}.long{width:99%;}.date{width:100px;}
.margin{margin:20px;}
.margin_left{margin:0 0 0 10px;}.padding{padding:10px 20px;}
.break{padding:5px 0;}.strike{text-decoration:line-through;}
.more{color:#350c0f; display:block; text-align:right;}
.back{color:#350c0f; display:block; text-align:right;}
.clearfix:before,.clearfix:after{content:''; display:table;}
.clearfix:after{clear:both;}
.clearfix{zoom:1; /* For IE 6/7 (trigger hasLayout) */}

/**
 * Forms
 */input,textarea{border:1px solid #6d6d6d; background:#fff; padding:5px 10px; border-radius: 2px;}
input:focus,textarea:focus{border: 1px solid #900;}
input[type='button'], input[type='submit'], .button {
	position: relative;
	display: inline-block;
	color: #fff !important;
	background: #BBA45B;
	padding: 4px 10px;
	margin: 0;
	border: 0;
	cursor: pointer;
	border-radius: 5px;
}
input[type='button']:hover, input[type='submit']:hover, .button:hover {
	opacity: 0.85;
	filter: alpha(opacity=85);
}
input[type='submit']:first-letter, input[type='button']:first-letter, .button:first-letter, .button:hover:first-letter {
	text-transform: uppercase;
}
input[disabled='disabled'], input[disabled='disabled']:hover, textarea[disabled='disabled'], option[disabled='disabled'] {
	color: #333;
	background: #eee;
	cursor: pointer;
}
input[type='checkbox'], input[type='radio'], .checkbox, .radio {
	cursor: pointer;
}
.input, .textarea, .select {
	width: 360px;
}
.form .error, .form .red {
	display: block;
}
#controls, .controls {
	padding: 20px 0;
	text-align: center;
}
.required span {
	cursor: help;
}
.button_wrap {
	display: inline-block;
	zoom: 1;
	*display: inline;
	position: relative;
	padding: 0 20px 0 0;
}
.button_arr {
	display: block;
	position: absolute;
	top: 0;
	right: 5px;
	width: 20px;
	height: 100%;
	background: url('images/point_right.png') no-repeat center center #A9924D;
	border-radius: 0 5px 5px 0;
	overflow: hidden;
	cursor: pointer;
}
.button_arr:hover {
	transition: none; -webkit-transition: none; -moz-transition: none; -ms-transition: none; -o-transition: none;
}
/**
 * Messages
 */
#messageBox {
	margin: 0 0 10px 0;
	padding: 5px 10px;
	background: #F7E4A5;
	border: 1px solid #F0AE0E;
}#messageBox * {
	color: #000;
}
#messageBox .error, .error {
	color: #f00;
}
#messageBox .notice {
	color: #00f;
}
#messageBox .warning {
	color: #666;
}

/**
 * Layout
 */
body {
	margin: 0;
	padding: 0;
	background: #440003;
}
#main_container {
	text-align: center;
	background: url('images/main_bg.png') no-repeat top center #440003;
}
#sub_container {
	text-align: center;
	background: url('images/main_bg.png') no-repeat top center #440003;
}
#main_container h1 {
	margin: 12px 0 6px;
	padding: 0 0 9px;
	border-bottom: 1px solid #D5CEB4;
}
#sub_container h1 {
	margin: 12px 0 6px;
	padding: 0 0 9px;
	border-bottom: 1px solid #D5CEB4;
}
#main_container #logo_container {
	position: relative;
	padding: 0 0 0 126px;
	width: 440px;
	height: 291px;
	background: url('images/slider_cover.png') no-repeat 0 0;
	z-index: 3;
}
#sub_container #logo_container {
	position: relative;
	padding: 0 0 0 126px;
	width: 440px;
	height: 170px;
	background: url('images/slider_cover.png') no-repeat 0 0;
	z-index: 3;
}
#main_container #main_logo {
	position: relative;
	z-index: 100;
	display: block;
	width: 280px;
	height: 118px;
}
#main_container #main_logo img {
	position: relative;
	left: -70px;
	top: -50px;
}
#sub_container #main_logo {
	position: relative;
	z-index: 100;
	display: block;
	width: 280px;
	height: 82px;
}
#sub_container #main_logo img {
	position: relative;
	left: -50px;
	top: -40px;
	height: 170px;
}
.center_container {
	position: relative;
	width: 980px;
	padding: 0;
	margin: 0 auto;
	text-align: left;
	background: #fff;
}

#middle .center_container {
	padding: 10px 0 0;
	border-top: 1px solid #c3a180;
	background: url('images/long_shadow.png') no-repeat top center #fff;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
#content {
	
}
#col_1 {
	float: left;
	width: 200px;
	padding: 10px 0;
}
#col_2 {
	float: right;
	width: 775px;
	padding: 10px;
}
#text {
	padding: 10px;
}

.breadcrumb {
	position: absolute;
	top: 0;
	right: 0;
}
.breadcrumb a {
	font-size: 12px;
	line-height: 12px;
}

.show_map {
	cursor: pointer;
}
.hide_map {
	display: none;
	cursor: pointer;
}

.centainer {
	width: 100%;
	position: relative;
	float: left;
	overflow: hidden;
}
.pagination {
	position: relative;
	left: 50%;
	float: left;
	margin: 20px auto;
}
.pagination .item {
	display: block;
	float: left;
	position: relative;
	right: 50%;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-weight: bold;
}
.pagination .active {
	color: #fff;
	background: #BD3B41;
	border-radius: 10px;
}

#ssi {
	position: relative;
	float: right;
	margin: 0;
	text-align: left;
}
#ssi a {
	font-size: 12px;
	color: #E7D69F;	
}
#ssi img {
	position: relative;
	top: 6px;
	left: -4px;	
}

#footer {
	padding-bottom: 20px;
}
#footer .center_container {
	background: none;
}
#footer_extra {
	padding: 10px 0;
	margin: 5px 0 20px;
	overflow: hidden;
	border-bottom: 1px solid #5E0811;
}
#footer_extra, #footer_extra * {
	color: #A88A69;
}
#footer_text {
	float: left;
	width: 65%;
}
#footer_text, #footer_text * {
	color: #b0954d;
}
#footer_text *:hover {
	color: #ead59e;
	transition: 0.3s; -webkit-transition: 0.3s; -moz-transition: 0.3s; -ms-transition: 0.3s; -o-transition: 0.3s;
}
#footer_links {
	float: right;
}
#footer_text * {
	vertical-align: top;
}

#cookies {
	position: fixed;
	z-index: 1000;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 10px 0;
	width: 100%;
/* 	height: 16px; */
	text-align: center;
	background: #000;
	border-top: 1px solid #666;
}

#frontface, #subface {
	width: 1186px;
	position: relative;
	top: 0;
	left: -107px;
	clear: both;
	border: 1px solid #ab8968;
	border-radius: 8px;
	overflow: hidden;
}

#top_menu {
	padding: 13px 0 0;
	margin: 0;
	position: relative;
	z-index: 222;
}
#top_menu li {
	float: left;
	text-align: center;
	padding: 0;
	margin: 0 8px;
	position: relative;
	z-index: 222;
	background:url('images/li.png') 3px 11px no-repeat;
}
#top_menu a {
	display: block;
	width: 100%;
	height: 100%;
	font-size: 12px;
	font-weight: normal;
	font-family: Verdana;
	color: #000;
	padding: 5px 2px 5px 8px;
	border-radius: 5px;
}
#top_menu a:hover, #top_menu a.active {
	color: #BD3B41;
}
#top_menu a.active {
	background: url('images/news_even.png') repeat-y center top;
}

#middle_menu {
	padding: 10px 20px;
	margin: 0;
	position: relative;
	z-index: 222;
}
#middle_menu li {
	position: relative;
	z-index: 222;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0 22px 0 0;
	background:url('images/li.png') 3px 11px no-repeat;
}
#middle_menu a {
	display: block;
	width: 100%;
	height: 100%;
	font-size: 12px;
	font-weight: normal;
	font-family: Verdana;
	color: #000;
	padding: 5px 2px 5px 8px;
	border-radius: 5px;
}
#middle_menu a:hover, #middle_menu a.active {
	color: #BD3B41;
}
#middle_menu a.active {
	background: url('images/news_even.png') repeat-y center top;
}

#left_menu {
	width: 260px;
	padding: 60px 20px 20px;
	margin: 0 0 20px;
	border-radius: 5px;
	overflow: hidden;
	background: #360206;
}
#left_menu li {
	position: relative;
	width: 100%;
	line-height: 32px;
	margin: 5px 0;
	padding: 0;
	background: url('images/li.png') no-repeat 10px 13px;
	border-bottom: 1px solid #5C0912;
	text-align: left;
	z-index: 10;
}
#left_menu a {
	position: relative;
	display: block;
	padding: 0 24px;
	font-size: 12px;
	font-weight: normal;
	color: #E5D49E;
}
#left_menu a:hover, #left_menu a.active {
	color: #BD3B41;
}
#left_menu_title {
	position: absolute !important;
	top: 20px;
	left: 40px;
	width: 260px  !important;
	color: #E5D49E !important;
	font-size: 20px;
	border-bottom: 1px solid #E7D69F !important;
	margin: 0 0 10px !important;
	padding: 0 0 10px !important;
	background: none !important;
}

#front_menu {
	padding: 20px 0 0;
	background: url('images/short_shadow.png') no-repeat top center;
}
#front_menu .el {
	float: left;
	width: 194px;
	margin: 0 19px 19px 0;
}
#front_menu .el:last-child {
	margin: 0 0 20px 0;
}
#front_menu .title {
	height: 36px;
	color: #fff;
	background: #BBA35B;
	text-align: center;
	padding: 10px;
	border-radius: 5px 5px 0 0;
	overflow: hidden;
}
#front_menu .text {
	color: #fff;
	margin: 10px 0;
	padding: 0 5px;
	border-top: 1px solid #E7D69F;
}

.dropdown .sub {
	background: url('images/arr_down.png') no-repeat right center;
}
.dropdown .sub:hover, .dropdown .active .sub {
/* 	background: url('images/arr_right.png') no-repeat right center; */
}
.dropdown .sub_menu {
	position: absolute;
	top: 23px;
	left: 0;
	background: #fff;
	border: 1px solid #C3A180;
	border-radius: 5px;
	padding: 10px 20px 10px 10px !important;
	z-index: 222;
}
.dropdown .sub_el {
	margin: 0 !important;
	padding: 3px 3px 3px 8px !important;
	float: none !important;
	text-align: left !important;
	background: url('images/arr_right.png') no-repeat 5px 13px !important;
}

.gallery_table {
	overflow: hidden;
	border-spacing: 5px;
}
.gallery_table_row {
	clear: both;
}
.gallery_table_cell {
	padding: 5px;
	border: 1px solid #D5CEB4;
	border-radius: 5px;
}
.gallery_image_link {
	display: block;
	height: 102px;
	border-radius: 5px;
	overflow: hidden;
}

.product {
	float: left;
	width: 232px;
	height: 184px;
	padding: 0;
	margin: 0 13px 13px 0;
	background: none;
	opacity: 1;
	filter: alpha(opacity=100);
}
.product:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	transition: 0.3s; -webkit-transition: 0.3s; -moz-transition: 0.3s; -ms-transition: 0.3s; -o-transition: 0.3s;
}
.product:hover .name {
	color: #FF7E00;
}
.product:hover .img {
	background: #fff;
}
.product .img {
	display: block;
	width: 232px;
	height: 150px;
	border-radius: 4px;
	overflow: hidden;
	background: none;
}
.product .name {
	display: block;
	margin: 10px 0;
	padding: 0 0 0 10px;
	background: url('images/li.png') no-repeat left center;
}
#product #images {
	float: left;
	width: 480px;
}
#product #tabs {
	float: right;
	width: 480px;
}
#product #tabs_values a {
	color: #ff4e00;
}
#product #tabs_values a:hover {
	color: #fff;
}
#product .product {
	margin: 4px;
}

hr, .dbl_line {
	display: block;
	margin: 5px 0;
	width: 100%;
	height: 1px;
	border-top: 1px solid #af8f70;
	border-bottom: 1px solid #CFB89D;
	background: none;
}
.line_dbl {
	display: block;
	margin: 5px 0;
	width: 100%;
	height: 1px;
	border-bottom: 1px solid #af8f70;
	border-top: 1px solid #CFB89D;
	background: none;
}
.side_box .dbl_line, .side_box .line_dbl {
	display: none;
}

#lang_nav {
	float: left;
	width: 300px;
	padding: 15px 0 5px 20px;
	position: relative;
	z-index: 999;
}

#intro {
	width: 280px;
	position: relative;
	z-index: 111;
}
#intro, #intro * {
	font-size: 11px;
}

#slider {
	width: 1186px;
	position: absolute !important;
	top: 0;
	right: 0;
	z-index: 2;
	background: #E6D8A9;
	border-radius: 8px;
	overflow: hidden;
}
#slider .camera_wrap, #slider .camera_wrap div {
	border-radius: 8px;
	overflow: hidden;
}

#main_container #slider_title {
	position: absolute;
	top: 168px;
	right: 0;
	width: 503px;
	height: 96px;
	padding: 10px 150px 0 0;
	background: url('images/slider_title_bg.png') no-repeat top left;
}
#sub_container #slider_title {
	position: absolute;
	top: 66px;
	right: 0;
	width: 503px;
	height: 96px;
	padding: 10px 150px 0 0;
	background: url('images/slider_title_bg.png') no-repeat top left;
}
#slider_title * {
	color: #fff;
	font-family: Georgia;
}

.col_left {
	float: left;
	width: 300px;
	padding: 0 20px 20px;
}
.col_right {
	float: right;
	width: 620px;
	padding: 0 20px 20px 0;
}
#sub_content {
	padding: 0 20px 20px 20px;
}

.ui-tabs-nav {
	padding: 0 !important;
}
.ui-tabs-nav .ui-state-default {
	margin: 0 22px -1px 0 !important;
	border-radius: 5px 5px 0 0;
	background: none !important;
	border-bottom-width: 1px !important;
}
.ui-tabs-nav .ui-state-active {
	border-bottom: 1px solid #fff !important;
}
.ui-tabs-nav .ui-state-default a {
	padding: 15px 18px !important;
	color: #606060 !important;
	font-family: Georgia;
	font-weight: normal;
	font-size: 20px;
}
.ui-tabs-nav .ui-state-active a {
	color: #440003 !important;
}
.ui-tabs-anchor {
	font-size: 18px;
}
.ui-tabs-nav li:last-child {
	margin: 0 0 -1px 0 !important;
}

.ui-datepicker-div {
	z-index: 9999 !important;
}

.news_list {
	margin: 10px 0 0;
}
.news_list .more {
	text-align: left;
	color: #8F7A39;
}
.news_list .more:hover {
	color: #3B0206;
}
.slider_news {
	height: auto;
}
.image_frame {
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
}
#sigle_news .image_frame {
	float: right;
	margin: 0 0 0 10px;
	padding: 0;
}
.image_frame a {
	display: block;
	border-radius: 5px;
	overflow: hidden;
	height: auto;
}
.image_frame img {
	border-radius: 5px;
}
.date_title_frame strong {
	line-height: 14px;
	color: #3B0206;
}
.decoy_news {
	padding: 12px 5px;
	border-radius: 5px;
	overflow: hidden;
}
.news_list .even {
	background: url('images/news_even.png') repeat-y right top;
}

#PogodaNetWidget {
	width: 600px !important;
	border-radius: 5px;
}
#PogodaNetWidget table {
	height: 65px !important;
}
.PogodaNetWidget_Title {
	font-size: 12px;
	color: #606060;
	padding-bottom: 5px;
	border-bottom: 4px solid #DBDBDB;
}

table caption {
	font-weight: bold;
	text-transform: uppercase;
}

form .even {
	background: url('images/long_shadow.png') no-repeat top center #FFF;
}

#promo, #news {
	padding-bottom: 30px;
}

#form_reservation .btn_submit {
	font-size: 18px;
}