@charset "UTF-8";
/**
 * MAN Framework Styles - Media Queries for Responsive Design.
 *
 * @project       MAN Web 2012/2013
 * @version       0.1
 * @package       html-css-js
 * @subpackage    css
 * @author        Timo Mayer, VI
 *
 * @tested ...
 *
 * @see    HTML5 Boilerplate: h5bp.com/docs
 *
 * @note all styles should be concatenated and minified to one file (eg. man.all.min.css) in production use
 */

/**
 * @section  media-querys
 */

/* desktop first to serve old IEs not supporting media querys well */

@media only screen and (max-width: 480px) {
	/* Style adjustments for viewports 480px and over go here */

}

@media only screen and (max-width: 768px) {
	/* Style adjustments for viewports 768px and over go here */

}