.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{
	margin:1.5625vw 0 0 0;
	padding:0;
	margin:5px;
	height:9.0625vw;
	}
.owl-theme .owl-dots .owl-dot{
	margin:0 1px;
}
.owl-theme .owl-dots .owl-dot span{
		background-image:url(../img/carouseldot.png);
		width:10.9375vw;
		height:9.0625vw;
		background-size:10.9375vw auto;
		background-repeat: no-repeat;
		overflow:hidden;
		display:block;
	}
	.owl-theme .owl-dots .owl-dot.active span{
		background-position:0 -9.0625vw;
	}
}


@media print,screen and (min-width: 640px) {
.owl-theme .owl-controls{
	margin:0;
	padding:0;
	height:60px;
	background-image:url(../../img/bg_controll01.png);
	background-repeat: no-repeat;
	background-position: center top;
	}
	.owl-theme .owl-dots .owl-dot{
		margin:5px 2px 0 2px;
	}

	.owl-theme .owl-controls{
		margin:0;
	}
.owl-theme .owl-dots .owl-dot span{
		background-image:url(../img/carouseldot.png);
		width:56px;
		height:46px;
		background-size:56px auto;
		overflow:hidden;
		display:block;
	}
	.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{
		background-position:0 -46px;
	}
}