.owl-theme .owl-controls{
	margin-top:10px;
	text-align:center;
	-webkit-tap-highlight-color:transparent;
}
.owl-theme .owl-controls{
	position:absolute;
	left:0px;
	right:0px;
	bottom:20px;
	z-index:100;
}
.owl-theme .owl-controls .owl-nav [class*=owl-]{
	display:inline-block;
	margin:5px;
	padding:4px 7px;
	color:#fff;
	font-size:14px;
	cursor:pointer;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}
.owl-theme .owl-controls .owl-nav [class*=owl-]:hover{
	color:#fff;
	text-decoration:none;
}
.owl-theme .owl-controls .owl-nav .disabled{
	opacity:.5;
	cursor:default
}
.owl-theme .owl-dots .owl-dot{
	display:inline-block;
	*display:inline;
	zoom:1;
}
.owl-theme .owl-dots .owl-dot span{
	display:block;
	width:50px;
	height:3px;
	margin:5px 4px;
	-webkit-backface-visibility:visible;
	-webkit-transition:opacity 200ms ease;
	-moz-transition:opacity 200ms ease;
	-ms-transition:opacity 200ms ease;
	-o-transition:opacity 200ms ease;
	transition:opacity 200ms ease;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	background-color:rgba(255, 255, 255, 1);
/*	border:1px solid rgba(13, 125, 103, 0.8);*/
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
	background-color:rgba(102, 103, 68, 1);
/*	border:1px solid rgba(13, 125, 103, 0.8);*/
}
/*/////////////////////////////////////////////////////////////////////////*/
.catalog-one__carousel.owl-theme .owl-dots .owl-dot span{
	width:50px;
	height:3px;
	background-color:rgba(196, 196, 196, 1);
/*	border:1px solid rgba(111, 111, 111, 0.8);*/
}
.catalog-one__carousel.owl-theme .owl-dots .owl-dot.active span, .catalog-one__carousel.owl-theme .owl-dots .owl-dot:hover span{
	background-color:rgba(255, 255, 255, 0.8);
/*	border:1px solid rgba(0, 0, 0, 0.8);*/
}
.catalog-index__carousel-all .owl-theme .owl-controls, .partners .owl-theme .owl-controls{
	display:none !important;
}

@media (max-width:767px)
{
	.owl-theme .owl-controls{
		bottom:10px;
	}
	.owl-theme .owl-dots .owl-dot span, .catalog-one__carousel.owl-theme .owl-dots .owl-dot span{
		width:30px;
	}
}
