html, body {
    width: 100%;
    height: 100%;
    padding: 0px;
    margin: 0px;
	text-decoration:none; 
}

.fondo_sito {  
	background-color:#000000;
} 
a:link { text-decoration:none} /* unvisited link */
a:visited {text-decoration:none} /* visited link */
a:hover {text-decoration:none} /* mouse over link */
a:active {text-decoration:none} /* selected link */
/* --------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------- */
#cookieChoiceInfo
{
    padding:15px 0;
    font-size:14px;
	font-family: 'Ubuntu', sans-serif;
    background:#fff;
    color:#fff;
    line-height: 27px;
}

#cookieChoiceInfo a
{
    background-color: #fff !important;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    color: #d11f1f !important;
    cursor: pointer;
    line-height: 19px;
    padding: 4px 8px;
    text-decoration: none;
    white-space: nowrap;

    font-weight: bold;

    margin: 0 5px !important;
}
#cookieChoiceInfo a:hover
{
    color: #bebebe !important;
}

        #popup_cookie_close
    {
        position: absolute;
        right:30px;
        top:30px;
		width:30px;
		height:30px;
        color:#FFF !important;
        font-size: 50px;
		line-height:30px;
	    font-weight: bold;
        text-decoration: none;
		border: 2px solid #FFF;
        border-radius:50%;
		background-color:#d11f1f;

    }

    #popup_cookie_inner
    {
        height:100%;
    }

    #popup_cookie_inner iframe
    {
        width:100%;
        height:100%;
        background:white;
        padding:10px;
        box-sizing: border-box;
        border-radius:5px;
    }

    #popup_cookie_bg
    {
        position: fixed;
        left:0;
        top:0;
        right:0;
        bottom:0;
        background-color: #000;
        opacity: 0.5;
        display:none;
        z-index:100000001;
    }
    #popup_cookie
    {
        position: fixed;
        left:0;
        top:0;
        width:100%;
        height:100%;
        padding:60px;
        display:none;
        box-sizing: border-box;
        z-index:100000001;
    }

    @media (max-width:767px)
    {
        #cookieChoiceInfo span
        {
                display:block;
        }
    #popup_cookie
    {
        padding:5px;
    }
    }


#cookieChoiceInfo a
{
    background-color: #d32622;
}

#cookieChoiceInfo
{
        background: none repeat scroll 0 0 rgba(0, 0, 0, 0.3);
}
/* --------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------- */
.cellulare_si {
	display: none;
}
.cellulare_no {
	display: block;
}
.logo_1 {
	width:90%;
	height:auto;
} 
/* --------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------- */
#gallery_normale {
	display: block;
}
#gallery_cellulare {
	display: none;
}
#sezione_meet {
	border-top: 1px solid #db002f;
	background-color:#ffffff; 
	height:auto;
	padding: 0 0 0 0;
}
#sezione_meet_testimonianze {
	border-top: 1px solid #db002f;
	height:auto;
	padding: 0 0 0 0;
}

.testimonianze_riga{
	display:none; 
}


.testimonianza_lato{
	padding-left:10px;
	margin-right:15px;
}


#sezione_articoli {
	background-color:#ffffff;
	height:auto;
	padding: 20 0 20 0;
}
#sezione_book {
	background-color:#ffffff; 
	height:auto;
	padding: 0 0 0 0;
}
#sezione_ceo {
	border-bottom: 1px solid #cccccc;
	background-color:#ffffff; 
	height:0px;
	padding: 0 0 0 0;
}
#follow {
	text-align:right;
	background-color:#fff;
	margin-left:0%;
}
#follow1 {
	margin-left:0%;
    width: 100%;
	border-bottom:1px solid #cccccc;
	border-top:1px solid #cccccc;
}

#nome_sezione {
	font-family: 'Ubuntu', sans-serif; 
	font-size: 22px;
	color:#d11f1f;
	text-align:left;
	font-weight:900;
	margin-left: 0px;
	border-bottom: 3px solid #d11f1f;
	width:auto;
}
#nome_sezione_news {
	font-family: 'Ubuntu', sans-serif; 
	font-size: 30px;
	color:#d11f1f;
	text-align:left;
	font-weight:900;
	margin-left: 0px;
	border-bottom: 3px solid #d11f1f;
	width:auto;
}
#nome_sezione_press{
	font-family: 'Ubuntu', sans-serif; 
	font-size: 40px;
	color:#d11f1f;
	text-align:center;
	font-weight:900;
	margin-left: 0px;
	border-bottom: 3px solid #d11f1f;
	width:auto;
}

.data_news{
	font-size:14px;
	text-decoration:underline;
	font-weight:500;
}
/* --------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------- */
/* ------- link      																			 */
/* --------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------- */
.testo_link {
    font-size: 15px;
	text-decoration:none !important;
	color:#d11f1f;   
	font-weight: 900;
}
.testo_link a {
	text-decoration: none; 
	color:#d11f1f;  
}
.testo_link a:hover {
	text-decoration: none;
	color: #aaa;
}/* --------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------- */
.foto_new{
	float:left; 
	width:19%; 
	-webkit-filter: blur(0px);
	border-right:1px solid #bebebe;
}
.foto_new:hover{
   -webkit-filter: blur(3px);
   -webkit-transition: all 1s ease;
   -moz-transition: all 1s ease;
   -o-transition: all 1s ease;
   -ms-transition: all 1s ease;
   transition: all 1s ease;
}

.testo_new{
	float:right; 
	width:80%; 
}



.bottone_new{
	margin-left:px;

}
.bottone_new img{
	margin-top:10px;

}


/* --------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------- */
#pgup {
	z-index:10000; 
	position:fixed; 
	width:100; 
	height:50px; 
	display:block; 
	background-color:#;
}
.scrollToTop{
	width:100px; 
	height:50px;   
	position:fixed;
	top:105px;
	right:0px;
	display:none;
	z-index:90000;
}
.scrollToTop:hover{
	text-decoration:none;
}
/* --------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------- */
.more {
	float:right; 
	width:120px; 
	height:46; 
	display:block; 
}

