/* 
 * 	Default theme - Owl Carousel CSS File
 */

.owl-theme .owl-nav {
	width: 0px;
	height: 0px;
}
.owl-theme .owl-nav [class*='owl-'] {
	width: 38px;
	height: 61px;
	margin-top: -30px;
	text-indent: -999px;
	overflow: hidden;
	-webkit-tap-highlight-color: transparent;
	background: url(owl_nav.gif) left top no-repeat;
	opacity: 0.7;
	position: absolute;
	top: 50%;
}
.owl-theme .owl-nav [class*='owl-']:hover {
	opacity: 1;
}
.owl-theme .owl-nav .owl-prev {
	left: 0px;
}
.owl-theme .owl-nav .owl-next {
	background-position: right top;
	right: 0px;
}

.owl-theme .owl-dots {
	width: 100%;
	height: 20px;
	padding: 15px 0px;
	/*background: rgba(0, 0, 0, 0.5);*/
	position: absolute;
	left: 0px;
	bottom: 0px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  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;
}
