 
/*  ul{margin:0px; padding:0px;  }
body{margin:0; padding:0px;}
img{width:100%;}*/
.owl-dots{display:none!important;}
.owl-nav{float:left;margin:20px 0;position:absolute;width:100%;}
/*.owl-theme .owl-controls{margin-top:10px;text-align:right;-webkit-tap-highlight-color:transparent;display:block!important;}*/
/*.owl-theme .owl-controls {
    display: block !important;
    float: left;
    position: absolute;
    text-align: right;
    top: 50%;
    transform: translateY(-50%);
    width:920px;}*/
.owl-theme .owl-controls .owl-nav [class*="owl-"] {
  border-radius: 3px;
  cursor: pointer;
  display:block !important;
  position: relative;
  z-index: 9999999;
}
.owl-theme .owl-controls .owl-nav [class*=owl-]:hover{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}
.owl-controls.clickable{position:absolute;right:0;top:-30px;width:50px;}
.owl-prev{float:left;}
.owl-next{float:left;}

/*.owl-prev{cursor:pointer; 
    background: rgba(0, 0, 0, 0.15) none repeat scroll 0 0;
    height: 100%;
    position: absolute;
    left:0px;
    top:0px;
    width: 30px;
}
.owl-next{
background: rgba(0, 0, 0, 0.15) none repeat scroll 0 0;
    cursor: pointer;
    height: 100%;
    position: absolute;
    right:0px;
    top: 0;
    width:30px;
}*/
