*,
*:after,
*:before {
    -webkit-transition: .1s;
    -moz-transition: .1s;
    -o-transition: .1s;
    transition: .1s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
.container {
    width: 95%;
    max-width: 1200px;
    margin: 0 auto;
    overflow: auto;
}
.row {
    width: 100%;
    overflow: auto;
}
.row:before,
.row:after {
    content: "";
    display: table;
    clear: both;
    font-size: 0;
}
[class*="column-"] {
    float: left;
    min-height: 1px;
    padding: 0px 0.5em;
}
.column-1 {
    width: 8.33333%
}
.column-2 {
    width: 16.66667%
}
.column-3 {
    width: 25.0%
}
.column-4 {
    width: 33.33333%
}
.column-5 {
    width: 41.66667%
}
.column-6 {
    width: 50.0%
}
.column-7 {
    width: 58.33333%
}
.column-8 {
    width: 66.66667%
}
.column-9 {
    width: 75.0%
}
.column-10 {
    width: 83.33333%
}
.column-11 {
    width: 91.66667%
}
.column-12 {
    width: 100.0%
}
.offset-1 {
    width: 8.33333%
}
.offset-2 {
    width: 16.66667%
}
.offset-3 {
    width: 25.0%
}
.offset-4 {
    width: 33.33333%
}
.offset-5 {
    width: 41.66667%
}
.offset-6 {
    width: 50.0%
}
.offset-7 {
    width: 58.33333%
}
.offset-8 {
    width: 66.66667%
}
.offset-9 {
    width: 75.0%
}
.offset-10 {
    width: 83.33333%
}
.offset-11 {
    width: 91.66667%
}
.offset-12 {
    width: 100.0%
}
.no-padding {
    padding: 0em;
}
.push-left {
	float: left;
}
.push-right {
	float: right;
}