﻿/***** 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 !important; 
	margin:0;
	font-size:18px;
	-webkit-text-size-adjust: none;
}

td {vertical-align: top;}


/***** Global text link style *****/

a {
    text-decoration:none;
    color:#000;
	-webkit-transition:all .3s ease;
	-ms-transition:all .3s ease;
	transition:all .3s ease;
}
a:hover  {
    text-decoration:underline;
    color:#ed1c24;
}

h1 {
	font-size:40px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:700;
}

.wrapper h1 {font-weight:700;font-size:32px;}

h2 {
	font-weight:700;
	font-size:36px;
}

.box-1 h2 {font-weight:700;font-size:32px;}

h3 {
	font-weight:700;
	font-size:32px;
}

h4 {
	font-weight:700;
	font-size:26px;
}

h5 {
	font-weight:700;
	font-size:18px;
}

h6 {
	font-weight:400;
	font-size:15px;
}


p {
	/*margin-bottom:15px;*/
	font-size:18px;
	font-family: 'Roboto Condensed', sans-serif;
}
	 
.wrapper {
	width:96%;
	margin:0 auto;
	max-width:1170px;
}


.wrapper-sml {
	width:92%;
	margin:0 auto;
	max-width:1000px;
}

.wrapper-smler {
	width:85%;
	margin:0 auto;
	max-width:800px;
}

.wrapper-lrg {
	width:92%;
	margin:0 auto;
	max-width:1590px;
}
.flex-cont-1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.padding20 {
	padding:20px 0;	
}

