.owl-theme .owl-controls {
  position: absolute;
  top: 0;
  bottom: 0; right: 0; left: 0;
  width: 100%;
  overflow: hidden;
}
.owl-theme .owl-controls .owl-nav [class*=owl-] {
 display: block;
 color:#fff;
  height: 260px;
  width: 85px;
 cursor:pointer;
  font-size: 0;
  text-indent: -9999px;
  background: rgba(156,203,60, .55) url('../../../images/slide-navigation.png') 27px 115px no-repeat;
}
.owl-theme .owl-controls .owl-nav .owl-prev{position: absolute; left: 0; top: 50%; transform: translateY(-50%)}
.owl-theme .owl-controls .owl-nav .owl-next{position: absolute; right: 0; top: 50%; transform: translateY(-50%); background-position: -447px 115px}
.owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
 background-color: rgb(156,203,60);
 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;
 *display:inline
}
.owl-theme .owl-dots .owl-dot span {
 width:10px;
 height:10px;
 margin:5px 7px;
 background:#d6d6d6;
 display:block;
 -webkit-backface-visibility:visible;
 -webkit-transition:opacity 200ms ease;
 -moz-transition:opacity 200ms ease;
 -ms-transition:opacity 200ms ease;
 -o-transition:opacity 200ms ease;
 transition:opacity 200ms 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
}


@media only screen and (max-width: 640px){
.owl-theme .owl-controls .owl-nav [class*=owl-] {
  height: 260px;
  width: 45px;
 cursor:pointer;
  font-size: 0;
  text-indent: -9999px;
  background: rgba(156,203,60, .55) url('../../../images/slide-navigation.png') 10px 115px no-repeat;
}
  .owl-theme .owl-controls .owl-nav .owl-next{background-position: -462px 115px}

}
