﻿/***** 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 --------
yellow: fdca54
light blue: 005ea3
dark blue: 114378
*/

/***** END RESET *****/
::-moz-selection {
	background: #f3f3f3;
	color: #000;
	text-shadow: none;
}

::selection {
	background: #f3f3f3;
	color: #000;
	text-shadow: none;
}


/* Clearfix */
.cf:before,
.cf:after {
	content: " ";
	display: table;
}

.cf:after {
	clear: both;
}

.cf {
	*zoom: 1;
}

/*-------- BODY STYLES --------*/

body {
	font-family: Arial, Helvetica, sans-serif;
	overflow-x: hidden;
	color: #000;
	font-size: 15px;
	font-weight: 300;
	width: 100%;
}

a:link,
a:visited,
a:active {
	text-decoration: none;
	color: inherit
}

a:hover {
	text-decoration: underline;
	-webkit-transition-duration: 0.4s;
	/* Safari */
	transition-duration: 0.4s;
}

.clear {
	clear: both;
}

p {
	margin-bottom: 10px;
}

h1 {
	font-size: 30px;
	font-weight: bold;
	text-transform: uppercase;
	color: #114378;
	margin-bottom: 10px;
}

h2 {
	font-size: 25px;
	font-weight: bold;
	text-transform: uppercase;
	color: #114378;
}



/*--- HEADER STYLES ---------------------*/
.header {
	background: #fff;
	width: 100%;
	border-bottom: 8px solid #fdca54;
	box-shadow: 0px 6px 14px -7px #212121;
	position: relative;
	z-index: 9999;
}

.logo {}

.logo img {
	max-width: 350px;
	width: 100%;
}

.header-inner {
	width: 80%;
	margin: 0px auto;
}

.nav-left {
	display: inline-block;
	width: 20%;
	vertical-align: bottom
}

.nav-right {
	display: inline-block;
	width: 75%;
	vertical-align: bottom
}



.notinv {
	/*---MAIN STYLES------------------------*/
}

.notinv .wrapper-inner {
	width: 60%;
	margin: 0 auto;
}

.notinv .wrapper-center {
	width: 60%;
	text-align: center;
	margin: 0 auto;
}

.notinv .wrapper-inv {
	width: 60%;
	text-align: left;
	margin: 0 auto;
}


#pad {
	padding: 2% 0;
}

#l-pad {
	padding: 5% 0;
}

.yellow-bg {
	background: #fdca54;
}

.blue-pattern {
	background: url(../siteart/blue-pattern.png) repeat;
	width: 100%;
	margin-bottom: 20px;
}

#shadow {
	box-shadow: 0px 6px 11px -7px #212121;
}

#special:hover {
	opacity: .9;
}

/*--slideshow--*/
.cycle-slideshow img {
	width: 100%;
}

/*--contact--*/
.contact-left {
	display: inline-block;
	vertical-align: top;
	width: 60%;
}

.contact-right {
	display: inline-block;
	vertical-align: top;
	margin-left: 20px;
}


/*---FOOTER ---------------------------*/
#manu {
	display: inline-block;
	vertical-align: middle;
	margin: 5px 10px;
	width: 100%;
	max-width: 120px;
}

#manu:hover {
	opacity: .8;
}

/*--SCROLLING INVENTORY--*/
.scrolling-wrap {
	width: 100%;
	height: 90px;
	overflow: hidden;
	padding: 10px 0;
}

.scrolling {
	width: 100%;
	height: 92px;
}


/*--tractorhouse--*/
a.footerlink:link,
a.footerlink:visited,
a.footerlink:active {
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

a.footerlink:hover {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.footertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #999999;
}

.smallfootertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}

.divfooter {
	width: 450px;
	text-align: center;
	margin: 0 auto;
}




/*---------- RESPONSIVE STYLES ----------*/

@media only screen and (max-width: 1300px) {
	.header-inner {
		width: 95%;
	}
}

@media only screen and (max-width: 1100px) {

	.notinv .wrapper-inner,
	.notinv .wrapper-center {
		width: 90%;
	}

	.notinv .contact-left {
		width: 50%;
	}

	.notinv .logo img {
		width: 350px;
	}

}


@media only screen and (max-width: 850px) {

	.contact-left {
		width: 100%;
	}

	.contact-right {
		margin-left: 0;
		width: 100%;
		margin-top: 20px;
	}

	.divfooter {
		width: 100%;
	}
}


@media only screen and (max-width: 500px) {
	.logo img {
		width: 300px;
	}

}