.owl-theme .owl-nav{
	margin-top:10px;
	text-align:center;
	-webkit-tap-highlight-color:transparent;
}
.owl-theme .owl-nav [class*='owl-']{
	color:#FFF;
	font-size:14px;
	margin:5px;
	padding:4px 7px;
	background:#D6D6D6;
	display:inline-block;
	cursor:pointer;
	border-radius:3px;
}
.owl-theme .owl-nav [class*='owl-']:hover{
	background:#869791;
	color:#FFF;
	text-decoration:none;
}
.owl-theme .owl-nav .disabled{
	opacity:0.5;
	cursor:default;
}
.owl-theme .owl-nav.disabled + .owl-dots{
	margin-top:10px;
}
.owl-theme .owl-dots{
	text-align:center;
	-webkit-tap-highlight-color:transparent;
	position:absolute;
	bottom:20px;
	left:50%;
	-webkit-transform:translateX(-50%);
	transform:translateX(-50%);
}
.owl-theme .owl-dots .owl-dot{
	display:inline-block;
	zoom:1;
	*display:inline;
}
.owl-theme .owl-dots .owl-dot span{
	width:12px;
	height:12px;
	margin:5px 7px;
	background:#979797;
	display:block;
	-webkit-backface-visibility:visible;
	transition:opacity 200ms ease;
	border-radius:0px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
	background:#ffffff;
}
/*side arrows*/
.owl-theme .owl-nav [class*='owl-']{
	transition:all 0.3s linear 0s;
}
.owl-theme .owl-nav .owl-prev{
	width:50px;
	height:50px;
	border-radius:50%;
	position:absolute;
	top:40%;
	margin-left:25px;
	border: 2px solid white;
	display:flex !important;
	background-color:rgba(40,41,45,0.2);
	justify-content:center;
	align-items:center;

}
.owl-theme .owl-nav .owl-next{
	width:50px;
	height:50px;
	border-radius:50%;
	position:absolute;
	top:40%;
	right:25px;
	border: 2px solid white;
	display:flex !important;
	background-color:rgba(40,41,45,0.2);
	justify-content:center;
	align-items:center;
}
.owl-prev i, .owl-next i{
	/*transform:scale(1, 6);*/
	color:white;
	font-size:2em;
}
.owl-theme .owl-nav [class*='owl-']:hover{
	background:#28292D;
	color:#FFF;
	text-decoration:none;
}
.owl-theme .owl-dots {
	bottom: 60px;
	z-index:60;
}
/*end side arrows*/
/*theme for otziv*/
.com-theme .item img{
	width:auto;
}
.com-theme .owl-nav{
	margin-top:10px;
	text-align:center;
	-webkit-tap-highlight-color:transparent;
}
.com-theme .owl-nav [class*='owl-']{
	color:#FFF;
	font-size:14px;
	margin:20px;
	padding:9px 7px;
	background:transparent;
	display:inline-block;
	cursor:pointer;
	border-radius:50%;
	width:40px;
	height:40px;
	opacity: 0.5;
}
.com-theme .owl-nav{
	position:absolute;
	right:0;
	bottom:0px;
	z-index:100;
}
.com-theme .owl-nav .owl-prev{
	padding-right:8px;
}
.com-theme .owl-nav .owl-next{
	padding-left:10px;
}
.com-theme .owl-nav [class*='owl-']:hover{
	background:transparent;
	color:#FFF;
	text-decoration:none;
	opacity: 1;
}
.com-theme .owl-nav .disabled{
	cursor:default !important;
	background:transparent;
	opacity: 0.3;
}
.com-theme .owl-nav .disabled:hover{
	background:transparent;
}
.com-theme .owl-nav.disabled + .owl-dots{
	margin-top:60px;
}
.com-theme .owl-dots{
	text-align:center;
	-webkit-tap-highlight-color:transparent;

	position:relative;
	display:block;
	margin-top:20px;
}
.com-theme .owl-dots .owl-dot{
	display:inline-block;
	zoom:1;
	*display:inline;
}
.com-theme .owl-dots .owl-dot span{
	width:10px;
	height:10px;
	margin:5px 7px;
	background:#D6D6D6;
	display:block;
	-webkit-backface-visibility:visible;
	transition:opacity 200ms ease;
	border-radius:30px;
}
.com-theme .owl-dots .owl-dot.active span, .com-theme .owl-dots .owl-dot:hover span{
	background:#7aaf42;
}
/*theme top buttons*/

.about-theme .item img{
	width:auto;
}
.about-theme .owl-nav{
	margin-top:10px;
	text-align:center;
	-webkit-tap-highlight-color:transparent;
}
.about-theme .owl-nav [class*='owl-']{
	color:#FFF;
	font-size:14px;
	margin:20px;
	padding:9px 7px;
	background:#7aaf42;
	display:inline-block;
	cursor:pointer;
	border-radius:50%;
	width:40px;
	height:40px;
}
.about-theme .owl-nav{
	position:absolute;
	right:0;
	z-index:100;
	top:-90px;
}
.about-theme .owl-nav .owl-prev{
	padding-right:8px;
}
.about-theme .owl-nav .owl-next{
	padding-left:10px;
}
.about-theme .owl-nav [class*='owl-']:hover{
	background:#5e9625;
	color:#FFF;
	text-decoration:none;
}
.about-theme .owl-nav .disabled{
	cursor:default !important;
	background:#D6D6D6;
}
.about-theme .owl-nav .disabled:hover{
	background:#D6D6D6;
}
.about-theme .owl-nav.disabled + .owl-dots{
	margin-top:60px;
}
.about-theme .owl-dots{
	text-align:center;
	-webkit-tap-highlight-color:transparent;

	position:relative;
	display:block;
	margin-top:20px;
}
.about-theme .owl-dots .owl-dot{
	display:inline-block;
	zoom:1;
	*display:inline;
}
.about-theme .owl-dots .owl-dot span{
	width:10px;
	height:10px;
	margin:5px 7px;
	background:#D6D6D6;
	display:block;
	-webkit-backface-visibility:visible;
	transition:opacity 200ms ease;
	border-radius:30px;
}
.about-theme .owl-dots .owl-dot.active span, .about-theme .owl-dots .owl-dot:hover span{
	background:#7aaf42;
}