/**
 * Owl Carousel v2.2.0
 * 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 {top:40%;position:absolute; z-index:-1}
.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:3px;
float:right;
background-position:right;
right:0px;

}
.owl-theme .owl-nav [class*=owl-]:hover {
background:#869791;
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
}
.owl-theme .owl-dots .owl-dot span {
	width:10px;
	height:10px;
	margin:5px 7px;
	background:#D6D6D6;
	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:#ffffff
}

.owl-theme .owl-dots .owl-dot span {
	width:8px;
	height:8px;
	margin:5px 7px;
	background:#D6D6D6;
	display:block;
	-webkit-backface-visibility:visible;
transition:opacity .2s ease;
	border-radius:30px;
	margin-top:15px;
	
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background:#ffffff
}



.owl-carousel .owl-controls .owl-dot, .owl-carousel .owl-controls .owl-nav .owl-next, .owl-carousel .owl-controls .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#sliderDiv.owl-carousel.owl-drag .owl-nav{ width:100%; left:0}
#sliderDiv.owl-carousel.owl-drag .owl-nav .owl-next, #sliderDiv.owl-carousel.owl-drag .owl-nav .owl-next:hover {
	background-color:transparent;
    background-repeat: no-repeat;
    background-size: auto 100%;
    cursor: pointer;
    height: 20px;
    width: 20px;
    background-image: url(../images/right.svg); 
    float:right;

	margin-right:-30px;
	background-position: right;

}


#sliderDiv.owl-carousel.owl-drag .owl-nav .owl-prev, #sliderDivs.owl-carousel.owl-drag .owl-nav .owl-prev:hover{
	background-color:transparent;
    background-repeat: no-repeat;   
    cursor: pointer;
    height: 20px;
    width: 20px;
    background-image: url(../images/left.svg);
    float:left;
	background-position:0 0;
	background-size: auto 100%;
	margin-left:-20px
	
}

#testimonial.owl-carousel.owl-drag .owl-nav{ width:100%; left:0}
#testimonial.owl-carousel.owl-drag .owl-nav .owl-next, #testimonial.owl-carousel.owl-drag .owl-nav .owl-next:hover {
	background-color:transparent;
    background-repeat: no-repeat;
    background-size: auto 100%;
    cursor: pointer;
    height: 20px;
    width: 20px;
    background-image: url(../images/right.svg); 
    float:right;

	margin-right:-30px;
	background-position: right;

}


#testimonial.owl-carousel.owl-drag .owl-nav .owl-prev, #testimonial.owl-carousel.owl-drag .owl-nav .owl-prev:hover{
	background-color:transparent;
    background-repeat: no-repeat;   
    cursor: pointer;
    height: 20px;
    width: 20px;
    background-image: url(../images/left.svg);
    float:left;
	background-position:0 0;
	background-size: auto 100%;
	margin-left:-20px
	
}




