/* BEGIN myfoo - standard CSS classes I use all the time */
html {
	overflow-y: scroll;
} /* Forces a scrollbar when the viewport is larger than the websites content - CSS3 */
p {
	text-align: justify;
}
a:link, a:visited {
	outline: 0 none;
	color: #FF9;
	text-decoration: none;
}
a:hover, a:focus {
	color: #FFF;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.centered {
	text-align: center;
}
.justified {
	text-align: justify;
}
.mymargin {
	margin: 5px;
}
.sidemargin {
	margin: 0 15px;
}
.bottommargin {
	margin-bottom:15px;
}
.virticalmargin {
	margin: 15px auto;
}
.nomargin {
	margin: 0;
}
.bottommargin {
	margin-bottom: 15px;
}
.nopad {
	padding: 0;
}
.mypad {
	padding: 15px;
}
.verticalpad {
	padding-top: 15px;
	padding-bottom: 15px;
}
.hpad {
	padding-left: 15px;
	padding-right: 15px;
}
.smpad {
	padding: 4px;
}
.myline {
	height: 1px;
	width: 98%;
	background-color: #C00;
	clear: both;
	margin: 20px auto 20px auto;
}
.shortline {
	height: 2px;
	width: 60%;
	background-color: #C00;
	margin: 20px auto 20px auto;
}
.rounded5 {
	border-radius: 5px;
}
.rounded7 {
	border-radius: 7px;
}
.rounded10 {
	border-radius: 10px;
}
.rounded15 {
	border-radius: 15px;
}
.rightrounded10 {
	border-radius: 0 10px 10px 0;
}
.leftrounded10 {
	border-radius: 10px 0 0 10px;
}
.myshadow {
	box-shadow: 0 0 6px black;
	-webkit-box-shadow: 0 0 6px black;
}
img {
	width: 100%
}
.imgholder, .imgl, .imgr {
	border: #666 2px solid;
	border-radius: 4px;
	padding: 4px;
}
.imgl {
	float: left;
}
.imgr {
	float: right
}
.glass {
	background-image: url(/img/trans-wht-60.png);
}
.smokeglass {
	background-image: url(/img/trans-ltblue-40.png);
}
.boxshadow {
	-moz-box-shadow: 0 0 8px #eee;
	-webkit-box-shadow: 0 0 8px #eee;
	box-shadow: 0 0 8px #eee;
}
.red {
	color: #C00;
}
.wht {
	color: #FFF;
}
.sm {
	font-size:14px;
}
/* ============ END myfoo ===================== */
/* ===== BEGIN Mobile Nav Hide switch CSS ====== */
.hideover768 {
}
.hideunder768 {
}
.navbar {
	border-radius: 7px;
}
@media (min-width: 768px) {
.hideover768 {
	display: none;
}
.navbar {
	border-radius: 7px;
}
}
@media (max-width: 768px) {
.hideunder768 {
	display: none;
	border-radius: 0px;
}
}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
	color:#eee;
}
/* ===== END Mobile Nav Hide switch CSS ====== */
/*======== nav flux =========== */

@media (min-width: 980px) {
.dropdown-menu .sub-menu {
	left: 100%;
	position: absolute;
	top: 0;
	visibility: hidden;
	margin-top: -1px;
}
.dropdown-menu li:hover .sub-menu {
	visibility: visible;
}
.dropdown:hover .dropdown-menu {
	display: block;
}
.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu {
	margin-top: 0;
}
.navbar .sub-menu:before {
	border-bottom: 7px solid transparent;
	border-left: none;
	border-right: 7px solid rgba(0, 0, 0, 0.2);
	border-top: 7px solid transparent;
	left: -7px;
	top: 10px;
}
.navbar .sub-menu:after {
	border-top: 6px solid transparent;
	border-left: none;
	border-right: 6px solid #fff;
	border-bottom: 6px solid transparent;
	left: 10px;
	top: 11px;
	left: -6px;
}
}
.navbar-nav > li > .dropdown-menu {
	/* IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	/* Netscape */
	-moz-opacity: 0.85;
	/* Safari 1.x */
	-khtml-opacity: 0.85;
	/* Good browsers */
	opacity: 0.85;
}
/*====== end nav flux =========== */

