﻿/* STEPS RESPONSIVE: [1-320] [321-480] [481-600] [601-768] [769-1024] [1025-1200] [1201-***]  */

/* #region TAVOLA COLORI */
/*
    #284854 blu
    #008d36 verde scuro
    #95c11f verde chiaro
    #dedc00 giallino
    #82d0f5 azzurrino    
    
    #ffffff bianco
    #eeeeee grigio chiaro (sfondo)
    #dddddd grigio (bordi)
*/
:root {
    --Colore-AzzurroChiaro: #0ea2af;
    --Colore-AzzurroChiaro_SemiTrasparente: #0ea2af44;
    --Colore-AzzurroScurito: #4e787b;   /* #026168; /*#497a7e;*/
    --Colore-GrigioScuro: #343a40;
    --Colore-Nero: #000000;
    /* Colori brand */
    --Colore-Facebook: #4267B2;
    --Colore-Whatsapp: #25D366;
    --Colore-Twitter: #1DA1F2;
    --Colore-Telegram: #3390ec;
    --Colore-Linkedin: #0a66c2;
}


/* #endregion */ 

/* #region FONTS */

/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on March 12, 2019 */

/** {
    border:1px solid red !important;
    padding:1px !important;
    margin:1px !important;
}*/

body,
.layout_footer h3 {
  
}

h1, h2, h3 {
  
    font-weight:normal;
    /*text-transform:uppercase;*/
    line-height:1em;
}

/* #endregion */

/* #region GENERIC ELEMENTS */

html,
body,
form {
    max-width:100%;
    overflow-x:hidden;
}


body {
    color: #5c6970;
    font-size: 1.3em;
    font-family: 'Hind Siliguri', sans-serif;
    /*background-image: url(/graphics/background.jpg);
  background-attachment: fixed;
  background-size:cover;*/
    background-color: white;
}

h1
{
  color:#000000;
  text-transform:uppercase; 
}

h1, h2, h3, h4,
h2 strong, h3 strong, h4 strong {
    color: var(--Colore-AzzurroChiaro);
    font-weight:normal;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.8em;
}

h3 {
  font-size: 1.6em;
}

h4 {
  font-size: 1.4em;
}

b, strong {  
  color:var(--Colore-AzzurroScurito);    
}

a {
    text-decoration: underline;
    color: #5c6970;
}
a:hover
{
    text-decoration:none !important;  
    color: var(--Colore-AzzurroChiaro);
}
    

h1 >a, h2 >a, h3 >a, h4 >a {
    text-decoration:none !important;  
    color: #284854;
    display:inline-block;
    border-bottom:2px solid #82d0f5;
}

h1 >a:hover, h2 >a:hover, h3 >a:hover, h4 >a:hover {
    border-bottom:2px solid #008d36;
    border-bottom:2px solid #dedc00;    
}


/* #endregion */

/* #region LAYOUT: HEADER */

.layout_header 
{
    background-color:#ffffff;
    /*border-bottom:1px solid transparent;*/
    color:#767676;
    left: 0;
    right: 0;
    position : fixed;
    top: 0;
    z-index: 999;
    /*overflow-x:hidden;*/
    /*max-width:100%;
    box-sizing:border-box;*/
}

.layout_header,
.layout_header.mini
{
    border-bottom:1px solid #dddddd;    
}

.layout_header:before,
.layout_header.mini:before {
    display: none;
}

.layout_header .logo {
    background-color: #fff;
    border: 0;
    /* height: 8em; */
    /* width: 13em; */
    background-image: url(/graphics/logo.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    position: absolute;
    top: 0.25em;
    vertical-align: top;
    border-radius: 0;
    bottom: 0.5em;
}

.layout_header.mini .logo,
.layout_header #show-menu:checked ~ .logo {
    border-width:0;
    height:unset;
}


	@media screen and (max-width: 768px) {
		
		/*.layout_header.mini .logo,
		.layout_header #show-menu:checked ~ .logo {
			height: 5em;
		}*/
	}

	@media screen and (min-width: 769px) {
		
		.layout_header .menu0_container .logo {
			display: inline-block;
			position: relative;
			margin: 0 auto;
			left: 0;
			height: 7em;
		}

		.layout_header li a {
			width: 6em;
		}
	}

	.layout_header .menu0_container {
	  margin-left:0;
	  display:inline-block;
	  vertical-align:top;
        padding-right:1em;
	}

.layout_header nav li a {
    width: auto;
  color: #000000;
  display: inline-block;
  padding: 0 0.5em;
  line-height:4em;
  text-decoration: none;
  font-size: 1.1em;
  text-transform:inherit;
  line-height:2em;
  margin-top:1em;
  margin-bottom:1em;    
}

.layout_header nav li.menu0_selected a {
    color:var(--Colore-AzzurroScurito);
}

.layout_header nav li a:hover {
    color: #0ea2af !important;
}

.layout_header li.logo a {
    width:3em;
}

.layout_header nav li:hover a {
   /* border-bottom:5px solid #82d0f5;*/
    
    /* NEW */
    color:#000000;
}

.layout_header nav .flags:hover div {     
    background: var(--Colore-AzzurroChiaro) none repeat scroll 0 0;   
}

.layout_header #show-menu:checked ~ nav {
    background-color:#ffffff;
}

.layout_header nav,
.layout_header.mini nav {
    font-size: 1.15em;
    padding: 0;
    text-align: right;
    max-width:100%;
}

.layout_header.mini nav {
    font-size:0.9em;
}

.layout_header nav .flags 
{
    line-height:1em;
    font-size:1em;
}    

.layout_header nav .flags >div  {
    top:1em;
    line-height:1em;
    font-size:1em;
}

html[lang=it] .layout_header nav .flags .flag.it, 
html[lang=en] .layout_header nav .flags .flag.en, 
html[lang=fr] .layout_header nav .flags .flag.fr, 
html[lang=de] .layout_header nav .flags .flag.de {
    height: 1em;
    margin: 1em 0.5em 1em 0.5em;
    margin: 0.5em;
    line-height:1em;
    font-size:1.2em;
    /*    line-height: 3em;  le due righe sopra simulano il lineheight*/
}

