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

#saber {
    background-image: url(../images/bgSaber.png);
	background-color: #C5F2D3;
	height: 1476px;
}

/* alpha layer */
@-webkit-keyframes fadeIn { from { opacity:0; opacity: 1\9; /* IE9 only */ } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; opacity: 1\9; /* IE9 only */ } to { opacity:1; } }

.alphaNone {
	display: none !important;
	opacity: 0;
}

.alpha {
	position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
	background-image: url(../images/alpha.png);
	background-repeat: repeat;
	
	opacity:0;  /* make things invisible upon start */
    -ms-animation:fadeIn ease-in 1;
	-o-animation:fadeIn ease-in 1;
	-webkit-animation:fadeIn ease-in 1;  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
    -moz-animation:fadeIn ease-in 1;
    animation:fadeIn ease-in 1;
    
	-ms-animation-fill-mode:forwards;
	-o-animation-fill-mode:forwards;
    -webkit-animation-fill-mode:forwards;  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
    -moz-animation-fill-mode:forwards;
    animation-fill-mode:forwards;

    -ms-animation-duration:0.85s;
    -o-animation-duration:0.85s;
	-webkit-animation-duration:0.85s;
    -moz-animation-duration:0.85s;
    animation-duration:0.85s;
	
}

.close {
	background-image: url(../images/saberClose.png);
	width: 80px;
	height: 82px;
	z-index: 5000;
	position: absolute;
	right: 17%;
	top: 10%;
}

#alphaLayer section {
	z-index: 1000;
	position: absolute;
	display: block;
	top: 10%;
	width: 1226px;
	height: 736px;
	left: 50%;
	margin-left: -613px;
}

#alphaLayer section#jupiter {
	background-image: url(../images/saberOpJupiter.png);
}

#alphaLayer section#claudio {
	background-image: url(../images/saberOpClaudio.png);
}

#alphaLayer section#luna {
	background-image: url(../images/saberOpLuna.png);
}

#alphaLayer section aside.text {
	width: 700px;
	height: 600px;
	margin-top: 90px;
	margin-left: 470px;
}

#alphaLayer section aside.text h1 {
	font-size: 70px;
	margin-bottom: 0px;
}

#alphaLayer section aside.text h2 {
	font-size: 26px;
	margin-top: 0px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

#alphaLayer section#jupiter aside.text h1, #alphaLayer section#jupiter aside.text h2 {
	color: #FFF;
}

#alphaLayer section#claudio aside.text h1, #alphaLayer section#claudio aside.text h2 {
	color: #5e0710;
}

#alphaLayer section#luna aside.text h1, #alphaLayer section#luna aside.text h2 {
	color: #ffd368;
}

/*Section Animation */
@-webkit-keyframes flying {
     0% { top:300px; }
    50% { top: 0px; }
	100% { top:300px; }
}

@keyframes flying {
     0% { top:300px; }
    50% { top: 0px; }
	100% { top:300px; }
}

#saber section.animation {
	top: 200px;
	left: 50%;
	width: 1500px;
	margin-left: -700px;
}

#saber section.animation aside {
	margin-right: 55px;
	margin-left: 55px;
}

#saber section.animation aside:hover {
	animation-play-state: paused;
	-webkit-animation-play-state: paused;
	-moz-animation-play-state: paused;
	-o-animation-play-state: paused;
	-ms-animation-play-state: paused;
}

#saber section.animation aside.funny1 {
	background-image: url(../images/saberJupiter.png);
	width: 324px;
	height: 508px;
	
	animation: flying 3.5s infinite  normal ease-out;
	-webkit-animation: flying 3.5s infinite  normal ease-out;
	-moz-animation: flying 3.5s infinite  normal ease-out;
	-o-animation: flying 3.5s infinite  normal ease-out;
	-ms-animation: flying 3.5s infinite  normal ease-out;
}

#saber section.animation aside.funny2 {
	background-image: url(../images/saberClaudio.png);
	width: 345px;
	height: 527px;
	
	animation: flying 5s infinite  normal ease-out;
	-webkit-animation: flying 5s infinite  normal ease-out;
	-moz-animation: flying 5s infinite  normal ease-out;
	-o-animation: flying 5s infinite  normal ease-out;
	-ms-animation: flying 5s infinite  normal ease-out;
}

