﻿
/* NEWS */

.titoloNews {
    display: flex;
    gap: 50px;
    align-items: center;
    justify-content: space-between;
    margin: 20px 0;
}

.contenitoreNews {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
    /*padding: 40px 0px;*/
    margin: 0 auto;
    margin-top: 40px;
}

    .contenitoreNews .ElencoItem {
        background-color: #fff;
        border-radius: 16px;
        overflow: hidden;
        box-shadow: 0 4px 12px rgba(0,0,0,0.1);
        transition: transform 0.2s ease, box-shadow 0.2s ease;
    }

        .contenitoreNews .ElencoItem:hover {
            transform: translateY(-6px);
            box-shadow: 0 8px 18px rgba(0,0,0,0.15);
        }

    .contenitoreNews .LinkNewsHome {
        display: block;
        text-decoration: none;
        color: inherit;
    }

    .contenitoreNews .immaginenews {
        position: relative;
        width: 100%;
        aspect-ratio: 14 / 10;
        overflow: hidden;
    }

        .contenitoreNews .immaginenews img {
            width: 100%;
            height: 100%;
            max-height: 45vh;
            object-fit: cover;
            transition: transform 0.4s ease;
        }

    .contenitoreNews .ElencoItem:hover .immaginenews img {
        transform: scale(1.05);
    }

    .contenitoreNews .DescrizioneSuPaginaElenco {
        padding: 20px;
    }

    .contenitoreNews .titolonews {
        text-align: left;
        display: block;
        font-weight: 300;
        font-size: 25px;
        margin: 10px 0;
    }

    .contenitoreNews .Titolo {
        text-align: left;
        display: block;
        font-weight: 400;
        margin: 0;
        margin-bottom: 10px;
    }

    .contenitoreNews .descrizioneNews {
        font-size: 14.5px;
        text-transform: capitalize;
        font-weight: 300;
        text-align: justify;
        box-sizing: border-box;
    }

    .contenitoreNews .iconaNews {
        color: #888;
        font-size: 1.2rem;
        transition: color 0.2s ease;
    }

    .contenitoreNews .ElencoItem:hover .iconaNews {
        color: #0078d7;
    }

.titoloNews h1 {
    /*flex-basis: 50%;*/
    display: block;
    text-align: center;
    font-size: 40px;
    color: #000;
    font-weight: 300;
    margin: 0;
}

.pulsanteTutteNews {
    display: block;
    /*flex-basis:50%;*/
}

    .pulsanteTutteNews a {
        display: block;
        text-decoration: none;
        width: 100%;
        min-width: 200px;
        padding: 20px 0px;
        text-align: center;
        vertical-align: middle;
        background-color: #8C857D;
        color: #fff;
        border-right: solid 1px #fff;
        font-size: 12px;
    }

.pulsanteTutteNews a:hover {
    background-color: #473B2D
}

/* FINE NEWS */
.ContainerPlaceHomeLink a, .footerleftitem a, .footerright a, .menu a {
    text-decoration: none
}

div.HomeSfondo1, div.HomeSfondo2, div.HomeSfondo3 {
    background-size: 100% 100%;
    background-position: center top
}

.container, .container2 {
    position: relative;
    width: 100%;
    box-sizing: border-box
}

.LabelMenuPrincipale, .MenuCategorieResponsivo, .MenuPrincipale, .menu > input, .menuCategorie > input, div.freccianone, div.frecciavisible {
    display: none
}

.container, .container2, .menu a {
    box-sizing: border-box
}

input[type=file], input[type=submit] {
    -webkit-appearance: none
}

body {
    margin: 0;
    font-size: 14px;
    font-family: Roboto,sans-serif
}

.container {
    padding: 0 55px
}

.container2 {
    padding: 12px 55px 0
}

.spazio {
    height: 22px
}

.spazioInternoStatico {
    height: 130px
}

.menuCategorie {
    overflow-y: visible;
    float: right;
    padding-bottom: 5px
}

.header {
    display: block;
    position: fixed;
    width: 100%;
    background-color: rgba(195,197,186,.8);
    z-index: 3000
}

.logo {
    position: relative
}

img.venticinqueanniAssieme {
    width: 47px;
    padding-bottom: 6px
}

img.ImageLogo {
    width: 279px;
    padding-bottom: 12px;
}

.menu {
    overflow-y: visible;
    z-index: 20;
    font-family: Muli,sans-serif;
    font-size: 10px;
    position: absolute;
    right: 36px;
    bottom: 0
}

    .menu a {
        float: left;
        text-align: center;
        background-color: rgba(126,120,108,.5);
        transition: background-color .8s;
        color: #fff;
        display: block;
        font-size: 12px;
        margin: 0 6px;
        font-family: Montserrat,sans-serif;
        font-weight: 400;
        text-transform: uppercase;
        max-width: 123px;
        max-height: 65px;
        padding: 10px 10px 50px
    }

.LinkMenuMarchi, .LinkMenuProgettazione, .MenuCategorieWrapper a, a.Link1 {
    transition: background-color .9s;
    text-decoration: none
}

.menu a.MenuSelezionato, .menu a:hover {
    background-color: #473B2D
}

.menuhorizontalseparator {
    width: 14px;
    float: left
}

.headerresponsivo {
    display: none
}

.headerslides {
    width: 100%;
    margin-top: 0 !important
}

.footer {
    width: 100%;
    font-family: Roboto,sans-serif;
    font-weight: 300;
    font-size: 12px;
    border-top: solid 1px silver
}

.LabelIntestazioneMenuCategorie, .LabelMarchi, .LabelProgettazione, .MenuCategorieWrapper a {
    font-family: Montserrat,sans-serif;
    text-transform: uppercase;
    box-sizing: border-box
}

.footerleftitem, .footerright {
    text-align: center;
    box-sizing: border-box;
    font-weight: 700;
    font-size: 13px;
    float: left
}

.footerleft {
    width: 80%;
    float: left;
    background-color: #fff;
    position: relative
}

.footerright {
    width: 20%;
    background-color: #E3E3E3;
    padding: 19px;
    line-height: 18px
}

.footerleftitem {
    width: 25%;
    height: 100%;
    padding: 33px 15px 15px;
    line-height: 20px
}

.ImageLogoFooter {
    width: 270px;
    padding-top: 60px;
    max-width: 100%
}

.footerleftitem a, .footerright a {
    display: block;
    color: #000;
    font-weight: 400
}

    .footerleftitem a:hover, .footerright a:hover {
        font-weight: 600
    }

.TendeDaSolePara, .TendeDaSoleSomify {
    width: 60px
}

.TendeDaSoleCorradi {
    width: 90px
}

