/***** BEGIN RESET *****/

@font-face {
    font-family:'robotocondensed';
    src: url('../fonts/roboto-condensed-webfont.eot');
    src: url('../fonts/roboto-condensed-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto-condensed-webfont.woff') format('woff'),
         url('../fonts/roboto-condensed-webfont.ttf') format('truetype'),
         url('../fonts/roboto-condensed-webfont.svg#robotocondensed') format('svg');
    font-weight: normal;
    font-style: normal;

}

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;}
.clear {clear: both; height:0px; margin:0;}

/***** END RESET *****/

.wrapper {
		width:92%;
		margin:0 auto;
		max-width:1170px;
		
}

.wrapper-lrg {
	width:100%;
	margin:0 auto;
	max-width:1500px;
}

body {
	background:#fff;
	font-family: 'Myriad Pro', 'robotocondensed', sans-serif;
	margin:0;
	font-size:18px;	
}

a {
	text-decoration:underline;	
	color:#000;
	line-height:18px;
}

a:hover {
	text-decoration:none;	
	color:#3258ca; /*light blue*/
}

.tractor-body {
	display:block;
	background:url(../siteart/SLIDE-1.png) center center no-repeat; 
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	width:100%;
	margin:0 auto;
	max-width:3000px;
	height:500px;
}



h2 {
	font-family: 'Myriad Pro', 'robotocondensed', sans-serif;
	font-size:38px;	
	color:#27449a;/*blue*/
}

h3 {
	font-family: 'Myriad Pro', 'robotocondensed', sans-serif;
	color:#27449a;/*blue*/
	font-size:24px;
}

.gradient {
  background-image:
    linear-gradient(
      #fff, #696969
    );
}

