html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: top;
	background: transparent;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
html {
width:100%;
height:100%;
			background: url(../images/bg.jpg) no-repeat center center fixed; 
			-webkit-background-size: cover;
			-moz-background-size: cover;
			-o-background-size: cover;
			background-size: cover;
		}
header, nav, section, article, aside, footer {
	display: block;
}
body {
	font: 14px Arial, Tahoma, Verdana, sans-serif;
	color: #4b453a;
	width: 100%;
	height: 100%;
}
a {
	color: blue;
	outline: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
p {
	margin: 0 0 18px
}
img {
	border: none;
}
input {
	vertical-align: middle;
}

#top_bg {
  width: 1011px;
  height: 85px;
  background: url("../images/top_bg.png") top left no-repeat;
  position: absolute;
  left: 50%;
  margin-left: -505.5px;
}

#wrapper {
	width: 960px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

.border {
	background: url("../images/bg_c.png") top left repeat transparent;
  background: rgba(255, 255, 255, 0.83);
			
	border: 8px solid rgba(22,27,11,0.58);
			
	 border-radius:42px;
	-moz-border-radius:42px;
	-webkit-border-radius:42px;
	-khtml-border-radius:42px;
			
			
	-moz-background-clip: border;
	-webkit-background-clip: border;
	background-clip: border-box;

	-moz-background-clip: padding;
	-webkit-background-clip: padding;
	background-clip: padding-box;
}

.title_border {
  background: transparent url(../images/bg_c.png);
  background: rgba(79,98,70, 0.75);
  border-radius:42px;
}

.text p {
  line-height: 25px;
}

.text h1.title {
  color: #4F6246;
  display: inline-block;
  font-size: 20px;
}

#csite{
width:960px;
height:440px;
margin: 0 auto;
background: url("../images/site_close.png");
}
#site404{
width:960px;
height:440px;
margin: 0 auto;
background: url("../images/404.png");
}

hr.line {
  border-width: 0 0 1px 0;
  box-shadow:0px 0 10px 0 rgba(0, 0, 0, 0.5);
}

/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 130px;
	background: transparent;
  position: relative;
  width: 100%;
}
#header div#top {
  width: 100%;
  height: 46px;
  padding-top: 9px;
  text-align: center;
}
#header div#bottom {
  width: 100%;
  height: 75px;
  background: url("../images/bg_header_b.png") top left no-repeat;
}

/* Top Menu
-----------------------------------------------------------------------------*/
#top .block_top_menu {
  height: 45px;
  display: inline-block;
}
#top .block_top_menu .top_menu {
  height: 45px;
  display: inline-block;
  float: left;
}
#top .block_top_menu  #bg_left {
  width: 21px;
  background: url("../images/top_menu_left_bg.png") top left no-repeat;
}
#top .block_top_menu  #bg_center {
  /*min-width: 300px;*/
  background: url("../images/top_menu_center_bg.png") top left repeat-x;
}
#top .block_top_menu  #bg_right {
  width: 21px;
  background: url("../images/top_menu_right_bg.png") top right no-repeat;
}

.menu {
  display: table;
  position: relative;
  text-align: center;
  height: 45px;

/*  background: transparent url(../images/bg_m.png);
  background: rgba(33,40,16, 0.83);
  border-radius:42px;*/

}
.menu li {
  display: inline-block;
  margin: 13px 15px 0px 15px;
  float: left;
}
.menu li a{
  font-size: 16px;
  color: #d4de95;
  text-decoration: none;
  padding: 4px 10px 4px 10px;
}
.menu li a:hover,.menu li.active a {
  background: #4f6246;
  border-radius:15px;
}
.menu li a.active {
  background: #4f6246;
  border-radius:9px;
}


