/*
* Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/29/2014
*/


/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.container {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box; }
.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box; }

/* Larger than tablet */
@media (min-width: 920px) {
  .container {
    width: 80%; }
  .column,
  /*.columns {
    margin-left: 2%; }*/
  .column:first-child,
  .columns:first-child {
    margin-left: 0; }

  .one.column,
  .one.columns                    { width: 6.5%; }
  .two.columns                    { width: 15%; }
  .three.columns                  { width: 25%; padding: 0 15px;}
  .four.columns                   { width: 32%; }
  .five.columns                   { width: 40.5%; }
  .six.columns                    { width: 49%;            }
  .seven.columns                  { width: 57.5%; }
  .eight.columns                  { width: 66%; }
  .nine.columns                   { width: 74.5%;          }
  .ten.columns                    { width: 83%; }
  .eleven.columns                 { width: 91.5%; }
  .twelve.columns                 { width: 100%; margin-left: 0; }

  .one-third.column               { width: 32%; }
  .two-thirds.column              { width: 66%; }

  .one-half.column                { width: 49%; }

  /* Offsets */
  .offset-by-one.column,
  .offset-by-one.columns          { margin-left: 10.5%; }
  .offset-by-two.column,
  .offset-by-two.columns          { margin-left: 19%; }
  .offset-by-three.column,
  .offset-by-three.columns        { margin-left: 27.5%;            }
  .offset-by-four.column,
  .offset-by-four.columns         { margin-left: 36%; }
  .offset-by-five.column,
  .offset-by-five.columns         { margin-left: 44.5%; }
  .offset-by-six.column,
  .offset-by-six.columns          { margin-left: 53%;            }
  .offset-by-seven.column,
  .offset-by-seven.columns        { margin-left: 61.5%; }
  .offset-by-eight.column,
  .offset-by-eight.columns        { margin-left: 70%; }
  .offset-by-nine.column,
  .offset-by-nine.columns         { margin-left: 78.5%;          }
  .offset-by-ten.column,
  .offset-by-ten.columns          { margin-left: 87%; }
  .offset-by-eleven.column,
  .offset-by-eleven.columns       { margin-left: 95.5%; }

  .offset-by-one-third.column,
  .offset-by-one-third.columns    { margin-left: 36%; }
  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns   { margin-left: 70%; }

  .offset-by-one-half.column,
  .offset-by-one-half.columns     { margin-left: 53%; }

}