﻿/***** BEGIN RESET *****

font-family: 'Barlow', sans-serif;
font-family: 'Montserrat', sans-serif;

*/
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;
}

html {
	scroll-behavior: smooth;
}
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;
}
/*-------- COLORS --------

*/
/***** 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 --------*/
body {}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Barlow', sans-serif !important;
  text-transform: uppercase !important;
}
p {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
}
a:link, a:visited, a:active {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
hr {
  border: 1px solid #f1f1f1;
  margin: 60px 0;
}
/*--- HEADER STYLES ---------------------*/
header {
  background: #000 !important;
  color: #fff !important;
  font-family: 'Barlow', sans-serif !important;
}

.blue-bar {
	position: relative;
    background: #29abe2;
    box-shadow: rgb(50 50 93 / 25%) 0px 6px 12px -2px, rgb(0 0 0 / 30%) 0px 3px 7px -3px;
}
.main-header {
  background: #000 !important;
  text-transform: uppercase;
  padding: 20px 0;
}
.flex-head {
  width: 90%;
  max-width: 1250px;
  margin: 0 auto;
  justify-content: space-between;
}
.logo img {
  width: 165px;
  max-width: 100%;
}
.right-side {
  flex-direction: column;
  text-align: right;
  font-size: 16px !important;
  font-weight: 600;
  gap: 15px;
    line-height: 28px
}
.address {
  color: #fff !important;
}
.phone-flex {
  gap: 15px;
	justify-content: flex-end;
    align-items: center;
}
.phone-blue {
  color: #29abe2 !important;
	transition:.3s all;
}

a.phone-blue:hover {
	color: #fff !important;
}
/* Mobile head */
.top-head {
  background: #29abe2;
}
.flex-mobile {
  margin: 0 auto;
}
a.sales-phone, a.map-direction, a.servce-phone {
  flex: 1;
  text-align: center;
  color: #fff !important;
  font-weight: 600;
  padding: 10px 0;
}

.right-side p {
	font-family: 'Barlow', sans-serif !important;
}

a.sales-phone, a.map-direction {
  border-right: 2px solid #fff;
}
.mobile-only {
  display: none;
}
.blue-bg {
  background: #29abe2 !important;
}
.mobile-fb {
  display: none;
}
/*---BODY--------------------------------*/
.flex-container {
  display: flex;
}
.site-wid {
  max-width: 1250px;
  width: 90%;
  margin: 0 auto;
}
.site-wid h1 {
  margin-bottom: 10px;
}
.just-center {
  justify-content: center;
}
.just-left {
  justify-content: left;
}
.just-right {
  justify-content: right;
}
.center {
  text-align: center;
}
.wrap {
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
#pad-50 {
  padding: 70px 0;
}
/*--------HOME STYLES--------------------*/
.hero img {
	max-width: 100%;
	width: 100%;
}
.black-bg {
  background: #000;
  border-top: 2px #29abe2 solid;
}
.cta-flex {
  justify-content: center;
  align-items: center;
  gap: 30px;
  max-width: 1250px;
  width: 90%;
  margin: 0 auto;
  padding: 25px 0;
}
.cta {
  flex: 1;
  background: #000 !important;
  border: 4px solid #fff;
  border-radius: 10px;
  text-align: center;
  padding: 20px 0;
}
.cta p {
  color: #fff;
  font-size: 22px;
  font-family: 'Barlow', sans-serif !important;
  font-style: italic;
  font-weight: 500;
  text-transform: uppercase;
}
.cta-ico {
  width: 100px;
  margin-bottom: 5px;
}
img.cta-ico {
  max-width: 100%;
}
.tab {
  display: block;
}
.home-main {
  background: url("/siteart/home-bg.jpg") no-repeat;
  background-position: center;
  background-size: cover;
  padding: 50px 0
}
.home-area {
  background: rgba(255, 255, 255, 0.80);
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  padding: 40px 0;
}
#bold-blue {
  display: block;
  color: #29abe2;
  font-weight: 700;
}
.home-text h1 {
  font-weight: 500;
  color: #000;
  text-transform: uppercase;
  font-size: 34px;
  line-height: 40px;
  margin-bottom: 10px;
}
.flex-home {
  align-items: center;
  gap: 60px;
  width: 90%;
  margin: 0 auto;
}
.flex-img img {
  width: 190px;
  max-width: 100%;
}
.home-text {
  flex: 3;
}
#blue-border {
  border: #29abe2 2px solid;
  text-align: left;
  margin: auto 0 auto 0;
	background: #29abe2;
}
#forward-txt {
  font-size: 22px;
  text-transform: uppercase;
  font-style: italic;
  line-height: 40px;
  text-align: right;
}
#forward-txt h2 {
  padding-bottom: 5px;
}
.brands-home {
  padding: 50px 0;
}
.brand-head {
  width: 34%;
}
.flex-brands {
  max-width: 1250px;
  margin: 0 auto;
  justify-content: space-between;
  padding: 50px 0 0 0;
  width: 90%;
  gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.head-social {font-size: 18px !important;margin: 0 !important;}
.brand {
  text-align: center;
        flex-basis: 20%;
    transition: .4s all;
    border: 1px solid #eee;
    padding: 10px 15px;
}
.brand img {
  max-width: 100%;
  max-height: 80px;
}

.brand:hover {
	opacity: .6;
}
/*--------HOME SLIDE STYLES--------------------*/
.blue-btn {
  background: #29abe2;
  border: #29abe2 1px solid;
  color: #fff !important;
  font-size: 18px;
  text-transform: uppercase;
  padding: 10px;
  margin-top: 10px;
  font-family: 'Barlow', sans-serif !important;
  font-weight: 700;
  cursor: pointer;
  -webkit-transition: .4s all;
  -moz-transition: .2s all;
  -o-transition: .2s all;
  transition: .2s all;
	text-decoration: none !important;
	    line-height: 18px;
}
.blue-btn:hover {
  background: #fff;
  color: #29abe2 !important;
}
button.blue-btn.service-btn {
  background: transparent;
  border: #29abe2 1px solid;
  color: #29abe2 !important;
  font-size: 18px;
  text-transform: uppercase;
  padding: 10px;
  margin-top: 10px;
  font-family: 'Barlow', sans-serif !important;
  font-weight: 700;
  cursor: pointer;
  -webkit-transition: .4s all;
  -moz-transition: .2s all;
  -o-transition: .2s all;
  transition: .2s all;
	    line-height: 18px;
	margin-top: 15px;
}
button.blue-btn.service-btn:hover {
  background: #29abe2 !important;
  color: #fff !important;
}
img.slide-img {
  position: relative;
}
.slide-info h2 {
  font-size: 32px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.sliders {
  position: absolute;
  top: 25%;
  padding: 30px 50px;
  width: 45%;
  color: #ffff;
  background: rgba(0, 0, 0, 0.65);
  margin: 0 50px 50px;
}
.slide-info p {
  font-size: 18px;
}
.slide-info {}
.home-map {
  display: block;
}
/*--------Contact STYLES--------------------*/
.flex-container.flex-contact {
  justify-content: space-between;
  gap: 70px;
  flex-direction: row;
}
.flex-contact:before {
  content: "";
  border: 1px solid #f1f1f1;
  align-self: stretch;
}
.contact-form {
  order: -1;
}
.flex-container.flex-column {
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
}
.contact-form {
  flex: 2;
}
.contact-optionz {
  flex: 1;
}
.contact-optionz h2 {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 16px;
  line-height: 28px;
  text-transform: none !important;
}
.contact-optionz .fas {
  color: #F26822;
}
.icon-background {
  color: #F8BEA0;
}
.icon-background-1 {
  color: #B7E2F4;
}
.manu-cat .fas {
  color: #29abe2;
}
.manu-cat a {
  color: #000 !important;
}
.contact-optionz a {
  font-family: 'Montserrat', sans-serif !important;
    font-size: 16px;
    color: #F26822;
    font-weight: 700;
    display: flex;
    padding: 5px 0;
}
.fa-stack {
  margin-right: 8px;
}
.map-bottom {
  margin-top: 80px;
}

.sales-phone p, .visit-us p {
	margin-bottom: 15px;
}
/*-----ABOUT STYLES----*/
.orange-txt {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 18px;
  line-height: 22px;
  color: #F26822;
  font-weight: 700;
  margin-bottom: 0 !important;
}
.shadow-box .orange-txt {
  text-transform: uppercase;
}
.about-us {
  gap: 50px;
  align-content: center;
  align-items: center;
}
.service-flex {
  gap: 50px;
}
.about-img, .service-img {
  display: block;
  height: 100%;
}
.about-img img, .service-img img {
  max-width: 100%;
  display: block;
  width: 100%;
  flex: 1;
  box-shadow: rgb(0 0 0 / 15%) 0px 5px 15px 0px;
}
.about-txt {
  flex: 1;
}
.service-txt {
  flex: 2;
}
.about-txt p, .service-txt {
  margin-bottom: 10px;
}
.flex-testimony {
  gap: 90px;
  margin-top: 30px;
}
.test-wrap {
  gap: 12px;
  padding: 20px;
  box-shadow: rgb(0 0 0 / 15%) 0px 2px 8px;
  border-radius: 5px;
  text-align: center;
  display: flex;
  flex-direction: column;
}
img.test-pic {
  width: 80px !important;
  max-width: 100%;
  margin: 0 auto;
}
p.testimony-name {
  font-size: 18px;
  font-weight: 700;
  font-family: 'Barlow', sans-serif !important;
}
.about-page h2 {
  font-size: 32px;
  line-height: 40px;
}
hr.abouthr {
  width: 100px;
  border: 4px solid #F26822;
  margin: 20px auto;
background: #f26822;
}
.flex-btns {
  gap: 20px;
}
.blue-btn.about-btn, .orange-btn {
  flex: 1;
  text-align: center;
}
.blue-btn:hover {
  background: #fff;
  color: #29abe2;
}
.orange-btn {
  background: #F26822;
  border: #F26822 1px solid;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  padding: 10px;
  margin-top: 10px;
  font-family: 'Barlow', sans-serif !important;
  font-weight: 700;
  cursor: pointer;
  -webkit-transition: .4s all;
  -moz-transition: .2s all;
  -o-transition: .2s all;
  transition: .2s all;
	    line-height: 18px;
}
.orange-btn:hover {
  background: #fff;
  color: #F26822;
}
.testimony {
  margin: 10px 27px;
}
.testimony-slider {
  margin: -10px -27px;
  padding-top: 30px;
}
.large-quote {
  font-size: 30px;
  color: #29abe2;
}
.shadow-box {
  gap: 12px;
  padding: 20px;
  box-shadow: rgb(0 0 0 / 15%) 0px 2px 8px;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  background: url("/siteart/s-bg.jpg") no-repeat;
  background-size: cover;
  background-position: center
}
.hours {
  display: flex;
  justify-content: space-between;
  font-family: 'Montserrat', sans-serif !important;
  font-size: 16px;
  line-height: 28px;
}
/*--- VIDEO STYLES ----*/
.video {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 315px;
  flex-basis: 48%;
	flex-grow: 1;
}
.video-hold {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-flex {
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 50px;
}

hr.blue {
    /* border: 5px solid #29ABE2; */
    margin: 0 0 40px;
    width: 50px;
    border: none;
    height: 8px;
    background: #29abe2;
}
/*-----BRAND PAGES----*/
.sub-hero {
 padding: 7%;
    min-height: 9vh;
}
.tym {
  background: url("/siteart/tym/TYMtractors.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}

.spartan {
  background: url("/siteart/spartan/spartan.jpg") no-repeat;
  background-size: cover;
  background-position: 25% 66%;
}

.hh {
  background: url("/siteart/hh/hh.png") no-repeat;
  background-size: cover;
  background-position: 25% 70%;
}

.flex-container.flex-manu {
  gap: 50px;
  margin-bottom: 60px;
  flex-wrap: wrap;
}
.flex-cat {}
.manu-cat {
  flex-basis: 22%;
}
.brand-text {
  flex: 3;
}
.brand-logo {
  flex: 1;
  text-align: center;
}
.brand-logo img {
  max-width: 100%;
}
.flex-cat a {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 16px;
  line-height: 28px;
  color: #F26822;
  font-weight: 700;
}
.large-txt {
  font-size: 24px !important;
}
.flex-cat {
  justify-content: flex-start;
  gap: 40px;
  flex-wrap: wrap;
	margin: 30px 0 80px;
}
/*----- Equipment Category Tabs----*/
.sub-cat h3 {
  font-size: 28px;
  color: #F26822;
}
.flex-category {
  align-items: center !important;
	gap: 30px;
}

.flex-manu.spartan-flex {
	gap: 10px !important;
}

.flex-manu.spartan-flex {
	margin-top: 0 !important;
}
.flex-container.flex-manu.h-h {
	align-items: center;
}

.h-h .brand-text {
	flex: 2;
}
.trailer-flex {
	flex-wrap: wrap !important;
	gap: 20px !important;
}
.trailer-flex .categorytext, .trailer-flex .categoryimg {
	flex-basis: 100% !important;
}

.trailer-flex .categoryimg {
	text-align: center;
	
}

.trailer-flex .categoryimg img {
	    max-width: 100%;
    max-height: 400px;
}


.map-wrap {
	width: 100%;
    height: 340px;
    display: block;
    overflow: hidden;
}


.map-wrap iframe {
	position: relative;
    top: -59px;
    border: none;
}


/*----- FINANCE ----*/
.contact-form a{color: #000; font-weight: 600;transition:.3s all;}
.contact-form a:hover {color:#F26822}
.wid90{width: 90%; margin: 0 auto;}
.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
    transition: ease opacity 0.3s;
 background: rgba(36, 32, 33, 0.5);
    -moz-backdrop-filter: blur(5px);
    -o-backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}

.credit-app:hover .overlay {
  opacity: 1;
}

.credit-app {
	max-width: 400px;
    width: 100%;
    display: block;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    position: relative;
    text-align: center;
    margin-top: 40px;
}
.credit-app img {
    max-width: 100%;
    width: 100%;
}

.icon {
  color: white;
  font-size: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}


/*----- Sub Compact Tabs----*/
label.tabs-manu {
  display: inline-block;
  margin: 0 0 -1px;
  padding: 15px 10px;
  font-weight: 700;
  text-align: center;
  color: #bbb;
  border: 1px solid transparent;
  font-family: 'Barlow', sans-serif !important;
  font-size: 16px !important;
	text-transform: uppercase;
}
label.tabs-manu:hover {
  color: #888;
  cursor: pointer;
}
input.tabs-manu:checked + label.tabs-manu {
  color: #555;
  border: 1px solid #ddd;
  border-top: 2px solid #F26822;
  border-bottom: 1px solid #fff;
}
#tab1:checked ~ #cat1, #tab2:checked ~ #cat2, #tab3:checked ~ #cat3, #tab4:checked ~ #cat4,#tab5:checked ~ #cat5, #tab6:checked ~ #cat6, #tab7:checked ~ #cat7, #tab8:checked ~ #cat8, #tab9:checked ~ #cat9, #tab10:checked ~ #cat10,#tab11:checked ~ #cat11,#tab12:checked ~ #cat12,#tab13:checked ~ #cat13,#tab14:checked ~ #cat14,#tab15:checked ~ #cat15,#tab16:checked ~ #cat16,#tab17:checked ~ #cat17,#tab18:checked ~ #cat18,#tab19:checked ~ #cat19,#tab20:checked ~ #cat20,#tab21:checked ~ #cat21,#tab22:checked ~ #cat22,#tab23:checked ~ #cat23,#tab24:checked ~ #cat24,#tab25:checked ~ #cat25,#tab26:checked ~ #cat26,#tab27:checked ~ #cat27,#tab28:checked ~ #cat28,#tab29:checked ~ #cat29,#tab30:checked ~ #cat30,#tab31:checked ~ #cat31,#tab32:checked ~ #cat32,#tab33:checked ~ #cat33,#tab34:checked ~ #cat34,#tab35:checked ~ #cat35,#tab36:checked ~ #cat36,#tab37:checked ~ #cat37,#tab38:checked ~ #cat38,#tab39:checked ~ #cat39,#tab40:checked ~ #cat40 {
  display: block;
}
.tab-holder section {
  display: none;
  padding: 20px 0 0;
  border-top: 1px solid #ddd;
}
input.tabs-manu[type="radio"i] {
  display: none;
}



.tab-holder {
  margin-top: 40px;
  padding: 30px;
  box-shadow: rgb(0 0 0 / 15%) 0px 2px 8px;
}
.categorytext {
  font-weight: 500;
  flex: 1;
}

.categoryimg {
	flex: 1;
}
.categorytext h1 {
  font-size: 28px;
  margin-bottom: 5px;
}
.categorytext h2 {
  font-size: 30px;
  font-size: 20px;
  margin-bottom: 10px;
}
.fa-ul {
       list-style: none;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 500;
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 20px;
    justify-content: space-between;
}
.fa-li {
  color: #F26822;
}

.fa-ul>li {
        flex-basis: 46%;
}

.sub-cat {
  padding-bottom: 20px;
}

.categoryimg img {
	max-width: 100%;
    max-height: 400px;
}

.spartan-flex {
	margin-top: 50px;
}

.promo-vid {
	flex: 1;
}

.sub-cat a {
	color: #000;
	text-decoration: underline;
}

.sub-cat a:hover {
	color: #F26822;
	text-decoration: underline;
}

@media screen and (max-width: 650px) {
  label.tabs {
    font-size: 0;
  }
  label.tabs:before {
    margin: 0;
    font-size: 18px;
  }
}
@media screen and (max-width: 400px) {
  label.tabs {
    padding: 15px;
  }
}

#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 999999;
    border: none;
    outline: none;
    background-color: #000;
    color: #fff;
    cursor: pointer;
	font-weight: 600;
    text-transform: uppercase;
	letter-spacing: .5px;
	text-decoration: none;
    line-height: 150%;
    padding: 5px 12px;
    opacity: .8;
    background: #000;
    font-size: 14px;
    text-align: center;
}

#myBtn:hover {
  box-shadow: 0 0 5px 0 rgb(0 0 0 / 50%);
}




/*-----HOVER STYLES----*/
/* Forward */
.hvr-forward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-forward:hover, .hvr-forward:focus, .hvr-forward:active {
  -webkit-transform: translateX(8px);
  transform: translateX(8px);
}
.foot-nav a.hvr-forward:hover, .foot-nav a.hvr-forward:focus, .foot-nav a.hvr-forward:active {
  -webkit-transform: translateX(8px);
  transform: translateX(8px);
  color: #F26822;
}
/* Skew */
.hvr-skew {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-skew:hover, .hvr-skew:focus, .hvr-skew:active {
  -webkit-transform: skew(-8deg);
  transform: skew(-8deg);
}
/* Float */
.hvr-float {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-float:hover, .hvr-float:focus, .hvr-float:active {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}
/*-------- FOOTER STYLES ----------------*/
footer {
  background: #000;
}
.flex-footer {
  align-items: flex-start;
  padding: 30px 0;
  margin: 0 auto;
  justify-content: space-between;
}
.foot-col img {
  width: 120px;
  max-width: 100%;
}
.foot-col a, .foot-col p {
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  line-height: 20px;
	transition:.3s all;
}

.foot-col li a {
	line-height: 2 !important;
}

.foot-col a:hover {
	color:#F26822
}
p#foot-title {
  font-family: 'Barlow', sans-serif !important;
  font-size: 15px !important;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 5px;
}
.bottom-footer {
  background: #29abe2;
  padding: 10px 0;
  text-align: right;
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  font-size: 15px;
}
.bottom-footer a {
  color: #fff;
}

span.inline-list {
    display: inline-block;
    margin-right: 50px;
}

.flex-footer.site-wid,.bottom-footer.site-wid {
	max-width: 90%;
}

/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/
#inv {
  padding: 5% 0;
}
#inv *:not(.fa):not(.far):not(.fas):not(.fab):not(.material-icons) {
  font-family: 'Barlow', 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, .faceted-search-content .faceted-section-box .faceted-btn-container .faceted-show-all-btn, .compare-listings-container .compare-container .button, .list-content .list-error-container .info button {
  -moz-border-radius: 0px !important;
  -o-border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  border-radius: 0px !important;
}
.list-content .list-listing-mobile .dealer-phone-container a {
  border-color: #000 !important;
  color: #000 !important;
  font-weight: 700 !important;
}
.list-top-section .list-title .list-title-text, .faceted-search-content .faceted-section-head, .list-content .price-container .price, .detail-wrapper .main-detail-pricing .detail-price, .detail-wrapper .main-detail-pricing .alternate-retail-price, .compare-listings-container .compare-container .compare-price, .list-content .list-error-container .info button {
  font-family: 'Barlow', sans-serif !important;
}
.google-maps-link .address, .mobile-option-bar .mobile-option-bar-filter {
  color: #000 !important;
}
.faceted-search-content .selected-facets-container .selected-facet, .faceted-search-content .faceted-section-box .faceted-search, .faceted-search-content .faceted-section-box .faceted-btn-container .faceted-show-all-btn, .list-content .listing-description, .view-listing-details-link, .contact-options a, .list-content .list-listing .listing-main-stats, .list-content .listing-dealer-info .spec-label, .list-content .listing-dealer-info .dealer-data, .list-content .listing-dealer-info spec-value, .detail-wrapper .offer-btn, .detail-additional-data .data-row .data-value, .detail-additional-data .data-row .data-label, .compare-listings-container .compare-container .button {
  font-family: 'Montserrat', sans-serif !important;
}
.detail-additional-data .data-row .data-value {
  font-weight: 500 !important;
}
.list-content .list-error-container .info .selected-facet button {
  background-color: transparent !important;
}
.list-content .list-error-container .info .selected-facet {
  background-color: transparent !important;
  border: none !important;
}
.list-top-section .list-title .list-title-text, .faceted-search-content .selected-facets-container .selected-facet, .faceted-search-content .faceted-section-box .faceted-search, .faceted-search-content .faceted-section-box .faceted-btn-container .faceted-show-all-btn, .detail-additional-data h3 {
  text-transform: uppercase;
}
.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: #29abe2 !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, .compare-listings-container .compare-container .button {
  background: #29abe2 !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, .compare-listings-container .compare-container .button {
  border: solid 1px #29abe2 !important;
  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, .compare-listings-container .compare-container .button:hover {
  background: #fff !important;
  color: #29abe2 !important;
}
.check-availability-link, .email-seller-link, .video-chat-link, .faceted-search, .faceted-show-all-btn, .cs-btns a, .calculator-btn {
  background: #000 !important;
  border: solid 1px #000 !important;
  transition: ease all 0.2s !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: #000 !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: #000 !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;
}
.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, .list-content .list-error-container .info button {
  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: #29abe2 !important;
  color: #29abe2 !important;
  font-family: 'Barlow', sans-serif !important;
}
.detail-content .dealer-info .phone-and-email .send-email-btn:hover, .list-content .list-listing-mobile .dealer-phone-container a:hover, .back-button: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;
}
.media-buttons .print-this, .media-buttons .email-this {
  font-family: 'Barlow', sans-serif !important;
  text-transform: uppercase !important;
  border: #000 solid 1px !important;
  background: transparent !important;
  color: #000 !important;
}
.media-buttons .print-this:hover, .media-buttons .email-this:hover {
  background: #000 !important;
  color: #fff !important;
}


.list-content .list-error-container .info .selected-facet button {
    padding: 5px !important;
    background-color: transparent !important;
    color: #000 !important;
	font-size: 14px !important;}
/*---------- RESPONSIVE STYLES ----------*/
@media only screen and (max-width: 1525px) {
  button.blue-btn {
    font-size: 16px;
  }
  .slide-info p {
    font-size: 16px;
  }
  .slide-info h2 {
    font-size: 26px;
    margin-bottom: 0;
  }
  .sliders {
    padding: 20px 30px;
    width: 60%;
  }
}

@media only screen and (max-width: 1374px) {

	.flex-cat {
		gap: 30px;
		justify-content: space-between;
	}
	
	.manu-cat {
    flex-basis: 31.3%;
}
	
	span.inline-list {
		display: block;
		margin-right: 0 !important;
	}
	
	
}
@media only screen and (max-width: 1215px) {
  .flex-container.flex-contact {
    gap: 45px;
  }
  .contact-form {
    flex: 1.5;
  }
  .about-img {
    flex: 1;
  }
  .video {
    padding-bottom: 235px;
  }
  .video-flex {
    gap: 30px;
  }
}
@media only screen and (max-width: 1180px) {
  .brand-head {
    width: 38%;
  }
  .about-us {
    flex-wrap: wrap;
  }
  .about-txt, .about-img {
    flex-basis: 100%;
  }
  .about-img img {
    width: 90%;
    margin: 0 auto;
  }
	.brand {
    text-align: center;
    flex-basis: 23%;
	}

}
@media only screen and (max-width: 1094px) {
  .cta-flex {
    gap: 20px;
  }
		.manu-cat {
    flex-basis: 47%;
    margin-bottom: 20px;
}
	
	.flex-cat {
    gap: 0;
	}
	
}
@media only screen and (max-width: 1008px) {
  .brand-head {
    width: 420px;
  }

	
}
@media only screen and (max-width: 920px) {
  .flex-home {
    gap: 20px;
  }
  .flex-img img {
    width: 150px;
  }
  .flex-img {
    flex: 1;
  }
  .foot-col img {
    width: 100px;
  }
  .quick {
    order: -1;
  }
  .logo-foot {
    order: 3;
  }
  .quick, .manu, .inv {
    flex-basis: 31%;
    text-align: left;
  }
  .flex-footer {
    flex-wrap: wrap;
    gap: 20px;
  }
  .logo-foot, .c-us {
    flex-basis: 100%;
    text-align: left;
  }
  .c-us {
    order: 3;
  }
  .service-flex {
    gap: 30px;
  }
}

@media only screen and (max-width: 900px) {
	.flex-category {
    flex-wrap: wrap;
}
	.categorytext,.categoryimg {
		flex-basis: 100%;
	}
	
	.categoryimg {
text-align: center;
}
	
	  .flex-container.flex-contact {
    flex-direction: column;
    align-items: stretch;
  }
  .map-bottom {
    margin-top: 45px;
  }
}
@media only screen and (max-width: 850px) {
  .cta {
    flex-basis: 47%;
  }
  .cta-flex {
    flex-wrap: wrap;
    gap: 20px;
  }
  .flex-img {
    flex-basis: 100%;
    text-align: center;
  }
  .flex-home {
    gap: 10px;
    flex-wrap: wrap;
  }
  .home-text {
    flex-basis: 100%;
    text-align: center;
  }
  .flex-img img {
    width: 95px;
  }
  .home-area {
    padding: 30px 0;
  }
  .video {
    padding-bottom: 350px;
    flex-basis: 100%;
  }
	
	.brand-text,.brand-logo {
    flex-basis: 100%;
}
	#last {
		order: -1 !important;
	}
	.flex-container.flex-manu {
		flex-wrap: wrap-reverse;
		gap: 10px;
		text-align:center;
	}
	.brand-logo img {
    width: 120px !important;
	}
	
	.spartan-flex .brand-logo img {
    width: 300px !important;
	
	}
	
	.h-h .brand-logo img {
    width: 300px !important;
	
	}
	
	.flex-manu.spartan-flex {
	gap: 0px !important;
}
	
}
@media screen and (max-width: 810px) {
  .mobile-fb {
    display: block;
    color: #fff;
    font-size: 20px;
  }
  .service-flex {
    flex-wrap: wrap;
  }
  .service-txt, .shadow-box {
    flex-basis: 100%;
  }
	
	.right-side p,.right-side a {
		font-size: 14px !important;
	}
}
@media only screen and (max-width: 715px) {
  .sliders {
    padding: 0;
    width: 100%;
    display: block;
    position: relative;
    background: #000;
	  margin: 0;
  }
	
  .slide-info {
    text-align: center;
    width: 80%;
    margin: 0 auto;
	  padding: 30px 0;
  }
  .slide-info h2 {
    font-size: 30px;
    margin-bottom: 10px;
  }
  button.blue-btn {
    font-size: 20px;
    margin-top: 15px;
  }

	.large-txt {
    font-size: 20px !important;
}
	.flex-cat a {
    font-size: 15px;
	}
	
	.fa-ul>li {
    flex-basis: 100%;
}
	
	.brand {
    text-align: center;
    flex-basis: 33%;
	}
}
@media only screen and (max-width: 660px) {
  .mobile-only {
    display: block;
  }
  .right-side {
    display: none !important;
  }
  .flex-head {
    justify-content: center;
  }
  .cta {
    flex-basis: 100%;
    padding: 15px;
  }
  .tab {
    display: inline-block;
  }
  .logo img {
    width: 190px;
  }
  .main-header {
    padding: 30px 0;
  }
  .cta-ico {
    width: 85px;
  }
  .flex-brands {
    padding: 40px 0 0 0;
  }
  #forward-txt {
    text-align: center;
  }
  .brand-head {
    width: fit-content !important;
    margin: 0 auto;
  }
  #blue-border {
    border: #29abe2 3px solid;
    text-align: center;
    width: 100px;
    margin: 10px auto;
  }
  .brands-home {
    width: 90%;
    margin: 0 auto;
  }
  .quick, .manu, .inv {
    flex-basis: 29%;
  }
	
	.tabs-manu {
    width: 37%;
		    margin-bottom: 20px !important;
}
	input:checked + label.tabs-manu {
		    border-radius: 5px;
    border: 1px solid #29abe2 !important;
    color: #29abe2 !important;
		
	}
	
	 .brand {
    flex-basis: 100%;
  }
  .flex-brands {
    flex-wrap: wrap;
    gap: 30px;
  }
	
	
}
@media only screen and (max-width: 588px) {
 
  .slide-info h2 {
    font-size: 22px;
    margin-bottom: 5px;
  }
  .slide-info p {
    font-size: 14px;
    line-height: 18px;
  }
  button.blue-btn {
    font-size: 18px;
    margin-top: 5px;
  }
  .home-main {
    padding: 50px 30px;
  }
  .video {
    padding-bottom: 270px;
  }
	
		.large-txt {
    font-size: 24px !important;
}
	
	
	.manu-cat {
    flex-basis: 100% !important;
		
	}
	
	.flex-cat a {
    font-size: 18px;
}
	.promo-vid iframe {
		    height: 200px !important;
	}
}

