#menu-bottom {
  z-index: 15;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
#menu-bottom > .container > a {
  padding: 0 10px 3px 10px;
  text-decoration: none;
  color: #00a7e3;
  font-size: 15px;
  font-weight: 500;
  border-bottom: solid 2px #00a7e3;
}
#menu-bottom > .container > a > img {
  height: 25px;
}
#menu-bottom > .container > a:not(.active) {
  color: rgba(0, 0, 0, 0.5);
  font-weight: 400;
  border: none;
}
#menu-bottom > .container > a:not(.active) > img {
  filter: brightness(0) opacity(0.5);
}/*# sourceMappingURL=menu-bottom.css.map */