/**
 * Owl Carousel v2.1.6
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:7px;height:7px;margin:0 10px;background:#bdc5cc;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#999ea5}

.owl-theme .owl-nav [class*=owl-]{
	width:48px;
	height:92.5px;
	font-size:0px;
	margin:0;
	padding:0;
	display:inline-block;
	cursor:pointer;
	}

.owl-theme .owl-nav .owl-prev {
	background:url(../img/prev.png);
	background-size:100%;
	position: absolute;
    top: 42%;
	left:10%;
	}
.owl-theme .owl-nav .owl-next {
	background:url(../img/next.png);
	background-size:100%;
	position: absolute;
    top: 42%;
	right:10%;
	}
	
@media only screen and (max-width: 1024px) {
.owl-theme .owl-nav .owl-prev {
	left:5%;
	}
.owl-theme .owl-nav .owl-next {
	right:5%;
	}
}
@media only screen and (max-width: 768px) {
.owl-theme .owl-nav [class*=owl-]{
    width: 23.5px;
    height: 45px;
}
.owl-theme .owl-nav .owl-prev {
    top: 38%;
	}
.owl-theme .owl-nav .owl-next {
    top: 38%;
	}
}