@media only screen and (min-width: 40.063em) {
  .top-bar-section ul {
    /*background: transparent url('../img/tessuto.png') no-repeat center top !important;*/
  }
  
  .menu li{
    width: 110px;
    height: 100px;
    position: relative;
    text-align: center;
    display: inline-block;
    margin-right: 0px;
    padding: 0;
  }
  
  
  
  .menu li div.easing{
    width: 110px;
    height: 0px;
    background: #91bc2e;
    opacity: 1;
    position: absolute;
    left: 0;
    top: 0;
  }
  
  .menu li div.menu-item{
    position: absolute;
    top: 0;
    left: 0;
    width: 110px;
    height:100px;
    padding-top:  30px;
    opacity: 1;
  }
  
  .menu li div.menu-item a{
    color: #4A4949;
    font-size: 0.95em;
    text-transform: capitalize;
    font-weight: bold;
  }
  
  .menu li div.menu-item a:hover{
    color: #4A4949 !important;
    background: none;
  }
  
  .active{
    background: #9fc554;
    opacity: 1;
  }
  
  .active a{
    color: #4A4949 !important;
  }
}