﻿/***** 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 {
    background-color: #E9EAEE;
}

a:link, a:visited, a:active {text-decoration:none;}
a:hover {text-decoration:none;}


hr{border:#000 1px solid;}

p {font-family: "roboto", sans-serif}

.uppercase {text-transform: uppercase;}
.capitalize {text-transform: capitalize;}
.italic {font-style: italic;}
.black {color: #000000;}
.black-bg {background-color: #000000;}
.white {color: #fff;}
.white-bg {background-color: #fff;}
.red-bg {background-color: #BB050E}
.red {color: #BB050E}

.wid95 {width: 95%;margin: 0 auto;}
.wid90 {width: 90%;margin: 0 auto;}
.wid85 {width: 85%;margin: 0 auto;}
.wid80 {width: 80%;margin: 0 auto;}

.right {
	text-align: right;
	text-align: -webkit-right;
}

.breadcrumbs {
    display: flex;
    font-size: 15px !important;
    color: #403f3b !important;
    padding: 3% 0 2%;
    flex-wrap: wrap;
    align-items: center;
    letter-spacing: 0.05em;
    gap: 10px;
    font-family: "oswald", sans-serif;
}
.breadcrumbs a {
    display: inline-block;
    padding: 12px;
    border-radius: 5px;
    border: solid 1px #cbcbcb;
    color: #403f3b;
    font-size: 15px !important;
    font-family: "oswald", sans-serif;
}

.bebas-semi-xbold {
	font-family: "bebas-neue-pro-semiexpanded", sans-serif;
	font-weight: 700;
	font-style: normal;
}
.roboto {
	font-family: "roboto", sans-serif;
	font-weight: 400;
	font-style: normal;
}
.roboto-med {
	font-family: "roboto", sans-serif;
	font-weight: 500;
	font-style: normal;
}

.blk-btn{
	color: #fff;
    background-color: #000;
    border-radius: 3px;
    font-family: "roboto", sans-serif;
    width: 150px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}
.blk-btn a {
    color: #fff;
}
.wht-btn{
	color: #000;
	background-color: #fff;
	border-radius: 3px;
	font-family: "roboto", sans-serif;
	width: 150px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px
}
.wht-trace-btn{
	color: #fff;
	background-color: transparent;
	border: 1px solid #fff;
	border-radius: 3px;
	font-family: "roboto", sans-serif;
	width: 150px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px
}

/*--- HEADER STYLES ---------------------*/
header {}

.header {
	display: flex !important;
    align-items: center !important;
    margin: 0 15px auto !important;
    position: relative !important;
    justify-self: anchor-center !important;
    background-color: #fff !important;
    padding: 15px !important;
    width: 100% !important;
	z-index: 10 !important;
	box-sizing:border-box !important;
}



/*---BODY--------------------------------*/

.hero-wrap {
	background-image: url("../siteart/hero-wta.png");
    height: 600px;
    background-size: cover;
	background-repeat: no-repeat;
    background-position: center;
/*    background-position: 75% 25%;*/
    background-color: #fff;
    display: flex;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    align-items: center;
    width: 100%;
    max-width: 100%;
	margin-top: -50px;
}
.hero-btns {
    display: flex;
    align-items: center;
    gap: 15px;
}
.tractor-bg {
	background-image: url("../siteart/jd-tractor1.jpg");
    height: 450px;
    background-size: cover;
	background-repeat: no-repeat;
    background-position: center;
	background-attachment: fixed;
    background-color: #000;
    display: flex;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    align-items: center;
    width: 100%;
    max-width: 100%;
}
.hero-text h1 {
    font-size: 75px;
    text-transform: uppercase;
    line-height: 75px;
}
.hero-text h2 {
    font-size: 25px;
    margin-bottom: 25px;
    margin-top: 10px;
	font-weight: 300;
}
.home-aside.wid95 {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    margin-bottom: 50px;
    margin-top: -20px;
    z-index: 15;
    position: relative;
}
.home-aside-top.red-bg {
    display: flex;
    align-items: center;
	justify-content: space-between;
    padding: 25px 40px;
}
.aside-left div {
    display: flex;
    align-items: center;
	gap: 30px;
}
.aside-left h3, .fin-wrap h3 {
    font-size: 40px;
}
.aside-left i {
    font-size: 25px;
}
.aside-right {
    display: flex;
    align-items: center;
    gap: 15px;
}
.home-aside-bottom h3 {
    font-size: 50px;
	width: max-content;
}
.aside-text {
    display: flex;
    justify-content: space-between;
    gap: 100px;
}
.home-aside-bottom {
    padding: 75px 40px;
    gap: 50px;
    display: grid;
}
.manus {
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
    flex-wrap: wrap;
}
.aside-text p {
    line-height: 30px;
    margin-bottom: 15px;
    text-align: right;
    font-size: 16px;
    font-weight: 300;
}
.rf-breadcrumbs {
    position: absolute;
    z-index: 20;
    margin-top: -85px !important;
    color: #fff;
}
.rf-breadcrumbs a {
    color: #fff;
	border: 1px solid #fff;
	border-radius: 3px;
	padding: 10px
}
.flex {
	display: flex;
	gap: 10px;
    margin-bottom: 10px;
}

