﻿/***** BEGIN RESET 

font-family: 'Chivo', sans-serif;
font-family: 'Open Sans', 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;	
}

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;
}

.clear {
	clear: both;
}

/*-------- BODY STYLES --------*/

body {
font-family: 'Open Sans', sans-serif;
}

p {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 28px;
}

h1,h2,h3,h4,h5,h6 {
	font-family: 'Chivo', sans-serif;
}

a:link, a:visited, a:active {text-decoration:none;}
a:hover {text-decoration:none;}


hr{border:#000 1px solid;}

/*--- HEADER STYLES ---------------------*/
header {
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

.top-header {
	background-color:#000;
	background-image: url("/siteart/head-bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 5px 0;
}

.header-info {
    display: inline-block;
    margin-right: 13px;
    text-transform: uppercase;
    font-family: 'Chivo', sans-serif;
    color: #ea5524 !important;
    font-weight: 900;
}


.left-side {
	display: inline-block;
	text-align: left;
}

.right-side {
	display: inline-block;
	text-align: right;
	float: right;
}

.right-side a,.left-side a,.right-side p {
	font-size: 14px;
	font-weight: 600;
	color: #fff !important;
	font-family: 'Chivo', sans-serif;
	-webkit-transition:.4s ease-in;  
				-moz-transition:.2s ease-in;  
				-o-transition:.2s ease-in;  
				transition:.2s ease-in;	
}

.right-side a {
	margin-right: 10px;
}
.right-side a:hover,.left-side a:hover {
	color: #ea5524 !important;
	-webkit-transition:.4s ease-out;  
				-moz-transition:.2s ease-out;  
				-o-transition:.2s ease-out;  
				transition:.2s ease-out;	
}

.main-header {
	padding: 5px 0;
}

.logo {
	display: inline-block;
	vertical-align: middle;
	
	    width: 19.5%;
}

.logo img {
	max-width: 100%;
	width: 150px;
}

.right-nav {
	display: inline-block;
	vertical-align: middle;
	text-align: right;
	    width: 80%;
}

.right-top a {
	font-size: 22px;
	color: #000 !important;
	margin: 0 3px;
	cursor: pointer;	
}



.right-bottom {
	padding: 10px 0 0;
}

.only-mobile {
	display: none !important;
}
#orange-btn {
	color: #fff !important;
	background: #ea5524 !important;
	padding: 5px 10px !important;
	-webkit-transition:.4s ease-in;  
				-moz-transition:.2s ease-in;  
				-o-transition:.2s ease-in;  
				transition:.2s ease-in;	
}

#orange-btn:hover {
	color: #fff !important;
	background: #000 !important;
	-webkit-transition:.4s ease-out;  
				-moz-transition:.2s ease-out;  
				-o-transition:.2s ease-out;  
				transition:.2s ease-out;
	
}

.searchTerm {
  box-sizing: border-box !important;
    background: #fff !important;
    border-radius: 0px !important;
    color: #000 !important;
    outline: 0 !important;
    border: none !important;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px !important;
    padding: 5px 10px !important;
    display: inline-block;
    vertical-align: middle;
    line-height: 28px;
    width: 60%;
    margin-right: -5px;
}
.search-btn {
  border: none !important;
  background: #000;
     padding: 10px 10px;
  cursor: pointer !important;
  background-size: contain;
	background-position: center;
	display: inline-block;
	vertical-align: middle;
	font-size: 16px !important;
	-webkit-transition:.4s ease-in;  
				-moz-transition:.2s ease-in;  
				-o-transition:.2s ease-in;  
				transition:.2s ease-in;	
	margin: 0 !important;
	    width: 15%;
}
#search-img {
  width: 18px;
  height: auto;
	text-align: center;
    vertical-align: middle;
}
#search-img img {
  max-width: 100%;
}

.search-btn:hover {
  background: #ea5524 !important;
   -webkit-transition:.4s ease-out;  
				-moz-transition:.2s ease-out;  
				-o-transition:.2s ease-out;  
				transition:.2s ease-out;	
}

.mobile-search {
		display: none;
	}

/*---BODY--------------------------------*/

.flex-container {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
}

.wid-90 {
	width: 90%;
	margin: 0 auto;
}
.wid-80 {
	width: 80%;
	margin: 0 auto;
}
.wid-70 {
	width: 70%;
	margin: 0 auto;
}

