﻿/***** 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: #010326; 
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #010326;
    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:#dedbda 1px solid;}

/*--- HEADER STYLES ---------------------*/
header {}

/*--------Heading--------------------*/

.heading-space {
	padding: 8vw 6vw 2vw 6vw!important;
}

.heading-column {
	flex-direction: column;
	align-items: flex-end;
	padding-bottom: 8vw;
}

.heading-column > .flex .line {
	padding: 0 75px;
	border-top: 2px solid #857a7c;
	margin-right: 15px;
	margin-top: 5px;
}


/*--------SLIDER--------------------*/

.slide-content .bg-gradient-down {
	background: none;
}

.infor-slider-nav > div > .heading-sm {
	font-weight: 400!important;
}

.hero-slide-wrap {
	position: relative;
	overflow: hidden;
}

.slide-content {
	position: relative;
	z-index: 2;
}

.heading-background-img .img-desktop {
	display: block;
	width: 100%;
	height: 100%;
	object-position: center;
	object-fit: cover;
}

.heading-background-img .img-mobile {
	display: none;
}

.slide-hero {
	position: absolute!important;
  	width: 100%;
  	height: 100%;
  	top: 0;
  	left: 0;
  	z-index: 1;
}

.slide-hero div {
	height: 100%;
}

.infor-slider-nav {
	width: 100%;
	display: flex!important;
	align-items: center;
}

.infor-slider-nav .slick-list {
	width: 41.66667%;
  	box-sizing: border-box;
}

.infor-slider-nav .slick-dots {
	width: calc(58.33333% - 220px);
}

.infor-slider-nav > div {
	background-color: #f2e0c9;
}

.infor-slider-nav .slick-list .heading-sm {
	font-weight: 400;
	padding: 55px 0 55px 77px;
}

/*--------SLIDER BUTTONS--------------------*/

button {
	display: none;
}

.slick-dots {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	order: 1;
	padding: 0 77px;
	box-sizing: border-box;
}

.slick-dots li {
	background: #dedbda;
	height: 4px;
	width: 100%;
	cursor: pointer;
}

.slick-dots .slick-active {
	background: #9e9391;
	cursor: pointer;
}

/*--------SLIDER ARROWS--------------------*/

.infor-slider-nav .slick-prev {
	padding-left: 0px;
	order: 2;
	background: #fff;
	color: #9e9391;
	width: 140px;
	position: relative;
	cursor: pointer;
}

.infor-slider-nav .slick-prev i, .infor-slider-nav .slick-next i {
	font-size: 30px;
}

.infor-slider-nav .slick-next {
	padding-left: 0px;
	order: 3;
	background: #fff;
	color: #9e9391;
	width: 80px;
	cursor: pointer;
}

.infor-slider-nav .slick-prev:after {
    content: " ";
    background-color: #dedbda;
    display: block;
    height: 100%;
    width: 3px;
    position: absolute;
    top:0;
    right: 40%;
    transform: rotate(50deg);
}

.fa-chevron-left:hover, .fa-chevron-right:hover {
	color: #406d01;
}

/*---BODY--------------------------------*/

