﻿/***** 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 *****/


/* saira-regular - latin */
@font-face {
  font-family: 'Saira';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/saira-v2-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Saira Regular'), local('Saira-Regular'),
       url('../fonts/saira-v2-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/saira-v2-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/saira-v2-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/saira-v2-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/saira-v2-latin-regular.svg#Saira') format('svg'); /* Legacy iOS */
}


/* saira-700 - latin */
@font-face {
  font-family: 'Saira';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/saira-v2-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Saira Bold'), local('Saira-Bold'),
       url('../fonts/saira-v2-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/saira-v2-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/saira-v2-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/saira-v2-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/saira-v2-latin-700.svg#Saira') format('svg'); /* Legacy iOS */
}

/* saira-900 - latin */
@font-face {
  font-family: 'Saira';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/saira-v2-latin-900.eot'); /* IE9 Compat Modes */
  src: local('Saira Black'), local('Saira-Black'),
       url('../fonts/saira-v2-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/saira-v2-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/saira-v2-latin-900.woff') format('woff'), /* Modern Browsers */
       url('../fonts/saira-v2-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/saira-v2-latin-900.svg#Saira') format('svg'); /* Legacy iOS */
}




body {
	color:#000;
	font-family: 'Saira', sans-serif;
	margin:0;
	font-size:18px;
	-webkit-text-size-adjust: none;
}

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:#fff;
}

h1 {
	font-size:40px;
	font-family: 'Saira', 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;
}

h5 {
	font-weight:400;
	font-size:20px;
}


p {
	/*margin-bottom:15px;*/
	font-size:18px;
	font-family: 'Saira', sans-serif;
}
.blog h2{font-size:30px!important;} 
.blog h3{font-size:24px!important; font-weight:600!important;}
.blog h4{font-size:21px!important; font-weight:600!important;}
.blog .list-group {padding-left: 20px;}
.wrapper {
	width:96%;
	margin:0 auto;
	max-width:1176px;
}

.wrapper-lrg {
    width: 85%;
    margin: 0 auto;
}

.wrapper-sml {
	width:92%;
	margin:0 auto;
	max-width:1000px;
}

.wrapper-smler {
	width:85%;
	margin:0 auto;
	max-width:800px;
}

.padding20 {
	padding:20px 0;
	margin:0 auto;
}
.padding50 {
	padding:50px 0;
	margin:0 auto;
}