/* --------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------- */
.testo_sezione_rosso {
	font-family: 'Ubuntu', sans-serif;
	font-size: 25px;
	line-height:32px;
	color:#d11f1f;
	font-weight:0;
	letter-spacing: 1px;
}
.testo_sezione_rosso_grande {
	font-family: 'Ubuntu', sans-serif;
	font-size: 40px;
	line-height:42px;
	color:#d11f1f;
	font-weight:700;
	letter-spacing: 1px;
	text-align:center;
}
.testo_sezione_rosso_light {
	font-family: 'Ubuntu', sans-serif;
	font-size: 30px;
	line-height:32px;
	color:#d11f1f;
	font-weight:0;
	letter-spacing: 1px;
	text-align:center;

}
.testo_sezione_rosso_sopra { 
	font-family: 'Ubuntu', sans-serif;
	font-size: 30px;
	line-height:32px;
	color:#d11f1f;
	font-weight:700;
	letter-spacing: 1px;
}
.testo_sezione_grigio_sopra { 
	font-family: 'Ubuntu', sans-serif;
	font-size: 26px;
	line-height:32px;
	color:#4c4c4c;
	font-weight:700;
	letter-spacing: 1px;
}
.testo_sezione_rosso_piccolo {
	font-family: 'Ubuntu', sans-serif;
	font-size: 22px;
	line-height:32px;
	color:#d11f1f;
	font-weight:700;
	letter-spacing: 1px;
}
.testo_home {
	text-decoration:none;
	font-family: "arial";
    font-size: 18px;
	text-align:justify;
	color:#ffffff;
	font-weight:600;
	letter-spacing: normal;
	word-spacing: normal;
}
.testo_servizi {
	text-decoration:none;
	font-family: "arial";
    font-size: 16px;
	line-height:22px;
	text-align:justify;
	color:#ffffff;
	font-weight:600;
	letter-spacing: normal;
	word-spacing: normal;
}
/* --------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------- */
#menu_location {
	position:relative;
    z-index: 1000;
    width: 200%;
	height: 30px;
	margin:0 auto;
	background-color:#242a20;
	border-bottom: 2px solid #5c011b;
	border-top: 2px solid #ffffff;
}
#menu {
	position:fixed;
	top: 0px;
    z-index: 1000;
    width: 100%;
	height: 80px;
	margin:0 auto;
}
#sopra_menu {
	height: 30px;
	background-color:#FFF;
}

#centrato {
	position:relative;
    width: 80%;
	margin-left: 10%; 
	z-index:100
}
#centrato_sezione {
	position:relative;
    width: 90%;
	margin-left: 5%;
	z-index:100
}


#centrato_sezione_testimonianze { 
	position:relative;
    width: 91%;
	margin-left: 5%;
	z-index:100;
	background-color:#2a2a2a;
	background-image:url(../immagini/trama.jpg);
}
.testimonianze_sx{
	float:left; 
	width:15%
}
.testimonianze_dx{
	float:left; 
	width:35%
}
.testimonianze_unica_sx{
	width:15%;
	float:left;
}
.testimonianze_unica_dx{
	width:85%;
	float:left;
}






#sopra_meet {
	height:20px;
}
#sopra_books {
	height:20px;
}
#centrato_sezione_nobordo {
	position:relative;
    width: 100%;
	margin-left: 0%;
	z-index:100;
}
#centrato_sezione_location {
	position:relative;
    width: 85%;
	margin:0 auto;
	z-index:100
}
#menu_centrato {
    width: 100%;
	margin-left: 0%;
	height: 75;
	border-bottom: 1px solid #d1d1d1;
	background-color:#FFF;
	display:block;
}
#gallery_home {
    z-index: 100;
	background-color:#; 
}
#centrale_trio {
	position:relative;
    z-index: 100;
    padding: 0px;
    width: 100%;
	height: auto;
	background-color:#0C9;
}
#box_trio {
    width: 100%;
	height: auto;
	background-color:#000;
}
#bottom_spazzio {
	position:fixed;  
	bottom: 0px;
    z-index: 100;
    padding: 0px;
    width: 100%;
	height: 40px; 
	background-color:#ecddc7;
	border-top: 1px solid #db002f;
}
.bottom_mobile {
	display:none;
}
.bottom {
	display:block;
}
#bottom_riga {
	position:fixed;
	bottom: 0px;
    z-index: 50;
    padding: 0px;
    width: 100%;
	height: 40px;
	border-top:solid 1px #d11f1f;
}

#spazio_sotto {
	height:70px;
	clear:both;
}
.logo {
	width:155px;
	height:auto
}
.immagini_home {
	width:100%;
	height:auto;
	border-radius: 8px 8px 8px 8px;
}
.immagini_asporto {
	width:98%;
	height:auto;
}
.immagini_home_bordo {
	width:99%;
	height:auto;
	border-width: 1px 1px 0px 1px;
	border-style: solid;
	border-color: #F00;
}
.testo_bordo {
	border-bottom: 1px solid #F00;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#00F;
	text-decoration:line-through;
}
#testo {
	width:100%;
	height:auto
}
.immagini_home50 {
	width:50%;  
	height:auto
}
#immagini_home_ok {
	background-image:url(../immagini/home1.jpg);
	background-size: 50% 50%;
}
/* --------------------------------------------------------------------------------------------- */
/* ---- caption 3     -------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------- */
.caption_3 {
	width: 32%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
	border-radius: 10px 10px 10px 10px;
	border: 2px solid #db002f;
}
.caption_3 img {
    float: left;
    margin: 0;
    padding: 0;
    background: #fff;
    border: none;
}
.caption_3 span {
    float: left;
    margin: 0;
    padding: 10px;
    width: 94%;
    color: #242a20;
    background: #222; /* browser che non supportano rgba */
    background: rgba(255,255,255,0.8);
	background-image:url(../immagini/freccina3.png);
	background-repeat: no-repeat;
	background-position: right;
	position: absolute;
    left: 0;
    bottom: 0;
	border-radius: 0px 0px 14px 14px;
}
.caption_3:hover span { 
	display: block;
	color:#ffffff; 
    background: #222; /* browser che non supportano rgba */
    background: rgba(171,2,50,1);
	background-image:url(../immagini/freccina31.png); 
	background-repeat: no-repeat;
	background-position: right;
	border-radius: 0px 0px 14px 14px;
} 
/* --------------------------------------------------------------------------------------------- */
/* ---- caption 4     -------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------- */
#caption_4_margini {
    padding: 5 10 15;
	display:block;
}
#caption_4_margini_testo {
    padding: 5 10 15;
	display:block;
	position:absolute; 
	bottom: 0px;
}
#caption_4_margini_bottone {
    padding: 0 0 0;
	display:block;
	width:100%;
	height:100%;
	position:absolute; 
	top: 0px;
	background-color: transparent;
	z-index:50;
}
#caption_4_margini_sottotitolo {
    padding: 5 10 15;
	display:block;
}


