﻿/***** 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;
}

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 {  
    display: block;  
} 

/*-------- COLORS --------

*/

/***** END RESET *****/
::-moz-selection {
    background: #000; 
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}


/* Clearfix */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
    *zoom: 1;
}

/*-------- BODY STYLES --------*/

body {

}

a:link, a:visited, a:active {text-decoration:none;}
a:hover {text-decoration:none;}


hr{border:#000 1px solid;}

/*--- HEADER STYLES ---------------------*/
.topheader {
	display: flex;
	flex-wrap: wrap;
	padding: 2% 7%;
	width: 86%;
	align-items: center;
	font-family: 'Asap', sans-serif;
}
.topheaderleft{
	width: 25%;
}
.topheaderright{
	width: 25%;
	text-align: right;
}
.blksubhead{
	color: #000;
	text-transform: uppercase;
	font-weight: 800;
}
.redsubhead{
	color: #cf0809;
	text-transform: uppercase;
	font-weight: 800;
}
.blklink{
	color: #000;
	text-transform: uppercase;
	font-weight: 600;
	padding-bottom: 20px;

}
.blkbtn{
	background: #000;
	color: #fff;
	padding: 10px 18px;
	font-weight: 700;
	font-size: 14px;
}
.topheadercenter {
    width: 50%;
    text-align: center;
}
.headernavsect{
	width: calc(100% - 115px);
	background: #000;
	border-right: solid 115px #cf0809;
	text-align: center;
}
.header{
	width: 100%;
	box-sizing: content-box;
}
.mobileheadersect{
	display:none;
}
/*---BODY--------------------------------*/
.herosection{
	background: url("/siteart/haar_heroimg.jpg");
	background-position: center;
	background-size: cover;
	overflow: hidden;

}
.mobileherotext{
	display: none;
}
.herotext{
    width: 25%;
    background: #000;
    margin: 0px 50px;
	padding: 7% 4%;
	position: relative; 
	animation-name: move-right;
  animation-duration: 1.5s;
  animation-delay: 0s;
  left:-400px;
  animation-fill-mode: forwards;

}
@keyframes move-right {
  0%   {left:-400px; top:0px;}
  100%  {left:0px; top:0px; opacity: 1;}
}
.heroheader{
	color: #fff;
	font-family: 'Asap Condensed', sans-serif;
	font-size: 50px;
	line-height: 45px;
	  position: relative;
  animation-name: move-right;
  animation-duration: 1.5s;
  animation-delay: 0s;
  left:-400px;
  animation-fill-mode: forwards;
}
.herowhttext{
	color: #fff;
	font-family: 'Asap', sans-serif;
	font-size: 17px;
	line-height: 30px;
	  position: relative;
  animation-name: move-right;
  animation-duration: 1.5s;
  animation-delay: 0s;
  left:-400px;
opacity: 0;
  animation-fill-mode: forwards;
}
.redbtn{
		background-color: #cf0809;
		padding: 10px 20px;
		color: #fff;
		font-family: 'Asap', sans-serif;
		font-weight: 600;
}
.hpshopcatsect{
	background: #cf0809;
	border-left: solid 50px #000;
	display: flex;
    width: calc(100% - 100px);
	justify-content: center;
	padding: 60px 25px;
}
.hpshopcatbox{
	width: 20%;
	display: flex;
	flex-wrap: wrap;
	margin: 0px 20px;
	align-content: center;
}
.hpshopimg{
	width: 100%;
}
.hpagequip{
	background: url("/siteart/ag_equipment.jpg");
	background-size: cover;
	height: 100px;
}
.hpconstruction{
	background: url("/siteart/construction.jpg");
	background-size: cover;
	height: 100px;
}
.hptruck{
	background: url("/siteart/truck.jpg");
	background-size: cover;
	height: 100px;
}
.hpattach{
	background: url("/siteart/attachments.jpg");
	background-size: cover;
	height: 100px;
}
.shopcattext{
	width: 100%;
}
.hpshoptext{
	background: #000;
	display: flex;
	padding: 15px 20px;
	width: 100%;
}
.shopcattext{
	color: #fff;
	font-family: 'Asap', sans-serif;
	font-weight: 400;
	width: auto;
	padding-right: 20px;
}
.shopcatline{
	width: 5px;
	background: #cf0809;
}

.hpaboutsect{
	display: flex;
	align-items: center;
}

.hpwelcometext{
	padding: 5% 7%;
	width: 55%;
}
.redheader{
	color: #cf0809;
	font-family: 'Asap Condensed', sans-serif;
	font-size: 50px;
	font-weight: 800;
	line-height: 28px;
	padding-bottom: 20px;
}
.blacksubhead{
	color: #000;
	font-family: 'Asap Condensed', sans-serif;
	font-size: 32px;
}
.blackpara{
	color: #000;
	font-family: 'Asap', sans-serif;
	font-size:16px;
	line-height: 20px;
}
.hpauctionsect p{
	padding-top: 25px;
}
.hpauctionsect{
	margin: 0% 7%;
	width: 25%;
	background: #000;
	display: flex;
	flex-wrap: wrap;
    align-content: center;
	padding: 8% 3%;
}
.whiteheader{
	color: #fff;
	font-family: 'Asap Condensed', sans-serif;
	font-size: 32px;
	line-height: 26px;
	padding-bottom: 20px;
	

}
.whitepara{
	color: #fff;
	font-family: 'Asap', sans-serif;
	font-size:16px;
	line-height: 20px;

}
.hpcontactsect{
	display: flex;
	margin: 0px 0% 0% 7%;
}
.hpmapsect{
	width: 30%;
}
.hpmap{
	width: 100%;
	height: 300px;
}
.hpcontactinfosect{
	display: flex;
	width: 70%;
	background: #cf0809;
	border-bottom: #000 solid 30px;
	color: #fff;

}
.hpcontactinfo{
	width: 45%;
	padding: 5%;
}
.hpvisitsect{
	width: 45%;
	padding: 5%;
}
iframe.scrolling {
    width: 100%;
	height: 85px;
}
.hpvisitsect p{
    color: #fff;
    font-family: 'Asap', sans-serif;
    font-size: 16px;
    line-height: 20px;
    padding-top: 20px;
    padding-left: 8px;	
}
.hpcontactinfo a{
	  color: #fff;
    font-family: 'Asap', sans-serif;
    font-size: 16px;
    line-height: 20px;
    padding-top: 20px;
    padding-left: 8px;
}
.hpvisitsect a{
	  color: #fff;
    font-family: 'Asap', sans-serif;
    font-size: 16px;
    line-height: 20px;
    padding-top: 20px;
    padding-left: 8px;
}

/*--------CONTACT PAGE STYLES--------------------*/
.contactpagesect{
	display: flex;
	align-items: center;
}
.contactformsect{
	display: flex;
	flex-wrap: wrap;
	background: #cf0809;
	margin: 0% 0% 50px 6%;
    padding: 3% 2%;
	width: 38%;
}
.contactinfosect {
    display: flex;
    background: #000;
    width: 30%;
	flex-wrap: wrap;
    padding: 5%;
}
.contactformheader{
	width: 100%;
}

.contactform {
    width: 100%;
}
.contactinfosect i{
color: #fff;
}
.contactinfoheader{
	width: 100%;
}
.cpiconsect {
    display: flex;
    width: 100%;
    align-items: flex-start;
}
.cpicon {
    padding-right: 20px;
	font-size: 20px;
}
.cpinfo {
    text-transform: uppercase;
    padding-bottom: 25px;
    font-weight: 500;
}
.cpmapsect{
	width: 100%;
}
.cpmap{
	width: 100%;
	height:300px;
}

/* Sweep To Left */
.hvr-sweep-to-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
	width: fit-content;
	text-align: center;
}
.hvr-sweep-to-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #9d0001;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-sweep-to-left:hover, .hvr-sweep-to-left:focus, .hvr-sweep-to-left:active {
  color: #fff;
}
.hvr-sweep-to-left:hover:before, .hvr-sweep-to-left:focus:before, .hvr-sweep-to-left:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

