﻿
/*===================== 
	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%;}

/*===================== 
	base styles 
=======================*/
html {
    font-family: 'Roboto', 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;
    font-family: 'Roboto Condensed', sans-serif;
	}
	h1 {font-size:35px;}

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%;
    background: #f9f9f9;
    box-shadow: #333 3px 3px 5px;
}
.header-logo {
    width: 26%;
    text-align: left;
    display: inline-block;
    vertical-align: middle;
}
.header-logo img {
    width: 85%;
    text-align: left;
}
.top-header {
	width: 65%;
	margin: 0 auto;
    display: inline-block;
    vertical-align: middle;
    text-align: right;
}
.top-header ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.top-header ul li {
    display:inline-block;
}
.top-header ul li a {
    color: #1b1b1b;
    display: block;
    padding: 10px;
    text-transform:uppercase;
    font-size:14px;
    font-weight: bold;
    -webkit-transition-duration: 0.3s; /* Safari */
    transition-duration: 0.3s;
}	
.top-header ul li a:hover {
    text-decoration: underline;
}

/*===================== 
	nav styles 
=======================*/
nav.mobile {
	display:none;	
}
#menu-button {
	display:none;	
}
/* ----- */

nav.primary {
	max-width:100%;
    text-align: right;
	display: inline-block;
	}
	nav.primary ul {
		margin: 0;
		padding:0;
		}
		nav.primary ul li {
			display:inline-block;
			}
			nav.primary ul li a {
				color: #1b1b1b;
				display: block;
				padding: 10px 15px;
				text-transform:uppercase;
				font-size:14px;
                font-weight: bold;
				-webkit-transition-duration: 0.3s; /* Safari */
  				transition-duration: 0.3s;
				}	
			nav.primary ul li a:hover {
                text-decoration: underline;
				}
				
/* DROP DOWNS */				
nav.primary ul li li a {  /* appearance of the sub-level links */
	background:#4478db;
	width:150px;
	display:block;
	text-decoration:none !important;
}
nav.primary ul li li  a:hover {  /* appearance of the sub-level links on hover */
	background:#5689EC !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: 100;
}
nav.primary ul ul li {
	float: none;
	position: relative;
	margin: 0;
	display:block;
}


/*===================== 
	mobile btns styles 
=======================*/
.mobile-btns {
	display:none;	
}


/*===================== 
	slideshow styles 
=======================*/



/*===================== 
	banner styles 
=======================*/
.banner {
    
}

/*  SCROLLING INVENTORY
--------------------------*/
.scrolling-wrap {
    width:100%;
    height:90px;
    overflow:hidden;
}
.scrolling{
    width:100%;
    height:92px;
}


/*===================== 
	layout styles 
=======================*/
.wrap {
	max-width:70%;
	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%;
    background: #222;
    text-align: center;
}
.mfg-logo-section {
    padding: .50% 0;
    text-align: center;
	float:left;
	width:100%;
}
.mfg-logo-section img {
    width: 3.25%;
    display: inline-block;
    vertical-align: middle;
    padding: 0 .5%;
}
.copyright {
    background: #1b1b1b;
    padding: 1% 0;
    text-align: center;
}
.copyright .col-1-2 {
    text-align: right;
    display: inline-block;
    vertical-align: middle;
}
	
a.footerlink:link,
a.footerlink:visited, 
a.footerlink:active {
	text-decoration: none; 
	font-size:10px;
	color: #f9f9f9;
	}
	a.footerlink:hover {
		text-decoration:none; 
		font-size:10px;
		color: #f9f9f9;
		}

.footertext {
	font-size:10px; 
	color:#f9f9f9;
	}

.smallfootertext {
	font-size:10px; 
	color:#f9f9f9;
	}

.divfooter {
	width:95%; 
	text-align:left; 
	margin:0 auto;
    font-size: 10px;
	}
	
