/**
 * 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-dots {
	position:absolute;
	width:100%;
	bottom:50px;
	display:none;
}

@media (max-width: 767px){
	.owl-theme .owl-dots {
	position:absolute;
	width:100%;
	bottom:80px;
	}
}


.owl-theme .owl-nav {
	position: absolute;
	width: 100%;
	top: 0;
}
.owl-carousel .owl-nav button.owl-next {
	right:0;
	min-width:0;
	position:absolute;
	height:70px;
	width:25px;
	margin:0;
	top:190px;
	text-indent:-999999px;
	background: rgba(0, 0, 0, 0.2);
	
}
@media (max-width: 767px){
.owl-carousel .owl-nav button.owl-next{
	top:85px;
}
}
.owl-carousel .owl-nav button.owl-next span{
	background:url(/home/images/icon_owl_arrow_right.gif) no-repeat center;
	width:25px;
	height:15px;
	display:block;
}
.owl-carousel .owl-nav button.owl-prev {
	left:0;
	min-width:0;
	position:absolute;
	height:70px;
	width:25px;
	margin:0;
	top:190px;
	text-indent:-999999px;
	background: rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px){
.owl-carousel .owl-nav button.owl-prev{
	top:85px;
}
}
.owl-carousel .owl-nav button.owl-prev span{
	background:url(/home/images/icon_owl_arrow_left.gif) no-repeat center;
	width:25px;
	height:15px;
	display:block;
}
 .owl-theme .owl-nav [class*=owl-] {
 color:#FFF;
 font-size:14px;
 margin:5px;
 padding:4px 7px;
 background:#D6D6D6;
 display:inline-block;
 cursor:pointer;
 border-radius:0;
}
.owl-theme .owl-nav [class*=owl-]:hover {

 color:#FFF;
 text-decoration:none;
}
.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;
	min-width: 0;
	outline:none;
	width:auto;
}
.owl-theme .owl-dots .owl-dot span {
	width:30px;
	height:10px;
	margin:5px 7px;
	background:#f3f3f4;
	display:block;
	-webkit-backface-visibility:visible;
 transition:opacity .2s ease;
	border-radius:0;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background:#ffcc0a;
}
