@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; }

::-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; }

/*  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 .columns.small-12{
	width:100%;
}
.hosted-content img {
	vertical-align: baseline!important;
}
.inventory-space{padding:0 30px;}
/* =============================================================================
   Typeography                                                              
============================================================================= */



/* =============================================================================
   Head                                                             
============================================================================= */
#head{
	background-color:#e6e6e6;
	font-family: 'Oswald', sans-serif;
	text-transform:uppercase;
}
#head .logo{
	max-width:300px; 
	position:absolute;    
	top: 6px;
}
#head p{margin-bottom:0; padding:5px 0;}
#head .column .column {padding-left:0; padding-right:0;}
#head .black-bg{background-color:black;}
#head a{color:white; font-size:18px;}
#head a:hover{opacity:60%}
#head .icon{
	 max-width: 30px;
    vertical-align: text-top;
    display: inline-block;
}
#head .show-on-mobile{display:none;}
#head .delete-on-mobile{display:block;}

#head a:hover .icon{opacity:.6}
#head a:hover {opacity:.6}
/* =============================================================================
   Header                                                              
============================================================================= */

header {
	display: table;
	width: 100%;
	padding: 0px;
	box-sizing: border-box !important;
}

/* Menu Main */
.menu-main-container ul{
	margin: 0;
	padding:0;
	list-style: none;
	text-align:right;
}
.mobile-nav ul {
	margin: 0;
	padding:0;
	list-style: none;
}
#menu-main a {
    display: block;
    color: black;
    padding: 0.3em 1.0em;
    font-size: 19px;
    position: relative;
    border-right: solid 2px black;
}
#menu-main li {
	position: relative;
	display: inline-block;
	padding: 30px 0;
}

/* Main Sub-Menu */
#menu-main ul {
	position: absolute;
	white-space: nowrap;
	z-index: 1;
	left: -99999em;
	background: #e6e6e6;
	text-align: left;
	z-index: 999999;
}
#menu-main li ul li { display:block;     padding:0; border-top:1px black solid;}
#menu-main ul li a:hover { color: #333; }
#menu-main > li:hover > ul {
	left: auto;
	min-width: 100%;
}
#menu-main ul li a{
    color: black;
    padding: 0.8em 1.0em;
    border-right:none;
}
#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: black;
		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.9em;
		margin: 10px 15px;	
		font-family: 'Pacifico', cursive;	
	}
	.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: #818181; }
	.mobile-nav #mobile-menu-main a {
		width: 100%;
		color: #fff;
		min-height: 45px;
		display: inline-block;
		text-decoration: none;
		padding: 10px 0 10px 5%;
		position: relative;
		font-size: 16px;
		border-bottom: 1px solid #333;
		font-family: 'Oswald', sans-serif;
		text-transform:uppercase;
	}

	/* 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%;
		background-color:#e6e6e6;
		color:black;
	}
	/* 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);
	}

/* =============================================================================
   Slider                                                              
============================================================================= */
		#slider {
			overflow:hidden;
			position:relative;
			width: 100%;
			background: #222;
			display: table;
		}
		#slider h1 {
			line-height: 1;
			margin-bottom: 10px;
			font-size: 2.5em;
			color: black;
			text-transform:uppercase;
			font-family: 'Oswald', sans-serif;
			font-weight:600;
		}
		#slider .orbit-caption h6 { 
			margin-bottom: 10px; 
			color: black;
			font-size:15px;
			font-family: 'Oswald', sans-serif;
			font-weight:600;}
		#slider .orbit-container {
			height: 0;
			margin: 0;
			list-style: none;
			overflow: hidden;
			height: 55vh !important;
			width: 100%;
			text-align:left;
		}
		#slider .orbit-slide {
			background-repeat: no-repeat;
			background-size: cover;
			height: 55vh;
			background-position: 50% 50%;
			width: 100%;
			z-index: 9999;
			padding: 0;
		}
		#slider .orbit-caption {
			display: table;
			height: 100%;
    width: 613px;
			top: 0;
			position:relative;
			background: transparent;
			padding: 0;
			left: 50px;
		}
		#slider ul li:nth-child(odd) .orbit-caption {
			text-align:right;
			float: right;
			right: 50px;
			left: auto;
		}
		#slider .orbit-caption section {
			display: table-cell;
			vertical-align:middle;
		}
		#slider .orbit-caption section span { 
			background:rgba(255,255,255,0.70);
			padding: 25px 25px 10px 25px;
			display: table;
		}
		#slider ul li:nth-child(odd) .orbit-caption section span { 
			padding: 25px 25px 10px 25px;
			float: right;
		}
		.orbit-next::after, .orbit-previous::after { display: none; }
		.orbit-next, .orbit-previous, .orbit-next:focus, .orbit-previous:focus, .orbit-next:active, .orbit-previous:active { 
			z-index: 999999999; 
			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; }
		
			/* Interior */
			#interior #slider .orbit-container, #interior #slider, #interior #slider .orbit-slide { height: 20vh !important; }
			#interior #slider .orbit-caption { display: none; }
			#interior .orbit-next, #interior .orbit-previous { display:none; }
			#interior #slider .orbit-slide { background-position: 50% 65%; }
			
		#slider .slider-button{
			background-color:#fed560;
			color: black;
			text-transform:uppercase;
			font-family: 'Oswald', sans-serif;
			font-weight:600;
			font-size:18px;
			padding:5px 10px;
		}
		#slider .slider-button:hover{
			background-color:rgba(205,165,45,1.00);
		}