/**SPANS**/
.topblue { font-weight:700; font-style:italic; font-size:14px; }
.center { text-align:center; }
.italic { font-style:italic; }
.green-bold { color:#00B401; font-weight:700; }
.small { font-weight:400; font-size:10px; }
.required { color:#007f01; /*green*/ font-size:12px; font-weight:400; }

/**FORMS**/
input {
	padding:5px;
	box-sizing:border-box;
	width:100%;
	margin:0 0 10px 0;
	
}

input[type=checkbox],
input[type=radio]{ 
	width: 30px;
}

form {
	vertical-align:top;
	margin:0 auto;
}

.keyword-search {
	
}
.keyword-search .col4 {
    width: 175px;
    margin: 0 auto;
    display: inline;
}
.keyword-search input {
    border: none;
    vertical-align: middle;
    font-size: 11px !important;
    line-height: normal;
    padding: 5px !important;
    -webkit-border-radius: 0;
    margin: 7px 0;
    box-sizing: border-box !important;
    font-family: 'Saira', sans-serif;
    background: #F8F8F8;
    border: 1px solid #ccc;
    color: #ACACAB !important;
    width: 206px !important;
	border-radius:0px!important;
}

.button input {
    padding: 3px 0;
    font-family: 'Saira', sans-serif;
    text-decoration: none;
    font-weight: 700;
    font-size: 12px;
    color: #ACACAC;
    background:#007f01 !important; /*green*/
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

.keyword-search form input.button {
	background:url(../siteart/search-icon.png) no-repeat #f9f9f9;
	border:solid 1px #ccc;
	background-size:contain;
	width: 29px !important;
	float:right;
}

.keyword-search input.button {
	background:#5b5b5b;
	border:1px solid #fff;
	cursor:pointer;
	-webkit-transition:all .3s ease;
		-ms-transition:all .3s ease;
		transition:all .3s ease;
		-webkit-border-radius:0; -webkit-appearance: none; border-radius: 0;
}
 
.keyword-search input.button:hover {
	background:#007f01; /*green*/
	border:1px solid #fff;
	color: #fff !important;
}

.keyword-search input.button {
	background:#ccc;
	cursor:pointer;
	-webkit-transition:all .3s ease;
	-ms-transition:all .3s ease;
	transition:all .3s ease;
	-webkit-border-radius:0; -webkit-appearance: none; border-radius: 0;
}

.keyword-search input#Search:hover {
	background: url(../siteart/search-icon-white.png) no-repeat #007f01; /*green*/
	border: solid 1px #ccc;
    background-size: contain;
    width: 29px;
}
.ui-accordion .ui-accordion-header {
	color:#007f01!important /*green*/;
}
/*===================== 
                HEADER 
=======================*/
.top-bar {
	background:#313131;
	margin:0 auto; 
	padding:10px 0;
}

.social-icons{
	display: flex;
	justify-content: flex-end;
	gap: 10px;
}

.small-box-logo {
	float:left;
	text-align:center;
	margin: 0 auto;
	dispaly:inline-block;
	padding:10px 0;
}

.small-box-logo img {
	display:inline-block !important;
    width: 275px;
}


.small-box-logo p {
	font-size:13px;
	font-weight:700;
}

.small-box h3 {
	padding-top:40px;
}

.small-box {
	color:#fff;
	float:right;
	text-align:right;
	width: auto;
	margin: 0 auto;
	dispaly:inline-block;
}

.small-box a {
	color:#fff !important;
}

.small-box a:hover {
	color:#007f01; /*green*/
	text-decoration:none;
	font-style:italic;
	text-decoration:underline
}

.small-box p {
	padding:2px 0;
}


/*===================== 
                BODY 
=======================*/
.auction-banner {
  width: 100%;
  line-height: 0;
  border-bottom: #007f01 solid 3px;
}

.auction-banner a {
  display: block;
}

.auction-banner img {
  display: block;
  width: 100%;
  height: auto;
}
.main-home {
	display: block;
	max-width: 100%;
	margin: 0 auto;
	padding: 200px 0 50px 0;
	background:url("../siteart/main3.jpg") center center no-repeat;
	background-color:#000;
		background-size: auto auto;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.main-text {
	width:100%;
	margin:0 auto;
}

.main-text h1 {
	font-size:55px;
	line-height:55px;
	font-family: 'Saira', sans-serif;
	font-weight:700;
	color:#fff;
	text-shadow: 1px 1px 4px #000;
}

.main-text h3 {
	font-weight:700;
	font-size:40px;
	line-height:52px;
	color:#007f01; /*green*/
	font-family: 'Saira', sans-serif;
	text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
}

.lead-container{
	display: flex;
	flex-direction: row !important;
	justify-content: space-around;
	width: 92%;
	margin: 0 auto;
	gap: 25px;
	max-width: 1000px;
}

.lead-container img{
	width: 100%;
}


/**button1**/
	.button1 {
		width:185px;
		box-sizing: border-box;
		position:relative;
		overflow:hidden;
		background:#313131;
		color:#fff;
		font-size:18px;
		font-weight:700;
		display:inline-block;
		padding: 15px 30px 10px;
		text-align:center;
		border:2px solid #000;
		margin:10px 0;
		-webkit-box-shadow: 0px 10px 8px -8px rgba(0,0,0,0.84);
		-moz-box-shadow: 0px 10px 8px -8px rgba(0,0,0,0.84);
		box-shadow: 0px 10px 8px -8px rgba(0,0,0,0.84);
	}

	a .button1 {
		-webkit-transition:all .3s ease;
		-ms-transition:all .3s ease;
		transition:all .3s ease;
		color: #fff;
	}
	
	a:hover .button1 {
		color: #fff;
		background:#007f01; /*green*/
		text-shadow:none;
		border:2px solid #ccc;
	}
	
	.button1-contain {
		width:100%;
		margin: 0 auto;
		diplay:inline-block;
	}
	
	.circle-right, .button1-contain p {
		float: left;
		margin: 0 auto;
		text-align: center;
	}
	
	.button1:hover .circle-right img {
		margin-left:13px;
		margin-right:-8px;	
		color: #fff;
		display:inline-block;
	}
	
	.circle-right img {
		background:url(../siteart/icons/arrow-right.png) center center no-repeat;
		margin-left:5px;
		margin-top:3px;
		-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;
		display:inline-block;	
	}

.title-bold {
	font-size:22px;
	font-weight:700;
	text-transform:uppercase;
}
/*===================== 
                ACCORDION
=======================*/
.column4 {
    width: 22%;
    float: left;
    padding-right: 25px;
    box-sizing: border-box;
}
.column3-4 {
    width: 78%;
    float: left;
    padding-right: 25px;
    box-sizing: border-box;
}

/*===================== 
                EQUIPMENT BOXES
=======================*/
.equipment-boxes {
	background:#313131;
	width:100%;
	margin:0 auto;
	padding:10px 0 50px 0;
}

.equipment-images {
    width: 100%;
    float: none;
	display:block;
	align-content:center;
	margin: 0 auto;
	position:relative;
	text-align:center;
}

.inventory-box {
	float:none;
	width: 208px;
	box-sizing: border-box;
	height:200px;
	margin: 1%;
	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;
	display:inline-block;
	text-align:center;
	vertical-align:top;
	text-shadow: 2px 2px 5px #000;
	border: #000 1px solid;
	font-family: 'Saira', sans-serif !important;
}

.inventory-box .inventory-box-title {
	text-align:center;
	width:100%;
	position:absolute;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%); 
	-webkit-transform: translate(-50%,-50%); 
	-ms-transform: translate(-50%,-50%);
	font-size:16px;
	color:#fff;
	font-family: 'Saira', sans-serif !important;
	font-weight:700;
	line-height:1em;
	margin:0 0 0 0;
	text-transform:uppercase;
	z-index:99;
	-webkit-transition:all .3s ease;
	-ms-transition:all .3s ease;
	transition:all .3s ease;
}

.inventory-box:after { 
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #dadada;
	opacity: 0.3; 
	transition: .3s all;
	display:block;
}
.inventory-box:hover:after {
	opacity: 0.9;
	background: rgba(0, 127, 1, 100); /*green*/
}

a .inventory-box {
	color:#000;
	-webkit-transition:all .3s ease;
	-ms-transition:all .3s ease;
	transition:all .3s ease;
}

a:hover .inventory-box-title {
	color:#fff;
	text-shadow:none;
	font-size:20px;
}



/*===================== 
                BLOGS
=======================*/
.allposts{
	display: flex;
	justify-content: center;
	align-items: stretch !important;
	gap: 15px;
	flex-wrap:wrap;
}

.post{
	width: calc(33% - 15px);
	position: relative;
}


.blurb{
	margin-bottom: 100px; /* CHANGE THIS TO ALLOW BLURB TEXT TO SHOW */
		
}

.allposts button{
	position: absolute;
	bottom: 0px;
    width: 90%;
    height: 70px;
    background: #313131;
    display: inline-block;
    border: #8E8E8E 1px solid;
    font-family: 'Saira', sans-serif !important;
	color: white;
	font-size: 14px;
	font-weight: 700;
	line-height: 1em;
	text-transform: uppercase;
}

.allposts button:hover{
	opacity: 0.9;
    background: #9F9F9F;
	-webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
	
}

.blog img{
	width: 100%;
}

.blog a{
	color: #007f01;
	text-decoration: underline;
}


.blog a:hover{
	color: #007f01;
	opacity: .75;
}

.post img{
	width: 100%;
}

.download-image{
	width: 300px;
	height: auto;
	margin-top: 15px;
	margin-bottom: 150px !important;
}

.download-image img{
	width: 100%;
}



/*===================== 
                OTHER BOXES
=======================*/
.center {
	text-align:center;
	margin:0 auto;
}
.other-boxes {
	background:#dadada;
	width:100%;
	margin:0 auto;
	padding:30px 0;
}

.contact-boxes {
	width:100%;
	margin:0 auto;
	padding:30px 0;
}

.contact-boxes img {
	width:100%;
	margin:0 auto;
	margin-top:30px;
}

.three-across {
	width:100%;
	margin:0 auto;
	display:inline-block;
	padding:20px 0 0 0;
}

.three-across-box {
	float:none;
	width: 90%;
	height: 70px;
	box-sizing: border-box;
	margin: 10px;
	position:relative;
	overflow:hidden;
	background: #313131;
	background-position:center center;
	background-repeat:no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	display:inline-block;
	text-align:center;
	vertical-align:top;
	border: #8E8E8E 1px solid;
	font-family: 'Saira', sans-serif !important;
}

.three-across-box .three-across-box-title {
	text-align:center;
	width:100%;
	position:absolute;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%); 
	-webkit-transform: translate(-50%,-50%); 
	-ms-transform: translate(-50%,-50%);
	font-size:14px;
	color:#fff;
	font-family: 'Saira', sans-serif !important;
	font-weight:700;
	line-height:1em;
	margin:0 0 0 0;
	text-transform:uppercase;
	z-index:99;
	-webkit-transition:all .3s ease;
	-ms-transition:all .3s ease;
	transition:all .3s ease;
}

.three-across-box-title a {
	color: #fff;
    font-size: 14px;
}

.view {
	text-transform:none;
	color:#039E04!important; /*green*/
	font-style:italic;
}

.three-across-box:after { 
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #313131;
	opacity: 0.3; 
	transition: .3s all;
	display:block;
	cursor:pointer;
}
.three-across-box:hover:after {
	opacity: 0.9;
	background: #9F9F9F;
}

a .three-across-box {
	color:#000;
	-webkit-transition:all .3s ease;
	-ms-transition:all .3s ease;
	transition:all .3s ease;
}

a:hover .three-across-box-title {
	color:#fff;
	text-shadow:none;
	font-size:14px;
}

.hvr-shrink {
	width:33%;
    -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: inline-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);
}



