@charset "utf-8";
@import url("jqueryui/jquery-ui.css");
@import url("fontawesome4.7.min.css");
@import url("base.css");

/*@import url("http://code.jquery.com/ui/1.10.3/themes/smoothness/jquery-ui.css");*/

@import url("xs.css")  (min-width: 0) and (max-width: 575px);

@import url("sm.css") (min-width: 576px) and (max-width: 767px);

@import url("md.css") (min-width: 768px) and (max-width: 991px);

@import url("lg.css") (min-width: 992px) and (max-width: 1199px);

@import url("lg.css")  (min-width: 1200px);


/* XS */
@media only screen and (min-width: 0) and (max-width: 575px) {
}

/* SM */
@media only screen and (min-width: 576px) and (max-width: 767px) {
}

/* MD */
@media only screen and (min-width: 768px) and (max-width: 991px) {
}

/* LG */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
}

/* XL */
@media only screen and  (min-width: 1200px) {
}