.owl-theme .owl-controls{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-controls .owl-nav [class*=owl-]{color:#fff;font-size:14px;display:inline-block;cursor:pointer;}.owl-theme .owl-controls .owl-nav [class*=owl-]:hover{background:#D7A0FA;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;zoom:1;*display:inline}

@media print,screen{
.owl-theme .owl-controls{

	padding:0;
	margin:2.5vw 0 0 0;
	height:7.8125vw;
	}
.owl-theme .owl-dots .owl-dot{
	margin:0 1.5625vw;
}
.owl-theme .owl-dots .owl-dot span{
		background-image:url(../img/carouseldot.png);
		width:7.8125vw;
		height:7.8125vw;
		background-size:7.8125vw; auto;
		background-repeat: no-repeat;
		overflow:hidden;
		display:block;
	}
	.owl-theme .owl-dots .owl-dot.active span{
		background-position:0 -7.8125vw;;
	}
}


@media print,screen and (min-width: 640px) {
.owl-theme .owl-controls{
	margin:0;
	padding:0;
	height:40px;
	background-repeat: no-repeat;
	background-position: center top;
	}
	.owl-theme .owl-dots .owl-dot{
		margin:10px 5px 0 5px;
	}

	.owl-theme .owl-controls{
		margin:0;
	}
.owl-theme .owl-dots .owl-dot span{
		background-image:url(../img/carouseldot.png);
		width:30px;
		height:30px;
		background-size:30px auto;
		overflow:hidden;
		display:block;
	}
	.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{
		background-position:0 -30px;
	}
}