/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */

 .owl-nav {
	margin-top: 10px;
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}

 /*.owl-nav [class*='owl-'] {
	color: #FFF;
	font-size: 14px;
	margin: 5px;
	padding: 4px 7px;
	background: #D6D6D6;
	display: inline-block;
	cursor: pointer;
	border-radius: 3px;
}*/

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

 .owl-nav .disabled {
	opacity: 0.5;
	cursor: default!important;
}

 .owl-nav.disabled + .owl-dots {
	margin-top: 10px;
}

 .owl-dots {
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}

 .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.owl-dots .owl-dot span {
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	background: #D6D6D6;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity 200ms ease;
	border-radius: 30px;
	border: 2px solid rgba(0, 153, 151, 0);
	box-shadow: 0px 0px 0px 0px rgba(0, 153, 151, 0.5);
	


    border:2px solid #009997 transparent;

}

.owl-dots .owl-dot:hover:not(.active) span {
	border: 2px solid rgba(0, 153, 151, 1);
	box-shadow: 0px 0px 0px 10px rgba(0, 153, 151, 0);
	transition: all 0.5s ease;
	background:#efefef;
}

 .owl-dots .owl-dot.active span {
	background:#efefef;
	border:2px solid #009997;
}
