
/*-------------------------------firstname Animation-------------------------------------*/


@keyframes firstname
{
0%   { opacity:0;}
100% { opacity:1;}
}

@-webkit-keyframes firstname
{
0%   { opacity:0;}
100% { opacity:1;}
}

@-moz-keyframes firstname
{
0%   { opacity:0;}
100% { opacity:1;}
}

@-ms-keyframes firstname
{
0%   { opacity:0;}
100% { opacity:1;}
}

@-o-keyframes firstname
{
0%   { opacity:0;}
100% { opacity:1;}
}

/*-------------------------------bird1 -------------------------------------*/


@keyframes bird1
{
0%   	{ left:0%; opacity:0; top:50px;  }
40%   	{ opacity:1; }
75%   { top:50px; }
98%   { top:10px; }
100%   { left:100%; top:8px;  }
}

@-webkit-keyframes bird1
{
0%   	{ left:0%; opacity:0; top:50px;  }
40%   	{ opacity:1; }
75%   { top:50px; }
98%   { top:10px; }
100%   { left:100%; top:8px;  }
}

@-moz-keyframes bird1
{
0%   	{ left:0%; opacity:0; top:50px;  }
40%   	{ opacity:1; }
75%   { top:50px; }
98%   { top:10px; }
100%   { left:100%; top:8px;  }
}

@-o-keyframes bird1
{
0%   	{ left:0%; opacity:0; top:50px;  }
40%   	{ opacity:1; }
75%   { top:50px; }
98%   { top:10px; }
100%   { left:100%; top:8px;  }
}

@-ms-keyframes bird1
{
0%   	{ left:0%; opacity:0; top:50px;  }
40%   	{ opacity:1; }
75%   { top:50px; }
98%   { top:10px; }
100%   { left:100%; top:8px;  }
}




/*-------------------------------bird2 -------------------------------------*/
@keyframes bird2
{
0%   	{ top:150px;  left:0%;}
2%   	{ top:140px; }
10%   	{ top:150px; }
18%   	{ top:140px; }
24%   	{ top:150px; }
42%   	{ top:80px;  }
70%   	{ top:80px;  }
90%   	{ top:150px; }
100%   	{ top:100px; left:100%;}

}



@-webkit-keyframes  bird2
{
0%   	{ top:150px;  left:0%;}
2%   	{ top:140px; }
10%   	{ top:150px; }
18%   	{ top:140px; }
24%   	{ top:150px; }
42%   	{ top:80px;  }
70%   	{ top:80px;  }
90%   	{ top:150px; }
100%   	{ top:100px; left:100%;}

}

@-moz-keyframes  bird2
{
0%   	{ top:150px;  left:0%;}
2%   	{ top:140px; }
10%   	{ top:150px; }
18%   	{ top:140px; }
24%   	{ top:150px; }
42%   	{ top:80px;  }
70%   	{ top:80px;  }
90%   	{ top:150px; }
100%   	{ top:100px; left:100%;}

}

@-o-keyframes  bird2
{
0%   	{ top:150px;  left:0%;}
2%   	{ top:140px; }
10%   	{ top:150px; }
18%   	{ top:140px; }
24%   	{ top:150px; }
42%   	{ top:80px;  }
70%   	{ top:80px;  }
90%   	{ top:150px; }
100%   	{ top:100px; left:100%;}

}

@-ms-keyframes  bird2
{
0%   	{ top:150px;  left:0%;}
2%   	{ top:140px; }
10%   	{ top:150px; }
18%   	{ top:140px; }
24%   	{ top:150px; }
42%   	{ top:80px;  }
70%   	{ top:80px;  }
90%   	{ top:150px; }
100%   	{ top:100px; left:100%;}

}



/*-------------------------------bird3 -------------------------------------*/
@keyframes bird3
{
0%   	{ top:290px;  left:0%;}
100%   	{ top:230px; left:100%;}

}

@-webkit-keyframes bird3
{
0%   	{ top:290px;  left:0%;}
100%   	{ top:230px; left:100%;}

}
@-moz-keyframes bird3
{
0%   	{ top:290px;  left:0%;}
100%   	{ top:230px; left:100%;}

}
@-o-keyframes bird3
{
0%   	{ top:290px;  left:0%;}
100%   	{ top:230px; left:100%;}

}