/*===================== 
	Home Page 
=======================*/
.hero-img-section {
    background: url("../siteart/bg-hero-img.jpg") no-repeat;
    background-size: cover;
    background-position: center;
    padding: 2% 0;
    margin-top: .2%;
}
.hero-img-section .col-1-2 {
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    padding-left: 2%;
}
.hero-img-section h1 {
    text-transform: uppercase;
    font-size: 30px;
}
.hero-logos img {
    padding: 0 1% 0 0;
}
.yellow-btn {
    background: #f7c91b;
    padding: 1.25% 0;
    width: 40%;
    color: #1b1b1b;
    text-align: center;
}
.callout-span {
    width: 100%;
    text-align: center;
    background: #111;
}
.callout {
    width: 25%;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    padding: 5.25% 0;
    color: #f9f9f9;
    text-transform: uppercase;
}
.callout:hover h3 {
    text-decoration: underline;
    color: #f7c91b;
}
.auction-call {
    background: url("../siteart/auctions-callout.jpg") no-repeat;
    background-size: cover;
    background-position: center;
}
.const-call {
    background: url("../siteart/construction-callout.jpg") no-repeat;
    background-size: cover;
    background-position: center;
}
.dis-call {
    background: url("../siteart/dismantled-callout.jpg") no-repeat;
    background-size: cover;
    background-position: center;
}
.attach-call {
    background: url("../siteart/attachments-callout.jpg") no-repeat;
    background-size: cover;
    background-position: center;
}
.mailing-section {
    background: url("../siteart/mailing--bg-img.jpg") no-repeat;
    background-size: cover;
    background-position: center;
    text-align: center;
    width: 100%;
    padding: 1.25% 0;
	float:left;
	
}
.mailing-section .col-1-2 {
    display: inline-block;
    vertical-align: middle;
}
.mailing-section h4 {
    text-transform: uppercase;
    color: #F9F9F9;
    font-size: 24px;
}
.mailing-section .mailing-btn {
    text-align: right;
}
.mailing-btn .yellow-btn {
    float: right;
}
.intro-section {
    background: #222;
    padding: 2% 0;
	float:left;
	width:100%;
}
.intro-section h2 {
    color: #f7c91b;
    text-transform: uppercase;
    font-size: 30px;
}
.intro-section p {
    color: #F9F9f9;
}
.contact-section {
    background: url("../siteart/contact-bg-img.jpg") no-repeat;
    background-size: cover;
    background-position: center;
    padding: 2% 0;
	width:100%;float:left;
	background-color: #fff;
}
.contact-section .col-1-4 {
    display: inline-block;
    vertical-align: top;
}



.pg-pad {
    padding: 3% 0;
}


/***************************  BUTTONS  **************************************/
.landingCategoryBox {width:25%; display:inline-block;float:left; overflow:hidden; position:relative;}
.landingCategoryBoxtext {font-family: 'roboto_condensedbold', sans-serif; font-size:28px;color:#fff; text-transform:uppercase; position:absolute;
 border-top:2px solid #fff; border-bottom:2px solid #fff; padding:5px 0px; z-index:30; display:inline-block; left:50%; top:50%; transform:translate(-50%,-50%);}
	.landingCategoryBox img {
		width: 100%;
		height: auto;
		-moz-transition: all 0.3s;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
		float:left; 
	}
		.landingCategoryBox:hover img {
			-moz-transform: scale(1.1);
			-webkit-transform: scale(1.1);
			transform: scale(1.1);
		}
		

.textbreak {width:100%; display:block;}

	
/*===================== 
	Register Page 
=======================*/
.register-pg form {
    background: #f9f9f9;
    box-sizing: border-box;
    padding: 1%;
    width: 100%;
    border: 1px #eee solid;
    text-align: center;
    margin-top: 2%;
}
.register-pg form input {
    width: 48%;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    padding: .5%;
    margin: .5%;
}
.register-pg .form-field-select {
    padding: 1%;
    text-align: left;
    width: 100%;
    box-sizing: border-box;
}
.register-pg .form-field-select p, .register-pg .form-field-select select {
    display: inline-block;
    vertical-align: middle;
    padding: .3%;
}
.register-pg .form-field-select p {
    width: 20.5%;
}
.register-pg .form-field-select select {
    width: 45%;
    margin-left: 1.5%;
}
.register-pg .form-field-select textarea {
    font-family: 'Roboto', sans-serif;
}
.register-pg input.button {
    background: #f7c91b;
    padding: .75% 0;
    font-weight: bold;
    width: 40%;
    color: #1b1b1b;
    font-family: 'Roboto', sans-serif;
    border: none;
    text-align: center;
    text-transform: uppercase;
}
.register-pg input.button:hover {
    cursor: pointer;
}

/*===================== 
	Our Facility Page 
=======================*/
.facility-pg img {
    display: inline-block;
    vertical-align: middle;
    width: 15%;
    padding: .2%;
}


/*===================== 
	Contact Page 
=======================*/
.contact-pg .col-1-2 {
    width: 47%;
    display: inline-block;
    vertical-align: top;
    padding: 1%;
    margin: 0 2% 0 0;
    box-sizing: border-box;
    background: #f9f9f9;
    border: #eee solid 1px;
}
.contact-pg h3 {
    color: #f7c91b;
    padding-bottom: .75%;
}


/*===================== 
	Parts Page 
=======================*/
.parts-pg .parts-list .listings-button {
    background:#f7c91b !important;
    color: #1b1b1b !important;
}
	
/*===================== 
	Inventory Page 
=======================*/	
#btnSearch {
		
}
.hosted-content #listings-title {
	
}
.btn, .btn-on-auction {
		
}






