.owl-theme .owl-controls{margin-top:10px;text-align:center;-webkit-tap-highlight-color:transparent; position:absolute; top:14%; width:100%;}
.owl-theme .owl-controls .owl-nav [class*=owl-]{color:#80131c;font-size:22px;margin:5px; padding:4px 10px; display:inline-block;cursor:pointer;}
.owl-theme .owl-controls .owl-nav [class*=owl-]:hover{ color:#323232;text-decoration:none}
.owl-theme .owl-controls .owl-nav .owl-prev{ position:absolute; left:-50px;}
.owl-theme .owl-controls .owl-nav .owl-next{ position:absolute; right:-50px;}
.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: 15px; height: 15px; display: block; background: transparent; border:2px solid #77c9b3; cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; margin-right:8px;}
.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background: #80131c; }