/***** BEGIN RESET *****/
* {
    background:transparent;
    border:0;
    margin:0;
    padding:0;
    font-family:Arial, Helvetica, sans-serif;
}
ol, ul {list-style: none;}
.clear {clear: both; height:0px; margin:0;}
/***** END RESET *****/

header, nav, article, footer {display:block;}

body {color:#000; font-weight:normal; font-size:16px; background:#c1c1c1; -webkit-text-size-adjust: none;}

.wrap {width:90%; margin:0 auto; max-width:1230px;}

.show-tablet {display:none;}

/******************* typography styles **/

p {margin-bottom:16px;}
.no-margin {margin:0 !important;}

a {color:#000; text-decoration:underline;}
a:hover {color:#0339a9; text-decoration:none;}

.call-phone a {color:#000; text-decoration:none; font-weight:bold;}
.call-phone a:hover {color:#0339a9;}

.blue {color:#0339a9;}
.yellow {color:#ffe45d;}
.black {color:#000;}
.white {color:#fff;}

h1 {color:#ffe45d; font-size:50px; font-style:italic;
	font-weight:bold; margin-bottom:0; line-height:54px;
	text-shadow: 3px 3px 3px rgba(0,0,0,.9);}
h2 {color:#0339a9; font-size:28px; font-weight:bold; margin-bottom:14px;}
h3 {color:#0339a9; font-size:26px;
	font-weight:bold; font-style:italic; margin-bottom:0;}
h4 {color:#fff; font-size:24px; font-weight:bold; margin-bottom:0;}



/******************* header styles **/

header {
	width:100%;
	padding:5px 0;
	border-bottom:2px #666 solid;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+30,ffffff+30,c1c1c1+100 */
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 30%, #ffffff 30%, #c1c1c1 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ffffff 30%,#ffffff 30%,#c1c1c1 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ffffff 30%,#ffffff 30%,#c1c1c1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c1c1c1',GradientType=0 ); /* IE6-9 */
}

.logo {width:24.7%; float:left; margin-right:3.3%;}
.logo img {width:100%; height:auto; max-width:329px; display:block;}


/******************* nav styles **/

nav {width:72%; float:left; margin-top:30px;}
nav ul {width:100%; float:right; text-align:right;}
nav li {display:inline-block; zoom:1; *display:inline; position:relative; width:9%; vertical-align:top;}
nav a:link, nav a:active, nav a:visited {display:block; text-decoration:none; text-align:center; color:#000; font-weight:bold; font-size:13px; padding-top:50px; line-height:16px; overflow:hidden; text-overflow:ellipsis;}
nav a:hover {color:#0339a9;}

nav a.home {background:url('../siteart/layout/home-icon.png') no-repeat center top; background-size:50%;}
nav a.equipment {background:url('../siteart/layout/equip-icon.png') no-repeat center top; background-size:50%;}
nav a.rentals {background:url('../siteart/layout/rental-icon.png') no-repeat center top; background-size:50%;}
nav a.attach {background:url('../siteart/layout/attach-icon.png') no-repeat center top; background-size:50%;}
nav a.auctions {background:url('../siteart/layout/auc-icon.png') no-repeat center top; background-size:50%;}
nav a.online-store {background:url('../siteart/layout/shop-icon.png') no-repeat center top; background-size:50%;}
nav a.directions {background:url('../siteart/layout/map-icon.png') no-repeat center top; background-size:50%;}
nav a.financing {background:url('../siteart/layout/financing-icon.png') no-repeat center top; background-size:50%;}
nav a.new-equip {background:url('../siteart/layout/new-equip-icon.png') no-repeat center top; background-size:50%;}

nav ul ul {display: none; position: absolute;  z-index:99999;
	top: 82px; left:-30%; width:170px; background:#c1c1c1;}

nav ul ul ul {position: absolute; left: 100%; top:0;}

nav ul li:hover > ul {display: block; z-index:99999;}

nav ul ul li {float:none; position:relative; display:block; width:100%;}

nav ul ul li a:link, nav ul ul li a:active, nav ul ul li a:visited {
	font-size:14px;
	line-height:16px;
	padding:7px 10px;
	border-bottom: 1px solid #666;
	color:#000;
}

nav ul ul li a:hover {background:#0339a9; color:#fff;}


/******************* mid styles **/

.mid {width:100%; display:block; background:#000 url('../siteart/mid.jpg') no-repeat center; background-size:cover; text-align:center; height:100px; padding-top:400px;}
.mid h3 {color:#fff; text-shadow: 3px 3px 3px rgba(0,0,0,.9);}

.blue-banner {width:100%; display:block; background:#0339a9; padding:12px 0;}
.ship-tag {width:60%; float:left;}
.open-tag {width:40%; float:left; text-align:right;}

.inv-boxes {width:100%; display:block; border-bottom:4px #0339a9 solid;}
.inv-boxes a {
	text-decoration:none;
	width:33.33333%;
	float:left;
	display:block;
	height:275px;
}
.inv-boxes a:hover {}

.inv-boxes a.machinery {background:url('../siteart/layout/machinery.jpg') no-repeat center; background-size:cover;}
.inv-boxes a.rent-attach {background:url('../siteart/layout/rentals.jpg') no-repeat center; background-size:cover;}
.inv-boxes a.all-equip {background:url('../siteart/layout/all-equip.jpg') no-repeat center; background-size:cover;}

.inv-boxes a span {
	width:100%;
	background:url('../siteart/layout/80-white.png') repeat;
	display:block;
	color:#000;
	font-size:20px;
	font-weight:bold;
	padding:7px 0;
	text-align:center;
}
.inv-boxes a:hover span {background:#ffe45d; color:#0339a9;}


/******************* content styles **/

/* home */
.contact-box {width:100%; display:block; background:#fff;}

.contact-content {width:36%; float:left; padding:30px 2% 30px 5%;}

.map {width:57%; float:left;}
.map iframe {width:100%; display:block; height:300px;}

/* other */

article {width:100%; background:#fff; padding:30px 0;}

.inv {width:100%; display:block; max-width:1300px; margin:0 auto;}
.inv iframe {width:100%; display:block; background:#fff; height:2100px;}

.finance-badge {
	width:100%;
	margin:36px 0 36px 0;
}
.finance-badge img {width:100%; height:auto; display:block; max-width:245px;margin: auto; width: 50%;}

/******************* credit button **/

.credit a {
	background-color:#0339a9;
	color:white;
	text-decoration:none;
	padding:10px;
	font-size:25px;
}

.credit a:hover {
	background-color:#001B56;
	color:white;}

.credit{
	text-align: center;
	margin:36px 0 36px 0;
}


/******************* footer styles **/

.scroll-frame {
	width:100%;
	display:block;
	background:#ffe45d;
	padding:7px 0;
	height:90px;
	overflow:hidden;
}
.scroll-frame iframe {width:100%; display:block; backgroud:#ffe45d; height:90px;}

footer {
	width:100%;
	padding:30px 0;
	color:#999;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+30,ffffff+30,c1c1c1+100 */
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 30%, #ffffff 30%, #c1c1c1 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ffffff 30%,#ffffff 30%,#c1c1c1 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ffffff 30%,#ffffff 30%,#c1c1c1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c1c1c1',GradientType=0 ); /* IE6-9 */
}
a.footerlink:link, a.footerlink:visited, a.footerlink:active{text-decoration:underline; font-size:14px; color:#999;}
a.footerlink:hover {text-decoration:none; color:#999;}
.footertext{font-size:14px; color:#999;}
.smallfootertext{display:none;}
.divfooter {width:96%; text-align:center; margin:0 auto; line-height:16px;}


/******************* inventory styles **/


#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: 0px !important;
    -o-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    border-radius: 0px !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:#0339a9 !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:#0339a9 !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 #0339a9 !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: #0339a9 !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 (max-width:1250px) {
	nav {margin-top:20px;}
	nav li {width:8.5%;}
	nav a:link, nav a.active, nav a:visited {padding-top:45px; font-size:12px;}
	nav a.home, nav a.equipment, nav a.rentals, nav a.attach, nav a.auctions, nav a.directions, nav a.financing, nav a.new-equip {background-size:60%;}
}

@media screen and (max-width:1024px) {
	.show-tablet {display:block;}
	.hide-tablet {display:none;}
	
	h1 {font-size:40px;}
	h3 {font-size:22px;}
	h4 {font-size:20px;}
	
	.wrap {width:96%;}
	
	.logo {width:30%; margin-right:0;}
	nav {margin-top:10px; width:70%;}
	#simple-menu {float:right; background:url(../siteart/layout/mobile-nav-icon.png) no-repeat center center; height:40px; width:40px; display:block; cursor:pointer;}
	
	.mid {padding-top:270px;}
	
	.inv-boxes a {height:225px;}
	
}

@media screen and (max-width:768px) {
	body {font-size:14px;}
	p {margin-bottom:14px;}
	
	h1 {font-size:30px; line-height:40px;}
	h2 {font-size:24px;}
	h3, h4 {font-size:16px;}
	
	.logo {width:35%; margin-right:15%;}
	nav {width:50%;}
	
	.mid {padding-top:200px; height:70px;}
	
	.inv-boxes a {height:175px;}
	.inv-boxes a span {font-size:16px;}
	
	.contact-content {width:96%; padding:15px 2% 0 2%;}
	.map {width:100%;}
	.map iframe {height:200px;}
	
	article {padding:15px 0;}
	
	footer {padding:15px 0;}
}

@media screen and (max-width:640px) {
	.logo {width:40%; margin-right:10%;}
	.ship-tag, .open-tag {width:100%; text-align:center;}
	
	.mid {padding-top:100px;}
	.mid h1 {background:url('../siteart/layout/80-white.png') repeat;}
	.mid h3 {background:url('../siteart/layout/80-white.png') repeat; padding-bottom:3px;}
	
	.finance-badge {width:48%;}
}

@media screen and (max-width:480px) {
	h1 {font-size:24px; line-height:34px;}
	h3 {font-size:14px;}
	
	.logo {width:45%; margin-right:5%;}
	.inv-boxes a {width:100%;}
}

@media screen and (max-width:375px) {
	h1 {font-size:20px; line-height:30px;}
	h2 {font-size:20px;}
	h4 {font-size:14px;}
	
	.logo {width:50%; margin-right:0;}
	
	.finance-badge {width:100%; margin-right:0;}
	.finance-badge img {margin:0 auto;}
}

@media screen and (max-width:320px) {
	
}