/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN 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 {
}
.owl-theme .owl-dots{ display:none;}
.owl-theme .owl-nav [class*=owl-] {
	display: inline-block;
	cursor: pointer;
	transition-duration: 0.5s;
}
button.owl-next{ right:-40px; position:absolute;top:40%;opacity: .5;transition-duration: 0.5s;}
button.owl-prev{left:-40px; position:absolute;top:40%;opacity: .5;transition-duration: 0.5s;}
button.owl-next:hover{ opacity: 1;transition-duration: 0.5s; cursor:pointer;}
button.owl-prev:hover{opacity: 1;transition-duration: 0.5s; cursor:pointer;}

button.owl-next img{ width:16px;}
button.owl-prev img{width:16px;}
.owl-theme .owl-nav [class*=owl-]:hover {
	text-decoration: none;transition-duration: 0.5s;
}
.owl-carousel .item-inner{-webkit-box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.3);
box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.3);}
.owl-carousel button.owl-prev{ border:none !important;}
#slider3 button.owl-next{top:35%;}
#slider3 button.owl-prev{top:35%;}
