﻿/* 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 {
    /* Colori assoluti con sintassi:  --Colore--NOME */
    --Colore--Trasparente: #00000000;
    --Colore--Bianco: #ffffff;
    --Colore--Nero: #000000;
    --Colore--Grigio: #828a8e;
    --Colore--Blu: #022033;
    --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-Telegram: #3390ec;
    --Colore-Linkedin: #0a66c2;
}

/* #endregion TAVOLA COLORI */

/* #region GENERIC ELEMENTS */

body {
    color: var(--Colore--Bianco);
    font-family: "Armata", sans-serif;
   
    background-image: url(/graphics/sfondo.jpg);
    background-attachment: fixed;
    background-size: cover;
    background: var(--Colore--Blu);
    font-size: 1em;
}

h1, h2, h3 {
    color: var(--Colore--Bianco);
    font-size: 3em;
    font-family: "Unica One", sans-serif;
    font-family: "Libre Bodoni", serif;
    font-weight: bold;
}

h1 {
    font-size: 3em;
    line-height:1em;
}

b, strong {
    color: var(--Colore--Bianco);
    text-shadow: 1px 0px 0px var(--Colore--Bianco), 1px 0px 0px var(--Colore--Nero);
}

a {
    color: var(--Colore--Bianco);
    text-decoration:underline;
}

a.hover,
a:hover {
    color: #ffffff;
    text-decoration:none;
    background-color: transparent;    
}

h1 > a, 
h2 > a, 
h3 > a, 
h4 > a {
    color: #384184;
}

/* #endregion GENERIC ELEMENTS */


.layout_page {
    padding-left: 4em;
    padding-right: 4em;
}
.layout_footer {
    margin-left: 4em;
    margin-right: 4em;
}


/* #region LAYOUT: HEADER */

.layout_header {
    /* display: none; */    
    transition: opacity 1s;
}

.layout_header.mini {
    /* display: block; */
    transition: opacity 1s;
}

.layout_header + .layout_page {
    padding-top: 0 !important;
}

.layout_header li a {
  
  display: inline-block;
  padding: 0 0.5em;
  line-height:3em;
  text-decoration: none;
  font-weight:bold;
  background-color: #48b8e1;
}

.layout_header {
    
}

.layout_header:before 
{
   /* background: linear-gradient(-70deg, #00aaff, #384184 70%);*/
   background:White;
   border-bottom: 1px solid #48b8e1;
}

.layout_header .logo {
    background-image: url('/graphics/logo.png');
    width: 8em;
    bottom: -5em;
    padding-bottom: 1em; /* ROBY */
    background-color: #ffffff; /* ROBY */
    display:none;
}

/* #region MENU A SCOMPARSA SEMPRE VISIBILE con .mini-menu (DA SCM_STYLE.css -> @media screen and (max-width: 768px) */
/* {*/

.mini-menu .layout_header {
    text-align: right;
}

.mini-menu .layout_header.mini {
    font-size: 1em;
}

.mini-menu .layout_header nav {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    height: 0;
    padding: 0;
    background: rgba(0,0,0,0);
    background-image: linear-gradient(90deg, rgba(255,255,255,10%) 0%, rgb(255, 255, 255, 100%) 85%);
    background-position: right top;
    transition: all 0.25s ease 0s;
    overflow: auto;
}

.mini-menu .layout_header #show-menu:checked ~ nav {
    width: auto;
    height: auto;
    top: 4em;
    bottom: 1em;
    padding: 1em;
}

.mini-menu .layout_header nav .menu0_container li {
    display: block;
    margin: 1em;
    margin-right: 0;
}

    .mini-menu .layout_header nav .menu0_container li a {
        display: inline-block;
        line-height: 1em;
        padding: 0.5em;
        font-family: "Libre Bodoni", serif;
    }

.mini-menu .layout_header.mini nav .menu0_container li a {
    /*font-size: 2em;*/
}

.mini-menu .layout_header nav .flags,
.mini-menu .layout_header nav .flags > div {
    width: auto;
    display: block;
    text-align: right;
    position: relative;
    background-color:transparent;
}

.mini-menu .layout_header nav .flags .flag,
.mini-menu .layout_header nav .flags:hover .flag,
html .mini-menu .layout_header nav .flags .flag {
    height: 1.2em !important;
    line-height: 1em;
    margin: 1em;
    display: inline-block;
}


