﻿/***** BEGIN RESET *****/
@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@200;300;400;500;600;700;800;900&family=Montserrat:wght@300;400;500;600;700;800&family=Red+Hat+Display:wght@300;400;500;600;700;800&family=Roboto+Condensed:wght@300;400;700&family=Roboto:wght@100;300;400;500;700;900&display=swap');
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 {font-family:'barlow', sans-serif; overflow-x:hidden;

}

a:link, a:visited, a:active {text-decoration:none;}
a:hover {text-decoration:none;}


hr{border:#000 1px solid;}

/*--- HEADER STYLES ---------------------*/
.orange-line hr{color:#e97030; border:solid 5px #e97030; width:100%!important; margin:0 auto;}
.site-header{width:80%; margin: 0 auto; justify-content: space-between; display:flex; flex-direction:row;}
.header-info{ display:flex; flex-direction:row; justify-content: space-between;}
.header-sec, .header-sec-inv{display:flex; flex-direction:row; padding:0 10px; justify-content: space-around;}
.header-sec i{ font-size:22px; border:solid 1px #000; border-radius:50%; padding:25px; height:70px; width:70px; box-sizing:border-box; margin:10px;transform:rotateY(180deg);}
.header-sec p, .header-sec-inv p{padding:12px 0; line-height:28px;}
.header-sec a, .header-sec-inv a{ font-weight:400; display:flex; flex-direction:row; color:#000; transition:.3s ease;}
.header-sec a:hover, .header-sec-inv a:hover{color:#e97030;}
.header-sec-inv i{ font-size:22px; border:solid 1px #000; border-radius:50%; padding:20px 35px 40px 20px; height:15px; width:15px; margin:10px;transform:rotateY(180deg);}

/*---BODY--------------------------------*/
/*-------------hero-----------*/
.hero{display:flex; flex-direction:row; justify-content: space-between; width:98%; margin: 0 auto;padding:10px 0 15px 0;}
.hero-left{width:60%; position:relative; box-sizing:border-box;padding-right:10px;}
.hero-back{position:relative;}
.hero-back img{width:100%; max-height:563px;}
.hero-text{position:absolute; bottom:40%; left:10%;}
.hero-text h1 span{font-size:20px; font-weight:800; color:#fff;}
.hero-text h1{font-size:60px; font-weight:800; color:#e97030; padding-bottom:10px; border-bottom: solid 6px #e97030; width:320px;}
.hero-text p{font-size:17px; color:#fff; font-weight:300; width:420px; padding:10px 0; letter-spacing:.5px;}
.hero-right{width:42%; }
.hero-us img, .hero-canada img{width:95%; padding: 0 10px;}
.hero-us, .hero-canada{display:flex; flex-direction:row; justify-content:space-between;}
.hero-btn{position:relative; box-sizing:border-box;}
.over-text{position:absolute; bottom:35%; left:12%;}
.over-text p{font-size:26px; font-weight:800; color:#fff; padding-bottom:50px;}
.over-text a{font-size:17px; font-weight:300; color:#fff; padding:8px 15px; border: solid 1px #fff;}
.over-text a span{padding-left:30px; transition:.3s ease;}
.over-text a span i{font-size:15px;}
.hero-canada{padding-top:15px;}
.over-text a:hover span{padding-left:40px;}

.video-page .hero-us{height:100%;}
.video-page .hero-btn{height:100%;}
.video-page .hero-btn img{height:100%; object-fit:cover;}
.video-page .over-text p{font-size:34px;}

/*---------------About-----------------*/
.about{display:flex; flex-direction:row;width:100%;}
.about-left{background-color:#C65315;width:30%; padding:5% 2% 5% 7%;}
.about-left h2{color:#fff; font-weight:800; font-size:40px; padding-bottom:10px; border-bottom:solid 6px #fff; width:400px;}
.about-left p{color:#fff; font-size:17px; line-height:24px; letter-spacing:.5px; padding:25px 0 40px 0; font-weight:300;}
.about-left a{font-size:17px; font-weight:300; color:#fff; padding:8px 15px; border: solid 1px #fff;}
.about-left a span{padding-left:30px; transition:.3s ease;}
.about-left a  span i{font-size:15px;}
.about-left a:hover span{padding-left:40px;}
.about-right{background: url("/siteart/truck-bg-dark.jpg"); background-repeat:no-repeat; background-size:cover; width:70%;background-position:center;}
.about-right h3{font-size:30px; font-weight:800; color:#fff; text-align:center; padding:16% 0;}

/*------Contact--------------*/
.contact{display:flex; flex-direction:row;width:100%;}
.contact-left{width:70%}
.contact-right{background-color:#C65315;width:30%; padding:80px 50px 90px 130px;}
.contact-right h4{color:#fff; font-weight:800; font-size:40px; padding-bottom:10px; border-bottom:solid 6px #fff; width:260px;}
.contact-right p{position:relative; width:270px;}
.contact-right p a {color:#fff; font-size:17px; line-height:35px; letter-spacing:.5px; font-weight:300;}
.contact-info{ padding:25px 0 0 0;}
.contact-right p a:after {content:''; position:absolute; left:0%; right:0px; bottom:0px; width: 0px; height:4px; background-color:#fff; transition: all .4s;}
.contact-right p a:hover:after{width:100%;left:0;}

/*---------brands-----------------*/
.brands{display:flex; flex-direction:row; width:70%; background-color:#535252; margin: 50px auto; padding: 30px 20px;}
.title h5{color:#fff; font-weight:800; font-size:34px; text-align:center; padding:20px 30px;}
.brands-slide{display:flex; flex-direction:row; width:80%; margin-left:20px}

.brandbar{
	background:transparent;
	margin: 0 auto;
	text-align: center;
	padding:10px 0px;
	width: 80%;
	top:0;
	left: 0;
	right:0;
}
.manu-slider img{width:80%;  padding: 0px 15px; border:.5px solid #fff; background-color:#fff; margin: 0 auto;}
.manu-slider img:hover {opacity:.7; border:.5px solid #ddd;-webkit-transition-duration: 0.4s; /* Safari */ transition-duration: 0.4s;}

.access{width:70%; margin:0 auto; padding:20px 10px; box-sizing:border-box;}
.access p{font-size:18px; line-height:24px;}
.access p a{color:#000; text-decoration:underline;}
.access p a:hover{color:#c65315;}
/*--------Pages-----------------*/
.page-top{background:url("../siteart/page-back.jpg"); background-size:cover; background-repeat:no-repeat; background-position:center;margin-top:-10px;}
.page-top h1{text-align:center; font-size:45px; letter-spacing: .5px; text-transform:uppercase; color:#fff; font-weight:800; padding: 100px 0;}
.page-container{width:80%; margin: 0 auto; padding: 50px 0;}
.page-bottom{padding:30px 0 0; margin: 0 auto; width:100%;}
.page-container p{font-size:16px; line-height:24px; padding:20px 0;}
.page-sections{display:flex; flex-direction:row; justify-content: center;}
.page-right{padding:50px; background-color:#535252; width:50%;}
.page-left{padding:50px;width:50%; background-color:#C65315;}
.page-sections h3{font-size:24px; padding: 20px 0;color:#fff}
.page-sections p{font-size:16px; line-height:28px; }
.page-right h3, .page-right p, .page-left p{color:#fff;}
.page-right ul li{color:#fff; line-height:30px;}
.page-left ul li{line-height:24px; padding:5px 0; color:#fff;}
.info-top{line-height:24px; font-size:18px; font-weight:500;}

/*---------Contact Page---------------*/
.contact-page h3{color:#fff; padding-bottom:20px;}
.contact-page{position:relative; display:flex; flex-direction:row; justify-content: space-between;padding:15px 0; width:98%; margin: 0 auto;}
.cont-left{width:20%; background-color:#C65315; padding-top:4%;}
.cont-right{width:80%; background-color:#535252;}
.cont-btn{padding:10px 0;}
.map{width:80%; margin:0 auto; padding: 50px 0; height:360px;}
.cont-left a{color:#fff; text-align:center; display:block; font-size:18px; padding-top:5px; font-weight:500; transition:.3s ease;}
.cont-left a:hover{color:#535252;}
.cont-left p{text-align:center;}
.cont-left p i {color:#fff; font-size:20px; padding:15px; border:solid 1px #fff; border-radius:50%; text-align:center;}


/*---------E Test---------------*/
.contact-page h3{color:#fff; padding-bottom:20px;}
.contact-page{position:relative; display:flex; flex-direction:row; justify-content: space-between;padding:15px 0; width:98%; margin: 0 auto;}
.cont-left {padding: 4% 0;}
.cont-btn{padding:10px 0;}
.cont-left a{color:#fff; text-align:center; display:block; font-size:18px; padding-top:5px; font-weight:500; transition:.3s ease;}
.cont-left a:hover{color:#535252;}
.cont-left p{text-align:center;}
.cont-left p i {color:#fff; font-size:20px; padding:15px; border:solid 1px #fff; border-radius:50%; text-align:center;}
.rates-info {color: white; }
.text {color: white; text-align: center; display: block; font-size: 20px; font-weight: 500; padding: 8%; line-height: 28px;  }

/*--------FORM STYLES--------------------*/
.form-width{width:65%; margin-left:8%; padding:40px 0;}
.flex-form{width:100%;text-align: left;margin: 0 auto;flex-direction: row;justify-content: flex-start;align-items: flex-start;font-size: 15px;}
.form-background{width:100%;margin: 0 auto;}
#formpage input, select {padding: 15px 10px;border: 1px solid #ccc;color: #5A5A5A;font-size: 14px;margin-top: 10px; box-sizing:border-box;}
.flex-row{display:flex;flex-direction:row;width:100%;}
.fa-star-of-life{color:#000;}
#formpage {width:100%;vertical-align: top;display:inline-block;text-align:left;padding: 30px 0px 20px 0;}
.form-half{width:50%;display: inline-block;vertical-align: middle;margin:0 5px;}
.form-third{width:33%;display: inline-block;vertical-align: middle;margin:0 5px;}
.form-whole{width:100%;display:block;vertical-align:middle;margin: 0 5px;}
.row-input{display:flex; flex-direction:row;}
input[type="text"], input[type="email"], input[type="date"], select, input[type="phone"]{width:100%;box-sizing:border-box;}

input[type="button"],
input[type="submit"] {
	-webkit-appearance: none;
}
#formpage textarea {box-sizing:border-box;padding: 6px 5px;border: 1px solid #ccc!important;color: #000;font-size: 16px;background: #fff;width: 100%;height: 100px;border-radius:2px;margin-top:10px;}
#formpage textarea:focus{border: 1px solid #ccc; border-radius:2px} 

#formpage input.submit-button, #formpage input.orange-submit-button, #formpage input.submit-button:focus, #submit-btn button{background:#fff; color:#535252;padding:12px 20px;text-decoration:none;transition:ease-in .3s;width: 120px;border:none;height:auto; text-transform:uppercase; font-size:16px; font-weight:600; margin: 0 auto;}
#formpage input.submit-button:hover, #submit-btn button:hover, .orange-submit-button{ box-shadow:3px 3px 3px #848484;transition:ease-out .3s;}
.submit-button, #submit-btn, .orange-submit-button{padding:10px 0px 10px 0px;position:relative;width:100%;text-align:center;}
.captcha-button{width:120px; margin:0 auto;}
.include-captcha{display:none;}
/*----form submit color-----------*/
 #formpage input.orange-submit-button, .orange-button button{background-color:#e97030!important; color:#fff!important;}
#formpage input.orange-submit-button:hover, .orange-button button:hover{background-color:#535252!important;}

#formpage h2{color:#e97030; padding-top:15px; font-size:24px; text-transform:uppercase;}
#formpage hr{border:solid 2px #e97030;}

/*-------- FOOTER STYLES ----------------*/
footer{width:100%; background-color:#444;padding:40px 0; border-top:5px solid #C65315;}
.footer{width:80%; margin: 0 auto; display:flex; flex-direction:row; justify-content: space-between;}
.icons{padding-top:15px; text-align:center;}
.icons a{border: solid 1px #FF9055;border-radius:50%; padding:15px 20px; font-size:20px; color:#FFAA7E; font-weight:600; margin: 0 10px; transition: .3s ease;}
.icons a:hover{border:solid 1px #fff; color:#fff;}
.footer-row p{color:#fff;}
.footer-row p strong{font-size:22px; padding-bottom:10px; display:block;}
.footer-row ul li{color:#fff;font-weight:200;line-height:22px; position:relative;}
.footer-row ul li a{color:#fff; transtion:.3s ease;}
.hours{display:flex; flex-direction:row; justify-content: space-between; width:280px;}
.hours-right{text-align:end;}
.footer-bottom{width:100%; padding:15px 0; background-color:#353535!important; text-align:center;}
.footer-bottom p, .footer-bottom a{color:#bbb; transition: .3s ease;}
.footer-bottom a:hover{color:#fff;}
.footer-row ul li a:after {content:''; position:absolute; left:0%; right:0px; bottom:0px; width: 0px; height:4px; background-color:#e97030; transition: all .4s;}
.footer-row ul li a:hover:after{width:100%;left:0;}


/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/
.inventory-btns{max-width:1140px; margin:0 auto; display:flex; flex-direction:row; box-sizing:border-box; padding:20px 5px 0 5px;}
.inventory-btns a{width:100%; margin:0 10px; padding:20px; display:block; text-align:center; font-size:28px; color:#fff; background-color:#535252; box-sizing:border-box; transition:.3s ease;}
.inventory-btns a:hover{background-color:#e97030;}



.body-wrapper>div:not(.detail-wrapper) .list-main-section .list-container .list-listing .listing-top-right .buy-now-link,
.body-wrapper>div:not(.detail-wrapper) .list-main-section .list-container .list-listing .listing-top-right .check-availability-link,
.body-wrapper>div:not(.detail-wrapper) .list-main-section .list-container .list-listing .listing-top-right .email-seller-link,
.body-wrapper>div:not(.detail-wrapper) .faceted-section-box .show-all-modal .show-all-modal-content-container .show-all-modal-content .title-close-row .apply-button,
.body-wrapper>div:not(.detail-wrapper) .show-all-modal .show-all-modal-content-container .show-all-modal-content .title-close-row .apply-button,
.body-wrapper>div:not(.detail-wrapper) button.page-nav {
    background: #e97030 !important;
    color: #000 !important;
}

.body-wrapper>div:not(.detail-wrapper) .view-listing-details-link,
.body-wrapper>div:not(.detail-wrapper) .contact-options a,
.body-wrapper>div:not(.detail-wrapper) .fin-calc-mobile>a,
.body-wrapper>div:not(.detail-wrapper) button.g-recaptcha.button,
.body-wrapper>div:not(.detail-wrapper) .show-all-modal .apply-button,
.body-wrapper>div:not(.detail-wrapper) .show-all-modal .nuf-button,
.body-wrapper>div:not(.detail-wrapper) .list-error-container .info button,
.body-wrapper>div:not(.detail-wrapper) .mobile-done-button-container .mobile-done-button,
.body-wrapper>div:not(.detail-wrapper) a.buy-btn.gtm-buynow.des-buy-now,
.body-wrapper>div:not(.detail-wrapper) a.buy-btn.des-buy-now,
.body-wrapper>div:not(.detail-wrapper) button.selected-facet.ts-button,
.body-wrapper>div:not(.detail-wrapper) .detail-contact-bar .contact-bar-btn {
    background: #e97030 !important;
    color: #fff !important;
}

.body-wrapper>div:not(.detail-wrapper) .view-listing-details-link:hover,
.body-wrapper>div:not(.detail-wrapper) .contact-options a:hover,
.body-wrapper>div:not(.detail-wrapper) .fin-calc-mobile>a:hover,
.body-wrapper>div:not(.detail-wrapper) button.g-recaptcha.button:hover,
.body-wrapper>div:not(.detail-wrapper) .email-seller-link:hover,
.body-wrapper>div:not(.detail-wrapper) .mc-nav-controls .mc-icon-navarrow span,
.body-wrapper>div:not(.detail-wrapper) a.buy-btn.gtm-buynow.des-buy-now:hover,
.body-wrapper>div:not(.detail-wrapper) a.buy-btn.des-buy-now:hover,
.body-wrapper>div:not(.detail-wrapper) .detail-contact-bar .contact-bar-btn:hover {
    background: #535252!important;
    color: #fff !important;
    /*----Border----*/
}

.body-wrapper>div:not(.detail-wrapper) .faceted-section-box .show-all-modal .show-all-modal-content-container .show-all-modal-content .title-close-row .back-button,
.body-wrapper>div:not(.detail-wrapper) .show-all-modal .show-all-modal-content-container .show-all-modal-content .title-close-row .back-button,
.body-wrapper>div:not(.detail-wrapper) .show-all-modal .back-button,
.body-wrapper>div:not(.detail-wrapper) .parts-listing-container .mobile-parts-detail-container .dealer-phone-container a {
    color: #000 !important;
    border: 1px solid #000 !important;
    /*-----------------------OTHER TEXT STYLES-----------------------*/
    /*----Page Title----*/
}

.body-wrapper>div:not(.detail-wrapper) .list-title .list-title-text,
.body-wrapper>div:not(.detail-wrapper) .parts-top-section .parts-title-and-breadcrumbs .parts-title .parts-title-text span,
.body-wrapper>div:not(.detail-wrapper) .title-media-buttons-heading h1 {
    color: #000 !important;
    line-height: 28px !important;
}

.body-wrapper>div:not(.detail-wrapper) .list-main-section .list-container .list-listing .listing-top-right .listing-dealer-info .dealer-name,
.body-wrapper>div:not(.detail-wrapper) .list-main-section .list-container .fin-calc,
.body-wrapper>div:not(.detail-wrapper) .list-listing-mobile .listing-dealer-info .spec-value,
.body-wrapper>div:not(.detail-wrapper) .fin-calc,
.body-wrapper>div:not(.detail-wrapper) .fin-calc p,
.body-wrapper>div:not(.detail-wrapper) .list-main-section .list-container .list-error .info,
.body-wrapper>div:not(.detail-wrapper) .parts-bottom-section .parts-list-view .parts-list-content .error-message,
.body-wrapper>div:not(.detail-wrapper) .info,
.body-wrapper>div:not(.detail-wrapper) .list-title .list-listings-count,
.body-wrapper>div:not(.detail-wrapper) .parts-top-section .parts-title-and-breadcrumbs .parts-title .parts-listings-count,
.body-wrapper>div:not(.detail-wrapper) .list-top-section .listing-option-bar .list-listings-count,
.body-wrapper>div:not(.detail-wrapper) span.part-list-price.bold,
.body-wrapper>div:not(.detail-wrapper) .dealer-company-header,
.body-wrapper>div:not(.detail-wrapper) .dealer-info h3,
.body-wrapper>div:not(.detail-wrapper) .listing-description-text,
.body-wrapper>div:not(.detail-wrapper) .paging-container .list-page-number,
.body-wrapper>div:not(.detail-wrapper) .paging-container .page-number,
.body-wrapper>div:not(.detail-wrapper) .listing-main-stats .price,
.body-wrapper>div:not(.detail-wrapper) .list-container-flexrow .price-container .price,
.body-wrapper>div:not(.detail-wrapper) h2.listing-portion-title,
.body-wrapper>div:not(.detail-wrapper) .list-listing-mobile .price-container .price,
.body-wrapper>div:not(.detail-wrapper) .compare-listings-container .compare-container .comp-header-img .comp-title-close-cont .compare-title,
.body-wrapper>div:not(.detail-wrapper) .compare-listings-container .compare-container .compare-price,
.body-wrapper>div:not(.detail-wrapper) .rent-title,
.body-wrapper>div:not(.detail-wrapper) .rent-title-details,
.body-wrapper>div:not(.detail-wrapper) span.list-title-text,
.body-wrapper>div:not(.detail-wrapper) a.search-results-link,
.body-wrapper>div:not(.detail-wrapper) h3.listing-portion-title {
    color: #000 !important;
}

.body-wrapper>div:not(.detail-wrapper) .mobile-option-bar .mobile-option-bar-filter,
.body-wrapper>div:not(.detail-wrapper) span.listing-prices__retail-price,
.body-wrapper>div:not(.detail-wrapper) span.parts-listings-count {
    color: #000 !important;
    /*-----------------------MEDIA QUERIES-----------------------*/
}





/*---------- RESPONSIVE STYLES ----------*/

@media only screen and (max-width: 1600px) {
	.about-right h3{padding: 18% 0;}
}
@media only screen and (max-width: 1400px) {
	.over-text{bottom:25%; left:10%;}
	.over-text P{font-size:24px;}
	.about-right h3{padding: 20% 0;}
	.cont-left{width:25%;}
.cont-right{width:75%;}
}

@media only screen and (max-width: 1300px) {
	.over-text{bottom:25%; }
	.over-text P{font-size:20px;}
	.hero-text{bottom:30%;}
	.about-right h3{padding: 22% 0;}
	.about-left h2{width:370px;}
	.brands, .access{width:90%;}
	.title h5{font-size:28px;}
	
}
@media only screen and (max-width: 1200px) {
	.over-text a{font-size:15px; padding:8px 13px; }
	.over-text p{font-size:18px; padding-bottom:30px;}
	.about-left h2, .contact-right h4{font-size:34px;}
	.about-right h3{font-size:26px; padding:26% 0;}
	.contact-page{flex-direction:column;}
	.cont-left, .cont-right{width:100%;}
	.form-width, .map{width:75%; margin: 0 auto; float:none;}
	.about-left h2{width:310px;}
	.contact-right h4{width:200px;}
	.brands, .access{width:85%;}
	.site-header{width:95%;}
	
	
}
@media only screen and (max-width: 1000px) {
	.hero{flex-direction:column;}
	.hero-left{width:97%;padding:10px; margin: 0 auto;}
	.hero-btn {width:100%;}
	.hero-btn img{width:100%; padding:0 10px;box-sizing:border-box;}
	.hero-right{width:97%; margin:0 auto;}
	.hero-text{bottom:40%;}
	.over-text p{font-size:30px;padding-bottom:60px;}
	.over-text {bottom:30%; left:10%;}
	.over-text a{font-size:17px;}
	.about{flex-direction:column;}
	.contact{flex-direction:column-reverse;}
	.about-left, .contact-right{width:90%; padding: 5% 5% 5% 5%;}
	.about-right, .contact-left{width:100%;}
	.about-right h3{padding:14% 0;}
	.contact-info{display:flex; flex-direction:row;}
	.emails{padding-left:20%;}
	.header-sec p, .header-sec-inv p{display:none;}
	.header-info{width:170px;}
	.header-sec i{ padding:20px; font-size:20px; height:60px; width:60px; }
	.newyork{display:none;}
	
}
@media only screen and (max-width: 900px) {
	.footer{flex-direction:column; text-align:center; justify-content: center;}
	.hours{margin: 0 auto;}
	.footer-row{padding:18px 0;}
	.hours-left{text-align:start;}
	.page-sections{flex-direction:column-reverse;}
	.page-left, .page-right{width:calc(100% - 100px);}
	.title h5{padding:15px 0;}
	.video-page .over-text p{font-size:28px;}
	.inventory-btns a{font-size:22px;}
	
	
	
}
@media only screen and (max-width: 720px) {
	.hero-text{bottom:30%;}
	.over-text p{font-size:24px;}
	.emails{padding-left:1%;}
	.page-top h1{padding:70px 0;}
	.page-container{width:95%;}
	.page-left, .page-right{padding: 50px 20px; width:calc(100% - 40px);}
	.map, .form-width{width:95%;}
	.brands, .access{width:calc(100% - 40px); flex-direction:column; padding: 0 20px 30px 20px;}
	.brands-slide{margin: 0 auto; width:100%;}
	.video-page .hero-us{flex-direction:column;}
	.video-page .hero-btn{width:100%; margin-top:5px;}
	.inventory-btns{flex-direction:column; padding-top:10px;}
	.inventory-btns a{width:100%; margin:10px 0 0 0;}
	
	
	
	
	
}

@media only screen and (max-width: 550px) {
	.hero-back{width:100%; height:300px;}
	.hero-back img{width:100%; height:300px; object-fit:cover;}
	.hero-text h1{font-size:50px;width:260px;}
	.hero-text h4{font-size:16px;}
	.hero-text p{width:90%;}
	.hero-text{bottom:20%;}
	.over-text p{padding-bottom:40px;}
	.over-text{bottom:20%;}
	.about-left h2{width:320px;}
	.contact-right h4{width:200px;}
	.contact-info{flex-direction:column;}
	.flex-row{flex-direction:column;}
	.form-half, .form-third{width:100%;}
	
	
	
}
@media only screen and (max-width: 450px) {
	.hero-us, .hero-canada{flex-direction:column;padding-top:0;}
	.hero-us img, .hero-canada img{ margin: 0 auto;padding-top:10px;}
	.over-text p{ padding-bottom:50px; font-size:30px;}
	.over-text{bottom:30%;}
	.about-left h2, .contact-right h4{font-size:28px;}
	.site-header{flex-direction:column-reverse;}
	.header-info{margin: 0 auto;}
	.logo{margin: 0 auto;}
	.about-left, .contact-right{padding:10% 5%;}
	.about-right h3{font-size:24px; padding:18% 0;}
	.page-top h1{font-size:35px;}
	.site-header{width:95%;}
	.footer{width:95%;}
	.hours{width:220px;}
	.map{height:240px;}
	
}

@media only screen and (max-width: 350px) {
	.about-left h2{font-size:26px; width:260px;}
	.cont-btn{width:100%;}
	.logo{width:100%;}
	.logo img{width:220px;}
	.footer-row img{width:220px;}
	.hero-text h1{font-size:40px; width:220px;}
	.about-left h2{width:240px;}
	.over-text p {padding-bottom:20px; font-size:28px;}	
	
}



