/**
 * 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,.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots,.owl-theme .owl-nav{-webkit-tap-highlight-color:transparent;text-align:center}.owl-theme .owl-nav [class*=owl-]{color:#e1e1e1!important;font-size:90px!important;margin:5px;padding:4px 7px;background:0 0;display:inline-block;cursor:pointer;border-radius:0}.owl-theme .owl-nav [class*=owl-]:hover{background:0 0;color:#ccc!important;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-dots .owl-dot{display:inline-block;/*zoom:1*/}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:0 0;display:block;-webkit-backface-visibility:visible;transition:opacity .2s;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:0 0}.owl-nav .owl-prev{position:absolute;left:-50px;top:0}.owl-nav .owl-next{position:absolute;right:-50px;top:0}.owl-item{text-align:center}.owl-carousel .owl-item img{margin-left:auto;margin-right:auto}
