﻿.owl-theme .owl-controls {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

    .owl-theme .owl-controls .owl-nav [class*=owl-] {
        color: #fff;
        /* font-size: 60px; */
        /* font-weight: bold; */
        margin: 5px;
        /* padding: 3px 7px 1px 7px; */
        display: inline-block;
        cursor: pointer;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 100%;
        /* margin: -50px 10px 0 10px; */
        position: relative;
        z-index: 1;
    }

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

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

/*.owl-prev {
    left: 0;
}

.owl-next {
    right: 0;
}*/

.owl-nav {
    margin: 0px 0 0 0;
}

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

    .owl-theme .owl-dots .owl-dot span {
        border: 1px solid #fff;
        padding: 4px;
        width: 5px;
        height: 5px;
        margin: 5px 7px;
        background: url(../images/bg-control.png) no-repeat;
        display: block;
        -webkit-backface-visibility: visible;
        -webkit-transition: opacity 200ms ease;
        -moz-transition: opacity 200ms ease;
        -ms-transition: opacity 200ms ease;
        -o-transition: opacity 200ms ease;
        transition: opacity 200ms ease;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
    }

    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
        background: url("../images/btn-activebanner.png") no-repeat;
        padding: 4px;
    }

#slider .owl-dots {
    position: relative;
    z-index: 2;
    top: -44px;
}

@media screen and (max-width: 980px) {
    .owl-theme .owl-dots .owl-dot span {
        border: 1px solid #aaa;
    }
}
