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