.TendeDaSoleCE {
    width: 25px
}

.TendeDaSoleCorradiBio {
    width: 170px
}

.venticinqueanniAssiemeFooterWrapper {
    width: 150px;
    margin: 0 auto;
    position: relative
}

.venticinqueanniAssiemeFooter {
    display: block;
    float: left;
    width: 30%
}

.FooterDiCosaCiOccupiamo {
    /*float: right;*/
    /*width: 65%*/
    width:100%;
}

.HomeLeft, .HomeRight, .HomeRightInverso {
    width: 50%;
    min-height: 460px;
    padding: 22px;
    text-align: center;
    box-sizing: border-box
}

.LinkFooterProgetti {
    font-style: italic
}

.HomeSeparator {
    height: 25px
}

.HomeContentWrapper {
    background-color: #E3E3E3;
    border-bottom: solid 30px #fff;
    display: flex;
    height: 35vw;
    max-height: 900px;
    position: relative
}

    .HomeContentWrapper.news {
        border-bottom: solid 30px #fff;
        display: flex;
        flex-flow: column;
        height: auto;
        max-height: none;
        max-width: 1185px;
        position: relative;
        margin: auto;
    }

.HomeContentWrapperNoSfondo {
    background-color: #fff
}

.HomeLeft {
    float: left;
    border-right: solid 15px #fff;
    align-items: stretch
}

    .HomeLeft h2 {
        font-weight: 300;
        font-size: 40px;
        display: block;
        margin: 0 auto
    }

.HomeLeftTesto {
    height: 450px
}

.HomeRight {
    float: right;
    position: relative;
    border-left: solid 15px #fff;
    align-items: stretch
}

.HomeRightInverso {
    height: inherit;
    position: absolute;
    top: 0;
    right: 0;
    border-left: solid 15px #fff;
    align-items: stretch
}

.HomeRightTesto, .HomeTestoWrapper {
    height: 450px
}

h4.H4InternoSezioniHome {
    font-weight: 400;
    font-size: 16px
}

.DetrazioniFiscaliHome {
    border: 25px solid rgba(126,120,108,.5);
    max-width: 480px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    text-align: center;
    box-sizing: border-box
}

    .DetrazioniFiscaliHome img {
        width: 100%;
        display: block
    }

.DetrazioniFiscaliHomeTesto {
    background-color: #fff;
    padding: 18px;
    height: auto;
    box-sizing: border-box
}

.ContainerPlaceHome {
    box-sizing: border-box;
    max-width: 500px;
    margin: 0 auto;
    font-size: 16px
}

.ContainerPlaceHomeConBordoBianco {
    padding: 30px;
    height: 100%;
    max-height: 900px;
    box-sizing: border-box;
    border: 1px solid #fff;
    color: #fff;
    text-align: justify;
    font-size: 16px;
    font-weight: 300
}

.ContainerPlaceHomeLink {
    background-color: #E3E3E3;
    padding: 30px;
    box-sizing: border-box
}

    
    .ContainerPlaceHomeLink a h1 {
        max-width: 372px;
        width: 100%;
        display: block;
        margin: 0 auto;
        font-size: 40px;
        padding-top: 15px;
        color: #000;
        font-weight: 300
    }

    .ContainerPlaceHomeLink h3 {
        font-size: 28px;
        font-weight: 300
    }

.HomeLinkSeparator {
    width: 240px;
    border-top: solid 1px grey;
    margin: 20px auto 40px
}

.ContattiDestra, .ContattiSinistra {
    margin-top: 55px;
    margin-bottom: 20px
}

span.ColoreParticolareHomepage {
    color: #2A814E
}

div.HomeSfondo1 {
    background-image: url(/tende/coperture-fisse-mobili-bioclimatiche.jpg)
}

div.HomeSfondo2 {
    background-image: url(/tende/applicazione-tende-da-sole.jpg)
}

div.HomeSfondo3 {
    background-image: url(/tende/avvolgente-vela-hi-tech.jpg)
}

h2.H2UltimiProgetti {
    display: block;
    text-align: center;
    font-weight: 300;
    font-size: 30px
}

.GalleriaUltimiProgettiWrapper {
    height: auto;
    background-color: #E3E3E3;
    padding: 15px 0;
    box-sizing: border-box
}

.visualizzaslide {
    display: none
}

.ContattiSinistra {
    float: left;
    width: 48.5%
}

a.hl_mappacontatti {
    width: 100%;
    height: 9vw
}

    a.hl_mappacontatti > img {
        display: block;
        height: 100%
    }

.ContattiDestra {
    float: right;
    width: 48.5%;
    font-size: 13px;
    color: #000;
    vertical-align: top
}

.LabelContatti, .informazioniSinistra h3 {
    font-size: 25px;
    text-align: left;
    color: #000
}

.ContattiForm {
    width: 56%;
    color: #000
}

.LabelContatti {
    display: block;
    font-weight: 300;
    margin-bottom: 10px
}

.informazioni {
    width: 100%;
    height: auto;
    padding: 10px;
    box-sizing: border-box;
    background-color: #f5f5f5;
    border: 1px solid silver;
    color: #000;
    position: relative
}

.informazioniSinistra {
    float: left;
    width: 40%;
    margin-right: 10%
}

    .informazioniSinistra h3 {
        margin-top: 0;
        font-weight: 400
    }

.informazioniDestra {
    float: left;
    width: 40%
}

    .informazioniDestra span {
        font-size: 15px
    }

    .informazioniDestra a {
        color: #000;
        font-size: 11px
    }

.informazionitesto {
    color: #666;
    text-align: justify;
    font-size: 16px;
    font-weight: 300
}

.MenuCategorieWrapper {
    width: 100%;
    background-color: #E3E3E3;
    text-align: center;
    padding: 0 55px;
    box-sizing: border-box
}

    .MenuCategorieWrapper a {
        display: block;
        float: left;
        width: calc(100% / 7 - .1px);
        padding: 25px 10px;
        text-align: center;
        vertical-align: middle;
        background-color: #8C857D;
        color: #fff;
        border-right: solid 1px #fff;
        font-size: 12px;
        height: 80px
    }

.LabelIntestazioneMenuCategorie, .LabelProgettazione {
    padding: 12px 0 12px 12px;
    font-weight: 300
}

.MenuCategorieWrapper a > span {
    max-width: 141px;
    display: block;
    margin: 0 auto
}

.MenuCategorieWrapper a.Selezionato, .MenuCategorieWrapper a:hover {
    background-color: #473B2D
}

.MenuCategorieWrapper a:nth-child(8n-1) {
    border-right: solid 1px #8C857D
}

    .MenuCategorieWrapper a:nth-child(8n-1):hover {
        border-right: solid 1px #473B2D
    }