/**SPANS**/
.topblue { font-weight:700; font-style:italic; font-size:14px; }
.center { text-align:center; }
.italic { font-style:italic; }
.bold { font-weight:700; }
.small { font-weight:400; font-size:10px; }
.small-break {padding:10px 0;}
.d-grey {color:#8A8A8A;}

/**FORMS**/
input {
	padding:5px;
	box-sizing:border-box;
	width:100%;
	margin:5px 0 10px 0;
	
}

input[type=checkbox],
input[type=radio]{ 
	width: 30px;
}

form {
	vertical-align:top;
	margin:0 auto;
}

/*===================== 
                HEADER 
=======================*/
.top-bar {
	background:#fff;
	margin:0 auto; 
	padding-right:20px;
	border-bottom:1px solid #ccc;
}

.top-bar-text {
	text-decoration:none;
	text-transform:uppercase;
	float:right;
	margin:10px 0;
}

.top-bar-left {
	text-decoration:none;
	text-transform:uppercase;
	float:left;
	margin:2px 0;
}

.top-bar-text p {
	font-size:12px;
	color:#fff;
	padding:0 10px;
}

.top-bar-text a {
	font-size:12px;
	color:#fff;
	padding:0 5px;
}

.top-bar-text a:hover {
	text-decoration:none;
	color:#ed1c24;	
}

.top-bar-text i {
	font-size:22px;
	color:#ed1c24;
	padding:0 10px;
}

.top-bar-text i:hover {
	text-decoration:none;
	color:#ccc;
}

.header {
	background-color: #fff;
	width:100%;
	margin:0 auto;
	border-bottom:5px solid #A8A8A8;
}

.logo {
	float:left;
	padding:30px 0;
	width:30%;
	box-sizing:border-box;
}

.logo img {
	display:inline-block !important;
	max-width: 100%;
	width: 100%;
}

.header-right {
	float:left;
	width:70%;
	box-sizing:border-box;
	padding: 60px 0;
    text-align: right;
}


/*===================== 
                BODY
=======================*/
.main-home {
	display: block;
	max-width: 100%;
	margin: 0 auto;
	padding: 450px 0 0 0;
	background:url(../siteart/main.jpg) center center no-repeat;
		background-size: auto auto;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.main-text {
	width:100%;
	margin:0 auto;
	background:rgba(0, 0, 0, 0.3);
	padding:40px 0;
}

.main-text h3 {
	font-size:30px;
	color:#fff;
	font-weight:700;
}

/* Category Box */
.categorybox-logo {
	width: 10%;
}
.cat-img {
    width:100%;
}
.cat-img img {
	max-width: 100px;
    height: auto;
    display: block;
    margin:0 auto;
}
.cat-img img:last-child {
	display: none;
}

.categorybox-text {
	width: 20%;
    margin:1%;
	box-sizing: border-box;
	text-align:center;
}

.categorybox {
	width:100%;
	height:180px;
	margin: 0 0 0 0;
	box-sizing: border-box;
	position:relative;
	overflow:hidden;
	background-position:center center;
	background-repeat:no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	border:2px solid #fff;
	-webkit-box-shadow: 0px 13px 14px -11px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 13px 14px -11px rgba(0,0,0,0.75);
    box-shadow: 0px 13px 14px -11px rgba(0,0,0,0.75);
}

.categorybox .categorybox-title {
	text-align:left;
	width:90%;
	position:absolute;
	top:77%;
	left:45%;
	transform: translate(-50%,-50%); 
	-webkit-transform: translate(-50%,-50%); 
	-ms-transform: translate(-50%,-50%);
	font-size:22px;
	color:#fff;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:700;
	line-height:1em;
	margin:0 0 0 0;
	text-transform:uppercase;
	z-index:99;
	text-shadow: 2px 2px 5px #000;
	-webkit-transition: all 1s ease; /* Safari and Chrome */
    -moz-transition: all 1s ease; /* Firefox */
    -ms-transition: all 1s ease; /* IE 9 */
    -o-transition: all 1s ease; /* Opera */
    transition: all 1s ease;
	margin:0 3% 20px;
}

.categorybox-title:hover .fa-arrow-circle-right {
	margin-left:15px;
	margin-right:-10px;	
}

.fa-arrow-circle-right {
	margin-left:5px;
	-webkit-transition: all .5s ease; /* Safari and Chrome */
    -moz-transition: all .5s ease; /* Firefox */
    -ms-transition: all .5s ease; /* IE 9 */
    -o-transition: all .5s ease; /* Opera */
    transition: all .5s ease;	
}

.categorybox-title a:hover {
	text-decoration:none;
}

.categorybox:after { 
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #6d6d6d;
	opacity: 0.2; 
	transition: .3s all;
	display:block;
}
.categorybox:hover:after {
	opacity: 0.8;
	background: #6d6d6d;
}

a .categorybox {
	-webkit-transition:all .3s ease;
	-ms-transition:all .3s ease;
	transition:all .3s ease;
}

a:hover .categorybox-title {
	text-shadow:none;
}

.categorybox p {
	font-weight:400;
	color:#fff;
}

.categorybox h4 {
	color:#fff;
}



/**button1**/
	.button1 {
		width:85%;
		box-sizing: border-box;
		position:relative;
		overflow:hidden;
		background:#005a92;
		color:#fff;
		font-size:14px;
		font-weight:400;
		display:inline-block;
		padding: 10px 3px;
		text-align:center;
		border:1px solid #000;
		text-transform:uppercase;
		margin:10px 0;
	}

	a .button1 {
		-webkit-transition:all .3s ease;
		-ms-transition:all .3s ease;
		transition:all .3s ease;
	}
	
	a:hover .button1 {
		color:#fff;
		background:#d8232f;
		text-shadow:none;
	}

.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);
}

.main-grey {
	max-width: 100%;
	margin: 0 auto;
	padding: 50px 0;
	background:#ccc;
}

.grey-text {
	width:100%;
	margin:0 auto;
	text-align:center;
}

.grey-text h4 {
	color:#fff;
}

.grey-text p {
	color:#fff;
	font-family: 'Roboto Condensed';
	font-size:20px;
}


