
#content  .container
{
	background: #eeeeee;
	border-bottom: 10px solid #cccccc;
	padding: 44px 4.6% 40px;
	position: relative;
}
#content
{
	margin-bottom: 1px;
}
#content  .container:before
{
	width: 100%;
	background: #ffffff;
	height: 1px;
	position: absolute;
	bottom: 1px;
	left:0;
	content: " ";
}
.red-tractor
{
	margin-right: 4px;
}
.mobile-menu
{

	display: none;



}
.mobile-menu i
{
	background: url('../images/menu-icon.png') no-repeat;
	display: inline-block;
	height: 41px;
	width: 60px;
}
.mobile-menu span
{
	display: block;
	font-size: 22px;
	line-height: 26px;
	color:#ffffff;
}

/*  BELOW IS CSS USED FOR SALE PAGE - FROM www.responsivegridsystem.com  */

/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	background:transparent;
	float:left;
	margin: 1% 0 1% 2%;
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }

/*  GRID OF THREE  */
.span_3_of_3 { width: 100%; }
.span_2_of_3 { width: 66%; }
.span_1_of_3 { width: 32%; }

/*  GO FULL WIDTH BELOW 1024 PIXELS */
@media only screen and (max-width: 1023px) {
	.col {  margin: 1% 0 1% 0%; }
	.span_3_of_3, .span_2_of_3, .span_1_of_3 { width: 100%; }
}

.forsale_image {
	border:3px solid #b9050b;
}