﻿@font-face {
  font-family: "BMWTypeNext";
  src: url("/Content/fonts/BMW/BMWTypeNextTT-Thin.woff") format("woff"), url("/Content/fonts/BMWTypeNext-Thin.woff2") format("woff2");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "BMWTypeNext";
  src: url("/Content/fonts/BMW/BMWTypeNextTT-Light.woff") format("woff"), url("/Content/fonts/BMWTypeNext-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "BMWTypeNext";
  src: url("/Content/fonts/BMW/BMWTypeNextTT-Regular.woff") format("woff"), url("/Content/fonts/BMWTypeNext-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "BMWTypeNext";
  src: url("/Content/fonts/BMW/BMWTypeNextTT-Bold.woff") format("woff"), url("/Content/fonts/BMWTypeNext-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
}
body {
  font-family: BMWTypeNext;
  font-weight: 300;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: 300;
}

a {
  text-decoration: none;
  font-weight: bold;
}

label {
  font-weight: bold;
}

.btn {
  font-weight: bold;
}

input, select, textarea {
  font-weight: normal;
  border: 1px solid #a3a3a3;
  border-radius: 0px;
  height: 46px;
  padding: 15px 10px;
  font-size: 15px;
  line-height: 16px;
  display: inline-block;
  width: 100%;
}

select {
  font-weight: bold;
  padding: 0px 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("/Content/images/icons/select-bg.png");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #fff;
}
@media (max-width: 768px) {
  select {
    width: 100%;
    margin: 10px auto;
  }
}

.inventory-wrapper .series-list .serie-item .links a {
  position: relative;
  margin-top: 12px;
  display: block;
  color: #1c69d4;
  padding-left: 24px;
  font-size: 15px;
  line-height: 15px;
}
.inventory-wrapper .series-list .serie-item .links a:after {
  content: " ";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 9px;
  height: 13px;
  background: url("/Content/images/icons/arrow-right.png") center center no-repeat;
  background-size: contain;
}

.vehicle-link-container .vehicle-link {
  font-weight: bold;
}

.social-media-container .social-media-container__links {
  vertical-align: middle;
}
.social-media-container .social-media-container__links img {
  width: auto;
  height: 24px;
}
.social-media-container .social-media-container__links a {
  margin: 0px 15px;
}

.footer p,
.footer span,
.footer h5,
.footer a {
  font-size: 18px;
  line-height: 22px;
}
.footer .list-inline li {
  display: inline-block;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .footer .list-inline li {
    display: block;
  }
}
.footer .list-inline li a {
  color: #1366d7;
  margin: 0px 8px;
  font-size: 14px;
  line-height: 18px;
}

.arrowed-link {
  position: relative;
  padding-left: 1.6em;
}
.arrowed-link:after {
  content: " ";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 9px;
  height: 13px;
  background: url(/Content/images/icons/arrow-right.png) center center no-repeat;
  background-size: contain;
}
