#logo_intro {
	/*top: 50%;*/ /* IMPORTANT */
	left: 50%; /* IMPORTANT */
	display: block;
	position: absolute;
	width: 600px;
	height: 222px;
	margin-top: -111px !important; /* HALF OF THE HEIGHT */
	margin-left: -300px; /* HALF OF THE WIDTH */
	-webkit-user-select: none;  /* Chrome all / Safari all */
	-moz-user-select: none;     /* Firefox all */
	-ms-user-select: none;      /* IE 10+ */
	user-select: none;          /* Likely future */   
	z-index: 999999999;
}
#logo_intro .base, 
#logo_intro .glow,  
#logo_intro .sheen1, 
#logo_intro .sheen2, 
#logo_intro .subtitle {
	position: absolute;
	max-width: 600px;
	max-height: 222px;
}
#logo_intro .glow, 
#logo_intro .sheen1, 
#logo_intro .sheen2, 
#logo_intro .subtitle { 
	opacity: 0;
}
#logo_intro .glow, 
#logo_intro .sheen1, 
#logo_intro .sheen2 {
	mix-blend-mode: screen;
	/*-webkit-animation-duration: 250;
	-moz-animation-duration: 250;
	-o-animation-duration: 250;
	animation-duration: 250;
	-webkit-animation-delay: 125;
	-moz-animation-delay: 125;
	-o-animation-delay: 125;
	animation-delay: 125;
	-webkit-animation-iteration-count: .5;
	-moz-animation-iteration-count: .5;
	-o-animation-iteration-count: .5;
	animation-iteration-count: .5;*/
}
#logo_intro .subtitle {
	margin-top: -25px;
}
#bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	overflow: hidden;
	z-index: 999999998;
}
#bg .base, 
#gradient {
	opacity: 0;
	width: 100%;
	height: 100%;
}
#bg .base {
	position: absolute;
	opacity: 1;
	background: #000;
}
#gradient.default {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff9932+0,cc0000+16,871b1b+34,561111+52,210008+100 */
	background: #ff9932; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover,  #ff9932 0%, #cc0000 16%, #871b1b 34%, #561111 52%, #210008 100%); /* FF3.6-15 */
	background: -webkit-radial-gradient(center, ellipse cover,  #ff9932 0%,#cc0000 16%,#871b1b 34%,#561111 52%,#210008 100%); /* Chrome10-25,Safari5.1-6 */
	background: radial-gradient(ellipse at center,  #ff9932 0%,#cc0000 16%,#871b1b 34%,#561111 52%,#210008 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9932', endColorstr='#210008',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
#gradient.pulse {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#210008+41,5b0000+79,871b1b+100 */
	background: #210008; /* Old browsers */
	background: -moz-linear-gradient(top,  #210008 41%, #5b0000 79%, #871b1b 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #210008 41%,#5b0000 79%,#871b1b 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #210008 41%,#5b0000 79%,#871b1b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#210008', endColorstr='#871b1b',GradientType=0 ); /* IE6-9 */
}