/* General styles */
html {
	width:100%;font-size: 62.5%;
}
body {
	margin:0;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
	background: url("/i/common/bg_body.jpg") #fff;
	min-width:600px;    /* Minimum width of layout - remove line if not required */
	/* The min-width property does not work in old versions of Internet Explorer */
	
	text-align:center;
}
a {
	color:#369;
}
a:hover {
	color:#fff;
	text-decoration:none;
}
h1, h2, h3 {
	margin:.8em 0 .2em 0;
	padding:0;
}
p {
	margin:.4em 0 .8em 0;
	padding:0;
}
img {
	margin:10px 0 5px;
}
a.noactive {
	text-decoration: none !important;
	color: rgb(204,204,204) !important;
	cursor: default;
}


#fixed {
	margin:0 auto;
	width:1200px;
	text-align:left;
}

/* Верхнее меню */
#top_menu{
	height: 60px;
	margin: 0 auto;
	background: rgba(0,0,0,0.3);
}
#top_menu ul {
	clear:left;
	float:left;
	width:100%;
	list-style:none;
	margin:10px 0 0 0;
	padding:0;
	position: relative;
}
#top_menu ul li {
	display:inline;
	list-style:none;
	margin:0;
	padding:0;
}
#top_menu ul li a {
	display:block;
	float:left;
	margin:0 0 0 0.1rem;
	padding:0.6rem 1.45rem;
	text-align:center;
	color:#fff;
	text-decoration:none;
	position:relative;
	left:0.5rem;
	font: 2.5rem/2.5rem Garamond, "Times New Roman", serif;
}
#top_menu ul li a.here {
	text-decoration: underline;
}
#top_menu ul li a:hover {
	color:#fff;
	text-decoration: underline;
}
#top_menu ul li a.active,
#top_menu ul li a.active:hover {
	color:#fff;
}
#top_menu ul li a span {
	display:block;
}

/* Среднее меню */
#middle_menu{
	height: 60px;
	margin: 0 auto;
	background: rgba(0,0,0,0.3);
}
#middle_menu ul {
	clear:left;
	float:left;
	width:100%;
	list-style:none;
	margin:10px 0 0 0;
	padding:0;
	position: relative;
}
#middle_menu ul li {
	display:inline;
	list-style:none;
	margin:0;
	padding:0;
}
#middle_menu ul li a, #middle_menu ul li span {
	display:block;
	float:left;
	margin:0 0 0 0.1rem;
	padding:0.6rem 1.5rem;
	text-align:center;
	color:#fff;
	text-decoration:none;
	position:relative;
	left:0.5rem;
	font: 2.6rem/2.6rem Garamond, "Times New Roman", serif;
}
#middle_menu ul li span {
	padding:0.3em 2em 0.3em 0.3em;
}
#middle_menu ul li a.red {
	background: #f00;
	height: 60px;
	margin: -10px 16px 0 0;
	padding: 0 12px;
	float: right;
	line-height:2.3em;
}
#middle_menu ul li a.here {
	text-decoration: underline;
}
#middle_menu ul li a:hover {
	color:#fff;
	text-decoration: underline;
}
#middle_menu ul li a.active,
#middle_menu ul li a.active:hover {
	color:#fff;
}
#middle_menu ul li a span {
	display:block;
}

/* Header styles */
#header {
	text-align: left;
	height: 390px;
	margin: 0 auto;
	background: url("/i/common/bg_header.jpg") right no-repeat;
}
#header p, #header h1, #header h2 {
	padding:.4em 15px 0 15px;
	margin:0;
}

.sots_seti {
	width: 45px;
	float: right;
	padding: 10px 10px 0 0;
}
.sots_seti img {
	margin: 0 0 5px 0;
}

/* 'widths' sub menu */
#layoutdims {
	clear:both;
	background:#eee;
	border-top:4px solid #000;
	margin:0;
	padding:6px 15px !important;
	text-align:right;
}

/* column container */
.colmask {
	position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;	/* This chops off any overhanging divs */
}

/* 2 column left menu settings */
.leftmenu {
	background: ;
}
.leftmenu .colright {
	float:left;
	width:200%;
	position:relative;
	left:350px;
}
.leftmenu .col1wrap {
	float:right;
	width:50%;
	position:relative;
	right:350px;
	padding-bottom:1em;
}
.leftmenu .col1 {
	margin:0 15px 0 359px;
	position:relative;
	right:100%;
	overflow:hidden;
}
.leftmenu .col2 {
	float:left;
	width:344px;
	position:relative;
	right:329px;
}

