/**
* Welcome to the unorganized shit pile of CSS.
*/

img[src='Error.src']{
    display: none;
}

.item-code-box {
	padding: 5px;
	background: #ddd;
	font-size: 13px;
	display: inline-block;
	color: #222;
}

a.item-code-box {
	text-decoration: underline;
}

a.item-code-box:hover {
	background: #252525;
	color: #fff;
	-webkit-transition: background .6s;
    transition: background .6s;
}

.middle {
	top: 50%;
	transform: translate(0, -50%);
	vertical-align: middle;
	display: block;
}

#evolved_message {
	margin-left: 100px;
	margin-top: 130px;
}

#home_end_items {
	padding-top: 40px;
	padding-bottom: 40px;
	-webkit-box-shadow: inset 0px -3px 12px -10px rgba(0,0,0,0.85);
	-moz-box-shadow: inset 0px -3px 12px -10px rgba(0,0,0,0.85);
	box-shadow: inset 0px -3px 12px -10px rgba(0,0,0,0.85);
}

.right-pos, .right {
	right: 10px !important;
}

.left-pos, .left {
	left: 10px !important;
}

.nopadding-left {
	padding-left: 0;
}

.nopadding-right {
	padding-right: 0;
}

.dropbtn, .dropbtn.btn {
    background-color: #490087;
    color: white;
    font-size: 16px;
	border: 0;
	border-radius: 0;
    cursor: pointer;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 205px;
    box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
    z-index: 100;
}

.dropdown-content a:before {
	content: "\227B\0020\0020";
	color: #ccc;
}

.dropdown-content a {
    padding: 12px 16px;
    text-decoration: none;
    display: block;
	width: 100%;
	border-radius: 0;
	color: #777 !important;
	background: transparent !important;
}

.dropdown-content a:hover {
	text-decoration: underline;
}

.dropdown:hover .dropdown-content{
    display: block;
	right: 0px;
}

#featured-images {
	width: 100%;
	overflow-x: auto;
	padding: 15px;
	padding-bottom: 30px;
}

#featured-images ul li {
	margin-right: 30px;
	margin-bottom: 30px;
	border: 2px solid #ADADAD;
	padding: 0;
	background: #D3D7E0;
}

#featured-images ul li:nth-child(3n) { 
	margin-right: 0;
}

#featured-images ul ul {
	margin: 0;
	padding: 0;
	border: 0;
}

#featured-images ul ul li {
	margin: 0;
	padding: 0;
	border: 0;
	float: none;
}

#cockpit_home {
	background-image: url(../images/home/cockpit.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-color: #0E1417;
	height: 600px;
	z-index: 30;
	position: relative;
}

.rfqBox {
	background: #1D3893;
	color: #fff;
	width: 100%;
	height: 100%;
	padding: 25px;
	padding-bottom: 0;
	margin-bottom: 25px;
	border: 4px solid #FEC007;
}

.rfqBox a {
	color: #eee;
}

.hidden-xs-up {
  display: none !important;
}

#nsn_identification {
	width: 355px;
}

@media (max-width: 575px) {
  .hidden-xs-down {
    display: none !important;
  }
}

@media (min-width: 576px) {
  .hidden-sm-up {
    display: none !important;
  }
}

@media (max-width: 767px) {
	.hidden-sm-down {
		display: none !important;
	}

	#nsn_identification {
		float: left !important;
		width: 100%;
	}
}

@media (min-width: 768px) {
	.hidden-md-up {
		display: none !important;
	}
}

@media (max-width: 991px) {
	.hidden-md-down {
		display: none !important;
	}
	
	#homeimage {
		display: none;
	}
}

@media (min-width: 992px) {
	.hidden-lg-up {
		display: none !important;
	}
}

@media (max-width: 1199px) {
	.hidden-lg-down {
		display: none !important;
	}
	
	#featured-images ul li:nth-child(3n) { 
		margin-right: 30px;
	}
	
	#homeimage {
		height: 220px !important;
	}
}

@media (min-width: 1200px) {
  .hidden-xl-up {
    display: none !important;
  }
}

.hidden-xl-down {
  display: none !important;
}

.list-light li {
	list-style-type: none;
}

.list-light {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.list-light li::before {
	content: "â¢ ";
	color: #888888;
}

.list-horz li {
	float: left;
	margin-right: 10px;
}

.list-horz {
	width: 100%;
}

.transparency {
	opacity: 0.7;
}

.special-result {
	border-radius: 1px;
	border: 1px solid #ccc;
	padding: 15px;
	margin-top: 20px;
	float: left;
	width: 100%;
}

.special-result h4 {
	margin-top: 3px;
}

.special-result .did-you-mean {
	font-size: 12px;
}

.padding-more {
	padding: 20px;
}

.padding {
	padding: 10px;
}

.padding-top {
	padding-top: 15px;
}

.padding-top-more {
	padding-top: 20px;
}

.padding-top-less {
	padding-top: 8px;
}

.padding-bottom-less {
	padding-bottom: 8px;
}

#aeroCommTopCats {
	float: left;
	width: 100%;
}

#aeroCommTopCats span {
	padding: 15px;
	float: left;
	width: 100%;
}

#aeroCommTopCats .card {
	background: #eee;
	min-height: 210px;
	text-align: center;
	margin: 0;
}

#aeroCommTopCats img {
	width: 100%;
}


#sitemap li {
	padding-top: 8px;
	padding-bottom: 8px;
}

#sitemap li:not(.letter):before {
	content: "\002D\0020";
}

#sitemap ul {
	margin-left: 10px;
}

.td-eee td {
	background: #eee;
}

.text-normal {
	font-weight: normal !important;
}

.extra-padding-right {
	padding-right: 30px !important;
}

.border-bottom-dotted {
	border-bottom: 1px dotted #ccc;
}

a.border-bottom {
	border-color: #B080D8;
}

.bg3c5 {
	background: #490087;
}

.bg000 {
	background: #000;
	color: #eee;
}

.bg333 {
	background: #333;
	color: #eee;
}

.big {
	font-size: 26px !important;
}

html,body {
	background: #CCC;
	background-image: url(../images/tiny_grid.png);
	backround-repeat: repeat-all;
	height: 100%;
	min-width: 355px;
	padding: 0;
	margin: 0 auto;
	background-repeat: repeat-all;
	font-family: 'Open Sans';
}

h1 {
	font-size: 1.7em;
}

h3 {
	font-size: 32px;
}

