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

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

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

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

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

	#portfolio-wrapper {
		padding-left: 0px;
	}
	
	#portfolio-wrapper .project-grid {
		margin-left: 5px;
	}
	
	/* 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) {

		.portfolio-single .project-slider {
			width: 488px;
			margin-right: 12px;
			float: left;
		}
		
		.portfolio-single .project-info {
			width: 248px;
			float: left;
		}
		
		#menu-wrapper nav li {
			margin-left: 10px;
		}
		
		#menu-wrapper header #logo {
			margin-left: 10px;
 		}
		
		#menu-wrapper nav {
			margin-right: 10px;
		}
		
		#sidebar .widget .searchform input[type="text"] {
			width: 125px;
			margin-right: 0;
		}
		
		#footer-wrapper .widget .searchform input[type="text"] {
			width: 80%;
			margin-right: 0;
		}
		
		/*=== FLEX SLIDER NORMAL ===*/
		
		.flex-normal-container .flex-control-nav { bottom: 20px; }
		
		.flex-full-container .flex-caption {
			top: 95px;
			left: 60px;
		}
		
		#portfolio-wrapper .project-grid {
			margin-left: 5px;
		}
				
	}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
	
		#portfolio-filter-wrapper {
			margin: 0 0px 40px 0px; /*** ADD MARGINS TO TITLE ***/
		}
		
		#content .page-title {
			margin: 0 0px 40px 0px; /*** ADD MARGINS TO TITLE ***/
		}
		
		#content .post.portfolio-single {
			margin: 0 0px 20px 0px;
		}
		
		.one_half, .one_third, .two_third, .three_fourth, .one_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth 
		{
			position: relative;
			margin-right: 0;
			float: none;
			clear: both;
			display: block;
			width: auto;
		}
	
		#comments .comments-header {
			padding-left: 0;
		}
		
		.form-comment {
			padding-left: 0;
		}
		
		#portfolio-wrapper.portfolio-shortcode .project-grid {
			margin-left: 0;
			margin-right: 0;
		}
		
		#portfolio-wrapper .project-grid {
			margin-left: 0px;
		}
		
		.pricing_table .section {
			width: 100% !important;
		}
	
	}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
	
		#menu-wrapper {
			height: auto;
			
		}
		
		#menu-wrapper header #logo {
			float: none;
			clear: both;
			display: block;
			text-align: center;
			margin-bottom: 10px;
			padding-top: 10px;
		}
		
		#menu-wrapper nav {
			float: none;
			clear: both;
			display: block;
			text-align: center;
		}
		
		#menu-wrapper .mobileMenu {
			width: 100%;
			font-family: Arial, sans-serif;
			background-color: transparent;
			border: 3px solid rgba(0, 0, 0, 0.1);
			color: #ffffff;
			font-size: 14px;
			font-weight: bold;
			padding: 10px;			
		}
				
		#portfolio-wrapper .project-grid {
			width: 210px;
			margin-bottom: 15px;
		}

		.portfolio-single .project-slider {
			width: 420px;
			margin-right: 0px;
			float: none;
			clear: both;
			margin-bottom: 30px;
		}
		
		.portfolio-single .project-info {
			width: 420px;
			float: none;
			clear: both;
		}
		
		#portfolio-filter-wrapper ul li {
			width: 45%;
			margin-bottom: 10px;
			text-align: center;
		}
		
		#content .pagination { 
			margin-bottom: 20px;
		}
		
		#sidebar {
			padding-top: 50px;
			border-top: 3px solid #D4D4D4;
		}
		
		#sidebar .widget .searchform input[type="text"] {
			width: 90%;
			margin-right: 0;
		}
		
		#footer-wrapper .widget .searchform input[type="text"] {
			width: 90%;
			margin-right: 0;
		}
		
		/*=== FLEX SLIDER NORMAL ===*/
		
		.flex-normal-container .flex-control-nav { bottom: 20px; }
		
		.flex-normal-container .flex-caption{
			font-size: 18px;
			line-height: 26px;
			top: 20%;
		}
		
		/*=== FLEX CONTENT SLIDER ===*/
		
		.flex-content-container .flexslider .slides > li img{
			display: block;
		}
		
		.flex-content-container .flex-caption {
		  font-size: 14px;
		  line-height: 18px;
		  padding: 0;
		  position: static;
		  width: auto;
		  margin: 0 !important;
		  padding: 25px 0;
		}
		
		/*=== FLEX FULL SLIDER ===*/
		
		.flex-full-container {
			position: relative;
			top: -60px;
			width: 100%;
			height: auto;
			margin-bottom: 0px !important;
			z-index: 1 !important;
		}
		
		#content.full-slider-content {
			margin-top: -25px !important;
		}
		
		.flex-full-container .flex-caption {
			top: 10px;
			left: 60px;
		}
		
		.flex-full-container .flex-caption p {
			width: 70%;
		}
		
	}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
	
		#menu-wrapper {
			height: auto;
			
		}
		
		#menu-wrapper header #logo {
			float: none;
			clear: both;
			display: block;
			text-align: center;
			margin-bottom: 10px;
			padding-top: 10px;
		}
		
		#menu-wrapper nav {
			float: none;
			clear: both;
			display: block;
			text-align: center;
		}
		
		#menu-wrapper .mobileMenu {
			width: 100%;
			font-family: Arial, sans-serif;
			background-color: transparent;
			border: 3px solid rgba(0, 0, 0, 0.1);
			color: #ffffff;
			font-size: 14px;
			font-weight: bold;
			padding: 10px;			
		}
			
		#portfolio-wrapper .project-grid {
			text-align: center;
		}
		
		#portfolio-wrapper .project-grid {
			width: 150px;
			margin-bottom: 25px;
		}
		
		.portfolio-single .project-slider {
			width: 300px;
			margin-right: 0px;
			float: none;
			clear: both;
			margin-bottom: 30px;
		}
		
		.portfolio-single .project-info {
			width: 300px;
			float: none;
			clear: both;
		}
		
		#portfolio-filter-wrapper ul li {
			width: 45%;
			margin-bottom: 10px;
			text-align: center;
		}
		
		.member-content {
			margin-left: 0;
		}
		
		.member-profile {
			margin: 0 15px 0px 0;
		}
		
		#content .post .meta {
			padding-left: 0;
		}
		
		#content .post .date {
			float: none;
			clear: both;
			width: auto;
		}
		
		#content .post .date p {
			display: inline-block;
			text-align: left;
		}
	
		#content .pagination { 
			margin-bottom: 20px;
		}
		
		#sidebar {
			padding-top: 50px;
			border-top: 3px solid #D4D4D4;
		}
		
		#sidebar .widget .searchform input[type="text"] {
			width: 85%;
			margin-right: 0;
		}
		
		#footer-wrapper .widget .searchform input[type="text"] {
			width: 85%;
			margin-right: 0;
		}
		
		/*=== FLEX SLIDER NORMAL ===*/
		
		.flex-normal-container {
			margin-bottom: 15px !important;
		}
		
		.flex-normal-container .flex-control-nav { bottom: 20px; }
		
		.flex-normal-container .flex-caption{
			font-size: 16px;
			line-height: 24px;
			top: 10%;
		}
		
		/*=== FLEX CONTENT SLIDER ===*/
		
		.flex-content-container .flexslider .slides > li img{
			display: block;
		}
		
		.flex-content-container .flex-caption {
		  font-size: 14px;
		  line-height: 18px;
		  padding: 0;
		  position: static;
		  width: auto;
		  margin: 0 !important;
		  padding: 25px 0;
		}
		
		/*=== FLEX FULL SLIDER ===*/
		
		.flex-full-container {
			position: relative;
			top: -60px;
			width: 100%;
			height: auto;
			margin-bottom: 0px !important;
			z-index: 1 !important;
		}
		
		#content.full-slider-content {
			margin-top: -25px !important;
		}
		
		/*** TITLE BUTTONS ***/
		
		.header h1 {
			text-align: center;
		}
		
		.header .button-span {
			position: static;
			display: block;
			text-align: center;
			padding-top: 10px;
			padding-left: 0;
		}
		
		.testimonial-wrapper .testimonial-nav-previous {
			display: inline-block;
			float: none;
			clear: both;
			margin: 0;
			margin-right: 4px;
		}
		
		.testimonial-wrapper .testimonial-nav-next {
			display: inline-block;
			float: none;
			clear: both;
			margin: 0;
		}
		
		.flex-full-container .flex-caption {
			top: 5px;
			left: 0px;
			text-align: center;
		}
		
		.flex-full-container .flex-caption p {
			display: none;
		}
		
		#content .latest-posts .date p.year {
			top: 0;
		}
	
	}


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

