@import url(http://fonts.googleapis.com/css?family=Roboto+Slab:400,700|Open+Sans:400italic,600italic,700italic,300,400,600,700);
@import url(fa/css/font-awesome.min.css);
/**
 * Import the media queries and other distinct style domains
 * Only import the required sheets at the correct screen size. this prevents style contamination for the standard deasktop view
 * nice and tidy
 */
/*@import url('_base.css');
@import url('_1024-down.css')screen and    (max-width: 1024px);
@import url('_641-down.css') screen and    (max-width: 641px);
@import url('_418-down.css') screen and    (max-width: 418px);
@import url('_360-down.css') screen and    (max-width: 360px);
@import url('_products-menu.css');*/