/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
	margin: 0;
	text-align: center;
	-webkit-tap-highlight-color: transparent; 
	position: absolute;
	z-index: 2;
	top: 50%;
	width: 100%;
}

.owl-theme .owl-nav [class*='owl-'] {
    font-size: 14px;
    margin: 0;
    padding: 0;
    /*background: #D6D6D6;*/
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; 
	position: absolute;
	top: -25px;
}

.owl-theme .owl-nav [class*='owl-']:hover {
     /* background: #869791;*/
      color: #869791;
      text-decoration: none; 
}

.owl-theme  .owl-prev {
	left: 10%;
}

.owl-theme  .owl-next {
	right: 10%;
}

.owl-theme .owl-nav .disabled {
    opacity: 0.3;
    cursor: default; 
}

.owl-theme .owl-nav.disabled + .owl-dots {
    
}

.owl-theme .owl-dots {
	text-align: center;
	-webkit-tap-highlight-color: transparent; 
    position: relative;
    text-align: center;
	display: table;
	margin: 0 auto;
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
	margin: 0 10px 0 0;
    zoom: 1;
    *display: inline; 
}

.owl-theme .owl-dots .owl-dot span {
	display: block;
	background: #fff;
	padding: 5px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
}

.owl-theme .owl-dots .owl-dot:hover span {}

.owl-theme .owl-dots .owl-dot.active span{
	background: #4e7dff;
}