﻿/*===================== 
	Color information
	
	-
	-
	-
	-
		 
=======================*/
/*===================== 
	CSS reset/normalize 
=======================*/

/**Correct `block` display not defined in IE 8/9.**/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block;
}

pre {
	white-space: pre-wrap;
}

small {
	font-size: 80%;
}


/*===================== 
	@Font-Face 
=======================*/


/*===================== 
	base styles 
=======================*/

html {
	font-family: Arial, sans-serif;
	/* 1 */
	-ms-text-size-adjust: 100%;
	/* 2 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
}

body {
	margin: 0;
	font-family: 'roboto', sans-serif !important;
}

svg:not(:root) {
	overflow: hidden;
	/*reset*/
}

/* clear floats */
.group:before,
.group:after {
	content: "";
	display: table;
}

.group:after {
	clear: both;
}

.group {
	zoom: 1;
}

.clear {
	clear: both;
}

/*image replacement*/
.hide-text {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	border-style: solid;
	height: 0;
}

img {
	border: 0;
}

/*===================== 
	typography 
=======================*/

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 2em;
}

p {
	margin: 0;
	font-family: 'roboto', sans-serif !important;
	font-size: 15px;
	color: #000;
	line-height: 1.4em;
}

h1 {
	font-family: 'roboto condensed', sans-serif;
	font-size: 32px;
	color: #fda819 !important;
	font-weight: 700;
	text-transform: uppercase;
}

h2 {
	font-family: 'roboto condensed', sans-serif !important;
	font-size: 26px;
	color: #000 !important;
	font-weight: 700;
	text-transform: uppercase;
}

h3 {
	font-family: 'roboto condensed', sans-serif !important;
	font-size: 20px;
	color: #000 !important;
	font-weight: 700;
	text-transform: uppercase;
}

h4 {
	font-family: 'roboto condensed', sans-serif !important;
	font-size: 18px;
	color: #fda819 !important;
	font-weight: 700;
}

h5 {
	font-family: 'roboto condensed', sans-serif !important;
	font-size: 16px;
	color: #000 !important;
	font-weight: 700;
}

h6 {
	font-family: 'roboto condensed', sans-serif !important;
	font-size: 14px;
	color: #000 !important;
	font-weight: 700;
}

/*===================== 
	link styles 
=======================*/

a:focus {
	outline: thin dotted;
	/*reset*/
}

a,
a:link,
a:visited,
a:active {
	outline: 0;
	/*reset*/
	color: inherit;
	text-decoration: none;
}

a:hover {
	outline: 0;
	/*reset*/
	text-decoration: none;
	color: #ccc;
}

/*===================== 
	header styles 
=======================*/


header {
	margin: 0 auto;
	width: 100%;
}
.header-logo {
	max-width: 180px;
}

.header-bg {
	background-color: #000;
	padding: 1% 4%;
}

.header-right {
	text-align: right;
	padding: 15px 0px;
}

.header-address {
	font-family: 'roboto condensed', sans-serif;
	font-size: 16px;
	color: #fff;
	font-weight: 400;
}

.marker-header {
	color: #f2aa31 !important;
	padding-right: 5px;
}

.fa-phone-header {
	color: #f2aa31 !important;
	padding-right: 8px;
}

.header-phone {
	color: #f2aa31 !important;
	font-size: 26px;
	font-family: 'roboto condensed', sans-serif;
	font-weight: 700;
}

.header-phone:hover {
	color: #fff !important;
	transition: 0.2s;
}

/*===================== 
	nav styles 
=======================*/
.nav-bg {
	background-color: #f2aa31 !important;
	padding: 0 4%;    
}

nav.primary {
	padding: 0;
	display: block;
	margin: 0 auto;
	position: relative;
	text-align: center;
}

nav.primary ul {
	padding: 0;
	margin: 0;
}

nav.primary ul li {}

nav.primary>ul>li,
nav.mobile>ul>li {
	display: inline-block;
	list-style-type: none;
	padding: 12px 10px;
}

nav.primary>ul>li:hover,
nav.mobile>ul>li:hover {
	background-color: #e49a1e;
	transition: 0.3s;
}

nav.primary ul li a {
	font-family: ;
	font-size: ;
	font-weight: ;
	color: ;
}

nav.primary ul li a:hover {
	color: ;
}