.layout_header nav .flags {
    width: 1em;
    left:-1em;
}

.layout_header nav .flags:hover .flag {
    margin-left: auto;
    margin-right: auto;
}


.layout_header .show-menu,
.layout_header .show-menu:hover,
.layout_header .show-menu.hover {
    color: var(--Colore-AzzurroChiaro);
    /*color: var(--Colore-AzzurroScurito);*/
}
/* #endregion */

/* #region LAYOUT: PAGE */ 

.layout_page .video-play > .text_block.blk_1_1,
.layout_page .video-pause > .text_block.blk_1_1 
{
    display:none;
}

.layout_page .text_block a
{
    text-decoration:underline;
   /* text-decoration-color:#82d0f5;*/
}

    .layout_page .text_block a:hover {
        /*text-decoration-color:#dedc00;*/
        /*text-decoration: underline;*/
        /*color: black !important;*/
        background-color: #ffffff;
    }

.layout_page .art_block img 
{
    /*anteprime delle offerte con "immagine a sinistra" con foto più grandi del solito*/
    margin:0.5em;
    width:40%;
}

.layout_page .art_block > a {
	color: #000000;
	text-decoration: none;
	border: none;
	display: block;
    height: auto;
    overflow:visible;
    line-height: 1.1em;
    color: #FFFFFF;
    background-color:white;
    margin-bottom:0;
    padding-top:13em;
}

.layout_page .art_block > a.img_background {
    position:relative;
}

.layout_page .art_block > a.img_background > b {
    background-color: #dddddd;
    color: #284854;
    display: block;
    position: relative;
    text-align: left;
    padding: 0.5em;
    background-color:#82d0f5;
}

.layout_page .art_block > a.img_background > div {
	padding: 0;
	background: #dddddd;
	min-height:5em;
    text-shadow: none;
    color:#284854;
    overflow:hidden;
    background-color:#82d0f5;
} 


.layout_page .art_block > a.img_background:hover > b,
.layout_page .art_block > a.img_background:hover > div {
    background-color:#dedc00;
}


.layout_page > div > .text_block *,
.layout_page > div > .art_block * 
{
    max-width:100% !important;
}

/*.layout_page .art_block > a > div     
{
    text-shadow: 0px 0px 0px #000000, 0px 0px 1px #000000;
    color:#444444;
} */

.layout_page .art_block > a > div {
    text-shadow: none;
    color: #312f2b;
}

.layout_page .art_block > a > div > p {
	margin: 0.5em;
    text-align:left;
}

/* #endregion */ 

/* #region LAYOUT: FOOTER */

.layout_footer {
    color: #5c6970;
    line-height: 1.2em;
    /* text-shadow: 1px 1px 1px black; */
    background-color: #eeeeee;
    border-top: 2px solid #0ea2af;
    font-size: 0.9em;
}

.layout_footer a {
    color: #5c6970;
    text-decoration: underline;
}

.layout_footer a:hover {
    text-decoration: none;
    color: #0ea2af !important;
    background-color: transparent;
}

.layout_footer b, 
.layout_footer strong {
    color: var(--Colore-AzzurroScurito);
}

.layout_footer h3 
{
    margin: 0;
    border-bottom: 1px solid #ffffff;
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 4px;
    padding-bottom: 4px;
    color:#911e31;
}

.layout_footer p
{
    margin:0;    
}


/* #endregion */ 

/* #region FORMS */

.form_contatti {
    border: 1px solid lightgray;
    background: #eeeeee;
    margin-bottom: 2em !important;
    position:relative;
    /* max-width: unset !important; */
}

.form_contatti .pannello {
    max-width: 49%;
    width: 49%;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    padding: 0;
    margin-left: 0;
}

.form_contatti .pannello.conferma {
    /* text-align: left; */
    /* position: absolute; */
    /* right: 1em; */
    /* top: 0; */
    width: 100%;
    max-width: 100%;
}

.form_contatti .pannello.conferma > div {
    margin-top: 1em;
    margin-bottom: 1em;
}

.form_contatti textarea {
    height:11.75em;
}

.form_contatti .send_button {
    background-color: #62be1e !important;
    border-radius: 0px;
    box-shadow: 1px 1px 0 white;
    color: white !important;
    display: inline-block;
    font-size: 1em !important;
    /* font-weight: bold;*/
    margin: 1em;
    padding: 0.5em;
    text-decoration: none !important;
    text-transform: inherit;
    text-shadow: 1px 1px 1px #black;
}

.form_contatti .send_button:hover {
  background-color: #478916 !important;
  box-shadow: 0px 0px 0 white;
  color: white !important;
}

.form_contatti .pannello > span > label, 
.form_contatti .pannello > span > span {
    text-align: left;
}

/* #endregion */


/* #region .campo-form */
.campo-form {
    margin-top: 1em;
    margin-bottom: 1em;
    color: var(--Colore--Bianco);
}

    .campo-form input,
    .campo-form textarea,
    .campo-form select, /* SCM v.1.9j */
    .campo-form *[sfx-form-field="1"] /* SCM v.1.9j */ {
        background: #fff;
        color: black;
        width: 100%;
        padding: 4px;
        border: 1px solid black;
        border-radius: 2px;
        /*text-transform:lowercase; ???? */
    }


/*classe applicata al singolo form, per gestire link */
.contatti_form a {
    text-decoration: underline;
    color: var(--Colore--Bianco);
}

.contatti_form h2 {
    color: var(--Colore--Bianco);
}

.contatti_form p {
    color: var(--Colore--Bianco);
}

/* classe applicata al singolo form, per gestire hover su link presenti*/
.contatti_form a:hover {
    background-color: transparent;
    color: var(--Colore--Bianco);
    text-decoration: none;
}

/* #region STACK-TABLE */

@media screen and (min-width: 1025px)
{
    table.stacktable.small-only {
        display:none;
    }
}
@media screen and (max-width: 1024px)
{
    table.stacktable.large-only {
        display:none;
    }    
}

