.owl-theme .owl-controls {  text-align:center; -webkit-tap-highlight-color:transparent }
.owl-theme .owl-controls .owl-nav [class*=owl-] {
font-size:0px;
width:10px; 
height:16px;
background:#d6d6d6;
display:inline-block;
cursor:pointer;

}
.owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
background:#869791;
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:8px; height:8px; margin:5px 6px; background:#97C23D; 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:50%; -moz-border-radius:50%; border-radius:50% ;     -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span { background:#97C23D; width: 26px; border-radius: 0px; border-radius: 50px;    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }





/*.owl-nav {bottom: 215px;position: relative;}*/

/*.owl-dot { display:none !important; }*/




#pay_slider .owl-nav {
  display: none
}

#pay_slider .owl-dots { position: absolute; left: 0; bottom: -63px; width: 100%; text-align: center; display: inline-block;}
#pay_slider .owl-dot { display:inline-block !important; }



#product_slider .owl-nav{display: none;}











#client_says .owl-nav{ display: none}
#client_says .owl-dot {
	display: inline-block !important;
}


#offerslider .owl-dots{display: none !important;}
#offerslider .owl-nav {
    position: initial;
    top: 0%; ;
    right: 0px;
    z-index: 1;
    width:100%; height: 100%;
    margin-top: 0;}



#offerslider .owl-prev {
    width: 34px;
    height: 56px;
    background: url(../img/arrow_left.png) center no-repeat;
    cursor: pointer;
    font-size: 0; 
    float: left; border-radius: 0%;position: absolute; top: 50%; transform: translate(0%, -50%);
left: -23px;}

#offerslider .owl-next {
    width: 34px;
    height: 56px;
    background: url(../img/arrow_right.png) center no-repeat; 
    cursor: pointer;
    font-size: 0;
    float: right; border-radius: 0%;position: absolute; top: 50%; transform: translate(0%, -50%);
right: -23px;}



