﻿@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700&display=swap');
/***** 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 {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 28px;
	overflow-x:hidden;
	letter-spacing: 1px;
}


a:link, a:visited, a:active {text-decoration:none;}
a:hover {text-decoration:none;}


hr{border:#000 1px solid;}
p, h1, h2, h3, h4, h5 {font-family: 'Open Sans', sans-serif; letter-spacing: 1px;}
h1 {font-size: 35px; line-height: 42px;}
h2 {font-size: 30px; line-height: 38px;}
h3 {font-size: 22px; line-height:33px;}
h4 {font-size: 20px; line-height:28px;}
h5 {font-size: 16px; line-height:24px;}
#padding50 {padding: 50px 0;}
#padding25 {padding: 25px 0;}
/*--- HEADER STYLES ---------------------*/
.header {background: #fff; box-shadow: 0px 2px 5px #333; padding: 10px 0; z-index: 999999; position: fixed; top:0; width: 100%;}
.header-inv {background: #fff; box-shadow: 0px 2px 5px #333; padding: 10px 0; z-index: 999999;width: 100%;}
.logo {width: 30%; display: inline-block; vertical-align: middle;}
.logo img {max-width: 350px; width: 100%;}
.header-right {width: 69%; display: inline-block; vertical-align: middle;}



.white-space {height: 110px; background: #fff;}
/*---BODY--------------------------------*/
.width-90 {width: 90%; margin: 0 auto;}
.width-80 {width: 80%; margin: 0 auto;}
.hp-bg {background: url(/siteart/white_wall_hash_@2X.png) repeat;}
.hp-bg-fertilizer {background: url(/siteart/crop-bg.jpg) no-repeat; background-attachment: fixed; background-position: center center;}
.ql-container {margin: 0 auto; text-align: center;}
.ql {height: 250px; width: 250px; display: inline-block; background:rgba(255,255,255,.80); border:3px solid #D2232A; border-radius:130px; vertical-align: top; text-align: center; margin: 0 auto; margin: 0 2%; transition: .3s ease;}
.ql:hover {border:3px solid #000; background: #fff;}
.ql img {height: 70px; margin-top:55px;}
.ql h3 {color:#D2232A; font-size: 16px; text-transform: uppercase; letter-spacing: 1px; line-height: 24px; padding-top:10px;}

.hp-flex {display: flex; flex-direction: row; align-items: center; background:#fff;}
.text-left {width: 50%; justify-content: flex-start; align-items: center;}
.text-left h3, .text-left h1 {display: inline-block; color:#D2232A;}
.text-left p {padding: 25px 0;}
.red-btn {background: #D2232A; padding: 10px 25px; text-align: center; color:#fff; transition: .3s ease; display: inline;}
.red-btn:hover {background: #333;}
.img-right {width: 50%; justify-content: flex-start; align-items: center;}
.img-right img {width: 100%;}
.col-3 {display: inline-block; vertical-align: middle; width: 32%; margin: 0 auto; text-align: center;}
.red-ql {height: 250px; width: 250px; background: url(/siteart/red-stripes.jpg) repeat; border-radius: 130px; text-align: center; vertical-align: middle; display: inline-block; margin:25px 0; transition: .3s ease;}
.red-ql:hover {background: url(../siteart/bkl-stripes.jpg)}
.red-ql h3 {margin-top:95px; color:#fff; line-height: 30px; font-size: 25px;}

.img-left {width: 50%; justify-content: flex-start; align-items: center;}
.img-left img {width: 100%;} 
.text-right  {width: 50%; justify-content: flex-start; align-items: center;}
.text-right h1 {color:#D2232A; padding-bottom: 15px;}
.text-right p, .text-right p a {color:#000; font-size: 18px; line-height: 30px;}
.text-right p a {font-weight: 600;}
.text-right p a:hover {color:#D2232A;}

.manu-logos {margin: 0 auto; text-align: center;}
.manu {display: inline-block; width: 16%; margin: 1% 1%; vertical-align: middle;}
.manu img {max-width: 175px; width: 100%;}

.contact-2 {width: 47%; display: inline-block; vertical-align: top;}
/*-----PRODUCT LINES-------------------*/
.sub-title {padding: 20px 0; color:#D2232A; text-align: center;}
.product-line {display: flex; flex-direction: row; align-items: center; padding: 25px 0; border-top:1px solid #ddd;}
.product-left {width: 40%; justify-content: flex-start; align-items: center; text-align: center; margin: 0 auto;}
.product-left img {max-width: 200px; width: 100%; text-align: center;}
.product-right {width: 60%; justify-content: flex-start; align-items: center;}

/*----CUSTOM WORK----------------------*/
.custom-work {margin: 0 auto; text-align: center;}
.list-btn {border:1px solid #000; min-width: 145px; text-align: center; color:#000; padding: 10px 25px; display: inline-block; margin: 15px 15px; width: 10%;}


/*---EMPLOYMENT-----------------------*/
.employment-title {border-top:1px solid #ddd; padding: 10px 0;}
/*--------FORM STYLES--------------------*/
#formpage { vertical-align:top; margin: 0 auto;  text-align:left;}

#formpage div {
	vertical-align:top;
	padding:5px 5px;
	color: #000;	
	font-family: 'Roboto Condensed', sans-serif;
	font-size:16px; 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:31.4%; 
	display:inline-block; 
	margin-right: 12px; 
	margin-top: 10px;
	color: #000;
	text-align:left;
	font-family: 'Roboto Condensed', sans-serif;
	
}

.form-left .formfield {
	width:30.6%; 
	display:inline-block; 
	margin-right: 12px; 
	margin-top: 10px;
	color: #000;
	text-align:left;
	font-family: 'Roboto Condensed', sans-serif;
	
}

.formfield-half {
	width:48%; 
	display:inline-block; 
	margin-right: 12px; 
	margin-top: 10px;
	margin-left: 0;
	color: #000;
	text-align:left;
	font-family: 'Roboto Condensed', sans-serif;
	
}
#formpage input  {
    width:100%;
	margin-top: 5px;
}
 
#formpage input.larger  {
    width:100%;
}

#formpage textarea {
    width:98.5%;
    height:85px;
	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 */

.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: #DADADA; width: 100%; padding: 25px 0;}
.footer-col {width: 24%; display: inline-block; vertical-align: top;}
.footer-col h3 {color:#D2232A; letter-spacing: 1px; padding-bottom: 10px;}
.footer-col ul li a, .footer-col p {color:#000; letter-spacing: 1px;}
.footer-col p a {color:#000; font-weight: 600; letter-spacing: 1px; transition: .2s ease;}
.footer-col  a:hover {color:#D2232A}
.footer-col ul li:hover {color:#D2232A}
.copyright {background: #EFEFEF; width: 100%; border-top:2px solid #fff}
.copyright h5 {color:#000; font-size: 14px; letter-spacing: 2px; text-align: center; padding: 10px 0; font-weight: 300;}





/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/


.faceted-search-content .selected-facets-container .selected-facet, .list-container-flexrow .view-listing-details-link, .detail-content .detail-main-body .main-detail-data .offer-btn, .detail-content-mobile .detail-contact-bar .contact-bar-btn, .list-content .list-main-section .list-container .list-listing .listing-top-right .view-listing-details-link, .list-content .list-main-section .list-container .list-listing .listing-top-right .buy-now-link, .list-content .list-main-section .list-container .list-listing .listing-top-right .check-availability-link, .list-content .list-main-section .list-container .list-listing .listing-top-right .email-seller-link, .list-content .list-listing-mobile .view-listing-details-link {background: #D2232A !important;}

.detail-content .detail-additional-data .data-row .data-label, .detail-content-mobile .detail-main-body .main-detail-data .fin-calc-btn-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 .fin-calc-btn-mobile:hover, .detail-content-mobile .detail-additional-data .data-row .data-label, .detail-content-mobile .detail-main-body .main-detail-data .dealer-phone-mobile-container .dealer-phone-mobile {background: #333 !important;}

.detail-content .dealer-info .dealer-company-header, .detail-content-mobile .dealer-info .dealer-title-link h3, .list-content .list-title .list-listings-count {color:#D2232A !important; font-weight: 600;}
.address .field-value, .info {color:#333 !important;}

.faceted-search-content .faceted-section-head h5 {font-size: 14px; text-transform: uppercase;}
/*---------- RESPONSIVE STYLES ----------*/


@media only screen and (max-width: 1500px) {
	.width-80 {width: 90%;}
	.ql {height: 215px; width: 215px; margin:5px;}
	.ql img {max-height: 50px;}
	.formfield {width: 30%;}
}
@media only screen and (max-width: 1200px) {
	.contact-2 p, .contact-2 p a {font-size: 14px;}
}
@media only screen and (max-width: 1020px) {
	.width-90 {width: 95%;}
	.width-80 {width: 90%;}
	.hp-flex {display: block;}
	.ql {margin:15px;}
	.ql h3 {font-size: 14px;}
	.text-left, .text-right {width: 100%; padding: 50px 0;}
	.img-right, .img-left{width: 100%;}
	.footer-col {width: 48%; padding: 10px 0;}
	.footer-col p {font-size: 14px;}
	.col-3 {width: 47%;}
	.manu {width: 28%;}
	.formfield {width: 29%;}
	.white-space {height: 90px;}
	.contact-2 {width: 47%; display: inline-block; vertical-align: top;}


	
}

@media only screen and (max-width:800px){
	.col-3 {width: 100%;}
	.footer-col {width: 100%; padding: 10px 0; text-align: center;}
	.logo {width: 60%;}
	.header-right {width: 35%;}
	.formfield {width: 97%;}
	.header {position: relative;}
	.white-space {display: none;}

	
}


@media only screen and (max-width: 670px) {
	.contact-2 {width: 100%;}
}
@media only screen and (max-width: 550px) {
	h1 {font-size: 28px; line-height: 35px;}
	.text-right {text-align: center;}
	.manu {width: 45%;}
	.list-btn {width: 100%; padding: 10px 0; margin: 5px auto;}

	
}