/* =============================================================================
   Floating Links                                                             
============================================================================= */	
			.float-links {
				position: absolute;
				z-index: 999999;
				left: 0;
				top: 150px;
			}
			.floating-link a {
				width: 40px;
				height: 40px;
				border-radius: 0px 5px 5px 0px;
				z-index: 999999999999;
				margin-bottom: 5px;
				display: block;
			}
			.floating-link #w-btn { background:url(../siteart/icons/weather.png) no-repeat 50% 50% / 35px #000; }
			.floating-link #fb-btn { background:url(../siteart/icons/facebook-f.png) no-repeat 50% 50% / 30px #000; }
			
			.floating-link #w-btn:hover, .floating-link #w-btn:focus, .floating-link #w-btn:active { background: url(../siteart/icons/weather.png) no-repeat 50% 50% / 35px #e6e6e6; }
			.floating-link #fb-btn:hover, .floating-link #fb-btn:focus, .floating-link #fb-btn:active { background: url(../siteart/icons/facebook-f.png) no-repeat 50% 50% / 30px #e6e6e6; }
			
			.float-links section {
				width: 350px;
				position: absolute;
				z-index:999999999;
				left: -360px;
				background: #FFF;
				padding: 10px;
				display:table;
				-webkit-box-shadow: -3px 3px 5px 0px rgba(0,0,0,0.26);
				-moz-box-shadow: -3px 3px 5px 0px rgba(0,0,0,0.26);
				box-shadow: -3px 3px 5px 0px rgba(0,0,0,0.26);
			}
			.float-links section.show-section {left: 0;}
