/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}
.owl-theme .owl-nav [class*=owl-]{display:inline-block;margin:5px;padding:4px 7px;border-radius:3px;background:#D6D6D6;font-size:14px;color:#FFF;cursor:pointer}
.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}
.owl-theme .owl-nav .disabled{opacity:0.5;cursor:default}
.owl-theme .owl-nav.disabled + .owl-dots{margin-top:10px}
.owl-theme .owl-dots{padding-top:20px;text-align:center;-webkit-tap-highlight-color:transparent}
.owl-theme .owl-dots .owl-dot{display:inline-block;*display:inline;zoom:1}
.owl-theme .owl-dots .owl-dot span{display:block;width:14px;height:14px;margin:0 3px;border-radius:14px;background:#e5e5e5;-webkit-backface-visibility:visible;transition:opacity 200ms ease}
.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#ffdb40}

