﻿
/*===================== 
	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: Arial, sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
	}

body {
    margin: 0;
	}

svg:not(:root) {overflow: hidden;/*reset*/}
	
.iframe mainButton {background:#00315a!important}
/* 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:35px; font-family: 'Anton', sans-serif; text-transform:uppercase;}
	h2 {font-family: 'Anton', sans-serif; text-transform:uppercase; font-size:25px; }
	h3 {text-transform:uppercase; font-family:'Anton', sans-serif; letter-spacing:1px; font-size:20px; }

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*/ 
    text-decoration:none;
	}
	a:hover  {
		outline: 0;/*reset*/
		
		}  

/*===================== 
	header styles 
=======================*/
.header-wrap {
	width: 100%;
	margin: 0;
	background:#000;
}
header {
	margin: 0 auto;
	max-width:75%;
	padding:1%
}
header img, header nav {
	display:inline-block;
	vertical-align:bottom; 
}


/*===================== 
	nav styles 
=======================*/
nav.mobile {
	display:none;	
}
#menu-button {
	display:none;	
}
/* ----- */

nav.primary {
	width:89%;
	text-align: right;
	}
	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;
				text-transform:uppercase;
				font-size:13px;
				font-weight:bold;
				background:#00315a;
				border-radius:5px 5px 0 0;
				}	
			nav.primary ul li a:hover {
				text-decoration:underline;
				}
				
/* DROP DOWNS */				
nav.primary ul li li a {  /* appearance of the sub-level links */
	background:#00315a;
	width:125px;
	display:block;
	text-decoration:none !important;
	border-radius:0px !important;
	border-top:1px solid #08467A;
	/* border-bottom:1px solid #05233B; */
}
nav.primary ul li li  a:hover {  /* appearance of the sub-level links on hover */
	background:#08467A !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;
}

/*===================== 
	layout styles 
=======================*/

.wrap {
	max-width:75%;
	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%;
	color:#fff;
}
.footer-bg-img {
	background:url(../siteart/footer-img.png) no-repeat;
	background-position:center;
	background-size:cover;	
	background-color: #000;
}
footer ul {
	list-style-type:none;
	text-indent:0;
	padding:0;
	margin:0;	
}
footer ul li a {
	color:#fff;	
}
footer ul li a:hover {
	text-decoration:underline;
}
footer a {
	color:#fff;	
}
footer a:hover {
	text-decoration:underline;
}

footer .col-1-4 {
	display:inline-block;
	vertical-align:text-top;
	padding:3% 0;	
	width:20%;
	margin:0 2%;
}
	
a.footerlink:link,
a.footerlink:visited, 
a.footerlink:active {
	text-decoration: none; 
	font-size:12px;
	color: #fff;
	}
	a.footerlink:hover {
		text-decoration:underline; 
		font-size:12px;
		color: #fff;
		}

.footertext {
	font-size:12px; 
	color:#fff;
	}

.smallfootertext {
	font-size:11px; 
	color:#fff;
	}

.divfooter {
	width:100%; 
	text-align:left; 
	margin:0 auto;
	color:#fff;
	}
	
/*===================== 
	Home Page 
=======================*/
.hero-img {
	background:url(../siteart/hero-img.png) no-repeat;
	background-size:cover;
	background-position:center;	
	padding:10% 0;
	box-shadow:0px 5px 5px #333;
}
/*
.maroon-callout {
	background-color:rgba(100,9,23,.70);
	width:40%;
	padding:3% 3% 3% 12%;
	color:#fff;
}
.hero-btn {
	background:#640917;	
	padding:2% 3%;
	margin-top:2%;
	box-shadow:5px 5px 5px #000;
	width:40%;
}
.hero-btn p, .hero-btn img {
	display:inline-block;
	vertical-align:middle;	
	color:#fff;
}
.hero-btn img {
	float:right;	
}
.hero-btn p, .maroon-bg-btn p {
	text-decoration:underline;
}
.hero-btn:hover, .maroon-bg-btn p:hover {
	cursor:pointer;
} */

.intro, .parts-pg, .service-pg {
	padding:5% 0;	
}
/*
.callout-bg {
	background-color:#f1f1f1;
	padding:3% 0;	
}
.callout-bg .col-1-3 {
	display:inline-block;
	vertical-align:middle;
	background-color:#000;
	color:#fff;	
	box-shadow:5px 5px 5px #333;
	padding:3% 0 0 0;
	width:30%;
}
.callout-img {
	margin:5% 0;	
}
.callout-bg .col-1-3 p, .callout-bg .col-1-3 h3, .callout-bg .col-1-3 img {
	padding:0 0 0 6%;	
}
.center-mg {
	margin:0 4%;	
}
.maroon-bg-btn {
	background-color:#640917;	
	padding:4% 2%;
}
.maroon-bg-btn p, .maroon-bg-btn img {
	display:inline-block;
	vertical-align:middle;
	color:#fff;
}
.maroon-bg-btn img {
	float:right;	
} */
.mfg-logos {
	margin:3% auto;	
}
.mfg-logos img {
	padding:0 1%;	
}



/* WEATHER & FACEBOOK */
#weather {
    top: 175px; 
    height:215px;
    z-index: 999;
	right: -300px;
}

