﻿/***** BEGIN RESET *****/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  /*font-family: 'Roboto', sans-serif;	*/
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  width: 100%;
}
td {
  vertical-align: top;
}

/* Make HTML 5 elements display block-level for consistent styling */
header,
nav,
article,
footer,
address {
  display: block;
}

/*Smooth transistions*/
a,
button,
.button,
a:hover,
button:hover,
.button:hover,
button.mobile_btn::after,
#head-nav ul a,
#head-nav ul a:hover,
.header-right a,
.header-right a:hover,
.social a i,
.social a i:hover,
.cta-bg,
.cta-bg,
.cta-bg:hover,
.brand-box img,
.brand-box img:hover,
.topnav a,
.topnav a:hover,
#myLinks {
  -webkit-transition: all 0.45s ease;
  -moz-transition: all 0.45s ease;
  -ms-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}

/*-------- COLORS --------*/

.red {
  color: #ff3600;
}

/***** END RESET *****/
::-moz-selection {
  background: #000;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #000;
  color: #fff;
  text-shadow: none;
}

/* Clearfix */
.cf:before,
.cf:after {
  content: " ";
  display: table;
}
.cf:after {
  clear: both;
}
.cf {
  zoom: 1;
}

/*-------- BODY STYLES --------*/
a:link,
a:visited,
a:active {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

hr {
  border: #000 1px solid;
}

/*--- HEADER STYLES ---------------------*/
header {
  background: url(../siteart/patterns/clean-gray-paper.png) #f1f1f1;
}

header .wrapper-90 {
  padding: 1.25% 0;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}

.header-left {
  width: 29%;
  text-align: left;
  font-family: "Roboto Condensed", sans-serif;
}

.header-center {
  width: 37%;
  text-align: center;
  padding: 0 2.5%;
}

.logo {
  width: 100%;
  margin: 0 auto;
}

.logo p {
  text-transform: capitalize;
  font-family: "Roboto", sans-serif;
  font-size: 14pt;
  color: #272727;
}

.logo img {
  width: 85%;
  margin: 0 auto;
}

.header-right {
  width: 29%;
  text-align: right;
  font-family: "Roboto Condensed", sans-serif;
}

.header-right a {
  color: #222222;
}

.header-right a:hover {
  color: #ff3600;
}

.social a i {
  color: #ff3600;
  font-size: 17pt;
}

.social a i:hover {
  color: #222222;
}

.header-left ul li,
.header-right ul li {
  line-height: 1.5;
  font-weight: 700;
  font-size: 13.25pt;
}

#head-nav {
  width: 100%;
  background: #222222;
  margin: 0 auto;
  padding: 0.5% 0;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  font-size: 22pt;
  font-weight: 700;
  letter-spacing: 0.75px;
}

#head-nav ul {
  display: flex;
  justify-content: space-between;
}

#head-nav ul a {
  color: #fff;
  opacity: 1;
}

#head-nav ul a:hover {
  opacity: 0.7;
}

#head-nav .wrapper-80 .desktop {
  display: flex;
}

#head-nav .wrapper-80 .mobile {
  display: none;
}

/*---BODY--------------------------------*/
.wrapper-80 {
  width: 80%;
  margin: 0 auto;
  text-align: center;
}

.wrapper-90 {
  width: 90%;
  margin: 0 auto;
  text-align: center;
}

.wrapper-96 {
  width: 96%;
  margin: 0 auto;
  text-align: center;
}

.left-50 {
  display: inline-block;
  width: 47.4%;
  margin: 0 auto;
  text-align: left;
  padding-right: 1.5%;
}

.right-50 {
  display: inline-block;
  width: 47.4%;
  margin: 0 auto;
  text-align: right;
  padding-left: 1.5%;
}

.main-bg {
  width: 100%;
  margin: 0 auto;
  background: #fff;
}

.pg-headline {
  width: 100%;
  margin: 0 auto;
  text-align: left;
  text-transform: uppercase;
  color: #000;
  padding: 2% 0 0.5% 0;
  font-size: 1.25rem;
  border-bottom: 2px solid #ff3600;
  font-family: "Roboto Condensed", sans-serif;
}

.pg-content-container {
  width: 100%;
  margin: 0 auto;
  padding: 1.5% 0 2% 0;
  font-family: "Roboto", sans-serif;
  text-align: left;
  line-height: 1.5;
}

/*--- HOME PAGE STYLES ---------------------*/

