@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: 'Roboto', sans-serif;}

h1,h2,h3,h4,h5,h6 {
	font-family: 'Oswald', sans-serif;
}

a {
	text-decoration: none !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                                                               
============================================================================= */
/* =============================================================================
   NEW HEADER STYLE                                                           
============================================================================= */

#pad-xl {
	padding-top: 30px !important;
	padding-bottom: 30px !important;
}
.wid90 {
	width: 90%;
	margin: 0 auto;
}

.flex-container {
	display: flex;
}

.top-head {
	background: #ed1c24;
	color: #fff;
}

.top-head a {
	font-family: 'Oswald', sans-serif;
	color: #000 !important;
}
.flex-top {
	
	padding: 5px 0;
	align-items: center;
	justify-content: space-between;
}

.top-right a {
	font-size: 18px;
}


.logo img {
    width: 200px;
	max-width: 100%;
}

.flex-head {
    justify-content: space-between;
    align-items: center;
	padding: 10px 0;
}

.head-title {
	color: #000;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	font-size: 18px;
	margin: 0 !important;
}

a.social-links {
	font-family: 'Oswald', sans-serif;
	color: #fff !important;
}

.mobile-only {
	display: none;
}

.navigation {
    flex: 3;
    text-align: center;
}

.logo, .right-side {
    flex: 1;
}

.border-wrap {
	border: 1px solid #ddd;
}
/* =============================================================================
   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 inventory
------------------------------------------------*/
.scrolling-wrap {
    width:100%;
    height:90px;
    overflow:hidden;
}
 
.scrolling{
    width:100%;
    height:92px;
	background: #ed1c24;
	padding: 8px 0;
}
 

.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                                                              
============================================================================= */



/* =============================================================================
   Header                                                              
============================================================================= */
.red-band{
	background-color:#ed1c24;
	padding:5px 0;
}
.red-band a{color:white; text-transform:uppercase; font-weight:600;}
.social-media{max-height:30px; vertical-align:middle; display:inline-block;}
.red-band .social-media{float:right;}


.delete{display:block;}
.replace{display:none;}	

.whitebar {
    max-height: 130px;
}	

header {
	
}
.black-band{background:black;}