@-ms-keyframes bird3
{
0%   	{ top:290px;  left:0%;}
100%   	{ top:230px; left:100%;}

}

ul
{
	list-style:none;
	margin:0px;
	padding:0px;
}

.sachscapital {
 	background: url("../images/sachscapital-bg.jpg") no-repeat scroll center center rgba(0, 0, 0, 0);
    height: 578px;
    overflow: hidden;
    position: relative;
    width: 800px;
	font-family: "Times New Roman", Times, serif;
}
.info-text {
	padding-top:100px;
}
.sachs {
	color: #FFFFFF;
	font-size: 80px;
	letter-spacing: 18px;
	text-align: center;
	 text-indent: 16px;
	animation:firstname 4s  ease-in 0.1s forwards;
	-moz-animation:firstname 4s  ease-in 0.1s forwards;
	-ms-animation:firstname 4s  ease-in 0.1s forwards;
	-o-animation:firstname 4s  ease-in 0.1s forwards;
	-webkit-animation:firstname 4s  ease-in 0.1s forwards;

}
.capital-con {
	background: none repeat scroll 0 0 #000000;
	font-size: 37px;
	letter-spacing: 28px;
	margin: -15px auto 0;
	padding: 0 7px;
	width: 324px;
	 opacity: 0;
	 animation: firstname 0.8s ease-in 2s forwards;
	-moz-animation: firstname 0.8s ease-in 2s forwards;
	-ms-animation: firstname 0.8s ease-in 2s forwards;
	-o-animation: firstname 0.8s ease-in 2s forwards;
	-webkit-animation: firstname 0.8s ease-in 2s forwards;
}
.capital-con span {
	color:#FFFFFF;
		 opacity: 0;
	 animation: firstname 0.8s ease-in 3s forwards;
	-moz-animation: firstname 0.8s ease-in 3s forwards;
	-ms-animation: firstname 0.8s ease-in 3s forwards;
	-o-animation: firstname 0.8s ease-in 3s forwards;
	-webkit-animation: firstname 0.8s ease-in 3s forwards;
}
.secondline {
	text-align:center;
	 opacity: 0;
	animation: firstname 0.8s ease-in 4s forwards;
	-moz-animation: firstname 0.8s ease-in 4s forwards;
	-ms-animation: firstname 0.8s ease-in 4s forwards;
	-o-animation: firstname 0.8s ease-in 4s forwards;
	-webkit-animation: firstname 0.8s ease-in 4s forwards;
}
.secondline li {
	display:inline-block;
	color: #fff;
}
.secondline li:before {
	background: none repeat scroll 0 0 #000000;
	content: " ";
	display: inline-block;
	height: 8px;
	margin: 0 6px 2px 2px;
	width: 8px;
}
.secondline li:first-child:before {
	display:none;
}
.bird1
{
	position:absolute;
	top:50px;
	left:-3%;
	animation:bird1 7s  linear;
	-moz-animation:bird1 7s  linear;
	-ms-animation:bird1 7s  linear;
	-o-animation:bird1 7s  linear;
	-webkit-animation:bird1 7s  linear;
}
.bird1 img
{
	width:20px;
}
.bird2
{
	position:absolute;
	top:150px;
	left:-3%;
	animation:bird2 8s 1s linear ;
	-moz-animation:bird2 8s 1s linear ;
	-ms-animation:bird2 8s 1s linear ;
	-o-animation:bird2 8s 1s linear ;
	-webkit-animation:bird2 8s 1s linear ;

}
.bird2 img
{
	width:25px;
}

.bird3
{
	position:absolute;
	top: 290px;
	left:-3%;
	animation:bird3 10s 1.5s linear ;
	-moz-animation:bird3 10s 1.5s linear ;
	-ms-animation:bird3 10s 1.5s linear ;
	-o-animation:bird3 10s 1.5s linear ;
	-webkit-animation:bird3 10s 1.5s linear ;


}
.bird3 img
{
	width:30px;
}

