﻿/*=====================
	Color information

	- Light Blue: #6dc6e7;
	- Darker Blue: #2885b3;
	- Light Blue-Gray Tint: #e6ecf5;
	-

=======================*/

/*=====================
	CSS reset/normalize
=======================*/

/**Correct `block` display not defined in IE 8/9.**/

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}

pre {
	white-space: pre-wrap;
}

small {
	font-size: 80%;
}

/*=====================
		Fonts
=======================*/

/*=====================
	base styles
=======================*/

html {
	-ms-text-size-adjust: 100%;
	/* 2 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
}

body {
	font-family: 'Montserrat', sans-serif;
	margin: 0;
	padding: 0;
	background: url(../siteart/p6.png) repeat;
	color: #000;
}

svg:not(:root) {
	overflow: hidden;
	/*reset*/
}

/* clear floats */

.group:before, .group:after {
	content: "";
	display: table;
}

.group:after {
	clear: both;
}

.group {
	zoom: 1;
}

.clear {
	clear: both;
}

/*image replacement*/

.hide-text {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	border-style: solid;
	height: 0;
	margin: 3px auto;
	background: #5a5a5a;
	height: 3px;
}

img {
	border: 0;
	max-width: 100%;
}

/*=====================
	typography
=======================*/

h1, h2, h3, h4, h5, h6 {
	font-family: 'Montserrat', sans-serif;
	margin: 0;
	font-weight: 700;
	line-height: 1.2em;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

p {
	font-family: 'Montserrat', sans-serif;
	padding: 0 0 2% 0;
	font-size: 18px;
	line-height: 1.5em;
	margin: 0;
}

strong {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
}

/*=====================
	link styles
=======================*/

a.link:focus {
	outline: thin dotted;
	/*reset*/
}

a {
	text-decoration: none;
	color: inherit;
}

a:hover {
	text-decoration: none;
	color: #e90721;
}

.appbutton {}

.appbutton a {
	background: #38b749;
	padding: 5px 10px;
	color: #fff;
	border-radius: 3px;
}

.appbutton a:hover {
	background: #262626;
	padding: 5px 10px;
	color: #fff;
	border-radius: 3px;
}

/*=====================
	list styles
=======================*/

ul.list {
	margin: 0;
	padding: 0 0 5% 7%;
}

ul.list li {
	font-size: 16px;
}

/*=====================
	header styles
=======================*/

header {
	width: 100%;
	margin: 0;
	padding: 10px 0 0 0;
	background: #000;
	text-align: center;
	position: fixed;
	top: 0%;
	z-index: 1000;
}

.headerwrap {
	width: 96%;
	max-width: 1580px;
	margin: 0 auto;
	position: relative;
}

.logo {
	position: absolute;
	left: 0;
	top: 5px;
	z-index: 100;
}

.headlocations {
	float: left;
	width: 70%;
	margin-left: 18%;
}

.paclogo {
	float: right;
	width: 12%;
	padding-top: 30px;
}

.locationblock {
	width: 18%;
	float: left;
	margin-right: 2%;
	text-align: left;
}

.locationblock p {
	color: #fff;
	padding: 0;
	line-height: 1.3em;
}

.locationblock p span {
	display: block;
	color: #e90721;
}

.locationblock a {
	color: #a5a5a5;
}

#manulogo {
	border-bottom: none;
}

.storelink p {
	color: #fff;
	font-size: 14px;
	margin: 2px 0;
}

.storelink p span {
	display: inline;
}

.locationmobile {
	display: none;
}

/*=====================
	content styles
=======================*/

#internal {
	padding: 280px 0 2% 0;
}

#headinternal {
	padding-bottom: 1%;
}

.contentblock {
	background-color: rgba(255,255,255,0.7);
	padding: 2%;
}

.pagetitle {
	padding: 2% 0 2% 1%;
	background: url(../siteart/metal-texture.jpg) center center no-repeat;
	color: #fff;
}

#sitetitle {
	background: none;
}

.wrapper {
	width: 96%;
	max-width: 1620px;
	margin: 0 auto;
	padding: 0;
}

.inv-wrapper {
	padding: 0 2%;
}

.container {
	width: 100%;
	max-width: 1620px;
	margin: 0 auto;
}

.contentblock h3 {
	padding-bottom: 2%;
	color: #e90721;
}

.redback {
	background: #e40620;
	color: #fff;
	padding: 5px 1%;
}

/*=====================
	slideshow styles
=======================*/

.slides {
	background: url(../siteart/concrete_wall.png) repeat;
	padding: 0;
	color: #fff;
	position: relative;
}

.cycle-slideshow {
	box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, .75);
}

.cycle-slideshow img {
	width: 100%;
}

/* pager */

.cycle-pager {
	text-align: center;
	width: 100%;
	z-index: 500;
	position: absolute;
	bottom: 10px;
	overflow: hidden;
	display: none;
}

.cycle-pager span {
	font-family: arial;
	font-size: 50px;
	width: 16px;
	height: 16px;
	display: inline-block;
	color: #ddd;
	cursor: pointer;
	transition: all .5s ease-in-out;
}

.cycle-pager span.cycle-pager-active {
	color: #2885b3;
}

.cycle-pager>* {
	cursor: pointer;
}

