html, body {
    width: 100%;
    height: 100%;
    padding: 0px;
    margin: 0px;
}

.fondo_sito {
	background-color:#000000;
} 
/* --------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------- */
#gallery_normale {
	display: block;
}
#gallery_cellulare {
	display: none;
}
#sezione {
	border-top: 2px solid #ab0232;
	border-bottom: 2px solid #ab0232;
	background-color:#ffffff; 
	min-height:300px;
	height:auto;
	padding: 25 10 10 10;
	font-size: 14px;
	text-align:justify;
}
#sezione_location {
	background-color:#;
	max-width:2100px;
	margin:0 auto;
}
#sezione_mobile {
	background-color:#;
	position:relative;
	height: 100%;
	width:auto;
	margin:0 auto;
	z-index:100
}

#nome_sezione {
	background-color:#;
	font-family: "Arial";
	font-size: 24px;
	color:#ab0232;
	text-align:right;
	font-weight:700;
	margin-right: 25px;
}
.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:#ab0232;
	border-bottom: 2px solid #5c011b;
	border-top: 2px solid #ffffff;
}
#menu {
	position:relative;
    z-index: 1000;
    width: 100%;
	height: 60px;
	margin:0 auto;
	background-color:#ab0232;
	border-bottom: 3px solid #5c011b;
	border-top: 6px solid #ffffff;
}
#centrato {
	position:relative;
    width: 70%;
	margin-left: 15%;
	z-index:100
}
#centrato_sezione {
	position:relative;
    width: 70%;
	margin-left: 15%;
	z-index:100
}
#centrato_sezione_location {
	position:relative;
    width: 85%;
	margin:0 auto;
	z-index:100
}
#menu_centrato {
    width: 70%;
	margin-left: 15%;
	height: 60px;
}
#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:relative;  
	bottom: 0px;
    z-index: 100;
    padding: 0px;
    width: 100%;
	height: 40px; 
	background-color:#5c011b;
}
.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 #333333;
}

#spazio_sotto {
	height:70px;
	clear:both;
}
.logo {
	width:155px;
	height:auto
}
.immagini_home {
	width:100%;
	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: 31%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
	border: 1px solid #ab0232
}
.caption_3 img {
    float: left;
    margin: 0;
    padding: 0;
    background: #fff;
    border: none;
}
.caption_3 span {
    float: left;
    margin: 0;
    padding: 10px;
    width: 100%;
    color: #ab0232;
    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;
}
.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;
} 
/* --------------------------------------------------------------------------------------------- */
/* ---- caption 4     -------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------- */
.caption_4 {
	width: 22.1%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
	border: 2px solid #ab0232
}
.caption_4 img {
    float: left;
    margin: 0;
    padding: 0;
    background: #fff;
    border: none;
}
.caption_4 span {
    float: left;
    margin: 0;
    padding: 5px;
    width: 100%;
    color: #5c011b;
    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;
}
.caption_4: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;
} 

/* --------------------------------------------------------------------------------------------- */
/* ---- 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: 16px;
	text-align:justify;
	color:#ffffff;
	font-style: normal;
	letter-spacing: normal;
	word-spacing: normal;
}
.testo_bottom_photo {
	text-decoration:none;
	font-family: "arial";
    font-size: 13px;
	text-align:justify;
	color:#ffffff;
	font-style: normal;
	letter-spacing: normal;
	word-spacing: normal;
}
.testo_bottom a {
	text-decoration: none; 
	color:#ffffff;
}
.testo_bottom a:hover {
	text-decoration: none;
	color: #bebebe;
}
.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     -------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------- */
.caption_2 {
	width: 65%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
	z-index: 50;
}
.caption_2_2 {
	width: 33%;
	height:auto;
	z-index: 50;
}
.caption_2_2 img {
	width: 100%;
	height:auto;
	z-index: 50;
}
/* --------------------------------------------------------------------------------------------- */
/* ---- caption       -------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------- */
.caption {
	width: 48%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
	z-index: 50;
	border: 2px solid #ab0232;
}
 
.caption img {
    float: left;
    margin: 0;
    padding: 0;
    background: #fff;
    border: none;
}
 
.caption span {
    float: left;
    margin: 0;
    padding: 10px;
    width: 100%;
    color: #5c011b;
    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;
}
.caption: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;
} 
/* --------------------------------------------------------------------------------------------- */

.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 testo         ------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------- */
#home_sx {
	float:left;
	width:50%
}
#home_tutto {
	float:none;
	width:100%
}
.immagini_sezione_no {
	width:100%;
	height:auto
}

.testo_sezione {
	text-decoration:none;
	font-family: "arial";
	font-size: 14px;
	line-height:18px;
	text-align:justify;
	color:#000000;
	font-style: normal;
	letter-spacing: normal;
	word-spacing: normal;
} 
.testo_sezione_grassetto {
	text-decoration:none;
	font-family: "arial";
	font-size: 14px;
	line-height:18px;
	text-align:justify;
	color:#000000;
	font-style: normal;
	letter-spacing: normal;
	word-spacing: normal;
	font-weight: 700;
} 