.CB_MenuCategorie {
    display: none
}

.LabelIntestazioneMenuCategorie {
    background-color: #989189;
    color: #fff;
    width: calc(((100% - 110px)/ 7) * 2);
    font-size: 17px;
    margin-left: 55px;
    display: inline-block;
    background-image: none
}

.AziendaLeft {
    text-align: justify;
    margin-bottom: 55px;
    font-size: 16px
}

.AziendaRight {
    float: right;
    width: 45%;
    margin-bottom: 55px;
    margin-left: 55px
}

.AziendaLabelPresentazione {
    display: block;
    color: #000;
    font-weight: 300;
    font-size: 40px;
    text-align: left
}

.AziendaArcosolImg {
    width: 100%;
    display: block;
    margin-bottom: .8%
}

.AutomezziArcosolImg {
    width: 49%;
    margin-bottom: .8%;
    display: block;
    float: left
}

.AziendaArcosolImg2 {
    width: 50%;
    display: block;
    float: right
}

.MenuWrapper {
    width: 25%;
    float: left
}

.MenuProgettazione {
    background-color: #E3E3E3;
    margin-bottom: 15px
}

    .MenuProgettazione input[type=checkbox] {
        display: none
    }

.LabelProgettazione {
    color: #fff;
    background-color: #989189;
    display: block;
    width: 100%;
    font-size: 17px
}

.LinkMenuProgettazione {
    color: #000;
    display: block;
    font-size: 15px;
    padding: 7px;
    box-sizing: border-box
}

    .LinkMenuProgettazione:hover {
        background-color: #473B2D
    }

.LinkMenuProgettazioneSelezionato {
    background-color: #473B2D;
    color: #fff
}

.PanelProgettazioneWrapper {
    width: 75%;
    float: left;
    padding-left: 55px;
    box-sizing: border-box;
    text-align: justify;
    margin-bottom: 50px
}

.ProgettazioneLabelInterna {
    display: block;
    color: #000;
    font-weight: 300;
    text-align: left;
    margin-bottom: 10px;
    font-size: 40px
}

.MenuMarchiWrapper {
    width: 25%;
    float: left
}

.MenuMarchi {
    background-color: #E3E3E3;
    margin-bottom: 15px
}

.LabelMarchi {
    color: #fff;
    background-color: #989189;
    display: block;
    width: 100%;
    padding: 12px 0 12px 12px;
    font-size: 17px;
    font-weight: 300
}

.CB_MenuMarchi {
    display: none
}

.LinkMenuMarchi {
    color: #000;
    display: block;
    font-size: 15px;
    padding: 7px;
    box-sizing: border-box
}

    .LinkMenuMarchi:hover {
        background-color: #473B2D
    }

.LinkMenuMarchiSelezionato {
    background-color: #473B2D;
    color: #fff
}

.PanelMarchiWrapper {
    width: 75%;
    float: left;
    text-align: justify;
    padding-left: 55px;
    box-sizing: border-box;
    margin-bottom: 50px
}

.ImmagineGiovanardi, .LogoCorti, .MarchiLabelInterna, .ParaImmagineSinistra, .TempotestLogo {
    margin-bottom: 10px;
    display: block
}

.TempotestLogo {
    float: left;
    margin-right: 10px
}

.MarchiLabelInterna {
    color: #000;
    font-weight: 300;
    font-size: 40px;
    text-align: left
}

.ParaLogo {
    display: block;
    float: right
}

.ParaImmagineSinistra {
    float: left;
    margin-right: 10px
}

.ImmagineGiovanardi {
    float: left;
    width: 300px;
    margin-right: 10px;
    box-sizing: border-box
}

.LogoCorti {
    margin-right: 10px;
    float: left;
    border: 1px solid #fff
}

table.TabellaUV {
    width: 100%;
    min-width: 300px
}

    table.TabellaUV thead {
        background-color: #43B04A
    }

        table.TabellaUV thead tr td {
            font-size: 14px;
            color: #fff;
            font-weight: 700;
            text-align: center;
            padding: 5px
        }

    table.TabellaUV tbody tr td {
        font-size: 12px;
        color: #000;
        text-align: center;
        padding: 5px
    }

    table.TabellaUV tbody tr.Dispari {
        background-color: #C7DCB2
    }

table.TabellaProtezione {
    width: 300px
}

    table.TabellaProtezione tr td.Centro, table.TabellaProtezione tr td.Immagine {
        width: 20%
    }

    table.TabellaProtezione tr td.Last {
        width: 60%
    }

    table.TabellaProtezione tr td {
        font-size: 12px;
        color: #000;
        text-align: right;
        padding: 5px
    }

.ImmagineCortiFattoreG {
    display: block;
    float: left;
    margin-right: 9%
}

table.EfficienzaProtezione {
    width: 100%;
    min-width: 300px
}

    table.EfficienzaProtezione thead {
        background-color: #43B04A
    }

        table.EfficienzaProtezione thead tr td {
            font-size: 12px;
            color: #fff;
            font-weight: 700;
            text-align: center;
            padding: 5px
        }

    table.EfficienzaProtezione tbody tr td {
        font-size: 12px;
        color: #000;
        padding: 5px;
        width: 190px;
        text-align: center
    }

    table.EfficienzaProtezione tbody tr.Dispari {
        background-color: #C7DCB2
    }

.ImamgineSoltis {
    float: left;
    display: block;
    margin-right: 4px;
    margin-bottom: 4px;
    width: 300px
}

.ImmagineAutomatismiSomfy, .ImmagineCorradi {
    float: left;
    display: block;
    margin-right: 10px;
    margin-bottom: 10px
}

.PaginaElencoWrapper {
    text-align: center;
    margin-bottom: 15px;
    margin-left: -20px;
    margin-right: -20px
}

.NomeCategoriaWrapper {
    text-align: center;
    position: relative;
    margin: 30px 0 15px
}

.NomeCategoriaWrapperNews {
    text-align: center;
    position: relative;
    margin: 15px 0 20px
}

.LabelNomeCategoria {
    font-size: 40px;
    font-weight: 300
}

.ElencoItem {
    vertical-align: top;
    border: 1px solid silver;
    max-width: 565px;
    height: 372px;
    margin: 20px;
    display: inline-block;
    overflow: hidden;
    position: relative
}

img.immagineprodotto {
    display: block;
    margin: 0 auto
}

div.immagineprodottowrapper {
    width: 150%;
    margin-left: -25%;
    min-height: 100%
}