.one_new {
	margin-top: 45px;
	color: #300;
}
.one_new p, .one_new a {
	margin: 0.4em 0 0 0;
	text-align: justify;
	text-align-last: left;
	font: 1.4rem/1.8rem Geneva,Helvetica,Arial,sans-serif;
}
.one_new h1 {
	margin: 0;
	font: bold 24px Garamond, "Times New Roman", serif;
}
.one_new h3 {
	margin: 0;
	font: normal 18px Garamond, "Times New Roman", serif;
}
.one_new img {
	margin: 0 10px 10px 0;
}
.one_new ul {
	margin: 10px 0;
	padding: 5px;
}
.one_new ul li {
	margin: 5px 10px;
	font: 1.4rem/1.8rem Geneva,Helvetica,Arial,sans-serif;
}
.one_new table {
	margin-top: 10px;
}
.one_new table td {
	padding: 5px 10px;
	font: 1.4rem/1.8rem Geneva,Helvetica,Arial,sans-serif;
}

.one_room {
	margin-top: 45px;
	color: #300;
}
.one_room p, .one_room a, .one_room li {
	margin: 0.4em 0 0 0;
	text-align: justify;
	text-align-last: left;
	font: 1.4rem/1.8rem Geneva,Helvetica,Arial,sans-serif;
}
.one_room h1 {
	margin: 0;
	font: bold 24px Garamond, "Times New Roman", serif;
}
.one_room h2 {
	margin: 0;
	font: bold 20px Garamond, "Times New Roman", serif;
}
.one_room h3 {
	margin: 0;
	font: bold 18px Garamond, "Times New Roman", serif;
}
.one_room a.right {
	text-align: right;display: block;
}
.one_room a {
	color: #300;
}
.one_room img {
	margin-right: 3px;
}

.left_block {
	width: 330px;
	margin: 45px 0 0 -15px;
	color: #300;
}
.left_block p {
	text-align: center;
	font: 1.4rem/1.8rem Geneva,Helvetica,Arial,sans-serif;
}
.left_block h1 {
	margin: 0;
	font: bold 24px Garamond, "Times New Roman", serif;
}
.left_block a.right {
	margin: 0;
	text-align: right;
	display: block;
	color: #300;
	font: 1.4rem/1.8rem Geneva,Helvetica,Arial,sans-serif;
}


/* Footer styles */
#footer {
	background: rgba(0,0,0,0.3);
	clear:both;
	margin: 0 auto;
	text-align: center;
}
#footer p {
	padding:1em;
	margin:0;
	font: 1.1em Arial, sans-serif;
	color: #fff;
}

/* DropDown Menu */
#season {
	position: relative !important;
}
#season_submenu {
	position: absolute !important;
	top: 40px !important;
	left: 220px !important;
	z-index: 999 !important;
	border: 1px solid #333 !important;
	border-top: none !important;
	background: #eee2c0 !important;
	width: 200px !important;
}
#season_submenu li {
	float: none;
	display: block !important;
	height: 2.5em;
	padding: 0;
	margin: 0 0 1.2em 0.5em !important;
}
#season_submenu li a {
	float: none !important;
	text-align: left !important;
	color: #333 !important;
	font: 2.3rem/2.3rem Garamond,"Times New Roman",serif;
}

#rul {
	position: relative !important;
}
#rul_submenu {
	position: absolute !important;
	top: 40px !important;
	left: 760px !important;
	z-index: 999 !important;
	border: 1px solid #333 !important;
	border-top: none !important;
	background: #eee2c0 !important;
	width: 400px !important;
}
#rul_submenu li {
	float: none;
	display: block !important;
	height: 2.5em;
	padding: 0;
	margin: 0 0 1.2em 0.5em !important;
}
#rul_submenu li a {
	float: none !important;
	text-align: left !important;
	color: #333 !important;
	font: 2.3rem/2.3rem Garamond,"Times New Roman",serif;
}

