﻿@font-face {
  font-family: "BMWMotorrad";
  src: url("/Content/fonts/motorrad/BMWMotorrad-Light.ttf");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "BMWMotorrad";
  src: url("/Content/fonts/motorrad/BMWMotorrad-Regular.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "BMWMotorrad";
  src: url("/Content/fonts/motorrad/BMWMotorrad-Italic.ttf");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "BMWMotorrad";
  src: url("/Content/fonts/motorrad/BMWMotorrad-Bold.ttf");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "BMWMotorrad";
  src: url("/Content/fonts/motorrad/BMWMotorrad-BoldItalic.ttf");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "BMWMotorrad";
  src: url("/Content/fonts/motorrad/BMWMotorrad-Heavy.ttf");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "BMWMotorrad";
  src: url("/Content/fonts/motorrad/BMWMotorrad-HeavyItalic.ttf");
  font-weight: 900;
  font-style: italic;
}
body {
  font-family: BMWMotorrad;
}

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

h1 {
  font-weight: 900;
}

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

strong {
  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;
}
.inventory-wrapper .series-selector-nav .series-selector-nav__inner a {
  font-weight: 900;
}

.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;
}

a.gray {
  color: #4d4d4d;
}
a.gray:hover {
  color: #282828;
}

.footer {
  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;
}
.footer .outbound-links-container > a {
  font-size: 1em;
  margin-left: 1em;
  margin-right: 1em;
}
.footer .footerControl {
  display: block;
  position: relative;
  padding: 70px 8% 40px 8%;
}
.footer .footerControl .inner {
  max-width: 1600px;
  position: relative;
  margin: 0 auto;
  width: 100%;
}
.footer .footerControl .slogan {
  background: url(https://www.bmw-motorrad.com.br/etc.clientlibs/mnm/mnmnsc/clientlibs/global/resources/images/new/bmw-motorrad-footnote-without-line.svg) no-repeat;
  background-size: cover;
  width: 170px;
  height: 14px;
  position: absolute;
  top: 10px;
  right: 30px;
}
.footer .footerControl .slogan.open::after {
  bottom: -15px !important;
  opacity: 1 !important;
  transition: bottom 0.8s ease-out, opacity 0.1s ease-out;
}
.footer .footerControl .slogan::after {
  content: "";
  height: 4px;
  position: absolute;
  background-color: #000;
  width: 100%;
  bottom: -32px;
  opacity: 0;
  left: 0;
  transition: bottom 0.8s ease-out, opacity 0.1s ease-out;
}
.footer .footerControl .disclaimer {
  font-weight: normal;
  font-size: 10px;
  line-height: 14px;
  color: #919191;
  margin: 0 20px 50px 20px;
  padding: 0;
  width: 50%;
}

.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;
}

@media (min-width: 768px) {
  .banner-copy {
    color: #fff;
  }
}

.inventory-wrapper .filter-container {
  background-color: #212426;
  color: #fff;
}
.inventory-wrapper .vehicles-list .vehicles-container .vehicle .vehicle-msrp {
  font-weight: normal;
}
.inventory-wrapper .vehicles-list .vehicles-container .vehicle .vehicle-title {
  font-weight: 900;
}
.inventory-wrapper .details-container .details-info .dealer-info .dealer-info__row.dealer-address .dealer-telephone {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 16px;
}
.inventory-wrapper .details-container .details-info .dealer-info .dealer-info__row.dealer-address .dealer-telephone img {
  height: 16px;
  position: absolute;
  top: 4px;
}
