/* STEPS RESPONSIVE: [1-320] [321-480] [481-600] [601-768] [769-1024] [1025-1200] [1201-***]  */

/* #region TAVOLA COLORI */
/*
    #384184 blu scuro           rgba(0,69,103, 1)          hsl(200, 100%, 20%)     Colore ufficiale SOFTIMAX -> Sfondi blu scuro
    #00aaff azzurro scuro       rgba(0,170,255, 1)         hsl(200, 100%, 45%)     Sfondo azzurro scuro
    #80d4ff azzurro             rgba(128,212,255, 1)       hsl(200, 100%, 75%)     Titolo H3 nell'header
    #b3e5ff azzurro chiaro      rgba(179,229,255, 1)       hsl(200, 100%, 85%)     Link nell'header
    #def4ff azzurro chiarissimo                                                    Per differenziare (nel mobile) contenuti originariamente bianchi
    #666666 grigio scuro                                                           Testi 
    #cccccc grigio-chiaro                                   hsl(0, 0%, 80%)        Sfondo obliquo-chiaro
    #dddddd grigio (bordi)
    #f2f2f2 grigio-chiarissimo                              hsl(0, 0%, 95%)        Sfondo obliquo-chiaro
    #ffffff bianco
*/

:root {
    /* da 0px fino al numero impostato qui sotto, apparirà il menu a panino*/
    --max-width-breakpoint--hamburger-menu: 99999px;


}

:root {
    /* Colori assoluti con sintassi:  --Colore--NOME */
    --Colore--Trasparente: #00000000;
    --Colore--Bianco: #ffffff;
    --Colore--Nero: #000000;
    --Colore--BeigeScuro: #7f6a42; 
    --Colore--Blu-SemiTrasparente: rgba(0, 69, 103, 0.7);
    --Colore--Blu-Pieno: rgba(0, 69, 103, 0.9);
    /* Colori degli elementi con sintassi:  --Colore-ELEMENTO */
    --Colore-ContenutoDinamico-Anteprima-Testo: var(--Colore--Bianco);
    --Colore-ContenutoDinamico-Anteprima-Sfondo: var(--Colore--Blu-SemiTrasparente);
    --Colore-ContenutoDinamico-Anteprima-Sfondo-Hover: var(--Colore--Blu-Pieno);
    /* Colori di alcuni brand, con sintassi: --Colore-BRAND */
    --Colore-Facebook: #4267B2;
    --Colore-Whatsapp: #25D366;
    --Colore-Twitter: #1DA1F2;
    --Colore-XTwitter: #000000;
    --Colore-Telegram: #3390ec;
    --Colore-Linkedin: #0a66c2;
    --Colore-AzzurroChiaro: #0ea2af;
    --Colore-AzzurroChiaro_SemiTrasparente: #0ea2af44;
    --Colore-AzzurroScurito: #4e787b; /* #026168; /*#497a7e;*/
    --Colore-GrigioScuro: #343a40;
    --Colore-Nero: #000000;
}

/* #endregion TAVOLA COLORI */

/* #region GENERIC ELEMENTS */

body {
    color: #0f0f0f;
    font-family: 'encode-sans', sans-serif;
    background-color: #FFFFFF;
    font-family: "Philosopher", sans-serif;
    font-weight: 400;
    font-style: normal;
}

h1, h2, h3 {
    color: var(--Colore--Nero);
    font-weight: bold;
    text-shadow: 1px 1px 0px, black;
    font-family: "Philosopher", sans-serif;
  
    font-style: normal;
}
h1{
    font-size:3em;
    line-height:0.9em;
}
.pagina_bottiglia h1 {
    font-size: 2.6em;
    line-height: 0.5em;
}
.pagina_bottiglia h2 {
    font-size: 2em;
    line-height: 1em;
}

h2,h3 {
    font-size: 1.8em;
    line-height: 0.8em;
}


h4{
    font-size:1.3em;
    color:var(--Colore--BeigeScuro);
    line-height:0.7em;
}

b, strong 
{
    color:var(--Colore--Nero);
    font-weight:bold;
}

a {
    color: var(--Colore--Nero);
}

a.hover,
a:hover {
    text-decoration:none;
    color:var(--Colore--Nero);
    background-color: transparent;    
}

h1 > a,
h2 > a,
h3 > a,
h4 > a {
    color: var(--Colore--Nero);
}

