
#menuLaterale nav{
   width:100%;
   margin-top: 25%;
}
#menuLaterale ul{
   text-align: left;
}
#menuLaterale ul li {
   list-style-type:none;
   transition: all .1s ease-in;
}
#menuLaterale ul li:hover {
   transition: all .3s ease-out;

}
#menuLaterale ul li a {
   font-family: "HelveticaNeueLTPro-Th";
   font-size: 24px;
   text-decoration:none; 
   color:white;
   display:block;
   width: 100%;
   
   margin-top: 5%;
}
#menuLaterale ul li a:hover {
   color:#E8E8E8 ;
}
#lateralMenu {
   display: none;
   width: 420px;
   position:fixed;
   top: 0;
   left: 0;
   height: 100%;
   background:black;
   //opacity: 0.8;
   z-index: 10;
}

#social_menu {
   color:white;
   display:block;
   width: 100%;
   margin-top: 25%;
   text-align: center;
}
#social_menu a :hover{
   color:#E8E8E8;

}
#ricercaMobile{
    display: none;
    margin-top: 15%;
    width: 100%;
    height:20px;
    text-align: center;
}
#menuEtichette nav{
   width:100%;
  // margin-top: 25%;
   margin-left: -22px;
}
#menuEtichette ul{
   text-align: center;
   width: 100%;


}
#menuEtichette ul li {
   list-style-type:none;
   transition: all .1s ease-in;
   //transform: scaleX(1);
}
#menuEtichette ul li:hover {
   //transform: scale(1.4);
   transition: all .3s ease-out;
   //font-weight: 800;

}
#menuEtichette ul li a {
   font-family: "HelveticaNeueLTPro-Th";
   font-size: 24px;
   text-decoration:none; 
   color:white;
   display:block;
   //line-height: 4em;
   width: 100%;
   
   margin-top: 5%;
}
#menuEtichette ul li a:hover {
   color:white;
   width: 100%;
}
#bordino {
    margin: 0 auto; 
    width: 70%;
    min-height: 1px;
    background-color:white;
    margin-top: 15%;
    margin-bottom: 15%;
    
}

@media screen and (max-width:1024px){
  
   #ricercaMobile{display: block;}
   #lateralMenu {width:300px}
}