/* ===== HERO SLIDES =====*/
#hero {
  width: 100%;
  margin: 0 auto;
}

.hero_slider {
  width: 100%;
  margin: 0 auto;
}

.slide {
  width: 100%;
  margin: 0 auto;
}

.slide img {
  width: 100%;
  margin: 0 auto;
}

/* ===== QUICK BUTTONS =====*/
#quick-buttons {
  padding: 1.5% 0;
  background: url(../siteart/patterns/cross-stripes.png) #f1f1f1;
  width: 100%;
  margin: 0 auto;
}

#quick-buttons .wrapper-90 {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  flex-wrap: wrap;
}

.cta-bg {
  width: 100%;
  margin: 0 auto;
  opacity: 0.5;
  margin-bottom: -1.2%;
}

.cta-bg:hover {
  opacity: 1;
}

.cta-bg img {
  width: 100%;
  margin: 0 auto;
  -webkit-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.75);
}

.cta-button {
  width: 23%;
  text-align: center;
  text-transform: uppercase;
  background: #222222;
  margin: 0 1%;
  position: relative;
}

.cta-text {
  font-size: 16pt;
  letter-spacing: 0.75px;
  padding: 1.5% 0;
  width: 100%;
  background: #ff3600;
  color: #ffffff;
  font-family: "Roboto Condensed", sans-serif;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
  position: absolute;
  top: 40%;
}

/* ===== WELCOME =====*/
#welcome {
  width: 100%;
  background: #f1f1f1;
  padding: 2% 0;
}

.thin {
  font-weight: 300;
}

.welcome-headline {
  width: 100%;
  text-align: left;
  text-transform: uppercase;
  color: #ff3600;
  font-family: "Roboto Condensed", sans-serif;
  padding-bottom: 1.5%;
  font-size: 20pt;
}

.welcome-text {
  color: #222222;
  text-align: left;
  font-family: "Roboto", sans-serif;
  line-height: 1.25;
}

.welcome-text a {
  color: #222222;
}

/* ===== Brands =====*/
#brands {
  width: 100%;
  margin: 0 auto;
  background: #ff3300;
  padding: 0.5% 0;
}

#brands .wrapper-80 {
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
}

.brand-box {
  margin: 0 auto;
  padding: 5%;
}

.brand-box img {
  width: 100%;
  margin: 0 auto;
  opacity: 1;
}

.brand-box img:hover {
  opacity: 0.85;
}

/*-------- CONTACT STYLES ----------------*/
#service,
#contact {
  background: #f1f1f1;
}

#contact .pg-content-container {
  text-align: left;
  line-height: 1.5;
}

.map {
  width: 100%;
  margin: 0 auto;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.75);
}

.map iframe {
  width: 100%;
  margin: 0 auto;
}

.form-wrapper {
  width: 75%;
  margin: 0 auto;
}

/*-------- FOOTER STYLES ----------------*/
footer {
  background: #222222;
  color: #ffffff;
  padding: 2% 0;
  font-family: "Roboto Condensed", sans-serif;
}

footer a {
  color: #fff !important;
  opacity: 1;
}

footer a:hover {
  opacity: 0.7;
}

footer .wrapper-90 {
  display: flex;
  justify-content: space-between;
  vertical-align: bottom;
}

.foot-contact {
  text-align: left;
  width: 40%;
  align-self: flex-end;
}

.footer-logo {
  width: 50%;
}

.footer-logo img {
  width: 100%;
  margin-left: -4%;
}

.foot-contact ul li {
  line-height: 1.75;
  font-size: 14pt;
}

.foot-links ul li {
  line-height: 1.5;
  font-size: 14pt;
  font-weight: 700;
}

.foot-links h6 {
  font-size: 14pt;
  text-transform: uppercase;
  color: #ff3600;
}

.foot-links {
  text-align: left;
  width: 40%;
  display: flex;
  justify-content: flex-start;
  align-self: flex-end;
}

.foot-links-left {
  width: 50%;
}

.foot-links-right {
  width: 50%;
}

.pub-foot {
  text-align: right;
  width: 20%;
  font-size: 10pt;
  align-self: flex-end;
}

/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/

.cf {
  background: #fff;
}
.hosted-content .listings-wrapper .listings-list .listing-banner {
}
.hosted-content input[type="submit"],
.hosted-content button[type="submit"],
.hosted-content .btn,
.hosted-content .button {
  background: #ff3600 !important;
}
.hosted-content h1 {
  font-size: 20px;
  color: #000;
  text-transform: none;
  padding-bottom: 0 !important;
  font-weight: bold;
}

