* {margin: 0; padding: 0;}

.owl-carousel { text-align: center; }

.owl-carousel .owl-dots {
    bottom: -30px;
}

.owl-carousel .owl-dots button:before {
    color: #838383;
}

.owl-carousel .owl-nav button {
    color: grey;
    background: grey;
    height:100%;
}

.owl-carousel .owl-nav button:hover,
.owl-carousel .owl-nav button:focus {
    color: black;
    background: black;
}

.owl-carousel .owl-item {
    opacity: 0.5;
    background: #000;
    text-align: center;
}

.owl-stage { background: #000; }

.owl-carousel .owl-item.center {
    opacity: 1;
    background: none;
}

.owl-carousel .owl-dots {
    text-align: center;
    padding-top: 15px;
}

.owl-carousel .owl-dots button.owl-dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: inline-block;
    background: #ccc;
    margin: 0 3px;
}

.owl-carousel .owl-dots button.owl-dot.active {
    background-color: #000;
}
.owl-carousel .owl-dots button.owl-dot:focus {
    outline: none;
}