@import url(base.css); /* --wip-no-parse */
@import url(like.css);
@import url(arrow.css);
@import url(pseudo.css);
@import url(child.css);
@import url(text.css);
@import url(border.css);
@import url(margin.css);
@import url(padding.css);
@import url(distrib.css);
@import url(position.css);
@import url(size.css);
@import url(color.css);
@import url(gradient.css);
@import url(shadow.css);
@import url(various.css);
@import url(animate.css);


/*————— WIDESCREEN —————*/
/*@import url(child_widescreen.css)         screen and ( min-width:2048px );
@import url(text_widescreen.css)          screen and ( min-width:2048px );
@import url(border_widescreen.css)        screen and ( min-width:2048px );
@import url(margin_widescreen.css)        screen and ( min-width:2048px );
@import url(padding_widescreen.css)       screen and ( min-width:2048px );
@import url(distrib_widescreen.css)       screen and ( min-width:2048px );
@import url(position_widescreen.css)      screen and ( min-width:2048px );*/
@import url(size_widescreen.css)          screen and ( min-width:2048px );
/*@import url(color_widescreen.css)         screen and ( min-width:2048px );
@import url(shadow_widescreen.css)        screen and ( min-width:2048px );
@import url(various_widescreen.css)       screen and ( min-width:2048px );
@import url(animate_widescreen.css)       screen and ( min-width:2048px );
*/

/*————— DESKTOP —————*/
@import url(child_desktop.css)         screen and ( min-width:1441px ) and ( max-width:1900px );
@import url(text_desktop.css)          screen and ( min-width:1441px ) and ( max-width:1900px );
@import url(border_desktop.css)        screen and ( min-width:1441px ) and ( max-width:1900px );
@import url(margin_desktop.css)        screen and ( min-width:1441px ) and ( max-width:1900px );
@import url(padding_desktop.css)       screen and ( min-width:1441px ) and ( max-width:1900px );
@import url(distrib_desktop.css)       screen and ( min-width:1441px ) and ( max-width:1900px );
@import url(position_desktop.css)      screen and ( min-width:1441px ) and ( max-width:1900px );
@import url(size_desktop.css)          screen and ( min-width:1441px ) and ( max-width:1900px );
@import url(color_desktop.css)         screen and ( min-width:1441px ) and ( max-width:1900px );
@import url(shadow_desktop.css)        screen and ( min-width:1441px ) and ( max-width:1900px );
@import url(various_desktop.css)       screen and ( min-width:1441px ) and ( max-width:1900px );
@import url(animate_desktop.css)       screen and ( min-width:1441px ) and ( max-width:1900px );

/*————— LAPTOP —————*/
@import url(child_laptop.css)         screen and ( min-width:1023px ) and ( max-width:1440px );
@import url(text_laptop.css)          screen and ( min-width:1023px ) and ( max-width:1440px );
@import url(border_laptop.css)        screen and ( min-width:1023px ) and ( max-width:1440px );
@import url(margin_laptop.css)        screen and ( min-width:1023px ) and ( max-width:1440px );
@import url(padding_laptop.css)       screen and ( min-width:1023px ) and ( max-width:1440px );
@import url(distrib_laptop.css)       screen and ( min-width:1023px ) and ( max-width:1440px );
@import url(position_laptop.css)      screen and ( min-width:1023px ) and ( max-width:1440px );
@import url(size_laptop.css)          screen and ( min-width:1023px ) and ( max-width:1440px );
@import url(color_laptop.css)         screen and ( min-width:1023px ) and ( max-width:1440px );
@import url(shadow_laptop.css)        screen and ( min-width:1023px ) and ( max-width:1440px );
@import url(various_laptop.css)       screen and ( min-width:1023px ) and ( max-width:1440px );
@import url(animate_laptop.css)       screen and ( min-width:1023px ) and ( max-width:1440px );