#caption_4 a:hover span  { 
	transition-property: background-color; /*standard*/
  	transition-duration: 1s;
  	-webkit-transition-property: background-color; /*Safari e Chrome */
  	-webkit-transition-duration: 1s;
  	-o-transition-property: background-color;      /*Opera*/
  	-o-transition-duration: 1s;
  	-moz-transition-property: background-color;    /*Firefox*/
  	-moz-transition-duration: 1s;
	 background: rgba(255,255,255,0.4);
}




.testo_articles_titolo {
	display:block;
	text-decoration:none;
	font-family: 'Ubuntu', sans-serif;
    font-size: 17px;
	line-height:19px;
	font-weight:800;
	text-align:justify;
	color:#ffffff;
	letter-spacing: .5px;
	word-spacing: normal;
}
.testo_articles_sottotitolo {
	display:block;
	text-decoration:none;
	font-family: 'Ubuntu', sans-serif;
    font-size: 22px;
	line-height:22px; 
	font-weight:800;
	text-align:left;
	color:#ffffff;
	letter-spacing: .5px;
	word-spacing: normal;
	text-transform:uppercase;
	position:absolute; 
	top: 40%;

}
.testo_articles {
	display:block;
	text-decoration:none;
	font-family: 'Ubuntu', sans-serif;
    font-size: 17px;
	line-height:17px;
	text-align:justify;
	color:#ffffff;
	letter-spacing: .5px;
	word-spacing: normal;
}
/* --------------------------------------------------------------------------------------------- */
/* ---- carrello      -------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------- */
.carrello {
	text-decoration:none;
	font-family: arial;
	font-weight:700;
	width: 15em;
	padding: .5em;
	color: #666666;
	border: solid thin #0065a6;
	-webkit-border-radius: .7em;
	-moz-border-radius: .7em;
	border-radius: .7em;
	-webkit-box-shadow: 2px 2px 3px #000;
	box-shadow: 2px 2px 2px #bebebe;
	background-color: #ffffff;
	background-image: -webkit-gradient(linear, left top, left bottom,
	from(#ffffff), to(#0065a6),color-stop(0.4, #ffffff));
}
.carrello:a {
    background:#bebebe;
}
.carrello:hover {
    background:#bebebe;
}
/* --------------------------------------------------------------------------------------------- */
/* ---- contatti      -------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------- */
#submit {
	text-decoration:none;
	font-family: arial;
	font-weight:700;
	width: 15em;
	padding: .5em;
	color: #666666;
	border: solid thin #0065a6;
	-webkit-border-radius: .7em;
	-moz-border-radius: .7em;
	border-radius: .7em;
	-webkit-box-shadow: 2px 2px 3px #000;
	box-shadow: 2px 2px 2px #bbb;
	background-color: #ffffff;
	background-image: -webkit-gradient(linear, left top, left bottom,
	from(#ffffff), to(#0065a6),color-stop(0.4, #ffffff));
}
#submit:hover {
    background: #bebebe
}
.riprova {
	text-decoration:none;
	font-family: arial;
	font-weight:700;
	width: 15em;
	padding: .5em;
	color: #666666;
	border: solid thin #0065a6;
	-webkit-border-radius: .7em;
	-moz-border-radius: .7em;
	border-radius: .7em;
	-webkit-box-shadow: 2px 2px 3px #000;
	box-shadow: 2px 2px 2px #bbb;
	background-color: #ffffff;
	background-image: -webkit-gradient(linear, left top, left bottom,
	from(#ffffff), to(#0065a6),color-stop(0.4, #ffffff));
}
}
.riprova:a {
    background:#bebebe;
}
.riprova:hover {
    background:#bebebe;
}
.form {
    border: 1px solid #cccccc;
    width: 100%;
    padding: 28px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    outline: none;
    background: #FFF;	
}
.form_login {
    border: 1px solid #cccccc;
    width: 90%;
    padding: 8px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    outline: none;
    background: #FFF;	
}
.form1 {
    border: 1px solid #cccccc;
    width: 100%;
    padding: 5px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    outline: none;
    background: #FFF;	
}
.contatti {
	background-color:#CCC;
	padding: 5 5 5 5;
}

.caption_c {
	width: 85%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
}
.caption_c img {
    float: left;
    margin: 0;
    padding: 0;
    background: #fff;
}
.caption_c span {
}
.caption_c:hover span { 
} 
.caption_c1 {
	width: 15%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
	vertical-align:top;
}
.caption_c1 img {
    float: left;
    margin: 0;
    padding: 0;
    background: #fff;
}
.caption_c1 span {
}
.caption_c1:hover span { 
} 

.testo_contatti {
	font-family: "verdana";
    font-size: 13px;
	text-decoration:none;
	color:#000000;   
	font-family:Verdana, Geneva, sans-serif;
	font-weight: 100;
}
.testo_contatti_grassetto {
	font-family: "verdana";
    font-size: 15px;
	line-height:30px;
	text-decoration:none;
	color:#ffffff;   
	font-family:Verdana, Geneva, sans-serif;
	font-weight: 500;
}


/* --------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------- */
.testo_bottom {
	text-decoration:none;
	font-family: "arial";
    font-size: 14px;
	text-align:justify;
	color:#d11f1f;
	font-style: normal;
	letter-spacing: normal;
	word-spacing: normal;
}
.testo_bottom_nero {
	text-decoration:none;
	font-family: "arial";
    font-size: 14px;
	text-align:justify;
	color:#000000;
	font-style: normal;
	letter-spacing: normal;
	word-spacing: normal;
}
.testo_bottom a {
	text-decoration: none; 
	color:#000000;
}
.testo_bottom a:hover {
	text-decoration: none;
	color: #db002f;
}
.elenco {
	text-decoration: none;
	text-align:left;
	padding-top:0px;
	margin-top:8px;
	margin-left:10px;
	padding-left:10px;
}
.elenco_finto {
	text-decoration: none;
	text-align:left;
	margin-left:10px;
	padding-left:10px;
	color:#000000
}
/* --------------------------------------------------------------------------------------------- */
/* --- immagini case         ------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------- */
.testo_case {
	text-decoration:none;
	font-family: "verdana";
    font-size: 18px;
	text-align:justify;
	color:#ffffff;
	font-style: normal;
	letter-spacing: normal;
	word-spacing: normal;
}
.caption_case {
	width: 50%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
}
 
.caption_case img {
    float: left;
    margin: 0;
    padding: 0;
    background: #fff;
    border: none;
}
 
.caption_case span {
    float: left;
    margin: 0;
    padding: 10px;
    width: 100%;
    color: #ffffff;
    background: #222; /* browser che non supportano rgba */
    background: rgba(0,0,0,0.7);
	background-image:url(../immagini/freccina3.png);
	background-repeat: no-repeat;
	background-position: right;
	position: absolute;
    left: 0;
    bottom: 0;
}
.caption_case:hover span { 
	display: block;
	color:#bebebe; 
    background: #222; /* browser che non supportano rgba */
    background: rgba(0,0,0,0.4);
	background-image:url(../immagini/freccina3.png); 
	background-repeat: no-repeat;
	background-position: right;
} 
/* --------------------------------------------------------------------------------------------- */
/* --- immagini case         ------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------- */
.testo_project {
	text-decoration:none;
	font-family: "verdana";
    font-size: 18px;
	text-align:justify;
	color:#ffffff;
	font-style: normal;
	letter-spacing: normal;
	word-spacing: normal;
}
.caption_project {
	width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
}
 
.caption_project img {
    float: left;
    margin: 0;
    padding: 0;
    background: #fff;
    border: none;
}
 
.caption_project span {
    float: left;
    margin: 0;
    padding: 10px;
    width: 100%;
    color: #ffffff;
    background: #222; /* browser che non supportano rgba */
    background: rgba(0,0,0,0.7);
	background-repeat: no-repeat;
	background-position: right;
	position: absolute;
    left: 0;
    bottom: 0;
}
/* --------------------------------------------------------------------------------------------- */
/* --- immagini case         ------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------- */
.testo_pro {
	text-decoration:none;
	font-family: "verdana";
    font-size: 18px;
	text-align:justify;
	color:#ffffff;
	font-style: normal;
	letter-spacing: normal;
	word-spacing: normal;
}
.caption_pro {
	width: 50%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
}
 
.caption_pro img {
    float: left;
    margin: 0;
    padding: 0;
    background: #fff;
    border: none;
}
 
.caption_pro span {
    float: left;
    margin: 0;
    padding: 10px;
    width: 100%;
    color: #ffffff;
    background: #222; /* browser che non supportano rgba */
    background: rgba(0,0,0,0.7);
	background-image:url(../immagini/freccina3.png);
	background-repeat: no-repeat;
	background-position: right;
	position: absolute;
    left: 0;
    bottom: 0;
}
.caption_pro:hover span { 
	display: block;
	color:#bebebe; 
    background: #222; /* browser che non supportano rgba */
    background: rgba(0,0,0,0.4);
	background-image:url(../immagini/freccina3.png); 
	background-repeat: no-repeat;
	background-position: right;
} 
/* --------------------------------------------------------------------------------------------- */
/* --- immagini home bottoni ------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------- */
#titolo {
	height:35px;
	width:100%;
	background-color:#ffffff;
	padding-left:50px;
	padding-top:10px;
	border-bottom: 1px solid #0065a6;
	text-decoration:none;
	font-family: "verdana";
    font-size: 18px;
	color:#bebebe;
}
#titolo1 {
	margin: 0 auto;
	max-width: 800px;
	width:auto;
	height:35px;
	background-color:#ffffff;
	padding-left:0px;
	padding-top:10px;
	border-bottom: 1px solid #0065a6;
	text-decoration:none;
	font-family: "verdana";
    font-size: 18px;
	color:#bebebe;
}
#titolo2 {
	margin: 0 auto;
	max-width: 1000px;
	width:auto;
	height:35px;
	background-color:#ffffff;
	padding-left:0px;
	padding-top:10px;
	border-bottom: 1px solid #0065a6;
	text-decoration:none;
	font-family: "verdana";
    font-size: 18px;
	color:#bebebe;
}
#box_testo_120 {
	margin: 0 auto;
	height:auto;
	max-width: 1000px;
	width:auto;
	background-color:#ffffff;
	padding-top:10px;
	padding-left:50px;
	padding-right:50px;
	text-decoration:none;
	font-family: "verdana";
    font-size: 14px;
	color:#000000;
	text-align:justify;
}
#box_testo_100 {
	margin: 0 auto;
	height:auto;
	max-width: 800px;
	width:auto;
	background-color:#ffffff;
	padding-top:10px;
	padding-left:50px;
	padding-right:50px;
	text-decoration:none;
	font-family: "verdana";
    font-size: 14px;
	color:#000000;
	text-align:justify;
}
#box_testo {
	margin: 0 auto;
	height:auto;
	max-width: 100%;
	width:auto;
	background-color:#ffffff;
	padding-top:10px;
	padding-left:50px;
	padding-right:50px;
	text-decoration:none;
	font-family: "verdana";
    font-size: 14px;
	color:#000000;
	text-align:justify;
}
 