/* Middle
-----------------------------------------------------------------------------*/
#content_block {
	/*padding: 0 0 70px;*/
  position: relative;
  display: block;
  width: 940px;
  height: 100%;
}
#content_block_960 {
  /*padding: 0 0 70px;*/
  position: relative;
  display: block;
  width: 960px;
  height: 100%;
}
#content {
  width: 864px;
  display: block;
  height: 100%;
  padding: 25px 30px 25px 30px;
  position: relative;
  z-index: 100;
}
#content p {/*text-indent: 20px;*/}
.left_right_block {
  display: block;
  position: relative;
  overflow: hidden;
}
#content_main {
  width: 544px;
  display: block;
  height: 100%;
  padding: 25px 30px 25px 30px;
  position: relative;
  z-index: 100;
  float: left;
  min-height: 450px;
}

#right_block {
  float: right;
}
#right_block .block {
  width: 298px;
  display: block;
  position: relative;
}
#right_block #contact {
  height: 265px;
  padding: 20px 23px 20px 19px;
  width: 256px;
  background: url("../images/bg_block_contact.png") top right no-repeat;
  margin-bottom: 20px;
}
#right_block #contact .text {
  height: 200px;
  overflow: hidden;
  width: 230px;
  padding-left: 15px;
  padding-top: 10px;
  color: #4b453a;
  text-align: center;
}
#right_block #contact .text .phone{
    display: block;
    font-size: 18px;
    margin-top: 50px;
}
#right_block #contact .title {
  height: 33px;
  padding-top: 9px;
  text-align: center;
}
#right_block #contact .title h2 {
  font-size: 20px;
  color: #D4DE95;
  font-weight: 400;
}

#right_block #otzuv {
  height: 131px;
  padding: 25px 21px 38px 33px;
  width: 244px;
  background: url("../images/bg_block_otzuv.png") top right no-repeat;
}
#right_block #otzuv .title {
  width: 244px;
  height: 40px;
}
#right_block #otzuv .name {
  width: 205px;
  height: 16px;
  display: block;
  font-size: 14px;
  font-weight: bold;
  overflow: hidden;
}
#right_block #otzuv .date {
  width: 205px;
  height: 15px;
  display: block;
  font-size: 12px;
  font-weight: 400;
  font-style: italic;
}
#right_block #otzuv .text {
  width: 244px;
  height: 91px;
  display: block;
  text-align: justify;
  overflow: hidden;
}


/*.text {
  vertical-align: top;
}
.text td{
  vertical-align: top;
}*/

#content_block #bottom_bg {
  background: url("../images/content_bg.png") no-repeat scroll top left transparent;
  bottom: 158px;
  height: 211px;
  left: -46px;
  position: relative;
  width: 1024px;
  z-index: 10;
}
#top_bg_content{
  background: url("../images/stars_top.png") no-repeat scroll top left transparent;
  top: -60px;
  height: 95px;
  left: 50%;
  margin-left: -499.5px;
  position: absolute;
  width: 999px;
  z-index: 10;
}

#content_block .blocks_bottom {
  display: block;
  height: 345px;
  position: relative;
  top: -155px;
  width: 100%;
  text-align: center;
}
#content_block .blocks_bottom #bg_home_block{
  width: 1002px;
  background: url("../images/bg_home_block.png") no-repeat scroll top left transparent;
  bottom: 80px;
  left: -20px;
  height: 99px;
  position: relative;
  z-index: 10;
}
#content_block .blocks_bottom .block {
  height: 317px;
  padding: 11px 21px;
  width: 256px;
  display: inline-block;
  position: relative;
  z-index: 100;
  overflow: hidden;
}
#content_block .blocks_bottom #block_1 {
  background: url("../images/bg_block_1.png") top left no-repeat;
}
#content_block .blocks_bottom #block_2 {
  background: url("../images/bg_block_2.png") top left no-repeat;
  margin: 0 19px;
}
#content_block .blocks_bottom #block_3 {
  background: url("../images/bg_block_3.png") top left no-repeat;
}
#content_block .blocks_bottom .block .title {
  height: 30px;
  padding-top: 12px;
}
#content_block .blocks_bottom .block .title h2 {
  font-size: 16px;
  color: #D4DE95;
  font-weight: 400;
}
#content_block .blocks_bottom .block .text {
  width: 226px;
  height: 220px;
  display: block;
  margin: 17px 0px 0px 0px;
  padding: 0 15px;
  overflow: hidden;
  text-align: justify;
  font-size: 14px;
  line-height: 25px;
}