/*SPANS*/ 
	.hover-box-title { text-decoration:underline; color:#ed1c24; font-weight:700; text-transform:uppercase;}

/* HOVER CATEGORY BOXES */		
	.invlinkbox {
		float:left;
		text-align:left;
		width:100%;
		height:200px;
		margin: 0 0 0 0;
		background-position:center center;
		background-repeat:no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		-webkit-transform:translateZ(0);
		transform:translateZ(0);
		z-index:1000;
		position:relative;
		overflow:hidden;
		box-sizing:border-box;
		cursor:pointer;
		font-family: 'Roboto Condensed', sans-serif;
	}
	.invlinkbox a {
		color:#fff;
		font-size:18px;
	}
	.invlinkbox a:hover { 
		color:#8B8B8B;
		text-decoration:none;
	}
	.invlinkbox p a { 
		text-decoration:none;
	}
	.invlinkbox::before{
		content:' ';
		position:absolute;
		top:255px;
		right:0;
		bottom:0;
		left:0;
		background:rgba(0,0,0,1);
	}
	.invlinkbox:hover::before{
		background:rgba(0,0,0,1);
		top:0;
	}
	.caption__media{
		display:block;
		min-width:100%;
		max-width:100%;
		height:auto;
	}
	.caption__overlay{
		position:absolute;
		top:0;
		right:0;
		left:0;
		padding:5px 0 10px 10px;
		color:#fff;
		-webkit-transform:translateY(255px);
		transform:translateY(255px);
		transition:-webkit-transform .35s ease-out;
		transition:transform .35s ease-out
	}
	.invlinkbox:hover .caption__overlay{
		-webkit-transform:translateY(0);
		transform:translateY(0)
	}
	.caption__overlay__title{
		transition:-webkit-transform .35s ease-out;
		transition:transform .35s ease-out
	}
	.invlinkbox:hover .caption__overlay__title{
		-webkit-transform:translateY(0);
		transform:translateY(0)
	}


/*===================== 
                FEATURED TRUCKS 
=======================*/	
.parts-red-container {
	display: block;
	max-width: 100%;
	margin: 0 auto;
	background:url(../siteart/frieghtliner-gradient.jpg) center center no-repeat;
		background-size: auto auto;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.parts-red-container h2 {
	color:#fff;
}

.feat-padding-contain {
	padding: 100px 0;
}

.other-feat {
	width:100%;
	margin:0 auto;
}

.feat-box {
	float:left;	
	width:15%;
	margin:0 auto;
	text-align:center;
}

.feat-box img {
	width:auto;
	height:50px;
	display:inline-block;
}

.feat-box p {
	padding-top:10px;
	font-size:16px;
	color:#fff;	
}

/**feat button**/
	.feat-button {
		width:85%;
		text-align:center;
		box-sizing: border-box;
		position:relative;
		overflow:hidden;
		color:#fff;
		background:#000;
		font-size:14px;
		font-weight:400;
		display:inline-block;
		margin:10px 0;
		padding: 5px;
		vertical-align:top;
		border:1px solid #fff;
	}

	a .feat-button {
		-webkit-transition:all .3s ease;
		-ms-transition:all .3s ease;
		transition:all .3s ease;
	}
	
	a:hover .feat-button {
		color:#fff;
		text-shadow:none;
		background:#ed1c24;
		border:1px solid #fff;
	}
	
	.feat-button:hover .fa-arrow-circle-right {
	margin-left:15px;
	margin-right:-10px;	
}

	.fa-arrow-circle-right {
	margin-left:5px;
	-webkit-transition: all .5s ease; /* Safari and Chrome */
    -moz-transition: all .5s ease; /* Firefox */
    -ms-transition: all .5s ease; /* IE 9 */
    -o-transition: all .5s ease; /* Opera */
    transition: all .5s ease;	
}




/*===================== 
                Slider  styles
=======================*/

.wrap-slider {
    width:100%;
    height: auto;
    position: relative;
}
.slider-img {
    width:100%;
    overflow: hidden;
}
.slider-img img {
    object-fit: cover;
    height: auto;
    width: 100%;
    max-height: 52vh;
    display: block;
}
.slider-overlay {
    position: absolute;
    left: 0px;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    width: 100%;
    z-index: 300;
    padding:20px 10px;
    box-sizing: border-box;
    margin: 0 auto; 
}
#prev1 {
    position: absolute;
    left:40px;
    top:45%;
    z-index: 300;
    font-size: 30px;
    color:rgba(255,255,255,0.0);
    cursor: pointer;
    transition: all .6s ease;
}
#next1 {
    position: absolute;
    right:40px;
    top:45%;
    z-index: 300;
    font-size: 30px;
    color:rgba(255,255,255,0.0);
    cursor: pointer;
    transition: all .6s ease;
}
.wrap-slider:hover #prev1, .wrap-slider:hover #next1 {
    color:rgba(255,255,255,0.6);
}


