
/* 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 { 
    margin: 0;  
    padding: 0;  
    border: 0;  
    outline: 0;  
    background: transparent; 	
	-webkit-text-size-adjust:none;
	font-family: 'Helvetica LT Std', 'Oswald', sans-serif;
}

@font-face {
    font-family: 'icon-worksregular';
    src: url('../fonts/icon-works-webfont.eot');
    src: url('../fonts/icon-works-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/icon-works-webfont.woff') format('woff'),
         url('../fonts/icon-works-webfont.ttf') format('truetype'),
         url('../fonts/icon-works-webfont.svg#icon-worksregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

h1{
	color:#F7941D;
	text-transform:uppercase;
	text-align:left;
	font-size:32px;
	font-weight:100;
	padding-bottom:20px;
}

a {
	color:#000;
	text-decoration:underline;
	
}

a:hover{
	color:#000;
	text-decoration:none;
}

.search-bar h2 {font-family: 'Helvetica LT Std Condensed', 'Oswald', sans-serif;width: 100%;border-bottom: 2px solid #F7941D;text-transform: uppercase;font-weight: 100;color: #000;padding-bottom: 20px;text-align: left;font-size: 32px;}
 
/* GLOBAL SITE FRAMEWORK
------------------------------------------------*/
.clear {clear: both;}
.left {float:left;}
.right {float:right;}


*{
	box-sizing:border-box;
}

body {
	background:url(../siteart/metalbg.jpg) no-repeat;
	font-family: 'Helvetica LT Std', 'Oswald', sans-serif;
}

.wrapper {
	width:100%;
	max-width:1300px;
	margin:0 auto;
	padding:20px;
	position:relative;
}
.head-wrapper {
	width:100%;
	max-width:1300px;
	margin:0 auto;
	padding:20px 0 0 0;
	position:relative;
}


::selection {
	color:#fff;
	background: #356088;
}
::-moz-selection {
	color:#fff;
	background: #356088;
}



/* HEADER CONTACT
----------------------------------------------*/
.header{
	width:100%;
	display:inline-block;
	text-align:right;
	margin:0 auto;
	background:url(../siteart/headerbg.jpg) no-repeat;
	background-size:cover;
	background-color: #000;
	padding:10px 0 30px 0;
}
.logo{
	text-align:center;
	width:40%;
	margin:0 auto;
	display:inline-block;
	padding-right:20px;
	box-sizing: border-box!important;
}
.logo img{
	width:340px;
	margin:0 auto;
	background:rgba(255, 255, 255, 0.60);
	box-shadow:1px 1px 3px rgba(90, 90, 90, 0.58);
}

.header-right{
	width:59%;
	display: inline-block;
	vertical-align: top;
	text-align: right;
	box-sizing:border-box!important;
}

.header-logos {
	width: 100%;
	display: block;
	text-align: right;
	margin: 0 auto;
}

.header-logos img{
	width:210px;
	display: inline-block;
	margin: 0 auto;
	vertical-align: middle;
	padding: 20px;
}


/* HOME PAGE STYLES */
/*--main--*/
.yellow{
	width:100%;
	background:#F7941D;
	padding:40px;
}

.main{
	width:100%;
	margin:0 auto;
	position:relative;
}
.main img{
	width:100%;
	display:block;
}

.location-burst {
	display: flex !important;
	justify-content: flex-end !important;
	padding-right: 40px;
}
.location-burst img {
	position: relative;
	width: 354px;
	top: 12px;
	z-index: 600;
}
.mobile-burst{display: none;}

.welcome{
	position:absolute;
	margin:0 auto;
	top:30%;
	left:0;
	background:rgba(0,0,0,0.59);
	text-align:left;
	padding:20px;
	z-index:99999;
}

.welcome h3{
	font-size:20px;
	font-weight:100;
	color:#fff;
	
	
	transition:all .3s ease-in-out; 
   	-o-transition:all .3s ease-in-out; 
   	-moz-transition:all .3s ease-in-out; 
   	-webkit-transition:all .3s ease-in-out;
}

.welcome h1{
	font-weight:bold;
	color:#fff;
	font-size:36px;
	padding-bottom:0;
	
	
	transition:all .3s ease-in-out; 
   	-o-transition:all .3s ease-in-out; 
   	-moz-transition:all .3s ease-in-out; 
   	-webkit-transition:all .3s ease-in-out;
}

.slider-btn{
	width:40%;
	display: inline-block;
	padding:15px;
	border:1px solid #fff;
	color:#fff;
	text-decoration: none;
	text-transform: uppercase;
	margin:30px 10px 10px 0;
	transition: ease .3s;
}

.slider-btn:hover{
	background:#fff;
	color:#333;
	transition:ease .3s;
}
	
/*--search section--*/
.search-bar{
	width:100%;
	background:#fff;
	color:#fff;
	display:inline-block;
	margin:0 auto;
}
.search-bar h1{
	font-family:'Helvetica LT Std Condensed', 'Oswald', sans-serif;
	width:100%;
	border-bottom:2px solid #F7941D;
	font-weight:100;
	text-transform:uppercase;
	color:#000;
}