a.Link1 {
    display: table;
    border: 1px solid #fff;
    position: absolute;
    top: 5%;
    left: 4%;
    width: 92%;
    height: 90%
}

    a.Link1 span {
        vertical-align: middle;
        color: #fff;
        display: none
    }

.LinkNews, .LinkNewsPubblicaHome {
    color: #000;
    text-decoration: none
}

a.Link1 img.ElencoZoom {
    display: none;
    position: absolute;
    margin: 18% 47% 0
}

a.Link1:hover {
    background-color: rgba(22,22,22,.8)
}

a.Link1 > span {
    font-weight: 300
}

a.Link1:hover span {
    display: table-cell;
    font-size: 27px
}

a.Link1:hover img.ElencoZoom {
    display: block
}

.immaginemodello {
    width: 100%;
    height: 79px;
    background-color: #cFCFCF
}

.PosizioneSuPaginaElenco {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    overflow: hidden
}

.NewsWrapper {
    position: relative;
    text-align: center;
    margin-bottom: 20px
}

.LinkNews {
    display: inline-block;
    vertical-align: top;
    width: 32.5%;
    min-height: 180px;
    height: auto;
    padding-bottom: 30px
}

.LinkNewsPubblicaHome {
    width: 100%;
    display: block;
    padding: 30px 0;
    box-sizing: border-box;
    transition: background-color .8s
}

    .LinkNewsPubblicaHome:hover {
        background-color: #CACACA
    }

        .LinkNewsPubblicaHome:hover .BottoneDettaglioNewsPubblicaHome {
            background-color: #473B2D
        }

.NewsMenoRecentiH2 {
    font-weight: 300;
    font-size: 30px
}

.LinkNewsConBordo {
    border-left: solid 1px silver
}

.NewsContainer {
    width: 80%;
    margin: 0 auto;
    height: 100%;
    transition: all .9s
}

.NewsContainerPubblicaHome {
    width: 100%;
    margin: 0 auto;
    height: 100%;
    position: relative
}

    .NewsContainerPubblicaHome h3 {
        margin-top: 0
    }

.BottoneDettaglioNewsPubblicaHome {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 221px;
    height: 63px;
    background-color: rgba(126,120,108,.5);
    color: #fff;
    text-transform: uppercase;
    font-size: 19px;
    font-weight: 300;
    padding: 20px 15px;
    box-sizing: border-box;
    transition: background-color .8s
}

.NewsContainer:hover > div {
    text-decoration: underline
}

.SeparaNewsNuoveDaVecchie {
    border: 2px solid silver;
    margin-bottom: 28px
}

.ImmagineNewsItem, .ImmagineNewsItemPubblicaHome {
    height: auto;
    float: left;
    margin-right: 30px;
    border: 1px dotted silver;
    display: block
}

.LabelTitoloNewsPubblicaHome {
    text-align: left;
    display: block;
    font-weight: 300;
    font-size: 30px
}

.LabelTitoloNews {
    text-align: left;
    display: block;
    font-weight: 400
}

.NewsDescription, .NewsDescriptionPubblicaHome {
    font-size: 14.5px;
    text-transform: capitalize;
    font-weight: 300;
    text-align: justify;
    box-sizing: border-box
}

.ImmagineNewsItem {
    max-width: 180px;
    width: 30%;
    max-height: 150px;
    margin-bottom: 10px
}

.ImmagineNewsItemPubblicaHome {
    width: 283px;
    margin-left: 30px
}

.NewsDescription {
    padding: 10px 0
}

.NewsDescriptionPubblicaHome {
    padding: 10px
}

.HRGenerico {
    border-top: solid 1px #7e786c80;
    margin: 20px auto 20px;
}

.HRElencoNews {
    width: 100%;
    margin: 30px 0
}

.HRElencoNewsPubblicaHome {
    width: 100%;
    margin: 0
}

div.PaginaDettaglio {
    float: right;
    width: 49%;
    vertical-align: top;
    margin-top: 20px;
    line-height: 20px;
    font-size: 15px
}

    div.PaginaDettaglio > div.DivConSfondo {
        background-color: #E3E3E3;
        padding: 37px;
        box-sizing: border-box
    }

div.ImmaginePrincipale {
    float: left;
    position: relative;
    width: 49%;
    margin-top: 20px;
    margin-left: -2px;
    margin-right: -2px
}

    div.ImmaginePrincipale img {
        display: block;
        width: 100%;
        margin: 0 auto
    }

.titoloImmagineReferenze {
    font-family: Montserrat,sans-serif;
    font-weight: 400;
    font-size: 18px;
    margin-bottom:20px;
}

.contenitoreFlex1 {
    float: left;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 40%;
    height: 680px;
    margin-left: -2px;
    margin-right: -2px;
    margin-bottom: 40px;
    overflow: hidden;
    padding-right: 20px;
    box-sizing: border-box;
}

.blocco1 {
    display: block;
    height: 400px;
    overflow: hidden;
}

    .blocco1 img {
        width: 100%;
        display: block;
    }

.contenitoreFlex2 {
    float: left;
    display: flex;
    flex-direction: column;
    width: 60%;
    height: 680px;
    margin-left: -2px;
    margin-right: -2px;
    margin-bottom: 40px;
    overflow: hidden;
    padding-left: 20px;
    box-sizing: border-box;
}

.blocco2 {
    display: block;
    overflow: hidden;
}

    .blocco2 img {
        width: 100%;
        display: block;
    }

.contenitoreFlex3 {
    float: left;
    display: flex;
    flex-direction: column;
    width: 60%;
    height: 680px;
    margin-left: -2px;
    margin-right: -2px;
    margin-bottom: 40px;
    overflow: hidden;
    padding-right: 20px;
    box-sizing: border-box;
}

.blocco3 {
    display: block;
    overflow: hidden;
}

    .blocco3 img {
        width: 100%;
        display: block;
    }

.contenitoreFlex4 {
    float: left;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 40%;
    height: 680px;
    margin-left: -2px;
    margin-right: -2px;
    margin-bottom: 40px;
    overflow: hidden;
    padding-left: 20px;
    box-sizing: border-box;
}

.blocco4 {
    display: block;
    height: 400px;
    overflow: hidden;
}

    .blocco4 img {
        width: 100%;
        display: block;
    }

.contenitoreFlex0 {
    float: left;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 680px;
    margin-left: -2px;
    margin-right: -2px;
    margin-bottom: 40px;
    overflow: hidden;
    box-sizing: border-box;
}

.blocco0 {
    display: block;
    overflow: hidden;
}

    .blocco0 img {
        width: 100%;
        display: block;
        margin-top: -170px;
    }


.IntestazioneDettagliLabel {
    display: block;
    color: grey;
    font-size: 18px
}