/* Sweep To Left */
.hvr-sweep-to-left-blk {
  display: flex;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;

}
.hvr-sweep-to-left-blk:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #323232;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-sweep-to-left-blk:hover, .hvr-sweep-to-left-blk:focus, .hvr-sweep-to-left-blk:active {
  color: #fff;
}
.hvr-sweep-to-left-blk:hover:before, .hvr-sweep-to-left-blk:focus:before, .hvr-sweep-to-left-blk:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
/*--------THANK YOU STYLES--------------------*/
.thankyoupadding {
    padding: 15% 8%;
}

.blackheader{
	font-family: 'Asap Condensed', sans-serif;
	font-size: 45px;
	font-weight: 800;
	line-height: 38px;
	padding-bottom: 20px;
	color: #000;
}


/*--------FORM STYLES--------------------*/

.submit{
	border: none!important;
	background: #000;
	color: #fff;
	padding: 8px 22px;
	font-weight: 700;
	font-size: 14px;
	box-sizing: content-box;
}
.contactformfields{
	width: 98%;
	border: none!important;
	padding: 10px 5px;
	font-family: 'Asap Condensed', sans-serif;
	margin: 5px 0px;
}
.contactcomments{
	width: 98%;
	padding: 10px 5px;
	height: 100px;
	font-family: 'Asap Condensed', sans-serif;
	margin: 5px 0px;

}
.CaptchaPanel{
	text-align: left!important;
	padding: 0px!important;
}
.CaptchaMessagePanel{
	font-family: 'Asap', sans-serif;
	color: #fff;
	font-weight: 600!important;
	font-size: 14px;
}
.CaptchaWhatsThisPanel a{
	font-family: 'Asap', sans-serif;
	color: #fff;
	font-weight: 600!important;
	font-size: 14px;
}
/*-------- FOOTER STYLES ----------------*/
.footer{
	display: flex;
	background:  #000;
	border-right: solid 50px #cf0809;
	padding: 2% 5%;
}