.hamburger-menu .layout_header li a {
    color:var(--Colore--Bianco);
}



/* #endregion GENERIC ELEMENTS */
/* #region LAYOUT: HEADER */
.layout_header li a {
    color: #384184;
    display: inline-block;
    padding: 0 0.5em;
    line-height: 3em;
    text-decoration: none;
    font-weight: bold;
    background-color: #48b8e1;
}

.layout_header {
    color: #384184;
}

.layout_header:before 
{
   /* background: linear-gradient(-70deg, #00aaff, #384184 70%);*/
   background:White;
   border-bottom: 0px solid black;
}

    .layout_header .logo {
        background-image: url('/graphics/logo.png');
        width: 16em;
        height:auto;
        bottom: -1em;
        padding-bottom: 1em; /* ROBY */
        background-color: transparent; /* ROBY */
        background-color: rgba(255,255,255, 0.3);
    }

    .dettaglio .layout_header .logo,
    .layout_header.mini .logo,
    .layout_header #show-menu:checked ~ .logo {
      
        bottom: 0em; 
        padding: 0; 
        width: 12em;
        border-width: 0;
    }

.layout_header .show-menu {
    color: var(--Colore--Bianco);
    text-shadow:3px 3px 3px var(--Colore--Nero);
}

.layout_header .show-menu.hover,
.layout_header .show-menu:hover {
    color: var(--Colore--BeigeScuro);
    
}


   

    .layout_header nav > ul.menu0_container {
        /* background: rgba(127,106,66,1) !important; */
        background-image: linear-gradient(225deg, rgba(127, 106, 66, 1), black) !important;
    }

.layout_header nav li.hover a,
.layout_header nav li:hover a { 
    color: var(--Colore--Nero);
    background-color: var(--Colore--Bianco);
    /*background-color:transparent;*/
}

.layout_header nav li a {
    /*background-color:#48b8e1;
    border:1px solid #384184;*/
    line-height: 1.8em;
}

.layout_header nav .flags.nascoste {
    width:0;
    top:0;
    display:none;
}

.layout_header nav .flags.nascoste * {
    display:none;
}


.layout_header nav .flags.hover div,
.layout_header nav .flags:hover div {
    background: #48b8e1 none repeat scroll 0 0;
}

.layout_header + .layout_page {
    padding-top: 2em;
    padding: 0 !important;
}

.layout_header::before {
    background: transparent;
    opacity:0;
}

.layout_header.mini::before {
    background: var(--Colore--BeigeScuro);
    opacity:1
}

/* #endregion LAYOUT: HEADER */

.bordi .back_block {
    border: 5px solid white;
}

/* #region LAYOUT: PAGE */

.layout_page .art_block > a {
    color: #000000;
    color: #FFFFFF;
    background-color: #ffffff;
}

.layout_page .art_block > a > div {
    color: white;
}

.layout_page.pagina_dettaglio img {
    box-shadow: 6px 6px 10px 0px #cccccc;    
}

.layout_page.pagina_dettaglio img.sinistra_dopo_il_titolo,
.layout_page.pagina_dettaglio img.destra_dopo_il_titolo {
    border: 1px solid #384184;
}

/* #endregion LAYOUT: PAGE */

/* #region LAYOUT: FOOTER */

.layout_footer {    
    color: white;
    padding:0px;
    background-color: var(--Colore--BeigeScuro);
}
    .layout_footer p {
        text-align: left;
    }

.layout_footer a {
    color: white;
    margin:0;
}

.layout_footer a.hover,
.layout_footer a:hover {
    background-color: transparent;
    color: var(--Colore--Bianco);
    text-decoration:none;
}

.layout_footer b strong {
    color: #ffffff;
}

.layout_footer h3 {
    color:#ffffff;
}

    .layout_footer .footer3 {
        padding: 1em 0;
        position: relative;
    }

    .layout_footer::before {
        background-color: var(--Colore--Nero);
        border-top: 2px solid var(--Colore-Bianco);
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: 16em;
        bottom: 0;
        z-index: 0;
        height: 8em;
    }

        .layout_footer .footer3 > table {
            position: relative;
            z-index: 1;
            margin: 0 auto;
        }

        .layout_footer .footer3 a:hover {
            background-color: transparent;
        }





.sezione .share {
    display: inline-block;
    vertical-align: top;
}

.layout_footer .bottone.facebook,
.share .bottone.facebook {
    background-color: var(--Colore-Facebook);
}