/* --- GENERIC ELEMENT+CLASSES --- */
table.stacktable.small-only 
{
    margin-left:auto;
    margin-right:0;
}
table.stacktable tr:nth-child(2n+1) {
    background-color: #eeeeee;
}
table.stacktable tr:first-child,
table.stacktable.small-only .st-head-row {
    /*background-color: #c5ac7d;
    color: White !important;    */
}
table.stacktable.small-only .st-head-row-main {
    /*background-color: #887147;
    text-align:right;*/
}
table.stacktable table {
    display:table;
}
table.stacktable tr {
    display:table-row;
}
table.stacktable td,
table.stacktable th {
    display:table-cell;
}
/* #endregion // STACK-TABLE */

/* #region Tables */
.listino .layout_page table 
{
    border-collapse:collapse;
}
.listino .layout_page table tr:nth-child(2n+1) {
    background-color: #eeeeee;
}
.listino .layout_page table td {
    padding:0.25em;
}
/* #endregion */

/* #region CLASSES */

/*siccome il menù è staccato dal top, "margin-top" serve a staccare il titolo della pagina dal menù altrimenti resta coperto*/
.margin-top {
    margin-top:3em;   
}

.padding-top-zero {
    padding-top:0 !important;
}

.banner_foto .text_block p {
  background: rgba(40,72,84,0.7);
    padding-bottom: 0.2em;
    padding-top: 0.2em;
    color: white;
    font-size:1.5em;
     width:50%;
     text-shadow:none;
}

.banner_foto .text_block strong {
    
    color: white;
    font-size:2em;
}

/*testo_centro_intro = scritta centrata nella foto grande iniziale in home page*/
.layout_page > div {
    /*overflow-x:hidden;*/
}
.testo_centro_foto_intro {
    overflow-x: hidden;
}
.testo_centro_foto_intro div.text_block > p {
    width: 100%;
    padding: 1em;
    color: #FFFFFF;
    font-size: 1.6em;
    text-shadow: 1px 2px 1px #000000 !important;
    /* border: 1px solid rgba(255,255,255,0.3);*/
}

.testo_centro_foto_intro strong {
    width: 100%;
    color: #ffffff !important;
    font-size: 2em !important;
    /* text-transform: uppercase; */
    text-shadow: 0px 2px 2px #000000, 0px 1px 2px #000000 !important;
    line-height: 1.2em;
    margin-top: 2em;
    font-weight: normal;
    text-align: center;
    display: inline-block;
}

/*bottoni nella foto iniziale della home page*/
.testo_centro_foto_intro .bottone_home {
  background-color: #62be1e;
  border-radius: 0px;
  color: white !important;
  display: inline-block;
  font-size: 1em !important;
  margin: 1em;
  padding: 0.4em; 
  text-decoration: none !important;
  text-transform:inherit;
 
  font-weight:lighter;
  text-shadow: 1px 1px 1px #black;
  box-shadow: 1px 1px 0 white;
  /*border: 3px solid white;*/

}

/*eventuale hover per bottone presente in foto iniziale nella home page*/
.testo_centro_foto_intro .bottone_home:hover {
  background-color:#478916 !important;
  box-shadow: 0px 0px 0px white;
  color:white !important;
 
}

.bianco h2
{
    color:White;
}

.bianco p
{
    color:White;
}

.bottone,
.layout_footer a.bottone {
    background-color: var(--Colore-GrigioScuro);
    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;
    
}

/*bordo bianco tra foto vicine*/
.bordi .back_block {
    border: 2px solid white;
}

/*icone "font awensome"*/
a.tondo {
    background: #d80020;
    color: #ffffff;
    border-radius: 50%;
    height: 2em;
    width: 2em;
    display: inline-block;
    position: relative;
    font-size: 2.5em;
}

a.tondo:hover {
    background: #d80020;
    color: #ffffff;
}

a.tondo .fa {    
    position: absolute;
    width: 1em;
    height: 1em;
    left: 0.55em;
    top: 0.5em;
}

a.tondo_footer {
    background: #0ea2af;
    border-radius: 70%;
    height: 2em;
    width: 2em;
    display: inline-block;
    position: relative;
    /* font-size: 1.5em; */
    color: #ffffff;
}

a.tondo_footer:hover {
    background:#ffffff;
}

a.tondo_footer .fa {
    color: unset;
    position: absolute;
    width: 0.6em;
    height: 0.6em;
    left: 0.6em;
    top: 0.6em;
}

.titolo-bianco h2,
.titolo-bianco h2 strong,
.titolo-bianco h3,
.titolo-bianco h3 strong {
    color:White;
    font-size:1.5em;
    text-shadow: 2px 2px 8px #000000, 0px 0px 22px #000000;
    font-weight: normal;
}


/* #region inizio-sezione */
/*

.layout_page.inizio-sezione .text_block
{
    padding-top:2em;
    padding-bottom:1em;
    font-size:1.5em;
}

.layout_page h1 
{
    position:relative;  
    margin-top:2em;
    margin-bottom:1em;
    font-size:3em;
}

.layout_page.inizio-sezione h1 
{
    position:relative;  
    margin:0;    
    margin-top:1em;    
    font-size:2.5em;
}

.layout_page.inizio-sezione h2,
.layout_page.inizio-sezione h1 + p,
.layout_page.inizio-sezione p
{
    position:relative;  
    margin:0;
}
*/

/* barra colorata */
/*
.layout_page h1:before,
.layout_page.inizio-sezione h2:before {
    content: '';
    position: absolute;
    margin-left: 50%;
    left: -1em;
    width: 2em;
    height: 1px;
    top: -0.5em;
    border-top: 5px solid #dedc00;
    
  
    border-top: 5px solid #008d36;
}
*/

/* #endregion */


.display-none 
{
    display:none;
}

/* #region tre-cose */

.tre-cose-sx,
.tre-cose-dx {
    margin-bottom:2em;
}


/* tutti i paragrafi/foto: margini predefiniti */
.tre-cose-sx .text_block >p,
.tre-cose-dx .text_block >p {
    margin:0;
    padding:0;
}

/* blocchi di testo sotto alle foto */
.tre-cose-sx .text_block >div, 
.tre-cose-dx .text_block >div {
    background:#dddddd;    
    padding:1em;
    
    /* NEW */
    background:#95c11f;
}

