/* Owl Carousel Theme */

.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-touch-callout: none;
}

.owl-theme .owl-nav [class*="owl-"] {
    color: #fff;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #333;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
    border: 2px solid transparent;
    transition: all 0.3s ease;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
    background: #000;
    color: #fff;
}

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

.owl-controls .owl-dot button {
    background-color: #888;
    border-radius: 50%;
    display: inline-block;
    height: 12px;
    margin: 5px 3px;
    padding: 0;
    width: 12px;
}

.owl-controls .owl-dot.active button,
.owl-controls .owl-dot button:hover {
    background-color: #717171;
}

.owl-controls {
    text-align: center;
    margin-top: 10px;
}

.owl-carousel .center .owl-item {
    text-align: center;
}

.owl-carousel:after {
    content: " ";
    display: table;
    clear: both;
}

/* Autoplay button */
.owl-autoplay-button {
    cursor: pointer;
    margin: 5px;
    padding: 5px 10px;
    background-color: #333;
    color: #fff;
    border-radius: 3px;
    transition: all 0.3s ease;
}

.owl-autoplay-button:hover {
    background-color: #000;
}