/* 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;
}

.header-btn {
	background-image: #fff;
    padding: 5px 10px;
	border: 2px solid #E10008;
    max-width: 300px;
	min-width: 200px;
	width: 100%;
    text-align: center;
    margin: 0 auto;
    color: #E10008;
    font-size: 16px;
    font-weight: 900;
    text-transform: uppercase;
	-webkit-transition: .3s all;
		-moz-transition: .3s all;
		-o-transition: .3s all;
		transition: .3s all;	
	margin-bottom: 10px;
	    font-family: 'Oswald', sans-serif;
	letter-spacing: .5px;
}

.header-btn:hover {
	color: #000;border: 2px solid #000;
}
#menu-main a {
	display:block; 
	color: #000; 
	padding: 0.4em 1.0em;
	font-size: 18px;
	position: relative;
	text-transform:uppercase;
	border-bottom:thick transparent solid;
	font-family: 'Oswald', sans-serif;
}
#menu-main a:hover {
	border-bottom:thick #ed1c24 solid;
}
#menu-main li {
	position: relative;
	display: inline-block;
}

/* Main Sub-Menu */
#menu-main ul {
	position: absolute;2
	white-space: nowrap;
	z-index: 1;
	left: -99999em;
	background: rgba(255,255,255, .85);
	text-align: left;
	border:thin #ed1c24 solid;
	width: 200px;
}
#menu-main li ul li { display:block; }
#menu-main ul li a{
	padding: 0.6em 1.0em;
    background-color: black;
    border-bottom: none;
	color:white;
}
#menu-main ul li a:hover { background-color: #ed1c24; border-bottom:none; }
#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;
			right: 12px;
			top: 15px;
			display: block;		
		}
		#email-modal-window .close, #email-modal-window .close:hover, #email-modal-window .close:active {
    		position: relative !important;
    		width: auto !important;
    		height: auto !important;
}
		
		#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%;
		min-height: 45px;
		display: inline-block;
		text-decoration: none;
		padding: 10px 0 10px 5%;
		position: relative;
		font-size: 14px;
		border-bottom: 1px solid #ed1c24;
		color: white; 
		text-transform:uppercase;
		font-family: 'Oswald', sans-serif;
	}
	.mobile-nav #mobile-menu-main a:hover{background: #ed1c24;}
	/* 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                                                              
============================================================================= */
.white-background{
	background-image:url(../siteart/diamond-plate.jpg);
	background-repeat:none;
	background-size:cover;
}
.black-background{
	background-color:#fff;
}
.white-background-inv{
	background-image:url(../siteart/diamond-plate.jpg);
	background-repeat:y;
}
h1{
	font-family: 'Oswald', sans-serif;
	color:black;
	text-transform:uppercase;
	font-size:25px;
	font-weight:600;
	
}
h1 strong{color:#ed1c24; display:block;}
.cell{background-color:#fff; color:#000;}
.cell a{color:#000; text-decoration:underline;}
.cell a:hover{color:#ed1c24; text-decoration:none;}
h2{color:#ed1c24; font-weight:600;}
.button-info{font-size:18px; font-weight:600;}
img.main-button-images {
    width: 100%;
    padding-top: 15px;
}
.hide{display:none;}
.hide-m{display:block;}

.fancy-line{
	background:#ed1c24;
}
.fancy-line h2{
	color:white;
	text-transform:uppercase;
	font-weight:600;
	padding-top:5px;
}
.white-lines {
    background-image: url(../siteart/red-line.jpg);
    width: 360px;
    float: right;
    margin-right: -20px;
    height: 48px;
}
.main-text{padding-top:30px; padding-bottom:30px;}
/* =============================================================================
     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: 250px;
				z-index:999;
			}
			.cta a span {
				text-align: center;
				display: table-cell; 
				vertical-align:middle;
				
			}

.cta a {
	transition: .4s ease;
}
			.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 p {display:none;transition: border 0.3s ease, border-color 0.3s ease;border-top:5px solid transparent;}
			.cta a:hover p{
				display:block;
				border-top:5px solid #ed1c24;
				color:white;
				font-family: 'Oswald', sans-serif;
				width:80%;
				margin-left:auto;
				margin-right:auto;
				text-align:center;
			} 
			.cta a .overlay {
				background: rgba(0,0,0,.55);
				position:absolute;
				top:0;
				bottom: 0;
				display: table;
				width: 101%;
				height: 100%;
				transition: .4s ease;
			}
			.cta ul li .cta1 { background-image:url(../siteart/trucks2.jpg); }
			.cta ul li .cta2 { background-image:url(../siteart/trailers.jpg); }
			.cta ul li .cta3 { background-image:url(../siteart/additional.jpg); }
			.cta ul li .cta4 { background-image:url(../siteart/construction2.jpg); }

			.cta a:hover .overlay { background: rgba(0,0,0,.75); }
			
				/* Interior */
				#interior .cta ul li div:first-child { height: 135px; }


/* =============================================================================
   Form                                                               
============================================================================= */
.plate-background{
	background-image:url(../siteart/diamond-plate.jpg);
background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.plate-background .cell{padding-top:20px;padding-bottom:20px;}
	.CaptchaPanel { margin: 10px 0px 10px 0px; text-align: center; padding: 10px; }
	.CaptchaImagePanel { padding: 5px 5px 10px 5px; }
	.CaptchaImage { border: 1px solid #333; }
	.CaptchaMessagePanel { padding: 5px 5px 10px 5px; font-weight: bold; }
	.CaptchaAnswerPanel { padding: 5px 5px 10px 5px; }
	.CaptchaWhatsThisPanel { padding: 5px 5px 10px 5px; }	
	
.plate-background [type=button], .plate-background [type=submit]{
	background-color:#ed1c24;
	padding:7px 5px;
	color:white;
	border:none;
}
.plate-background [type=button], .plate-background [type=reset]{
	color:#ed1c24;
	padding:7px 5px;
	background-color:white;
	border:none;
}
.plate-background [type=button]:hover, .plate-background [type=submit]:hover, .plate-background [type=reset]:hover{opacity:.6; cursor:pointer;}

.hosted-content .listings-wrapper, .hosted-content .listings-wrapper a, .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{color:white;}


.cell h1, .cell label{color:#000;}

.hosted-content .dealers-list-wrapper .control-box.border.grey-background, .hosted-content .listings-wrapper .control-box.border.grey-background, .hosted-content .listings-wrapper .sort-box, .hosted-content .listings-detail-wrapper .information-box .row:nth-child(even), .hosted-content .listings-wrapper .closest-box, .hosted-content .listings-wrapper .listings-list .listing-banner h2{
    border: 1px solid #ddd !important;
    background-color: grey !important;
}
.hosted-content h3 {
    color: white !important;
}
.hosted-content .details-mobile .widget-details {
    width: 100% !important;
    background-color: #ed1c24;
}
.hosted-content .listings-wrapper .listings-list {
    font-size: 13px;
}
/* =============================================================================
   Footer                                                              
============================================================================= */
.map-responsive{
    overflow:hidden;
    padding-bottom:450px;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
.footer{    background: #ed1c24;
    padding: 10px 0;}
a.footerlink:link, a.footerlink:visited, a.footerlink:active{text-decoration:underline; font-size:13px; color:white;}
a.footerlink:hover {text-decoration:none; font-size:13px;}


.footertext{font-size:13px; color:white;}

.smallfootertext{font-size:13px; color:white; display:none;}

.divfooter {max-width:450px; text-align:center; margin:0 auto;}


/* =============================================================================
   Faceted Inventory                                                              
============================================================================= */
/*
.detail-content-mobile .contact-options a{background-color: #ed1c24!important;}
.detail-wrapper .detail-group-data .grouped-items-list{color:#000!important;}


*/
.g-recaptcha span{color:#FFF!important;}
.consent-text span, .consent-text a, .ts-modal-title span, .form-main-content .form-el label span{color:#000!important;}

*{box-sizing: border-box!important;}
.detail-content-mobile, .list-content{text-align:left!important;}

.compare-chkbox-container .compare-listings .fa-check{top:1px!important;left:2px!important;}
.compare-chkbox-container .compare-listings .compare-label{margin-top:-25px!important;}

.g-recaptcha{background-color:#ed1c24!important;}
.detail-btn-calc p, .fin-calc p{margin-top:13px!important;}

.mobile-nav {
    display: none;
}

.head-buttons {
	text-align: center;
}


.body-content {
	color: initial !important;
}

.column.text-center {
	text-align: center !important;
}

.view-listing-details-link{
	background: #ed1c24 !important;
}

.list-content .list-container .buy-btn, .list-content .list-container .contact-btn, .list-content .list-container .check-availability, .list-content .list-container .email-seller, .list-content .list-container .video-chat, .list-content .list-container .facebook-messenger, .list-content .list-container .whatsapp, .list-content .list-container .text,.faceted-search-content button.faceted-search{
	background: #000 !important;
}

.list-top-section .list-title .list-listings-count{
	color: #ed1c24 !important;
}

.list-top-section .list-title .list-title-text {
	font-family: 'Oswald', sans-serif !important;
}
/* =============================================================================
   Mobile                                                              
============================================================================= */
@media only screen and (max-width: 1820px) {
	#menu-main a{font-size:14px}
}

@media only screen and (max-width: 1770px) {
	.white-bar {
    width: 33%;
}
}

@media screen and (max-width: 1549px) { 
	.head-buttons {display: none !important;}
	
	.mobile-only {
		display: block;
	}

	.right-side {
    text-align: right;
}
	
}

@media only screen and (max-width: 1155px) {
	.cta a h2 {font-size: 30px;}
}
@media only screen and (max-width: 1025px) {
	.column.cell {
    margin: 10px 0px;
	text-align:center;
}
.hide{display:block !important;}
.hide-m{display:none;}
}
@media only screen and (max-width: 1530px) {

	.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;
		padding-top:10px;
	}
	.menu-main-container { display: none; }

.cta .small-up-2 .column{width:50%;}
}

@media only screen and (max-width: 756px) {
	.flex-head {
		flex-wrap: wrap;
		gap: 10px;
	}
	
	.logo, .right-side,.navigation {
		flex-basis: 100%;
    text-align: center !important;
	}
}

@media only screen and (max-width: 700px) {
.white-lines {
    width: 115%;
}
.fancy-line h2 {
    padding-top: 10px;
    font-size: 20px;
}
}
@media only screen and (max-width: 640px) {
	.mobile.button {
		margin-left:auto;
		margin-right:auto;
		float:none !important;
	}
}
@media only screen and (max-width: 460px) {
	.white-lines{display:none;}
	.fancy-line .small-8{width:100%;}
}
@media only screen and (max-width: 400px) {
	.cta .small-up-2 .column {width:100%;}
	.delete{display:none !important;}
.replace{display:block !important;}	
}