/*==============================================================
=               MAk7- RESPONSIVE - 15/12/16                   =
==============================================================*/


/* --- GENERIC --- */
@import url(style.global.css);

/* --- RWD - SMARTPHONE : 0-479px --- */
@import url(style.320.css) screen and (max-width: 479px);

/* --- RWD - SMARTPHONE : 480-767px --- */
@import url(style.480.css) screen and (min-width: 480px) and (max-width: 767px);

/* --- RWD - TABLET : 768-959px --- */
@import url(style.768.css) screen and (min-width: 768px) and (max-width: 959px);

/* --- RWD - DESKTOP : >960px --- */
@import url(style.1080.css) screen and (min-width: 960px);

/* --- RWD - MENU : 960-1150px --- */
@import url(menu.css) screen and (min-width: 960px) and (max-width: 1150px);
