@font-face {
    font-family: 'historia';
    src: url('dense-regular-webfont.eot');
    src: url('dense-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('dense-regular-webfont.woff') format('woff'),
         url('dense-regular-webfont.ttf') format('truetype'),
         url('dense-regular-webfont.svg#denseregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body	{
	margin: 0px;
	background-image: url('images/bannerbg.png');
	background-color: #fff;
	cursor: default;
}

a:link	{
	color: #777;
}

a:hover	{
	color: #000;
	text-decoration: none;
}

a:visited	{
	color: #777;
}

p	{
	margin: 0px;
}

b	{
	font-weight: 100;
	font-family: historia;
	text-transform: uppercase;
//	text-shadow: 0px 1px 0px rgba(255,255,255,.3), 0px -1px 0px rgba(0,0,0,.7);
	color: #e21111;
	font-size: 30px;
}

hr	{
	background-color: rgba(0,0,0,0.1);
	height: 2px;
	border: 0px;
}

li	{
//	color: #c4c4c4;
}

div	{
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;
}

#parallaxbg	{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 500px;
	width: 100%;
	background-image: url('wallpapers/wallpaper1.jpg');
	background-size: 100%;
	background-size: cover;
	background-attachment: fixed;
	background-position: center 0px;
	box-shadow: inset 0 0 24px rgba(0,0,0,0.6);
	border-bottom: 3px solid rgba(255,255,255,0.4);
	z-index: 0;
}

#banner	{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 80px;
	padding-top: 23px;
	padding-bottom: 13px;
	padding-left: 20px;
	padding-right: 20px;
//	background-color: #fff;
	background-image: url('images/bannerbg.png');
	box-shadow: inset 0 0 80px rgba(0,0,0,0.5), 0 0 24px rgba(0,0,0,0.6);
	z-index: 3;
}

#logo	{
	float: center;
	height: 100%;
	display: inline-table;
	line-height: 30px;
	font-family: historia;
	font-size: 50px;
	color: #e21111;
	text-shadow: 0px 1px 0px rgba(255,255,255,.3), 0px -1px 0px rgba(0,0,0,.7);
	vertical-align: middle;
}

#navigation	{
	position: relative;
	float: center;
	height: 100%;
	width: 430px;
	padding: 10px;
	padding-bottom: 4px;
	padding-top: 0px;
	display: inline-table;
	line-height: 40px;
	font-family: historia;
	font-size: 24px;
	color: #fff;
	text-shadow: 0px 1px 0px rgba(255,255,255,.3), 0px -1px 0px rgba(0,0,0,.7);
	vertical-align: middle;
}

#outline	{
	position: fixed;
	top: 50px;
	left: 0px;
	height: 3px;
	width: 100%;
	background-color: rgba(255,255,255,0.4);
	z-index: 3;
}

#banner1, #banner2	{
	padding: 4px;
	padding-left: 10px;
	padding-right: 10px;
}

#about	{
	position: relative;
	top: 0px;
	height: 436px;
	width: 100%;
	padding: 20px;
}

.abouttext	{
	background-color: rgba(0,0,0,0.6);
	padding: 6px;
	padding-bottom: 4px;
	font-family: historia;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 20px;
	color: #fff;
}

#body	{
	width: 1248px;
	z-index: 2;
}

#header	{
	position: relative;
	z-index: 1;
	width: 100%;
	text-align: left;
}

#container	{
	position: relative;
//	top: 40px;
//	padding: 20px;
//	background-color: rgba(255,255,255,0.2);
	color: #000;
	width: 100%;
//	height: 100%;
//	box-shadow: 0 0 24px rgba(0,0,0,0.6);
	text-align: left;
	font-family: Open Sans;
	font-size: 16px;
	font-weight: 100;
//	background-image: url('images/bannerbg.png');
	z-index: 2;
}

.section	{
	font-family:Open Sans;
	color:#000;
	font-size:20px;
	box-shadow: 0 0 24px rgba(0,0,0,0.6);
}

.bottom	{
	font-family: historia;
	font-size: 18px;
	text-transform: uppercase;
	color: #c7c7c7;
}

.question	{
	font-size: 32px;
	color: #8b8b8b;
//	font-style: italic;
	font-family: historia;
	text-transform: uppercase;
//	text-shadow: -1px -1px #888;
}

.answer	{
	font-style: italic;
}

.news	{
	padding: 8px;
	font-size: 18px;
	background-color: #f7f7f7;
	box-shadow: 1px 1px #ccc;
	overflow: hidden;
}

article {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 76px;
}

article:after {
  position: absolute;
  bottom: 0;  
  left: 0;
  height: 50%;
  width: 100%;
  content: "";
  background: linear-gradient(to top,
     rgba(247,247,247, 1) 20%, 
     rgba(247,247,247, 0) 80%
  );
  pointer-events: none; /* so the text is still selectable */
}

.newsdate	{
	line-height: 24px;
	font-family: historia;
	font-size: 16px;
	text-transform: uppercase;
	text-shadow: 1px 1px #fff;
	color: #bbb;
}

#hiddencontainer	{
	position: fixed;
	bottom: 0px;
	z-index: 1;
	width: 100%;
	text-align: center;
}

#hidden	{
	position: relative;
	bottom: 0px;
	padding: 20px;
	width: auto;
	text-align: center;
	font-family: historia;
	font-size: 24px;
	color: #333;
	text-transform: uppercase;
	text-shadow: 1px 1px rgba(255,255,255,0.4);
	z-index: 1;
}

#door1	{
	position: fixed;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 50%;
	z-index: 4;
	background-color: #000;
	background-image: url('images/bannerbg.png');
	border-right: 8px solid rgba(255,255,255,0.2);
	box-shadow: inset 0 0 180px #fff, 0 0 20px #000;
}

#door2	{
	position: fixed;
	right: 0px;
	top: 0px;
	height: 100%;
	width: 50%;
	z-index: 4;
	background-color: #000;
	background-image: url('images/bannerbg.png');
	border-left: 8px solid rgba(0,0,0,0.2);
	box-shadow: inset 0 0 180px #fff, 0 0 20px #000;
}

#slideshow	{
	position: relative;
	display: inline-table;
	width: 100%;
	height: 100%;
	background-image: url('photos/welding.jpg');
	background-size: auto 100%;
	background-size: cover;
	background-position: center center;
	box-shadow: inset 0 0 10px #000;
	border: 0px solid #333;
	opacity: .9;
}

.images	{
	box-shadow: 0 8px 4px -4px rgba(0,0,0,0.2), inset 20px 0 14px -14px rgba(0,0,0,0.1), inset -20px 0 14px -14px rgba(0,0,0,0.1);
}

.item	{
	position: relative;
	height: 78px;
	width: 76px;
	margin: 2px;
	background-size: 100%;
	background-size: cover;
	display: inline-block;
	cursor: hand;
}

#popupbg	{
	position: fixed;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background-color: rgba(0,0,0,0.9);
	opacity: 0;
	visibility: hidden;
	z-index: 4;
}

#popupclose	{
	position: absolute;
	display: inline;
	top: 50%;
	left: 50%;
	margin-left: -120px;
	margin-top: -14px;
	width: 240px;
	height: 28px;
	font-family: historia;
	font-size: 28px;
	background-color: rgba(226,17,17,0.8);
	text-shadow: 1px 1px rgba(0,0,0,0.4);
	color: #fff;
	text-transform: uppercase;
}