.row .column { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

.container { margin: 0px auto; padding: 0px 20px; max-width: 1200px; }

.row { width: 1100px; max-width: 100%; margin: 0 auto; clear:both; }
.row .row { width: auto; max-width: none; min-width: 0; margin: 0 -10px; }

.column { float: left; min-height: 1px; padding: 0 10px; position: relative; margin-bottom: 45px; }
.column.wrapper { padding: 0px; }

.row .column:first-of-type {
	padding-left: 0;
}

.row .column:last-of-type {
	padding-right: 0;
}

.row .pointfive {width: 4.16666666666667%;}
.row .threequarters { width: 6.25%; }
.row .one { width: 8.333%; }
.row .onepointfive { width: 12.5%; }
.row .two { width: 16.667%; }
.row .twopointfive { width: 20.833%;}
.row .three { width: 25%; }
.row .threepointfive { width: 29.167%; }
.row .four { width: 33.333%; }
.row .fourpointfive { width: 37.49999999999995%;}
.row .five { width: 41.667%; }
.row .fivepointfive { width: 45.83333333333337%;}
.row .six { width: 50%; }
.row .sixpointfive { width: 54.16666666666655%;}
.row .seven { width: 58.333%; }
.row .sevenpointfive { width: 62.5%;}
.row .eight { width: 66.667%; }
.row .eightpointfive { width: 70.83333333333348%;}
.row .nine { width: 75%; }
.row .ninepointfive { width: 79.1666666666668%;}
.row .ten { width: 83.333%; }
.row .tenpointfive { width: 87.50000000000022%;}
.row .eleven { width: 91.667%;}
.row .elevenpointfive { width: 95.83333333333289%;}
.row .twelve { width: 100%; }

img{ max-width: 100%; height: auto; }
img { -ms-interpolation-mode: bicubic; }
object, embed { max-width: 100%; }