/*===================== 
                SCROLLING INVENTORY 
=======================*/
.scrolling-wrap {
    width:100%;
    height:90px;
    overflow:hidden;
	border-top:6px solid #007f01; /*green*/
	border-bottom:6px solid #007f01; /*green*/
}
 
.scrolling{
    width:100%;
    height:92px;
}

/*===================== 
                MAP 
=======================*/
.map {
	margin: 0 auto;
	width:100%;
}

/* =============================================================================
   Search                                                              
============================================================================= */
.equipment-search {
	background:#dadada;
	width:100%;
	margin:0 auto;
	border-top: 6px solid #000;
    border-bottom: 6px solid #000;
}

#quick-search p{
	color:#3d7436;
	font-family: 'Saira', sans-serif;
	font-size:25px;
	text-transform:uppercase;
}
.searchBar {
	display: table;
	width: 100%;
	color: #777777;
	position: relative;
	font-family: 'Saira', sans-serif;
}
.searchBar label { color: #313131; font-weight: 700; text-align: left; font-size:18px; }
.searchBar .column.column-block { margin-bottom: 0px; }
.searchBar .medium-2_5 { width: 48%; margin: 0 1%; float:left;}
.searchBar select {
	height: 2em;
	font-size: 14px;
	padding: 3px 5px;
	background-position: 95% 50%;
	background-size: 9px;
	width:100%;
}

.searchBar select:hover{ cursor:pointer; }
.searchBar input[type=text] {
	height: 2em;
	padding: 0 8px;
	font-size: 14px;
}
.searchBar input.button {
	  font-family: 'Saira', sans-serif;
	  text-transform:uppercase;
	  background-color:#007f01; /*green*/
	  color:white;
	  padding: 9px 7px;
	  font-weight: 600;
	  margin-top: 25px;
	  width:300px;
	  cursor:pointer;
}
.searchBar input.button:hover {
	opacity:.60;
}
.hidden-overlay {
	width: 100%;
    background: rgba(255, 255, 255, 0);
    height: 100%;
    position: absolute;
    top: 0;
	left: 0;
	z-index: 99999999999;
}
.field-wrapper {

	display: table;
	position: relative;
    width: 78%;
}
.field-wrapper .medium-2_5 { width: 27% }
.hidden{display:none;
}

select {
    height: 2.4375rem;
    margin: 0 0 1rem;
    padding: .5rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #989898;
    border-radius: 2px;
    background-color: #fefefe;
    font-family: inherit;
    font-size: 1rem;
    line-height: normal;
    color: #0a0a0a;
    background-origin: content-box;
    background-position: right -1rem center;
    background-repeat: no-repeat;
    background-size: 9px 6px;
    padding-right: 1.5rem;
    transition: box-shadow .5s,border-color .25s ease-in-out;
}

.columns-search {
    width: 100%;
    float: left;
	text-align:center;
}

/*===================== 
                heading 
=======================*/
.heading-text {
	padding:30px 0;
}

.heading-text h1 {
	font-size:32px;
	line-height:32px;
	font-family: 'Saira', sans-serif;
	font-weight:700;
	font-style:italic;
	text-transform:uppercase;
	color:#fff;
}

.heading-underline {
	margin: 5px auto 10px auto;
	width:15%;
	border-bottom: 3px solid #007f01; /*green*/
	float:left;
}

.heading-text-blk {
	width:100%;
	margin:0 auto;
	padding:30px 0;
}

.heading-text-blk h1 {
	font-size:32px;
	line-height:32px;
	font-family: 'Saira', sans-serif;
	font-weight:700;
	font-style:italic;
	text-transform:uppercase;
	color:#000;
}


/*===================== 
                QUICK LINKS 
=======================*/
.bottom-links-contain {
	width:100%;
	margin:0 auto;
	background:#313131; /*dark grey*/
}

.bottom-links {	
	width:25%;
	margin: 0 auto;
	min-height:190px;
	float:left;
	display:inline-block;
}

.bottom-links a {
	color:#AFAFAF; /*light grey*/
	text-transform:uppercase;
}

.footer-styles {
	margin-bottom:30px;
	font-weight:700;
	font-size:18px;
	color:#AFAFAF; /*light grey*/
	text-transform:uppercase;
	text-decoration:underline;
}

.bottom-links p {
	font-weight:700;
	font-size:18px;
	color:#AFAFAF; /*light grey*/
	text-transform:uppercase;
	text-decoration:underline;
}

.bottom-links a:hover {	
	color:#007f01; /*green*/
	font-style:italic;
}

/*===================== 
                FOOTER 
=======================*/
.footer-wrapper {
		background:#000;
		margin:0 auto;	
		padding:20px 0;
		border-top: solid 3px #AFAFAF; /*light grey*/
	}
	
	.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;
		color:#fff;
	}
	
	.left-side a {
		font-size:12px;
		color:#fff;
		font-weight:700;
		text-decoration:none;
	}
	
	.left-side a:hover {
		text-decoration:underline;
		color:#007f01; /*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:#007f01; /*green*/
		-webkit-transition:all .3s ease;
		-ms-transition:all .3s ease;
		transition:all .3s ease;
	}