.fin-wrap.red-bg {
    display: flex;
    align-items: center;
    justify-content: center;
	padding: 25px 40px;
	gap: 30px;
}



/*--------FORM STYLES--------------------*/

.custom-form h2 {
    padding: 25px 40px;
    background-color: #BB050E;
    color: #fff;
    text-transform: uppercase;
    font-size: 45px;
}
.form-wrap.wid95 {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    margin-bottom: 50px;
    z-index: 15;
    position: relative;
	margin-top: -50px;
}
form.custom-form {
    background-color: #fff;
	margin-top: 25px;
}
.form-aside {
	padding: 75px 40px;
}
.custom-form input, .custom-form textarea {
    padding: 15px;
    width: 100%;
    border: 1px solid #000;
    border-radius: 3px;
    font-family: "roboto", sans-serif;
	font-size: 15px;
    box-sizing: border-box;
}

.custom-form .blk-btn {
    margin-top: 10px;
	border: none;
}
.hero-extend {
    border: 20px solid #8C8D91;
}
.CaptchaWhatsThisPanel a {
    color: #BB050E;
    font-family: "roboto", sans-serif;
}

.CaptchaMessagePanel {
    font-family: "roboto", sans-serif;
}
button.submit.blk-btn {
	border: none;
	justify-self: center;
}



/*-------- FOOTER STYLES ----------------*/
footer{}

.footer-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.foot-right {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 100px 100px;
    font-size: 25px;
	width: 30%;
}
.foot-left {
    display: flex;
    width: 100%;
    margin: 4vw 9vw;
    justify-content: space-between;
	align-items: center;
}
.foot-col p {
    color: #000;
	line-height: 30px;
}
.foot-col-wrap {
    display: flex;
    gap: 8vw;
}
.foot-phone p {
    font-size: 25px;
	line-height: 35px;
}
.foot-contact {
    text-align: center;
	padding: 10px!important;
}


/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/

.list-content .at-view-details {color: #fff!important;}





/*---------- RESPONSIVE STYLES ----------*/

@media only screen and (min-width: 768px) {
	
}

@media only screen and (min-width:768px) and (max-width: 1130px) {
	
}


@media only screen and (max-width: 1250px) {
	.footer-wrap {
		flex-direction: column-reverse;
		background-color: #fff;
	}
	.foot-right {
		padding: 50px 0;
		width: 100%;
	}
	.tractor-bg {
		height: 350px;
	}
	.foot-left {
		flex-direction: column;
		margin: 0 auto 50px;
		gap: 25px;
	}
	.foot-col-wrap {text-align: center;}
	.aside-text {gap:75px;}
}
@media only screen and (max-width: 1120px) {
	.hero-text h2 {
		margin-bottom: 45px;
		margin-top: 5px;
	}
	.hero-text h1 {
		font-size: 50px;
		line-height: 50px;
	}
	.hero-text {
		margin-bottom: 25px;
	}
	.hero-wrap {
    	background-position: 75% 25%;
	}
	.aside-text {
        gap: 25px;
		flex-direction: column;
    	align-items: center;
    }
	.aside-text p {
		text-align: center;
	}
	.home-aside-bottom h3 {
		text-align: center;
		font-size: 40px;
	}
	.right {
		place-items: center !important;
	}
}
@media only screen and (max-width: 1050px) {
	.manus img {
		max-height: 40px;
	}
	.manus {
		gap: 40px;
	}
	.tractor-bg {
		background-position: 33% 67%;
    	background-attachment: inherit;
	}
}
@media only screen and (max-width: 870px) {
	.home-aside-top.red-bg {
		flex-direction: column;
		gap: 20px;
		padding: 40px 20px;
	}
	.aside-left h3 {
		font-size: 40px;
		text-align: -webkit-center;
	}
}
@media only screen and (max-width: 820px) {
	.manus {
    	flex-direction: column;
	}
}
@media only screen and (max-width: 720px) {
	.hero-text h1 br {
		display: none;
	}
	.hero-text h2 {
		font-size: 20px;
	}
}
@media only screen and (max-width: 600px) {
	.fin-wrap.red-bg {
		flex-direction: column;
		gap:10px;
		text-align: center;
	}
}
@media only screen and (max-width: 500px) {
	.hero-text h1 {
        font-size: 45px;
        line-height: 45px;
    }
	.hero-text h1 {
        font-size: 35px;
        line-height: 37px;
    }
	.hero-text h2 {
        margin-bottom: 25px;
        margin-top: 10px;
    }
	.flex {
		flex-direction: column;
	}
}
@media only screen and (max-width: 450px) {
	.aside-right {
		flex-direction: column;
	}
	.aside-left div {
		flex-direction: column;
		gap: 15px;
	}
	.aside-left i {
		font-size: 40px;
	}
	.home-aside-bottom {
		padding: 75px 15px;
	}
	.home-aside-bottom h3 {
        font-size: 35px;
    }
	.manus img {
        max-height: 35px;
    }
	.aside-left h3 {
        font-size: 35px;
    }
}