.footerintrosect{
	width: 20%;

}
.footerintrosect i{
	font-size: 16px;
	padding: 0px 5px;
	color: #fff;
}
.footerotherlinksect {
    width: 24%;
}
.footerequipmentsect {
    width: 24%;
}
.whitesubhead{
	color: #fff;
	font-family: 'Asap Condensed', sans-serif;
	font-size:24px;
	line-height: 20px;

}
.redpara{
	color: #cf0809;
	font-family: 'Asap', sans-serif;
	font-size:15px;
	line-height: 20px;
	font-weight: 500;
	padding-bottom: 10px;
}
.footerinfosect{
	width: 28%;
}
.smwhitesubhead{
	color: #fff;
	font-family: 'Asap Condensed', sans-serif;
	font-size: 22px;
	font-weight: 700;
	text-transform: uppercase;
	    padding-bottom: 5px;
}
.whitelink{
	color: #fff;
	font-family: 'Asap', sans-serif;
	font-size: 14px;
}
.whitelink:hover{
	color:#cf0809;	

}
.whtlink{
	color: #fff;	
	font-family: 'Asap', sans-serif;
	font-size: 14px;
}
.whtlink:hover{
	color:#cf0809;	

}
.bold{
	font-weight: 700;
}
/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/

.inventorypadding{
	padding: 5% 0% 10% 0%;
		font-family: 'Asap', sans-serif!important;
}
.list-top-section .list-title .list-title-text{
	font-family: 'Asap Condensed', sans-serif!important;
	text-transform: uppercase!important;	
}
.list-top-section .list-title .list-listings-count{
	color: #cf0809!important;
}
.list-content .price-container .price{
		color: #cf0809!important;

}
.view-listing-details-link{
	    background-color: #cf0809!important;
}
.list-content .list-container .buy-btn, .list-content .list-container .contact-btn, .list-content .list-container .check-availability, .list-content .list-container .email-seller, .list-content .list-container .video-chat, .list-content .list-container .facebook-messenger, .list-content .list-container .whatsapp, .list-content .list-container .text{
		    background-color: #000!important;

}
.list-content .media-buttons .print-this, .list-content .media-buttons .email-this{
	padding: 10px 40px!important;
    border: none!important;
    border-radius: 0px!important;
    background-color: #000000!important;
    color: #fff!important;
}
.faceted-search-content button.faceted-search{
	background: #000!important;
}
.list-top-section .sticky-top-menu .listing-option-bar-content .list-listings-count{
	color: #cf0809!important;
}
.mobile-option-bar .mobile-option-bar-filter{
		color: #cf0809!important;

}
.faceted-search-content .mobile-done-button-container .mobile-done-button{
	background: #000!important;
}
.faceted-search-content .selected-facets-container .selected-facet{
	background: #cf0809!important;
}
.list-content .list-error-container .info button{
    background-color: #cf0809!important;
}
.list-content .list-error-container .info .selected-facet button{
	background: transparent!important;
}
/*---------- RESPONSIVE STYLES ----------*/

