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

	position:relative;
	display:block;
	margin-top:20px;
}
.owl-theme .owl-dots .owl-dot{
	display:inline-block;
	zoom:1;
	*display:inline;
}
.owl-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;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
	background:#7aaf42;
}
/*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:#7aaf42;
	display:inline-block;
	cursor:pointer;
	border-radius:50%;
	width:40px;
	height:40px;
}
.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:#5e9625;
	color:#FFF;
	text-decoration:none;
}
.com-theme .owl-nav .disabled{
	cursor:default !important;
	background:#D6D6D6;
}
.com-theme .owl-nav .disabled:hover{
	background:#D6D6D6;
}
.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;
}
/*for video*/
.owl-carousel .owl-video-tn{
	min-height:300px;
	background-size:cover;
}
.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 55px;
	width: 55px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url(../../images/project/play.png) no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	transition: transform .1s ease;
}
.owl-carousel .owl-video-play-icon:hover{
	-ms-transform:scale(1.05);
	transform:scale(1.05);
}