/* */
/* Theme Name: Az */
/* Author: sk */
/* Version: 1.0 */
/* */
/* with bootstrap */
/* lg 1200- */
/* md 992-1199 */
/* sm 768-991 */
/* xs -767 */
@import url("css/common.css");
/* @import url('css/twocol.css') screen and (min-width:$sm_min_wd) */
@import url("css/nxs.css") screen and (min-width: 768px);
@import url("css/lg.css") screen and (min-width: 1200px);
@import url("css/md.css") screen and (min-width: 992px) and (max-width: 1199px);
@import url("css/sm.css") screen and (min-width: 768px) and (max-width: 991px);
@import url("css/xs.css") screen and (max-width: 767px);
@import url("css/sptop.css") screen and (max-width: 767px);
/* */

/*# sourceMappingURL=style.css.map */


