﻿/***** BEGIN RESET *****/
@import url('https://fonts.googleapis.com/css2?family=Arimo:ital,wght@0,400..700;1,400..700&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:'Arimo', sans-serif;
	overflow-x: hidden;
}
a{text-decoration:none;}
*{box-sizing:border-box;}

/*-----Buttons----------*/
.red-btn{width:220px; font-size:15px; background:#cd2027; color:#fff; text-transform:uppercase; text-align:center; padding:14px; display:block; height:45px; margin-top:60px; box-sizing:border-box; transition:.3s ease;}
.red-btn:hover{background:#A2060C;}

/*--- HEADER STYLES ---------------------*/
.top-header{width:100%; background:#f0f0f0;}
.top-wrap{max-width:1600px; margin:0 auto; padding:0 10px; box-sizing:border-box; width:100%; display:flex; flex-direction:row; justify-content: space-between;}
.top-left{display:flex; flex-direction:row;}
.top-left a{color:#000;font-family:'Arimo', sans-serif; padding:12px 20px; font-size:16px;}
.top-left a i{padding-right:5px;}
.top-right a{color:#fff; transition:.3s ease; font-family:'Arimo', sans-serif; text-transform:uppercase; font-size:16px; background:#cd2027; display:block; padding:12px; text-align:center; width:150px;}
.top-right a:hover{background:#A2060C;}
.top-left a:hover{color:#a2060c;}

header{width:100%; box-shadow:0px 1px 4px 2px rgba(0,0,0,.1);}
.header{max-width:1600px; width:100%; margin:0 auto; padding:0 10px; box-sizing:border-box; display:flex; flex-direction:row; justify-content: space-between;}
.logo{max-width:240px; padding:10px 0;}
.logo img{width:100%;}


/*---BODY--------------------------------*/
.hero{width:100%; height:750px; position:relative; background-color:#000;}
.hero img{width:100%; height:100%; object-fit:cover; background-color:#000; filter:brightness(.6);}
.hero-text{max-width:1600px; width:98%; margin:0 auto; left:0; right:0; position:absolute; bottom:18%; display:flex; flex-direction:row; justify-content: space-between;}
.hero-text h1{max-width:900px; font-size:60px; font-weight:800; line-height:60px; color:#fff; text-shadow:1px 1px 3px rgba(0,0,0,.8); text-transform:uppercase;}

/*---------Search-------------*/
.search-wrap{width:98%; z-index:150; position:relative; max-width:1600px; background:#fff; box-shadow:1px 1px 4px 2px rgba(0,0,0,.1); margin:-90px auto 0 auto; padding:40px; box-sizing:border-box;}
.search-wrap h2{font-size:28px; text-transform:uppercase; color:#000; font-weight:900; text-align:center; padding-bottom:15px;}
.search-wrap h2 span{color:#cd2027;}
.search-row{display:flex; flex-direction:row;}
.formfield{width:calc(33.33% - 12px); margin:6px;}
.formfield input{width:100%; padding:14px; box-sizing:border-box; border:solid 1px #ccc; color:#6E6E6E!important; font-size:14px;}
.formfield input[type="submit"]{background:#cd2027; color:#fff!important; transition:.3s ease; text-transform:uppercase;}
.formfield input[type="submit"]:hover{cursor:pointer; background:#A2060C;}
.search-row .formfield select{border:solid 1px #B5B5B5!important;}

/*--------Quick Links------------*/
.qls{max-width:1600px; width:100%; margin:60px auto; display:flex; flex-direction:row; flex-wrap:wrap;}
.qls a{width:calc(33.33% - 10px); margin:5px; position:relative; height:350px; z-index:10; overflow:hidden; background-color:#000;}
.qls a img{width:100%; transition:.3s ease; height:100%; object-fit:cover; filter:brightness(.7); background-color:#000;}
.ql-text{position:absolute; bottom:25px; left:20px; z-index:50;}
.ql-text h2{font-size:36px; color:#fff; text-transform:uppercase; font-weight:800; text-shadow:1px 1px 4px rgba(0,0,0,.8);}
.ql-text p{text-transform:uppercase; color:#fff; font-weight:500; font-size:16px; text-shadow:1px 1px 4px rgba(0,0,0,.8);}
.ql-text p i{padding-left:5px; transition:.3s ease;}
.qls a:hover .ql-text p i{padding-left:15px;}
.qls a:hover img{transform:scale(1.1);}
/*----------About-------------*/
.home-about{width:100%; max-width:1600px; margin:300px auto; display:flex; flex-direction:row;}
.about-left{width:50%; padding-left:10px; padding-right:80px; box-sizing:border-box;}
.about-left h3{font-size:45px; line-height:46px; text-transform:uppercase; font-weight:800;}
.about-left h3 span{color:#cd2027;}
.about-left p{font-size:16px; line-height:24px; width:80%; padding:40px 0;}
.about-right{width:50%; background:linear-gradient(to right, transparent 50%, #cd2027 50%); position:relative;}
.lift{width:100%; max-width:400px; height:500px; object-fit:cover; position:absolute; right:40px; top:-200px;}
.crane{max-width:700px; width:100%; height:400px; object-fit:cover; position:absolute; right:100px; bottom:-200px;}

/*----------Home Contact----------------*/
.home-contact{background:url("/siteart/background.jpg") 60% 90% no-repeat; padding:120px 0;}
.cont-wrap{max-width:1600px; margin:0 auto; width:100%; padding:0 10px; box-sizing:border-box; display:flex; flex-directin:row;}
.home-contact-left{width:50%; padding:70px 50px; box-sizing:border-box; background:#fff;}
.home-contact-left h3{font-size:16px; text-transform:uppercase; color:#333; font-weight:500; padding:10px 0;}
.home-contact-left h3 span{font-size:35px; font-weight:800; color:#000;}
.home-contact-right{width:50%; align-content:center; padding-left:20px; box-sizing:border-box;}
.call-wrap{padding:80px 20px; box-sizing:border-box; background:rgba(0,0,0,.5); width:80%; margin:0 auto; text-align:center;}
.call-wrap h3{font-size:18px; font-weight:600; color:#fff; text-transform:Uppercase;}
.call-wrap a{font-size:45px; transition:.3s ease;font-weight:800; color:#fff; padding:15px 0; display:block;}
.call-wrap p{font-size:16px; color:#fff; font-weight:400; max-width:200px; margin:0 auto;}
.call-wrap a:hover{transform:scale(1.1);}
/*---------News Page------------*/
.page-header{max-width:1600px; width:100%; margin:0 auto; padding:60px 10px; box-sizing:border-box;}
.page-header h1{font-size:45px; line-height:45px; font-weight:800; text-transform:uppercase;}
.news-wrap{display:flex; flex-wrap:wrap; flex-direction:row; max-width:1600px; width:98%; margin:0 auto;}
.news{width:calc(50% - 20px); margin:10px; border:solid 1px #ccc;  box-sizing:border-box;}
.news-left{width:100%; height:250px; padding:50px; box-sizing:border-box;}
.news-left h2{font-size:35px; text-transform:uppercase; padding-bottom:15px;}
.news-left p{font-size:18px;}
.news-right{width:100%;}
.news-right img{width:100%; height:500px; object-fit:cover; margin-bottom:-5px;}

.page-wrap{max-width:1600px; box-sizing:border-box; width:98%; margin:0 auto 80px auto; border:solid 1px #ccc; padding:50px; }
.page-wrap p{font-size:17px; line-height:24px;}


.contact{max-width:1600px; width:100%; margin:0 auto 20px auto; padding:10px; box-sizing:border-box; display:flex; flex-directin:row;}
.contact-left{width:400px; padding-right:40px; box-sizing:border-box;}
.contact-right{width:calc(100% - 400px);}
.contact-left p{font-size:24px; text-transform:uppercase; font-weight:800; padding-bottom:6px; padding-top:20px;}
.contact-left a{font-size:18px; color:#000; transtion:.3s ease;}
.contact-left a:hover{color:#cd2027;}

/*--------FORM STYLES--------------------*/

.flex-form{width:100%;text-align: left;margin: 0 auto;flex-direction: row;justify-content: flex-start;align-items: flex-start;font-size: 15px;}
#formpage input, select {padding:14px!important;border-bottom: 1px solid #333!important; background:#fff!important; border-radius:0!important; width:100%; border-top:none; border-left:none; border-right:none; color: #6C6C6C!important;font-size: 14px;}
.flex-row{display:flex;flex-direction:row;width:100%;}
#formpage {width:100%;vertical-align: top;display:inline-block;text-align:left;padding: 30px 0px 20px 0;}
.form-half{width:calc(50% - 10px);display: inline-block;vertical-align: middle;margin:5px;}
.form-whole{width:calc(100% - 10px);display:block;vertical-align:middle;margin:5px;}
input[type="text"], input[type="email"], input[type="date"], select, input[type="phone"]{width:100%;box-sizing:border-box;}
select, input[type="date"]{
-webkit-appearance: none;
-webkit-border-radius: 0;
}

#formpage textarea {font-family:'Arial', sans-serif; font-size:14px; box-sizing:border-box;padding: 14px;border-top:none; border-left:none; border-right:none; border-bottom: 1px solid #333!important;color: #000;background: #fff;width: 100%;height: 150px;border-radius:2px;}
#formpage textarea:focus{border: 1px solid #ccc; border-radius:2px} 

#formpage input.submit-button, #formpage input.submit-button:focus, #submit-btn button{background:#cd2027!important; border:none!important; color:#ffffff!important;padding:12px 20px!important;text-decoration:none;transition:ease-in .3s;width: 200px;border:none;height:auto; text-transform:uppercase; font-size:15px; font-weight:400;}

#formpage input.submit-button:hover, #submit-btn button:hover{ background:#A2060C; transition:ease-out .3s; cursor:pointer;}
.submit-button, #submit-btn{padding:10px 0px 10px 0px;position:relative;width:100%;}
.captcha-button{width:200px;}
.include-captcha{display:none;}
#formpage input.submit-button{color:#fff!important;}
.CaptchaPanel{text-align:left!important;}

/*-------- FOOTER STYLES ----------------*/
.footer-wrap{width:100%; border-top:solid 5px #cd2027;}
footer{max-width:1600px; width:100%; margin:0 auto; padding:80px 10px; display:flex; flex-direction:row;}
.foot-col{width:25%; padding:20px; box-sizing:border-box; display:block;}
.foot-col p{font-size:20px;font-family:'Arimo', sans-serif; font-weight:800; text-transform:uppercase; color:#000; padding-bottom:15px;}
.foot-col img{max-width:260px; width:100%; margin:0 auto; display:block;}
.foot-col .fb{color:#000; transition:.2s ease; text-align:center; padding-top:10px; display:block; margin:0 auto; font-weight:800; text-transform:uppercase;}
.foot-col .fb i{padding-right:10px;}
.foot-col ul{margin-left:15px;}
.foot-col ul li{list-style: disc; color:#cd2027;}
.foot-col ul li a{font-size:15px; transition:.3s ease; font-family:'Arimo', sans-serif; text-transform:uppercase; line-height:28px;color:#000;}
.foot-col a{color:#000; transition:.2s ease; font-size:15px; line-height:20px;font-family:'Arimo', sans-serif;}
.foot-col a:hover{color:#cd2024;}

/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/
.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: #cd2027 !important;
    color: #fff !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: #cd2027 !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: #A2060C !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: 1500px) {
	.about-left p{width:100%;}
	.about-left h3{font-size:40px; line-height:42px;}
	.crane{max-width:600px; height:340px; bottom:-30%;}
	.lift{top:-30%; height:400px; max-width:350px;}
}
@media only screen and (max-width: 1330px) {
	.news-left h2{font-size:30px; line-height:32px;}
	.crane{ bottom:-20%;}
	.lift{top:-20%;}
}
@media only screen and (max-width: 1250px) {
	.hero-text h1{font-size:50px; line-height:52px; max-width:700px;}
	.home-about{flex-direction:column; margin:100px auto; padding:0 10px; box-sizing:border-box;}
	.about-left{width:100%; padding-right:10px;}
	.about-right{display:none;}
	.about-left .red-btn{margin-top:0px;}
	.page-header h1{font-size:35px; line-height:37px;}
	.news{width:calc(100% - 20px);}
	.news-left{height:auto;}
}
@media only screen and (max-width: 1000px) {	
	.hero-text{flex-direction:column; text-align:center;}
	.hero-text h1{max-width:none; width:95%;}
	.hero-text a{display:block; margin:10px auto;}
	.hero{height:650px;}
	.search-row{flex-direction:column;}
	.search-row .formfield{width:calc(100% - 12px);}
	.qls a{width:calc(50% - 10px); height:330px;}
	.home-contact{background:#fff; padding:0;}
	.cont-wrap{flex-direction:column;}
	.home-contact-left{width:80%; margin:0 auto; box-shadow:1px 1px 4px 2px rgba(0,0,0,.1);}
	.home-contact-right{width:100%; padding-left:0;}
	.call-wrap{background:#fff; margin-top:10px; padding:40px 10px;}
	.call-wrap h3, .call-wrap a, .call-wrap p{color:#000;}
	.flex-row{flex-direction:column;}
	.form-half{width:calc(100% - 10px);}
}
@media only screen and (max-width: 950px) {	
	.header{flex-direction:column; padding:0;}
	.logo{display:block; margin:0 auto;}
	footer{flex-direction:column;}
	.foot-col{width:100%; text-align:center;}
	.foot-col ul li{list-style: none;}
	.foot-col ul{margin-left:0;}
	.contact-left{width:260px;}
	.contact-right{width:calc(100% - 260px);}
	
}
@media only screen and (max-width: 800px) {	
	.top-right{display:none;}
	.hero{height:500px;}
	.hero-text{bottom:22%;}
	.hero img{filter:brightness(.4);}
	.hero-text h1{font-size:40px; line-height:42px;}
	.home-contact-left{width:98%;}
	.about-left h3{font-size:32px; line-height:34px;}
	.page-header h1{font-size:30px; line-height:32px;}
	.page-wrap{padding:40px;}
	.contact{flex-direction:column;}
	.contact-left{padding-bottom:20px;}
	.contact-left, .contact-right{width:100%;}
	.contact-right iframe{height:220px;}
}
@media only screen and (max-width: 650px) {	
	.top-header{display:none;}
	.hero{height:400px;}
	.hero-text{bottom:25%;}
	.hero-text h1{font-size:32px; line-height:34px;}
	.qls a{width:calc(100% - 10px); height:280px;}
	.home-contact-left{padding:40px 25px;}
	.home-contact-left h3 span{font-size:28px; line-height:30px;}
	.call-wrap a{font-size:34px;}
	.call-wrap{width:100%;}
	.page-header h1{font-size:28px; line-height:30px;}
	.page-wrap{padding:30px;}
	.news-left{padding:30px;}
}

@media only screen and (max-width: 450px) {
	.hero-text{bottom:30%;}
	.hero-text h1{font-size:28px; line-height:30px;}
	.search-wrap{padding:28px;}
	.qls a{height:220px;}
	.about-left h3{font-size:28px; line-height:30px;}
	.ql-text h2{font-size:30px;}
	.search-wrap h2{font-size:25px;}
}
@media only screen and (max-width: 380px) {
	
	
}




