@charset "utf-8";
/* CSS Document */

a, button, .button, a:hover, button:hover, .button:hover, button.mobile_btn::after, .cta a .overlay, .cta a h2, .cta .icon, .cta div, .cta a .icon {
    -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; }

::-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                                                               
============================================================================= */


.inven select { width: auto; }
.inven .searchBar select { width: 100%; }

/* =============================================================================
   Hosted Inventory Resets                                                               
============================================================================= */
.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, .hosted-content .listings-wrapper, .hosted-content .listings-detail-wrapper, .hosted-content .listings-drilldown-wrapper, .hosted-content label, .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, .hosted-content input[type=button], .hosted-content input[type=color], .hosted-content input[type=date], .hosted-content input[type=datetime], .hosted-content input[type=datetime-local], .hosted-content input[type=email], .hosted-content input[type=file], .hosted-content input[type=hidden], .hosted-content input[type=image], .hosted-content input[type=month], .hosted-content input[type=number], .hosted-content input[type=password], .hosted-content input[type=range], .hosted-content input[type=reset], .hosted-content input[type=search], .hosted-content input[type=submit], .hosted-content input[type=tel], .hosted-content input[type=text], .hosted-content input[type=time], .hosted-content input[type=url], .hosted-content input[type=week], .hosted-content textarea, .hosted-content .listings-wrapper .listings-list .category-banner h3 {
	font-family: 'Montserrat', sans-serif !important;
	line-height:1.35em !important;
	margin: 0px;
}

.hosted-content textarea, .hosted-content .listings-wrapper .listings-list .category-banner h3 { font-size: 1.75em; font-weight: 600; }
.listings-wrapper .listing-smallcard .listing-smallcard-image a:hover { opacity: .65; }
.hosted-content .listings-wrapper .listings-list .listing-banner h2 { font-size: 2em; }
.hosted-content .pagination>span { margin: 0 5px !important; }

.hosted-content .pagination .next, .hosted-content .pagination .prev { width: auto; }
.hosted-content .pagination>span {
	margin: 0px 5px !important;
}
iframe.financial-calc { width: 100%; height: 450px; }
.listing-details h5 { line-height: 1.25; font-style:normal; font-weight: 600; }
.listing-details h5 a { line-height: 1.25; }
.hosted-content h3 { font-size: 1.75em; }
.listings-detail-wrapper h1 { font-size: 2.5em; }

.hosted-content .listings-wrapper .currency-box { text-align: left; }
.listings-wrapper .listing-smallcard .listing-smallcard-title { min-height: auto; }

.no-print.m-bottom-10 img {
	width: auto !important;
	display: inline !important;
	margin: 0 !important;
}
img.lazyload, img.mc-img-normal, .mc-item.mc-thumb, .mc-item.mc-thumb img { width: 100% !important; margin: 0 !important; }

.hosted-content .widget-express, .hosted-content .widget-nah, .hosted-content .widget-ps {
    line-height: 160%;
    margin-top: 10px;
}

#main-container .hosted-content img{display: inline; margin-bottom: 0;}

/* =============================================================================
   Typeography                                                              
============================================================================= */
body, p, section, a, field, input, form { font-family: 'Montserrat', sans-serif; }
h1,h2,h3,h4,h5,h6 { font-family: 'Montserrat', sans-serif; line-height: 1.25; }

h1 { font-weight: 800; }


.title::after {
	content: ' ';
	display: block;
	border: 2px solid #1f5835;
	width: 50%;
	margin: 10px 0 20px;
}

h1 { font-weight: 800; }

.finance{
	font-weight: 400;	
	font-size: 2rem;
}

.finance::after {
	content: ' ';
	display: block;
	border: 1.5px solid #1f5835;
	width: 25%;
	margin: 10px 0 20px;
}

