/*
* 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) {
	
.main-logo {
	margin: 0 auto;
	float: none;
}

.logo-wrap {
	margin: 0 auto;
	float: none;
}

.main-nav li { 
	display: none;
}


.main-nav {
	width: 99%;
	
	padding: 15px 0;
	
}

.main-nav select {
	width: 99%;
	
}

img {
	width: 100%;
}
	
	
.discover-tab-more {
	width: 100%;
	text-align: center;
	 margin-right: 0;
    padding-bottom: 15px;
    padding-right: 0;
}

.discover-tab {
	width: 100%;
	margin-bottom: 3px;
}
	
.wrap-social {
    color: #FFFFFF;
    margin: 0 auto;
    width: 100%;
}	
		
.container.workpg {
    width: 720px;
}
	
	
	
	
	
		
	}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {
	
.intro-title {
	font-size: 20pt;
	line-height: 24pt;
}


.footer-nav-wrap {
	 width: 756px;
}	
	
	
.next-prev-btn {
	width: 26%;
	margin: 0 auto;
}	
		
		
	}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
	
.intro-title {
	font-size: 16pt;
	line-height: 20pt;
}	
	
	
.container.four.columns.process {
	width: 100%;
	
}
	
.process-img {
    margin: 0 auto;
    width: 150px;
    float: left;
}	

.process-info {
	float: left;
	width: 60%;
	text-align: left;
	padding-left: 15px;
}
.process-wrap {
padding: 0px;
	
}	
	

	
.next-prev-btn {
	width: 45%;
	margin: 0 auto;
}		
	
	
	
	
	}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
	
.container.workpg {
    width: 480px;
}

.footer-nav-wrap {
	 width: 410px;
}	
	
.four.columns.print {
	width: 25%;
}

	

	}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
	
	
.container.workpg {
    width: 240px;
}
	
.footer-nav-wrap {
	 width: 286px;
}	

.process-img {
    margin: 0 auto;
    width: 100px;
    float: left;
}	

.process-img img {
    margin: 0 auto;
    width: 100px;
    float: left;
}	

.process-info {
	float: left;
	width: 60%;
	text-align: left;
	padding-left: 15px;
}

.process-wrap {
padding: 0px;
	
}	
	
	
.four.columns.print {
	width: 50%;
}	
	

.next-prev-btn {
	width: 64%;
	margin: 0 auto;
}		
	

	}


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