/*
* 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: #1c1c1c; min-width: 576px; width: 576px; font-size: 16px; }
		
		h1 { font-size: 2em !important; }
		h2 { font-size: 2em !important; }
		h3 { font-size: 2em !important; }
		h4 { font-size: 1.5em !important; }
		
		.header-wrapper { height: auto !important; width: 100%; }
		
		.header { width: 100%; height: auto !important; }
		.header .logo { width: 90%; margin: 0 auto; float: none; clear: both; }
		.header .phone { float: none; clear: both; margin: 0 auto 30px auto; text-align: center; display: block; width: 100%; font-size: 1.3em; height: auto !important; line-height: 100%; margin: 0; padding-top: 20px;  }
		.header .phone-symbol { display: none; }
		.header .phone span { float: none; clear: both; }
		.header .phone span em { font-style: normal; display: inline-block; }
		.header .addr { width: 100%; position: relative; top: auto !important; right: auto !important; text-align: center; font-size: 14px; padding-bottom: 16px; }

		.feature { width: auto !important; }
		.feature h2 { font-size: 30px !important; }
		.feature-wrapper { height: auto !important; padding: 0; }
		
		.navigation { width: 100%; display: block; height: auto !important; padding: 0; top: 0; }
		.navigation .nav-screen { display: none; }
		
		
		.nav-mobile { display: block !important; background: #1f1f1f; width: auto; }
		.nav-mobile ul li { display: block; }
		.nav-mobile ul li a { color: #888; display: block; line-height: 24px; border-top: 1px solid #555; padding: 0 15px; }
		.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; }
		
		
		.gallery-nav { display: none; }
		
		.album-wrapper { width: 100%; float: none; }
		

		
		
		.background { display: none; }

		.form { background: #3c8cd4; width: 100%; padding: 0 0 20px 0; }
		
		
		.slider { width: 100% !important; height: auto !important; }
		.slider .slides { width: 100% !important; height: auto !important; position: relative; top: auto; left: auto; }
		.slider .slides img { width: 100% !important; height: auto !important; position: relative; top: auto; left: auto; }
		
		
		
		.form form { padding: 20px 30px; }
		.form input[type=text], .form textarea { width: 100%; }
		.form .submit { float: none !important; clear: both; }
		
		.content { width: auto !important; clear: both; float: none; }
		.content-inner { display: block; padding: 0 30px; }
		
		.content img { float: none !important; width: 100%; height: auto !important; margin: 0 0 20px 0 !important; clear: both !important; }
		.content a.reload { display: none !important; }
		
		
		.content ul.tick-list { width: 100%; float: none; clear: both; margin-bottom: 0; padding-bottom: 0; }
		.content ul.tick-list li { background: url(../__images/tick.jpg) 0 0 no-repeat; padding: 0 0 0 33px; line-height: 28px; font-size: 16px; margin-bottom: 12px; }

		
		.services { display: block; margin: 0 0 30px 0; height: auto !important; }
		.services a { background: #465f34; color: #fff; height: auto !important; float: none; clear: both; width: 100%; position: relative; margin: 0 0 5px 0; }
		.services a:hover { background: #444; }
		.services a span { position: relative; width: 100%; line-height: 100%; padding: 13px 0 5px 0; display: block; }		
		.services a span em { display: none; }
		
		.big-footer-wrapper { width: 100% !important; }
		.footer { width: 100% !important; }
		.footer p { width: 100% !important; }
		
		.testimonials { width: auto !important; float: none; clear: both; padding: 20px 30px; }
		.news { width: auto !important; float: none; clear: both; padding: 20px 30px;  }

		.footer { width: auto !important; background: #000; }
		.footer p { width: 100%; display: block; text-align: center; }

		.contact-page-info { width: 100%; float: none; clear: none; }
		.contact-page-form { width: 100%; float: none; clear: none; margin: 0; }
		
		a.fancybox { width: 100%; height: auto !important; border: 0; }
		a.fancybox img { width: 100%; height: auto !important; border: 0; }
		
		
		table, thead, tbody, th, td, tr { 
	        display: block; 
	        width: 100%;
			table-layout: 
	    }
	    
	    td img { width: 100%; }
	    
		
		
	}
	
	@media only screen and (max-width: 479px) {
	
		body { background: #1c1c1c; 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; }
*/