#meta-header.sticky {
  font-size: 80%;
}

#meta-header.sticky #meta-header-content, nav#nav-sub {
  height: 35px;
}

#meta-header.sticky nav a {
  line-height: 35px !important;
}

#meta-header.sticky nav .nav-item .nav-item-content {
  line-height: 15px !important;
}

#meta-header.sticky #logo {
  width: 29px;

  /* set animation */
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

#meta-header.sticky:hover {
}

#nav-global-mini {
  display: none !important;
}