/* 
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {

}
.owl-theme .owl-nav [class*='owl-'] {
	position:absolute;
	top:50%;
	margin-top:-150px;
	width:50px;
	height:300px;
}
.owl-theme .owl-nav [class*='owl-']:hover{
	opacity:0.5;
}
.owl-theme .owl-prev{left:20px; background:url(../img/arrow_left.png) no-repeat center center;}
.owl-theme .owl-next{right:20px; background:url(../img/arrow_right.png) no-repeat center center;}
/*
@media screen and (max-width: 1150px) {
	.owl-theme .owl-prev{left:-40px; }
	.owl-theme .owl-next{right:-40px; }
}
*/

.owl-theme .owl-nav .disabled {
	display:none !important;
	/*
	opacity: 0.5;
	cursor: default;
	*/
}
.owl-theme .owl-nav.disabled + .owl-dots {

}
.owl-theme .owl-dots {
	position:absolute;
	width:100%;
	bottom:-10px;
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
	*display: inline;
}
.owl-theme .owl-dots .owl-dot span {
	width: 8px;
	height: 8px;
	margin: 5px 5px;
	display: block;
	-webkit-backface-visibility: visible;
	-webkit-transition: opacity 200ms ease;
	-moz-transition: opacity 200ms ease;
	-ms-transition: opacity 200ms ease;
	-o-transition: opacity 200ms ease;
	transition: opacity 200ms ease;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	border:1px solid #40a3c8;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background:#40a3c8;
}

