/*
* 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) {
	}
	
	@media only screen and (max-width: 795px) {
	}
	
	@media only screen and (max-width: 865px) {
	}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {
	}
	
	@media only screen and (max-width: 767px){
    #mobile-header {
        display: block;
    	}
	.nav{ display:none;
	} }
	
	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 863px) {
	.header-logo					{ display:block; width:100% !important; text-align:center; }
	.navigation 						{ display:block; width:100% !important; margin:0 !important; }
	div#header							{ display:block; text-align:center !important; float:none !important;  }

	.footer								{ height:auto !important; }
	.footer-item 						{ width:44% !important; margin:1em 2.5% 0 !important; }
	}
	
	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 695px) {
	.lifestyle1-logo					{ padding:1em 0 0; }
	.pro_navbar, .pro_navbar a 			{ text-align:left !important; }
	}
	
	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 630px) {
	.footer-item 						{ width:100% !important; margin:.25em 0 !important; padding:0 0 .4em !important; text-align:center !important; }
	}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 960px) {
	.screenhide-app						{ display:none; }
	.home-hero							{ background-image:url(http://lccm.com.au/themes/lifestyle1_theme//images/tablet-app-background.jpg); background-repeat:no-repeat; }
	}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 481px) and (max-width: 767px) {
	
	
	}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 480px) {
	.home-hero							{ background:url(http://lccm.com.au/themes/lifestyle1_theme//images/mobile-app-background.jpg); }
	.home-hero h1						{ font-size:2em; }
	.home-hero .lead					{ font-size:1.2em; color:#95bddd; }
	.header-a							{ text-align:center !important; }
	.footer-a, .footer-b, footer-c		{ display:inline-block; width:100% !important; text-align:center !important; }

	.footer p							{ display:block; width:100% !important; text-align:center; }
	}


/* #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('http://lccm.com.au/themes/lifestyle1_theme/../fonts/FontName.eot');
	    src: url('http://lccm.com.au/themes/lifestyle1_theme/../fonts/FontName.eot?iefix') format('eot'),
	         url('http://lccm.com.au/themes/lifestyle1_theme/../fonts/FontName.woff') format('woff'),
	         url('http://lccm.com.au/themes/lifestyle1_theme/../fonts/FontName.ttf') format('truetype'),
	         url('http://lccm.com.au/themes/lifestyle1_theme/../fonts/FontName.svg#webfontZam02nTh') format('svg');
	    font-weight: normal;
	    font-style: normal; }
*/