.animate h1{color:#fff; font-size:36px; font-family:'roboto_condensedregular';   text-transform:uppercase; text-transform:normal;} 
.animate h3{color:#fff; font-size:30px;   text-transform:normal; font-family:'open_sanslight'; }
.animate {
	font-size: 50px;
	margin:0 auto;
	position:absolute;
	left:0px; right:0; top:120px;
	width:80%;
}

.animate span {
	display: inline-block;
	letter-spacing:-5px;
}



.animate span:nth-of-type(2)  {animation-delay: .05s;}

.animate span:nth-of-type(3)  {animation-delay: .1s;}
.animate span:nth-of-type(4)  {animation-delay: .15s;}

.animate span:nth-of-type(5)  {animation-delay: .2s;}
.animate span:nth-of-type(6)  {animation-delay: .25s;}

.animate span:nth-of-type(7)  {animation-delay: .3s;}
.animate span:nth-of-type(8)  {animation-delay: .35s;}

.animate span:nth-of-type(9)  {animation-delay: .4s;}
.animate span:nth-of-type(10) {animation-delay: .45s;}

.animate span:nth-of-type(11) {animation-delay: .5s;}
.animate span:nth-of-type(12) {animation-delay: .55s;}

.animate span:nth-of-type(13) {animation-delay: .6s;}
.animate span:nth-of-type(14) {animation-delay: .65s;}

.animate span:nth-of-type(15) {animation-delay: .7s;}
.animate span:nth-of-type(16) {animation-delay: .75s;}

.animate span:nth-of-type(17) {animation-delay: .8s;}
.animate span:nth-of-type(18) {animation-delay: .85s;}

.animate span:nth-of-type(19) {animation-delay: .9s;}
.animate span:nth-of-type(20) {animation-delay: .95s;}

.animate span:nth-of-type(21) {animation-delay: .1s;}
.animate span:nth-of-type(4)  {animation-delay: .15s;}

.animate span:nth-of-type(23) {animation-delay: .2s;}
.animate span:nth-of-type(4)  {animation-delay: .25s;}

.animate span:nth-of-type(25) {animation-delay: .3s;}
.animate span:nth-of-type(4)  {animation-delay: .35s;}

.animate span:nth-of-type(27) {animation-delay: .4s;}
.animate span:nth-of-type(28) {animation-delay: .45s;}

.animate span:nth-of-type(29) {animation-delay: .5s;}
.animate span:nth-of-type(30) {animation-delay: .55s;}

.animate span:nth-of-type(31) {animation-delay: .6s;}
.animate span:nth-of-type(32) {animation-delay: .65s;}

.animate span:nth-of-type(33) {animation-delay: .7s;}
.animate span:nth-of-type(34) {animation-delay: .75s;}

.animate span:nth-of-type(35) {animation-delay: .8s;}
.animate span:nth-of-type(36) {animation-delay: .85s;}

.animate span:nth-of-type(37) {animation-delay: .9s;}
.animate span:nth-of-type(38) {animation-delay: .95s;}

.animate span:nth-of-type(39) {animation-delay: .10s;}
.animate span:nth-of-type(40) {animation-delay: .105s;}


.animate span:nth-of-type(39) {animation-delay: .1s;}
.animate span:nth-of-type(40) {animation-delay: .115s;}












/* Animation Four */


.four span {
	opacity: 0;
	transform: translate(0, -10px) rotate(0deg) scale(0);
	animation: revolveDrop .50s forwards;
}


@keyframes revolveDrop {
	30% {
		transform: translate(0, -100px) rotate(0deg) scale(0);
	}

	60% {
		transform: translate(0px, -100px) scale(.5) rotate(0deg);
	}

	100% {
		transform: translate(0) scale(1) rotate(0deg);
		opacity: 1;
	}







