	 
@media only screen and (min-width: 320px) {

}

@media only screen and (min-width: 960px) {
	
}

/* MOBILE BREAKPOINT */
@media only screen and (min-width: 1024px) {
	body 						{ font-size: 14px; }
}

@media only screen and (min-width: 1150px) {
	.mod_hubshare_right			{ padding-right: 3%; }
}
 
@media only screen and (min-width: 1200px) {
	body 						{ font-size: 16px; }

	.homepage_news 				{ height: 350px; }
	
	.mod_hubshare 				{ background-position-x: -140px; } 
	.mod_hubshare_wide			{ background-position-x: -100px; } 
}
	
@media only screen and (min-width: 1295px) {
	body{ font-size: 18px; }

	.homepage_infobar_text 		{ font-size: 0.8em; }
	.homepage_infobar_left 		{ width: 20%; }
	.homepage_infobar_text 		{ width: 70%; }
	.homepage_infobar_right		{ width: 10%; }
	.homepage_news 				{ height: 400px; }
	.homepage_news_text			{ font-size: 0.8em; }
  	
	.mod_hubtext 				{ min-height: 135px; }
	.mod_hubshare 				{ background-position-x: -125px; } 
	.mod_hubshare_wide 			{ background-position-x: -70px; } 
	.mod_hubshare_left			{ margin-top: 5px; }
}
 
@media only screen and (min-width: 1380px) {
	body 						{ font-size: 20px; }

	.homepage_news 				{ height: 415px; }
	
	.mod_hubshare 				{ background-position-x: -115px; } 
	.mod_hubshare_wide 			{ background-position-x: -60px; } 
	.mod_hubshare_left 			{ margin-top: 3px; }
	.mod_hubshare_right			{ padding-right: 4%; }
}
 
@media only screen and (min-width: 1490px) {
	body 						{ font-size: 20px; }

	.homepage_news 				{ height: 430px; }
    	
	.mod_hubshare 				{ background-position-x: -100px; } 
	.mod_hubshare_wide 			{ background-position-x: 0px; } 
	.mod_hubshare_right			{ margin-top: 6px; }
}