#mapgoogle {
  background-color: #E5E3DF;
  border: 4px solid #B9BBB2;
  border-radius: 33px 33px 33px 33px;
  height: 220px;
  overflow: hidden;
  position: relative;
  width: 540px;
  display: block;
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
  /* this fixes the overflow:hidden in Chrome */
  -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);

}


#contact_form {
  min-height: 250px;
  width: 100%;
  margin: 10px 0 0;
}
#contact_form .left {
  width: 270px;
  float: left;
}
#contact_form .right {
  width: 270px;
  float: right;
}
#contact_form h1#title_contact {
  color: #4B5C41;
  font-size: 18px;
  font-weight: 400;
  margin:0 0 7px 10px;
}
#contact_form #form {
  display: block;
  font-style: italic;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
#contact_form #form .error {
  color: #FF0000;
  font-size: 11px;
}
#contact_form #form p#success {
  color: #1D9508;
  font-size: 16px;
  display: block;
  margin-bottom: 5px;
}
#contact_form #form p.error {
  font-size: 14px;
  line-height: 14px;
  margin: 0 0 5px;
}
#contact_form #form #success {
  font-size: 16px;
}
#contactForm .line {
  background: url("../images/input_bg_text.png") no-repeat scroll left top transparent;
  display: block;
  float: left;
  height: 36px;
  margin: 0 0 16px;
  overflow: hidden;
  width: 264px;
}

/*
#adress_block {
  float: right;
  overflow: hidden;
  width: 400px;
}*/


#contactForm .input {
  display: block;
  height: 34px;
  padding-left: 10px;
  padding-top: 1px;
  width: 235px;
}
#contactForm .input input {
  background-color: transparent;
  color: #4f6246;
  font-size: 14px;
  height: 26px;
  width: 100%;
  border: 0;
  margin: 2px 0 0 0;
}

#contactForm .textarea {
  background: url("../images/textarea_bg.png") no-repeat scroll left top transparent;
  display: block;
  height: 139px;
  overflow: hidden;
  width: 263px;
}
#contactForm .textarea textarea {
  width: 245px;
  height: 125px;
  background-color: transparent;
  color: #4f6246;
  border: 0;
  margin: 0;
  padding: 10px 0 0 10px;
  font-size: 14px;
  max-height: 125px;
  max-width: 245px;
  min-height: 125px;
  min-width: 245px;
  overflow: hidden;
}

#contactForm .photo {
  color: #4f6246;
  display: block;
  float: left;
  font-size: 14px;
  height: 50px;
  padding-left: 0;
  width: 265px;
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}
#contactForm .photo #title {
  display: block;
  float: left;
  margin: 20px 0 0 11px;
  width: 47px;

}

#contactForm .captcha {
  color: #4f6246;
  display: block;
  float: left;
  font-size: 14px;
  height: 100px;
  padding-left: 0;
  width: 265px;
}
#contactForm .captcha #title {
  display: block;
  float: left;
  margin: 10px 0 0 11px;
  width: 47px;

}
#contactForm .captcha #vericode {
  background: url("../images/input_captcha.png") no-repeat scroll left top transparent;
  color: #4f6246;
  display: block;
  float: right;
  font-size: 18px;
  height: 30px;
  border:0;
  margin-top: 0;
  padding-left: 5px;
  padding-right: 8px;
  width: 110px;
  text-align: center;
}
#contactForm .captcha img {
  border: 1px solid #b9b8b8;
  display: block;
  float: left;
}

