﻿/***** 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;}
.clear {clear: both; height:0px; margin:0;}

/***** END RESET *****/

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v15-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Regular'), local('OpenSans-Regular'),
       url('../fonts/open-sans-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v15-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v15-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}

@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/open-sans-v15-latin-italic.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Italic'), local('OpenSans-Italic'),
       url('../fonts/open-sans-v15-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v15-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v15-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v15-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v15-latin-italic.svg#OpenSans') format('svg'); /* Legacy iOS */
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/open-sans-v15-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Bold'), local('OpenSans-Bold'),
       url('../fonts/open-sans-v15-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v15-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v15-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v15-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v15-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
}

@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/open-sans-v15-latin-700italic.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'),
       url('../fonts/open-sans-v15-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v15-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v15-latin-700italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v15-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v15-latin-700italic.svg#OpenSans') format('svg'); /* Legacy iOS */
}


body {
	color:#000;
	font-family: 'Open Sans', sans-serif;
	margin:0;
	font-size:18px;
	-webkit-text-size-adjust: none;
	overflow-x: hidden;
}

td {vertical-align: top;}


/***** Global text link style *****/

a {
    text-decoration:none;
    color:#000;
	-webkit-transition:all .3s ease;
	-ms-transition:all .3s ease;
	transition:all .3s ease;
}
a:hover  {
    text-decoration:underline;
    color:#222;
}

h1 {
	font-size:40px;
	font-family: 'Open Sans', sans-serif;
	font-weight:700;
}

h2 {
	font-weight:700;
	font-size:36px;
}

h3 {
	font-weight:400;
	font-size:32px;
}

h4 {
	font-weight:700;
	font-size:26px;
	color:#008952;/*green*/
}

h5 {
	font-weight:700;
	font-size:20px;
	color:#008952;/*green*/
}


p {
	/*margin-bottom:15px;*/
	font-size:18px;
	font-family: 'Open Sans', sans-serif;
}
	 
.wrapper {
	width:96%;
	margin:0 auto;
	max-width:1170px;
}


.wrapper-sml {
	width:92%;
	margin:0 auto;
	max-width:1000px;
}

.wrapper-smler {
	width:85%;
	margin:0 auto;
	max-width:800px;
}

.wrapper-wide {
	width:92%;
	margin:0 auto;
}

.heading-wrapper {
	width:85%;
	margin:0 auto;
}

.padding20 {
	margin:0 auto;
	padding:20px 0;
}

.padding50 {
	margin:0 auto;
	padding:50px 0;
}

.padding200 {
	margin:0 auto;
	padding:100px 0;
}

