@charset "utf-8";
html, body
{
	width: 100%;
	height: 100%;
}
body {
	background-color: #5B6B4F !important;
	font-family: "Palatino Linotype",Georgia, Times, 'Times New Roman', "Book Antiqua", arial, serif;
	font-size: 16px;
	color: #646e5b;
}
div, li, p, input {
	font-family: "Palatino Linotype",Georgia, Times, 'Times New Roman', "Book Antiqua", arial, serif;
}
h1, h2, h3, h4 {
	font-family: "Book Antiqua", Georgia, Times, 'Times New Roman', arial, serif;
}
a:link, a:visited, a:hover {
	color: #7f7f7f;
	text-decoration: none;
}
a:hover {text-decoration: underline;}
/*--------------------------header----------------------------*/
.header_main {
	height: 262px;
	position: relative;
}
.header_img div {
	background-position: center;
	background-repeat: no-repeat;
	background-color: transparent;
	background-image: url(/images/header_img/1.jpg);
	height: 262px;
	width: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: -1;
}
.header_cont, .cont, .menu,  .footer {
	/*width: 980px;*/
	/*margin: 0 auto;*/
	position: relative;
}
.header_cont {
	height: 262px;
}
.header_cont div {
	position: absolute;
	color: #d3e1bb;
	text-shadow: 0 0 5px #5b6b4f;
	-moz-text-shodow: 0 0 5px #5b6b4f;
	-webkit-text-shodow: 0 0 5px #5b6b4f;
}
.header_cont .text_1 {
	top: 192px;
	left: 445px;
	font-size: 1.5em;
}
.header_cont .text_2 {
	bottom: -8px;
	right: 0;
	font-size: 2em;
}
.header_cont img {
	position: absolute;
	bottom: 0;
	left: 0;
}

/*--------------------------cont_1----------------------------*/
.content_main {
	border-top: #b6c79a 3px solid;
	border-bottom: #b6c79a 3px solid;
	height: 242px;
	background: #b6c79a url(/images/cont1.jpg) no-repeat top center;
	padding-top: 40px;
	overflow: hidden;
}
.content_main .cont {

}
.block {
	float: left;
	margin: 10px;
}
.block div {
	position: relative;
	padding: 9px;
	border: 1px solid #98ad87;
	background-color: #d0deb8;
	box-shadow: 0 0 10px #98ad87;
	-moz-box-shadow: 0 0 10px #98ad87;
	-webkit-box-shadow: 0 0 10px #98ad87;
}

.block div:hover {
	background-color: #DFE9CE;
}

.block div img {
	border: 1px solid white;
}
.block p {
	font-size: 1.1875em;
	color: #e9f5d6;
	line-height: 1.5em;
	text-align: center;
	font-weight: bold;
}
.block_text {
	/*margin: 0 0 0 450px;*/
	/*width: 515px;*/
	line-height: 1.4em;
	height: 11.2em;
	overflow: hidden;
}

/*--------------------------menu----------------------------*/
.menu_main {
	background-color: white;
	/*overflow: hidden;*/
}
.menu-wrapper {
	width: 980px;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
}

.menu-title {
	font-size: 1.4em;
	line-height: .9em;
}

ul.menu {
	text-align: right;
	list-style: none;
	/*float: right;*/
	/*width: 576px;*/
	display: inline-block;
	margin: 0px auto;
	overflow: hidden;
}
ul.menu li {
	margin: 0;
	display: inline-block;
	border-right: 1px solid #ccdab3;
	overflow: visible;
	float: right;
}
ul.menu li:first-child {
	border-right: none;
}

ul.menu li:hover, ul.menu li.active {
	background-color: #b6c79a;
}
ul.menu li.last {
	border: none;
}
ul.menu li a {
	display: block;
	padding: 1px 8px;
}
ul.menu li a:hover {
	text-decoration: none;
}

/*--------------------------cont_2----------------------------*/
.content_2_main {
	background-color: #f0f3eb;
	border-top: 1px solid #e7e9e3;
	border-bottom: 1px solid #e7e9e3;
}
.cont_2 {
	padding: 20px 0 50px 0;
	/*overflow: auto;*/
}

