﻿@font-face {
  font-family: "mini_serif-bold";
  font-style: normal;
  font-weight: normal;
  src: url("/Content/fonts/MINI/MINI-Serif/mini_serif-bold-webfont.eot?#iefix") format("embedded-opentype"), url("/Content/fonts/MINI/MINI-Serif/mini_serif-bold-webfont.woff") format("woff"), url("/Content/fonts/MINI/MINI-Serif/mini_serif-bold-webfont.woff2") format("woff2");
}
@font-face {
  font-family: "mini_serif-italic";
  font-style: normal;
  font-weight: normal;
  src: url("/Content/fonts/MINI/MINI-Serif/mini_serif-italic-webfont.eot?#iefix") format("embedded-opentype"), url("/Content/fonts/MINI/MINI-Serif/mini_serif-italic-webfont.woff") format("woff"), url("/Content/fonts/MINI/MINI-Serif/mini_serif-italic-webfont.woff2") format("woff2");
}
@font-face {
  font-family: "mini_serif-regular";
  font-style: normal;
  font-weight: normal;
  src: url("/Content/fonts/MINI/MINI-Serif/mini_serif-regular-webfont.eot?#iefix") format("embedded-opentype"), url("/Content/fonts/MINI/MINI-Serif/mini_serif-regular-webfont.woff") format("woff"), url("/Content/fonts/MINI/MINI-Serif/mini_serif-regular-webfont.woff2") format("woff2");
}
body {
  font-family: "mini_serif-regular";
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "mini_serif-bold";
}

a {
  font-family: "mini_serif-bold";
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
  text-decoration-color: #000;
}

strong {
  font-family: "mini_serif-bold";
}

label {
  font-family: "mini_serif-bold";
}

.vehicle-link-container .vehicle-link {
  font-family: "mini_serif-bold";
}

.btn {
  display: inline-block;
  position: relative;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  font-family: "mini_serif-bold", "arial", sans-serif;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border-radius: 0;
  border: 2px solid RGBA(0, 0, 0, 0);
  color: #FFF;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  max-height: 50px;
}
.btn.btn-primary {
  background-color: #000;
}
.btn.btn-default {
  background-color: #808080;
}
.btn:not(.disabled):hover {
  background-color: RGBA(255, 255, 255, 1);
  border: 2px solid #000;
  color: #000;
}
.btn.disabled, .btn[disabled] {
  cursor: not-allowed;
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 0.65;
}

select {
  font-family: "mini_serif-bold";
  background-image: url("/Content/images/icons/MINI/select-bg.png");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: contain;
}

.inventory-wrapper .series-list .serie-item .links a {
  color: #000;
  border: 0;
  padding: 0 15px 0 0;
  display: inline-block;
}

.arrowed-link {
  padding-right: 1em;
  background-image: url("/Content/images/icons/MINI/btn-arrow-right.png");
  background-repeat: no-repeat;
  background-position: 100% 50%;
}

.inventory-wrapper .vehicles-list .vehicles-container .vehicle .vehicle-info-row label {
  font-family: "mini_serif-bold";
  text-transform: uppercase;
}

.noUi-connect {
  background-color: #000000;
}

.noUi-horizontal .noUi-handle {
  background-color: #000000;
}

.expand-toggle {
  background-color: #000;
}
.expand-toggle:before {
  background-image: url("/Content/images/icons/MINI/plus.png");
}
.expand-toggle.active:before {
  background-image: url("/Content/images/icons/MINI/minus.png");
}

.invertable-dark-bubble {
  display: inline-block;
  font-size: 16px;
  line-height: 16px;
  min-height: 20px;
  min-width: 20px;
  width: 40px;
  height: 40px;
  margin: 0 10px;
  padding: 10px 10px;
  border-radius: 50px;
  border: solid 3px #000;
  background-color: #000;
  color: #fff;
  text-align: center;
}
.invertable-dark-bubble img {
  filter: invert(100%) sepia(19%) saturate(0%) hue-rotate(71deg) brightness(103%) contrast(105%);
  position: relative;
  top: -0.2em;
  left: -0.15em;
  width: auto;
  height: 22px;
}
.invertable-dark-bubble:hover {
  background-color: #fff;
  color: #000;
}
.invertable-dark-bubble:hover img {
  filter: invert(0%) sepia(1%) saturate(7500%) hue-rotate(269deg) brightness(107%) contrast(100%);
}