.footer-contact{
	margin-top: 25px;
	display: flex;
	gap: 25px;
	justify-content: space-between;
	flex-wrap: wrap;
}

.footer-contact a{
	color: #AFAFAF;
}
	
	
/*===================== 
                HOSTED CONTENT 
=======================*/
.hosted-content h3 {
	font-family: 'Saira', sans-serif!important;
}
.hosted-content .listings-wrapper .listings-list .listing-banner h2 {
    line-height: 1.5em !important;
	font-family: 'Saira', 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: 'Saira', sans-serif !important;
}
.hosted-content .listings-wrapper .listings-list .listing-name {
    font-family: 'Saira', sans-serif !important;
}

.hosted-content .listings-wrapper .listings-list .listing-banner {
    background: #ccc!important;
}

/*===================== 
                INVENTORY 
=======================*/



#inv{padding: 5% 0;}
#inv *:not(.fa):not(.far):not(.fas):not(.fab):not(.material-icons){font-family: bahnschrift, urw-din, sans-serif!important;} /* Reset font, ignore icons */

.listing-top-right a, .lower-detail-data-left button, .send-email-btn, .media-buttons a, .media-buttons button, .faceted-search, .listing-dealer-info a, .view-listing-details-link, .main-detail-data .contact-options a, .fin-calc-btn-mobile, .selected-facet, .page-nav, .apply-button, .back-button, .calculator-btn, .mobile-done-button {
    -moz-border-radius: 0px !important;
    -o-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    border-radius: 0px !important;
}