.sottocategoriadettaglio2 {
    font-weight: 500;
    padding-top: 0;
    font-size: 24px;
    line-height: 30px;
    font-family: Roboto,sans-serif;
    letter-spacing: 3px
}

.testodettaglio {
    text-align: justify;
    font-weight: 300;
    font-size: 16px
}

div.ImmaginiAllegateWrapper {
    margin-top: 5px;
    text-align: center;
    position: relative;
    margin-left: -2px;
    margin-right: -2px
}

    div.ImmaginiAllegateWrapper div.ImageItem {
        display: inline-block;
        width: calc(100% / 3 - 7px);
        height: 145px;
        vertical-align: top;
        margin: 2px;
        position: relative;
        overflow: hidden
    }

        div.ImmaginiAllegateWrapper div.ImageItem > div {
            width: 130%;
            height: 100%;
            position: absolute;
            top: 0;
            left: -13%;
            overflow: hidden
        }

            div.ImmaginiAllegateWrapper div.ImageItem > div > a {
                display: block;
                position: absolute;
                top: 0;
                left: 0;
                min-height: 100%
            }

div.DettaglioInternoAllegati img.FileIco {
    width: 30px
}

div.DettaglioInternoAllegati a {
    display: block;
    color: #C50E2D;
    text-decoration: none
}

.LabelNomeProdotto {
    font-size: 40px;
    font-weight: 300
}

.ImmaginePrincipaleNews {
    float: left;
    width: 28%;
    margin: 0 2% 15px 0
}

    .ImmaginePrincipaleNews img {
        width: 100%;
        display: block;
        margin: 0 auto
    }

.PaginaDettaglioNews {
    float: left;
    width: 69%
}

.containerFormPaginaDettaglio {
    position: relative;
    padding: 0 55px;
    box-sizing: border-box
}

.FormRichiestadaPaginaProdottiWrapper {
    background-color: #F3F3F3;
    height: auto;
    min-height: 304px;
    padding-top: 20px;
    border-bottom: solid 1px #E3E3E3;
    position: relative
}

.FormPaginaDettaglioRichiestaInformazioniH3 {
    font-weight: 400;
    font-size: 23px;
    padding-left: 20px
}

.FormRichiestadaPaginaProdottoItem, .FormRichiestadaPaginaProdottoItemLast {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: calc((100%)/ 3 - 2.5px);
    min-width: 300px;
    padding: 10px 0;
    margin: 0 0 4px;
    box-sizing: border-box;
    position: relative
}

.FormRichiestadaPaginaProdottoItemLeft {
    float: left;
    width: 38%
}

.FormRichiestadaPaginaProdottoItemRight {
    float: left;
    width: 60%;
    position: relative
}

.FormRichiestadaPaginaProdottoItemRow {
    height: 40px;
    vertical-align: middle;
    padding-top: 10px;
    box-sizing: border-box;
    font-size: 12px
}

.FormRichiestadaPaginaProdottoItemRowINPUT {
    height: 40px;
    vertical-align: middle;
    box-sizing: border-box;
    font-size: 13px;
    padding-top: 4px
}

.DDLINFO, .FormRichiestadaPaginaProdottoItem_TBINFO {
    margin-left: 4px;
    height: 23px;
    background-color: transparent;
    outline: 0
}

.FormRichiestadaPaginaProdottoItem_TBINFO {
    -webkit-box-shadow: -19px 8px 47px -13px rgba(0,0,0,.75);
    -moz-box-shadow: -19px 8px 47px -13px rgba(0,0,0,.75);
    box-shadow: -19px 8px 47px -13px rgba(0,0,0,.75);
    width: 68%
}

.FormRichiestadaPaginaProdottoItem_FUPLOADER {
    font-size: 12px;
    width: 205px
}

.DDLINFO {
    width: 68%;
    border: 1px solid rgba(0,0,0,.2)
}

.FormRichiestadaPaginaProdottoDescrizioneMaggioriInformazioni {
    font-size: 13px
}

.FormRichiestadaPaginaProdottoMaggioriInformazioni {
    width: 99%;
    height: 94px;
    -webkit-box-shadow: -19px 8px 47px -13px rgba(0,0,0,.75);
    -moz-box-shadow: -19px 8px 47px -13px rgba(0,0,0,.75);
    box-shadow: -19px 8px 47px -13px rgba(0,0,0,.75);
    resize: none;
    outline: 0;
    display: block;
    float: right
}

.FormRichiestadaPaginaProdottoInviaeLogWrapper {
    position: relative;
    padding-top: 30px
}

.FormRichiestadaPaginaProdottoInviaeLog {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    min-width: 300px;
    height: auto
}

.FormRichiestadaPaginaProdottoInviaRichiesta {
    background-color: #8C857D;
    color: #fff;
    padding: 6px 40px;
    font-size: 14px;
    display: block;
    float: right
}

.FormRichiestadaPaginaProdottoCampoObbligatorio {
    font-weight: 700;
    color: red;
    display: inline-block;
    margin: 0 2px
}

.FormRichiestadaPaginaProdottoLOG {
    display: block;
    float: right;
    margin-right: 20px;
    margin-bottom: 30px;
    width: 150px;
    font-size: 10px
}

div.TrattamentoDatiPersonaliWrapper {
    color: #000;
    font-size: 15px
}

div.HomeNovita {
    position: relative;
    height: 400px
}

.containerBreadCrumbs {
    position: relative;
    padding: 5px 55px;
    min-height: 35px;
    height: auto
}

div.SnippetBreadCrumbs {
    border-bottom: solid 1px #827D77;
    position: relative;
    float: right;
    bottom: 0;
    left: 0;
    width: auto;
    text-align: right
}

    div.SnippetBreadCrumbs ol {
        list-style: none;
        margin: 0;
        padding: 0;
        display: inline-block
    }

        div.SnippetBreadCrumbs ol li {
            display: inline-block
        }

    div.SnippetBreadCrumbs a {
        text-decoration: none;
        color: #473A2A;
        font-size: 15px
    }

div.ErroreWrapper {
    text-align: center;
    width: 86%;
    height: 450px;
    margin: 0 auto;
    box-sizing: border-box;
    padding-top: 200px
}

.GalleriaDestra, .GalleriaSinistra {
    background-color: #F1F1F1;
    padding: 12px 10px 8px;
    color: silver;
    width: 20px;
    height: 20px;
    text-align: center;
    display: block;
    cursor: pointer;
    border-radius: 90px
}

.TabellaUltimiProgettiIcone {
    position: relative;
    margin: 0 auto
}

.GalleriaSinistra {
    margin-right: 20px
}

