﻿/***** 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;}
/* Sweep To Right */
.hvr-sweep-to-right {
  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.5s;
  transition-duration: 0.5s;
}
.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 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;
	border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
	    text-shadow: -2px 3px 4px #ff000c;

}
.hvr-sweep-to-right:hover, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active {
    color: #fff;
}
.hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
/*--- HEADER STYLES ---------------------*/
.header {display:flex; justify-content: space-between; align-items: center; border-top: solid 20px #000; }
.leftheaderline {
    width: 20px;
    background: #000;
    height: 6px;
    border-radius: 3px;
    margin-bottom: 24px;
}
.headerlogosect {
    width: 245px;
}
.headerrightsect {
    width: calc(100% - 265px);
}
.headerinfotopsect {
    display: flex;
    justify-content: flex-end;
    border-bottom: solid 6px;
    border-bottom-left-radius: 3px;
    padding-bottom: 20px;
    width: 100%;
}
.headerinfo {
    display: flex;
    align-items: center;
    margin: 0px 10px;
}
.headerinfo i {
    color: #fff;
    background: #c31620;
    border-radius: 25px;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
	margin-right: 10px;
}
.headerinfo a {
     font-family: "Open Sans", sans-serif;
	font-variation-settings:"wdth" 75;
	font-weight: 800;
	color: #000;
	text-transform: uppercase;
	font-size: 15px;
}
.headerinfo span {
     font-family: "Open Sans", sans-serif;
	font-variation-settings:"wdth" 75;
	font-weight: 800;
	color: #000;
	text-transform: uppercase;
	font-size: 15px;
}

/*---HERO SECTION--------------------------------*/
.herobkgd{
	background: url("/siteart/hero-overlay-bkgd.jpg");
	background-size: cover;
	background-position: center;
	padding: 50px;
}
.herofulloutline{
	border: solid 5px #c31620;
	padding: 3px 0px;
}
.heroredoutline{
	border-top: solid 5px #c31620;
	border-bottom: solid 5px #c31620;
	padding: 3px 0px;
}
.herotextsect {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    height: 670px;
    padding-left: 3%;
    box-sizing: border-box;
}
.heroleft {
   width: 45%;
	display: flex;
	justify-content: center;
	   
}
.heroimg {
    background: url(/siteart/hero-backhoe-moses-lake.jpg);
    background-size: cover;
    height: 780px;
    width: 650px;
    position: relative;
    top: -55px;
    border-radius: 10px;
    background-position: 20%;
}
.heroright {
    width: 52%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    height: 100%;
}
.heroredbanner {
    width: 75%;
    background: #c31620;
    padding: 20px;
    border-top-left-radius: 35px;
    border-bottom-left-radius: 35px;
    font-family: 'Open Sans';
    font-variation-settings: "wdth" 75;
	font-optical-sizing: auto;
    text-transform: uppercase;
    text-align: right;
    color: #fff;
}
.heroredbanner h2 {
    font-size: 26px;
    line-height: 26px;
}
.heroredbanner h2 span{
    font-size: 32px;
	width: 100%;
	display: block;
}
.heroheader {
    font-family: 'Open Sans';
    text-transform: uppercase;
	font-variation-settings: "wdth" 75;
    color: #fff;
    font-size: 80px;
    line-height: 75px;
	margin-top: 60px;
}
.heroheader span {
    display: block;
    width: 100%;
    font-size: 70px;
    line-height: 65px;
}
.heropara{
	margin: 40px 20px 40px 0px;
	color: #fff;
	font-size: 20px;
	line-height: 36px;
	font-family: 'Open Sans';
	font-variation-settings: "wdth" 100;

}
.herotop{
	width: 100%;
	display: flex;
	justify-content: flex-end;
}
.heroinfo {
    max-width: 780px;
    width: 100%;
}
.heroredbtn {
    background: #c31620;
    font-family: 'Open Sans';
    font-variation-settings: "wdth" 75;
    color: #fff;
    text-transform: uppercase;
    font-weight: 800;
    width: 58%;
    display: block;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    padding: 14px 20px;
    box-sizing: border-box;
}

/*---HOME PAGE--------------------------------*/

.redbtn {
    background: #c31620;
    font-family: 'Open Sans';
    font-variation-settings: "wdth" 75;
    color: #fff;
    text-transform: uppercase;
    font-weight: 800;
    width: 400px;
    display: block;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    padding: 14px 20px;
    box-sizing: border-box;
}
.hpctasect{
	background: url("/siteart/equipment-blk-bkgd.jpg");
	background-size: cover;
	padding: 5%;
}
.hpctabuttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.hpctaequip {
    width: 19%;
    height: 360px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: end;
    padding: 40px 5px;
    box-sizing: border-box;
	transition-duration: 0.5s;
}
.hpctaequip:hover {
   background-color: #000000a6 !important;
	padding: 50px 5px;
}
.hpctatext {
    font-family: 'Open Sans';
    font-variation-settings: "wdth" 75;
    text-transform: uppercase;
    color: #fff;
    font-size: 26px;
    border-bottom: solid 4px #c31620;
    text-shadow: 0px 3px 10px #000000;
    padding: 0px 14px;
    border-radius: 3px;
    font-weight: 700;
    width: 100%;
    text-align: center;
}

.hpctatitlesect {
    width: 100%;
    margin-top: 40px;
    padding: 20px 40px;
    box-sizing: border-box;
    background: #000;
    border-radius: 20px;
}
.headertext{
    font-family: 'Open Sans';
	font-variation-settings: "wdth" 75;
    text-transform: uppercase;
    font-size: 42px;
	line-height: 38px;
}
.smheader{
    font-family: 'Open Sans';
	font-variation-settings: "wdth" 75;
    text-transform: uppercase;
    font-size: 25px;
	line-height: 35px;
}
.paratext{
    font-family: 'Open Sans';
	font-variation-settings: "wdth" 100;
    font-size: 16px;
	line-height: 26px;
}
.white{color: #fff;}
.hpauctionsect {
    background: #000;
    padding: 5% 5% 5% 0%;
	display: flex;
	justify-content: space-between;
}
.hpauctionleft {
    width: 45%;
	margin-top: 8px;
}
.hpauctionright {
    width: 50%;
}
.hpauctionright p{
    margin: 20px 0px;
}
.hpauctionimg{
background: url("/siteart/upcoming-auction-home.jpg"); 
background-size: cover;
background-position: center;
height: 260px;
width: 100%;
margin-top: 20px;
border-radius: 20px;
}
.redlines {
    width: 100%;
    border-top: 10px #c31620 double;
    border-bottom: 10px #c31620 double;
	height: 5px;
}
.consigntitle {
    margin-left: 5%;
    background: #000;
    width: 75%;
    margin-top: -35px;
    padding: 5px 40px;
    box-sizing: border-box;
	margin-bottom: 20px;
}
.consigntextsect {
    padding: 20px 10%;
}
.consigninfobox {
    display: flex;
    align-items: center;
	margin-bottom: 50px;
}
.consigninfobox i {
    height: 50px;
    width: 25px;
    color: #fff;
    background: #c31620;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
	margin-right: 20px;
}

/*---SECONDARY PAGE--------------------------------*/
.pagebkgd {
    background: #000;
    padding: 5% 0%;
}
.pageheader {
    font-family: 'Open Sans';
    font-variation-settings: "wdth" 75;
    text-transform: uppercase;
    background: #000;
    width: 50%;
    padding: 20px 3%;
    margin: -78px 5% 40px 5%;
    font-size: 55px;
    box-sizing: border-box;
}
.pagepadding {
    padding: 0% 8% 5% 8%;
}
.contactinfosect {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.cpinfobox {
    font-family: 'Open Sans';
    display: flex;
    align-items: center;
	margin-bottom: 20px;

}
.cpinfobox i {
    width: 45px;
    height: 45px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    background: #bb1119;
    font-size: 20px;
    border-radius: 20px;
}
.cpinfobox a {
    font-size: 22px;
    color: #fff;
    font-weight: 600;
    margin-left: 10px;
    text-transform: capitalize;
}
.cpinfobox a:hover {
 background: #000;
text-shadow: 2px 2px 7px #ff000c;
}
/*--------FORM STYLES--------------------*/
.formsect{
	margin-top: 40px;
}
.formflex{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.formflex .smheader{
	display: block;
	width: 100%;
	margin: 20px 0px 10px 0px;
}
.halfformfields {
    width: 49.5%;
    height: 40px;
    padding: 0px 10px;
    box-sizing: border-box;
    margin-bottom: 10px;
	font-family: 'Open Sans';
}
.fullformfields {
    width: 100%;
    height: 40px;
    padding: 0px 10px;
    box-sizing: border-box;
    margin-bottom: 10px;
    font-family: 'Open Sans';
}
.thirdformfields {
    width: 32.5%;
    height: 40px;
    padding: 0px 10px;
    box-sizing: border-box;
    margin-bottom: 10px;
    font-family: 'Open Sans';
	border-radius: 2px!important;
    background: #fff!important;
    color: #000!important;
}
.comments {
    width: 100%;
    height: 200px;
    padding: 10px;
    box-sizing: border-box;
    margin-bottom: 10px;
    font-family: 'Open Sans';
}
.CaptchaPanel {
    width: 100%;
}
.CaptchaMessagePanel{
font-family: 'Open Sans';
    color: #fff;
    font-weight: 400;
    font-size: 16px;	
}
.CaptchaWhatsThisPanel a{
font-family: 'Open Sans';
    color: #fff;
    font-weight: 400;
    font-size: 16px;	
}
.fullcenter {
    width: 100%;
    display: flex;
    justify-content: center;
}
.submitform{
    background: #c31620;
    font-family: 'Open Sans';
    font-variation-settings: "wdth" 75;
    color: #fff;
    text-transform: uppercase;
    font-weight: 800;
    width: 300px;
    display: block;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    padding: 10px 20px;
    box-sizing: border-box;
	font-size: 16px;
	border: none;
	cursor: pointer;
	transition-duration: 0.3s;
}
.submitform:hover{
    background: #000;
	text-shadow: 2px 4px 4px #ff000c;
	
}
/*-------- FOOTER STYLES ----------------*/
.footer{ display: flex; justify-content: space-between; padding: 60px 5% 20px 5%; border-top: solid 20px #c31620;  }
.footerlogo{
	width: 100%;
	max-width: 180px;
}
.footersect {
    display: flex;
    width: 30%;
    justify-content: end;
	flex-wrap: wrap;
}
.footerlink {
    font-family: 'Open Sans';
    font-variation-settings: "wdth" 75;
    text-transform: uppercase;
    font-weight: 800;
    color: #000;
    width: 50%;
    margin: 5px 0px;
}
.footerinfo {
    width: 100%;
    display: flex;
    align-items: center;
	   font-family: 'Open Sans';
    font-variation-settings: "wdth" 75;
    text-transform: uppercase;
    font-weight: 800;
    color: #000;
	    margin: 5px 0px;

}
.footerinfo i {
    background: #bb1119;
    color: #fff;
    margin-right: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    border-radius: 25px;
    font-size: 14px;
}

/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/

a.view-listing-details-link.des-view-listingDetails.template-branded-button {
    background: #c31620!important;
	font-family: 'Open Sans'!important;
}
.list-top-section .list-listings-count{
	    color: #c31620!important;
		font-family: 'Open Sans'!important;
}
.list-top-section .list-title .list-title-text{
	   font-family: 'Open Sans'!important;
    font-variation-settings: "wdth" 75!important;	
}

.faceted-search-content button.faceted-search{
  background: #c31620!important;
		font-family: 'Open Sans'!important;	
}

/*---------- RESPONSIVE STYLES ----------*/


@media only screen and (max-width: 1540px) {
.heroheader {
    color: #fff;
    font-size: 65px;
    line-height: 60px;
    margin-top: 30px;
}
.heroheader span {
    width: 100%;
    font-size: 60px;
    line-height: 60px;
}
.heropara {
    margin: 40px 20px 40px 0px;
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    font-family: 'Open Sans';
    font-variation-settings: "wdth" 100;
}
	.heroredbtn{
	    width: 78%;	
	}
	.heroredbanner {
    width: 95%;
    padding: 10px;

}
	.heroredbanner h2 {
    font-size: 22px;
    line-height: 24px;
}
	.heroredbanner h2 span {
    font-size: 29px;
    width: 100%;
    display: block;
}
	.heroright {
    width: 48%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    height: 100%;
    margin-bottom: 95px;
}
	.heroleft {
    width: 48%;
    display: flex;
    justify-content: center;
}
	.heroimg {
    background-size: cover;
    height: 690px;
    width: 607px;
    position: relative;
    top: -55px;
    border-radius: 10px;
    background-position: 20%;
}
	.herotextsect{
	height: 575px;	
	}
}
@media only screen and (max-width: 1340px) {
.hpctaequip {
    height: 260px;
	}
	
}
@media only screen and (max-width: 1130px) {
	.pageheader{
	    width: 75%;	
		padding: 8px 3%;
    margin: -50px 5% 40px 5%;
	}
	.footer{
	padding: 30px 2% 15px 2%;
	flex-wrap: wrap;
	}
	.footersect {
    display: flex;
    width: 50%;
    justify-content: space-between;
    flex-wrap: wrap;
}
	.cpinfobox a {
		font-size: 18px;}
	.cpinfobox i{
		font-size: 16px;
	}
	.hpctaequip{
	width: 32%;	    
	margin-bottom: 15px;
	margin-left: 10px;
	}
	.hpctabuttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
}
@media only screen and (max-width: 1080px) {
    .heroleft {
		width: 100%;
	}
	    .heroimg {
        background-size: cover;
        height: 375px;
        width: 100%;
        position: relative;
        top: 0px;
        border-radius: 10px;
        background-position: 20%;
    }
	.heroredoutline{
		border:none;
		padding: 0px;
	}
	.herofulloutline{
		border:none;
		padding: 0px;
	}
	.herobkgd{
		padding: 0px;
	}
	    .herotextsect {
        height: auto;
        padding: 20px;
    }
	    .heroright {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: flex-start;
        align-content: flex-start;
        height: auto;
        margin-bottom: 25px;
        padding: 0px 0px 0px 20px;
    }
}
@media only screen and (max-width: 1023px) {
	.headerinfotopsect{
	padding-bottom: 12px;
    margin-bottom: 10px;	
	}
	.cpinfobox{
		width: 100%;
	}
	.hpauctionleft {
		width: 100%;}
	.hpauctionsect{
		flex-wrap: wrap;
	}
	.hpauctionright {
        width: 100%;
        padding: 2% 4%;
    }
	.consigntitle {
		margin-left: 2%;
	    padding: 5px 15px;
	}
	.consigntextsect {
    padding: 20px 3%;
}
}


@media only screen and (max-width: 850px) {
	.thirdformfields {
		width: 100%;}
	.halfformfields {
		width: 100%;}
	.hpctaequip {
        width: 46%;
        margin-bottom: 15px;
        margin-left: 10px;
    }
}
@media only screen and (max-width: 767px) {
	.headerinfo span{
		display: none;
	}
	    .pageheader {
        width: 90%;
        padding: 8px 3%;
        margin: -50px 0% 40px 2%;
        font-size: 45px;
		line-height: 46px;
    }
	.paratext{
	    font-size: 15px;
    line-height: 26px;	
	}
	.headertext{
	font-size: 30px;
    line-height: 28px;	
	}
	.smheader{
	font-size: 20px;
    line-height: 22px;	
	}
	.footerlink{
	    width: 100%;	
	}
}
@media only screen and (max-width: 570px) {
	.pagebkgd {
    padding: 10% 0%;
}
.pagepadding {
    padding: 0% 3% 3% 3%;
}
	.redbtn{
		width: 95%;
	}
	.heroimg{
	 height: 200px;
		border-radius: 2px;
	}
	.heroheader {
        color: #fff;
        font-size: 40px;
        line-height: 40px;
        margin-top: 12px;
    }
	.heroheader span {
        width: 100%;
        font-size: 35px;
        line-height: 36px;
    }
	.heropara {
        margin: 10px 20px 18px 0px;
        color: #fff;
        font-size: 16px;
		line-height: 24px;
	}
	    .heroredbtn {
        width: 95%;
    }
	    .heroredbanner h2 {
        font-size: 18px;
        line-height: 20px;
    }
	    .heroredbanner h2 span {
			font-size: 25px;}
	    .herotextsect {
        height: auto;
        padding: 20px 5px;
    }
	.heroright{
		padding: 0px;
	}
	.heroredbanner{
	        margin-top: -24px;	
	}
}

@media only screen and (max-width: 510px) {
	.headerinfo{
		margin:0px;
	}
	.headerlogosect {
    width: 185px;
	margin-bottom: 6px;
}
	.headerlogosect img{
    width: 100%;
}
	.leftheaderline {
		width: 10px;
	}
	.headerrightsect {
    width: calc(100% - 200px);
}
	.submitform{
		width: 90%;
		box-sizing: border-box;
	}
	.hpctaequip {
		width: 100%; height: 200px;}
	.hpctatitlesect{
	    padding: 20px 14px;	
	}
}
@media only screen and (max-width: 400px) {
	    .pageheader {
        width: 95%;
        padding: 0px 3%;
        margin: -34px 0% 40px 2%;
        font-size: 35px;
		line-height: 36px;
    }
	.footersect {
    display: flex;
    width: 100%;
    margin: 10px 0px;
    justify-content: space-between;
    flex-wrap: wrap;
}
	    .cpinfobox a {
        font-size: 16px;
    }
	    .cpinfobox i {
        font-size: 14px;
        width: 38px;
        height: 38px;
    }

}
@media only screen and (max-width: 360px) {
.headerrightsect {
    width: calc(100% - 155px);
}
	.consigntitle{
	    width: 95%;	
	}
	    .headerinfotopsect {
        padding-bottom: 10px;
        margin-bottom: 4px;
        margin-top: 12px;
		border-bottom: solid 4px;
    }
	    .headerlogosect {
        width: 150px;
        margin-bottom: -3px;
    }
	
.leftheaderline {
    width: 3px;
    background: #000;
    height: 4px;
    border-radius: 3px;
    margin-bottom: 14px;
}
	.heropara {
        margin: 10px 20px 18px 0px;
        color: #fff;
        font-size: 14px;
        line-height: 22px;
    }
	}






