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