.bordo_sotto {
	border-bottom: 1px solid #F00;
	padding-bottom:5px;
	width: auto;
}
/* --------------------------------------------------------------------------------------------- */
/* ---- caption 2  press------------------------------------------------------------------------ */
/* --------------------------------------------------------------------------------------------- */
#spazio_press {
	width:2%; 
	float:left;
}
#spazio_sotto_press {
	display:none;
}
#spazio_sopra_press {
	height:3px; 
	background-color:#ffffff; 
	height:auto; 
	padding: 3 0 2% 0;
}

#caption_2_press {
	width: 32%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
	z-index: 50;
	float:left;
	border:1px solid #bebebe; 
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */	
	display:block;
	height:35%;
}
.caption_2_press_txt{
    margin: 0;
    padding: 0;
    position: absolute;
	top: 1%;
	right:.5%;
    overflow: hidden;
	z-index: 50;
	display:block;
	width:30%; 
	height:auto;
}

#caption_2_press img {
    float: left;
    margin: 0;
    padding: 0;
	width:100%;
	height:auto;
	opacity: 0.4;
       /* Firefox */
       -moz-transition-property: opacity;
       -moz-transition-duration: 1s;
       -moz-transition-delay: 0.2;
       /* WebKit */
       -webkit-transition-property: opacity;
       -webkit-transition-duration: 1s;
       -webkit-transition-delay: 0.2;
       /* Opera */
       -o-transition-property: opacity;
       -o-transition-duration: 1s;
       -o-transition-delay: 0.2;
       /* Standard */
       transition-property: opacity;
       transition-duration: 1s;
       transition-delay: 0.2;
}
#caption_2_press img:hover {
	opacity: 1;
}
#leggi_press {
	position:absolute;
	top:-5px;
	right: -40px;
	z-index:5000;
	opacity: 1;
}
#leggi_press img{
	width:50%;
	height:auto;
	opacity: 1;
}



