/*
* 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: 960px;
  margin: 0 auto;
  box-sizing: border-box; }
.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box; }


/* For devices larger than 768px */
@media (min-width: 768px) {
  .container {
    width: 96%; }

  .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.0%; }

  .three.columns {
    width: 23.5%; }

  .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.0%; }

  .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%; }

  .offset-by-one.column,
  .offset-by-one.columns {
    margin-left: 8.5%; }

  .offset-by-two.column,
  .offset-by-two.columns {
    margin-left: 17%; }

  .offset-by-three.column,
  .offset-by-three.columns {
    margin-left: 25.5%; }

  .offset-by-four.column,
  .offset-by-four.columns {
    margin-left: 34%; }

  .offset-by-five.column,
  .offset-by-five.columns {
    margin-left: 42.5%; }

  .offset-by-six.column,
  .offset-by-six.columns {
    margin-left: 51%; }

  .offset-by-seven.column,
  .offset-by-seven.columns {
    margin-left: 59.5%; }

  .offset-by-eight.column,
  .offset-by-eight.columns {
    margin-left: 68%; }

  .offset-by-nine.column,
  .offset-by-nine.columns {
    margin-left: 76.5%; }

  .offset-by-ten.column,
  .offset-by-ten.columns {
    margin-left: 85.0%; }

  .offset-by-eleven.column,
  .offset-by-eleven.columns {
    margin-left: 93.5%; }

  .offset-by-one-third.column,
  .offset-by-one-third.columns {
    margin-left: 34%; }

  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns {
    margin-left: 68%; }

  .offset-by-one-half.column,
  .offset-by-one-half.column {
    margin-left: 51%; }

}


