@charset "utf-8";
/* CSS Document */

body  {
	background:url('turbo-ski-bkg.jpg')50% 0 no-repeat fixed; 
	background-size:cover;
	font-family: "Droid Sans", arial, verdana, sans-serif;
	font-weight: 700;
	color: #e94d00;
	background-color: #f2f2f2;
	overflow: hidden 0 0; 
}

#container{
	width:100%;
	/*max-width:980px;*/
	margin-left:auto;
	margin-right:auto;
}
#top{
	position:fixed;
	margin-left:-30px;
}
#main{
	padding-top:50px;
}
#footer{
	
}

#button{
	width:200px;
	margin-left:auto;
	margin-right:auto;
	margin-top:-50px;
	-webkit-animation: button 1s ease-out infinite ;
	-moz-animation: button 1s ease-out infinite;
	-ms-animation: button 1s ease-out infinite;
	-o-animation: button 1s ease-out infinite;
	animation: button 1s ease-out infinite;
}

@-webkit-keyframes button {
	0% { opacity: 1; }
	50% { opacity: 0.5; }
	100% { opacity: 1; }
}

@-moz-keyframes button {
		0% { opacity: 1; }
	50% { opacity: 0.5; }
	100% { opacity: 1; }
}

@-ms-keyframes button {
		0% { opacity: 1; }
	50% { opacity: 0.5; }
	100% { opacity: 1; }
}

@-o-keyframes button {
		0% { opacity: 1; }
	50% { opacity: 0.5; }
	100% { opacity: 1; }
}

@keyframes button {
		0% { opacity: 1; }
	50% { opacity: 0.5; }
	100% { opacity: 1; }
}
/*#introImg{
	position: relative;
	text-align:center;
	width:80%;
	margin-left:10%;
	margin-right:auto;
	opacity:0;
	-webkit-animation: introImg 4s ease-out 2.5s;
	-moz-animation: introImg 4s ease-out 2.5s;
	-ms-animation: introImg 4s ease-out 2.5s;
	-o-animation: introImg 4s ease-out 2.5s;
	animation: introImg 4s ease-out 2.5s;
		-webkit-animation-fill-mode: forwards; 
	-moz-animation-fill-mode: forwards; 
	-o-animation-fill-mode: forwards; 
 animation-fill-mode: forwards; 
}

@-webkit-keyframes introImg {
	0% { opacity: 0;left:0px; top:0px; }
	10% { opacity: 1; left:0px; top:0px; }
	90% { left:-700px; top:-30px;  }
	100% { opacity: 0.3;left:-700px; top:-30px; }
}

@-moz-keyframes introImg {
	0% { opacity: 0;left:0px; top:0px; }
	10% { opacity: 1; left:0px; top:0px; }
	90% { left:-700px; top:-30px;  }
	100% { opacity: 0.3;left:-700px; top:-30px; }
}

@-ms-keyframes introImg {
0% { opacity: 0;left:0px; top:0px; }
	10% { opacity: 1; left:0px; top:0px; }
	90% {  left:-700px; top:-30px;  }
	100% { opacity: 0.3;left:-700px; top:-30px; }
}

@-o-keyframes introImg {
	0% { opacity: 0;left:0px; top:0px; }
	10% { opacity: 1; left:0px; top:0px; }
	90% { left:-700px; top:-30px;  }
	100% { opacity: 0.3;left:-700px; top:-30px; }
}

@keyframes introImg {
	0% { opacity: 0;left:0px; top:0px; }
	10% { opacity: 1; left:0px; top:0px; }
	90% { left:-700px; top:-30px;  }
	100% { opacity: 0.3;left:-700px; top:-30px; }
}*/
/*-------star wars styleee----------------*/

p#start
{
	position: relative;
	text-align:center;
	width:80%;
	margin-left:10%;
	margin-right:auto;
	font-weight: bold;
	font-size:xx-large;
	margin: 20% auto;
	color: #e94d00;
	opacity: 0;
	z-index: 99999;
	-webkit-animation: intro 2s ease-out;
	-moz-animation: intro 2s ease-out;
	-ms-animation: intro 2s ease-out;
	-o-animation: intro 2s ease-out;
	animation: intro 2s ease-out;
}

@-webkit-keyframes intro {
	0% { opacity: 1; }
	90% { opacity: 1; }
	100% { opacity: 0; }
}

@-moz-keyframes intro {
	0% { opacity: 1; }
	90% { opacity: 1; }
	100% { opacity: 0; }
}

@-ms-keyframes intro {
	0% { opacity: 1; }
	90% { opacity: 1; }
	100% { opacity: 0; }
}

@-o-keyframes intro {
	0% { opacity: 1; }
	90% { opacity: 1; }
	100% { opacity: 0; }
}

@keyframes intro {
	0% { opacity: 1; }
	90% { opacity: 1; }
	100% { opacity: 0; }
}

h1
{
	position: absolute;
	width: 2.6em;
	left: 50%;
	top: 25%;
	font-size: 10em;
	text-align: center;
	margin-left: -1.3em;
	line-height: 0.8em;
	letter-spacing: -0.05em;
	color: #e94d00;
	
	opacity: 0;
	z-index: 1;
	-webkit-animation: logo 5s ease-out 2.5s;
	-moz-animation: logo 5s ease-out 2.5s;
	-ms-animation: logo 5s ease-out 2.5s;
	-o-animation: logo 5s ease-out 2.5s;
	animation: logo 5s ease-out 2.5s;
}

