body{
	color: #828282; 
	background-color: white; 
	font-family: 'Open Sans', sans-serif;
}
/*.page {
    overflow: hidden;
	position: relative;
}*/
a{
	cursor: pointer;
	color: #95b64e;
} 
a:hover{color: #75913c;}
th {
    text-align: left;
    font-family: 'Rubik';
}
#site{
	overflow: hidden;
} 
#site.bootstrapped > #container {
    padding-left: 0px;
    padding-right: 0px;
}
#site.bootstrapped .site-footer{
	margin: 0;
}
.entry-header, .entry-content, .entry-footer{
	margin: 0;
}
/*--------------------------*/
.row-flex, .row-flex > div[class*='col-'] {  
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex:1 1 auto;
}

.row-flex-wrap {
	-webkit-flex-flow: row wrap;
    align-content: flex-start;
    flex:0;
}
.container-fluid {max-width: 2000px;}
.nopadding {
	padding: 0 !important;
	margin: 0 !important;
}
.center {
    text-align: center;
}
h1, .h1, h2, .h2 {font-family: 'Rubik', sans-serif; font-weight: 700; position:relative;}
h1{font-size: 26px;  margin: 10px 0 40px;}
.h1{font-size: 44px;  margin: 10px 0 40px;}
h2, .h2{font-size: 36px;  margin: 10px 0 20px;}
@media (max-width: 767px){
	h1, .h1{font-size: 24px;}
	h2, .h2{font-size: 20px; }
}
/*--------------------------*/
/*.nav-logo img {margin: 10px 20px ;}*/
.logo{
	max-height: 60px; 
	margin: 3px;
}
.navbar.affix .first-logo{max-height: 60px;} 
/*------------Меню-----------*/
.menu-second.affix {
	background-color: white;
	border: 0px;
	/*border-bottom: 1px solid #888;*/
    top:0;
    width: 100%;
    z-index: 9999 !important;
	margin : 0;
	/*position: fixed;*/
	box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.5);
 }
