/* --------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------- */
html, body {
    width: 100%;
    height: 100%;
    padding: 0px;
    margin: 0px;
	bgcolor="#000";
	leftmargin="0"; 
	topmargin="0";
	marginwidth="0";
	marginheight="0";
	scroll=yes;
}

/* --------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------- */
#gallery_home {
    z-index: 100;
	background-color:#000000;
}
#bottom_spazzio {
	position:relative;
	bottom: 0px;
    z-index: 100;
    padding: 0px;
    width: 100%;
	height: 60px;
	background-color:#000;
	border-top:1px solid #474747;
}
#bottom_riga {
	position:fixed;
	bottom: 0px;
    z-index: 50;
    padding: 0px;
    width: 100%;
	height: 60px;
	border-top:solid 1px #333333;
}

#spazio_sotto {
	height:70px;
	clear:both;
}
#spazio_foto {
	height:3px;
	width:100%;
	background-color:#b3b2b2;
	display:block;
}
#spazio_gallery {
	height:6%;
	width:100%;
	background-color:#e0e0de;
	display:block;
	border-bottom:1px solid #e0e0de
	border-top:1px solid #e0e0de
	
}
.logo {
	width:200px;
	height:auto
}
.immagini_home {
	width:100%;
	height:auto;
	z-index:50;
}
#testo {
	width:100%;
	height:auto
}
/* --------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------- */
.testo_bottom {
	text-decoration:none;
	font-family: 'Roboto';
    font-size: 14px;
	text-align:justify;
	color:#b3b2b2;
	font-style: normal;
	letter-spacing: normal;
	word-spacing: normal;
}
.testo_bottom a {
	text-decoration: none; 
	color:#7b7b7b;
}
.testo_bottom a:hover {
	text-decoration: none;
	color: #bebebe;
}
.testo_bottom_on {
	text-decoration:none;
	font-family: 'Roboto';
    font-size: 15px;
	text-align:justify;
	color:#ffffff;
	font-style: normal;
	letter-spacing: normal;
	word-spacing: normal;
}
.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:#fff
}
/* --------------------------------------------------------------------------------------------- */
/* --- immagini home bottoni ------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------- */
.testo_home {
	text-decoration:none;
	font-family: 'Roboto';
    font-size: 22px;
	text-align:right;
	color:#ffffff;
	font-style: normal;
	letter-spacing: normal;
	word-spacing: normal;
}
.caption {
	width: 50%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
	z-index:50; 
}
 
.caption img {
    float: left;
    margin: 0;
    padding: 0;
    background: #fff;
	border-bottom:3px solid #b3b3b2;
	z-index:50; 
}
 
.caption span {
    float: left;
    margin: 0;
	padding-top:0px;
	padding-bottom:0px;
    width: 100%;
	height:100%;
    color: #ffffff;
	z-index:50; 
    background: #000; /* browser che non supportano rgba */
    background: rgba(0,0,0,0.0);
	position: absolute;
    left: 0;
    bottom: 0;
	display:none;
	font-family: 'Roboto';
    font-size: 14px;
	line-height:18px;
}
.caption:hover span { 
	display: block;
	color:#0000; 
    background: #000; /* browser che non supportano rgba */
    background: rgba(0,0,0,0.2);
} 
/* --------------------------------------------------------------------------------------------- */
/* --- immagini home testo ------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------- */
.testo_foto_home {
	text-decoration:none;
	font-family: 'Roboto';
    font-size: 14px;
	line-height:18px;
	font-weight:300;
	text-align: justify;
	color:#ffffff;
	letter-spacing: normal;
	letter-spacing:0.5px;
	word-spacing: normal;
	margin-left:18px;
	margin-right: 18px;
	margin-top:0px;
	margin-bottom:18px;
}
.testo_foto_home_grande {
	text-decoration:none;
	font-family: 'Roboto';
    font-size: 26px;
	line-height:26px;
	text-align:left;
	color:#ffffff;
	font-style: normal;
	letter-spacing: normal;
	word-spacing: normal;
	margin-left:18px;
	margin-bottom: 18px;
	margin-top:18px;
	margin-bottom:18px;
}
.caption_immagine {
	width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
	text-decoration:none;
	font-family: 'Roboto';
    font-size: 14px;
	line-height:18px;
	text-align:left;
	color:#bebebe;
	font-style: normal;
	letter-spacing: normal;
	word-spacing: normal;
	z-index:50;
}
.caption_immagine img {
    float: left;
    margin: 0;
    padding: 0;
    background: #000;
    border: none;
}
 
.caption_immagine span {
	padding: 10px;
    width: 30%;
    color: #000;
    background: #000; /* browser che non supportano rgba */
    background: rgba(0,0,0,0.75);
	position:absolute;
    left: 65%;
    top: 35%;
}
#testo_mobile {
	display:none;
}


