﻿/***** 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 ---------------------*/
.mobilephone{display: none;}
.headerlogosect {
    clip-path: polygon(0 0, 0% 100%, 100% 0);
    width: 25%;
    height: 270px;
    padding: 20px;
    background: #fff;
    box-sizing: border-box;
	position: absolute;
	z-index: 1;
}
.headerlogosect img{
   width: 160px;
}
.header {
    display: flex;
    flex-wrap: wrap;
}
.herosection {
    background: url("/siteart/hay-baler-hero.jpg");
    background-size: cover;
    height: 750px;
    background-position: center;
    display: flex;
    align-items: flex-end;
    padding-bottom: 30px;
    box-sizing: border-box;
}
.headertop {
    width: 100%;
    text-align: right;
    padding: 10px 20px;
    display: flex;
    justify-content: flex-end;
	align-items: center;
}

.headertop a{
	color: #fff;
}
.headericons {
    padding: 0px 20px;
    font-size: 20px;
    color: #15351d;
}
.headerbtn {
    margin: 0px 10px;
    padding: 12px 40px;
    background: #15351d;
    color: #fff;
    font-family: "Lato", serif;
	transition-duration: 0.5s;
}
.fbIcon{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
	padding: 12px 15px;
}
.fbIcon i {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.headerbtn:hover {
   letter-spacing: 0.5px;
}

.headernavigation {
    width: 100%;
    display: flex;
    justify-content: flex-end;
	padding: 0px 40px;
	box-sizing: border-box;
	background: #15351d;
	margin-bottom: 5px;	
}
.herobackground {
    width: 100%;
    padding: 25px 80px;
    box-sizing: border-box;
    background: #15351d99;
	display: flex;
	justify-content: space-between;
}
.herotextsect {
    width: 75%;
}
.heroheader {
    color: #fff;
    font-family: "Maven Pro", serif;
    font-size: 78px;
}
.herosubhead {
    font-family: "Lato", serif;
    font-size: 45px;
    color: #fff;
    font-weight: 300;
}
.herobtnsect {
    width: 30%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}
.herobtn {
    background: #15351d;
    width: 100%;
    margin: 5px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-family: "Lato", serif;
    text-transform: uppercase;
    font-size: 16px;
	height: 58px;
	transition-duration: 0.5s;
}
.herobtn:hover {
   letter-spacing: 0.5px;
}
.hp-cta-section {
    border-left: 30px #15351d solid;
    border-right: solid 30px #15351d;
    padding: 4% 60px 6% 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content:  space-between;
    align-items: center;
}
.hp-cta-header {
    width: 100%;
    text-align: center;
    border-bottom: solid #dbdbdb 5px;
    padding-bottom: 10px;
}
.hp-cta-btn {
    width: 33%;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
	padding: 20px 0px;
	box-sizing: border-box;
}
.hp-cta-img img {
    width: 200px;
    padding: 20px 0px;
}
.hp-cta-img{
    width: 100%;
}
.hp-cta-text {
    width: 75%;
    text-align: center;
    font-family: 'Maven Pro';
    text-transform: uppercase;
    font-weight: 900;
    font-size: 20px;
    background: #f1f8e3;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
	color: #000;
	transition-duration: 0.5s;
}
.hp-cta-text:hover {
   letter-spacing: 0.5px
}
.headertext {
    font-family: 'Lato';
    width: 100%;
    font-weight: 400;
    font-size: 26px;
	padding-bottom: 10px;
}
.headertext span{
	width: 100%;
    display: block;
    font-family: 'Maven Pro';
    font-weight: 900;
    font-size: 38px;
    line-height: 35px;
}
.greensideborder {
    border-left: 30px #15351d solid;
    border-right: solid 30px #15351d;
}
.hp-about-sect {
    box-shadow: inset -1px 5px 19px 0px #dbdbdb;
    padding: 8% 60px;
    display: flex;
    justify-content: space-between;
	align-items: center;
}
.hp-about-right {
    width: 45%;
}
.hp-about-left {
    width: 55%;
}
.paratext {
    font-family: 'Lato';
    line-height: 40px;
    font-size: 18px;
    font-weight: 500;
}
.white{color: #fff;}
.hp-parts-sect {
    background-image: url(/siteart/parts-service-bkgd.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 10% 80px 7% 80px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.hp-parts-sect p{
	width: 50%;
}
.linktextbtn {
    width: 100%;
    font-family: 'Lato';
	color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    margin: 16px 0px;
    font-weight: 800;
	transition-duration: 0.5s;
}
.linktextbtn:hover{
   letter-spacing: 0.5px;

}
.hp-ship-sect {
    display: flex;
	flex-wrap: wrap;
    align-items: center;
    padding: 50px 0px;
}
.hp-ship-left {
    width: 55%;
}
.hp-ship-left img{
    width: 88%;
}
.hp-ship-right {
    width: 35%;
}
.greenbtn {
    background: #17381d;
    color: #fff;
    font-family: 'Lato';
    text-transform: uppercase;
    width: 400px;
    display: block;
    text-align: center;
    font-weight: 700;
    padding: 14px;
    margin-top: 20px;
	transition-duration: 0.5s;
}
.greenbtn:hover {
    background: #254f2d;
	letter-spacing: 0.5px;
}
/*---BODY--------------------------------*/
.pageheadersect{
	background: url("/siteart/page-title-bkgd.jpg");
	background-size: cover;
	background-position: center;
	padding: 80px 0px 60px 0px;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.pagetitle{
	font-family: 'Maven Pro';
	width: 100%;
    font-weight: 900;
    font-size: 42px;
	padding-bottom: 10px;
	text-align: center;
	color: #fff;
}
.lgtgreenbkgd {
    background: #f1f8e3;
    padding: 100px 8%;
}
.pagepadding{
    padding: 100px 8%;	
}
.lggreenunderline{
	width: 80px;
	background: #15351d;
	height: 30px;
	margin-top: 15px;
}
.flexbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.fullflexsect{
	width: 100%;
	margin-bottom: 25px;
}
.lgflexsect{
	width: 55%;
}
.smflexsect{
	width: 45%;
}
.smflexsect img{
	width: 100%;
}
.aboutimgone {
    background: url(/siteart/about-handshake.jpg);
    background-size: cover;
    width: 58%;
    height: 455px;
    background-position: center;
    margin: 60px 0px 30px 0px;
	box-sizing: border-box;
	border-radius: 2px;
}
.aboutimgtwo {
    background: url(/siteart/tractor-pulling-baler.jpg);
    background-size: cover;
    width: 40%;
    height: 455px;
    background-position: center;
    margin: 60px 0px 30px 0px;
	box-sizing: border-box;
	border-radius: 2px;

}
.backgroundimgsect{
	background: url("/siteart/field-and-hay-bales.jpg");
	background-size: cover;
	background-position: center;
	height: 350px;
	width: 100%;
}
.boldsubtext {
    font-family: 'Lato';
    font-size: 20px;
    font-weight: 900;
    padding-bottom: 15px;
}
.contactinfo {
    padding-top: 25px;
	font-family: 'Lato';
	color: #000;
	font-size: 20px;

}
.contactinfo a{
	color: #000;

}
.contactinfo i{
    padding-right: 10px;
	color: #15351d;

}
.cpsocialicons {
    color: #17381d;
    font-size: 25px;
    padding-right: 60px;
}

/*--------FORM STYLES--------------------*/
.halfformfields {
    width: 49%;
    padding: 10px;
    box-sizing: border-box;
    font-family: 'Lato';
	margin-bottom: 10px;
	font-size: 16px;
}

.fullformfields {
    width: 98.4%;
    padding: 10px;
    box-sizing: border-box;
    font-family: 'Lato';
	margin-bottom: 10px;
	font-size: 16px;
}
.smtextarea {
    width: 98.4%;
    font-family: 'Lato';
    padding: 10px;
    box-sizing: border-box;
    height: 100px;
	margin-bottom: 10px;
	font-size: 16px;
}
.fullcenter{width: 100%; display: flex; justify-content: center;}
.CaptchaMessagePanel{
    font-family: 'Lato';
	
}
.CaptchaWhatsThisPanel a{
    font-family: 'Lato';
	color: #000;	
}
.submitform{
	background: #17381d;
    color: #fff;
    font-family: 'Lato';
    text-transform: uppercase;
    width: 400px;
    display: block;
    text-align: center;
    font-weight: 700;
    padding: 10px;
	box-sizing: border-box;
	font-size: 15px;
	border: none!important;
}
/*-------- FOOTER STYLES ----------------*/
footer{}
.footer {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    background: #15351d;
    padding: 40px 50px;
}

.footer a{
	color: #fff;
}

.footerleft {
    width: 25%;
}
.footercenter {
    width: 35%;
}
.footerright {
    width: 18%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.footerheader{
    font-family: 'Maven Pro';
	color: #fff;	
	font-size: 18px;
	padding-bottom: 10px;
}
.footerlinks{
	display: flex;
	flex-wrap: wrap;
}
.fullfooterlinks{
	width: 100%;
	font-family: 'Lato';
	font-size: 15px;
	text-transform: uppercase;
	color: #fff;
	padding: 5px 0px;
}
.halffooterlinks{
	width: 50%;
	font-family: 'Lato';
	font-size: 15px;
	text-transform: uppercase;
	color: #fff;
	padding: 5px 0px;
}
.footersocialsect {
    display: flex;
    justify-content: space-around;
    padding: 10px;
    color: #fff;
	width: 100%;
}
.footersocialsect a{
    color: #fff;
	font-size: 20px;
}
.footerright img{
	width: 160px;
	padding-bottom: 5px;
}
/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/

.inventorypadding{
	padding: 60px 0px;
}
.faceted-search-content .selected-facets-container .selected-facet{
background: #15351d!important;	
}
.list-content .list-error-container .info button:not(.login-button){
	background: #15351d!important;	

}
.list-content .list-error-container .info button:not(.login-button){
		background: #15351d!important;	

}
.list-top-section .list-listings-count{
	color: #15351d!important;	
}

/*---------- RESPONSIVE STYLES ----------*/


@media only screen and (max-width: 1350px) {
	.headerlogosect{
	width: 35%;	
	height: 255px;
	}	
	
}
@media only screen and (max-width: 1310px) {
	.heroheader {font-size: 65px;}	
	.herosubhead{font-size: 38px;}
	.herobtnsect { width: 40%;}
}
@media only screen and (max-width: 1240px) {
	.headertext span{
	font-size: 32px;
    line-height: 32px;
	}	
	.headertext {
	font-size: 22px;
	}
	.hp-cta-text {
	font-size: 18px;
	}
	.hp-ship-right {
    width: 42%;
	}
	.greenbtn{
	width: 335px;
    font-size: 14px;	
	}
	.hp-parts-sect p {
    width: 75%;
	}
	.lggreenunderline {
	width: 65px;
    height: 20px;
    margin-top: 10px;
	}
}
@media only screen and (max-width: 1200px) {
.herobackground {
	padding: 25px 20px;	}
}
@media only screen and (max-width: 1150px) {
.hp-about-left {width: 100%;}
.hp-about-right{width: 100%;}
.hp-about-sect{flex-wrap: wrap;}	
}
@media only screen and (max-width: 1050px) {
.herotextsect {
 width: 100%;
margin-bottom: 20px;
}	
.herobackground{
flex-wrap: wrap;
}
.herobtnsect {
width: 100%;
justify-content: space-between;
}
.herobtn{
width: 48%;		
}
.herosection{
height: 600px; 		
}
}
@media only screen and (max-width: 1025px) {
 .headerlogosect {
        width: 35%;
        height: auto;
        clip-path: border-box;
    }	
.headernavigation{
		display:none;
	}
.mobilebkgd {
    width: 100%;
}
.lgflexsect {
    width: 100%;
}	
.smflexsect {
    width: 100%;
	padding: 10px 0px 25px 0px;
}
.aboutimgtwo{
	height: 300px;		
	}
.aboutimgone{
	height: 300px;		
	}
.lgtgreenbkgd {
	padding: 60px 8%;
}
.backgroundimgsect {
	    height: 150px;
	}
}
@media only screen and (max-width: 950px) {
	    .hp-ship-right {
        width: 100%;
        padding: 60px 30px 40px 30px;
        box-sizing: border-box;
    }
.hp-ship-left {
    width: 100%;
	background: url("/siteart/maher-shipping.jpg");
	height: 300px;
	background-position: center;
	background-size: cover;
	}
.hp-ship-left img{
    display: none;
}
	.hp-ship-sect{
		padding: 0px 0px 50px 0px;
	}
	.hp-parts-sect p {
        width: 100%;
    }
	.hp-cta-img img {
		width: 140px;}
	.hp-cta-text {
		width: 98%;}
}

@media only screen and (max-width: 850px) {
	.footer{
	    flex-wrap: wrap-reverse;
		align-items: flex-end;
	}
	.footerleft {
    width: 35%;
	}
	.footercenter {
    width: 62%;
}
	.footerright{
		width: 100%;
		padding-bottom: 30px;
	}
    .hp-parts-sect {
        padding: 80px 22px 60px 22px;
    }
	.hp-about-sect{
	    padding: 80px 30px;	
	}
	.hp-cta-section{
	    padding: 30px 30px 60px 30px;	
	}
}

@media only screen and (max-width: 750px) {
	.hp-cta-btn{width: 100%; padding: 5px 0px;}
	.hp-cta-img img {
        width: 180px;
        padding: 0px 0px;
    }
	.herosection {
        height: auto;
        background: #27552d;
        flex-wrap: wrap;
		align-items: flex-start;
    }
	.herobackground{
		background: transparent;
	}
	.mobileherobackground {
    width: 100%;
    background: url(/siteart/hay-baler-hero.jpg);
    height: 310px;
    background-size: cover;
    background-position: center;
}
	.heroheader {
        font-size: 45px;
    }
	.herosubhead {
        font-size: 30px;
    }
	.herobtn {
        width: 100%;
		height: 52px;
    }
	.aboutimgtwo {
        height: 200px;
    }
	.aboutimgone {
        height: 200px;
    }
	.lgtgreenbkgd {
        padding: 30px 4%;
    }
	.pagepadding {
    padding: 30px 4%;
}
}
@media only screen and (max-width: 690px) {
	.headertop{display: none;}	
	.headerlogosect {
		position: relative;
		width: 50%;
		padding: 5px 20px;
    }
	.headerlogosect img{
		width: 135px;
    }
	.mobilebkgd {
        display: flex;
        background: #15351d;
        align-items: center;
        height: 110px;
        width: 48%;
        justify-content: flex-end;
        clip-path: polygon(10% 0%, 100% 0, 100% 100%, 0% 100%);
		padding-right: 38px;
        box-sizing: border-box;
    }
	.mobilephone {
        display: block;
        padding-left: 0px;
        color: #fff;
        font-size: 22px;
    }
	.pagetitle{
	    font-size: 35px;	
	}
	.pageheadersect{
	padding: 50px 0px 45px 0px;	
	}
	.header{align-items: center; justify-content: space-between;}
	.halfformfields{
	    width: 98.4%;	
	}
	.fullflexsect {
    width: 100%;
    margin-bottom: 12px;
}
}
@media only screen and (max-width: 580px) {
	.footerleft {
    width: 100%;
	padding-bottom: 10px;
	}
	.footercenter {
    width: 100%;
	padding-bottom: 30px;
	}	
	.greensideborder {
    border-left: 10px #15351d solid;
    border-right: solid 10px #15351d;
	}
	.hp-cta-section{
	border-left: 10px #15351d solid;
    border-right: solid 10px #15351d;	
	}
	.paratext{
	line-height: 32px;
    font-size: 16px;	
	}
	.greenbtn {
        width: 100%;
        font-size: 14px;
        box-sizing: border-box;
    }
	.linktextbtn{
	    font-size: 14px;	
	}
	.aboutimgtwo {
        height: 150px;
		margin: 35px 0px 0px 0px;
    }
	.aboutimgone {
        height: 150px;
		margin: 35px 0px 0px 0px;
    }
}
@media only screen and (max-width: 440px) {
	.halffooterlinks{width: 100%;}
	.footer{padding: 40px 15px;}
	.hp-ship-right{padding: 20px 12px;}
	.hp-cta-text {
        width: 100%;
    }
	.mobilebkgd{
	padding-right: 22px;	
	}
}
@media only screen and (max-width: 350px) {
	    .headertext span {
        font-size: 28px;
        line-height: 24px;
    }
	.headertext {
        font-size: 18px;
    }
}

@media only screen and (max-width: 330px) {
	    .headerlogosect {
        width: 100%;
        text-align: center;
    }
	    .mobilebkgd {
        height: 65px;
        width: 100%;
        justify-content: flex-end;
        clip-path: polygon(0% 0%, 100% 0, 100% 100%, 0% 100%);
		}
}
