@charset "utf-8";
/* CSS Document */

a, button, .button, a:hover, button:hover, .button:hover, button.mobile_btn::after {
    -webkit-transition:all .45s ease;
    -moz-transition:all .45s ease;
    -ms-transition:all .45s ease;
    -o-transition:all .45s ease;
    transition:all .45s ease;
}
* { outline: none; }
body { overflow-x:hidden; 
font-family: 'Oswald', sans-serif !important;}

::-webkit-scrollbar-track, ::-webkit-scrollbar, ::-webkit-scrollbar-thumb {
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #eee;
}
::-webkit-scrollbar {
	width: 10px;
	background-color: #eee;
}
::-webkit-scrollbar-thumb { background-color: rgba(0,0,0,.25); }

/* =============================================================================
   Foundation Resets                                                               
============================================================================= */



/* =============================================================================
   Hosted Inventory Resets                                                               
============================================================================= */
.inven #wide_col { float: left; }
.hosted-content .columns.small-12 {
    width: 25%;
    float: left;
    padding: 0;
}
.attachment-search { width: 100% !important; }

.inv-search {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
	gap: 10px;
	margin-top: 15px !important;
	
}

.search-column {
    flex: 1;
}

#quick-search .row {
	width: 90%;
	margin: 0 auto;
}

/*  SCROLLING INVENTORY
------------------------------------------------*/
.scrolling-wrap {
    width:100%;
    height:90px;
    overflow:hidden;
}
 
.scrolling{
    width:100%;
    height:92px;
}
.at-share-btn-elements{
	padding-bottom:10px !important;
}
.listings-wrapper .listing-smallcard .listing-smallcard-title{
	min-height:0 !important;
}
h1{font-size:2em;margin:0}
.listings-wrapper .listing-smallcard .listing-card-pricing .listing-prices {
     margin-bottom: 0px; 
}
.hosted-content img {
	vertical-align: baseline!important;
}
.hosted-content .pagination>.drop-down-form select, .hosted-content .pagination-blog>select {
    width: 60px;
}
/* =============================================================================
   Typeography                                                              
============================================================================= */
h1, h2, h3, h4, h5, h6, p {font-family: 'Oswald', sans-serif;}

