/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-theme .owl-dots, .owl-theme .owl-nav {
	text-align: center;
	-webkit-tap-highlight-color: transparent
}
.owl-theme .owl-nav {
	/* display: inline; */
	position: absolute;
	top: -70px;
	right: 0;
}
.owl-theme .owl-nav [class*=owl-] {
	margin-top: 0;
	display: inline-block;
}
.owl-theme .owl-nav .owl-prev{
    cursor: pointer;
    background: url(../images/prev-arrow-small.png) no-repeat  50%;
    width: 20px;
    height: 20px;
    filter: alpha(opacity=30); /* For IE8 and earlier */
    position: relative;
    opacity: .3;
    /* margin-left: -25px; */
    border: 1px solid #000;
}
.owl-theme .owl-nav .owl-next{
    cursor: pointer;
    background:url(../images/next-arrow-small.png) no-repeat 50%;
    width: 20px;
    height: 20px;
    margin-left: 10px;
    opacity: 1;
    filter: alpha(opacity=30); /* For IE8 and earlier */
    position: relative;
    opacity: .3;
    border: 1px solid #000;
    /* margin-left: 25px; */
}
.owl-theme .owl-nav .owl-next:hover,
.owl-theme .owl-nav .owl-prev:hover{
	background-color: #fff;
	opacity: .5;
	
    filter: alpha(opacity=50); /* For IE8 and earlier */}
.owl-theme .owl-nav [class*=owl-]:hover {
	
	color: #FFF;
	text-decoration: none
}
.owl-theme .owl-nav .disabled {
	opacity: .1 !important;
	cursor: default;
}
.owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: 30px;
}
.owl-theme .owl-dots .owl-dot.active{margin-top: 10px;position: relative;}
.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
	/* z-index: 99999; */
	/* opacity: 1; */
}
.owl-theme .owl-dots .owl-dot span {
	margin: 5px;
	background: #000;
	display: inline-block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	height: 10px;
	width: 10px;
	border-radius: 0;
	position: relative;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #000000;
}

.owl-theme .owl-dots .owl-dot.active span{
	background: #1364e9;
	width: 10px;
	height: 10px;
}
