/************
**************
***************
****************
**************
****************
************
THIS IS FOR MOBILE ONLY
*/

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {
.hideonmobile {
	display: none;
}
}

@media only screen 
and (max-width : 320px) {
.hideonmobile {
	display: none;
}
}

