/**
 * Top Carousel v2.2.1
 */
.top-theme .top-dots,
.top-theme .top-nav{text-align:center;-webkit-tap-highlight-color:transparent}
.top-theme .top-nav{margin-top:10px}
.top-theme .top-nav [class*=top-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px;position: absolute;}
.top-theme .top-nav [class*=top-]:hover{background:#869791;color:#FFF;text-decoration:none}
.top-theme .top-nav .disabled{opacity:.5;cursor:default}
.top-theme .top-nav.disabled+.top-dots{margin-top:10px}
.top-theme .top-dots .top-dot{display:inline-block;zoom:1}
.top-theme .top-dots .top-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}
.top-theme .top-dots .top-dot.active span,.top-theme .top-dots .top-dot:hover span{background:#869791}