.equipment-search {
	padding: 25px;
	box-sizing: border-box;
}

.detailed-search input, .detailed-search select {
	width: 24%;
	padding: 8px 10px;
	font-size: 12px;
	background-color: #fff;
	box-sizing: border-box;
	color: #555;
	margin-top: 8px;
	box-sizing: border-box;
	outline: none;
    border-radius: 0;
}
.detailed-search input[type='submit'] {
	display:inline-block;
	border:none;
	border:1px solid #F7941D;
	background: #F7941D;
	font-family: 'Helvetica LT Std Condensed', 'Oswald', sans-serif; 
	font-size: 25.8px;
	color: #fff;
	width: 24%;
	outline: none;
	transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	cursor: pointer;
	position: relative;
	padding: 0px 8px;
	vertical-align:top;
	margin-bottom: 8px;
	text-align:left;
	font-weight:100;
}
.detailed-search input[type='submit']:hover{
	color:#F7941D;
	background:#000;
	border:1px solid #F7941D;
}

/*--about section--*/
.col-two-thirds{
	display:inline-block;
	width:66%;
	margin:0 auto;
	text-align:left;
	padding:20px 20px 20px 0;
	vertical-align:top;
}

img.yard {
	display: block;
    width: 100%;
    box-shadow: 1px 1px 8px 1px #636060;
    text-align: center;
    margin: 0 0 20px auto;
}
	
.col-one-third{
	width:32%;
	display:inline-block;
	margin:0 auto;
	text-align:center;
	padding:20px 0;
}

.full{width:100%;}
.mobile{display:none;}

/*--contact footer--*/
.contact-bar{
	width:100%;
	background:#000;
	color:#fff;
	text-align:center;
	display:block;
	margin:0 auto;
	padding-top: 20px;
}
.line{
	width:100%;
	position:relative;
	border-top:1px solid #fff;
	padding:35px 0;
	margin:10px 0;
}
.contact-info{
	width:32%;
	display:inline-block;
	text-align:center;
	margin:0 auto;
	vertical-align:top;
}
.top{
	position:absolute;
	top:0;
	left:0;
	width:100%;
}

.contact-info img{
	width:58px;
	text-align:center;
	padding:10px;
	display:block;
	background:#000;
	margin:0 auto;
}

.contact-info p{
	width:100%;
	padding:2px 0;
	text-align:center;
	vertical-align:top;
	font-size:14px;
}

.contact-info a{
	color:#fff;
	text-decoration:underline;
}

.contact-info a:hover{
	text-decoration:none;
	color:#fff;
}


/* LOCATION PAGE STYLES */
.col-half{
	width:100%;
	display:inline-block;
	margin:0 auto;
	padding:20px 30px;
	vertical-align:top;
	height:348px;
}

.col-half img{
	display:block;
	margin: 0 auto;
	width:100%;
	box-shadow:1px 1px 8px 1px #636060;
	height:100%;
}

.loc-contact{
	width:100%;
	border:1px solid #eaeaea;
	text-align:center;
	padding:30px;
}

.loc-info{
	color:#000;
	display:inline-block;
	margin:0 auto;
	text-align:center;
	width:33%;
	vertical-align:middle;
}

.loc-info a{
	color:#000;
	text-decoration:underline;
}

.loc-info a:hover{
	color:#000;
	text-decoration:none;
}

/* CONTACT PAGE STYLES */

.contact-form{
	display:inline-block;
	width:100%;
	text-align:left;
	margin:0 auto;
}

/*--Contact Form Styles--*/
#formpage {
	width:100%;
	vertical-align: top;
	display:inline-block;
}

#formpage p{
	text-align:left;
}
.formfield {
	width: 48.4%;
	display:inline-block;
	margin-right: 10px;
	margin-top: 10px;
	color: #000;
	min-width: 175px;
	text-align:left;
}
#formpage div {
	vertical-align: top;
	padding: 5px 5px;
	position: relative;
}
#formpage input {
	padding: 6px 5px 10px;
	border: 3px solid #F7941D;
	font-family: "Source Sans Pro", sans-serif;
	color: #000;
	font-size: 13px;
	background: #fff;
	width: 100%;
	margin-top: 5px;
	-webkit-appearance: none;
     border-radius: 0;
}

#formpage input.button, #formpage input.button:focus {
	width: 150px;
	display:inline-block;
	position:relative;
	margin: 0;
	background: #F7941D;
	font-size: 14px;
	line-height: 0;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	padding:20px;
	cursor: pointer;
}

#formpage input.button:hover{
	box-shadow:1px 1px 4px #7D7D7D;
}

input[type="button"],
input[type="submit"] {
     -webkit-appearance: none;
     border-radius: 0;
}