/* tutti i paragrafi/nota: font e margini predefiniti */
.tre-cose-sx .text_block >div >p,
.tre-cose-dx .text_block >div >p {
    font-size:0.7em;
    margin-bottom:0;
}

/* tutti i titoli: font e margini predefiniti */
.tre-cose-sx .text_block >div >h2,
.tre-cose-sx .text_block >div >h3,
.tre-cose-dx .text_block >div >h2,
.tre-cose-dx .text_block >div >h3 {
    margin-bottom:0;
    position:relative;
    
    /* NEW */
    margin-top:0;
}

/* barretta spaziatrice */
/* NEW * /
.tre-cose-sx .text_block >div >h2:before,
.tre-cose-sx .text_block >div >h3:before,
.tre-cose-dx .text_block >div >h2:before,
.tre-cose-dx .text_block >div >h3:before {
    content: '';
    position: absolute;
    margin-left: 0;
    left: 0;
    width: 2em;
    height: 1px;
    top: -0.5em;
    border-bottom: 5px solid #95c11f;
}
/**/


/* foto: devono riempire il container */
.tre-cose-dx .text_block >p img,
.tre-cose-sx .text_block >p img {
    min-width:100%;
    min-height:100%;
    max-width:none !important;
    max-height:none !important;
    position:absolute;
    margin:auto;
    left:-100%;
    right:-100%;
    top:-100%;
    bottom:-100%;
}

/* riquadri grandi: foto ad altezza fissa */
.tre-cose-sx .text_block.blk_1_2 >p,
.tre-cose-dx .text_block.blk_2_2 >p {
    display:block;
    height:24em;
    overflow:hidden;
    
    /* NEW */
    height:29em;
}

/* riquadri grandi: dimensione fissa */
.tre-cose-sx .text_block.blk_1_2 >div,
.tre-cose-dx .text_block.blk_2_2 >div {
    height:12em;
    
    /* NEW */    
    height:8em;
    overflow:hidden;
}

/* riquadri piccoli: foto ad altezza fissa */
.tre-cose-sx .text_block.blk_2_2 >p,
.tre-cose-dx .text_block.blk_1_2 >p {
    display:block;
    height:10em;
    overflow:hidden;
}

.tre-cose-sx .text_block.blk_2_2 >div+p,
.tre-cose-dx .text_block.blk_1_2 >div+p 
{
    /* NEW */
    margin-top:1em;
}

/* riquadri piccoli: dimensione fissa */
.tre-cose-sx .text_block.blk_2_2 >div,
.tre-cose-dx .text_block.blk_1_2 >div{
    height: 8em;
    overflow :hidden;
}

/* riquadri piccoli: titolo a dimensione ridotta */
.tre-cose-sx .text_block.blk_2_2 >div >h3,
.tre-cose-dx .text_block.blk_1_2 >div >h3
{
    font-size:1.5em;
    
    
    /* NEW */
    font-size:1.75em;
    /**/
}

/* #endregion */

/* #region galleria_immagini */

.layout_page > div > .text_block .galleria_immagini 
{
    text-align:center;
}

.galleria_immagini a {
    position: relative;
    height: 10em;
    min-width: 13em;
    width: 30%;
    display: inline-block;
    overflow: hidden;
    margin: 1em;
}

.galleria_immagini a >img {
    min-width: 100%;
    min-height: 100%;
    max-width: none !important;
    max-height: none !important;
    position: absolute;
    margin: auto;
    left: -100%;
    right: -100%;
    top: -100%;
    bottom: -100%;
    transition: all ease 0.5s;
}

.galleria_immagini a:hover >img {
    min-width: 105%;
    min-height: 105%;
}

/* #endregion galleria_immagini */

/* #region NOTA INFORMATIVA */

.nota_informativa_contatti
{
    font-size:12px;
    color:#000000;
}

.nota_informativa_contatti a
{
    font-size:12px;
    color:#fe0000;
    text-decoration:underline;
}

.nota_informativa_contatti a:hover
{

    text-decoration:none;
    background-color:none !important;
}

.nota_informativa p {
    font-size: 12px;
    color: #000000;
}

.nota_informativa strong {
    font-size:15px;
}

.nota_informativa a {
    font-size: 1.5em;
    color: var(--Colore-AzzurroChiaro);
    text-decoration: underline;
}

.nota_informativa a:hover {
    color: var(--Colore-Nero);
    text-decoration: none;
    background-color: var(--Colore-AzzurroChiaro);
}

.nota_informativa p, .layout_page.nota_informativa > div > .text_block > p {
    font-size: 12px;
    color: #000000;
}
    /* #endregion */

/* #region .elenco-iscritti */

    .elenco-iscritti .layout_page.text_blocks_2 > div > .text_block, .elenco-iscritti .layout_page.art_blocks_2 > div > .art_block {
    width:100%;
    max-width:100%;
}

.elenco-iscritti .layout_page .art_block > a 
{
    height:auto;
    min-height:10em;
    margin-bottom:0;
    overflow:hidden;
    padding-left:40%;
    padding-top:0;
    background-size: 39% auto;
    background-position: left top;
    font-size:0.9em;
}

.elenco-iscritti .layout_page .art_block > a.img_background > b
{
    position:static;
    height:auto;
}
.elenco-iscritti .layout_page .art_block > a.img_background > div
{
   position:static;
   height:auto;
   background-color:transparent !important;
}


.elenco-iscritti .layout_page .art_block > a.img_background > div .tipo {
    position: absolute;
    left: -4em;
    top: 9em;
    min-height: 1em;
    width: 19em;
    background: #008d36;
    color: #fff;
    padding: 0.5em 5.5em;
    font-size: 0.8em;
    text-align: center;
    transform: rotate(-45deg);
    transform-origin: left top;
    text-transform:uppercase;
}

.elenco-iscritti .layout_page .art_block > a.img_background > div sup {
    overflow: hidden;
    display: inline-block;
    width: 1em;
    line-height: 1em;
    top: 0;
    color: darkgray;
    padding-left: 1em;
    margin-right:0.5em;
    position: relative;
    font-size: 1.2em;
    height: 1.2em;
    vertical-align: middle;
}