@media only screen and (max-width: 1605px) {

	.herotext {
	width: 32%;
	}
}

@media only screen and (max-width: 1470px) {
	.hpshopcatbox{
	    width: 22%;
		margin: 0px 10px;
	}	
	
}
@media only screen and (max-width: 1440px) {
.thankyoupadding {
    padding: 20% 8%;
}	
	
	
}
@media only screen and (max-width: 1400px) {
.footerinfosect {
    width: 40%;
}	
.footerotherlinksect {
    width: 16%;
}	
	
}
@media only screen and (max-width: 1270px) {
.hpshopcatbox {
    width: 25%;
    margin: 0px 2px;
}	
.contactformsect{
    margin: 0% 0% 50px 5%;
    padding: 3% 4%;
    width: 45%;		
}	
.contactinfosect{
    width: 25%;	
}
}
@media only screen and (max-width: 1260px) {
.herotext {
    width: 42%;
}
.herosection{
	    background-position: right;
	}

}



@media only screen and (max-width: 1230px) {
	.hpauctionsect {
    margin: 0% 3%;
		width: 35%;}
.hpwelcometext {
    width: 60%;
}	
	
}
@media only screen and (max-width: 1160px) {
	.shopcattext{
		padding-right: 46px;
	}
	.hpshopcatbox {
		width: 22%;
	margin: 0px 12px;
	}
}
@media only screen and (max-width: 1130px) {

.hpcontactsect {
    margin: 0px 0% 0% 0%;
}	
.thankyoupadding {
    padding: 28% 8%;
}	
	
}
@media only screen and (max-width: 1100px) {
	.footerintrosect {
    width: 25%;
}
.footerinfosect {
    width: 35%;
}	
.footerequipmentsect {
    width: 25%;
}	
.contactformsect {
    margin: 0% 0% 50px 3%;
    padding: 3% 4%;
    width: 46%;
}
	.contactinfosect {
    width: 30%;
}
}
@media only screen and (max-width: 1065px) {
	
	.hpshopcatbox {
    width: 24%;
    margin: 0px 8px;
}
	
}
@media only screen and (max-width: 980px) {
	.hpshopcatsect{
		flex-wrap: wrap;
	}	
	.hpshopcatbox {
    width: 45%;
    margin: 8px 6px;
}
.shopcattext {
    padding-right: 20px;
}	
}
@media only screen and (max-width: 960px) {
	.herotext{
	margin: 0px 6px;
	width: 44%;
	}	
}
@media only screen and (max-width: 920px) {
	.herotext{
	display: none;
	}
	.mobileherotext{
		display: inline-block;
		background: #000;
		padding: 8%;
	}
	
	.herosection{
		height: 350px;
		background: url("/siteart/mobile_harrhero.jpg");
		background-repeat: no-repeat;
		background-size: cover;
		background-position: right;
	}
	.mobileunderlinesect{
		display: flex;
		height: 30px;
		width: 100%;
	}
	.mobilelinered{
		background:#cf0809;
		width: 80%;
	}
	.mobilelineblk{
		width: 20%;
		background: #000;
	}
	.contactpagesect{
	flex-wrap:wrap;
	}
	.contactformsect {
    margin: 0%;
    padding: 6% 4%;
    width: 93%;
}
	.contactinfosect {
    width: 90%;
	padding: 8% 5%;
}
}