.card {
	background: #fff;
	border-radius: 2px;
	display: inline-block;
	margin: 1rem;
	position: relative;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.card a {
	color: #777;
}

.input-abg {
	border-radius: 0;
	border: 0;
}

.btn-info {
	background: #8C0070;
	color: #fff;
}

.btn-abg {
	border-radius: 0 !important;
	background: #0F2050;
	color: #fff;
}

.list-left li {
	float: left;
}

#main_nav {
	float: right;
	color: #333;
	padding-right: 10px;
}

#main_nav a {
	border-radius: 2px;
	background: #393939;
	padding-top: 5px;
	padding-bottom: 3px;
	padding-left: 8px;
	padding-right: 8px;
	color: #ccc;
	display: block;
	float: left;
	margin-right: 10px;
}

#slider, #starfield {
	position: relative;
}

#slider > ul {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
}

#slider > ul > li:first-child {
	background-image: url(../images/slider/earth-space.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 0;
	
}

#slider > ul > li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
	min-height: 400px;
	height: 85vh;
	border-bottom: 15px solid #0F44A9;
}

a.control_prev:hover, a.control_next:hover {
	opacity: 1;
	-webkit-transition: all 0.2s ease;
}

.col-middle {
	top: 50%;
	transform: translateY(-100%);
}

#home_cats div img {
	border-radius: 4px;
	border: 2px solid #DCDCDC;
}

#homeimage {
	width: 100%;
	height: 300px;
	background-image: url(../images/aerospace_electrical.png);
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-box-shadow: 0px 4px 5px -3px rgba(0,0,0,0.55);
	-moz-box-shadow: 0px 4px 5px -3px rgba(0,0,0,0.55);
	box-shadow: 0px 4px 5px -3px rgba(0,0,0,0.55);
}

#homeleft {
	border-right: 3px solid #ddd;
	margin-bottom: -15px;
}

header {
	z-index: 998;
	padding: 10px;
	height: 80px;
	background-color: #ffffff;
}

.letter-spacing {
	letter-spacing: 0.08em;
}

#home_nav {
	overflow: hidden;
	float: left;
	width: 100%;
}

#header_nav {
	background: #271838;
	/*background: #333;*/
	width: 100%;
	height: 36px;
	float: left;
	color: #fff;
	padding-top: 7px;
	padding-right: 15px;
	overflow-x: hidden;
}

#header_nav a {
	color: #fff;
}

#logo {
	height: 60px;
	position: relative;
	margin-left: 20px;
	margin-top: 25px;
}

#logoimg {
	z-index: 100 !important;
	position: absolute;
}

.margin-left-less {
	margin-left: 5px;
}

.category-home > li ul > li {
	margin-bottom: 6px;
}

.category-home > li {
	width: 100%;
	border: 1px solid #ccc;
	padding: 10px;
	display: block;
	margin-bottom: 20px;
}

.category-home > li .img {
	float: left;
	margin-right: 20px;
}

.category-home > li:last-child {
	margin-bottom: 0;
}

.padding-bottom-more {
	padding-bottom: 15px;
}

.border {
	border: 1px solid #ccc;
}

.noborder, .noborder tr, .noborder td {
	border: 0 !important;
}

.no-list-style, .no-list-style li {
	list-style-type: none !important;
}

.tr-green td:not(.first) {
	background: #CFD9BF;
}

.tr-red td:not(.first) {
	background: #F8BDBD;
}

.rr_chkbx:checked {
	outline: 2px solid green;
}

.force-wrap {
	white-space: pre;
	white-space: pre-wrap;
	white-space: pre-line; 
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -hp-pre-wrap; 
	word-wrap: break-word;      
}

.padding-left-less {
	padding-left: 10px;
}

.padding-left {
	padding-left: 15px;
}

.padding-right {
	padding-right: 15px;
}

.home-box {
	height: 300px;
	margin: 25px;
	padding: 20px;
	background: #252525
}

.list-plain {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.list-plain li {
	vertical-align: middle;
	padding-bottom: 3px;
}

.list-notes li {
	border-bottom: 1px dotted #ccc;
	padding-top: 6px;
	padding-bottom: 6px;
}

.border-bottom {
	border-bottom: 1px solid #ccc;
}

.bordered-box {
	border: 1px solid #ccc;
	padding: 20px;
}

.full-width {
	width: 100%;
}

.rounded-corners {
	border-radius: 5px;
}

.col-centered{
	float: none;
	margin: 0 auto;
}

.med-font {
	font-size: 1.25em;
}

.mfp-close {
	padding-right: 18px !important;
}

.span-gray > span {
	color: #555;
}

.spinner {
	animation: spin 1s ease;
}

.bgeee {
	background: #eee;
}

.bgfff {
	background: #fff;
}

.bgccc {
	background: #ccc;
}

.tr-eee td {
	background: #eeeeee !important;
}

img{border: 0;}

img.grayscale{
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	opacity: 0.9;
}

p{padding-top: 5px;font-weight: normal;font-family: 'Open Sans'}
a{cursor: pointer;}
.light.grey {color: #aaa;}
.med.grey {color: #999;}

.nopadding-top {
	padding-top: 0;
}

.nopadding-bottom {
	padding-bottom: 0;
}

.nopadding {
	padding: 0;
}

h5.phat {
	font-size: 15px !important;
}

h4.phat {
	font-size: 18px !important;
}

.thin {
	font-weight: 300 !important;
}

.embossed {
	text-shadow: -1px -1px 1px rgba(255, 255, 255, 0.1), 1px 1px 1px rgba(0, 0, 0, 0.5);
}

.text-shadow {
	text-shadow: 1px 1px 1px rgba(0,0,0,1);
}

.checkbox-align > span:first-child {
	display: block;
	float: left;
	margin-right: 10px;
}

.checkbox-align > span:last-child {
	display: block;
	float: left;
}

#slider-vertical {
	height: 341px;
	float: left;
	background: #eee;
	margin-top: 8px;
}

.padded-top {
	padding-top: 15px;
}

.padded-left {
	padding-left: 15px;
}

.rfq-line {
	font-family: 'Open Sans';
}

.font09em {
	font-size: 0.9em !important;
}

.font11em, .font11em a {
	font-size: 1.1em !important;
}

.font12em, .font12em a {
	font-size: 1.2em !important;
}

.font13em, .font13em a {
	font-size: 1.3em !important;
}

.font14em, .font14em a {
	font-size: 1.4em !important;
}

.font15em, .font15em a {
	font-size: 1.5em !important;
}

.font16em, .font16em a {
	font-size: 1.6em !important;
}

.font2em, .font2em a {
	font-size: 2em !important;
}

.c777 {
	color: #777;
}

.cturq {
	color: #252525;
}

.cturq-light {
	color: #8BD2CB;
}

.dynamic-row {
	padding-top: 3px;
	padding-bottom: 3px;
}

.theme-color, a.theme-color {
	color: #1F3C96;
}

#payment_methods {
	width: 250px;
	margin-top: 103px;
}

#grumman_tomcat {
	position: absolute;
	right: 0;
	margin-top: -90px;
}

