*{
    margin: 0;
    padding: 0;
    list-style: none;
    box-sizing: border-box;
    outline: none;
    font-family: 'Segoe UI', Arial, sans-serif;
    font-size: 13px;
    text-decoration: none;
    color: #333333;
    border-collapse: collapse;
}


/* CLEAR */
.clear:after,
.container:after,
.row:after,
main:after{
    clear: both;
    content: '';
    height: 0;
    display: block;
}
.container{
    width: 960px;
    margin: 0 auto;
}

.row{
    width: 100%;
}

.col{
    float: left;
    min-height: 1px;
}

.c1{
    width: calc((100% / 12) * 1);
}
.c2{
    width: calc((100% / 12) * 2);
}
.c3{
    width: calc((100% / 12) * 3);
}
.c4{
    width: calc((100% / 12) * 4);
}
.c5{
    width: calc((100% / 12) * 5);
}
.c6{
    width: calc((100% / 12) * 6);
}
.c7{
    width: calc((100% / 12) * 7);
}
.c8{
    width: calc((100% / 12) * 8);
}
.c9{
    width: calc((100% / 12) * 9);
}
.c10{
    width: calc((100% / 12) * 10);
}
.c11{
    width: calc((100% / 12) * 11);
}


strong,
b{
    font-weight: 600;
    color: inherit;
    line-height: inherit;
    font-size: inherit;
}