/* The Grid ---------------------- */
.row { width: 100%; max-width: 100%; min-width: 768px; margin: 40px 0; }
.row .row { width: auto; max-width: none; min-width: 0; margin: 0 -15px; }
.row.collapse .column, .row.collapse .columns { padding: 0; }
.row.collapse .column.twelve, .row.collapse .columns.twelve { margin-bottom: 20px; width: 100% }
.row .row { width: auto; max-width: none; min-width: 0; margin: 0; }
.row .row.collapse { margin: 0; }

.row.gallery .columns{margin-bottom: 40px}

.column, .columns { float: left; min-height: 1px; padding: 0 2%; position: relative; }
.column.centered, .columns.centered { float: none; margin: 0 auto; }

[class*="column"] + [class*="column"]:last-child { float: right; }

[class*="column"] + [class*="column"].end { float: left; }

.one, .row .one { width: 4.33333%; }

.two, .row .two { width: 12.66667%; }

.three, .row .three { width: 21%; }

.four, .row .four { width: 29.33333%; }

.five, .row .five { width: 37.66667%; }

.six, .row .six { width: 46%; }
.six2, .row .six2{ width: 70%; }
.six3, .row .six3{ width: 90%; }

.seven, .row .seven { width: 54.33333%; }

.eight, .row .eight { width: 62.66667%; }

.nine, .row .nine { width: 71%; }

.ten, .row .ten { width: 79.33333%; }

.eleven, .row .eleven { width: 87.66667%; }

.twelve, .row .twelve { width: 96%; }

img { height: auto; }

img, object, embed { max-width: 100%; }

img { -ms-interpolation-mode: bicubic; }

/* Nicolas Gallagher's micro clearfix */
.row { *zoom: 1; }
.row:before, .row:after { content: " "; display: table; }
.row:after { clear: both; }

@media only screen and (max-width: 767px) { /* Global Misc --- */
    /*                 */
    .left, .right { float: none; }
    body { -webkit-text-size-adjust: none; -ms-text-size-adjust: none; width: 100%; min-width: 0; margin-left: 0; margin-right: 0; padding-left: 0; padding-right: 0; }
    /* The Grid --- */
    /*              */
    .row { width: auto; min-width: 0; margin-left: 0; margin-right: 0; }
    .column, .columns { width: auto !important; float: none; }
    .column:last-child, .columns:last-child { float: none; }
    [class*="column"] + [class*="column"]:last-child { float: none; }
    .column:before, .columns:before, .column:after, .columns:after { content: ""; display: table; }
    .column:after, .columns:after { clear: both; }
    .offset-by-one, .offset-by-two, .offset-by-three, .offset-by-four, .offset-by-five, .offset-by-six, .offset-by-seven, .offset-by-eight, .offset-by-nine, .offset-by-ten { margin-left: 0 !important; }
    .push-two, .push-three, .push-four, .push-five, .push-six, .push-seven, .push-eight, .push-nine, .push-ten { left: auto; }
    .pull-two, .pull-three, .pull-four, .pull-five, .pull-six, .pull-seven, .pull-eight, .pull-nine, .pull-ten { right: auto; }
    /* Mobile 4-column Grid */
    .row .mobile-one { width: 25% !important; float: left; padding: 0 15px; }
    .row .mobile-one:last-child { float: right; }
    .row .mobile-one.end { float: left; }
    .row.collapse .mobile-one { padding: 0; }
    .row .mobile-two { width: 50% !important; float: left; padding: 0 15px; }
    .row .mobile-two:last-child { float: right; }
    .row .mobile-two.end { float: left; }
    .row.collapse .mobile-two { padding: 0; }
    .row .mobile-three { width: 75% !important; float: left; padding: 0 15px; }
    .row .mobile-three:last-child { float: right; }
    .row .mobile-three.end { float: left; }
    .row.collapse .mobile-three { padding: 0; }
    .row .mobile-four { width: 100% !important; float: left; padding: 0 15px; }
    .row .mobile-four:last-child { float: right; }
    .row .mobile-four.end { float: left; }
    .row.collapse .mobile-four { padding: 0; }
    .push-one-mobile { left: 25%; }
    .pull-one-mobile { right: 25%; }
    .push-two-mobile { left: 50%; }
    .pull-two-mobile { right: 50%; }
    .push-three-mobile { left: 75%; }
    .pull-three-mobile { right: 75%; }

}