@charset "utf-8";
/* CSS Document */

		.home_subpage_element{position:relative; text-align:left;  padding:20px; padding-left:280px;  height:220px; margin-bottom:20px;}
		.home_image_cube{display:block; text-decoration:none; position:absolute; top:20px; left:20px; width:240px; height:180px; background-color:#eee}
		.home_image_icon{border:4px #eee solid; width:100%; height:auto;}
		
		.home_h2_title{font-size:32px; font-weight:bold; letter-spacing:1px;}
		.home_h2_title a{color:#fafafa; text-decoration:none}
		.home_subpage_description{font-size:14px; color:#fafafa; padding-top:10px; line-height:150%; text-align:left;}
		
		@media only screen and (max-width:980px){
			
			
		}
		
		
		@media only screen and (max-width:750px){
			
			.home_subpage_element{position:relative; text-align:left;  padding:20px; padding-left:200px; height:auto; margin-bottom:20px;}
			.home_image_cube{display:block; text-decoration:none; position:absolute; top:20px; left:20px; width:160px; height:120px}
			.home_subpage_element{ margin-bottom:5px; }
		}
		
		@media only screen and (max-width:490px){
			
		}

