.owl-theme .owl-dots, .owl-theme .owl-nav {
	text-align:center;
	-webkit-tap-highlight-color:transparent
}
.owl-theme .owl-nav {
	margin-top:10px
}
.owl-theme .owl-nav [class*=owl-] {
color:#222;
font-size:23px;
padding:3px 15px;
background:rgba(255, 255, 255, 0.75);
display:inline-block;
cursor:pointer;
border-radius:0px;
text-align:center;
}
.owl-theme .owl-nav [class*=owl-]:hover {
background:rgba(255, 255, 255, 1);
color:#222;
text-decoration:none
}
.owl-next{
	position: absolute;
    right: 0px;
    top: 115px;
}
.owl-prev{
	position: absolute;
    left: 0px;
    top: 115px;
}

.owl-theme .owl-nav .disabled {
	opacity:.5;
	cursor:default
}
.owl-theme .owl-nav.disabled+.owl-dots {
	margin-top:30px
}
.owl-theme .owl-dots .owl-dot {
	display:inline-block;
	zoom:1
}
.owl-theme .owl-dots .owl-dot span {
	width:18px;
	height:18px;
	margin:5px 7px;
	background:#597e44;
	display:block;
	-webkit-backface-visibility:visible;
transition:opacity .2s ease;
	border-radius:30px
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background:#fff
}
#owl-exampl1{
	position:relative;
}
/*#owl-exampl1 .owl-nav{
	position:absolute;
	right: -39px;
    top: 85px;
}*/
#owl-exampl1 .owl-nav [class*=owl-]{
	display:block;
}
#owl-exampl6{
	position:relative;
}
#owl-exampl6 .owl-nav{
	position:absolute;
	right: -24px;
    top: 85px;
}
#owl-exampl6 .owl-nav [class*=owl-]{
	display:block;
}
#owl-exampl2{
	position:relative;
}
#owl-exampl2 .owl-nav{
	position: absolute;
    left: -101%;
    bottom: 285px;
}
#owl-exampl2 .owl-nav [class*=owl-]{
	margin-right:4px;
}
#owl-exampl3{
	position:relative;
}
#owl-exampl3 .owl-nav{
	position:absolute;
	right: -23px;
    top: 85px;
}
#owl-exampl3 .owl-nav [class*=owl-]{
	display:block;
}
