/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
 #slide .owl-theme .owl-dots{
 	text-align:center;
 	-webkit-tap-highlight-color:transparent
 }
 #slide .owl-theme .owl-dots .owl-dot {
 	display: inline-block;
 	zoom: 1;
 	background: transparent;
 	border: none;
 }
 #slide .owl-theme .owl-dots .owl-dot span{
 	display: inline-block;
 	width: 10px;
 	height: 10px;
 	margin: 1px;
 	border: 1px solid #fff;
 	border-radius: 10px;
 	background-color: rgba(0, 0, 0, 0);
 }
 #slide .owl-theme .owl-dots .owl-dot.active span,
 #slide .owl-theme .owl-dots .owl-dot:hover span{
 	width: 12px;
 	height: 12px;
 	background-color: #fff;
 }
 #slide .owl-prev {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 10%;
    opacity: 0.5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgb(0 0 0 / 60%);
    background-color: rgba(0, 0, 0, 0);
    border: none;
    outline: none;
}
#slide .owl-next {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    bottom: 0;
    width: 10%;
    opacity: 0.5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgb(0 0 0 / 60%);
    background-color: rgba(0, 0, 0, 0);
    border: none;
    outline: none;
}
#slide .owl-next:hover, #slide .owl-prev:hover {
    outline: 0;
    color: #fff !important;
    text-decoration: none;
    opacity: 0.9 !important;
    filter: alpha(opacity=90);
}
#slide .owl-nav i {
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    transition: opacity 3s ease;
    -webkit-transition: opacity 3s ease;
}