/**SPANS**/
.topblue { font-weight:700; font-style:italic; font-size:14px; }
.center { text-align:center; }
.italic { font-style:italic; font-weight:400; }
.bold { font-weight:700; }
.small { font-weight:400; font-size:10px; }
.green { font-weight:700; color:#008952; /*green*/ }

/**FORMS**/
input {
	padding:5px;
	box-sizing:border-box;
	width:100%;
	margin:5px 0 10px 0;
	
}

input[type=checkbox],
input[type=radio]{ 
	width: 30px;
}

form {
	vertical-align:top;
	margin:0 auto;
}

/*===================== 
                HEADER 
=======================*/
header {
	border-bottom:5px solid #666666;
}

.top-bar {
	background:#008952;
	margin:0 auto; 
	padding:10px 0;
}

.top-bar-right {
	text-decoration:none;
	text-transform:uppercase;
	float:right;
	margin:7px 0;
}

.top-bar-left a:hover {
	text-decoration:none;
	color:#d80101;/*red*/	
}

.top-bar-right p {
	font-size:12px;
	color:#fff;
	padding:0 10px;
}

.top-bar-right a {
	font-size:12px;
	color:#fff;
	padding:0 10px;
	text-decoration: none;
}

.top-bar-right a:hover {
	text-decoration:underline;
	color:#000;	
}

.top-bar i {
	color:#fff;	
	font-size:14px;
	padding: 0 0 0 6px;
}

.top-bar-right i {
	font-size:12px;
	color:#fff;
	font-weight:700;
	font-style:italic;
}

.nav-underline {
	margin: 0 auto;
	width:100%;
	border-bottom: 2px solid #008952;
	float:right;
}

.main-heading {
	margin: 0 auto;
	width:100%;
	background:#e6e6e6;
}

.logo-bar {
    float: none;
    display: block;
    margin: 0 auto;
    position: relative;
    text-align: center;
	vertical-align: middle;
	padding:10px 0;
}

.small-box-logo {
    box-sizing: border-box;
    margin: 0 auto;
    display: inline-block;
    vertical-align: middle;
	float:left;
	padding:20px 0;
}

.small-box-logo h1 {
	font-size:40px;
}

.small-box-logo h4 {
	font-size:21px;
	font-weight:300;
}

.small-box-logo img {
	display:inline-block !important;
}

.small-box-contain {
    box-sizing: border-box;
    margin: 0 auto;
    display: inline-block;
    vertical-align: middle;
	float:right;
	padding:10px 0;
	width:70%;
}

.small-box {
    height: auto;
    box-sizing: border-box;
    text-align: right;
    margin: 0 auto;
    display: inline-block;
    float: right;
	vertical-align: middle;
	padding-bottom: 10px;
}

.small-box p {
	font-weight:700;
	font-size:18px;
}

.small-box a {
	text-decoration:none;
	font-weight:700;
	font-size:18px;
}

.small-box a:hover {
	text-decoration:none;
	color:#d80101;
}



/*===================== 
                BODY 
=======================*/
.main-home {
	display: block;
	max-width: 100%;
	margin: 0 auto;
	padding: 100px 0;
	background:url(../siteart/gradient.jpg) center center no-repeat;
		background-size: auto auto;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.main-text {
    margin: 0 auto;
    width: 30%;
    float: right;
}

.main-text img{
	margin:0 auto;
	text-align:right;
}

.main-text h1 {
	font-size:64px;
	line-height:54px;
	font-family: 'Open Sans', sans-serif;
	font-weight:700;
	color:#000;
	text-shadow: 1px 1px 4px rgba(255, 255, 255, 0.5);
}

.main-text h3 {
	font-weight:700;
	font-size:40px;
	line-height:52px;
	color:#fff;
	font-style:italic;
	font-family: 'Open Sans', sans-serif;
	line-height:50px;
}

.main-text-underline {
	margin: 5px auto 10px auto;
	width:40%;
	border-bottom: 3px solid #008952; /*green*/
	float:left;
}


.main-text h4 {
	font-weight:300;
	font-size:36px;
	line-height:52px;
	color:#000;
	text-shadow: 1px 1px 4px rgba(255, 255, 255, 0.5);
}

/**button1**/
	.button1 {
		width:350px;
		box-sizing: border-box;
		position:relative;
		overflow:hidden;
		background:rgba(0, 138, 83, 0.45); 	/*green*/ 
		color:#fff;
		font-size:18px;
		font-weight:700;
		display:inline-block;
		padding: 10px 30px;
		text-align:center;
		border:3px solid #ccc;
		text-transform:uppercase;
		margin:10px 0;
	}

	a .button1 {
		-webkit-transition:all .3s ease;
		-ms-transition:all .3s ease;
		transition:all .3s ease;
	}
	
	a:hover .button1 {
		color: #fff;
		background:#008952; /*green*/
		text-shadow:none;
		border:3px solid #ccc;
	}
	
	.button1:hover .fa-arrow-circle-right {
		margin-left:15px;
		margin-right:-10px;	
	}
	
	.fa-arrow-circle-right {
		margin-left:5px;
		-webkit-transition: all .3s ease; /* Safari and Chrome */
		-moz-transition: all .3s ease; /* Firefox */
		-ms-transition: all .3s ease; /* IE 9 */
		-o-transition: all .3s ease; /* Opera */
		transition: all .3s ease;	
	}
	
	/**button2**/
	.button2 {
		width:250px;
		box-sizing: border-box;
		position:relative;
		overflow:hidden;
		background:transparent;
		color:#008952 !important; /*green*/
		font-size:18px;
		font-weight:700;
		display:inline-block;
		padding: 10px 30px;
		text-align:center;
		border:2px solid #008952; /*green*/
		text-transform:uppercase;
		margin:0;
	}

	a .button2 {
		-webkit-transition:all .3s ease;
		-ms-transition:all .3s ease;
		transition:all .3s ease;
	}
	
	a:hover .button2 {
		color: #000 !important;
		background:#008952; /*green*/
		text-shadow:none;
		border:2px solid #000;
	}
	
	.button2:hover .fa-arrow-circle-right {
		margin-left:15px;
		margin-right:-10px;	
	}

.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);
}


