
body{
    overflow-x: hidden;
}

figure{
    margin: 15px 0;
    text-align: center;
}
figure img{
    max-width: 100%;
    height: 190px;
}

main > .stripe {
    max-width: 100%;
    margin-right: 0;
}
.gallery_list {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.gallery_list p {
    height: 80px;
}
a.formRichiesta {
    cursor: pointer;
}
.gallery_list li {
    width: unset;
    margin: 40px 75px 0 0;
    float: none;
    flex-basis: 23%;
    padding: 7px 15px;
    border: 2px solid #dcdcdc;
}
.gallery_list li a.linkFamily{
    text-align: right;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
}
.gallery_list li a.linkFamily::after{
    content: url('/immagini_content/family_page_FRL_unit/arrowFamily.png');
    vertical-align: middle;
}
.press_room_section {
    padding-top: 0;
    overflow: hidden;
}
.titoloSerie a{
    color: #818181;
    margin: 0;
    font-size: 20px;
}
.titoloSerie a:hover{
    color: #e85113;
}

.titoloSerieOrange{
    color: #e85113;
}
.titoloSerie2 a{
    color: #818181;
    margin: 0;
    font-size: 16px;
}
.titoloSerie2 a:hover{
    color: #e85113;
}

.titoloSerie2Orange{
    color: #e85113;
}
h4.titoloSerie2.special_font_1 {
    margin: 0;
}
h4.titoloSerie.special_font_1 {
    margin: 0;
}
.intestazione {
    display: flex;
}
.intestazione p {
    width: 60%;
    padding-right: 67px;
}
.intestazione a {
    width: 26%;
    height: 38px;
    line-height: 26px;
    margin-top: 24px;
    cursor: pointer;
}




.ch-popup {
    width: 100vw;
    height: 100%;
    z-index: 9999999999;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    display: none
}

.ch-popup:before {
    content: "";
    width: 100%;;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .5);
    filter: blur(100px)
}

.ch-popup-inner {
    padding: 30px 30px 30px 38px;
    max-width: 890px;
    background-color: #ffffff;
    z-index: 9999;
    position:relative; 
    margin: 0 auto;
    width:40%;
}            
.ch-pop-up__richiesta .ch-wrapper-inpu textarea{
    color: #000;  
}
.ch-popup.ch-pop-up__richiesta {
    top: 20%;
}
.ch-popup.ch-pop-up__richiesta input {
    color: #000
}
.ch-popup.ch-pop-up__richiesta .close-popup {
    width: 24px;
    height: 24px;
    background: none;
    margin-left: auto;
    border: 0
}
.ch-popup.ch-pop-up__richiesta .close-popup:before {
    content: "";
    position: absolute;
    width: 2px;
    height: 24px;
    background: #e85113;
    transform: rotate(45deg)
}
.ch-popup.ch-pop-up__richiesta .close-popup:after {
    content: "";
    position: absolute;
    width: 2px;
    height: 24px;
    background: #e85113;
    transform: rotate(-45deg)
}
.ch-form--header p{
    color: #e85113;
}
.ch-wrapper-inpu label {
    width: 15%;
    font-size: 20px;
    font-family: 'Futura';
    text-transform: uppercase;
    display: inline-block;
    text-align: left;
    font-weight: 600;
}
/* .ch-wrapper-inpu input#mail {
    width: 85%;
    float: right;
}

.ch-wrapper-inpu input#cap {
    width: 85%;
    float: right;
} */
.ch-wrapper-inpu {
    display: flex;
    margin-bottom: 25px;
}
label#privacy {
    text-transform: inherit;
    font-size: 15px;
    font-weight: 100;
}
input#privacy {
    opacity: 1;
    margin: 0 10px 0 0;
    width: 20px;
    height: 20px;
    -webkit-appearance: button;
}
.ch-wrapper-btn{
    width:100%;
    text-transform:uppercase;
    text-align:right;
    background:none;
    color: #757a7f;
    font-size: 20px;
    font-weight: 500;
    font-family: 'Futura';
}

.ch-wrapper-btn:hover{
    color: #e85113;
    text-decoration: underline;

}
@media only screen and (max-width: 1024px){
    #logo img {
        border-right: 0px solid #d5d5d5;
    }
}
@media (max-width: 848px){
    .gallery_list li {
        width: unset;
        margin: 40px 30px 0 0;
        float: none;
        flex-basis: 40%;
    }
    .gallery_list {
        margin: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
}
@media (max-width: 767px){
    .gallery_list li {
        width: unset;
        margin: 40px 30px 0 0;
        float: none;
        flex-basis: 40%;
    }
    .gallery_list {
        margin: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
}
@media (max-width: 663px){
    .gallery_list li {
        width: unset;
        margin: 40px 0px 0 0;
        float: none;
        flex-basis: 80%;
    }
    .gallery_list {
        margin: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .intestazione {
        display: block;
    }
    .intestazione > p, .intestazione > a{
        width: 90%;
        margin: 20px auto;
    }

    .banner_container {
        height: 150px;
        padding-top: 0;
    }
    .ch-popup-inner {
        width:90%;
    } 
    .ch-wrapper-inpu label {
        font-size: 16px;
    }    

    input#privacy {
        width: 30px;
        height: 30px;
    }
}

@media only screen and (max-width: 980px){
.banner_container > img {
    width: 100%;
    position: absolute;
    top: 0;
}
}

@media only screen and (max-width: 490px){
.banner_container {
    height: 120px;
    padding-top: 0;
}
.banner_container > img {
    width: 100%;
    position: absolute;
    top: 0;
}

/* 
@media only screen and (max-width: 980px)
.banner_container > img {
    height: 100%;
    position: absolute;
    top: 0;
} */