/*====== Carousel Fade =========== */
.carousel.fade {
	opacity: 1;
}
.carousel.fade .item {
	-moz-transition: opacity ease-in-out 1.0s;
	-o-transition: opacity ease-in-out 1.0s;
	-webkit-transition: opacity ease-in-out 1.0s;
	transition: opacity ease-in-out 1.0s;
	left: 0 !important;
	opacity: 0;
	top: -1px;
	position: absolute;
	width: 100%;
	display: block !important;
	z-index: 1;
}
.carousel.fade .item:first-child {
	top: auto;
	position: relative;
}
.carousel.fade .item.active {
	opacity: 1;
	-moz-transition: opacity ease-in-out 1.0s;
	-o-transition: opacity ease-in-out 1.0s;
	-webkit-transition: opacity ease-in-out 1.0s;
	transition: opacity ease-in-out 1.0s;
	z-index: 2;
}
/*====== End Carousel Fade =========== */

/* ===== Begin Image Text Jig ======== */
a.jig {
  display: inline-block;
  overflow: hidden;
  position: relative;
  text-align: center;
  text-decoration: none;
}

a.jig:before {
  background-color: rgb(0, 0, 0);
  content: "";
  display: block;
  height: 100%;
  opacity: 0;
  position: absolute;
  width: 100%;
  z-index: 2;
}

a.jig:after {
  color: rgba(255, 255, 255, 0);
  content: attr(title);
  display: block;
  font-family: Tahoma;
  font-size: 30px;
  font-weight: bold;
  padding: 0 3%;
  position: absolute;
  text-transform: uppercase;
  top: 50%;
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -webkit-transform: scaleX(3) translateY(-50%);
  -ms-transform: scaleX(3) translateY(-50%);
  transform: scaleX(3) translateY(-50%);
  width: 94%;
  z-index: 3;
}

a.jig img {
  border: none;
  display: block;
  z-index: 1;
}

a.jig:after {
  -webkit-transition: all 350ms ease-in-out;
  -moz-transition: all 350ms ease-in-out;
  -o-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
}

a.jig:hover:before {
  opacity: 0.6;
}

a.jig:hover:after {
  color: rgba(255, 255, 255, 1);
  -webkit-transform: scaleX(1) translateY(-50%);
  -ms-transform: scaleX(1) translateY(-50%);
  transform: scaleX(1) translateY(-50%);
}


/* ======== End Image Text Jig ======== */

/*====== Begin CSS3 Overides & adds =========== */