/* --------------------------------------------------------------------------------------------- */
/* ---- caption 2     -------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------- */
#caption_2 {
	float:left;
	width: 37%;
    margin: 0;
    padding: 0;
	padding-right:0%;
    position: relative;
    overflow: hidden;
	z-index: 50;
}
#caption_2 img {
    float: left;
    margin: 0;
    padding: 0;
	width:100%;
	height:auto;
}

#caption_2_2 {
	float:right;
	width: 59%;
    margin: 0;
    padding: 0;
	margin-right:0%;
    position: relative;
    overflow: hidden;
	z-index: 50;
}
.discover {
	text-align:center;
}
/* --------------------------------------------------------------------------------------------- */
/* ---- caption 2 QA  -------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------- */
#caption_qa_numero {
    margin: 8px;
    position: relative;
    overflow: hidden;
	z-index: 50;
	float:left;
	font-family: 'Ubuntu', sans-serif;
	padding:8px;
    font-size:16px;
	border-radius:30px;
	border:2px solid #fff;
	margin-right:15px;
	background-color:#d11f1f;
	color:#FFF;
}
#caption_qa {
	width: 35%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
	z-index: 50;
	float:left;
	padding-top:18px;
	padding-bottom:10px;
    font-size:15px;
	font-family: 'Ubuntu', sans-serif;
	font-weight:600;
	color:#000;
}
#caption_qa_2 {
	width: 55%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
	z-index: 50;
	float:right;
	padding-top:18px;
	padding-bottom:10px;
    font-size:15px;
	font-family: 'Ubuntu', sans-serif;
	color:#666;
}

#spazio_qa{
	padding-left:1px;
}
#spazio_qa_risposta{
	padding-left:1px;
}

#bordo_qa{
	border:1px solid #999;
	margin-bottom:10px;
	background-color:#;
}
#bordo_qa1{
	border:1px solid #999;
	margin-bottom:10px;
	background-color:#;
}
/* --------------------------------------------------------------------------------------------- */
/* ---- caption 2  books ----------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------- */
#caption_2_books {
	width: 37%;
    margin: 0;
    padding: 0;
	padding-right:0%;
    position: relative;
    overflow: hidden;
	z-index: 50;
	float:left;
	display:block;
}
.caption_2_books_immagini {
	width:200px;
	height:auto;
}
#caption_2_2_books {
	width: 60%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
	z-index: 50;
	float:left;
	display:block;
}
#caption_2_2_quadrato {
	width: 100%;
    padding: 0;
    overflow: hidden;
	z-index: 50;
	display:block;
	background-color:#e8e8e8;
	border-top: 1px solid #d1d1d1;
	border-bottom: 1px solid #d1d1d1;
}
/* --------------------------------------------------------------------------------------------- */
/* ---- caption       -------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------- */
.caption {
	width: 48%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
	z-index: 50;
	border: 2px solid #242a20;
}
 
.caption img {
    float: left;
    margin: 0;
    padding: 0;
    background: #fff;
    border: none;
}
 
.caption span {
    float: left;
    margin: 0;
    padding: 10px;
    width: 100%;
    color: #FFFFFF;
    background: #222; /* browser che non supportano rgba */
    background: rgba(67,73,63,0.7);
	background-image:url(../immagini/freccina3.png);
	background-repeat: no-repeat;
	background-position: right;
	position: absolute;
    left: 0;
    bottom: 0;
}
.caption:hover span { 
	display: block;
	color:#ffffff; 
    background: #222; /* browser che non supportano rgba */
    background: rgba(36,42,32,1);
	background-image:url(../immagini/freccina31.png); 
	background-repeat: no-repeat;
	background-position: right;
} 
/* --------------------------------------------------------------------------------------------- */

.prezzo {
	border-left:1px; 
	border-right:1px; 
	border-bottom:1px; 
	border-style:solid; 
	border-color:#F00; 
	width:99%; 
	line-height:35px;
}
.prezzo1 {
	text-decoration:none;
	text-align:right; 
	float:left; 
	text-decoration:line-through; 
	font-size:16px;
	color:#00F;
}
.prezzo2 {
	text-align:right;
	float:right; 
	font-size:18px; 
	font-weight:700;
	color:#F00;

}
.prezzo3 {
	text-decoration:none;
	text-decoration:line-through; 
	font-size:16px;
	color:#00F;
}
.prezzo4 {
	text-align:right;
	font-size:18px; 
	font-weight:700;
	color:#F00;

}
/* --------------------------------------------------------------------------------------------- */
/* --- immagini home testo ------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------- */
.testo_foto_home {
	text-decoration:none;
	font-family: "verdana";
    font-size: 14px;
	line-height:18px;
	text-align:left;
	color:#ffffff;
	font-style: normal;
	letter-spacing: normal;
	word-spacing: normal;
}
.testo_foto_home_grande {
	text-decoration:none;
	font-family: "verdana";
    font-size: 22px;
	line-height:22px;
	text-align:justify;
	color:#ffffff;
	font-style: normal;
	letter-spacing: normal;
	word-spacing: normal;
}
.caption_immagine {
	width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
	text-decoration:none;
	font-family: "verdana";
    font-size: 14px;
	line-height:18px;
	text-align:justify;
	color:#bebebe;
	font-style: normal;
	letter-spacing: normal;
	word-spacing: normal;
}
.caption_immagine img {
    float: left;
    margin: 0;
    padding: 0;
    background: #fff;
    border: none;
}
 