.mini-menu .layout_header nav > ul.menu0_container,
.mini-menu .layout_header nav .flags {
    display: none;
}

.mini-menu .layout_header #show-menu:checked ~ nav > ul.menu0_container,
.mini-menu .layout_header #show-menu:checked ~ nav .flags {
    display: block;
    padding-right: 0;
}

.mini-menu .show-menu {
    display: inline-block;
    position: relative;
    z-index: 10000;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
    transition: margin 0.25s ease 0s;
}

.mini-menu .layout_header.mini .show-menu {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

/*}*/

/* #endregion MENU A SCOMPARSA SEMPRE VISIBILE (DA SCM_STYLE.css) */

.dettaglio .layout_header .logo,
.layout_header.mini .logo,
.layout_header #show-menu:checked ~ .logo {
    /*bottom: -3em;  ROBY */
    bottom: 0.5em; /* ROBY */
    top: 0.5em; /* ROBY */
    padding: 0; /* ROBY */
    width: 5em;
    border-width: 0;
}

.layout_header .show-menu,
.layout_header.mini .show-menu,
.mini-menu .layout_header .show-menu,
.mini-menu .layout_header.mini .show-menu {
    /*color: #384184;*/
    color: var(--Colore--Bianco);
    text-shadow: 2px 2px 0px var(--Colore--Blu);
    position: fixed;
    top: 2em;
    right: 1.2em;
    margin: 0;
}

.layout_header .show-menu.hover,
.layout_header .show-menu:hover {
    /*color: #384184;*/
    color: var(--Colore--Blu);
    text-shadow: 2px 2px 0px var(--Colore--Bianco);
}

.layout_header nav nav,
.mini-menu .layout_header nav nav {
    background-image: linear-gradient(90deg, rgba(255,255,255,10%) 0%, rgb(255, 255, 255, 100%) 75%);
}

.layout_header nav li.hover ,
.layout_header nav li:hover {
    background:transparent;
}

.layout_header nav li a {
    /*background-color:#48b8e1;
    border:1px solid #384184;*/
    line-height: 1.8em;
    font-size:1.2em;
    background-color: transparent;
    color: var(--Colore--Blu);
    transition: color 0.25s 0s ease, background-color 0.25s 0s ease;
}

.layout_header nav li.hover a,
.layout_header nav li:hover a {
    /*color: #384184;
    background-color: #48b8e1;*/

    color: var(--Colore--Bianco);
    background-color: var(--Colore--Blu);
}

.mini-menu .layout_header #show-menu ~ nav,
.mini-menu .layout_header.mini #show-menu ~ nav {
    opacity:0;
}

.layout_header #show-menu:checked ~ nav,
.mini-menu .layout_header #show-menu:checked ~ nav,
.layout_header.mini #show-menu:checked ~ nav,
.mini-menu .layout_header.mini #show-menu:checked ~ nav {
    width: auto;
    height: auto;
    top: 0em;
    bottom: 0;
    padding: 3em;
    padding-top: 4em;
    font-size: 1.5em;
    opacity: 1;
}

.layout_header nav .flags.nascoste,
.mini-menu .layout_header nav .flags.nascoste,
.layout_header nav .flags.nascoste *,
.mini-menu .layout_header nav .flags.nascoste *,
.layout_header nav .flags.nascoste div,
.mini-menu .layout_header nav .flags.nascoste div,
.layout_header #show-menu:checked ~ nav .flags.nascoste
.mini-menu .layout_header #show-menu:checked ~ nav .flags.nascoste {
    width: 0;
    height: 0;
    display: none;
}

/* #endregion LAYOUT: HEADER */

/* #region LAYOUT: PAGE */

.layout_page {
    line-height: 2em;
}

.layout_header + .layout_page {
    padding-left: 0;
    padding-right: 0;
}

.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;
    background-color: var(--Colore--Grigio);
}

.layout_footer a {
    color: white;
    margin:0px;
}

.layout_footer a.hover,
.layout_footer a:hover {
    background-color: transparent;
    color: var(--Colore--Bianco);
    text-decoration:none;
}

    .layout_footer b,
    .layout_footer strong {
        color: var(--Colore--Bianco);
        /*text-shadow: 1px 0px 0px black;*/
    }

    .layout_footer h6 {
        /*color:#333333;*/
        color: var(--Colore--Bianco);
        font-size: 0.9em;
        line-height: 1.5em;
    }

    .layout_footer h3 {
        /*font-family: "Libre Bodoni", serif;*/
        font-size: 1.3em;
        line-height: 1em;
    }

