﻿/***** 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;
  box-sizing: border-box;
}
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, img {
  display: block;
}
/***** END RESET *****/
/* Clearfix */
.cf:before, .cf:after {
  content: " ";
  display: table;
}
.cf:after {
  clear: both;
}
.cf {
  *zoom: 1;
}
*, *:before, *:after {
  box-sizing: inherit;
}
@font-face {
  font-family: 'montserratlight';
  src: url('../fonts/montserrat-light-webfont.eot');
  src: url('../fonts/montserrat-light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/montserrat-light-webfont.woff2') format('woff2'), url('../fonts/montserrat-light-webfont.woff') format('woff'), url('../fonts/montserrat-light-webfont.ttf') format('truetype'), url('../fonts/montserrat-light-webfont.svg#montserratlight') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'montserratbold';
  src: url('../fonts/montserrat-bold-webfont.eot');
  src: url('../fonts/montserrat-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/montserrat-bold-webfont.woff2') format('woff2'), url('../fonts/montserrat-bold-webfont.woff') format('woff'), url('../fonts/montserrat-bold-webfont.ttf') format('truetype'), url('../fonts/montserrat-bold-webfont.svg#montserratbold') format('svg');
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: 'montserratlight';
  -webkit-text-size-adjust: none;
  background-attachment: fixed;
  background-attachment: fixed !important;
  
}
h1 {
  font-family: 'montserratbold';
  font-size: 24px;
  line-height: normal;
}
p {
font-size: 16px;
  line-height: 24px;
}
strong {
  font-family: 'montserratbold';
}
a:link, a:visited, a:active {
  text-decoration: none;
  font-family: 'montserratbold';
}
a:hover {
  text-decoration: underline;
}
.font-white {
	color:#fff;
}
header {
  background: #fff url(../siteart/header.png) repeat;
  border-bottom: 1px solid #851619;
}
.topbar {
  background: #851619;
  padding: 5px;
  box-sizing: border-box;
  color: #fff;
  font-family: 'montserratbold';
}
.hdnumber {
	color:#fff!important;
}
.hdaddress {
  float: right;
  display: inline-block;
}
.clear {
  clear: both;
}
.wrapper {
  width: 80%;
  max-width: 90%;
  margin: 0 auto;
  padding: 20px 0px;
}
.wrapper-2 {
  width: 80%;
  max-width: 90%;
  margin: 0 auto;
  padding: 0px;
}
.wrapper-inv {
max-width: 1400px;
  margin: 0 auto;
  padding: 20px;
	box-sizing: border-box;
}
.flex-cont-1 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.flex-cont-2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.btn-1 {
	display: block;
	width:24%;
	background: #851619;
	border: 1px solid #fff;
	padding: 15px;
	color: #fff;
	text-align: center;
	text-shadow: 20px;
	font-weight: 600;
	transition: all 0.3s ease;
	margin:20px 0;
}
.btn-1:hover {
	background: #232f47;
}
.no-pad {
  padding: 0;
}
.logo img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.two-cols {
  width: 50%;
  height: auto;
  display: inline-block;
  vertical-align: top;
}
.map-pad {
  padding: 10px;
}
.inv-buttons {
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
}
.eq {
  width: 33.3%;
  border: 1px solid #ddd;
  display: inline-block;
  padding: 2% 0px;
  transition: all 0.5s;
  cursor: pointer;
  box-sizing: border-box;
  text-align: center;
	color:#fff;
}
.ag {
  background: url(../siteart/ag.png);
  background-size: cover;
}
.mat {
  background: url(../siteart/machinery.png);
  background-size: cover;
}
.trucks {
  background: url(../siteart/trucks.png);
  background-size: cover;
}
.eq span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
  font-family: 'montserratbold';
  font-size: 18px;
}
.eq span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}
.eq:hover span {
  padding-right: 25px;
}
.eq:hover span:after {
  opacity: 1;
  right: 0;
}
.eq a:link, .eq a:visited, .eq a:active {
  text-decoration: none;
  color: #fff;
  font-family: 'montserratbold';
}
.eq a:hover {
  color: #fff !important;
}
.scrolling-wrap {
  width: 100%;
  height: 90px;
  overflow: hidden;
}
.scrolling {
  width: 100%;
  height: 92px;
}
/* ------Navigation --------*/


