﻿/* new color: bf1e2e
old color: bf1e2e */
/*===================== 
	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%;}


/*===================== 
	@Font-Face 
=======================*/


/*===================== 
	base styles 
=======================*/

html {
    font-family: 'Overpass', sans-serif;
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
	}

body {
    margin: 0;
	}

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;
	} 

img { border: 0;} 
	
/*===================== 
	typography 
=======================*/

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	}
	h1 {font-size:32px; color: #bf1e2e; text-transform: uppercase;}

p {
	margin: 0;
	}

b, strong {
    font-weight: bold;
	}

/*===================== 
	link styles 
=======================*/

a:focus {outline: thin dotted;/*reset*/
	}
	
a,
a:link, 
a:visited, 
a:active {
	outline: 0;/*reset*/
    color:inherit; 
    text-decoration:none;
	}
	a:hover  {
		outline: 0;/*reset*/
		text-decoration: none;
		color:inherit;
		}  

/*===================== 
	header styles 
=======================*/
header {
	margin: 0 auto;
	width: 100%;
}
header .col-1-3, header .col-2-3 {
	display:inline-block;
	vertical-align:middle;
	padding:1% 0 0 0;
}
header .col-2-3 {
	text-align:right;
}
.location-div, .phone-div {
	display:inline-block;
	vertical-align:top;
	width:48%;
}

/*===================== 
	nav styles 
=======================*/
nav.mobile {
	display:none;	
}
#menu-button {
	display:none;	
}
/* ----- */

nav.primary {
	max-width:100%;
	background:#bf1e2e;
	text-align:center;
	border-top: 10px #222 solid;
	}
	nav.primary ul {
		margin: 0;
		padding:0;
		}
		nav.primary ul li {
			display:inline-block;
			}
			nav.primary ul li a {
				color: #fff;
				display: block;
				padding: 10px 15px;
				text-transform:uppercase;
				font-weight:bold;
				font-size:14px;
				-webkit-transition-duration: 0.3s; /* Safari */
  				transition-duration: 0.3s;
				}	
			nav.primary ul li a:hover {
				background: #111;
				}
				
/* DROP DOWNS */				
nav.primary ul li li a {  /* appearance of the sub-level links */
	background:#bf1e2e;
	width:175px;
	display:block;
	text-decoration:none !important;
}
nav.primary ul li li  a:hover {  /* appearance of the sub-level links on hover */
	background:#222 !important;
	color:#fff !important;
	text-decoration:none !important;
}
/* This controls the Primary nav dropdowns for sublinks. Should not have to edit this too muuch */
nav.primary ul ul {
	display: none;
	position: absolute;
}
nav.primary ul ul ul {
	position: absolute;
	left: 100%;
	top: 0;
}
nav.primary ul li:hover > ul {
	display: block;
	line-height: 18px;
	z-index: 800;
}
nav.primary ul ul li {
	float: none;
	position: relative;
	margin: 0;
	display:block;
}


/*===================== 
	mobile btns styles 
=======================*/
.mobile-btns {
	display:none;	
}

/****************************SLIDESHOW**************************/
#slideshow {
	width:100%;
	float:left;
	overflow:hidden;
}
.slide-contain {
	width:100%;
	float:left;
	z-index:300;
	overflow:hidden;
}
.cycle-slideshow, .cycle-slide { width:100%; }
.cycle-slideshow img, .cycle-slide img { width:100%; float:left; }
.cycle-slideshow {
	width:100%;
	overflow:hidden;
	float:left;
	display:block;
}
.cycle-slideshow img {display:block; width:100%; float:left; }

/* pager */
.pager { 
    text-align:center; width:100%; margin:-50px 0 -2px; position:relative; z-index:600; float:left;}
