@charset "utf-8";
/*--
	Add your style here

--*/
.titlestyle{
	font-weight: 900;
	color: white;
	font-size: 44px;
} 
	/*width:100%;
	padding:6px 0;
	font-size:46px;
	text-align:left;
	color:#666;
	font-family: 'Raleway', sans-serif;
	font-weight:900;
	text-transform:uppercase;
	letter-spacing:2px;
	position:relative;
}
.section-title h1:before {
	content:'';
	position:absolute;
	top:-15px;
	left:-15px;
	width:100px;
	height:100px;
	background:#eee;
	z-index:-1;
	opacity:0.8;
}*/