footer .fa {
	display: inline-block;
	width: 25px;
	color: #555;
}

footer .version {
	position: absolute;
	bottom: 10px;
	right: 10px;
}

footer {
	background: #222;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 20px;
	color: #eee;
}

footer .disclaimer {
	background: #333;
	color: #777 !important;
	padding: 5px;
	margin-top: 15px;
	-webkit-box-shadow: inset 0px 6px 6px -5px rgba(0,0,0,.5);
	-moz-box-shadow: inset 0px 6px 6px -5px rgba(0,0,0,.5);
	box-shadow: inset 0px 6px 6px -5px rgba(0,0,0,.5);
	border-top: 0.5px solid #000;
}

footer .disclaimer, footer.disclaimer a {
	color: #252525;
}

.footer-crumbs {
	height: 28px;
	background: #252525;
	padding: 4px;
	margin-top: 25px;
	float: left;
	width: 100%;
}

.footer-crumbs ul > li:not(:first-child) {
	padding-left: 7px;
}

.footer-crumbs ul > li:not(:last-child):not(:first-child):after {
	content: "\2002\00BB\2002";
}

footer a {
	color: #ccc !important;
	text-decoration: none;
}

footer a:hover {
	color: #D0585A;
}

footer ul > li > strong {
	color: #eee;
}

footer ul > li:first-child {
	padding-bottom: 7px;
}

footer ul > li:not(:first-child) {
	padding-bottom: 7px !important;
}

.a-dark {
	color: #333;
}

.a-amzn {
	color: #0066C0 !important;
	text-decoration: none;
}

.width-85 {
	width: 85%;
}

.table-td-min tr > td:first-child {
	max-width: 210px !important;
}

.highlight, .HIGHLIGHT {
	background: #DEF05B !important;
	font-weight: 700 !important;
}

.slanted {
	transform: rotate(30deg);
}

.font-irregular {
	font-size: 18px !Important;
	font-weight: 700;
}


.medium {
	font-size: 20px !important;
	font-style: normal;
}

.huge {
	font-size: 50px;
}

.padded-box {
	padding-bottom: 5px;
	padding-top: 5px;
}

.input-btn {
	border-radius: 0;
	border-right: 0;
}

.input-xs {
	line-height: 14px !important;
	font-size: 12px;
	height: 30px;
}


.input-xxs {
	line-height: 15px !important;
	font-size: 12px;
	height: 20px !important;
	padding: 3px !important;
}

.hborder {
	border-bottom: 1px solid #ccc;
	padding-bottom: 6px;
}

.nowrap {
	white-space: nowrap;
}

.table-head-nobold th {
	font-weight: normal;
}

.table-td-left tr > td:first-child, .table-td-left th:first-child {
	padding-left: 0 !important;
}

.table-td-nopadding td {
	padding-left: 0;
	padding-right: 0;
}

.table-td-right-padding td{
	padding-right: 15px !important;
}

.no-td-padding-left tr > td {
	padding-left: 0 !important;
}

.no-td-padding-right tr > td {
	padding-right: 0;
}

.min-td-width tr > td:first-child{
	min-width: 230px;
}

.table-td-100 tr > td:first-child{
	width: 100px;
}

.help-bottom:hover:after {
	content: attr(data-tip);
	color: #fff;
	padding: 4px;
	margin-left: -50px;
	z-index: 9999;
	margin-top: 26px;
	border-radius: 3px;
	font-family: 'Open Sans';
	font-size: 13px;
	position: absolute;
	background: rgba(0,0,0,0.7);
	font-weight: normal !important;
}

.help {
	cursor: help;
}

button:focus,a:focus,div:focus {
	outline: 0 !important;
}

.list-lined li {
	border-bottom: 1px dotted #ccc;
	margin-bottom: 3px;
	padding-bottom: 3px;
}

.list-padding li {
	padding-top: 4px;
	padding-bottom: 4px;
}

.btn-now {
	font-weight: bold;
	color: #fff;
	padding: 3px;
	background: #444;
	display: none;
	border: 1px solid #444;
	border-radius: 2px;
}

.btn-danger {
	background: #C51627;
}

.btn-yellow {
	background-color: #F3F3F3;
	border-color: #CCC;
}

.panel-shadow{
	border-color: #ccc;
	box-shadow: 1px 1px 4px rgba(0,0,0,0.15);
	-moz-box-shadow: 1px 1px 4px rgba(0,0,0,0.15);
	-webkit-box-shadow: 1px 1px 4px rgba(0,0,0,0.15);
}

.panel-heading {
	padding: 10px;
	color: #fff;
	background: #000;
	border-bottom: 1px solid #D0D0D0;
	border-radius: 0;
}

.panel {
	border-radius: 0 0 4px 4px;
}

.div-table-row {
	border-bottom: 1px dotted #ccc;
	padding-top: 5px;
	padding-bottom: 5px;
	background: #E6E6E6;
}

.nomargin {
	margin: 0;
}

.nomargin-bottom {
	margin-bottom: 0;
}

.nomargin-top {
	margin-top: 0;
}

.border-left {
	border-left: 1px dotted #ccc;
}

.border-right {
	border-right: 1px dotted #ccc;
}

.small-uniform {
	font-size: 12px !important;
}

.small-font {
	font-size: 13px;
}

.no-display {
	display: none;
}

.table-border-top td {
	border-top: 1px solid #ccc !important;
}

.table-bold tr > td:nth-child(odd){
	font-weight: bold;
	padding-right: 8px;
}

.table-smallfont td {
	font-size: 12px !important;
}

.force-fucking-wrap {
	white-space: -o-pre-wrap; 
    word-wrap: break-word;
    white-space: pre-wrap; 
    white-space: -moz-pre-wrap; 
    white-space: -pre-wrap; 
}

.red, .red a {
	color: #C80000;
}

.yellow {
	color: #FF6C00;
}

.bluegreen {
	color: #267D85;
}

.bluegray {
	color: #637B73;
}

.greenbrown {
	color: #918244;
}

.peachorange{
	color: #C5843C;
}

.green {
	color: #4B7D20;
}

.purple {
	color: #8000FF;
}