/**SPANS**/
.text-align-center{ text-align:center; }
.green{ color:#086738;/*green*/ }
.blueColor {color:#27449a;/*blue*/}
/****HEADER****/

.top-bar {
	width:100%;
	padding:40px 0;
}

.small-box {
	float:left;
	text-align:center;
	width: 33.33%;
	margin: 0 auto;
	vertical-align:middle;
	padding:20px 0;
	display:inline-block;
}

.small-box-logo {
	float:left;
	text-align:center;
	width: 33.33%;
	height:auto;
	margin: 0 auto;
	vertical-align:middle;
}

.small-box-logo img {
	display:inline-block;	
}


/****BODY****/

.small-box-white {
	float:none;
	text-align:center;
	width: 33.33%;
	margin: 0 auto;
	padding-top:200px;
}

.send-button {
	
}

.white-button {
	display:inline-block;
	padding:40px;
	border-style:solid;
	background-color: rgba(255, 255, 255, 0.7); 
    border-width:4px;
	color:rgba(6, 4, 6, 0.5);
	font-size:42px;
	font-style:italic;
	line-height:36px;
	font-weight:700;
	font-family: 'Myriad Pro', 'robotocondensed', sans-serif;
}

.white-button:hover {
	background-color: rgba(255, 255, 255, 0.7);
	color:#27449a;/*blue*/
}

.hvr-shrink {
	  vertical-align: middle;
	  -webkit-transform: perspective(1px) translateZ(0);
	  transform: perspective(1px) translateZ(0);
	  box-shadow: 0 0 1px transparent;
	  -webkit-transition-duration: 0.3s;
	  transition-duration: 0.3s;
	  -webkit-transition-property: transform;
	  transition-property: transform;
	  display:block;
	  box-sizing:border-box;
	  text-align:center;
	  margin:0 auto;
}

.hvr-shrink:hover, .hvr-shrink:focus, .hvr-shrink:active {
	-webkit-transform: scale(0.97);
	transform: scale(0.97);
}

/**ABOUT**/
.about {
	text-align:left;
	margin:0 auto;
	margin:40px 0;
}

.blue-line {
	margin:20px 0;
	border:#304d9c 2px solid; /**blue**/
}

/**CONTACT**/
.contact-wrapper {
	width:85%;
	max-width:800px;
	margin:0 auto;
}

.contact {
	text-align:left;
	box-sizing:border-box;
	align-items:center;
	margin:30px auto;
	width:100%;
	font-family: 'Myriad Pro', 'robotocondensed', sans-serif;
}

input {
	padding:5px;
	box-sizing:border-box;
	width:100%;
	margin:5px 0 10px 0;
}

textarea {
	padding:5px;
	box-sizing:border-box;
	width:100%;
	margin:5px 0 10px 0;
}

input[type=checkbox],
input[type=radio]{ 
	width: 30px;
}

.blue-button {
	display:inline-block;
	margin-bottom:15px;
	padding:12px 50px;
	width:100%;
	font-family:'robotocondensed', sans-serif;
	background: #304d9c; /*blue*/
	color: #fff;
	text-transform:uppercase;
	text-decoration:none;	
}

.blue-button:hover {
	background: #3258ca; /*light blue*/
	color:#000;
	font-weight:700;
	cursor:pointer;
}

form .blue-button {
	border-style:none;
}

/****FOOTER****/

footer {
	color:#000;
	display:block;
	background-color:#fff;
	font-size:14px;
	font-weight:400;
	border-top:#304d9c 5px solid; /**blue**/
}

.footer-bar {
	margin: 20px auto;
}

.align-footer {
	padding:30px 0;
}

.footer-wrapper a {
	color:#000;	
}

.brands {
	box-sizing:border-box;
	max-width:29%;
    display:block;
	min-height:auto;
	float:left;
}
.brands:first-of-type{margin:0 25px 0 0;}

.staff-contacts {display:flex; flex-flow:row wrap; align-items: flex-start; justify-content: space-between;}
.staff-item {flex:.5;}

.copyright {
	text-align:right;
	color:#6E6E6E;
	float: right;
	box-sizing:border-box;
	max-width: 48%;
	vertical-align:middle;
}

.copyright a {
	color:#6E6E6E;
	
}

.copyright a:hover  {
    color: #304d9c;
	text-decoration:underline;
	font-weight:500;
}

/*===================== 
                Responsive styles 
=======================*/

@media screen and (max-width: 1285px) {
	.brands {width:calc(50% - 10px); max-width:100%; margin:0 0 25px 0; text-align:center; float:left;}
	.brands:first-of-type{margin:0 20px 0 0;}
	.copyright {
		text-align:center;
		color:#6E6E6E;
		float:none;
		width:100%;
		max-width: 100%;
	}
}

@media screen and (max-width: 1200px) {
/**HEADER**/
	h2 {
		font-size:26px;
	}

	.small-box-logo {
		padding-bottom:20px;
	}

}
	
@media screen and (max-width: 900px) {
/**HEADER**/
	h2 {
		font-size:20px;
		margin:0;
	}
	
	.small-box-logo {
		margin:0;
	}

/**BODY**/	
	.tractor-body {
		height:200px;	
	}
	
	.small-box-white {
		text-align:center;
		width: 100%;
		padding-top:60px;
	}
	
	.white-button {
		padding:30px;
		border-width:3px;
		font-size:30px;
		margin:10px;
	}
	
/**FOOTER**/	
	.auction-time {
		text-align:center;
		float:none;
		max-width:100%;
		margin:0 auto;
	}
	
	.copyright {
		font-size:12px;
		float:none;
		text-align:center;
		margin:20px 0 0 0;
		max-width:100%;
		padding-bottom:0;
	}
	
}
	

@media screen and (max-width: 768px) {
/**HEADER**/
	.top-bar {
		padding:20px 0 0 0;	
	}
	.small-box {
		float:none;
		width:100%;
		padding:0 0 30px 0;
	}
	
	.small-box h2 a{
		color:#304d9c; /*blue*/
		text-decoration:none;	
	}

	.small-box-logo {
		width:100%;
		padding:0 0 30px 0;
		vertical-align:middle;
	}
	.small-box-logo img {
		max-width:100%;
	}
	

}

@media screen and (max-width: 570px) {
/**BODY**/	
	.small-box-white {
		padding-top:40px;
	}
	
	.white-button {
		padding:20px;
	}
	.about p {
		font-size:16px;	
	}
	
	.staff-contacts {flex-flow:column wrap;}
	.staff-item {margin:10px 0;}
	
/**FOOTER**/	
	.brands img {width:100%;}
	
}

@media screen and (max-width: 385px) {

	.brands {width:100%;}
	.brands:first-of-type{margin:0 0 15px 0;}
	
}