.navbar-fixed-top.mcl-navbar-sub {
  top: 50px;
  z-index: 100;
}

.navbar-inverse.mcl-navbar-sub {
  border-bottom: 0;
  color: white;
  line-height: 50px;
  z-index: 100;
}

.navbar .mcl-vehicle-name {
  color: white;
  float: right;
  padding-right: 15px;
}

.navbar .mcl-section-name {
  color: white;
  float: left;
  padding-left: 15px;
}

.mcl-subnav-mobile-tray {
  background-color: white;
  display: none;
  left: 0;
  padding: 15px;
  position: absolute;
  top: 50px;
  width: 100%;
  z-index: 100;
}

.mcl-subnav-mobile-tray .btn {
  float: left;
  margin: 1% 2.5%;
  width: 95%;
}

.mcl-subnav-next-section {
  background-color: #ff3c00;
  bottom: 0;
  color: white;
  cursor: pointer;
  display: inline-block;
  font-family: interFace;
  height: 50px;
  left: 0;
  letter-spacing: 1px;
  line-height: 50px;
  margin: auto;
  position: fixed;
  right: 0;
  text-align: center;
  width: 150px;
  z-index: 1;
}

.mcl-subnav-next-section.mcl-is-hidden {
  display: none;
}

.mcl-secondary-link {
  letter-spacing: 1px;
}
