@import url(style2.css) all;
@import url(small.css) only screen and (max-width: 768px);
@import url(medium.css) only screen and (min-width: 769px) and (max-width: 1024px);
@import url(large.css) only screen and (min-width: 1025px);
@import url(ipad-landscape.css) only screen and (min-device-width: 769px) and (max-device-width: 1024px) and (orientation: landscape);
@import url(ipad-portrait.css) only screen and (min-device-width: 769px) and (max-device-width: 1024px) and (orientation: portrait);
@import url(ip4.css) only screen and (-webkit-min-device-pixel-ratio : 1.5), only screen and (min-device-pixel-ratio : 1.5);
@import url(retina.css) only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx);

