@-webkit-keyframes fadeInNlTop {
    from { top: -450px;}
    to {top: 0;}
}
@keyframes fadeInNlTop {
    from { top: -450px;}
    to {top: 0;}
}

#boxRicerca {
    display: block;
    transition: .3s all linear;
    overflow: hidden;
    height: 0px;
    padding: 0px;
    &.boxShow {
        height: 117px;
    }
    &.boxShowMobile {
        height: 117px;
        padding:15px 0 50px 0;
      }
  }
  #logoMenuTop{
    background: linear-gradient(to top, rgba(27, 27, 27, 0.85) 50%, transparent 50%);
    background-size: 100% 200%;
    background-position: top;
    transition: all .3s ease-out;
    &.sfondoShow{
        background-position: bottom;
      }
  }