.GalleriaDestra {
    margin-left: 20px
}

div.FeedbackSinistro {
    width: 59%;
    float: left
}

div.FeedbackDestro {
    width: 39%;
    float: left
}

.FeedbackImmagineProdotto {
    width: 270px
}

div.FeedbackWrapper {
    margin: 0 2%;
    font-size: 14px
}

input[type=text].Voto {
    display: none
}

div.FeedbackItemsWrapper {
    cursor: pointer;
    display: inline-block;
    box-sizing: border-box;
    padding: 7px
}

div.FeedbackItems {
    border-radius: 90px;
    width: 9px;
    height: 9px;
    background-color: #CFCFCF;
    border: 1px solid silver;
    margin: 3.5px;
    display: inline-block
}

textarea.TB_CommentoFeedback {
    display: block;
    position: relative;
    width: 100%;
    height: 120px;
    resize: none
}

input[type=submit].BottoneInviaFeedback {
    display: block;
    margin: 0 auto;
    border: 1px solid gray;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    font-family: Arial;
    background-color: #348cbb;
    padding: 9px
}

span.LabelLogFeedback {
    display: block;
    margin: 0 auto;
    padding: 9px;
    box-sizing: border-box
}

div.RecensioniSuPaginaDettaglioWrapper {
    width: 100%;
    padding: 0 55px;
    box-sizing: border-box
}

div.RecensioniVotiWrapper {
    width: 25%;
    float: left;
    padding-top: 20px
}

div.RecensioneVotoItem {
    padding: 6px 6px 6px 0;
    box-sizing: border-box;
    border-bottom: solid 1px silver
}

div.RecensioneTitolo {
    float: left;
    font-style: italic;
    font-size: 10px
}

div.RecensioneVoto {
    float: right;
    margin-right: 10px
}

div.RecensioniTestoDestra {
    float: right;
    width: 75%
}

    div.RecensioniTestoDestra h3 {
        margin-bottom: 5px;
        margin-top: 0;
        display: inline-block
    }

    div.RecensioniTestoDestra div.GiudizioComplessivo {
        float: right;
        width: 85px
    }

        div.RecensioniTestoDestra div.GiudizioComplessivo img {
            width: 16px
        }

div.RecensioniComuneCommento {
    border-left: solid 1px #ffb800;
    border-top: solid 1px #ffb800;
    height: 145px;
    padding-top: 19px;
    padding-left: 19px;
    box-sizing: border-box
}

div.RecensioneCommento {
    background-color: #E5E5E5;
    width: 100%;
    height: 89px;
    padding: 8px;
    box-sizing: border-box;
    color: #000;
    font-style: italic;
    font-size: 11px
}

span.SpanComuneOra {
    font-size: 11px
}

div.FeedbackSeparator {
    border-bottom: solid 1px #CCC;
    margin-top: 30px;
    margin-bottom: 30px
}

@media screen and (min-width:0px) and (max-width:1759px) {

    .container2 {
        width: 100%;
        position: relative;
        margin: auto;
        text-align: center
    }

    .immaginemodello {
        height: 61px
    }

    .spazioInternoStatico {
        height: 110px
    }

    img.venticinqueanniAssieme {
        width: 30px;
        padding-top: 3px
    }

    img.ImageLogo {
        width: 166px;
        padding-top: 3px
    }

    .MenuPrincipale {
        display: block;
        position: absolute;
        margin-top: 10px;
        top: 0;
        right: 10px;
        float: none;
        background-color: #473B2D;
        padding: 10px;
        box-sizing: border-box;
        color: #fff;
        width: 44px;
        height: 44px;
        font-size: 13px;
        z-index: 10
    }

    .LabelMenuPrincipale {
        display: block;
        right: 11px;
        font-size: 20px
    }

    .menu {
        width: 100vw;
        right: 0
    }

        .menu > input + div {
            position: absolute;
            left: -150%;
            width: 100%;
            min-width: 320px;
            z-index: 2000;
            background-color: rgba(126,120,108,.92);
            transition: left .8s;
            min-height: 105px
        }

        .menu > input:checked + div {
            left: 0
        }

        .menu a {
            float: none;
            padding: 8px 0;
            margin: 0;
            background-color: transparent;
            color: #fff;
            min-width: 100%
        }
}

@media screen and (min-width:768px) and (max-width:950px) {

    .blocco1{

    }

    .LinkNews {
        width: 100%
    }

    .LinkNewsPubblicaHome {
        padding: 30px 4px
    }

    .LinkNewsConBordo {
        border: none
    }

    .NewsContainer {
        border-bottom: solid 1px silver;
        padding-bottom: 35px;
        width: 100%;
        margin: 0 auto;
        transition: all .9s
    }

    .ImmagineNewsItem, .ImmagineNewsItemPubblicaHome {
        display: block;
        margin: 10px auto;
        float: none
    }

    .ImmagineNewsItem {
        width: auto;
        max-width: 100%;
        max-height: initial
    }

    .ImmagineNewsItemPubblicaHome {
        width: auto;
        max-width: 100%;
        min-width: initial;
        margin-top: 0
    }

    .NewsDescription, .NewsDescriptionPubblicaHome {
        padding: 0;
        text-align: justify;
        margin-bottom: 10px
    }
}

