@charset "utf-8";
/* CSS Document */
		.home_naslov_tekst{ color:#fafafa; font-size:50px; font-weight:normal; letter-spacing:3px; }
		.home_subpage_element{position:relative; text-align:left;  padding:20px; padding-left:200px; height:200px; margin-bottom:20px;}
		.home_image_cube{display:block; text-decoration:none; position:absolute; top:20px; left:20px; width:160px; height:160px; background-color:#eee border-radius:6px;}
		.home_image_icon{border:0px #eee solid; width:100%; height:auto; border-radius:1px;}
		
		.home_h2_title{font-size:24px; font-weight:normal; letter-spacing:1px;}
		.home_h2_title a{color:#fafafa; text-decoration:none}
		.home_subpage_description{font-size:14px; color:#fafafa; padding-top:10px; letter-spacing:0.5px; 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:140px; height:140px; margin-bottom:20px;}
			.home_image_cube{display:block; text-decoration:none; position:absolute; top:20px; left:20px; width:100px; height:100px}
			.home_subpage_element{ margin-bottom:5px; }
		}
		
		@media only screen and (max-width:490px){
			
		}

