/**
/**
 * 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-dots { position: absolute; bottom: 10px; width: 100%; z-index: 9999; }
.owl-theme .owl-nav [class*=owl-] { z-index: 999; font-size: 1.2rem; line-height: 1.2rem; top: calc(50% - 20px); color: #fff; position: absolute; display: inline-block; background: rgba(0, 0, 0, .6); padding: .6rem .3rem; opacity: 0; -moz-transition: all .5s; -o-transition: all .5s; -webkit-transition: all .5s; transition: all .5s; }
.owl-theme .owl-dots, .owl-theme .owl-nav { text-align: center; -webkit-tap-highlight-color: transparent }
.owl-theme:hover .owl-nav [class*=owl-] { opacity: 1; }
    .owl-theme .owl-nav [class*=owl-]:hover { opacity: .5; }
    .owl-theme .owl-nav .disabled { cursor: default }
        .owl-theme .owl-nav.disabled + .owl-dots { margin-top: 10px }
    .owl-theme .owl-nav button.owl-next { right: 0px; }
    .owl-theme .owl-nav button.owl-prev { left: 0px; }
    .owl-theme .owl-dots .owl-dot { display: inline-block; zoom: 1 }
		.owl-theme .owl-dots .owl-dot span { width: 9px; height: 9px; margin: 0px 4px; background: #fff; opacity: .5; display: block; -webkit-backface-visibility: visible; transition: opacity .2s ease; border-radius: 30px }
		.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span { opacity: 1 }
		.owl-theme .owl-dots .owl-dot.active { -moz-transform: scale(1.4); -ms-transform: scale(1.4); -o-transform: scale(1.4); -webkit-transform: scale(1.4); transform: scale(1.4); }

