/*----*****---- << Mobile >> ----*****----*/	

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 319px) {		
		
	
 		
	}
	
	
	@media screen and (max-width: 319px) and (-webkit-min-device-pixel-ratio:0) { 

 
	}