.faceted-search-content .faceted-section-box .faceted-option-checkbox-container label input {margin: 2px 3px 3px 4px;}
.faceted-text-input-searchType .search-type input[type=checkbox], .faceted-text-input-searchType .search-type  input[type=radio] {margin: 0px 3px 0px 6px;}


.bread-crumbs-heading .return-links .return-links-link span, #no-compare-listings, .bread-crumbs-heading .return-links .return-links-link i {color:#007f01 !important;}


.hosted-content .attachment-search .search-checkboxes label .row {margin-left:0 !important;margin-right:0 !important;margin-bottom:0px !important;}

.view-listing-details-link, .selected-facet, .view-listing-details-link, .buy-now-link, .check-availability-link, .email-seller-link, .offer-btn, .buy-btn, .dealer-phone-mobile, .offer-btn-mobile, .send-email-btn-mobile, .send-wholesale-email-btn-mobile, .fin-calc-btn-mobile, .mobile-breadcrumb, .main-detail-data .contact-options a, button.g-recaptcha.button, .page-nav, .apply-button, .mobile-done-button, .dealer-btns-bottom a {background:#007f01 !important;}

.selected-facet, .dealer-phone-mobile, .offer-btn, .offer-btn-mobile, .fin-calc-btn-mobile, .send-wholesale-email-btn-mobile, .send-email-btn-mobile, .buy-now-link, .view-listing-details-link, .main-detail-data .contact-options a, button.g-recaptcha.button, .page-nav, .apply-button, .mobile-done-button{border: solid 1px #007f01 !important; transition: ease all 0.2s !important;}

.selected-facet:hover, .dealer-phone-mobile:hover, .offer-btn:hover, .offer-btn-mobile:hover, .fin-calc-btn-mobile:hover, .send-wholesale-email-btn-mobile:hover, .send-email-btn-mobile:hover, .buy-now-link:hover, .view-listing-details-link:hover, .main-detail-data .contact-options a:hover, button.g-recaptcha.button:hover, .page-nav:hover, .apply-button:hover, .mobile-done-button:hover, .dealer-btns-bottom a:hover {background: #fff !important; color: #007f01 !important;}

.check-availability-link, .email-seller-link, .video-chat-link, .faceted-search, .faceted-show-all-btn, .cs-btns a, .calculator-btn {background: #000 !important; border: solid 1px #000 !important; transition: ease all 0.2s !important;}
.check-availability-link:hover, .email-seller-link:hover, .video-chat-link:hover, .faceted-search:hover, .faceted-show-all-btn:hover, .cs-btns a:hover, .calculator-btn:hover {background: #fff !important; color: #000 !important;}

.list-content .list-title .list-listings-count, .list-content .list-main-section .list-container .list-listing .listing-top .listing-top-left .listing-main-stats .price, #parts-content .parts-top-section .parts-title-and-breadcrumbs .parts-title .parts-listings-count, #inv .error-message, #inv .info, .detail-content .detail-main-body .main-detail-data .detail-price, .detail-content .search-results, .list-content .list-top-section .listing-option-bar .list-listings-count, .detail-price, .compare-price, .compare-title {color: #000 !important;}
 
/* heading */
.list-content .list-title .list-title-text, .detail-content-mobile .detail-main-body .detail-mobile-top .detail-title, .main-detail-data .detail-title, .parts-title-text {
	padding-left: 4px; 
}



/*===================== 
                Responsive styles 
=======================*/
@media screen and (max-width: 1200px) { 
	.main-home {
		padding: 100px 0 25px 0;
	}
	
	.three-across-box-title h3 {
		font-size:20px;	
	}
	
	.allposts{
		display: column !important;
		flex-wrap: wrap;
	
}
	.allposts button{
		width: 100%;
	}

.post{
	width: 100% !important;
}
	
		.blurb h4 br{
	display: none;
}
}

@media screen and (max-width: 920px) {
	.bottom-links {
		width: 50%;
		text-align: center;
		min-height: 168px;
	}
	
	.footer-contact{
		flex-direction: column;
		text-align: center;
	}
	
	.social-icons{
		justify-content: center !important;
	}
	
	.small-box-logo {
		padding: 20px 0 !important;
		width: 100% !important;
		float:none !important;
	}
	
	.small-box {
		width: 100%;
		float: none !important;
		padding: 10px 0 !important;
		text-align:center !important;
	}
	
	.hvr-shrink {
		width:100%;
	}
	.searchBar .medium-2_5 {
		width:100% !important;
	}
	.columns-search {
		width:100% !important; 
	}
	.field-wrapper {
    	width: 100%;
	}
	.keyword-search .col4{display:flex; flex-direction:row; justify-content:center;}
		
	}
	.searchBar input.button{margin-top:0;}


}

@media screen and (max-width: 700px) {
	
	
.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;
	}
	
	.main-home {
		text-align:center;
	}
	
	.main-text h1 {
	font-size:48px;
	line-height:50px;
	}
}

@media screen and (max-width: 700px){
	.lead-container{
		flex-direction: column !important;
		align-items: center;
	}
	

	
}

@media screen and (max-width: 570px) {
	.heading-text-blk h1 {
		text-align:center;
	}
	
	.heading-text h1 {
		text-align:center;
	}
	
	.heading-underline {
		width: 45%;
		float: none;
	}
	
	.bottom-links {
		width: 100%;
		min-height: 0;
		padding-bottom: 15px;
	}
}
@media screen and (max-width: 480px) {

}