/* Appearance of the sub-level links */

nav.primary ul li li a {
	line-height: ;
	color: ;
	text-align: ;
	font-size: ;
	font-weight: ;
	font-family: 'roboto condensed', sans-serif;
	text-transform: uppercase;
}

nav.primary ul li li a:hover {
	color: ;
	text-align: ;
	font-size: ;
	font-weight: ;
}

nav.primary ul li li:hover {}


/* This controls the Primary nav dropdowns for sublinks. Should not have to edit this too much */
nav.primary ul ul {
	display: none;
	position: absolute;
	max-width: 235px;
	background: ;
	/*margin-top: 21px;*/
}

nav.primary ul ul ul {
	position: absolute;
	left: 100%;
	top: 0;
}

nav.primary ul li:hover>ul {
	display: block;
	line-height: 18px;
	z-index: 2000 !important;
	background: #e49a1e;
	margin-left: -15px;
}

nav.primary ul ul li {
	float: none;
	position: relative;
	display: block;
	margin: 0;
	width: 100%;
	padding-left: ;
	padding-right: ;
	padding: 10px;
	color: black;
	font-weight: bold;
}

.dropdown_arrow {
	display: inline-block !important;
}

.dropdown_style {
	font-size: ;
	font-weight: ;
}

.primary_navLink {
	font-family: 'roboto condensed', sans-serif;
	text-transform: uppercase;
	color: #000 !important;
	font-weight: 700;
	font-size: 14px;
}



/******** End of primary Nav ***************/


/*===================== 
	mobile nav
=======================*/

#menu-button {
	/* initially will need to be hidden */
	display: block;
	font-size: 32px;
	width: 100%;
	position: relative;
	z-index: 400;
	/* needs to be lower than nav.mobile, adjust as needed */
	padding: ;
	border-bottom: ;
	text-align: center;
	min-height: 0 !important;
}

#menu-button a {
	color: #000;
	text-decoration: none;
	text-align: right !important;
}

nav.mobile {
	display: block;
	position: fixed;
	top: 0;
	left: -250px;
	width: 250px;
	height: 100%;
	background: #000;
	z-index: 500;
	/* needs to be higher than #menu-button, adjust as needed */
	overflow: auto;
}

nav.mobile h3 {
	/* Menu header styles */
	position: relative;
	padding: 12px 10px;
	color: #fff;
	font-size: 1.2em;
	font-weight: 400;
	border-bottom: 4px solid #222;
}

nav.mobile .menu-toggle {
	/* Menu close button */
	position: absolute;
	top: 12px;
	right: 10px;
	display: inline-block;
	padding: 6px 9px 5px;
	font-family: Arial, sans-serif;
	font-weight: 700;
	line-height: 1;
	background: #222;
	color: #999;
	text-decoration: none;
	vertical-align: top;
}

.menu-toggle {
	text-align: right;
	font-size: 28px;
	color: #000;
}

.menu-toggle a:hover {
	color: #000 !important;
}

.close_mobile {
	font-size: 26px !important;
	font-weight: 900;
	text-align: right;
}

nav.mobile .menu-toggle:hover {
	/* Menu close button on hover */
	color: #fff;
}

nav.mobile ul {
	list-style: none;
	font-weight: 300;
	margin: 0;
	padding: 0;
}

nav.mobile ul li {
	padding: 8px 0 6px 0 !important;
}

nav.mobile ul li a {
	position: relative;
	display: block;
	padding-left: 14px;
	color: #999;
	text-decoration: none;
	font-size: 15px;
	font-family: 'roboto condensed', sans-serif;
	text-transform: uppercase;
	color: #000 !important;
	font-weight: 700;
	letter-spacing: 1px;
	display: inline-block;
	text-transform: uppercase !important;
}

.click {
	margin-left: 10px;
}

nav.mobile ul li a:hover {
	background: ;
	color: #2b2b2b;
}


nav.mobile ul li li a {
	/* appearance of the sub-level links */
	position: relative;
	display: block;
	padding: 0px 10px 0px 15px;
	color: #000;
	text-decoration: none;
	/* text-transform: none !important; */
}

nav.mobile ul li li li a {
	/* appearance of third level sub-level links if needed */
	background: #666;
	position: relative;
	display: block;
	padding: 10px 10px 10px 25px;
	color: #000;
	text-decoration: none;
}