.hosted-content h3 {
  text-transform: none !important;
}
.hosted-content .listings-wrapper .listings-list .listing-banner h2 {
  text-transform: none !important;
}

.inventory-background {
  width: 100%;
  margin: 0 auto;
}

.inventory-width {
  width: 90%;
  margin: 0 auto;
  padding: 2% 0 !important;
  height: auto;
}

/* INVENTORY */

#inv {
  padding: 5% 0;
}
#inv *:not(.loading-spinner):not(.loader) {
  border-radius: 0 !important;
}
#inv
  *:not(.fa):not(.far):not(.fas):not(.fab):not(.material-icons):not(
    .list-title-text
  ) {
  font-family: roboto, sans-serif !important;
} /* Reset font, ignore icons */

.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;
}

.hosted-content .attachment-search .search-checkboxes label .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-bottom: 0px !important;
}

.list-content
  .list-main-section
  .list-container
  .list-listing
  .listing-top-right
  .view-listing-details-link,
.faceted-search-content .selected-facets-container .selected-facet,
.list-content .list-listing-mobile .view-listing-details-link,
.list-content .list-listing-mobile .buy-now-link,
.list-content .list-listing-mobile .check-availability-link,
.list-content .list-listing-mobile .email-seller-link,
.detail-content .detail-main-body .main-detail-data .offer-btn,
.detail-content .detail-main-body .main-detail-data .buy-btn,
.detail-content-mobile
  .detail-main-body
  .main-detail-data
  .dealer-phone-mobile-container
  .dealer-phone-mobile,
.detail-content-mobile .detail-main-body .main-detail-data .offer-btn-mobile,
.detail-content-mobile
  .detail-main-body
  .main-detail-data
  .send-email-btn-mobile,
.detail-content-mobile
  .detail-main-body
  .main-detail-data
  .send-wholesale-email-btn-mobile,
.detail-content-mobile .detail-main-body .main-detail-data .fin-calc-btn-mobile,
.mobile-breadcrumb,
.main-detail-data .contact-options a,
button.g-recaptcha.button {
  background: #ff3600 !important;
}

.list-content
  .list-main-section
  .list-container
  .list-listing
  .listing-top-right
  .buy-now-link,
.list-content
  .list-main-section
  .list-container
  .list-listing
  .listing-top-right
  .check-availability-link,
.list-content
  .list-main-section
  .list-container
  .list-listing
  .listing-top-right
  .email-seller-link,
.list-content
  .list-main-section
  .list-container
  .list-listing
  .listing-top-right
  .video-chat-link,
.faceted-search,
.faceted-show-all-btn {
  background: #222222 !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 {
  color: #222222 !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;
  font-family: "roboto condensed", sans-serif !important;
  text-transform: uppercase !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: #222222 !important;
}
.detail-content-mobile .detail-contact-bar .contact-bar-btn,
.faceted-search-content .mobile-done-button-container .mobile-done-button,
.list-page-nav,
.contact-options a {
  background: #222222 !important;
}

.detail-content .dealer-info .phone-and-email .send-email-btn {
  border-color: #222222 !important;
  color: #222222 !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: #222222 !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;
  box-sizing: border-box;
}

/*---------- RESPONSIVE STYLES ----------*/
@media only screen and (max-width: 1485px) {
  .cta-text {
    font-size: 14pt;
    letter-spacing: 0.5px;
  }
}

@media only screen and (max-width: 1370px) {
  .wrapper-80 {
    width: 90%;
  }

  .wrapper-90 {
    width: 96%;
  }

  .wrapper-96 {
    width: 98%;
  }

  #head-nav {
    padding: 0.75% 0;
    font-size: 20pt;
    letter-spacing: 0.5px;
  }

  .cta-text {
    font-size: 14pt;
    letter-spacing: 0.5px;
  }
}

@media only screen and (max-width: 1235px) {
  .cta-button {
    width: 31%;
  }

  .cta-button:last-of-type {
    margin-top: 1.5%;
  }

  #quick-buttons .wrapper-90 {
    justify-content: space-around;
  }
}