.dark-green {
	color: #48731B;
}

.dark-gray {
	color: #656565;
}

.milgreen {
	color: #26A2DD;
}

.source-line {
	background: #FFF5D3;
	font-size: 11px;
}

.exchange-line {
	background: #C6D3B1;
}

.line-item {
	font-size: 14px;
}

.source-line td, .source-line div {
	height: 17px;
}

.table-bold tr > td:nth-child(even){
	padding-right: 15px;
}

.table-bold-even tr > td:nth-child(even){
	font-weight: bold;
	font-size: 14px;
}

ul.minical li, ul.minical{
	list-style-type: none;
}

h3, h2, h1 {
	font-weight: 700 !important;
}

.delete-line {
	font-size: 1.2em !important;
	cursor: pointer;
}

.table-head-eee thead > tr > th {
	font-size: 14px;
	vertical-align: middle;
	border-top: 2px solid #ddd !important;
	background: #eee !important;
}

.table-compact-head thead > tr > th {
	font-weight: normal;
	font-size: 12px;
	padding: 5px;
}

.news-title {
	font-weight: 600;
	font-size: 1.6em;
	color: #555;
	border-bottom: 1px dotted #ccc;
}

.table-compressed tr td{
	padding: 3px !important;
	height: auto;
}

.product-edit-box{
	background: #eee;
	padding-left: 8px;
	border-bottom: 1px solid #bbb;
}

#updated {
	color: #6C9A00;
}

img[src='Error.src']{
    display: none;
}

.underline {
	text-decoration: underline;
}

.bold-h {
	margin-top: 0;
	padding: 0;
	font-weight: bold;
}

.auto-width {
	width: auto;
}

.block {
	display: block;
}

.span-block span {
	font-weight: normal;
	color: #99;
	font-size: 12px;
	display: block;
	padding-top: 5px;
	font-family: 'Open Sans';
}

h4.small {
	font-size: 15px !important;
}

.cage-contacts {
	margin-top: -4px;
}

.white, .a.white {
	color: #fff !important;
}

.dark .a.dark {
	color: #333 !important;
}

.a-plane:hover {
	text-decoration: none;
}

.black {
	color: #333;
}

.semi-white {
	color: #eee;
}

.dashed {
	text-decoration: none;
	border-bottom: 1px dotted #555;
}

.dashed:hover {
	text-decoration: none;
}

.star {
	color: #B48C00;
}

.dark-white, .grey, .grey:hover {
	color: #555;
}

img[src='Error.src']{
    display: none !important;
}

.btn-warning {
	background-color: #DB6600;
	color: #fff;
	border-color: #DB6600;
}

.btn-a {
	background: transparent;
	border: 0;
	padding: 0;
	line-height: inherit;
	text-decoration: underline;
	color: #0088FF;
}

#notes_list {
	margin-top: 15px;
}

.red {
	color: #B00000;
}

.flash {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {  
  50% { opacity: 0.0; }
}

.gray {
	color: #999;
}

.ccc, a.ccc {
	color: #ccc;
}

.c999, a.c999 {
	color: #999;
}

.c888, a.c888 {
	color: #888;
}

.c777, a.c777 {
	color: #777;
}

#homecatslist ul {
	margin-right: 70px;
}

#homecatslist ul:last-child {
	margin-right: 0px;
}


#homecatslist ul li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}

#homecatslist a {
	text-decoration: none;
	border-bottom: 1px solid #ccc;
	padding-bottom: 2px;
}

.shadow {
	box-shadow: 0px 0px 4px rgba(0,0,0,0.4);
}

.title {
	font-weight: 700;
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #ccc;
}

input[type="text"], input[type="password"], textarea, select { 
	outline: none;
}

input[type="text"]:focus, input[type="password"]:focus { 
	background: #fff;
}

/*
* Chrome is fucking UGLY as fuck. This is a fix
*/
input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

.first-td-bold tr > td:first-child {
	font-weight: bold;
	font-size: 1.1em;
}

.form-control:focus{
    border-color: #cccccc;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.inline {
	display: inline;
	width: auto;
}

.inline-block {
	display: inline-block;
	width: auto;
}

.clear {
	clear: both;
}

.table-smallfont {
	font-size: 14px;
}

.pointer {
	cursor: pointer;
}

tfoot th{
	border: 0 !important;
	height: auto;
	padding: 3px !important;
}

#snippet {
	margin-left: 420px;
	position: absolute;
	color: #000;
	font-weight: 800;
	font-family: 'Open Sans';
}

h3 > small > a, h2 > small > a, h1 > small > a{
	font-size: 13px;
}

.table-noborder, .table-noborder tr, .table-noborder td {
	border: 0 !important;
}

#home_image {
	background: url(../images/home/home.jpg);
	height: 100vh;
	width: 100%;
	background-size: cover;
	background-position: center;
	margin-top: 0;
	padding: 0;
	float: left;
	margin-bottom: -25px;
}

.orange {
	color: #E9A909;
	font-weight: bold;
}

#nsn_intro {
	background-image: url(../images/space-work.jpg);
	background-size: cover;
	width: 100%;
	height: 750px;
}

.panel-3d {
	border: 4px solid #FEC007;
	border-radius: 0px 0px 9px 9px;
}

.panel-3d .panel-heading {
	background: #1D3893;
	font-size: 18px;
}

#nsn_intro .panel {
	width: 300px;
	margin-top: 55px !important;
	margin-right: 55px;
	float: right;
	background: rgba(255, 255, 255, 0.8);
	-webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.4);
	box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.4);
}

#theme-body {
	min-height: 600px;
	min-height: 60vh;
	background: #fff;
	padding-bottom: 65px;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
	
}

header.container {
	border-bottom: 1px solid #111;
	background: #ffd65e;
	background: -moz-linear-gradient(top, #ffd65e 0%, #febf04 100%);
	background: -webkit-linear-gradient(top, #ffd65e 0%,#febf04 100%);
	background: linear-gradient(to bottom, #ffd65e 0%,#febf04 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd65e', endColorstr='#febf04',GradientType=0);
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
}

#top_header {
	background: #555;
	width: 100%;
	padding: 6px;
	color: #fff;
	font-weight: bold;
    font-family: 'Merriweather', serif;
}

.btn-success {
	background-color: #1D3893;
	border-color: #6305B2;
}

.light-blue {
	color: #9CD4EF;
}

.nav-bottom {
	overflow: hidden;
}

#nav-list {
	padding: 0; 
	margin: 0;
	float: left;
}

.row-eee {
	background: #eee;
}

div.dataTables_filter input {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
	display: block;
	width: 100%;
	height: 30px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
		  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	   -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
		  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.light {
	font-weight: 400;
}

.ils_result_row td {
	padding-top: 4px !important;
	padding-bottom: 4px !important;
}

.mynavname {
	color: #686868;
	font-family: "GoodDog";
	font-size: 16px;
	cursor: default;
	height: 40px;
	min-width: 80px;
}

.hover-underline:hover {
	text-decoration: underline;
}

.orders-number {
	font-weight: 800;
	float: left;
	font-size: 1.4em;
	height: 22px;
	padding-top: 5px;
	width: 25px;
}

#breadcrumbs {
	padding-top: 2px;
	padding-left: 185px;
}

#breadcrumbs-container {
	font-size: 12px;
	max-width: 70%;
	overflow: hidden;
	float: left;
	padding-top: 3px;
	margin-left: 15px;
	font-family: 'Rokkitt';
}

