/*div.certs div.cert{display:none;}
div.certs div.cert.toh_hidden{display:none;}

div.certs div.toh_conteiner{float:left;overflow:hidden;}
div.certs div.toh_dvig{position:relative;}


div.certs div.toh_left{width:40px;height:243px;float:left;cursor:pointer;
background-color:white;
color: #00696e;

}
div.certs div.toh_left:hover{background-color:#cccccc;}
div.certs div.toh_left::before{content:"\e079";font-size: 20px;
font-family: 'Glyphicons Halflings';
font-style: normal;
font-weight: 400;
line-height: 1;
padding:120px 0px 0px 10px;
display:block;}
div.certs div.toh_left.toh_noactive{color:#aaaaaa;cursor:default;background-color:white;}

div.certs div.toh_right{width:40px;height:243px;float:left;cursor:pointer;
background-color:white;
color: #00696e;
z-index:100;position:relative;
}
div.certs div.toh_right:hover{background-color:#cccccc;}
div.certs div.toh_right::before{content:"\e080";font-size: 20px;
font-family: 'Glyphicons Halflings';
font-style: normal;
font-weight: 400;
line-height: 1;
padding:120px 0px 0px 10px;
display:block;}
div.certs div.toh_right.toh_noactive{color:#aaaaaa;cursor:default;background-color:white;}*/
.owl-carousel {
	position: relative;
        display: inline-block;        
}
.owl-controls .owl-nav .owl-next,
.owl-controls .owl-nav .owl-prev {
	position: absolute;
	top: 50%;
	display: block;
	overflow: hidden;
	text-align: center;
	width: 20px;
	height: 20px;
	font-size: 20px;
	line-height: 1;
}
.owl-controls .owl-nav .owl-next.disabled,
.owl-controls .owl-nav .owl-prev.disabled {
	display: none !important;
}
.owl-controls .owl-nav .owl-prev {
	left: -25px;
}
.owl-controls .owl-nav .owl-next {
	right: -25px;
}