@media only screen and (max-width: 1145px) {
  footer .wrapper-90 {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .foot-contact {
    width: 50%;
  }

  .footer-logo {
    width: 60%;
  }

  .footer-logo img {
    width: 100%;
    margin-left: -4%;
  }

  .foot-links {
    width: 50%;
  }

  .foot-links-left {
    width: 50%;
  }

  .foot-links-right {
    width: 50%;
  }

  .pub-foot {
    text-align: center;
    width: 100%;
    padding-top: 3%;
  }
}

@media only screen and (max-width: 1080px) {
  .header-left ul li,
  .header-right ul li {
    line-height: 1.25;
    font-size: 12pt;
  }

  #head-nav {
    font-size: 18pt;
    letter-spacing: 0.25px;
  }
}

/*==== MOBILE HEADER BREAKPOINT: 985px ====*/
@media only screen and (max-width: 985px) {
  header .wrapper-90 {
    flex-direction: column;
  }

  .header-left,
  .header-center,
  .header-right {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }

  .header-right {
    margin-top: -1%;
  }

  .header-center {
    padding: 0%;
  }

  .logo img {
    width: 40%;
    padding: 1% 0;
  }

  .logo p {
    margin-top: -1.25%;
    padding-bottom: 2%;
  }

  #head-nav {
    font-size: 16.5pt;
    letter-spacing: 0.25px;
  }

  .cta-button {
    width: 45%;
  }

  .cta-button:nth-of-type(3) {
    margin-top: 1.5%;
  }
}

@media only screen and (max-width: 850px) {
  .logo img {
    width: 55%;
  }

  #head-nav {
    font-size: 14pt;
    letter-spacing: 0px;
  }

  .foot-contact {
    width: 100%;
    text-align: center;
  }

  .footer-logo {
    width: 40%;
    margin: 0 auto;
  }

  .footer-logo img {
    width: 100%;
    margin-left: 0%;
  }

  .foot-links {
    width: 100%;
    text-align: center;
    padding-top: 2.5%;
  }

  .foot-links-left {
    width: 50%;
  }

  .foot-links-right {
    width: 50%;
  }

  .mb-hide {
    display: none;
  }

  .form-wrapper {
    width: 92%;
    margin: 0 auto;
  }
}

/*==== MOBILE NAV BREAKPOINT: 665px ====*/

@media all and (max-width: 720px) {
  .inv-footer footer {
    padding-bottom: 90px;
  }
  .hider {
    display: none;
  }

  #head-nav .wrapper-80 .desktop {
    display: none;
  }

  #head-nav .wrapper-80 .mobile {
    display: block;
  }

  #head-nav .wrapper-80 .mobile li {
    padding: 1% 0;
  }

  .mobile-container {
    margin: auto;
    background-color: #555;
    color: white;
  }

  .topnav {
    overflow: hidden;
    /*background-color: #333;*/
    position: relative;
  }

  .topnav #myLinks {
    display: none;
  }

  .topnav a {
    color: white;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    display: block;
  }

  .topnav a.icon {
    /*background: black;*/
    display: block;
    position: absolute;
    right: 0;
    top: 0;
  }

  .topnav a:hover {
    /*background-color: #ddd;*/
    color: black;
  }

  .active {
    /*background-color: #4CAF50;*/
    color: white;
  }

  .left {
    width: 100%;
    padding-right: 0px;
    text-align: center;
    padding-bottom: 2%;
  }

  .right {
    width: 100%;
    padding-left: 0;
    text-align: center;
  }

  .cta-button {
    width: 70%;
  }

  .cta-button:nth-of-type(2) {
    margin-top: 1.5%;
  }

  #quick-buttons .wrapper-90 {
    padding: 2% 0;
  }

  .brand-box {
    padding: 2%;
  }

  #brands .wrapper-80 {
    flex-wrap: wrap;
  }

  .brand-box img {
    width: 80%;
  }

  .inventory-width {
    width: 96%;
  }
}

@media only screen and (max-width: 545px) {
  .logo img {
    width: 65%;
  }

  .cta-button {
    width: 75%;
  }

  .cta-text {
    font-size: 13pt;
    letter-spacing: 0.25px;
  }
}

@media only screen and (max-width: 515px) {
  .footer-logo {
    width: 55%;
    margin: 0 auto;
    padding-top: 3.5%;
  }
}

@media only screen and (max-width: 415px) {
  .logo img {
    width: 75%;
  }

  .cta-button {
    width: 80%;
  }

  .cta-text {
    font-size: 12pt;
    letter-spacing: 0px;
  }
}
