.owl-theme .owl-nav {
	margin-top: 10px;
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*='owl-'] {
	width:30px; height:30px; margin: 5px; padding:0; display:none; visibility:hidden; /*display: inline-block;*/
    color: #9fbc2e; font-size: 20px; line-height:30px;
	background:none;
    border:1px solid #9fbc2e; border-radius: 3px;
    cursor: pointer;
	transition:all 0.20s linear 0s;
	-o-transition:all 0.20s linear 0s;
	-ms-transition:all 0.20s linear 0s;
	-moz-transition:all 0.20s linear 0s;
	-webkit-transition:all 0.20s linear 0s;
}
.owl-theme .owl-nav [class*='owl-']:hover {
      color: #FFF; text-decoration: none;
	  background: #9fbc2e;
	  transition:all 0.20s linear 0s;
	-o-transition:all 0.20s linear 0s;
	-ms-transition:all 0.20s linear 0s;
	-moz-transition:all 0.20s linear 0s;
	-webkit-transition:all 0.20s linear 0s;
}
.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;
}
.owl-theme .owl-dots .owl-dot { display: inline-block; zoom: 1;}
.owl-theme .owl-dots .owl-dot span {
	width: 15px; height: 15px; margin: 5px 5px; display: block;
	background: #dadada;
	border-radius: 30px;
	-webkit-backface-visibility: visible;
	transition: opacity 200ms ease;
	transition:all 0.20s linear 0s;
	-o-transition:all 0.20s linear 0s;
	-ms-transition:all 0.20s linear 0s;
	-moz-transition:all 0.20s linear 0s;
	-webkit-transition:all 0.20s linear 0s;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span { background: #9fbc2e; }
.owl-item.active { animation: 4.5s ease-out 0s 1 zoomin;}