.pager span { 
    font-family:arial; font-size:50px; width:16px; height:16px; display:inline-block; color:#bf1e2e; color:#828282; cursor:pointer; 
}
.pager span.cycle-pager-active { color: #bf1e2e;}
.pager > * { cursor:pointer;}

/* overlay */
.cycle-overlay { 
    font-family:'bebas_neueregular', sans-serif;
	font-size:72px;
   	position:absolute; 
	bottom:0; 
	width:84%; 
	z-index:600;
    text-shadow: 2px 2px #000;
	color:#fff; 
	padding:1% 8%;
	margin-bottom:15%;
}
.cycle-overlay span {
font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
color:#fff;	
font-size:32px;
padding:10px 40px;
background:#bf1e2e;
border-radius:5px;
text-shadow:none;
-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;
}
.cycle-overlay span:hover {
background:#fff;
color:#bf1e2e;	
text-decoration:none;
}
.cycle-overlay span a {
text-decoration:none;	
}

/*===================== 
	banner styles 
=======================*/
.banner {
	}

/*===================== 
	layout styles 
=======================*/
.wrap {
	max-width:60%;
	margin: 0 auto;
	}
	
.col-1-6 { width: 16%;}
.col-1-5 { width: 20%;}
.col-1-4 { width: 24%;}
.col-1-3 { width: 33%;}
.col-1-2 { width: 49%;}
.col-2-3 { width: 65%;}
.col-3-4 { width: 75%;}

/*===================== 
	footer styles 
=======================*/

footer {
	margin: 0;
	width: 100%;
}
.contact-bg {
	border-top: 8px solid #222;
	background: #bf1e2e;
	color: #fff;
	padding: 1.5% 0;
}
.contact-info {
	width: 68%;
	padding-right: 1%;
	display: inline-block;
	vertical-align: middle;
}
.contact-info h3 {
	font-size: 22px;
	text-transform: uppercase;
}
.blk-btn {
	background: #222;
	color: #fff;
	width: 30%;
	padding: 1.5% 0 .75% 0;
	text-transform: uppercase;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
}
	
a.footerlink:link,
a.footerlink:visited, 
a.footerlink:active {
	text-decoration: none; 
	font-size:10px;
	color: #222;
	}
	a.footerlink:hover {
		text-decoration:underline; 
		font-size:10px;
		color: #222;
		}

.footertext {
	font-size:10px; 
	color:#222;
	}

.smallfootertext {
	font-size:10px; 
	color:#222;
}
.divfooter {
	width:60%; 
	color: #222;
	text-align:center; 
	margin:0 auto;
	padding: 1% 0;
	font-size: 10px;
}
	
/*===================== 
	Home Page 
=======================*/
.hero-section {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	background: #eee;
	background-size: cover;
	background-position: center;
}
.callout-span {
	background:url("../siteart/callout-bg-img-2.jpg") no-repeat;background-color:#000;
	background-size: cover;
	background-position: center;
	padding: 3% 0;
	color: #fff;
	text-align: center;
}
.callout-span h3 {
	text-transform: uppercase;
	font-size: 25px;
}
.callout {
	width: 20%;
	display: inline-block;
	vertical-align: middle;
	margin: 1%;
}
.callout h3 {
	font-size: 16px;
	text-transform: capitalize;
}
.callout:hover h3 {
	text-decoration: underline;
}
.intro-section {
	padding: 3% 0;
	text-align: center;
}
.intro-section h1 {
	text-transform: uppercase;
	font-size: 25px;
}
.intro-section h4 {
	color: #bf1e2e;
	padding-top: 2%;
}
.inventory-section {
	background: #222;
	padding: 1.5% 0;
}
.inventory-section p {
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	width: 68%;
	padding-right: 1%;
	font-size: 20px;
}
.orange-btn {
	width: 30%;
	background: #bf1e2e;
	padding: 1.5% 0 .75% 0;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	display: inline-block;
	font-weight: bold;
	vertical-align: middle;
}
.service-section {
	text-align: center;
	padding: 2% 0;
}
.service-section h3 {
	color: #bf1e2e;
	text-transform: uppercase;
	padding-bottom: 1%;
}
.service-section ul {
	list-style-type: none;
	display: inline-block;
	width: 100%;
	padding: 0;
	margin: 0;
}
.service-section ul li {
	display: inline-block;
	padding: 0 1.5%;
}

/*===================== 
	About Page 
=======================*/
.about-pg {
	padding: 3% 0;
}

/*===================== 
	Repair Page 
=======================*/
.repair-pg {
	padding: 3% 0;
}

/*===================== 
	Rebuilding Page 
=======================*/
.rebuilding-pg {
	padding: 3% 0;
}
.rebuilding-pg h3 {
	text-transform: uppercase;
	padding-top: 2%;
}

/*===================== 
	Remanufacturing Page 
=======================*/
.remanufacturing-pg {
	padding: 3% 0;
}

/*===================== 
	Exporting Page 
=======================*/
.exporting-pg {
	padding: 3% 0;
}

/*===================== 
	Transportation Page 
=======================*/
.transportation-pg {
	padding: 3% 0;
}
.transportation-pg h3 {
	padding-top: 2%;
}

/*===================== 
	Contact Page 
=======================*/
.contact-pg {
	padding: 3% 0;
}
.contact-pg .col-1-2 {
	display: inline-block;
	vertical-align: top;
}
.gray-bg {
	background: #f9f9f9;
	padding: .5% 1%;
	margin-top: 2%;
	width: 90%;
	border: 1px #eee solid;
}
.gray-bg div {
	padding: 1% 0;
}
.contact-pg form input, .contact-pg form select, .contact-pg form textarea {
	width: 99%;
	padding: .75% 0;
	margin: 1% .25%;
	color: #333;
	border:1px #ccc solid;
}
.contact-pg form .button {
	background: #bf1e2e;
	border: none;
	color: #fff;
	font-size: 18px;
	padding: 1% 0;
	font-weight: bold;
	text-align: center;
}
.contact-pg form .button:hover {
	background: #a31d2a;
}

/*===================== 
	Service Page 
=======================*/
.service-pg {
	padding: 3% 0;
}
	
/*===================== 
	Inventory Page 
=======================*/
.inv-pg {
	padding: 3% 0;
}
#btnSearch {
		
}
.hosted-content #listings-title {
	
}
.btn, .btn-on-auction {
		
}
.hosted-content .red, .hosted-content .redtext, .hosted-content .field-validation-error {
	color:#bf1e2e ;
	font-size: 12px;
}

