@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                                                               
============================================================================= */
.column, .columns{padding-right: 0!important; padding-left: 0!important;}


/* =============================================================================
   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%;
}

/* =============================================================================
   Typeography                                                              
============================================================================= */



/* =============================================================================
   Header                                                              
============================================================================= */
#head{
	background-color:black;
}
#head p{
	color:#ececec;
	font-size:38px;
	font-family: 'Oswald', sans-serif;
}
#head a.info{
	color:#ececec;
	font-size:32px;
	font-family: 'Oswald', sans-serif;
}
#head a.info:hover{
	color:#942222;
	font-family: 'Oswald', sans-serif;
}
.logo {
    width: 585px;
	display:inline-block;
}
#head a.logo-link{
	color:#ececec;
	font-family: 'Oswald', sans-serif;
	font-size:40px !important;
	font-weight:600 !important;
 }
 #head a.logo-link:hover{
	color:#ececec !important;
 }
.red2{
	background-color:#942222;
}
.red2 p {
	padding:5px;
	margin-bottom:0px !important;
	color:#ececec;
	font-size:35px;	
	font-family: 'Oswald', sans-serif;
}

.mainimg{
	width:100%;
}


header {
	display: table;
	width: 100%;
	padding: 0 px;
}

/* Menu Main */
.menu-main-container ul {
	margin: 0;
	padding:0;
	list-style: none;
	text-align:center;
}
.mobile-nav ul {
	margin: 0;
	padding:0;
	list-style: none;
}
#menu-main a {
	display:block; 
	padding: 0.8em 1.8em;
	font-size: 22px;
	position: relative;
	color:#942222;
	text-transform:uppercase;
	font-family: 'Oswald', sans-serif;
}
#menu-main a:hover {
	color:white;
	background-color:#942222;
}
#menu-main li {
	position: relative;
	display: inline-block;
}

/* Main Sub-Menu */
#menu-main ul {
	position: absolute;
	white-space: nowrap;
	z-index: 1;
	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: white; }
#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: white;
		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-btn {
			background: url(../siteart/close.png) no-repeat 50% 50% / 20px transparent;
			width: 20px;
			height: 20px;
			position: absolute;
			right: 12px;
			top: 15px;
			display: block;		
		}
		.close-btn: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:#942222;
		text-align:left;
		font-size: 1.5em;
		margin: 10px 15px;	
		font-family: 'Oswald', sans-serif;	
	}
	.mobile.button { display: none;	}
	.mobile-nav #mobile-menu-main { border-top: 1px solid white; }
	.mobile-nav #mobile-menu-main li {
		width: 100%;
		position: relative;
	}
	.mobile-nav #mobile-menu-main li a:hover { background-color: #942222; color:white;}
	.mobile-nav #mobile-menu-main a {
		width: 100%;
		color: #942222;
		min-height: 45px;
		display: inline-block;
		text-decoration: none;
		padding: 10px 0 10px 5%;
		position: relative;
		font-size: 14px;
		border-bottom: 1px solid #942222;
		font-family: 'Oswald', sans-serif;
	}

	/* 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-btn:hover {
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		-o-transform: rotate(180deg);
		transform: rotate(180deg);
	}

/* =============================================================================
   Body                                                              
============================================================================= */
/* CTA */
			.cta ul { 
				margin:0px; 
				list-style:none; 
				width: 101.4%;
				display: table;
				position: relative;
			}
			.cta ul li { 
				padding: 0 0px 0;
				margin: 0px; 
				border:1px white solid;
			}
			.cta ul li:first-child { margin-left: -10px; }
			.cta div:first-of-type {
				list-style:none;
				position: relative;
				background: #ccc;
				border-radius: 1px;
				padding: 0;
				height: 115px;
				z-index:999;
			}
			.cta a span {
				text-align: left;
				display: table-cell; 
				vertical-align:middle;
			}
			.cta a h2 { 
				color: white;
				text-transform:uppercase ;
				font-size: 37px;
				font-weight: 200; 
				line-height: 1; 
				float: left;
				position: relative;
				top: 10px;
				left: 15px;
				font-family: 'Oswald', sans-serif;
			 }
			.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 30px;
				width: 100%;
				height: 100%;
				background:#942222;
			}
			.cta .icon.one {background: url(../siteart/trucks.png) no-repeat 50% 50% / 65px transparent;}
			.cta .icon.two {background: url(../siteart/trailer.png) no-repeat 50% 50% / 70px transparent;}
			.cta .icon.three {background: url(../siteart/mower.png) no-repeat 50% 50% / 50px transparent;}
			.cta .icon {
				width: 75px;
				height: 75px !important;
				float: left;
				border: #ececec solid 2px;
				border-radius: 50px !important;
				opacity: 1;
			}
			.cta a:hover h2 {
					color: #fff;
				}
			.cta div:hover { background: black; }
			.cta a:hover .icon { 
				border-color: #fff; 
				background-color: #942222; 
				opacity: .5;
			}