h1{text-transform: uppercase;}
h1{color:black; font-size:22px; font-weight: 400;}
h1 strong{color: #2487c7; font-size: 25px;  font-weight: 600; display: block;}
/* =============================================================================
   Header                                                              
============================================================================= */

header{width:100%;margin:0;padding:0;background:#fff;text-align:center;width:100%;border-bottom:10px solid #2487c7;}
.shown{top:0 !important;}
header h4{padding:5px 0; font-weight: 600; margin-bottom: 0px;}
.headerwrap h4{ color:#333; text-transform: uppercase;}
header h4 span, .headright a h4{color:#1f84c6;}
.headright a:hover h4{color:#2487c7;}
.head-right a.email-link{color:white; text-transform: uppercase; background-color:#1f84c6; padding:5px;}
.headerwrap{width:96%;max-width:1680px;margin:0 auto;}

.topbar{background-color: #333;}
.headleft{float:left;width:45%;text-align:left;}
.headright{float:right;width:45%;text-align:right;}
.headright a{display:inline-block;zoom: 1;*display: inline;margin-right:30px;}
.headright a:last-child{margin-right:0;}
.logo{float:none;display:block;width:30%;margin:0 auto;text-align:center;position:absolute;top:-5px;left:35%;right:35%;background:url(../siteart/headswoop2.png) bottom center no-repeat;z-index:101;}
.logo a img{margin:0 auto !important;}
.closeslider{width:10%;float:left;margin:0 auto;text-align:center;margin-top:8px;}
.headlarge{width:10%;padding:5px 0;}

#headinfo{position:relative;}
.headsearch{float:right;width:50%;padding-top:8px;padding-right:1%;}
.searchselect{width:65%;float:left;text-align:right;}
.headag,.headcons,.headagatt,.headconsatt{display:inline-block;zoom: 1;*display: inline;margin:5px 2px;padding:2px 8px;background:#1f84c6;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;}
.searchselect p{font-size:12px;color:#fff;padding:0;margin: 0px;}
.headag:hover,.headcons:hover,.headagatt:hover,.headconsatt:hover{cursor:pointer;background:#ddd;color:#1f84c6;-moz-transition:0.5s all ease;-webkit-transition:0.5s all ease;-ms-transition:0.5s all ease;-o-transition:0.5s all ease;transition:0.5s all ease;}
.headag:hover p,.headcons:hover p,.headagatt:hover p,.headconsatt:hover p{color:#1f84c6;-moz-transition:0.5s all ease;-webkit-transition:0.5s all ease;-ms-transition:0.5s all ease;-o-transition:0.5s all ease;transition:0.5s all ease;}
.searchfield{width:30%;margin:0 5px;float:left;}
#search{float:left;-moz-border-radius:15px;-webkit-border-radius:15px;border-radius:15px;margin:0 5px;padding:5px 15px;width:85%; height: 2rem;}
#submit{float:left;color:#f09455;background:url(../siteart/searchbutton.png) center center no-repeat;-moz-border-radius:15px;-webkit-border-radius:15px;border-radius:15px;height:27px;width:27px;margin-top:2px;}
#submit:hover{cursor:pointer;}

.storebutton{position:absolute;right:2%;bottom:-50px;z-index:101;background:#1f84c6;width:10%;-moz-border-radius:0 0 5px 5px;-webkit-border-radius:0 0 5px 5px;border-radius:0 0 5px 5px;}
.storebutton h4{color:#fff;}
.storebutton:hover{background:#fff;-moz-transition:0.5s all ease;-webkit-transition:0.5s all ease;-ms-transition:0.5s all ease;-o-transition:0.5s all ease;transition:0.5s all ease;}
.storebutton:hover h4{color:#2487c7;}


header {
	display: table;
	width: 100%;
	padding: 0px;
}


/* =============================================================================
  Slider                                                            
============================================================================= */
#slider {
				overflow:hidden;
				position:relative;
				width: 100%;
				background: #222;
				display: table;
			}
			#slider .orbit-container {
				height: 0;
				margin: 0;
				list-style: none;
				overflow: hidden;
				height: 60vh !important;
				width: 100%;
				text-align:left;
			}
			#slider .orbit-slide {
				background-repeat: no-repeat;
				background-size: cover;
				height: 60vh;
				background-position: 50% 50%;
				width: 100%;
				z-index: 9;
				padding: 0;
			}
			.orbit-next::after, .orbit-previous::after { display: none; }
			.orbit-next, .orbit-previous, .orbit-next:focus, .orbit-previous:focus, .orbit-next:active, .orbit-previous:active { 
				cursor: pointer;
				background: transparent;
			}
			.orbit-next:hover, .orbit-previous:hover { background: rgba(0,0,0,.5) }
			.orbit-next:hover, .orbit-previous:hover, .orbit-next:focus, .orbit-previous:focus { padding: 1rem; }
			.orbit-next, .orbit-previous { background: transparent; z-index:99; }
			
				/* Interior */
				#interior #slider .orbit-container, #interior #slider, #interior #slider .orbit-slide {
					height: 20vh !important;	}
				#interior .orbit-next, #interior .orbit-previous { display:none; }
				#interior #slider .orbit-slide { background-position: 50% 65%; }

/* =============================================================================
   CTA                                                             
============================================================================= */

			.cta {
				display: table;
				width: 100%;
				background-image: url("../siteart/blue-texture.jpg");
				background-repeat: no-repeat;
				background-size: cover;
			}
			.cta ul { 
				list-style:none; 
				position: relative;
				margin: 0px auto;
			}
			.cta ul li { 
				padding: 0 10px 0;
				margin: 0px; 
			}
			.cta ul li div:first-child {
				list-style:none;
				position: relative;
				background-repeat:no-repeat;
				background-size: cover;
				background-position: 50% 50%;
				padding: 0;
				height: 180px;
				z-index: 999;
				border: 3px solid white;
				margin-top: -40px;
				margin-bottom: 30px;
			}
			.cta a span {
				text-align: left;
				display: table-cell; 
				vertical-align:bottom;
			}
			.cta a h2 { color: #333; font-weight: 600; text-transform: uppercase; background-color:rgba(255,255,255,0.70); }
			.cta a:hover h2 { color: #fff; background-color: rgba(36,134,199,0.70) }
			.cta a p { color: #ff3600; font-weight: 700; position: relative; margin: 0; }
			.cta a h2 span { display: block; }
			.cta a:hover { opacity: 1; }
			.cta a .overlay {
				background: rgba(0,0,0,.00);
				position:absolute;
				top:0;
				bottom: 0;
				display: table;
				width: 100%;
				height: 100%;
			}
			.cta .arrow-right {
			  width: 0; 
			  height: 0; 
			  border-top: 15px solid transparent;
			  border-bottom: 15px solid transparent;
			  border-left: 15px solid #2487c7;
			  padding-right:10px;
			  display: inline-block;
			}

			.cta ul li .machines{ background-image:url("/siteart/cta/machines.jpg"); }
			.cta ul li .attachments { background-image:url("/siteart/cta/attachments.jpg"); }
			.cta ul li .financing { background-image:url("/siteart/cta/financing.jpg"); }
			.cta ul li .buy-now { background-image:url("/siteart/cta/buy-now.jpg"); }
			.cta a:hover .overlay { background: rgba(0,0,0,.00); }
/* =============================================================================
   Search                                                              
============================================================================= */
#quick-search .heading{
	color:#2487c7;
	font-family: 'Oswald', sans-serif;
	font-size:25px;
	font-weight:600;
	text-transform:uppercase;
}
.searchBar {
	background: #eeeeee;
	display: table;
	width: 100%;
	color: #777777;
	padding: 15px 0 20px;
	position: relative;
	font-family: 'Oswald', sans-serif;
}
.searchBar label { color: #777777; font-weight: 700; text-align: left;}
.searchBar .column.column-block { margin-bottom: 0px; }
.searchBar .medium-2_5 { width: 25%; }
.searchBar select {
	height: 2em;
	font-size: 14px;
	padding: 0 5px;
	background-position: 95% 50%;
	background-size: 9px;
	width:100%;
	
}

.searchBar input[type=text] {
	height: 2em;
	padding: 0 5px;
	font-size: 14px;
}
.searchBar input.button {
	height: auto;
	width: 100%;
	background-color:#2487c7;
	color: #fff;
	text-transform:uppercase;
	font-family: 'Oswald', sans-serif;
	font-size:14px;
	font-weight:600;
	padding:6px 20px;
}
.searchBar input.button:hover {
	background-color:rgba(205,165,45,1.00);
}
.hidden-overlay {
	width: 100%;
    background: rgba(255, 255, 255, 0);
    height: 100%;
    position: absolute;
    top: 0;
	left: 0;
	z-index: 99999999999;
}
.field-wrapper {
	display: table;
	position: relative;
    width: 78%;
}
.field-wrapper .medium-2_5 { width: 27% }
.hidden{display:none;}
.show{display: block;}








.background-arrow{
    width: 0;
    height: 0;
    border-top: 150px solid transparent;
    border-bottom: 150px solid transparent;
    border-left: 60px solid #2487c7;
    padding-right: 10px;
    display: inline-block;
    position: absolute;
    left: 0px;
}
.arrow-space h1, .arrow-space p { padding-left: 80px;}

.inventory-blue{
  background-image:url("../siteart/blue-texture.jpg"); 
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
.inventory-blue .row{background-color:white;}
.container.cf, .contact-space{
    padding-top: 105px;
}

.construction {
	width: 100%;
	margin: 0 auto;
}

/* =============================================================================
   Contact                                                              
============================================================================= */

input#submit-button{
	color:white;
	background-color:#2487c7;
	text-transform: uppercase;
	padding:5px 10px;
	border:none;
	border-radius: 0;
}
#reset-form-button{
	color:#FFF;
	background-color:#333;
	text-transform: uppercase;
	padding:5px 10px;
	border:none;
	border-radius: 0;
}
.form-item {
    text-align: center;
}
.CaptchaPanel, .CaptchaMessagePanel, .CaptchaAnswerPanel {padding: 0px !important; margin: 0 !important; font-weight: 300 !important;}
/* =============================================================================
   Footer                                                              
============================================================================= */
.map-responsive{
    overflow:hidden;
    padding-bottom:300px;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
.footer{
	padding:10px 0;
	border-bottom: 10px solid #2487c7;
	color: black;
	font-weight: 600;
	text-transform: uppercase;
}
.footer-logo{
   float:right;
    max-height: 88px;
}
.footer a {
	color: black;
	font-weight: 600;
	text-transform: uppercase;
}
.footer a:hover {
	color: #2487c7;
}
.footer h6 {
	font-weight: 600;
	font-size: 16px;
	color:#2487c7; 
	text-transform: uppercase;
}
.footer ul {
	font-size: 12px;
	line-height: 1.8;
	list-style-type: none;
	margin-left: none !important;
}
.footer ol, .footer ul {
	margin-left: 0;
}
a.footerlink:link, a.footerlink:visited, a.footerlink:active{text-decoration:underline; font-size:13px;}
a.footerlink:hover {text-decoration:none; font-size:13px;}

.footertext{font-size:13px;}

.smallfootertext{ display: none;}

.divfooter { text-align:right; margin:0 auto; margin-top: 100px;}

/*INVENTORY STYLES*/

#inv{padding: 5% 0;}
#inv *:not(.fa):not(.far):not(.fas):not(.fab):not(.material-icons), 
.list-content .listing-portion-title, .list-top-section .list-title .list-title-text, .list-content .list-listing .dealer-name, .list-content .price-container .price, .list-content .spec-label, .list-content .dealer-data, .list-content .listing-description, .list-content .spec-value  {font-family: 'Oswald', 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:#ee3124 !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:#2487c7 !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 #2487c7 !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: #2487c7 !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: #333333 !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: #333333!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                                                              
============================================================================= */

@media only screen and (max-width: 1024px) {
.cta ul li {margin-bottom: 30px;}
.footer-logo {
    float: none;
    margin-right: auto;
    margin-left: auto;
    display: block;
}
.divfooter {
    text-align: center;
    margin-top: 10px;
}
	
}
@media only screen and (max-width: 1000px) {
	.container.cf, .contact-space {
    padding-top: 0px;
}
}
@media only screen and (max-width: 750px) {
.searchBar .medium-2_5{
		width:100%;
	}
	.field-wrapper {
    width: 100%;
	}
	.caption__overlay {
    -webkit-transform: none;
    transform: none;
}
	
	.inv-search {
		flex-wrap: wrap;
	}
	
	.search-column {
    flex-basis: 100%;
}
	
	.searchBar select {
		margin: 0;
	}
	
	.search-column [type=text] {
		margin-bottom: 0 !important;
	}
	
}

@media only screen and (max-width: 465px) {
	
.cta .small-up-2>.column, .cta.small-up-2>.columns {width: 100%;}
	.background-arrow{display: none;}
	.arrow-space h1, .arrow-space p {
    padding-left: 0px;
}
}

@media only screen and (max-width: 410px) {
	
.footer .small-6 {
    width: 100%;
	text-align: center;
}

}