
/*-------------------------
	General Styles
--------------------------*/
.init-hide{
	display: none;
}



/*----------------------------
	Container & textbox
-----------------------------*/


#letter-container{
	color: #fff;
	margin: 0 auto;
	padding: 100px 0 100px;
	width: 650px;
	position:relative;
	min-height: 90px;
}

#letter-container:before{
	display: none;
	content: ">";
	font-size: 50px;
	left: -40px;
	opacity: 0.25;
	position: absolute;
	text-shadow: 1px 1px 0 white;
	top: 210px;
}



#letter-container{
	font-size: 48px;
	line-height: 55px;
	color: #fff;
	font-weight: normal;
font-family:"Roboto_B";
}
#letter-container > span{
	font-weight: normal;
font-family:"Roboto_B";
}