html,body,p,h5,h4,h3,h2,h1,span
{
margin:0;
padding:0;
}
div,a,p
{
	position:relative;
	float:left;
}
*:focus  
{  
	outline: none;  
}
a
{
	text-decoration:none;
}
body
{
	margin:0;
	padding:0;
	font-size:0;	
	background-color:#FFFFFF;
	color:#204498;
	font-family:'proxima';
}
.w_100
{
	width:100%;
}
.splash_frame
{
	width:90%;
	margin:50px 5% 20px 5%;
	height:auto;
}
.icon_1
{
	text-align:center;
}
.header_1
{
	margin-top:30px;
	font-size:30px;
	text-align:center;
	
}
.header_1 span
{
	display:block;
	margin-top:10px;
	font-size:13px;
	line-height:17px !important;
}
.header_2
{
	font-size:14px;
	color:#fE0084;
	text-transform:uppercase;
	font-weight:600;
	margin-top:30px;
	float:right;
}
.header_2 span
{
	font-weight:400;
	text-transform:none;
	font-size:20px;
	line-height:38px;
}
@media (min-width: 768px)
{
	.splash_frame
	{
		float:none;
		width:700px;
		margin:50px auto 0 auto;
		height:auto;
	}
	.icon_1
	{
		width:164px;
		text-align:left;
	}
	.header_1
	{
		width:500px;
		text-align:left;
		margin-top:10px;
		margin-left:30px;
	}
	.header_2
	{		
		float:right;
		width:200px;
		margin-top:70px;
		
	}
}