/*===================== 
                contact page 
=======================*/
.main-contact {
	display: block;
	max-width: 100%;
	margin: 0 auto;
	padding: 50px 0;
	background:url(../siteart/Lonestar-Tag-locations-image.jpg) center center no-repeat;
		background-size: auto auto;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.contact-text {
	width:100%;
	margin:0 auto;	
}

.contact-text h1 {
	font-size:40px;
	line-height:40px;
	color:#fff;
	text-shadow: 1px 1px 4px #000;
}

.contact-boxes {
	margin: 0 auto;
	box-sizing:border-box;
	width:100%;
}

.box1 {
	width:50%;
	margin: 0 auto;
	box-sizing:border-box;
	float:left;	
	padding:20px 0;
}


/*===================== 
                SCROLLING INVENTORY 
=======================*/
.scrolling-wrap {
    width:100%;
    height:90px;
    overflow:hidden;
	margin:10px 0;
	border-top:6px solid #d8232f;
	border-bottom:6px solid #d8232f;
}
 
.scrolling{
    width:100%;
    height:92px;
}

/*===================== 
                MAP 
=======================*/
.map {
	margin: 0 auto;
	width:100%;
}

/*===================== 
               QUICK LINKS	 
=======================*/
.quick-links {
	display: block;
	max-width: 100%;
	margin: 0 auto;
	background:#ccc;
	border-top:6px solid #fff;
}

.quick-links-contain {
	width:100%;
	margin:0 auto;
    display: flex;
    flex-wrap: wrap;
}

.quick-box {	
	margin:0 auto;
	width:20%;
	padding: 50px 0;
	display:inline-block;
	text-align:center;
}

.quick-box-locations {
	margin:0 auto;
	max-height:155px;
	display:inline-block;
	vertical-align:top;
}

.quick-box h5 {
	color:#AF0E13;
	padding-bottom:5px;
}

.quick-box h6 {
	color:#fff;
	font-style:italic;
}

.quick-box img {
	max-width:100px;
	display:inline-block;
	margin: 0 auto;
	text-align:center;
}

.quick-box p {
	font-size:12px;	
	color:#000;
}

.quick-box a {
	font-size:12px;
	color:#000 !important;	
	font-weight:400;
}

.quick-box a:hover {
	color:#ed1c24 !important;
	text-decoration:none;
}

.quick-box i {
	font-size:18px;
	color:#000;	
	font-weight:400;
	padding:0 3px;
}
.quick-box i:hover {
	color:#ed1c24;
	text-decoration:none;
}

/*===================== 
                FOOTER 
=======================*/




.footer-wrapper {
		background:#fff; 
		margin:0 auto;	
		padding:40px 0;
	}
	
	.footer-container {
		width: 100%;
		margin: 0 auto;	
	}
	
	.left {
		display:inline-block;
		text-align:left;
		font-weight:700;
		box-sizing:border-box;
		width: 49%;
		text-transform:none;
		vertical-align:middle;
	}
	
	.left p {
		margin-bottom:0;
		font-size:10px;
	}
	
	.left a {
		font-size:14px;
		color:#ed1c24;
		font-weight:700;
		text-decoration:none;
		text-transform:uppercase;
	}
	
	.left a:hover {
		text-decoration:underline;
		color:#000;
		-webkit-transition:all .3s ease;
		-ms-transition:all .3s ease;
		transition:all .3s ease;
	}
	
	.right {
		display:inline-block;
		color:#fff;
		text-align:right;
		box-sizing:border-box;
		width: 49%;
		color:#fff;
		text-transform:none;
		font-weight:400;
	}
	
	.right p {
		font-size:14px;
		font-weight:700;
		color:#ed1c24;
		text-decoration:none;
		text-transform:uppercase;
	}
	
	.right a {
		font-size:14px;
		font-weight:700;
		color:#ed1c24;
		text-decoration:none;
		text-transform:uppercase;
	}
	
	.right a:hover {
		text-decoration:underline;
		color:#000;
		-webkit-transition:all .3s ease;
		-ms-transition:all .3s ease;
		transition:all .3s ease;
	}

.ls-loc-foot h5 {
    color:#AF0E13;
}
.ls-loc-foot h6 {
    color:#AF0E13;
}
.ls-loc-foot .quick-box p {
	font-size:12px;	
	color:#ed1c24!important;
}
.ls-loc-foot .quick-box a:hover {
  color: #000 !important;
  text-decoration: none;
}

.tag-loc-foot h5 {
    color:#17469e;
}
.tag-loc-foot h6 {
    color:#17469e;
}
.tag-loc-foot .quick-box p {
	font-size:12px;	
	color:#17469e!important;
}

.tag-loc-foot p a:hover {
  color:#17469e!important;
  text-decoration: none;
}

/*===================== 
                HOSTED CONTENT 
=======================*/
.hosted-content h3 {
	font-family: 'Roboto Condensed', sans-serif!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 {
	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 .listings-wrapper .listings-list .price {
    float: right;
    font-weight: 400;
    position: relative;
    color: #ed1c24;
}

/*===================== 
                Inventory styles 
=======================*/

#inv{padding: 5% 0;}
 /* Reset font, ignore icons */

.listing-top-right a, .lower-detail-data-left button, .send-email-btn, .media-buttons a, .media-buttons button, .faceted-search, .listing-dealer-info a, .view-listing-details-link, .main-detail-data .contact-options a, .fin-calc-btn-mobile, .selected-facet, .page-nav, .apply-button, .back-button, .calculator-btn, .mobile-done-button {
    -moz-border-radius: 0px !important;
    -o-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    border-radius: 0px !important;
}
input[type=checkbox] {
    background-color: initial;
    cursor: default;
    appearance: auto;
    box-sizing: border-box;
    margin: 3px 3px 3px 4px;
    padding: initial;
    border: initial;
}

.faceted-search-content .faceted-section-box .faceted-option-checkbox-container label input {margin: 2px 3px 3px 4px;}
.faceted-text-input-searchType .search-type input[type=checkbox], .faceted-text-input-searchType .search-type  input[type=radio] {margin: 0px 3px 0px 6px;}


.bread-crumbs-heading .return-links .return-links-link span, #no-compare-listings, .bread-crumbs-heading .return-links .return-links-link i {color:#e31f26 !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:#e31f26 !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{border: solid 1px #e31f26 !important; 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: #fff !important; color: #e31f26 !important;}

.check-availability-link, .email-seller-link, .video-chat-link, .faceted-search, .faceted-show-all-btn, .cs-btns a, .calculator-btn {background: #000 !important; border: solid 1px #000 !important; transition: ease all 0.2s !important;}
.check-availability-link:hover, .email-seller-link:hover, .video-chat-link:hover, .faceted-search:hover, .faceted-show-all-btn:hover, .cs-btns a:hover, .calculator-btn:hover {background: #fff !important; color: #000 !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;}
.detail-content-mobile .detail-contact-bar .contact-bar-btn, .list-page-nav, .contact-options a {background: #000 !important;}
.list-main-section .contact-options a {border: #000 solid 1px !important; transition: ease all 0.2s !important;}
.list-main-section .contact-options a:hover {background: transparent !important; color: #000!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;}


/*===================== 
                Responsive styles 
=======================*/
@media screen and (max-width: 1400px) { 
	.logo {
    float: left;
    padding: 30px 0;
	width: auto;
	}
	
	.header-right {
    float: right;
	width:auto;
	}
}

@media screen and (max-width: 1200px) { 
	.categorybox-text {
		width: 48%;
	}
	.categorybox-logo {
		width: 100%;
	}
	
	#no-show {
		display:none;	
	}
	.caption__overlay {
		-webkit-transform:none;
		transform:none;
	}
	
	.caption__overlay a {
		font-family: 'Roboto Condensed', sans-serif!important;
	}
	
	.caption__overlay p {
		font-family: 'Roboto Condensed', sans-serif!important;
	}
	
	.invlinkbox::before { 
		top: 0;
	}
	.invlinkbox::before {
		background:rgba(0,0,0,.5);
	}
	.invlinkbox:hover::before {
		background:rgba(0,0,0,.5);
	}
	.mobilesliderimage {
		display:block;
	}
	.mainsliderimage {
		display:none;
	}
    .cat-img img {
        display: none;
    }
    .cat-img img:last-child {
        display: block;
        max-width: 400px;
        width:100%;
        padding:0 0 20px 0;
    }
    .slider-overlay {
        padding: 10px;
    }
    .slider-overlay h3 {
        font-size: 2.5vw;
    }

}

@media screen and (max-width: 1150px) {
	.quick-box {
	    width: 50%;
		padding:30px 0;
	}

}

@media screen and (max-width: 900px) {

}

@media screen and (max-width: 768px) {
	.footer-wrapper {
    	padding: 20px 0;
	}
	.right {
		width: 100%;
		text-align:center;
	}
	.left {
		width: 100%;
		text-align:center;
	}
	
	.main-home {
    	padding: 200px 0 0 0;
	}
	
	.main-text {
	    text-align: center;
	}
	
	.parts-red-container {
		text-align:center;
	}
	
	.feat-padding-contain {
		padding: 50px 0;
	}
	
	.feat-box {
		width:48%;
		padding:10px 0;
	}
}

@media screen and (max-width: 700px) {
	.logo {
		max-width: 100%;
		width: 100%;
		padding: 10px 0 5px 0;
	}
	
	.logo img {
		width:100%;
	}
	
	.header-right {
		width: 100%;
		padding: 5px 0 10px 0;
	}
    .slider-overlay {
        padding:20px 10px;
        position:static;
    }
    .slider-overlay h3 {
        font-size: 6vw;
    }
    #next1 {
      right: 20px;
      top: 25%;
      font-size: 20px;
        color: rgba(255,255,255,0.3);
        
    }
    #prev1 {
      left: 20px;
      top: 25%;
      font-size: 20px;
        color: rgba(255,255,255,0.3);
    }
	
}

@media screen and (max-width: 630px) {
	.main-grey {
	    padding: 20px 0;
	}
	.categorybox-text {
		width: 100%;
		margin:10px 0;
	}
	
	.top-bar-text {
		float: none;
		text-align: center;
	}
	
	.top-bar {
    	padding-right:0;
	}
	
	.quick-links-contain {
		padding: 20px 0;
	}
	
	.quick-box-locations {
    	max-height:100%;
	}
	
	.quick-box {
	    width: 100%;
		padding:10px 0;
		max-height:100%;
	}
	
	.quick-box p {
		padding:5px 0;
	}
	
}
@media screen and (max-width: 500px) {
	.box1 {
		width:100%;
	}
}
