/* ------------------------------------------
  DEMO PAGE'S STYLES
--------------------------------------------- */
@-webkit-viewport { width: device-width; }
@-moz-viewport { width: device-width; }
@-ms-viewport { width: device-width; }
@-o-viewport { width: device-width; }
@viewport { width: device-width; }

/*.nav-collapse * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}*/

.nav-collapse,
.nav-collapse ul {
  list-style: none;
  width: 100%;
  float: left;
}

.nav-collapse li {
  float: left;
  width: 100%;
}

@media screen and (min-width: 40em) {
  .nav-collapse li {
    width: 25%;
    *width: 24.9%; /* IE7 Hack */
    _width: 19%; /* IE6 Hack */
  }
}

.nav-collapse a {
}

.nav-collapse ul ul a {
}

.nav-toggle {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: 26px;
  float: right;
  overflow: hidden;
  background: #fff url("../img/mobile/navigation-button.png") no-repeat top left;
  padding-left: 30px;
  margin-right: 7.8125%;
}
.nav-toggle > span{
  float: left;
  background: #fff;
  height: 26px;
  line-height: 26px;
  font-size: 12px;
  color: #004165;
  padding: 0 10px;
}

@media screen and (-webkit-min-device-pixel-ratio: 1.3), screen and (min--moz-device-pixel-ratio: 1.3), screen and (-o-min-device-pixel-ratio: 2 / 1), screen and (min-device-pixel-ratio: 1.3), screen and (min-resolution: 192dpi), screen and (min-resolution: 2dppx) {
  .nav-toggle {
    background-image: url("../img/mobile/navigation-button-retina.png");
    -webkit-background-size: 30px 26px;
    -moz-background-size: 30px 26px;
    -o-background-size: 30px 26px;
    background-size: 30px 26px;
  }
}
