/* charset */
@charset "UTF-8";

/*


    font-family: 'Exo 2', sans-serif;

    font-family: 'Abel', sans-serif;



/* ++++++++++++  Immagini gallery 3d +++++++++  */
#image-1 {
    background: url(../img/galleryresina/resina7.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

}

#image-2 {
    background: url(../img/galleryresina/resina2.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#image-3 {
    background: url(../img/galleryresina/resina3.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#image-4 {
    background: url(../img/galleryresina/resina4.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#image-5 {
    background: url(../img/galleryresina/resina5.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#image-6 {
    background: url(../img/galleryresina/resina6.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

/* *************************RESPONSIVE************************ */
@media screen and (min-width:1025px) and (max-width:2500px) {
    .fascia_descr {
        height: 1120px;
    }

    #slider .arrows {
        top: 300px;
    }
}

@media screen and (min-width:900px) and (max-width:1024px) {
    .fascia_descr {
        height: 1140px;
    }

    #slider .arrows {
        top: 320px;
    }
}

@media screen and (min-width:768px) and (max-width:899px) {
    .fascia_descr {
        height: 1050px;
    }

    .testo {
        height: 850px;
        width: 65vw;
    }

    .testo p {
        font-size: 18px;
    }

    #slider .arrows {
        top: 310px;
    }

}

@media screen and (min-width:601px) and (max-width:767px) {
    #contenitore_slider {
        height: 500px;
    }

    .fascia_descr {
        height: 1210px;
    }

    .box_h2 {
        margin-left: -32vw;
    }

    .testo {
        height: 850px;
        width: 65vw;
        margin-left: -32vw;
        top: 300px;
    }

    .testo p {
        font-size: 18px;
    }

    #slider .arrows {
        top: 270px;
    }
}

@media screen and (min-width:480px) and (max-width:600px) {
    .fascia_descr {
        height: 1280px;
    }

    .testo {
        height: 850px;
        width: 75vw;
        top: 300px;
        margin-left: -37vw;
    }

    .testo p {
        font-size: 18px;
    }

    .box_h2 {
        margin-left: -37vw;
    }

    h2 {
        font-family: 'Abel', sans-serif;
        position: absolute;
        font-size: 60px;
        color: #003f90;
    }

    #slider .arrows {
        top: 290px;
    }
}

@media screen and (min-width:321px) and (max-width:479px) {
    #contenitore_slider {
        height: 500px;
    }

    .fascia_descr {
        height: 1230px;
    }

    .testo {
        height: 850px;
        width: 75vw;
        top: 200px;
        margin-left: -39vw;
    }

    .testo p {
        font-size: 16px;
    }

    .box_h2 {
        margin-left: -39vw;
    }

    h2 {
        font-size: 40px !important;
        line-height: 55px;
        top: -45px;
    }

    .lineablu {
        bottom: 70px;
    }

    #slider .arrows {
        top: 260px;
    }
}
