.owl-theme .owl-nav{margin-top:10px;text-align:center;-webkit-tap-highlight-color:transparent;}
.owl-next {
   
    bottom: 0;
      border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
     width: 50px;
    color: #000;
	    font-weight: 700;
	background: #ffde00;
    text-align: center;
    opacity: .95;
    right: 0;
    font-size: 30px;
    padding-bottom: 7px;
    border: none;	
    position: absolute;
	    margin-bottom: -10px;
}


.owl-prev {

    bottom: 0;
      border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
        width: 50px;
 color: #000;
	    font-weight: 700;
	background: #ffde00;
    text-align: center;
    opacity: .95;
    right: 0;
    font-size: 30px;
     padding-bottom: 7px;
    border: none;	
	    position: absolute;
	    margin-bottom: -10px;

    margin-right: 60px;
}


.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:left;-webkit-tap-highlight-color:transparent;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:#869791;}