/* --------------------------------------------------------------------------------------------- */
/* --- sezioni form          ------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------- */
.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;
} 
/* --------------------------------------------------------------------------------------------- */
/* --- sezioni form          ------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------- */
#box_sezione_form {
	display:block;
	position:relative;
    z-index: 50;
	padding-top:40px;
	padding-bottom:20px;
    width: 100%;
	background-color:#fff;
}
#box_form {
	display:block;
	position:relative;
    z-index: 50;
	padding-top:0px;
	padding-bottom:10px;
    width: 82%;
	background-color:#fff;
	margin-left:10%;
	margin-right:10%;
}
#caption_doppia { 
	width: 50%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
	z-index: 50;
}
#caption_singola { 
	width: 98%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
	z-index: 50;
}
.testo_form {
	text-decoration:none;
	font-family: "Roboto";
    font-size: 14px;
	font-weight: bold;
	line-height:20px;
	color:#000000;
	text-align:justify;
	letter-spacing: normal;
	word-spacing: normal;
}
.testo_form_10 {
	text-decoration:none;
	font-family: "Roboto";
    font-size: 11px;
	color:#666666;
	text-align:justify;
	font-weight:600;
	letter-spacing: normal;
	word-spacing: normal;
}
.input_reg { 
    background: #ffffff; /* Colore di sfondo */
    border: 1px solid #bebebe; /* Bordo */
	border-radius: 3px 3px 3px 3px;
    color: #666666; /* Colore del testo */
    height: 24px; /* Altezza */
    width: 96%; /* Larghezza */
    padding: 0 1%; /* Padding */
	font-family: "Roboto";
}
.input_reg_note { /* Stili per il campo di testo e per la textarea */
    background: #ffffff; /* Colore di sfondo */
    border: 1px solid #bebebe; /* Bordo */
	border-radius: 3px 3px 3px 3px;
    color: #666666; /* Colore del testo */
    height: 100px; /* Altezza */
    width: 100%; /* Larghezza */
    padding: 0 1%; /* Padding */
	font-family: "Roboto";
}
.bottone1 {
	text-decoration:none;
	font-family: "Roboto";
	font-size:13px;
	font-weight: bold;
	width: 90px;
	padding: 3px;
	color: #000000;
	border: solid 1px #666666;
	background-color: #e0e0df;
}
.bottone1:hover {
	background-color: #ffffff;
}
.bottone2 {
	text-decoration:none;
	font-family: "Roboto";
	font-size:13px;
	font-weight: bold;
	width: 90px;
	padding: 3px;
	color: #000000;
	border: solid 1px #666666;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	box-shadow: 2px 2px 2px #bbb;
	background-color: #e0e0df;
}
.bottone2:hover {
	background-color: #ffffff;
}
/* --------------------------------------------------------------------------------------------- */
/* --- sezioni box e testo   ------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------- */
#box_sezione {
	display:block;
	position:relative;
    z-index: 50;
	padding-top:40px;
    width: 100%;
	background-color:#fff;
	min-height:540px;
}

#box_sezione_mobile {
	display: none;
}
#box_sezione_prodotti {
	display:block;
	position:relative;
    z-index: 50;
	padding-top:80px;
	padding-bottom:80px;
    width: 100%;
	background-color:#fff;
}

#box_sezione_prodotti_mobile {
	display: none;
}
#box_gallery_prodotti {
	display:block;
	position:relative;
    z-index: 50;
    width: 100%;
	background-color:#e0e0de;
}

.testo_link {
	text-decoration:none;
	font-family: 'Roboto';
    font-size: 17px;
	text-align:justify;
	color:#ffffff;
	font-style: normal;
	font-weight:100;
	letter-spacing: normal; 
	word-spacing: normal;
}
.testo_link a {
	text-decoration: none; 
	color:#ffffff;  
}
.testo_link a:hover {
	text-decoration: none;
	color: #bebebe;
}
.testo_sezione {
	text-decoration:none;
	font-family: 'Roboto';
	font-size: 16px;
	line-height:20px;
	text-align:justify;
	color:#333333;
	font-style: normal;
	letter-spacing: normal;
	word-spacing: normal;
	margin-left:10%;
	margin-right:10%;
}

/* --------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------- */
/* ------- nome sezione          																	 */
/* --------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------- */
.nome_sezione {
	position: absolute;
    background: rgba(0,0,0,0.7);
	width: auto;   
	height: auto;  
	top: 365px; 
	right: 0px; 
	padding: 9px;
	font-family: 'Roboto';
    text-align: left; 
	line-height: 35px;
	font-weight: normal;
	font-size: 35px;
	color: #ffffff;
}
.nome_sezione span {
	line-height: 35px;
	font-weight: normal;
	font-size: 30px;
}
						
