.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #b92300;
}

.owl-theme .owl-nav {
    margin-top: 0;
    position: absolute;
    right: -35px;
    top: -55px;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    font-size: 45px;
    color: black;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
    color: #b92300;
    text-decoration: none;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    width: 780px;
    border-top: solid 1px #dedede;
}

.owl-carousel.scuro .owl-stage-outer {
    position: relative;
    overflow: hidden;
    width: 770px;
    background-color: black;
    padding: 6px 7px 32px;
}

.owl-carousel {
    margin-top: 20px;
}

.owl-carousel .ultime-news {
    margin-top: 2px;
}

.owl-carousel .home-boxes {
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
    float: none !important;
    margin-right: 0 !important;
    width: 242px !important;
}

.owl-theme .owl-dots {
    position: absolute;
    bottom: 0;
    right: -25px;
}

.owl-carousel.scuro .home-boxes h3, .owl-carousel.scuro .home-boxes .data_news, .owl-carousel.scuro .home-boxes a, .owl-carousel.scuro .home-boxes a:hover {
    color: white !important;
}

@media (max-width: 768px) {

    .owl-carousel .home-boxes {
        width: 100% !important;
    }
    .owl-carousel .home-boxes img {
        width: 100% !important;
        height: auto !important;
    }

    .owl-theme .owl-nav {
        display: none !important;
    }

    .owl-theme .owl-dots {
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
    }

    .owl-carousel {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .owl-carousel.scuro .owl-stage-outer {
        position: relative;
        overflow: hidden;
        width: 100%;
        background-color: black;
        padding: 0 0 45px;
    }


}