.elenco-iscritti .layout_page .art_block > a.img_background > div sup:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    left: 0;
    top: 0;
}
.elenco-iscritti .layout_page .art_block > a.img_background > div sup.indirizzo:after { content: "\f041"; /*fa-map-marker*/     left:0.15em;}
.elenco-iscritti .layout_page .art_block > a.img_background > div sup.email:after     { content: "\f003"; /*.fa-envelope-o*/ }
.elenco-iscritti .layout_page .art_block > a.img_background > div sup.web:after       { content: "\f0ac"; /* fa-globe */  }
.elenco-iscritti .layout_page .art_block > a.img_background > div sup.telefono:after  { content: "\f095"; /* fa-phone */  }
.elenco-iscritti .layout_page .art_block > a.img_background > div sup.mobile:after    { content: "\f10b"; /* .fa-mobile-phone */ left:0.25em;}
.elenco-iscritti .layout_page .art_block > a.img_background > div sup.fax:after       { content: "\f1ac"; /* fa-fax */  }

/* #endregion */

.invisible {
    display: inline-block;
    width: 0;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    line-height: 0;
    font-size: 0;
    padding: 0;
    margin: 0;
}

/* #endregion */

/* #region IMMOBILIARE */

/* #region Elenco annunci */

.layout_page.W100.elenco-annunci > div .text_block {
    padding: 0;
}

.elenco_annunci, 
div > .text_block > div.elenco_annunci, 
.layout_page.W100.elenco-annunci > div > .text_block .elenco_annunci {
    text-align: center;
    max-width: 100% !important;
    width: 100%;
    left: 0;
    position: relative;
}

.elenco_annunci .annuncio {
    display: inline-block;
    width: 33.33%;
    min-height: 15em;
    height: 15em;
    /*border: 1px solid #000000;*/
    border: 2px solid #ffffff;
    border-top:0;
    margin: 0;
    vertical-align: top;
    position: relative;
    border-collapse: collapse;
    text-decoration: none !important;
    padding: 0;
    box-sizing: border-box;
}

.elenco_annunci .annuncio + .annuncio {
    border-left:0;
}

.elenco_annunci .annuncio .foto {
    display: block;
    /* height: 10em; */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /* border-bottom: 1px solid black; */
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

.elenco_annunci .annuncio .foto::after {
    content:'';
    position:absolute;
    left:0;
    bottom:0;
    width:100%;
    height:100%;
    background:#000000;
    opacity:0.23;
    transition:all 0.25s ease-in-out;
}

.elenco_annunci .annuncio:hover .foto::after {
    opacity: 0.6;
    /*width: 70%;*/
    height: 50%;
    bottom: 0;
}

.elenco_annunci .annuncio .info {
    text-align: left;
    padding: 0.5em 2em;
    position: absolute;
    bottom: 30%;
    font-weight: 300;
    text-align: left;
    margin: 0 auto;
    margin-left: 0px;
    overflow: hidden;
    color: #FFF;
    z-index: 4;
    transition: all .55s ease-in-out;
    text-shadow: 0px 1px 1px #000000;
}

.elenco_annunci .annuncio:hover .info {
    bottom: 5%;
    /*width: 70%;*/
}

.elenco_annunci .annuncio .codice {
    font-size: 0.8em;
    color:#ffffff;
}

.elenco_annunci .annuncio .info h3 {
    margin: 0;
    font-size: 1.2em;
    /* height: 4em; */
    line-height: 1em;
    color: #ffffff;
}


.elenco_annunci .annuncio .info .prezzo {
    display: block;
    /* text-align: right; */
    /* position: absolute; */
    /* top: 0; */
    /* right: 0; */
    /* padding: 5px; */
    /* background-color: rgba(255,255,255,0.9); */
    /* font-weight: bold; */
    /* color: black; */
    font-size: 1.4em;
    margin-top: 0.25em;
}


/* #endregion Elenco annunci */

/* #region Dettaglio annuncio */

.layout_page.galleria .text_block {
    padding-left: 0;
    padding-right: 0;
}

.dettaglio_annuncio
{
    padding-left:0;    
    padding-right:0;
    position:relative;
}

.dettaglio_annuncio .sezione.pulsanti .bottone {
    margin: 0.5em 0.5em 0.5em 0em;    
}

.dettaglio_annuncio .info_principali > span 
{
    display: inline-block;
    margin-right:1em;
}

.dettaglio_annuncio .fotorama *,
.layout_page > div > .text_block .fotorama *, 
.layout_page > div > .art_block .fotorama * {
    max-width: none !important;
}

@media screen and (max-width: 600px)
{
    .dettaglio_annuncio .fotorama__nav-wrap {
        display:none !important;
    }
}

.dettaglio_annuncio #mygmap_container {
  border: 1px solid #aaaaaa;
  margin-top: 0.5em;
  width: 100%;
  position:relative;
}

.dettaglio_annuncio #mygmap {
  height: 400px;
  position: relative;
  width: 100%;
}

.dettaglio_annuncio #mygmap * {
    max-width:none !important;
}

.dettaglio_annuncio .sezione 
{
    text-align:left;
}

.dettaglio_annuncio .sezione .share {
    display: inline-block;
    vertical-align:top;
}

/* V1>> */
.layout_footer .bottone.facebook,
.dettaglio_annuncio .sezione .share .bottone.facebook {
    background-color: var(--Colore-Facebook);
}
.layout_footer .bottone.whatsapp,
.dettaglio_annuncio .sezione .share .bottone.whatsapp {
    background-color: var(--Colore-Whatsapp);
}
.layout_footer .bottone.twitter,
.dettaglio_annuncio .sezione .share .bottone.twitter {
    background-color: var(--Colore-Twitter);
}
.layout_footer .bottone.telegram,
.dettaglio_annuncio .sezione .share .bottone.telegram {
    background-color: var(--Colore-Telegram);
}
.layout_footer .bottone.linkedin,
.dettaglio_annuncio .sezione .share .bottone.linkedin {
    background-color: var(--Colore-Linkedin);
}
.layout_page .text_block a.bottone:hover,
.dettaglio_annuncio .sezione .share .bottone:hover {
    background-color: var(--Colore-AzzurroChiaro) ;
}
/* V1<< */