/* --------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------- */
/* ------- menu       pollo																			 */
/* --------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------- */
.posizione_gallery {
    z-index: 100;
	height:179px;
	background-color:#b3b3b2
}
#posizione_logo {
	position:absolute;
    z-index: 100;
    padding: 0px;
    width: 100%;
	height:145px;
	max-width:1100px; 
	margin-top:0px;
	background:#000;
}

#container {
	position:relative;
    z-index: 100;
    padding: 0px;
    width: 100%;
	max-width:1100px; 
	margin:0 auto;
	margin-top:0px;
	background-color:#e0e0de;
	
}
#menu_logo {
	float:left;
}
#menu {
	position:absolute;
    z-index: 100;
    padding: 0px;
    width: 100%;
	max-width:1100px; 
	margin-top:145px;
	background-color:#000;
	border-top: 1px solid #474747;
}
#menu_menu {
	float:none;
	width:614px;
	margin:0 auto;
}

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  width:auto;
  background-color:#000;
  margin:0 auto;
  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 #menu-button {
	text-align:center
}
#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: 'Roboto';
}
#cssmenu > ul {
  background: url('images/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: 10px 20px 10px 20px; 
  border-right: 0px solid rgba(255, 255, 255, 1);
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
  color: #b3b2b2;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li > a:hover,
#cssmenu > ul > li.active > a {
  color: #ffffff;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.0);
}
#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: #d3eced;
  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: 6px;
  font-size: 13px;
  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: #000;
  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: #f0f;
  top: 11px;
  left: -4px;
}
#cssmenu.align-right ul ul ul::after {
  border-right-color: transparent;
  border-left-color: #f0f;
  left: auto;
  right: -4px;
}
#cssmenu > ul > li > ul {
  top: 120px;
}
#cssmenu > ul > li:hover > ul {
  top: 32px;
  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 21px;
  width: 200px;
  color: #b3b2b2;
  background: #000;
  border-bottom: 1px solid #474747;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li.active > a {
  color: #ffffff;
}
#cssmenu ul ul li:first-child > a {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
#cssmenu ul ul li:last-child > a {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
#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;
}



/* ----------------pollo----------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------- */
@media screen and (max-width: 750px) { 
#menu {
	position:relative;
	margin-top:0px;
	border-top: 0px solid #474747;
}
#box_sezione {
	display:none;
}
#caption_doppia {
	width: 100%;
}
#caption_singola { 
	width: 96%;
}
#box_form {
	width: 80%;
    padding: 10;
}


#box_sezione_mobile {
	display:block;
	width: 100%;
    margin: 0;
	padding-top:40px;
	padding-bottom:40px;
    position: relative;
    overflow: hidden;
	z-index:50;
	background-color:#fff;
	min-height:300px;
}
#box_sezione_prodotti {
	display:none;
}

#box_sezione_prodotti_mobile {
	display:block;
	width: 100%;
    margin: 0;
	padding-top:40px;
	padding-bottom:40px;
    position: relative;
    overflow: hidden;
	z-index:50;
	background-color:#fff;
}

#box_gallery_prodotti_mobile {
	display:block;
	width: 100%;
    margin: 0;
    position: relative;
    overflow: hidden;
	z-index:50;
	background-color:#b3b3b2;
}
#posizione_logo {
	display:none;
}

.posizione_gallery {
	height:0px;
	background-color:#000;
}
.logo_menu_orizzontale {
	width:130px;
	height:auto
}
#container {
    width: 100%;
}
#spazio_sotto {
	height:6px;
	clear:both;
}
.nome_sezione {
	padding: 5px;
	line-height: 60px;
	font-size: 60px; 
} 
.nome_sezione span {
	line-height: 60px;
	font-weight: normal;
	font-size: 50px;
}

#menu_logo {
	float:none;
}
#menu_menu { 
	float:none; 
	width:100%;
	margin:0 auto;
}

.logo {
	width:0px;
	height:auto
}
.testo_home {
    font-size: 14px;
}
.testo_bottom {
    font-size: 13px;
	line-height:13px
}
.testo_bottom_on {
    font-size: 13px;
}
.caption {
	width: 100%;
    margin: 0; 
    padding: 0;
    position: relative;
    overflow: hidden;
	z-index:50;
}
.caption_case {
	width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
}
/* --------------------------------------------------------------------------------------------- */
/* ------- testo su immagine home      																			 */
/* --------------------------------------------------------------------------------------------- */
.caption_immagine span {
	display:none;
}
#testo_mobile {
	display:block;
	width: 100%;
    margin: 0;
    position: relative;
    overflow: hidden;
	text-decoration:none;
	font-family: 'Roboto';
    font-size: 14px;
	line-height:18px;
	text-align:left; 
	color:#ffffff;
	font-style: normal;
	letter-spacing: normal;
	word-spacing: normal;
	background:#000;
	z-index:50;
}

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

