/* CSS for all browsers */

/* main layout css */
@import url("../../default/css/modules/layout.css");
@import url("../../default/css/modules/layout_print.css") print;
@import url("modules/layout.css");

/* widgets css */
@import url("../../default/css/modules/widgets.css");
@import url("modules/widgets.css");

/* responsive Design */
@import url("modules/responsive.css");


/*@import url("modules/layout_screen_medium.css");
@import url("modules/layout_screen_medium.css") only screen and (min-width:601px) and (max-width:940px);
@import url("modules/layout_screen_small.css") only screen and (max-width:600px);
@import url("modules/layout_screen_large.css") only screen and (min-width:941px);
/*@import url("modules/layout_screen_small.css") only screen and (max-width:600px), only screen and (max-device-width:600px);
@import url("modules/layout_screen_medium.css") only screen and (min-device-width: 601px) and (max-device-width: 940px) only screen and (min-width: 601px) and (max-width: 940px);
@import url("modules/layout_screen_large.css") only screen and (min-width:941px), only screen and (min-device-width:941px);
@import url("modules/layout_print.css") print;*/

@import url("modules/layout_print.css") print;

/* widgets css */
@import url("../../default/css/modules/widgets.css");
@import url("modules/widgets.css");

/* help pages css */
@import url("../../default/css/modules/help.css");
