a {
  cursor: pointer;
}

p {
  color: #333333;
  font-family: interFace, Helvetica, Arial, sans-serif;
}

.mcl-lowercase {
  text-transform: lowercase;
}

.full-width.dropdown {
  position: static;
}

.full-width.dropdown > .dropdown-menu {
  left: 0;
  position: absolute;
  right: 0;
}

.full-width.dropdown > .dropdown-menu > li > a {
  white-space: normal;
}

.fill-width.dropdown {
  position: static;
}

.fill-width.dropdown > .dropdown-menu {
  left: auto;
  position: absolute;
}

.fill-width.dropdown > .dropdown-menu > li > a {
  white-space: normal;
}

nav .mcl-vehicle-slider {
  height: 230px;
}

.mcl-wrapper .mcl-carousel-item-new-bottom,
.mcl-wrapper .mcl-carousel-move-left {
  bottom: -350px;
  top: auto;
}

.caret {
  color: #d96c38;
}

.mcl-language-icon {
  color: #7f7f7f;
}

.mcl-caret {
  border-style: solid;
  border-width: 0.2em 0.2em 0 0;
  color: #d96c38;
  content: '';
  display: inline-block;
  height: 0.45em;
  left: 0.4em;
  position: relative;
  top: 0.7em;
  vertical-align: top;
  width: 0.45em;

  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.mcl-text-light {
    color: white;
}