a, a:visited { color: #1f5835; }
a:hover, a:focus { color: #999; }

ul { list-style:none; margin: 0; } 

/* =============================================================================
   Header                                                              
============================================================================= */

header {
	display: table;
	width: 100%;
	padding: 10px 25px;
	border-bottom: 1px solid #eee;
}

header h2.header { 
	color: #1f5835; 
	line-height: 1;
	font-size: 2.5em; 
	font-weight: 800;
}

header .topBar { display: block; width: 100%; }
header .topBar ul { 
	margin: 0;
	padding: 0 0 10px; 
	list-style:none; 
	text-align: right;
	width: 80%;
	display: block;
	margin-left: auto;
	border-bottom: 2px solid #1f5835;
}
header .topBar ul li { display: inline-block; padding: 0 1.4em; }
header .topBar ul li a { 
	color: #1f5835;
	font-weight: 700;
}
header .topBar ul li a:hover { color: #999; }

/* Menu Main */
.menu-main-container ul, .mobile-nav ul {
	margin: 0;
	padding:0;
	list-style: none;
}
#menu-main { text-align: right; }
#menu-main a {
	display:block; 
	color: #222; 
	padding: 0.8em 1.4em .15em;
	font-size: 13.25px;
	position: relative;
	text-transform: uppercase;
	font-weight: 700;
	border-bottom: 3px solid transparent;
}
#menu-main a:hover, #menu-main a.active { color: #1f5835; border-bottom-color: #1f5835; }
#menu-main li {
	position: relative;
	display: inline-block;
}

/* Main Sub-Menu */
#menu-main ul {
	position: absolute;
	white-space: nowrap;
	z-index: 99999;
	left: -99999em;
	background: rgba(255,255,255, .85);
	text-align: left;
}
#menu-main li ul li { display:block; }
#menu-main ul li a:hover { color: #333; }
#menu-main > li:hover > ul {
	left: auto;
	min-width: 100%;
}
#menu-main > li li:hover > ul { 
	left: 100%;
	margin-left: 1px;
	top: -1px;
}

