
#apps_banner{
	
	position: relative;
	
	width: 100%;
	height: 310px;
	
}


#apps_content{
	position: relative;
   
	width: 100%;
	height: 1040px;
	
	background-color: #ffffff;
	
	
}

#apps_title{
	
	position: absolute;
	top: 110px;
	left:0px;
	width: 100%;
	height: 78px;
	font-family: "BreezeSans_bold";
	font-size: 72px;
	
	color: #0068b7;
	text-align: center;
	
}


#apps_1{
	position: absolute;
	top: 295px;
	left:15.36%;
	width: 69.67%;
	height: 168px;
	
	
}

#apps_2{
	position: absolute;
	top: 512px;
	left:15.36%;
	width: 69.67%;
	height: 168px;
	
	
}

#apps_3{
	position: absolute;
	top: 730px;
	left:15.36%;
	width: 69.67%;
	height: 168px;
	
	
}

.apps_icon{
	position: absolute; 
	top:5px; 
	left: 5px; 
	width: 153px; 
	height: 153px;
	/*border-radius: 27px;*/
	/*box-shadow: 0px 0px 10px #737475;*/
	

}

.apps_name{
	position: absolute;
	top: 5px;
	left:175px;
	font-family: "BreezeSans_bold";
	font-size: 30px;
	color: #0068b7;
	margin: 0px;
	padding: 0px;

}

.apps_intro{
	position: absolute;
	top: 30px;
	left:175px;
	font-family: "BreezeSans_nor";
	font-size: 18px;
	color: #6d6d6d;

}
