/*
@font-face {
    font-family: Corbel;
    src: url('../font/corbel.ttf');
}
*/

/*
.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}
*/

body {
	margin:0;
	padding:0;
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	background-color: #e7d6ab;
	display: flex;
}
h1,h2,h3,h4 {
    text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
	color: #341a01;
}
img, a img {
	border:0;
}
a, a:visited {
	color:black;
	text-decoration: none;
}
a:hover {
	color:black;
	text-decoration: underline;
}
.body {
	background:
	url('../img/body_bg2.png') left bottom no-repeat,
	url('../img/body_bg.jpg') top repeat-x;
	min-height:800px;
	display: flex;
}
.container {
	width:1200px;
	max-width: 100%;
	margin:0 auto;
	display: flex;
	flex-flow: column;
}
.header {
	height:245px;
	/*border:1px solid red;*/
	background-image: url('../img/header_bg.jpg');
}
.header a {
	display: block;
	height: 90%;
}
.left {
	/*float:left;*/
	width:320px;
	padding-bottom: 80px;
	/*border:1px solid green;*/
	/*min-height:600px;*/
}
.left .left_menu {
	margin: 0;
	padding: 0;
}
.left .left_menu a {
	display: block;
}
.left .left_menu li {
	list-style-type: none;
}
.left .left_menu li.menu1 a {
	height: 57px;
	background-image: url('../img/menu1.png');
}
.left .left_menu li.menu2 a {
	height: 45px;
	background-image: url('../img/menu2.png');
}
.left .left_menu li.menu3 a {
	height: 43px;
	background-image: url('../img/menu3.png');
}
.left .left_menu li.menu4 a {
	height: 42px;
	background-image: url('../img/menu4.png');
}
.left .left_menu li.menu5 a {
	height: 44px;
	background-image: url('../img/menu5.png');
}
.left .left_menu li.menu6 a {
	display: none; /* HIDE BRON LINK !!! */
	height: 46px;
	background-image: url('../img/menu6.png');
}
.left .left_menu li.menu7 a {
	height: 44px;
	background-image: url('../img/menu7.png');
}
.left .left_menu li.menu8 {
	height: 175px;
	background-image: url('../img/menu8.png');
}
.content {
	/*float:left;*/
	/*width:880px;*/
	max-width: 100%;
	/*border:1px solid red;*/
	/*min-height:500px;*/
	text-align:justify;
	flex: 1;
	display: flex;
	flex-flow: column;
}
.content p {
	margin-top: 0;
	padding-top: 0;
}
.content_top {
	height: 96px;
	background-image: url('../img/content_bg_top.png');
}
.content_top h1,h2 {
	padding: 40px;
	padding-left: 50px;
	margin: 0;
}
#content {
	min-height: 720px;
	background-image: url('../img/content_bg.png');
	background-repeat: repeat-y;
	color: #341a01;
	padding:0 70px 10px 60px;
	font-weight: 500;
	line-height: 1.5;
}
#content h3 {
    margin: 0;
    padding: 10px;
}
.content_low {
	height: 147px;
	background-image: url('../img/content_bg_low.png');
	position: relative;
}
.content_low h3 {
	text-align: center;
	padding:2px 90px 0 60px;
	margin-top: 0;
}
.content_low .footer_menu {
	position: absolute;
	bottom: 0;
	margin-left: 80px;
	display: flex;
}
.content_low .footer_menu li {
	list-type: none;
	list-style-type: none;
	margin-left: 10px;
	/*float: left;*/
	color: #95763c;
}
.content_low .footer_menu li a,
.content_low .footer_menu li a:visited {
	color: #95763c;
}
/* BOX */
.box {
	/*border: 1px solid red;*/
	padding-left: 40px;
	margin: 20px 0;
}
.box h4 {
	padding: 0;
	margin: 5px 0;
	text-align: center;
}
.boxTitle {
}
.boxContents {
}
.box.contacts {
	color: #030303;
	font-size: 16px;
	font-weight: bold;
	font-style:italic;
	margin-top: 0;
}
.box.contacts h4 {
    padding-left: 20px;
}
.box.weather {
    padding-left: 80px;
}
.box.weather h4 {
    font-size: 16px;
    font-weight: bold;
    font-style:italic;
}


/* pages uploaded images */
.image {
    border: 1px solid brown;
    border-radius: 3px;
    padding: 4px;
}


.nomera {
    width: 90%;
    margin: 0px auto;
    text-align: center;
}
.nomera td {
    padding: 5px;
}
.nomera img {
    border: 1px solid brown;
    border-radius: 3px;
    padding: 4px;
}

