﻿/*===================== 
	Color information
	
	- Yellow-Green: #ebe717;
	-
	-
	-
		 
=======================*/
/*===================== 
	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 {
    -ms-text-size-adjust: 100%; 
    -webkit-text-size-adjust: 100%; 
	}

body {
	font-family: Arial, sans-serif; 
    margin: 0;
	padding:0;
	}

svg:not(:root) {overflow: hidden;/*reset*/}
	
.clear { clear: both;}

img { border: 0;} 
	
/*===================== 
	typography 
=======================*/

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-weight: bold;
	}
	h1 {font-size: 30px; padding:1% 0 2% 0;}
	h2 {font-size: 26px; padding: 2% 0 1% 0;}
	h2.yellow_bar{
		display: block;
		max-width: 400px;
		text-align: center;
		padding: 1%;
		box-sizing: border-box;
		margin:0 auto -35px auto;
		background: #ebe717;
		position: relative;
		z-index: 100;
	}
	h3 {font-size: 21px; padding: 2% 0 .5% 0;}
	h4 {font-size: 18px; padding: 2% 0 .5% 0;}
	h5 {}
	h6 {}

p {
	margin: 0;
	font-size: 16px;
	line-height: 26px;
	padding: 0 0 1% 0;
	}

.bold { font-weight: bold;}
.center {text-align: center;}
.white {color:#fff;}
.yellow_text {color:#ebe717;}
/*===================== 
	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: underline;
		}  
a.yellow_btn{
	background: #ebe717;
	color:#000;
	font-size:16px;
	width:50%;
	padding:2%;
	text-align: center;
	display: block;
	margin: 2% 0;
}
a.yellow_btn:hover{
	background:#000;
	color:#fff;
}

/*===================== 
	header styles 
=======================*/
.top_head{
	background:#333;
	text-align: right;
}
.top_head a{
	display: inline-block;
	margin: 5px 20px 5px 0;
	width: 30px;
	height: 30px;
	border-radius: 20px;
	background: #ebe717;
	color: #333;
}
.top_head a:hover{
	opacity: .5;
}
.top_head a i.in{
	padding: 6px 6px;
}
.top_head a i.fb{
	padding: 7px 6px;
}
.top_head a i.gram{
	padding: 6px 5px;
}
header {
	width: 100%;
	background: url("../siteart/header_bg.jpg") no-repeat;
	background-size: cover;
	}
img.main-logo{
	width:230px;
	float: left;
	padding:1% 0 1% 4%;
}
.head_rt{
	width:50%;
	float:right;
	text-align: right;
	padding:3% 4% 1% 0;
}

.head_rt .motto{
	color:#ebe717;
	font-size: 28px;
}

.head_rt .top_contact a{
	color:#fff;
	font-size: 21px;
	padding: 1% 0 0 0;
	display: block;
}

.text_banner{display: block;width:100%; background:#ebe717; color:#000; font-size:21px; font-weight: 700; padding:15px 60px; box-sizing: border-box; position: relative;}
.text_banner button{position: absolute; right:12px; top:10px; background:none; border: none; color:#000; font-weight: 700; font-size: 24px;}
.text_banner button:hover{cursor: pointer;}
.text_banner a{}
.text_banner a:hover{text-decoration: underline;}
.text_banner img{margin: auto; display: block; max-width: 100%;}
/*===================== 
	nav styles 
=======================*/

#menu-button{display: none;}
nav.mobile { display:none;}

nav.primary {
	padding:0;
	display:block;
	margin:0;
	width:100%;
	position:relative;
	border-bottom: 5px solid #ebe717;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#3e3a3b+0,000000+100 */
	background: #3e3a3b; /* Old browsers */
	background: -moz-linear-gradient(top, #3e3a3b 0%, #000000 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #3e3a3b 0%,#000000 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #3e3a3b 0%,#000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e3a3b', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
	}
	nav.primary ul {
		margin:0 auto; 
		padding:0;
		max-width: 1700px;
		}
		nav.primary ul li {
			display:inline-block;
			margin:0;
			list-style-type:none; 
			width:13.5%;
			}
			nav.primary ul li a {
				color:#fff;
				font-size:17px;
				line-height:60px;
				text-decoration:none;
				padding:0;
				display:block;
				margin:0;
				text-align:center;
				text-transform:uppercase;
				-webkit-transition:.4s ease-in;  
				-moz-transition:.2s ease-in;  
				-o-transition:.2s ease-in;  
				transition:.2s ease-in;	
				font-weight:700;
				}	
			nav.primary ul li a:hover {
				/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,3e3a3b+100 */
				background: #000000; /* Old browsers */
				background: -moz-linear-gradient(top, #000000 0%, #3e3a3b 100%); /* FF3.6-15 */
				background: -webkit-linear-gradient(top, #000000 0%,#3e3a3b 100%); /* Chrome10-25,Safari5.1-6 */
				background: linear-gradient(to bottom, #000000 0%,#3e3a3b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#3e3a3b',GradientType=0 ); /* IE6-9 */
				color:#fff;
				}
			/* Appearance of the sub-level links */
			nav.primary ul li li a { 
				font-size:16px;
				line-height:16px;
				padding:10px;
				color:#fff;
				background: #3e3a3b;
				text-align:left;
				border-right:none;
				border-left:none;
				border-bottom: #fff solid 1px;
			}
			/* Appearance of the sub-level links on hover */
			nav.primary ul li li a:hover { 
				background: #000;
			}
/* 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: 700;
	width:300px
}
nav.primary ul ul li {
    float: none; 
	width: 300px;
    position: relative;
    margin:0;
}

/*===================== 
	content styles 
=======================*/

/******** Button Styles *********/
#figures{
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	align-content:center;
	align-items:center;
}
a.boxlink{
	width: 20%;
	text-decoration:none;
}
figure.category{
	margin:10%;
}
figure.category img{
	width:60%;
	margin:auto;
	display:block;
}
figure.category figcaption{
	color:#fff;
	font-weight:600;
	font-size:21px;
	text-align:center;
	padding:2% 0 0 0;
	text-transform: uppercase;
}
figure.category:hover{
	opacity:.5;
}
/**********************************/

/*===================== 
	Form styles 
=======================*/
form.contact{width:100%; box-sizing: border-box; padding:3%;}

form.contact input{ 
	width:100%;
	border:none;
	background: #DCDCDC;
	padding:2%;
	box-sizing: border-box;
	margin: 2% 0;
}
form.contact textarea{
	width:100%;
	border:none;
	background: #DCDCDC;
	padding:2%;
	box-sizing: border-box;
	margin: 2% 0;
}
form.contact input.submit_btn{
	background: #ebe717;
	color:#000;
	font-size:18px;
	width:50%;
	display: block;
	margin:auto;
	text-align: center;
}
form.contact input.submit_btn:hover{
	background:#000;
	color:#fff;
	cursor: pointer;
}
/*===================== 
	Modal styles 
=======================*/
.lock{overflow: hidden; -webkit-overflow-scrolling: touch;}
.cf{zoom: 1;} .cf:before, .cf:after{content: ""; display: table;} .cf:after{clear: both;}
.modal{display: none; position: fixed; z-index: 99999; padding-top: 5%; left: 0; top: 0; width: 100%; height: 100%; overflow: auto; background-color: rgba(0,0,0,.5)}
.modal .modal-content{position: relative; margin: auto; padding: 25px; width: calc(100% - 30px); max-width: 600px; background: #fff; border-radius: 3px; box-shadow: 0 5px 5px 0 rgba(0,0,0,.25); animation-name: animatetop; animation-duration: .4s}

.modal .modal-head{position: relative; color: #555;} .modal .modal-head h2{margin: 0;}
.modal .modal-head .close{position: absolute; top: 0; right: 0; font-size: 20px; color: #ccc; cursor: pointer;} .modal .modal-head .close:hover{color: #000;}
.modal .modal-main{margin: 25px 0;}
.modal .modal-buttons a{float: right; display: inline-block; border-radius: 3px; padding: 12px 35px; font-weight: 700; text-align: center; text-transform: uppercase; text-decoration: none; cursor: pointer;}
.modal .modal-buttons .save-modal{background: #2494d8; color: #fff;} .modal .modal-buttons .save-modal:hover{background: #0E7ABB; color: #fff;}
.modal .modal-buttons .close-modal{color: #999;} .modal .modal-buttons .close-modal:hover{color: #555;}

@keyframes animatetop{
    from {top: -300px; opacity: 0} to {top: 0; opacity: 1}
}
/*===================== 
	slideshow styles 
=======================*/
.cycle-slideshow img{
	width:100%;
}


/*===================== 
	layout styles 
=======================*/

.wrap {
	width: 100%;
	margin: 0;
	}
.icon_wrap{
	width:100%;
	background: #000;
}
.gray_wrap{
	width:100%;
	background: #5d5d5d;
}
.container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 3%;
	box-sizing: border-box
	}
.manu_logo{
	display: flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:space-around;
	align-content:center;
	align-items:center;
	border-top:5px solid #000;
	padding: 50px 0;
}
.manu_logo a{
	margin: auto;
	width: 12%;
}
.manu_logo img{
	width: 100%;
}
.product_logos{
	display: flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:flex-start;
	align-content:flex-start;
	align-items:center;
	border-top:5px solid #000;
	padding: 50px 0;
}
.product_logos a{
	margin: 2%;
	width: 20%;
}
.product_logos img{width:100%;}
.manu_logo img:hover, .product_logos img:hover{opacity: .6;}
	
.col-1-6 { width: 16%; box-sizing:border-box;}
.col-1-5 { width: 20%; box-sizing:border-box;}
.col-1-4 { width: 24%; box-sizing:border-box; float:left; padding:2% 0;}
.col-1-3 { width: 33%; box-sizing:border-box;}
.col-1-2 { width: 49%; box-sizing:border-box;}
.col-2-3 { width: 65%; box-sizing:border-box;}
.col-3-4 { width: 75%; box-sizing:border-box; float:left; padding:2% 0;}

/*===================== 
	footer styles 
=======================*/

footer {
	margin: 0;
	width: 100%;
	background: #000;
	}
	
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: #fff;
		}

.footertext {
	font-size:13px; 
	color: #fff;
	}

.smallfootertext {
	font-size:10px; 
	color: #fff;
	}

.divfooter {
	max-width:800px; 
	box-sizing: border-box;
	padding: 2%;
	text-align:center; 
	margin:0 auto;
	color: #fff;
	}

/*========================== 
	  Responsive styles 
============================*/
@media screen and (max-width: 1060px)  {
	nav.primary ul li a{font-size: 14px;}
}
@media screen and (max-width: 760px)  {
	
	.top_head{display: none;}
	img.main-logo{
		width: 30%;
		float: none;
		display: block;
		margin: auto;
		padding:1% 0 1% 0;
	}
	.head_rt{
		width:100%;
		float:none;
		text-align: center;
		padding:2% 0 1% 0;
	}
	.head_rt .motto{
		color:#ebe717;
		font-size: 21px;
	}
	.head_rt .top_contact a{
		color:#fff;
		font-size: 18px;
		padding: 1% 0 0 0;
		display: block;
	}
	#figures{
		align-content:flex-start;
		align-items:flex-start;
	}
	a.boxlink{
		width: 50%;
		text-decoration:none;
	}
	figure.category img{width:50%;}
	
	h2.yellow_bar{
		max-width: 100%;
		width:100%;
		margin:4% auto 0 auto;
	}
	.manu_logo{padding: 3% 0;}
	.manu_logo a{width:35%;}
	
	.product_logos a{width: 45%;}
	
	.col-1-4 { width: 90%; box-sizing:border-box; float:none; padding:2% 0; margin:auto;}
	.col-3-4 { width: 90%; box-sizing:border-box; float:none; padding:2% 0; margin:auto;}

	/*==============================
		Mobile Nav Styles			
	================================*/	
	nav.primary{display:none;}
	#menu-button{ 
		width: 100%;
		display: block;
		font-size: 24px;
		position: relative;
		line-height:60px; 
		z-index: 400; /* needs to be lower than nav.mobile, adjust as needed */
		/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#3e3a3b+0,000000+100 */
		background: #3e3a3b; /* Old browsers */
		background: -moz-linear-gradient(top, #3e3a3b 0%, #000000 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top, #3e3a3b 0%,#000000 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom, #3e3a3b 0%,#000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e3a3b', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
		}
		#menu-button a{
			 color:#fff;
			 text-decoration: none;
			 padding:0 0 0 .8em; 
			 font-weight:normal;
		  }
	nav.mobile {
		display:block;
		position: fixed;
		top: 0;
		left: -250px;
		width: 250px;
		height: 100%;
		background: #333;
		z-index: 500; /* needs to be higher than #menu-button, adjust as needed */
		overflow:auto;
	}
	/* MENU HEADER SOCIAL MEDIA */
		nav.mobile .social-media {
			position: relative;
			text-decoration: none;
			display: inline-block;
			font-size:16px;
			word-spacing:13px;
			padding:0 0 0 15px;
			color: #ccc !important;
		}

		nav.mobile .social-media a:link, nav.mobile .social-media a:visited {color:#ccc; text-decoration:none;}
		nav.mobile .social-media a:hover, nav.mobile .social-media a:active {color:#fff; text-decoration:underline;}

	/* MENU HEADER STYLES */
	nav.mobile .mobile_top {
		position: relative;
		display:block;
		padding: 0;
		margin:15px 0 10px 0;
		color: #999;
		font-size: 18px;
		font-weight: 400;
	}

	/* MENU CLOSE 'X' BUTTON */
	nav.mobile .menu-toggle {
		position: absolute;
		padding: 3px 8px 3px;
		font-family: Arial, sans-serif;
		font-size:24px;
		font-weight: bold;
		line-height: 1;
		background: #222;
		color: #999;
		text-decoration: none;
		top:-4px;
		right:13px;
	}
	nav.mobile .menu-toggle:hover { /* Menu close button on hoveer */
		color: #fff;
	}

	/* MENU LIST STYLE */
	nav.mobile ul {
		list-style: none;
		font-weight: 300;
		margin:0;
		padding:0;
	}
	nav.mobile ul li {
		border-top: 1px solid #454545;
		border-bottom: 1px solid #151515;
		position:relative;
	}

	/* FIRST LEVEL */
	nav.mobile ul li a {
		position: relative;
		display: block;
		font-size:15px;
		padding: 10px;
		color: #fff;
		text-decoration: none;
		border-left:4px #333 solid;
		text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	}
	nav.mobile ul li a:hover {
		background:rgba(45,45,45,0.5); 
		color: #fff; 
		border-left:4px #ebe717 solid; /* border highlight - Change to fit match site colors */
	}

	/* SECOND LEVEL */
	nav.mobile ul li li:last-child {border:none;}
	nav.mobile ul li li a {
		background: #444;
		position: relative;
		display: block;
		padding: 10px 10px 10px 15px;
		border-left:4px #444 solid;
		color: #ccc;
		text-decoration: none;
	}
	nav.mobile ul li li a:hover {background:rgba(65,65,65,0.5);}

	/* THIRD LEVEL */
	nav.mobile ul li li li:last-child {border:none;}
	nav.mobile ul li li li a {
		background: #555;
		position: relative;
		display: block;
		padding: 10px 10px 10px 25px;
		color: #ccc;
		text-decoration: none;
		border-left:4px #555 solid;
	}
	nav.mobile ul li li li a:hover {background:rgba(85,85,85,0.5);}

	nav.mobile ul li .click{/* dropdown menu idicator arrow be sure to include this image with your image files */ 
		position:absolute;
		display:block;
		cursor:pointer;
		z-index: 12399994;
		top:0;
		right:0;
		width:auto;
		height:auto;
		padding: 17px 20px;
		color:#fff;

	}
	.nav-footer {color:#fff; position:relative; text-align:center; font-size:14px; line-height:16px; padding:15px 0;}

	/* FONT AWESOME ICONS */
	nav.mobile ul li a i{
		width:25px;
		padding:8px 3px;
		margin:0 6px 0 0;
		text-align:center;
		background:#292929;
		-webkit-border-radius: 30px;
		-moz-border-radius: 30px;
		border-radius: 30px;
		text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	}


	nav.mobile ul li .fa-chevron-down {color:#999;}
}
	