.pad{
	padding: 8vw 6vw;
}
.half-pad{
	padding: 3vw;
}
.pad p{
	
	font-family: "elza", sans-serif;
	font-weight: 300;
	letter-spacing: 0.05em;
	line-height: 30px;
	font-size: 18px;
}
.bg-gradient-down{
	font-family: "elza", sans-serif;
	color: #010326;
	background: linear-gradient(to bottom, #fff, rgba(255,255,255,0.8));
}
.bg-gradient-down p{
	margin-top: 36px;
	color: #857a7c;
}

.bg-white{
	font-family: "elza", sans-serif;
	background: #fff;
	color: #010326;
}
.bg-green{
	font-family: "elza", sans-serif;
	background: #699131;
	color: #fff!important;
}
.bg-green-dark{
	font-family: "elza", sans-serif;
	background: #557f1a;
	color: #fff;
}
.bg-green-darker{
	font-family: "elza", sans-serif;
	background: #406d01;
	color: #fff;
}
.bg-dark{
	font-family: "elza", sans-serif;
	background: #202138;
	color: #fff;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 10000;

}
.bg-darker{
	font-family: "elza", sans-serif;
	background: #010326;
	color: #fff;
}

.bg-green p, .bg-green-dark p, .bg-green-darker p, .bg-dark p, .bg-darker p{
	color: #fff;
	margin-top: 36px;
	letter-spacing: 0.05em;
	font-weight: 300;
}

.yellow{
	color: #ffe550 !important;
}
.right{float: right;}

.heading-lg{
	font-family: "elza", sans-serif;
	font-weight: 900;
	font-style: normal;
	text-transform: uppercase;
	line-height: 1;
	font-size: 72px;
	letter-spacing: -0.025em;
}
.heading-md{
	font-family: "elza", sans-serif;
	font-weight: 900;
	font-style: normal;
	text-transform: uppercase;
	line-height: 1;
	font-size: 72px;
	letter-spacing: -0.025em;
}

.heading-md{
	font-family: "elza", sans-serif;
	font-weight: 700;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: normal;
	font-size: 48px;
	line-height: 1.1;
}
.light{font-weight: 300 !important;}
.regular{font-weight: 400 !important;}
.heading-sm{
	font-family: "elza", sans-serif;
	font-weight: 700;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: 0.3em;
	font-size: 24px;
	line-height: 1.1;
}

.pad .heading-sm {
	color: #fff!important;
}

.heading-rustic{
	font-family: "arvo", serif;
	font-weight: 400;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	font-size: 18px;
	line-height: 1.1;
	color: #857a7c;
}


.btn-red{
	font-family: "elza", sans-serif;
	line-height: 50px;
	font-size: 16px;
	font-weight: 700;
	padding: 0 30px;
	border-radius: 100px;
	background: #d63030;
	color: #fff;
	min-width: 180px;
	display: inline-block;
	margin-top: 48px;
}
.btn-red:after{
	float: right;
	content: '\f061';
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	
}

.btn-red:hover {
	background: #406d01;
	-webkit-transform: scale(1.15);
    transform: scale(1.15);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.link-stack{
	margin-top: 36px;
}
.link-stack a{
	font-family: "elza", sans-serif;
	line-height: 24px;
	font-size: 16px;
	font-weight: 700;
	padding: 20px;
	color: #010326;
	display: block;
}

.link-stack a:hover {
	color: #d63030;
}


.banner-green {
    background: #699131;
    display: flex;
    color: #fff;
    align-items: center;
    justify-content: center;
	min-height: 120px;
	position: relative;
}
.banner-green i{
	position: absolute;
	right: 0;
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 120px;
	width: 120px;
	font-size: 24px;
	background: #406d01;
	color: #ffe550 !important;
}

.banner-green:hover {
	color: #ffe550 !important;
}

.scrolling-wrap{height: 89px; overflow: hidden;}

.fa-arrow-right:hover {
	color: #fff!important;
}

.pad h4:hover {
	margin-left: 30px;
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	color: #fff!important;
}

.flex {
	display: flex;
}


/*--------Background Images--------------------*/

.location-background-img {
	background: url("../siteart/location-banner.webp") no-repeat;
	background-size: cover;
	background-position: center;
	height: auto;
}

/*--------CONTACT PAGE--------------------*/

.contact {
	width: 80%!important;
	margin: 0 auto;
}

/*--------FORM STYLES--------------------*/

.bg-gradient-down {
	box-sizing: border-box;
}

.flex-form {
	width: 100%;
	max-width: 1205px;
	padding: 15px;
	margin: 52px auto;
}

.flex-row {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
}

.form-half {
	display: inline-block;
	width: calc(50% - 23px);
	margin: 15px 15px 15px 0;
}

.form-half input {
	padding: 15px;
	width: 100%;
	border: none;
	background: #D9D9D9;
	font-family: "elza", sans-serif;
	box-sizing: border-box;
}

.form-2nd-row {
	margin: 15px;
}

.form-full textarea {
	width: 100%;
	padding: 15px;
	border: none;
	background: #D9D9D9;
	box-sizing: border-box;
}

.form-full {
	margin: 15px 15px 15px 0;
}

.form-full textarea{
	font-family: "elza", sans-serif;
}

.btn-green-form {
	display: flex;
	justify-content: flex-end;
}

.btn-green-form input {
	border: none;
	font-family: "elza", sans-serif;
	line-height: 50px;
	font-size: 16px;
	font-weight: 700;
	padding: 0 30px;
	border-radius: 100px;
	background: #d63030;
	color: #fff;
	min-width: 180px;
	display: inline-block;
	margin-top: 15px;
}

.btn-green-form input:hover {
	background: #406d01;
	-webkit-transform: scale(1.15);
    transform: scale(1.15);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}


/*-------- FOOTER STYLES ----------------*/
footer{}

.footer > .bg-darker > .flex {
	justify-content: center;
}

.footer .footer-wrapper {
	padding: 180px 15px 300px;
}

.footer > .bg-darker > .flex > div:first-child .border {
	border-right: solid 1px #fff;
	padding-right: 126px;
	padding-bottom: 40px;
}

.footer > .bg-darker > .flex > div:last-child {
	padding-left: 125px;
}

.footer .social-square {
	justify-content: flex-end;
	margin-top: 30px;
}

.footer .social-square i {
	color: #fff;
}

.footer ul li a {
	color: #fff;
    font-size: 16px;
    line-height: 30px;
    text-decoration: none;
    -webkit-transition: .2s ease-in;
    -moz-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
    font-family: "elza", sans-serif;
    font-weight: 300;
    font-style: normal;
    padding: 0 12px;
    letter-spacing: 0.3em;
	
}

.bg-darker {
	font-family: "elza", sans-serif;
    background: #010326;
    color: #fff;
}

.footer a:hover {
	color: #ffe550 !important;
}

.footer i:hover {
	color: #ffe550 !important;
}




/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/

.view-listing-details-link:hover {
	background: #406d01!important;
	-webkit-transition: .3s ease-in-out!important;
    transition: .3s ease-in-out!important;
}

.list-listing-mobile  .view-listing-details-link:hover {
	background: #406d01!important;
	-webkit-transition: .3s ease-in-out!important;
    transition: .3s ease-in-out!important;
}

.contact-options a:hover {
	background: #406d01!important;
	-webkit-transition: .3s ease-in-out!important;
    transition: .3s ease-in-out!important;
}

.list-listing-mobile .contact-options a:hover {
	background: #406d01!important;
	-webkit-transition: .3s ease-in-out!important;
    transition: .3s ease-in-out!important;
}

.plpequipmentcomhdev-9pd1hk, .plpequipmentcomhdev-z4xzsw, .list-content .live-tile, .list-content .listing-image .AT {
	background-color:#d63030!important; 
}

.plpequipmentcomhdev-z4xzsw:hover {
	background: #406d01!important;
	-webkit-transition: .3s ease-in-out!important;
    transition: .3s ease-in-out!important;
}

.listing-prices__retail-price, .plpequipmentcomhdev-1rdlk0c, .plpequipmentcomhdev-7j6hv8  {
	color: #406d01!important;
}

.plpequipmentcomhdev-13mawc6.MuiPaginationItem-previousNext, .plpequipmentcomhdev-l06ei7, .list-content .list-error-container .info button:not(.login-button)  {
	background-color: #406d01!important;
}

.red-text, .list-content .list-listing .listing-main-stats .auction-price {
	color:#d63030!important;
}



/* COLUMNS */

.col-row{display: flex; flex-wrap: wrap; position: relative;}


@media (max-width: 1280px){
	
	.heading-background-img .img-desktop {
		display: none!important;
	}
	
	.heading-background-img .img-mobile {
		display: block;
		width: 100%;
		height: 70vw;
		min-height: 800px;
		object-position: center;
		object-fit: cover;
	}
	
	.slide-content {
		position: absolute!important;
  		width: 100%;
  		height: 100%;
  		top: 0;
  		left: 0;
		z-index: 2;
	}
	
	.slide-hero {
		position: relative!important;
  		z-index: 1;
	}
	
}

@media (max-width: 1200px) {
	.infor-slider-nav .slick-list .heading-sm  {
		padding: 55px 0 55px 77px;
	}
	
	.infor-slider-nav {
		flex-wrap: wrap;
	}
	.infor-slider-nav .slick-list {
		width: 100%;
	}
	
	.infor-slider-nav .slick-dots {
		height: 144px;
	}
	
	.infor-slider-nav .slick-dots {
		width: calc(100% - 220px);
	}
}

@media (min-width: 1200px){
	
	.contact {
		width: 80%!important;
		margin: 0 auto;
	}
	
	.col-lg-12{
		width: 100%;
	}
	.col-lg-11{
		width: 91.66667%;
	}
	.col-lg-10{
		width: 83.33333%;
	}
	.col-lg-9{
		width: 75%;
	}
	.col-lg-8{
		width: 66.666667%;
	}
	.col-lg-7{
		width: 58.333333%;
	}
	.col-lg-6{
		width: 50%;
	}
	.col-lg-5{
		width: 41.66667%;
	}
	.col-lg-4{
		width: 33.33333%;
	}
	.col-lg-3{
		width: 25%;
	}
	.col-lg-2{
		width: 16.66667%;
	}
	.col-lg-1{
		width: 8.33333%;
	}
	.col-lg-hidden{display: none !important;}
}
@media (min-width: 992px) and (max-width: 1199px){
	
	.contact {
	    width: 100%!important;
    }
	
	.col-md-12{
		width: 100%;
	}
	.col-md-11{
		width: 91.66667%;
	}
	.col-md-10{
		width: 83.33333%;
	}
	.col-md-9{
		width: 75%;
	}
	.col-md-8{
		width: 66.666667%;
	}
	.col-md-7{
		width: 58.333333%;
	}
	.col-md-6{
		width: 50%;
	}
	.col-md-5{
		width: 41.66667%;
	}
	.col-md-4{
		width: 33.33333%;
	}
	.col-md-3{
		width: 25%;
	}
	.col-md-2{
		width: 16.66667%;
	}
	.col-md-1{
		width: 8.33333%;
	}
	.col-md-hidden{display: none !important;}
	
}

@media (max-width: 1020px){
	.banner-green {
		justify-content: flex-start;
	}
	
	.heading-sm {
		padding-left: 15px;
	}
}

@media (min-width: 768px) and (max-width: 991px){
	
	.contact {
	    width: 100%!important;
    }
	
	.col-sm-12{
		width: 100%;
	}
	.col-sm-11{
		width: 91.66667%;
	}
	.col-sm-10{
		width: 83.33333%;
	}
	.col-sm-9{
		width: 75%;
	}
	.col-sm-8{
		width: 66.666667%;
	}
	.col-sm-7{
		width: 58.333333%;
	}
	.col-sm-6{
		width: 50%;
	}
	.col-sm-5{
		width: 41.66667%;
	}
	.col-sm-4{
		width: 33.33333%;
	}
	.col-sm-3{
		width: 25%;
	}
	.col-sm-2{
		width: 16.66667%;
	}
	.col-sm-1{
		width: 8.33333%;
	}
	.col-sm-hidden{display: none !important;}
	
}

@media (max-width: 860px){
	.banner-green i {
		width: 50px;
	}
}

@media (max-width: 820px){
	
	.heading-sm {
		font-size: 20px;
		line-height: 25px;
	}
	
	.footer > .bg-darker > .flex, .footer .social-square {
		display: block;
	}
	
	.footer .footer-wrapper {
		padding-bottom: 180px;
	}
	
	.footer .social-square, .footer .border, .footer ul {
		text-align: center;
	}
	
	.footer > .bg-darker > .flex > div:first-child .border {
		border: none;
		padding: 0;
	}
	
	.footer > .bg-darker > .flex > div:first-child {
		padding-bottom: 30px;
	}
	
	
	.footer > .bg-darker > .flex > div:last-child {
		padding-left: 0;
	}

}

@media (max-width: 767px){
	
	.contact {
	    width: 100%!important;
    }
	
	.col-xs-11{
		width: 91.66667%;
	}
	.col-xs-10{
		width: 83.33333%;
	}
	.col-xs-9{
		width: 75%;
	}
	.col-xs-8{
		width: 66.666667%;
	}
	.col-xs-7{
		width: 58.333333%;
	}
	.col-xs-6{
		width: 50%;
	}
	.col-xs-5{
		width: 41.66667%;
	}
	.col-xs-4{
		width: 33.33333%;
	}
	.col-xs-3{
		width: 25%;
	}
	.col-xs-2{
		width: 16.66667%;
	}
	.col-xs-1{
		width: 8.33333%;
	}
	.col-sm-12, .col-xs-12{width: 100%;}
	.col-xs-hidden{display: none !important;}
	
}

@media (max-width: 670px){
	.heading-sm {
		margin-right: 55px;
	}
	
	.infor-slider-nav .slick-prev {
		width: 60px;
	}
	
	.infor-slider-nav .slick-next {
		width: 40px;
	}
	
	.infor-slider-nav .slick-dots {
		width: calc(100% - 100px);
	}
	
	.slick-dots {
		padding: 0 20px 0 15px;
	}
	
	.infor-slider-nav .slick-prev:after {
		right: 30%;
	}
}


@media screen and (max-width: 630px) {
	
	.flex-form {
		padding: 15px 0 0 0;
	}
	
	.flex-row {
		flex-direction: column;
	}
	
	.form-half {
		width: 100%;
		margin: 15px 0;
	}
	
	.form-full {
		margin: 15px 0;
	}
	
	.heading-background-img .img-mobile {
		object-position: 60%;
	}
}

@media screen and (max-width: 510px) {
	.infor-slider-nav .slick-list .heading-sm {
		padding: 55px 0 55px 15px;
	}
}

@media screen and (max-width: 500px) {
	.heading-column {
		width: 90%;
	}
}

@media screen and (max-width: 470px) {
	.heading-lg {
		font-size: 48px;
	}
	
	.heading-space {
		padding: 8vw 15px 2vw 15px!important;
	}
	
	.heading-md {
		font-size: 35px;
	}
}