#YMapsID {
    border: 1px solid brown;
    padding: 5px;
    border-radius: 3px;
    width:650px;
	max-width: 100%;
    height:400px;
    margin:0 auto;
}
#YMapsIDLoading {
    color: #95763c;
    text-align: center;
    margin-top: 150px;
}

/* about page table  */
.about {
    width: 90%;
    margin: 0 auto;
    border: solid #ccc 1px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 1px #ccc;
    -moz-box-shadow: 0 1px 1px #ccc;
    box-shadow: 0 1px 1px #ccc;
}
.about tr:hover {
    background: #fbf8e9;
    -o-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    cursor: pointer;
}
.about td, .about th {
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 10px;
    text-align: left;
}
.about tr:first-child td,
.about tr:first-child th {
    border-top: 0;
}
.about th {
    background-color: #dce9f9;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ebf3fc), to(#dce9f9));
    background-image: -webkit-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:    -moz-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:     -ms-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:      -o-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:         linear-gradient(top, #ebf3fc, #dce9f9);
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
    -moz-box-shadow:0 1px 0 rgba(255,255,255,.8) inset;
    box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
    border-top: none;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
}
.about td:first-child, .about th:first-child {
    border-left: none;
}
.about th:first-child {
    -moz-border-radius: 6px 0 0 0;
    -webkit-border-radius: 6px 0 0 0;
    border-radius: 6px 0 0 0;
}
.about th:last-child {
    -moz-border-radius: 0 6px 0 0;
    -webkit-border-radius: 0 6px 0 0;
    border-radius: 0 6px 0 0;
}
.about th:only-child{
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}
.about tr:last-child td:first-child {
    -moz-border-radius: 0 0 0 6px;
    -webkit-border-radius: 0 0 0 6px;
    border-radius: 0 0 0 6px;
}
.about tr:last-child td:last-child {
    -moz-border-radius: 0 0 6px 0;
    -webkit-border-radius: 0 0 6px 0;
    border-radius: 0 0 6px 0;
}


.table_price {
	width: 80%;
	margin: 10px auto;
}
.table_price td {
	padding: 4px;
	border: 1px solid #ccc;	
}

.table_price td.table_price_header {
	border: none;	
}

.block_price {
	padding-left: 100px;
	margin: 20px 0 10px;
}
.block_price strong {

}

.price_delimetr {
	text-align: center;
}

.price_action {
	padding: 10px 0;
}

.price_title {
	padding: 10px 0;
}

.float_left {
	/*float: left;*/
	margin-right: 15px !important;
}

.float_right {
	/*float: right;*/
	margin-left: 15px !important;
}


@media only screen and (max-width: 600px) {
	.box.weather {
		display: none !important;
	}

	.header {
		height: 120px;
		background-size: cover;
	}

	.body {
		flex-flow: column;
		min-height: 0;
	}

	.left {
		padding-bottom: 10px;
		width: 100%;
		display: flex;
		overflow: hidden;
		height: 267px;
	}
	.left .left_menu {
		width: 75%;
		flex-shrink: 0;
		margin-left: -80px;
	}
	.box.contacts {
		padding: 0 0 0 6px;
		margin: 0;
	}
	.box.contacts .boxContents > table tr {
		display: flex;
		flex-flow: column;
	}

	.content {
		padding-bottom: 150px;
	}
	.content_top {
		height: auto;
		background-position: -25px 0;
	}
	.content_top h1, h2 {
		padding: 20px 15px 5px 15px;
	}

	#content {
		padding: 0 15px 10px 15px;
		min-height: 0;
		background-position: -25px 0;
	}
	body.index #content table tr {
		display: flex;
		flex-flow: column;
	}
	#content p img {
		max-width: 100%;
		height: auto !important;
		margin-bottom: 10px;
	}

	.content_low {
		height: auto;
		background-position: -25px 0;
	}
	.content_low h3 div {
		height: 0 !important;
	}
	.content_low h3 {
		padding: 0 10px;
		font-size: 14px;
	}
	.content_low .footer_menu {
		top: 125px;
		flex-wrap: wrap;
		line-height: 2;
		padding-left: 30px;
	}

	#content .table_price,
	#content table.about {
		width: 100%;
	}
	#content table.about tr {
		display: table-row;
	}
	.block_price {
		padding-left: 20px;
		margin-top: 0;
	}

	.gallery_front table tr {
		display: flex;
		flex-flow: column;
	}

	.gallery_container {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.gallery_container .gallery_photo {
		float: none;
		margin: 0;
		padding: 0;
	}
	.gallery_photo_img {
		max-width: 100%;
	}
	._pages_contacts #content table {
		max-width: 100%;
	}
	#YMapsID {
		max-width: 90%;
	}

}