@media only screen and (max-width: 530px) {
	.tabs-manu {
    width: 100%;
    padding: 15px 0 !important;
}
	
	.categorytext .blue-btn {
		width: 100% !important;
    padding: 10px 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
    text-align: center;
		margin-top: 0;
	}
}
@media only screen and (max-width: 500px) {
  #forward-txt h2 {
    font-size: 32px;
  }
  .brand img {
    max-height: 95px;
  }
  .quick, .manu, .inv {
    flex-basis: 100%;
  }
  button.blue-btn.service-btn {
    width: 100%;
  }
  .flex-btns {
    flex-wrap: wrap;
  }
  .blue-btn.about-btn, .orange-btn {
    flex-basis: 100%;
  }
	
	.orange-btn {
		width: 100%;
		padding: 8px 10px;
	}
	
	.flex-brands {
    gap: 20px;
}
}
@media only screen and (max-width: 404px) {
  .slide-info p {
    display: none !important;
  }
	
	
	.categorytext .fa-ul {
		line-height: 28px;
		margin-left: 1.5em !important;
	}
	
	.categorytext .fa-ul>li {
    padding-bottom: 8px;
} 
	
	.fa-ul {
		gap: 5px;
	}
	
	a.sales-phone, a.map-direction, a.servce-phone {
		font-size: 14px;
	}
}