/* Smartphones (portrait) ----------- */

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {
	#topFooter {display: none;}
	.footerMenus li {float: left;}
}