/* --------------------- Страница Партнеры --------------------- */
.parthners {
	margin-top: 40px;
}
.parthners, .parthners a {
	font: 1.6rem/1.8rem Geneva,Helvetica,Arial,sans-serif;
	color: #000;
}
.parthners h2 {
	font-family: Georgia, Times, "Times New Roman", serif;
	margin: 0 0 20px 0;
}

/* --------------------- Страница Цены     --------------------- */

.price, .price a {
	font: 1.6rem/1.8rem Geneva,Helvetica,Arial,sans-serif;
	color: #000;
}
.price table {
	table-layout: fixed;
	width: 100%;
	margin-top: 45px;
}

.price .row-1x {
	width: 12%;
	/* width: 12%; */
}

.price .row-2x {
	width: 24%;
	/* width: 28%; */
}

.price .row-3x {
	width: 36%;
	/* width: 28%; */
}

.price .row-6x {
	width: 36%;
	/* width: 28%; */
}

.price table, .price td, .price th {
	border: 1px solid #000;
	border-collapse: collapse;
}

.price td, .price th {
	text-align: center;
	vertical-align: top;
	padding: 5px;
	font: 1.1rem/1.8rem Geneva,Helvetica,Arial,sans-serif;
}

.red_font {
	color: red;
}

/* ------------------- Для форм --------------------- */

