#menu-menu > li:nth-child(8) > a {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  transition-property: color;
  transition-duration: 0.3s;
}
#menu-menu > li:nth-child(8) > a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ff3300;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
#menu-menu > li:nth-child(8) > a:hover,
#menu-menu > li:nth-child(8) > a:focus,
#menu-menu > li:nth-child(8) > a:active {
  color: rgba(255, 255, 255, 0.7);
}
#menu-menu > li:nth-child(8) > a:hover:before,
#menu-menu > li:nth-child(8) > a:focus:before,
#menu-menu > li:nth-child(8) > a:active:before {
  transform: scaleX(1);
}
#menu-menu > li:nth-child(6) > a {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  transition-property: color;
  transition-duration: 0.3s;
}
#menu-menu > li:nth-child(6) > a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #F59C2E;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
#menu-menu > li:nth-child(6) > a:hover,
#menu-menu > li:nth-child(6) > a:focus,
#menu-menu > li:nth-child(6) > a:active {
  color: rgba(0, 0, 0, 0.7);
}
#menu-menu > li:nth-child(6) > a:hover:before,
#menu-menu > li:nth-child(6) > a:focus:before,
#menu-menu > li:nth-child(6) > a:active:before {
  transform: scaleX(1);
}
#menu-menu > li:nth-child(1) > a {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  transition-property: color;
  transition-duration: 0.3s;
  font-size: 14;
}
#menu-menu > li:nth-child(1) > a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #434343;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
#menu-menu > li:nth-child(1) > a:hover,
#menu-menu > li:nth-child(1) > a:focus,
#menu-menu > li:nth-child(1) > a:active {
  color: rgba(255, 255, 255, 0.7);
}
#menu-menu > li:nth-child(1) > a:hover:before,
#menu-menu > li:nth-child(1) > a:focus:before,
#menu-menu > li:nth-child(1) > a:active:before {
  transform: scaleX(1);
}
#menu-menu > li:nth-child(2) > a {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  transition-property: color;
  transition-duration: 0.3s;
}
#menu-menu > li:nth-child(2) > a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ff3300;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
#menu-menu > li:nth-child(2) > a:hover,
#menu-menu > li:nth-child(2) > a:focus,
#menu-menu > li:nth-child(2) > a:active {
  color: rgba(255, 255, 255, 0.7);
}
#menu-menu > li:nth-child(2) > a:hover:before,
#menu-menu > li:nth-child(2) > a:focus:before,
#menu-menu > li:nth-child(2) > a:active:before {
  transform: scaleX(1);
}
#menu-menu > li:nth-child(5) > a {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  transition-property: color;
  transition-duration: 0.3s;
}
#menu-menu > li:nth-child(5) > a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2F8EC8;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
#menu-menu > li:nth-child(5) > a:hover,
#menu-menu > li:nth-child(5) > a:focus,
#menu-menu > li:nth-child(5) > a:active {
  color: rgba(255, 255, 255, 0.7);
}
#menu-menu > li:nth-child(5) > a:hover:before,
#menu-menu > li:nth-child(5) > a:focus:before,
#menu-menu > li:nth-child(5) > a:active:before {
  transform: scaleX(1);
}
#menu-menu > li:nth-child(4) > a {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  transition-property: color;
  transition-duration: 0.3s;
}
#menu-menu > li:nth-child(4) > a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #A2BC3A;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
#menu-menu > li:nth-child(4) > a:hover,
#menu-menu > li:nth-child(4) > a:focus,
#menu-menu > li:nth-child(4) > a:active {
  color: rgba(0, 0, 0, 0.7);
}
#menu-menu > li:nth-child(4) > a:hover:before,
#menu-menu > li:nth-child(4) > a:focus:before,
#menu-menu > li:nth-child(4) > a:active:before {
  transform: scaleX(1);
}
#menu-menu > li:nth-child(3) > a {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  transition-property: color;
  transition-duration: 0.3s;
}
#menu-menu > li:nth-child(3) > a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #F59C2E;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
#menu-menu > li:nth-child(3) > a:hover,
#menu-menu > li:nth-child(3) > a:focus,
#menu-menu > li:nth-child(3) > a:active {
  color: rgba(0, 0, 0, 0.7);
}
#menu-menu > li:nth-child(3) > a:hover:before,
#menu-menu > li:nth-child(3) > a:focus:before,
#menu-menu > li:nth-child(3) > a:active:before {
  transform: scaleX(1);
}
