﻿/*===================== 
	Color information
	
	-
	-
	-
	-
		 
=======================*/
/*===================== 
	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: Arial, sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
	}

body {
    margin: 0;
	color:#222;
	}

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; font-family: 'Patua One', cursive; 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-wrap {
	width: 100%;
	margin: 0;
	}

header {
	margin:1% auto;
	width:70%;
}
header p {
	text-align:right;	
}
header img {
	width:40%;	
}
header .logo, header .header-p {
	display:inline-block;
	vertical-align:middle;
	margin:0 auto;	
	width:49%;
}

/*===================== 
	nav styles 
=======================*/
nav.mobile {
	display:none;	
}
#menu-button {
	display:none;	
}
/* ----- */

nav.primary {
	max-width:100%;
	background:#f2c325;
	text-align:center;
	}
	nav.primary ul {
		margin: 0;
		padding:0;
		}
		nav.primary ul li {
			display:inline-block;
			}
			nav.primary ul li a {
				color: #222;
				display: block;
				padding: 15px 45px;
				font-size:15px;
				font-weight:bold;
				}	
			nav.primary ul li a:hover {
				color: #fff;
				background:#222;
				}
				
/* DROP DOWNS */				
nav.primary ul li li a {  /* appearance of the sub-level links */
	background:#222;
	color:#fff;
	width:175px;
	display:block;
	text-decoration:none !important;
}
nav.primary ul li li  a:hover {  /* appearance of the sub-level links on hover */
	background:#151515 !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:900;
}
nav.primary ul ul li {
	float: none;
	position: relative;
	margin: 0;
	display:block;
	border-top: 1px solid #454545 ;
	border-bottom: 1px solid #151515 ;
}


/*  SCROLLING INVENTORY
------------------------------------------------*/
.scrolling-wrap {
    width:75%;
    height:90px;
    overflow:hidden;
	margin:0 auto;
}
 
.scrolling{
    width:100%;
    height:92px;
}

.banner {
	background:#f2c325;
	padding:1% 0;
	}

/*===================== 
	layout styles 
=======================*/
.flex-container {
	display:flex;
	flex-wrap:wrap;
	width:60%;	
}

.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%;
	background:#222;
	color:#fff;
	text-align:center;
	}
	
footer ul {
		margin: 0 auto;
		padding:2% 0 0 0;
		}
	footer ul li {
			display:inline-block;
			}
		footer ul li a {
				color: #fff;
				display: block;
				padding: 15px 25px;
				font-size:13px;
				font-weight:bold;
				}	
			footer ul li a:hover {
				color:#f2c325;
			}
	
	
a.footerlink:link,
a.footerlink:visited, 
a.footerlink:active {
	text-decoration: none; 
	font-size:13px;
	color: #fff;
	}
	a.footerlink:hover {
		text-decoration:none; 
		font-size:13px;
		color:#f2c325;
		}

.footertext {
	font-size:13px; 
	color:#fff;
	}

.smallfootertext {
	font-size:10px; 
	color:#fff;
	}

.divfooter {
	width:55%; 
	text-align:center; 
	margin:0 auto;
	color:#fff;
	padding:1% 0 2% 0;
	}
	