/*=====================
	welcome styles
=======================*/

.padit {
	padding: 840px 0 2% 0;
}

.welcome {
	background-color: #000;
	background-image: url(../siteart/welcomeback.jpg);
	background-position:  center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.welcomeblock {
	position: absolute;
	left: 0;
	top: 270px;
	background-color: rgba(255,255,255,0.75);
	width: 50%;
	padding: 2% 4% 2% 9%;
}

.welcomeblock h3 {
	color: #5a5a5a;
	font-weight: 600;
	line-height: 1.2em;
}

.welcomeblock h1 {
	color: #e90721;
	font-weight: 700;
	line-height: 1.2em;
	padding-bottom: 1%;
}

.truckhero {
	position: absolute;
	top: 250px;
	right: 6%;
}

.quicklinks {
	width: 100%;
	margin: 2% auto;
	text-align: center;
}

.linkbox {
	display: inline-block;
	zoom: 1;
	*display: inline;
	width: 20%;
	height: 320px;
	margin: 0 2%;
	position: relative;
	background: url(../siteart/diamondback.png) center center no-repeat;
	-moz-background-size: contain;
	-webkit-background-size: contain;
	background-size: contain;
}

#inactive, #active {
	position: absolute;
	top: -30px;
	width: 90%;
	left: 5%;
	right: 5%;
}

#inactive {
	z-index: 10;
}

#active {
	z-index: 9;
}

.linkbox:hover>#inactive {
	z-index: 9;
	-moz-transition: 0.3s ease-in;
	-webkit-transition: 0.3s ease-in;
	-ms-transition: 0.3s ease-in;
	-o-transition: 0.3s ease-in;
	transition: 0.3s ease-in;
}

.linkbox:hover>#active {
	z-index: 10;
	-moz-transition: 0.3s ease-in;
	-webkit-transition: 0.3s ease-in;
	-ms-transition: 0.3s ease-in;
	-o-transition: 0.3s ease-in;
	transition: 0.3s ease-in;
}

.linkbox:hover>.linktitle {
	bottom: 12%;
	-moz-transition: 0.3s ease-in;
	-webkit-transition: 0.3s ease-in;
	-ms-transition: 0.3s ease-in;
	-o-transition: 0.3s ease-in;
	transition: 0.3s ease-in;
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.linktitle {
	position: absolute;
	bottom: 10%;
	width: 100%;
}

.linktitle h3 {
	color: #fff;
	font-weight: 600;
}

.linktitle p {
	color: #e90721;
	padding: 0;
}

.linktitle span {
	color: #fff;
	display: block;
}

/*=====================
	location styles
=======================*/

.locationselect {
	width: 100%;
	margin: 0 auto;
	padding: 2% 0;
	background-color: #000;
	background-image: url(../siteart/metal-texture.jpg);
	background-position:  center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	border-bottom: 3px solid #e40620;
}

.locationselect h3 {
	color: #c8c8c8;
}

.locationselect h2 {
	color: #fff;
	padding-bottom: 2%;
}

.locationselect h1, .locationbox p {
	color: #fff;
	padding: 0;
}

.locationleft {
	float: left;
	width: 40%;
}

.locationright {
	float: left;
	width: 58%;
	margin-left: 2%;
}

.locationbox {
	display: inline-block;
	zoom: 1;
	*display: inline;
	width: 43%;
	margin: 1%;
	padding: 2%;
	border-bottom: 1px solid #fff;
}

.locationbox h4, .locationbox a p {
	color: #c8c8c8;
}

.locationbox h4 span {
	display: block;
}

.locationbox span {
	color: #e90721;
}

.infobutton {
	background: #e40620;
	text-align: center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 4px;
	width: 50%;
	margin: 5px 0 2% 0;
}

.infobutton p, #action p {
	padding: 0;
}

.infobutton p strong, #action p strong, #short h4, #contacted h4 {
	color: #fff;
	font-weight: 700;
}

.infobutton:hover {
	background: #5a5a5a;
	-moz-transition: 0.3s ease-in;
	-webkit-transition: 0.3s ease-in;
	-ms-transition: 0.3s ease-in;
	-o-transition: 0.3s ease-in;
	transition: 0.3s ease-in;
}

#short {
	width: 30%;
}

#contacted {
	width: 50%;
}

#orleansmap, #batonmap, #lakemap, #lafayettemap, #houmamap {
	display: none;
}

.reveal {
	background: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.reveal h4 {
	color: #000;
}

.reveal p, .reveal a p {
	color: #5a5a5a;
}

.contacted {
	padding: 0;
}

/*=====================
	servicebar styles
=======================*/

.rapid {
	padding: 4% 0;
	background: url(../siteart/serviceback.jpg) center center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.rapidbar {
	width: 100%;
	background: #212121;
	text-align: center;
	padding: 15px 0;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
}

.rapidlogo {
	position: relative;
}

.rapidlogo img {
	position: absolute;
	top: -60px;
	left: 0;
}

.rapidlogo, .rapidmiddle, .rapidright {
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: middle;
}

.rapidlogo {
	width: 20%;
}

.rapidmiddle {
	width: 30%;
}

.rapidmiddle h3 {
	color: #fff;
}

.rapidright {
	width: 40%;
}

#action {
	width: 45%;
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: middle;
	margin: 0 1%;
}

/*=====================
	Form styles
=======================*/

#formpage {
	padding: 0 10px;
}