/* #endregion LAYOUT: FOOTER */

/* #region CLASSES */

/* #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 */

.bordi .text_block {
    border: 5px solid transparent;
}


.testo_header p {
    color: white !important;
    font-size: 2em !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;
    text-shadow: 2px 2px 0px black;
    font-family: "Libre Bodoni", serif;
}

.testo_header strong {
    font-size: 3em;
    font-family: "Special Elite", system-ui;
    font-family: "Unica One", sans-serif;
    font-family: "Libre Bodoni", serif;
    font-weight: bold;
    text-shadow: 3px 3px 1px black;
    /*text-transform:uppercase;*/
    /*text-shadow: 1px 1px 1px #FFFFFF, 0px 0px 10px #FFFFFF !important;*/
    line-height: 1.2em;
    margin-top: 2em;
    color: white !important;
}

.recapiti h3{
    font-size:2em;
    line-height:0em;
}

.sfuma_sotto:after{
    content: '';
    display: block;
    bottom: 0em;
    right: 0;
    left: 0;
    height: 20em;
    background: linear-gradient(0, var(--Colore--Blu), transparent);
    z-index: 1;
    position: absolute;
}

.sfuma_sopra:after {
    content: '';
    display: block;
    top: 0em;
    right: 0;
    left: 0;
    height: 20em;
    background: linear-gradient(180deg, var(--Colore--Blu), transparent);
    z-index: 1;
    position: absolute;
}

.sfuma_sopra_sotto:after {
    content: '';
    display: block;
    top: 0em;
    right: 0;
    left: 0;
    bottom: 0em;
    background: linear-gradient(180deg, var(--Colore--Blu), transparent, var(--Colore--Blu));
    z-index: 1;
    position: absolute;
}


.sfuma_foto_sx .blk_1_2:after,
.sfuma_foto_dx .blk_2_2:after {
    content: '';
    display: block;
    top: 0em;
    bottom: 0em;
    width: 25%;
    z-index: 1;
    position: absolute;
}

.sfuma_foto_dx .blk_2_2:after {
    left: 0;
    background: linear-gradient(90deg, var(--Colore--Blu), transparent);
}

.sfuma_foto_sx .blk_1_2:after {
    right: 0;
    background: linear-gradient(270deg, var(--Colore--Blu), transparent);
}

@media screen and (max-width: 768px) 
{
    .sfuma_foto_sx .blk_1_2:after,
    .sfuma_foto_dx .blk_2_2:after {
        display: none;
    }
}


/* #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 var(--Colore--Bianco);
    background-color: transparent;    
    color: var(--Colore--Bianco) !important;
    font-weight:bold;
}

    .bottone.hover,
    .bottone:hover {
        border: 2px solid transparent !important;
        background-color: transparent;
        color: var(--Colore--Bianco) !important;
        font-weight: bold;
    }

/* #endregion // .bottone */

/* #region .tondo + .tondo_footer + .fa-tondo*/

/* icone "font awensome" */

.tondo {
    background: #384184;    
}

.tondo .fa {
    color: #ffffff;
}

a.tondo_footer {
    background: var(--Colore--Blu);
}

    a.tondo_footer:hover {
        background: var(--Colore--Blu);
    }


.fa-tondo {
    /*background: #48b8e1;*/
    background: transparent;
    color: #ffffff;
}

/* #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%);*/
    /* background-color:#828a8e;*/
    background-color: var(--Colore--Blu);
}

    .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: var(--Colore--Bianco);
    font-family: "Unica One", sans-serif;
    font-family: "Libre Bodoni", serif;
    font-size: 5.5em;
    font-weight: bold !important;
    text-shadow: 1px 0px 0px black !important;
    line-height: 1em;
    margin-top: 0em;
    color: white !important;
}


.layout_page.newback-blu h4 {
    color: var(--Colore--Bianco);
    font-family: "Unica One", sans-serif;
    font-family: "Libre Bodoni", serif;
    font-size: 1.5em;
    font-weight: bold !important;
    text-shadow: 1px 0px 0px black;
    line-height: 1em;
    margin-top: 1em;
    color: white !important;
}