/*————— MOBILE —————*/
@import url(child_mobile.css)         screen and (max-device-width:1024px ) and (orientation:portrait), screen and (max-device-width:768px ) and (orientation:landscape), screen and (max-width:1023px);
@import url(text_mobile.css)          screen and (max-device-width:1024px ) and (orientation:portrait), screen and (max-device-width:768px ) and (orientation:landscape), screen and (max-width:1023px);
@import url(border_mobile.css)        screen and (max-device-width:1024px ) and (orientation:portrait), screen and (max-device-width:768px ) and (orientation:landscape), screen and (max-width:1023px);
@import url(margin_mobile.css)        screen and (max-device-width:1024px ) and (orientation:portrait), screen and (max-device-width:768px ) and (orientation:landscape), screen and (max-width:1023px);
@import url(padding_mobile.css)       screen and (max-device-width:1024px ) and (orientation:portrait), screen and (max-device-width:768px ) and (orientation:landscape), screen and (max-width:1023px);
@import url(distrib_mobile.css)       screen and (max-device-width:1024px ) and (orientation:portrait), screen and (max-device-width:768px ) and (orientation:landscape), screen and (max-width:1023px);
@import url(position_mobile.css)      screen and (max-device-width:1024px ) and (orientation:portrait), screen and (max-device-width:768px ) and (orientation:landscape), screen and (max-width:1023px);
@import url(size_mobile.css)          screen and (max-device-width:1024px ) and (orientation:portrait), screen and (max-device-width:768px ) and (orientation:landscape), screen and (max-width:1023px);
@import url(color_mobile.css)         screen and (max-device-width:1024px ) and (orientation:portrait), screen and (max-device-width:768px ) and (orientation:landscape), screen and (max-width:1023px);
@import url(shadow_mobile.css)        screen and (max-device-width:1024px ) and (orientation:portrait), screen and (max-device-width:768px ) and (orientation:landscape), screen and (max-width:1023px);
@import url(various_mobile.css)       screen and (max-device-width:1024px ) and (orientation:portrait), screen and (max-device-width:768px ) and (orientation:landscape), screen and (max-width:1023px);
@import url(animate_mobile.css)       screen and (max-device-width:1024px ) and (orientation:portrait), screen and (max-device-width:768px ) and (orientation:landscape), screen and (max-width:1023px);