.half {
	float: left;
	width: 48%;
	margin: 0 1%;
}

form {
	margin: 0 0 0;
}

label {
	display: inline-block;
	zoom: 1;
	*display: inline;
	font-size: 16px;
	width: auto;
}

input {
	font-family: 'Open Sans', Arial, sans-serif;
	border: #999999 solid 1px;
	border-radius: 2px;
	padding: 1%;
	font-size: 14px;
	width: 98%;
	margin-bottom: 10px;
}

input.radio {
	display: inline-block;
	zoom: 1;
	*display: inline;
	width: 2%;
}

input:focus {
	border: #2885b3 solid 1px;
}

input.button2 {
	display: block;
	width: 50%;
	margin: 0 auto 5% auto;
	border: #277e32 solid 1px;
	background-color: #38b749;
	color: #fff;
	border-radius: 2px;
}

input.button2:hover {
	background-color: #277e32;
	cursor: pointer;
}

select {
	font-family: 'Open Sans', Arial, sans-serif;
	border: #999999 solid 1px;
	padding: 1%;
	font-size: 14px;
	width: 100%;
	margin-bottom: 10px;
}

textarea {
	font-family: 'Open Sans', Arial, sans-serif;
	border: #999999 solid 1px;
	border-radius: 2px;
	padding: 1%;
	font-size: 14px;
	width: 98%;
}

.sendbutton {
	background: #e40620;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
}

.sendbutton:hover {
	cursor: pointer;
	background: #000;
	-moz-transition: 0.3s all ease;
	-webkit-transition: 0.3s all ease;
	-ms-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	transition: 0.3s all ease;
}

input[type="checkbox"], input[type="radio"] {
	width: 15px;
	height: 15px;
}

.interest {
	margin: 20px auto;
}

label {
	margin-right: 1%;
	font-weight: bold;
}

fieldset {
	padding: 0;
	border: none;
	margin: 0;
}

/*=====================
	layout styles
=======================*/

.scrolling {
	display: block;
	background: url(../siteart/scrollingbg.jpg) repeat;
	padding: 30px 0;
	border-top: #ffcd07 4px solid;
}

.ribbon {
	text-align: center;
	color: #fff;
	background: #38b749;
	border-bottom: #216c2b 5px solid;
	position: relative;
}

.ribbon h2 {
	color: #fff;
}

.sitemap {
	background: url(../siteart/escheresque_ste.png) repeat;
	color: #fff;
}

.sitemap p {
	line-height: 2em;
}

.sitemap i {
	font-size: 42px;
	margin-right: 20px;
}

/*--------Scrolling Inventory--------*/

.cf {
	background: url(../siteart/lightwhite.png) repeat;
}

.hosted-content .pagination>.drop-down-form select {
	width: 8% !important;
}

.hosted-content h1 {
	font-size: 24px !important;
}

.hosted-content h3 {
	font-size: 20px !important;
}

.hosted-content .radio-icon {
	margin: 0 auto !important;
}

.mobilecontainer {
	overflow: hidden;
	/* must have this property for mobile phones and tablet display! */
	width: 100%;
	margin: 0 auto;
	height: 92px;
	padding: 0;
	background: #000;
}

iframe.banner {
	width: 100%;
	height: 92px;
	background: #000
}


/* MOBILE SERVICE */

.services-grid {
    display: flex;
	flex-wrap: wrap;
    gap: 1px;
}
.services-grid > div{
	box-sizing: border-box;
	text-align: center;
	min-height: 180px;
	align-content: center;
	align-items: center;
	justify-content: center;
	display: flex;
	background: rgba(255,255,255,0.9);
	padding: 20px;
	width: calc(20% - 1px);
	
	font-weight: 700;
	text-transform: uppercase;
	border-top: 3px solid #e40620;
}


.contact-column{
	display: inline-block;
	float: left;
	max-width: 375px;
	width: 100%;
	box-sizing: border-box;
}
.contact-column:last-of-type{
	border-right: none;
}
.contact-column ul{
	list-style: none;
	padding: 0 40px;
	display: block;
}

.contact-column ul li{
	list-style: none;
	padding: 0;
	margin-bottom: 10px;
	position: relative;
}

.contact-column ul li i, .contact-column ul li svg{
	position: absolute;
	left: -30px;
}
.mobile-service .truckhero img{pointer-events: none;
    z-index: 10;
    position: relative;
}
.truckhero .infobutton{display: block;
width: 100%;
padding: 20px 10px;
box-sizing: border-box;
color: #fff;
font-weight: 700;
margin-top: -80px;
    z-index: 9;
    position: relative;
}

/* ===========================================================
 Inventory Styles
=========================================================== */
body.internal.inv {
  height: auto !important;
}

.inventory-listings {
  margin-top: 200px;
}

.list-content .list-top-section .sticky-top-menu {
  z-index: 5 !important;
}

.list-content .list-top-section .sticky-top-menu .listing-option-bar-content {
  max-width: 80% !important;
}

.faceted-search-field {
  overflow-x: hidden;
}