/* ====================
	MOBILE SCREENS
=================================== */

@media screen and (max-width: 1580px) {
.wrap {
    max-width: 75%;
}
}

@media screen and (max-width: 1350px) {
.wrap {
    max-width: 80%;
}
}

@media screen and (max-width: 1125px) {
.wrap {
    max-width: 85%;
}
    
nav.primary ul li a {
    font-size: 12px;
    padding: 10px;
}
    
.contact-section .col-1-4 {
    width: 45%;
    margin-top: 2%;
}
    
.contact-pg .col-1-2 {
    width: 100%;
    margin: 2% 0 0 0;
}
.facility-pg img {
    width: 24%;
}
.register-pg form input {
    width: 98%;
}
.register-pg .form-field-select p {
    width: 100%;
    padding-bottom: 1%;
}
.register-pg .form-field-select select {
    width: 100%;
    margin: 0;
}
.register-pg .form-field-select textarea {
    margin-top: 1%;
}
.register-pg input.button {
    padding: 1.5% 0;
    width: 60%;
}

}

@media screen and (max-width: 960px) {
.header-logo {
    width: 65%;
}
.top-header {
    width: 100%;
    text-align: left;
}
hr {
    display: none;
}
    
.wrap {
    max-width: 90%;
}
    
.callout {
    width: 99%;
    padding: 6% 0;
}
.hero-img-section .col-1-2 {
    display: block;
    margin: 0 auto;
    width: 95%;
    padding: 1% 0;
}

.mailing-section {
    padding: 3% 0;
}
.mailing-section .col-1-2 {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.mailing-btn .yellow-btn {
    float: none;
    margin: 1% 0;
}
.contact-section .col-1-4 {
    margin: 1% 0;
    width: 100%;
}
    
.mfg-logo-section img {
    width: 12%;
    padding: 0 1%;
	
}

.copyright .col-1-2 {
    width: 100%;
    padding: 1% 0;
}
    
/*==============================
	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: 900px) {
.landingCategoryBox {width:50%;}
}

@media screen and (max-width: 760px) {
.header-logo, .top-header {
    width: 100%;
    display: block;
    margin: 1% auto;
    text-align: center;
}
.header-logo img {
    text-align: center;
}
.top-header {
    display: none;
}
hr {
    display: none;
}
    
.wrap {
    max-width: 95%;
}
    
.facility-pg img {
    width: 32%;
}


/*============================= 
	mobile btn styles 
==============================*/
.mobile-span {
    width: 100%;
    text-align: center;
    background:#f9f9f9;
}
.mobile-btns {
	display:inline-block;
	width:32.65%;
    padding: 1% 0;
    font-weight: bold;
    color: #222;
    box-sizing: border-box;
    text-align: center;
	background:#f7c91b;	
}
	
/*==============================
	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: 500px) {
	.landingCategoryBox {width:100%;}
		
	}
	
}

@media screen and (max-width: 400px) {

/*============================= 
	mobile btn styles 
==============================*/
.mobile-span {
    width: 100%;
    text-align: center;
    background:#f9f9f9;
}
.mobile-btns {
	font-size: 12px;
    width: 100%;
    padding: 2% 0;
    border-top: 1px solid #333;
}
    
}
	
