.owl-theme .owl-controls {
    margin-top: 0;
    text-align: center
}

    .owl-theme .owl-controls .owl-buttons div {
        background: #1c2224 none repeat scroll 0 0;
        border-radius: 30px;
        color: #fff;
        display: inline-block;
        font-size: 21px;
        height: 40px;
        line-height: 40px;
        margin: 0 20px;
        opacity: .8;
        text-align: center;
        text-transform: uppercase;
        width: 40px;
        transform: translateY(-50%) !important
    }

        .owl-theme .owl-controls .owl-buttons div:hover {
            background: #000 none repeat scroll 0 0;
            color: #fff
        }

.owl-prev {
    left: 0;
    position: absolute;
    top: 50%;
    transition: all .45s cubic-bezier(.165,.84,.44,1) 0s
}

.owl-next {
    position: absolute;
    right: 0;
    top: 50%;
    transition: all .45s cubic-bezier(.165,.84,.44,1) 0s
}

.owl-carousel-category .owl-prev {
    top: 42%
}

.owl-carousel-category .owl-next {
    top: 42%
}

.owl-theme .owl-controls.clickable .owl-buttons div:hover {
    filter: Alpha(Opacity=100);
    opacity: 1;
    text-decoration: none
}

.owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
    *display: inline
}

    .owl-theme .owl-controls .owl-page span {
        display: block;
        width: 32px;
        height: 3px;
        margin: 5px 2px;
        filter: Alpha(Opacity=50);
        opacity: .5;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        background: #869791
    }

    .owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
        filter: Alpha(Opacity=100);
        opacity: 1
    }

    .owl-theme .owl-controls .owl-page span.owl-numbers {
        height: auto;
        width: auto;
        color: #fff;
        padding: 2px 10px;
        font-size: 12px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px
    }

.owl-item.loading {
    min-height: 150px;
    background: url(AjaxLoader.html) no-repeat center center
}
