﻿

/*===================== 
	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: 'Open Sans', 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: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: #00509f;
	padding: 0 0 .5% 0;
}
.top-header {
	padding: 1% 0;
	width: 75%;
	margin: 0 auto;
}
.logo-div {
	display: inline-block;
	width: 65%;
	text-align: center;
	vertical-align: middle;
}
.logo-div img {
	text-align: left;
	margin: 0 auto;
	display: inline-block;
	vertical-align: middle;
}
.header-div {
	width: 34%;
	display: inline-block;
	vertical-align: middle;
	text-align: right;
	color: #fff;
}

/* header {
	margin: 0 auto;
	width: 100%;
	background: #00509f;
	padding: 0 0 .5% 0;
}
.top-header {
	padding: 1% 0;
	width: 70%;
	margin: 0 auto;
}

header .col-1-3 {
	display: inline-block;
	vertical-align: middle;
	width: 32.5%;
	text-align: center;
} */
.header-info {
	text-align: right;
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	font-size: 15px;
} 


.mfg-logos {
	padding:.75% 2%;
	background: url(../siteart/white-bg.png) no-repeat;
	background-size: cover;
	background-position: center;
	text-align: right;
	margin-bottom: 1%;
}
.mfg-logos img {
	width: 10.3%;
	display: inline-block;
	vertical-align: middle;
	padding: 0 1%;
}

.mfg-logos-line-two {
	background:#f9f9f9;
	padding: .5% 0;
	text-align: center;
}
.mfg-logos-line-two img {
	width: 125px;
	display: inline-block;
	vertical-align: middle;
	padding: 0 1.5%;
}

/*===================== 
	nav styles 
=======================*/
nav.mobile {
	display:none;	
}
#menu-button {
	display:none;	
}
/* ----- */

nav.primary {
	max-width:100%;
	background: #111;
	text-align: center;
	/* margin: 1% 0 0 0; */
	}
	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 25px;
				text-transform:uppercase;
				font-size:15px;
				font-weight: 600;
				}	
			nav.primary ul li a:hover {
				background: #2b2b2b;
				}
				
/* DROP DOWNS */				
nav.primary ul li li a {  /* appearance of the sub-level links */
	background:#111;
	border-top: solid #222 1px;
	width:180px;
	display:block;
	text-decoration:none !important;
}
nav.primary ul li li  a:hover {  /* appearance of the sub-level links on hover */
	background:#2b2b2b !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 styles 
=======================*/
/* 
.callout-span {
	display: inline-block;
	vertical-align: middle;
	width: 38%;
}
.callout-imgs {
	position: relative;
}
.callout-imgs img {
	width: 100%;
}
.callout-imgs p {
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	text-align: center;
	position: absolute;
	font-size: 20px;
	text-shadow: 5px 5px 5px #222;
	top:40%;
	right: 0;
	left: 0;
}
*/


.hero-section {
	width:100%;
	margin: 0 auto;
	/*height: 600px;*/
	text-align: center;
}
.cycle-slide {
	width:100%;
	float:left;	
}

.hero-img {
	width: 100%;
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
.hero-img img {
	width:100%;	
}
.blk-overlay {
	background: rgba(0,0,0,1.00);
	text-align: center;
	width: 25%;
	display: inline-block;
	vertical-align: middle;
	height: 600px;
	box-sizing: border-box;
	padding: 1% 0 0 0;
}

.category-title {
	text-align: center;
}
.category-title hr, .category-title h3 {
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	padding: 0 1%;
}
.category-title h3 {
	color: #fff;
	text-transform: uppercase;
	font-weight: 400;
}
.category-title h2 {
	color: #00509f;
	text-transform: uppercase;
	font-size: 600;
}
.cat-btns {
	background: url(../siteart/callout-btn-bg.png) no-repeat;
	background-size: cover;
	background-position: center;
	width: 90%;
	display: block;
	margin: 3% auto;
	text-align: center;
	padding: 2% 0;
}
.inventory-title hr, .inventory-title h3 {
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	padding: 0 1%;
}
.inventory-title {
	text-align: center;
}
.inventory-title h3 {
	color: #fff;
	text-transform: uppercase;
	font-weight: 400;
}
.inventory-title h2 {
	color: #00509f;
	text-transform: uppercase;
	font-size: 600;
}
.inventory-search {
	text-align: center;
	width: 90%;
	margin: 0 auto;
	display: block;
}
.inventory-search form #search {
	width: 100%;
}
.input-div {
	display: inline-block;
	vertical-align: middle;
	width: 47%;
	margin: 0 1%;
}
.input-div input {
	width: 98%;
	border: none;
	padding: 1% .5%;
}
.equip-search-btn input {
	width: 97%;
	background: #00509f;
	border: none;
	padding: 2% 0;
	margin: 2% 0;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	font-family: 'Open Sans', sans-serif;
}


/****************************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; /*height: 600px;*/ }

.cycle-slideshow {
	width:100%;
	overflow:hidden;
	float:left;
	display:block;
}


/* pager */
.pager { 
    text-align:center; width:100%; margin:-50px 0 -2px; position:relative; z-index:999; float:left;}
.pager span { 
    font-family:arial; font-size:50px; width:16px; height:16px; display:inline-block; color:#00509f; color:#999999; cursor:pointer; 
}
.pager span.cycle-pager-active { color:#00509f;}
.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:#f15d25;
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:#f15d25;	
text-decoration:none;
}

.cycle-overlay span a {
text-decoration:none;	
}



/*===================== 
	banner styles 
=======================*/

