@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}
body {
  font-family: Tahoma;
  background: none repeat scroll 0 0 #fff;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAF0lEQVQImWNgYGDgZYAAGI2bgyIIlwQACzwAT9ajCMQAAAAASUVORK5CYII=");
  background-repeat: repeat;
  line-height: normal;
  font-size: 14px;
}

@font-face {
  font-family: "ProximaThin";
  src: url("/fonts/proximanovaalt-thin-webfont.eot");
  src: url("/fonts/proximanovaalt-thin-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/proximanovaalt-thin-webfont.woff") format("woff"), url("/fonts/proximanovaalt-thin-webfont.ttf") format("truetype"), url("/fonts/proximanovaalt-thin-webfont.svg#ProximaNovaAltThin") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "proximalight";
  src: url("/fonts/proximanovaalt-light-webfont.eot");
  src: url("/fonts/proximanovaalt-light-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/proximanovaalt-light-webfont.woff") format("woff"), url("/fonts/proximanovaalt-light-webfont.ttf") format("truetype"), url("/fonts/proximanovaalt-light-webfont.svg#ProximaNovaAltLight") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ProximaSemibold";
  src: url("/fonts/proximanovaalt-sbold-webfont.eot");
  src: url("/fonts/proximanovaalt-sbold-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/proximanovaalt-sbold-webfont.woff") format("woff"), url("/fonts/proximanovaalt-sbold-webfont.ttf") format("truetype"), url("/fonts/proximanovaalt-sbold-webfont.svg#ProximaNovaAltSemibold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ProximaRegular";
  src: url("/fonts/ProximaNovaRegular/ProximaNovaRegular.eot");
  src: url("/fonts/ProximaNovaRegular/ProximaNovaRegular.eot?#iefix") format("embedded-opentype"), url("/fonts/ProximaNovaRegular/ProximaNovaRegular.woff") format("woff"), url("/fonts/ProximaNovaRegular/ProximaNovaRegular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
/* font-family: "ProximaNovaBold"; */
@font-face {
  font-family: "ProximaBold";
  src: url("/fonts/ProximaNovaBold/ProximaNovaBold.eot");
  src: url("/fonts/ProximaNovaBold/ProximaNovaBold.eot?#iefix") format("embedded-opentype"), url("/fonts/ProximaNovaBold/ProximaNovaBold.woff") format("woff"), url("/fonts/ProximaNovaBold/ProximaNovaBold.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
/* font-family: "ProximaNovaBlack"; */
@font-face {
  font-family: "ProximaBlack";
  src: url("/fonts/ProximaNovaBlack/ProximaNovaBlack.eot");
  src: url("/fonts/ProximaNovaBlack/ProximaNovaBlack.eot?#iefix") format("embedded-opentype"), url("/fonts/ProximaNovaBlack/ProximaNovaBlack.woff") format("woff"), url("/fonts/ProximaNovaBlack/ProximaNovaBlack.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/RobotoCondensed-Regular.ttf") format("truetype");
}
table.table-compact td,
table.table-compact th {
  padding: 4px !important;
  font-size: 9pt;
}

.main-text {
  line-height: 19px;
  font-family: Roboto, sans-serif;
  font-size: 15px;
}

.topic-container {
  margin-top: 20px;
  background-color: white;
  border: 1px solid #eee;
  padding: 10px;
  line-height: 135%;
  font-family: ProximaRegular, arial, verdana;
  font-size: 15px;
}

.price-font {
  font-family: Roboto, sans-serif;
  font-weight: 700;
}

.fs-12 {
  font-size: 12px;
}

.fs-14 {
  font-size: 14px;
}

.fs-16 {
  font-size: 16px;
}

.btn-main {
  color: #fff;
  background-color: #ce0707;
}

.btn-main:hover {
  background-color: #b70505;
  color: #fff;
}

.btn-main:focus {
  background-color: #b70505;
  color: #fff;
}

div.breadcrumbs {
  margin: 0 auto;
  max-width: 1448px;
  margin-top: 20px;
}
div.breadcrumbs ul {
  padding: 0;
  margin: 0;
}
div.breadcrumbs ul li {
  list-style: none;
  display: block;
  float: left;
  padding: 0;
  margin: 0;
}
div.breadcrumbs ul li a {
  display: block;
  float: left;
}
div.breadcrumbs ul li span.delimiter {
  margin: 0 10px;
}

.car-modifications-selector {
  list-style: none;
  margin: 0;
  padding: 0;
}

nav.bg-dark {
  background-color: #222 !important;
}

nav.navbar .nav-link {
  font-size: 14px;
}

.navbar-nav li a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

a {
  color: #337ab7;
  text-decoration: none;
}
a :hover :focus {
  color: #23527c;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: #137fb7;
  text-decoration: none;
  cursor: pointer;
}

.h3,
h3 {
  font-size: 24px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.panel-body {
  padding: 15px;
}

.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

/*# sourceMappingURL=Main.css.map */