/*===================== 
                INVENTORY BUTTONS
=======================*/
.grey-background {
	background:#ccc;
}

.inventory-head {
	text-align:center;
	padding-top:30px;
}

.inventory-head h1 {
	color: #000;
	line-height:40px;
}

.inventory-head-line {
	border-bottom:3px solid #666666;
	width:99%;
	margin: 0 auto;
	padding-bottom:12px;
}

.inventory-head2 {
	text-align:left;
	padding-top:30px;
}

.inventory-head2 h1 {
	color: #000;
	line-height:40px;
}

.inventory-head2-line {
	border-bottom:3px solid #666666;
	width:300px;
	padding-bottom:12px;
}

/* Category Box */
.inventory-boxes {
	width:100%;
	margin:0 auto;
	text-align:center;
	padding:20px 0;
}

.categorybox {
	float:left;
	width:19%;
	height:250px;
	margin:.5%;
	box-sizing: border-box;
	position:relative;
	overflow:hidden;
	background-position:center center;
	background-repeat:no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	border:3px solid #008952; /*green*/
}

.categorybox .categorybox-title {
	text-align:center;
	width:90%;
	position:absolute;
	top: 50%;
    left: 45%;
	transform: translate(-50%,-50%); 
	-webkit-transform: translate(-50%,-50%); 
	-ms-transform: translate(-50%,-50%);
	font-size:22px;
	color:#fff;
	font-family: 'Open Sans', sans-serif;
	font-weight:700;
	line-height:1em;
	margin:0 0 0 0;
	text-transform:uppercase;
	z-index:99;
	text-shadow: 2px 2px 5px #000;
	-webkit-transition: all 1s ease; /* Safari and Chrome */
    -moz-transition: all 1s ease; /* Firefox */
    -ms-transition: all 1s ease; /* IE 9 */
    -o-transition: all 1s ease; /* Opera */
    transition: all 1s ease;
	margin:0 3% 20px;
}

.categorybox-title:hover .fa-arrow-circle-right {
	margin-left:15px;
	margin-right:-10px;	
}

.fa-arrow-circle-right {
	margin-left:5px;
	-webkit-transition: all .5s ease; /* Safari and Chrome */
    -moz-transition: all .5s ease; /* Firefox */
    -ms-transition: all .5s ease; /* IE 9 */
    -o-transition: all .5s ease; /* Opera */
    transition: all .5s ease;	
}

.categorybox-title a:hover {
	text-decoration:none;
}

.categorybox:after { 
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #3D3D3D;
	opacity: 0.9; 
	transition: .3s all;
	display:block;
	-webkit-box-shadow: 2px 2px 14px -2px rgba(0,0,0,0.75);
-moz-box-shadow: 2px 2px 14px -2px rgba(0,0,0,0.75);
box-shadow: 2px 2px 14px -2px rgba(0,0,0,0.75);
}
.categorybox:hover:after {
	opacity: 0.4;
	background: #3D3D3D;
}

a .categorybox {
	-webkit-transition:all .3s ease;
	-ms-transition:all .3s ease;
	transition:all .3s ease;
}

a .categorybox:hover {
	-webkit-box-shadow: 0px 8px 9px -5px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 8px 9px -5px rgba(0,0,0,0.5);
	box-shadow: 0px 8px 9px -5px rgba(0,0,0,0.5);
}


a:hover .categorybox-title {
	text-shadow:none;
}

.categorybox p {
	font-weight:400;
	color:#fff;
}

.categorybox h4 {
	color:#fff;
	line-height: 26px;
	text-shadow: 2px 2px 5px #000;
}



.categorybox2 {
	float:left;
	width:19%;
	height:250px;
	margin:.5%;
	box-sizing: border-box;
	position:relative;
	overflow:hidden;
	background-position:center center;
	background-repeat:no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	border:3px solid #008952; /*green*/
}

