/*
* 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 Contents
==================================================
    #Base 960 Grid
    #Tablet (Portrait)
    #Mobile (Portrait)
    #Mobile (Landscape)
    #Clearing */



/* #Base 960 Grid
================================================== */

.site-holder {position: relative; height: auto; width: 100%; max-width: 1600px; margin: 0 auto; }

.margin-20 { margin: 20px; }

.margin-bot-30 { margin-bottom: 30px; }

.hero-margin-bot-20 { margin-bottom: 20px; }

.margin-bot-20 { margin-bottom: 20px; }

.margin-20-intro { margin: 0 20px 20px 20px; }

.margin-bot-10 { margin-bottom: 10px; }

.spacer-30 { position: relative; height: 30px; width: 100%; }

.spacer-20 { position: relative; height: 20px; width: 100%; }

.header-holder-100 { position: relative; height: 50px; width: 100%; }

.logo-holder { float: left; display: inline; padding: 10px 10px 5px 20px; }

.nav-holder { float: right; display: inline; padding: 10px 10px 5px 10px; }

.hero-image-holder { position: relative; height: 760px; width: 100%; }

.hero-image-holder-100 { position: relative; height: auto; width: 100%; margin-bottom: -7px; }

.hero-image-holder-50 { position: relative; float: left; height: auto; width: 50%; margin-bottom: -7px; }

.hero-margin-10-right { margin: 0 10px 0 0; }

.hero-margin-10-left { margin: 0 0 0 10px; }

.hero-image-holder-30 { position: relative; float: left; height: auto; width: 33.3%; margin-bottom: -7px; }

.hero-margin-20-left-right { margin: 0 0 0 10px; }