.list-content .listing-portion-title {
  font-size: 17px !important;
}

.body-wrapper{padding:30px!important}

.list-content .list-title {
  padding: 15px 0;
  font-size: 1em;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex !important;
  justify-content: flex-start !important;
  align-items: flex-start !important;
  flex-direction: column !important;
  border-bottom: none;
}

.list-content .list-title .list-listings-count {
  line-height: 27px;
  margin-left: 3px !important;
  color: #777 !important;
  font-size: 1rem !important;
  text-transform: uppercase !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
}

.list-content {
  margin: 0 auto;
  max-width: initial !important;
}

.faceted-search-content .faceted-section-box {
  padding: 15px 2%;
  border-bottom: 1px solid #ddd;
  background: #fff !important;
}

.list-container,
.selected-facets-container,
.detail-content,
.list-content .list-main-section {
  border: none !important;
}

.list-content input[type="button"],
.list-content input[type="color"],
.list-content input[type="date"],
.list-content input[type="datetime"],
.list-content input[type="datetime-local"],
.list-content input[type="email"],
.list-content input[type="file"],
.list-content input[type="month"],
.list-content input[type="number"],
.list-content input[type="password"],
.list-content input[type="reset"],
.list-content input[type="search"],
.list-content input[type="submit"],
.list-content input[type="tel"],
.list-content input[type="text"],
.list-content input[type="time"],
.list-content input[type="url"],
.list-content input[type="week"],
.list-content select,
.list-content textarea,
.modal-form-el label+input,
.modal-form-el label+select {
  height: 30px;
  line-height: 30px;
}

.faceted-search-content .faceted-section-box .faceted-option-checkbox-container .option-name {
  margin: 5px 0 0 5px;
}

.quick-search input[type="text"] {
  padding: 12px !important;
}

.search-mobile input[type="text"] {
  padding: 15px !important;
}

.faceted-search-content .selected-facets-container .selected-facet,
.list-content .list-main-section .list-container .list-listing .listing-top-right .view-listing-details-link,
.list-content .list-main-section .list-container .list-listing .listing-top-right .buy-now-link,
.list-content .list-main-section .list-container .list-listing .listing-top-right .check-availability-link,
.list-content .list-main-section .list-container .list-listing .listing-top-right .email-seller-link,
.faceted-search-content .faceted-section-box .faceted-view-more-btn,
.detail-content .detail-main-body .main-detail-data .offer-btn,
.detail-content .detail-main-body .main-detail-data .buy-btn,
.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,
.faceted-search-content .mobile-done-button-container .mobile-done-button,
.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 .fin-calc-btn-mobile,
.detail-content-mobile .detail-contact-bar .contact-bar-btn,
.list-container-flexrow .view-listing-details-link,
.paging-container .page-navs .list-page-nav,
.detail-content-mobile .detail-main-body .main-detail-data .buy-btn-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,
.faceted-show-all-btn, .mobile-breadcrumb {
  background: #e30620 !important;
  border: none;
  color: #fff !important;
}

