.owl-theme .owl-controls {
	position: absolute;
	bottom: 1%;
	left: 50%;
	transform: translateX(-50%);
	-webkit-tap-highlight-color:transparent
}
.owl-theme .owl-controls .owl-nav [class*=owl-] {
	color:#fff;
	font-size:14px;
	margin:0;
	padding:4px 0;
	background:transparent;
	display:inline-block;
	cursor:pointer;
	border-radius:3px
}
.owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
	background:transparent;
	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:22px;
	height:22px;
	margin:5px 7px;
	background: rgba(121, 120, 137, 0.3);
	border: 2px solid rgb(255, 255, 255);
	display:block;
	-webkit-backface-visibility:visible;
	-webkit-transition:opacity 200ms ease;
	transition:opacity 200ms ease;
	border-radius:30px
}
.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span {
	background: rgb(255, 255, 255);
}
