/* Importing Fonts
----------------------------------------------- */
@import url('http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700');


/* Reset CSS
----------------------------------------------- */
@import url('reset.css');


/* Navigation
----------------------------------------------- */
@import url('slicknav.css');


/* Master
----------------------------------------------- */
@import url('master.css');


/* Mobile
----------------------------------------------- */
@import url('max480.css') screen and (max-width : 480px);


/* Mobile - portrait view
----------------------------------------------- */
@import url('max767.css') screen and (min-width : 481px) and (max-width : 767px);


/* Tablets and small screen computers
----------------------------------------------- */
@import url('max1023.css') screen and (min-width : 768px) and (max-width : 1023px);


/* Average and large screen computers
----------------------------------------------- */
@import url('max1223.css') screen and (min-width : 1024px) and (max-width : 1223px);