.wid-60 {
	width: 60%;
	margin: 0 auto;
}
.wid-50 {
	width: 50%;
	margin: 0 auto;
}

#pad-50 {
	padding-top: 50px !important;
	padding-bottom: 50px !important;
}

#pad-70 {
	padding-top: 70px !important;
	padding-bottom: 70px !important;
}


#pad-25 {
	padding-top: 25px !important;
	padding-bottom: 25px !important;
}



.just-center {
	justify-content: center;
}

.just-even {
	justify-content: stretch;
	align-items: center;
}

.just-left {
	justify-content: left;
}
.just-right {
	justify-content: right;
}
.center {
	text-align: center;
}


.black-bg {
	background: #000;
}

.cta {
	padding: 15px 0;
}

.cta-pad {
	padding: 0 15px;
}

.black-bg.cta h2 {
	font-size: 24px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 400;
	padding-bottom: 15px;
}

#orange-txt {
	color:#ea5524 !important;
}

.flex-container.cta-flex {
	justify-content: center;
	gap: 15px;
}
.cta-btn {
	    flex-basis: 20%;
    height: 100px;
    padding: 0;
    line-height: 50px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border-radius: 10px;
	    flex-grow: 1;
	
}

.overlay {
	position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: rgba(0,0,0,1.00);
}

.cta-btn:hover .overlay {
	opacity: .5;
}

.flex-container.just-even.reverse {
	flex-wrap: wrap-reverse !important;
}

.square,.halfround {
	background: #ea5524;
}

.elliptical,.dumptrucks {
	background: #fff;
}


.hardox-img {
	overflow: hidden;
    flex: 1;
}

.hardox-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

div.cta-btn {
	text-align: center;
}

.cta-btn:hover .cta-title{
	color: #fff !important;
}

.white-bg {
    background: #fff;
    padding: 50px 0;
    flex: 1;
}

.cta-title {
	font-family: 'Chivo', sans-serif;
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 28px;
    position: absolute;
	transition: .5s ease;
	top: 25%;
}

.elliptical .cta-title, .dumptrucks .cta-title {
	color: #ea5524
}

.flex-container.flex-home {
    width: 90%;
    margin: 0 auto;
    flex-wrap: nowrap;
    box-shadow: rgb(14 30 37 / 12%) 0px 2px 4px 0px, rgb(14 30 37 / 32%) 0px 2px 16px 0px;
	max-width: 1200px;
}


.small-txt {
	font-size: 16px;
    font-weight: 400;
	text-transform: uppercase;
}

.metal-bg {
	background: url("/siteart/metal-bg.jpg") no-repeat;
	background-position: center;
	background-size: cover;
	padding: 50px 0;
}

.white-bg {
	background: #fff;
	padding: 70px 0;
}

.home-txt h3 {
	font-size: 30px;
    text-transform: uppercase;
    font-weight: 800;
    line-height: 38px !important;
}

.home-txt h4 {
	    font-size: 24px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 44px !important;
	color: #ea5524 !important;
	padding-bottom: 10px;
}

.home-txt p {
	font-size: 16px;
	line-height: 28px;
}

.home-btn {
	background: transparent !important;
	padding: 8px 12px;
	text-transform: uppercase;
	border: 1px solid #000;
	width: fit-content;
	margin: 0 auto;
	margin-top: 10px;
	color: #000 !important;
	-webkit-transition:.4s ease-in;  
				-moz-transition:.2s ease-in;  
				-o-transition:.2s ease-in;  
				transition:.2s ease-in;
	
}

.home-btn:hover {
	background: #000 !important;
	color: #fff !important;
	-webkit-transition:.4s ease-out;  
				-moz-transition:.2s ease-out;  
				-o-transition:.2s ease-out;  
				transition:.2s ease-out;
	
}

.orange-bg {
	background: #ea5524 !important;
	color: #fff !important;
	padding: 20px 0 !important;
}

.dump-txt {
	text-align: center;
}
.dump-txt h5 {
	font-size: 30px !important;
	text-transform: uppercase;
	padding-bottom: 5px !important;
}

.dump-txt p {
	font-size: 18px;
}
.body-photo img {
	width: 100%;
	display: block;
}
.body-photo, .body-info {
	flex-basis: 50%;
}

.body-info h6 {
	font-style: italic;
	color: #ea5524 !important;
	text-transform: uppercase;
	font-size: 26px;
    line-height: 46px;
	padding-bottom: 10px;
}