.list-content .list-error-container .info button{ background: #e30620 !important;}

.detail-content-mobile .detail-additional-data .data-row .data-label,
.detail-content .detail-additional-data .data-row .data-label {
  background: #e30620 !important;
  color: #fff !important;
  font-weight: 700;
}

.detail-content .detail-additional-data .data-row .data-value {
  background: none;
  font-weight: 400;
  border-bottom: 1px #eee solid;
}

.detail-content .detail-additional-data .data-row {
  margin-bottom: 0;
}

.detail-content .detail-additional-data h4 {
  margin: 25px 0 5px;
  color: #666 !important;
}

.list-content .list-main-section .list-container .list-listing .listing-top-right .view-listing-details-link:hover,
.list-content .list-main-section .list-container .list-listing .listing-top-right .buy-now-link:hover,
.list-content .list-main-section .list-container .list-listing .listing-top-right .check-availability-link:hover,
.list-content .list-main-section .list-container .list-listing .listing-top-right .email-seller-link:hover,
.faceted-search-content .faceted-section-box .faceted-view-more-btn:hover,
.detail-content .detail-main-body .main-detail-data .offer-btn:hover,
.detail-content .detail-main-body .main-detail-data .buy-btn:hover,
.list-content .list-listing-mobile .view-listing-details-link:hover,
.list-content .list-listing-mobile .buy-now-link:hover,
.list-content .list-listing-mobile .check-availability-link:hover,
.list-content .list-listing-mobile .email-seller-link:hover,
.faceted-search-content .mobile-done-button-container .mobile-done-button:hover,
.detail-content-mobile .detail-main-body .main-detail-data .fin-calc-btn-mobile:hover,
.detail-content-mobile .detail-main-body .main-detail-data .dealer-phone-mobile-container .dealer-phone-mobile:hover,
.list-container-flexrow .view-listing-details-link:hover {
  background: #b70416 !important;
  color: #fff !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,
.detail-content .detail-main-body .main-detail-data .detail-price,
.detail-content .search-results,
.list-content .list-listing-mobile .price-container .price,
.list-content .list-top-section .listing-option-bar .list-listings-count,
.detail-content-mobile .detail-main-body .main-detail-data .detail-price,
.info {
  color: #666;
}

.detail-content .dealer-info .phone-and-email .send-email-btn,
.list-content .list-listing-mobile .dealer-phone-container .dealer-phone-call,
.list-content .list-listing-mobile .dealer-phone-container .dealer-phone-text,
.detail-content-mobile .detail-main-body .main-detail-data .opened {
  color: #e30620 !important;
  border: 1px #e30620 solid !important;
}

.modal-content .modal-top .modal-title {
  font-size: 1.3rem !important;
}

.detail-content-mobile .detail-main-body .main-detail-data .buy-btn-mobile,
.detail-content-mobile .detail-main-body .main-detail-data .offer-btn-mobile {
  position: relative;
  height: 43px;
  width: 100%;
  box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.125rem;
  font-weight: 200;
  font-family: Arial, sans-serif;
  justify-content: flex-start;
  border: 0 !important;
  cursor: pointer;
  padding-left: 8px;
  border-radius: 5px;
  backface-visibility: hidden;
}

.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 {
  border: 0 !important;
  color: #fff;
  margin-bottom: 20px;
}

.detail-content-mobile .detail-additional-data .data-row .data-value {
  background-color: #ddd !important;
}

.detail-group-data h2 {
  font-size: 22px !important;
}

.detail-content-mobile .detail-main-body .main-detail-data .dealer-phone-mobile-container .dealer-phone-mobile {
  margin-right: 0 !important;
}

.detail-content .detail-additional-data .data-row .data-value {
  font-weight: 400 !important;
  background-color: #ededed !important;
}

.detail-content-mobile .detail-main-body .fin-stacked {
  background: #fff !important;
}

.detail-content .dealer-info .phone-and-email .send-email-btn:hover {
  color: #e30620;
  border: 1px #e30620 solid;
}

.section-head {
  width: 100%;
}

.list-content .list-title {
  display: block;
  margin: 0;
}

.list-content .list-title .list-title-text {
  display: block;
  width: 100%;
}

.print-this,
.email-this {
  background: #e30620 !important;
  color: #fff !important;
  font-weight: 300 !important;
  font-size: 12px !important;
  text-transform: uppercase !important;
  padding: 10px 50px !important;
  text-align: center !important;
  transition: 0.3s !important;
  border-radius: 0 !important;
  border: 0 !important;
}

.print-this:hover,
.email-this:hover {
  background: #b70416 !important;
}

.inventory input[type="submit"]:hover,
.inventory button[type="submit"]:hover,
.btn:hover,
.button:hover {
  background: #b70416 !important;
}

.list-content .list-main-section .list-container .list-listing {
  background: #efefef;
  padding: 15px !important;
  border-radius: 5px;
}

.list-container-flexrow .price-container .price {
  margin-left: 0;
  color: #666;
}

.list-content .list-main-section .list-container .list-listing {
  border: 1px solid #ccc;
  background-color: #fff !important;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.29);
  -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.29);
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.29);
}

.list-container-flexrow .listing-card .listing-widgets a {
  margin-bottom: 6px;
}

body .noUi-connect {
  background: #dddddd;
}

.noUi-handle {
  border: none;
  border-radius: 3px;
  background: #fff;
  cursor: default;
  box-shadow: none;
}

.list-content .list-main-section .list-container .list-listing {
  border: none !important;
}

.faceted-section-head i {
  color: #e30620 !important;
}

.faceted-search-content .selected-facets-container .selected-facet {
  padding: 5px 10px;
  font-size: 11px;
  font-weight: 400;
  color: #fff;
  background: #241e20;
  display: inline-block;
  margin: 10px 0 0 10px;
  cursor: pointer;
  border-radius: 5px;
}

.contact-info-heading h2 {
  font-size: 26px !important;
  line-height: 39px !important;
  font-weight: 300 !important;
  margin-bottom: 25px;
  letter-spacing: -1.5px;
}

.grouped-faceted-header {
  background: #ededed !important;
  color: #6e6e6e !important;
}

.faceted-section-box input[type="submit"],
.faceted-section-box button[type="submit"] {
  line-height: 30px;
  height: 30px;
  font-size: 14px;
  padding: 0 6px !important;
  display: inline-block;
  border: none !important;
  color: #fff;
  background: #241e20;
  border-radius: 0 !important;
  cursor: pointer;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  border-radius: 3px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  appearance: none;
}

.faceted-search-content .faceted-section-box .faceted-text-input::placeholder {
  font-weight: 400;
  font-size: 12px;
}

.detail-content {
  margin: 0 auto;
  max-width: 1124px;
  padding: 25px !important;
}

.legal-text-container p {
  font-size: 14px !important;
  line-height: 18px !important;
}

.faceted-search-content .selected-facets-container {
  padding: 10px;
  border-bottom: 1px solid #ddd;
}

.listing-widgets a {
  background-color: #dddbdb !important;
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
}

.listing-widgets a:hover {
  background-color: #cccccc !important;
}

.detail-content .dealer-info h3 {
  font-size: 1rem !important;
  font-weight: bold;
  font-family: Arial, sans-serif;
  margin-top: 20px;
}

.detail-content .detail-main-body .main-detail-data {
  border-radius: 0 !important;
}

