﻿/***** 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 --------
green: #009943;
light gray: a9a9a9
*/

/***** END RESET *****/

/* Clearfix */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
    *zoom: 1;
}
::-moz-selection {
    background: #f3f3f3;
    color: #000;
    text-shadow: none;
}

::selection {
    background: #f3f3f3;
    color: #000;
    text-shadow: none;
}
/*-------- BODY STYLES --------*/

body {
	width: 100%;
	font-family: 'Poppins', sans-serif !important; 
	font-size:15px; 
	line-height: 26px; 
	-webkit-text-size-adjust:none; 
	font-weight:400;
	overflow-x:hidden;
}
h1 {font-size: 32px; color: #009943; font-weight: 800; letter-spacing: 1px; line-height: 40px; padding-bottom: 10px; }
h2 {font-size: 24px; color: inherit; font-weight: 700; letter-spacing: .75px; line-height: 32px;}
h3 {font-size: 20px; color: inherit; font-weight: 700; letter-spacing: .75px;}
h4 {font-size: 18px; color: inherit; font-weight: 700; letter-spacing: .75px;}
p{letter-spacing: .75px;}

a{color:inherit; text-decoration: none;}
a:hover {color: inherit; text-decoration: underline;}
strong {font-weight: 600;}

#pad{padding: 30px 0;}
#l-pad{padding: 50px 0;}
#xl-pad{padding: 100px 0;}

.clear{clear:both;}

.fine-print{font-size: 13px;}

p.green{color: #009943;}

hr{border: 1px solid #f3f3f3;}

/*--- HEADER STYLES --------------------------*/
.top-header{padding: 8px 0; text-align: right; width: 75%; margin: 0 auto;}
.top-header p{display: inline-block; margin-left: 20px; color: #fff;}
.top-header p br{display: none;}
.top-header p a{color: #fff !important;}
.top-header .fa{font-size: 25px;}
.header {
	width:100%;
	background: #fff;
	position: relative;
	box-shadow: 2px 6px 10px -4px rgba(0,0,0,0.1);
}
.header .wrapper-center{width: 90%; padding: 10px 0;}


#logo{width:100%; max-width: 220px; display: inline-block; vertical-align: middle; padding:10px 20px;}

.mobile-logo{display: none; text-align: center; margin:0 auto;}

/*---BODY--------------------------------*/

.green-bg{background: #009943; color: #fff;}.green-bg h1{color: #fff;}
.black-bg{background: #000; color: #fff;}

.wrapper-inner {padding: 20px 0px; width: 70%; margin: 0 auto;}
.wrapper-inner p { margin: 0 auto; padding: 5px 0px;}

.wrapper-center {width: 70%; margin: 0 auto; text-align: center;}

#pageimage{display: block; width: 100%; padding-bottom: 30px;}

#white-border{border-bottom: 3px solid #fff;}

#green-border{border-bottom: 3px solid #009943;}


/*---BUTTONS-------------------------------*/
#white-button{background: #fff; color: #009943; width: 200px; display: inline-block; font-weight: 600; text-decoration: none; padding: 10px 0; text-align: center;}
#white-button:hover{background: #009943; color: #fff;}

.red-bg #white-button:hover{background: #000;}

#green-btn{background: #009943; border: 1px solid #009943; color: #fff; display: inline-block; font-weight: 600; text-decoration: none; padding: 10px 30px; text-align: center; letter-spacing: 1px;}
#green-btn:hover{background: none; color: #009943 !important;}

#black-button{background: #000; color: #fff; width: 200px; display: inline-block; font-weight: 700; text-decoration: none; padding: 10px 0; text-align: center;  letter-spacing: 1px;}
#black-button:hover{background: #009943; color: #fff;}



/*---SLIDER STYLES-----------------------------*/
.cycle-slideshow img{width: 100%;}
.cycle-pager { 
    text-align: center; 
	width: 100%; 
	z-index: 500; 
	position: absolute; 
	bottom: 10px; 
	overflow: hidden;
}
.cycle-pager span { 
    font-family: arial; 
	font-size: 45px; 
	width: 18px; 
	height: 16px; 
    display: inline-block; 
	color: rgba(0,0,0,.6); 
	cursor: pointer; 
}
.cycle-pager span.cycle-pager-active { color: #009943;}
.cycle-pager > * { cursor: pointer;}

/*---HOME PAGE-----------------------------*/


.welcome-background{width: 100%; border-bottom: 5px solid #fff;  padding: 180px 0;
	background: url(../siteart/welding-bg.jpg) no-repeat center center fixed;
	-webkit-background-size: cover; 
	-moz-background-size: cover; 
	-o-background-size: cover; 
	background-size: cover;
}

.welcome{background: rgba(255,255,255,.75); width: 70%; margin: 0 auto;}
.welcome .wrapper-inner{width:90%;}

.welcome .button-wrap{display: flex}
.welcome #green-btn{display: inline-block; width: 32%; border: none; font-weight: 700;}
.welcome #green-btn p{display: inline-block; text-align: left; width: 80%; font-size: 18px;}
.welcome #green-btn span{display: inline-block; float: right; width: 15%; margin-top: 5px;}

.welcome #green-btn:hover{background: #fff;}

.button-wrap .middle{margin: 0 2px;}

.video-wrap {width: min(90%, 1450px); margin: 80px auto 0 auto; display: flex; justify-content: center; align-items: center; column-gap: 40px;}
.video-wrap div {width: 50%;}

/*--ads ---------------------------------------------*/
.ad-wrapper{display: flex; width: 100%; align-items: center; padding-top: 40px;}
.ad-box{display: inline-block; width: 35%;}
.ad-box img{width: 100%;}
.ad-box img:hover{opacity: .85;}
.ad-box#middle{margin: 0 5px;}


/*---METAL PAGES-------------------------------------------*/
.column-container{display: flex; width: 100%;}
.column-container .left{justify-content: flex-start; width: 50%}
.column-container .right{justify-content: flex-start; width: 45%; text-align: right; float: right;}
.column-container .right img{width: 90%; text-align: right}
.column-container .right iframe{width: 90%; text-align: right;}

/*---SERVICE PAGES-----------------------------------------*/
.wrapper-left{display: inline-block; width: 70%;}
.wrapper-right{display: inline-block; width: 20%; float: right;}
.wrapper-right img{width: 100%;}


/*--financing--*/
.finance-logos{display: inline-block; margin: 10px; vertical-align: middle; width:30%;}
.finance-logos img{width: 100%; max-width: 250px; text-align: center}




/*--ABOUT PAGES -------------------------------------------*/
/*--promotions--*/
.promo-box{width: 100%; padding: 50px 0;  border-bottom: 1px solid #f3f3f3; display: block;}
.promo-box .left{display: inline-block; width:380px; vertical-align: middle; float: left;}
.promo-box .left img{width:100%; }
.promo-box .right{display: inline-block; width: 55%; float: right; margin-top: 10px;}

.promo-box #green-btn{background: #009943; border: 1px solid #009943; color: #fff; display: inline-block; padding: 8px 30px;}
.promo-box #green-btn:hover{background: #fff; color: #009943 !important;}


/*-- promo sub pages --*/
.promo-sub{width: 100%; padding-top: 30px;}
.promo-sub .left{display: inline-block; width:40%; margin-right: 10px; vertical-align: top;}
.promo-sub .left img{width:100%;}
.promo-sub .right{display: inline-block; width: 50%; float: right;}

.promo-sub #green-btn{background: #009943; border: 1px solid #009943; color: #fff; display: inline-block; padding: 8px 30px;}
.promo-sub #green-btn:hover{background: #fff; color: #009943 !important;}

/*--contact-*/
.locations{width: 100%; padding-top: 30px;}
.locations .left{display: inline-block; width:50%; margin-right: 10px; vertical-align: top;}
.locations .right{display: inline-block; width: 48%; float: right;}
.locations .right iframe{width: 100%; height: 350px;}


/*---FOOTER STYLES -------------------------*/

.footer{background: url(../siteart/black-stripes.jpg)repeat; color: #fff}
.footer-left{display: inline-block; vertical-align: top; color: #fff; }
.footer-left h2{color: #009943;}
.footer-left a{color: #fff;}
.footer-right{display: inline-block; vertical-align: top; width: 30%; float: right;}

.footer-right #formpage textarea{width: 100%;}

.footer a{color: #fff;}


/*---INVENTORY PAGES------------------------------*/
.list-content .list-title .list-listings-count{color: #000 !important;}

.faceted-search-content .selected-facets-container .selected-facet{padding: 0 10px !important; background: #000 !important;}

.view-listing-details-link, .faceted-view-more-btn{background-color: #009943 !important;}

.list-content .list-main-section .list-container .list-listing .listing-top .listing-top-left .listing-main-stats .price{color: #009943 !important;}

.list-content .list-title .list-title-text{font-family: 'Poppins' !important;}

.detail-content .detail-additional-data .data-row .data-label{background-color: #000 !important;}

.detail-content .detail-main-body .main-detail-data .offer-btn, .detail-content .detail-main-body .main-detail-data .buy-btn{background-color:#009943 !important; margin: 10px auto!important;}

.detail-content .search-results{color: #009943 !important;}

.detail-content .detail-main-body .main-detail-data .detail-price{color: #009943 !important;}

/*--mobile--*/
.currency-selector{color: #009943 !important; font-family: 'Poppins' !important;}

.list-content .list-listing-mobile .price-container .price{color: #009943 !important;}

.dealer-info, .detail-content-mobile .dealer-info .dealer-title-link h3{font-family: 'Poppins' !important;}
.detail-content-mobile .detail-additional-data .data-row .data-label{background: #000 !important; font-family: 'Poppins' !important;}

.detail-content-mobile .detail-main-body .main-detail-data .dealer-phone-mobile-container .dealer-phone-mobile, .detail-content-mobile .detail-main-body .main-detail-data .offer-btn-mobile,.detail-content-mobile .detail-main-body .main-detail-data .send-email-btn-mobile, .detail-content-mobile .detail-main-body .main-detail-data .send-wholesale-email-btn-mobile, .detail-content-mobile .detail-main-body .main-detail-data .fin-calc-btn-mobile{background: #009943 !important; border: 1px solid #009943 !important; font-family: 'Poppins' !important;}



/*--------FORM STYLES--------------------------------------*/
#formpage { vertical-align:top; margin: 0 auto; font-family: 'Poppins' !important;}

#formpage div {
	vertical-align:top;
	padding:5px 5px 5px 0;
	text-align: left;
	font-family: 'Poppins' !important;
}

#formpage input {
	padding:6px 5px 10px;
	border:1px solid #8e8d8d;
	font-size:13px;
	background:#fff;
	font-family: 'Poppins' !important;
	border-radius: 0 !important;
	-webkit-border-radius: 0px !important; 
}

#formpage textarea {
	padding:5px 0px;
	border:1px solid #8e8d8d;
	color:#000;
	font-size:12px;
	background:#fff;
	width: 96.6%;
    height:85px;
	font-family: 'Poppins' !important;
	font-weight: 400;
	-webkit-appearance:none;
	border-radius: 0 !important;
	-webkit-border-radius: 0px !important; 
}

/* 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:#000;
	vertical-align:middle;
	font-size:12px;
	line-height:normal;
	padding:5px;
	width:100%;
	font-family: 'Poppins' !important;
	border-radius: 0 !important;
	-webkit-border-radius: 0px !important; 
}

.formfield {
	width:96%; 
	float:left; 
	margin-right: 0; 
	color: #000;
	font-family: 'Poppins' !important;
	
}
#formpage input  {
    width:100%;
	margin-top: 5px;
}
 
#formpage input.larger  {
    width:100%;
}


#formpage input.radio {
    padding:0; 
    border:0;
    margin:0 5px 0 0;
    width:15px;
    height:15px;
    display:inline;
	
 }

#formpage input.checkbox {
    padding:0; 
    border:0;
    margin:0 5px 0 0;
    width:15px;
    height:15px;
    display:inline;
	
 }

/* focus states of various types of fields */
#formpage input:focus,
#formpage textarea:focus,
#formpage select:focus {
	background:#abacac; 
	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:140px;
	display: inline-block;
    background: #009943; 
    color:#fff;
	border:1px solid #009943;
	padding: 8px 0px;
	font-size: 15px;
	letter-spacing: 1px;
	font-weight:600;
	text-decoration:none; 
	-webkit-appearance:none;
	font-family: 'Poppins' !important;
	border-radius: 0 !important;
	-webkit-border-radius: 0px !important; 
	
}

#formpage input.button:hover {
    background: none;
    color:#009943;
	text-decoration:none; 
	
}

/* for plain text next to an input field, if not using a table structure */
#formpage label.basic {
    color:#212121;
    font-size:13px;
    text-align:left;
} 

/*control the Captcha */

.CaptchaPanel {margin:0 auto !important;padding:0 0 0 0 !important;line-height:normal !important;color:inherit;width: 100%; float:left; }

.CaptchaImagePanel {
	
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;
}

.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;
}
.CaptchaWhatsThisPanel a {color:inherit;}
.CaptchaWhatsThisPanel a:hover {text-decoration:none;} 




/*-------- RESPONSIVE STYLES --------*/
@media screen and (max-width:1300px){
.promo-box .left{width: 300px;}
.promo-box .right{width: 62%;}
}

@media screen and (max-width:1200px){
.wrapper-inner, .wrapper-center, .welcome{width: 85%;}
	
.welcome-background{padding: 100px 0;}	
}

@media screen and (max-width:1180px){
.top-header{text-align: center;}
.header{text-align: center;}
.mobile-logo{display: inline-block;}
}
@media screen and (max-width:1100px){
.top-header{text-align: center;}
.header{text-align: center;}
.mobile-logo{display: inline-block;}
	
.welcome #green-btn p{font-size: 15px; width: 90%}
.welcome #green-btn span{width: auto;}
	
.footer-left{width: 100%; margin-right: 0; margin-bottom: 30px; }
.footer-right{width: 100%;}
.footer-right #formpage textarea{width: 98%;}
	

/*--PROMO PAGES--*/
.promo-box .left{display: block; width: 100%;}
.promo-box .left img{max-width: 300px;}
.promo-box .right{width: 100%; float: none; margin-top: 15px;}
	
.promo-sub{padding-top: 0;}	
.promo-sub .left{display: block; margin-right: 0; width: 60%;  margin: 0 auto; text-align: center;}
.promo-sub .right{width: 100%; margin-top: 20px;}

	

/*--METAL PAGES--*/
.column-container{display: block; width: 100%;}
.column-container .left{justify-content: flex-end; width: 100%; margin-bottom: 20px;}
.column-container .right{justify-content: flex-end; width: 60%; text-align: left; float: none;}
.column-container .right img{width: 100%; text-align: right}
.column-container .right iframe{width: 100%; text-align: right;}
	
}



@media screen and (max-width:750px){
	
h1{font-size: 28px;}
	
#pageimage{display: none;}


.welcome-background{padding: 50px 0;}
	
.welcome{width: 90%;}	
.welcome .button-wrap{display: block; margin: 0 auto; width: 90%; padding-bottom: 30px;}
.welcome #green-btn{width: 100%; padding: 10px 0; margin: 2px auto;}
.welcome #green-btn .middle{margin: 2px 0;}
.welcome #green-btn p{ width: 80%}
.welcome #green-btn span{width: 15%;}
	
.video-wrap {flex-wrap: wrap; row-gap: 40px;}
.video-wrap div {width: 100%;}
	
.wrapper-left{width: 100%; margin-right: 0; margin-bottom: 20px;}
.wrapper-right{width: 100%;}
	
.ad-wrapper{display: block; width: 100%;}	
.ad-box{width: 100%;}
.ad-box#middle { margin: 5px 0;}
	
.locations{padding-top: 0;}	
.locations .left{width:100%; margin: 0 0 20px 0;}
.locations .right{width: 100%;}
	
	
.column-container .right{width: 100%}	
	
}

@media screen and (max-width:490px){
.top-header p br{display: block;}
.top-header p{display: block;}
}