.home-services { padding: 40px 40px 2px 40px;  background: #000; }

.title-copy { position: relative; float: left; width: 30%; height: auto; }

.client-vision { position: relative; float: left; width: 70%; height: auto; }

.case-study-services { position: relative; float: left; width: 30%; height: auto; }

.client-execution { position: relative; float: left; width: 70%; height: auto; }

.client-copy { position: relative; float: left; width: 70%; height: auto; }

.client-services { position: relative; float: left; width: 30%; height: auto; }

.client-margin { margin: 30px; }

.client-margin-2 { margin: 0 30px 30px 30px; }

.title-copy-margin, .client-vision-margin { margin: 30px; }

.case-study-services-margin, .client-execution-margin { margin: 0 30px 30px 30px; }


.instagram-holder { width: 100%; padding: 40px 0; text-align: center; }

.message-holder-100 { position: relative; height: auto; width: 100%; max-width: 900px; }

.info-holder-100 { position: relative; height: auto; width: 100%; max-width: 900px; }

.message-padding { padding: 40px 40px; }

.info-header-padding { padding: 40px 40px 20px 40px; }

.info-image-padding { padding: 0 40px 0 40px; }

.client-logos-holder-100 { position: relative; height: auto; width: 100%; margin-bottom: -7px; }

.client-logos-padding { padding: 0 40px 40px 40px; }

.client-logo { float: left; display: inline; width: 25%; height: auto; }

.project-label { position: absolute; height: auto; width: 100%; text-align: center; margin-top: -40px; color: #fff; }

.view-project { background: #000; padding: 5px; }

.video-holder { position: relative; height: auto; width: 100%; margin-bottom: -7px; }



    .container                                  { position: relative; width: 960px; margin: 0 auto; padding: 0; }
    .container .column,
    .container .columns                         { float: left; display: inline; margin-left: 10px; margin-right: 10px; }
    .row                                        { margin-bottom: 20px; }

    /* Nested Column Classes */
    .column.alpha, .columns.alpha               { margin-left: 0; }
    .column.omega, .columns.omega               { margin-right: 0; }



/* #Tablet (Portrait)
================================================== */

    /* Note: Design for a width of 768px */

    @media only screen and (min-width: 768px) and (max-width: 959px) {
		
		.home-header h1 { font-size: 36px; line-height: 42px; margin-bottom: 30px; }
		
		
		.hero-image-holder { position: relative; height: 500px; width: 100%; }
		
		.hero-image-holder-100 { position: relative; height: auto; width: 100%; }
		
		
		
		
		
		
        .container                                  { width: 768px; }
        .container .column,
        .container .columns                         { margin-left: 10px; margin-right: 10px;  }
        .column.alpha, .columns.alpha               { margin-left: 0; margin-right: 10px; }
        .column.omega, .columns.omega               { margin-right: 0; margin-left: 10px; }
        .alpha.omega                                { margin-left: 0; margin-right: 0; }
    }


/*  #Mobile (Portrait)
================================================== */

    /* Note: Design for a width of 320px */

    @media only screen and (max-width: 767px) {
		
body {  font: 18px/22px "Helvetica", "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: bold; }
		
		.home-header h1 { font-size: 24px; line-height: 28px; margin-bottom: 20px; }
		
		.home-thumbs h3 { font-size: 14px; line-height: 18px; margin-bottom: 20px; }
		
		.margin-bot-30 { margin-bottom: 20px; }
		
		.margin-bot-20 { margin-bottom: 10px; }
		
		.margin-20-intro { margin: 0 20px 10px 20px; }
		
		.margin-bot-10 { margin-bottom: 5px; }
		
		.hero-margin-10-right { margin: 0 5px 0 0; }

.hero-margin-10-left { margin: 0 0 0 5px; }
		
		.spacer-30 { height: 10px; }
		
		
		.hero-image-holder { position: relative; height: 400px; width: 100%; }
		
		.hero-image-holder-100 { position: relative; height: auto; width: 100%; }
		
		.home-services { padding: 20px 20px 2px 20px;  background: #000; }
		
		
	img.logo { width: 171px; height: 29px; }
		
	.logo-holder { font-size:18px; line-height: 50px; letter-spacing: -.5px }
		
	.nav li a, .menu li a  { font-size:18px; padding:0 10px 0 0; letter-spacing: -.2px }
		
	.message-holder-100 h1 { font-size: 36px; line-height: 36px; margin-bottom: 0; letter-spacing: -0.7px; }
		
	h1 { font-size: 36px; line-height: 36px; margin-bottom: 10px; letter-spacing: -0.7px; }
		
	h2 { font-size: 28px; line-height: 31px; margin-bottom: 10px; }
		
		h3 { font-size: 21px; line-height: 25px; margin-bottom: 10px; }
		
	.message-padding { padding: 30px 20px; }
		
	.info-header-padding { padding: 30px 20px 10px 20px; }
		
	.info-image-padding { padding: 0 20px 0 20px; }
		
	.client-logo { width: 33.3%; }
		
	.project-label { margin-top: -32px; }
		
	.title-copy, .client-vision, .case-study-services, .client-execution { width: 100%; }
		
	.title-copy h1 { font-size: 36px; line-height: 38px; margin-bottom: 0 ; }
		
	.client-vision h2, .case-study-services h3, .client-execution h2  { font-size: 18px; line-height: 24px; margin-bottom: 4px; }
		
	.case-study-services-margin, .client-execution-margin { margin: 0 0 20px 0; }
		
	.client-copy { width: 100%; }

.client-services { width: 100%; }

.client-margin { margin: 0 0 20px 0; }
		
.client-margin-2 { margin: 0 }
		
.title-copy-margin { margin: 10px 0 20px 0; }
		
.client-vision-margin { margin: 0 0 20px 0; }
		
.client-services p { margin-bottom: 3px; font-size: 18px; line-height: 24px; }
		
		
.video-holder { position: relative; height: 400px; width: 100%; margin-bottom: 20px; }
		


    }


/* #Mobile (Landscape)
================================================== */

    /* Note: Design for a width of 480px */

    @media only screen and (min-width: 480px) and (max-width: 767px) {
        .container { width: 420px; }
        .container .columns,
        .container .column { margin: 0; }

    }


/* #Clearing
================================================== */

    /* Self Clearing Goodness */
    .container:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }

    /* Use clearfix class on parent to clear nested columns,
    or wrap each row of columns in a <div class="row"> */
    .clearfix:before,
    .clearfix:after,
    .row:before,
    .row:after {
      content: '\0020';
      display: block;
      overflow: hidden;
      visibility: hidden;
      width: 0;
      height: 0; }
    .row:after,
    .clearfix:after {
      clear: both; }
    .row,
    .clearfix {
      zoom: 1; }

    /* You can also use a <br class="clear" /> to clear columns */
    .clear {
      clear: both;
      display: block;
      overflow: hidden;
      visibility: hidden;
      width: 0;
      height: 0;
    }