.caption_immagine span {
	padding: 20px;
    width: 30%;
    color: #ffffff;
    background: #000000; /* browser che non supportano rgba */
	position:absolute;
    left: 60%;
    top: 30%;
}
#testo_mobile {
	display:none;
}
/* --------------------------------------------------------------------------------------------- */
/* --- sezioni articoli         ------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------- */
.testo_sezione_articoli_centrato {
	text-decoration:none;
	font-family: 'Ubuntu', sans-serif;
	font-size: 16px;
	line-height:22px;
	text-align:center;
	color:#4c4c4c;
	font-style: normal;
	font-weight:0;
	letter-spacing: normal;
	word-spacing: normal;
} 
.testo_sezione_articoli {
	text-decoration:none;
	font-family: 'Ubuntu', sans-serif;
	font-size: 16px;
	line-height:22px;
	text-align:justify;
	color:#4c4c4c;
	font-style: normal;
	font-weight:0;
	letter-spacing: normal;
	word-spacing: normal;
} 
 
.testo_sezione_articoli_titolo {
	text-decoration:none;
	font-family: 'Ubuntu', sans-serif;
	font-size: 22px;
	line-height:26px;
	text-align:justify;
	color:#4c4c4c;
	font-style: normal;
	font-weight:900;
	letter-spacing: normal;
	word-spacing: normal;
	width:100%;
	display:block;
	border-bottom:1px solid #d11f1f;
} 
/* --------------------------------------------------------------------------------------------- */
/* --- sezioni testo         ------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------- */
.testo_sezione_interna {
	text-decoration:none;
	font-family: 'Ubuntu', sans-serif;
	font-size: 16px;
	line-height:22px;
	text-align:justify;
	color:#4c4c4c;
	font-style: normal;
	font-weight:0;
	letter-spacing: normal;
	word-spacing: normal;
} 
.testo_sezione_interna a {
	text-decoration:none;
	color:#000000;
}
.testo_sezione_interna a:hover {
	text-decoration:none;
	color:#999999;
}

.testo_sezione_meet {
	text-decoration:none;
	font-family: 'Ubuntu', sans-serif;
	font-size: 16px;
	line-height:22px;
	text-align:justify;
	color:#4c4c4c;
	font-style: normal;
	letter-spacing: normal;
	word-spacing: normal;
} 
.testo_sezione_ceo {
	text-decoration:none;
	font-family: 'Ubuntu', sans-serif;
	font-size: 22px;
	line-height:30px;
	text-align:justify;
	color:#4c4c4c;
	font-style: normal;
	letter-spacing: normal;
	word-spacing: normal;
} 



#sezione_testo_mobile {
	display:none;
}
/* --------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------- */
/* ------- griglia          																	 */
/* --------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------- */
#griglia {
	width: 50%;
	display:block
	background-color:#F00
}
#griglia img {
	min-width:100%;
}
.testo_griglia {
	text-decoration:none;
	font-family: "verdana";
    font-size: 18px;
	text-align:justify;
	color:#ffffff;
	font-style: normal;
	letter-spacing: normal;
	word-spacing: normal;
	font-weight:100;
}
/* --------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------- */
/* ------- piede      																			 */
/* --------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------- */
#piede {
	display:block;
	background-color:#d1d1d1;
	border-top: 1px solid #999;
	height:40px;
	bottom: 0px;
	width: 100%;
	z-index: 5000;
} 
.testo_piede {
	text-decoration:none;
	font-family: 'Ubuntu', sans-serif;
    font-size: 13px;
	line-height:18px;
	color:#000000;
	font-style: normal;
	letter-spacing: normal;
	word-spacing: normal;
	letter-spacing:normal;
}
.testo_piede a {
	text-decoration:none;
	color:#000000;
}
.testo_piede a:hover {
	text-decoration:none;
	color:#999999;
}
#acapo {
	float:left;
}
/* --------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------- */
/* ------- menu      																			 */
/* --------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------- */
#menu_logo {
	float:left;
}
#menu_menu {
	float:right;
}

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {
  width: auto;
  font-family: 'Ubuntu', sans-serif;
}
#cssmenu > ul {
  background: url('immagini/');
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu > ul > li {
  float: left;
  display: inline-block;
}
#cssmenu.align-center > ul {
  float: none;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  float: none;

}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu > ul > li > a {
  padding: 10px 10px 11px 10px;
  border-right: 0px solid  #db002f;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  color: #d11f1f;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li > a:hover,
#cssmenu > ul > li.active > a {
  color: #cecece;
  background: #ffffff;
  background: rgba(255, 255, 255, 1);
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 45px;
}
#cssmenu > ul > li.has-sub > a::after { 
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-top-color: #242a20;
  right: 17px;
  top: 22px;
}
#cssmenu > ul > li.has-sub.active > a::after,
#cssmenu > ul > li.has-sub:hover > a {
  border-top-color: #ffffff;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
  top: 60px;
  padding-top: 11px;
  font-size: 14px;
  opacity: 0;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu > ul > li > ul::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-bottom-color: #ffffff;
  top: -4px;
  left: 20px;
}
#cssmenu.align-right > ul > li > ul::after {
  left: auto;
  right: 20px;
}
#cssmenu ul ul ul::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-right-color: #000000;
  top: 11px;
  left: -4px;
}
#cssmenu.align-right ul ul ul::after {
  border-right-color: transparent;
  border-left-color: #000000;
  left: auto;
  right: -4px;
}
#cssmenu > ul > li > ul {
  top: 120px;
}
#cssmenu > ul > li:hover > ul {
  top: 52px;
  left: 0;
  opacity: 1;
}
#cssmenu.align-right > ul > li:hover > ul {
  left: auto;
  right: 0;
}
#cssmenu ul ul ul {
  padding-top: 0;
  padding-left: 6px;
}
#cssmenu.align-right ul ul ul {
  padding-right: 6px;
}
#cssmenu ul ul > li:hover > ul {
  left: 180px;
  top: 0;
  opacity: 1;
}
#cssmenu.align-right ul ul > li:hover > ul {
  left: auto;
  right: 100%;
  opacity: 1;
}
#cssmenu ul ul li a {
  text-decoration: none;
  font-weight: 400;
  padding: 8px 15px;
  width: 200px;
  color: #242a20;
  background: #f6f6f6;
  border-bottom: 1px solid #252525;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li.active > a {
  color: #a2a2a2;
}
#cssmenu ul ul li:first-child > a {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
#cssmenu ul ul li:last-child > a {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
#cssmenu > ul > li > ul::after {
  position: absolute;
  display: block;
}
#cssmenu ul ul li.has-sub > a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-left-color: #777777;
  right: 17px;
  top: 14px;
}
#cssmenu.align-right ul ul li.has-sub > a::after {
  border-left-color: transparent;
  border-right-color: #777777;
  right: auto;
  left: 17px;
}
#cssmenu ul ul li.has-sub.active > a::after,
#cssmenu ul ul li.has-sub:hover > a::after {
  border-left-color: #333333;
}
#cssmenu.align-right ul ul li.has-sub.active > a::after,
#cssmenu.align-right ul ul li.has-sub:hover > a::after {
  border-right-color: #333333;
  border-left-color: transparent;
}