.categorybox2 .categorybox2-title {
	text-align:center;
	width:90%;
	position:absolute;
	top: 50%;
    left: 45%;
	transform: translate(-50%,-50%); 
	-webkit-transform: translate(-50%,-50%); 
	-ms-transform: translate(-50%,-50%);
	font-size:22px;
	color:#fff;
	font-family: 'Open Sans', sans-serif;
	font-weight:700;
	line-height:1em;
	margin:0 0 0 0;
	text-transform:uppercase;
	z-index:99;
	text-shadow: 2px 2px 5px #000;
	-webkit-transition: all 1s ease; /* Safari and Chrome */
    -moz-transition: all 1s ease; /* Firefox */
    -ms-transition: all 1s ease; /* IE 9 */
    -o-transition: all 1s ease; /* Opera */
    transition: all 1s ease;
	margin:0 3% 20px;
}

.categorybox2-title:hover .fa-arrow-circle-right {
	margin-left:15px;
	margin-right:-10px;	
}

.categorybox2-title a:hover {
	text-decoration:none;
}

.categorybox2:after { 
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #3D3D3D;
	opacity: 0.9; 
	transition: .3s all;
	display:block;
}
.categorybox2:hover:after {
	opacity: 0.4;
	background: #3D3D3D;
}

a .categorybox2 {
	-webkit-transition:all .3s ease;
	-ms-transition:all .3s ease;
	transition:all .3s ease;
}

a .categorybox2:hover {
	-webkit-box-shadow: 0px 8px 9px -5px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 8px 9px -5px rgba(0,0,0,0.5);
	box-shadow: 0px 8px 9px -5px rgba(0,0,0,0.5);
}


a:hover .categorybox2-title {
	text-shadow:none;
}

.categorybox2 p {
	font-weight:400;
	color:#fff;
}

.categorybox2 h4 {
	color:#fff;
	line-height: 26px;
	text-shadow: 2px 2px 5px #000;
}


/*===================== 
                ABOUT MAIN
=======================*/

.about-main {
	margin: 0 auto;
	width:100%;	
	color:#000;	
	border-top:#666666 solid 5px;
}

.about-contain {
	margin: 0 auto;
	width:100%;	
}

.about-info-text {
	width: 60%;
    margin:0 2%;
    float: left;
    padding: 8% 0;
}

.about-info {
	margin: 0 auto;
	float:left;
	padding:40px 0;
}

.about-info img {
	width:100%;
	height:100%;
	display:block;
	border: 1px solid #666666;
}


/*===================== 
                SCROLLING INVENTORY 
=======================*/
.scrolling-wrap {
    width:100%;
    height:90px;
    overflow:hidden;
	margin:10px 0;
	border-top:6px solid #d8232f;
	border-bottom:6px solid #d8232f;
}
 
.scrolling{
    width:100%;
    height:92px;
}

/*===================== 
                MAP 
=======================*/
.map {
	margin: 0 auto;
	width:100%;
}


/*=====================  
				PARTS SEARCH
=======================*/
	
.parts-search {
	width:100%;
	margin: 0 auto;
}


form {
	vertical-align:top;
	margin:0 auto;
}

.parts-search .col4 {
    width: 50%;
    float: left;
    margin: 0 auto;
}

.parts-search label {
    display: block;
	font-family: 'Open Sans', sans-serif;
}

.parts-search select {
    width: 50%;
    width: calc(100% - 2px);
    border: none;
    color: #8e8d8d;
    vertical-align: middle;
    font-size: 16px;
    line-height: normal;
    padding: 7px;
    margin-bottom: 10px;
	box-sizing:border-box;
	font-family: 'Open Sans', sans-serif;
	background:#F8F8F8;
	border-radius: 0;
}

.parts-search input {
    width: 50%!important;
    width: calc(100% - 2px)!important;
    color: #8e8d8d!important;
    vertical-align: middle!important;
    font-size: 16px!important;
    line-height: normal!important;
    padding: 8px!important;
    margin: 5px 0 10px!important;
	box-sizing:border-box!important;
	font-family: 'Open Sans', sans-serif!important;
	background:#F8F8F8!important;
	height: auto!important;
	border:1px solid #585858!important;
	border-radius: 0;         
}

.parts-search input#Search {
    color: #fff!important;
}

.parts-search input.button {
	background:#008952!important;
	border:1px solid #585858!important;
	cursor:pointer!important;
	-webkit-transition:all .3s ease;
	-ms-transition:all .3s ease;
	transition:all .3s ease;
	-webkit-border-radius:0; -webkit-appearance: none; border-radius: 0!important;
}
 