.detail-content .detail-main-body .detail-body-data {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  background: #fff;
  padding-bottom: 20px;
  margin-bottom: 40px;
}

.detail-content .dealer-info .phone-and-email {
  float: right;
  width: 37%;
  margin-right: 20px;
}

.list-content .list-listing-mobile .dealer-phone-container .dealer-phone-call .dealer-phone,
.list-content .list-listing-mobile .dealer-phone-container .dealer-phone-text .dealer-phone {
  color: #fff !important;
}

.detail-content .dealer-info .phone-and-email .send-email-btn,
.list-content .list-listing-mobile .dealer-phone-container .dealer-phone-call,
.list-content .list-listing-mobile .dealer-phone-container .dealer-phone-text,
.detail-content-mobile .detail-main-body .main-detail-data .opened {
  color: #fff !important;
  font-size: 12px !important;
  font-weight: 300 !important;
  border: 0 !important;
  background: #e30620 !important;
}

.detail-content .dealer-info .phone-and-email .send-email-btn:hover,
.list-content .list-listing-mobile .dealer-phone-container .dealer-phone-call:hover,
.list-content .list-listing-mobile .dealer-phone-container .dealer-phone-text:hover,
.detail-content-mobile .detail-main-body .main-detail-data .opened:hover {
  background: #b70416 !important;
  color: #fff !important;
}

.fa-facebook-f:before {
  content: "\f39e" !important;
}

.mc-thumbs {
  z-index: 1;
}

.detail-content-mobile .detail-main-body .detail-img-carousel .mc-btn {
  z-index: 2 !important;
}

footer a[href^="tel:"] {
  color: #fff !important;
  box-sizing: border-box;
}

.list-container-flexrow .buy-now-link,
.list-container-flexrow .contact-options a,
.list-container-flexrow .dealer-phone-call,
.list-container-flexrow .dealer-phone-text {
  background-color: #333;
  color: #fff !important;
}

.list-content .list-main-section .list-container .list-listing .listing-top-right .view-listing-details-link,
.list-content .list-main-section .list-container .list-listing .listing-top-right .buy-now-link {
  min-width: 100% !important;
  width: 100% !important;
}

/* Modal / Mobile buttons / Mobile Data Rows */
.button,
.contact-options a,
.fin-calc-mobile>a,
.detail-content-mobile .detail-additional-data .data-row .data-label {
  background-color: #e30620 !important;
  color: #fff !important;
}

.button:hover,
.contact-options a:hover,
.fin-calc-mobile>a:hover {
  background-color: #b70416 !important;
  color: #fff !important;
}

.contact-options a {
  background: #e30620 !important;
  background-color: #e30620 !important;
  color: #fff !important;
}

.compare-chkbox-container .compare-listings .fa-check {

    top: 2px !important;
    left: 1px !important;
}



/*=====================
	footer styles
=======================*/

.pagebottom {
	background: #fff;
	padding: 30px 0 0 0;
	border-bottom: 30px solid #e40620;
}

.pagebottom p {
	color: #fff;
	font-size: 14px;
}

.pagebottom a {
	color: #fff;
}

.pagebottom a:hover {
	color: #e90721;
}

.footerpages {
	float: left;
	width: 20%;
	margin-right: 2%;
}

.footerpages h5 {
	color: #e90721;
	padding-bottom: 8px;
}

.footerpages a {
	color: #5a5a5a;
	display: block;
	margin: 2px 0;
	font-size: 14px;
}

.footerright {
	float: left;
	width: 34%;
	text-align: center;
}

.footerhalf {
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: middle;
	width: 40%;
	margin: 0 1%;
}

.stack {
	display: block;
	margin: 5px auto;
}

footer {
	margin: 0 auto;
	width: 100%;
}

a.footerlink:link, a.footerlink:visited, a.footerlink:active {
	text-decoration: none;
	font-size: 12px;
	font-weight: 600;
	color: #e90721;
	border-bottom: none;
}

a.footerlink:hover {
	text-decoration: none;
	font-size: 11px;
	color: #fff;
}

.footertext {
	font-size: 11px;
	color: #666;
}

.smallfootertext {
	font-size: 11px;
	color: #666;
}

.divfooter {
	text-align: center;
	margin: 1% auto;
	width: 80%;
}

/*=====================
	Responsive styles
=======================*/

@media screen and (max-width: 1700px) {

	.truckhero {
		right: 5%;
	}
	.welcomeblock {
		padding: 2% 8% 2% 5%;
	}
	.linkbox {
		height: 300px;
	}
}

@media screen and (max-width: 1420px) {
	.truckhero {
		right: 2%;
	}
	.welcomeblock {
		padding: 2% 10% 2% 2%;
	}
	.linkbox {
		height: 260px;
	}
	.linktitle h3 {
		font-size: 20px;
	}
}

