﻿/*===================== 
	Color information
	
	- Light Blue: #6dc6e7;
	- Darker Blue: #2885b3;
	- Light Blue-Gray Tint: #e6ecf5;
	-
		 
=======================*/
/*===================== 
	CSS reset/normalize 
=======================*/

/**Correct `block` display not defined in IE 8/9.**/
article,aside,details,figcaption,figure,footer,header,hgroup,
main,nav,section,summary {display: block;}
pre {white-space: pre-wrap;}
small { font-size: 80%;}


/*===================== 
		Fonts
=======================*/



/*===================== 
	base styles 
=======================*/

html {
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
	}

body {
    font-family: 'Roboto', sans-serif;
	font-weight:400;
    margin: 0;
	padding:0;
	background:#fff;
	color:#000;
	}

svg:not(:root) {overflow: hidden;/*reset*/}
	
/* clear floats */ 
.group:before,
.group:after {content: ""; display: table;} 
.group:after {clear: both;}
.group {zoom: 1;}	
.inv-group:before,
.inv-group:after { content:""; display:table; }
.inv-group:after { clear:both;}
.inv-group { zoom:1; /* For IE 6/7 */ }
.clear { clear: both;}
	
/*image replacement*/
.hide-text {
	text-indent:  100%;
	white-space:  nowrap;
	overflow:  hidden;
	}	

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
	border-style: solid;
	border-bottom:none !important;
    height: 0;
	} 

img { border: 0; max-width:100%;} 
	
/*===================== 
	typography 
=======================*/

h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto', sans-serif;
	margin: 0;
	padding:0 0 10px 0;
	font-weight:700;
	line-height:1em;
	color:#0561c3;
	text-transform:uppercase;
	}
	h1 {
		font-size: 36px;
	}
	h2 {
		font-size:30px;
	}
	h3 {
		font-size: 24px;
		color:#000;
	}
	h4 {
		font-size: 20px;
	}
	h5 {
		font-size: 16px;
	}

p {
    font-family: 'Roboto', sans-serif;
	font-weight:400;
	padding: 0 0 20px 0;
	font-size:16px;
	line-height:1.5em;
	margin: 0;
	}
p.bold{font-weight:700;}
strong{font-weight:700;}

/*===================== 
	link styles 
=======================*/

	
a {
    text-decoration:underline;
	color:#0061aa;
	-webkit-transition:.3s ease-in;  
	-moz-transition:.3s ease-in;  
	-o-transition:.3s ease-in;  
	transition:.3s ease-in;}

a:hover  {
	text-decoration: none;
	} 
	