.parts-search input#Search:hover {
   	background:#000!important;
	border:1px solid #fff!important;
}
/*end parts search*/

.inventory-search {
	width:50%;
	background:rgba(0, 0, 0, 0.79);
	margin: 0 auto;
}

input[type=checkbox],
input[type=radio]{ 
	
}

form {
	vertical-align:top;
	margin:0 auto;
}

.new-search { padding:30px 20px;}

.new-search .col4 {
    width: 100%;
    float: left;
    margin: 0 1%;
}

.new-search  h4{
	color:#fff;
}

.search-line {
	border-bottom:4px solid #f7bd46; /*yellow*/	
	padding-bottom:10px;
	width:200px;
}

.new-search label {
    display: block;
    margin-bottom: 3px;
	font-family: 'Open Sans', sans-serif;
}

.new-search select {
    width: 100%;
    width: calc(100% - 2px);
    border: none;
    color: #8e8d8d;
    vertical-align: middle;
    font-size: 16px;
    line-height: normal;
    padding: 7px;
    -webkit-border-radius: 0;
    margin-bottom: 10px;
	box-sizing:border-box;
	font-family: 'Open Sans', sans-serif;
	background:#F8F8F8;
}

.new-search input {
    width: 100%;
    width: calc(100% - 2px);
    border: none;
    color: #8e8d8d;
    vertical-align: middle;
    font-size: 16px;
    line-height: normal;
    padding: 7px;
    -webkit-border-radius: 0;
    margin-bottom: 10px;
	box-sizing:border-box;
	font-family: 'Open Sans', sans-serif;
	background:#F8F8F8;
}

.listings-wrapper .listing-largecard .listing-largecard-image a {
    padding-bottom: 75.25% !important;
}

.new-search input#Search {
    color: #fff;
}

.new-search input.button {
	background:#7a7a7a;
	border:1px solid #f7bd46;
	cursor:pointer;
	-webkit-transition:all .3s ease;
		-ms-transition:all .3s ease;
		transition:all .3s ease;
}
 
.new-search input.button:hover {
	background:#a7a7a7;
	border:1px solid #fff;
}

/*===================== 
                PARTS SEARCH 
=======================*/
.inventory-contain {
	box-sizing:border-box;
	width: 100%;
    text-align:center;
    background-size: 100%;
	padding:20px 0;
}

iframe.parts_search{
	width:100%;
	min-height:600px;
}
.container {
	box-sizing:border-box;
	max-width: 1200px;
	padding:1% 3%;
	margin: 0 auto;
	}
.parts_container{
	max-width: 1400px;
	margin: 0 auto;
}


/*===================== 
                bottom logos 
=======================*/
.bottom-logos {
	margin:0 auto;
	width:100%;
	text-align:center;
	padding:20px 0;
	border-top:#666666 solid 5px;
}

.bottom-logos img {
	width:100%;
}

.small-logos {
	width: 16%;
	margin: 0 auto;
	padding:0 40px;
	float:none;
	box-sizing:border-box;	
	display:inline-block;
}

.small-logos img {
	width:100%;
	margin: 0 auto;
}


/*===================== 
                CONTACT PAGE 
=======================*/
	.four-across {
		width:100%;
		margin:0 auto;
		display:inline-block;
		padding:20px 0 0 0;
	}
	
	.four-across-box {
		width:23%;
		padding:20px 10px;
		margin:1%;
		text-align:center;
		float:left;
		display:inline-block;
		box-sizing:border-box;
		background:#008952; /*green*/
		border:#676767 solid 1px;
		color:#fff;
	}
	
	.four-across-box h5 {
		color:#fff;
	}
	
	.four-across-box a {
		font-size:12px;
		color:#fff;
		margin-bottom:0;
		text-decoration:underline;
	}
	
	.four-across-box a:hover {
		color:#000;
	}
	
	.four-across-box p {
		font-size:12px;
		color:#fff;
		margin-bottom:0;
	}
	
.contact {
	float:none;
	display:inline-block;
	box-sizing:border-box;
	align-items:center;
	text-align:left;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	width:100%;
	height:auto;
	float:left;
	margin: 0 auto;
	padding:0 20px;
}

.contact h5 {
	color:#008952; /*green*/
	font-weight:700;
}

.thin-border {
	padding:20px;
	margin: 20px 0;
	border:1px solid #ccc;
}

