.row:before, .row:after { content: ""; display: table; }
.row:after { clear: both; }
.columns{margin:0 0 25px;}

@media only screen and (min-width:641px) {
.row { width: 100%; margin: 0 auto; }

/* To fix the grid into a different size, set max-width to your desired width */
.column, .columns { margin-left: 1.01011%; float: left; min-height: 1px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.columns{margin-bottom:30px;}
.column:first-child, .columns:first-child, .alpha { margin-left: 0; }
.column.omega, .columns.omega { float: right; }

/* Column Classes */
.row .one.columns { width: 4.0404%; }
.row .two.columns { width: 9.0909%; }
.row .three.columns { width: 14.14141%; }
.row .four.columns { width: 19.19191%; }
.row .five.columns { width: 24.24242%; }
.row .six.columns { width: 29.29292%; }
.row .seven.columns { width: 34.34343%; }
.row .eight.columns { width: 39.39393%; }
.row .nine.columns { width: 44.44444%; }
.row .ten.columns { width: 49.49494%; }
.row .eleven.columns { width: 54.54545%; }
.row .twelve.columns { width: 59.59595%; }
.row .thirteen.columns { width: 64.64646%; }
.row .fourteen.columns { width: 69.69696%; }
.row .fifteen.columns { width: 74.74747%; }
.row .sixteen.columns { width: 79.79797%; }
.row .seventeen.columns { width: 84.84848%; }
.row .eighteen.columns { width: 89.89898%; }
.row .nineteen.columns { width: 94.94949%; }
.row .twenty.columns { width: 100%; margin-right: 0; }


}