.white_line {
	background-color: white;
	height: 6px;
	overflow: hidden;
}

/*--------------------------footer----------------------------*/
.footer {
	min-height: 100px;
}
.links {
	color: #e9f5d6;
	position: absolute;
	bottom: 0;
	font-size: 0.9em;
	text-align: right;
	right: 0;
}
.buttons-block {
	position: absolute;
	top: -16px;
	left: 0;
	width: 100%;

	text-align: center;
}

.buttons-block a.button {
	float: none;
	vertical-align: middle;
}

a.button, input[type="submit"] {
	border: 1px solid #a6b78d;
	border-top-color: #acbd94;
	border-left-color: #acbd94;
	font-size: 1.25em;
	text-shadow: 1px 1px 1px #7e9171;
	background: #b2c195;
	padding: 7px 20px;
	border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;
	color: #f4f6f1;
	box-shadow: 0 0 10px rgba(160, 180, 145, 0.5); -moz-box-shadow: 0 0 10px rgba(160, 180, 145, 0.5); -webkit-box-shadow: 0 0 10px rgba(160, 180, 145, 0.5);
	float: left;
	margin-right: 20px;
}
a.button:link, a.button:visited, input[type="submit"]:link, input[type="submit"]:visited {
	color: #f4f6f1;
}
a.button:hover, input[type="submit"]:hover  {
	background-color: #c4d0ac;
	text-decoration: none;
	box-shadow: 0 0 10px rgba(160, 180, 145, 0.9); -moz-box-shadow: 0 0 10px rgba(160, 180, 145, 0.9); -webkit-box-shadow: 0 0 10px rgba(160, 180, 145, 0.9);
}

.blog {
	top:10%;
	height:200px;
	width:40px;
	position:fixed;
	right: -9px;
	/*padding: 40px 0 40px 0;*/
}



.blog img {
	margin-top: 5px;
	margin-bottom: 5px;
}
/*--------------------------gallery----------------------------*/
.block_desc {
	width: 282px;
	height: 282px;
	text-align: left;
	padding: 10px;
}
.block_desc span {
	display: block;
	color: #646E5B;
}
.block div a {
	display: block;
	border: 1px solid white;
	position: relative;
}
.block div a img {
	border: none;
}
.block div a span {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	background-color: #646E5B;
	background-color: rgba(100, 110, 91, 0.6);
	font-weight: bold;
	font-size: 1.25em;
	color: white;
	padding: 0 5px;
	display: block;
	opacity: 0.8;
}
.block div a:hover span {
	opacity: 1;
}

/*--------------------------other----------------------------*/
.comment {
	border: 1px solid;
	border-collapse: separate;
}
.left {
	float: left;
}
.right {
	float: right;
}
.red {
	color: red;
}
.none {
	display: none;
}
.green {
	color: #28963d !important;
}
.yellow {
	color: #eaa605 !important;
}
.blue {
	color: #0d6ebf !important;
}
.red {
	color: #b91b29 !important;
}

img.frame {
	background-color: #DFE9CE;
	padding: 5px;
	border: solid 1px #A4B68C;
}
.dark-green {
	color: #464 !important;
}

.foter_main {
	padding-bottom: 15px;
}

.category-link-team  {
	display: inline-block;
	width: 192px;
	height: 128px;
	line-height: 30px;
	padding-top: 50px;
	border-top: 2px solid transparent;
	border-bottom: 2px solid transparent;
	overflow: hidden;
	margin-bottom: 4px;
	background: #D5E0BE;
	text-align: center;
	text-transform: uppercase;
}
.category-link-team.active {
	color: #000000;
	background: #C2D1AA;
}

/*foter-style*/
.footer-text-first, .footer-text-second {
	padding-top: 30px;
	color: #e9f5d6;
}

@media (max-width: 991px) {
	.footer-text-first {
		padding-top: 310px;

		text-align: center;
	}

	.footer-text-second {
		text-align: center;
	}

	.footer {
		padding-bottom: 45px;
	}
}

.buttons-block a {
	cursor: pointer;
}

/*end-style*/