﻿/***** BEGIN RESET *****/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    background:transparent;
    border:0;
    margin:0;
    padding:0;
}

ol, ul {list-style: none;}
.clear {clear: both; height:0px; margin:0;}

/***** END RESET *****/



/* roboto-condensed-regular - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-condensed-v16-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Roboto Condensed'), local('RobotoCondensed-Regular'),
       url('../fonts/roboto-condensed-v16-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-condensed-v16-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-condensed-v16-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-condensed-v16-latin-regular.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}


/* roboto-condensed-italic - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/roboto-condensed-v16-latin-italic.eot'); /* IE9 Compat Modes */
  src: local('Roboto Condensed Italic'), local('RobotoCondensed-Italic'),
       url('../fonts/roboto-condensed-v16-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-condensed-v16-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-condensed-v16-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-condensed-v16-latin-italic.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}


/* roboto-condensed-700 - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/roboto-condensed-v16-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Roboto Condensed Bold'), local('RobotoCondensed-Bold'),
       url('../fonts/roboto-condensed-v16-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-condensed-v16-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-condensed-v16-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-condensed-v16-latin-700.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}


/* roboto-condensed-700italic - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/roboto-condensed-v16-latin-700italic.eot'); /* IE9 Compat Modes */
  src: local('Roboto Condensed Bold Italic'), local('RobotoCondensed-BoldItalic'),
       url('../fonts/roboto-condensed-v16-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-condensed-v16-latin-700italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-condensed-v16-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-condensed-v16-latin-700italic.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}





body {
	color:#000;
	font-family: 'Roboto Condensed', sans-serif;
	margin:0;
	font-size:18px;
	-webkit-text-size-adjust: none;
}

td {vertical-align: top;}


/***** Global text link style *****/

a {
    text-decoration:none;
    color:#000;
}
a:hover  {
    text-decoration:underline;
    color:#fff;
}

h1 {
	font-size:40px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:700;
}

h2 {
	font-weight:700;
	font-size:36px;
}

h3 {
	font-weight:400;
	font-size:32px;
}

h4 {
	font-weight:400;
	font-size:32px;
}

h5 {
	font-weight:400;
	font-size:24px;
	color:#e73132; /*red*/
	font-family: 'Roboto Condensed', sans-serif!important;
}


p {
	font-size:16px;
	font-family: 'Roboto Condensed', sans-serif;
}
	 
.wrapper {
	width:96%;
	margin:0 auto;
	max-width:1270px;
}

.wide-wrapper {
	width:96%;
	margin:0 auto;
	max-width:1600px;
}

.padding {
	padding:60px 0;
}

.padding100 {
	padding:160px 0;
}

/*SPANS*/
.topblack { font-weight:700; font-style:italic; font-size:14px; }
.red { font-weight:700; font-style:italic; font-size:inherit; color:#e73132; /*red*/ }
.break { padding:1px 0; }
 
/***HEADER***/
.top-white {
	width:100%;
	height:62px;
	margin:0 auto;
	box-sizing:border-box;
	background:#fff;
	color:#e73132; /*red*/
	border-bottom:1px #E4E4E4 solid;
}

.header-container {
	width:100%;
	
	margin: 0 auto;
}

.fa-phone {
	font-size: 12px;
}

.third {
	width:33.33%;
	margin: 0 auto;
	display:inline-block;
	box-sizing:border-box;
	float:left;	
}

.third-fb {
	width:33.33%;
	margin: 0 auto;
	display:inline-block;
	box-sizing:border-box;
	float:right;	
	text-align:right;
	padding:20px 0;
}

.third p {
	color:#e73132; /*red*/
	padding:20px 0;
}

.third a {
	color:#e73132; /*red*/
}

.third a:hover {
	color:#000;
}

.third-fb i {
	color:#e73132; /*red*/
	font-size: 20px !important;
}

.third-fb i:hover {
	color:#000;
}

.main-background {
    background:#000;
    margin: 0 auto;
}

.logo-wrapper {
	width:96%;
	margin:0 auto;
	max-width:1700px;
}

.logo-wrapper img {
	width:12%;
	max-width:30%;
}

.top-image {
	padding:20px 0 5px 0;
}

/** inventory box **/
.inventory-img {
	background:url(../siteart/tracks-bw.jpg) center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin: 0 auto;
    max-width: 3000px;	
}

.inventory-img a:hover {
	color:#000;
	text-decoration:none;
}

.inventory-box {
    width: 35%;
    box-sizing: border-box;
    text-align: center;
    margin: 0 auto;
	padding:40px 20px;
	border: 3px solid #e73132; /*red*/
	background:rgba(255, 255, 255, 0.75);
}

.inventory-box:hover {
	color:#fff;
	background:rgba(255, 255, 255, 0.3);
}

.inventory-box h1 {
	text-decoration:underline;
}

.hvr-shrink {
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    display: block;
    box-sizing: border-box;
    text-align: center;
    margin: 0 auto;
}

.hvr-shrink:hover, .hvr-shrink:focus, .hvr-shrink:active {
	-webkit-transform: scale(0.97);
	transform: scale(0.97);
}

.home-para {
	width:100%;
	margin:0 auto;
}

.box-left {
	float: left;
    width: 50%;
	height: 400px;
    box-sizing: border-box;
    padding:70px 50px;
}

.box-left p {
	font-size:18px;
}

.box-right {
	float: right;
    width: 50%;
    height: 400px;
    box-sizing: border-box;
    background:url(../siteart/feature2.jpg) center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.box-right {
	max-width:100%;	
}

.trucks-matter-background {
	background:url(../siteart/trucks2.jpg) center center repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin: 0 auto;
	display:block;
	width:100%;
	max-width:1910px;
}

.trucks-matter-background a:hover{
	text-decoration:none;
}

.trucks-matter-contain {
	width:100%;
	margin:0 auto;
	border-top:5px solid #000;
}

.trucks-matter {
	text-align:center;
	width: 30%;
	float: none;
	margin:0 auto;
	background:rgba(0, 0, 0, 0.8);
	border:3px solid #fff;
	-webkit-box-shadow: 3px 4px 6px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 3px 4px 6px 0px rgba(0,0,0,0.75);
	box-shadow: 3px 4px 6px 0px rgba(0,0,0,0.75);
}

.trucks-matter h1 {
	color:#fff;
	font-size:55px;
	padding:30px;
}

/**
.trucks-matter h1:hover {
	color:#000;
}

.trucks-matter:hover {
	background:rgba(255, 255, 255, 0.7);
	border:3px solid #000;
**/

}

/**LISTINGS**/
.listings-background {
	background:url(../siteart/tracks-white.jpg) center center repeat fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin: 0 auto;
	display:block;
}

.background-white {
    max-width: 1270px;
    background: rgba(255, 255, 255, 0.7);
    margin: 0 auto;
}


.hosted-content h3 {
	font-family: 'Roboto Condensed', sans-serif!important;
}
.hosted-content input[type='submit'], .hosted-content button[type='submit'], .hosted-content .btn, .hosted-content .button {
	background:#5F5F5F !important;
}
.hosted-content .listings-detail-wrapper .information-box .row:nth-child(even) {
    background-color: #fff !important;
}
.hosted-content .listings-wrapper .listings-list .listing-banner h2 {
    line-height: 1.5em !important;
	font-family: 'Roboto Condensed', sans-serif !important;
}
.hosted-content .listings-wrapper .listings-list .listing-banner {
    background: #000 !important;
	color:#fff !important;
}
.hosted-content .listings-wrapper .listings-list .category-banner h3 {
    line-height: 1.5em !important;
	font-family: 'Roboto Condensed', sans-serif !important;
}
.hosted-content .listings-wrapper .listings-list .listing-name {
    font-family: 'Roboto Condensed', sans-serif !important;
}
.hosted-content .widgets-trk .widget-nah-container {
    background:#fff;
}
.hosted-content .widgets-trk .widget-unico-container {
    background:#fff;
}
.hosted-content .widgets-trk .widget-express-container, .hosted-content .widgets-trk .widget-nal-container {
    background:#fff;
}
.hosted-content .listings-wrapper .border-bottom, .hosted-content .listings-detail-wrapper .border-bottom, .hosted-content .listings-drilldown-wrapper .border-bottom {
    border-bottom: 1px solid #878787!important;
}
.hosted-content #main-search input, .hosted-content #main-search select {
    background: #fff;
	cursor:pointer;
}
.hosted-content .options li {
    border-left: 1px solid #989898!important;
}

.hosted-content .listings-detail-wrapper .information-box {
    border: 1px solid #989898!important;
}

.hosted-content .listings-detail-wrapper .listing-details .divider {
    border-bottom: solid 1px #989898!important;
}

.hosted-content .options li:first-child {
    border-right: 1px solid #989898!important;
}

.hosted-content .options {
    border-bottom:none!important;
    border-top:none!important;
}

/*social-media-icons*/
.at-share-btn-elements {
	display:none!important;
}
/*view-details*/
.hosted-content .details-mobile .widget-details {
	display:none!important;
}
.listing-largecard-bottom-button listing-card-bottom-button {
	display:none!important;
}
.listings-wrapper .hosted-theme .btn {
	display:none!important;
}
.listing-largecard-inner .compare, .listing-smallcard-inner .compare, .listing-thumb-inner .compare {
    display: none!important;
}

.hosted-content .details-mobile {
    margin:0!important;
}

.hosted-content .addthis_inline_share_toolbox {
    padding-bottom:0!important;
}
.hosted-content .p-top-20 {
    padding-top: 40px!important;
}

.compare {
	display: none!important;
}
.compare-link {
	display: none!important;
}

/**CONTACT**/
.info {
	padding:0 20px;	
}

.contact {
	text-align:center;
	margin:0 auto;
	max-width:100%;
	height:auto;
}

.three-boxes {
	padding-bottom:30px;	
}

.credit-button {
	display: inline-block;
	box-sizing:border-box;
	float:none;
	width: 31%;
	height:auto;
	margin:0 10px;
	margin: 1%;
	position:relative;
	overflow:hidden;
	padding:60px 10px;
    color: #fff;
    text-align: center;
    vertical-align: top;
	border: 1px solid #000;
    background: rgba(255, 255, 255, 0.75);
}

.credit-button .credit-button-title {
	text-align:center;
	box-sizing:border-box;
	width: 100%;
	position:absolute;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%); 
	-webkit-transform: translate(-50%,-50%); 
	-ms-transform: translate(-50%,-50%);
	font-size:16px;
	color:#fff;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:700;
	margin:0 0 0 0;
	z-index:99;
	padding:5px;
}

.credit-button-title p {
	font-size:14px;
	font-weight:400;
	margin-bottom:0;
	color:#000;	
}

.credit-button-title a {
	color:#000;	
	text-decoration:underline;
}

.credit-button-title a:hover {
	color:#e73132; /*red*/
	text-decoration:none;
}

.about-third-contain {
	width:100%;
	height:auto;
	margin: 0 auto;
	display:inline-block;
	box-sizing:border-box;
}

.half {
	text-align:center;
	display:inline-block;
	box-sizing:border-box;
	margin:0 1%;
	padding: 0 auto;
}

.half p {
	font-size:14px;
}

.map {
    display: inline-block;
    align-content: center;
    position: relative;
	width:96%;
}

/*Bottom Nav*/
.bottom-grey {
	width:100%;
	margin:0 auto;
	border-top:5px solid #000;
	box-sizing:border-box;
}

nav.bottom {
	float:left;
	width:100%;	
	padding:0;
	margin:0;
	background-color:#d1d1d1; /*full width of the nav*/
	padding:40px 0;
}
	
nav.bottom ul {
	padding:0;
	margin:0;
	text-align:center;
}

nav.bottom ul li {
	display:inline-block;
}

nav.bottom ul p {
	display:inline-block;
}

nav.bottom ul li a {
	padding:10px 15px;
	display:block;
	font-size:18px;
	font-family: 'Roboto Condensed', sans-serif;	
	line-height:22px;
	font-weight:700;
	font-style:italic;
	text-decoration:none;
	color:#000;
    box-sizing: border-box;
    text-align: center;
    width: 100%;
    margin: 0 auto;
}

nav.bottom ul li a:hover {
	color:#e73132; /*red*/
	background:#000;
}

nav.bottom ul li p {
	padding:10px 15px;
	display:block;
	font-size:18px;
	font-family: 'Roboto Condensed', sans-serif;	
	line-height:22px;
	font-weight:400;
	color:#000;
    box-sizing: border-box;
    text-align: center;
    width: 100%;
    margin: 0 auto;
}


/*FOOTER*/
footer {
	background:#000;
	padding:40px 0;
}

.copyright {
	font-size:12px;
	color:#fff;
	text-align:center;
}

.copyright a:hover  {
    color:#e73132 !important; /*red*/
	text-decoration:none;
}

.copyright a  {
    color:#fff;
	text-decoration:underline;
}


/*

Needed for Parallax
.parallax-window1 {
    min-height: 800px;
    background: transparent;
}

.parallax-window2 {
    min-height: 400px;
    background: transparent;
}

*/

/*===================== 
           faceted inv 
=======================*/
.view-listing-details-link, .buy-now-link, .faceted-search-content .selected-facets-container .selected-facet,.detail-content .detail-main-body .main-detail-data .offer-btn, .detail-content .detail-main-body .main-detail-data .buy-btn,.modal-bg .form-bottom .captcha-and-submit .captcha-placeholder button, .modal-bg .form-bottom .captcha-and-submit .captcha-placeholder input, .modal-container .form-bottom .captcha-and-submit .captcha-placeholder button, .modal-container .form-bottom .captcha-and-submit .captcha-placeholder input, .contact-options a, .detail-content-mobile .detail-contact-bar .contact-bar-btn {
	background: #e73132 !important;
}

.list-content .list-main-section .list-container .list-listing .listing-top .listing-top-left .listing-main-stats .price, .list-content .list-title .list-listings-count,.currency-selector, .compare-listings-container .compare-container .compare-price {
	color:  #e73132 !important;
}
.detail-content .dealer-info .phone-and-email .send-email-btn,.list-content .list-listing-mobile .dealer-phone-container a {
	border-color:#e73132 !important;
		color: #e73132 !important;
}
.detail-content .dealer-info .contact-information .address, .detail-content .dealer-info .contact-information .phone, .detail-content .dealer-info .contact-information .contact {
	text-align: left !important;
}

.detail-content .detail-additional-data .data-row .data-label, .compare-listings-container .compare-container .button, .detail-content-mobile .detail-additional-data .data-row .data-label,.list-content .list-container .list-listing .buy-now-link, .list-content .list-container .list-listing .contact-btn, .list-content .list-container .list-listing .check-availability, .list-content .list-container .list-listing .email-seller, .list-content .list-container .list-listing .video-chat, .list-content .list-container .list-listing .facebook-messenger, .list-content .list-container .list-listing .whatsapp, .list-content .list-container .list-listing .text,.list-content .list-listing-mobile .buy-now-link, .list-content .list-listing-mobile .contact-btn, .list-content .list-listing-mobile .check-availability, .list-content .list-listing-mobile .email-seller, .list-content .list-listing-mobile .video-chat, .list-content .list-listing-mobile .facebook-messenger, .list-content .list-listing-mobile .whatsapp, .list-content .list-listing-mobile .text{
	background: #000 !important;
}

.detail-additional-data h3, .compare-listings-container .compare-container .comp-header-img .comp-title-close-cont .compare-title h3 {
	color:  #e73132 !important; 
	font-size: 24px !important;
	font-weight: bold !important;
}

.info {
	color: #000 !important;
}

.body-content {
	margin: 20px 0 !important;
}
/*===================== 
                Responsive styles 
=======================*/
@media screen and (max-width: 1660px) {
	.box-left {
		padding:50px 50px;
	}
	
	.box-left h1 {
		font-size:28px;
	}
}

@media screen and (max-width: 1360px) { 
	.box-left {
		padding:30px 50px;
	}
	
	.box-left h1 {
		font-size:24px;
	}
	
	.box-left p {
		font-size:16px;
	}
	
	.trucks-matter {
		width: 50%;
	}
	
}
@media screen and (max-width: 1170px) {	
	.top-white {
		border-bottom:none;
	}
}
@media screen and (max-width: 1000px) {	
	nav.bottom {
		padding:20px 0;
	}
	
	nav.bottom ul li a {
		padding:5px 10px;
	}
	
	nav.bottom ul li p {
		font-size:12px;
		padding:5px 10px;
	}
}

@media screen and (max-width: 900px) {	
.credit-button {
	width: 65%;
	margin: 2% 1%;
}

.heading {
	text-align:center;
}

.box-left p {
		font-size:13px;
	}
	
	.box-left h1 {
		font-size:20px;
	}

.trucks-matter {
	width: 60%;
}

.trucks-matter h1 {
	padding:20px 0;
}

}

@media screen and (max-width: 830px) {
	.logo-wrapper img {
		width:30%;
		max-width:60%;
	}
}

@media screen and (max-width: 768px) {
/**HEADER**/
	.main-img {
		height: 400px;
	}
	
}
@media screen and (max-width: 662px) {
	.box-left {
		width:100%;
		height:auto;
		padding:20px;
	}
	
	.box-left p {
		font-size:14px;
	}
	
	.box-right {
		width:100%;
		height: 250px;
	}
}
@media screen and (max-width: 630px) {
	.inventory-box {
    	width: 70%;
	}
}
@media screen and (max-width: 570px) {
	.padding {
		padding: 30px 0;
	}
	
	.padding100 {
		padding: 40px 0;
	}
	
	.trucks-matter h1 {
		font-size:30px;
	}

}
@media screen and (max-width: 480px) {
	.inventory-box h1 {
		font-size:24px;
	}
	.credit-button {
		width: 80%;
	}
	.top-image {
		text-align:center;
	}
	.logo-wrapper img {
		width:50%;
		max-width:60%;
		margin: 0 auto;
	}
	
	.third {
		text-align:center;	
		padding:10px 0;
	}
	
	.topblack {
		font-size:11px; 
	}
	
	.break {
		display:block;	
	}
	
	.nav.bottom ul li a {
		
	}
	
	.nav.bottom ul li p {

	}

	.third-fb {
		padding:35px 10px;	
	}
	
}