@media only screen and (max-width: 820px) {
	.hpaboutsect{
	flex-wrap: wrap;	
	}
	.hpwelcometext {
    width: 86%;
	padding: 12% 7%;
	}
	.hpauctionsect {
    margin: 0% 0%;
    width: 95%;
    padding: 10% 6%;
}
	.whiteheader{
		width: 100%;
	}
	.hpauctionsect p {
    padding-top: 20px;
    padding-right: 80px;
}
	.footer{
		flex-wrap: wrap;
		align-items: baseline;
	}
	.footerintrosect {
    width: 50%;
	padding-bottom: 18px;
}
	.footerinfosect {
    width: 50%;
	padding-bottom: 18px;
}
	.footerequipmentsect {
    width: 50%;
	padding-top: 18px;
}
	.footerotherlinksect {
    width: 50%;
	padding-top: 18px;

}
}
@media only screen and (max-width: 790px) {
	.topheader{
	    padding: 2% 5%;
    width: 90%;	
	}
	.topheadercenter {
		width: 45%;}
	.topheaderright {
		width: 30%;}
	.hpcontactsect{
	flex-wrap: wrap;	
	}
	.hpmapsect {
    width: 100%;
}
	.hpmap{
 	height: 230px;
	}
	.hpcontactinfosect{
		width: 100%;
	}
}
@media only screen and (max-width: 680px) {
	.hpshopcatbox {
		width: 46%;}
	
}
@media only screen and (max-width: 668px) {

	.hpshopcatbox {
		width: 78%;}
}
@media only screen and (max-width: 650px) {
	.headerlogo{
		width: 180px;
	}
	.topheadercenter {
    width: 42%;
}
	.topheaderleft {
    width: 24%;
    font-size: 15px;
}
	.topheaderright {
    width: 32%;
}
	.topheader {
    padding: 2% 3%;
    width: 94%;
}
	.herosection{
		background-position: 82%;
	}
}
@media only screen and (max-width: 570px) {
	.topheaderright{
		display: none;
	}	
	.topheaderleft{
		display: none;	
	}
	.mobileheadersect{
	display: inline-block;
	font-size: 20px;
	}
	.mobileheadersect i{
	padding: 0px 10px;
	}
	.topheader{
		justify-content: space-between;
	
	}
}

@media only screen and (max-width: 550px) {
	.hpcontactinfosect{
		flex-wrap: wrap;
	}	
	
	.hpcontactinfo {
		width: 90%;}
	.hpvisitsect{
			width: 90%;}
	.footer{
		padding: 2% 3%;
		border-right: solid 15px #cf0809;
	}
}
@media only screen and (max-width: 520px) {
	.hpauctionsect p {
    padding-top: 20px;
    padding-right: 10px;
}
	.hpauctionsect {
    margin: 0% 0%;
    width: 95%;
    padding: 15% 6%;
}
	
}
@media only screen and (max-width: 465px) {
	.footerintrosect{
		width: 100%;
	}	
	.footerinfosect{
		width: 100%;
	}
	.footerequipmentsect{
		width: 100%;
	}
	.footerotherlinksect{
		width: 100%;
	}
	.footer {
		padding: 7% 5%
	}
}
@media only screen and (max-width: 405px) {
	.herosection {
    background-position: 75%;
	}
	.mobileherotext{
	    padding: 15% 8%;	
	}
	.hpshopcatsect{
	    border-left: solid 25px #000;
		    width: calc(100% - 25px);
		padding: 35px 0px;
	}
	.hpshopcatbox {
    width: 95%;
}
}
@media only screen and (max-width: 330px) {
.cpicon {
    padding-right: 6px;
    font-size: 13px;
}	
.whitepara{
	font-size: 15px;
}	
.contactcomments {
width: 92%;}
.contactformfields{
width: 92%;
}
}
@media only screen and (max-width: 300px) {
	.mobileheadersect i {
    padding: 0px 3px;
}
	.headerlogo {
    width: 140px;
}
	.topheadercenter {
    width: 100%;
}	
	.mobileheadersect{
	display: inline-block;
	font-size: 20px;
	padding: 8px 0px;
	text-align: center;
	width: 100%;
	}
	.heroheader{
	    font-size: 35px;
    line-height: 30px;	
	}
	.herowhttext{
	    font-size: 15px;
    line-height: 22px;	
	}
	.redbtn{
	    padding: 8px 9px;
		font-size: 13px;
	}
	.hpagequip{
		background-position: right;
	}
.hpshopcatbox {
    width: 85%;
}
	.hpwelcometext {
    width: 92%;
    padding: 12% 4%;
}
	.hpauctionsect {
    margin: 0% 0%;
    width: 98%;
    padding: 15% 4%;
}
}

@media only screen and (max-width: 265px) {
	
	.hpshopcatsect {
    border-left: solid 0px #000;
	width: calc(100% - 0px);
	}
	.hpshopcatbox {
    width: 96%;
}
	.redheader{
	    line-height: 38px;	
	}
	
}