/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under:  SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-nav,.owl-theme .owl-dots{text-align:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*='owl-']:hover{color:#2196F3;background:0 0}.owl-theme .owl-nav [class*='owl-'].active{color:#2196F3;background:0 0}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-dots{margin:0;padding:0}.owl-theme .owl-dots .owl-dot{display:inline-block;width:12px;height:12px;margin:5px 5px;background:#D6D6D6;cursor:pointer;-webkit-border-radius:30px;border-radius:30px;-webkit-transition:background-color .15s ease-out;transition:background-color .15s ease-out}.owl-theme .owl-dots .owl-dot.active{background:#2196F3}.owl-theme .owl-dots .owl-dot:hover{background:#869EBF}