body {
	margin: 0;
	background-color: #111;
	font-size: 170%;
	background-image: url(/img/gun-weapons-machine-scope-armor-rifle-hd2.jpg);
	background-image: url(/img/american2.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	color: #eee; 
	font-size: 170%;
	-webkit-font-smoothing: antialiased;
}
.container {
	border-radius: 15px;
	margin: 5px auto 10px auto;
}
.container-mobile-nav {
	border-radius: 0px;
	margin: -20px auto 0px auto;
}
.headbak {
	background-image: url(/img/head-bak2.jpg);
}
.row {
	margin: 10px auto;
	border-radius: 7px;
	border:#000 1px solid;
	background-color: #111;
	padding: 7px;
	/* offset-x | offset-y | blur-radius | spread-radius | color */
	-webkit-box-shadow: 0px 0px 8px 2px #000000;
	box-shadow: 0px 0px 8px 2px #000000;
}
.logo {
	max-width: 450px;
	height: auto;
}
.logofooter {
	max-width: 300px;
	height: auto;
}
@media (max-width: 768px) {
.logocenter {
	margin: 0 auto;
	text-align: center;
}
}
.navbar {
	margin-bottom: 0;
	background-color: hsl(0, 74%, 16%) !important;
	background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#9f1717", endColorstr="#460a0a");
	background-image: -khtml-gradient(linear, left top, left bottom, from(#9f1717), to(#460a0a));
	background-image: -moz-linear-gradient(top, #9f1717, #460a0a);
	background-image: -ms-linear-gradient(top, #9f1717, #460a0a);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #9f1717), color-stop(100%, #460a0a));
	background-image: -webkit-linear-gradient(top, #9f1717, #460a0a);
	background-image: -o-linear-gradient(top, #9f1717, #460a0a);
	background-image: linear-gradient(#9f1717, #460a0a);
	border-color: #460a0a #460a0a hsl(0, 74%, 11%);
	color: #fff !important;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.33);
	-webkit-font-smoothing: antialiased;
	
	background-color: hsl(0, 69%, 14%) !important; background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#921a1a", endColorstr="#3c0b0b"); background-image: -khtml-gradient(linear, left top, left bottom, from(#921a1a), to(#3c0b0b)); background-image: -moz-linear-gradient(top, #921a1a, #3c0b0b); background-image: -ms-linear-gradient(top, #921a1a, #3c0b0b); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #921a1a), color-stop(100%, #3c0b0b)); background-image: -webkit-linear-gradient(top, #921a1a, #3c0b0b); background-image: -o-linear-gradient(top, #921a1a, #3c0b0b); background-image: linear-gradient(#921a1a, #3c0b0b); border-color: #3c0b0b #3c0b0b hsl(0, 69%, 9%); color: #fff !important; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.33); -webkit-font-smoothing: antialiased;
}
.navbar-inverse .navbar-nav > li > a:link, .navbar-inverse .navbar-nav > li > a:visited {
	color: #eee;
	font-weight: bold;
	font-size:15px;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
	color: #FF9;
}
.navbar-inverse .navbar-brand:link, .navbar-inverse .navbar-brand:visited {
	color: #eee;
	font-weight: bold;
	font-size:15px;
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
	color: #FF9;
}
h1 {
	max-width:98%;
	margin:10px auto;
	font-size: 36px;
	padding: 5px;
	background-color: hsl(0, 74%, 16%) !important;
	background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#9f1717", endColorstr="#460a0a");
	background-image: -khtml-gradient(linear, left top, left bottom, from(#9f1717), to(#460a0a));
	background-image: -moz-linear-gradient(top, #9f1717, #460a0a);
	background-image: -ms-linear-gradient(top, #9f1717, #460a0a);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #9f1717), color-stop(100%, #460a0a));
	background-image: -webkit-linear-gradient(top, #9f1717, #460a0a);
	background-image: -o-linear-gradient(top, #9f1717, #460a0a);
	background-image: linear-gradient(#9f1717, #460a0a);
	border-color: #460a0a #460a0a hsl(0, 74%, 11%);
	color: #FFF !important;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.33);
	-webkit-font-smoothing: antialiased;
	Border-radius: 7px;
}
h2 {
	font-size: 18px;
	font-weight: bold;
}
h3 {
	font-weight: bold;
}
.hcomb {
	background-color: hsl(0, 0%, 5%) !important;
	background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#353535", endColorstr="#0c0c0c");
	background-image: -khtml-gradient(linear, left top, left bottom, from(#353535), to(#0c0c0c));
	background-image: -moz-linear-gradient(top, #353535, #0c0c0c);
	background-image: -ms-linear-gradient(top, #353535, #0c0c0c);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #353535), color-stop(100%, #0c0c0c));
	background-image: -webkit-linear-gradient(top, #353535, #0c0c0c);
	background-image: -o-linear-gradient(top, #353535, #0c0c0c);
	background-image: linear-gradient(#353535, #0c0c0c);
	border-color: #0c0c0c #0c0c0c hsl(0, 0%, 1%);
	color: #EEE !important;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.26);
	-webkit-font-smoothing: antialiased;
	
	   background-color: hsl(214, 82%, 4%) !important; background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#031225", endColorstr="#010912"); background-image: -khtml-gradient(linear, left top, left bottom, from(#031225), to(#010912)); background-image: -moz-linear-gradient(top, #031225, #010912); background-image: -ms-linear-gradient(top, #031225, #010912); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #031225), color-stop(100%, #010912)); background-image: -webkit-linear-gradient(top, #031225, #010912); background-image: -o-linear-gradient(top, #031225, #010912); background-image: linear-gradient(#031225, #010912); border-color: #010912 #010912 hsl(214, 82%, 3%); color: #fff !important; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.06); -webkit-font-smoothing: antialiased;
}
.copyright {
	color: #CCC;
	font-size: 11px;
	letter-spacing: 1px;
	margin-bottom: 20px;
}
.white {
	background-color: #fff;
}
.banner {
	font-weight: bold;
	font-size: 18px;
	margin-top: 50px;
}
@media (max-width: 992px) {
	.banner {
	font-size: 14px;
}
}
.bannerlg {
	font-size:30px;
}
.heading {
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	padding: 3px 5px;
	background-color: hsl(0, 74%, 16%) !important;
	background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#9f1717", endColorstr="#460a0a");
	background-image: -khtml-gradient(linear, left top, left bottom, from(#9f1717), to(#460a0a));
	background-image: -moz-linear-gradient(top, #9f1717, #460a0a);
	background-image: -ms-linear-gradient(top, #9f1717, #460a0a);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #9f1717), color-stop(100%, #460a0a));
	background-image: -webkit-linear-gradient(top, #9f1717, #460a0a);
	background-image: -o-linear-gradient(top, #9f1717, #460a0a);
	background-image: linear-gradient(#9f1717, #460a0a);
	border-color: #460a0a #460a0a hsl(0, 74%, 11%);
	color: #FFF !important;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.33);
	-webkit-font-smoothing: antialiased;
	Border-radius: 7px;
	
}
.ffl {
	max-width: 175px;
	margin-top: 7px;
}
.nav > li > a > img {
	max-width: 90px;
	height: auto;
}
.facebook {
	max-width: 200px;
	height: auto;
}
.carousel-indicators li {
	border: #333 2px solid;
	height: 13px;
	background-color: #999;
}
.adp-directions, .adp-substep, .setupPanelStep, .directionsPanel, .adp {
	color:#eee;
	background-color:#222;
}
.transparent85 {	
	/* IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=82)";
	/* Netscape */
	-moz-opacity: 0.82;
	/* Safari 1.x */
	-khtml-opacity: 0.82;
	/* Good browsers */
	opacity: 0.82;
}
a.trans:link img {
	max-width: 95%;
	display:block;
	margin: 20px;
	border-radius: 10px;
	transition: all .2s ease-in-out;
	border: #222 1px solid;
}
a.trans:hover img {
	box-shadow: 0 0 6px #000;
	-webkit-box-shadow: 0 0 4px black;
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #333;
}
@media (max-width: 768px) {
	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #ccc;
	font-weight:bold;
}
}
.tshirtimg {
	max-width:1000px;
}
.form-control::-moz-placeholder {
	color:#666;
}
.tdgrid {
	border:#999 1px solid;
	
	padding:6px 12px;
	background-color: hsl(0, 0%, 12%) !important; background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#333333", endColorstr="#1e1e1e"); background-image: -khtml-gradient(linear, left top, left bottom, from(#333333), to(#1e1e1e)); background-image: -moz-linear-gradient(top, #333333, #1e1e1e); background-image: -ms-linear-gradient(top, #333333, #1e1e1e); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(100%, #1e1e1e)); background-image: -webkit-linear-gradient(top, #333333, #1e1e1e); background-image: -o-linear-gradient(top, #333333, #1e1e1e); background-image: linear-gradient(#333333, #1e1e1e); border-color: #1e1e1e #1e1e1e hsl(0, 0%, 10%); color: #fff !important; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.13); -webkit-font-smoothing: antialiased;
}
.tdgrid2 {
	background-color:#666;
}
.temps {
	 background-color: hsl(70, 11%, 37%) !important; background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#9ea18a", endColorstr="#656853"); background-image: -khtml-gradient(linear, left top, left bottom, from(#9ea18a), to(#656853)); background-image: -moz-linear-gradient(top, #9ea18a, #656853); background-image: -ms-linear-gradient(top, #9ea18a, #656853); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #9ea18a), color-stop(100%, #656853)); background-image: -webkit-linear-gradient(top, #9ea18a, #656853); background-image: -o-linear-gradient(top, #9ea18a, #656853); background-image: linear-gradient(#9ea18a, #656853); border-color: #656853 #656853 hsl(70, 11%, 31.5%); color: #fff !important; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.36); -webkit-font-smoothing: antialiased;
}
.carouselshadowbox {
	background-image:url(/img/trans-black-60.png);
	border-radius:7px;
	text-shadow: 1px 1px 1px black, 0 0 1em black, 0 0 0.2em black;
}
.prodimg {
	
	max-width:100px;
	max-height: auto;
	
}
.smfont {
	font-size: 14px;
}
.border { 
	border:#666 1px solid;
}
.cream {
	color: #FF6;
}
@media (max-width: 768px) {
	.navbar-collapse {
	margin-left:45px;
	border-left: #000 2px solid;
}
}
a.malin {
	border:#999 1px solid;
	border-radius:3px;
	padding:1px 3px;
}
.holiday {
	color: #F00;
	font-size:32px;
	text-align:center;
	font-weight:bold;
}

