

/*---------------------iphone-----------------------------*/

/*mobile Iphone 3*/

@import url("iphone3.css") only screen and (color) and (min-width :320px);


/*mobile Iphone 4*/

@import url("iphone4.css") only screen and (color) and (min-width :640px);

@import url("iphone5.css") only screen and (color) and (min-width :640px);


/*ipad 3*/

@import url("ipad3.css") only screen and (color) and (min-width :1024px);







