.container {
  clear:both;
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}
.column, .columns {
  width: 100%;
  float: left;
  box-sizing: content-box;
  margin:0 0 2% 0;
  position: relative;
}

.column.centered, 
.columns.centered{
  float:none;
  margin:0 auto;
}

.centered-content *{
  text-align:center;
}

/* For devices larger than 319px */
@media (min-width: 319px) {
.container {
  width: 84%;
  padding: 0;
}
}

/* For devices larger than 767px */
@media (min-width: 769px) {
.container {
  width: 96%;
  max-width: 1280px;
}

.column,  .columns {
  margin:1.5% 3% 3% 3%;
  padding:0 0;
  float: left;
}

.one.column,  .one.columns {
  width: 3.3333333333%;
}
.two.columns {
  width: 10.6666666667%;
}
.three.columns {
  width: 19%;
}
.four.columns {
  width: 27.3333333333%;
}
.five.columns {
  width: 35.6666666667%;
}
.six.columns {
  width: 44%;
}
.seven.columns {
  width: 52.3333333333%;
}
.eight.columns {
  width: 60.6666666667%;
}
.nine.columns {
  width: 67%;
}
.ten.columns {
  width: 77.3333333333%;
}
.eleven.columns {
  width: 84.6666666667%;
}
.twelve.columns {
  width: 94%;
}
.one-third.column {
  width: 29.3333333333%;
}
.two-thirds.column {
  width: 61.6666666667%;
}
.one-half.column {
  width: 45%;
}
/* Offsets */
.offset-by-one.column,  .offset-by-one.columns {
  margin-left: 8.66666666667%;
}
.offset-by-two.column,  .offset-by-two.columns {
  margin-left: 17.3333333333%;
}
.offset-by-three.column,  .offset-by-three.columns {
  margin-left: 26%;
}
.offset-by-four.column,  .offset-by-four.columns {
  margin-left: 34.6666666667%;
}
.offset-by-five.column,  .offset-by-five.columns {
  margin-left: 43.3333333333%;
}
.offset-by-six.column,  .offset-by-six.columns {
  margin-left: 52%;
}
.offset-by-seven.column,  .offset-by-seven.columns {
  margin-left: 60.6666666667%;
}
.offset-by-eight.column,  .offset-by-eight.columns {
  margin-left: 69.3333333333%;
}
.offset-by-nine.column,  .offset-by-nine.columns {
  margin-left: 78.0%;
}
.offset-by-ten.column,  .offset-by-ten.columns {
  margin-left: 86.6666666667%;
}
.offset-by-eleven.column,  .offset-by-eleven.columns {
  margin-left: 95.3333333333%;
}
.offset-by-one-third.column,  .offset-by-one-third.columns {
  margin-left: 34.6666666667%;
}
.offset-by-two-thirds.column,  .offset-by-two-thirds.columns {
  margin-left: 69.3333333333%;
}
.offset-by-one-half.column,  .offset-by-one-half.columns {
  margin-left: 52%;
}
}