@media handheld and (max-width: 480px), screen and (max-device-width: 480px), screen and (max-width: 600px)  {

}

/*layouts larger than 900px*/
@media screen and (min-width: 920px) {
	
}
	
	
@media screen and (min-width: 1350px) {
	
}
	
@media screen and (min-width: 1500px) {

}
	
/*Just iPhone*/
@media only screen and (max-device-width: 480px) {

}
	
/*iPad styles*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {

}
