﻿/***** 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;}

/*---BODY--------------------------------*/

/*---DEFAULT---*/

#hero-bkgrd {background: url("../siteart/herov2.jpg") no-repeat; background-position: center; background-size: cover;}
.hero-overlay {background: #282828; background: linear-gradient(180deg,rgba(40, 40, 40, 1) 0%, rgba(40, 40, 40, 0) 100%);}
.ext-overlay {background: #282828; background: linear-gradient(90deg,rgba(40, 40, 40, 0.85) 0%, rgba(40, 40, 40, 0) 100%);}
.header-nav {display: flex; justify-content: space-between; width: 95%; margin: 0 auto; align-items: center; padding: 20px 0;}
.header-search input {width: 280px !important; border-radius: 30px !important; border: none; color: #B4B4B4; font-size: 14px !important; line-height: 14px !important; font-family: 'roboto', sans-serif !important; text-transform: uppercase; padding: 7px 0 7px 15px !important;}
.header-search button {position: absolute; background: none; border: none; color: #FD8204; font-size: 16px; top: 58px; right: 54px;}
.header-logo {width: 280px;}

.hero-content {width: 570px; padding-bottom: 50px;}
.hero-content h1 {font-family: 'teko', sans-serif; color: #fff; font-size: 50px; line-height: 55px; font-weight: bold; text-transform: uppercase;}
.hero-content h1 span {color: #FD8204;}
.hero-flex {display: flex; justify-content: space-between; width: 95%; margin: 0 auto; padding-top: 100px; align-items: end; padding-bottom: 50px;}
.hero-content p {color: #fff; font-size: 18px; line-height: 30px; margin-top: 10px; margin-bottom: 25px;}
.hero-content button {background: #fff; border-radius: 30px; width: 220px; border: none; display: flex; justify-content: space-between; padding: 5px; align-items: center;}
.hero-content button p {color: #000; font-family: 'teko', sans-serif; text-transform: uppercase; font-size: 20px; line-height: 20px; margin: 0px; padding: 10px 0 5px 15px;}
.hero-content button i {font-size: 30px;}
.hero-contact a {display: flex; align-items: center; gap: 10px;}
.hero-contact i {background: #FD8204; height: 46px; width: 46px; display: flex; justify-content: center; align-items: center; border-radius: 30px; font-size: 21px; line-height: 21px; color: #fff;}
.hero-contact p {color: #fff; font-family: 'teko', sans-serif; font-size: 25px; line-height: 25px; text-transform: uppercase;}
.hero-contact p span {color: #fff; font-size: 12px; line-height: 14px; font-family: 'roboto', sans-serif; text-transform: capitalize;}
.hero-contact > div:first-child, .hero-contact > div:nth-child(2) {margin-bottom: 10px;}
.hero-content button:hover {background: #FD8204; width: 250px; transition: .5s}
.hero-content button:hover p, .hero-content button:hover i {color: #fff;}
.hero-contact a:hover p {letter-spacing: 1px; transition: .5s;}

#secondary-nav {display: flex; gap: 10px; justify-content: center; width: 95%; margin: 0 auto; margin-top: -15px; z-index: 600; position: relative;}
#secondary-nav > a {box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; border-radius: 5px; background: #fff; width: 100%;}
.nav-padding {padding: 15px;}
.auctions-bkgrd {background: url("../siteart/auctionsv2.jpg") no-repeat; background-position: center; background-size: cover; border-radius: 5px;}
.new-inv-bkgrd {background: url("/siteart/new-inventory.jpg") no-repeat; background-position: center; background-size: cover; border-radius: 5px;}
.used-inv-bkgrd {background: url("../siteart/used-inventoryv2.jpg") no-repeat; background-position: center; background-size: cover; border-radius: 5px;}
.sell-bkgrd {background: url("/siteart/sell-trade.jpg") no-repeat; background-position: center; background-size: cover; border-radius: 5px;}
.nav-overlay {background: rgba(46,46,46,0.50); border-radius: 5px; height: 200px; display: flex; align-items: end;}
.nav-overlay i {color: #fff; font-size: 32px; line-height: 32px; width: 57px; height: 52px; display: flex; justify-content: center; align-items: center; border-radius: 0 0 0 5px; background: #FD8204;}
.nav-content h4 {font-size: 30px; line-height: 35px; text-transform: uppercase; font-family: 'teko', sans-serif; font-weight: bold; color: #000;}
.nav-content p {font-family: 'roboto', sans-serif; color: #000; font-size: 14px; line-height: 24px; padding: 5px 0 2px 0;}
.nav-content p span {color: #B65C02; font-size: 14px; line-height: 14px;}
.nav-content {padding: 25px 0 2px 0;}
#secondary-nav > a:hover p i {padding-left: 10px; transition: .5s;}
#secondary-nav > a:hover .nav-overlay {background: rgba(46,46,46,0.20); transition: .5s;}
#secondary-nav > a:hover {transition: .5s; transform: translateY(-6px);}

#showroom-section {display: flex; justify-content: space-between; width: 95%; margin: 0 auto; margin-top: 100px; margin-bottom: 100px; align-items: center;}
#showroom-section > div:first-child {width: 50%;}
#showroom-section > div:last-child {width: 45%;}
#showroom-section h2 {font-family: 'teko', sans-serif; color: #000; text-transform: uppercase; font-size: 45px; line-height: 50px; font-weight: bold; margin-bottom: 10px;}
#showroom-section p {color: #000; font-family: 'roboto', sans-serif; font-size: 18px; line-height: 30px; margin-bottom: 5px;}
#showroom-section button {background: #000; border-radius: 30px; width: 220px; border: none; display: flex; justify-content: space-between; padding: 5px; align-items: center; margin-top: 30px;}
#showroom-section button p {color: #fff; font-family: 'teko', sans-serif; text-transform: uppercase; font-size: 20px; line-height: 20px; margin: 0px; padding: 10px 0 5px 15px;}
#showroom-section button i {font-size: 30px; color: #fff;}
#showroom-section button:hover {background: #FD8204; width: 250px; transition: .5s}
.showroom-logos a {width: 49%;}
.showroom-logos a div {border: 1px #CECECE solid; border-radius: 5px; padding: 20px 0; display: flex; justify-content: center; width: 100%;}
.showroom-logos {display: flex; gap: 10px; flex-wrap: wrap;}
.showroom-logos img {width: 75%;}
.showroom-logos a:hover {box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; transition: .5s;}

#brochure-section {background: #F2F2F2; display: flex; justify-content: space-between;}
#brochure-section h2 {font-family: 'teko', sans-serif; color: #000; text-transform: uppercase; font-size: 45px; line-height: 50px; font-weight: bold;}
#brochure-section button {background: #000; border-radius: 30px; width: 280px; border: none; display: flex; justify-content: space-between; padding: 5px; align-items: center;}
#brochure-section button p {color: #fff; font-family: 'teko', sans-serif; text-transform: uppercase; font-size: 20px; line-height: 20px; margin: 0px; padding: 10px 0 5px 15px;}
#brochure-section button i {font-size: 30px; color: #fff;}
#brochure-section button:hover {background: #FD8204; width: 310px; transition: .5s}
.brochure-button {clip-path: polygon(35% 0%, 100% 0%, 100% 100%, 0% 100%); background-color: #EBEBEB; padding: 50px 40px 50px 0px; width: 40%; display: flex; justify-content: flex-end;}
.brochure-header {display: flex; align-items: center; padding-left: 40px;}

#about-section {background: url("/siteart/about-bkgrd.jpg") no-repeat; background-position: center; background-size: cover;}
.about-overlay {background: rgba(30,30,30,0.85);}
.about-wrap {width: 95%; margin: 0 auto; display: flex; justify-content: space-between; padding: 100px 0; align-items: center;}
.about-wrap > div:first-child {width: 50%;}
.about-wrap h2 {font-family: 'teko', sans-serif; color: #fff; text-transform: uppercase; font-size: 45px; line-height: 50px; font-weight: bold; margin-bottom: 10px;}
.about-wrap h2 span {color: #FD8204;}
.about-wrap p {color: #fff; font-size: 18px; line-height: 30px; font-family: 'roboto', sans-serif;}
.about-wrap button {background: #fff; border-radius: 30px; width: 220px; border: none; display: flex; justify-content: space-between; padding: 5px; align-items: center; margin-top: 30px;}
.about-wrap button p {color: #000; font-family: 'teko', sans-serif; text-transform: uppercase; font-size: 20px; line-height: 20px; margin: 0px; padding: 10px 0 5px 15px;}
.about-wrap button i {font-size: 30px; color: #000;}
.about-wrap button:hover {background: #FD8204; width: 250px; transition: .5s;}
.about-wrap button:hover p, .about-wrap button:hover i {color: #fff;}
.about-wrap > div:last-child {display: flex; justify-content: flex-end; width: 45%;}
.about-wrap > div:last-child > div {border: 1px #fff solid; border-radius: 5px; width: 440px; padding: 40px;}
.about-wrap h3 {font-family: 'teko', sans-serif; font-size: 35px; line-height: 40px; text-transform: uppercase; color: #fff; font-weight: bold; margin-bottom: 15px;}
.hours-flex {display: flex; justify-content: space-between;}
.get-in-touch i {background: #FD8204; height: 29px; width: 28px; font-size: 12px; line-height: 12px; display: flex; justify-content: center; align-items: center; color: #fff; border-radius: 30px;}
.get-in-touch ul a {display: flex; gap: 5px; align-items: center; font-family: 'roboto', sans-serif; color: #fff; font-size: 18px; line-height: 18px; font-weight: bold;}
.get-in-touch ul li {margin-bottom: 15px;}
.contact-links {margin-bottom: 30px;}
.hours-flex li {color: #fff; font-family: 'roboto', sans-serif; font-size: 18px; line-height: 18px; margin-bottom: 20px !important;}
.get-in-touch ul a:hover {color: #FD8204; transition: .5s;}

/*---MANU CATALOGS---*/

#nav-bkgrd {background: #1E1E1E;}
.sub-page-nav {display: flex; width: 95%; margin: 0 auto; padding: 25px 0 15px 0;}
.sub-page-nav a, .sub-page-nav p {color: #929292; font-family: 'roboto', sans-serif; font-size: 15px; line-height: 15px;}
.sub-page-nav a:hover {color: #FD8204;}
.manu-wrap {width: 90%; margin: 0 auto; padding: 30px 0 70px 0;}
.manu-wrap h1 {font-family: 'teko', sans-serif; color: #000; font-size: 45px; line-height: 50px; font-weight: bold; text-transform: uppercase; margin-bottom: 10px;}
.manu-wrap p {color: #000; font-family: 'roboto', sans-serif; font-size: 18px; line-height: 30px; margin-bottom: 5px;}
.manu-logos {margin-top: 35px;}
.manu-logos a {width: 20% !important;}

/*---BUYER/SELLER---*/

.manu-wrap h2 {font-family: 'roboto', sans-serif; font-size: 25px; line-height: 30px; color: #000; font-weight: bold; margin-bottom: 12px;}
.manu-wrap li i {color: #FD8204;}
.manu-wrap li {color: #000; font-family: 'roboto', sans-serif; font-size: 18px; line-height: 30px; margin-bottom: 5px;}
.manu-wrap ul {margin-bottom: 25px;}
.manu-wrap button {background: #000; border-radius: 30px; width: 220px; border: none; padding: 15px 0 10px 0; align-items: center; color: #fff; font-family: 'teko', sans-serif; text-transform: uppercase; font-size: 20px; line-height: 20px;}
.manu-buttons {display: flex; gap: 15px; flex-wrap: wrap; margin-top: 35px;}
.manu-wrap button:hover {background: #FD8204; transition: .5s;}

/*---SELL YOUR EQUIPMENT---*/

.wrap-flex {display: flex; justify-content: space-between;}
.wrap-flex > div:first-child {width: 60%;}
.wrap-flex > div:last-child {width: 35%;}
.manu-wrap form {margin-top: 30px;}
.form-flex {display: flex; gap: 10px; margin-bottom: 10px;}
.form-flex input {width: 100%; background: #EBEBEB; padding: 10px 0 10px 15px; font-family: 'roboto', sans-serif; font-size: 16px; line-height: 16px; color: #8E8E8E; border: none;}
.form-flex textarea {width: 100%; background: #EBEBEB; padding: 15px 0 10px 15px; font-family: 'roboto', sans-serif; font-size: 16px; line-height: 16px; color: #8E8E8E; border: none; height: 100px;}
.side-bar-contact {background: #1E1E1E;}
.side-bar-wrap {padding: 60px 50px 50px 50px;}
.side-bar-wrap h2 {font-family: 'teko', sans-serif; color: #fff; text-transform: uppercase; font-weight: 400; font-size: 28px; line-height: 33px; margin-bottom: 8px;}
.side-bar-wrap p, .side-bar-wrap a {color: #bbb; font-size: 16px; line-height: 24px;}
.side-bar-wrap a:hover {color: #FD8204; transition: .5s;}
.side-bar-wrap > div {margin-bottom: 30px;}
.side-bar-wrap > div:first-child p {margin-bottom: 0px;}
.side-bar-wrap i {font-size: 25px; color: #fff;}
.side-bar-wrap a:hover i {color: #FD8204; transition: .5s;}
.manu-wrap form .submitselect {background: #000; border-radius: 30px; width: 220px; border: none; padding: 15px 0 10px 0; align-items: center; color: #fff; font-family: 'teko', sans-serif; text-transform: uppercase; font-size: 20px; line-height: 20px; display: flex; justify-content: center; margin-top: 25px;}
.manu-wrap form .submit {background: #000; border-radius: 30px; width: 220px; border: none; padding: 15px 0 10px 0; align-items: center; color: #fff; font-family: 'teko', sans-serif; text-transform: uppercase; font-size: 20px; line-height: 20px;}
.manu-wrap form .submitselect:hover, .manu-wrap form .submit:hover {background: #FD8204; transition: .5s; cursor: pointer !important;}
.manu-wrap form .CaptchaWhatsThisPanel a {color: #000; border-bottom: 1px #000 solid;}
.manu-wrap form .CaptchaAnswerPanel input {background: #EBEBEB; font-family: 'roboto', sans-serif; font-size: 16px; line-height: 16px; color: #8E8E8E; border: none; height: 30px;}

/*---VALUE YOUR TRADE---*/

.side-bar-wrap h3 {font-family: 'teko', sans-serif; color: #fff; text-transform: uppercase; font-weight: 400; font-size: 28px; line-height: 33px; margin-bottom: 8px;}
.manu-wrap form h2 {font-family: 'teko', sans-serif; color: #000; text-transform: uppercase; font-weight: bold; font-size: 28px; line-height: 33px; margin-top: 25px; margin-bottom: 8px;}

/*---ABOUT US---*/

.about-img {margin-top: 50px;}
.about-img img {width: 100%;}
.CaptchaImagePanel img {width: auto !important;}

/*---MAP + HOURS---*/

.store-hours-flex {display: flex; gap: 100px;}
.store-hours-flex ul {margin-bottom: 0px !important;}

/*---MEET OUR STAFF---*/

.team-flex {display: flex; gap: 10px; flex-wrap: wrap; margin-top: 20px; margin-bottom: 50px;}
.team-flex > div {border-radius: 5px; border: 1px #bbb solid; width: 22%; text-align: center; padding: 20px 10px;}
.team-flex i {color: #D6D6D6; font-size: 50px;}
.team-flex h2 {font-family: 'teko', sans-serif; color: #000; text-transform: uppercase; font-weight: bold; font-size: 28px; line-height: 33px; margin-top: 15px; margin-bottom: 0px;}
.team-flex p {color: #bbb; margin-bottom: 0px; margin-top: 0px;}

/*---EMPLOYMENT---*/

.check-interest > div {margin-bottom: 10px;}
.check-interest > input {width: 100%; background: #EBEBEB; padding: 10px 0 10px 15px; font-family: 'roboto', sans-serif; font-size: 16px; line-height: 16px; color: #8E8E8E; border: none;}


/*--------FORM STYLES--------------------*/




/*-------- FOOTER STYLES ----------------*/
footer {background: #1E1E1E; position: relative; margin-top: -64px;}
.footer-wrap {width: 95%; margin: 0 auto; display: flex; justify-content: space-between; padding: 50px 0; align-items: center;}
.footer-logo {margin-bottom: 50px;}
.footer-links {display: flex; gap: 100px;}
.footer-hours {display: flex; gap: 50px;}
footer p {font-family: 'teko', sans-serif; font-size: 25px; line-height: 25px; color: #fff; text-transform: uppercase; margin-bottom: 20px;}
footer li, footer li a {color: #fff; font-size: 16px; font-family: 'roboto', sans-serif; line-height: 18px;}
footer li {margin-bottom: 10px;}
footer li a:hover {color: #FD8204; transition: .5s;}
footer ul li a i {font-size: 25px;}


/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/

#inv-bkgrd {background: #1E1E1E;}
#inv-bkgrd .header-search input {padding: 8px 0 7px 15px !important;}
.list-content {margin-top: 50px !important;}
.faceted-search-content .selected-facets-container .selected-facet, .list-content .list-error-container .info button:not(.login-button) {background: #FD8204 !important;}
.list-top-section .list-listings-count {color: #FD8204 !important;}
.list-container-flexrow .view-listing-details-link, .list-container-flexrow .dealer-phone-call, .list-container-flexrow .dealer-phone-text { background: #282828 !important;}
.disclaimer span {font-family: 'roboto', sans-serif !important; font-size: 14px !important; line-height: 24px !important;}

/*---------- RESPONSIVE STYLES ----------*/


@media only screen and (max-width: 1550px) {
	.header-search input, .header-logo {width: 250px !important;}
}

@media only screen and (max-width: 1450px) {
	.header-search input, .header-logo {width: 220px !important;}
	.header-search button {right: 47px;}
}

@media only screen and (max-width: 1400px) {
	.header-search input, .header-logo {width: 200px !important;}
}

@media only screen and (max-width: 1350px) {
	.wrap-flex > div:first-child {width: 55%;}
	.wrap-flex > div:last-child {width: 40%;}
	.header-search input, .header-logo {width: 180px !important;}
}

@media only screen and (max-width: 1300px) {
	.header-search button {right: 44px;}
	.header-search input, .header-logo {width: 160px !important;}
}

@media only screen and (max-width: 1250px) {
	.header-search {display: none;}
	#secondary-nav {flex-wrap: wrap;}
	#secondary-nav > a {width: 45%;}
	.showroom-logos a {width: 48%;}
	.manu-logos a {width: 24% !important;}
	.manu-wrap {width: 95%;}
}

@media only screen and (max-width: 1150px) {
	.hero-flex {padding-top: 80px;}
	#showroom-section {flex-wrap: wrap; gap: 50px; width: 86%;}
	#showroom-section > div:first-child, #showroom-section > div:last-child {width: 100%;}
	#brochure-section {flex-wrap: wrap;}
	.brochure-header {padding-left: 0px; width: 86%; margin: 0 auto; padding: 50px 0 20px 0;}
	.brochure-button {padding: 0 0 50px 0; background: none; clip-path: none; width: 86%; justify-content: flex-start; margin: 0 auto;}
	.about-wrap {flex-wrap: wrap; width: 86%; gap: 50px;}
	.about-wrap > div:last-child, .about-wrap > div:first-child, .about-wrap > div:last-child > div {width: 100%;}
	.wrap-flex {flex-wrap: wrap; gap: 50px;}
	.wrap-flex > div {width: 100% !important;}
}

@media only screen and (max-width: 1050px) {
	.team-flex > div {width: 29%;}
}

@media only screen and (max-width: 1000px) {
	.footer-wrap {flex-wrap: wrap; gap: 50px;}
	.footer-left {width: 100%;}
}

@media only screen and (max-width: 950px) {
	.hero-flex {flex-wrap: wrap;}
	.hero-contact {width: 100%;}
	.hero-flex {padding-top: 70px;}
	#secondary-nav > a {width: 49%;}
	#showroom-section, .brochure-header, .brochure-button, .about-wrap {width: 94%;}
	.manu-logos a {width: 48% !important;}
}

@media only screen and (max-width: 800px) {
	.team-flex > div {width: 44%;}
}

@media only screen and (max-width: 650px) {
	#secondary-nav > a {width: 80%;}
	.footer-links {width: 100%; gap: 10px; justify-content: space-between;}
}

@media only screen and (max-width: 600px) {
	.hero-content {width: 100%;}
	.about-wrap > div:last-child > div {padding: 40px 30px;}
	.side-bar-wrap {padding: 60px 40px 50px 40px;}
}


@media only screen and (max-width: 500px) {
	#secondary-nav > a {width: 90%;}
	.footer-links {flex-wrap: wrap; gap: 50px;}
	.footer-links > div {width: 100%;}
	.side-bar-wrap {padding: 60px 30px 50px 30px;}
	.team-flex > div {width: 100%;}
}

@media only screen and (max-width: 450px) {
	.header-logo {width: 125px !important;}
	.header-logo img {width: 100%;}
	.hero-content h1 {font-size: 45px; line-height: 50px;}
	.hero-content p {font-size: 17px; line-height: 29px;}
	.hero-contact i {font-size: 18px; line-height: 18px; height: 42px; width: 42px;}
	.hero-contact p {font-size: 23px; line-height: 23px;}
	.hero-flex {padding-top: 50px;}
	.showroom-logos a {width: 100%;}
	#showroom-section h2, #brochure-section h2, .about-wrap h2, .manu-wrap h1 {font-size: 40px; line-height: 45px;}
	#showroom-section p, .about-wrap p, .manu-wrap p, .manu-wrap li {font-size: 17px; line-height: 29px;}
	.get-in-touch ul a {font-size: 17px; line-height: 22px;}
	.hours-flex li {font-size: 17px; line-height: 17px;}
	.about-wrap h3 {font-size: 30px; line-height: 35px;}
	.about-wrap > div:last-child > div {padding: 40px 20px;}
	footer li, footer li a {font-size: 15px;}
	footer img {width: 145px;}
	.manu-logos a {width: 100% !important;}
	.manu-wrap h2 {font-size: 22px; line-height: 27px;}
	.form-flex {flex-wrap: wrap;}
	.form-flex input, .form-flex textarea {font-size: 15px; line-height: 15px;}
	.side-bar-wrap h2, .side-bar-wrap h3, .manu-wrap form h2 {font-size: 25px; line-height: 30px;}
	.side-bar-wrap p, .side-bar-wrap a {font-size: 15px; line-height: 24px;}
	.store-hours-flex {gap: 10px; justify-content: space-between;}
	.check-interest label {font-size: 15px;}
	footer ul li a i {font-size: 22px;}
	.side-bar-wrap i {font-size: 22px;}
}

@media only screen and (max-width: 400px) {
	#secondary-nav > a {width: 100%;}
	#showroom-section, .brochure-header, .brochure-button, .about-wrap {width: 95%;}
	.get-in-touch i {background: none; height: auto; width: auto; display: block; font-size: 16px; line-height: 16px;}
}

@media only screen and (max-width: 350px) {
	.hero-content h1 {font-size: 35px; line-height: 40px;}
	.hero-content p {font-size: 16px; line-height: 28px;}
	.hero-content button p, #showroom-section button p, #brochure-section button p, .about-wrap button p {font-size: 18px; line-height: 18px; padding: 8px 0 5px 15px;}
	.hero-content button i, #showroom-section button i, #brochure-section button i, .about-wrap button i {font-size: 28px;}
	.hero-contact i {height: 40px; width: 40px; font-size: 16px; line-height: 16px;}
	.hero-contact p {font-size: 22px; line-height: 22px;}
	.nav-content h4 {font-size: 25px; line-height: 30px;}
	.nav-overlay i {font-size: 25px; line-height: 25px; width: 51px; height: 46px;}
	#showroom-section h2, #brochure-section h2, .about-wrap h2, .manu-wrap h1 {font-size: 30px; line-height: 35px;}
	#showroom-section p, .about-wrap p, .manu-wrap p, .manu-wrap li {font-size: 16px; line-height: 28px;}
	#brochure-section button {width: 220px;}
	#brochure-section button:hover {width: 250px;}
	.get-in-touch ul a {font-size: 16px; line-height: 22px;}
	.hours-flex li {font-size: 16px; line-height: 16px;}
	.about-wrap h3 {font-size: 28px; line-height: 33px;}
	.about-wrap > div:last-child > div {padding: 40px 10px;}
	footer li, footer li a {font-size: 14px;}
	footer p {font-size: 22px; line-height: 22px;}
	footer img {width: 130px;}
	.sub-page-nav a, .sub-page-nav p {font-size: 14px; line-height: 14px;}
	.manu-wrap h2 {font-size: 20px; line-height: 25px;}
	.manu-wrap button, .manu-wrap form .submitselect, .manu-wrap form .submit {font-size: 18px; line-height: 18px;}
	.side-bar-wrap h2, .side-bar-wrap h3 {font-size: 25px; line-height: 30px;}
	.side-bar-wrap p, .side-bar-wrap a {font-size: 15px; line-height: 24px;}
	.side-bar-wrap {padding: 60px 20px 50px 20px;}
	footer ul li a i {font-size: 20px;}
	.side-bar-wrap i {font-size: 20px;}
}

@media only screen and (max-width: 300px) {
	.header-logo {width: 100px !important;}
	.footer-hours {gap: 10px; justify-content: space-between;}
}




