/* ============================= */
/* ! Layout for mobile version   */
/* ============================= */

@media handheld, only screen and (max-device-width:1024px) {

	

}

@media handheld, only screen and (max-height: 620px) {

	

}

@media handheld, only screen and (max-height: 750px) {
	
	

}



/* larger screen */

@media handheld, only screen and (min-width: 1200px) {


}

/* ========================================== */
/* ! Provide higher res assets for iPhone 4   */
/* ========================================== */

@media only screen and (-webkit-min-device-pixel-ratio: 2) { 

	

}