@charset "utf-8";
*{margin:0;padding:0;text-decoration:none}

body{
	margin:0; 
	padding:0; 
	color:#fff;
	overflow-x:hidden;
	-webkit-text-size-adjust: none;
	font-family: 'Lato', sans-serif;
}

.control-box{display: none;}

/*so images can be responsive?*/
/*img {
    MAX-WIDTH: 100%;
    DISPLAY: BLOCK;
}*/

img {
border:none;}

.wrapper {
    max-width: 1560px;
    margin: 0 auto;
}

.wrapnav {
	float: right;
    margin: 0 auto;
}

.wrap {
    max-width: 945px;
    margin: 0 auto;
}

.wrapper.cat {
display:inline-block;
margin:0 auto;
padding-bottom: 28px;
}

a:hover { font-weight:bold; }

/*h1, h2, h3, h5, h6, h7 {
	color:white;
}*/

p {
    line-height: 1.6em;
    font-size: 1.2em;
    font-weight: normal;
    color: black;
    letter-spacing: 1px;
	
}

h1 {
    margin-bottom: 10%;
    font-weight: normal;
    font-size: 1.8em;
	color:white;
}

h2 {
    font-size: 7em;
    font-weight: 800;
	color:white;
}

h3 {
    font-size: 2.5em;
    font-weight: 900;
    letter-spacing: 5px;
    line-height: 6px;
	color:white;
}

h4 {
    color: #fab52b;
    font-size: 3em;
    font-weight: 600;
    letter-spacing: 1px;
	margin-bottom: 38px;
	text-transform: uppercase;
}

h7 {
    color: black;
    font-weight: 800;
    font-size: 0.8em;
	line-height: 4em;
}

h8 {
    font-size: 4em;
    font-weight: 800;
}

h9 {
    font-size: 1.4em;
    font-weight: 800;
    letter-spacing: 2px;
    margin: -25px auto 5px auto;
}

/*******************header****************/

/*top banner*/
.topbanner { width:100%; color:black; display: table; padding: 8px 0;}

.language { float:left; }

.language a {
    color: black;
    text-decoration: none;
}

.language img {
    padding-right: 20px;
	display: inline;
}

.language a {
    padding-right: 10px;}

.language a.active {
    font-weight: 800;
    font-style: italic;
}

li.phonedesktop img {
    display: inline;
}

.slogan { float:right;     text-transform: uppercase; }

.slogan.mobile a {
    color: black;
}

.slogan.mobile {display:none;}
/*header*/
.header {
    width: 100%;
    position: relative;
    display: table;
    z-index: 5;
	background:url(../siteart/navbar.jpg);
	height: 92px;
}

.logo {
    float: left;
    padding:16px 0;
}

/*******************home****************/

