.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:-36px;
	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:12px;
	height:12px;
	margin:5px 3px;
	-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:30px;
	-moz-border-radius:30px;
	border-radius:30px;
	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(13, 125, 103, 0.4);
	border:1px solid rgba(13, 125, 103, 0.8);
}
/*/////////////////////////////////////////////////////////////////////////*/
.catalog-one__carousel.owl-theme .owl-dots .owl-dot span{
	width:10px;
	height:10px;
	background-color:rgba(111, 111, 111, 0.8);
	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(0, 0, 0, 0.8);
	border:1px solid rgba(0, 0, 0, 0.8);
}
.catalog-index__carousel-all .owl-theme .owl-controls{
	display:none !important;
}