/* 
 * 	iDisc theme - Owl Carousel CSS File
 */
 .owl-theme {
 	
 }
 .owl-amb-dots {
 	/* padding-bottom: 10px !important; */
 }
.owl-theme .owl-nav {
	margin-top: 10px;
	text-align: center;
	-webkit-tap-highlight-color: transparent;
  	
  	
	position: absolute;
	bottom: 45%;
	left: 0;
	width: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.owl-theme .owl-nav [class*='owl-'] {
	color: white;
	font-size: 14px;
	margin: 5px;
	display: inline-block;
	cursor: pointer;
	background: #d6d6d6;
	
	width: 45px;
	height: 45px;
}	
.owl-theme .owl-nav [class*='owl-']:hover {
  	background-color: #3e3f40;
	text-decoration: none
}
.owl-theme .owl-nav .disabled {
	opacity: 0.5;
	cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
	/*margin-top: 20px;*/
}
/*
.owl-theme .owl-nav .owl-prev {
	float: left;
	background: #d9dce1 url("./owl-carousel-img/nav-prev.png") top left no-repeat;
}
.owl-theme .owl-nav .owl-next {
	float: right;
	background: #d9dce1 url("./owl-carousel-img/nav-next.png") top left no-repeat;	
}
*/

.owl-theme .owl-dots {
	text-align: center;
	-webkit-tap-highlight-color: transparent;
  
  	padding: 0;
	position: absolute;
	bottom: 1px;
	left: 0;
	right: 0;
}
.owl-theme .owl-dots .owl-dot {
  	display: inline-block;
	zoom: 1;
	
	margin: 0;
	padding: 0;
	height: 20px;
}
.owl-theme .owl-dots .owl-dot span {
  	width: 11px;
	height: 11px;
	margin: 5px 7px;
	background: #d6d6d6;
	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
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #869791
}