.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:3.125vw 0 0 0;
	padding:0;
	height:11.25vw;
	}
.owl-theme .owl-dots .owl-dot{
	margin:0 2.5vw;
}
.owl-theme .owl-dots .owl-dot span{
		width:5vw;
		height:5vw;
		background-color:#252525;
		overflow:hidden;
		display:block;
		border-radius:2.5vw;

	}
	.owl-theme .owl-dots .owl-dot.active span{
		background-color:#F25198;
	}
}


@media print,screen and (min-width: 640px) {
.owl-theme .owl-controls{
	margin:10px 0 0 0!important;
	padding:0;
	height:50px;
	
	}
	.owl-theme .owl-dots .owl-dot{
		margin:0 10px;
	}
	.owl-theme .owl-dots .owl-dot span{
		width:20px;
		height:20px;
		border-radius:10px;
	}

	.owl-theme .owl-controls{
		margin:0;
	}

	.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{
		background-color:#F25198;
	}
}