.navigation ul {
  width: 100%;
  background-color: #232f47;
  display: flex;
	justify-content: space-between;
	align-items: center;
  box-sizing: border-box;
}
.navigation ul li {
  padding:0;
	margin:0;
	text-align: center;
}
.navigation ul li a {
	display: block;
  text-align: center;
  padding: 12px 2vw;
  transition: all 0.3s ease;
  color: white;
  font-size: 15px;
	box-sizing: border-box;
}
.navigation ul li a:hover {
  background-color: #851619;
	text-decoration: none;
}
.navigation ul li img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}
.hide-1 {
	padding:20px 0 0 0;
}

/* This controls the Primary nav dropdowns for sublinks. Should not have to edit this too muuch */
.navigation ul ul {
    display: none;
    position: absolute;
	width: auto;
}
.navigation ul ul ul {
    position: absolute; 
    left: 100%;
    top:0; 
}
.navigation ul li:hover > ul {  
    display: block;
    line-height:18px; 
    z-index: 100;
}
.navigation ul ul li {
	display: block;
    float: none; 
    position: relative;
    margin:0;
	padding:0 5px;
	box-sizing: border-box;
	
}


/* ------footer --------*/
.footer {
  background: #851619;
  padding: 30px 0px;
}
a.footerlink:link, a.footerlink:visited, a.footerlink:active {
  text-decoration: underline;
  font-size: 10px;
  line-height: normal;
  font-family: 'montserratlight';
	color:#fff;
}
a.footerlink:hover {
  text-decoration: none;
  font-size: 10px;
  line-height: normal;
  font-family: 'montserratlight';
}
.footertext {
  font-size: 10px;
  color: #fff;
  line-height: normal;
  font-family: 'montserratlight';
}
.smallfootertext {
  font-size: 10px;
  line-height: normal;
  color: #fff;
  font-family: 'montserratlight';
}
.divfooter {
  width: 80%;
  text-align: center;
  margin: 0 auto;
  padding-top: 20px;
}