.layout_page.newback-blu h5 {
    color: var(--Colore--Bianco);
  
    font-size: 1.5em;
    font-weight: bold !important;
    text-shadow: 1px 0px 0px black;
    line-height: 1.2em;
    margin-top: 0em;
    color: white !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: 2px solid var(--Colore--Bianco);
    background-color: transparent;
    color: var(--Colore--Bianco) !important;
    font-weight: bold;
}

    .layout_page.newback-blu .bottone.hover,
    .layout_page.newback-blu .bottone:hover {
        border: 2px solid transparent;
        background-color: transparent;
        color: var(--Colore--Bianco) !important;
        font-weight: bold;
    }





.newback-grigio:before {
    /*background: linear-gradient(-90deg, #48b8e1, #384184 90%);*/
    /* background-color:#828a8e;*/
    background-color: var(--Colore--Grigio);
}

.layout_page.newback-grigio h1,
.layout_page.newback-grigio h2 {
    color: #ffffff;
    text-shadow: none !important;
    color: #ffffff !important;
}

.layout_page.newback-grigio h3 {
    color: var(--Colore--Bianco);
    font-family: "Unica One", sans-serif;
    font-family: "Libre Bodoni", serif;
    font-size: 6em;
    font-weight: bold !important;
    text-shadow: 1px 0px 0px black !important;
    line-height: 1.2em;
    margin-top: 0em;
    color: white !important;
}


.layout_page.newback-grigio h4 {
    color: var(--Colore--Bianco);
    font-family: "Unica One", sans-serif;
    font-family: "Libre Bodoni", serif;
    font-size: 1.5em;
    font-weight: bold !important;
    text-shadow: 1px 0px 0px black;
    line-height: 1em;
    margin-top: 0em;
    color: white !important;
}

.layout_page.newback-grigio h5 {
    color: var(--Colore--Bianco);
    font-size: 1.5em;
    font-weight: bold !important;
    text-shadow: 1px 0px 0px black;
    line-height: 1em;
    margin-top: 0em;
    color: white !important;
}

.layout_page.newback-grigio p {
    color: #ffffff;
    text-shadow: none !important;
}

.layout_page.newback-grigio strong {
    color: White;
}

.layout_page.newback-grigio a {
    color: white;
    display: inline-block;
}

    .layout_page.newback-grigio a.hover,
    .layout_page.newback-grigio a:hover {
        color: #384184;
        background-color: #ffffff;
    }



.layout_page.newback-grigio .bottone {
    border: 2px solid var(--Colore--Bianco);
    background-color: transparent;
    color: var(--Colore--Bianco) !important;
    font-weight: bold;
}

    .layout_page.newback-grigio .bottone.hover,
    .layout_page.newback-grigio .bottone:hover {
        border: 2px solid transparent;
        background-color: transparent;
        color: var(--Colore--Bianco) !important;
        font-weight: bold;
    }








.motivi_per_scegliere b,
.motivi_per_scegliere strong {
    font-size: 1.8em;
    line-height: 0em;
    color: var(--Colore--Bianco);
    font-family: "Libre Bodoni", serif;
}

.motivi_per_scegliere h3{
    font-size: 1.8em;
    line-height: 1em;
    color: var(--Colore--Bianco);
    font-family: "Libre Bodoni", serif;
}
.motivi_per_scegliere h2 {
    font-size: 3em;
    line-height: 1em;
   
}



.punti_di_forza b,
.punti_di_forza strong {
    
    line-height: 0em;
    color: var(--Colore--Bianco);
    
}

.punti_di_forza h3 {
    font-size: 1.8em;
    line-height: 1em;
    color: var(--Colore--Bianco);
    font-family: "Libre Bodoni", serif;
}


.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.icone p {
    min-height:8em;
}

.layout_page.icone h3 {
    margin-bottom: 0;
    font-size:1em;
    font-weight:bold;
}

.layout_page.icone h3+p {
    margin-top:0;    
}

/* #endregion .icone */

/* #region .campo-form */

.campo-form {
    margin-top: 1em;
    margin-bottom: 1em;
    color: var(--Colore--Bianco);
}

.campo-form input, 
.campo-form textarea {
    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;
    
}
.contatti_form {
    text-align:center !important;
    border:1px solid var(--Colore--Bianco);
}

.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;
    }

    

    .testo_header strong {
        font-size: 2.5em;
        text-shadow: 3px 3px 1px black;
        line-height: 1.2em;
        margin-top: 2em;  
    }
}