.layout_footer .bottone.whatsapp,
.share .bottone.whatsapp {
    background-color: var(--Colore-Whatsapp);
}

.layout_footer .bottone.twitter,
.share .bottone.twitter {
    background-color: var(--Colore-XTwitter);
}

.layout_footer .bottone.telegram,
.share .bottone.telegram {
    background-color: var(--Colore-Telegram);
}

.layout_footer .bottone.linkedin,
.share .bottone.linkedin {
    background-color: var(--Colore-Linkedin);
}

.layout_page .text_block a.bottone:hover,
 .share .bottone:hover {
    background-color: var(--Colore-AzzurroChiaro);
}

.sezione.pulsanti .bottone {
    margin: 0.5em 0.5em 0.5em 0em;
    min-width: 2.5em;
    text-align: center;
}

.bottone,
.layout_footer a.bottone {
    background-color: var(--Colore--BeigeScuro);
    color: white !important;
    display: inline-block;
    font-size: 1em !important;
    margin: 0.5em;
    padding: 0.5em 0.5em;
    text-decoration: none !important;
    text-transform: inherit;
    text-shadow: none;
    border: 0;
    border-radius: 5px;
}

.layout_footer p .bottone {
    margin-left: 0;
    margin-top: 0;
}

.bottone:hover,
.layout_footer a.bottone:hover {
    /*background-color: #000000 !important;*/
    background-color: var(--Colore-AzzurroChiaro);
    /* border: 1px solid #fe0000 !important; */
    /* color: #fe0000 !important; */
    /* box-shadow: 0px 0px 0px red; */
}

.bottone_bianco {
    background-color: white !important;
    border-radius: 0px;
    box-shadow: 1px 1px 0 white;
    color: white !important;
    display: inline-block;
    font-size: 1em !important;
    margin: 0.5em;
    padding: 0.5em;
    text-decoration: none !important;
    text-transform: inherit;
    text-shadow: 1px 1px 1px black;
}


/* #endregion LAYOUT: FOOTER */

/* #region CLASSES */

.home_punti_di_forza strong {
    font-size: 1.4em;
    line-height: 1em;
}

.sfondo_grigio {
    background-color:#f4f6fa;
}


.bordo_foto_spesso_DX .blk_2_2 .back_block {
    border: 15px solid var(--Colore--BeigeScuro);
}
.bordo_foto_spesso {
    border: 0px solid var(--Colore--BeigeScuro);
}

.bordo_nero_foto_spesso .back_block {
    border: 15px solid var(--Colore--Nero);
}

.bordo_beige_foto_spesso .back_block {
    border: 15px solid var(--Colore--BeigeScuro);
}




/* #region .menu_secondario */
.layout_header nav .menu_secondario {
    color: #384184;
    font-weight: bold;
    display: none;
}

.layout_header nav .menu_secondario p {
    border-left:1px solid #384184;
}

.layout_header nav .menu_secondario a {
    color: #384184;
    font-weight:bold;
}

.layout_header nav .menu_secondario a.hover,
.layout_header nav .menu_secondario a:hover {
    color: #384184;
}

/* #endregion .menu_secondario */


.testo_header p {
    width: 60%;
    color: white !important;
    font-size: 1.5em !important;
    /*text-transform:uppercase;*/
    /*text-shadow: 1px 1px 1px #FFFFFF, 0px 0px 10px #FFFFFF !important;*/
    line-height:1.4em;  
    margin-top: 1em;
    margin-bottom:1em;
    /*font-weight:lighter;*/
    text-align:center;
    background: rgba(56,65,132,0.8);
    padding-top: 1em;
    padding-bottom:1em;
    
  
}

.testo_header strong {
    font-size: 1.5em !important;
    /*text-transform:uppercase;*/
    /*text-shadow: 1px 1px 1px #FFFFFF, 0px 0px 10px #FFFFFF !important;*/
    line-height:1.2em;  
    margin-top: 2em;
   color: white !important;
    
}

/* #region .stacktable */

/* --- GENERIC ELEMENT+CLASSES --- */

table.stacktable tr:nth-child(2n+1) {
    background-color:rgba(125,125,125,0.125);
}

table.stacktable thead tr,
table.stacktable thead tr:nth-child(2n+1) {
    background-color:transparent;
}

table.stacktable.small-only .st-head-row  {
    border-bottom:1px solid #384184;
}

/* #endregion .stacktable */

/* #region .bottone */