/* V2>> * /
.dettaglio_annuncio .sezione .share .bottone {
    position:relative;
    overflow:hidden;
}
.dettaglio_annuncio .sezione .share .bottone::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 8px;
    background-color: var(--Colore-AzzurroChiaro);
}
.dettaglio_annuncio .sezione .share .bottone.facebook::after {
    background-color: var(--Colore-Facebook) !important;
}
.dettaglio_annuncio .sezione .share .bottone.whatsapp::after {
    background-color: var(--Colore-Whatsapp) !important;
}
.dettaglio_annuncio .sezione .share .bottone.twitter::after {
    background-color: var(--Colore-Twitter) !important;
}
.dettaglio_annuncio .sezione .share .bottone.telegram::after {
    background-color: var(--Colore-Telegram) !important;
}
.dettaglio_annuncio .sezione .share .bottone.linkedin::after {
    background-color: var(--Colore-Linkedin) !important;
}
/*.dettaglio_annuncio .sezione .share .bottone:hover::after {
    background-color: var(--Colore-AzzurroChiaro) !important;
}*/
/*.dettaglio_annuncio .sezione .share .bottone:after {
    background-color: var(--Colore-GrigioScuro) !important;
}*/
/* V2<< */
.dettaglio_annuncio .sezione .bottone {
    min-width: 2.5em;
    text-align: center;
}


.dettaglio_annuncio .sezione .titolo_sezione {
    /* border-bottom: 1px solid #fe0000; */
    margin-top: 1em;
    margin-bottom: 0.25em;
    padding-bottom: 0;
    line-height: 1em;
    text-align: left;
    color: var(--Colore-AzzurroChiaro);
}

.dettaglio_annuncio .sezione h1.titolo_sezione {
    margin-top: 2em;
    margin-bottom: 0.25em;
    color: var(--Colore-AzzurroChiaro);
}


.dettaglio_annuncio .sezione h2.titolo_sezione {
    margin-bottom: 0;
}

.dettaglio_annuncio .sezione .titolo_sezione + h3 {
    margin-top:0;
}

.dettaglio_annuncio .sezione .titolo_sezione + h4 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 0.8em;
    color: var(--Colore-AzzurroChiaro);
    font-weight: normal;
    /* color: black; */
}

.dettaglio_annuncio .sezione.dati-importanti,
.dettaglio_annuncio .sezione.pulsanti,
.dettaglio_annuncio .sezione.descrizione, 
.dettaglio_annuncio .sezione.accessori {
	/*text-align:left;*/
}

.dettaglio_annuncio .sezione ul {
    margin: 0;
    padding: 0;
}

.dettaglio_annuncio .sezione.dati ul {
    column-count: 2;
}

.dettaglio_annuncio .sezione li {
    display: block;
    margin: 0 auto;
    margin-right: 1em;
    padding: 0;
    border-bottom: 1px dotted lightgray;
}

.dettaglio_annuncio .sezione.dati li:hover {
    background: var(--Colore-AzzurroChiaro_SemiTrasparente);
}

.dettaglio_annuncio .sezione li span {
    display: inline-block;
    width: 47%;
    text-align: left;
    margin-right: 0.5em;
    vertical-align: top;
    direction: rtl; /* trucco per allineamento a dx in piccoli spazi */
}

.dettaglio_annuncio .sezione li span >i  {
    font-style:normal;
    direction:ltr;      /* trucco per allineamento a dx in piccoli spazi */
}

.dettaglio_annuncio .sezione li b 
{
    display:inline-block;
    width:47%;
    text-align:right;
    margin-left:0.5em;
    vertical-align:top;
}

.dettaglio_annuncio .sezione.accessori li {
    display: inline-block;
    margin: 0 0.5em 0.5em 0;
    padding: 0 0.25em;
}

.dettaglio_annuncio .sezione.dati-importanti {
    margin-top: 1em;
    /*font-size: 1.2em;*/
}

.dettaglio_annuncio .sezione.dati-importanti li {
    display: inline-block;
    border-bottom: 0;
    border-left: 1px solid lightgray;
    position: relative;
    padding: 0.5em;
    /* min-width: 6em; */
    width: 8em;
    min-height: 3em;
    margin-bottom: 1em;
    text-align: center;
    margin-right: 0;
    vertical-align:top;
    /*font-size:1.2em;*/
    font-size:1em;
}

.dettaglio_annuncio .sezione.dati-importanti li b {
    width:auto;
    text-align:center;
    padding:0;
    margin:0;
    line-height:1em;
}

.dettaglio_annuncio .sezione.dati-importanti li span {
    position: absolute;
    bottom: 0.5em;
    left: 0;
    right: 0;
    width:auto;
    display:block;
    text-align: center;
    font-size: 0.85em;
    padding:0;
    margin:0;
    line-height:1em;
    /* per gestire valori di tipo di immobile molto lunghi */
	position:relative;
	/*margin-bottom:0.5em;*/
}


.titolo_h2_azzurro h2 {
    color: var(--Colore-AzzurroChiaro);
    margin: 0;
}
.titolo_h2_azzurro h2 + p {
    margin-top:0;
}


.dettaglio_annuncio .sezione.galleria .anteprima {
    display: none;
    float: left;
    vertical-align: top;
    box-sizing: border-box;
    border: 1px solid #ffffff;
    height: 12em;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
}
.dettaglio_annuncio .sezione.galleria .anteprima.main {
    display: inline-block;
    width:50%;
    height:24em;
}
.dettaglio_annuncio .sezione.galleria .anteprima.middle {
    display: inline-block;
    width: 50%;
}
.dettaglio_annuncio .sezione.galleria .anteprima.mini {
    display: inline-block;
    width: 25%;
}
.dettaglio_annuncio .sezione.galleria .anteprima.remains {
    position:relative;
}

