	/*############################################################################ BODY AND NAVBAR main */

		@font-face {
			font-family: "Pathway Gothic One";
			src: url('assets/fonts/gothicone.ttf') format("truetype");
		}

		
		body {
		margin: 0px;
		padding: 0px;
		font-family: 'Pathway Gothic One', sans-serif;
		background: black;
		color: #ADADAD;
		overflow-y: auto;
		overflow-x: hidden;
		height:100%;
		}
		a:link {text-decoration:none;}
		a:link {	COLOR: #ADADAD;}
		a:visited {COLOR: #ADADAD;}
		a:hover {COLOR: white;}
		a:active {COLOR: white;}
		
	.header_container{
		width: 100%;
		height: auto;
		background: -moz-linear-gradient(top,  rgba(0,0,0,1) 0%, rgba(0,0,0,0.34) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,1)), color-stop(100%,rgba(0,0,0,0.34))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(0,0,0,0.34) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(0,0,0,0.34) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(0,0,0,0.34) 100%); /* IE10+ */
        background: linear-gradient(to bottom,  rgba(0,0,0,1) 0%,rgba(0,0,0,0.34) 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#57000000',GradientType=0 ); /* IE6-9 */
        border: none;
		position:relative;
	}
	
	.wrapper{
		top:0px;
		width:100%;
		height:auto;
		background:rgb(0,0,0);
		overflow: hidden;
		position: relative;
		margin:0 auto;
		top:0 auto;
		border-radius:15px;
		-moz-user-select: none;
		-khtml-user-select: none;
		-webkit-user-select: none;
		user-select: none;
	}
	
	.social {
		display:inline;
	    width: 55px;
	    margin-right: 20px;
		position: relative;
		top: 15.5%;
	}
	
	.social_box {
	position: absolute;
	background:none;
	left:50%;
	top:20px;
	/*margin-left: 400px;*/
	margin-left: -460px;
	width:100px;
	height: 48px;
	display: none;
	}
	
	.social_fb{
	float:left;
	border:0px;
    height: 48px;
    width: 48px;
	display:inline-block;
    background-image: url('assets/social/facebookdangertoggle.png');
    }

    .social_fb:hover {background-position: -48px 0px}
	
	.social_yt{
	float:left;
    border:0px;
	height: 48px;
    width: 48px;
	display:inline-block;
    background-image: url('assets/social/youtubedangertoggle.png');
    }
	
	.social_yt:hover {background-position: -48px 0px}
   
	.header_btnbox {
		width: 820px;
		height: 80px;
		margin: 0 auto;
		}
	.header_navitems {
	    width: 700px;
	    height: 30px;
	    margin: auto;
		}
	.nav_logo {
		cursor: default;
		width: 280px;
		height: 100%;
		float: left;
		line-height: 80px;
		text-align: left;
		font-size: 70px;
		color: white;
		}
	.nav_item {
		cursor: default;
		width: 175px;
		height: auto;
		float: left;
		line-height: auto;
		text-align: center;
		font-size: 25px;
		color:#ADADAD;
		}
	
	.nav_hover {
		color:white;
		/* IE9 SVG, needs conditional override of 'filter' to 'none' */
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4xIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjcwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgPC9yYWRpYWxHcmFkaWVudD4KICA8cmVjdCB4PSItNTAiIHk9Ii01MCIgd2lkdGg9IjEwMSIgaGVpZ2h0PSIxMDEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
		background: -moz-radial-gradient(center, ellipse cover,  rgba(255,255,255,.2) 0%, rgba(255,255,255,0) 70%); /* FF3.6+ */
		background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(255,255,255,0)), color-stop(70%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
		background: -webkit-radial-gradient(center, ellipse cover,  rgba(255,255,255,.2) 0%,rgba(255,255,255,0) 70%); /* Chrome10+,Safari5.1+ */
		background: -o-radial-gradient(center, ellipse cover,  rgba(255,255,255,.2) 0%,rgba(255,255,255,0) 70%); /* Opera 12+ */
		background: -ms-radial-gradient(center, ellipse cover,  rgba(255,255,255,.2) 0%,rgba(255,255,255,0) 70%); /* IE10+ */
		background: radial-gradient(ellipse at center,  rgba(255,255,255,.2) 0%,rgba(255,255,255,0) 70%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1affffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
		cursor: hand;
		cursor: pointer;
		}
	.nav_selected {
		color:white;
		/* IE9 SVG, needs conditional override of 'filter' to 'none' */
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4xIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjcwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgPC9yYWRpYWxHcmFkaWVudD4KICA8cmVjdCB4PSItNTAiIHk9Ii01MCIgd2lkdGg9IjEwMSIgaGVpZ2h0PSIxMDEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
		background: -moz-radial-gradient(center, ellipse cover,  rgba(255,255,255,.2) 0%, rgba(255,255,255,0) 70%); /* FF3.6+ */
		background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(255,255,255,.2)), color-stop(70%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
		background: -webkit-radial-gradient(center, ellipse cover,  rgba(255,255,255,.2) 0%,rgba(255,255,255,0) 70%); /* Chrome10+,Safari5.1+ */
		background: -o-radial-gradient(center, ellipse cover,  rgba(255,255,255,.2) 0%,rgba(255,255,255,0) 70%); /* Opera 12+ */
		background: -ms-radial-gradient(center, ellipse cover,  rgba(255,255,255,.2) 0%,rgba(255,255,255,0) 70%); /* IE10+ */
		background: radial-gradient(ellipse at center,  rgba(255,255,255,.25) 0%,rgba(255,255,255,0) 70%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1affffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
		}
	/*#######################################################################      BACKGROUND IMAGE STUFF */
	
	.bgimg {
        padding:0px;
        margin:0px;
        position:absolute;
        left:0px;
        top:0px;
        display: none;
        z-index:-1;
    }
	.youtube-player{
		order: 1px solid #1D740C;
		height: 525px;
		width: 800px;
		padding: 5px;
		margin-left: 25px;
		margin-bottom: 25px;
	}
	.loadbox {
        
       	overflow-y: hidden;
		overflow-x: hidden;
        position: absolute;
        width: 100%;
        height: 100%;
        }
    /*########################################################################     test  */
    
    .testbox {
    	font-size: 25px;
    	width: 114px;
    	height: 600px;
    	background: #00adee;
    	position: absolute;
    	overflow: hidden;
    	color: white;
    	display: none;
    	float: left;
    	text-align: left;
    	-webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 1);
    	-moz-box-shadow:    0px 0px 15px rgba(0, 0, 0, 1);
    	box-shadow:         0px 0px 15px rgba(0, 0, 0, 1);
    	
    	background: -moz-linear-gradient(top,  rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.8) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.8)), color-stop(100%,rgba(0,0,0,0.8))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.8) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.8) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.8) 100%); /* IE10+ */
		background: linear-gradient(to bottom,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.8) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#cc000000',GradientType=0 ); /* IE6-9 */
    	
    	
    	}

	.thumbbox {
		width: 456px;
		height: 114px;
		}
	.testthumb {
		width: 114px;
		height: 114px;
		
		float: right;
		}
		
	.thumbinfo {
		width: 322px;
		height 114px;
		line-height: 114px;
		white-space:nowrap;
		text-align: left;
		float: left;
		
		padding-left: 20px;
		
		}
	