﻿@charset "UTF-8";
/* RESET 
------------------------------------------------*/
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
}
/* GLOBAL SITE FRAMEWORK
------------------------------------------------*/
body { /*margin:0; line-height:12px;*/ font-size: 100%;
  font-family: 'Roboto', sans-serif;
  background: #fff;
  line-height: 1.5;
}
/* SELECTION */ ::selection {
  color: #fff;
  background: #9E0B0F;
}
::-moz-selection {
  color: #fff;
  background: #9E0B0F;
}
/* CLEAR */
.clear {
  clear: both;
}
/* HEADERS */
/*Remove or simplify font-weight and font-height */
h1, h2, h3, h4, h5, h6 {
  line-height: normal;
}
h1 {}
h2 {
  font-size: 24px;
  font-weight: normal;
}
h3 {
  font-size: 20px;
  font-weight: normal;
}
h4 {
  font-size: 18px;
  font-weight: normal;
}
h5 {
  font-size: 16px;
  font-weight: normal;
}
h6 {
  font-size: 16px;
  color: #B8B8B8;
}
/* PARAGRAPH/LIST/GENERAL TEXT */
/* LINKS */
a {
  -webkit-transition: .5s ease-in;
  -moz-transition: .5s ease-in;
  -o-transition: .5s ease-in;
  transition: .5s ease-in;
}
a:link, a:visited {
  color: #202020;
  text-decoration: underline;
}
a:hover, a:active {
  color: #f30601;
  text-decoration: none;
}
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
/* IMAGES */
img {
  display: block;
}
/* TEXT EMPHASIS */
em {
  font-style: italic;
}
strong {
  font-weight: 700;
}
/* TEXT STYLINGS */
.dark {
  color: #131313;
}
.gray {
  color: #4F4F4F;
}
.heavy {
  font-weight: 800;
}
/* ALIGNMENT */
.left {
  float: left;
}
.right {
  float: right;
}
.center {
  text-align: center;
}
/* HEADER
------------------------------------------------*/
.wrapper {
  max-width: 1200px !important;
  margin: 0 auto;
  padding: 0 20px
}
.header {
  background: #636363;
  padding: 15px 0;
}
.header .wrapper, .header .nav-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.nav-wrapper {
  background: #636363;
  border-bottom: 2.5px #9E0B0F solid;
  box-shadow: 0 5px 6px -6px rgb(0 0 0);
}
#telephone a {
  color: #fff !important;
}
#telephone, #phn-icon {
  color: #fff !important;
}
/* LOGO
------------------------------------------------*/
.logo img {
  width: 425px;
}
.contacts {
  margin-left: auto;
  text-align: right;
  color: #fff;
}
.contacts p {
  font-size: 16px;
  font-family: 'Roboto', sans-serif !important;
}
.contacts a {
  font-size: 20px;
  font-family: 'Roboto', sans-serif !important;
}
.employ-heading {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 18px;
  font-weight: 700;
  margin: 15px 0;
}
/*  NAVIGATION
------------------------------------------------*/
#menu-button {
  display: none;
}
nav.mobile {
  display: none;
}
nav.primary {
  z-index: 500;
  position: relative;
  margin: 0;
  padding: 0;
}
nav.primary ul {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
}
nav.primary ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
nav.primary ul li a {
  font-family: 'Roboto Condensed', sans-serif;
  display: block;
  margin: 0px;
  padding: 4px 14px;
  font-size: 19px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  -webkit-transition: .5s ease-in;
  -moz-transition: .5s ease-in;
  -o-transition: .5s ease-in;
  transition: .5s ease-in;
}
nav.primary ul li a:hover {
  background-color: #9E0B0F;
  color: #fff !important;
}
/*  SUB NAV
------------------------------------------------*/
nav.primary ul li li {
  width: 250px;
}
nav.primary ul li li a:link, nav.primary ul li li a:visited {
  width: 250px;
  padding: 10px 0;
  font-size: .94em;
  font-size: 12px;
  border-bottom: 1px #555 solid;
  text-indent: 16px;
  text-align: left;
  color: #fff;
  background: #333;
}
nav.primary ul li li a:hover, nav.primary ul li li a:active {
  color: #fff;
  background: #404040;
}
/*  NAV DROPDOWNS
------------------------------------------------*/
nav.primary ul ul {
  display: none;
  position: absolute;
}
nav.primary ul ul ul {
  position: absolute;
  left: 100%;
  top: 0;
}
nav.primary ul li:hover > ul {
  display: block;
  line-height: 18px;
  z-index: 500;
}
nav.primary ul ul li {
  float: none;
  position: relative;
  margin: 0;
}
/*  MAIN
------------------------------------------------*/
.main {
  padding: 35px 0;
}
.hero-container {
  width: 100%;
  align-content: center;
  align-items: center;
  margin-left: 0px !important;
  margin-right: 0px !important;
  display: inline-flex;
}
.options-container {
  width: 100%;
  align-content: center;
  align-items: center;
  margin-left: 0px !important;
  margin-right: 0px !important;
  display: inline-flex;
}
.col-2 {
  width: 100%;
  padding: 0 10px 20px;
}
.col-2 img {
  width: 100%;
  display: inline-block;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.col-2 img:hover {
  opacity: .5;
}
.col-3-wrap {
  display: inline-block;
  width: 100%;
}
.col-3 {
  margin: 0 10px;
  height: 175px;
  max-height: 175px;
  overflow: hidden;
  transition: all .5s ease;
}
.col-4 {
  width: 25%;
  display: inline-block;
}
.btn {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
  text-shadow: 0px 0px 10px rgb(0 0 0 / 50%);
  color: #fff !important;
  transition: all .5s ease;
  z-index: 10;
  text-decoration: none !important;
}
#btn1 {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/siteart/inventory.png") no-repeat;
  position: relative;
  background-size: 100%;
  transition: all 1s ease;
}
#btn2 {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/siteart/parts.png") no-repeat;
  position: relative;
  background-size: 100%;
  transition: all 1s ease;
}
#btn3 {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/siteart/contact.png") no-repeat;
  position: relative;
  background-size: 100%;
  transition: all 1s ease;
}
#btn1:hover {
  background: url("/siteart/inventory.png") no-repeat;
  position: relative;
  background-size: 100%;
  transition: all 1s ease;
}
#btn2:hover {
  background: url("/siteart/parts.png") no-repeat;
  position: relative;
  background-size: 100%;
  transition: all 1s ease;
}
#btn3:hover {
  background: url("/siteart/contact.png") no-repeat;
  position: relative;
  background-size: 100%;
  transition: all 1s ease;
}
.road-bg {
  background: url("/siteart/road-bg.png") center center no-repeat;
  background-size: cover;
  padding: 100px 0;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  color: #fff;
}
.border-text {
  font-size: 18px;
  padding: 50px !important;
  border: 1px #000 solid;
}
#parts-heading {
  font-Size: 20px;
  color: #9e0b0f;
  padding: 0;
  text-transform: uppercase;
  font-weight: bold;
}
.bshop {
  max-width: 100%;
  display: flex;
  align-content: center;
}
.shop-col {
  width: 100%;
}
#terms-heading {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}
#terms-list {
  margin-left: 25px;
}
#privacy-heading {
  font-size: 16px;
  font-weight: bold;
  text-decoration: underline;
}
.page-title {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  padding: 5px 0;
  border-bottom: 2px #9E0B0F solid;
  font-size: 36px;
}
/*  ARTICLE
------------------------------------------------*/
article {}
/*  ASIDE
------------------------------------------------*/
aside {}
/*  SCROLLING INVENTORY
------------------------------------------------*/
.scrolling-wrap {
  width: 100%;
  height: 90px;
  overflow: hidden;
}
.scrolling {
  width: 100%;
  height: 90px;
}
/*  FOOTER
------------------------------------------------*/
.top-footer {
  background: #ccc;
  padding: 50px 0;
  text-align: center;
}
.top-footer img {
  max-height: 100px;
  margin: auto;
}
.footer-logo {
  display: inline-block;
  width: 33%;
  vertical-align: middle;
}
.footer {
  background: #9E0B0F;
  padding: 50px 0;
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
}
.locations-wrap {
  width: 100%;
  align-content: center;
  margin-left: 0px !important;
  margin-right: 0px !important;
  display: inline-flex;
  font-size: 14px;
  line-height: 1.25;
}
.bottom-footer {
  display: flex;
  width: 100%;
  font-size: 14px;
  margin-top: 50px;
  padding-top: 50px;
  border-top: 2px #fff solid;
}
/*  Stylized Footer
------------------------------------------------*/
.divfooter {
  width: 85%;
  color: #fff;
  margin: 0 auto;
  font-size: 0.625em;
  line-height: 11px;
  text-align: center;
}
a.footerlink:link, a.footerlink:visited, a.footerlink:active {
  color: #fff;
  text-decoration: underline;
}
a.footerlink:hover {
  color: #fff;
  text-decoration: none;
}
#facebook-foot {
  display: flex;
  align-items: center;
  font-size: 20px;
  text-transform: uppercase;
  color: #fff;
}
#facebook-foot a:link, #facebook-foot a:visited, #facebook-foot a:hover {
  text-decoration: none;
  color: #fff !important;
}
#copyright-txt {
  margin-left: auto;
  text-align: right;
}
.col-4 a {
  color: #fff !important;
}
/*****************FACETED INVENTORY STYLES*************************/
#inv {
  padding: 5% 0;
}
#inv *:not(.fa):not(.far):not(.fas):not(.fab):not(.material-icons) {
  font-family: bahnschrift, urw-din, sans-serif !important;
} /* Reset font, ignore icons */
.listing-top-right a, .lower-detail-data-left button, .send-email-btn, .media-buttons a, .media-buttons button, .faceted-search, .listing-dealer-info a, .view-listing-details-link, .main-detail-data .contact-options a, .fin-calc-btn-mobile, .selected-facet, .page-nav, .apply-button, .back-button, .calculator-btn, .mobile-done-button {
  color: #FFF;
}
.faceted-search-content .faceted-section-box .faceted-option-checkbox-container label input {
  margin: 2px 3px 3px 4px;
}
.faceted-text-input-searchType .search-type input[type=checkbox], .faceted-text-input-searchType .search-type input[type=radio] {
  margin: 0px 3px 0px 6px;
}
.bread-crumbs-heading .return-links .return-links-link span, #no-compare-listings, .bread-crumbs-heading .return-links .return-links-link i {
  color: #9E0B0F !important;
}
.hosted-content .attachment-search .search-checkboxes label .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-bottom: 0px !important;
}
.view-listing-details-link, .selected-facet, .view-listing-details-link, .buy-now-link, .check-availability-link, .email-seller-link, .offer-btn, .buy-btn, .dealer-phone-mobile, .offer-btn-mobile, .send-email-btn-mobile, .send-wholesale-email-btn-mobile, .fin-calc-btn-mobile, .mobile-breadcrumb, .main-detail-data .contact-options a, button.g-recaptcha.button, .page-nav, .apply-button, .mobile-done-button, .dealer-btns-bottom a {
  background: #9E0B0F !important
}
.selected-facet, .dealer-phone-mobile, .offer-btn, .offer-btn-mobile, .fin-calc-btn-mobile, .send-wholesale-email-btn-mobile, .send-email-btn-mobile, .buy-now-link, .view-listing-details-link, .main-detail-data .contact-options a, button.g-recaptcha.button, .page-nav, .apply-button, .mobile-done-button {
  transition: ease all 0.2s !important;
}
.selected-facet:hover, .dealer-phone-mobile:hover, .offer-btn:hover, .offer-btn-mobile:hover, .fin-calc-btn-mobile:hover, .send-wholesale-email-btn-mobile:hover, .send-email-btn-mobile:hover, .buy-now-link:hover, .view-listing-details-link:hover, .main-detail-data .contact-options a:hover, button.g-recaptcha.button:hover, .page-nav:hover, .apply-button:hover, .mobile-done-button:hover, .dealer-btns-bottom a:hover {
  background: #000 !important;
}
.view-listing-details-link {
	color: #fff !important;
}
.check-availability-link, .email-seller-link, .video-chat-link, .faceted-search, .faceted-show-all-btn, .cs-btns a, .calculator-btn {
  background: #9E0B0F !important;
  border: solid 1px #9E0B0F !important;
  transition: ease all 0.2s !important;
  color: #fff !important
}
.check-availability-link:hover, .email-seller-link:hover, .video-chat-link:hover, .faceted-search:hover, .faceted-show-all-btn:hover, .cs-btns a:hover, .calculator-btn:hover {
  background: #fff !important;
  color: #9E0B0F !important;
}
.media-buttons .print-this, .media-buttons .email-this {
  background: #fff !important;
  color: #9E0B0F !important;
  border: solid 1px #9E0B0F !important;
  transition: ease all 0.2s !important;
}
.media-buttons .print-this:hover, .media-buttons .email-this:hover {
  background: #9E0B0F !important;
  color: #fff !important
}
.list-content .list-title .list-listings-count, .list-content .list-main-section .list-container .list-listing .listing-top .listing-top-left .listing-main-stats .price, #parts-content .parts-top-section .parts-title-and-breadcrumbs .parts-title .parts-listings-count, #inv .error-message, #inv .info, .detail-content .detail-main-body .main-detail-data .detail-price, .detail-content .search-results, .list-content .list-top-section .listing-option-bar .list-listings-count, .detail-price, .compare-price, .compare-title {
  color: #9E0B0F !important;
}
/* heading */
.list-content .list-title .list-title-text, .detail-content-mobile .detail-main-body .detail-mobile-top .detail-title, .main-detail-data .detail-title, .parts-title-text {
  padding-left: 4px;
}
.compare-chkbox-container .compare-listings .fa-check {
  top: -1px !important;
  left: 2.5px !important;
}
.compare-chkbox-container .compare-listings .compare-label {
  margin-left: 2px !important
}
.detail-content .detail-additional-data .data-row .data-label, .detail-content-mobile .detail-additional-data .data-row .data-label, .part-detail-additional-data .data-label, .part-detail-content .detail-contact-bar {
  background: #000 !important;
}
.detail-content-mobile .detail-contact-bar .contact-bar-btn, .list-page-nav, .contact-options a {
  background: #000 !important;
}
.list-main-section .contact-options a {
  border: #000 solid 1px !important;
  transition: ease all 0.2s !important;
}
.list-main-section .contact-options a:hover {
  background: transparent !important;
  color: #000 !important;
}
.detail-content .dealer-info .phone-and-email .send-email-btn, .list-content .list-listing-mobile .dealer-phone-container a, .back-button {
  border-color: #9E0B0F !important;
  color: #9E0B0F !important;
}
.detail-content .dealer-info .phone-and-email .send-email-btn:hover {
  border-color: #000 !important;
  color: #000 !important;
}
.material-icons, .collapsible-content a {
  color: #fff !important;
}
#parts-content .parts-bottom-section .parts-list-view .parts-list-content .parts-listing-container .parts-listing-column .parts-button.view-details {
  background-color: #000 !important;
}
.detail-content-mobile .detail-main-body .main-detail-data .dealer-phone-mobile-container .dealer-phone-mobile {
  margin-right: 0 !important;
}
.detail-content .detail-main-body .main-detail-data .details-fin-calc .detail-btn-calc {
  height: 48px !important;
  box-sizing: border-box;
}
.fin-calc-mobile > a {
  background-color: #000 !important;
}
/************************************************ Responsive Styles **/
@media screen and (max-width: 980px) {
  .options-container {
    display: inline-block;
  }
}
@media screen and (max-width: 980px) {
  /* mobile menu styles */
  nav.primary {
    display: none;
    font-family: 'Roboto Condensed', sans-serif;
  }
  #menu-button {
    width: 100%;
    display: block;
    font-size: 1.25em;
    line-height: 50px;
    position: relative;
    z-index: 400;
    text-align: center;
    background: #000;
  }
  #menu-button a {
    color: #fff;
    text-decoration: none;
    padding: 0 0 0 .8em;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 18px;
  }
  nav.mobile ul li a .fa {
    width: 25px;
    font-weight: 100;
    padding: 8px 3px;
    margin: 0 0 0 5px;
    text-align: center;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  }
  nav.mobile ul li .fa-chevron-down {
    position: absolute;
    right: 10px;
    margin: 18px 0 0 0;
    color: #fff !important;
  }
  nav.mobile {
    display: block;
    position: fixed;
    top: 0;
    left: -285px;
    width: 285px;
    height: 100%;
    z-index: 500;
    overflow: auto;
    background: #333;
  }
  /* MENU HEADER SOCIAL MEDIA */
  nav.mobile .social-media {
    position: absolute;
    text-decoration: none;
    vertical-align: top;
    z-index: 9999;
    display: inline-block;
    top: 15px;
    left: 15px;
    font-size: 16px;
    word-spacing: 13px;
    color: #ccc !important;
  }
  nav.mobile .social-media a:link, nav.mobile .social-media a:visited {
    color: #ccc;
    text-decoration: none;
  }
  nav.mobile .social-media a:hover, nav.mobile .social-media a:active {
    color: #fff;
    text-decoration: underline;
  }
  /* MENU HEADER STYLES */
  nav.mobile h3 {
    color: #ccc;
    padding: 23px 0;
    position: relative;
    font-size: 15px;
    background: #313131;
    border-bottom: 4px solid #C41230;
  }
  nav.mobile .menu-title {
    position: absolute;
    vertical-align: top;
    top: 15px;
    left: 20px;
    font-size: 15px;
    color: #fff;
    background: #313131;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    text-transform: none !important;
  }
  /* MENU CLOSE 'X' BUTTON */
  nav.mobile .menu-toggle {
    position: absolute;
    top: 8px;
    right: 10px;
    padding: 5px;
    display: inline-block;
    font-weight: 900;
    font-size: 24px;
    line-height: 1;
    color: #fff;
    text-decoration: none;
    vertical-align: top;
    font-family: Arial, sans-serif;
  }
  nav.mobile .menu-toggle:hover {
    color: #fff;
  }
  /* MENU LIST STYLE */
  nav.mobile ul {
    list-style: none;
    font-weight: 300;
    margin: 0;
    padding: 0;
  }
  nav.mobile ul li {
    color: #999;
    font-size: 15px;
    border-bottom: 1px solid #444;
  }
  /* FIRST LEVEL */
  nav.mobile ul li a {
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    position: relative;
    display: block;
    font-size: 12px;
    text-align: left;
    text-decoration: none;
    padding: 15px 35px 15px 20px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    font-weight: 700;
  }
  nav.mobile ul li a:hover {
    background: rgba(45, 45, 45, 0.5);
    color: #fff;
    border-left: 4px #C41230 solid;
  }
  /* SECOND LEVEL */
  nav.mobile ul li li:last-child {
    border: none;
  }
  nav.mobile ul li li a {
    font-family: 'Roboto Condensed', sans-serif;
    color: #ccc;
    background: #444;
    border-left: 4px #444 solid;
    padding: 15px 10px 15px 15px;
  }
  nav.mobile ul li li a:hover {
    background: rgba(65, 65, 65, 0.5);
  }
  /* THIRD LEVEL */
  nav.mobile ul li li li:last-child {
    border: none;
  }
  nav.mobile ul li li li a {
    color: #ccc;
    background: #555;
    border-left: 4px #555 solid;
  }
  nav.mobile ul li li li a:hover {
    background: rgba(85, 85, 85, 0.5);
  }
  .nav-footer {
    color: #292929;
    position: relative;
    text-align: center;
    font-size: 16px;
    line-height: 16px;
    padding: 15px 0;
  }
  /*end of mobile nav styles*/
  /*header styles*/
  .header {
    padding: 0;
  }
  .header .wrapper {
    padding: 0;
  }
  .logo {
    width: 100%;
    padding: 25px 25px 0;
    text-align: center;
    order: 2;
  }
  .contacts {
    background: #000;
    width: 100%;
    padding: 15px 0;
    font-size: 14px;
    text-align: center;
    order: 0;
    color: #fff !important;
  }
  .contacts p {
    font-size: 14px;
  }
  .contacts a {
    font-size: 16px;
  }
  .logo img {
    display: inline;
    max-width: 400px;
    margin: auto;
    width: 100%;
  }
  /*home page styles*/
  /*footer styles*/
  .top-footer {
    padding: 25px 0;
  }
  .footer-logo {
    width: 100%;
  }
  .top-footer img {
    margin: 10px auto;
  }
}
@media screen and (max-width: 767px) {
  .border-text {
    border: none !important;
    padding: 0 !important;
  }
  .hero-container {
    display: inline-block;
  }
  .col-2 {
    padding: 0 !important;
    margin-bottom: 20px;
  }
  .bshop {
    display: inline-block;
  }
  .locations-wrap {
    width: 100%;
    display: block;
    text-align: center;
  }
  .col-4 {
    width: 100%;
    padding-bottom: 10px;
  }
  .col-4:last-child {
    padding-bottom: 0;
  }
  .bottom-footer {
    display: block;
    text-align: center;
  }
  #copyright-txt {
    text-align: center;
  }
  #facebook-foot {
    display: inline-block;
    margin: 0 auto 15px;
  }
}
@media screen and (max-width: 320px) {}