@media screen and (max-width: 1024px) 
{
    /*LAYOUT-HEADER*/
    .layout_header .logo {
        width: 6em;
        bottom: -2em;
    }

    /*ALTRE-CLASSI*/\
    .layout_page.newback h1 {
        font-size: 1.6em;
    }
    .layout_page.newback h2 {
        font-size: 1.6em;
    }
    .testo_header strong {
        font-size: 2.5em;
        text-shadow: 3px 3px 1px black;
        line-height: 1.2em;
        margin-top: 2em;
    }

    .layout_page.newback-blu h3 {
        color: var(--Colore--Bianco);
        font-family: "Unica One", sans-serif;
        font-family: "Libre Bodoni", serif;
        font-size: 4em;
        font-weight: bold !important;
        text-shadow: 1px 0px 0px black !important;
        line-height: 1em;
        margin-top: 0em;
        color: white !important;
    }


    .layout_page.newback-blu h4 {
        color: var(--Colore--Bianco);
        font-family: "Unica One", sans-serif;
        font-family: "Libre Bodoni", serif;
        font-size: 1.5em;
        font-weight: bold !important;
        text-shadow: 1px 0px 0px black;
        line-height: 1em;
        margin-top: 1em;
        color: white !important;
    }

    .layout_page.newback-blu h5 {
        color: var(--Colore--Bianco);
        font-size: 1.2em;
        font-weight: bold !important;
        text-shadow: 1px 0px 0px black;
        line-height: 1.2em;
        margin-top: 0em;
        color: white !important;
    }




}




@media screen and (max-width: 900px) 
{
    .layout_page {
        padding-left: 2em;
        padding-right: 2em;
    }

    .layout_footer {
        margin-left: 2em;
        margin-right: 2em;
    }


    .testo_header p {
        
        font-size: 2em !important;
        
        line-height: 1.2em;
        margin-top: 1em;
        margin-bottom: 1em;
       
        padding-top: 1em;
        padding-bottom: 1em;
       
    }

    .testo_header strong {
        font-size: 2.5em;
        text-shadow: 3px 3px 1px black;
        line-height: 1.2em;
        margin-top: 2em;
    }

    .motivi_per_scegliere h2 {
        font-size: 2.5em;
        line-height: 1em;
    }
}

@media screen and (max-width: 768px) 
{

    .layout_page {
        padding-left: 0.5em;
        padding-right: 0.5em;
    }

    .layout_footer {
        margin-left: 0.5em;
        margin-right: 0.5em;
    }


    /*LAYOUT-HEADER*/
    .layout_header .logo {
        width: 5em;
        bottom: -3em;
    }
    .layout_header nav {
        background: #ffffff;
    }
    .layout_header #show-menu:checked ~ nav {
        background-color: White;
        background-size: 150% auto;
    }
    .layout_header nav > ul.menu0_container {
        background: rgba(255,255,255,0.85);
        top:2em;
    }    
    .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: transparent;
    }
    
    /* 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.altezza_automatica_768 .text_block {
        min-height: 15em;
    }
}

@media screen and (max-width: 600px) 
{
    /*LAYOUT-HEADER*/
    .layout_header .logo {
        width: 4em;
        bottom: -2em;
    }
    .layout_header.mini .logo,
    .layout_header #show-menu:checked ~ .logo {
        bottom: 1px;
        width: 2em;
        border-width: 0;
    }
    .layout_header nav li a {
       
        font-size: 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.8em !important;
        line-height: 1.5em;
        margin-top: 1em;
        margin-bottom: 1em;
        padding-top: 1em;
        padding-bottom: 1em;
    }


    .testo_header strong {
        font-size: 2em;
        text-shadow: 3px 3px 1px black;
        line-height: 1em;
        margin-top: 2em;
    }

    .motivi_per_scegliere strong {
        font-size: 1.3em;
        line-height: 1em;
    }
    
}

@media screen and (max-width: 480px) 
{
    /*ALTRE CLASSI*/
    .layout_page.newback h1 {
        font-size: 2em;
    }
    .layout_page.newback h2 {
        font-size: 1.6em;
    } 

    h1{

    }

    h2 {
    font-size:2.5em;
    }

    h3 {
    font-size: 2.5em;
    }
}

@media screen and (max-width: 320px) 
{
}

/* #endregion RESPONSIVE (all overrides) */







/*.sfuma_sotto:after,*/
/*.sfuma_sopra:after, */
.newback:before {
    left: 4em !important;
    right: 4em !important;
}