@media screen and (min-width:0px) and (max-width:1340px) {

    /* news */

    .contenitoreNews {
        /*grid-template-columns: 1fr;*/
        gap: 20px;
        padding: 20px 0px;
        margin: auto;
        /*max-width: 500px;*/
    }

    .contenitoreFlex1, .contenitoreFlex2, .contenitoreFlex3, .contenitoreFlex4, .contenitoreFlex0 {
        width: 100%;
        height: 400px;
        float: none;
        padding: 0;
    }

    .blocco0 img{
        margin: 0;
    }

    .BottoneDettaglioNewsPubblicaHome, .HomeSeparator {
        display: none
    }

    .HomeLeft, .HomeRight, .HomeRightInverso {
        padding: 8px;
        min-height: inherit;
        width: 100%;
        float: none
    }

    .HomeContentWrapper {
        display: block;
        border-bottom: none;
        height: auto;
        max-height: none
    }

    .HomeLeft {
        display: block;
        border: none;
        border-top: solid 15px #fff;
        border-bottom: solid 15px #fff
    }

    .HomeRight {
        display: block;
        border: none;
        border-top: solid 15px #fff
    }

    .HomeRightInverso {
        display: block;
        border: none;
        border-top: solid 15px #fff;
        position: relative
    }

    .ContainerPlaceHomeLink {
        min-height: inherit;
        border-top: solid 15px #fff;
        border-bottom: solid 15px #fff
    }

    .ContainerPlaceHomeConBordoBianco {
        height: 55vw
    }

    .DetrazioniFiscaliHome {
        width: 100%;
        height: auto
    }

    .DetrazioniFiscaliHomeTesto {
        height: auto;
        padding-bottom: 0
    }

    .ContainerPlaceHomeLink a h1 {
        font-size: 25px;
        width: 100%
    }

    .HomeLeftTesto, .HomeRightTesto, .HomeTestoWrapper {
        height: auto
    }


    .LabelIntestazioneMenuCategorie {
        display: block;
        margin: 0 auto;
        width: 95%;
        padding: 10px;
        background-image: url(/design/menu-ad-espansione.png);
        background-repeat: no-repeat;
        background-position: 98% 50%;
        text-align: center
    }

    .MenuCategorieWrapper {
        width: 95%;
        margin: 0 auto;
        padding: 0;
        overflow-y: hidden;
        background-color: rgba(126,120,108,.8)
    }

    .CB_MenuCategorie + .MenuCategorieWrapper {
        height: auto;
        max-height: 0;
        transition: max-height .9s
    }

    .CB_MenuCategorie:checked + .MenuCategorieWrapper {
        max-height: 1000px
    }

    .MenuCategorieWrapper a {
        width: 100%;
        float: none;
        background-color: transparent;
        color: #fff;
        text-align: left;
        padding: 7px;
        box-sizing: border-box;
        border: none;
        height: auto
    }

        .MenuCategorieWrapper a > span {
            width: 100%;
            max-width: 100%;
            text-align: center
        }

        .MenuCategorieWrapper a:nth-child(8n-1), .MenuCategorieWrapper a:nth-child(8n-1):hover {
            border: none
        }

        .MenuCategorieWrapper a.Selezionato {
            background-color: #473B2D;
            color: #fff
        }

    div.RecensioniSuPaginaDettaglioWrapper {
        width: 100%;
        padding: 0 2.5%;
        box-sizing: border-box
    }

    div.RecensioniVotiWrapper {
        float: none;
        width: 100%
    }

    div.RecensioneVotoItem {
        padding: 6px 6px 6px 0;
        box-sizing: border-box;
        border-bottom: solid 1px silver
    }

    div.RecensioniTestoDestra {
        float: none;
        width: 100%
    }

        div.RecensioniTestoDestra h3 {
            margin-bottom: 5px
        }

        div.RecensioniTestoDestra div.GiudizioComplessivo {
            width: 98%;
            margin: 6px 0
        }

            div.RecensioniTestoDestra div.GiudizioComplessivo img {
                width: 16px
            }

    span.SpanComuneOra {
        font-size: 11px
    }

    div.RecensioneCommento {
        background-color: #E5E5E5;
        width: 100%;
        height: 78.5px;
        padding: 8px;
        box-sizing: border-box;
        color: #000;
        font-style: italic;
        font-size: 11px
    }

    .ElencoItem {
        max-width: 360px
    }

    a.Link1 span {
        background-color: rgba(70,70,70,.7);
        padding: 10px;
        box-sizing: border-box;
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%
    }

    a.Link1:hover span {
        display: none
    }

    .containerBreadCrumbs {
        padding-right: 2.5%;
        min-height: 25px
    }

    .FormRichiestadaPaginaProdottoItem {
        width: 49%;
        max-width: 49%
    }

    .FormRichiestadaPaginaProdottoItemLast {
        width: 100%;
        max-width: 100%
    }

    .FormRichiestadaPaginaProdottoInviaeLogWrapper {
        height: 30px
    }

    .FormRichiestadaPaginaProdottoItem_TBINFO {
        width: 95%
    }

    .FormRichiestadaPaginaProdottoMaggioriInformazioni {
        width: 97%;
        float: left
    }
}

