[class*='box-'] {
	margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding: 10px;
    width:100%;
}

.clear-box{
    clear:both;
    float:inherit;
}
.container-box {
    margin:0%;
    width: 100%;
}
.container-box:after, .container-box:before {
    display: table;
    clear:both;
    content: " ";
}
.nest {
    margin:0 -10px;
    padding:0;
    width:auto;
}

/*********************************************************************************************

2.  Mobile box

*********************************************************************************************/


.box-m-12 {
    width: 100%;
}
.box-m-11 {
    width: 91.666663%;
}
.box-m-10 {
    width: 83.33%;
}
.box-m-9 {
    width: 74.999997%;
}
.box-m-8 {
    width: 66.66666664%;
}
.box-m-7 {
    width: 58.333%;
}
.box-m-6 {
    width: 50%;
}
.box-m-5 {
    width: 41.6665%;
}
.box-m-4 {
    width: 33.33%;
}
.box-m-3 {
    width: 24.99%;
}
.box-m-2 {
    width: 16.66666%;
}
.box-m-1 {
    width: 8.33%;
}

/*********************************************************************************************

3.  box 720px+

*********************************************************************************************/

@media (min-width: 720px) {
    .box-12 {
        width: 100%;
    }
    .box-11 {
        width: 91.666663%;
    }
    .box-10 {
        width: 83.33%;
    }
    .box-9 {
        width: 74.999997%;
    }
    .box-8 {
        width: 66.66666664%;
    }
    .box-7 {
        width: 58.333%;
    }
    .box-6 {
        width: 50%;
    }
    .box-5 {
        width: 41.6665%;
    }
    .box-4 {
        width: 33.33%;
    }
    .box-3 {
        width: 24.99%;
    }
    .box-2 {
        width: 16.66666%;
    }
    .box-1 {
        width: 8.33%;
    }

    .box-t-12 {
        width: 100%;
    }
    .box-t-11 {
        width: 91.666663%;
    }
    .box-t-10 {
        width: 83.33%;
    }
    .box-t-9 {
        width: 74.999997%;
    }
    .box-t-8 {
        width: 66.66666664%;
    }
    .box-t-7 {
        width: 58.333%;
    }
    .box-t-6 {
        width: 50%;
    }
    .box-t-5 {
        width: 41.6665%;
    }
    .box-t-4 {
        width: 33.33%;
    }
    .box-t-3 {
        width: 24.99%;
    }
    .box-t-2 {
        width: 16.66666%;
    }
    .box-t-1 {
        width: 8.33%;
    }
}

/*********************************************************************************************

4.  box 1024px+

*********************************************************************************************/

@media only screen and (min-width: 1024px) {
    .box-tl-12 {
        width: 100%;
    }
    .box-tl-11 {
        width: 91.666663%;
    }
    .box-tl-10 {
        width: 83.33%;
    }
    .box-tl-9 {
        width: 74.999997%;
    }
    .box-tl-8 {
        width: 66.66666664%;
    }
    .box-tl-7 {
        width: 58.333%;
    }
    .box-tl-6 {
        width: 50%;
    }
    .box-tl-5 {
        width: 41.6665%;
    }
    .box-tl-4 {
        width: 33.33%;
    }
    .box-tl-3 {
        width: 24.99%;
    }
    .box-tl-2 {
        width: 16.66666%;
    }
    .box-tl-1 {
        width: 8.33%;
    }
}


/*********************************************************************************************

5.  box 1200px+

*********************************************************************************************/

@media only screen and (min-width: 1200px) {
    .container-box {
        max-width:1180px;
        margin:0 auto;
    }
    .container-box-fluid {
        max-width:90%;
        margin:0 5%;
    }
    .box-d-12 {
        width: 100%;
    }
    .box-d-11 {
        width: 91.666663%;
    }
    .box-d-10 {
        width: 83.33%;
    }
    .box-d-9 {
        width: 74.999997%;
    }
    .box-d-8 {
        width: 66.66666664%;
    }
    .box-d-7 {
        width: 58.333%;
    }
    .box-d-6 {
        width: 50%;
    }
    .box-d-5 {
        width: 41.6665%;
    }
    .box-d-4 {
        width: 33.33%;
    }
    .box-d-3 {
        width: 24.99%;
    }
    .box-d-2 {
        width: 16.66666%;
    }
    .box-d-1 {
        width: 8.33%;
    }
}

/*********************************************************************************************

6.  Helper classes

*********************************************************************************************/


img.scale, img.responsive {
    max-width: 100%;
    height: auto;
}