.body-info p {
	font-size: 16px;
	line-height: 28px !important;
	padding-bottom: 40px;
}

.contact-bg {
	background: url("../siteart/contact-bg.jpg") no-repeat;
	background-size: cover;
	background-position: 0 46%;
	    filter: brightness(.4);
}

.half-col {
	flex-basis: 50%;
	color: #fff !important;
	
}

.half-col .fas {
	color: #fff !important;
	font-size: 18px
}

.half-col.black-bg {
	
}

.half-col h6{
	font-size: 24px;
	color: #ea5524 !important;
	text-transform: uppercase;
	line-height: 36px;
}

.inline {
	    display: inline-flex;
}

.contact-home a {
	color: #fff !important;
	padding-bottom: 20px;
	-webkit-transition:.4s ease-in;  
				-moz-transition:.2s ease-in;  
				-o-transition:.2s ease-in;  
				transition:.2s ease-in;
	font-size: 18px;
}

.contact-home .fas {
	-webkit-transition:.4s ease-in;  
				-moz-transition:.2s ease-in;  
				-o-transition:.2s ease-in;  
				transition:.2s ease-in;
	font-size: 18px;
}
.contact-home a:hover {
	color: #ea5524 !important;
	-webkit-transition:.4s ease-out;  
				-moz-transition:.2s ease-out;  
				-o-transition:.2s ease-out;  
				transition:.2s ease-out;
}

.contact-home a:hover .fas {
	color: #ea5524 !important;
	-webkit-transition:.4s ease-out;  
				-moz-transition:.2s ease-out;  
				-o-transition:.2s ease-out;  
				transition:.2s ease-out;

}
.contact-socials {
	font-size: 22px !important;
}


/*Contact Page */
.body-container {
	max-width: 1200px !important;
	padding: 0 20px !important;
	margin: 0 auto;
}

.site-page h1 {
	text-transform: uppercase;
    font-size: 36px !important;
    padding-bottom: 25px;
    font-weight: 800;
    font-style: italic;
}

.site-page h2 {
	font-size: 18px;
	color: #ea5524 !important;
	text-transform: uppercase;
	padding: 10px 0 5px;
}

.site-page h2:first-of-type {
	padding-top: 0 !important;
}

.site-page a {
	color: #000 !important;
	-webkit-transition: .4s ease-in;
    -moz-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
}

.site-page a:hover {
	color: #ea5524 !important;
	-webkit-transition: .4s ease-out;
    -moz-transition: .2s ease-out;
    -o-transition: .2s ease-out;
    transition: .2s ease-out;
}

.contact-content {
	flex-basis: 40%;
}

.contact-map {
	flex-basis: 60%;
}

/*Gallery Page */


#lb-thumb {
	    height: 100%;
    width: 100%;
    object-fit: cover;
}



.custom-img img {
	max-width: 100%;
}

.custom-img {
	padding: 40px 0 20px;
}

.gallery-container {display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
    grid-auto-rows: minmax(100px, auto);
    text-align: center; padding: 20px 0;}
.slide-home {    background: #000;}
/*  scrolling inventory
------------------------------------------------*/
.scrolling-wrap {
    width:100%;
    height:90px;
    overflow:hidden;
}
 
.scrolling{
    width:100%;
    height:92px;
}

/* Icon Forward */
.hvr-icon-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.1s;
  transition-duration: 0.1s;
}
.hvr-icon-forward .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-icon-forward:hover .hvr-icon, .hvr-icon-forward:focus .hvr-icon, .hvr-icon-forward:active .hvr-icon {
  -webkit-transform: translateX(4px);
  transform: translateX(4px);
}



/*--------FORM STYLES--------------------*/

#form-button{
	color: #fff !important;
    background: #ea5524 !important;
    padding: 5px 10px !important;
    -webkit-transition: .4s ease-in;
    -moz-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
	margin: 0px 5px 0px 5px;
	font-size: 20px;
	text-transform: uppercase;
	text-align: center;
	    font-weight: 500;
	font-family: 'Chivo', sans-serif;
}

#form-button:hover{
	color: #fff !important;
    background: #000 !important;
   
}


/*-------- FOOTER STYLES ----------------*/
footer{}


.foot-border {
	background: url(/siteart/head-bg.jpg) no-repeat;
    background-position: right;
    background-size: cover;
    height: 8px;
}
.footer.flex-container {
	justify-content: space-between;
	
}
.foot-right,.foot-left {
	flex-basis: 15%;
}