#saber section.animation aside.funny3 {
	background-image: url(../images/saberLuna.png);
	width: 484px;
	height: 555px;
	
	animation: flying 3s infinite  normal ease-out;
	-webkit-animation: flying 3s infinite  normal ease-out;
	-moz-animation: flying 3s infinite  normal ease-out;
	-o-animation: flying 3s infinite  normal ease-out;
	-ms-animation: flying 3s infinite  normal ease-out;
}


/*Media Queries */ 
@media screen and (max-width: 1800px) {
	
}

@media screen and (max-width: 1550px) {
	#saber {
    background-image: url(../images/bgSaber_1500.png);
	}	
	
	#alphaLayer section {
		top: -60px;
	  transform: scale(0.8);
	  -webkit-transform: scale(0.8);
	  -moz-transform: scale(0.8);
	  -o-transform: scale(0.8);
	  -ms-transform: scale(0.8);
	}
	
	.close {
	   top: 40px;;
	   right:19%;
	}
	
	#saber section.animation {
	 top: 100px;
	  transform: scale(0.8);
	  -webkit-transform: scale(0.8);
	  -moz-transform: scale(0.8);
	  -o-transform: scale(0.8);
	  -ms-transform: scale(0.8);
	}
	
}

@media screen and (max-width: 1370px) {
	#alphaLayer section {
	  top: -20px;
	  transform: scale(0.7);
	  -webkit-transform: scale(0.7);
	  -moz-transform: scale(0.7);
	  -o-transform: scale(0.7);
	  -ms-transform: scale(0.7);
	}
	
	.close {
	   top: 25px;
	   right:12%;
	}
	
	#saber section.animation {
	 top: 40px;
	  transform: scale(0.65);
	  -webkit-transform: scale(0.65);
	  -moz-transform: scale(0.65);
	  -o-transform: scale(0.65);
	  -ms-transform: scale(0.65);
	}

}

@media screen and (max-width: 1290px) {
	
	#saber {
    background-image: url(../images/bgSaber_1300.png);
	}	
	
	#saber section.animation {
	  top: -20px;
	  transform: scale(0.5);
	  -webkit-transform: scale(0.5);
	  -moz-transform: scale(0.5);
	  -o-transform: scale(0.5);
	  -ms-transform: scale(0.5);
	}
	
}

@media screen and (max-width: 1090px) {
	
	#alphaLayer section {
	  top: 0%;
	  transform: scale(0.6);
	  -webkit-transform: scale(0.6);
	  -moz-transform: scale(0.6);
	  -o-transform: scale(0.6);
	  -ms-transform: scale(0.6);
	}
	
	.close {
	   top: 15%;
	   right:9%;
	}

	
	
}

@media screen and (max-width: 980px) {
	
	#alphaLayer section {
	  top: 0%;
	  transform: scale(0.5);
	  -webkit-transform: scale(0.5);
	  -moz-transform: scale(0.5);
	  -o-transform: scale(0.5);
	  -ms-transform: scale(0.5);
	}
	
	.close {
	   top: 15%;
	   right:9%;
	}
	
	#saber section.animation {
	 top: -50px;
	  transform: scale(0.4);
	  -webkit-transform: scale(0.4);
	  -moz-transform: scale(0.4);
	  -o-transform: scale(0.4);
	  -ms-transform: scale(0.4);
	}

	
}

@media screen and (max-width: 875px) {
	
	#alphaLayer section {
	  transform: scale(0.45);
	  -webkit-transform: scale(0.45);
	  -moz-transform: scale(0.45);
	  -o-transform: scale(0.45);
	  -ms-transform: scale(0.45);
	}
	
	.close {
	   top: 15%;
	   right:9%;
	}
	
	#saber section.animation {
	 top: -100px;
	  transform: scale(0.3);
	  -webkit-transform: scale(0.3);
	  -moz-transform: scale(0.3);
	  -o-transform: scale(0.3);
	  -ms-transform: scale(0.3);
	}
	
}



@media screen and (max-width: 770px) {
	
	
}