.dettaglio_annuncio .sezione.galleria .anteprima.remains::after {
    content:'';
    display:block;
    position:absolute;
    left:0;
    top:0;
    right:0;
    bottom:0;
    background-color:#000000aa;
    z-index:0;
}
.dettaglio_annuncio .sezione.galleria .anteprima.remains span {    
    position:absolute;
    left:-2em;
    margin-left:50%;
    width:4em;
    text-align:center;
    margin-top:3em;
    color:#ffffff;
    z-index:1;
    font-size:2em;
}

.dettaglio_annuncio .sezione.galleria .btnChiudi {
    font-size: 2.5em;
    color: #ffffff;
    position: fixed;
    text-shadow: 0px 0px 5px #000000;
    cursor: pointer;
    top: 1em;
    width: 1em;
    display: block;
    right: 1.5em;
}

.dettaglio_annuncio .sezione.galleria .carosello-container {
    display: block;
    position: fixed;
    z-index: 1000;
    background: #000000ee;
    top: 0;
    left: 0;
    right: 0;
    overflow: auto;
    bottom: 0;
    text-align: center;
    padding: 0em 2em;
}

.dettaglio_annuncio .sezione.galleria .carosello-container img.full {
    width: 100%;
    max-width: 1200px !important;
    margin: 2em auto;
    margin-bottom: 0.5em;
    box-sizing: border-box;
    display: block;
}

.dettaglio_annuncio .sezione.galleria .carosello-container .carosello .caption {
    color: #ffffff;
}

.dettaglio_annuncio .energy_table .value {
    display: inline-block;
    font-weight: bold;
    color: #ffffff;
    text-shadow: none;
    min-width: 1.3em;
    position: relative;
}