.foot-right {
	text-align: right;
}

.foot-right a {
	color: #fff !important
}

.foot-middle {
	flex-basis: 70%;
	text-align: center;
	font-family: 'Chivo', sans-serif;
}

.foot-logo {
    width: 130px;
}

.foot-logo img {
	max-width: 100%;
}

.foot-nav ul {
	display: flex;
	    justify-content: center;
}

.foot-nav a {
	padding: 0 20px;
	text-transform: uppercase;
	color: #fff !important;
	font-family: 'Chivo', sans-serif;
	-webkit-transition:.4s ease-in;  
				-moz-transition:.2s ease-in;  
				-o-transition:.2s ease-in;  
				transition:.2s ease-in;
	font-size: 18px;
}

.foot-nav a:hover {
	color: #ea5524 !important;
	-webkit-transition:.4s ease-out;  
				-moz-transition:.2s ease-out;  
				-o-transition:.2s ease-out;  
				transition:.2s ease-out;
}

.foot-phone a {
	font-size: 24px !important;
	color: #ea5524 !important;
	font-style: italic;
	font-weight: 600;
	
}

.foot-phone {
	padding-top: 30px;
}
.black-bg.footer-bg {
    padding: 30px 0;
	border-top: 1px solid #333;
}

/*----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: bahnschrift, urw-din, 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 {
    -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,.list-content .list-title .list-listings-count,.mobile-option-bar .mobile-option-bar-filter {color:#ea5524 !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,.list-content .list-error-container .info button {background:#ea5524 !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{border: solid 1px #ea5524 !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 {background: #fff !important; color: #ea5524 !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;}
 
.list-content .list-error-container .info button:hover {
	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; 
	
}

.title-media-buttons-heading,.list-content .list-title .list-title-text {
	text-transform: uppercase !important;
    font-family: 'Chivo', sans-serif !important;
    font-style: italic;
    font-weight: 800 !important;
}

.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 {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: #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;}


.list-content .list-error-container .info .selected-facet {background-color: transparent !important; border: none !important;}


.mobile-only {
	display: none;
}

/*---------- RESPONSIVE STYLES ----------*/

@media only screen and (max-width: 1552px) {
	.metal-bg .wid-60 {
		width: 75%;
	}
}

@media only screen and (max-width: 1400px) {
	.wid-50.search-hero {
		width: 100%;
	}
	
	
	.searchTerm {
		margin-right: -8px;
	}
}

@media only screen and (max-width: 1200px) {
	.flex-container.flex-home {
		flex-wrap: wrap;
	}
	
	.white-bg {
		order: -1;
		
	}
	
	.hardox-img,.white-bg {
		flex-basis: 100%;
	}
.hardox-img {
    height: 350px;
	}.hardox-img img {object-position: center 60% !important;}
}


@media only screen and (max-width: 1154px) {
	.cta-btn {
    flex-basis: 49%;
	}
	
	.wid-60 {
    width: 80%;
		
	}
	
	.wid-70 {
    width: 90%;
	}
	
	.body-info h6 {
		font-size: 24px;
		line-height: 34px;
		padding-bottom: 5px;
	}
	
	.body-info p {
		padding-bottom: 15px;
	}
	
	.foot-nav a {
		font-size: 16px;
		padding: 0 15px;
	}
}

@media only screen and (max-width: 1040px) {
	.body-photo, .body-info {
		flex-basis: 100%;
	}
	
	.body-photo img {
		width: auto !important;
		max-width: 100%;
		margin: 0 auto;
		padding: 0 0 10px;
	}
	
	.body-info {
		text-align: center;
	}
	
	.just-even {
		padding: 30px 0;
	}
	.lb-wrap {
    flex-basis: 24%;
	}
}

