﻿/* NUOVO MP ------------------------------------------------------- */

.slide21_image-container {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.slide-nav-container {
    position: absolute;
    top: 590px;
    width: 100%;
    height: 150px;
    z-index: 5;
    background-color: rgba(0,0,0,0.5);
    color: #fff;
}

    .slide-nav-container a {
        color: #fff;
        text-decoration: none;
    }

.slide-nav-action {
    clear: both;
    margin: auto;
    max-width: 1176px;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    height: 50%;
}

.slide-nav-action-box {
    align-self: center;
    height: 100%;
    padding: 20px 10px 0 10px;
    width: 21%;
    cursor: pointer;
}

.slick-prev, .slick-next {
    height: 40px !important;
    width: 40px !important;
}

.slick-next {
    right: 40px !important;
}

.slick-prev {
    left: 40px !important;
}

/* RICERCA PER MOBILE */
.MobSrcNewContEx {
    clear: both;
    background-color: #f4f4f4;
    display: none;
    padding:15px 0;
}

.MobSrcNewCont {
    margin: auto;
    padding: 0px 10px 0px 10px;
}

.MobSrcNewSt {
    padding: 5px 15px;
    width: 98%;
    color: rgba(83,84,87,1);
    border: 1px solid #808080;
    font-size: 1.4rem;
    font-weight: 500;
    background: #fff;
    border-radius: 3px 0 0 3px;
}

.SrcMobNewSpi {
    margin: 0 0 8px 5px;
    color: rgba(12,119,183,1);
    font-style: italic
}
/* Extra small devices (phones, 400px and down) */
@media only screen and (max-width: 400px) {
    .easy-autocomplete-container ul {
        top: 0px;
    }
    .slide21_image-container {
        min-height: 200px;
    }

    .card_content {
        display: block;
    }

    .slide-nav-container {
        display: none;
    }
    .MobSrcNewContEx {
        display: block ;
    }

    .dida .dida-cont {
        padding: 20px 20px;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (max-width: 600px) {

    .easy-autocomplete-container ul {
        top: 0px;
    }
        .slide21_image-container {
        min-height: 250px;
    }

    .card_content {
        display: block;
    }

    .slide-nav-container {
        display: none;
    }

    .MobSrcNewContEx {
        display: block;
    }

    .dida .dida-cont {
        padding: 20px 20px;
    }
}

@media only screen and (min-width: 600px) {
    .easy-autocomplete-container ul {
        top: 0px;
    }
    .slide21_image-container {
        min-height: 250px;
    }

    .card_content {
        display: block;
    }

    .slide-nav-container {
        display: none;
    }

    .MobSrcNewContEx {
        display: block;
    }

    .dida .dida-cont {
        padding: 20px 20px;
    }
}


/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .slide21_image-container {
        min-height: 450px;
    }

    .slide-nav-container {
        display: none;
    }

    .card_content {
        display: block;
    }

    .dida .dida-cont {
        padding: 20px 20px;
    }
    .MobSrcNewContEx {
        display: block;
    }

}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .slide21_image-container {
        min-height: 600px;
    }

    .slide-nav-container {
        display: none;
    }

    .card_content {
        display: block;
    }

    .dida .dida-cont {
        padding: 25px 20px;
    }
    .MobSrcNewContEx {
        display: block;
    }

}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .slide21_image-container {
        min-height: 680px;
    }

    .dida .dida-cont {
        padding: 25px 20px;
    }

    .slide-nav-container {
        display: block;
    }

    .card_content {
        display: none;
    }

    .MobSrcNewContEx {
        display: none;
    }

}
