
/* Grid system */

.row {
  margin-left: -20px;
  *zoom: 1;
}
.row:before,
.row:after {
  display: table;
  content: "";
}
.row:after {
  clear: both;
}
.row > [class*="col"] {
  float: left;
  margin-left: 20px;
}
.row > [class*="push"],
.row > [class*="pull"] {
  position: relative;
}
.container {
  width: 964px;
}

.row > .col12 {
  width: 964px;
}
.row > .col11 {
  width: 882px;
}
.row > .col10 {
  width: 800px;
}
.row > .col9 {
  width: 718px;
}
.row > .col8 {
  width: 636px;
}
.row > .col7 {
  width: 554px;
}
.row > .col6 {
  width: 472px;
}
.row > .col5 {
  width: 390px;
}
.row > .col4 {
  width: 308px;
}
.row > .col3 {
  width: 226px;
}
.row > .col2 {
  width: 144px;
}
.row > .col1 {
  width: 62px;
}

.row > .push12 {
  left: 984px;
}
.row > .push11 {
  left: 902px;
}
.row > .push10 {
  left: 820px;
}
.row > .push9 {
  left: 738px;
}
.row > .push8 {
  left: 656px;
}
.row > .push7 {
  left: 574px;
}
.row > .push6 {
  left: 492px;
}
.row > .push5 {
  left: 410px;
}
.row > .push4 {
  left: 328px;
}
.row > .push3 {
  left: 246px;
}
.row > .push2 {
  left: 164px;
}
.row > .push1 {
  left: 82px;
}

.row > .pull12 {
  left: -984px;
}
.row > .pull11 {
  left: -902px;
}
.row > .pull10 {
  left: -820px;
}
.row > .pull9 {
  left: -738px;
}
.row > .pull8 {
  left: -656px;
}
.row > .pull7 {
  left: -574px;
}
.row > .pull6 {
  left: -492px;
}
.row > .pull5 {
  left: -410px;
}
.row > .pull4 {
  left: -328px;
}
.row > .pull3 {
  left: -246px;
}
.row > .pull2 {
  left: -164px;
}
.row > .pull1 {
  left: -82px;
}



.header-wrapper,
.showcase-top-wrapper,
.content-wrapper,
.showcase-bottom-wrapper,
.footer-wrapper {
  padding-left: 20px;
  padding-right: 20px;
  min-width: 964px;
}

