@import url("css/reset.css");
@import url("css/core.css");
@import url("css/default_AIO.css");
@import url("css/tablet.css") only screen and (min-width: 768px) and (max-width: 991px);
@import url("css/mobile.css") only screen and (max-width: 767px);
@import url("css/mobile_wide.css") only screen and (min-width: 480px) and (max-width: 767px);
@import url("css/retina.css") only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2);