/*
Responsive 996px grid system ~ Style CSS.
Copyright 2013, Josh Cope
*/

/* =============================================================================
   Site Styles
   ========================================================================== */
   



	
	.menut{
		display:none;
	}
	

	
/* =============================================================================
   Media Queries
   ========================================================================== */

/* Tablet Portrait size to Base 996px */


/* All Mobile Sizes */
	

/* =============================================================================
   Font-Face
   ========================================================================== */
/* This is the proper syntax for an @font-face file

/* @font-face {
font-family: 'FontName';
src: url('../fonts/FontName.eot.html');
src: url('../fonts/FontName.eot-iefix.html') format('embedded-opentype'),
url('../fonts/FontName.woff.html') format('woff'),
url('../fonts/FontName.ttf.html') format('truetype'),
url('../fonts/FontName.svg.html#FontName') format('svg');
font-weight: normal;
font-style: normal; }
*/