/* #Media Queries
================================================== */

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {
		
		/*body{
			background: red;
		}*/
		
		}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {
		

		/*.sf-menu > li > a {
			color: #FFFFFF;
			float: left;
			font-size: 14px;
			font-weight: 600;
			padding: 12px 10px;
			text-decoration: none;
			text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
			text-transform: uppercase;
			transition: all 0.35s ease 0s;
		}*//*me*/

		}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 900px) {
		#secondNavWrap {
   clear:both;
	
}
#topNav{
	display:none;
	}
	#secondNav{
	width:100%;margin:0 auto;
}
		nav{
			background:none;
			float:none;
			margin:0 auto;
		}
		nav select {
			display: block;
			border:none;
			width:98%;
			margin:0 auto;
			padding:10px;
			font-weight:600;
			font: 16px/21px 'Source Sans Pro';
			color:#333;
			height:100%;
			box-shadow:0 1px 2px rgba(0, 0, 0, 0.3);
		}
		nav ul{
			display:none;
		}


		}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {

		nav{
			background:none;
			float:none;
			margin:0 auto;
		}
		nav select {
			display: block;
			border:none;
			width:98%;
			margin:0 auto;
			padding:10px;
			font-weight:600;
			font: 16px/21px 'Source Sans Pro';
			color:#333;
			height:100%;
			box-shadow:0 1px 2px rgba(0, 0, 0, 0.3);
		}
		nav ul{
			display:none;
		}
	
		
		}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {

		nav{
			background:none;
			float:none;			
		}
		nav select {
			display: block;
			border:none;
			width:98%;
			margin:0 auto;
			padding:10px;
			font-weight:600;
			font: 16px/21px 'Source Sans Pro';
			color:#333;
			height:100%;
			box-shadow:0 1px 2px rgba(0, 0, 0, 0.3);
		}
		nav ul{
			display:none;
		}
		
		
	}

	@media only screen and (min-width: 900px) {
		.webfixmargin { margin: 0px -3% 0px 3%;}
	}
	

/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file
		Just create a "fonts" folder at the root,
		copy your FontName into code below and remove
		comment brackets */

/*	@font-face {
	    font-family: 'FontName';
	    src: url('../fonts/FontName.eot');
	    src: url('../fonts/FontName.eot?iefix') format('eot'),
	         url('../fonts/FontName.woff') format('woff'),
	         url('../fonts/FontName.ttf') format('truetype'),
	         url('../fonts/FontName.svg#webfontZam02nTh') format('svg');
	    font-weight: normal;
	    font-style: normal; }
*/