.splitform-container {
	width:100%;
	margin: 0 auto;	
	display:inline-block;
	box-sizing:border-box;
}

.splitform {
	width: 48%;
    float: left;
}

form {
    vertical-align: top;
    margin: 0 auto;
    font-size: 12px;
}

form p {
    font-size: 12px;
}

select {
	font-family: 'Open Sans', sans-serif;
	box-sizing:border-box;
	width:100%;
	padding:5px;
	margin:5px 0 10px 0;
}

option {
	font-family: 'Open Sans', sans-serif;
	box-sizing:border-box;
	margin:5px 0 10px 0;
}

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;
}

.splitform-container {
	width:100%;
	display:inline-block;
	margin:0 auto;
	box-sizing:border-box;
}

.splitform {
	width: 48%;
    float: left;
	padding:10px 0;
}

.CaptchaPanel {
    margin:0 !important;
}
.green-button {
	display:block;
	margin-bottom:15px;
	padding:12px 0;
	width:60%;
	margin: 0 auto;
	float:none;
	font-family:'Open Sans', sans-serif;
	color:#008952 !important; /*green*/
	text-transform:uppercase;
	text-decoration:none;
	font-weight:700;
	background:#fff;
	border:2px solid #008952; /*green*/
	cursor:pointer;
	-webkit-transition:all .3s ease;
	-ms-transition:all .3s ease;
	transition:all .3s ease;	
}

.green-button:hover {
	color: #000 !important;
	background:#008952; /*green*/
	text-shadow:none;
	border:2px solid #000;
}

.contact-box1 {
	float:left;
	width: 35%;
	box-sizing: border-box;
	margin:30px 1% 60px 1%;
	border:#ccc 1px solid;
	padding:20px;
	min-height:300px;
}

.contact-box2 {
	float:left;
	width: 60%;
	box-sizing: border-box;
	height:auto;
	margin:30px 1% 60px 1%;
}

.contact-third-contain {
	width:100%;
	height:auto;
	margin: 0 auto;
	border-top:.75px solid #ccc;
	display:inline-block;
	box-sizing:border-box;
	padding-top: 5px;
}

.half {
	width:48%;	
	float:left;
	text-align:left;
	display:inline-block;
	box-sizing:border-box;
	margin:0 1%;
	padding: 0 auto;
}

.half p {
	font-size:12px;
}



/*===================== 
                QUICK LINKS
=======================*/	
.grey-texture {
	display: block;
	margin: 0 auto;
	background:url(../siteart/grey-texture.png) repeat;
}

.quick-links-contain {
	width:100%;
	margin:0 auto;
	
}

.quick-box {	
	margin:0 auto;
	width:25%;
	min-height:175px;
	float:right;
	padding: 50px 0;
	display:inline-block;
	vertical-align: top;
}

.quick-box img {
	max-width:100%;
	display:inline-block;
	margin: 0 auto;
}

.quick-box h5 {
	font-size:16px; 
	font-weight:700;
	color:#fff;
	padding-bottom:3px;
}

.quick-box-line {
	border-bottom:3px solid #fff;
	width:50%;
	padding-bottom:3px;
}

.quick-box p {
	font-size:14px;	
	color:#fff;
}

.quick-box a {
	font-size:14px;
	color:#fff;	
	font-weight:400;
	text-decoration:underline;
}

.quick-box a:hover {
	color:#57B08C; /*light green*/
	text-decoration:none;
}

/*===================== 
                FOOTER 
=======================*/
.footer-wrapper {
		background:#131313;
		margin:0 auto;	
		padding:20px 0;
		border-top:#008952 solid 3px;
	}
	
	.footer-container {
		width: 100%;
		margin: 0 auto;	
	}
	
	.left-side {
		display:inline-block;
		text-align:left;
		font-weight:700;
		box-sizing:border-box;
		width: 49%;
		text-transform:none;
		vertical-align:middle;
	}
	
	.left-side p {
		margin-bottom:0;
		font-size:12px;
	}
	
	.left-side a {
		font-size:12px;
		color:#fff;
		font-weight:700;
		text-decoration:none;
	}
	
	.left-side a:hover {
		text-decoration:underline;
		color:#008952;/*green*/
		-webkit-transition:all .3s ease;
		-ms-transition:all .3s ease;
		transition:all .3s ease;
	}
	
	.right-side {
		display:inline-block;
		text-align:right;
		box-sizing:border-box;
		width: 49%;
		text-transform:none;
		font-weight:400;
	}
	
	.right-side p {
		font-size:12px;
		font-weight:700;
		color:#fff;
		text-decoration:none;
	}
	
	.right-side a {
		font-size:12px;
		font-weight:700;
		color:#fff;
		text-decoration:none;
	}
	
	.right-side a:hover {
		text-decoration:underline;
		color:#008952;/*green*/
		-webkit-transition:all .3s ease;
		-ms-transition:all .3s ease;
		transition:all .3s ease;
	}