.side {
  background: #fff;
  width: 300px;
  height: 500px;
  position: fixed;
  z-index: 100;
}
#commodity {
  top: 195px;
  height: auto;
  z-index: 99999;
  right: -410px;
  width: 410px;
}
#commodityTab {
  display: block;
  height: 45px;
  width: 50px;
  background: url(../siteart/commodity-icon.png);
  position: absolute;
  left: -50px;
  top: 0px;
}
#weather {
  top: 240px;
  height: auto;
  z-index: 998;
  right: -300px;
  width: 300px
}
#weatherTab {
  display: block;
  height: 45px;
  width: 50px;
  background: url(../siteart/weather-icon.png);
  position: absolute;
  left: -50px;
  top: 0px;
}
#invsearch {
  top: 340px;
  height: auto;
  z-index: 997;
  right: -340px;
  width: 340px;
  box-sizing: content-box;
}
#invsearchTab {
  display: block;
  height: 200px;
  width: 50px;
  background: url(../siteart/searchinv-icon.png);
  position: absolute;
  left: -50px;
  top: 0px;
}
.active {
  right: 0 !important;
}
.equipment-search {
  padding: 25px;
  box-sizing: border-box;
}
.equipment-search input, .detailed-search select {
  width: 100%;
  padding: 8px 10px;
  font-size: 12px;
  background-color: #fff;
  box-sizing: border-box;
  color: #555;
  margin-top: 8px;
  box-sizing: border-box;
  outline: none;
  border-radius: 0;
  border: 1px solid #afafaf;
  -webkit-appearance: none;
  border-radius: 0;
}
.equipment-search input[type='submit'] {
  display: inline-block;
  border: none;
  background: #232f47;
  font-size: 18px;
  color: #fff;
  width: 100%;
  outline: none;
  transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  cursor: pointer;
  position: relative;
  padding: 10px;
  vertical-align: top;
  margin-bottom: 8px;
  text-align: left;
  font-family: 'montserratbold';
}
.detailed-search input[type='submit']:hover {
  color: #fff;
  background: #851619;
  text-shadow: none;
  box-shadow: 1px 1px 5px #AFAFAF;
  font-family: 'montserratbold';
}
.accordian-wrapper {
  text-align: center;
}
.accordion-panel {
  font-family: 'montserratbold';
  width: 32%;
  display: inline-block;
}
.accordion-panel .accordion {
  background: #851619;
  border: 1px solid #fff;
  margin-bottom: 20px;
}
.accordion-panel .accordion dt {
  display: block;
  padding: 15px;
  color: #fff;
  cursor: pointer;
  position: relative;
  user-select: none;
}
.accordion-panel .accordion dd {
  height: 0;
  overflow: hidden;
  transition: height .35s ease-out;
  margin-left: 0;
  background: #F4F4F4;
}
.accordion-panel .accordion .content {
  padding: 25px;
  overflow: auto;
}
.accordion-panel .plus-icon {
  display: inline-block;
  width: 15px;
  height: 15px;
  position: relative;
  transition: transform 0.35s ease-out;
  position: absolute;
  right: 25px;
  top: 50%;
  margin-top: -10px;
}
.accordion-panel .plus-icon:before, .accordion-panel .plus-icon:after {
  content: '';
  background: #fff;
  position: absolute;
}
.accordion-panel .plus-icon:before {
  width: 2px;
  height: 15px;
  margin-left: -0.5px;
  left: 50%;
}
.accordion-panel .plus-icon:after {
  width: 15px;
  height: 2px;
  margin-top: -0.5px;
  top: 50%;
  opacity: 1;
  transition: opacity 0.35s ease-out;
}
.accordion-panel .is-open .plus-icon {
  transform: rotate(90deg);
}
.accordion-panel .is-open .plus-icon:after {
  opacity: 0;
}
.accordion-panel .hidden {
  display: none;
}
.accordion-panel .open-btn, .accordion-panel .close-btn {
  cursor: pointer;
  position: absolute;
  right: 0;
  width: 90px;
}
.accordion-panel .buttons-wrapper {
  position: relative;
}
.accordion-panel .buttons-wrapper .plus-icon {
  position: absolute;
  right: 10px;
  top: 12px;
}
.filter-listings {
  width: 20%;
  float: left;
  display: inline-block;
  box-sizing: border-box;
}
.filter-accordion-panel {
  font-family: 'montserratbold';
  width: 100%;
  display: inline-block;
  text-align: left;
}
.filter-accordion-panel .accordion {
  background: #851619;
  border: 1px solid #fff;
  margin-bottom: 0px;
}
.filter-accordion-panel .accordion dt {
  display: block;
  padding: 15px;
  font-size: 12px;
  line-height: normal;
  color: #fff;
  cursor: pointer;
  position: relative;
  user-select: none;
}
.filter-accordion-panel .accordion dd {
  height: 0;
  overflow: hidden;
  transition: height .35s ease-out;
  margin-left: 0;
  background: #232f47;
  font-size: 12px;
  line-height: normal;
}
.filter-accordion-panel .accordion dd p:hover {
  background: #272727;
  cursor: pointer;
}
.filter-accordion-panel .accordion dd p {
  border-bottom: 1px solid #fff;
  padding: 20px 10px;
}
.filter-accordion-panel .accordion .content {
  padding: 0;
  overflow: auto;
}
.filter-accordion-panel .plus-icon {
  display: inline-block;
  width: 15px;
  height: 15px;
  position: relative;
  transition: transform 0.35s ease-out;
  position: absolute;
  right: 25px;
  top: 50%;
  margin-top: -10px;
}
.filter-accordion-panel .plus-icon:before, .filter-accordion-panel .plus-icon:after {
  content: '';
  background: #fff;
  position: absolute;
}
.filter-accordion-panel .plus-icon:before {
  width: 2px;
  height: 15px;
  margin-left: -0.5px;
  left: 50%;
}
.filter-accordion-panel .plus-icon:after {
  width: 15px;
  height: 2px;
  margin-top: -0.5px;
  top: 50%;
  opacity: 1;
  transition: opacity 0.35s ease-out;
}
.filter-accordion-panel .is-open .plus-icon {
  transform: rotate(90deg);
}
.filter-accordion-panel .is-open .plus-icon:after {
  opacity: 0;
}
.filter-accordion-panel .hidden {
  display: none;
}
.filter-accordion-panel .open-btn, .filter-accordion-panel .close-btn {
  cursor: pointer;
  position: absolute;
  right: 0;
  width: 90px;
}
.filter-accordion-panel .buttons-wrapper {
  position: relative;
}
.filter-accordion-panel .buttons-wrapper .plus-icon {
  position: absolute;
  right: 10px;
  top: 12px;
}
.filter-inventory {
  width: 75%;
  display: inline-block;
  box-sizing: border-box;
  float: right;
}
.hosted-content h3 {
  color: #fff !important;
}
.hosted-content .fa {
  font-size: inherit !important;
}
.hosted-content .listings-wrapper .listings-list .listing-name a:hover {
  color: #fff !important;
}
.hosted-content .listings-detail-wrapper .information-box :nth-child(2n).row {
  background: #232f47 !important;
}
.hosted-content .listings-wrapper .listings-list .listing-banner {
  background: #232f47 !important;
}
.hosted-content .widget-details {
  background: #851619 !important;
}
.hosted-content .underline {
  color: #fff !important;
  text-decoration: none !important;
}