/* --------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------- */
/* ------- screen   																			 */
/* --------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------- */
@media screen and (max-width: 1500px) 
{ 
.testo_articles_titolo {
    font-size: 16px;
	line-height:18px;
}
.testo_articles_sottotitolo {
    font-size: 20px;
	line-height:20px;
	position:absolute; 
	top: 30%;
}
.testo_articles {
    font-size: 16px;
	line-height:16px;
}

}

/* --------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------- */
/* ------- screen   																			 */
/* --------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------- */
@media screen and (max-width: 1300px) 
{ 
.testo_articles_titolo {
    font-size: 13px;
	line-height:15px;

}
.testo_articles_sottotitolo {
    font-size: 14px;
	line-height:15px;
	position:absolute; 
	top: 20%;
}
.testo_articles {
    font-size: 13px;
	line-height:13px;
}

}

/* --------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------- */
@media screen and (max-width: 700px) { 

.scrollToTop{
	width:100px; 
	height:50px;
	position:fixed;
	top:100px;
	right:-17px;
	display:none;
	z-index:90000;
}

.testimonianze_sx{
	float:left; 
	width:30%;
}
.testimonianze_dx{
	float:left; 
	width:70%;
}

.testimonianze_unica_sx{
	width:30%;
	float:left;
}
.testimonianze_unica_dx{
	width:70%;
	float:left;
}


.testimonianze_riga{
	display:block;
	clear:left;
	height:0px;
	border-bottom:1px solid #db002f;
	display:block;
	width:100%;
}


#caption_4_margini_testo {
	position: relative;
	bottom: 0px;
}

.testo_sezione_rosso_grande {
	font-size: 30px;
	line-height:32px;
	font-weight:700;
	letter-spacing: 1px;
}
.testo_articles_titolo {
    font-size: 13px;
	line-height:15px;
}
.testo_articles_sottotitolo {
    font-size: 16px;
	line-height:16px;
	position:relative; 
}
.testo_articles {
    font-size: 13px;
	line-height:13px;
}



#piede {
	height:65px;
} 

#gallery_normale {
	display: none;
}
#gallery_cellulare {
	display: block;
}

#bottom_spazzio {
	position:relative;  
	bottom: 0px;
    z-index: 100;
    padding: 0px;
    width: 100%;
	height: 40px; 
	background-color:#ecddc7;
	border-top: 1px solid #db002f;
}
#chisiamo {
	width:98%;
    margin-left: 1%;
} 

#box_testo_120 {
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
}
.immagini_home {
	width:100%;
	height:auto
}
.immagini_asporto {
	width:100%;
	height:auto
}
#centrato {
	position:relative;
    width: 80%;
	margin-left: 10%;
}
#centrato_sezione {
	position:relative;
    width: 96%;
	margin-left: 2%;
}
#centrato_sezione_testimonianze {
	position:relative;
    width: 96%;
	margin-left: 2%;
}


#sopra_meet {
	height:50px;
}
#sopra_books {
	height:70px;
}
#centrato_sezione_nobordo {
	position:relative;
    width: 100%;
	margin-left: 0%;
}
#centrato_sezione_location {
	position:relative;
    width: 100%;
	margin:0 auto;
	z-index:100
}
#follow {
	margin-left:50%;
}
#follow1 {
	margin-left:-150px;
    width: 300px;
}
#menu_centrato {
    width: 100%;
	margin-left: 0%;
	height: 75px;
	border-bottom: 1px solid #d1d1d1;
}
#menu {
	position:fixed;
    z-index: 1000;
    width: 100%;
	height: 50px;
	top: 0px;
}
#sopra_menu {
	height: 0px;
}
#logo_alto {
	display:none;
}

.logo_menu_orizzontale {
	width:50%;
	height:auto;
}
#acapo {
	float:none;
}
#bottom {
    width: 100%;
	z-index: 100;
}
#spazio_sotto {
	height:6px;
	clear:both;
}

#menu_logo {
	float:none;
	display:none

}
#menu_menu {
	float:none;
}

.logo {
	width:0px;
	height:auto
}
.testo_home {
    font-size: 14px;
}
.testo_servizi {
    font-size: 16px;
}
.testo_bottom {
    font-size: 13px;
	line-height:15px
}
.testo_bottom_nero {
    font-size: 13px;
	line-height:15px
}

.caption {
	width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
}
#caption_4 {
	float:none;
	width: 100%;
	height: auto;
}
#spazio_articles {
	height: 10px;
	display:block;
	background-color:#;
}
#quattro_quadrati {
	display:none;
}


#caption_2 {
	width: 100%;
}
#caption_2_2 {
	width: 100%;
}

/* --------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------- */
#caption_qa_numero {
	margin-bottom:0px;
}

#caption_qa {
	width: 80%;
	padding-bottom:0px;
	margin-bottom:0px;
}
#caption_qa_2 {
	width: 100%;
	margin-top:1px;
	padding-top:5px;
}
#spazio_qa{
	padding-left:1px;
}
#spazio_qa_risposta{
	padding-left:63px;
	padding-bottom:0px;
	margin-bottom:5px;
}
#spazio_press {
	width:0%; 
	float:none;
	display:none;
}
#spazio_sotto_press {
	display:block;
	height:10px;
	clear:both;
}
#spazio_sopra_press {
	display:none;
}
/* --------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------- */

#caption_2_press {
	width: 100%;
	height: 50%;
	padding:0;
	float:none;
}
#caption_2_press img {
	opacity: 1;
}
#caption_2_books {
	width: 100%;
}
#caption_2_2_books {
	width: 96%;
}
#caption_asporto_2 {
	width: 100%;
}
#caption_asporto_2_2 {
	width: 100%;
}
#caption_doppia {
	width: 100%;
}
#caption_singola { 
	width: 96%;
}

