/*
global
*/

@import "_vars.css";
@import "base.css";
@import "form.css";
@import "heading.css";
@import "block.css";
@import "buttons.css";
@import "header.css";
@import "main.css";
@import "section.css";
@import "footer.css";
@import "transitions.css";

/*
class css
*/

@import "class/style.slider.css";
@import "class/style.slider.focus.css";

/*
desktop only
*/

@import url("base.desktop.css") only screen and (min-width: 782px);
@import url("block.desktop.css") only screen and (min-width: 782px);
@import url("header.desktop.css") only screen and (min-width: 782px);
@import url("transitions.desktop.css") only screen and (min-width: 782px);
/* class */
@import url("class/style.slider.desktop.css") only screen and (min-width: 782px);

/*
tablet
*/

@import url("_vars.tablet.css") only screen and (min-width: 782px) and
  (max-width: 1360px);
@import url("base.tablet.css") only screen and (min-width: 782px) and
  (max-width: 1360px);
@import url("heading.tablet.css") only screen and (min-width: 782px) and
  (max-width: 1360px);
@import url("buttons.tablet.css") only screen and (min-width: 782px) and
  (max-width: 1360px);
@import url("main.tablet.css") only screen and (min-width: 782px) and
  (max-width: 1360px);
@import url("block.tablet.css") only screen and (min-width: 782px) and
  (max-width: 1360px);
@import url("form.tablet.css") only screen and (min-width: 782px) and
  (max-width: 1360px);
@import url("header.tablet.css") only screen and (min-width: 782px) and
  (max-width: 1360px);
@import url("section.tablet.css") only screen and (min-width: 782px) and
  (max-width: 1360px);
@import url("footer.tablet.css") only screen and (min-width: 782px) and
  (max-width: 1360px);

/*
mobile 
*/

@import url("_vars.mobile.css") only screen and (max-width: 782px);
@import url("base.mobile.css") only screen and (max-width: 782px);
@import url("form.mobile.css") only screen and (max-width: 782px);
@import url("heading.mobile.css") only screen and (max-width: 782px);
@import url("block.mobile.css") only screen and (max-width: 782px);
@import url("buttons.mobile.css") only screen and (max-width: 782px);
@import url("header.mobile.css") only screen and (max-width: 782px);
@import url("section.mobile.css") only screen and (max-width: 782px);
@import url("main.mobile.css") only screen and (max-width: 782px);
@import url("footer.mobile.css") only screen and (max-width: 782px);
/* class */
@import url("class/style.slider.mobile.css") only screen and (max-width: 782px);
@import url("class/style.slider.focus.mobile.css") only screen and
  (max-width: 782px);

@import "custom.css";
@import "estimate.css";