/* =============================================================================
     CTA                                                             
============================================================================= */
			.cta ul { 
				margin:0; 
				list-style:none; 
				width: 100%;
				display: table;
				position: relative;
			}
			
			.cta ul li { 
				padding: 0;
				margin: 0px; 
			}
			.cta ul li:first-child { margin-left: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: 200px;
				z-index:999;
			}
			.cta a span {
				text-align: center;
				display: table-cell; 
				vertical-align:middle;
			}
			.cta a h2 { color: #fff; font-weight: 200; line-height: 1; font-family: 'Oswald', sans-serif; text-transform:uppercase; font-size:38px;}
			.cta a h2 strong { display: block; font-weight: 800; }
			.cta a:hover { opacity: 1; }
			.cta a .overlay {
				background: rgba(0,0,0,.55);
				position:absolute;
				top:0;
				bottom: 0;
				display: table;
				padding: 0 0 0 35px;
				width: 101%;
				height: 100%;
			}
			.cta ul li .cta1 { background-image:url(../siteart/cta/agriculture.jpg); }
			.cta ul li .cta2 { background-image:url(../siteart/cta/construction.jpg); }
			.cta ul li .cta3 { background-image:url(../siteart/cta/utility-1.jpg); }
			.cta ul li .cta4 { background-image:url(../siteart/cta/trucks-1.jpg); }
			.cta ul li .cta5 { background-image:url(../siteart/cta/trailers.jpg); }
			.cta ul li .cta6 { background-image:url(../siteart/cta/lawn-mower-1.jpg); }
			.cta a:hover .overlay { background: rgba(0,0,0,.75); }
			
				/* Interior */
				#interior .cta ul li div:first-child { height: 135px; }

/* =============================================================================
     CTA  2 - Cub cadet page                                                           
============================================================================ */
			.cta2 ul { 
				margin:0; 
				list-style:none; 
				width: 100%;
				display: table;
				position: relative;
			}
			
			.cta2 ul li { 
				padding: 0;
				margin: 0px; 
			}
			.cta2 ul li:first-child { margin-left:0px; }
			
			.cta2 ul li div:first-child {
				list-style:none;
				position: relative;
				background-repeat:no-repeat;
				background-size: cover;
				background-position: 50% 50%;
				padding: 0;
				height: 315px;
				z-index:999;
			}
			.cta2 a span {
				text-align: center;
				display: table-cell; 
				vertical-align:middle;
			}
			.cta2 a h2 { color: #fff; font-weight: 200; line-height: 1; font-family: 'Oswald', sans-serif; text-transform:uppercase; font-size:38px;}
			.cta2 a h2 strong { display: block; font-weight: 800; }
			.cta2 a:hover { opacity: 1; }
			.cta2 a .overlay {
				background: rgba(0,0,0,.55);
				position:absolute;
				top:0;
				bottom: 0;
				display: table;
				padding: 0 0 0 35px;
				width: 100%;
				height: 100%;
			}
			.cta2 ul li .cta-cub1 { background-image:url(../siteart/cub-cadet/Utility-Vehicles.png); }
			.cta2 ul li .cta-cub2 { background-image:url(../siteart/cub-cadet/Lawn-Tractors.png); }
			.cta2 ul li .cta-cub3 { background-image:url(../siteart/cub-cadet/Zero-Turn.png); }
			.cta2 ul li .cta-cub4 { background-image:url(../siteart/cub-cadet/Walk-Behind.png); }
			.cta2 ul li .cta-cub5 { background-image:url(../siteart/cub-cadet/Handheld-CleanUp.png); }
			.cta2 a:hover .overlay { background: rgba(0,0,0,.75); }
			
				/* Interior */
				#interior .cta2 ul li div:first-child { height: 135px; }

/* =============================================================================
   Search                                                              
============================================================================= */
#quick-search .heading{
	color:black;
	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: 22%; }
.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;
	position:relative;
	top: 25px;
	background-color:#fed560;
	color: black;
	text-transform:uppercase;
	font-family: 'Oswald', sans-serif;
	font-size:14px;
	font-weight:600;
	padding:5px 10px;
}
.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;
}
/* =============================================================================
   Body                                                              
============================================================================= */
#about{font-family: 'Oswald', sans-serif;}
#about .about-image{width:100%;}
#about .column {padding-left:0; padding-right:0;}
#about .column .column{padding-left:.9375rem; padding-right:.9375rem;}
#about p{padding-left:.9375rem; padding-right:.9375rem;}
#about .heading{
	color:black;
	font-weight:600;
	font-size:30px;
	padding-top:30px;
}
#about .text{
	color:#474747;
	font-size:20px;
}
#about a{color:black;}
#about a:hover{color:#474747;}
.top-photo{
	width:100%;
}

#form [type=button], [type=submit]{
	background-color:#e6e6e6;
	border:none;
	font-family: 'Oswald', sans-serif;
	padding:7px;
}
#form [type=button], [type=submit]:hover{
	background-color:rgba(142,142,142,1.00);
}
#form [type=button], [type=reset]{
	background-color:white;
	border:#e6e6e6 1px solid;
	font-family: 'Oswald', sans-serif;
	padding:7px;
}
#form [type=button], [type=reset]:hover{
	background-color:rgba(142,142,142,1.00);
}
/* =============================================================================
   Footer                                                              
============================================================================= */
.map-responsive{
    overflow:hidden;
    padding-bottom:250px;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
.white-space{
	border-top:10px solid white;
}
#footer-bg{background-color:black; 
	box-sizing: border-box !important;}
