.header{
	height:1050px;
}

.content_container h1{
	background-color:rgba(232,228,228,0.50);
	padding:35px 0px;
	text-align:center;
	font-size:50px;
	font-weight:normal;
}


.content_container h1.title span{
	margin-left:-4500px;
	position:relative;
	-webkit-transition: all 800ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
	-moz-transition: all 800ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
    -o-transition: all 800ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition: all 800ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.content_container h1.title span.bounceInRight{
	margin-left:0px;
}