@media (max-width: 1200){
    .mostra{
        display: block !important;
    }
    .cambio{
        color: black !important;
    }
    
}

.nero{
    color: black !important;
}

.bianco{
    color: white !important;
}

.slider-figo{
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    
    -webkit-transition: background-image 1s ;
    -moz-transition: background-image 1s;
    -o-transition: background-image 1s;
    transition: background-image 1s;
}

a#ui-to-top:hover {
    background: green;
}

.mob-nav a:hover{
    background-color: transparent !important;
}

.bottoni-menu{
    margin-top: 150px;
    margin-bottom: 150px !important;
}

.bottone-menu{
    margin-left: 30px;
}


@media (max-width: 570px){
    .bottone-menu{
        display: block;
        margin: auto;
        width: 75%;
        margin-bottom: 30px !important;
    }
}