#footer-bg *{box-sizing: border-box !important;}
#footer-bg .column-block{ padding-top: 1.875rem;}
#footer-bg .icon{
	max-width:35px;
	display:inline-block;
}
#footer-bg .icon:hover{
	opacity:.6;
}
.fancy-footer-text{
	font-family: 'Pacifico', cursive;
	font-size:23px;
	color:white;
}
a.footerlink:link, a.footerlink:visited, a.footerlink:active{text-decoration:underline; font-size:13px; font-family: 'Oswald', sans-serif; color:white;}
a.footerlink:hover {text-decoration:none; font-size:13px; font-family: 'Oswald', sans-serif; color:#e6e6e6;}

.footertext{font-size:13px; color:white; font-family: 'Oswald', sans-serif;}

.smallfootertext{font-size:13px; color:white; font-family: 'Oswald', sans-serif;}

.divfooter {max-width:450px; text-align:right; float:right; margin:0 auto; font-family: 'Oswald', sans-serif;}

/* =============================================================================
   Mobile                                                              
============================================================================= */

/* INVENTORY */


.scrollToTop a{color: #fff !important;}
#inv{padding: 5% 0;}
#inv *:not(.fa):not(.far):not(.fas):not(.fab):not(.material-icons){font-family: 'Oswald', sans-serif!important;} /* Reset font, ignore icons */
#inv *:not(.loading-spinner):not(.loader){border-radius: 0!important;}

.faceted-search-content .faceted-section-box .faceted-option-checkbox-container label input {margin: 8px !important;}
.faceted-text-input-searchType .search-type input[type=checkbox], .faceted-text-input-searchType .search-type  input[type=radio] {margin: 8px !important;}

span.compare-label{padding-left: 4px !important;}
.compare-chkbox-container .compare-listings .fa-check {
    top: 7px !important;
    left: 2px !important;
}
.compare-chkbox{margin: 0 !important;}
.bread-crumbs-heading .return-links .return-links-link span, #no-compare-listings, .bread-crumbs-heading .return-links .return-links-link i {color:#000 !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:#fed560 !important; color: #000 !important; text-transform: uppercase !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{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: rgba(205,165,45,1.00) !important;}

.check-availability-link, .email-seller-link, .video-chat-link, .faceted-search, .faceted-show-all-btn, .cs-btns a, .calculator-btn {background: #000 !important; color: #fff !important; transition: ease all 0.2s !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; color: #fff !important;}
.detail-content-mobile .detail-contact-bar .contact-bar-btn, .list-page-nav, .contact-options a {background: #000 !important; color: #fff !important;}
.list-main-section .contact-options a {color: #fff !important; transition: ease all 0.2s !important; text-transform: uppercase !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;}



@media only screen and (max-width: 1500px) {
#head .delete-on-mobile{display:none;}
#head .show-on-mobile{display:block;}
}
@media only screen and (max-width: 1225px) {
#menu-main a {
    padding: 0.3em .5em;
}
}
@media only screen and (max-width: 1060px) {

	.off_canvas { display: block; }
	.mobile.button {
		display: block;
		background: url(../siteart/mobile.png) no-repeat 50% 50% / contain transparent;
		height: 45px;
		width: 45px;
		position:relative;
		color: transparent !important;
		float:right;
		margin-bottom: 0;
	}
#head .logo{top: 45px;}
#head .small-12{width:100%}
#head .black-bg{top:0px; position:relative;z-index:999; text-align:center;}	
	.menu-main-container { display: none; }
header {
	background-color:#e6e6e6;
    padding: 47px 25px;
}
.float-links {
    top: 185px;
}
}
@media only screen and (max-width: 750px) {
.searchBar .medium-2_5{
		width:100%;
	}
	.field-wrapper {
    width: 100%;
	}
	.caption__overlay {
    -webkit-transform: none;
    transform: none;
}
}
@media only screen and (max-width: 640px) {
	#slider .orbit-caption{
		width:100%;
	}
	#slider ul li:nth-child(odd) .orbit-caption {
    right: 0;
    left: auto;
    padding: 0 50px;
}
	#slider .orbit-slide {
    background-position: 30% 50%;
	}
	#footer-bg{
		text-align:center; 
		margin-left:auto; 
		margin-right:auto;
	}
	.divfooter {
		max-width:450px; 
		text-align:center; 
		float:none;
	}
	#footer-bg .column-block{ padding:10px 0; margin-bottom:0;}
	
}
@media only screen and (max-width: 445px) {
	
#head .icon{
	margin-left:auto;
	margin-right:auto;
	display:block;
	float:none;
}
#head p a{
	margin-left:auto;
	margin-right:auto;
	display:block;
	text-align:center;
	float:none;
	left:0;
}
#head .logo {
    top: 82px;
    float: left;
    width: 70%;
}
.float-links {
    top: 230px;
}
}
@media only screen and (max-width: 350px) {

}

