/*
1024px grid system ~ Core CSS.
4 Columns ~ Margin left: 20px

Based on the simple grid system - http://www.webnicer.com/
by Jacek Ciolek

Created by the Grid System Generator - v1.00
Learn more ~ http://www.gridsystemgenerator.com/
*/

/* clearfix */
.clearfix:after, .row:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}
.clearfix, .row {display:inline-block;} /*Those two .clearfix have to be separate!)*/
.clearfix, .row {display:block;}

/* gridframework */
.row {position:relative; margin-left:-20px; background:transparent !important;margin-bottom:40px;}
.gu1 .row {width: 261px; background:transparent !important;}
.gu2 .row {width: 522px; background:transparent !important;}
.gu3 .row {width: 783px; background:transparent !important;}
.gu4 .row {width: 1044px; background:transparent !important;}

.col {padding-left:20px; float:left; position:relative;background:transparent !important;}
.gu1{width: 241px;}
.gu2{width: 502px;}
.gu3{width: 763px;}
.gu4{width: 1024px;}
