.owl-theme .owl-controls {
	margin-top:0px; position:absolute; top:-36px; right:0px;
	text-align:right;
	-webkit-tap-highlight-color:transparent
}
.owl-theme .owl-controls .owl-nav [class*=owl-] {
color:#fff; border:1px solid #FFFFFF;
font-size:16px;
margin:0px; margin-left:5px;
padding:0px 8px;
background:#e74e25;
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
}
.owl-theme .owl-dots .owl-dot span {
	width:0px;
	height:0px;
	margin:0px 0px;
	background:#FFFFFF;
	display:block;
	-webkit-backface-visibility:visible;
-webkit-transition:opacity .2s ease;
-moz-transition:opacity .2s ease;
-ms-transition:opacity .2s ease;
-o-transition:opacity .2s ease;
transition:opacity .2s 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
}