.breadcrumbs li {
	color: #999;
}

.breadcrumbs li:not(:last-child):after {
	content: "\00a0\227B\00a0";
}

.table-padded tr > td {
	padding-bottom: 7px;
}

.a-plain, .a-plain:hover {
	color: inherit;
	cursor: pointer;
	text-decoration: none;
}

.a {
	text-decoration: underline;
	border: 0;
	cursor: pointer;
	color: #252525;
}

.cancel-line {
	z-index: 99;
}

.tiny {
	font-size: 10px;
}

	color: #cccccc;
}

.btn-noaction {
	cursor: default;
}

.btn-noaction:hover, .btn-noaction:active, .btn-noaction:focus  {
	background-color: inherit;
	border-radius: 4px;
}

.btn-noaction.white:hover {
	color: #fff;
}

.btn-file {
	position: relative;
	overflow: hidden;
}

.underline-dash {
	border-bottom: 1px dashed #ccc;
}

.btn {
	border-radius: 2px;
}

.btn-file input[type=file] {
	position: absolute;
	top: 0;
	right: 0;
	min-width: 100%;
	min-height: 100%;
	font-size: 100px;
	text-align: right;
	filter: alpha(opacity=0);
	opacity: 0;
	outline: none;
	background: white;
	cursor: inherit;
	display: block;
}

.parent-category:hover span {
	background-color: #3B5E59;
	color: #fff;
	-webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

.parent-category:hover, .parent-category:active {
	text-decoration: none;
}

.bg-theme {
	background: #490087;
}

.white-bg {
	background: #fff;
	-webkit-box-shadow: inset 0px -5px 7px -6px rgba(0,0,0,0.30);
	-moz-box-shadow: inset 0px -5px 7px -6px rgba(0,0,0,0.30);
	box-shadow: inset 0px -5px 7px -6px rgba(0,0,0,0.30);
}

.phat {
	font-weight: 800 !important;
	font-size: 24px !important;
}

.padded-10 {
	padding: 10px;
}

.padded-20 {
	padding: 20px;
}

.inset-shadow {
   -moz-box-shadow:    inset 0 0 10px #bbb;
   -webkit-box-shadow: inset 0 0 10px #bbb;
   box-shadow:         inset 0 0 10px #bbb;
}

.isd-select {
	margin-right: 6px;
    border: 1px solid #ccc;
    width: 130px;
    border-radius: 3px;
    overflow: hidden;
    background: #fafafa url(../images/icon-select.png) no-repeat 100% 51%;
}

.isd-select select {
	height: 29px;
    padding: 5px 15px 5px 8px;
	
    width: 100%;
    border: none;
	cursor: pointer;
    box-shadow: none;
    background: transparent;
    background-image: none;
    -webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

select optgroup {
	font-family: 'Open Sans';
	color: #333;
	display: block;
	padding: 5px;
}

select option {
	padding-left: 15px;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

select {
	border: 0;
}

.italic {
	font-style: italic;
}

.isd-select select:focus {
    outline: none;
}

table tbody {
	font-size: 13px;
}

.table-td-middle td {
	vertical-align: middle !important;
}

.table-td-top td {
	vertical-align: top !important;
}

#nav-search,#nav-followup {
	float: left;
	margin-top: 9px;
}

#nav-followup {
	margin-right: 10px;
}

.btn-isd-blue {
	color: #fff;
	background-color: #26A2DD;
	border-color: #71774F;
	font-weight: bold;
}

#nav-search input[type="submit"] {
	height: 28px;
	margin-left: 6px;
}

#nav-search select, #nav-search input[type="text"] {
	height: 28px;
	line-height: 23px;
	padding: 0;
	padding-left: 4px;
	border-radius: 3px;
	display: inline;
	font-size: 12px;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.75;
  filter: alpha(opacity=75); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1044;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.btn-ahw {
	color: #fff;
	background: #A90024;
	font-weight: 600;
}

.btn-ahw {
	height: 28px;
	border: 0;
	border-radius: 2px;
}

.btn-ahw:hover, .btn-ahw:acvite, .btn-ahw:focus {
	color: #fff !important;
}
  

.margin-top {
	margin-top: 15px !important;
}

.large {
	font-size: 3em;
}

.margin-top-less {
	margin-top: 10px;
}

.margin-top-more {
	margin-top: 30px !important;
}

.margin-bottom-more {
	margin-bottom: 30px !important;
}

.margin-top-tons {
	margin-top: 65px;
}

.margin-left-less {
	margin-left: 10px;
}

.margin-right-less {
	margin-right: 10px;
}

.margin-bottom {
	margin-bottom: 15px !important;
}

.margin-bottom-less {
	margin-bottom: 10px;
}

.margin-left-more {
	margin-left: 25px;
}

.margin-left {
	margin-left: 15px;
}

.margin-right {
	margin-right: 15px;
}

.margin-right-more {
	margin-right: 20px;
}

.bottom {
	bottom: 5px;
	right: 1px;
	position: absolute;
}

.bottom-left {
	bottom: 5px !important;
	left: 1px;
	position: absolute !important;
}

.bottom-padded-right {
	right: 25px;
	bottom: 5px;
	position: absolute;
}

.padding-bottom {
	padding-bottom: 10px !important;
}

.bottom-padded {
	bottom: 25px;
	right: 25px;
	position: absolute;
}


.active {
	font-weight: 800;
}

.border-top {
	border-top: 1px solid #ccc;
}

.border-top-thick {
	border-top: 2px solid #ccc;
}

.paginate_button.current, .paginate_button.current a {
	color: #000 !important;
	font-weight: bold !important;
}