h1 sub
{
	display: block;
	font-size: 0.3em;
	letter-spacing: 0;
	line-height: 0.8em;
}

@-webkit-keyframes logo {
	0% { -webkit-transform: scale(1); opacity: 1; }
	50% { opacity: 1; }
	100% { -webkit-transform: scale(0.1); opacity: 0; }
}

@-moz-keyframes logo {
	0% { -moz-transform: scale(1); opacity: 1; }
	50% { opacity: 1; }
	100% { -moz-transform: scale(0.1); opacity: 0; }
}

@-ms-keyframes logo {
	0% { -ms-transform: scale(1); opacity: 1; }
	50% { opacity: 1; }
	100% { -ms-transform: scale(0.1); opacity: 0; }
}

@-o-keyframes logo {
	0% { -o-transform: scale(1); opacity: 1; }
	50% { opacity: 1; }
	100% { -o-transform: scale(0.1); opacity: 0; }
}

@keyframes logo {
	0% { transform: scale(1); opacity: 1; }
	50% { opacity: 1; }
	100% { transform: scale(0.1); opacity: 0; }
}

/* the interesting 3D scrolling stuff */
#titles
{
	position: absolute;
	width: 18em;
	height: 50em;
	bottom: 0;
	left: 50%;
	margin-left: -9em;
	font-size: 500%;
	text-align: justify;
	overflow: hidden;
	-webkit-transform-origin: 50% 100%;
	-moz-transform-origin: 50% 100%;
	-ms-transform-origin: 50% 100%;
	-o-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-transform: perspective(180px) rotateX(10deg);
	-moz-transform: perspective(180px) rotateX(10deg);
	-ms-transform: perspective(180px) rotateX(10deg);
	-o-transform: perspective(180px) rotateX(10deg);
	transform: perspective(180px) rotateX(10deg);
}

#titles:after
{
	position: absolute;
	content: ' ';
	left: 0;
	right: 0;
	top: 0;
	bottom: 60%;
	/*background-image: -webkit-linear-gradient(top, #FFFFFF 0%, transparent 100%);
	background-image: -moz-linear-gradient(top,#FFFFFF 0%, transparent 100%);
	background-image: -ms-linear-gradient(top, #FFFFFF 0%, transparent 100%);
	background-image: -o-linear-gradient(top,#FFFFFF 0%, transparent 100%);
	background-image: linear-gradient(top, #FFFFFF 0%, transparent 100%);*/
	pointer-events: none;
}

#titles p
{
	text-align: justify;
	margin: 0.8em 0;
}

#titles p.center
{
	text-align: center;
}

#titles a
{
	color: #ff6;
	text-decoration: underline;
}

#titlecontent
{
	position: absolute;
	top: 100%;
	-webkit-animation: scroll 110s linear 4s ;
	-moz-animation: scroll 110s linear 4s ;
	-ms-animation: scroll 110s linear 4s ;
	-o-animation: scroll 110s linear 4s ;
	animation: scroll 110s linear 4s;
}
#back {
	
	background-size:cover;
	height:100%;
}
/* animation */
@-webkit-keyframes scroll {
	0% { opacity:1;top: 100%; }
	30% {opacity:1;}
	35% {opacity:0;}
	100% { top: -170%; opacity:0; }
}

@-moz-keyframes scroll {
	0% { opacity:1;top: 100%; }
	30% {opacity:1;}
	35% {opacity:0;}
	100% { top: -170%; opacity:0; }
}

@-ms-keyframes scroll {
	0% { opacity:1;top: 100%; }
	30% {opacity:1;}
	35% {opacity:0;}
	100% { top: -170%; opacity:0; }
}

@-o-keyframes scroll {
		0% { opacity:1;top: 100%; }
	30% {opacity:1;}
	35% {opacity:0;}
	100% { top: -170%; opacity:0; }
}

@keyframes scroll {
		0% { opacity:1;top: 100%; }
	30% {opacity:1;}
	35% {opacity:0;}
	100% { top: -170%; opacity:0; }
}

#infoCont
{
	position: absolute;
	width:80%;
	margin-left:10%;
	margin-right:auto;
	top: 10%;
	font-size: 30px;
	text-align: center;
	line-height: 0.8em;
	letter-spacing: -0.05em;
	color: #e94d00;
	opacity: 0;
	z-index: 1;
	-webkit-animation: info 3s linear 40s ;
	-moz-animation: info 3s linear 40s ;
	-ms-animation: info 3s linear 40s ;
	-o-animation: info 3s linear 40s ;
	animation: info 3s linear 40s;
	-webkit-animation-fill-mode: forwards; 
	-moz-animation-fill-mode: forwards; 
	-o-animation-fill-mode: forwards; 
 animation-fill-mode: forwards; 
}

@-webkit-keyframes info {
	0% { opacity: 0; }
	30% { opacity: 1; }
	100% { opacity: 1; }
	
}

@-moz-keyframes info {
	0% { opacity: 0; }
	30% { opacity: 1; }
	100% { opacity: 1; }
}

@-ms-keyframes info {
	0% { opacity: 0; }
	30% { opacity: 1; }
	100% { opacity: 1; }
}

@-o-keyframes info {
	0% { opacity: 0; }
	30% { opacity: 1; }
	100% { opacity: 1; }
}

@keyframes info {
	0% { opacity: 0; }
	30% { opacity: 1; }
	100% { opacity: 1; }
}
 p#copy{
		color:#999999;
		font-size:15px;
	}
</style>