a.button-black{display:inline-block;background:#111111;border:#262626 1px solid;text-transform:uppercase;padding:12px 25px;margin:0 5px 2px 5px;font-size:18px;font-weight:700;font-family: 'Roboto Condensed', sans-serif;color:#fff;text-decoration:none;}
a.button-black:hover{background:#ccc;}
 
/*===================== 
	list styles 
=======================*/
ul.list{
	margin:0;
	padding: 0 0 5% 7%;
}
ul.list li{
	font-size:16px;
}

/*===================== 
	header styles 
=======================*/
.topbar{background:#1e456f; padding:2px 0;font-size:18px;color:#fff;}
.topbar span{margin-left:10px;padding-left:20px;border-left:#fff 1px solid;}
.topbar a{color:#fff;text-decoration:none;}
.topbar p{padding:0 0 0 0; font-size:18px;}
.topbar i{margin:5px 10px;font-size:20px;}
.topbar img{padding:5px 10px;display:inline-block;vertical-align:bottom;}
.topbar ul{list-style:none;margin: 0;padding: 0;}
.topbar ul li{float:left;padding:7px 40px 7px 0;}
.topbar ul li:last-child{float:right;padding:7px 0 7px 0;}
.logoright{float:right;max-height:36px;width:auto;max-width:350px;}
.floatright{float:right;}
.floatleft{float:left;}
.image{border:#efefef 10px solid;box-sizing:border-box;}
.imageright{float:right;margin:0 0 15px 15px;border:#efefef 10px solid;box-sizing:border-box;}
.imageleft{float:left;margin:0 15px 15px 0;border:#efefef 10px solid;box-sizing:border-box;}

header{position:relative;display:block;width:100%;margin:0;padding:20px 0;background:#fff;box-shadow: 0px 2px 3px 0px rgba(0,0,0,.75);z-index:100;}
header img{display:inline-block !important;}
header h3{text-align:right;color:#0561c3;}
.headerwrap{width:96%;max-width:1280px;margin:0 auto;}
.logo{float:left;}
.logo img{max-height: 100px;width:auto;}
.address{float:right;padding-top:15px;}
.address h3 a{text-decoration:none;}


/*===================== 
	content styles 
=======================*/
.wrapper{width:96%;max-width:1280px;margin:0 auto;padding:0;}
.container{width:100%;max-width:1280px;margin:0 auto;}
	
/*===================== 
	layout styles 
=======================*/
.padit{padding:2% 0;}
.hero{display:block;position:relative;width:100%;margin:10px 0 0 0;height:400px;background:url(../siteart/slide5.jpg) center center no-repeat;  -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;}
.herotext{position:absolute;color:#fff;font-family: 'Roboto Condensed', sans-serif;font-size:40px;font-weight:400;left:50%;top:10%;text-shadow: 2px 2px 0px rgba(10, 10, 10, 1);}
.herotext span{font-size:60px;font-weight:700;text-transform:uppercase;}

.ribbon{display:block;position:relative;padding:20px 0;background: #0561c3;font-size:20px;color:#fff;border-top: #111111 1px solid;border-bottom: #111111 1px solid;}
.ribbon span{font-family: 'Roboto Condensed', sans-serif; font-size:48px;font-weight:700;text-transform:uppercase;margin-right:20px;line-height:1em;}

.welcome{background:#fff;}
.welcome-left{float:left; width:50%;box-sizing:border-box;padding-right:2%;}
.welcome-right{float:right; width:50%;}

.logos{display:block;position:relative;padding:15px 0;background:#efefef;text-align:center;box-shadow: 0px 2px 3px 0px rgba(0,0,0,.75);}
.logos img{padding: 10px 20px;height:auto;width:auto;max-width: 350px;max-height: 40px;}

.testimonials p{font-size:20px;}
.testimonials a{font-size:24px;font-weight:700;}

.scrolling{display:block;background:url(../siteart/scrollingbg.jpg) repeat; padding:30px 0; border-top:#ffcd07 4px solid;}

.linkbox{float:left;width: 46%;margin: 0 0 0 0;box-sizing: border-box;height:180px;margin:2%;position:relative;overflow:hidden;background-position:center center;background-repeat:no-repeat;-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover;}


.linkbox .textbox{text-align:center;width:90%;position:absolute;top:50%;left:50%;transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%);font-family: 'Roboto Condensed', sans-serif;z-index:100;}
.linkbox .textbox h2{font-size:36px;color:#fff;font-family: 'Roboto Condensed', sans-serif;line-height:1em;margin:0 0 0 0;text-transform:uppercase;}
.linkbox:after {content: " ";position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: #000;opacity: 0.5; transition: .3s all;display:block;}
.linkbox:hover:after {opacity: 0.8;background: #0561c3;}

a .linkbox{color:#fff;-webkit-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease;}
a:hover .linkbox{color:#000;}

#telehandlers{background-image:url(../siteart/telehandlers-bg.jpg);}
#boomlifts{background-image:url(../siteart/boomlifts-bg.jpg);}
#self-drive{background-image:url(../siteart/selfdrive-bg.jpg);}
#booms{background-image:url(../siteart/booms-bg.jpg);}

.contacts{display:inline-block;width:210px;min-height:70px;text-align:center;font-size:18px;box-sizing:border-box;vertical-align:top;  padding-bottom: 20px;}
.contacts h4{padding-bottom:0;}
.contacts h4 a{color:#0561c3;}
.contacts a{text-decoration:none;color:#000;}

.sitemap{background:url(../siteart/escheresque_ste.png) repeat;color:#fff;}
.sitemap p{line-height:2em;}
.sitemap i{font-size:42px;margin-right:20px;}


/*===================== 
	Form styles 
=======================*/
#formpage{padding:0 10px;}

.section.group form{
	margin:0 0 0;
}
.section.group label{
	display:block;
	font-size:16px;
	padding-top: 5px;
	padding-bottom:2px;
	width:100%;
	max-width:800px;
}
.section.group input{
	font-family: 'Roboto', sans-serif;
	border: #999999 solid 1px;
	border-radius: 5px;
	padding: 5px;
	font-size:14px;
	width:100%;
	max-width:800px;
	margin-bottom:15px;
	box-sizing:border-box;
}
.section.group input:focus{
	border: #2885b3 solid 1px;
}

input.button-blue{display:inline-block;width:auto;border:none;border-radius:0; background:#1e456f;text-transform:uppercase;padding:12px 25px;font-size:18px;font-weight:700;font-family: 'Roboto Condensed', sans-serif;color:#fff;text-decoration:none;margin-right:20px;}
input.button-blue:hover{cursor:pointer;}


input.button2{
	display:block;
	width:25%;
	margin:0;
	border:#277e32 solid 1px;
	background-color:#38b749;
	color:#fff;
	border-radius: 2px;
}

input.button2:hover{
	background-color:#277e32;
	cursor:pointer;
}


.section.group select{
	font-family: 'Roboto', sans-serif;
	border: #999999 solid 1px;
	border-radius: 5px;
	padding: 4px;
	font-size:14px;
	width:100%;
	margin-bottom:15px;
	box-sizing:border-box;
}


.section.group textarea{
	font-family: 'Roboto', sans-serif;
	border: #999999 solid 1px;
	border-radius: 5px;
	padding: 5px;
	font-size:14px;
	width:100%;
	max-width:800px;
	margin-bottom:15px;
	box-sizing:border-box;
}

.CaptchaPanel {
    margin: 0px 0px 0px 0px !important;
    text-align: center;
    padding: 0px !important;
}

.CaptchaImagePanel,
.CaptchaMessagePanel,  
.CaptchaAnswerPanel, 
.CaptchaWhatsThisPanel {
	margin:0px 0px 0px !important;
	font-size: 12px;
	color: #000;
	text-align: left !important;
	font-weight:normal!important;
	padding:0px 0 0!important;
	box-sizing:border-box;
	}

.CaptchaImagePanel{float:left;margin-right:10px !important;}
.CaptchaMessagePanel{}
#CaptchaAnswer{margin:5px 0; width:50%;}
fieldset{max-width:800px;box-sizing:border-box;margin-bottom:15px;}

/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 2.0%;
}
.col:first-child { margin-left: 0; }
.hosted-content .col{margin:0 0 0 0 !important;}
/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }

.flex{display: flex;}
.flex-wrap{flex-wrap: wrap;}

.bg-blue{
	background:#27598f;
	color: #fff;
}
.welcome.pad{
	padding: 5%;
}
.pad{
	padding: 10%;
}

/* CUSTOM FORM */


.custom-form input{
	padding: 10px;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #454a49;
	margin-bottom: 10px;
	line-height: 24px;
	resize: none;
	outline: none;
	border: none;
	background: #f9f9f9;
	box-sizing: border-box;
	width: 100%;
}
.custom-form input.button-blue{
	color: #fff;
	background: #e8a700;
	font-weight: 700;
}
.custom-form .flex{
	gap: 10px;
}
.custom-form textarea{
	width: 100%;
	box-sizing: border-box;
	padding: 10px;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #454a49;
	line-height: 24px;
	resize: none;
	margin-bottom: 10px;
	outline: none;
	border: none;
	background: #f9f9f9;
}

.CaptchaPanel{
	text-align: left !important;
}
.CaptchaPanel, .CaptchaAnswerPanel, .CaptchaImagePanel, .CaptchaMessagePanel{
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.CaptchaWhatsThisPanel a, .CaptchaMessagePanel{
	color: #fff !important;
}



/* PARTS GRID */


.parts-grid{
	padding: 40px 5% 0;
	display: flex;
	justify-content: space-between;
	gap: 20px;
	align-items: center;
}
.parts-grid a{
	filter: grayscale(1);
    opacity: .5;
	transition: ease all 0.3s;
}
.parts-grid a:hover{
    opacity: 1;
	filter: grayscale(0);
}
.parts-grid a img{
    height: auto;
	width: 125px;
    max-width: 100%;
}

/*  GRID OF TWELVE  */
.span_12_of_12 {
	width: 100%;
}

.span_11_of_12 {
  	width: 91.5%;
}
.span_10_of_12 {
  	width: 83%;
}

.span_9_of_12 {
  	width: 74.5%;
}

.span_8_of_12 {
  	width: 66%;
}

.span_7_of_12 {
  	width: 57.5%;
}

.span_6_of_12 {
  	width: 49%;
}

.span_5_of_12 {
  	width: 40.5%;
}

.span_4_of_12 {
  	width: 32%;
}

.span_3_of_12 {
  	width: 23.5%;
}

.span_2_of_12 {
  	width: 15%;
}

.span_1_of_12 {
  	width: 6.5%;
}


/*  GRID OF FOUR  */
.span_4_of_4 {
	width: 100%;
}
.span_3_of_4 {
	width: 74.5%;
}
.span_2_of_4 {
	width: 49%;
}
.span_1_of_4 {
	width: 23.5%;
}

/*  GRID OF THREE  */
.span_3_of_3 { width: 100%; }
.span_2_of_3 { width: 66.13%; }
.span_1_of_3 { width: 32.26%; }


/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 600px) {
	.col {  margin: 4% 0 4% 0%; }
	.span_1_of_4, .span_2_of_4, .span_3_of_4, .span_4_of_4 { width: 100%; }
	.span_3_of_3, .span_2_of_3, .span_1_of_3 { width: 100%; }
    .span_1_of_12, .span_2_of_12, .span_3_of_12, .span_4_of_12, .span_5_of_12, .span_6_of_12, .span_7_of_12, .span_8_of_12, .span_9_of_12, .span_10_of_12, .span_11_of_12, .span_12_of_12 {
	width: 100%; 
	}			
	.parts-grid{
		flex-wrap: wrap;
		justify-content: center;
	}
	.custom-form .flex{flex-wrap: wrap; gap: 0px;}
}


/*===================== 
	footer styles 
=======================*/

.pagebottom{background:#27598f;padding:50px 0;border-top:#474747 4px solid;}
.pagebottom p{color:#fff;font-size:14px;padding: 0 0 7px 0;}
.pagebottom a{color:#fff;}
.pagebottom h4{color:#fff;}
.pagebottom img{display:inline-block !important;}


footer {
	margin: 0 auto;
	width: 100%;
	background:#1e456f;
	padding:40px 0;
	}
	
a.footerlink:link,
a.footerlink:visited, 
a.footerlink:active {
	text-decoration: none; 
	font-size:11px;
	color: #e0e0e0;
	border-bottom:none;
	}
	a.footerlink:hover {
		text-decoration:none; 
		font-size:11px;
		color: #fff;
		}

.footertext {
	font-size:11px; 
	color:#e0e0e0;
	}

.smallfootertext {
	font-size:11px; 
	color:#e0e0e0;
	}

.divfooter {
	text-align:center; 
	margin:0 auto;
	max-width:970px;
	}

/*===================== 
	Responsive styles 
=======================*/
@media screen and (max-width: 1230px) {
.logo{max-width:230px;}
.ribbon span{display:block;}
.contacts{font-size:14px; height: unset;}
.linkbox .textbox h2{font-size: 30px;}
.logos img{max-height: 30px;}
h1 {font-size: 30px;}
h2 {font-size:24px;}
h3 {font-size: 20px;}
h4 {font-size: 18px;}
h5 {font-size: 16px;}
p {font-size:14px;}
}
@media screen and (max-width: 1000px) {
.hero{height:300px;}
.hero span{font-size:48px;}
.herotext{font-size:30px;left:30%;}
}
@media screen and (max-width: 800px) {
.logo{float:none;text-align:center;max-width:none;}
header h3{text-align:center;color:#0561c3;}
.address{float:none;padding-top:10px;}
.linkbox .textbox h2{font-size: 22px;}
.testimonials p{font-size: 16px;}
.testimonials a{font-size:20px;}
.pagebottom p{font-size: 12px;}
.logos img{padding: 10px 15px;max-height: 25px;}
.contact-page h3 {font-size:16px;}
.contact-page p {font-size:12px;}
.topbar span{display:none;}

}
@media screen and (max-width: 600px) {
.topbar i{margin: 5px 5px;font-size:16px;}
.topbar p{font-size:16px;}
.topbar img{height: 16px;}
.topbar ul li{float:none;padding:7px 0 7px 0;}
.topbar ul li:last-child{float:none;padding:7px 0 7px 0;}
.arrowdown{display:none;}
.hero span{font-size:36px;}
.herotext{font-size:22px;left:10%;}
.hero{height:250px;}	
.ribbon a.button-black{margin-top:10px;}
.ribbon span{font-size:40px;}
.welcome-left{float:none; width:100%;box-sizing:border-box;padding-right:0;}
.welcome-right{float:none; width:100%;margin-bottom:30px;}
.contact-page h3 {font-size:20px;}
.contact-page p {font-size:14px;}
}

@media screen and (max-width: 447px){
.topbar{font-size:12px;text-align:center;}
	.welcome{text-align:center;}
.address h2{font-size:24px;}
.pagebottom{padding:20px 0;text-align: center;}
.divfooter {
	text-align:center; 
	}	
}
@media screen and (max-width: 420px){
.topbar p{font-size:14px;}	
}
	