/*hero*/
.hero-image {
    margin-top: -121px;
    height: 59vh;
    display: flex;
    background-image: url(/siteart/hero.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: inherit;
}

.hero-text {
    color: black;
    margin: 248px auto 0 auto;
    text-align: center;
	text-transform: uppercase;
}

.arrow {
    margin: 0 auto;
    margin-top: -4%;
    display: table;
    margin-bottom: 60px;
}

.who {
	padding: 32px 0;
    text-align: center;
}

.categoriesback {
	margin: 0 auto;
    width: 100%;
    display: inline-block;
    background-image: url(/siteart/categories.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    text-align: center;
}

.form-holder {
    width: 100%;
    margin: 26px auto;
}


input#keywords {
    width: 80%;
    margin: 0px 2% 0 0;
    padding: 15px;
    font-size: .9em;
    background-color: #f9f9f9;
    border: 2px solid #bebebe;
    -webkit-border-radius: 0;
    border-radius: 0;
}

button.searchButton {
    background: #fab52b;
    width: 15%;
    padding: 10px 0;
    font-size: 1.4em;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    border: 2px solid white;
    cursor: pointer;
    -webkit-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
	 
button.searchButton:hover {color: #343434;
border: 2px solid black;}

/**CATEGORIES*/


.zoom-container {
    width: 33%;
    position: relative;
    overflow: hidden;
    display: inline-block;
    font-size: 1rem;
    border: 2.5px solid transparent;
    vertical-align: top;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.zoom-container .zoom-caption {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    background: rgba(0, 0, 0, .5);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.zoom-container:hover .zoom-caption {
    background: none;
}

.zoom-container .zoom-caption h3 {
    display: inline-table;
    float: left;
    font-size: 28px;
    line-height: 40px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #fff;
    margin: 25% auto;
    background: rgba(0, 0, 0, 0.6);
    padding: 23px 2px;
    background: #000 \9;
    padding: 6px 22px;
	text-transform: uppercase;
}

.zoom-container img {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}


.zoom-container:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.orange {
    float: right;
    color: #fab52b;
    display: inline-grid;
}

/*  scrolling inventory
------------------------------------------------*/
.scrolling-wrap {
    width:100%;
    height:90px;
    overflow:hidden;
}
 
.scrolling{
    width:100%;
    height:92px;
}

/*****************FOOTER***************************/
.abovefo {
    margin: 29px auto;
}
.office p, .yarn p, .contact p, .email p, .social p, .addinfo p  {
	line-height: 1.4em;
    font-size: 0.9em;
    font-weight: normal;
    color: black;
    letter-spacing: 0.5px;
}

.office, .yarn, .contact, .email, .social, .footerlogo, .addinfo {
	display:inline-table;
	width: 33%;
}

.footerlogo img {
    float: right;
}

.addinfo {
text-align: right;
}

.contact a, .social a {
    color: black;
}

.footerback {
    background: black;
}

ul.footer {
    margin: 0 auto;
    list-style-type: none;
    font-size: 0.7em;
    letter-spacing: 0.7px;
    color: #9b9b9b;
    font-weight: bold;
    padding: 12px 0;
}

.footer li {
    display: inline-table;
    padding: 0px 21.7%;
}
.footer li:first-child, .footer li:last-child {
	padding:0;
}

a.footerlink {
	color:#9b9b9b;}
	
.footerlogo {
    vertical-align: text-top;
}
	
/*********************sold***************************/

.gallery {
    margin: 0 auto;
    text-align: center;
}

#gal_container {
    width: 100%;
    float: left;
}

#gal_container img {
    width: 12%;
    margin: 1% 1% 1% 1%;
}

.subtitle p {
font-size: 1em;
}

/**********************contact********************/
.formtext a {
    color: black;
    font-weight: bold;
}

.formtext a:hover {
	text-decoration:underline;
}

.form {
	text-align: center;
    position: relative;
    max-width: 80%;
    margin: 0 auto;
    padding: 20px;
    font-size: .9em;
    color: #fff;
}

.form input[type="text"] {
    width: 96%;
    margin: 9px 0;
    padding: 10px 2%;
    font-size: .9em;
    background-color: #f9f9f9;
    border: 1px solid grey;
    border-radius: 0;
}

input[type="text"]:focus {;}
select {
    max-width: 100%;
    margin: 2px 0;
    padding: 4px 8px;
    font-size: .9em;
    background-color: #fff;
    box-shadow:0 0 1px #363636;
    -webkit-border-radius: 0;
    border-radius: 0;
    border:none;
}
select:focus {outline: 3px solid grey;}

textarea {
    width: 96%;
    min-height: 80px;
    margin: 10px 0;
    padding: 10px 2%;
    font-size: .9em;
    background-color: #f9f9f9;
    border: 1px solid grey;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.cap-sub-group {
    margin: 0 auto;
    text-align: center;
}


.form input[type="submit"] {
	width: 35%;
    padding: 7px 0;
    border: 0;
    text-align: center;
    font-weight: 600;
    font-size: 2em;
    color: #fff;
    background: #fab52b;
    cursor: pointer;
    text-transform: uppercase;
    margin: 21px auto;
}

.form input[type="submit"]:hover {
	color: black;
    outline: none;
    border: none;
	transition: all .2s ease-in-out; 
	-moz-transition: all .2s ease-in-out; 
	-webkit-transition: all .2s ease-in-out;  
    -webkit-appearance: none;
}

/*control the Captcha */
.CaptchaPanel {
margin:0 0 0 0 !important;
padding:0 0 0 0 !important;
text-align: center;
line-height:normal !important;
}

.CaptchaImagePanel {
margin:0 0 0 0;
padding:0 0 0 0;
}

.CaptchaMessagePanel {
padding:0 0 0 0 !important;
margin:0 0 0 0 !important;
font-weight:normal !important;
font-size:12px;
line-height:14px;
}

.CaptchaAnswerPanel {
margin:0 0 0 0;
padding:2px 0px 2px 0px !important;
}

.CaptchaWhatsThisPanel {
	line-height:0;
	margin:0 0 0 0;
	padding:8px 0 8px 0 !important;
}
.CaptchaWhatsThisPanel a {color:#000;}
.CaptchaWhatsThisPanel a:hover {text-decoration:none;} 
        
/*******************locations**************/

.textmap {
    padding: 13px 0;
    text-align: center;
    background: #ffa50159;
}

/******************inventory**************/

.inv_wrapper {
    max-width: 1200px;
    width: 100%;
    margin: 40px auto;
    background: #fff;
}

.container.cf {
    color: black;
}

/*inventory deeper edition*/
h1#listings-title {
	font-family: Lato;
    color: #fab52b;
    font-size: 3em !important;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 38px;
    text-transform: uppercase;
}

.hosted-content .listings-wrapper .listings-list .category-banner h3 {
    line-height: 2.5em;
    font-family: Lato;
    letter-spacing: 1px;
}	

.hosted-content .listings-wrapper .bold, .hosted-content .listings-wrapper .italic, .hosted-content .listings-wrapper h2, .hosted-content .listings-detail-wrapper .bold, .hosted-content .listings-detail-wrapper .italic, .hosted-content .listings-detail-wrapper h2, .hosted-content .listings-drilldown-wrapper .bold, .hosted-content .listings-drilldown-wrapper .italic, .hosted-content .listings-drilldown-wrapper h2 {
    font-family: Lato,sans-serif !important;
    color: black;
}

.hosted-content .listings-wrapper .radio-icon label[for], .hosted-content .listings-detail-wrapper .radio-icon label[for], .hosted-content .listings-drilldown-wrapper .radio-icon label[for], .hosted-content label, .listings-wrapper .listing-smallcard .listing-smallcard-spec {
    color: black;
}

	b {
    	line-height: 1em;
		color: black;
	}

	
	.listing-smallcard-title {
    	min-height: 1em !important;
	}
	
	.hosted-content input[type='submit'], .hosted-content button[type='submit'], .hosted-content .btn, .hosted-content .button {
		background: #fab52b !important;
	}
	
	.hosted-content .btn:hover, .hosted-content .button:hover {
    	background: #fab52b87 !important;
	}
	
	.listing-smallcard-detail.cf {
    	min-height: 10px !important;
	}
	
	/*inside pages*/
	.hosted-content h3 {
    font-family: Lato;
	}
	
	.cf.border-bottom.m-bottom-10 h1 {
    font-style: normal;
    font-size: 3em;
    font-weight: 500;
    line-height: 1.5em;
    margin-top: 0;
    color: #fab52b;
	font-family: Lato;
}
	
	.widgets-container.m-top-25 {
    display: none;
	}
	
	div#listing-top-information {
    width: 100% !important;
	}
	
	._DetailListingPrice h3, h3.theme-text-color, h3.m-bottom-10  {
    letter-spacing: 0px !important;
    font-size: 1em;
	}
	
	.fixed-column6.left.print-full h5 {
	color: black;
    font-size: 1em !important;
    line-height: 1em;
    position: relative;
}
	
	a.machinelocation, .js-phone-clicktotrack {
    letter-spacing: 0.5px;
    text-decoration: none !important;
	}
	
	.media-4-3 {
	padding-bottom:55% !important;
	}
	
	.media-control-wrapper {
    padding-top: 20px;
	}

	.listing-details {
    padding-top: 20px;
	}
	
	select#CurrencyCode {
    margin: 8px 2px 0 10px;
	}
	
	.fixed-column6.left.print-full {
	color: black;
    line-height: 2em !important;
	}
	
	.hosted-content .listings-detail-wrapper .information-box {
    color: black;
	}
	
	span.price-tag {
    font-family: 'Lato' !important;
	}
	
	.hosted-content .listings-detail-wrapper .information-box .row:nth-child(even) {
    background: #fab52b87!important;
	}
	
	.hosted-content .attachment-search .search-subheader {
    color: black;}
	
	a.email {
    display: none !important;
	}
	
	h5.m-top-30.m-bottom-15.red.center-text {
    font-size: 1.5em !important;
    font-weight: 500;
    line-height: 1em;
    position: relative;
    text-transform: none;
}

.addthis_inline_share_toolbox.columns.small-12 {
    display: none;
}
	/*search bottom*/
	.p-top-8 h3 {
    font-size: 1.5em !important;
    margin-top: 20px !important;
	}
	
	
	.hosted-content #main-search .form-row {
    width: 100%;
    float: left;
    margin: 0;
	}
	
	
/****INV 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;
}

.list-content .list-title .list-title-text, .list-content .listing-portion-title{color: black !important;}

.contact-info-heading h2, .detail-additional-data h3{font-size: 21px; color: black;font-weight: 600; letter-spacing: 0 !important;line-height: 26px !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;}


.view-listing-details-link, .buy-now-link, .faceted-search-content .selected-facets-container .selected-facet, .offer-btn, .mobile-breadcrumb .breadcrumbs-element, .detail-content-mobile .contact-options a, .fin-calc-mobile>a {color: #000 !important;}

.bread-crumbs-heading .return-links .return-links-link span, #no-compare-listings, .bread-crumbs-heading .return-links .return-links-link i {color:#fbb52f !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:#fbb52f !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 #fbb52f !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: #fbb52f !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;}




/****MOBILE VERSION****/
@media screen and (max-width:1600px){ 
.wrapper {
    padding: 0 25px;}
.footer li {
    padding: 0;
}
ul.footer {
    text-align: left;
    letter-spacing: 0;
	font-size: 0.8em;
}
.footer li {
    display: list-item;

}
	
}

@media screen and (max-width:1350px){ 
.wrapnav {
    width: 100%;
}
.logo {
position: absolute;}

h1 {
    font-size: 2.2em;
}
h2 {
    font-size: 8em;
}
h3 {
    font-size: 2.9em;
}

h4 {margin-bottom: 18px;}

p {
    line-height: 1.4em;
    font-size: 1.1em;}
	
.logo img {
    max-width: 70%;
}
.hero-image {
    margin-top: -91px;
	height: 70vh;
}
.hero-text {
    margin:22vh auto 0 auto;}
.arrow {
        margin-top: -15vh;
    margin-bottom: 12vh;
}
input#keywords {
    width: 77%;}
	
.zoom-container .zoom-caption h3 {
    font-size: 22px;
    line-height: 30px;
}

.wrap {
	padding: 0 25px;}
.who {
    padding: 44px 0;}
	}