.paginate_button {
	display: inline-block !important;
	margin-left: 2px !important; 
	margin-right: 2px !important;
}

.disabled {
	cursor: not-allowed;
	color: #999;
}

.disabled:hover {
	text-decoration: none;
	color: #999;
}

.border-top-dotted {
	border-top: 1px dotted #ccc;
}

.font-normal {
	font-weight: normal !important;
	font-family: 'Open Sans';
}

.medium .small {
	font-size: 13px;
	color: #777;
}

.font-medium {
	font-size: 1.1em;
}

.bold {
	font-weight: 700 !important;
}

.super-bold {
	font-weight: 800;
}

.control-group {
  display: inline-block;
  vertical-align: top;
  background: #fff;
  text-align: left;
  box-shadow: 0 1px 2px rgba(0,0,0,0.1);
  padding: 30px;
  width: 200px;
  height: 210px;
  margin: 10px;
}
.control {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 18px;
}
.control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.control__indicator {
  position: absolute;
  right: 15px;
  height: 16px;
  width: 16px;
  background: #e6e6e6;
  border: 1px solid #ddd;
}
.control--radio .control__indicator {
  border-radius: 50%;
}
.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
  background: #ccc;
}
.control input:checked ~ .control__indicator {
  background: #488E1B;
}
.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:hover ~ .control__indicator {
  background: #0e647d;
}
.control input:disabled ~ .control__indicator {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none;
}
.control__indicator:after {
  content: '';
  position: absolute;
  display: none;
}
.control input:checked ~ .control__indicator:after {
  display: block;
}
.control--checkbox .control__indicator:after {
  left: 5px;
  top: 2px;
  width: 4px;
  height: 9px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.control--checkbox input:disabled ~ .control__indicator:after {
  border-color: #7b7b7b;
}
.control--radio input:disabled ~ .control__indicator:after {
  background: #7b7b7b;
}

.navi .btn-default {
	background-color: #555;
	border-color: #777;
}

#global_search {
	border: 1px solid #888;
}

@media (max-width: 510px) {
	.info-text {
		float: right;
		max-width: 160px;
	}
	
	header {
		height: 200px;
	}
}

@media (max-width: 680px) and (min-width: 511px) {
	.info-text {
		float: right;
		max-width: 300px;
	}
	
	header {
		height: 170px;
	}
	
}

@media (max-width: 1000px) {
	#breadcrumbs {
		display: none;
	}
	
	#global_search {
		margin-bottom: 5px;
	}
}

@media (max-width: 1200px) {
	footer #grumman_tomcat {
		width: 300px;
		margin-top: -120px;
	}
	
	footer {
		padding-top: 55px;
	}
}

