/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots{position: absolute; z-index: 99; bottom: 461px; right: 0;}
.owl-theme .owl-dots,
.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent; position: relative;}
.owl-theme .owl-nav{margin-top:10px}
.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px; -webkit-transition: all .3s; -moz-transition: all .3s; -o-transition: all .3s; transition: all .3s;}
.owl-theme .owl-nav [class*=owl-]:hover{text-decoration:none;}
.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}
.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}
.owl-theme .owl-dots .owl-dot{/*display:inline-block*/;zoom:1; float:right; }
.owl-theme .owl-dots .owl-dot span{width:8px;height:8px;margin:5px 7px;background:#a0c31c;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px;}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span{background:#a0c31c; width: 11px; height: 11px;}
.owl-next{position: absolute; right: 0; width: 20px; height: 14px; bottom: -20px; z-index: 99; background-color: #fff; padding: 0; margin: 0!important; color: #333!important;}
.owl-next span{padding: 0; margin: 0; width: 100%; font-size: 18px; height: 100%; float: left;}
.owl-next span i{font-size: 18px; color:#fff; margin-top: 6px;}
.owl-prev{position: absolute; right: 30px; width: 20px; height: 14px; bottom: -20px; z-index: 99; background-color: #fff; padding: 0; margin: 0!important; color: #333!important;}
.owl-prev span{padding: 0; margin: 0; width: 100%; font-size: 18px; height: 100%; float: left;}
.owl-prev span i{font-size: 18px; color: #fff; margin-top: 6px;}