@media screen and (max-width:1100px){ 
.zoom-container {
    width: 49%;}
	
.orange {
    display: none;}	


}

@media screen and (max-width:1080px){ 
.slogan {
	display:none;}
.slogan.mobile {
    display: inline-flex;
    font-weight: 800;
}
#gal_container img {
    width: 17%;}
}

@media screen and (max-width:980px){ 
h1#listings-title {
    font-size: 2em !important;
    margin-bottom: 17px;
}
.inv_wrapper {
    margin: 12px auto;}
.dozer {
height: 100%;
}
}

@media screen and (max-width:900px){ 
h1 {
    font-size: 2.2em;
}
h2 {
    font-size: 8em;
}
h3 {
    font-size: 2.9em;
}
.dozer {
height: 100%;
}
}

@media screen and (max-width:815px) and (min-width:800px){ 
.hero-image {
    height:  85vh;
} 
h1 {
    font-size: 2.2em;
}
h2 {
    font-size: 6em;
}
h3 {
    font-size: 1.9em;
}
.dozer {
height: 100%;
}
}

@media screen and (max-width:800px){ 
h1 {
    font-size: 1.7em;
}
h2 {
    font-size: 6em;
}
h3 {
    font-size: 1.9em;
}
h4 {
    font-size: 2em ;
    margin-bottom: 17px;
}
p {
    line-height: 1.4em;
    font-size: 1em;
}
.who {
    padding: 22px 0;}
.map iframe {
    height: 300px;
}
.form input[type="submit"] {
    font-size: 1.3em;}
.dozer {
height: 100%;
}
}