.list-top-section .list-title .list-listings-count{
	color: #000!important;
}

.list-content .price-container .price{
	    color: #bf1e2e!important;
}
.view-listing-details-link{
    background-color: #bf1e2e!important;	
	color: #fff!important;
}
.view-listing-details-link:hover{
    background-color: #000!important;	
	color: #fff!important;
	
}
.mobile-option-bar .mobile-option-bar-filter{
	color: #333333!important;
}
.list-content .media-buttons .print-this, .list-content .media-buttons .email-this{
	align-items: center!important;
    padding: 9px 40px!important;
    border: 1px solid white!important;
    border-radius: 0px!important;
    background-color: #bf1e2e!important;
    color: #fff!important;
    cursor: pointer!important;
    font-size: 13px!important;
    font-weight: bold!important;
}
.faceted-search-content .mobile-done-button-container .mobile-done-button{
	background: #333333!important;
}
.list-top-section .sticky-top-menu .listing-option-bar-content .list-listings-count{
	    color: #bf1e2e!important;
}
.faceted-search-content .selected-facets-container .selected-facet{
    background-color: #bf1e2e!important;	
	
}
.list-content .list-error-container .info button{
    background-color: #bf1e2e!important;	
	
}
.list-content .list-error-container .info .selected-facet button{
    background-color: transparent!important;	
	
}
/* ====================
	MOBILE SCREENS
=================================== */
@media screen and (max-width: 1550px) {
.wrap {
	max-width: 70%;
}
	
}

