.owl-controls{
	margin-top:10px;
	text-align:center;
	-webkit-tap-highlight-color:transparent ;
 }

.owl-controls .owl-nav [class*=owl-]{color:#fff;
	font-size:24px;
	margin:5px;
	padding:0px 7px 3px 7px ;
	background:#70cfea;
	display:inline-block;
	cursor:pointer;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px ;
}

.owl-controls .owl-nav [class*=owl-]:hover{
	background:#ddd;
	color:#fff;
	text-decoration:none ;
	background-color: #0000;
}

.owl-controls .owl-nav .disabled{
	opacity:.5;
	cursor:default
}

.owl-dots{
	margin-top: 15px;
	text-align: center;
}

.owl-dots button{
	appearance: none;
    -webkit-appearance: none;
    background: transparent;
    border: none;
    outline: none;
    box-shadow: none;
}

.owl-dots .owl-dot{
	display:inline-block;
	zoom:1;
	border: 0;
	margin: 0 5px;
	border-radius: 50%;

}

.owl-dots .owl-dot span{
	width:12px;
	height:12px;
	background:#535353;
	display:block;
	-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;
}

.owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span{
	background:#7e39ec;
}



.owl-nav.disabled,
.owl-dots.disabled{
    display: none!important;

}








@media screen and (max-width: 1100px) {


}


@media screen and (max-width: 700px) {







}