/*===================== 
	Home Page 
=======================*/
.hero-img img {
	box-shadow:10px 5px 5px #666666;
	width:100%;	
}
.intro {
	padding:3% 0;
	text-align:center;	
}
.intro h1 {
	padding-bottom:2%;	
}
.callouts {
	background:url(../siteart/callout-bg.png) no-repeat;
	background-size:cover;
	background-position:center;	
	padding:4% 0;	
	background-color:#000;
}
.callouts .col-1-3, .callouts .col-2-3 {
	display:inline-block;
	vertical-align:middle;	
}
.callouts .callout-text {
	width:25%;
	margin-right:3%;
	color:#fff;
	font-family: 'Patua One', cursive; 
	text-transform:uppercase;
	font-size:32px;
	text-align:center;
}
.small-and {
	font-size:18px;
	text-decoration:underline;	
}
.callouts .col-2-3 {
	width:70%;	
}
.callouts .col-2-3 .col-1-3 {
	background:#f2c325;	
	box-shadow:3px 3px 3px #222;
	width:30%;
}
.callouts .col-2-3 .col-1-3:hover {
	box-shadow:10px 10px 10px #222;
}
.middle-callout {
	margin:0 4%;	
}
.callouts figure img {
	width:100%;
	margin:0 auto;	
}
.callouts figcaption {
	font-weight:bold;
	text-align:center;	
}
.callouts figure:hover {
	text-decoration:underline;
}
.contact-area .col-1-2 {
	display:inline-block;
	vertical-align:middle;
	margin:0 auto;
	width:45%;	
}
.contact-area {
	padding:3% 0;	
}
.contact-area .contact-bg {
	background:#f7f7f7;
	box-shadow:5px 5px 5px #666;
	text-align: center;	
	padding:2%;
}
.contact-area .map {
	margin-left:3%;	
}
.map img {
	margin:0 auto;
	display:block;
	width:90%;	
}
.contact-btn p{
	background:#f2c325;
	padding:2% 0;
	width:40%;
	margin:0 auto;
	text-align:center;
	text-transform:uppercase;
	font-family: 'Patua One', cursive; 
	font-weight:bold;
}
.contact-btn p:hover {
	box-shadow:3px 3px 3px #666;
}

/*===================== 
	About Page 
=======================*/
.intro .col-1-3 {
	display:inline-block;
	vertical-align:middle;
	width:27%;	
	padding:2%;
}
.intro .col-1-3 img {
	width:100%;	
}
.about-bg {
	background:#f7f7f7;
	box-shadow:5px 5px 5px #666;
	text-align: center;	
	padding:2%;	
}
	
	
/*===================== 
	LOCATION Page 
=======================*/

.contact-pg .col-1-2 {
	display:inline-block;
	vertical-align:middle;
	margin:0 auto;
	width:40%;	
}
.contact-pg {
	padding:4% 0;	
}
h2 {
	font-family: 'Patua One', cursive; 
	text-transform:uppercase;
	font-size:32px;
}
.contact-pg .contact-bg {
	background:#f7f7f7;
	box-shadow:5px 5px 5px #666;
	text-align: center;	
	padding:2%;
}
.contact-pg .map {
	margin-left:3%;	
}
.contact-pg .map img {
	margin:0 auto;
	display:block;	
}
.contact-pg a:hover {
	text-decoration:underline;	
	color:#f2c325;
}

/* ===================== 
	ALLIED-CONNECT Page 
=======================*/
.allied-connect-pg {
	margin:3% 0;	
}
.allied-connect-pg .col-1-2 {
	display:inline-block;
	vertical-align:middle;
	width:38%;	
	padding:2%;
	margin-left:4%;
}
.info-boxes {
	background:#f7f7f7;
	box-shadow:5px 5px 5px #666;
	text-align: center;	
	padding:2%;	
}
.info-boxes a {
	text-decoration:underline;	
}
.info-boxes a:hover {
	text-decoration:underline;	
	color:#f2c325;
}
.allied-connect-pg img {
    width: 100%;
	border:1px #dcdcdc solid;
	box-shadow:#DCDCDC 5px 5px 5px;	
}

	
/*===================== 
	Inventory Page 
=======================*/	
.hosted-content .p-tb-10 {
    padding: 5% 0 !important;
}
.hosted-content #listings-title {
	font-size: 25px;
	color:#f2c325;
}
.cf .hosted-content h2 {
    font-size: 20px;
}
.inventory-btns {
	margin:3% 0;
	background:#f7f7f7;
	box-shadow:5px 5px 5px #666;
	padding:3%;	
}

.buttons {
	background:#222;
	padding:1%;
	display:inline-block;
	width:22%;
	color:#fff;
	text-align:center;
	margin:1%;
	font-weight:bold;
	font-size:16px;
}
.buttons:hover {
	background:#f2c325;	
	color:#fff;
	box-shadow:5px 5px 5px #666;
}




/* ====================
	MOBILE SCREENS
=================================== */