.bottone {
    border: 2px solid transparent;
    background-color: var(--Colore--BeigeScuro);    
    color: white !important;
}

.bottone.hover,
.bottone:hover {
    background-color: var(--Colore--Nero) !important;
    color: #ffffff !important;        
}

/* #endregion // .bottone */

/* #region .tondo + .tondo_footer + .fa-tondo*/

/* icone "font awensome" */

.tondo {
    background: #384184;    
}

.tondo .fa {
    color: #ffffff;
}

a.tondo_footer {
    background: var(--Colore--Nero);
}

a.tondo_footer:hover {
    background: var(--Colore--BeigeScuro);
}

a.tondo-footer .fa {
    color: red !important;
}

.fa-tondo {
    background: var(--Colore--BeigeScuro);
    color: #ffffff;
    width:1.5em;
    height:1.5em;
    line-height: 1.5em;
    font-size: 2em;
}

/* #endregion // .tondo + .tondo_footer */

/* #region .galleria_immagini */

.layout_page > div > .text_block .galleria_immagini {
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}

.galleria_immagini a {
    border:1px solid #384184;
    box-shadow:6px 6px 10px 0px #cccccc;
}

/* #endregion galleria_immagini */

/* #endregion CLASSES */

/* #region SPECIFIC CLASSES */

/* #region .newback (x softimax.it) */

.layout_page.newback > div h1,
.layout_page.newback > div h2,
.layout_page.newback > div h3,
.layout_page.newback > div p,
.layout_page.newback > div > .back_block:first-child + .text_block:last-child, 
.layout_page.newback > div > .text_block > .back_block {
    text-shadow:none;
}

.layout_page.newback h1 
{
    font-size: 2em;
    font-weight:normal;
}


.layout_page.newback h2 {
    font-size: 1.6em;
    font-weight: normal;
}

.layout_page.newback h3 
{
    font-size: 1.1em;
    margin-bottom: 0;
    margin-top: 0;
    text-align:left;
}


.newback:before 
{
    content:'';
    position:absolute;
    left:0;
    top:0;
    bottom:0;
    right:0;
    background-color:transparent;
    
}

.newback-skew-up:before
{
    -webkit-transform: skewY(-10deg);
    transform: skewY(-10deg);
}

.newback-skew-down:before
{
    -webkit-transform: skewY(10deg);
    transform: skewY(10deg);    
}

.newback-origin-topleft:before
{
    -webkit-transform-origin: 0;
    transform-origin: 0;    
}

.newback-origin-center:before
{
    -webkit-transform-origin: center;
    transform-origin: center;    
}

.newback-origin-bottomright:before
{
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;    
}

.newback-clip 
{
    overflow:hidden;   
}

