body {
	background: #310404 url(../images/red_texture.jpg) repeat top left;
	font-family: 'Century Gothic';
}
h1.main,p.demos {
	-webkit-animation-delay: 18s;
	-moz-animation-delay: 18s;
	-ms-animation-delay: 18s;
	animation-delay: 1s;
}
.sp-container {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 0;
	
	
}
.sp-content {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	z-index: 1000;
}
.sp-container h2 {
	position: absolute;
	top: 136px;
	font-family: 'Century Gothic';
	line-height: 100px;
	height: 434px;
	margin-top: -50px;
	font-size: 60px;
	width: 472px;
	text-align: center;
	color: transparent;
	-webkit-animation: blurFadeInOut 5s ease-in backwards;
	-moz-animation: blurFadeInOut 5s ease-in backwards;
	-ms-animation: blurFadeInOut 5s ease-in backwards;
	animation: blurFadeInOut 5s ease-in backwards;
	left: 903px;
}
.sp-container h2.frame-1 {
	-webkit-animation-delay: 32s;
	-moz-animation-delay: 28s;
	-ms-animation-delay: 28s;
	animation-delay: 32s;
}
.sp-container h2.frame-2 {
	-webkit-animation-delay: 34s;
	-moz-animation-delay: 34s;
	-ms-animation-delay: 34s;
	animation-delay: 36s;
}
.sp-container h2.frame-3 {
	-webkit-animation-delay: 39s;
	-moz-animation-delay: 39s;
	-ms-animation-delay: 39s;
	animation-delay: 40s;
}
.sp-container h2.frame-4 {
	font-size: 70px;
	-webkit-animation-delay: 43s;
	-moz-animation-delay: 43s;
	-ms-animation-delay: 43s;
	animation-delay: 43s;
}
.sp-container h2.frame-5 {
	-webkit-animation: none;
	-moz-animation: none;
	-ms-animation: none;
	animation: none;
	color: transparent;
	text-shadow: 0px 0px 1px #fff;
}
.sp-container h2.frame-5 span {
	-webkit-animation: blurFadeIn 3s ease-in 47s backwards;
	-moz-animation: blurFadeIn 3s ease-in 47s backwards;
	-ms-animation: blurFadeIn 3s ease-in 47s backwards;
	animation: blurFadeIn 3s ease-in 47s backwards;
	color: transparent;
	text-shadow: 0px 0px 1px #fff;
}
.sp-container h2.frame-5 span:nth-child(2) {
	-webkit-animation-delay: 51s;
	-moz-animation-delay: 51s;
	-ms-animation-delay: 51s;
	animation-delay: 51s;
}
.sp-container h2.frame-5 span:nth-child(3) {
	-webkit-animation-delay: 53s;
	-moz-animation-delay: 53s;
	-ms-animation-delay: 53s;
	animation-delay: 53s;
}
.sp-globe {
	position: absolute;
	width: 240px;
	height: 240px;
	left: 38px;
	top: 777px;
	margin: 0px 0 0 0px;
	background: transparent url(../images/globe.gif) no-repeat top left;
	-webkit-animation: fadeInBack 2.4s linear 54s backwards;
	-moz-animation: fadeInBack 2.4s linear 54s backwards;
	-ms-animation: fadeInBack 2.4s linear 54s backwards;
	animation: fadeInBack 2.4s linear 54s backwards;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	opacity: 1.0;
	-webkit-transform: scale(2);
	-moz-transform: scale(2);
	-o-transform: scale(2);
	-ms-transform: scale(2);
	transform: scale(2);
}
.sp-circle-link {
	position: absolute;
	left: 154px;
	bottom: -108px;
	margin-left: -50px;
	text-align: center;
	line-height: 100px;
	width: 100px;
	height: 100px;
	background: #f00;
	color: #FF0000;
	font-size: 20px;
	font-family: 'Century Gothic';
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-animation: fadeInRotate 4s linear 55s backwards;
	-moz-animation: fadeInRotate 4s linear 55s backwards;
	-ms-animation: fadeInRotate 4s linear 55s backwards;
	animation: fadeInRotate 4s linear 55s backwards;
	-webkit-transform: scale(1) rotate(0deg);
	-moz-transform: scale(1) rotate(0deg);
	-o-transform: scale(1) rotate(0deg);
	-ms-transform: scale(1) rotate(0deg);
	transform: scale(1) rotate(0deg);
	opacity: 0.4;
}
.sp-circle-link:hover {
	background: #FF0004;
	color: #ffffff;
}
/**/
@-webkit-keyframes blurFadeInOut{
	0%{
		opacity: 0;
		text-shadow: 0px 0px 40px #fff;
		-webkit-transform: scale(1.3);
	}
	20%,75%{
		opacity: 1;
		text-shadow: 0px 0px 1px #fff;
		-webkit-transform: scale(1);
	}
	100%{
		opacity: 0;
		text-shadow: 0px 0px 50px #fff;
		-webkit-transform: scale(0);
	}
}
@-webkit-keyframes blurFadeIn{
	0%{
		opacity: 0;
		text-shadow: 0px 0px 40px #fff;
		-webkit-transform: scale(1.3);
	}
	50%{
		opacity: 0.5;
		text-shadow: 0px 0px 10px #fff;
		-webkit-transform: scale(1.1);
	}
	100%{
		opacity: 1;
		text-shadow: 0px 0px 1px #fff;
		-webkit-transform: scale(1);
	}
}
@-webkit-keyframes fadeInBack{
	0%{
		opacity: 0;
		-webkit-transform: scale(0);
	}
	50%{
		opacity: 0.1;
		-webkit-transform: scale(1);
	}
	100%{
		opacity: 0.1;
		-webkit-transform: scale(1.0);
	}
}
@-webkit-keyframes fadeInRotate{
	0%{
		opacity: 0;
		-webkit-transform: scale(0) rotate(0deg);
	}
	100%{
		opacity: 0.5;
		-webkit-transform: scale(1) rotate(0deg);
		
	}
}
/**/
@-moz-keyframes blurFadeInOut{
	0%{
		opacity: 0;
		text-shadow: 8px 8px 40px #fff;
		-moz-transform: scale(1.3);
	}
	20%,75%{
		opacity: 1;
		text-shadow: 0px 0px 1px #fff;
		-moz-transform: scale(1);
	}
	100%{
		opacity: 0;
		text-shadow: 0px 0px 50px #fff;
		-moz-transform: scale(0);
	}
}
@-moz-keyframes blurFadeIn{
	0%{
		opacity: 0;
		text-shadow: 0px 0px 40px #fff;
		-moz-transform: scale(1.3);
	}
	100%{
		opacity: 1;
		text-shadow: 0px 0px 1px #fff;
		-moz-transform: scale(1);
	}
}
@-moz-keyframes fadeInBack{
	0%{
		opacity: 0;
		-moz-transform: scale(0);
	}
	50%{
		opacity: 0.1;
		-moz-transform: scale(1);
	}
	100%{
		opacity: 0.1;
		-moz-transform: scale(2.0);
	}
}
@-moz-keyframes fadeInRotate{
	0%{
		opacity: 0;
		-moz-transform: scale(0) rotate(360deg);
	}
	100%{
		opacity: 0.5;
		-moz-transform: scale(1) rotate(0deg);
		
	}
}
/**/
@keyframes blurFadeInOut{
	0%{
		opacity: 0;
		text-shadow: 0px 0px 40px #fff;
		transform: scale(1.3);
	}
	20%,75%{
		opacity: 1;
		text-shadow: 0px 0px 1px #fff;
		transform: scale(1);
	}
	100%{
		opacity: 0;
		text-shadow: 0px 0px 50px #fff;
		transform: scale(0);
	}
}
@keyframes blurFadeIn{
	0%{
		opacity: 0;
		text-shadow: 0px 0px 40px #fff;
		transform: scale(1.3);
	}
	50%{
		opacity: 0.5;
		text-shadow: 0px 0px 10px #fff;
		transform: scale(1.1);
	}
	100%{
		opacity: 1;
		text-shadow: 0px 0px 1px #fff;
		transform: scale(1);
	}
}
@keyframes fadeInBack{
	0%{
		opacity: 0;
		transform: scale(0);
	}
	50%{
		opacity: 0.1;
		transform: scale(1);
	}
	100%{
		opacity: 0.1;
		transform: scale(2.0);
	}
}
@keyframes fadeInRotate{
	0%{
		opacity: 0;
		transform: scale(0) rotate(0deg);
	}
	100%{
		opacity: 0.5;
		transform: scale(1) rotate(0deg);
	}
}