/************************************************ Responsive Styles ************************************************/
@media screen and (max-width: 1100px) {
	.navigation ul li a {
		padding: 12px;
	}
	
	
}
@media screen and (max-width: 1024px) {
  header {
    text-align: center;
  }
  .hdnumber {
    display: none;
  }
  .hdaddress {
    display: none;
  }
	.logo {
	  margin:0 auto;
	}
  .logo img {
    height: 100px;
  }
  .navigation {
    width: 100%;
  }
  .navigation ul {
    justify-content: space-around;
  }
  .navigation .hide-1 {
    display: none;
  }
  #commodityTab {
    display: none;
  }
  #weatherTab {
    display: none;
  }
  .accordion-panel {
    width: 100%;
  }
  .hosted-content h1 {
    font-size: 18px !important;
  }
  .accordion-panel .accordion {
    margin-bottom: 10px;
  }
  .accordion-panel h3 {
    font-size: 16px;
  }
  .filter-listings {
    width: 100%;
    float: none;
  }
  .filter-inventory {
    width: 100%;
    float: none;
    margin-top: 20px;
  }
}
@media screen and (max-width: 910px) {
  .eq {
    width: 100%;
  }
	.btn-1 {
		width:49%;
		margin:10px 0;
	}
}
@media screen and (max-width: 650px) {
  .eq {
    width: 100%;
  }
  .two-cols {
    width: 100%;
  }
  body {
    font-size: 14px;
  }
  h1 {
    font-size: 18px;
  }
  .map-pad {
    padding: 0px;
  }
  .fa-2x {
    font-size: 1em !important;
  }
}
@media screen and (max-width: 520px) {
	.btn-1 {
		width:100%;
	}
	
	
	
	
}