/* Dropdown Arrow */
/*#menu-main li > a:after {
	content: ' ';
    background: url(../siteart/down.png) no-repeat 80% 50% / 8px;
    top: 0;
    position: absolute;
    width: 15px;
    height: 100%;
}
#menu-main li > a:hover:after { background: url(../siteart/down.png) no-repeat 80% 50% / 8px; }
#menu-main li > a:only-child:after { content: none; }
*/

	/* Mobile Menu Toggle */
	.off-canvas-container { position: relative;	}
	.off-canvas-inner {
	    position: relative;
		width: 100%;
		display: block;
		overflow:hidden;
	}
	.off_canvas {
		position: relative;
		height: 100vh;
		max-height: 100%;
		background: #222;
		position: fixed;
		overflow-x:hidden;
		top: 0;
    	z-index: 1;
	}
	.off_canvas_content.is_open, .off_canvas_content.open_right.is_open {
		filter: blur(3px);
		position:fixed;
		width: 100%;
	}
	.off_canvas_content.is_open { transform: translateX(300px); }
	.off_canvas_content.open_right.is_open { transform: translateX(-250px); }
	.position_left, .position_right {
		width: 300px;
		overflow-y: auto;
	}
	.position_left {
		transform: translateX(-300px);
		left: 0	
	}
	.position_right {
		transform: translateX(300px);
		right: 0;	
	}
	.position_left.is_open, .position_right.is_open {
		transform: translateX(0px);
		z-index: 999999;
		-webkit-box-shadow: 2px 0 20px -4px #222;
        box-shadow: 2px 0 20px -4px #222;
	}
	.off_canvas_content, .off_canvas_content.is_open, .position_left, .position_left.is_open, #off_canvas_cover.is_open, #off_canvas_cover, .position_right.is_open, .position_right  {
		-webkit-transition: all 0.75s ease;
		-moz-transition: all 0.75s ease;
		-o-transition: all 0.75s ease;
		transition: all 0.75s ease;		
	}
		/* Close Btn */
		.close {
			background: url(../siteart/close.png) no-repeat 50% 50% / 20px transparent;
			width: 20px;
			height: 20px;
			position: absolute;
			right: 12px;
			top: 15px;
			display: block;		
		}
		.close:hover {
			cursor:pointer;
			background: url(../siteart/close.png) no-repeat 50% 50% / 20px transparent;
		}
		#off_canvas_cover, #off_canvas_cover.is_open { transform: rotate(0); }
		#off_canvas_cover {
			visibility:hidden;
			position: fixed;
			width: 100%;
			height: 100%;
			top: 0;
			left: 0;
			z-index:-1;
			background: rgba(255,255,255,.65);
			opacity: 0;
		}
		#off_canvas_cover.is_open {
			opacity: 1;
			visibility:visible;
			z-index:9999;
		}

  	/* Mobile Menu */
	.off_canvas header {
		background: transparent;
		padding: 0px;
		position: relative;		
		top: 0;
	}
	.off_canvas h2 {
		color: #fff;
		text-align:left;
		font-size: 1.5em;
		margin: 10px 15px;		
	}
	.mobile.button { display: none;	}
	.mobile-nav #mobile-menu-main { border-top: 1px solid #333; }
	.mobile-nav #mobile-menu-main li {
		width: 100%;
		position: relative;
	}
	.mobile-nav #mobile-menu-main li a:hover { color: #fff; }
	.mobile-nav #mobile-menu-main a {
		width: 100%;
		color: #818181;
		min-height: 45px;
		display: inline-block;
		text-decoration: none;
		padding: 10px 0 10px 5%;
		position: relative;
		font-size: 14px;
		border-bottom: 1px solid #333;
	}

	/* Mobile Sub-Menu */
	.mobile-nav #mobile-menu-main ul {
		position: relative;
		z-index: initial;
		left: 0;
		background: transparent;
		text-align: left;
		width: 100%;
		padding: 0px;
		display:none;
	}
	.mobile-nav ul li ul li a { padding: 10px 0; }
	.mobile-nav ul li a:hover { color: #fff !important; }
	
	/* First Dropdown */
	.mobile-nav #mobile-menu-main > li li:hover > ul {
		left: 0px;
	}
	/* Second Dropdown */
	.mobile-nav #mobile-menu-main > li > .sub-menu li a {
		margin: 0 0 0 5%;
	}
	/* Third Dropdown */
	.mobile-nav #mobile-menu-main > li > .sub-menu > li > ul.sub-menu li a {
		margin: 0 0 0 10%;
	}
	/* Fourth Dropdown */
	.mobile-nav #mobile-menu-main > li > .sub-menu > li > ul.sub-menu > li > ul.sub-menu li a {
		margin: 0 0 0 15%;
	}
	/* Fifth Dropdown */
	.mobile-nav #mobile-menu-main > li > .sub-menu > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu li a {
		margin: 0 0 0 20%;
	}

	/* Mobile Btn */
	.mobile-nav li button.mobile_btn {
		height: 45px;
		width: 50px;
		position: absolute;
		top: 0;
		right: 0;
		background: #333;
		display: inline-block;
		border-radius: 3px 0 0 3px;
		border:none;
	}
	.mobile-nav li button.mobile_btn:hover { cursor: pointer }
	.mobile-nav button.mobile_btn::after {
		content: ' ';
		position: absolute;
		top: 0;
		left: 0;
		background: url(../siteart/mobile_arrow.png) no-repeat center center / 10px;
		width: 100%;
		height: 100%;
	}
	.mobile-nav li button.mobile_btn.active { background: #666; }
	.mobile-nav li button.mobile_btn.active::after, .close:hover {
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		-o-transform: rotate(180deg);
		transform: rotate(180deg);
	}

/* =============================================================================
   Body                                                              
============================================================================= */

#main-container {
	width: 100%;
	display: table;
	margin: 25px 0;
}

#main-container img{
	display: block;
	margin-bottom: 1em;
}

/* Slider */
.cycle-slideshow{width:100%; height:400px; position:relative;}
.cycle-slideshow img{width:100%; height:100%; object-fit:cover;}
.cycle-arrows {
  position: absolute;
  top: 45%;
  width: 40px;
  height: 40px;
  cursor: pointer;
  font-size: 1.5em;
  color: #fff;
  z-index: 110;
  box-sizing: border-box;
padding-top:12px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.cycle-prev {
  left: 10px;
}
.cycle-next {
  right: 10px;
}
.cycle-arrows::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-top: .3em solid transparent;
  border-bottom: .3em solid transparent;
}
.cycle-prev::after {
  border-right: .5em solid #fff;
  left: 0;
padding-left:12px;
}
.cycle-next::after {
  border-left: .5em solid #fff;
  right: 0;
	padding-right:12px;
}
.cycle-arrows:hover {
  background-color: rgba(0,0,0,.6);
  /* outline: 1px dotted #666; */
}
.cycle-prev::after:hover {
  border-left-color: #000;
}
.cycle-next::after:hover {
  border-right-color: #000;
}
/* Call to Action */
.cta {
	width: 100%;
	margin: 0px auto;
	display: table;
	list-style: none !important;
	position:relative;
	z-index:10;
}
.cta ul { 
	margin: 10px 0px; 
	list-style:none; 
	width: 100%;
    display: table;
	position: relative;
}
.cta ul li { 
list-style: none;
	padding: 0 10px 0;
	margin: 0; 
}
.cta div:first-of-type {
	list-style:none;
	position: relative;
	background: #ccc;
	border-radius: 1px;
	padding: 0;
	height: 115px;
	z-index:999;
	margin: 10px 0;
}
.cta a span {
	text-align: center;
	display: table-cell; 
	vertical-align:middle;
}
.cta a h2 { 
	color: #222; 
	font-size: 1em;
	font-weight: 700; 
	line-height: 1.25; 
	position: relative;
	padding: 0 15px 0 85px;
	margin: 0;
 }