.newback-blu:before
{
    background: linear-gradient(-90deg, #48b8e1, #384184 90%);
}

    .layout_page.newback-blu h1,
    .layout_page.newback-blu h2 {
        color:#ffffff;
        text-shadow:none !important;
        color:#ffffff !important;
    }

    .layout_page.newback-blu h3 {
        color: #80d4ff;    
        text-shadow:none !important;
    }
    
    .layout_page.newback-blu p {
        color: #ffffff; 
        text-shadow:none !important;
    }

    .layout_page.newback-blu strong {
        color: White;
    }

    .layout_page.newback-blu a {
        color:white;
        display:inline-block;
    }
    
    .layout_page.newback-blu a.hover,
    .layout_page.newback-blu a:hover {
        color:#384184;
        background-color:#ffffff;
    }
    
  

    .layout_page.newback-blu .bottone {
        border-color: #ffffff;
        background-color: transparent;    
        color:#ffffff !important;
    }

    .layout_page.newback-blu .bottone.hover,
    .layout_page.newback-blu .bottone:hover {
        background-color: #ffffff;
        color: #384184 !important;        
    }

.newback-qdco:before 
{
    background-image: url('http://www.quadernodicampagnaonline.it/graphics/background.jpg');
    background-position:center center;
    background-repeat:no-repeat;
    background-size:cover;
}

    .layout_page.newback-qdco h1,
    .layout_page.newback-qdco h2 {
        color:#ffffff;
        text-shadow:none !important;
        color:#ffffff !important;
    }

    .layout_page.newback-qdco h3 {
        color: #80d4ff;    
        text-shadow:none !important;
    }
    
    .layout_page.newback-qdco p {
        color: #ffffff; 
        text-shadow:none !important;
    }

    .layout_page.newback-qdco .bottone {
        border-color: #ffffff;
        background-color: transparent;    
        color:#ffffff !important;
    }

    .layout_page.newback-qdco .bottone.hover,
    .layout_page.newback-qdco .bottone:hover {
        background-color: #ffffff;
        color: #384184 !important;        
    }

/* #endregion sfondo-obliquo */

/* #region .icone (x softimax.it) */

.layout_page.home_prodotti p {
    min-height:0em;
}

.layout_page.home_prodotti h3 {
    margin-bottom: 0;
    margin-top:0em;
    font-size:1.3em;
    font-weight:bold;
    line-height: 1em;


}

.layout_page.home_prodotti h3+p {
    margin-top:0;    
}

/* #endregion .icone */

/* #region .campo-form */

.campo-form {
    margin-top: 1em;
    margin-bottom: 1em;
    color: var(--Colore--Nero);
}

.campo-form input,
.campo-form textarea,
.campo-form select, /* SCM v.1.9j */
.campo-form *[sfx-form-field="1"] /* SCM v.1.9j */ 
{
    background: #eee;
    color: black;
    width: 100%;
    padding: 4px;
    border: 1px solid black;
    border-radius: 2px;
}

/* #endregion .campo-form */

/* #region .portfolio / .news / .contatti (x softimax.it)*/

.portfolio .layout_header:before,
.news .layout_header:before,
.contatti .layout_header:before {
    opacity:1;
}

.layout_page.portfolio-title,
.layout_page.news-title {
    z-index: 5;
    /*top: 6em; /* v1.9e */
}

.layout_page.portfolio-title h2,
.layout_page.news-title {
    text-shadow:none !important;
    color:#ffffff;
}

.layout_page.portfolio,
.layout_page.news,
.layout_page.news-con-anteprima {
	/* v1.9e >>
    padding-top: 6em;	
    padding-bottom: 7em;
	/* v1.9e -- */
	padding-top: 1em;
    padding-bottom: 1em;
	/* v1.9e << */
	
}

.layout_page.pagina_dettaglio.portfolio,
.layout_page.pagina_dettaglio.news {
    margin-top: 2em;
}

.layout_page.pagina_dettaglio > div > .text_block > .testo2 {
    /* serve per mandare a capo il 2o testo*/
    clear: both; /* ROBY */
}

.layout_page.portfolio-footer,
.layout_page.news-footer {
    top: -7em;
}

.layout_page.portfolio-footer .bottone,
.layout_page.news-footer .bottone {
    border-color: #ffffff;
    background-color: transparent;    
    color:#ffffff !important;
}

.layout_page.portfolio-footer .bottone.hover,
.layout_page.portfolio-footer .bottone:hover,
.layout_page.news-footer .bottone.hover,
.layout_page.news-footer .bottone:hover {
    background-color: #ffffff;
    color: #384184 !important;        
}

.newback.news:before {
    
}

.newback.news-footer:before {
    height: 14em;
}

.layout_page.portfolio .art_block > a.img_background  {
    border: 1px solid #384184;
    box-shadow: 4px 4px 10px 0px rgba(0,0,0,0.25);
}

.layout_page.portfolio .art_block > a.img_background > b {
    display: block;
    position: absolute;
    top:50%;
    left:1em;
    right:1em;
    text-align: center;
    padding: 0.5em;
    font-size:0.85em;
    font-weight:normal;
    color: #ffffff;
    background-color: #384184;
    box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.75);
}