@font-face {
    font-family: 'nevisBold';
    src: url('../fonts/nevis-webfont.eot');
    src: url('../fonts/nevis-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/nevis-webfont.woff') format('woff'),
         url('../fonts/nevis-webfont.ttf') format('truetype'),
         url('../fonts/nevis-webfont.svg#nevisBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SanskritHelveticaRegular';
    src: url('../fonts/sanskrit_helvetica-webfont.eot');
    src: url('../fonts/sanskrit_helvetica-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/sanskrit_helvetica-webfont.woff') format('woff'),
         url('../fonts/sanskrit_helvetica-webfont.ttf') format('truetype'),
         url('../fonts/sanskrit_helvetica-webfont.svg#SanskritHelveticaRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'SanskritHelveticaOblique';
    src: url('../fonts/sanskrit_helvetica_oblique-webfont.eot');
    src: url('../fonts/sanskrit_helvetica_oblique-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/sanskrit_helvetica_oblique-webfont.woff') format('woff'),
         url('../fonts/sanskrit_helvetica_oblique-webfont.ttf') format('truetype'),
         url('../fonts/sanskrit_helvetica_oblique-webfont.svg#SanskritHelveticaOblique') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'SanskritHelveticaBold';
    src: url('../fonts/sanskrit_helvetica_bold-webfont.eot');
    src: url('../fonts/sanskrit_helvetica_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/sanskrit_helvetica_bold-webfont.woff') format('woff'),
         url('../fonts/sanskrit_helvetica_bold-webfont.ttf') format('truetype'),
         url('../fonts/sanskrit_helvetica_bold-webfont.svg#SanskritHelveticaBold') format('svg');
    font-weight: normal;
    font-style: normal;

}