#grey{
	background-color:#ececec;
}
.heading{
	text-transform:uppercase;
	margin-top:1.875rem;
	font-size:40px;
	font-weight:600;
	color:#213b90;
	font-family: 'Oswald', sans-serif;

}
.bodytext{
	color:black;
	font-size:27px;
	font-family: 'Oswald', sans-serif;
}
.bodytext a{
	color:#942222;
	font-family: 'Oswald', sans-serif;
}
.bodytext a:hover{
	color:black;
}

#bluebars{
	border-top:3px solid #213b90;
	border-bottom:3px solid #213b90;
}

.map-responsive{
    overflow:hidden;
    padding-bottom:300px;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
.container{
	background-color:white;
}
.line{
	border:2px solid grey;
}
/* =============================================================================
   Footer                                                              
============================================================================= */
.black{
	background-color:black;
	color:#ececec;
}
a.footerlink:link, a.footerlink:visited, a.footerlink:active{text-decoration:underline; font-family: 'Oswald', sans-serif; font-size:13px; color:#ececec;}
a.footerlink:hover {text-decoration:none; font-family: 'Oswald', sans-serif; font-size:13px; color:#942222;}

.footertext{font-family: 'Oswald', sans-serif; font-size:13px;}

.smallfootertext{font-family: 'Oswald', sans-serif; font-size:10px;}

.divfooter {width:450px; text-align:center; margin:0 auto; padding-top:1.875rem;}

/* inventory styles */
.list-content .list-title .list-listings-count{color:#000 !important;}
.hosted-content .attachment-search .search-checkboxes label .row {margin-left:0 !important;margin-right:0 !important;margin-bottom:0px !important;}

.list-content .list-main-section .list-container .list-listing .listing-top-right .view-listing-details-link, .faceted-search-content .selected-facets-container .selected-facet, .list-content .list-listing-mobile .view-listing-details-link, .list-content .list-listing-mobile .buy-now-link, .list-content .list-listing-mobile .check-availability-link, .list-content .list-listing-mobile .email-seller-link, .detail-content .detail-main-body .main-detail-data .offer-btn, .detail-content .detail-main-body .main-detail-data .buy-btn, .detail-content-mobile .detail-main-body .main-detail-data .dealer-phone-mobile-container .dealer-phone-mobile, .detail-content-mobile .detail-main-body .main-detail-data .offer-btn-mobile, .detail-content-mobile .detail-main-body .main-detail-data .send-email-btn-mobile, .detail-content-mobile .detail-main-body .main-detail-data .send-wholesale-email-btn-mobile, .detail-content-mobile .detail-main-body .main-detail-data .fin-calc-btn-mobile, .list-container-flexrow .view-listing-details-link {background:#942222 !important; }
.list-content .list-title .list-title-text, .detail-content-mobile .detail-main-body .detail-mobile-top .detail-title {font-size: 22px; line-height: 26px;}

.detail-content .detail-additional-data .data-row .data-label, .detail-content-mobile .detail-additional-data .data-row .data-label {background: #942222 !important;text-transform: uppercase; letter-spacing: 1px;}
.detail-content-mobile .detail-contact-bar .contact-bar-btn, .faceted-search-content .mobile-done-button-container .mobile-done-button {background: #000 !important;}

.detail-content .detail-main-body .main-detail-data .offer-btn, .detail-content .detail-main-body .main-detail-data .buy-btn {float:none;}

.contact-options a, .fin-calc-mobile>a{background: #942222 !important;}
/* =============================================================================
   Mobile                                                              
============================================================================= */
@media only screen and (max-width: 1340px) {
	#menu-main a {
    padding: 0.8em 1.0em;
}
}
@media only screen and (max-width: 1100px) {
	#menu-main a {
    padding: 0.8em .4em;
} 
}

@media only screen and (max-width: 1170px) {
	.cta ul {
    width: 104.4%;
}
.cta .icon.one {
    left: 6px;
}
}
@media only screen and (max-width: 1000px) {
#head .medium-6{
	width:100%;
}

}
@media only screen and (max-width: 900px) {

	.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;
		display:block;margin-right:auto;margin-left:auto;
		color: transparent !important;
	}
	.menu-main-container { display: none; }
header {
    padding-top: 13px;
}
}
@media only screen and (max-width: 650px) {
	.divfooter {
    width: 100%;
	}
	.red2 p {
		font-size:24px;
	}
}
@media only screen and (max-width: 475px) {
#head a.logo-link {
    font-size: 29px !important;
}
#head a.info {
    font-size: 23px;
}
#head p {
	font-size: 23px;
}
.cta a h2 {
    font-size: 146%;
}