.layout_page.portfolio .art_block > a.img_background > div {
    padding: 1em;
    background: #dddddd;
    min-height: 5em;
    text-shadow: none;
    color: #384184;
    overflow: hidden;    
    background-color: rgba(128,212,255, 0.9);
    
    text-align:center;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.layout_page.portfolio .art_block > a.img_background > div p 
{
    color: #384184;
    text-align:center;
}

.layout_page.news .art_block > a.img_background,
.layout_page.news-con-anteprima .art_block > a.img_background {
    overflow:hidden;
    padding-left:0;
    padding-bottom:0;
    padding-right:0;
    border: 1px solid #48b8e1;
    box-shadow: 4px 4px 10px 0px rgba(0,0,0,0.25);
	min-height: 20em; /*v1.9e*/
    width: 100%; /*v1.9e*/
}    

.layout_page.news .art_block > a.img_background > b,
.layout_page.news-con-anteprima .art_block > a.img_background > div > p > b {
	display:block;
	font-weight:bold;
    color:var(--Colore-ContenutoDinamico-Anteprima-Testo);
}

.layout_page.news .art_block > a.img_background > b {
    padding:0.5em;    
    /* min-height:3em; /* v1.9e */
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	text-align:center;
	background-color: var(--Colore-ContenutoDinamico-Anteprima-Sfondo);
}

.layout_page.news-con-anteprima .art_block > a.img_background > div > p > b {
	background-color:var(--Colore-Trasparente);
}

.layout_page.news .art_block > a.img_background > div,
.layout_page.news-con-anteprima .art_block > a.img_background > div {
    /*top: 20em; 	/* v1.9e */
    /*left: 1em; 	/* v1.9e */
    left: 0; 		/* v1.9e */
    /*right: 1em; 	/* v1.9e */
    right: 0; 		/* v1.9e */
    bottom:0;    
    padding:0;
    position:absolute;
    overflow:hidden;
    transition: all 0.25s 0s ease;
    background-color: var(--Colore-ContenutoDinamico-Anteprima-Sfondo);    		
}

.layout_page.news .art_block > a.img_background > div
{
	max-height: 0;    /* v1.9e */
	top: 20em; 	/* v1.9e */
    left: 1em; 	/* v1.9e */
    right: 1em; 	/* v1.9e */    
	padding:1em;
}

.layout_page.news .art_block > a.img_background.hover > div,
.layout_page.news .art_block > a.img_background:hover > div {
    max-height: 20em;    /* v1.9e */
	top: 0em; 	/* v1.9e */
    left: 0em; 	/* v1.9e */
    right: 0em; 	/* v1.9e */    
}
    .layout_page.news-con-anteprima .art_block > a.img_background.hover > div,
    .layout_page.news-con-anteprima .art_block > a.img_background:hover > div {
        /* v1.9e >>
    padding:1em;
    max-height:20em;
    color: rgba(56,65,132, 1);
	v1.9e << */
        padding-top: 1em;
        padding-bottom: 1em;
        background-color: var(--Colore-ContenutoDinamico-Anteprima-Sfondo-Hover);
    }

.layout_page.news .art_block > a.img_background > div p,
.layout_page.news-con-anteprima .art_block > a.img_background > div p {
    text-align:center;
    /* color: rgba(0,0,0,0); 	/* v1.9e */
    transition: all 0.25s 0s ease;
	font-size: 0.9em; /* v1.9e */
    font-weight:normal; /* v1.9e */
}

.layout_page.news .art_block > a.img_background.hover > div p,
.layout_page.news .art_block > a.img_background:hover > div p,
.layout_page.news-con-anteprima .art_block > a.img_background.hover > div p,
.layout_page.news-con-anteprima .art_block > a.img_background:hover > div p {
    color: rgba(255,255,255,1);
    transition: all 1s 0s ease;
}

.layout_page.pagina_dettaglio.portfolio img.sinistra_dopo_il_titolo + p,
.layout_page.pagina_dettaglio.portfolio img.destra_dopo_il_titolo + p {
    color: #384184;
    display: inline-block;    
    max-width: 40% !important;
    margin: 1em 0;
    font-size:1.1em;
}

.layout_page.pagina_dettaglio.portfolio img.sinistra_dopo_il_titolo ~ h3 {
    clear:both;
}


/* #endregion .portfolio */

.layout_page > div > .back_block:first-child + .text_block:last-child,
.layout_page > div > .text_block > .back_block {
    text-shadow: 0px 0px 0px #fff;
}

.form_contatti .pannello {
  text-shadow: 0px 0px 0px #fff;
}

.nota_informativa p,
.layout_page.nota_informativa > div > .text_block > p {
    font-size: 10px;
    color: #222222;
  
}

.nota_informativa_contatti a {
    font-size: 12px;
    color: #384184;
    text-decoration: underline;
}


.nota_informativa a {
    font-size: 10px;
    color: #384184;
    text-decoration: underline;
}

.nota_informativa a.hover,
.nota_informativa a:hover {
    color: white;
    text-decoration: none;
}

/* #region .loghi_clienti (x softimax.it) */

.loghi_clienti {
    display:block;              
    padding:0;                  
    text-align:center !important;   
}

.loghi_clienti LI {
    display:inline-block;
    text-align:center;
    width:15%;                  
    min-width:130px;            
    margin-bottom:0.5em;        
}

.loghi_clienti EM {
    justify-content: center;
    align-items: center;
    height: 100%;
}

.loghi_clienti img {
    display: block;
    max-width: 100%;
    height:75px;
    width:100%;                     
    position: relative;
    object-fit: contain;            /* evita distorsioni img */
}

.loghi_clienti img.hover,
.loghi_clienti img:hover 
{    
    -moz-animation: logo_cliente_bounce 0.5s infinite linear;
    -o-animation: logo_cliente_bounce 0.5s infinite linear;
    -webkit-animation: logo_cliente_bounce 0.5s infinite linear;
    animation: logo_cliente_bounce 0.5s infinite linear;   
}

@-webkit-keyframes logo_cliente_bounce {
    0% { top: 0; }
    50% { top: -0.2em; }
    70% { top: -0.3em; }
    100% { top: 0; }
}
@-moz-keyframes logo_cliente_bounce {
    0% { top: 0; }
    50% { top: -0.2em; }
    70% { top: -0.3em; }
    100% { top: 0; }
}
@-o-keyframes logo_cliente_bounce {
    0% { top: 0; }
    50% { top: -0.2em; }
    70% { top: -0.3em; }
    100% { top: 0; }
}
@-ms-keyframes logo_cliente_bounce {
    0% { top: 0; }
    50% { top: -0.2em; }
    70% { top: -0.3em; }
    100% { top: 0; }
}
@keyframes logo_cliente_bounce {
    0% { top: 0; }
    50% { top: -0.2em; }
    70% { top: -0.3em; }
    100% { top: 0; }
}

/* #endregion .loghi_clienti */

/* #region .intestazione (x softimax.it)*/

.intestazione >DIV {
    padding-top:1em;    
}

/* #endregion .intestazione */

/* #region .apponline (x softimax.it) */

.apponline .art_block {
    border: 1px solid #384184;
    margin: 1em !important;
    box-shadow: 5px 5px 10px 0 #ccc;
    text-align:center;
}

.apponline .art_block > a.img_background {
    background-size: contain;
    background-position: center;
    padding-top:8em;
    position:relative;
    margin-bottom:6em;
}

.apponline .art_block > a.img_background > b
{
    position:absolute;
    top:9em;
    left:0;
    right:0;
    background-color:#384184;
}

.apponline .art_block > a > div {
    position:absolute;
    top:11em;
    left:0;
    right:0;
}

.apponline .art_block > a > div > p {
    text-align:center;
}

/* #endregion .apponline */

/* #region .credits-list (x softimax.it) */

.credits-list p {
    display: inline-block;
    width: 200px;
    vertical-align: top;
    margin: 10px !important;
    padding: 0;
    padding-top: 170px !important;
    position: relative;
    text-align: center !important;
    font-size: 0.7em;
}

.credits-list img {
    display:block;
    position:absolute;
    left:0;
    top:0;
    max-height:180px;
}

/* #endregion .credits-list */

/* #endregion SPECIFIC CLASSES */

/* #region RESPONSIVE (all overrides) */

@media screen and (min-width: 2001px) 
{
    /*ALTRE CLASSI*/
    .newback-skew-up:before,
    .newback-skew-down:before {
        -webkit-transform: none;
        transform: none;
    }
}

@media screen and (min-width: 1201px) 
{
}

@media screen and (max-width: 1200px) 
{
    /*ALTRE CLASSI*/
    .layout_page.newback h1,
    .layout_page.newback h2 {
        font-size: 1.9em;
    }

    h1{
        font-size: 2.2em;
        
    }

    h2, h3 {
        font-size: 1.8em;
        line-height: 0.8em;
    }
}

@media screen and (max-width: 1024px) 
{
    /*LAYOUT-HEADER*/
    .layout_header .logo {
        width: 16em;
        bottom: -1em;
    }

    h4 {
        font-size: 1.2em;
        line-height: 1em;
    }

    /*ALTRE-CLASSI*/\
    .layout_page.newback h1 {
        font-size: 1.6em;
    }
    .layout_page.newback h2 {
        font-size: 1.6em;
    }
    .testo_header p {
        font-size: 1.4em !important;
        line-height: 1.4em;
        margin-top: 1em;
        margin-bottom: 1em;
        background: rgba(56,65,132,0.8);
        padding-top: 1em;
        padding-bottom: 1em;
    }    
}

@media screen and (max-width: 900px) 
{
}

@media screen and (max-width: 768px) 
{
    /*LAYOUT-HEADER*/
    .layout_header .logo {
        width: 16em;
        bottom: -1em;
    }
    .layout_header nav {
        background: #ffffff;
    }    
    .layout_header #show-menu:checked ~ nav {
       /* background-image: url(/graphics/simbolo_softimax.png);*/
       background-color: White;
        background-size: 150% auto;
    }    
    .layout_header nav > ul.menu0_container {
        background: rgba(255,255,255,0.85);
    }    
    .layout_header li.hover,
    .layout_header li:hover {
        background-color: transparent;
    }
    .layout_header li a {
        color: #384184;
    }
    .layout_header nav .flags.hover,
    .layout_header nav .flags:hover,
    .layout_header nav .flags.hover div,
    .layout_header nav .flags:hover div {
        background: transparent;
    }
    .layout_header nav .flags .flag {
        border-width: 2px !important;
        border:2px solid transparent;
        padding:2px !important;
        border-radius:4px;
    }
    .layout_header nav .flags .flag.hover,
    .layout_header nav .flags .flag:hover {
        border-color: #48b8e1;
    }
    
    /* LAYOUT PAGE */
    .layout_page.colora_testi_768 .text_block {
        background: #b3e5ff;
        color: #384184;
        box-shadow: 5px 5px 20px 0px #cccccc;
    }       
    .layout_page.colora_blocco_768 {
        background: #b3e5ff;        
        color:#384184;
    }
    .layout_page.colora_testi_768.icone .text_block {
        /*background: linear-gradient(-180deg, #fff, #b3e5ffb0 );*/
        background-color: #384184;
    }
    .layout_page.pagina_dettaglio.portfolio img.sinistra_dopo_il_titolo + p, 
    .layout_page.pagina_dettaglio.portfolio img.destra_dopo_il_titolo + p {
        max-width:100% !important;
        text-align:center;
    }

    /*ALTRE CLASSI*/
    .layout_page.apponline.text_blocks_3 > div > .text_block,
    .layout_page.apponline.art_blocks_3 > div > .art_block {
        min-width: 80%;
    }    
    .newback-skew-up:before,
    .newback-skew-down:before {
        -webkit-transform: none;
        transform: none;
    }

    .layout_page.home_prodotti h3 {
        margin-bottom: 0;
        margin-top: -1em;
        font-size: 1.4em;
        font-weight: bold;
        line-height: 0.8em;
    }
    h2, h3 {
        font-size: 1.5em;
        line-height: 0.8em;
    }
    .pagina_bottiglia h1 {
        font-size: 2.2em;
        line-height: 0.9em;
    }

    .pagina_bottiglia h2 {
        font-size: 1.8em;
        line-height: 1em;
    }

    .home_punti_di_forza strong {
        font-size: 1.3em;
        line-height: 1em;
    }

    .layout_footer::before {
        left: 0;
        right: 0;
        top: 27em;
        bottom: 0;
        z-index: 0;
        height: 8em;
    }
}