.cta a h2 strong { display: block; }
.cta a:hover { opacity: 1; }
.cta a .overlay {
	position:absolute;
	top:0;
	bottom: 0;
	display: table;
	padding: 0 0 0 10px;
	width: 100%;
	height: 100%;
}
.cta .icon.one {background: url(../siteart/tractor.png) no-repeat 50% 50% / 68px;}
.cta .icon.two {background: url(../siteart/tillage.png) no-repeat 50% 50% / 70px;}
.cta .icon.three {background: url(../siteart/harvest.png) no-repeat 50% 50% / 85px;}
.cta .icon.four {background: url(../siteart/hay.png) no-repeat 50% 50% / 60px;}
.cta .icon.five {background: url(../siteart/construction.png) no-repeat 50% 50% / 70px;}
.cta .icon.six {background: url(../siteart/used.png) no-repeat 50% 50% / 70px;}
.cta .icon.seven {background: url(../siteart/attachments.png) no-repeat 50% 50% / 70px;}
.cta .icon.eight {background: url(../siteart/3pt.png) no-repeat 100% 50% / 65px;}

.cta .icon {
	width: 75px;
	height: 75px !important;
	float: left;
	border: #777 solid 2px;
	border-radius: 50px !important;
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
	opacity: .5;
	margin: 0 !important;
    position: absolute !important;
    top: 20px;
}
.cta a:hover h2 { color: #fff; }
.cta div:hover { background: #1f5835; }
.cta a:hover .icon { 
	border-color: #fff; 
	background-color: #fff; 
	-webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
	opacity: 1;
}

.cta article .auctionTab{
	color: #777;
	padding-right: 0.5rem;
	padding-left: 0.5rem;	
	margin-left: 0.6rem;
    margin-right: 0.6rem;
	text-align: center;
	cursor:pointer;
	height: auto;
}

.cta article .auctionTab h2{
	font-size: 1em;	
	font-weight: bold;
	padding: 1em 0 1em 0;
}

.cta article .auctionTab:hover{
	color: #fff; 	
}

 /* Scroll Bar */
 #scrollBar { 
	background: #1f5835; 
	padding: 5px 0; 
	height: 103px;
	width:100%;
	overflow: hidden;
	text-align:center;
}
iframe.scrolling{
	max-width: 1900px;
	width:100%;
}

/* =============================================================================
   Footer                                                              
============================================================================= */

footer {
	background: #1f5835;
	text-align:center;
	width: 100%;
	display: table;
	padding-bottom: 15px;
	color: #fff;
	font-size: 10px;
	margin-top: 25px;
}
footer .large-12 { margin-top: 15px; }

footer a, footer a:visited { color: #fff; }
footer a:hover, footer a:focus { opacity: .5; color: #fff; }


.body-wrapper>div:not(.detail-wrapper) .list-main-section .list-container .list-listing .listing-top-right .buy-now-link,
.body-wrapper>div:not(.detail-wrapper) .list-main-section .list-container .list-listing .listing-top-right .check-availability-link,
.body-wrapper>div:not(.detail-wrapper) .list-main-section .list-container .list-listing .listing-top-right .email-seller-link,
.body-wrapper>div:not(.detail-wrapper) .faceted-section-box .show-all-modal .show-all-modal-content-container .show-all-modal-content .title-close-row .apply-button,
.body-wrapper>div:not(.detail-wrapper) .show-all-modal .show-all-modal-content-container .show-all-modal-content .title-close-row .apply-button,
.body-wrapper>div:not(.detail-wrapper) button.page-nav {
    background: #1f5835 !important;
    color: #fff !important;
}

.body-wrapper>div:not(.detail-wrapper) .view-listing-details-link,
.body-wrapper>div:not(.detail-wrapper) .contact-options a,
.body-wrapper>div:not(.detail-wrapper) .fin-calc-mobile>a,
.body-wrapper>div:not(.detail-wrapper) button.g-recaptcha.button,
.body-wrapper>div:not(.detail-wrapper) .show-all-modal .apply-button,
.body-wrapper>div:not(.detail-wrapper) .show-all-modal .nuf-button,
.body-wrapper>div:not(.detail-wrapper) .list-error-container .info button,
.body-wrapper>div:not(.detail-wrapper) .mobile-done-button-container .mobile-done-button,
.body-wrapper>div:not(.detail-wrapper) a.buy-btn.gtm-buynow.des-buy-now,
.body-wrapper>div:not(.detail-wrapper) a.buy-btn.des-buy-now,
.body-wrapper>div:not(.detail-wrapper) button.selected-facet.ts-button,
.body-wrapper>div:not(.detail-wrapper) .detail-contact-bar .contact-bar-btn {
    background: #1f5835 !important;
    color: #fff !important;
}

.body-wrapper>div:not(.detail-wrapper) .view-listing-details-link:hover,
.body-wrapper>div:not(.detail-wrapper) .contact-options a:hover,
.body-wrapper>div:not(.detail-wrapper) .fin-calc-mobile>a:hover,
.body-wrapper>div:not(.detail-wrapper) button.g-recaptcha.button:hover,
.body-wrapper>div:not(.detail-wrapper) .email-seller-link:hover,
.body-wrapper>div:not(.detail-wrapper) .mc-nav-controls .mc-icon-navarrow span,
.body-wrapper>div:not(.detail-wrapper) a.buy-btn.gtm-buynow.des-buy-now:hover,
.body-wrapper>div:not(.detail-wrapper) a.buy-btn.des-buy-now:hover,
.body-wrapper>div:not(.detail-wrapper) .detail-contact-bar .contact-bar-btn:hover {
    background: #000 !important;
    color: #fff !important;
    /*----Border----*/
}

.body-wrapper>div:not(.detail-wrapper) .faceted-section-box .show-all-modal .show-all-modal-content-container .show-all-modal-content .title-close-row .back-button,
.body-wrapper>div:not(.detail-wrapper) .show-all-modal .show-all-modal-content-container .show-all-modal-content .title-close-row .back-button,
.body-wrapper>div:not(.detail-wrapper) .show-all-modal .back-button,
.body-wrapper>div:not(.detail-wrapper) .parts-listing-container .mobile-parts-detail-container .dealer-phone-container a {
    color: #000 !important;
    border: 1px solid #000 !important;
    /*-----------------------OTHER TEXT STYLES-----------------------*/
    /*----Page Title----*/
}

.body-wrapper>div:not(.detail-wrapper) .list-title .list-title-text,
.body-wrapper>div:not(.detail-wrapper) .parts-top-section .parts-title-and-breadcrumbs .parts-title .parts-title-text span,
.body-wrapper>div:not(.detail-wrapper) .title-media-buttons-heading h1 {
    color: #000 !important;
    line-height: 28px !important;
}

.body-wrapper>div:not(.detail-wrapper) .list-main-section .list-container .list-listing .listing-top-right .listing-dealer-info .dealer-name,
.body-wrapper>div:not(.detail-wrapper) .list-main-section .list-container .fin-calc,
.body-wrapper>div:not(.detail-wrapper) .list-listing-mobile .listing-dealer-info .spec-value,
.body-wrapper>div:not(.detail-wrapper) .fin-calc,
.body-wrapper>div:not(.detail-wrapper) .fin-calc p,
.body-wrapper>div:not(.detail-wrapper) .list-main-section .list-container .list-error .info,
.body-wrapper>div:not(.detail-wrapper) .parts-bottom-section .parts-list-view .parts-list-content .error-message,
.body-wrapper>div:not(.detail-wrapper) .info,
.body-wrapper>div:not(.detail-wrapper) .list-title .list-listings-count,
.body-wrapper>div:not(.detail-wrapper) .parts-top-section .parts-title-and-breadcrumbs .parts-title .parts-listings-count,
.body-wrapper>div:not(.detail-wrapper) .list-top-section .listing-option-bar .list-listings-count,
.body-wrapper>div:not(.detail-wrapper) span.part-list-price.bold,
.body-wrapper>div:not(.detail-wrapper) .dealer-company-header,
.body-wrapper>div:not(.detail-wrapper) .dealer-info h3,
.body-wrapper>div:not(.detail-wrapper) .listing-description-text,
.body-wrapper>div:not(.detail-wrapper) .paging-container .list-page-number,
.body-wrapper>div:not(.detail-wrapper) .paging-container .page-number,
.body-wrapper>div:not(.detail-wrapper) .listing-main-stats .price,
.body-wrapper>div:not(.detail-wrapper) .list-container-flexrow .price-container .price,
.body-wrapper>div:not(.detail-wrapper) h2.listing-portion-title,
.body-wrapper>div:not(.detail-wrapper) .list-listing-mobile .price-container .price,
.body-wrapper>div:not(.detail-wrapper) .compare-listings-container .compare-container .comp-header-img .comp-title-close-cont .compare-title,
.body-wrapper>div:not(.detail-wrapper) .compare-listings-container .compare-container .compare-price,
.body-wrapper>div:not(.detail-wrapper) .rent-title,
.body-wrapper>div:not(.detail-wrapper) .rent-title-details,
.body-wrapper>div:not(.detail-wrapper) span.list-title-text,
.body-wrapper>div:not(.detail-wrapper) a.search-results-link,
.body-wrapper>div:not(.detail-wrapper) h3.listing-portion-title {
    color: #000 !important;
}

.body-wrapper>div:not(.detail-wrapper) .mobile-option-bar .mobile-option-bar-filter,
.body-wrapper>div:not(.detail-wrapper) span.listing-prices__retail-price,
.body-wrapper>div:not(.detail-wrapper) span.parts-listings-count {
    color: #000 !important;
    /*-----------------------MEDIA QUERIES-----------------------*/
}

/* =============================================================================
   Mobile                                                              
============================================================================= */
@media only screen and (max-width: 1120px) {
	#menu-main a {padding: 0.8em .4em .15em;}
}
@media only screen and (max-width: 900px) {

	.off_canvas { display: block; }
	.mobile.button {
		display: block;
		background: url(../siteart/mobile.png) no-repeat 90% 50% / 35px #ccc;
		border-radius: 4px;
		height: 45px;
		width: 115px;
		padding: 0 10px ;
		position:relative;
		text-align: left;
		font-weight: 800;
		font-size: 16px;
		color: #222;
		margin: 10px auto;
	}
	.menu-main-container { display: none; }
	
	header { padding: 10px 0; }
	header .topBar { display: none; }
	header h1 { text-align:center; font-size: 1.5em;}
	
	#slider .orbit-container, #slider .orbit-slide { height: 150px !important; }

	.cta a h2 { padding: 0 15px 0 60px; font-size: 13px; }
	.cta div:first-of-type { height: 70px; margin: 5px 0; }
	.cta .icon { top: 8px; height: 55px !important; width: 55px; }
	.cta ul li { padding: 0 5px; }
	.cta .icon.one {background: url(../siteart/tractor.png) no-repeat 50% 50% / 48px;}
	.cta .icon.two {background: url(../siteart/tillage.png) no-repeat 50% 50% / 50px;}
	.cta .icon.three {background: url(../siteart/harvest.png) no-repeat 50% 50% / 65px;}
	.cta .icon.four {background: url(../siteart/hay.png) no-repeat 50% 50% / 40px;}
	.cta .icon.five {background: url(../siteart/construction.png) no-repeat 50% 50% / 50px;}
	.cta .icon.six {background: url(../siteart/used.png) no-repeat 50% 50% / 50px;}
	.cta .icon.seven {background: url(../siteart/attachments.png) no-repeat 50% 50% / 50px;}
	.cta .icon.eight {background: url(../siteart/3pt.png) no-repeat 100% 50% / 45px;}
	.cycle-slideshow{height:250px;}

}

@media only screen and (max-width: 400px) {
	
	.cta a h2 {
		padding: 0 15px 0 60px;
		font-size: 12px;
	}	
	.cta a .overlay { padding: 0; }
	
	

}