@media only screen and (max-width: 972px) {
	
	.footer.flex-container {
    gap: 10px;
}
	.foot-right, .foot-left,.foot-middle {
    flex-basis: 100%;
    text-align: center;
}
	
	.foot-left {
		padding-bottom: 10px;
	}
	.foot-right {
		padding-top: 10px; 
	}
	
	

}
@media only screen and (max-width: 849px) {
	.only-mobile {
		display: block !important;
    	    width: 115px;
    text-align: center;
		
	}
	
	.main-header {
		display: flex;
		flex-wrap: wrap-reverse;
		align-items: end !important;
		align-items: center !important;
	}
	
	.mobile-menu, .logo, .right-nav {
		flex-basis: 33.3%;
		width: 100% !important;
	}
	
	.right-bottom {
		float: right;
	}
	
	.logo img {
    max-width: 100%;
    }
	

	
	.lb-wrap {
    flex-basis: 32%;
}
	
	.header-info {
		display: none;
	}
	
	.header-info.mobile-only {
    display: block;
    padding: 10px;
    background: #ea5524 !important;
    text-align: center;
    margin: 0;
    color: #fff !important;
    font-size: 22px !important;
}

	
	
}

@media only screen and (max-width: 778px) {
	.dump-txt h5 {
    font-size: 24px !important;
	}
	
	.cta-btn {
		flex-basis: 100%;
	}
	
	
	.cta-pad {
    padding: 0 20px;
}
	
	.cta-btn {
		height: 90px;
	}
	
	.cta-title {
		font-size: 24px !important;
	}
	
	.small-txt {
    font-size: 16px !important;
	}
	
	.metal-bg .wid-60 {
		width: 85%;
	} 
}

@media only screen and (max-width: 700px) {
	.just-even.first-body {
		padding-top: 0 !important;
	}
	.lb-wrap {
    flex-basis: 49%;
}
	
	.contact-bg {
    background-position: 30% 40%;
	}
}

@media only screen and (max-width: 670px) {
	.contact-content, .contact-map {
		flex-basis: 100%;
	}
	
	.flex-container.contact-flex {
		gap: 20px;
	}
	
}


@media only screen and (max-width: 630px) {
	
	.half-col {
		flex-basis: 100%;
	}
	
	.half-col.contact-bg {
		display: none !important;
	}
	
	.foot-nav li a {
		font-size: 14px !important
	}
	
	
	
}
@media only screen and (max-width: 615px) {
	.mobile-search {
		display: block;
		padding: 0 0 20px !important;
	}
	
	
	.searchTerm {
		width: 90%;
	}
	
	.search-btn {
		width: 10%;
		background: #ea5524 !important;
	}
	
	
	.wid-90.search-hero {
		text-align: center;
	}
	
	
}



@media only screen and (max-width: 580px) {
	.right-nav {
		display: flex;
		justify-content: center;
    gap: 20px;
	}
	
	.right-bottom {
		padding: 0 !important;
	}
	
	.mobile-menu, .logo, .right-nav {
		flex-basis: 100%;
	}
	
	.main-header {
        text-align: center;
		    gap: 5px;
	}
	
	.left-side,.right-side {
    display: block;
	float: none;
    text-align: center;
}
	
	.home-txt h3 {
		font-size: 28px !important;
	}
	
	.home-txt h4 {
		font-size: 20px; }
	
	.home-btn {
		padding: 8px 0 !important;
		width: 100%;
		    text-align: center;
	}
	
	.lb-wrap {
    flex-basis: 100%;
}
	.metal-bg .wid-60 {
		width: 90%;
	}
	
	.right-nav {
		flex-wrap: wrap;
	}
	
	.right-bottom {
		flex-basis: 100%;
		order: -1;
	}
	
	#orange-btn {
		background: #000 !important;
		width: 100%;
		margin: 0;
		padding: 10px 0 !important;
	}
	
	#orange-btn:hover {
		background: #ea5524 !important;
	}
	
		.right-bottom {
    padding: 50px 0 0;
}
	.main-header {
    padding: 0 0 15px 0;
		width: 100%;
}
	.hardox-img {
    height: 200px;
}
}

@media only screen and (max-width: 500px) {
	.wid-60 {
		width: 90%;
	}
	
	.foot-nav ul {
		display: block;
	}
	
	.foot-nav li {
		padding: 5px 0;
	}
	
	.home-btn {
		width: 100%;
		padding: 10px 0 !important;
	}
	
	.cta {
		padding: 5% 0;
	}
}

@media only screen and (max-width: 420px) {
	.searchTerm {
    width: 85%;
}
	
	.search-btn {
		width: fit-content;
		background: #ea5524 !important;
	}
	.metal-bg .wid-60 {
		width: 100%;
	}
	.wid-90.home-txt {
		text-align: center;
	}
}

@media only screen and (max-width: 320px) {
	.home-btn {
		font-size: 14px !important;
	}
	
}






