/**
 * gic Carousel v2.1.6
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
.gic-theme .gic-dots,.gic-theme .gic-nav{text-align:center;-webkit-tap-highlight-color:transparent}.gic-theme .gic-nav{margin-top:10px}.gic-theme .gic-nav [class*=gic-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.gic-theme .gic-nav [class*=gic-]:hover{background:#869791;color:#FFF;text-decoration:none}.gic-theme .gic-nav .disabled{opacity:.5;cursor:default}.gic-theme .gic-nav.disabled+.gic-dots{margin-top:10px}.gic-theme .gic-dots .gic-dot{display:inline-block;zoom:1}.gic-theme .gic-dots .gic-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.gic-theme .gic-dots .gic-dot.active span,.gic-theme .gic-dots .gic-dot:hover span{background:#869791}