@media screen and (max-width: 1470px) {
nav.primary ul li a {
    padding: 15px 30px;
}
.callouts .col-2-3 .col-1-3 {
    width: 32%;
	font-size:14.5px;
}
.callouts .col-1-3, .callouts .col-2-3 {
    display: inline-block;
    vertical-align: middle;
}
.middle-callout {
    margin: 0 1%;
}
}

@media screen and (max-width: 1190px) {
nav.primary ul li a {
    padding: 15px 20px;
}
.wrap {
    max-width: 80%;
}
}

@media screen and (max-width: 1050px) {
.wrap {
    max-width: 87%;
}
nav.primary ul li a {
    padding: 15px;
}
.callouts .callout-text {
    width: 100%;
    margin-right:0;
    font-size: 25px;
    text-align: center;
}
.callouts .col-2-3 {
    width: 100%;
	margin: 3% 0;
}
.contact-btn p {
    width: 75%;
}
.intro .col-1-3 {
    display: inline-block;
    vertical-align: middle;
    width: 30%;
    padding: 1%;
}
.buttons {
    width: 28%;
    font-size: 14px;
}
.about-bg {
	padding:3% !important;
	width:27% !important;
}
}

@media screen and (max-width: 950px) {
header img {
    width: 100%;
}
header .logo {
	width: 40%;	
}
header .logo, header .header-p {
    display: block;
    margin: 0 auto;
}
header .header-p {
	width:100%;	
}
header p {
    text-align: center;
    padding: 3% 0;
}
h1 {
    font-size: 33px;
}
.info-boxes h2 {
    font-size: 28px;
}
.allied-connect-pg .col-1-2 {
    display: inline-block;
    width: 44%;
    margin-left: 1%;
}

/*==============================
	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:#f2c325;
}
#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: 90%;
    margin: 0 auto;
}
header {
	width:100%;
}
.hero-img {
	display:none;	
}
.intro {
    padding: 10% 0;
}
h1 {
    font-size:27px;
}
.callouts .col-1-3, .callouts .col-2-3 {
    display: block;
}
.callouts .callout-text {
    width: 95%;
    margin-right:0;
    font-size: 25px;
}
.callouts .col-2-3 {
    width: 100%;
}
.callouts .col-2-3 .col-1-3 {
    width:95%;
	margin:0 auto;
}
.middle-callout {
    margin: 0;
}
.callouts figure img {
    width: 90%;
    margin: 0 auto;
    display: block;
}
.callouts figcaption {
    padding: 1% 0 5% 0;
}
.contact-area .col-1-2 {
    display: block;
    width: 95%;
}
.contact-area .contact-bg {
    padding: 10% 2%;
}
.contact-btn p {
    padding: 2.5% 0;
    width: 90%;
}
.contact-area .map {
    margin-left: 3%;
    width:95%;
    display: block;
    padding: 0;
    margin:5% auto;
}
.scrolling-wrap {
    width: 85%;
}
footer {
    text-align: left;
}
footer ul li a {
    padding: 15px 15px;
}
.divfooter {
    width: 90%;
    text-align: left;
}

/* LOCATION PAGE */
.contact-pg .col-1-2 {
    display: block;
    width: 100%;
}
.contact-pg .map {
    margin: 7% 0;
}
.contact-pg h2 {
    padding-top: 4%;
}

/* ABOUT PAGE */
.intro .col-1-3 {
    display: block;
    width: 90%;
    padding: 3% 0;
    margin: 0 auto;
}
.about-bg {
	padding:5% !important;
	width: 80% !important;
}

/* ALLIED PAGE */
.allied-connect-pg .col-1-2 {
    display: block;
    width: 90%;
    padding:3%;
    margin: 7% auto;
}
.allied-connect-pg img {
    width: 100%;
}

/* INVENTORY */
.inventory-btns h2{
	font-size:24px;
}

.buttons {
	width: 45%;
	font-size: 15px;
	padding:2% 1%;
}
	
	
/*==============================
	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:#f2c325;
}
#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: 420px) {
	
/* INVENTORY */
.buttons {
	width:95%;
	font-size: 15px;
	padding:3% 1%;
	margin:1% auto;
}

}