body, html {
	height: 100%;
	position: relative;
}
body {
	position: relative;
	background: #000000;
	
	
}
header {
	background: #000;
	box-shadow: 0 0 20px #000;
	position: relative;
	z-index: 1001;
}
h1{ color:#fff; text-transform:uppercase;}
h2{font-size:20px; color:#666666; text-transform:capitalize;}
.video header {
	background: none;
	box-shadow: none;
	height: 100%;
}
.wrapper {
	
	max-width: 85%;
	margin: 0 auto;
}
.content .wrapper {
	background: #534a2d;
	
	
	padding: 20px;
	border-top: 5px solid #000;
    -moz-border-radius: 15px;
border-radius: 15px;
}
.title {
	color: #000;
	width: 100%;
	border-bottom: 1px solid #151515;
	padding-bottom: 10px;
	margin-bottom: 15px;
	text-transform: uppercase;
}
.site-branding {
	float: left;
}
.site-branding img {
	display: block;
	height: 120px;
	margin: 10px 0;
}
.topBar{ background-image: url(../images/topBar.jpg); padding:8px;}
 .theLeft{ height:10px; float:right; text-align:right; color:#b5b305; font-weight:bolder;font-size:20px; width:48%;}
 .tbright{float:left;  text-align:left; color:#b5b305;width:49%;  font-weight:bolder; font-size:20px;}
.topBar .fa{color:#fff;}
.top-header {
	line-height: 85px;
	color: #000;
	background:#000 ; 
	background-image: url(../images/headerBk.jpg);
	background-size:cover;
	padding: 5px 3px 2px;
	
}
header .numbers {
	text-align:center;
	font-weight: bold;
	font-size: 20px;
}
header .numbers img{width:35%;}
.siteLogo {
	
    width:65%;
}
header .numbers small {
	font-weight: normal;
	font-style: italic;
}
header .social-media {
	display: inline-block;
	font-size: 25px;
	float: right;
} header .social-media a {
	padding-left: 5px;
	color:#000d57;
}
.banner {
	position: relative;
	z-index: 1;
    display: block;
    width: 100%;
    height: 600px;
    background-position: center;
    background-size: cover;
    border-bottom: 3px solid #000;
    transition: background-image ease 0.5s;
}
.banner img {
    display: none;
}
.images {
	margin: 0 auto;
	padding: 30px 0;
	background-image: url(../images/diagonals.png);
	background-repeat: repeat-x;
	background-position: bottom;
	width: 100%;
}

.images #slideme {
	border: 5px solid #fff;
	max-height: 450px;
	width: 95%;
	margin: 0 auto;
}
.slidewrapper {
	position: relative;
}
img.metalLogo {
	position: absolute;
	z-index: 1000;
	top:  50%;
	width: 100%;
}
.badge{float:right; width:175px; }
.content {
	position: relative;
	background: #151515;
	background-position: bottom;
	background-repeat: repeat-x;
	-webkit-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	padding: 30px 0 30px;
	/*background-image: url(../images/diagonals.png);*/
	background-image: url(../images/bg-page.jpg);
	
}
.main-left {
	width: 65%;
	float: left;
}
.main-right {
	width: 33%;
	float: right;
}
.main-right input {
	width: 100%;
}
@media screen and (max-width: 800px) {
	.main-left, .main-right {
		width: 100%;
		float: none;
	}
}
#slideme img {
	display: none;
	width: 100%;
}
#slideme img:first-child {
	display: block;
}

video {
	position: block;
}
.videobg {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -100;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	background: url(polina.jpg) no-repeat;
	background-size: cover;
	z-index: 1;
}

#videoLogo{ display:none;}
.video #videoLogo{width:1200px; max-width:97%; display:block; margin: 0 auto;}
.video #pageLogo{display:none;}


#metalLogo{ display:none;}
.bigLogo #metalLogo{ max-width:100%; display:block; margin: 0 auto; position:absolute; top:300px; z-index:1000;}


.features {
	background: #AA2221;
	margin-top: 20px;
	text-align: center;
}
.features .feature {
	position: relative;
	width: 372px;
	max-width: 98%;
	display: inline-block;
	margin: 1%;
	text-align: center;
	background: #111;
	padding: 3px 12px 5px;
	border-radius: 19px;
	cursor: pointer;
	color: #fff;
}
.features .feature img {
	border-radius: 10px;
}
.features .feature h2 {
	font-weight: 900;
	text-transform: uppercase;
	font-size: 27px;
}
.features .feature:hover ul {
	max-height: 375px;
	padding-top: 15px;
}
.features .feature ul {
	display: block;
	margin: 0;
	list-style: none;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding-top: 0;
	background: #111;
	background: rgba(0,0,0,0.9);
	border-radius: 19px;
	max-height: 0;
	font-size: 14px;
	overflow: hidden;
	transition: padding ease-out 0.5s, max-height linear 0.5s ;
}
.features .feature li {
	line-height: 1.1;
	padding: 4px;
}
.features .feature li a {
	display: block;
	background: #000;
	width: 75%;
	margin: 10px auto;
	border: 1px solid #FCFE00;
	border-radius: 20px;
	font-weight: bold;
	color: #FCFE00;
	line-height: 1.2;
	padding: 3px 0;
	text-decoration: none;
	text-transform: uppercase;
}
.features .feature li:hover a {
	background: #FCFE00;
	color: #000;
}
h2.article-title a {
	color: #000;
	font-weight: 100;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
	background: #000;
	border: 2px solid #000;
	color: #fff;
}
button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover,
button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, button:active, input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active {
	background: #fff;
	color: #000;
}
/*------------
CONTACT FORM
------------*/
.cFormLeft{float:left; width:50%; padding:3px;}
.cFormRt{float:right; width:49%; padding:3px;}
.cFormFullWidthPgs{ width:90%; margin-right:auto; margin-left:auto; clear:both;}
.cFormBk{padding:4px;background-image: url(../images/cFormBk.jpg);
	background-size:cover;}
	.contactFmLbls{color:#fff;}
/*--------------------------------------------------------------
TABS
--------------------------------------------------------------*/
.tabs {
	position: relative;
	width: 100%;
	clear:left; 
}
.tabs .nav {
	position: relative;
	list-style: none;
	margin-left: 0;
	border-bottom: 2px solid #e7c453;
}
.tabs .nav li {
	float: left;
}
.tabs .nav li a {
	position: relative;
	border-radius: 4px 4px 0 0;
	display: block;
	padding: 3px 10px 0;
	text-transform: uppercase;
	background-color: #fff;
	line-height: 33px;
	cursor: pointer;
	z-index: 1;
}
.tabs .nav li a:hover {
	color: #000;
}
.tabs .nav li.active a {
	top: 3px;
	padding-top: 0;
	border-width: 2px;
	border-bottom-width: 0;
	border-style: solid;
	border-color: #e7c453;
	border-bottom-color: #fff;
	color: #000;
}
.tabs > div {
	display: none;
	font-size: 14px;
	line-height: 1.2;
}
.tabs div.active {
	display: block;
}
@media (max-width: 500px) {
	.tabs .nav li {
		width: 100%;
	}
	.tabs .nav li a.active {
		border-radius: ;
		padding-top: 3px;
		top: 0;
		border-bottom: 2px solid #0e6500;
		z-index: 3;
	}
}


@media screen and (max-width: 1100px) {


.anything-banner #videoLogo{width:1200px; max-width:80%; margin: 0 5px;}



	.features .feature li a {
		margin: 5px auto;
	}
}
@media screen and (max-width: 950px) {
	.features .feature li a {
		padding: 0;
	}
	header .numbers img{width:100%;}
.siteLogo {
	
    width:75%;
}
	.cFormLeft{float:left; width:100%; padding:3px;}
.cFormRt{float:right; width:100%; padding:3px;}
.tbright{float:left;  text-align:center; color:#b5b305;width:100%;  font-weight:bolder; font-size:18px;}
.theLeft{float:left;  text-align:center; color:#b5b305;width:100%;  font-weight:bolder; font-size:18px;}
.topBar{  height:100px;}
}
}
@media screen and (max-width: 850px) {
	.features .feature h2 {
		font-size: 20px;
	}
	.features .feature:hover ul {
		padding-top: 12px;
	}
	
}
@media screen and (max-width: 700px) {
	.features .feature li a {
		padding: 2px 0;
	}
	.features .feature:hover ul {
		padding-top: 10px;
	}
}
@media screen and (max-width: 400px) {
	.features .feature ul {
		font-size: 12px;
	}
	.features .feature:hover ul {
		padding-top: 8px;
	}
}
footer {
	padding: 30px 0 30px;
	border-top: 5px solid #fff;
    background:#000;
}
footer, footer a, footer a:visited {
	color: #fff;
	font-size: 12px;
	color: rgba(255,255,255,0.75);
}
footer .left {
	float: left;
	width: 49%;
}
footer .right {
	float: right;
	width: 49%;
	text-align: right;
}
footer img {
	width: 240px;
}
@media screen and (max-width: 900px) {
	footer .left, footer .right {
		width: 100%;
		float: none;
		text-align: center;
	}
}
.parallax {
/*  perspective: 1px;
  height: 100%;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  perspective-origin-x: 100%;*/
}
.parallax .content {
	padding: 0;
	
}
.parallax header.has-slides {
	height: 100%;
	height: 100vh;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	transition: background ease 1s;
	background-position: center; 
}
.parallax div[class^="tbl"] {
	min-height: 400px;
	color: #ffffff;
	font-weight: 100;
}
.parallax div[id^="tbl"] {
	background-color: #fff;
	background-image: url(../images/camoBk.jpg);
	background-size:cover;
}
.parallax .tbl-background {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
/*	background-repeat: no-repeat;
	width: 100%;*/
}
.parallax.non-parallax .tbl-background {
	background-attachment: inherit;
}
.parallax .has-slides .title {
	display: none;
}
.parallax .tbl-content,
.parallax .title {
   	height: 100%;
	width: 100%;
	padding: 30px 20%;
	vertical-align: middle;
	font-size: 18px;
	display: table;
	
}
.parallax .tbl-content > span {
	display: table-cell;
	vertical-align: middle;
     color:#c9c4b5;
}
.parallax .tbl-content h1,
.parallax .tbl-content h2,
.parallax .tbl-content h3,
.parallax .tbl-content h4,
.parallax .tbl-content h5,
.parallax .tbl-content h6 {
	color: #fff;
	font-size:60px;
	-webkit-text-stroke-width: 1px;
   -webkit-text-stroke-color: black;
    text-shadow: 2px 2px #000;
    font-weight:900;
}
.parallax .tbl-content h2.paratitle {
    color: #fff;
    text-transform: uppercase;
    text-shadow: 3px 3px 10px #000, -1px -1px 0 #000, 0 0 50px #000;
    font-size: 50px;
}
@media screen and (max-width: 1700px) {
	.parallax .tbl-content,
	.parallax .title {
		padding: 30px 5%;
	}
}
@media screen and (max-width: 900px) {
	.parallax .tbl-content,
	.parallax .title {
		padding: 15px 1%;
	}
}