.navbar.affix-top{
	position: relative;
}
.navbar{border-radius: 0px;}
/*------------ Section background and shadows --------------*/
.block {	
	-webkit-box-shadow: inset 0px 1px 0px 0px rgba(0, 0, 0, 0.05), inset 0px 2px 3px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0px 1px 0px 0px rgba(0, 0, 0, 0.05), inset 0px 2px 3px 0px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0px 1px 0px 0px rgba(0, 0, 0, 0.05), inset 0px 2px 3px 0px rgba(0, 0, 0, 0.1);
	padding: 100px 0;
}
.bg1{background-color: #F7F7F7;}
.bg2{background-color: #ffffff;}
.bg-img {
	overflow: hidden;
    background-image: url("images/bg/bg-img.jpg");
    background-size: 100% auto;
    background-repeat: no-repeat;
	background-position: top center;
    min-height: 300px;
	position: relative;
}
@media (max-width:767px){
	.bg-img { background-size: auto 100% ;}
}
@media (min-width:768px) and (max-width: 991px){
	.bg-img { background-size: 100% 100% ;}
}
/*.bg-img::before {
    content: " ";
    background-color: white;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.6;
}*/
.bg-two-colors{
	background: #95b74e;
	background: -moz-linear-gradient(left, #ffffff 0%, #ffffff 50%, #95b74e 50%, #95b74e 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, #ffffff), color-stop(50%, #ffffff), color-stop(50%, #95b74e), color-stop(100%, #95b74e));
	background: -webkit-linear-gradient(left, #ffffff 0%, #ffffff 50%, #95b74e 50%, #95b74e 100%);
	background: -o-linear-gradient(left, #ffffff 0%, #ffffff 50%, #95b74e 50%, #95b74e 100%);
	background: -ms-linear-gradient(left, #ffffff 0%, #ffffff 50%, #95b74e 50%, #95b74e 100%);
	background: linear-gradient(to right, #ffffff 0%, #ffffff 50%, #95b74e 50%, #95b74e 100%);

}
.bg-two-colors .wpb_content_element {
  margin: 0;
}
.bg-texture{
	background-image: url('images/bg/bg-texture.png');
}
/*------------ Footer --------------*/
#footer {
	padding:30px 0; 
	color: #909090;
	padding-bottom: 100px;
	background-image: url('images/bg/bg-footer.png');
	background-size: 100% auto;
	background-position: center bottom;
	background-repeat: no-repeat;
}
#footer a {
	color: #909090;
}
#footer i, #footer a.clicks_button {
	color: #95b64e;
	padding-right: 3px;
}
#footer .h3{
	margin-top: 0;
}
#footer .line{
	display: block;
}
#footer ul{
	list-style: none;
	padding:0;
}	
#footer li {
	margin: 5px 0;
}
.copyright {
    padding: 20px 0;
    font-size: 12px;
    color: rgb(102, 102, 102);
}
.copyright p{
	background-color: #F7F7F7;
	display: inline;
}
#footer .logo{
	max-height: none;
}
#footer .logo img{
	margin: 20px 0;
	width: 100%;
	max-width: 200px;
	height: auto;
}
.footer-col{
	margin: 0 auto;
}
@media (max-width: 767px){
	.footer-col{
		text-align: center;
	}
}
/*-------------GO TO TOP button-------------*/ 
/* .go-to-top {
    cursor: pointer;
    display: none;
    display: none;
    position: fixed;
    bottom: 15px;
    right: 15px;
	z-index:999;
}
.go-to-top.btn-lg {
    background-color: transparent;
    color: #adcc6c;
    padding: 4px 8px;
    border: 0px;
    font-size: 30px;
    width: 45px;
    height: 45px;
    text-align: center;
    border-radius: 0px;
	
	-webkit-transition: all 0.2s ease 0s;
    -moz-transition:    all 0.2s ease 0s;
    -o-transition:      all 0.2s ease 0s;
    -ms-transition:     all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
}
.go-to-top:hover{opacity:0.7;} */
#scroll_to_top svg {
    fill: #adcc6c;
}
/*-----------Header----------*/
.main-logo{
	width: 100%;
	max-width: 300px;
}
.header {
  padding: 20px 0;
  color: #777777;
}
.header i {
  color: #95b64e;
  font-size: 18px;
  margin: 0 2px;
}
.header a {
  color: #777777;
}
.header a:hover {
  color: #95b64e;
}
.header-phone {
  display: block;
  margin: 2px 0 10px;
  font-size: 14px;
}
.header-email {
  display: block;
  margin: 2px 0 10px;
  font-size: 14px;
}
.header-email .contact-email {
    float: left;
}
.header-adress {
  display: block;
  margin: 2px 0 10px;
  font-size: 14px;
}
/*--------- Links "Show" (phone/email) -----------*/
a.clicks_button {
    padding-left: 5px;
    padding-right: 5px;
    color: #95b64e;
}
a.clicks_button:focus,
a.clicks_button:hover {
    color: #95b64e;
} 
/*---------------------*/
/*--------- MENU --------*/	
.navbar{
	margin: 0;
	border-top: 1px solid #DDDDDD;
	min-height:30px;
}
.navbar.affix {
	background-color: white;
	border: 0px;
	border-bottom: 1px solid #888;
    top:0;
    width: 100%;
    z-index: 9999 !important;
	margin : 0;
	position: fixed;
	box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.5);
 } 
.navbar ul.nav > li > a {
    height: 100%;
    line-height: 20px;
    margin: 0px;
    padding: 15px;
    text-transform: uppercase;
    font-weight: 600;
    color: #656565;
	font-family: Open Sans,sans-serif;
}
.navbar .main-logo{
	max-height: 30px;
	width: auto;
	margin: 10px;
	float: left;
	display: none;
}
.navbar.affix .main-logo{display: inline-block;}
/*--- /MENU ---*/

