.owl-theme .owl-controls {
	text-align: center;
	-webkit-tap-highlight-color: transparent
}
.owl-theme .owl-controls .owl-nav [class*=owl-] {
	color: #fff;
	font-size: 14px;
	margin: 5px;
	padding: 4px 7px;
	background: rgba(255,255,255,0.3);
	display: inline-block;
	cursor: pointer;

}
.owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
	background: #869791;
	color: #fff;
	text-decoration: none
}
.owl-theme .owl-controls .owl-nav .disabled {
	opacity: .5;
	cursor: default
}
.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
	*display: inline
}
.owl-theme .owl-dots .owl-dot span {
    width: 6px;
    height: 16px;
    margin: 10px 3px;
    border: 1px solid white;
    display: block;
}
.owl-theme .owl-dots .owl-dot.active span {
	background: rgba(255,255,255,1);
  animation:highlited 500ms linear infinite;
}

.owl-theme .owl-dots .owl-dot:hover span {
	background: rgba(255,255,255,1);
  animation:blink 100ms linear 2 alternate;
  
}