nav.mobile ul li span.click {
	/* dropdown menu idicator arrow be sure to include this image with your image files */
	background: url(../siteart/menu-dropdown-arrow.png) 10px 12px no-repeat;
	background-size: 55%;
	position: relative;
	display: block;
	float: right;
	margin: -44px 0 0 0;
	cursor: pointer;
	z-index: 12399994;
	width: 44px;
	height: 44px;
	-webkit-transition: background-size .3s ease-in-out;
	-moz-transition: background-size .3s ease-in-out;
	transition: background-size .3s ease-in-out;
}

nav.mobile ul li span.click:hover {
	background-size: 60%;
}

/*===================== 
	layout styles 
=======================*/
.site-bg {
	background-color: #000;
	padding: 0% 4%;
}

.content-bg {
	background-color: #fff;
	padding: 2% 4% 4% 4%;
	min-height: 500px;
}

/*---JOB LISTINGS---*/
.career-wrap {
	display: flex;
	justify-content: space-between;
	gap: 20px;
}

.career-option {
	flex: 1;
	border: 1px solid #eee;
	padding: 20px;
}

.career-option h3 {
	margin-bottom: 10px;
}

.financing-option h2 {font-size: 22px;}
.financing-option {text-align: center;transition:.3s all;margin: 0 auto;width: fit-content;}

.financing-option:hover {box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;}
.financing-option img {max-width: 100%;width: 350px;margin: 0 auto;}
.financing-option a {display: inline-block;width: 100%;}
.financing-option.half-width {max-width: 50%; width: 100%;}
p.large-txt {
	font-size: 22px;
	text-align: center;
	width: 90%;
	margin: 0 auto;
}

p.large-txt a {
	font-weight: 800;
}

a.apply-btn {
	display: inline-block;
}

button.home-invBtn {
	border: none;
	width: 100%;
	max-width: 400px;
	text-align: center;
	display: block;
}

button.home-invBtn:hover {
	background: #000;
	color: #fff;
}

.bottom-page {
	text-align: center;
}

/*===================== 
	home styles 
=======================*/
.slide-right {
	background-image: url("../siteart/black-texture.jpg");
	background-repeat: no-repeat;
	background-color:#000 !important;
}

.homeh3 {
	font-family: 'roboto condensed', sans-serif;
	font-size: 38px;
	text-transform: uppercase;
	color: #fff !important;
	font-weight: 700;
}

.home-invBtn {
	background-color: #f2aa31;
	padding: 10px 20px;
	color: #000;
	font-family: 'roboto condensed', sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 15px;
	margin-top: 20px;
	max-width: 180px;
	text-align: center;
}

.home-invBtn:hover {
	background-color: #fff;
	transition: 0.3s;
}

.scrolling-wrap {
	width: 100%;
	height: 90px;
	overflow: hidden;
	border-top: 2px solid #f2aa31;
	border-bottom: 2px solid #f2aa31;
	padding-left: 0px;float: none;
	padding-right: 0px;
}

.scrolling {
	width: 100%;
	height: 92px;
}

.home-content {
    text-align: center;
    max-width: 1000px;
    margin: 0 auto;
    float: none;
    display: block;
    width: 100%;padding: 30px 0;
}

.subpage-content {
	padding: 30px 0px;
}

.homeh1 {
	font-family: 'roboto condensed', sans-serif;
	color: #f2aa31;
	font-weight: 700;
	font-size: 28px;
	text-transform: uppercase;
	text-align: center;
	padding-bottom: 8px;
}

.home-btnText {
	font-family: 'roboto condensed', sans-serif !important;
	font-size: 16px;
	color: #fda819 !important;
	font-weight: 700;
	text-transform: uppercase;
	text-align: left;display: flex;
    justify-content: space-between;
}

.home-btnBlack {
	background-color: #000;
	padding: 10px 15px;
}

a.social-wrap:hover .home-btnBlack {
	background-color: #333;
	transition: 0.2s;
}

a.social-wrap:hover span.social-icon {opacity: 1;}

.fa-chevron-circle-right {
	color: #fff !important;
	padding-left: 12px;
}

.home-btnImg {
	width: 100%;
}
a.social-wrap {
    position: relative;
}