@media screen and (min-width:0px) and (max-width:767px) {

    .pulsanteTutteNews a {
        min-width: auto;
        padding: 20px;
        box-sizing:border-box;
    }
        .HRGenerico {
        margin: 0px auto 20px;
    }

    .contenitoreNews {
        grid-template-columns: 1fr;
        max-width: 500px;
    }

    .contenitoreFlex1, .contenitoreFlex2, .contenitoreFlex3, .contenitoreFlex4, .contenitoreFlex0 {
        height: 300px;
    }

    .blocco1 img, .blocco2 img, .blocco3 img, .blocco4 img, .blocco0 img{
        max-width:100%;
        height:auto;
    }

    .container2, .header {
        width: 100%;
        position: relative
    }

    .LabelMarchi:first-child, .LabelProgettazione {
        background-image: url(/design/menu-ad-espansione.png);
        background-repeat: no-repeat
    }

    .container {
        padding: 0 10px
    }

    .container2 {
        margin: auto;
        text-align: center
    }

    .visualizzaslide {
        height: 50px;
        display: block
    }

    img.venticinqueanniAssieme {
        width: 30px
    }

    img.ImageLogo {
        width: 166px
    }

    .menuhorizontalseparator, .spazioInternoStatico {
        display: none
    }

    .menuCategorie > input + div {
        position: absolute;
        left: -60%;
        width: 60%;
        z-index: 2000;
        background-color: #167599;
        transition: left .5s;
        min-height: 105px
    }

    .menuCategorie > input:checked + div {
        left: 0
    }

    .MenuCategorieResponsivo {
        display: block;
        position: absolute;
        margin-top: 60px;
        right: 0;
        float: none;
        background-color: #167599;
        padding: 10px;
        box-sizing: border-box;
        color: #fff;
        width: 120px;
        height: 40px;
        font-size: 13px;
        z-index: 10;
        text-align: left
    }

    .contenitorelogo, .headerlingue, div.HomeNovita {
        position: relative
    }

    .campimenu {
        float: none;
        text-align: center;
        font-weight: 600;
        border-bottom: 1px solid #fff;
        padding: 5px 0
    }

        .campimenu a, .campimenu a:hover {
            text-decoration: none;
            color: #fff
        }

    .headerresponsivo {
        display: block;
        height: auto
    }

    .contenitorelogo {
        padding-top: 20px;
        padding-left: 7px;
        float: left
    }

    .titolo {
        font-size: 20px;
        font-family: Lato,sans-serif;
        font-weight: 400;
        letter-spacing: 3px
    }

    .headerlingue {
        margin-top: 21px;
        text-align: right
    }

    .ImageLogoFooter, .TendeDaSolePara, .TendeDaSoleSomify, .TendeDaSoleCorradi {
        margin: 0 auto;
        display: block;
    }

    .ImageLogoFooter {
        padding-top: 10px;
    }

    .footerleft {
        width: 100%;
        height: auto;
        float: none
    }

    .footerleftitem {
        width: 100%;
        height: auto;
        float: none;
        padding: 9px
    }

    .testocontatti, .titolocontatti {
        font-family: Roboto,sans-serif;
        padding-bottom: 20px;
        padding-left: 20px
    }

    .venticinqueanniAssiemeFooterWrapper {
        width: 100%
    }

    .venticinqueanniAssiemeFooter {
        float: none;
        width: 60px;
        display: block;
        margin: 0 auto
    }

    .FooterDiCosaCiOccupiamo {
        width: 100%;
        text-align: center;
        padding-top: 10px
    }

    .footerright {
        width: 100%;
        height: auto;
        float: none
    }

    .ContattiSinistra {
        width: 100%;
        margin-top: 20px;
        margin-bottom: 20px
    }

        .ContattiSinistra img {
            width: 100%
        }

    .ContattiDestra {
        width: 100%;
        font-size: 13px;
        color: #000;
        margin-top: 0
    }

    .titolocontatti {
        font-weight: 200;
        margin-top: 0;
        padding-top: 0;
        font-size: 30px;
        line-height: 28px
    }

    .testocontatti {
        color: #000;
        font-size: 14px;
        font-weight: 300
    }

    .informazioniDestra, .informazioniSinistra {
        float: none;
        width: 100%
    }

    .ContattiForm {
        width: 100%;
        color: #000
    }

    .containerBreadCrumbs {
        padding-right: 2.5%;
        min-height: 25px
    }

    .AziendaLeft {
        text-align: justify;
        margin-bottom: 20px
    }

    .AziendaRight {
        float: none;
        width: 100%;
        margin: 15px 0 20px
    }

    .AziendaArcosolImg {
        width: 100%;
        display: block;
        margin-bottom: 1%
    }

    .AutomezziArcosolImg {
        width: 49%;
        display: block;
        float: left;
        margin-bottom: .8%;
    }

    .AziendaArcosolImg2 {
        width: 50%;
        display: block;
        float: right
    }

    .MenuMarchiWrapper, .MenuWrapper, .PanelMarchiWrapper {
        float: none;
        width: 100%
    }

    .LabelProgettazione {
        background-position: 93.5% 50%
    }

    .MenuProgettazione > input[type=checkbox] + div {
        height: auto;
        max-height: 0;
        transition: max-height .9s;
        overflow: hidden
    }

    .MenuProgettazione > input[type=checkbox]:checked + div {
        max-height: 800px
    }

    .PanelProgettazioneWrapper {
        width: 100%;
        float: none;
        padding-left: 0
    }

    .MenuMarchi {
        margin-top: 20px
    }

    .LabelMarchi:first-child {
        background-position: 98% 50%
    }

    .MenuMarchi > input[type=checkbox] + div {
        height: auto;
        max-height: 0;
        transition: max-height .9s;
        overflow: hidden
    }

    .MenuMarchi > input[type=checkbox]:checked + div {
        max-height: 800px
    }

    .PanelMarchiWrapper {
        padding-left: 0
    }

    div.TrattamentoDatiPersonaliWrapper {
        padding: 20px;
        position: relative;
        color: #000;
        font-size: 17px
    }

    .PaginaElencoWrapper {
        margin-left: 0;
        margin-right: 0
    }

    .immaginemodello {
        display: none
    }

    .ElencoItem {
        width: 100%;
        margin: 10px 0
    }

    .NewsWrapper {
        text-align: left;
        margin-bottom: 20px
    }

    .LinkNews {
        text-decoration: none;
        display: block;
        vertical-align: top;
        width: 99%;
        height: auto;
        padding-bottom: 30px;
        color: #000
    }

    .LinkNewsPubblicaHome {
        padding: 30px 4px
    }

    .LinkNewsConBordo {
        border: none
    }

    .NewsContainer {
        border-bottom: solid 1px silver;
        padding-bottom: 35px;
        width: 100%;
        margin: 0 auto;
        height: 100%;
        transition: all .9s
    }

    .NewsContainerPubblicaHome {
        margin-bottom: 10px
    }

    .ImmagineNewsItem, .ImmagineNewsItemPubblicaHome {
        display: block;
        width: auto;
        max-width: 100%;
        max-height: initial;
        height: auto;
        margin: 10px auto;
        float: none
    }

    div.ImmaginePrincipale, div.PaginaDettaglio {
        width: 100%;
        float: none
    }

    .NewsDescription, .NewsDescriptionPubblicaHome {
        padding: 0;
        text-align: justify;
        margin-bottom: 10px
    }

    .HRElencoNews {
        display: none
    }

    div.PaginaDettaglio {
        padding: 7px;
        box-sizing: border-box
    }

    .testodettaglio {
        font-size: 13px
    }

    div.ImmaginiAllegateWrapper div.ImageItem {
        height: 97px
    }

        div.ImmaginiAllegateWrapper div.ImageItem > div {
            height: 100%
        }

    .NewsDettaglioWrapper {
        margin-bottom: 10px
    }

    .ImmaginePrincipaleNews {
        float: none;
        width: 100%;
        margin: 0 1%
    }

        .ImmaginePrincipaleNews img {
            width: auto;
            max-width: 100%;
            display: block;
            margin: 0 auto
        }

    .PaginaDettaglioNews {
        float: none;
        width: 100%
    }

    .FormRichiestadaPaginaProdottiWrapper {
        padding: 10px;
        box-sizing: border-box
    }

    .FormRichiestadaPaginaProdottoItem, .FormRichiestadaPaginaProdottoItemLast {
        width: 100%;
        max-width: 100%
    }

    .containerFormPaginaDettaglio {
        padding: 0
    }

    .FormRichiestadaPaginaProdottoItemRow {
        font-size: 11px
    }

    .DDLINFO, .FormRichiestadaPaginaProdottoItem_TBINFO {
        width: 100%
    }

    .FormRichiestadaPaginaProdottoMaggioriInformazioni {
        width: 98%;
        float: none
    }

    div.ErroreWrapper {
        padding-top: 0
    }

    div.FeedbackDestro, div.FeedbackSinistro {
        width: 100%;
        float: none
    }

    .FeedbackImmagineProdotto {
        display: block;
        margin: 8px 0
    }

    div.freccianone, div.frecciavisible {
        display: none
    }
}

@media screen and (min-aspect-ratio:17/9) {
    div.frecciavisible {
        position: fixed;
        bottom: 10px;
        width: 100%;
        display: block;
        text-align: center;
        font-size: 40px
    }

        div.frecciavisible img {
            cursor: pointer;
            width: 4%
        }

    div.freccianone {
        display: none
    }
}