.reservation, .one_review {
	font: 1.6rem/1.8rem Geneva,Helvetica,Arial,sans-serif;
}
.reservation h2, .one_review h2 {
	font-family: Georgia, Times, "Times New Roman", serif;
	margin: 45px 0 15px 10px;
}
.reserv h2, .reserv h3, .reserv label, .one_review label {
	font-family:Georgia, Times, "Times New Roman", serif;
}
.form_hint, .required_notification {
	font-size: 11px;
}
.reserv ul, .one_review ul {
    width:750px;
    list-style-type:none;
    list-style-position:outside;
    margin:30px 0 0 0;
    padding:0;
}
.one_review ul {
	margin: 0;
}
.reserv li, .one_review li {
    padding:12px;
    border-bottom:1px solid #eee;
    position:relative;
}
.one_review li {
	padding-top: 5px;
}
.reserv li:first-child, .reserv li:last-child, ..one_review li:first-child, ..one_review li:last-child {
    border-bottom:1px solid #777;
}
.reserv h2 {
    margin:0;
    display: inline;
}
.one_review h2 {
    margin:0;
}
.required_notification {
    color:#d45252;
    margin:5px 0 0 0;
    display:inline;
    float:right;
}
.one_review .required_notification {
	float: none;
}
.reserv label {
    width:150px;
    margin-top: 3px;
    display:inline-block;
    float:left;
    padding:3px;
}
.one_review label {
    margin-top: 3px;
    padding:3px;
}
.reserv input, .one_review input {
    height:20px;
    width:220px;
    padding:5px 8px;
}
.reserv input[type=checkbox]  {
    width: 20px;
    padding: 0;
		margin: 0;
		vertical-align: bottom;
    *overflow: hidden;
}
.reserv textarea, .one_review textarea {
	padding:8px; width:300px;
}
.reserv button {
	margin-left:156px;
}
.one_review button {
	margin-left:0px;
}
.reserv input, .reserv textarea, ..one_review input, ..one_review textarea {
    border:1px solid #aaa;
    box-shadow: 0px 0px 3px #ccc, 0 10px 15px #eee inset;
    border-radius:2px;
}
.reserv input:focus, .reserv textarea:focus, .one_review input:focus, .one_review textarea:focus {
    background: #fff;
    border:1px solid #555;
    box-shadow: 0 0 3px #aaa;
}
/* Button Style */
button.submit {
    background-color: #68b12f;
    background: -webkit-gradient(linear, left top, left bottom, from(#68b12f), to(#50911e));
    background: -webkit-linear-gradient(top, #68b12f, #50911e);
    background: -moz-linear-gradient(top, #68b12f, #50911e);
    background: -ms-linear-gradient(top, #68b12f, #50911e);
    background: -o-linear-gradient(top, #68b12f, #50911e);
    background: linear-gradient(top, #68b12f, #50911e);
    border: 1px solid #509111;
    border-bottom: 1px solid #5b992b;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    box-shadow: inset 0 1px 0 0 #9fd574;
    -webkit-box-shadow: 0 1px 0 0 #9fd574 inset ;
    -moz-box-shadow: 0 1px 0 0 #9fd574 inset;
    -ms-box-shadow: 0 1px 0 0 #9fd574 inset;
    -o-box-shadow: 0 1px 0 0 #9fd574 inset;
    color: white;
    font-weight: bold;
    padding: 6px 20px;
    text-align: center;
    text-shadow: 0 -1px 0 #396715;
}
button.submit:hover {
    opacity:.85;
    cursor: pointer;
}
button.submit:active {
    border: 1px solid #20911e;
    box-shadow: 0 0 10px 5px #356b0b inset;
    -webkit-box-shadow:0 0 10px 5px #356b0b inset ;
    -moz-box-shadow: 0 0 10px 5px #356b0b inset;
    -ms-box-shadow: 0 0 10px 5px #356b0b inset;
    -o-box-shadow: 0 0 10px 5px #356b0b inset;
}
.reserv input:focus, .reserv textarea:focus, .one_review input:focus, .one_review textarea:focus {
	padding-right:70px;
}
.reserv input, .reserv textarea, .one_review input, .one_review textarea {
	-moz-transition: padding .25s;
	-webkit-transition: padding .25s;
	-o-transition: padding .25s;
	transition: padding .25s;
}
.reserv input, .reserv textarea, .one_review input, .one_review textarea {
    padding-right:30px;
}
.reserv input:required, .reserv textarea:required, .one_review input:required, .one_review textarea:required {
    background: #fff url(/i/common/red_asterisk.png) no-repeat 98% center;
}
.reserv input:focus:invalid, .reserv textarea:focus:invalid, .one_review input:focus:invalid, .one_review textarea:focus:invalid {
    background: #fff url(/i/common/invalid.png) no-repeat 98% center;
    box-shadow: 0 0 5px #d45252;
    border-color: #b03535
}
.reserv input:required:valid, .reserv textarea:required:valid, .one_review input:required:valid, .one_review textarea:required:valid { 
    background: #fff url(/i/common/valid.png) no-repeat 98% center;
    box-shadow: 0 0 5px #5cd053;
    border-color: #28921f;
}
.form_hint {
    background: #d45252;
    border-radius: 3px 3px 3px 3px;
    color: white;
    margin-left:8px;
    padding: 1px 6px;
    z-index: 999; /* hints stay above all other elements */
    position: absolute; /* allows proper formatting if hint is two lines */
    display: none;
}
.one_review .form_hint {
	top: 60px;
}
.form_hint::before { 
    content: "\25C0"; /* треугольник, указующий влево, в  escaped unicode */
    color:#d45252; 
    position: absolute; 
    top:1px; 
    left:-6px; 
}
.one_review .form_hint::before {
	content: "\25B2";
	top: -13px;
	left: 10px;
}
.reserv input:focus + .form_hint {display: inline;}
.one_review input:focus + .form_hint {display: block;}
.reserv input:required:valid + .form_hint, .one_review input:required:valid + .form_hint {background: #28921f;} /* change form hint color when valid */
.reserv input:required:valid + .form_hint::before, .one_review input:required:valid + .form_hint::before {color:#28921f;} /* change form hint arrow color when valid */

/* --------------------- Отзывы --------------------- */
.reviews {
	width: 400px;
	margin-top: 40px;
}
.left {
	float: left;
}
.right {
	float: right;
}
.one_review2 {
	border-bottom: 1px solid #fff;
	padding: 5px;
	margin-bottom: 30px;
}
.one_review2, .one_review2 a {
	font: 1.6rem/1.8rem Geneva,Helvetica,Arial,sans-serif;
	color: #000;
}
.one_review2 h3 {
	margin: 0 0 1rem 0;
}
.red, .red a {
	color: #f00;
}

.one_review2 .review_answer {
	padding: 10px 0 0 10px;
	color: #633;
}

/* --------------------- Контакты --------------------- */
.contacts {
	width: 100%;
	margin-top:43px;
	/* background: #ddd; */
}
.contacts p {
	font: 1.6rem/1.5 Geneva,Helvetica,Arial,sans-serif;
	color: #000;
	padding: 0 10px 10px 10px;
}
.contacts a, .contacts a:hover {
	color: #000;
}


.separator{
	height: 20px;
	border-bottom: 1px solid #666;
	clear:both;
}