span.social-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 48px;
    color: #fff;
    z-index: 9;opacity: .75;transition:.3s all;
}
.home-btnImg {
    width: 100%;
    filter: brightness(0.5);
	transition: .3s all;
}

a.social-wrap:hover .home-btnImg {
    filter: brightness(1);
}

.brands-carry {
    display: flex;
    justify-content: center;
    gap: 40px;
    align-items: center;
}
.brands-carry a {flex: 1;max-width: 190px;}
.brands-carry img {max-width: 100%;width: 100%;}
/*===================== 
	slideshow styles 
=======================*/
.slide-row {display:flex;}
.hero-img {
    flex: 2;
}
.slide-right {
    flex: 1;display: flex;align-items: center;justify-content: center;
}
.hero-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.hero-info {
    width: 80%;
	padding: 40px 0;
    margin: 0 auto;
}
/*===================== 
	subpage styles 
=======================*/
.headingPad {
	padding-top: 10px;
	font-size: 22px;
	margin-bottom: 10px;
}

.contact-border h2 {font-size: 20px;}
.contact-border h3 {font-size: 18px; text-transform: none;}

.product-grid {display: grid;grid-template-columns: repeat(3, 1fr); gap: 40px; grid-auto-rows: minmax(100px, auto); text-align: center;}

