@font-face {
	font-family: 'Avenir Next Regular';
	src: url('../fonts/AvenirNextCyr-Regular.eot');
	src: url('../fonts/AvenirNextCyr-Regular.eot?#iefix') format('embedded-opentype'),  url('../fonts/AvenirNextCyr-Regular.woff2') format('woff2'),  url('../fonts/AvenirNextCyr-Regular.woff') format('woff'),  url('../fonts/AvenirNextCyr-Regular.ttf') format('truetype'),  url('../fonts/AvenirNextCyr-Regular.svg#AvenirNextCyr-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Avenir Next Bold';
	src: url('../fonts/AvenirNextCyr-Bold.eot');
	src: url('../fonts/AvenirNextCyr-Bold.eot?#iefix') format('embedded-opentype'),  url('../fonts/AvenirNextCyr-Bold.woff2') format('woff2'),  url('../fonts/AvenirNextCyr-Bold.woff') format('woff'),  url('../fonts/AvenirNextCyr-Bold.ttf') format('truetype'),  url('../fonts/AvenirNextCyr-Bold.svg#AvenirNextCyr-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'Avenir Next Demi';
	src: url('../fonts/AvenirNextCyr-Demi.eot');
	src: url('../fonts/AvenirNextCyr-Demi.eot?#iefix') format('embedded-opentype'),  url('../fonts/AvenirNextCyr-Demi.woff2') format('woff2'),  url('../fonts/AvenirNextCyr-Demi.woff') format('woff'),  url('../fonts/AvenirNextCyr-Demi.ttf') format('truetype'),  url('../fonts/AvenirNextCyr-Demi.svg#AvenirNextCyr-Demi') format('svg');
	font-weight: bold;
	font-style: normal;
}
@font-face {
    font-family: 'a_CooperBlack';
    src: url('../fonts/a_CooperBlack.eot');
    src: url('../fonts/a_CooperBlack.eot?#iefix') format('embedded-opentype'),
        url('../fonts/a_CooperBlack.woff2') format('woff2'),
        url('../fonts/a_CooperBlack.woff') format('woff'),
        url('../fonts/a_CooperBlack.ttf') format('truetype'),
        url('../fonts/a_CooperBlack.svg#a_CooperBlack') format('svg');
    font-weight: 900;
    font-style: normal;
}
.alt_font {
	 font-family: 'a_CooperBlack';
}
/*===================================================*/
* {
	margin: 0;
	padding: 0;
}
body.iosBugFixCaret.modal-open {
	position: fixed;
	width: 100%;
}
body {
	font-size: 18px;
	font-family: 'Avenir Next Regular';
	background: #509C35;
}
b {
	font-family: 'Avenir Next Bold';
	font-weight: normal;
}
strong {
	font-family: 'Avenir Next Demi';
	font-weight: normal;
}
.red {
	outline: 1px solid red;
}
.clearfix:before, .clearfix:after {
	display: table;
	content: " ";
}
.clearfix:after {
	clear: both;
}
ol, ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.img_cont {
	display: block;
	text-align: center;
}
.img_cont img {
	width: 100%;
	height: auto;
}
.align_center {
	display: block;
	text-align: center;
}
a {
	text-decoration: none;
	outline: none;
}
textarea:focus, input:focus, select:focus {
	outline: none
}
input[type="search"] {
	-webkit-appearance: none;
}
.inner_left {
	padding-right: 15px;
}
.inner_right {
	padding-left: 15px;
}
.slick-slide:focus {
	outline: none;
}
.slick-slide img {
	display: inline-block;
	width: 100%;
	height: auto;
}
h1, h2, h3, h4, h5 {
	margin: 0;
	line-height: 1;
	font-weight: normal;
	color: #509C35;
	font-family: 'Avenir Next Demi';
	margin-bottom: 30px;
}
a.img_cont:hover {
	opacity: 0.9;
}
.block {
	padding-top: 60px;
	padding-bottom: 60px;
}
/*==========================*/
.menu_button {
	height: 50px;
	width: 60px;
	right: -25px;
	top: -9px;
	text-align: center;
	position: absolute;
	background: transparent;
	overflow: hidden;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	z-index: 999;
	margin-top: 0;
}
.menu_button.active span i:nth-child(1) {
	-webkit-transform: rotate(-45deg) translate(-50%, -50%);
	transform: rotate(-45deg) translate(-50%, -50%);
	top: 16%;
	left: 27px;
}
.menu_button.active span i:nth-child(2) {
	-webkit-transform: translateX(-100px);
	transform: translateX(-100px);
	opacity: 0;
}
.menu_button.active span i:nth-child(3) {
	-webkit-transform: rotate(45deg) translate(-50%, -50%);
	transform: rotate(45deg) translate(-50%, -50%);
	top: 57%;
	left: 23px;
}
.menu_button span {
	width: 60px;
	height: 70px;
	position: absolute;
	right: 0;
	cursor: pointer;
	background: transparent;
	z-index: 1;
}
.menu_button span i {
	position: absolute;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	width: 68%;
	height: 7px;
	left: 0;
	right: 0;
	margin: auto;
	background-color: #71B220;
	-webkit-transition: opacity .1s ease .1s, -webkit-transform .3s ease;
	transition: opacity .1s ease .1s, -webkit-transform .3s ease;
	transition: transform .3s ease, opacity .1s ease .1s;
	transition: transform .3s ease, opacity .1s ease .1s, -webkit-transform .3s ease;
}
.menu_button span i:nth-child(1) {
	top: 15%;
}
.menu_button span i:nth-child(2) {
	top: 31%;
}
.menu_button span i:nth-child(3) {
	top: 47%;
}
.navbar-header {
	position: relative;
}
/*=====================*/
@media (max-width: 992px) {
.navbar-nav {
	margin-top: 54px;
}
}
/*--------------*/
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
	background-color: transparent;
}
.navbar-default .navbar-toggle {
	border-color: transparent;
	padding: 4px 10px;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border: 0;
	box-shadow: none;
}
/*==================*/
@media (max-width: 992px) {
.navbar-header {
	float: none;
}
.navbar-left, .navbar-right {
	float: none !important;
}
.navbar-toggle {
	display: block;
}
.navbar-collapse {
	border-top: 1px solid transparent;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
}
.navbar-fixed-top {
	top: 0;
	border-width: 0 0 1px;
}
.navbar-collapse.collapse {
	display: none!important;
}
.navbar-nav {
	margin-top: 57px;
	background: white;
	margin-left: -15px;
	margin-right: -15px;
	-webkit-box-shadow: 0px 5px 10px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 5px 10px rgba(0,0,0,0.2);
	box-shadow: 0px 5px 10px rgba(0,0,0,0.2);
	padding-bottom: 15px;
}
.navbar-nav>li {
	float: none;
}
.navbar-nav>li>a {
	padding-top: 10px;
	padding-bottom: 10px;
}
.collapse.in {
	display: block !important;
}
}
/* =Header
-------------------------------------------------------------- */

header {
	width: 100%;
	height: 176px;
	overflow: visible;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	background-color: #fff;
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	-ms-transition: height 0.3s;
	-o-transition: height 0.3s;
	transition: height 0.3s;
	-webkit-box-shadow: 0px 5px 20px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 5px 20px rgba(0,0,0,0.2);
	box-shadow: 0px 5px 20px rgba(0,0,0,0.2);
}
header.smaller {
	height: 104px;
	-webkit-box-shadow: 0px 5px 20px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 5px 20px rgba(0,0,0,0.2);
	box-shadow: 0px 5px 20px rgba(0,0,0,0.2);
}
header.smaller .logo {
	width: 169px;
}
header.smaller .top_panel {
	padding-top: 5px;
}
.logo {
	transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
}
.logo a img {
	width: 100%;
	-webkit-transition: height width 0.3s;
	-moz-transition: height width 0.3s;
	-ms-transition: height width 0.3s;
	-o-transition: height width 0.3s;
	transition: height width 0.3s;
}
/*-----------------*/
@media (min-width: 992px) {
.navbar-nav {
	display: table;
	width: 100%;
}
.navbar-nav>li {
	display: table-cell;
	float: none;
	text-align: center;
}
.navbar-collapse {
	padding-right: 0px;
	padding-left: 0px;
}
}
.top_panel {
	display: table;
	width: 100%;
	padding-top: 15px;
	position: relative;
}
.top_panel>div {
	display: table-cell;
	vertical-align: middle;
}
.logo {
	width: 369px;
}
.phone_button {
	border-radius: 0;
	background-color: rgba(80, 156, 53, 1);
	transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
	border: solid rgba(84, 84, 84, 1) 0px;
	padding: 5px 15px;
	color: #fff;
	font-size: 22px;
	float: right;
	border: 2px solid #509C35;
}
.phone_button:hover, .phone_button:focus {
	background-color: #fff;
	box-shadow: none;
	color: #509C35;
	text-decoration: none;
}
/*--------------*/
.navbar-default .navbar-nav>li>a {
	color: #509C35;
	transition: color 0.4s ease 0s;
	text-transform: uppercase;
	font-family: 'Avenir Next Demi';
	font-size: 20px;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
	color: #EBC731;
	background-color: transparent;
	text-decoration: underline;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
	color: #EBC731;
	background-color: transparent;
}
.navbar-default {
	background-color: transparent;
	border: 0;
	margin: 0;
}
/*-----------------*/
.phone_mobile {
	display: block;
	position: absolute;
	right: 57px;
	top: 15px;
	width: 44px;
	height: 44px;
	border-radius: 500px;
	-webkit-border-radius: 500px;
	-moz-border-radius: 500px;
	background-color: #71B220;
	color: #fff;
	font-size: 26px;
	line-height: 50px;
	-webkit-box-shadow: 0px 5px 10px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 5px 10px rgba(0,0,0,0.3);
	box-shadow: 0px 5px 10px rgba(0,0,0,0.3);
	cursor: pointer;
	text-decoration: none;
	outline: none;
	text-align: center;
	transition: background-color 0.1s linear, color 0.1s 0.1s ease-in-out;
	-moz-transition: background-color 0.1s linear, color 0.1s 0.1s ease-in-out;
	-webkit-transition: background-color 0.1s linear, color 0.1s 0.1s ease-in-out;
	-o-transition: background-color 0.1s linear, color 0.1s 0.1s ease-in-out;
	z-index: 10;
}
.phone_mobile:hover, .phone_mobile:focus {
	color: #71B220;
	text-decoration: none;
	background-color: #fff;
}
/*---------------------*/
.white_bg {
	background-color: #fff;
}
.grey_bg {
	background-color: #F7F7F7;
}
.centr_content {
	padding-top: 50px;
	padding-bottom: 50px;
	padding-left: 40px;
	padding-right: 40px;
}
footer .footer_body {
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 15px;
	padding-right: 15px;
}
/*#main {
  min-height: 100%;
}*/
.about_header {
	display: table;
	margin-bottom: 40px;
}
.about_header>div {
	display: table-cell;
	vertical-align: top;
	font-size: 42px;
}
.about_header>div:first-child {
	padding-right: 20px;
}
.about_header>div strong {
	padding-bottom: 10px;
	border-bottom: 10px solid #509C35;
	display: inline-block;
}
.u_content {
	display: table;
	width: 100%;
}
.u_content>div {
	display: table-cell;
	vertical-align: top;
}
.u_content>div:first-child {
	padding-right: 20px;
}
.u_content>div:last-child {
	padding-left: 20px;
	width: 400px;
}
.two_img {
	display: table;
	width: 100%;
}
.two_img>div {
	display: table-cell;
	vertical-align: top;
}
.two_img>div:first-child {
	padding-right: 7px;
}
.two_img>div:last-child {
	padding-left: 7px;
}
.photos li {
	margin-bottom: 14px;
}
.photos li >div {
	height: 250px;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
}
.two_img>div>div {
	height: 270px;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
}
.green_color {
	color: #509C35;
}
a.green_color {
	color: #509C35;
	text-decoration: underline;
}
a.green_color:hover, a.green_color:focus {
	color: #509C35;
	text-decoration: none;
}
/*------------------*/
#toTop {
	width: 47px;
	height: 47px;
	background: #71B220;
	position: fixed;
	bottom: 15px;
	right: 15px;
	cursor: pointer;
	display: none;
	z-index: 100;
	color: #fff;
	text-align: center;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-box-shadow: 0px 5px 10px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 5px 10px rgba(0,0,0,0.3);
	box-shadow: 0px 5px 10px rgba(0,0,0,0.3);
	transition: background-color 0.3s linear, color 0.2s 0.2s ease-in-out;
	-moz-transition: background-color 0.3s linear, color 0.2s 0.2s ease-in-out;
	-webkit-transition: background-color 0.3s linear, color 0.2s 0.2s ease-in-out;
	-o-transition: background-color 0.3s linear, color 0.2s 0.2s ease-in-out;
}
#toTop span {
	display: block;
	margin: 6px 0 0 0;
	font-size: 24px;
}
#toTop:hover {
	color: #71B220;
	text-decoration: none;
	background-color: #fff;
}
/*----------------------*/
.pade_header {
	margin-bottom: 60px;
	position: relative;
}
.pade_header h2 {
	font-size: 40px;
	letter-spacing: 1px;
	font-family: 'Avenir Next Demi';
}
.pade_header span {
	display: block;
	width: 200px;
	height: 8px;
	position: absolute;
	bottom: -20px;
	left: 0;
}
.dark_bg {
	background: #3B3A3A;
}
.green_bg {
	background: #509C35;
}
.dark_color {
	color: #333;
}
.text_div ul {
	list-style: disc;
	padding-left: 20px;
}
/*---------------*/
.text_div_table {
	display: table;
	width: 100%;
}
.text_div_table>div {
	display: table-cell;
	vertical-align: top;
}
.text_div_table>div:first-child {
	padding-right: 10px;
}
.text_div_table>div:last-child {
	padding-left: 10px;
	width: 170px;
}
#main, .footer_body {
	max-width: 1170px;
	margin-left: auto;
	margin-right: auto;
}
/*----------------*/
.partners {
	text-align: center;
	margin-top: 50px;
}
.partners ul {
}
.partners ul li {
	width: 33.3333%;
	float: left;
	line-height: 150px;
}
.partners ul li img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}
/*--------------------*/
.portfolio_box {
	background-color: #CBE1C3;
	display: table;
	width: 100%;
	table-layout: fixed;
	margin-bottom: 30px;
}
.portfolio_box >div {
	display: table-cell;
	vertical-align: middle;
}
.portfolio_box >div:first-child {
	padding-left: 40px;
	padding-right: 50px;
	width: 350px;
	position: relative;
}
.portfolio_box >div:last-child {
	padding-left: 40px;
	padding-right: 15px;
}
.right_arrow_green {
	position: absolute;
	right: -25px;
	top: 50%;
	margin-top: -41px;
	display: inline-block;
	vertical-align: top;
	width: 44px;
	height: 82px;
	overflow: hidden;
}
.right_arrow_green svg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: -15px;
	width: 100%;
	height: 100%;
	margin: auto;
	fill-opacity: 1;
	stroke-width: 0;
	stroke: rgb(94, 151, 255);
	stroke-opacity: 1;
	fill: rgb(53, 104, 35);
}
.portfolio_box >div:last-child {
	padding-left: 50px;
}
/*======================*/
.portfolio_box_slider_item {
	height: 350px;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.portfolio_box_slider .prev, .portfolio_box_slider .next {
	top: 50%;
	width: 35px;
	height: 35px;
	position: absolute;
	color: #fff;
	font-size: 30px;
	line-height: 32px;
	cursor: pointer;
	z-index: 10;
	margin-top: -18px;
	background: rgba(0,0,0,.5);
	text-align: center;
	opacity: 0;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	-moz-transition: 0.3s;
}
.portfolio_box_slider:hover .prev, .portfolio_box_slider:hover .next {
	opacity: 1;
}
.portfolio_box_slider .prev:hover, .portfolio_box_slider .next:hover, .portfolio_box_slider .prev:focus, .portfolio_box_slider .next:focus {
	color: #EBC731;
}
.portfolio_box_slider .next {
	right: 0px;
	margin-left: 0px;
}
.portfolio_box_slider .next >span {
	position: relative;
	right: 11px;
}
.portfolio_box_slider .prev {
	left: 0px;
}
.portfolio_box_slider .prev >span {
	position: relative;
	right: 13px;
}
.portfolio_box_txt {
}
.portfolio_box_txt ul {
	padding-left: 20px;
	list-style: disc;
	padding-top: 20px;
	padding-bottom: 20px;
}
.portfolio_box_txt ul li {
	margin-bottom: 15px;
}
.portfolio_box_txt b {
	display: block;
}
/*===========================*/
.contact_body {
	display: table;
	width: 100%;
}
.contact_body>div {
	display: table-cell;
	vertical-align: top;
}
.contact_body>div:first-child {
	padding-right: 30px;
	width: 400px;
	padding-top: 55px;
}
.contact_body>div:last-child {
	padding-left: 30px;
}
.contact_body>div:last-child>p {
	padding-left: 100px;
}
.contact_body_info {
}
.contact_body_info ul {
	margin-bottom: 30px;
}
.cont_info li {
	display: table;
}
.cont_info li>div {
	display: table-cell;
	vertical-align: middle;
}
.cont_info li>div:first-child {
	padding-right: 20px;
	color: #3D6E2C;
}
.cont_info li a {
	color: #000;
}
.cont_info li a:hover, .cont_info li a:focus {
	color: #000;
}
.contact_body b {
	display: block;
	font-size: 20px;
}
.form_col {
	display: table;
	width: 100%;
}
.form_col>div {
	display: table-cell;
	vertical-align: top;
}
.form_col>div:first-child {
	padding-right: 10px;
	width: 90px;
	padding-top: 5px;
}
.form_col>div:last-child {
	padding-left: 10px;
}
input[type=text], input[type=email], input[type=tel],input[type=password] {
	border: 1px solid #3D6E2C;
	outline: none;
	margin-bottom: 10px;
	color: #fff;
	background: #AFD2A2;
	height: 30px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	width: 100%;
	padding: 10px 15px;
}
textarea {
	border: 1px solid #3D6E2C;
	outline: none;
	color: #fff;
	background: #AFD2A2;
	height: 130px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	width: 100%;
	padding: 15px;
	margin-bottom: 10px;
}
.form_feedback label {
	margin: 0;
	padding: 0;
	font-weight: normal;
}
input[type=submit] {
	border: 2px solid #356823;
	outline: none;
	color: #fff;
	background: #356823;
	height: 40px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 0px 20px;
	font-family: 'Avenir Next Demi';
	vertical-align: top;
}
input[type=submit]:hover, input[type=submit]:focus {
	color: #356823;
	background: #fff;
}
.form_feedback input[type=submit] {
	float: right;
}
.contact_body {
	margin-bottom: 50px;
}
.map {
	width: 100%;
	height: 300px;
}
