/* 
    Created on : Apr 07, 2015, 3:52:28 PM
    Author     : rdi
*/

@import url(default.css) all and (min-device-width: 1024px);
@import url(large.css) screen and (min-width: 545px) and (min-device-width: 1024px);
@import url(small.css) screen and (max-width: 544px) and (min-device-width: 1024px);
@import url(mobile.css) screen and (max-device-width: 1023px);

