/* GRID SYSTEM 12 COLUMNS */
	
.group:after {
    content:"";
    display:table;
    clear:both;
}
.col {
	margin-left: 6%;
	float: left;
}
.col:first-child{margin-left: 0!important;}
.col12 {width: 100%;}
.col11 {width: 86.16%;}
.col10 {width: 78.33%;}
.col9 {width: 70.5%;}
.col8 {width: 62.6%;}
.col7 {width: 54.83%;}
.col6 {width: 47%;}
.col5 {width: 39.16%;}
.col4 {width: 31.33%;}
.col3 {width: 23.5%;}
.col2 {width: 15.66%;}
.col1 {width: 7.83%;}
.w12 {width: 100%;}


