.navbar {
  border: 0;
  border-bottom: 1px solid #afafaf;
  font-size: 11px;
  margin-bottom: 0;
}

.navbar .navbar-right {
  margin-right: 0;
}

.navbar-default .navbar-nav > li > a {
  color: #231f20;
  font-weight: 500;
  letter-spacing: 1px;
}

.navbar-default {
  background-color: #ffffff;
  border-color: #afafaf;
  font-size: 11px;
}

.mcl-sidenav {
  background: #333333;
  font-size: 14px;
  font-weight: 200;
  height: 100%;
  left: 0;
  letter-spacing: 1px;
  overflow-x: hidden;
  overflow-y: scroll;
  position: absolute;
  top: 0;
  width: 210px;
  z-index: 10000;
}

.mcl-sidenav .mcl-copyright {
  color: #666666;
  padding: 5px 15px 5px 0;
  text-align: right;
}

.mcl-sidenav ul {

  list-style: none;
  margin-bottom: 0px;
  padding-bottom: 15px;
  padding-top: 15px;
}

.mcl-sidenav ul ul {
  padding: 0;
}

.mcl-sidenav ul ul li {
  font-size: 12px;
  padding: 8px 0 0;
  text-align: right;
}

.mcl-sidenav-dropdown ul {
  display: none;
}

.mcl-sidenav-dropdown {
  margin-right: 5px;
}

.mcl-sidenav-dropdown.mcl-is-active ul {
  display: block;
}

.mcl-sidenav-dropdown:not(.mcl-is-active) > a::after {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #858585;
  content: '';
  height: 0;
  position: relative;
  left: 5px;
  top: 10px;
  width: 0;
}

.mcl-sidenav-dropdown.mcl-is-active > a::after {
  border-bottom: 5px solid #858585;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  content: '';
  height: 0;
  position: relative;
  left: 5px;
  top: -10px;
  width: 0;
}

.mcl-sidenav-footer a.mcl-is-active {
  color: #ff4000;
}

.mcl-sidenav header ul {
  border-bottom: 1px solid #404040;
}

.mcl-sidenav li {
  padding: 5px 15px 5px 0;
  text-align: right;
}

@media (max-width: 800px) {
  .nav > li > a {
    padding: 15px 8px;
  }
}

@media (min-width: 800px) {
  .nav > li > a {
    padding: 15px 10px;
  }
}

@media (min-width: 900px) {
  .nav > li > a {
    padding: 15px 15px;
  }
}

.mcl-sidenav-header a {
  color: white;
}

.mcl-sidenav-footer a {
  color: #858585;
}

.mcl-navbar-brand-mobile {
  font-size: 18px;
  height: 50px;
  left: 0;
  line-height: 20px;
  margin: auto;
  padding: 15px 15px;
  position: absolute;
  right: 0;
  top: 0;
  width: 130px;
}

.mcl-navbar-menu-button {
  background-image: url(../../images/menu-button.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
  color: #231f20;
  display: block;
  font-weight: 500;
  height: 20px;
  left: 0;
  letter-spacing: 1px;
  margin: 15px;
  overflow: hidden;
  padding: 15px;
  position: absolute;
  text-indent: -999px;
  border: none;
  top: 0;
  width: 20px;
}

.mcl-navbar-menu-button:focus {
  outline: none;
}

.mcl-navbar-model-button {
  color: #231f20;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 20px;
  padding: 15px;
  position: absolute;
  right: 0;
  top: 0;
}

.mcl-navbar-secondary {
  background: #ffffff;
  border-bottom: 1px solid #afafaf;
  display: none;
  font-family: sereneMTC, arial, sans serif;
  padding: 30px 0;
  position: fixed;
  top: 50px;
  width: 100%;
  z-index: 101;
}

.mcl-navbar-secondary .mcl-vehicle-grid-container {
  display: none;
}

.mcl-vehicle-navigation-options {
  position: absolute;
  right: 20px;
  z-index: 100;
}

.mcl-vehicle-navigation-options .mcl-active {
  opacity: 1;
}

.mcl-vehicle-navigation-options a {
  color: #ffffff;
  cursor: pointer;
  opacity: 0.3;
}

.mcl-vehicle-navigation-options a:hover {
  color: #ffffff;
}

.mcl-vehicle-navigation-options,
.mcl-vehicle-grid-container,
.mcl-vehicle-slider {
  background:#fff;
  text-align: center;
}

.mcl-language-changer {
  float: left;
  margin-right: 8px;
  clear:both;
}