html.touch #navigation {
  display: none;
}

html.touch #mobileMenu {
  display: block;
}

#mobileMenu {
  display: none;
  #background-color: #820004;
  background-color: #ffffff;
  color: #222222;
  text-align: center;
  padding: 0px;
  margin: 10px 12px;
  font-family: RobotoCondensed, sans-serif;
  overflow: hidden;
}

#mobileMenu ul {
  padding: 0px;
  margin: 0px;
}

#mobileMenu li {
  display: block;
  text-transform: uppercase;
}

#mobileMenu a,
#mobileMenu h1 {
  color: inherit;
}

#mobileMenu a {
  padding: 10px 0px;
  display: block;
  border-top: 1px solid #000;
  text-decoration: none;
}

#mobileMenu h1 {
  font-size: 18px;
  margin: 0px;
}

#mobileMenu h1 a {
  border: 0px;
  background-position: right;
  background-image: url(mobileMenuArrowDownBlack.png);
  background-repeat: no-repeat;
}

#mobileMenu h1 a.active {
  background-image: url(mobileMenuArrowUpBlack.png);
}

#mobileMenu li.submenu {
  background: url(mobileMenuArrowRightBlack.png) right no-repeat;
}

#mobileMenu li.back {
  background: url(mobileMenuArrowLeftBlack.png) left no-repeat;
}
