@charset "utf-8";
/* CSS Document */

.item>img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}

/* Button */
.owl-nav button:hover {
    background: transparent !important;
}

.owl-next, .owl-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px !important;
    color: #fff !important;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    filter: alpha(opacity=50);
    opacity: .5;
    height: 100%;
}

.owl-next {
    right: 0;
    left: auto;
}

/* Dots */
.owl-dot span {
    background: rgba(0,0,0,0) !important;
}

.owl-dots {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}

.owl-dots .active span {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff !important;
}

.owl-dots span {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(0,0,0,0);
    border: 1px solid #fff;
    border-radius: 10px;
}

@media screen and (min-width: 768px)
{
    .owl-dots {
        bottom: 20px;
    }
}