﻿/***** 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;  
} 
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&display=swap');
/*-------- 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-size: 16px; overflow-x: hidden; font-family: 'Roboto Condensed', sans-serif; line-height: 1.4;}

a:link, a:visited, a:active {text-decoration:none;}
a:hover {text-decoration:none;}


hr{border:#000 1px solid;}
h1 {font-size: 30px; line-height: 38px;}
h2 {color:#283147; font-size: 22px; line-height: 30px; letter-spacing: 2px;}
h3 {color:#b8c5da; font-size: 16px; line-height: 24px; letter-spacing: 2px;}
.blue-text {color:#b8c5da}
/*--- HEADER STYLES ---------------------*/
header {background: url(/siteart/header-bg.png) repeat; background-position: center center; background-size: contain; border-bottom:1px solid #000;}
.logo {display: inline-block; vertical-align: middle; background: #313D57; width: 28%;}
.logo img {width: 100%}
.header-right {display: inline-block; width: 70%; text-align: center; vertical-align: middle;}
.header-right a {color:#000;}
.header-right a:hover {color:#b8c5da;}




/*---BODY--------------------------------*/

.width-90 {width: 90%; margin: 0 auto;}
.width-70 {width: 70%; margin: 0 auto;}
.white-bg {padding: 25px 0; margin: 0 auto;}
.white-bg h1 {font-size: 35px; text-align: center;}
.metal-bg {background:url(/siteart/metal-bg.jpg) repeat; background-position: center center; background-size: cover; padding-top:20px;}
.ql-container {margin: 0 auto; background: #283147; padding-bottom: 23px;}
.ql {width:24.8%;display: inline-block; }
.ql img {width: 100%;}
.ql-text {margin-top:-35px; background:#303c56;text-align: left;  position: absolute; color:#fff; text-transform: uppercase; letter-spacing: 1px; font-weight: 700; font-size: 20px; padding-right: 50px; transition: .3s ease;}
.ql-text .fas {background: #fff; padding: 15px; color:#000; font-size: 20px; margin-right: 15px;}
.ql-text:hover {background: #b8c5da; }
.excavator-img {background:url(/siteart/excavator-bg.jpg) no-repeat;  background-position:  center center; background-size: cover; padding: 5% 0;}
.hp-about {background: #fff; max-width: 700px; width: 100%; text-align: center;margin-left:5%; }
.hp-about h1 {font-size: 24px; letter-spacing: 1px; line-height: 30px; text-transform: uppercase; padding-top:50px;}
.hp-about p {padding: 25px 0;}
.hp-about .fas {font-size: 30px; line-height: 35px; padding: 20px 0;}
.hp-about img {width: 100%; margin-bottom: -10px;}
.contact-bg {background: #212121; padding: 3% 0; text-align: center; margin: 0 auto;}
.contact-bg h2 {color:#fff; font-weight: 300;}
.contact-bg p {color:#fff; letter-spacing: 1px; text-transform: uppercase;}
.contact-bg p a {color:#fff; letter-spacing: 1px; text-transform: uppercase; transition: .3s ease}
.contact-bg p a:hover {color:#b8c5da; letter-spacing: 1px; text-transform: uppercase;}
.contact-3 {width: 30%; background: #fff; padding: 25px 0; text-align: center; margin: 2% 1%; display: inline-block; vertical-align: top; height: 70px;}
.contact-4 {width: 46%; background: #b8c5da; padding: 25px 0; text-align: center; margin: 2% 1%; display: inline-block; vertical-align: top; height: 70px;}
.contact-3 p {color:#000; letter-spacing: 1px; text-transform: uppercase; }
.contact-4 p {color:#000; letter-spacing: 1px; text-transform: uppercase; }
.contact-3 p a {color:#000; letter-spacing: 1px; text-transform: uppercase; transition: .3s ease;}
.contact-3 p a:hover {color:#b8c5da; letter-spacing: 1px; text-transform: uppercase; }
/*  scrolling inventory
------------------------------------------------*/
.scrolling-wrap {
    width:100%;
    height:90px;
    overflow:hidden;
}
 
.scrolling{
    width:100%;
    height:92px;
}
/*--------FORM STYLES--------------------*/

#formpage {width: 100%; display: flex; flex-wrap: wrap; justify-content: center; margin: 0 auto;  text-align:left;}

#formpage input {
	padding:6px 5px 10px;
	border:1px solid #8e8d8d;
	font-size:13px;
	background:#fff;
}

#formpage textarea {
	padding:6px 0px;
	border:1px solid #8e8d8d;
	font-weight: 700;
	color:#000;
	font-size:12px;
	background:#fff;
	margin-top: 5px;
}

/* selects have similar styles to input & textarea fields, but with no padding. Text in a dropdown select is positioned differently */
#formpage select {
	border:1px solid #8e8d8d;
	color:#202e3b;
	vertical-align:middle;
	font-size:12px;
	line-height:normal;
	padding:8px 5px;
	margin-top:4px;
	width:100%;
}

.formfield {
	width:calc(33.33% - 20px); 
	margin: 10px;
	display:flex;
	flex-wrap: wrap;
	color: #000;
	text-align:left;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:16px;
}

.form-left .formfield {
	width:calc(33.33% - 20px); 
	margin: 10px;
	display:inline-block; 
	color: #000;
	text-align:left;
	font-family: 'Roboto Condensed', sans-serif;
	
}

.formfield-half {
	width:calc(50% - 20px); 
	margin: 10px;
	display:inline-block; 
	margin-left: 0;
	color: #000;
	text-align:left;
	font-family: 'Roboto Condensed', sans-serif;
	
}
.message {width:calc(100% - 20px);}
#formpage input  {
    width:100%;
	margin-top: 5px;
}
 
#formpage input.larger  {
    width:100%;
}

#formpage textarea {
    width:100%;
    height:111px;
	font-family: 'Roboto Condensed', sans-serif;}

#formpage input.radio {
    padding:0; 
    border:0;
    margin:0 5px 0 0;
    width:15px;
    height:15px;
    display:inline;
	
 }

/* focus states of various types of fields */
#formpage a {color:#000; font-weight: bold; letter-spacing: 1px; display: block; text-align: center;}
#formpage a:hover {color:#000;  font-weight: bold; letter-spacing: 1px; text-decoration: underline}
#formpage input:focus,
#formpage textarea:focus,
#formpage select:focus {
	background:#F4F4F4; 
	color:#000;
	border:1px solid #abacac;
	outline-style:none;
}
#formpage input.radio:focus,
#formpage input.checkbox:focus {
	background:none; 
	border:0;
	outline-style:none;
}

#formpage input.button,
#formpage input.button:focus {
    width:115px;
    margin:0;
    background: #FF2529; /* For browsers that do not support gradients */
    line-height:22px;
    color:#fff;
	padding: 10px 20px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 500;
	letter-spacing:1px;
}
#formpage input.button:hover {
	width:115px;
    margin:0;
    background: #000; /* For browsers that do not support gradients */
    color:#fff;
}

/* for plain text next to an input field, if not using a table structure */
#formpage label{
	color:#212121;
    font-size:16px;
    text-align:left;font-weight: 400;
	font-family: 'Roboto Condensed', sans-serif;
	
}
#formpage label.basic {
    color:#212121;
    font-size:13px;
    text-align:left;
	padding:10px 10px;
} 

/*control the Captcha */
#captcha {width: 100%; margin: 0 auto;}
.CaptchaPanel {margin:0 auto !important;padding:0 0 0 0 !important;line-height:normal !important;color:#000;width: 70%; text-align:center;}

.CaptchaImagePanel {
text-align: center	;
margin-top: 10px;
padding:0 0 0 0;
}

.CaptchaMessagePanel {
padding:0 0 0 0 !important;
margin:0 0 0 0 !important;
font-weight:normal !important;
font-size:12px;
line-height:14px;
text-align: center !important;
}

.CaptchaAnswerPanel {
margin:0 0 0 0;
padding:2px 0px 2px 0px !important;
}

.CaptchaWhatsThisPanel {
	line-height:0;
	margin:0 0 10px 0;
	padding:10px 0 10px 0 !important;text-align: center !important;
}
.CaptchaWhatsThisPanel a {color:#000;}
.CaptchaWhatsThisPanel a:hover {text-decoration:none;} 

.CaptchaImagePanel {text-align: center !important; margin: 0 auto !important;}




/*-------- FOOTER STYLES ----------------*/
footer{background: url(/siteart/header-bg.png) repeat; background-position: center center; background-size: contain;}

.logo-footer {margin: 0 auto; text-align: center;}
.logo-footer img {padding: 1% 1%;}

.copyright {background:#b8c5da; padding: 10px 0; display: inline-block; width: 100%;}
.copyright a{color:#000; padding: 0 10px; text-transform: uppercase; letter-spacing: 1px; font-size: 14px; font-weight: 700; }
.copyright p{color:#fff;  text-transform: uppercase; letter-spacing: 1px; font-size: 14px; font-weight: 700; display: inline-block; vertical-align: middle; text-align: right; float: right; }



/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/







/*---------- RESPONSIVE STYLES ----------*/


@media only screen and (max-width: 1550px) {
	.logo {width: 30%;}
	.logo img {width: 100%;}
	.header-right {width: 69%;}
	.ql {width: 24.5%}
	
}
@media only screen and (max-width:1250px) {
	.ql {width: 49.5%; margin-top:0;}
	.ql-container {padding: 25px 0; background: none; margin: 0 auto;}
	.pattern-bg {display: none;}
	
}

@media only screen and (max-width: 900px) {
	.width-70 {width: 90%;}
	.hp-about {max-width: none; width: 90%;}
	.contact-3 {width: 85%;}
	.contact-4 {width: 85%;}
	.copyright {text-align: center;}
	.copyright a {text-align: center;}
	.copyright p {text-align: center; float: none;}
	
}


@media only screen and (max-width: 767px) {
	.logo {width: 100%;}
	.header-right {width: 100%; text-align: center;}
	.top-header p {font-size: 12px; }
	.ql-text {font-size: 14px; padding-right: 20px;}
	.formfield {width: 96%;}
	.ql {width: 100%;}
	
}






