#header {
	z-index:100;
	width:100%;
	height:150px;
	top:0px;
	left:0px;
	margin:0;
	padding:0;
	position:absolute;	
    background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
}

#header_text{
	z-index: 500;
	width: 100%;
	height: auto;
	top: 25px;
	list-style:none;
	font-family: "Oxygen Light";
	font-size: 14pt;
	font-weight:600;
	line-height:30px;
	text-align: center;
	text-decoration:none;
	color:#ffffff;
	position: absolute;
	pointer-events: none;
}

#header2 {
	display:none;
}

#social_btn{
	z-index:200;
	width:auto;
	height:30px;
	top:70px;
	right:30px;
	position: absolute;
}

#social_btn a{
	list-style:none;
	font-family: "Oxygen Light";
	font-size: 12pt;
	font-weight:300;
	line-height:30px;
	text-decoration:none;
	color:#ffffff;
	
	-webkit-transition:all 0.5s linear; 
	-moz-transition:all 0.5s linear; 
	-ms-transition:all 0.5s linear; 
	-o-transition:all 0.5s linear; 
	transition:all 0.5s linear; 
}

#social_btn a:hover{
	color:#D91E3E; 
}

.social_icon{
	width:auto;
	height:30px;
	margin-right:0px;
	float:none;
	position: relative;
}

.yt_icon {
	width: 30px;
	height: 30px;
	margin:0 5px 0 0;
	float:left;
	position:relative;
	background-image: url(../images/yt_btn.png);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.fb_icon {
	width: 30px;
	height: 30px;
	margin:0 5px 0 0;
	float:left;
	position:relative;
	background-image: url(../images/fb_btn.png);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#menu{
	z-index:300;
	width:auto;
	height:30px;
	top:20px;
	right:20px;
	padding:0;
	position: absolute;
	list-style:none;
	font-family: "Oxygen Light";
	font-size: 12pt;
	font-weight: 300;
	text-transform: uppercase;
    background: none;
	overflow:visible;
}

#menu li{
	width:auto;
	height:30px;
	padding:10px;
	float:left; 
	position:relative;
}

#menu li.last{
}

#menu li:first-child {
}

#menu li:last-child {
    border-right:none;
}

#menu li a{
	color:#ffffff; 
	text-decoration:none; 
	display:inline-block; 
	outline:none; 
	line-height:30px; 
	
	-webkit-transition:all 0.5s linear; 
	-moz-transition:all 0.5s linear; 
	-ms-transition:all 0.5s linear; 
	-o-transition:all 0.5s linear; 
	transition:all 0.5s linear; 
}

#menu li a:hover{
	color:#D91E3E; 
	
	-webkit-transition:all 0.5s linear; 
	-moz-transition:all 0.5s linear; 
	-ms-transition:all 0.5s linear; 
	-o-transition:all 0.5s linear; 
	transition:all 0.5s linear; 
}

#menu li a.current{
	color:#D91E3E; 
}

#menu li a:active{
	color:#D91E3E; 
}

#menu li:hover > ul{
    display:block;
}

#menu li ul{
    z-index: 99999;
	width:200px;
	height:auto;
	padding:15px 10px 15px 10px;
	left:-50px;
	list-style: none;   
    position: absolute;
	background:#ffffff;
    display:none;	
}

#menu li ul li{
	width:100%;
	height:20px;
	padding:10px;
	clear:both;
	border:0 none;
}

#menu li ul li a{
	color:#1c1f20; 
	line-height:20px; 
}