/*===================== 
                HOSTED CONTENT 
=======================*/
.hosted-content h3 {
	font-family: 'Open Sans', sans-serif!important;
}
.hosted-content .listings-wrapper .listings-list .listing-banner h2 {
    line-height: 1.5em !important;
	font-family: 'Open Sans', sans-serif !important;
}
.hosted-content .listings-wrapper .listings-list .listing-banner {
	color:#fff !important;
}
.hosted-content .listings-wrapper .listings-list .category-banner h3 {
    line-height: 1.5em !important;
	font-family: 'Open Sans', sans-serif !important;
}
.hosted-content .listings-wrapper .listings-list .listing-name {
    font-family: 'Open Sans', sans-serif !important;
}

.hosted-content .listings-wrapper .listings-list .listing-banner {
    background: #666666 !important;
}


/*===================== 
                Responsive styles 
=======================*/
@media screen and (max-width: 1440px) { 
	.small-box-contain {
		width:40%;
	}
}

@media screen and (max-width: 1250px) { 
	.about-info-text {
		margin: 0;
		padding: 20px 0;
		width: 100%;
		text-align:center;
	}
	
	.about-info {
		width: 100%;
		text-align:center;
	}
	
	.about-info img {
		width:50%;
		max-width:100%;
		display:inline-block;
		margin-top: 20px;
	}

}

@media screen and (max-width: 1200px) { 
	.categorybox {
		width:48%;
		margin:1%;
		height: 160px;
	}
	
	.categorybox2 {
		width:98%;
		margin:1%;
		height: 160px;
	}
	.main-text {
		width: 50%;
	}
}

@media screen and (max-width: 1000px) {

.contact-box1 {
    width: 100%;
    margin: 20px 0;
}

.contact-box2 {
    width: 100%;
    margin: 20px 0;
}

.small-logos {
	width: auto;
}

}

@media screen and (max-width: 900px) {
	.small-box-logo {
    	width: 100%;
	}
	
	.small-box-contain {
		width: 100%;
		float: none;
	}
	
	.four-across-box {
		width:48%;
	}
	
	.small-box {width: 100%;}
	
	.main-text {
		text-align: center;
		width: 100%;
	}
	
	.main-text-underline {
		float: none;
		width:50%;
	}

	.quick-box {	
		text-align:center;
		width:100%;
    	padding: 15px 0;
		min-height:0;
	}
	
	.quick-box-line {
		text-align:center;
		margin: 0 auto;
	}
	.auction{text-align: center;}
}	
@media screen and (max-width: 768px) {

.footer-wrapper {
    	padding: 20px 0;
	}
	.right-side {
		width: 100%;
		text-align:center;
	}
	
	.right-side a {
		font-size:10px;	
	}
	
	.right-side p {
		font-size:10px;
	}
	
	.left-side {
		width: 100%;
		text-align:center;
	}
	
	.left-side a {
		font-size:10px;
	}
	
	.left-side p {
		font-size:10px;
	}
	
}
@media screen and (max-width: 570px) {
	
	.categorybox {
		width:100%;
		margin:1.5% 0;
	}
	
	.categorybox2 {
		width:100%;
		margin:1.5% 0;
	}
	
	.about-info {
    padding: 10px 0;
	}
	
	.inventory-head {
		text-align:center;
	}
	
	.inventory-head2 {
		text-align:center;
	}
	
	.inventory-head2-line {
		margin: 0 auto;
	}
	
	.top-bar-right {
		float: none;
		text-align: center;
	}
	
	.top-bar-right a {
		padding:0;
	}
	
	.splitform {
		width: 100%;
	}
	
	.four-across-box {
		width: 100%;
		text-align: center;
		margin: 10px 0;
	}

}
@media screen and (max-width: 480px) {

}
