﻿/***** 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 {

}

a:link, a:visited, a:active {text-decoration:none;}
a:hover {text-decoration:none;}


hr{border:#000 1px solid;}

/*--- HEADER STYLES ---------------------*/
header {height: 150px;}

.header {
    display: flex;
    justify-content: flex-end;
    padding: 15px 5%;
    font-family: "Sofia Sans", sans-serif;
    align-content: space-around;
    flex-wrap: wrap;
    align-items: flex-end;
    border-bottom: solid 15px #eb242a;
    box-sizing: border-box;
    position: fixed;
    background: #fff;
    width: 100%;
    z-index: 100;
}
.headerlogo {
    width: 20%;
	position: absolute;
    left: 40px;
    top: 20px;
}
.headerlogo img{
    width: 185px;
}
.headeright {
    width: 75%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-content: flex-end;
    align-items: flex-end;
	box-sizing: border-box;
}
.headertop {
    font-family: 'Sofia Sans';
    text-align: right;
    color: #000;
    padding-bottom: 30px;
	box-sizing: border-box;
}
.headertop a{
    color: #000;
	padding: 0px 20px;
	font-weight: 700;
	font-size: 18px;
}
.headertop i{
   padding-right: 16px;

}
.headerleft{
	display: none;
	box-sizing: border-box;
}
/*---BODY--------------------------------*/
.pagepadding{
	padding: 60px 5%;
}
.herotext {
    font-family: "Sofia Sans", sans-serif;
    font-size: 78px;
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 1px 7px 18px #000000c2;
    line-height: 60px;
}
.herotext span{
 width: 100%;
 display: block;
font-size: 68px;

}
.herosection {
    background: url(/siteart/plm-hero-crane.jpg);
    background-size: cover;
    background-position: center;
    height: 750px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
	margin-top: 5px;
}
.gearbkgd {
    background: url(/siteart/gear-bkgd.jpg);
    background-position: right bottom;
    width: 100%;
    background-repeat: no-repeat;
}
.hp-cta-sect{
	padding: 3% 5%;
}
.hp-cta-header {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.redline {
    width: 46%;
    height: 5px;
    background: #eb242a;
	margin-right: 35px;
}
.headertext {
    font-family: "Sofia Sans", sans-serif;
    font-size: 52px;
    font-weight: 900;
	text-transform: uppercase;
}
.smheader{
    font-family: "Sofia Sans", sans-serif;
    font-size: 25px;
    font-weight: 900;
}
.paratext{
    font-family: "Sofia Sans", sans-serif;
    font-size: 18px;
	line-height: 35px;
    font-weight: 500;
}

.disclaimer p {
	font-family: "Sofia Sans", sans-serif;
	font-size: 13px;
	padding-bottom: 20px;
	padding-top: 20px;
	text-align: center;
}

.hp-cta-btns {
    width: 100%;
    display: flex;
    justify-content: center;
	padding: 25px 0px;
	flex-wrap: wrap;
	align-content: center;
    align-items: center;
}
.cta-btn {
    box-shadow: 0px 10px 20px 6px #00000038;
    display: flex;
    justify-content: center;
    padding: 60px 20px 30px 20px;
    box-sizing: border-box;
    width: 400px;
    flex-wrap: wrap;
    margin: 24px 35px 60px 35px;
    background: #fff;
	transition-duration: 0.5s;
}
.cta-btn:hover {
    box-shadow: 0px 10px 20px 6px #0000005c;
}
.cta-btn img{
  padding-bottom: 40px;
}
.cta-title-sect {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
	
}
.cta-title-sect h3{
   padding-right: 5px;
   color: #000;
}
.blackbtn{
	background: #000;
	color: #fff;
	width: 320px;
	text-align: center;
    font-family: "Sofia Sans", sans-serif;
	text-transform: uppercase;
	padding: 15px 20px;
	font-size: 18px;
	font-weight: 800;
	transition-duration: 0.5s;
}
.blackbtn:hover{
    box-shadow: 0px 1px 11px 4px #00000038;
	background: #303030;
}
.redbtn{
	background: #ec2127;
	color: #fff;
	width: 320px;
	text-align: center;
    font-family: "Sofia Sans", sans-serif;
	text-transform: uppercase;
	padding: 15px 20px;
	font-size: 18px;
	font-weight: 800;
	transition-duration: 0.5s;
}
.redbtn:hover{
    box-shadow: 0px 1px 11px 4px #00000038;
    background: #ff030a;
}
.hp-crane-bkgd{
	height: 350px;
	background: url("/siteart/website-home-page.jpg");
	width: 100%;
	background-position: center;
	background-size: cover;
}
.hp-about-sect {
    padding: 5% 10%;
    display: flex;
    flex-wrap: wrap;
}
.hp-about-sect p{
  margin: 20px 50px 20px 0px;
}
.white{
	color: #fff;
}
.cpbackground {
    display: flex;
    padding: 8% 6% 4% 6%;
	justify-content: space-between;
} 
.thankyoupage {
    padding: 8% 6% 4% 6%;
} 
.thankyoupage p{
  margin-bottom: 25px;
} 
.contacttext{
	width: 40%;
}
.contacttext p{
	padding: 15px 0px 30px 0px;
}
.contacttext a{
    font-family: "Sofia Sans";
	color: #000;
	font-size: 30px;
	font-weight: 800;
}
.contactform{
	width: 45%;
}
.pageheader {
    font-family: "Sofia Sans";
    color: #000;
    border-bottom: solid 3px #eb242a;
    width: 65%;
    margin-bottom: 20px;
    font-size: 60px;
    text-transform: uppercase;
    font-weight: 800;
}
.lgparatext {
    font-family: "Sofia Sans";
    padding: 15px 0px 5px 0px;
    font-size: 26px;
}
.cpmap{
 padding: 0% 6% 2% 6%;	
}
.mobilephone {
    color: #000;
    font-size: 22px;

}
.aboutboxessect {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 60px 0px;
}
.aboutbox {
    width: 47%;
    padding: 30px 35px 8px 35px;
    box-sizing: border-box;
    border: #b9b9b9 solid 2px;
    margin: 10px 0px;
    height: 200px;
    display: flex;
    flex-wrap: wrap;
    border-radius: 5px;
    border-bottom: #eb242a solid 10px;
    align-items: flex-start;
    align-content: flex-start;
}
.aboutbox h2{
    width: 100%;
   
}
.redbkgd{background: #eb242a;}
.flexbox{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	    align-content: center;
    align-items: center;
}
.abouttimeline{
	width: 45%;
}
.abouttimelineimg {
    width: 45%;
    background: url(/siteart/Pedestal20Crane.jpg);
    background-size: cover;
    height: 675px;
    background-position: center;
}
.historybanner{
	background: url("/siteart/plm-history-banner.jpg");
	background-size: cover;
	background-position: center;
	height: 300px;
	margin-bottom: 20px;
}
/* Style the tab */
.tab {
    overflow: hidden;
    border: 1px solid #eb242a;
    background-color: #ffffff;
    border-radius: 20px;
    padding: 0px 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

/* Style the buttons that are used to open the tab content */
.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 8px 5%;
    transition: 0.3s;
    font-size: 24px;
    font-family: "Sofia Sans";
    font-weight: 700;
	color: #000;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color:#ffe9e9;
}

/* Create an active/current tablink class */
.tab button.active {
    background-color: #eb242a;
    color: #fff;
    border-radius: 20px;
}
/* Style the tab content */
.tabcontent {
  display: none;
 border: 1px solid #ccc;
    border-top: none;
    background: #fff;
    border-radius: 20px;
    margin: 10px 0px;
    padding: 8% 50px;
}
.tabcontent p {
    font-family: "Sofia Sans";
    line-height: 30px;
    font-size: 18px;
}
.employeecontact {
    font-family: 'Sofia Sans';
    font-size: 18px;
    color: #000;
    padding-right: 20px;
	font-weight: 600;
}
.employeecontact i{
   	background: #eb242a;
    color: #fff;
    padding: 10px;
	border-radius: 5px;
	margin-right: 10px;
	margin-top: 15px;
	font-size: 16px;
}
.employeebox {
    padding: 40px 20px;
}
/*--------FORM STYLES--------------------*/
.submit {
    font-size: 15px;
    width: 240px!important;
	background: #eb242a;
	border: none;
    height: 40px!important;
    font-weight: 700;
    text-transform: uppercase;
	cursor: pointer;
	margin: 0px!important;
	transition-duration: 0.5s;
	color: #fff;
}
.submit:hover {
   
    background: #000;
	color: #fff;
	border-radius: 5px;

}
input[type="button"],
input[type="submit"] {
	-webkit-appearance: none;
}
#formpage input.submit-button, #formpage input.submit-button:focus, #submit-btn button {
	background: #eb242a;
    border: solid 0px #000;
    padding: 4px 75px;
    font-weight: 600;
    cursor: pointer;
    color: #fff;
    border-radius: 0px;
    animation-timing-function: ease-in;
    font-family: "Sofia Sans", sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    height: 40px;
    transition-duration: 0.5s;
}
#formpage input.submit-button:hover, #submit-btn button:hover{ border-radius: 0px; background:#ff030a; color: #fff; }
#submit-btn {
    padding: 0px;
    position: relative;
    text-align: right;
    background: transparent;
    font-family: "Sofia Sans", sans-serif;
    display: flex;
    justify-content: center;
}
.submit-button {
    padding: 3px 0px;
    position: relative;
    text-align: center;
	background: #eb242a;
    font-family: "Sofia Sans", sans-serif;
    border: 0px;
	border-radius: 0px;
    cursor: pointer;
    width: 200px !important;
    justify-content: center;
    display: flex;
    align-items: center;
    height: 34px !important;
	margin: 0px!important;
	text-transform: uppercase;
	font-weight: 600;	
	transition-duration: 0.5s;
	color: #fff;
}
.submit-button:hover{background:#ff030a; color: #fff; border-radius: 0px;}
.captcha-button{width:100%; margin:0 auto; display: flex; justify-content: center;}
.include-captcha{display:none; width: 100%;}
#formpage input.submit-button{color:#fff!important;}
.CaptchaWhatsThisPanel a{
color: #000;
font-family: "Sofia Sans", sans-serif;
font-size: 14px;
}
.CaptchaMessagePanel{
	color: #000;
    font-family: "Sofia Sans", sans-serif;
    font-size: 15px;
}

.fullformfields {
    width: 100%;
    height: 48px;
    color: #000;
    font-family: 'Sofia Sans';
    font-weight: 900;
    text-transform: uppercase;
    padding: 0px 12px;
    box-sizing: border-box;
    margin: 4px 0px;
	font-size: 15px;
}
.comments {
    width: 100%;
    height: 155px;
    color: #000;
    font-family: 'Sofia Sans';
    font-weight: 900;
    text-transform: uppercase;
    padding: 10px 12px;
    box-sizing: border-box;
    margin: 4px 0px;
    font-size: 15px;
}
/*-------- FOOTER STYLES ----------------*/
footer{}

.footer {
    text-align: center;
    border-top: solid 1px #000;
    padding: 22px;
}

.footertext{
    font-family: "Sofia Sans", sans-serif;
	
}
.footertext i{
    font-size: 15px;
	
}



/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/
.invpadding{
	padding: 40px 0px;
	font-family: 'Sofia Sans'!important;
}
.list-top-section .list-title{
	padding: 0px 24px 12px 0px!important;
	text-transform: uppercase!important;
}

.list-title {
font-family: 'Sofia Sans'!important;
} 
.list-top-section .list-title .list-title-text{
font-family: 'Sofia Sans'!important;
	
}
.list-top-section .list-listings-count{
color: #eb242a!important;	
}
.faceted-search-content button.faceted-search{
background-color: #000!important;
    border-radius: 0px!important;
}
.list-content .list-container .buy-btn, .list-content .list-container .contact-btn, .list-content .list-container .check-availability, .list-content .list-container .email-seller, .list-content .list-container .video-chat, .list-content .list-container .facebook-messenger, .list-content .list-container .whatsapp, .list-content .list-container .text, .list-content .list-container .request-a-quote-btn{
background-color: #000!important;	
    border-radius: 0px!important;
}
.list-content .price-container .price{
color: #eb242a!important;	
}
.view-listing-details-link{
background-color: #eb242a!important;
    border-radius: 0px!important;
}
.list-content .media-buttons .print-this, .list-content .media-buttons .email-this{
    padding: 8px 40px;
    border: 1px solid #000000;
    border-radius: 0px!important;
    background-color: #000000;
    color: #fff;	
}
.list-content .listing-portion-title{
	        font-size: 1.1em!important;
}
.mobile-option-bar .mobile-option-bar-filter{
color: #242021!important;	
}
.faceted-search-content .mobile-done-button-container .mobile-done-button{
    background: #eb242a!important;	
}
/*---------- RESPONSIVE STYLES ----------*/


@media only screen and (max-width: 1620px) {
.redline {width: 40%;}	
	
}
@media only screen and (max-width: 1585px) {
.cta-btn{margin: 24px 10px 60px 10px; width: 365px; }	
.aboutbox{
	height: 280px;	
	}	
}
@media only screen and (max-width: 1460px) {
.redline {width: 35%; }	
.cta-btn {width: 31%; padding: 60px 10px 30px 10px}
.hp-cta-sect {
    padding: 7% 2%;
}	
.pageheader{width: 98%;}
.headertext{font-size: 48px;}
}

@media only screen and (max-width: 1200px) {
	.header{padding: 15px 1%;}
	.headeright {width: 80%;}

	.herosection{height: 550px;}
	.herotext{font-size: 65px;}
	.herotext span{font-size: 62px;}
	.contacttext { width: 50%;}
	.hp-cta-header{flex-wrap: wrap-reverse;}
	.hp-cta-header .redline{width: 95%; margin-right: 0px;}
	
}
@media only screen and (max-width: 1100px) {
.cta-btn { width: 46%;}	
.hp-cta-btns{justify-content: flex-start;}
.hp-cta-btns .blackbtn{width: 100%;}
.headertext { font-size: 45px; line-height: 40px; }
.pageheader{    line-height: 56px;}
.thankyoupage {padding: 8% 2% 6% 2%;}
.abouttimeline {
    width: 100%;
}
.abouttimelineimg {
    width: 100%;
    background-size: cover;
    height: 275px;
    background-position: center;
}
}
@media only screen and (max-width: 1023px) {
	header {
    height: 80px;
}
	.headertop{display: none;}
	.headeright {width: 8%;}
	.headerlogo{text-align: center; width: 18%; top: 7px;}
	.headerleft{width: 12%; display: block; padding-left: 40px; box-sizing: border-box;}
	.herotext span{font-size: 35px; line-height: 28px;padding-top: 5px;}
    .herotext {
        font-size: 56px;
        line-height: 45px;
        height: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        align-content: center;
        background: #00000075;
    }
	.herosection {
        height: 400px;
		margin-top: 25px;
    }
	.headerlogo img {
    width: 175px;
}
	.hp-cta-header .redline{margin-top: 10px;}	
	.header {height: 105px;}
	.cpbackground{padding: 120px 6% 4% 6%;}
	.pageheader{ line-height: 55px;    font-size: 54px;margin-top: 15px;}
	 .aboutbox {
        height: 200px;
        width: 100%;
        margin: 15px 0px;
    }
	.aboutboxessect{
	    padding: 30px 0px;	
	}
	.historybanner{height: 200px;}
}

@media only screen and (max-width: 900px) {
	.cpbackground{flex-wrap: wrap;}
	 .contacttext { width: 100%; padding-bottom: 50px;}
	.contactform {width: 100%; padding-bottom: 50px;}
	.hp-cta-header{justify-content: flex-start;}
}
@media only screen and (max-width: 725px) {
	.redline {
        width: 40%;
    }
	.headerlogo{
		width: 30%;
	}
	.headeright {
        width: 14%;
    }
	.headerleft {
		width: 15%;
	}
	.cta-title-sect {
    align-items: center;
    justify-content: space-between;
	}
	.cta-btn img {
    padding-bottom: 30px;
    width: 250px;
	}
	.cta-btn {
        width: 90%;
		padding: 30px 10px 30px 10px;
    }
	.hp-cta-btns {
        justify-content: center;
    }	
	    .aboutbox {
        height: auto;
        padding: 40px 10px;
    }
	.pageheader{font-size: 46px; width: 100%;}
	.employeecontact{
	    width: 100%;
    display: block;	
	}
	.tab{padding: 5px 40px;}
	.tab button.active {
    border-radius: 5px;
}
	.tab button{
	padding: 12px 5%;	
	}
}
@media only screen and (max-width: 440px) {
	.headerleft {width: 16%; padding-left: 10px;}
	.herotext span {font-size: 30px; line-height: 25px; padding-top: 10px;}
	.herosection {
        height: 300px;
    }
	.redline {width: 25%;}	
	.cta-btn {margin: 24px 10px 20px 10px;}
	.hp-cta-sect {
        padding: 10% 2%;
    }
	
	.hp-crane-bkgd { height: 250px;}
	.hp-about-sect { padding: 10% 2%;}
	.hp-about-sect p { margin: 20px 0px 20px 0px;}
	.pageheader {font-size: 40px; line-height: 38px;}
	.redbtn{font-size: 16px;}
	.blkbtn{font-size: 16px;}
	.thankyoupage {padding: 8% 2% 12% 2%;}
	.headerlogo img {
        width: 128px;
    }
	    .headerlogo {
        width: 40%;
        left: 16px;
    }
	.tabcontent{
	    padding: 8% 15px;	
	}
	.historybanner{height: 100px;}
	    
	.tab button {
        padding: 12px 2%;
    }    
	.tab {
        padding: 5px 12px;
    }
}

@media only screen and (max-width: 360px) {
    .herotext {
        font-size: 40px;
		line-height: 35px;
		padding: 0px 5px;
	}
	.headertext {
        font-size: 30px;
        line-height: 30px;
    }
	.smheader{font-size: 20px;}
}

@media only screen and (max-width: 330px) {
}
