/*@font-face {
	font-family: 'roboto';
	src: url('../fonts/roboto/roboto-thin-webfont.woff2') format('woff2'),
	     url('../fonts/roboto/roboto-thin-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}*/
/**/
* {
	margin: 0;
	font-family: 'arial';
	text-decoration: none;
}
.includes-header {/* Dictates the HEADER container */
	display: block;
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	margin-bottom: 0;
}
.header {
	display: inline-block;
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	background-color: rgba(0,32,81,1.0);
	/*background-color: rgba(20,34,210,1.0);/* BLUE */
}
.logo-container {
	display: inline-block;
	position: relative;
	float: left;
	width: 47.5%;
	height: auto;
	margin-left: 2.5%;
	background-color: rgba(255,255,255,1.0);
}
img.logo {
	display: block;
	position: relative;
	float: left;
	width: 75%;
	height: auto;
	padding: 5.5%;
	margin-left: 6.25%;
	filter: brightness(.75) grayscale(0%);
}
.menu {
	display: inline-block;
	position: relative;
	float: left;
	width: 50%;
	height: auto;
}
.slogan, .h-link {
	display: none;
}
.link-spec1 {
	color: rgba(10,170,255,1.0);
}
.search {
	display: inline-block;
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	margin-bottom: 5.25%;
}
.menu-search {
	display: none;
}
img.searchico {
	display: inline-block;
	position: relative;
	float: left;
	width: auto;
	height: 11vw;
	margin-top: 8.0%;
	margin-left: 3.75%;
	padding-bottom: 2.5%;
	filter: brightness(.5);
}
.searchbar {
	display: inline-block;
	position: relative;
	float: left;
	width: 80%;
	height: 11vw;
	margin-top: 4.5%;
	margin-left: 1.75%;
	padding-left: 10px;
	padding-bottom: 0%;
	font-size: calc(12px + 18 * ((100vw - 320px) / 680));
}
input.searchbar[type=text] {
	border: 1px solid;
	border-color: rgba(200,200,200,1.0);
}
.mfgbar {
	display: none;
}
@media only screen and (min-width: 800px) {
	.logo-container {
	width: 12.25%;
	margin-left: 1.25%;
	}
	.menu {
	width: 86.5%;
	height: 2.25vw;
	float: right;
	font-size: calc(4px + 9 * ((100vw - 320px) / 680));
	color: rgba(255,255,255,1.0);
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	}
	.slogan, .h-link {
	display: inline-block;
	float: right;
	height: 2.25vw;
	margin-top: .5%;
	}
	.slogan {
	margin-left: 10px;	
	}
	.h-link {
	margin-right: 30px;
	font-weight: bold;
	}
	.link-ns1 {
	display: none;	
	}
	.cart {
	margin-top: 0;	
	}
	a:link, a:visited, a:hover, a:active {
	color: rgba(255,255,255,1.0)
	}
	.null-link {
	color: rgba(255,255,255,.5);	
	}
	.slogan {
	float: left;
	}
	.search {
	display: none;	
	}
	.menu-search {
	display: inline-block;
	float: right;
	width: 30%;
	}
	img.searchico {
	display: inline-block;
	position: relative;
	float: left;
	width: auto;
	height: 2.0vw;
	margin-top: 0;
	margin-left: 10px;
	padding-bottom: 0;
	filter: brightness(1.0);
	}
	.searchbar {
	display: inline-block;
	position: relative;
	float: left;
	width: 80%;
	height: 2.25vw;
	margin-top: 0%;
	margin-left: 2px;
	padding-left: 10px;
	padding-bottom: 0%;
	font-size: calc(2px + 8 * ((100vw - 320px) / 680));
	}
	.mfgbar {
	display: inline-block;
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	font-size: calc(2px + 4.75 * ((100vw - 320px) / 680));
	}
	.mfgtext {
	margin-left: 30px;	
	}
	.mfgtext, .mfgimg {
	float: left;	
	height: 1.5vw;
	line-height: 1.5vw;
	color: rgba(95,95,95,.7);
	margin-top: 5px;
	margin-bottom: 5px;
	}
}
@media only screen and (min-width: 1200px) {
	.logo-container {
	width: 8%;
	height: 3.0vw;	
	}
	img.logo {
	width: 85%;
	height: auto;
	margin-left: 7.5%;
	margin-top: 5%;
	padding: 1.75%;
	}
	.link-ns1 {
	display: inline-block;	
	}
	.menu, .searchbar {
	font-size: calc(2px + 5 * ((100vw - 320px) / 680));
	height: 1.5vw;	
	}
	.menu {
	width: 90.75%;	
	}
	.menu-search {
	width: 15%;
	margin-right: 0;
	}
	.searchbar {
	width: 7.785vw;
	height: 1.25vw;
	margin-top: 0%;
	margin-left: 2px;
	padding-left: 10px;
	padding-bottom: 0%;	
	}
	img.searchico, .cart {
	height: 1.5vw;	
	}
	.slogan, .h-link {
	margin-top: .75%;
	height: 1.5vw;
	line-height: .25vw;
	}
	.cart {
	margin-top: 0;
	}
}