@media screen and (max-width:780px){ 
.hosted-content #wide_col {
    float: none !important;
}
.dozer {
height: 100%;
}
}

@media screen and (max-width:750px){ 
.hero-image {
    height: 76vh;
}
.dozer {
height: 100%;
}
}

@media screen and (max-width:700px){ 
.hero-image {
    margin-top: -70px;
    height: 76vh;
}
h1 {font-size: 1.3em;}
h2 {
    font-size: 4em;}
h3 {
    font-size: 1.5em;}
p {
    line-height: 1.2em; font-size: 0.9em;}		
.logo img {
    max-width: 45%;
}
button.searchButton {
    font-size: 1em;}
input#keywords {
    padding: 10px;}
	
.office, .yarn, .contact, .email, .social {
    width: 49%;
}
.zoom-container .zoom-caption h3 {
    font-size: 17px;
    line-height: 21px;}
	
.contact, .social {
text-align: right;
}

.office p, .yarn p, .contact p, .email p, .social p {
    font-size: 0.8em;}
		
.footerlogo, .addinfo {
    display: none;
}
ul.footer {
	font-size: 0.6em;
    text-align: center;}
	
.header {
	height: 70px;}
	
#gal_container img {
    width: 30%;
}
.dozer {
height: 100%;
}
}

@media screen and (max-width:550px){ 
.zoom-container {
    width: 100%;}
input#keywords {
    width: 97%;
    margin: 0;
    padding: 9px 3px;
    font-size: .9em;}

button.searchButton {
    margin-top: 14px;
    width: 100%;
    padding: 6px 0;
    font-size: 1.3em;
}	
.office, .yarn, .contact, .email, .social {
    width: 100%;
}

.contact, .social {
text-align: left;
}
.form input[type="submit"] {
    font-size: 1em;
	    width: 125px;
}
.hero-image {
    height: 59vh;
}
.dozer {
height: 100%;
}
}

@media screen and (max-width:350px){ 
.form input[type="submit"] {
font-size: 1em;
}
.dozer {
height: 100%;
}
}