.testo_link_contatti {
	font-family: "verdana";
    font-size: 15px;
	line-height:30px;
	text-decoration:none;
	color:#9b9b9b;   
	font-family:Verdana, Geneva, sans-serif;
	font-weight: 500;
}
.testo_link_contatti a {
	text-decoration: none; 
	color:#9b9b9b;  
}
.testo_link_contatti a:hover {
	text-decoration: none;
	color: #000000;
}




#sezione_testo_mobile {
	display:none;
}
/* --------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------- */
/* ------- form             																	 */
/* --------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------- */
#form {
	width:90px;
	height: 28px;
	float:left;
	text-align:left;
}
#cornice {
	width: 100%;
	/*border-width: thin thin thin thin;
	border-style: solid;
	border-color: white white white white;*/
}
.testo_form {
	text-decoration:none;
	font-family: "verdana";
	font-size: 14px;
	line-height:18px;
	text-align:justify;
	color:#ffffff;
	font-style: normal;
	letter-spacing: normal;
	word-spacing: normal;
}
.testo_form_grassetto {
	text-decoration:none;
	font-family: "verdana";
	font-size: 14px;
	line-height:18px;
	text-align:justify;
	color:#ffffff;
	font-weight:600;
	font-style: normal;
	letter-spacing: normal;
	word-spacing: normal;
}

.testo_form_piccolo {
	text-decoration:none;
	font-family: "verdana";
	font-size: 11px;
	line-height:18px;
	text-align:justify;
	color:#ffffff;
	font-style: normal;
	letter-spacing: normal;
	word-spacing: normal;
}

/* --------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------- */
/* ------- 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;
}
					
/* --------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------- */
/* ------- 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: 'arial';
}
#cssmenu > ul {
  background: url('immagini/bg.png');
}
#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: 25px 10px 21px 10px;
  border-right: 1px solid  #ab0232;
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0px;
}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li > a:hover,
#cssmenu > ul > li.active > a {
  color: #ab0232;
  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: #ab0232;
  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: #ab0232;
  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: 1140px) 
{ 
.testo_home {
    font-size: 16px;
}
.testo_servizi {
    font-size: 14px;
}
.testo_bottom {
    font-size: 15px;
}
}
/* --------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------- */
@media screen and (max-width: 700px) { 
#gallery_normale {
	display: none;
}
#gallery_cellulare {
	display: block;
}

#nome_sezione {
	font-size: 18px;
	margin-right: 10px;
}


#box_testo_120 {
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
}
.immagini_home {
	width:100%;
	height:auto
}
#centrato {
	position:relative;
    width: 80%;
	margin-left: 10%;
}
#centrato_sezione {
	position:relative;
    width: 90%;
	margin-left: 5%;
}
#centrato_sezione_location {
	position:relative;
    width: 100%;
	margin:0 auto;
	z-index:100
}

#menu_centrato {
    width: 95%;
	margin-left: 2.5%;
	height: 60px;
}
#menu {
	position:fixed;
    z-index: 1000;
    width: 100%;
	height: 60px;
	top: 0px;
	background-color:#ab0232;
	border-bottom: 3px solid #5c011b;
	border-top: 6px solid #ffffff;
}




.logo_menu_orizzontale {
	width:165px;
	height:auto
}

#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:13px
}
.testo_bottom_photo {
    font-size: 11px;
}

.caption {
	width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
}
.caption_4 {
	width: 90%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
	
}

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

.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_4 {
	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;
}
/* --------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------- */
/* ------- menu x cellulari normal1																 */
/* --------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------- */
  #cssmenu {
    background: #ab0232;
	width:101%;
  }
  #cssmenu > ul {
    display: none;
  }
  #cssmenu > ul.open {
    display: block;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  #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 5px;
    border-right: 0;
  }
  /* ------- fondo rollover																 */

  #cssmenu > ul > li:hover > a,
  #cssmenu > ul > li.active > a {
    background: rgba(229, 229, 229, 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: 1px;
    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 #ffffff;
    border-bottom: 2px solid #ffffff;
    right: 25px;
    top: 18px;
  }
  #cssmenu #menu-button::before {
    display: block;
    content: '';
    position: absolute;
    height: 3px;
    width: 22px;
    border-top: 2px solid #ffffff;
    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)  { 
/* --------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------- */
/* ------- 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:#5c011b;
}
#centrato {
	position:relative;
    width: 90%;
	margin-left: 5%;
	z-index:100
}
#centrato_sezione {
	position:relative;
    width: 90%;
	margin-left: 5%;
	z-index:100
}
#menu_centrato {
    width: 90%;
	margin-left: 5%;
	height: 60px;
}



}
}

