@import url(reset.css);
@import url(small-x.css) only screen and (max-width: 768px);
@import url(small.css) only screen and (min-width: 768px) and (max-width: 959px);
@import url(medium.css) only screen and (min-width: 960px) and (max-width: 1199px);
@import url(big.css) only screen and (min-width: 1200px);
/*# sourceMappingURL=main.css.map */