.caption_c {
	width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
}
.caption_3 {
	width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
}
.caption_support {
	width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
}
.caption_case {
	width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
}
.caption_pro {
	width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
}
#carrello_login {
	display:none
}

/* --------------------------------------------------------------------------------------------- */
/* ------- testo su immagine home      																			 */
/* --------------------------------------------------------------------------------------------- */
.caption_immagine span {
	display:none;
}
#testo_mobile {
	display:block;
	width: 95%;
    margin: 0;
    padding: 10;
    position: relative;
    overflow: hidden;
	text-decoration:none;
	font-family: "verdana";
    font-size: 14px;
	line-height:18px;
	text-align:justify;
	color:#bebebe;
	font-style: normal;
	letter-spacing: normal;
	word-spacing: normal;
}

/* --------------------------------------------------------------------------------------------- */
/* ------- sezioni testo      																			 */
/* --------------------------------------------------------------------------------------------- */
#home_sx {
	float:left;
	width:102%
}
.immagini_sezione_no {
	width:0%;
	height:auto
}

#sezione_testo_mobile {
	display:block;
	width: 95%;
    margin: 0;
    padding: 10;
    position: relative;
    overflow: hidden;
	text-decoration:none;
	font-family: "verdana";
    font-size: 14px;
	line-height:16px;
	text-align:justify;
	color:#ffffff;
	font-style: normal;
	letter-spacing: normal;
	word-spacing: normal;
}
#sezione_testo_mobile a {
	text-decoration: none; 
	color:#bebebe;  
}
#sezione_testo_mobile a:hover {
	text-decoration: none;
	color: #ffffff;
}

#sezione_testo_mobile strong {
	text-decoration:none;
	font-family: "verdana";
	font-size: 18px;
	line-height:18px;
	text-align:justify;
	color:#ffffff;
	font-style: normal;
	letter-spacing: normal;
	font-weight:100;
	word-spacing: normal;
}
.testo_foto_home {
    font-size: 12px;
}
.testo_foto_home_grande {
    font-size: 16px;
}
/* --------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------- */
/* ------- bottom mobile    																	 */
/* --------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------- */
.bottom {
	display:none;
}
.bottom_mobile {
	display:block;
}
/* --------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------- */
.cellulare_si {
	display: block;
}
.cellulare_no {
	display: none;
}
/* --------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------- */
/* ------- menu x cellulari normal1																 */
/* --------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------- */
  #cssmenu {
    background: #ffffff;
	width:100%;
  }
  #cssmenu > ul {
    display: none;
  }
  #cssmenu > ul.open {
    display: block;
	top: 0px;
    border-top: 1px solid #999999;
  }
  #cssmenu.align-right > ul {
    float: none;
  }
  #cssmenu.align-center > ul {
    text-align: left;
  }
  #cssmenu > ul > li,
  #cssmenu.align-right > ul > li {
    float: none;
    display: block;
  }
  #cssmenu > ul > li > a {
    padding: 6px 5px 6px 8px;
    border-right: 0;
	border-bottom:1px solid #999999;
  }
  /* ------- fondo rollover																 */

  #cssmenu > ul > li:hover > a,
  #cssmenu > ul > li.active > a {
  color: #ffffff;
  background: #ffffff;
  background: rgba(219, 0, 47, 1);
  }
  #cssmenu #menu-button {
    display: block;
    text-decoration: none;
    font-size: 10px;
    font-weight: 700;
    color: #ffffff;
    padding: 0px 0px 0px 0px;
    text-transform: uppercase;
    letter-spacing: 0px;
    cursor: pointer;
  }
  #cssmenu ul ul,
  #cssmenu ul li:hover > ul,
  #cssmenu > ul > li > ul,
  #cssmenu ul ul ul,
  #cssmenu ul ul li:hover > ul,
  #cssmenu.align-right ul ul,
  #cssmenu.align-right ul li:hover > ul,
  #cssmenu.align-right > ul > li > ul,
  #cssmenu.align-right ul ul ul,
  #cssmenu.align-right ul ul li:hover > ul {
    left: 0;
    right: auto;
    top: auto;
    opacity: 1;
    width: 100%;
    padding: 0;
    position: relative;
    text-align: left;
  }
  #cssmenu ul ul li {
    width: 100%;
  }
  #cssmenu ul ul li a {
    width: 100%;
    box-shadow: none;
    padding-left: 35px;
  }
  #cssmenu ul ul ul li a {
    padding-left: 45px;
  }
  #cssmenu ul ul li:first-child > a,
  #cssmenu ul ul li:last-child > a {
    border-radius: 0;
  }
  #cssmenu #menu-button::after {
    display: block;
    content: '';
    position: absolute;
    height: 3px;
    width: 22px;
    border-top: 2px solid #d11f1f;
    border-bottom: 2px solid #d11f1f;
    right: 25px;
    top: 18px;
  }
  #cssmenu #menu-button::before {
    display: block;
    content: '';
    position: absolute;
    height: 3px;
    width: 22px;
    border-top: 2px solid #d11f1f;
    right: 25px;
    top: 28px;
  }
  #cssmenu > ul > li.has-sub > a::after,
  #cssmenu ul ul li.has-sub > a::after {
    display: none;
  }
}




/* --------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------- */
/* ------- ipad 													 */
/* --------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)  { 
#caption_2_press img {
	opacity: 1;
}

/* --------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------- */
/* ------- orientamento verticale																 */
/* --------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------- */
@media only screen and (orientation:portrait){
#bottom_spazzio {
	position:fixed;  
	bottom: 0px;
    z-index: 100;
    padding: 0px;
    width: 100%;
	height: 40px; 
	background-color:#191c15;
	border-top: 1px solid #db002f;
}
#centrato {
	position:relative;
    width: 90%;
	margin-left: 5%;
	z-index:100
}
#centrato_sezione {
	position:relative;
    width: 90%;
	margin-left: 5%;
	z-index:100
}
#centrato_sezione_testimonianze {
	position:relative;
    width: 90%;
	margin-left: 5%;
	z-index:100
}
#centrato_sezione_nobordo {
	position:relative;
    width: 100%;
	margin-left: 0%;
	z-index:100
}
#menu_centrato {
    width: 100%;
	margin-left: 0%;
	height: 75px;
}



}
}