@media screen and (max-width: 600px) 
{
    /*LAYOUT-HEADER*/
    .layout_header .logo {
        width: 12em;
        bottom: -1em;
    }
    .layout_header.mini .logo,
    .layout_header #show-menu:checked ~ .logo {
        
        bottom: 0em;
        padding: 0;
        width: 10em;
        border-width: 0;
    }
    .layout_header li a {
        color: #384184;
        font-size: 1.5em;
    }

    /*ALTRE CLASSI*/
    .layout_page.newback h1 {
        font-size: 1.6em;
    }
    .layout_page.newback h2 {
        font-size: 1.6em;
    }
    .testo_header p {
        width: 90%;
        font-size: 1em !important;
        line-height: 1.2em;
        margin-top: 1em;
        margin-bottom: 1em;
        background: rgba(56,65,132,0.8);
        padding-top: 1em;
        padding-bottom: 1em;
    }    
}

@media screen and (max-width: 480px) 
{
    /*ALTRE CLASSI*/
    .layout_page.newback h1 {
        font-size: 2em;
    }
    .layout_page.newback h2 {
        font-size: 1.6em;
    }

    .hamburger-menu .layout_header li a {
        font-size:1.2em;
    }
}

@media screen and (max-width: 320px) 
{
}

/* #endregion RESPONSIVE (all overrides) */
