/**
 * 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 {
    position: absolute;
    top: 50%;
    width: 100%;
}

.owl-theme .owl-nav .owl-prev {
    float: left;
    transform: rotate(45deg);
    left: 20px;

}

.owl-theme .owl-nav .owl-next {
    float: right;
    transform: rotate(-135deg);
    right: 20px;
}

.owl-theme .owl-nav [class*=owl-] {
    display: none;
    position: absolute;
    top: 50%;
    border-color: #fff;
    border-bottom: 8px solid rgba(255, 255, 255, .8);
    border-left: 8px solid rgba(255, 255, 255, .8);
    width: 20px;
    height: 20px;
    display: inline-block;
    cursor: pointer;
    text-indent: -999999px;
    overflow: hidden;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    border-color: #fff;
    border-bottom: 8px solid rgba(255, 255, 255, 1);
    border-left: 8px solid rgba(255, 255, 255, 1);
    border-top: 0;
    border-right: 0;
}

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

.owl-theme .owl-nav.disabled + .owl-dots {
    position: absolute;
    bottom: 5px;
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1
}

.owl-theme .owl-dots {
    position: absolute;
    bottom: 2%;
    width: 100%;
    text-align: center;
}

.owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    margin: 5px;
    background: #fff;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 50%;
    border: 2px solid #fff;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #00314a;
    border: 2px solid #fff;
}