.banner {
	background: url(../siteart/scroll-bg-img.jpg) no-repeat;
	background-position: center;
	background-size: cover;
	padding: 1% 0;
}

/*  SCROLLING INVENTORY
------------------------------------------------*/
.scrolling-wrap {
    width:100%;
    height:90px;
    overflow:hidden;
}
 
.scrolling{
    width:100%;
    height:92px;
}


/*===================== 
	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%;
	background: #111;
	padding: 1% 0;
	color: #fff;
}
footer .col-1-4 {
	display: inline-block;
	vertical-align: top;
}
footer .col-1-4 h3 {
	color: #00509f;
	text-transform: uppercase;
}
footer .col-1-4 ul {
	padding: 0;
	margin: 0;
}
footer .col-1-4 ul li {
	list-style-type: none;
}
footer .col-1-4 ul li a:hover {
	text-decoration: underline;
}
.email-btn {
	background: #00509f;
	padding: 2% 0;
	width: 90%;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
}
	
a.footerlink:link,
a.footerlink:visited, 
a.footerlink:active {
	text-decoration: none; 
	font-size:9px;
	color: #888;
	}
	a.footerlink:hover {
		text-decoration:none; 
		font-size:9px;
		color: #fff;
	}

.footertext {
	font-size:9px; 
	color:#888;
	}

.smallfootertext {
	font-size:9px; 
	color:#888;
	}

.divfooter {
	width:100%; 
	text-align:right; 
	margin:0 auto;
	color: #888;
}

.footer-logos {
	text-align: center;
	padding: .25% 0;
}
.footer-logos img {
	display: inline-block;
	vertical-align: middle;
}
	
/*===================== 
	Home Page 
=======================*/
.intro-section {
	background: url(../siteart/intro-bg-2.jpg) no-repeat;
	background-position: center;
	background-size: cover;
	padding: 3% 0 10% 0;
	text-align: center;
}
.title-div {
	text-align: center;
	padding-bottom: 3%;
}
.title-div hr, .title-div h3 {
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	padding: 0 1%;
}
.title-div h3 {
	color: #111;
	font-size: 400;
}
.title-div h1 {
	color:#00509f;
}
.intro-section .col-1-3 {
	width: 30%;
	text-align: center;
	margin: 0 1%;
	display: inline-block;
	vertical-align: top;
}
.col-1-3 h3 {
	font-weight: bold;
	color: #00509f;
	font-style: italic;
	font-size: 20px;
}

	
/*===================== 
	Location Page 
=======================*/
.location-pg {
	padding:3% 0;
}
.location-pg p {
	display: inline-block;
	vertical-align: middle;
	padding: 0 1% 0 0;
}
.location-pg h1 {
	color: #00509f;
}

	
/*===================== 
	Inventory Page 
=======================*/	

.inv-pg {
	padding: 3% 0;
}






/* ====================
	MOBILE SCREENS
=================================== */
@media screen and (max-width: 1700px) {
.header-info{
	font-size: 13.5px;
}
.top-header {
	width: 75%;
}
	
.wrap {
	max-width: 65%;
}

}

@media screen and (max-width: 1500px) {
.top-header {
	width: 80%;
}
.wrap {
	max-width: 65%;
}

}

@media screen and (max-width: 1400px) {

}

@media screen and (max-width: 1350px) {
.logo-div {
	width: 50%;
}
.header-div {
	width: 49%;
}
/* .logo-div img {
	width: 90%;
}
.top-header {
	width: 85%;
	text-align: center;
}
.header-info, header .col-1-3 {
	margin: 0 auto;
	padding: 1% 0;
} */
	
.wrap {
	max-width: 75%;
}
	

footer .col-1-4 {
	width: 47%;
	margin: 1% 0;
}
.footer-logos img {
	width: 20%;
}
.divfooter {
	text-align: left;
}
	
}


@media screen and (max-width: 1050px) {
/*  .logo-div img {
	width: 75%;
}
.top-header {
	width: 90%;
	text-align: center;
}
.header-info, header .col-1-3 {
	width: 49%;
	margin: 0 auto;
	padding: 2% 0;
	text-align: center !important;
} */
.wrap {
	max-width: 80%;
}
	
}


@media screen and (max-width: 960px) {
.logo-div, .header-div {
	width: 100%;
	text-align: center;
	display: block;
	padding: 0;
}
.logo-div img {
	width: 50%;
	padding: .5% 0;
	text-align: center;
	margin: 0 auto;
	display: block;
}
/* .top-header {
	width: 95%;
}
.header-info, header .col-1-3 {
	width: 95%;
	display: block;
	margin: 0 auto;
	font-size: 15px;
	padding: 2% 0;
	text-align: center !important;
}	*/
.mfg-logos {
	background: none;
	text-align: center;
	background-color: #fff;
}
.header-info {
	width: 100%;
	text-align: center;
	margin-bottom: 2%;
	padding-right:0%;
}
	
.wrap {
	max-width: 90%;
}
	
.input-div {
	width: 97%;
	margin: 1% 0;
}
.intro-section .col-1-3 {
	width: 98%;
	background: rgba(251,251,251,.65);
	padding:1%;
	margin: 0 auto;
}
	
	
footer .col-1-4 {
	width: 100%;
	text-align: center;
	margin: 1% 0;
}
.email-btn {
	margin: 0 auto; 
}
.footer-logos img {
	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:#111!important;
}
#menu-button a {
	color: #fff!important;
	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%;
}	

/*============================= 
	mobile btn styles 
==============================*/	
.mobile-btns {
	display:inline-block;
	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:#111!important;
}
#menu-button a {
	color: #fff!important;
	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%;
}
	
}
	