#formpage textarea {
	padding: 6px 5px;
	border: 3px solid #F7941D;
	font-family: "Source Sans Pro", sans-serif;
	color: #000;
	font-size: 12px;
	background: #fff;
	margin-top: 5px;
	width: 98%;
	height: 85px;
}
.CaptchaAnswerPanel{
	width:250px;
	margin: 0 auto;
}

.column3{width:73%;}

/* INVENTORY
------------------------------------------------*/


/* INV LANDING PAGES ----------------------------*/

.inv-landing{
	width:100%;
	text-align: center;
	padding:40px 0;
	margin:0 auto;
	display: inline-block;
}

.inv-landing a{text-decoration: none;}
.inv-landing a:hover{text-decoration: none;}

.inv-landing .cat{
	width:30%;
	display: inline-block;
	vertical-align: bottom;
	margin: 10px;
	position: relative;
	background:#000;
	overflow:hidden;
	border:1px solid #fff;
	transition: ease .3s;
}

.cat img{
	display: block;
	opacity:.7;
	width:100%;
	filter: grayscale(1);
}

.cat h2{
	position: absolute;
	left:0;
	bottom:0;
	background:#000;
	box-shadow: 1px 1px 3px #000;
	font-size:16px;
	text-transform: uppercase;
	width:100%;
	color:#fff;
	padding:10px 0;
}

.cat:hover{border:1px solid #D7D7D7;}

.cat:hover img{
	opacity:1;
	filter: grayscale(0);
	transition: ease .3s;
}


.scrolling-wrap {
	padding:8px 0 4px;
    width:100%;
    height:auto;
    overflow:hidden;
	background:#000;
}
 
.scrolling{
    width:100%;
    height:90px;
}

.inv-burst {
	display: flex;
	justify-content: flex-end;
	padding-right: 40px;
	margin-top: -90px;
}
.inv-burst img {
	position: relative;
	width: 354px;
	top: 79px;
}


/* FOOTER
------------------------------*/
.footer{
	width:100%;
	color:#FCDEBA;
	font-size:11px;
	background:#F7941D;
	text-align:center;
}

.footer a{
	color:#FCDEBA;
	text-decoration:underline;
}

.footer a:hover{
	color:#FCDEBA;
	text-decoration:none;
}
.divfooter{
	width:60%;
	margin:20px auto;
}




@media screen and (max-width:1600px){
	.logo{width:35%;}
	.header-right{width: 64%;}
}


@media screen and (max-width:1170px){
	.header{padding-bottom:0;}
	.logo{width:100%;padding-right:0px;}
	.logo img{width: 300px;}
	.header-right{width: 100%; text-align: center;}
	.header-logos{text-align: center;}
}

@media screen and (max-width:1040px){
	.col-half{height:312px;}
}

@media screen and (max-width:1020px){
	.desktop{display:none;}
	.mobile{display:block;width:100%;}
	.col-two-thirds{width:100%;}
	.col-one-third{width:100%;}
}

@media screen and (max-width:995px){
	.loc-info{width:29%;}
	
	.inv-landing .cat{width:40%;}
}


@media screen and (max-width:915px){
	.col-half{height:278px;}
}

@media screen and (max-width:850px){
	.welcome h3{font-size:18px;}
	.welcome h1{font-size:24px;}
	.logo img{width:150px;}
	.header-logos img{width: 150px;}
}


@media screen and (max-width:800px){
	.formfield{width:98%;}
	
	.col-half{
		height:100%;
		width:100%;
		border-right:none !important;
	}
	.detailed-search input, .detailed-search select {
		-webkit-appearance:none;
	}
}
	
@media screen and (max-width:775px){
	.welcome{position:relative;background:#000;}
	.inv-landing .cat{width:45%;}
	.cat h3{font-size:14px;}
}

@media screen and (max-width:752px){
	.loc-info{width:100%;padding:20px 0;}
	.col-half {padding: 20px 0 20px 0;}
}

@media screen and (max-width:735px){
	.welcome{top:48%;}
	.detailed-search input, .detailed-search select{width:48%;}
	.detailed-search input[type='submit']{width:48%;}
}


@media screen and (max-width:690px){
	.line{display:none;}
	.contact-info{width:100%;}
	.contact-bar{height:405px;}
	.header-logos img{width: 100px;}
}

@media screen and (max-width:630px){
	.yellow{padding:0;}
	
	.inv-landing .cat{width:80%;}
}

@media screen and (max-width:550px){
	.logo img{width: 175px;}
	.header-logos img {width: 45%;}
	
	.detailed-search input, .detailed-search select{width:99%;}
	h1{font-size:28px;}
	.inv-landing{padding:20px 0;}
	.slider-btn{width:100%; margin:10px 10px 10px 0; font-size:14px;}
	
	
	.divfooter{width:100%;}
}

@media screen and (max-width:495px){
	.welcome{top:28%;}
	.welcome h3{font-size:14px;}
	.welcome h1{font-size:16px;}
	
	.header-logos img{width: 150px;}
}