/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/

/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */

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

/* #Page Styles
================================================== */

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

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
		
				
		
	}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 767px) {
		
		
		body { background: #333; min-width: 576px; width: 576px; font-size: 14x; }
		
		h1 { font-size: 2.0em; }
		h2 { font-size: 1.8em; }
		h3 { font-size: 1.6em; }
		h4 { font-size: 1.4em; }

		
		.nav-mobile { display: block !important; background: #222; width: auto; }
		.nav-mobile ul li { display: block; font-size: 14px; }
		.nav-mobile ul li a { color: #fff; display: block; line-height: 36px; border-top: 1px solid #444; padding: 0 15px; }
		.nav-mobile ul li a:hover { font-weight: bold; }		
		.nav-mobile ul li ul li a { padding: 0 15px 0 30px; }
		.nav-mobile ul li a:hover { color: #fff; }
		.nav-mobile-button { color: #fff; display: block; text-align: right; padding: 12px 12px; }
		.nav-mobile-open { display: none; }



			.quote { display: none; }

		
		.content-wrapper { width: 100% !important; }
		.content { width: auto !important; }
		.content-inner { display: block; padding: 0 30px; }
		.page-id-1 .home-content { width: 100%; float: none; }

		
		
		
		
		
		
		
		
		
		.slideshow { display: none; }
		
		
		.header-wrapper-1, .header-wrapper-2 { width: 100%; background: none; }

	.header { width: 100%; height: auto; margin: 0 auto; position: relative; text-align: center; }
	a.logo { width: 90%; height: auto; display: block; position: relative; bottom: auto; left: auto;  margin: 0 auto; }
	.navigation { width: 100%; height: auto; position: relative; top: auto; right: auto; }
	.headline { width: 100%; font-size: 18px; line-height: 20px; color: #0b9cc3; position: relative; bottom: auto; right: auto; text-align: center; font-weight: bold; letter-spacing: -1px; }
	
	#nav { width: 100%; background: #333; padding-top: 20px; }
	.nav-screen { display: none; }
	
	.wrapper { width: 100%; background: #333; }
		.container { width: 100%; margin: 0 auto; position: relative; background: #353535; }
		.nav { width: 260px; height: 600px; position: absolute; top: 0; left: 0; background: url(../__images/nav.png) top repeat-x; }
		.nav ul { display: block; padding: 10px 0 0 0; }
		.nav ul li { display: block; font-family: 'Exo',sans-serif; font-size: 18px; }
		.nav ul li a { display: block; line-height: 34px; padding: 0 20px; font-weight: bold; color: #fff; }
		.nav ul li a:hover { color: #f7d047; }
	
	
	.content { width: 100%; float: none; background: none; }
		.landing-site .content { width: 100%; }
	
	.page-id-1 .content { padding-top: 0; min-height: auto; height: auto !important; height: auto; }
	.inner-page .content { padding-top: 0; min-height: auto; height: auto !important; height: auto; }
	
	.content-inner { padding: 25px 12px; }
	/* .page-id-1 .content-inner { padding: 25px 0; } */
	
	
	.videos { width: 100%; float: none; margin: 0 0 0 0; }
	
	
	.footer { width: 100%; margin: 0 auto; color: #777; padding: 15px 0; text-align: center; font-size: 13px; background: #222; }
	.footer a { color: #777; text-decoration: none; }
	.footer a:hover { color: #fff; text-decoration: none; }
	
			
			
			iframe[width='560'] { width: 100% !important; }
			
			
			
		img.img-reduce { width: 100%; height: auto !important; }
		
		
		.contact-page-info { width: 100%; float: none; clear: none; }
		.contact-page-form { width: 100%; float: none; clear: none; margin: 0; }
		
		table, thead, tbody, th, td, tr { 
			display: block; 
			width: 100%;
			table-layout: 
		}
		
		td img { width: 100%; }
		
		
		.fancybox { float: none; margin: 0 0 14px 0; display: block; width: 100%; height: auto !important; border: 0; overflow: hidden; }
		a.fancybox img { display: block; margin: 0 auto; height: auto !important; width: 100%; }
		
		
		.desktop-only { display: none !important; }
		.mobile-only { display: block; }
		
	    
		
		
	}
	
	@media only screen and (max-width: 479px) {
	
		body { background: #333; min-width: 288px; width: 320px; 
	
	}


/* #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; }
*/