@media screen and (max-width: 1300px) {
	
	.mobile-service{padding-top: 2% !important;}
	.mobile-service .welcomeblock{
		position: relative !important;
		display: block !important;
		top: 0 !important;
	}
	header {
		position: relative;
	}
	.headerwrap {
		text-align: center;
	}
	.locationblock p {
		font-size: 15px;
	}
	.logo, .headlocations, .paclogo {
		display: inline-block;
		zoom: 1;
		*display: inline;
		vertical-align: middle;
		float: none;
		margin: 0 auto;
	}
	.logo {
		-moz-transform: scale(0.8);
		-webkit-transform: scale(0.8);
		-ms-transform: scale(0.8);
		-o-transform: scale(0.8);
		transform: scale(0.8);
		top: 0;
		position: relative;
		margin: -20px 0;
		width: 15%;
	}
	.paclogo {
		padding: 0;
	}
	.padit {
		padding-top: 650px;
	}
	.truckhero {
		-moz-transform: scale(0.8);
		-webkit-transform: scale(0.8);
		-ms-transform: scale(0.8);
		-o-transform: scale(0.8);
		transform: scale(0.8);
		right: -4%;
	}
	.linkbox {
		height: 250px;
		width: 22%;
		margin: 0 1%;
	}
	.linkbox:hover .linktitle {
		-moz-transform: none;
		-webkit-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
		bottom: 10%;
	}
	#inactive {
		display: none;
	}
	.locationleft {
		width: 35%;
	}
	.locationright {
		width: 63%;
	}
	.infobutton {
		width: 60%;
	}
	.rapid {
		padding: 10% 0 5% 0;
	}
	.rapidbar {
		position: relative;
		padding: 35px 0 15px 0;
	}
	.rapidlogo {
		display: block;
		width: 26%;
		position: absolute;
		left: 37%;
		right: 37%;
		top: -80px;
	}
	.rapidlogo img {
		position: relative;
		top: 0;
	}
	.rapidmiddle {
		width: 35%;
	}
	.rapidright {
		width: 50%;
	}
	#internal {
		padding-top: 40px;
	}
}

@media screen and (max-width: 1100px) {
	h1 {
		font-size: 32px;
	}
	h2 {
		font-size: 28px;
	}
	h3 {
		font-size: 24px;
	}
	h4 {
		font-size: 18px;
	}
	h5 {
		font-size: 16px;
	}
	p {
		font-size: 16px;
	}
	.truckhero {
		-moz-transform: scale(0.7);
		-webkit-transform: scale(0.7);d
		-o-transform: scale(0.7);
		transform: scale(0.7);
		    right: -3%;
    top: 260px;
    max-width: 480px;
	}
	.welcomeblock {
		width: 58%;
		top: 220px;
	}
	.padit {
		padding-top: 550px;
	}
	.linkbox {
		height: 220px;
	}
	.locationleft {
		width: 30%;
	}
	.locationright {
		width: 68%;
	}
	.rapidlogo {
		top: -70px;
	}
	.rapidmiddle {
		width: 40%;
	}
}

@media screen and (max-width: 1000px) {
	.logo {
		margin: -10px 0;
	}
	.paclogo {
		display: none;
	}
	.headlocations {
		width: 82%;
		margin-left: 2%;
	}
	.locationblock p, .locationblock a {
		font-size: 13px;
	}
	.truckhero {
		display: none;
	}
	.welcomeblock {
		width: 96%;
		padding: 2%;
	}
	.padit {
		padding-top: 480px;
	}
	.linkbox {
		height: 220px;
		width: 23.5%;
		margin: 0 0.5%;
	}
	.linktitle {
		bottom: 12% !important;
	}
	.linktitle h3 {
		font-size: 18px;
	}
	.linktitle p {
		font-size: 14px;
		line-height: 1.3em;
	}
	#active {
		top: -20px;
	}
	.rapidlogo {
		top: -60px;
	}
	.rapidmiddle h3 {
		font-size: 22px;
	}
	.checked, .reftype {
		display: block;
		margin: 5px auto;
	}
}

@media screen and (max-width: 900px) {
	.linkbox {
		height: 200px;
	}
	.rapidlogo {
		top: -55px;
	}
	.rapidmiddle {
		width: 45%;
	}
	.rapidright {
		width: 53%;
	}
	#short {
		width: 50%;
		margin: 10px auto;
	}
	
	.services-grid > div{
		width: calc(33.33333% - 1px);
	}

}

@media screen and (max-width: 800px) {

	h1 {
		font-size: 28px;
	}
	h2 {
		font-size: 24px;
	}
	h3 {
		font-size: 20px;
	}
	h4 {
		font-size: 18px;
	}
	h5 {
		font-size: 16px;
	}
	p {
		font-size: 16px;
	}
	.welcomeblock {
		top: 180px;
	}
	.quicklinks {
		margin: 0 auto;
	}
	.linkbox {
		width: 40%;
		margin: 2%;
		height: 280px;
	}
	.linktitle h3 {
		font-size: 20px;
	}
	.linktitle p {
		font-size: 18px;
	}
	.locationleft, .locationright {
		display: block;
		float: none;
		margin: 0 auto;
		text-align: center;
	}
	.locationleft {
		width: 40%;
	}
	.locationselect {
		padding: 4% 0;
	}
	.locationselect h1 {
		margin-bottom: 20px;
	}
	.locationright {
		width: 100%;
	}
	.infobutton {
		margin: 5px auto;
	}
	#contacted {
		margin: 5px 0 2% 0;
	}
	.locationbox {
		border: none;
	}
	.rapidlogo {
		width: 34%;
		left: 33%;
		right: 33%;
	}
	.rapidmiddle, .rapidright {
		width: 80%;
		margin: 5px 0;
	}
	.footerpages {
		width: 31.33%;
		text-align: center;
	}
	.footerright {
		float: none;
		display: block;
		margin: 0 auto;
		text-align: center;
		width: 40%;
		padding-top: 170px;
		text-align: center;
	}
	.divfooter {
		width: 96%;
	}
	.hosted-content h1 {
		font-size: 22px !important;
	}
	.hosted-content h2 {
		font-size: 20px !important;
	}
	.hosted-content h3 {
		font-size: 18px !important;
		line-height: 1.3em !important;
	}
}

