 
.page-homepage{
	position:absolute;
	top:50%;
	left:50%;
	width:940px;
	/*margin:0 auto;*/
	margin-left:-470px;
	margin-top:-200px;
}

 
.page-homepage .col_left{
	height:325px;
	float:left;
	width:450px;
}

.page-homepage .col_right{
	height:325px;
	float:right;
	width:460px;	
}
.page-homepage img{
 	border-bottom:3px solid #f80029;	
	opacity: 0;	
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity:0.0;
	-khtml-opacity: 0.0;
	-webkit-transition:opacity 0.80s ease-out;
	-moz-transition:opacity 0.80s ease-out;
	-o-transition:opacity 0.80s ease-out;
	transition:opacity 0.80s ease-out;	
	
}
.page-homepage img.loaded{
	opacity: 1;	
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity:1.0;
	-khtml-opacity: 1.0;
}

.page-homepage p{
	text-transform:uppercase;
	color:#c4c5c5;
	font-size:11px;
	margin-bottom:25px;
}

.page-homepage h1{
	text-transform:uppercase;
	color:#c4c5c5;
	margin-bottom:20px;
	font-size:28px;
	line-height:28px;
}
.page-homepage  p{
	margin-bottom:20px;
}
.page-homepage a:hover h1,
.page-homepage a:hover p{
	color:#f80029; 
	
}
/* footer */
.row{
	position:fixed;
	width:100%;
	bottom:20px;
}

@media only screen and (min-width:501px) and (max-width:980px){
	 .page-homepage{
	 	width:460px;
	 	 margin-left:-230px;
	 	/*position:static*/	 	
	 	margin-top:-380px;	 
	 }
	 
	 .page-homepage .col_right{
	 	float:none;
	 }
	  .page-homepage .col_left{
	 	float:none;
	 	width:100%;
	 	margin-bottom:50px;
	 }
	 .page-homepage h1{
	 	font-size:28px;
	 }
	 
	 .page-homepage p{
	 	
	 }
}

@media only screen and (max-width:500px) {
	 .page-homepage{
	 	width:90%;
	 	margin-left:5%;
	 	margin-right:5%;
	 	position:static;
	  	
	 	margin-top:30px;	 
	 }
	 .page-homepage img{
		width:100%;
	}
	 .page-homepage .col_right{
	 	width:100%;
	 	height:auto;
	 	float:none;
	 }
	  .page-homepage .col_left{
	 	float:none;
	 	width:100%;
	 	height:auto;
	 	margin-bottom:30px;
	 }
	 .page-homepage h1{
	 	font-size:24px;
	 	line-height:30px;
	 	margin-bottom:10px;
	 }
	 
	 .page-homepage p{
	 	
	 }
	 .row{
	 	position:static;
	 }
}