﻿/*===================== 
	Color information
	
	- Light Blue: #6dc6e7;
	- Darker Blue: #2885b3;
	- Light Blue-Gray Tint: #e6ecf5;
	-
		 
=======================*/
/*===================== 
	CSS reset/normalize 
=======================*/

/**Correct `block` display not defined in IE 8/9.**/
article,aside,details,figcaption,figure,footer,header,hgroup,
main,nav,section,summary {display: block;}
pre {white-space: pre-wrap;}
small { font-size: 80%;}


/*===================== 
		Fonts
=======================*/

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on November 10, 2015 */


@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');


@font-face {
    font-family: 'quanticobold';
    src: url('../webfonts/Quantico-Bold-webfont.eot');
    src: url('../webfonts/Quantico-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../webfonts/Quantico-Bold-webfont.woff') format('woff'),
         url('../webfonts/Quantico-Bold-webfont.ttf') format('truetype'),
         url('../webfonts/Quantico-Bold-webfont.svg#quanticobold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'quanticobold_italic';
    src: url('../webfonts/Quantico-BoldItalic-webfont.eot');
    src: url('../webfonts/Quantico-BoldItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../webfonts/Quantico-BoldItalic-webfont.woff') format('woff'),
         url('../webfonts/Quantico-BoldItalic-webfont.ttf') format('truetype'),
         url('../webfonts/Quantico-BoldItalic-webfont.svg#quanticobold_italic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'quanticoitalic';
    src: url('../webfonts/Quantico-Italic-webfont.eot');
    src: url('../webfonts/Quantico-Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../webfonts/Quantico-Italic-webfont.woff') format('woff'),
         url('../webfonts/Quantico-Italic-webfont.ttf') format('truetype'),
         url('../webfonts/Quantico-Italic-webfont.svg#quanticoitalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'quanticoregular';
    src: url('../webfonts/Quantico-Regular-webfont.eot');
    src: url('../webfonts/Quantico-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../webfonts/Quantico-Regular-webfont.woff') format('woff'),
         url('../webfonts/Quantico-Regular-webfont.ttf') format('truetype'),
         url('../webfonts/Quantico-Regular-webfont.svg#quanticoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'oswaldbold';
    src: url('../webfonts/oswald-bold-webfont.eot');
    src: url('../webfonts/oswald-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../webfonts/oswald-bold-webfont.woff2') format('woff2'),
         url('../webfonts/oswald-bold-webfont.woff') format('woff'),
         url('../webfonts/oswald-bold-webfont.ttf') format('truetype'),
         url('../webfonts/oswald-bold-webfont.svg#oswaldbold') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'oswaldlight';
    src: url('../webfonts/oswald-light-webfont.eot');
    src: url('../webfonts/oswald-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../webfonts/oswald-light-webfont.woff2') format('woff2'),
         url('../webfonts/oswald-light-webfont.woff') format('woff'),
         url('../webfonts/oswald-light-webfont.ttf') format('truetype'),
         url('../webfonts/oswald-light-webfont.svg#oswaldlight') format('svg');
    font-weight: normal;
    font-style: normal;

}



@font-face {
    font-family: 'oswaldmedium';
    src: url('../webfonts/oswald-medium-webfont.eot');
    src: url('../webfonts/oswald-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../webfonts/oswald-medium-webfont.woff2') format('woff2'),
         url('../webfonts/oswald-medium-webfont.woff') format('woff'),
         url('../webfonts/oswald-medium-webfont.ttf') format('truetype'),
         url('../webfonts/oswald-medium-webfont.svg#oswaldmedium') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'oswald_regularregular';
    src: url('../webfonts/oswald-regular-webfont.eot');
    src: url('../webfonts/oswald-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../webfonts/oswald-regular-webfont.woff2') format('woff2'),
         url('../webfonts/oswald-regular-webfont.woff') format('woff'),
         url('../webfonts/oswald-regular-webfont.ttf') format('truetype'),
         url('../webfonts/oswald-regular-webfont.svg#oswald_regularregular') format('svg');
    font-weight: normal;
    font-style: normal;

}



/*===================== 
	base styles 
=======================*/

html {
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
	}

body {
    font-family: 'oswaldlight';
    margin: 0;
	padding:0;
	background:url(../siteart/p6.png) repeat;
	color:#000;
	}

svg:not(:root) {overflow: hidden;/*reset*/}
	
/* clear floats */ 
.group:before,
.group:after {content: ""; display: table;} 
.group:after {clear: both;}
.group {zoom: 1;}	
.clear { clear: both;}
	
/*image replacement*/
.hide-text {
	text-indent:  100%;
	white-space:  nowrap;
	overflow:  hidden;
	}	

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
	border: 4px solid #fff;
    height: 0;
	} 

img { border: 0; max-width:100%;} 
	
/*===================== 
	typography 
=======================*/

h1, h2, h3, h4, h5, h6 {
    font-family: 'oswaldbold';
	margin: 0;
	padding:0 0 2% 0;
	font-weight:normal;
	line-height:1.5em;
	color:#eab734;
	}
	h1 {
		font-size: 36px;
	}
	h2 {
		font-size:30px;
		color: #000;
	}
	h3 {
		font-size: 24px;
	}
	h4 {
		font-size: 20px;
	}
	h5 {
		font-size: 18px;
	}

p {
    font-family: 'oswaldlight';
	padding: 0 0 2% 0;
	font-size:18px;
	line-height:1.5em;
	margin: 0;
	}
strong{font-family: 'oswaldbold';font-weight:normal;}

/*===================== 
	link styles 
=======================*/

a.link:focus {outline: thin dotted;/*reset*/
	}
	
a {
    text-decoration:none;
	color:inherit;
}

a:hover  {
	text-decoration: none;
	} 
	
	
.appbutton{}
.appbutton a{background:#38b749; padding:5px 10px;color:#fff; -webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius:3px;}
.appbutton a:hover{background:#262626; padding:5px 10px;color:#fff; -webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius:3px;}
 
/*===================== 
	list styles 
=======================*/
ul.list{
	margin:0;
	padding: 0 0 5% 7%;
}
ul.list li{
	font-size:16px;
}

/*===================== 
	header styles 
=======================*/
header{width:100%;margin:0;padding:20px 0;background:#dadada;text-align:center;}
.headerwrap{

max-width:1350px;
margin:0 auto;
display: flex;
justify-content: space-between;
align-items: center;
}
.logo{
	

	img{
		width: 350px;
	}
}
 .pennsylvania{display:inline-block;zoom: 1;*display: inline;zoom: 1;
	

}


.contact-info{
		
		p{
	font-size: 16px;
	line-height: 1;

}
} 


.pennsylvania img{width: 150px;}



/*===================== 
	nav styles 
=======================*/
/* see menumaker.css for additional nav styles */


/*===================== 
	content styles 
=======================*/
.wrapper{margin:0 auto;padding:0;}
.container{width:100%;max-width:1230px;margin:0 auto;}


	
/*===================== 
	slideshow styles 
=======================*/
.slides{background:url(../siteart/concrete_wall.png) repeat;padding:0;margin:5px 0;color:#fff;position:relative;
width: 75%;
}

.slides img{	
	object-fit: cover;
	object-position: center;
	overflow: hidden;
}

.cycle-slideshow{-webkit-box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.75);-moz-box-shadow: 0px 2px 5px 1px rgba(0,0,0,.75);  box-shadow: 0px 2px 5px 1px rgba(0,0,0,.75);}
.cycle-slideshow img{
	width:100%;
}

/* pager */
.cycle-pager { 
    text-align: center; width: 100%; z-index: 500; position: absolute; bottom: 10px; overflow: hidden;display:none;
}
.cycle-pager span { 
    font-family: arial; font-size: 50px; width: 16px; height: 16px; 
    display: inline-block;zoom: 1;*display: inline; color: #ddd; cursor: pointer; transition: all .5s ease-in-out; 
}
.cycle-pager span.cycle-pager-active { color:#2885b3;}
.cycle-pager > * { cursor: pointer;}



/*===================== 
	quicklinks styles 
=======================*/
.quicklinks{
	background-color:#eab734;
	padding:2% 15%;
}

.quicklinks a{
	color:#333333;
	font-size:18px;
	line-height:1.2em;
	font-weight:bold;
}

.quicklinks a:hover{
	color:#fff;
}

.linkbox{
	vertical-align:top;
	display:inline-block;
	zoom: 1;
	*display: inline;
	height:auto;
	padding-top:100px;
	margin:1% 0;
}

#compaction{background:url(../siteart/quicklinks/compaction.png) top center no-repeat;}
#compaction:hover{background:url(../siteart/quicklinks/compaction_white.png) top center no-repeat;}
#crawler{background:url(../siteart/quicklinks/crawler.png) top center no-repeat;}
#crawler:hover{background:url(../siteart/quicklinks/crawler_white.png) top center no-repeat;}
#dozer{background:url(../siteart/quicklinks/dozer.png) top center no-repeat;}
#dozer:hover{background:url(../siteart/quicklinks/dozer_white.png) top center no-repeat;}
#excavator{background:url(../siteart/quicklinks/excavator.png) top center no-repeat;}
#excavator:hover{background:url(../siteart/quicklinks/excavator_white.png) top center no-repeat;}
#loader{background:url(../siteart/quicklinks/loaderbackhoe.png) top center no-repeat;}
#loader:hover{background:url(../siteart/quicklinks/loaderbackhoe_white.png) top center no-repeat;}
#skid{background:url(../siteart/quicklinks/skidsteer.png) top center no-repeat;}
#skid:hover{background:url(../siteart/quicklinks/skidsteer_white.png) top center no-repeat;}
#wheel{background:url(../siteart/quicklinks/wheelloader.png) top center no-repeat;}
#wheel:hover{background:url(../siteart/quicklinks/wheelloader_white.png) top center no-repeat;}
#forklift{background:url(../siteart/quicklinks/forklift.png) top center no-repeat;}
#forklift:hover{background:url(../siteart/quicklinks/forklift_white.png) top center no-repeat;}
#off{background:url(../siteart/quicklinks/off.png) top center no-repeat;}
#off:hover{background:url(../siteart/quicklinks/off_white.png) top center no-repeat;}
#ag{background:url(../siteart/quicklinks/tractor.png) top center no-repeat;}
#ag:hover{background:url(../siteart/quicklinks/tractor_white.png) top center no-repeat;}
#attachment{background:url(../siteart/quicklinks/bucket.png) top center no-repeat;}
#attachment:hover{background:url(../siteart/quicklinks/bucket_white.png) top center no-repeat;}

/*===================== 
  copy section styles 
=======================*/
.copy{
	background:url(../siteart/welcomeback.png) center center no-repeat;
	background-size:cover;
	padding:5% 8%;
}
.copy h1, .copy h4{text-align:center;}
.copy h1{color:#000;}
.copy h4{color:#333333;}

/*===================== 
  map section styles 
=======================*/
.mapit hr{
	border:4px solid #333333;
}

/*===================== 
  inventory iframe styles 
=======================*/
.inventory{background:url(../siteart/rubber_grip.png) repeat repeat;text-align:center; background-color: #000;}
.inventory h2{color:#eab734;}
.listing{padding:3% 0;}

.cf{background:#fff;}
#invwrap{padding:2% 0;}
.hosted-content .pagination>select{width:5% !important;}
.hosted-content .attachment-search .checkbox{width:10px !important;}
.hosted-content h1{text-align:left !important;font-size:24px !important;}
.hosted-content h2{font-size:20px !important;}
.hosted-content h3{font-size:18px !important;}
.hosted-content #main-search, .hosted-content .border-bottom{text-align:left !important;}
.hosted-content .listings-detail-wrapper .listing-details, .hosted-content .information-box{text-align:left;}
.currency-capital-price-container img{margin:0 auto !important;}
.hosted-content .pagination select{width:50px !important;}

/*===================== 
  parts styles 
=======================*/
.parts{
	h2{
		font-size: 20px;
	}
}

.parts p, .rentals p{color:#fff;}
.partsimg{padding-bottom:3%;}

/*===================== 
  rental styles 
=======================*/


.rentals{
	margin:0 !important;
	padding: 25px 5px;
	align-items: center;
	
	h2{
		color: #000;
		font-size: 18px;
		font-family: 'oswaldbold';
		padding-bottom: 0px;
	}

	span{
		color: #fff;
		font-family: 'oswaldbold';
    font-weight: normal;
    line-height: 1.5em;
	font-size: 18px;
	margin-bottom: ;
	}
}



.rentalbutton{
	width:100%;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	padding:14px 0 8px 0;
	background-color:#eab734;
	margin:1% auto;
}

	.rentalbutton:hover{
		h2{
			color: #eab734;
		}
	}

.rentalbutton > h5{color:#000;padding-bottom:0;line-height:1em;}
.rentalbutton:hover > h5{color:#eab734;}
.rentalbutton:hover{
	background-color:#000;
	color:#eab734;
}
#fullbutton{width:96.5%;}
.rentalstack{width:100%;margin:0 auto;text-align:center;}
.stackhalf > a > .rentalbutton{margin-bottom:2% !important;}
.stackhalf h5{line-height:1em;}

/*===================== 
  okada styles 
=======================*/
#specs p{color:#eab734;}
#specs span{color:#fff;}
#specs ul{list-style:none;}
#specs ul li{color:#fff;margin:5px 0;}
#first{margin-left:0px;}
#read a, .small a{color:#fff;}
#read a:hover, .small a:hover{color:#eab734;}

/*===================== 
  auction & consignment styles 
=======================*/
#sidebar{margin-top:5%;}
#sidebar p{color:#fff;text-align:left;padding:1%;}
.auctionbutton{
	width:85%;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	padding:2% 8%;
	background-color:#eab734;
	margin:2% 0;
}

.auctionbutton > h5{color:#000;padding-bottom:0;}
.auctionbutton:hover > h5{color:#eab734;}
.auctionbutton:hover{
	background-color:#000;
	color:#eab734;
}

#howto, #payment, #rates{padding-top:15px;}

.auctiondetails p{text-align:center;color:#fff;}
.consign p{text-align:left;color:#fff;}
.consign a{color:#fff;}
.consign a:hover{color:#eab734;}
#padded{padding:0 3%;}
/*===================== 
  transportation styles 
=======================*/
.haulbox{
	background-color:#fff;
	padding:2%;
	-webkit-box-shadow: 5px 5px 8px;
    -moz-box-shadow: 5px 5px 8px;
	box-shadow: 5px 5px 8px;
	margin-bottom:10%;
}

#first{margin-left:0;}

/*===================== 
  contact styles 
=======================*/
.contact h3{color:eab734;}
.contact p{color:#fff;}
.maplarge{padding-bottom:3%;}

/*===================== 
	Form styles 
=======================*/
#formpage{padding:0 10px;}

form{
	margin:0 0 0;
}

label{
	display:block;
	font-size:16px;
	padding-top: 4%;
	width:100%;
}

input{
	font-family: 'Open Sans', Arial, sans-serif;
	border: #999999 solid 1px;
	-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
	border-radius: 2px;
	padding: 1%;
	font-size:14px;
	width:100%;
	margin-bottom:10px;
}

input:focus{
	border: #2885b3 solid 1px;
}

input.button2{
	display:block;
	width:50%;
	margin:0 auto 5% auto;
	border:#277e32 solid 1px;
	background-color:#38b749;
	color:#fff;
	-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
	border-radius: 2px;
}

input.button2:hover{
	background-color:#277e32;
	cursor:pointer;
}

select{
	font-family: 'Open Sans', Arial, sans-serif;
	border: #999999 solid 1px;
	padding: 1%;
	font-size:14px;
	width:102%;
}
textarea{
	font-family: 'Open Sans', Arial, sans-serif;
	border: #999999 solid 1px;
	-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
	border-radius: 2px;
	padding: 1%;
	font-size:14px;
	width:100%;
}


/* UNIVERSAL */

.col-2{
	width: 50%;
}

.col-3{
	width: 33.33%;
}

.flexy{
	display: flex;
}

.internal-page{
	p{
		color: #fff;
	}
}

.cover{
	max-width: 1150px;
	margin: 0 auto !important;
	float: none !important;
}


/*===================== 
  updated code styles 
=======================*/
	.hero-cover{
		align-items: stretch;
		gap: 15px;
		padding: 15px;

		.rentals{
			width: 25%;
			padding: 0 25px;
		}

	}


	.cycle-slideshow{
		display: flex !important;
		flex-direction: column !important;
		height: 400px;
		img{
			display: block !important;
			height: 100% !important;
			object-fit: cover !important;
		}
	} 



/*===================== 
	layout styles 
=======================*/
.padit{padding:0.3% 0 0 0;}
.welcome h1{color:#000;}
.welcome{text-align:center;background:url(../siteart/rubber_grip.png) repeat repeat;text-align:center;}

#centered{margin:0 auto;text-align:center;}
#centered img{max-width:80%;}
#centered a{color:#6F6F6F;}
#centered a:hover{color:#eab734;}
#centered img{-moz-box-shadow:5px 5px 5px #6f6f6f; -webkit-box-shadow: 5px 5px 5px #6f6f6f; box-shadow:5px 5px 5px #6F6F6F;}

.sitemap{background:url(../siteart/escheresque_ste.png) repeat;color:#fff;}
.sitemap p{line-height:2em;}
.sitemap i{font-size:42px;margin-right:20px;}

/*--------Scrolling Inventory--------*/

.mobilecontainer { 
	overflow:hidden; /* must have this property for mobile phones and tablet display! */
	width:100%; 
	margin:0 auto;
	height:92px; 
	padding:0;
	background:#000;
}
iframe.banner {
	width:100%;
	height:92px;
	background:#000
}


.parts-page{
	.col{
		float: none;
	}

	.flexy{
		display: flex !important;
		justify-content: center;
		flex-wrap: wrap;
		gap: 15px;
	}

}

	.group{
		max-width: 1150px;
    	margin: 0 auto !important;
	}

	.image-container{
		width: 500px;
	}


/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	/* margin: 1% 0 1% 2.0%; */
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }




/*  GRID OF TWELVE  */
.span_12_of_12 {
	width: 100%;
}

.span_11_of_12 {
  	width: 91.5%;
}
.span_10_of_12 {
  	width: 83%;
}

.span_9_of_12 {
  	width: 74.5%;
}

.span_8_of_12 {
  	width: 66%;
}

.span_7_of_12 {
  	width: 57.5%;
}

.span_6_of_12 {
  	width: 49%;
}

.span_5_of_12 {
  	width: 40.5%;
}

.span_4_of_12 {
  	width: 32%;
}

.span_3_of_12 {
  	width: 23.5%;
}

.span_2_of_12 {
  	width: 15%;
}

.span_1_of_12 {
  	width: 6.5%;
}


/*  GRID OF FOUR  */
.span_4_of_4 {
	width: 100%;
}
.span_3_of_4 {
	width: 74.5%;
}
.span_2_of_4 {
	width: 49%;
}
.span_1_of_4 {
	width: 23.5%;
}

/*  GRID OF THREE  */
.span_3_of_3 { width: 100%; }
.span_2_of_3 { width: 66.13%; }
.span_1_of_3 { width: 32.26%; }





/*===================== 
	footer styles 
=======================*/

.pagebottom{background:transparent;padding:50px 40px;}
.pagebottom span{color:#000; font-size: 18px; font-family: 'oswaldbold';}
.pagebottom a{color:#000;font-weight:bold; font-size: 14px; line-height: 1.25;}
.pagebottom a:hover{color:#00000075;}

.pagebottom ul{list-style:none;}
.pagebottom ul li{padding:5px 0;}

footer {
	margin: 0 auto;
	width: 100%;
	}
	
a.footerlink:link,
a.footerlink:visited, 
a.footerlink:active {
	text-decoration: none; 
	font-size:11px;
	color: #ccc;
	border-bottom:none;
	}
	a.footerlink:hover {
		text-decoration:none; 
		font-size:11px;
		color: #fff;
		}
		
.footerlogo{text-align:center;}
.footerlogo img{margin:0 auto;}

.pagebottom h5, .vertical{display:inline-block;zoom: 1;*display: inline;vertical-align:middle;color:#fff;}
.vertical{border-left: 2px solid #fff; height:1.5em;}

.footertext {
	font-size:11px; 
	color:#666;
	}

.smallfootertext {
	font-size:11px; 
	color:#666;
	}

.divfooter {
	text-align:center; 
	margin:0 auto;
	}



/*===================== 
	Inventory styles 
=======================*/

.list-content, .detail-content, .detail-content-mobile{text-align: left!important;}
.faceted-search-content .faceted-section-box .faceted-option-checkbox-container label input, .list-content label{width:auto!important;}
*{box-sizing:border-box!important;}
.compare-chkbox-container .compare-listings .fa-check{top:4px!important;left:2px!important;}
.compare-chkbox-container .compare-listings .compare-label{margin-top:-13px;margin-left:5px;}
.detail-wrapper .details-fin-calc .detail-btn-calc p{margin-top:10px!important;}

#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: 90px !important;
    -o-border-radius: 90px !important;
    -webkit-border-radius: 90px !important;
    border-radius: 90px !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:#eab734 !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:#eab734 !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 #eab734 !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: #eab734 !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; 
}

.detail-content .detail-additional-data .data-row .data-label, .detail-content-mobile .detail-additional-data .data-row .data-label, .part-detail-additional-data .data-label, .part-detail-content .detail-contact-bar {background: #000 !important;}
.detail-content-mobile .detail-contact-bar .contact-bar-btn, .list-page-nav, .contact-options a {background: #000 !important;}
.list-main-section .contact-options a {border: #000 solid 1px !important; transition: ease all 0.2s !important;}
.list-main-section .contact-options a:hover {background: transparent !important; color: #000!important;}

.detail-content .dealer-info .phone-and-email .send-email-btn, .list-content .list-listing-mobile .dealer-phone-container a, .back-button {border-color: #000!important; color: #000!important;}

.material-icons, .collapsible-content a {color:#fff!important;}

#parts-content .parts-bottom-section .parts-list-view .parts-list-content .parts-listing-container .parts-listing-column .parts-button.view-details {background-color: #000!important;}

.detail-content-mobile .detail-main-body .main-detail-data .dealer-phone-mobile-container .dealer-phone-mobile{margin-right:0!important;}

.detail-content .detail-main-body .main-detail-data .details-fin-calc .detail-btn-calc{height: 48px !important; box-sizing: border-box;}

/*===================== 
	Responsive styles 
=======================*/
@media screen and (min-width: 1601px) {
.linkbox{width:15%;}
}

@media screen and (max-width: 1600px) {
.linkbox{width:15%;}
.quicklinks{padding:2% 10%;}
}

@media screen and (max-width: 1350px) {
.quicklinks{padding:2% 6%;}
}


@media screen and (max-width: 1140px) {
.quicklinks{padding:2%;}
}

@media screen and (max-width: 1000px) {
.quicklinks{padding:2% 1%;}
}

@media screen and (max-width: 960px) {
.hosted-content .listings-detail-wrapper .flex>div{height:auto !important;}

.rentals{
	h2{
		font-size: 15px;
	}
}

}

@media screen and (max-width: 900px) {

.linkbox{width:16%;}
}

@media screen and (max-width: 800px) {
	h1 {font-size: 36px;}
	h2 {font-size:30px;}
	h3 {font-size: 24px;}
	h4 {font-size: 18px;}
	h5 {font-size: 16px;}
	p {font-size:14px;}
	.linkbox{width:22%;}
	.hosted-content .quote-form.bordered{display:block;width:100%;margin:0 auto;text-align:center;height:120px;}
	.hosted-content .quote-form h3{display:block;text-align:center;float:none;margin:0 auto;}
	.hosted-content .quote-form.bordered .tool-logo{margin:0 auto !important;float:none !important;}
	.hosted-content input.button.express-lender-color, .hosted-content input.button.hauler-color{width:50% !important;top:70% !important;}
	.headerwrap{
	flex-wrap: wrap;
	gap: 10px;
	justify-content: space-evenly;

	
	}

	.slides{
	width: 100%;
	box-sizing: border-box;
	}

	.flexy{
		flex-direction: column;
	}

	.col-2{
		width: 100%;
	}

		.hero-cover{

		.rentals{
			width: 100%;
			padding: 0 25px;
		}

	}
	.contact-info{
		width: auto;
	}
}



@media screen and (max-width: 655px) {
	.hosted-content .quote-form.bordered .tool-logo img{margin:0 auto !important;float:none !important;}
	.hosted-content .quote-form .hauler-logo{-moz-background-position:center center;-webkit-background-position:center center;background-position:center center;}

	.headerwrap{
		flex-direction: column;

		.col-3{
			width: 100%;
			gap: 15px;
		}
	}



}

@media screen and (min-width: 631px) {
.small{display:none;}
#specs{display:block;}
}

@media screen and (max-width: 630px) {
.small{display:block;}
#specs{display:none;}
#spechead{margin-top:2%;}
.linkbox{width:24%;}
	
}

@media screen and (max-width: 600px) {
.topbar ul li{float:none;padding:7px 0 7px 0;}
.topbar ul li:last-child{float:none;padding:7px 0 7px 0;}
.arrowdown{display:none;}
.contact{display:block;width:100%;text-align:center;}
.maplarge{display: block; text-align:center; width:96%;}
.linkbox{width:30%;}	

.hosted-content h2{font-size:24px;}
.hosted-content h3{font-size:20px;}
.hosted-content input.button.express-lender-color, .hosted-content input.button.hauler-color{width:70% !important;top:70% !important;left:15%;right:15%;}
}

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {
	.col {  margin: 4% 0 4% 0%; }
	.span_1_of_4, .span_2_of_4, .span_3_of_4, .span_4_of_4 { width: 100%; }
	.span_3_of_3, .span_2_of_3, .span_1_of_3 { width: 100%; }
    .span_1_of_12, .span_2_of_12, .span_3_of_12, .span_4_of_12, .span_5_of_12, .span_6_of_12, .span_7_of_12, .span_8_of_12, .span_9_of_12, .span_10_of_12, .span_11_of_12, .span_12_of_12 {
	width: 100%; 
	}	
	.slides{display:none;}
	.pagebottom{text-align:center;}	
	.linkbox{width:45%;}
	#centered{margin-top:6%;}	
    .stackhalf{width:96%;margin:0 auto;}
    #skidbutton{margin-top:0;}
}

@media screen and (max-width: 447px){
.topbar{font-size:12px;text-align:center;}
.address h2{font-size:24px;}
.pagebottom{padding:20px 0;}
.divfooter {
	text-align:center; 
	}	
}
@media screen and (max-width: 414px){
.linkbox{width:90%;margin:2% 0;}
}
	
