/*** Custom layout container ***/
.en-col {
                float: left;
                margin: 1% 0 1% 1%;
}
.en-col:first-child {
                margin-left: 0;
}
.en-col-1-of-1 {
                width: 99%;
}
.en-col-1-of-2 {
                width: 49%;
}
.en-col-1-of-3 {
                width: 32.3333333333%;
}
.en-col-1-of-4 {
                width: 24%;
}
.en-col-1-of-5 {
                width: 19%;
}
.en-col-1-of-6 {
                width: 15.66666666666667%;
}
.en-col-1-of-7 {
                width: 13.28571428571429%;
}
.en-col-1-of-8 {
                width: 11.5%;
}

.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

/*** Custom layout container ***/

