/*-----------------------------------------------------------------------------------------------------------------
// Media queries
-----------------------------------------------------------------------------------------------------------------*/
@import url(./responsive/mobile.css) screen and (max-width: 480px);
@import url(./responsive/tablet.css) screen and (min-width: 481px) and (max-width: 959px);
@import url(./responsive/960.css) screen and (min-width: 960px) and (max-width: 1199px);
@import url(./responsive/1200.css) screen and (min-width: 1200px);