/* ==================================================================================================================== */
/* ! The 1140px Grid V2 by Andy Taylor \ http://cssgrid.net \ http://www.twitter.com/andytlr \ http://www.andytlr.com   */
/* ==================================================================================================================== */
.container {
    padding: 0 20px
    }
.onecol, .twocol, .threecol, .fourcol, .fivecol, .sixcol, .sevencol, .eightcol, .ninecol, .tencol, .elevencol {
    margin-right: 3.8%;
    float: left;
    min-height: 1px
    }
.onecol {
    width: 4.85%
    }
.twocol {
    width: 13.45%
    }
.threecol {
    width: 22.05%
    }
.fourcol {
    width: 30.75%
    }
.fivecol {
    width: 39.45%
    }
.sixcol {
    width: 48%
    }
.sevencol {
    width: 56.75%
    }
.eightcol {
    width: 65.4%
    }
.ninecol {
    width: 74.05%
    }
.tencol {
    width: 82.7%
    }
.elevencol {
    width: 91.35%
    }
.twelvecol {
    width: 100%;
    float: left
    }
.last {
    margin-right: 0
    }
img, object, embed {
    max-width: 100%
    }
img {
    height: auto
    }
/* Smaller screens */
/* Mobile */
@media handheld, only screen and (max-width: 767px) {
    body {
        -webkit-text-size-adjust: none
        }
    body, .container {
        width: 100%;
        min-width: 0;
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0
        }
    .onecol, .twocol, .threecol, .fourcol, .fivecol, .sixcol, .sevencol, .eightcol, .ninecol, .tencol, .elevencol, .twelvecol {
        width: auto;
        float: none;
        margin-left: 20px;
        margin-right: 20px;
        padding-left: 20px;
        padding-right: 20px
        }
    }