/*=================== MAIN PAGE ===================*/	
#myImageMap{width:100%; height: auto;}	
/*----------------------------*/
.border-before{
	display: block;
	padding: 20px;
	margin-bottom: 20px;
	border: 10px solid #95b64e;
	margin-top: 80px;
}
.border-before img{margin-top: -120px;}
/*------------- SLOGAN ----------------*/
.slogan-box {
    position: relative;
}
.slogan {
    display: block;
    position: absolute;
    z-index: 5;
    font-size: 40px;
    padding: 25px;
    width: 100%;
    color: #FFF;
    font-weight: bold;
    text-transform: inherit;
	text-shadow:0px 0px 10px rgba(10, 10,10, 1);
    line-height: 40px;
	
}
.slogan span {
    display: block;
    font-size: 32px;
    font-weight: normal;
	margin-left: 250px;
}
@media (min-width:768px) and (max-width: 991px){
	.slogan {
		font-size: 30px;
		padding: 20px;
	}
	.slogan span {
		font-size: 26px;
		margin-left: 200px;
	}
}
@media (max-width:767px) {
	.slogan {
		font-size: 24px;
		line-height: 24px;
		padding: 15px;
		text-align: center;
		 position: relative;
	}
	.slogan span {
		display: none;
	}
	.slogan-box {
		background-color: rgba(149, 182, 78, 1);
	}
}
/*----------- Link button styled ------------*/
a.link-to-button {
    background-color: #95b64e;
    color: white !important;
    padding: 10px 20px;
    border-radius: 50px;
    display: inline-block;
    margin: 5px 0;
	border: 1px solid #95b64e;
}
a.link-to-button:hover{
	text-decoration: none;
	background-color: white;
	color: #95b64e !important;
}
td a.link-to-button {
	text-align: center;	
	width: 100%;
}
@media (max-width: 991px){
	td a.link-to-button {
		padding: 10px;
	}
}
/*---------------Преимущества----------------*/
.advantage{
	margin: 20px 0;
	position: relative;
	display: block;
	width: 100%;
}
.advantage-img img {
	border-radius: 50% 0 50% 50%;

	-moz-transition:all .4s ease-in-out;
	-webkit-transition:all .4s ease-in-out;
	-o-transition:all .4s ease-in-out;
	transition:all .4s ease-in-out;
	 
	-moz-transform-style:preserve-3d;
	-webkit-transform-style:preserve-3d;
	-o-transform-style:preserve-3d;
	transform-style:preserve-3d;
	 
	-moz-transform:rotate3d(0,1,0,0deg);
	-webkit-transform:rotate3d(0,1,0,0deg);
	-o-transform:rotate3d(0,1,0,0deg);
	transform:rotate3d(0,1,0,0deg)
}
.advantage:hover .advantage-img img{
	-moz-transform:rotate3d(0,1,0,180deg);
	-webkit-transform:rotate3d(0,1,0,180deg);
	-o-transform:rotate3d(0,1,0,180deg);
	transform:rotate3d(0,1,0,180deg)
}
.advantage-img {
	margin: 10px 0px;
}
.advantage-txt {
	font-weight: bold;
	font-size: 16px;
	display: block;
}
/*-------------NEWS----------------*/
.news{
	list-style: none;
	padding:0;
}
.news-item {
    margin: 20px 0;
}
.news-item-img img {
  width: 100%;
  height: auto;
}
.news-item a {
	display: block;
	color: #555555;
}
.news-item:hover{
	background-color: white;
	text-decoration: none;
}
.news-item a{
	text-decoration: none;
}
.news-item-name{
	font-size: 20px;
	font-weight: bold;
	display: block;
	margin: 10px 0;
	border-left: 3px solid #95B64E;
	padding: 0 4px;
}
.news-item-txt{
	margin: 7px 0;
	display: block;
	font-size: 12px;
}
.news-item-more a{
	color: #95B64E;
	text-align: left;
	margin:5px 0;
	font-weight: bold;
}
.news-item-img{position: relative;}
.news-item-img:after{
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 45%;
	
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 10px 10px;
	border-color: transparent transparent #f7f7f7 transparent;
	line-height: 0px;
	_border-color: #000000 #000000 #f7f7f7 #000000;
	_filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');

}
.reverse .news-item-img::after {
    top: 0;
	border-width: 10px 10px 0 10px;
	border-color: #f7f7f7 transparent transparent transparent;
	line-height: 0px;
	_border-color: #f7f7f7 #000000 #000000 #000000;
	_filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}