@media screen and (max-width: 1400px) {
.wrap {
	max-width: 75%;
}
	
}

@media screen and (max-width: 1275px) {
header .col-1-3 {
	width: 18%;
}
header .col-1-3 img {
	width: 100%;
}
header .col-2-3 {
	text-align:right;
	font-size: 14px;
	width: 80%;
}
	
.wrap {
	max-width: 80%;
}
	
}

@media screen and (max-width: 1100px) {
nav.primary ul li a {
	padding: 10px;
	font-size: 13px;
}
.wrap {
	max-width: 85%;
}
	
/* Contact Page */
.contact-pg .col-1-2 {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	margin: 1% 0;
}
.gray-bg {
	width: 97%;
}
	
}

@media screen and (max-width: 960px) {
.wrap {
	max-width: 90%;
}
.callout {
	width: 31%;
}
.inventory-section {
	text-align: center;
}
.inventory-section p {
	padding: 0;
	width: 100%;
}
.orange-btn {
	width: 50%;
	display: block;
	margin: 1% auto 0 auto;
}
.contact-bg {
	text-align: center;
	padding: 2% 0;
}
.contact-info {
	width: 100%;
	padding: 0;
}
.blk-btn {
	width: 50%;
	display: block;
	margin-top: 2%;
	margin: 1% auto 0 auto; 
}

	
/*==============================
	Mobile Nav Styles			
================================*/	
nav.primary {
	display:none;	
}
#menu-button { /* initially will need to be hidden */
	display: block;
	font-size: 25px;
	max-width: 100%;
	position: relative;
	z-index: 900;/* needs to be lower than nav.mobile, adjust as needed */
	padding:1% 0 1% 3%;
	background-color:#222;
}
#menu-button a {
	color: #fff;
	text-decoration: none;
	display:block;
}
nav.mobile {
	display: block;
	position: fixed;
	top: 0;
	left: -250px;
	width: 250px;
	height: 100%;
	background: #333;
	z-index: 1200; /* needs to be higher than #menu-button, adjust as needed */
	overflow: auto;
}
nav.mobile h3 { /* Menu header styles */
	position: relative;
	padding: 12px 10px;
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	border-bottom: 4px solid #222;
}
nav.mobile .menu-toggle { /* Menu close button */
	position: absolute;
	top: 12px;
	right: 10px;
	display: inline-block;
	padding: 6px 9px 5px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	line-height: 1;
	background: #222;
	color: #999;
	text-decoration: none;
	vertical-align: top;
}
nav.mobile .menu-toggle:hover { /* Menu close button on hoveer */
	color: #fff;
}
nav.mobile ul {
	list-style: none;
	font-weight: 300;
	border-top: 1px solid #151515;
	border-bottom: 1px solid #454545;
	margin: 0;
	padding: 0;
}
nav.mobile ul li {
	border-top: 1px solid #454545;
	border-bottom: 1px solid #151515;
}
nav.mobile ul li a {
	position: relative;
	display: block;
	padding: 10px;
	color: #999;
	text-decoration: none;
}
nav.mobile ul li a:hover {
	background: #000;
	color: #fff;
}
nav.mobile ul li li a { /* appearance of the sub-level links */
	background: #444;
	position: relative;
	display: block;
	padding: 10px 10px 10px 15px;
	color: #ccc;
	text-decoration: none;
}
nav.mobile ul li li li a { /* appearance of third level sub-level links if needed */
	background: #666;
	position: relative;
	display: block;
	padding: 10px 10px 10px 25px;
	color: #fff;
	text-decoration: none;
}
nav.mobile ul li span.click {/* dropdown menu idicator arrow be sure to include this image with your image files */
	background: url(../siteart/arrow.png) 10px 12px no-repeat;
	background-size: 45%;
	position: relative;
	display: block;
	float: right;
	margin: -44px 10px 0 0;
	cursor: pointer;
	z-index: 12399994;
	width: 40px;
	height: 40px;
	-webkit-transition: background-size .3s ease-in-out;
	-moz-transition: background-size .3s ease-in-out;
	transition: background-size .3s ease-in-out;
}
nav.mobile ul li span.click:hover {
	background-size: 60%;
}
}


