
/*------------------------------------------------------------------------------------------------------
IPAD Landscape - 1024x768
------------------------------------------------------------------------------------------------------*/
@media (max-width: 1024px) {
	
::-moz-selection{ background: transparent; color:#fff; text-shadow: none; }
::selection { background:transparent; color:#fff; text-shadow: none; } 

/*  j.mp/webkit-tap-highlight-color */
a:link { -webkit-tap-highlight-color: transparent; } 

}
/*------------------------------------------------------------------------------------------------------
IPAD Portrait - 768x1024
------------------------------------------------------------------------------------------------------*/
@media (max-width: 1023px) {

}
/*------------------------------------------------------------------------------------------------------
Google Phone Portrait,
iPhone Landscape - 480x320
------------------------------------------------------------------------------------------------------*/
@media (max-width: 767px) {

}


/*------------------------------------------------------------------------------------------------------
iPhone Portrait - 320x480
------------------------------------------------------------------------------------------------------*/
@media (max-width: 479px) {

}