/*————— TABLET —————*/
@import url(child_tablet.css)         screen and (min-device-width:737px ) and (max-device-width:1024px ) and (orientation:portrait), screen and (min-device-width:375px ) and (max-device-width:768px ) and (orientation:landscape), screen and (min-width:737px) and (max-width:1023px);
@import url(text_tablet.css)          screen and (min-device-width:737px ) and (max-device-width:1024px ) and (orientation:portrait), screen and (min-device-width:375px ) and (max-device-width:768px ) and (orientation:landscape), screen and (min-width:737px) and (max-width:1023px);
@import url(border_tablet.css)        screen and (min-device-width:737px ) and (max-device-width:1024px ) and (orientation:portrait), screen and (min-device-width:375px ) and (max-device-width:768px ) and (orientation:landscape), screen and (min-width:737px) and (max-width:1023px);
@import url(margin_tablet.css)        screen and (min-device-width:737px ) and (max-device-width:1024px ) and (orientation:portrait), screen and (min-device-width:375px ) and (max-device-width:768px ) and (orientation:landscape), screen and (min-width:737px) and (max-width:1023px);
@import url(padding_tablet.css)       screen and (min-device-width:737px ) and (max-device-width:1024px ) and (orientation:portrait), screen and (min-device-width:375px ) and (max-device-width:768px ) and (orientation:landscape), screen and (min-width:737px) and (max-width:1023px);
@import url(distrib_tablet.css)       screen and (min-device-width:737px ) and (max-device-width:1024px ) and (orientation:portrait), screen and (min-device-width:375px ) and (max-device-width:768px ) and (orientation:landscape), screen and (min-width:737px) and (max-width:1023px);
@import url(position_tablet.css)      screen and (min-device-width:737px ) and (max-device-width:1024px ) and (orientation:portrait), screen and (min-device-width:375px ) and (max-device-width:768px ) and (orientation:landscape), screen and (min-width:737px) and (max-width:1023px);
@import url(size_tablet.css)          screen and (min-device-width:737px ) and (max-device-width:1024px ) and (orientation:portrait), screen and (min-device-width:375px ) and (max-device-width:768px ) and (orientation:landscape), screen and (min-width:737px) and (max-width:1023px);
@import url(color_tablet.css)         screen and (min-device-width:737px ) and (max-device-width:1024px ) and (orientation:portrait), screen and (min-device-width:375px ) and (max-device-width:768px ) and (orientation:landscape), screen and (min-width:737px) and (max-width:1023px);
@import url(shadow_tablet.css)        screen and (min-device-width:737px ) and (max-device-width:1024px ) and (orientation:portrait), screen and (min-device-width:375px ) and (max-device-width:768px ) and (orientation:landscape), screen and (min-width:737px) and (max-width:1023px);
@import url(various_tablet.css)       screen and (min-device-width:737px ) and (max-device-width:1024px ) and (orientation:portrait), screen and (min-device-width:375px ) and (max-device-width:768px ) and (orientation:landscape), screen and (min-width:737px) and (max-width:1023px);
@import url(animate_tablet.css)       screen and (min-device-width:737px ) and (max-device-width:1024px ) and (orientation:portrait), screen and (min-device-width:375px ) and (max-device-width:768px ) and (orientation:landscape), screen and (min-width:737px) and (max-width:1023px);

/*————— PHONE —————*/
@import url(child_phone.css)         screen and (max-device-width:736px ) and (orientation:portrait), screen and (max-device-width:374px ) and (orientation:landscape), screen and (max-width:736px);
@import url(text_phone.css)          screen and (max-device-width:736px ) and (orientation:portrait), screen and (max-device-width:374px ) and (orientation:landscape), screen and (max-width:736px);
@import url(border_phone.css)        screen and (max-device-width:736px ) and (orientation:portrait), screen and (max-device-width:374px ) and (orientation:landscape), screen and (max-width:736px);
@import url(margin_phone.css)        screen and (max-device-width:736px ) and (orientation:portrait), screen and (max-device-width:374px ) and (orientation:landscape), screen and (max-width:736px);
@import url(padding_phone.css)       screen and (max-device-width:736px ) and (orientation:portrait), screen and (max-device-width:374px ) and (orientation:landscape), screen and (max-width:736px);
@import url(distrib_phone.css)       screen and (max-device-width:736px ) and (orientation:portrait), screen and (max-device-width:374px ) and (orientation:landscape), screen and (max-width:736px);
@import url(position_phone.css)      screen and (max-device-width:736px ) and (orientation:portrait), screen and (max-device-width:374px ) and (orientation:landscape), screen and (max-width:736px);
@import url(size_phone.css)          screen and (max-device-width:736px ) and (orientation:portrait), screen and (max-device-width:374px ) and (orientation:landscape), screen and (max-width:736px);
@import url(color_phone.css)         screen and (max-device-width:736px ) and (orientation:portrait), screen and (max-device-width:374px ) and (orientation:landscape), screen and (max-width:736px);
@import url(shadow_phone.css)        screen and (max-device-width:736px ) and (orientation:portrait), screen and (max-device-width:374px ) and (orientation:landscape), screen and (max-width:736px);
@import url(various_phone.css)       screen and (max-device-width:736px ) and (orientation:portrait), screen and (max-device-width:374px ) and (orientation:landscape), screen and (max-width:736px);
@import url(animate_phone.css)       screen and (max-device-width:736px ) and (orientation:portrait), screen and (max-device-width:374px ) and (orientation:landscape), screen and (max-width:736px);