@media (min-width: 1500px) {
  .col-xl {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
        -ms-flex: 0 0 8.333333%;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
        -ms-flex: 0 0 16.666667%;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
        -ms-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
        -ms-flex: 0 0 41.666667%;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
        -ms-flex: 0 0 58.333333%;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
        -ms-flex: 0 0 66.666667%;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
        -ms-flex: 0 0 83.333333%;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
        -ms-flex: 0 0 91.666667%;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .pull-xl-0 {
    right: auto;
  }
  .pull-xl-1 {
    right: 8.333333%;
  }
  .pull-xl-2 {
    right: 16.666667%;
  }
  .pull-xl-3 {
    right: 25%;
  }
  .pull-xl-4 {
    right: 33.333333%;
  }
  .pull-xl-5 {
    right: 41.666667%;
  }
  .pull-xl-6 {
    right: 50%;
  }
  .pull-xl-7 {
    right: 58.333333%;
  }
  .pull-xl-8 {
    right: 66.666667%;
  }
  .pull-xl-9 {
    right: 75%;
  }
  .pull-xl-10 {
    right: 83.333333%;
  }
  .pull-xl-11 {
    right: 91.666667%;
  }
  .pull-xl-12 {
    right: 100%;
  }
  .push-xl-0 {
    left: auto;
  }
  .push-xl-1 {
    left: 8.333333%;
  }
  .push-xl-2 {
    left: 16.666667%;
  }
  .push-xl-3 {
    left: 25%;
  }
  .push-xl-4 {
    left: 33.333333%;
  }
  .push-xl-5 {
    left: 41.666667%;
  }
  .push-xl-6 {
    left: 50%;
  }
  .push-xl-7 {
    left: 58.333333%;
  }
  .push-xl-8 {
    left: 66.666667%;
  }
  .push-xl-9 {
    left: 75%;
  }
  .push-xl-10 {
    left: 83.333333%;
  }
  .push-xl-11 {
    left: 91.666667%;
  }
  .push-xl-12 {
    left: 100%;
  }
  .offset-xl-0 {
    margin-left: 0%;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}

@-webkit-keyframes grain {
  0%, 100% {
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  10% {
    -moz-transform: translate(-5%, -10%);
    -ms-transform: translate(-5%, -10%);
    -webkit-transform: translate(-5%, -10%);
    transform: translate(-5%, -10%);
  }
  20% {
    -moz-transform: translate(-15%, 5%);
    -ms-transform: translate(-15%, 5%);
    -webkit-transform: translate(-15%, 5%);
    transform: translate(-15%, 5%);
  }
  30% {
    -moz-transform: translate(7%, -25%);
    -ms-transform: translate(7%, -25%);
    -webkit-transform: translate(7%, -25%);
    transform: translate(7%, -25%);
  }
  40% {
    -moz-transform: translate(-5%, 25%);
    -ms-transform: translate(-5%, 25%);
    -webkit-transform: translate(-5%, 25%);
    transform: translate(-5%, 25%);
  }
  50% {
    -moz-transform: translate(-15%, 10%);
    -ms-transform: translate(-15%, 10%);
    -webkit-transform: translate(-15%, 10%);
    transform: translate(-15%, 10%);
  }
  60% {
    -moz-transform: translate(15%, 0%);
    -ms-transform: translate(15%, 0%);
    -webkit-transform: translate(15%, 0%);
    transform: translate(15%, 0%);
  }
  70% {
    -moz-transform: translate(0%, 15%);
    -ms-transform: translate(0%, 15%);
    -webkit-transform: translate(0%, 15%);
    transform: translate(0%, 15%);
  }
  80% {
    -moz-transform: translate(3%, 35%);
    -ms-transform: translate(3%, 35%);
    -webkit-transform: translate(3%, 35%);
    transform: translate(3%, 35%);
  }
  90% {
    -moz-transform: translate(-10%, 10%);
    -ms-transform: translate(-10%, 10%);
    -webkit-transform: translate(-10%, 10%);
    transform: translate(-10%, 10%);
  }
}@-moz-keyframes grain {
  0%, 100% {
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  10% {
    -moz-transform: translate(-5%, -10%);
    -ms-transform: translate(-5%, -10%);
    -webkit-transform: translate(-5%, -10%);
    transform: translate(-5%, -10%);
  }
  20% {
    -moz-transform: translate(-15%, 5%);
    -ms-transform: translate(-15%, 5%);
    -webkit-transform: translate(-15%, 5%);
    transform: translate(-15%, 5%);
  }
  30% {
    -moz-transform: translate(7%, -25%);
    -ms-transform: translate(7%, -25%);
    -webkit-transform: translate(7%, -25%);
    transform: translate(7%, -25%);
  }
  40% {
    -moz-transform: translate(-5%, 25%);
    -ms-transform: translate(-5%, 25%);
    -webkit-transform: translate(-5%, 25%);
    transform: translate(-5%, 25%);
  }
  50% {
    -moz-transform: translate(-15%, 10%);
    -ms-transform: translate(-15%, 10%);
    -webkit-transform: translate(-15%, 10%);
    transform: translate(-15%, 10%);
  }
  60% {
    -moz-transform: translate(15%, 0%);
    -ms-transform: translate(15%, 0%);
    -webkit-transform: translate(15%, 0%);
    transform: translate(15%, 0%);
  }
  70% {
    -moz-transform: translate(0%, 15%);
    -ms-transform: translate(0%, 15%);
    -webkit-transform: translate(0%, 15%);
    transform: translate(0%, 15%);
  }
  80% {
    -moz-transform: translate(3%, 35%);
    -ms-transform: translate(3%, 35%);
    -webkit-transform: translate(3%, 35%);
    transform: translate(3%, 35%);
  }
  90% {
    -moz-transform: translate(-10%, 10%);
    -ms-transform: translate(-10%, 10%);
    -webkit-transform: translate(-10%, 10%);
    transform: translate(-10%, 10%);
  }
}@-ms-keyframes grain {
  0%, 100% {
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  10% {
    -moz-transform: translate(-5%, -10%);
    -ms-transform: translate(-5%, -10%);
    -webkit-transform: translate(-5%, -10%);
    transform: translate(-5%, -10%);
  }
  20% {
    -moz-transform: translate(-15%, 5%);
    -ms-transform: translate(-15%, 5%);
    -webkit-transform: translate(-15%, 5%);
    transform: translate(-15%, 5%);
  }
  30% {
    -moz-transform: translate(7%, -25%);
    -ms-transform: translate(7%, -25%);
    -webkit-transform: translate(7%, -25%);
    transform: translate(7%, -25%);
  }
  40% {
    -moz-transform: translate(-5%, 25%);
    -ms-transform: translate(-5%, 25%);
    -webkit-transform: translate(-5%, 25%);
    transform: translate(-5%, 25%);
  }
  50% {
    -moz-transform: translate(-15%, 10%);
    -ms-transform: translate(-15%, 10%);
    -webkit-transform: translate(-15%, 10%);
    transform: translate(-15%, 10%);
  }
  60% {
    -moz-transform: translate(15%, 0%);
    -ms-transform: translate(15%, 0%);
    -webkit-transform: translate(15%, 0%);
    transform: translate(15%, 0%);
  }
  70% {
    -moz-transform: translate(0%, 15%);
    -ms-transform: translate(0%, 15%);
    -webkit-transform: translate(0%, 15%);
    transform: translate(0%, 15%);
  }
  80% {
    -moz-transform: translate(3%, 35%);
    -ms-transform: translate(3%, 35%);
    -webkit-transform: translate(3%, 35%);
    transform: translate(3%, 35%);
  }
  90% {
    -moz-transform: translate(-10%, 10%);
    -ms-transform: translate(-10%, 10%);
    -webkit-transform: translate(-10%, 10%);
    transform: translate(-10%, 10%);
  }
}@keyframes grain {
  0%, 100% {
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  10% {
    -moz-transform: translate(-5%, -10%);
    -ms-transform: translate(-5%, -10%);
    -webkit-transform: translate(-5%, -10%);
    transform: translate(-5%, -10%);
  }
  20% {
    -moz-transform: translate(-15%, 5%);
    -ms-transform: translate(-15%, 5%);
    -webkit-transform: translate(-15%, 5%);
    transform: translate(-15%, 5%);
  }
  30% {
    -moz-transform: translate(7%, -25%);
    -ms-transform: translate(7%, -25%);
    -webkit-transform: translate(7%, -25%);
    transform: translate(7%, -25%);
  }
  40% {
    -moz-transform: translate(-5%, 25%);
    -ms-transform: translate(-5%, 25%);
    -webkit-transform: translate(-5%, 25%);
    transform: translate(-5%, 25%);
  }
  50% {
    -moz-transform: translate(-15%, 10%);
    -ms-transform: translate(-15%, 10%);
    -webkit-transform: translate(-15%, 10%);
    transform: translate(-15%, 10%);
  }
  60% {
    -moz-transform: translate(15%, 0%);
    -ms-transform: translate(15%, 0%);
    -webkit-transform: translate(15%, 0%);
    transform: translate(15%, 0%);
  }
  70% {
    -moz-transform: translate(0%, 15%);
    -ms-transform: translate(0%, 15%);
    -webkit-transform: translate(0%, 15%);
    transform: translate(0%, 15%);
  }
  80% {
    -moz-transform: translate(3%, 35%);
    -ms-transform: translate(3%, 35%);
    -webkit-transform: translate(3%, 35%);
    transform: translate(3%, 35%);
  }
  90% {
    -moz-transform: translate(-10%, 10%);
    -ms-transform: translate(-10%, 10%);
    -webkit-transform: translate(-10%, 10%);
    transform: translate(-10%, 10%);
  }
}

.grain {
	display: block;
	height: 100%;
	width: 100%;
	position: relative;
	overflow: hidden;
}

.grain > * {
	z-index: 2;
}

.grain:after {
	-webkit-animation: grain 5s steps(10) infinite;
	-moz-animation: grain 5s steps(10) infinite;
	-ms-animation: grain 5s steps(10) infinite;
	animation: grain 5s steps(10) infinite;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAK3RFWHRDcmVhdGlvbiBUaW1lAEZyaSA3IEp1bCAyMDE3IDIwOjAwOjI5IC0wNTAwiEzvGQAAAAd0SU1FB+EHCAAJAlmUTB0AAAAJcEhZcwAAHsIAAB7CAW7QdT4AAAAEZ0FNQQAAsY8L/GEFAAAHYUlEQVR42kWX5WLrOhCEdZjLTQpJm2KKKR5mhsvMzMwM73ClF77zzartD9euY0u7szOz65ROXS8pTZSJlXfL4MwrZWj2Vf3fKv3TL+m8UK48+bd0Nj8uhwbvl8ULX5Z07HIZ6Lxc0pmbZXThDT0zraNdpjc+ylu3f8nn2i/klDZ0tHM6dzvrHV0P5vHld3Re1bGmY0HHto7d/5J+KBs3f9IiA964vf5B6V78qkz1PtT/fTomy9Klr4sWK7Pbn5a5nc90b6qcHHvav/F+SiN+hw0VoBbecjDHG0+ygszp9A3dW847d3/Ted6BzO9+nnfv/a7rNK4Ftkrqu6Nz09lOrr7nYE6NP1Mai296k2b3rbJ+/YfY8PiVcvHhX3pm2YGdmXyupLO3ypHhh7q3mI+OPMqcI+tm1m/eEJSUjANLRy7qtykCmNJL62Xh/BfOGqhTGnaGFx786awj29miRSrsE+X8/T/8DqXqm3rRawh+l0xBG2ohm9eufV9Lsp6H517Llx79revNrHLnE82nciJDReZFtu/86gXY4Gzref+/evU7L8xzoMA1QR8eeuD6c4/gCBSOCNbgSBrOQjBzjtpT8wlvvHnr50AGLqxc+TbIJTgvP/6njMy/ruteGVt624tDzJTmHGQ6dL7WfKcoep3no3RHL+l6yTwINJYha1Y5tclQNiKnrut6xsfM1idZe2UlRwlaXkxRFcHlrAKFRgl+TBl2E1EcoURsYp54Y57bLK219/0MQYgDRYTT/THDDNnEH3PB5aD+ug6O6GUgD2ibhpYsyRhSWQ39d/XbqDkQKhhw0EiXMlECUFKN4/nTN7wm6xAApNN72qyRxR2duzp2srilsx5Gekgq4O8zwagjrOc+gZEVm6GSCHbDJIzyrVlJqCZQbDgg1R3FZCnGNV++/E1OA/dCfkLBQQEV8BFxLLRpmbEBGaa04gDgB+hAyiBgy2iAFJtiYCCGcoIHXXNByWUFWqXZn4WmzrOZ8piYlpgh66uR71Zmb8b/DqbpDfVSgbQgA9txRTvhiavl2Ojj6g0tO2ictx2sypIVlA1J71uOOKRNCv1KJjqGXGOIBZS9Gz+GwYjpYq0DEYQmGmhARv4PX1gzggSFHMX0cnriWaNhMiproWxCmoxpMgvdKAkyiox7fnnPYPYkxkLBhQG7XRBuxkgJ0nBRzkcuOglkG0RtWEGUJoIaNvEMvQKSiqIckIoMeFH+XWHcCAmq4YQtz7vhsDEGRYBkf8CXxSjTyWvm0x4X+I1rymDXo+aHL7gcCqz6RO18KAF2QyC/rIyoN4sjL56JTScrP+YdNOqgHDzrUolPlqJMC4XsBURHpPZwIIg4EE3Ksjl8wRm6oylqLzRwz9lGpxw32SKg0SiD3uF3gpDO474QiFIM1lI1jVaUZDIrsWrNbRuSSlNVYBK2qnbHTcbYrGk0QvertQzNqpiON1FzMSpxnrYa4JHlq1kDDkWZFuwB2DDWzCHuUYIxM5jsiRYesFH0gK0ayGxl+lLIzkNMt5Zjwtk7SMt5sSYzXgPvGJVoTENuSOGE01nBHXRDb6K6sQnZQE6kyMtBzG0vToZsyDOUIAJeqgPMbO0jPQcW7w1VFS24FYchjYQv0KAiw/HaPEZNtNikaV3HiNY2jDgj/GAziElXJIhov5Pe0F5CKcUhDhuWS9fvYQX9iytWAUNKigGk7T7Ayyagoe3UFxt1ka57QXjE2n4HJIBwvo5N6sCclvaHGuSsIA090qP+TEdYdKLv04qRoaHSw+aFGG1YdaZMILAvRXVHAiHoaGQj4RW6vyfZMKv1OuqNVQ6MhPyERAymGslgbKCwY+aiWRoOJcCK2STMaDPIZf/fdSBh1TOVH6sRuNDDqp25CTlffaBVnXCm8qBRSek/Y1EzsRgSBXnmTCDgDU5MV/tdcYCgFvc36rO9SEREDh70VX+YiCDVliPzueoDjOe9CIAaW7sePLo2n2ipgyYewwdBUa6436wbj/jZvVmSZ2Jyalv//M85kNoO51MgEFDBelBN6n7Zi6mlskhEv24Y96NXVmFY3ToBdepvu25SIGI5akSPErXNjRhWFl0iy46MtZ8S8TXfDomBIWq0arjJkheD7VtenAzIBIhDEau17mMHnRC3s0GNxD2R96C5jWYZXQ4lNPylxJRUZ8KOyYD83AssvW7tD+ueD9wPxGbcEdOC6RyUhuDgA2cbl0szaK6EHCeLP0TUBflOIGFKgQ3H90Pq4xstx7lTx7Neldd8nROHYwxTpjgk5sTBpjxvxiM3HSDHs+EnjSiBegCfayRKEAwndkHuc4NJlU+mqOumocMTkBoOSRlYEKLufZxwpixhwe3KnZgrom1vV7fsOGs25aOEcZyWHNOxPlioDf05bkxYkq6bFEGvDyRmqwwXrWkIWket6orViNyqW3Vo7efZHCVeNPnohHgALshMaCsGFkEZg4L0ybU9wTNA06y3RKUEdB8y7Jlw+yxnDnAQY/uSZDN6PqOXuFFnwZaHEn9F990xL/4HYXL+4tUr43wAAAAASUVORK5CYII=);
	content: "";
	display: block;
	height: 300%;
	left: -100%;
	opacity: 0.25;
	position: absolute;
	top: -100%;
	width: 300%;
	z-index: 1;
}

.grain b {
	color: #fff;
	display: block;
	font-family: sans-serif;
	font-size: 75px;
	font-weight: bold;
	letter-spacing: 5px;
	line-height: 850px;
	position: relative;
	text-align: center;
	text-shadow: 0 5px 1px rgba(0, 0, 0, 0.4);
	text-transform: uppercase;
}

a:hover {
	color: #000;
}