@import url(common.css); /*--common--*/
@import url(desktop.css);  /*--desktop--*/
@import url(intermediate.css); /*--intermediate(min-width: 750px) and (max-width: 959px)--*/
@import url(tablet.css); /*--tablet (min-width: 580px) and (max-width: 749px)--*/
@import url(mobile-portrait.css);/*--mobile-portrait (min-width: 320px) and (max-width: 579px)--*/
@import url(mobile.css);/*--mobile(max-width: 320px)--*/