#weatherTab {
    display: block;
	height: 150px;
	width: 55px; 
	background:url(../siteart/weather-tab.jpg);
    position: absolute;
    left: -55px;
    top: 0px;
}
#fb {
    width: 300px;
    height: 520px;
    top: 425px;
    right: -300px;
    z-index: 99999;
}

#facebookTab {
	display: block;
	height: 150px;
	width: 55px; 
	background:url(../siteart/facebook-tab.jpg);
    position: absolute;
    left: -55px;
    top: 0px;
}

.side {
    background: #fff;
    width: 300px;
    height: 500px;
    position: fixed;
    z-index: 100;
	box-shadow:2px 2px 2px #ACACAC;
}
	
/*===================== 
	Finance Page 
=======================*/	
.blue-btn {
    width: 30%;
    display: inline-block;
    vertical-align: middle;
    margin:1% 0;
    text-align: center;
    background:#00315a;
    color: #fff;
    padding: 1% 0;
    font-weight: bold;
}

/*===================== 
	Inventory Page 
=======================*/	
.hosted-content h3 {
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;	
	font-size:17px;
}
.hosted-content #listings-title {
	font-family:'Anton', sans-serif;
	font-size:25px;
}
#btnSearch {
	background-color:#00315a;
}
#btnSearch:hover {
	background:#08467A !important;
}
.btn, .btn-on-auction {
	background:#00315a !important;	
}
.hosted-content .listings-wrapper .hosted-theme a.btn:hover {
	color:#fff !important;
	background:#08467A !important;
}


.inventory-btns {
	margin-top:3.5%;
	margin-bottom:1%;
}
.inventory-btns a .buttons {
	background: #555;
	padding: 1%;
	display: inline-block;
	width:21%;
	color: #fff;
	text-align:left;
	margin:.5%;
	font-weight: bold;
	font-size: 15px;
	text-decoration:none !important;
}
.inventory-btns a .buttons:hover {
	/* background:#00315a;	 */
	background:#111;	
	color:#fff;
	box-shadow:5px 5px 5px #666;
	text-decoration:none !important;
}
.inventory-btns a .buttons:hover {
	text-decoration:none;	
}
.inventory-btns a img {
	display: inline-block;
	vertical-align: middle;
	float:right;
	width:17px;
}




/* ====================
	MOBILE SCREENS
=================================== */
@media screen and (max-width:1690px) {	
header {
	max-width:90%;	
}

}

@media screen and (max-width: 1450px) {
.wrap {
	max-width:80%;	
}
nav.primary ul li a {
    font-size: 12px;
}  
	
	
}

@media screen and (max-width: 1275px) {
.maroon-callout {
    width: 55%;
    padding: 3% 3% 3% 8%;
}
.hero-btn {
    width: 50%;
}
header img {
	margin-bottom: 1%;
}
header {
	max-width:98%;	
}
nav.primary {
	text-align: left;
	width: 100%;
}
nav.primary ul li a {
    padding: 10px;
	font-size:12px;
}
footer .col-1-4 {
    width: 21%;
    margin: 0 5%;
}
.inventory-btns a .buttons {
    width: 20%;
    margin: 1%;
}

}


@media screen and (max-width: 1110px) {
nav.primary ul li a {
    padding: 10px;
}
.inventory-btns a .buttons {
    font-size: 13px;
}
}

@media screen and (max-width: 1070px) {
.wrap {
    max-width:85%;
}
header {
	max-width:93%;	
}
nav.primary ul li a {
    padding: 10px;
	font-size: 12px;
}
.maroon-callout {
    width: 50%;
    padding: 3% 3% 3% 8%;
}
.hero-btn {
    width: 65%;
}
footer .col-1-4 {
    width: 28%;
	margin:0 2%;
}
#weather {
	display:none;	
}
#fb {
	display: none;
}

.inventory-btns a .buttons {
    width: 28%;
    margin: 1%;
    font-size: 15px;
}
    
.blue-btn {
    width: 40%;
}
    
/*==============================
	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:#00315a;
}
#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: 975px) {
.wrap {
    max-width: 90%;
}
.maroon-callout {
    width: 50%;
    padding: 3% 3% 3% 6%;
}
h2 {
    font-size: 22px;
}

.blue-btn {
    width: 45%;
}


/*==============================
	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:#00315a;
}
#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) {
.wrap {
    max-width: 95%;
}
header {
    max-width: 95%;
    padding: 2%;
}
.maroon-callout {
    width: 90%;
	padding:2%;
    margin: 0 auto;
}
.hero-btn {
    padding:3%;
    margin: 3% 0;
    box-shadow: 10px 10px 5px #000;
    width: 90%;
}
h1 {
    font-size: 25px;
}
.intro, .parts-pg, .service-pg {
    margin: 5% auto;
}
.callout-bg .col-1-3 {
    display: block;
    width: 95%;
	margin:5% auto;
}
.center-mg {
	margin:0;	
}
footer .col-1-4 {
    display: block;
    padding: 3% 0;
    width: 90%;
}
    
/*INVENTORY*/
.inventory-btns a .buttons {
    padding: 3%;
    display: block;
    width: 93%;
    color: #fff;
    margin: 2% auto;
    font-size: 16px;
}
    
.blue-btn {
    width: 95%;
    padding: 2% 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:#00315a;
}
#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 p { /* 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%;
}
}
	