/*-------------SALE-------------*/
.sale-desc{
	background-color: #95B64E
}
.sale-name {
    font-size: 24px;
    color: white;
    font-weight: bold;
    margin: 15px 0px;
    line-height: 26px;
}
.sale-txt{
	color: white;
	font-size: 16px;
}
@media (max-width: 991px){
	.sale-name {
		font-size: 26px;
		margin-bottom: 10px;
	}
}
@media (max-width: 767px){
	.sale-desc{
		text-align: center;
		margin-bottom: 10px;
		padding: 10px 0;
	}
	.bg-two-colors {background: white ;}
}
/*--------------Block "Автономная канализация для" ------------*/
.for-name, .for-border {
	padding: 10px;
	position: absolute;

	top: -60px;
	text-align: right;
	font-weight: bold;
	color: #95B64E;
	font-size: 18px;
	left: 25px;
	z-index: 8;
	text-shadow:0px 1px 5px rgba(255, 255,255, 1);
	width: 100%;
	
	-moz-transition:all .2s ease-in-out;
	-webkit-transition:all .2s ease-in-out;
	-o-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
}
.for-border {
	border: 6px solid #95B64E; 
	height: 100%;
	z-index: 0;	
}
.for-item:hover .for-name, .for-item:hover .for-border{
	left:0;
}
.for-item {
    display: block;
	position: relative;
	width: 90%;
	margin: 70px 0;
}
.for-img img {
	position: relative;
	width: 100%;
	z-index: 3;
}
@media (max-width:767px){
	.for-item.bottom{margin-bottom:150px;}
}
.bottom .for-border, .bottom .for-name {
    bottom: -60px;
    top: auto;
}
.left .for-border, .left .for-name {
    left: -25px;
}
.for-models {
    position: absolute;
    background-color: #95B64E;
    color: white;
    font-size: 19px;
    font-weight: bold;
    padding: 10px;
    right: -15px;
    bottom: -18px;
	max-width: 165px;
    z-index: 9;
	
	-moz-transition:all .2s ease-in-out;
	-webkit-transition:all .2s ease-in-out;
	-o-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
}
.bottom .for-models {
	top: -18px;
	bottom:auto;
}
.for-item:hover .for-models{right:0;}
.plus-list{
	color: #829972;
	font-size: 18px;
	list-style-position: initial;
	margin: 70px 0;
	font-weight: bold;
}
.plus-list li{margin: 5px 0;}
/*================Page Second ("Автономная канализация")================*/
/*-------------- Tabs vertical -----------------*/
ul.tabs-v {
	list-style: none;
	margin: 0;
}
.tabs-v img {
	width: 100%;
	height: auto;
	max-width: 80px;
	margin: 5px auto;
	display: block;
	opacity: 0.7;
	
	-moz-transition:all .1s ease-in-out;
	-webkit-transition:all .1s ease-in-out;
	-o-transition:all .1s ease-in-out;
	transition:all .1s ease-in-out;
	
	-webkit-filter: 	grayscale(100%);
	-moz-filter:		grayscale(100%);
	-ms-filter: 		grayscale(100%);
	-o-filter: 		grayscale(100%);
	filter: url(grayscale.svg#greyscale); /* Firefox 4+ */
	filter: gray; /* IE 6-9 */
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
	filter: grayscale(100%);
}
.tabs-v  a:hover img{opacity: 1;}
.tabs-v .active img{
	filter: none;
	-webkit-filter: 	grayscale(0%);
	-moz-filter: 		grayscale(0%);
	-ms-filter: 		grayscale(0%);
	-o-filter: 			grayscale(0%);
}
@media (max-width: 767px){
	ul.tabs-v li{
		float: left
	}
	ul.tabs-v + ul.tabs-v:after{ 
		content: '';  
		clear: both;
	}
}
/*--------------Image map and related links-------------------*/
.map-link-group .panel-title{
	margin: 3px 0;
	color: #95B64E;	
	font-size: 16px;
	text-align: left;
}
.map-link-group a {
	display: inline-block;
	padding:3px;
	color: #666;
}
.map-link-group a:before {
	content: "\f0da";
	font-family: 'FontAwesome';
	font-size: 20px;
	margin-right: 3px;
	color: #95B64E;
}
.map-link-group a.map-link.active,  .map-link-group a.map-link:hover{
	font-weight: bold;
	text-decoration: none;
	color: #95B64E;
}
.map-link-group a.map-link:focus {text-decoration: none;}
/*-------------Accordion---------------*/
.map-link-group{
	margin
}
.map-link-group .panel {
  margin-bottom: 5px;
  box-shadow: none;
  border-radius: 0;
  border-bottom: 2px solid #E9E9E9;
}
.map-link-group .panel-heading {
  padding: 0;
}
.map-link-group .panel-title {
  margin: 0;
}
.map-link-group  .panel-body {
    padding: 5px 5px 5px 20px;
    text-align: justify;
	border: 0px !important;
	font-size: 12px;
}
/*---------------- Block "Способы отвода"---------------------*/
.number-list {
    font-size: 16px;
	font-weight: bold;
	list-style: none;
	padding-left: 0;
}
.number-list li {
    margin: 8px 0;
	clear: both;
}
.number-list .number-marker {
    font-size: 30px;
    font-weight: bold;
   
    opacity: 1;
    margin-right: 10px;
    line-height: 30px;
	display: inline;
	float: left;

}
.number-list .number-marker.active{ 
	color: #95B64E;
}
.img-number-row .number-marker {
	position: absolute;
  	top: auto;
	bottom: 15px;
	left: 5px;
	font-size: 100px;
	font-weight: bold;
	color: #95B64E;
	opacity: 0.8;
	line-height: 50px;
}
.img-number{
	position: relative;
	padding:0;
	margin-bottom: 20px;
}
.img-number-row .img-number:hover .number-marker {
	opacity:1;
}
.img-number-row img {
	width: 100%;
	max-width:600px;
}
.img-number-row .img-number-desc{
	display: block;
	font-weight: bold;
	padding: 5px 5px 5px 70px;
	
}
@media(max-width: 767px){
	.img-number-row .number-marker {
		font-size: 40px;
	}
	.img-number-row .img-number-desc{
		padding-left: 30px;
		font-size:14px;
	}
}
/*======================Изделия из полипропилена========================*/
/*---------------- switch image on hover-----------------*/
.image-switch {
	position: relative;
}
.image-switch  img{
	width: 100%; 
	max-width: 100%; 
	opacity:1;
	left:0;
	top:0;
	position: relative;
	z-index:3;
	
	-moz-transition:all .2s ease-in-out;
	-webkit-transition:all .2s ease-in-out;
	-o-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
}
	
.image-switch img.rozriz{ 
	position: absolute; 
	opacity:0;
}
.image-switch img.rozriz.visible:hover{
	opacity:0;
}
.image-switch img.rozriz:hover, .image-switch img.rozriz.visible{
	opacity:1;
}
@media(min-width: 992px){
	.col-width-img-float{
		float: right;
	}
}
/*-------------------switch (to images)----------------*/
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}
.switch input {display:none;}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}
.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}
input:checked + .slider {
  background-color: #95B64E;
}
input:focus + .slider {
  box-shadow: 0 0 1px #95B64E;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
.slider.round {
  border-radius: 34px;
}
.slider.round:before {
  border-radius: 50%;
}
.switch-label {
    display: inline-block;
    line-height: 30px;
    vertical-align: top;
    font-weight: bold;
    font-size: 18px;
}
.swith-button-wraper{
	text-align: center; 
	margin: 5px 0;
}
.block-border:before {
    content: '';
    border: 8px solid #95B64E;
    width: 67%;
    position: absolute;
    height: 70%;
    z-index: 0;
    top: -16px;
}
.block-border.right-border:before{
	right: 0;
}
/*----------------LISTS----------------*/
.icons-box {
    text-align: center;
    font-weight: bold;
    margin: 25px 0;
	overflow: hidden;
}
.icons-box img {
	width: 64px;
    display: block;
    margin: 0 auto;
}
ul.styled-ok {
	list-style: none;
	padding: 0;
	font-weight: bold;
}
.styled-ok li {
	margin: 5px 0;
}
.styled-ok li:before {
	content: '\f00c';
	font-family: 'FontAwesome';
	color: #95B64E;
	margin-right: 10px;
	font-size: 18px;
}
.styled-ok-block {
	display: block;
}
.styled-ok-block p{
    text-align: right;
    display: inline-block;
    float: left;
    margin: 20px 40px 0 0;
    font-weight: bold;
}
.styled-ok-block .styled-ok {display: inline-block;}
/* flexslider fix*/
.flexslider-hg-style-none {
  margin: 0;
}
.flexslider-hg-style-none.flexslider ul {
  list-style: none;
}
.contact-title, .contact-form {margin-top: 30px;}
.post-link {font-size: 24px;}