.dettaglio_annuncio .energy_table .value.class_aplus { background-color:#6d9e00;}
.dettaglio_annuncio .energy_table .value.class_a { background-color:#7fb800;}
.dettaglio_annuncio .energy_table .value.class_b { background-color:#91d100;}
.dettaglio_annuncio .energy_table .value.class_c { background-color:#ebc400;}
.dettaglio_annuncio .energy_table .value.class_d { background-color:#eb9d00;}
.dettaglio_annuncio .energy_table .value.class_e { background-color:#e67300;}
.dettaglio_annuncio .energy_table .value.class_f { background-color:#d22300;}
.dettaglio_annuncio .energy_table .value.class_g { background-color:#b80000;}

.dettaglio_annuncio .energy_table.class_aplus .value.class_aplus:after,
.dettaglio_annuncio .energy_table.class_a .value.class_a:after,
.dettaglio_annuncio .energy_table.class_b .value.class_b:after,
.dettaglio_annuncio .energy_table.class_c .value.class_c:after,
.dettaglio_annuncio .energy_table.class_d .value.class_d:after,
.dettaglio_annuncio .energy_table.class_e .value.class_e:after,
.dettaglio_annuncio .energy_table.class_f .value.class_f:after,
.dettaglio_annuncio .energy_table.class_g .value.class_g:after {
    content: '';
    position: absolute;
    border: 4px solid black;
    left: -4px;
    top: -4px;
    right: -4px;
    bottom: -4px;
    z-index: 100;
}

/* #endregion Dettaglio annuncio */

/* #region Box ricerca annunci */

.box_ricerca_annunci, .layout_page > div > .text_block .box_ricerca_annunci {
    display: block;
    /* border: 1px solid lightgray; */
    /* border: 2px solid #fe0000; */
    position: relative;
    margin: 1em auto;
    padding: 0.5em;
    border-radius: 4px;
    max-width: 60em !important;
    background: #ffffffaa;
}

.box_ricerca_annunci .campo {
    display: inline-block;
    padding: 0.5em;
    width: 25%;
    min-width:8em;
    box-sizing: border-box;
    vertical-align: top;
}

.box_ricerca_annunci .campo > span {
    display: block;
    /* height: 1.25em; */
    line-height: 1em;
    color: var(--Colore-GrigioScuro);
    font-size: 0.8em;
}

.box_ricerca_annunci .campo SELECT,
.box_ricerca_annunci .campo INPUT 
{
    width:100%;
    border:1px solid gray;
    height:1.5em;
    border-radius:3px;
    background:#ffffff;
}

.box_ricerca_annunci .campo.cerca {
    vertical-align: bottom;
    width: 100%;
    text-align: center;
}

.box_ricerca_annunci .campo.cerca > span {
    display:none;
}

.box_ricerca_annunci .bottone{
    margin: 0;
    cursor: pointer;
    border: 0;
    padding: 0.25em 2em;
}
/* #endregion Box ricerca annunci */

/* #endregion IMMOBILIARE */

/* #region RESPONSIVE (all overrides) */

@media screen and (max-width: 1200px)
{
    .layout_header nav
    {
        font-size:0.95em;    
        padding-left:8em;
        padding-left:0;
    }

    .dettaglio_annuncio .sezione ul {
        font-size: 0.9em;
    }

    .elenco_annunci .annuncio .info h3 {
        font-size: 1.1em;        
    }

    .layout_footer img.logo {
        width: 160px !important;
        height: auto !important;
    }
}
@media screen and (max-width: 1024px)
{

    .foto_home_mobile .back_block.blk_1_1 {
        background-position: 5% center;
    }

  


    .layout_header nav
    {
        font-size:0.95em;    
        padding-left: 8em;
        padding-right: 3em;
        padding-left:0;
        padding-right:0;
        margin-right:2em;
    }
    .layout_header.mini nav
    {
        font-size:0.95em;    
    }
    .layout_header nav .flags 
    {
        position:absolute;
        right:0em;
        top:-0.25em;
        left:unset;
    }


    .layout_header .logo,
    .layout_header.mini .logo {
        left: 0;
        width: 6em;
    }

    .menu0_container li {
        margin: 0 0em;
    }

    .layout_header li a {
        font-size:1em;
    }

    .box_ricerca_annunci .campo {
        width: 50%;
    }
    .elenco_annunci .annuncio {
        width: 50%;
    }


    .layout_footer img.logo {
        width:120px !important;
        height:auto !important;
    }
}
@media screen and (max-width: 900px) {
    .dettaglio_annuncio .sezione.galleria .anteprima.main {
        height: 20em;
        width: 100%;
    }
    .dettaglio_annuncio .sezione.galleria .anteprima.mini {
        height:7em;
        width: 25%;
    }
    .dettaglio_annuncio .sezione.galleria .anteprima.remains span {
        margin-top: 1.5em;
    }
    .dettaglio_annuncio .sezione.dati-importanti li {        
        width: 24%;
    }
}

@media screen and (max-width: 768px) {

    .layout_header > div, 
    .layout_page.WStd > div, 
    .layout_footer > div {
        max-width: 100%;
    }


    .foto_home_mobile .back_block.blk_1_1 {
        background-position: 20% center;
    }

    .layout_header.mini {
        /*font-size: 1.25em;*/
    }

    .layout_header nav {
        margin-right: 0em;
    }


    .layout_header nav li a {
        padding: 0 0.5em;
        line-height:1.1em;
    }

    .layout_header nav .flags {
        right: 2.25em;
        top: 0em;
    }

    .layout_header nav > ul.menu0_container {
        padding-top: 5em;
        overflow-y: auto;
    }

    .layout_header nav .flags:hover div {
        background: transparent;
    }

    .layout_header nav {
        padding-left: 0;
        padding-right: 0;
    }

    .layout_header nav .flags {
        width: auto;
    }

    html .layout_header nav .flags .flag,
    html .layout_header nav .flags:hover .flag {
        margin: 1em 0.5em !important;
        height: 1.5em !important;
        width: 1.5em !important;
        line-height: 1em !important;
        font-size: 1.2em !important;
    }

    .testo_centro_foto_intro div.text_block > p {
        padding: 1em;
        font-size: 1.2em;
    }

    .banner_foto .text_block p {
        font-size: 1.25em;
    }

    .dettaglio_annuncio .sezione.dati-importanti li {
        width: 32%;
    }

    .dettaglio_annuncio .sezione.dati ul {
        column-count:1;
    }
    .dettaglio_annuncio .sezione.dati li {
        border: 1px dotted lightgray;
        display: inline-block;
        width: 47%;
        margin: 1%;
        box-sizing: border-box;
        padding: 0.5em;
        vertical-align: top;
    }
    .dettaglio_annuncio .sezione li span,
    .dettaglio_annuncio .sezione li b {
        display: block;
        width: auto;
        text-align:left;
        margin:0;
    }

    .elenco-iscritti .layout_page .art_block > a.img_background > div .tipo {
        position: static;
        left: 0;
        top: 0;
        min-height: 1em;
        width: auto;
        background: transparent;
        color: inherit;
        padding: 0;
        font-size: 1em;
        text-align: center;
        transform: none;
        transform-origin: left top;
    }


    .layout_header li a {
        color: #000000;
        font-size: 1.8em;
    }

    .layout_page.inverti_ordine_testi_768 > div,
    .layout_page.inverti_ordine_testi_768 > div > div {
        transform: rotate(180deg);
    }
}

@media screen and (max-width: 600px) {
    .layout_header nav {
        font-size: 1em;
    }

    .banner_foto .text_block p {
        width: 80%
    }

    .elenco_annunci .annuncio {
        width: 100%;
    }

    .elenco-iscritti .layout_page .art_block > a.img_background {
        padding-left: 0;
        padding-top: 12em;
        background-position: center 2em;
        background-size: auto 10em;
        border: 1px solid #82d0f5;
    }

    .elenco-iscritti .layout_page .art_block > a.img_background:hover {
        border-color: #dedc00;
    }

    .elenco-iscritti .layout_page .art_block > a.img_background > b {
        position: absolute;
        top: 0;
        height: 2em;
        width: 100%;
        text-align: center;
    }

    .layout_header li a {
        color: #000000;
        font-size: 1.8em;
    }

    .dettaglio_annuncio .sezione.galleria .anteprima.main {
        height: 15em;
    }

    .dettaglio_annuncio .sezione.galleria .anteprima.mini {
        height: 6em;
    }
}

@media screen and (max-width: 480px) {


    .foto_home_mobile .back_block.blk_1_1 {
        background-position: 25% center;
    }

    h1 {
        font-size: 1.7em;
    }

    h2 {
        font-size: 1.5em;
    }

    h3 {
        font-size: 1.3em;
    }

    h4 {
        font-size: 1.1em;
    }

    .testo_centro_foto_intro div.text_block > p {
        padding: 1em;
        font-size: 1em;
    }

    .banner_foto .text_block p {
        width: 90%;
        font-size: 0.8em;
    }

    .dettaglio_annuncio .sezione.dati-importanti li {
        width: 49%;
    }
    .dettaglio_annuncio .sezione.galleria .anteprima.main {
        height: 15em;
    }
    .dettaglio_annuncio .sezione.galleria .anteprima.mini {
        height: 6em;
        width:50%;
    }

    .form_contatti .pannello {
        max-width: 100%;
        width: 100%;
        display: block;
        vertical-align: top;
    }

    .box_ricerca_annunci .campo {
        width: 100%;
    }
    .box_ricerca_annunci .campo span {
        font-size:0.8em;
        line-height:1em;
        height:1em;
    }
}

@media screen and (max-width: 400px) {
    h1 {
        font-size: 1.5em;
    }

    h2 {
        font-size: 1.3em;
    }

    h3 {
        font-size: 1.2em;
    }

    h4 {
        font-size: 1.1em;
    }

    .elenco_annunci .annuncio {
        font-size:0.95em;
    }

    .dettaglio_annuncio .sezione.dati-importanti li {
        font-size:0.9em;
    }
    .dettaglio_annuncio .sezione.dati li {
        border:0;
        border-bottom: 1px dotted lightgray;
        width: 99%;        
        padding:0;
    }
}

@media screen and (max-width: 320px) {

    .banner_foto .text_block p {
        display: none;
    }
}

/* #endregion */












/* 
    SCRIVERE LE MODIFICHE PER MANTELLASSI AL DI SOTTO DI QUESTA RIGA
    POI VERRANNO SPOSTATE IN SCM_Mantellassi.css
*/
















