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

/*

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

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



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

}

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

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

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

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

#image-6 {
    background: url(../img/galleryrasata/rasata7.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: 880px;
    }

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

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

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

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

    .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: 950px;
    }

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

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

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

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

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

    .testo {
        height: 850px;
        width: 75vw;
        top: 330px;
        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;
    }

    .lineablu {
        bottom: 5px;
    }

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

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

    .fascia_descr {
        height: 1070px;
    }

    .testo {
        height: 850px;
        width: 75vw;
        top: 240px;
        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;
    }
}
