/**
 * 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;
    position: absolute;
    bottom: 10px;
    right: 30px;
}

.owl-theme .owl-nav {
    margin-top: 10px;
    display: block;
    position: absolute;
    top: -55px;
    right: 7px;
    display: none;
}

.owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 15px;
    margin: 0px;
    padding: 4px 7px;
    background: #00487f;
    display: inline-block;
    cursor: pointer;
    border-radius: 0px;
    text-indent: 0px;
    height: 25px;
    margin-right: 5px;
    width: 25px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #ffaa00;
    color: #FFF;
    text-decoration: none;
}

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

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px;
    position: absolute;
    bottom: 0px;
    z-index: 9999999;
    right: 15px;
}

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

.owl-theme .owl-dots .owl-dot span {
    width: 29px;
    height: 12px;
    margin: 3px 3px;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 0%;
    background-color: rgba(255, 255, 255, 0.65);
}

.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span {
    background: rgba(0, 0, 0, 0.81);
}
