.owl-theme .owl-controls{margin-top:10px;text-align:center;-webkit-tap-highlight-color:transparent}

.owl-theme .owl-controls .owl-nav [class*=owl-]{color:#fff;font-size:14px;margin:0px;padding:0;background-color:transparent;display:inline-block;cursor:pointer; width: 40px; height: 40px; text-indent: -9999px; opacity: 0.9; -webkit-transition:opacity 200ms ease;-moz-transition:opacity 200ms ease;-ms-transition:opacity 200ms ease;-o-transition:opacity 200ms ease;transition:opacity 200ms ease; }
.owl-theme .owl-controls .owl-nav .owl-prev { background: transparent url('../images/arrow-sprite.png') 0 0 no-repeat;  }
.owl-theme .owl-controls .owl-nav .owl-next { background: transparent url('../images/arrow-sprite.png') -40px 0 no-repeat;  }
.owl-theme .owl-controls .owl-nav [class*=owl-]:hover{text-decoration:none; opacity: 1.0; }
.owl-theme .owl-controls .owl-nav .owl-prev:hover{text-decoration:none; opacity: 1.0; background-position: 0 -40px; }
.owl-theme .owl-controls .owl-nav .owl-next:hover{text-decoration:none; opacity: 1.0; background-position: -40px -40px; }
.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:5px;height:5px;margin:5px 7px;background:#f3f3f5;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:#b61918}