@media screen and (max-width: 760px) {
header .col-1-3, header .col-2-3 {
	width: 100%;
	display: block;
	text-align: center;
}
header .col-1-3 img {
	width: 40%;
}
header .col-2-3 {
	font-size: 16px;
}
header .col-2-3 .location-div, header .col-2-3 .phone-div {
	width: 100%;
	display: block;
	margin: 1% 0;
}
.wrap {
	max-width: 95%;
}
.callout {
	width: 45%;
}
	


/*============================= 
	mobile btn styles 
==============================*/	
.mobile-btns {
	display:none;
	width:30%;
	background:#222;	
}
	
/*==============================
	Mobile Nav Styles			
================================*/	
nav.primary {
	display:none;	
}
#menu-button { /* initially will need to be hidden */
	display: block;
	font-size: 25px;
	max-width: 100%;
	position: relative;
	z-index: 900;/* needs to be lower than nav.mobile, adjust as needed */
	padding:1% 0 1% 3%;
	background-color:#222;
}
#menu-button a {
	color: #fff;
	text-decoration: none;
	display:block;
}
nav.mobile {
	display: block;
	position: fixed;
	top: 0;
	left: -250px;
	width: 250px;
	height: 100%;
	background: #333;
	z-index: 1200; /* needs to be higher than #menu-button, adjust as needed */
	overflow: auto;
}
nav.mobile h3 { /* Menu header styles */
	position: relative;
	padding: 12px 10px;
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	border-bottom: 4px solid #222;
}
nav.mobile .menu-toggle { /* Menu close button */
	position: absolute;
	top: 12px;
	right: 10px;
	display: inline-block;
	padding: 6px 9px 5px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	line-height: 1;
	background: #222;
	color: #999;
	text-decoration: none;
	vertical-align: top;
}
nav.mobile .menu-toggle:hover { /* Menu close button on hoveer */
	color: #fff;
}
nav.mobile ul {
	list-style: none;
	font-weight: 300;
	border-top: 1px solid #151515;
	border-bottom: 1px solid #454545;
	margin: 0;
	padding: 0;
}
nav.mobile ul li {
	border-top: 1px solid #454545;
	border-bottom: 1px solid #151515;
}
nav.mobile ul li a {
	position: relative;
	display: block;
	padding: 10px;
	color: #999;
	text-decoration: none;
}
nav.mobile ul li a:hover {
	background: #000;
	color: #fff;
}
nav.mobile ul li li a { /* appearance of the sub-level links */
	background: #444;
	position: relative;
	display: block;
	padding: 10px 10px 10px 15px;
	color: #ccc;
	text-decoration: none;
}
nav.mobile ul li li li a { /* appearance of third level sub-level links if needed */
	background: #666;
	position: relative;
	display: block;
	padding: 10px 10px 10px 25px;
	color: #fff;
	text-decoration: none;
}
nav.mobile ul li span.click {/* dropdown menu idicator arrow be sure to include this image with your image files */
	background: url(../siteart/arrow.png) 10px 12px no-repeat;
	background-size: 45%;
	position: relative;
	display: block;
	float: right;
	margin: -44px 10px 0 0;
	cursor: pointer;
	z-index: 12399994;
	width: 40px;
	height: 40px;
	-webkit-transition: background-size .3s ease-in-out;
	-moz-transition: background-size .3s ease-in-out;
	transition: background-size .3s ease-in-out;
}
nav.mobile ul li span.click:hover {
	background-size: 60%;
}
}
	
