﻿/***** 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 ---------------------*/
header {}
.headernav {
    display: flex;
    justify-content: space-between;
    padding: 0px 5%;
    background: #121d3a;
}
.headerlogo {
    position: absolute;
    left: 45%;
	z-index: 1;
}
.headerlogo img{
    width: 160px;
}
.headertop {
    display: flex;
    flex-wrap: wrap;
    justify-content: right;
    padding: 18px 7%;
	align-items: center;
}
.headerlocation i {
    clip-path: polygon(0 0, 92% 0, 100% 100%, 8% 100%);
    background: #54000e;
    color: #fff;
    width: 40px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
	transition-duration: 0.5s;
}
.headerlocation i:hover {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
	background: #6d0315;
}
.headerlocation {
    display: flex;
    align-items: center;
}
.headerlocation span {
    margin: 0px 10px;
    font-family: "Big Shoulders Text", serif;
    text-transform: uppercase;
    font-weight: 700;
    color: #000;
    font-size: 18px;
	transition-duration: 0.5s;
}
.headerlocation span:hover {
    font-weight: 800;
}
.headersocial{
	clip-path: polygon(0 0, 92% 0, 100% 100%, 8% 100%);
    background: #54000e;
    color: #fff;
    width: 40px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
	margin: 0px 10px;
}
.headersocial:hover{
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
   	background: #6d0315;
}
.headerphonelink {
    clip-path: polygon(0 0, 98% 0, 100% 100%, 2% 100%);
    background: #54000e;
    color: #fff;
    width: 180px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
	transition-duration: 0.5s;
}
.headerphonelink:hover {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
	background: #6d0315;
}
.headerphonelink span {
    font-family: "Big Shoulders Text", serif;
    padding: 0px 18px;
    font-weight: 800;
	color: #fff;
}
.navleft {
    width: 40%;
    display: flex;
    justify-content: space-between;
}
.navright {
    width: 40%;
    display: flex;
    justify-content: space-between;
}
.herovideo{
	height: 810px;
	width: 100%;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: flex-end;
}
#myVideo {
  min-width: 100%;

}
.heroheadersect {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.heroheader {
    background: #121d3a;
    clip-path: polygon(0 0, 95% 0, 100% 100%, 0 100%);
    color: #fff;
    width: 60%;
    padding: 20px 5%;
    box-sizing: border-box;
    font-family: 'BIG SHOULDERS TEXT';
    font-size: 30px;
    text-transform: uppercase;
}
.heroredbtn {
    margin-right: 80px;
    background: #54000e;
    color: #fff;
    font-size: 25px;
    font-family: 'Big Shoulders Text';
    width: 450px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    clip-path: polygon(0 0, 98% 0, 100% 100%, 2% 100%);
	transition-duration: 0.5s;
}
.heroredbtn:hover {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
	background: #6d0315;
}
.heroheadersect {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    position: relative;
    top: -115px;
}
.herobkgdsect{
	background: #121d3a;
	width: 100%;
	height: 165px;
	position: relative;
	top: -115px;
}
.herobtnsect {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0px 5%;
    position: relative;
    margin-top: -250px;
}
.heroctabtn {
    background: #fff;
    clip-path: polygon(0 0, 95% 0, 100% 100%, 5% 100%);
    padding: 0px 30px;
    display: flex;
    align-items: stretch;
    width: 28%;
    height: 185px;
    align-content: center;
    flex-wrap: wrap;
    box-shadow: inset 0px 7px 15px 4px #dfdfdf;
}
.heroctaicon {
    height: 100%;
    clip-path: polygon(0 0, 70% 0, 100% 100%, 30% 100%);
    display: flex;
    align-items: center;
    background: #54000e;
    color: #fff;
    font-size: 28px;
    justify-content: center;
    width: 18%;
}
.heroctatext {
    display: flex;
    align-items: center;
    width: 65%;
    flex-wrap: wrap;
    align-content: center;
    padding: 0px 35px;
}
.ctaheader {
    font-family: 'Jura';
    font-size: 26px;
    color: #121d3a;
	padding-bottom: 10px;
}
.heroctalink {
    font-family: 'Big Shoulders Text';
    font-weight: 500;
    color: #000;
    font-size: 20px;
	transition-duration: 0.5s;
}
.heroctalink:hover {
   padding-left: 5px;
}
.heroctalink i{
    font-size: 14px;
}   
.hpaboutsect{
	display: flex;
	background: url("/siteart/about-bkgd-texture.jpg");
	background-size: cover;
	width: 100%;
	box-sizing: border-box;
	padding: 120px 5% 80px 5%;
	margin-top: -60px;
	align-items: center;
	background-attachment: fixed;
}
.hpaboutleft{
	width: 35%;
}
.hpaboutleft img{
	width: 100%;
}
.hpaboutright{
	width: 40%;
	padding-left: 10%;
}
.headertext{
 font-family: 'Big Shoulders Text';
 font-size: 45px;
 font-weight: 300;
}
.smheadertext{
font-family: 'Jura';
font-size: 22px;
 font-weight: 800;
padding: 10px 0px;
width: 100%;
}
.paratext{
font-family: 'Jura';
font-size: 18px;
line-height: 34px;
}
.fullcenter{
	width: 100%;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
.hpreviewsect{
	padding: 80px 5%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.threelinedeco{
	width: 100%;
	display: flex;
	justify-content: flex-end;
}
.smallgreyslant{
	background: #cfcece;
	width: 15px;
	height: 20px;
	clip-path: polygon(0 0, 75% 0, 100% 100%, 25% 100%);

}

.hpreviewname {
    text-align: right;
    padding-top: 25px;
    font-weight: 700;
}
.hpreviewbox {
    width: 23%;
    box-sizing: border-box;
    padding: 0px 15px 15px 15px;
    border: 1px solid #cecece;
    border-radius: 14px;
    height: 395px;
	margin-top: 32px;
	margin-bottom: 32px;
}
.hpreviewtext {
    padding-top: 35px;
}
.hpformsection{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding: 0px 5% 80px 5%;
}
.hpformright{
	width: 45%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	
}
.hpformleft{
	width: 50%;
}
.formimageleft {
    background: url(/siteart/redharvester.jpg);
	clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
	width: 50%;
    background-size: cover;
    height: 600px;
    background-position: 69%;
}
.formimageright{
	background: url("/siteart/new-holland-equipment.jpg");
	clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
	width: 50%;
	background-size: cover;
	height: 600px;
	background-position: 78%;
}
.redbtn{
    background: #54000e;
    color: #fff;
    font-size: 20px;
    font-family: 'Big Shoulders Text';
    width: 450px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    clip-path: polygon(0 0, 98% 0, 100% 100%, 2% 100%);	
	transition-duration: 0.5s;
}
.redbtn:hover{
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
	background: #6d0315;
}
.pageheadersect {
    width: 100%;
    background: url("/siteart/page-header-bkgd.jpg");
    background-position: center;
    background-attachment: fixed;
	background-size: contain;
	background-repeat: repeat;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 75px 60px;
	box-sizing: border-box;
	background-color:#121d3a; 
}

.pageheader{
	font-family: 'Big Shoulders Text';
	color: #fff;
	font-size: 45px;
	text-transform: uppercase;
}
.flexbox{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.pagepadding{
	padding: 40px 5%;
}
.halfbox{
	width: 48%;
}

.apsocialicons{
	display: flex; 
	align-items: center;
	width: 100%;
	margin: 20px 0px;
}
.slanticons{
	background: #54000e;
	padding: 20px 25px;
	color: #fff;
	clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
	transition-duration: 0.5s;
}
.slanticons:hover{
	background: #6d0315;
	clip-path: polygon(2% 0%, 100% 0%, 98% 100%, 0% 100%);
}
.extrapadding{
	height: 200px;
}
.cpinfo{
	padding: 20px 10px;
	display: flex;
	align-items: center;
}
.cpinfo i{
	background: #54000e;
	color: #fff;
	clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
	width: 65px;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.cpinfo a{
	padding-left: 10px;
	font-family: 'Jura';
	color: #121d3a;
	font-size: 20px;
	font-weight: 900;
	transition-duration: 0.5s;
}
.cpinfo a:hover{
	color: #000;
	padding-left: 12px;
}
/*---BODY--------------------------------*/
.invpadding{
	padding: 60px 0px;
}

.list-top-section .list-listings-count{
	font-family: 'Jura'!important;
	color: #54000e!important;
}
.list-top-section .list-title .list-title-text{
	color: #121d3a!important;
	font-family: 'Big Shoulders Text'!important;
}
/*--------FORM STYLES--------------------*/
.fullformflex{
	width: 100%;
	box-sizing: border-box;
	flex-wrap: wrap;
	justify-content: space-between;
	display: flex;
}
.fullformfields {
    width: 100%;
    margin: 5px 0px;
    height: 50px;
    padding: 0px 20px;
    box-sizing: border-box;
    font-family: 'Jura';
    font-size: 15px;
}
.halfformfields {
    width: 49.5%;
    margin: 5px 0px;
    height: 50px;
    padding: 0px 20px;
    box-sizing: border-box;
    font-family: 'Jura';
    font-size: 15px;
}
.thirdformfields {
    width: 32.5%;
    margin: 5px 0px;
    height: 50px;
    padding: 0px 20px;
    box-sizing: border-box;
    font-family: 'Jura';
    font-size: 15px;
}
.message {
    width: 100%;
    box-sizing: border-box;
    padding: 10px 20px;
    font-family: 'Jura';
    font-size: 15px;
    height: 140px;
}
.CaptchaPanel {
    margin: 10px 0px 10px 0px!important;
    text-align: left!important;
    padding: 0px!important;
}
.CaptchaMessagePanel {
    font-family: 'Jura';
    font-size: 15px;
}
.CaptchaWhatsThisPanel a{
	font-family: 'Jura';
    font-size: 14px;
	color: #000;
}
.formsubmit {
    background: #54000e;
    color: #fff;
    font-size: 18px;
    font-family: 'Big Shoulders Text';
    width: 240px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    clip-path: polygon(0 0, 98% 0, 100% 100%, 2% 100%);
    border: none !important;
	transition-duration: 0.5s;
}
.formsubmit:hover {
    background: #6d0315;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.fullcenter .CaptchaPanel{
	text-align: center!important;
}
/*-------- FOOTER STYLES ----------------*/
.footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 5%;
    box-sizing: border-box;
    background: #121d3a;
}
.footerright {
    width: 12%;
    text-align: center;
}
.footerright img{
    width: 90px;
}
.smfootertext{
    font-family: 'Jura';
	color: #fff;
	font-size: 12px;
}

.footercenter{
	width: 20%;
	
}
.footerleft{
	width: 40%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
.footerhalf{
	width: 50%;
}
.footerheader{
    font-family: 'Big Shoulders Text';
	font-size: 18px;
	padding-bottom: 15px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 900;
	width: 100%;
}
.footerlinks{
	width: 100%;
	font-family: 'Jura';
	font-size: 16px;
	color: #fff;
	display: block;
	padding-bottom: 10px;
	transition-duration: 0.5s;
}
.footerlinks:hover{
	color: #dddddd;
}
.footerlinks i{
	padding-right: 15px;
}
/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/







/*---------- RESPONSIVE STYLES ----------*/



@media only screen and (max-width: 1660px) {
	.heroctabtn{
	width: 33%;
	padding: 0px 18px;
    box-sizing: border-box;
	}	
	.heroctatext{
	padding: 0px 12px;
    box-sizing: border-box;
	width: 80%;
	}
}
@media only screen and (max-width: 1500px) {
	.headertop{
	    padding: 18px 2%;	
	}
	.headerlocation span {
    margin: 0px 3px;
	font-size: 14px;
	}
	.headerphonelink span {
	    font-size: 13px;
		padding: 0px 8px;
	}
	a.headerphonelink i{
	font-size: 13px;

	}
}
@media only screen and (max-width: 1470px) {
	.herovideo {
		height: 650px;
	}
	.ctaheader{
	font-size: 22px;	
	}
	.herobtnsect{
	padding: 0px 1%;	
	}
}
@media only screen and (max-width: 1320px) {
	.hpreviewbox {
	height: 284px;
    margin-top: 18px;
    margin-bottom: 18px;
	width: 49%;
	}
	.headerlocation span{
	    margin: 0px 4px;	
		    font-size: 15px;
	}
	.headerphonelink{
	    width: 150px;	
	}
}
@media only screen and (max-width: 1280px) {
.footercenter {
    width: 35%;
}
.footerleft {
    width: 60%;
}
.headertop {
	padding: 18px 1%;
	}
.headerlogo img {
    width: 130px;
}
	.headerlocation i{
	width: 30px;
    height: 30px;
    font-size: 13px;
	}
.headerlocation span {
    font-size: 15px;
	margin: 0px 6px;
	}
.headersocial {
	width: 30px;
    height: 30px;
	font-size: 13px;
	}
.headerphonelink {
    width: 125px;
    height: 30px;
	font-size: 12px;
	}
.formimageleft {
	clip-path: none;
    width: 100%;
    background-size: cover;
    height: 300px;
	}
	.formimageright{
		clip-path: none;
    width: 100%;
    background-size: cover;
    height: 300px;
	}
	.hpformright{
	clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
	}
	.hpaboutright {
    width: 48%;
    padding-left: 6%;
}
	.hpaboutleft {
    width: 40%;
}
}
@media only screen and (max-width: 1180px) {
	.halfbox {
    width: 100%;
	padding-bottom: 20px;
}
.hpaboutleft {
    width: 46%;
}
    .herovideo {
        height: 585px;
    }
	.heroheadersect{
		background: #121d3a;
	}
	.heroheader{
		clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
		font-size: 28px;
	}
	.heroredbtn{
	width: 300px;
    height: 60px;
	font-size: 20px;
	margin-right: 40px;
	}
}
@media only screen and (max-width: 1080px) {
    .heroctabtn {
		width: 100%;
		clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
		margin: 5px 0px;
		height: 140px
	}	
    .ctaheader {
		width: 100%;
	}
	.heroctatext {
		padding: 0px 45px;
	}
	.heroctaicon{
	clip-path: polygon(0 0, 90% 0, 100% 100%, 10% 100%);	
	width: 12%;
	}

	.heroheader{
		width: 100%;
	}
	.heroredbtn {
        width: 80%;
        height: 60px;
        font-size: 20px;
        margin-left: 40px;
    }
	    .herovideo {
        height: auto;
    }
	.heroheadersect{
	    top: -10px;	
		flex-wrap: wrap;

	}
	.herobkgdsect {
		    top: -10px;
	}
	.herobtnsect{
	margin-top: -120px;	
	}
	.hpaboutsect{
	    padding: 220px 5% 80px 5%;
    margin-top: -170px;
    flex-wrap: wrap-reverse;	
	}
	.hpaboutleft img{
		display: none
	}
	.hpaboutright {
        width: 100%;
        padding-left: 0%;
    }
	.hpaboutleft {
        background: url(/siteart/tractor_transported.jpg);
        background-size: cover;
        height: 335px;
        margin-top: 25px;
        background-repeat: no-repeat;
        background-position: center;
        width: 100%;
    }
}
@media only screen and (max-width: 1023px) {
	.headerlogo {
    position: absolute;
    left: 5%;
    top: 2%;
    z-index: 1000;
}
    .headerphonelink {
        width: 140px;
        height: 38px;
        font-size: 17px;
    }
	.headersocial {
        width: 38px;
        height: 38px;
        font-size: 17px;
    }
	.headerlocation i {
        width: 38px;
        height: 38px;
        font-size: 17px;
    }
	.hpformright{
		width: 100%;
		clip-path: polygon(1% 0%, 100% 0%, 99% 100%, 0% 100%);
	}
	.hpformleft {
    width: 100%;
	padding-bottom: 20px;
}
	.formimageleft{
	 display: none;
	}
	.formimageright{
	height: 250px;
     background-position: 80% 70%;		
	}
}
@media only screen and (max-width: 900px) {
.halfformfields {width: 100%;}	
.thirdformfields{width: 100%;}
.hpreviewbox{height: 380px;}
}
@media only screen and (max-width: 820px) {
.footerleft {
   width: 100%;
   padding-bottom: 10px;
}
.footer{
  flex-wrap: wrap;	
}
.footerright {
	width: 35%;
}
.footercenter {
   width: 62%;
}
.headertext{
font-size: 35px;
line-height: 38px;
}
.redbtn {
width: 55%
	}

}

@media only screen and (max-width: 750px) {
.pageheader {
	font-size: 35px;
	line-height: 35px;
	padding-bottom: 20px;
	}
.hpreviewbox {
        height: auto;
        width: 100%;
    }
.headerphonelink span{
	font-size: 14px;
	    padding: 0px 6px
	}

.pageheadersect{padding: 50px 15px 30px 15px;}
.heroctaicon{width:16%; font-size: 20px;}
.heroctatext { padding: 0px 15px; width: 83%;}
}
@media only screen and (max-width: 650px) {
		.headerlogo img {
        width: 100px;
    }
    .headerlogo {
        top: 9%;
    }
	.headerlocation span{
		display: none;
	}
		    .headertop {
        padding: 18px 1% 80px 1%;
    }
}
@media only screen and (max-width: 600px) {


	.smheadertext{
	font-size: 16px;
	}
	.paratext{
	font-size: 15px;
    line-height: 25px;	
	}

}
@media only screen and (max-width: 565px) {
.cpinfo a {
    font-size: 18px;
}
    .cpinfo i {
        width: 100%;
        height: 30px;
        font-size: 12px;
        margin-bottom: 18px;
        clip-path: polygon(2% 0%, 100% 0%, 98% 100%, 0% 100%);
    }	
.cpinfo{
flex-wrap: wrap;
}
    .redbtn {
        width: 100%;
    }
.extrapadding {
    height: 120px;
}
	.heroredbtn {
        width: 100%;
        height: 40px;
        font-size: 18px;
        margin-left: 15px;
        clip-path: polygon(0 0, 99% 0, 100% 100%, 1% 100%);
    }
	.heroheader{
		        font-size: 24px;
        padding: 25px;
	}
}
@media only screen and (max-width: 460px) {
	.headerphonelink span{
		display: none;
	}
	.headerphonelink{
		width: 22%;
	}
	.headerlocation i{
		width: 100%;
	}
	.headerlocation {
		width: 22%;
	}
	.headersocial{
		width: 22%;
		margin: 0px 1px
	}
    .footercenter {
        width: 100%;
		padding-bottom: 10px;
    }	
	.footerright {
        width: 100%;
    }
	.footerhalf {
    width: 100%;
	}

	.cpinfo a {
    font-size: 15px;
}
	.fullformfields {
	padding: 0px 8px;
	}
	.message{
	padding: 0px 8px;	
	}
	.thirdformfields{
	padding: 0px 8px;			
	}
	.halfformfields{
	padding: 0px 8px;				
	}
	.heroctabtn {
	padding: 0px 5px;	
	}
	.heroctaicon {
        width: 13%;
        font-size: 16px;
    }
	.heroctatext {
        padding: 0px 13px;
        width: 87%;
    }
	    .ctaheader {
        font-size: 20px;
    }
	.heroctalink {
		font-size: 16px;
	}
	.herobtnsect {
	    margin-top: -145px;
	}
	.heroheader {
        font-size: 20px;
        padding: 20px 15px;
    }
	    .hpaboutleft {
		        height: 250px;
	}
}
@media only screen and (max-width: 330px) {
	
	.formsubmit{
		width: 100%;
	}
	    .heroctaicon {
        width: 100%;
        font-size: 16px;
        height: 30px;
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
		margin-bottom: 10px;
    }
	    .heroctabtn {
        width: 100%;
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
        margin: 5px 0px;
        height: auto;
        padding: 0px 0px 20px 0px;
    }
}