@media screen and (max-width: 740px) {
	.logo {
		width: 20%;
		left: -20px;
	}
	.headlocations {
		width: 70%;
	}
	.locationblock {
		display: none;
	}
	.locationmobile {
		display: block;
		text-align: right;
	}
	.locationmobile h4 {
		color: #fff;
	}
	#locationbutton {
		float: right;
		width: 70%;
	}
	.welcomeblock {
		top: 200px;
	}
	.linkbox {
		height: 260px;
	}
	.locationbox p {
		font-size: 15px;
	}
	.rapid {
		padding-top: 12%;
	}
	.rapidlogo {
		width: 38%;
		left: 31%;
		right: 31%;
	}
	.footerright {
		width: 50%;
	}
	.half {
		width: 98%;
	}
	.pagetitle {
		padding-left: 2%;
	}
	.red {
		padding: 1.5%;
		margin: 5px auto;
	}
}

@media screen and (max-width: 600px) {
	
	.services-grid > div{
		width: calc(50% - 1px);
	}
	
	.welcomeblock {
		top: 180px;
		width: 92%;
		padding: 4%;
	}
	.linkbox {
		width: 45%;
		height: 240px;
	}
	.linktitle h3 {
		font-size: 18px;
	}
	.linktitle p {
		font-size: 16px;
	}
	.padit {
		padding-top: 580px;
	}
	.locationleft {
		width: 50%;
	}
	.rapidlogo {
		width: 40%;
		left: 30%;
		right: 30%;
		top: -45px;
	}
	.rapidmiddle, .rapidright {
		width: 96%;
		margin: 5px 0;
	}
	.footerright {
		width: 60%;
		padding-top: 210px;
	}
	.footerhalf {
		width: 38%;
	}
	#short {
		width: 90%;
	}
	.contentblock {
		padding: 4%;
	}
}

@media screen and (max-width: 500px) {
	.padit {
		padding-top: 550px;
	}
}

@media screen and (max-width: 480px) {
	h1 {
		font-size: 24px;
	}
	h2 {
		font-size: 20px;
	}
	h3 {
		font-size: 18px;
	}
	h4 {
		font-size: 16px;
	}
	h5 {
		font-size: 15px;
	}
	p {
		font-size: 15px;
	}
	.logo {
		display: block;
		width: 40%;
		left: 0;
		margin: 0 auto;
		margin-top: -10px;
	}
	.headlocations {
		width: 100%;
		display: block;
		margin: 0 auto;
		text-align: center;
		margin-top: -15px;
		margin-bottom: 20px;
	}
	.locationmobile, #locationbutton {
		text-align: center;
		float: none;
		margin: 0 auto;
	}
	.welcomeblock {
		top: 310px;
	}
	.linkbox {
		height: 200px;
	}
	.locationleft {
		width: 60%;
	}
	.locationbox {
		width: 80%;
		margin: 2%;
	}
	.rapidlogo {
		width: 50%;
		left: 25%;
		right: 25%;
		top: -40px;
	}
	.footerpages {
		width: 100%;
		float: none;
		display: block;
		margin: 0 auto;
		margin-bottom: 20px;
	}
	.footerright {
		padding-top: 0;
		width: 80%;
	}
	#secure {
		width: 70% !important;
	}
	#contacted {
		width: 97%;
		margin-bottom: 5%;
	}
}

@media screen and (max-width: 447px) {
	.linkbox {
		width: 70%;
		margin: 4% auto;
		height: 280px;
	}
	.pagebottom {
		padding: 20px 0;
		text-align: center;
	}
	.divfooter {
		text-align: center;
	}
}

@media screen and (max-width: 414px) {
	h1 {
		font-size: 22px;
	}
	h2 {
		font-size: 20px;
	}
	h3 {
		font-size: 18px;
	}
	h4 {
		font-size: 16px;
	}
	h5 {
		font-size: 15px;
	}
	p {
		font-size: 15px;
	}
	.welcomeblock {
		top: 280px;
	}
	.linkbox {
		width: 80%;
	}
	.rapidlogo {
		top: -35px;
	}
}

@media screen and (max-width: 400px) {
	.linkbox {
		height: 260px;
	}
	.rapid {
		padding: 15% 0 10% 0;
	}
	.padit {
		padding-top: 580px;
	}
	.rapidlogo {
		width: 60%;
		left: 20%;
		right: 20%;
	}
	.rapidmiddle h3 {
		font-size: 20px;
	}
	#action {
		display: block;
		width: 90%;
		margin: 5px auto;
	}
	#secure {
		width: 90% !important;
	}
}