#sezione_testo_mobile {
	display:block;
	width: 100%;
    margin: 0;
    padding: 10;
    position: relative;
    overflow: hidden;
	text-decoration:none;
	font-family: 'Roboto';
    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: 'Roboto';
	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;
	line-height:14px;
}
.testo_foto_home_grande {
    font-size: 16px;
	line-height:16px;
	margin-bottom: 12px;
}
/* --------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------- */
/* ------- iphone    																	 */
/* --------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------- */
@media screen and (orientation : landscape)
{
#sezione_testo_mobile {
	display:block;
	width: 100%;
    margin: 0;
    padding: 10;
    position: relative;
    overflow: hidden;
	text-decoration:none;
	font-family: 'Roboto';
    font-size: 9px;
	line-height:11px;
	text-align:justify;
	color:#ffffff;
	font-style: normal;
	letter-spacing: normal;
	word-spacing: normal;
}
#sezione_testo_mobile strong {
	text-decoration:none;
	font-family: 'Roboto';
	font-size: 14px;
	line-height:14px;
	text-align:justify;
	color:#ffffff;
	font-style: normal;
	letter-spacing: normal;
	font-weight:100;
	word-spacing: normal;
}
}

/* --------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------- */
/* ------- menu x cellulari normal1																 */
/* --------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------- */
  #cssmenu {
    background: #000;
	width:auto;
  }
  #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: 8px 5px 8px 5px;
    border-right: 0;
  }
  #cssmenu > ul > li:hover > a,
  #cssmenu > ul > li.active > a {
    background: rgba(0, 0, 0, 0.1);
  }
  #cssmenu #menu-button {
    display: block;
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
    color: #d3eced;
    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: 8px 22px;
  }
  #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 #d3eced;
    border-bottom: 2px solid #d3eced;
    right: 25px;
    top: 18px;
  }
  #cssmenu #menu-button::before {
    display: block;
    content: '';
    position: absolute;
    height: 3px;
    width: 22px;
    border-top: 2px solid #d3eced;
    right: 25px;
    top: 28px;
  }
  #cssmenu > ul > li.has-sub > a::after,
  #cssmenu ul ul li.has-sub > a::after {
    display: none;
  }
}

/* --------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------- */
/* ------- ipad toglie bordo   																	 */
/* --------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)  { 
#container {
    width: 100%;
}
.testo_sezione {
	text-decoration:none;
	font-family: 'Roboto';
	font-size: 18px;
	line-height:20px;
	text-align:justify;
	color:#333333;
	font-style: normal;
	letter-spacing: normal;
	word-spacing: normal;
	margin-left:10%;
	margin-right:10%;
}

/* --------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------- */
/* ------- orientamento orizzontale	pollo															 */
/* --------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------- */
@media only screen and (orientation:portrait){
#posizione_logo {
	display:none;
}
#menu {
	margin-top:0px;
}
.posizione_gallery {
    z-index: 100;
	height:143px;
}
#menu_logo {
	float:none;
}
#menu_menu {
	float:none;
	width:100%;
	margin:0 auto;
}

.logo_menu_orizzontale {
	width:180px;
	height:auto 
}
.logo {
	width:0px;
	height:auto
}

/* --------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------- */
/* ------- menu x ipad orizzontale																 */
/* --------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------- */
  #cssmenu {
    background: #000;
	width:auto;
  }
  #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: 8px 5px 8px 5px;
    border-right: 0;
	font-size:16px;
  }
  #cssmenu > ul > li:hover > a,
  #cssmenu > ul > li.active > a {
    background: rgba(0, 0, 0, 0.1);
  }
  #cssmenu #menu-button {
    display: block;
    text-decoration: none;
    font-weight: 700;
    color: #d3eced;
    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 #d3eced;
    border-bottom: 2px solid #d3eced;
    right: 25px;
    top: 18px;
  }
  #cssmenu #menu-button::before {
    display: block;
    content: '';
    position: absolute;
    height: 3px;
    width: 22px;
    border-top: 2px solid #d3eced;
    right: 25px;
    top: 28px;
  }
  #cssmenu > ul > li.has-sub > a::after,
  #cssmenu ul ul li.has-sub > a::after {
    display: none;
  }
#cssmenu ul ul {
  font-size: 15px; 
}



}
}

