/*
* 	Air v. 0.8.0
	Grids
* 	2016, Rasmus Vork Design
*/

.air-g {
    /*letter-spacing: -0.31em; /* Webkit: collapse white-space between units */
    /* *letter-spacing: normal; /* reset IE < 8 */
    /* *word-spacing: -0.43em; /* IE < 8: collapse white-space between units */
    /* text-rendering: optimizespeed; /* Webkit: fixes text-rendering: optimizeLegibility */

    /*
    Sets the font stack to fonts known to work properly with the above letter
    and word spacings. See: https://github.com/yahoo/air/issues/41/

    The following font stack makes air Grids work on all known environments.

    * FreeSans: Ships with many Linux distros, including Ubuntu

    * Arimo: Ships with Chrome OS. Arimo has to be defined before Helvetica and
      Arial to get picked up by the browser, even though neither is available
      in Chrome OS.

    * Droid Sans: Ships with all versions of Android.

    * Helvetica, Arial, sans-serif: Common font stack on OS X and Windows.
    */
    /*font-family: FreeSans, Arimo, "Droid Sans", Helvetica, Arial, sans-serif;*/

    /*
    Use flexbox when possible to avoid `letter-spacing` side-effects.

    NOTE: Firefox (as of 25) does not currently support flex-wrap, so the
    `-moz-` prefix version is omitted.
    */

    display: -webkit-flex;
    -webkit-flex-flow: row wrap;

    /* IE10 uses display: flexbox */
    display: -ms-flexbox;
    -ms-flex-flow: row wrap;
    
    /* Prevents distributing space between rows */
    -ms-align-content: flex-start;
	-webkit-align-content: flex-start;
	align-content: flex-start;
	
	min-height: 100%;
}

/*row*/
.air-g .air-r {
	width: 100%;
}
	.air-g > .air-r:after {
		clear: both;
	}

.air-g .air-r > div {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Opera as of 12 on Windows needs word-spacing.
   The ".opera-only" selector is used to prevent actual prefocus styling
   and is not required in markup.
*/
.opera-only :-o-prefocus,
.air-g {
    word-spacing: -0.43em;
}

.air-u {
    /*display: inline-block;
    *display: inline; /* IE < 8: fake inline-block */ /*FIXED FOR 1PX POSITION DISPLACEMENT - CHECK IN LATER*/
    display: block;
    float: left;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
}

/*
Resets the font family back to the OS/browser's default sans-serif font,
this the same font stack that Normalize.css sets for the `body`.
*/
.air-g [class *= "air-u"] {
    /*font-family: sans-serif;*/
    box-sizing: border-box;
}

.air-u-1,
.air-u-1-1,
.air-u-1-2,
.air-u-1-3,
.air-u-2-3,
.air-u-1-4,
.air-u-3-4,
.air-u-1-5,
.air-u-2-5,
.air-u-3-5,
.air-u-4-5,
.air-u-5-5,
.air-u-1-6,
.air-u-5-6,
.air-u-1-8,
.air-u-3-8,
.air-u-5-8,
.air-u-7-8,
.air-u-1-12,
.air-u-5-12,
.air-u-7-12,
.air-u-11-12,
.air-u-1-24,
.air-u-2-24,
.air-u-3-24,
.air-u-4-24,
.air-u-5-24,
.air-u-6-24,
.air-u-7-24,
.air-u-8-24,
.air-u-9-24,
.air-u-10-24,
.air-u-11-24,
.air-u-12-24,
.air-u-13-24,
.air-u-14-24,
.air-u-15-24,
.air-u-16-24,
.air-u-17-24,
.air-u-18-24,
.air-u-19-24,
.air-u-20-24,
.air-u-21-24,
.air-u-22-24,
.air-u-23-24,
.air-u-24-24 {
    /*display: inline-block;
    *display: inline;*/ /*FIXED - CHECK IN LATER*/
    display: block;
    float: left;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
    position: relative;
}

.air-u-1-24 {
    width: 4.1667%;
}

.air-u-1-12,
.air-u-2-24 {
    width: 8.3333%;
}

.air-u-1-8,
.air-u-3-24 {
    width: 12.5000%;
}

.air-u-1-6,
.air-u-4-24 {
    width: 16.6667%;
}

.air-u-1-5 {
    width: 20%;
}

.air-u-5-24 {
    width: 20.8333%;
}

.air-u-1-4,
.air-u-6-24 {
    width: 25%;
}

.air-u-7-24 {
    width: 29.1667%;}

.air-u-1-3,
.air-u-8-24 {
    width: 33.3333%;
}

.air-u-3-8,
.air-u-9-24 {
    width: 37.5000%;
}

.air-u-2-5 {
    width: 40%;
}

.air-u-5-12,
.air-u-10-24 {
    width: 41.6667%;
}

.air-u-11-24 {
    width: 45.8333%;
}

.air-u-1-2,
.air-u-12-24 {
    width: 50%;
}

.air-u-13-24 {
    width: 54.1667%;
}

.air-u-7-12,
.air-u-14-24 {
    width: 58.3333%;
}

.air-u-3-5 {
    width: 60%;
}

.air-u-5-8,
.air-u-15-24 {
    width: 62.5000%;
}

.air-u-2-3,
.air-u-16-24 {
    width: 66.6667%;
}

.air-u-17-24 {
    width: 70.8333%;
}

.air-u-3-4,
.air-u-18-24 {
    width: 75%;
}

.air-u-19-24 {
    width: 79.1667%;
}

.air-u-4-5 {
    width: 80%;
}

.air-u-5-6,
.air-u-20-24 {
    width: 83.3333%;
}

.air-u-7-8,
.air-u-21-24 {
    width: 87.5000%;
}

.air-u-11-12,
.air-u-22-24 {
    width: 91.6667%;
}

.air-u-23-24 {
    width: 95.8333%;
}

.air-u-1,
.air-u-1-1,
.air-u-5-5,
.air-u-24-24 {
    width: 100%;
}