#contactForm .buttom {
  display: block;
  float: right;
  margin: 10px 0 0;
  width: 270px;
}
#contactForm #submit {
  cursor: pointer;
  width: 185px;
  height: 43px;
  margin: 0 0 0 39px;
}




.gallery {
  width: 940px;
  height: 100%;
  min-height: 100px;
  display: block;
  position: relative;
  overflow: hidden;
  z-index: 100;
  margin-bottom: 80px;
}
.gallery .element {
  display: inline-block;
  float: left;
  height: 228px;
  margin: 5px;
  position: relative;
  width: 303px;
}
.gallery .element .title {
  width: 250px;
  height: 25px;
  position: absolute;
  background: #4f6246;
  border-radius: 46px;
  top: 15px;
  left: 28px;
  text-align: center;
  overflow: hidden;
}
.gallery .element .title h2 {
  width: 100%;
  height: 22px;
  padding-top: 3px;
  font-weight: 400;
 }
.gallery .element .title h2 a {
  font-size: 16px;
  color: #D4DE95;
  text-decoration: none;
  display: block;
}
.gallery .element .img img {
  display: block;
  max-width: 295px;
  max-height: 220px;
  border: 4px solid rgba(22, 27, 11, 0.58) !important;
}
.gallery .element .description {
  display: none;
  position: absolute;
  height: 36px;
  text-align: center;
  background: rgba(79, 98, 70, 0.85);
  bottom: 4px;
  left: 3px;
  width: 297px;
  border-radius: 0 0 46px 46px;
}
.gallery .element:hover .description {
  display: block;
  color: #fff;
  font-size: 12px;
}
.gallery .photo_top {
  width: 942px;
  height: 130px;
  background: url("../images/photo_top_bg.png") top left no-repeat;
  margin-bottom: -25px;
}
.gallery .photo_top .bredcrumbs {
  height: 20px;
  padding-left: 30px;
  padding-top: 15px;
}

.breadcrumb {
  font-size: 14px;
}
.left_content .breadcrumb {
  padding-left: 0;
}
.breadcrumb a {
  color: #000000;
  text-decoration: underline;
}
.breadcrumb #breadcrumb li {
  display: block;
  float: left;
}
.breadcrumb #breadcrumb li span {
  padding: 0 3px;
}
.breadcrumb #breadcrumb li span.curent {
  font-size: 16px;
  font-weight: 600;
}
.gallery .photo_top .text {
  font-size: 12px;
  color: #7f9077;
  height: 45px;
  width: 883px;
  margin-left: 25px;
}
.gallery .photo_top .text p{
  line-height: 14px;
}

/* Footer
-----------------------------------------------------------------------------*/
#footer {
	width: 960px;
	margin: -70px auto 0;
	height: 70px;
	background: url("../images/bg_footer.png") top left no-repeat;
	position: relative;
}
#footer #f_top {
  width: 100%;
  height: 20px;
  padding-top: 15px;
  text-align: center;
  position: relative;
  display: block;
}
#footer #f_bottom {
  width: 100%;
  height: 35px;
  text-align: center;
  color: #b2c687;
}
#footer #f_bottom #copy {
  height: 15px;
  position: absolute;
  right: 0;
  bottom: 15px;
  text-align: right;
  font-size: 12px;
}
#footer #f_top .f_menu {
  width: auto;
  height: 20px;
  display: table;
  text-align: center;
  margin: 0 auto;
  color: #eaf3d5;
}
#footer #f_top .f_menu .separator {
  display: inline-block;
  margin: 0 5px;
}
#footer #f_top .f_menu li {
  height: 20px;
  display: block ;
  float: left;
}
#footer #f_top .f_menu li a {
  font-size: 14px;
  text-decoration: none;
  color: #eaf3d5;
}
#footer #f_top .f_menu li a:hover,#footer #f_top .f_menu li a.active {
  text-decoration: underline;
}