﻿/***** 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;	
}

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 {overflow-x: hidden;}

a:link, a:visited, a:active {text-decoration:none;}
a:hover {text-decoration:none; cursor: pointer !important;}
button:hover {cursor: pointer !important;}

hr{border:#000 1px solid;}
html {font-family: 'roboto', sans-serif;}

/*--- HEADER STYLES ---------------------*/

header {background: #383A3C; display: flex; justify-content: flex-end;}
.header-wrap {background: #E49F25; display: flex; gap: 30px; padding: 12px 0; width: 425px; justify-content: center; clip-path: polygon(8% 0%, 100% 0%, 100% 100%, 0% 100%);}
.header-wrap a {display: flex; gap: 10px; align-items: center; color: #383A3C; font-family: 'roboto', sans-serif; font-weight: 600; font-size: 15px; line-height: 15px;}
.header-wrap a:hover p {letter-spacing: .5px; transition: .5s;}

#header-nav {width: 95%; margin: 0 auto; display: flex; justify-content: space-between; align-items: center;}
.contact-button button {background: #383A3C; width: 200px; border-radius: 30px; padding: 12px 0; border: none; text-transform: uppercase; color: #fff; font-size: 15px; line-height: 15px; font-weight: 600; font-family: 'roboto', sans-serif;}
.home-link nav.primary ul li:first-child a {color: #E49F25 !important;}
.inv-link nav.primary ul li:nth-child(2) a {color: #E49F25 !important;}
.parts-link nav.primary ul li:nth-child(3) a {color: #E49F25 !important;}
.auctions-link nav.primary ul li:nth-child(4) a {color: #E49F25 !important;}
.export-link nav.primary ul li:last-child a {color: #E49F25 !important;}
.contact-button button:hover {background: #E49F25; transition: .5s;}

/*---BODY--------------------------------*/

/*---DEFAULT---*/

.hero-bkgrd {background: #383A3C; margin-top: -20px;}
.hero-wrap {width: 99%; margin: 0 auto; padding: 40px 0; display: flex; justify-content: space-between; align-items: center;}
.hero-wrap > div {width:96%;}/*{width: 45%;}*/ 
.hero-wrap h1 {font-size: 35px; line-height: 45px; text-transform: uppercase; color: #fff; font-family: 'roboto-condensed', sans-serif;}
.hero-wrap p {color: #fff; font-size: 18px; line-height: 30px; font-family: 'roboto', sans-serif; margin-top: 15px; margin-bottom: 25px;}
.hero-wrap > div:first-child button {background: #E49F25; width: 250px; padding: 12px 0; border-radius: 30px; color: #383A3C; text-transform: uppercase; font-family: 'roboto', sans-serif; font-size: 15px; line-height: 15px; font-weight: 600; border: 2px #E49F25 solid;}
.hero-wrap > div:first-child button:hover {border: 2px #fff solid; background: none; color: #fff; transition: .5s;}
.reel img {clip-path: polygon(100% 20%, 100% 100%, 15% 100%, 0% 80%, 0% 0%, 85% 0%);}
.hero-wrap > div:first-child {padding: 60px 0 30px 0;}

#inv-filter-search {background: #EBEBEB;}
#inv-filter-search form {width: 95%; margin: 0 auto; padding: 20px 0; display: flex; gap: 10px; align-items: center;}
#inv-filter-search form select {width: 100%; border: none; color: #383A3C; font-size: 15px; line-height: 15px; padding: 10px 0 10px 10px; font-family: 'roboto', sans-serif;}
#inv-filter-search button {background: #383A3C; border: none; padding: 15px 0; width: 220px; font-size: 15px; line-height: 15px; text-transform: uppercase; color: #fff; font-family: 'roboto', sans-serif; border-radius: 30px; font-weight: 600;}
#inv-filter-search button:hover {background: #E49F25; transition: .5s;}

.top-tier {width: 95%; margin: 0 auto; padding: 100px 0 80px 0;}
.top-tier h2 {text-align: center; width: 800px; margin: 0 auto; font-family: 'roboto-condensed', sans-serif; font-size: 35px; line-height: 45px; text-transform: uppercase; color: #383A3C; font-weight: 600;}
.top-tier h2 span {color: #E49F25;}
.tier-flex {display: flex; justify-content: space-between; gap: 15px; padding-top: 50px;}
.tier-flex > div {width: 100%;}
.tier-flex img {width: 100%; clip-path: polygon(100% 75%, 88% 100%, 0% 100%, 0% 25%, 12% 0%, 100% 0%); margin-bottom: 20px;}
.tier-flex h3 {color: #383A3C; font-size: 25px; line-height: 35px; font-family: 'roboto-condensed', sans-serif; text-transform: uppercase; font-weight: 600; margin-bottom: 10px;}
.tier-flex p {color: #707070; font-size: 16px; line-height: 26px; font-family: 'roboto', sans-serif; margin-bottom: 10px;}
.tier-flex a p {text-decoration: underline; font-weight: 600; color: #383A3C;}
.tier-flex a:hover p {color: #E49F25; transition: .5s;}

.brands {background: #383A3C;}
.brands-wrap {width: 95%; margin: 0 auto; padding: 80px 0;}
.brands-wrap h2 {font-family: 'roboto-condensed', sans-serif; font-size: 35px; line-height: 45px; text-transform: uppercase; color: #fff; font-weight: 600; margin-bottom: 10px;}
.brands-wrap p {color: #fff; font-size: 16px; line-height: 26px; font-family: 'roboto', sans-serif; width: 630px;}
.brandreel img {width: 100%;}
.brandreel {margin-top: 40px;}
.brandreel a:hover img {opacity: .75; transition: .5s;}

.in-touch {display: flex; justify-content: space-between; width: 95%; margin: 0 auto; padding: 100px 0 80px 0;}
.contact-links {background: #383A3C; width: 35%;}
.in-touch h2 {color: #383A3C; font-weight: 600; font-family: 'roboto-condensed', sans-serif; font-size: 35px; line-height: 45px; text-transform: uppercase; margin-bottom: 15px;}
.in-touch h2 span {color: #E49F25;}
.contact-form p {color: #383A3C; font-size: 16px; line-height: 26px; font-family: 'roboto', sans-serif;}
.contact-form form input {width: 100%; background: #EBEBEB; border: none; margin-bottom: 10px; padding: 10px 0 10px 15px; font-family: 'roboto', sans-serif; font-size: 14px; line-height: 14px; color: #8E8E8E;}
.contact-form form .form-flex {display: flex; gap: 10px;}
.contact-form form textarea {width: 100%; background: #EBEBEB; border: none; margin-bottom: 10px; padding: 10px 0 0 15px; font-family: 'roboto', sans-serif; font-size: 14px; line-height: 14px; color: #8E8E8E; height: 150px;}
.contact-form form {margin-top: 20px;}
.contact-form {width: 55%; margin-top: 50px;}
.contact-links > div {padding: 50px 40px;}
.contact-links h4 {font-family: 'roboto-condensed', sans-serif; color: #fff; font-size: 20px; line-height: 30px; text-transform: uppercase; margin-bottom: 5px;}
.contact-links a {color: rgba(255,255,255,0.75); font-size: 16px; line-height: 28px; font-family: 'roboto', sans-serif;}
.contact-links a:hover {color: #E49F25; transition: .5s;}
.contact-form form .submitselect {background: #383A3C; width: 200px; border-radius: 30px; padding: 12px 0; color: #fff; text-transform: uppercase; font-size: 15px; line-height: 15px; display: flex; justify-content: center; font-family: 'roboto', sans-serif; font-weight: 600; margin-top: 25px;}
.contact-form form .submitselect:hover, .contact-form form .submit:hover {background: #E49F25; transition: .5s; cursor: pointer !important;}
.contact-form form .submit {background: #383A3C; width: 200px; border-radius: 30px; padding: 12px 0; color: #fff; text-transform: uppercase; font-size: 15px; line-height: 15px; font-family: 'roboto', sans-serif; font-weight: 600;}
.contact-form form .CaptchaAnswerPanel input {width: auto !important;}
.contact-form form .CaptchaWhatsThisPanel a {color: #383A3C; text-decoration: underline;}

.hero-content {text-align: center;}
.scrolling-wrap {width:100%; height:92px; overflow:hidden; padding:10px; background:#9C9C9C;}
.scrolling {width:100%; height:90px;}

/*---PARTS---*/

.parts-content {width: 95%; margin: 0 auto; padding: 100px 0 80px}
.parts-content h2 {font-family: 'roboto-condensed', sans-serif; font-size: 35px; line-height: 45px; text-transform: uppercase; color: #383A3C; font-weight: 600; margin-bottom: 20px;}
.parts-content p {color: #707070; font-size: 16px; line-height: 26px; font-family: 'roboto', sans-serif; margin-bottom: 10px;}
.parts-content button {background: #E49F25; width: 200px; border-radius: 30px; padding: 12px 0; color: #383A3C; text-transform: uppercase; font-size: 15px; line-height: 15px; font-family: 'roboto', sans-serif; font-weight: 600; border: none; margin-top: 20px;}
.parts-content button:hover {background: #383A3C; color: #fff; transition: .5s;}
.parts-wrap {width: 55%;}

.parts-flex {display: flex; gap: 10px; margin-top: 80px; width: 100%;}
.parts-flex img {width: 100% !important;}

/*---EXPORT---*/

.contact-form button {background: #E49F25; width: 200px; border-radius: 30px; padding: 12px 0; color: #383A3C; text-transform: uppercase; font-size: 15px; line-height: 15px; font-family: 'roboto', sans-serif; font-weight: 600; border: none; margin-top: 20px;}
.contact-form button:hover {background: #383A3C; color: #fff; transition: .5s;}

/*--------FORM STYLES--------------------*/




/*-------- FOOTER STYLES ----------------*/

footer {background: #383A3C;}
.footer-wrap {width: 95%; margin: 0 auto; padding: 50px 0; display: flex; justify-content: space-between;}
footer p {font-family: 'roboto-condensed', sans-serif; color: #fff; text-transform: uppercase; font-size: 20px; line-height: 30px; font-weight: 600; margin-bottom: 8px;}
footer a p, footer li a {color: rgba(255,255,255,0.75); font-family: 'roboto', sans-serif; font-size: 16px; line-height: 28px; font-weight: 400; text-transform: inherit; margin-bottom: 0px;}
footer a:hover p, footer li a:hover {color: #E49F25; transition: .5s;}



/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/

.head-flex {display: flex; align-items: center; gap: 10px; justify-content: center;}
.head-wrap h1 {font-size: 35px; line-height: 45px; text-transform: uppercase; color: #fff; font-family: 'roboto-condensed', sans-serif;}
.head-wrap p {color: #fff; font-size: 18px; line-height: 30px; font-family: 'roboto', sans-serif; margin-top: 15px; margin-bottom: 25px;}
.head-wrap > div:first-child button {background: #E49F25; width: 250px; padding: 12px 0; border-radius: 30px; color: #383A3C; text-transform: uppercase; font-family: 'roboto', sans-serif; font-size: 15px; line-height: 15px; font-weight: 600; border: 2px #E49F25 solid;}
.head-wrap > div:first-child button:hover {border: 2px #fff solid; background: none; color: #fff; transition: .5s;}
.reel img {clip-path: polygon(100% 20%, 100% 100%, 15% 100%, 0% 80%, 0% 0%, 85% 0%);}
.head-wrap > div:first-child {padding: 60px 0 30px 0; text-align: center;}
.head-wrap p span {color: #E49F25;}
.head-wrap a:hover p {color: #E49F25; transition: .5s;}

.list-content {padding-top: 50px !important;}
.list-top-section .list-listings-count {color: #E49F25 !important;}


/*---------- RESPONSIVE STYLES ----------*/

@media only screen and (max-width: 1150px) {
	.contact-button {display: none;}
	#inv-filter-search button {width: 200px;}
	.contact-form {width: 55%;}
	.contact-links {width: 40%;}
	.hero-wrap p, .head-wrap p {font-size: 16px; line-height: 26px;}
}

@media only screen and (max-width: 1050px) {
	.contact-form, .contact-links, .parts-wrap {width: 100%;}
	.in-touch {flex-wrap: wrap; gap: 50px; padding-top: 80px;}
	.contact-form {margin-top: 0px;}
	.hero-wrap h1, .head-wrap h1 {font-size: 30px; line-height: 40px;}
	.hero-wrap > div:first-child button, .head-wrap > div:first-child button {width: 220px; font-size: 14px; line-height: 14px;}
	#inv-filter-search button, .contact-form form .submitselect, .contact-form form .submit, .parts-content button, .contact-form button {font-size: 14px; line-height: 14px;}
	.top-tier h2 {font-size: 30px; line-height: 40px;}
	.tier-flex h3 {font-size: 22px; line-height: 32px;}
	.tier-flex p {font-size: 14px; line-height: 24px;}
	.brands-wrap h2, .in-touch h2, .parts-content h2 {font-size: 30px; line-height: 40px;}
}

@media only screen and (max-width: 950px) {
	#inv-filter-search form div, #inv-filter-search button {width: 100%;}
}

@media only screen and (max-width: 850px) {
	.header-wrap a p {display: none;}
	.header-wrap {width: 112px; gap: 20px;}
	#header-nav > div:first-child img {width: 200px;}
	.hero-wrap, .head-wrap {flex-wrap: wrap;}
	.hero-wrap > div, .head-wrap > div {width: 100%;}
	.hero-wrap > div:first-child {padding: 50px 0 60px 0;}
	#inv-filter-search form {flex-wrap: wrap;}
	#inv-filter-search form select, #inv-filter-search form div {width: 49%;}
	.tier-flex {flex-wrap: wrap;}
	.tier-flex > div {width: 49%;}
	.top-tier h2 {width: 100%;}
	.tier-flex > div {margin-bottom: 20px;}
	.parts-flex {flex-wrap: wrap;}
	.parts-flex div {width: 48.5%;}
}

@media only screen and (max-width: 800px) {
	.tier-flex > div {width: 48%;}
}

@media only screen and (max-width: 700px) {
	.brands-wrap p {width: 100%;}
}

@media only screen and (max-width: 600px) {
	#header-nav > div:first-child img {width: 180px;}
	#inv-filter-search form select, #inv-filter-search form div {width: 100%;}
	.tier-flex > div {width: 100%;}
	.contact-links > div {padding: 50px 30px;}
}

@media only screen and (max-width: 450px) {
	.contact-form form .form-flex {flex-wrap: wrap; gap: 0px;}
	.footer-wrap {flex-wrap: wrap; gap: 25px;}
	.footer-wrap > div {width: 100%;}
	.hero-wrap h1, .head-wrap h1 { font-size: 28px; line-height: 38px;}
	.top-tier h2 {font-size: 28px; line-height: 38px;}
	.tier-flex h3 {font-size: 20px; line-height: 30px;}
	.brands-wrap h2, .in-touch h2, .parts-content h2 {font-size: 28px; line-height: 38px;}
	.contact-links h4, footer p {font-size: 18px; line-height: 28px;}
	.contact-links a, footer a p, footer li a {font-size: 14px; line-height: 26px;}
	.contact-links > div {padding: 50px 20px;}
}

@media only screen and (max-width: 400px) {
	#header-nav > div:first-child img {width: 160px;}
	.parts-flex div {width: 100%;}
}

@media only screen and (max-width: 350px) {
	.hero-wrap > div:first-child button, .contact-form form .submitselect, .head-wrap > div:first-child button, .parts-content button, .contact-form button {width: 100%;}
}

@media only screen and (max-width: 300px) {
	#header-nav > div:first-child img {width: 65%;}
}