.product-wrap { border: 1px solid #eee; padding: 25px; text-align: center;}

.product-wrap:hover {background-color: #eee;transition: 0.3s;}
.product-wrap h3 { margin-bottom: 10px; font-size: 22px; font-weight: 900;}
.ktec-img {width: 100%;max-width: 100%;}

span.top-banner { display: inline-flex; align-items: center; justify-content: space-between; width: 100%;margin-bottom:20px;gap: 10px;flex-wrap:wrap;}
a.black-btn {
    background: #000;
    padding: 15px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 1px;
	font-family: 'roboto condensed', sans-serif !important;transition:.3s all;}
a.black-btn:hover {background:#222;}

.subpage-link {
	color: #f2aa31 !important;
}


.subpage-link:hover {
	color: #333 !important;
	transition: 0.2s;
}

.contact-border {
	border: 1px solid #eee;
	padding: 25px;
	text-align: center;
	margin-bottom: 25px;
}

.google-maps {
	position: relative;
	padding-bottom: 30%;
	height: 0;
	overflow: hidden;
}

.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

.subpage-btn {
	background-color: ;
	color: ;

}
/*---ACCORDION---*/
.accordion{display: block; position: relative; margin-bottom: 10px; color: #000; border: 1px #eee solid; border-radius: 5px; transition: all .2s ease-in-out;background:#fff;}
.accordion:hover{border: 1px #ccc solid;}
.accordion .accordion-header{display: flex; align-items: center; padding: 15px 20px 15px 25px; font-weight: 700; border-radius: 5px; cursor: pointer;font-size: 18px;text-transform: uppercase;letter-spacing: 1px;}
.accordion .accordion-header:before{font-family: "Font Awesome 5 Free"; font-size: 20px; font-weight: 900; content: "\f067"; margin-right: 20px; color: #f2aa31 !important;}
.accordion .accordion-content{display: none; padding: 25px;}
.accordion.active:hover{border: 1px #eee solid;}
.accordion.active .accordion-header:before{content: "\f068"; color: #f2aa31 !important;}
.accordion.active{color: #fff !important;background: #f8f8f8 !important;}
.accordion-header h3 {font-size: 18px;line-height: 1;text-transform: none;}
.review-slider {margin-top: 15px;padding: 15px !important;}
.review-wrap {padding: 20px;background-color: #fff;box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;border-radius: 4px;text-align: left;}

.review-wrap i {font-size: 40px;margin-bottom: 5px;color: #f2aa31;}
.review-wrap img {filter: brightness(0);opacity: .15;max-width: 100%;width: 150px;margin-bottom: 10px;}
.swiper-button-prev, .swiper-button-next {position: unset !important;height: unset !important;width: unset !important;color: #000 !important;padding: 15px !important;display: inline-block !important;font-weight: 900 !important;}
.form h1 {text-align: center;}
div#formpage {display: flex; flex-direction: column; align-items: center;}
input[type="submit"] {background: #f2aa31; color:#000; max-width: 460px; text-align: center;padding: 10px 20px; display: flex;width:100%;font-family: 'roboto condensed', sans-serif;font-weight: 700;font-size: 15px;}
input[type="submit"]:hover,input[type="submit"]:active,input[type="submit"]:focus {background: #000;color: #fff; transition:ease-in-out .25s;}
label {font-size: 16px;}
.form .col-sm-6 {width: 100%;}
.formfield2 {display: flex; flex-direction: column; width: 60%; margin: 0 auto;padding-bottom: 21px;}
.formfield div {flex: 1;box-sizing: border-box;}
.formfield {display: flex; gap: 10px;width: 100%; margin: 0 auto;padding-bottom: 21px;}
.formfield label {display: block;}
.mailer-form input,.mailer-form textarea {width: 100%;box-sizing:border-box;padding: 5px !important;}
.employee-btnText {
	font-family: 'roboto condensed', sans-serif !important;
	font-size: 18px;
	color: #fda819 !important;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
}

.employee-btnBlack {
	background-color: #000;
	padding: 10px 25px;
}

.employee-btnBlack:hover {
	background-color: #333;
	transition: 0.2s;
}

.esop-banner {
    text-align: center;
    background: linear-gradient(to right, #333, #555);
    padding: 40px;
    box-sizing: border-box;border-radius: 10px;box-sizing: border-box;
  width: 100%;
}

.esop-banner h2 {	font-family: 'roboto condensed', sans-serif;
	font-size: 32px;text-align: left;
	text-transform: uppercase;
	color: #fff !important;
	font-weight: 700;}

.esop-banner .top-banner {margin-bottom: 0;}

.video-hold {position: relative;width: 100%;padding-bottom: 56.25%;}
.video-hold iframe{position: absolute;top: 0;left: 0; width: 100%;height: 100%;}
.privacy-wrapper {
	width: 90%;
	margin: 0 auto;
}

.privacy-wrapper h1,
.privacy-wrapper h2{
	margin-bottom: 10px;
}

.privacy-wrapper h2 {
	font-size: 26px;
}

.privacy-wrapper ul {
	margin: 5px auto 20px;;
}

.privacy-wrapper li {
	margin-bottom: 5px;
}



.privacy-wrapper a:hover, 
.privacy-wrapper a:focus,
.privacy-wrapper a:active {
	color:#D19023!important;
	transition: .25s ease-in-out;
}

.link {
	font-weight: 600;
}
/*===================== 
	footer styles 
=======================*/
footer {background:#000;color:#fff;}
.foot-flex {width: 90%;margin: 0 auto;display: flex;gap: 5%;align-items: flex-start;padding: 40px 0;}
.foot-col {flex: 1;}
.foot-col img {max-width: 100%;width: 150px;}
.foot-col a {color:#fff;}

.footer-link a:hover, 
.footer-link a:focus,
.footer-link a:active{
	color:#f2aa31 !important;
	transition: .25s ease-in-out;
}

.footer-link p{color: #fff !important;text-align: center;margin-bottom: 20px;}

footer {width: 100%;}

.foot-col p {color: #fff;}
a.social-foot {font-size: 28px;transition:.3s all;}

a.social-foot i {color: #fff !important;transition:.3s all;}
a.social-foot:hover i {color: #f2aa31 !important;}

.foot-col ul {
    list-style: none;
    padding-inline: 0;
}
.foot-col ul li a {line-height: 2;font-size: 15px;transition: .3s all;}
.foot-col ul li a:hover {color: #f2aa31 !important;}
.foot-col strong {font-size: 18px;text-transform: uppercase;/* letter-spacing: 1px; */font-family: 'roboto condensed', sans-serif !important;margin-bottom: 10px;display: block;}

.foot-col i { color: #f2aa31 !important;}

.footer-bg {
	background-color: #000;

}


/*========================= 
	 INVENTORY STYLES
===========================*/
.container {
	background: #fff !important;
	margin-top: 2% !important;
	margin-bottom: 2% !important;
}

.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 {
	-moz-border-radius: 5px !important;
	-o-border-radius: 5px !important;
	-webkit-border-radius: 5px !important;
	border-radius: 5px !important;
}


.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: #f2aa31 !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: #f2aa31 !important;
	color: #000 !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;
	color: #f2aa31 !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;
}


.list-content .list-container .buy-btn,
.list-content .list-container .contact-btn,
.list-content .list-container .check-availability,
.list-content .list-container .email-seller,
.list-content .list-container .video-chat,
.list-content .list-container .facebook-messenger,
.list-content .list-container .whatsapp,
.list-content .list-container .text {
	background: #000 !important;
	color: #fff !important;
}



/*========================= 
	 Responsive styles 
===========================*/

/*==========  Non-Mobile First Method  ==========*/
@media only screen and (max-width : 1350px) {.product-grid{ gap: 20px;}
	.product-wrap {padding: 20px;}
nav.primary>ul>li, nav.mobile>ul>li {padding: 12px 6px;}
	.primary_navLink {font-size: 13px;}
}

@media only screen and (max-width : 1280px) {
	nav.primary>ul>li, nav.mobile>ul>li {padding: 12px 6px;}
	.primary_navLink {font-size: 12px;}
	
}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
	nav.primary>ul>li, nav.mobile>ul>li {padding: 12px 6px;}
	.primary_navLink {font-size: 12px;}

	.slide {
		width: 100%;
		padding-bottom: 15px;
		min-height: 0;
		height: auto;
	}

	.slide-row {
		min-height: 0;
	}

	.career-wrap {
		flex-wrap: wrap;
	}

	.career-option {
		flex-basis: 100%;
	}
	
	.product-grid {   grid-template-columns: repeat(2, 1fr);}
	.homeh3 {font-size: 32px;}
	}

@media only screen and (max-width : 1100px) {
	.nav-bg {padding: 0 2%;}
	.primary_navLink {font-size: 12px;}
	nav.primary>ul>li, nav.mobile>ul>li {padding: 12px 5px;}
}


@media only screen and (max-width : 1003px) {
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 1000px) {
	.primary_navLink {font-size: 9px;}
	nav.primary>ul>li, nav.mobile>ul>li {padding: 12px 5px;}
	header .row.nav-bg .hidden-xs.hidden-sm.menu-rowDiv  {
		display: none !important;
}
	
	header .row.nav-bg .col-xs-12.hidden-md.hidden-lg.hidden-xl, header .row.nav-bg .col-xs-12.hidden-md.hidden-lg.hidden-xl .row.hidden-md.hidden-lg.hidden-xl {
		display: block !important;
}
	

	.home-btnPad {
		margin: 7px 0px;
	}

	nav.mobile {
		background: #e49a1e !important;
	}

	.close_mobile {
		color: #fff !important;
	}

	.close_mobile:hover {
		color: #000 !important;
		transition: 0.3s;
	}

	.primary_navLink:hover {
		color: #fff !important;
		transition: 0.2s;
	}
	
	
	
}


@media only screen and (max-width : 990px) {
	.slide-row {flex-wrap:wrap-reverse;}
	.hero-img,.slide-right {flex-basis: 100%;}
	.hero-info {width: 90%;}
		.content-bg {padding-top: 40px;padding-bottom:40px;}
	}
/* Small Devices, Tablets */
@media only screen and (max-width : 920px) {
	
	.foot-flex {flex-wrap:wrap-reverse;gap:30px;text-align: center;}
	.foot-col {flex-basis: 100% !important;}
	
	
}
/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	span.top-banner {justify-content: center !important;text-align: center !important;gap: 10px;}
	.product-grid{    grid-template-columns: repeat(1, 1fr);}
	.header-logo {
		margin: 0 auto;
		text-align: center;
	}

	.header-right {
		text-align: center;
	}

	.google-maps {
		padding-bottom: 50%;
	}

	p.large-txt,
	button.home-invBtn,
	a.apply-btn {
		width: 100%;
		max-width: 100%;
	}

	.financing-option.half-width {max-width: 100%; width: 100%;}
}
	@media only screen and (max-width : 650px) {
		.formfield {flex-wrap:wrap;}
		.formfield div {flex-basis: 100%;}
		
	}
/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
	.home-btnImg {
		width: 100%;
	}
	
	.home-btnBlack {
		width: 100%;
	}

	.career-option ul {
		padding-inline-start: 20px;
	}
	
	.brands-carry {flex-wrap:wrap;gap: 10px;margin-top: 20px;width: 100%;}
	.brands-carry a {flex-basis: 100%;}
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {
	.content-bg {
		padding: 2% 0% 4% 0%;
	}
	}
