/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-theme .owl-dots, .owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}
.owl-theme .owl-nav [class*=owl-] i {
    font-size: 30px;
    color: white;
}
.owl-theme .owl-nav [class*=owl-] {
    position: relative;
    width: 45px;
    height: 45px;
    padding: 5px;
    background: none;
    border: 1px solid #fff !important;
    border-radius: 50% !important;
    display: inline-block;
    cursor: pointer;
    border-radius: 0;
    border: none;
    opacity: .5;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    opacity: 1;
    text-decoration: none
}

.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    border: 1px solid #00cbff;
    border-radius: 50%;
    margin: 0 3px;
    opacity: .6;
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 3px;
    background: #00ccff;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px
}
.owl-theme .owl-dots .owl-dot:hover , .owl-theme .owl-dots .owl-dot.active {
    opacity: 1;
}
