* {
	box-sizing: border-box;
}

.row:after {
	content: "";
	clear: both;
	display: block;
}

[class*="col-"] { float: left; padding: .0001px; }

.col-xl-12,.col-lg-12,.col-md-12,.col-sm-12,.col-xs-12,.col-xxs-12 { width: 100%; }
.col-xl-11,.col-lg-11,.col-md-11,.col-sm-11,.col-xs-11,.col-xxs-11 { width: 91.6666666%; }
.col-xl-10,.col-lg-10,.col-md-10,.col-sm-10,.col-xs-10,.col-xxs-10 { width: 83.3333333%; }
.col-xl-9,.col-lg-9,.col-md-9,.col-sm-9,.col-xs-9,.col-xxs-9 { width: 75%; }
.col-xl-8,.col-lg-8,.col-md-8,.col-sm-8,.col-xs-8,.col-xxs-8 { width: 66.6666666%; }
.col-xl-7,.col-lg-7,.col-md-7,.col-sm-7,.col-xs-7,.col-xxs-7 { width: 58.3333333%; }
.col-xl-6,.col-lg-6,.col-md-6,.col-sm-6,.col-xs-6,.col-xxs-6 { width: 50%; }
.col-xl-5,.col-lg-5,.col-md-5,.col-sm-5,.col-xs-5,.col-xxs-5 { width: 41.6666666%; }
.col-xl-4,.col-lg-4,.col-md-4,.col-sm-4,.col-xs-4,.col-xxs-4 { width: 33.3333333%; }
.col-xl-3,.col-lg-3,.col-md-3,.col-sm-3,.col-xs-3,.col-xxs-3 { width: 25%; }
.col-xl-2,.col-lg-2,.col-md-2,.col-sm-2,.col-xs-2,.col-xxs-2 { width: 16.6666666%; }
.col-xl-1,.col-lg-1,.col-md-1,.col-sm-1,.col-xs-1,.col-xxs-1 { width:  8.3333333%; }

@media ( max-width :400px) {
	div[class^="col-xxs-"] { width: 100%; }
	div[class^="col-xs-"] { width: 100%; }
	div[class^="col-sm-"] { width: 100%; }
	div[class^="col-md-"] { width: 100%; }
	div[class^="col-lg-"] { width: 100%; }
	div[class^="col-xl-"] { width: 100%; }
	.hide-xxs,.hide-xs,.hide-sm,.hide-md,.hide-lg,.hide-xl { display: none; }
}

@media (min-width: 401px) and (max-width: 576px) {
	div[class^="col-xs-"] { width: 100%; }
	div[class^="col-sm-"] { width: 100%; }
	div[class^="col-md-"] { width: 100%; }
	div[class^="col-lg-"] { width: 100%; }
	div[class^="col-xl-"] { width: 100%; }
	.col-xxs-1 { width:  8.3333333% !important; }
	.col-xxs-2 { width: 16.6666666% !important; }
	.col-xxs-3 { width: 25% !important; }
	.col-xxs-4 { width: 33.3333333% !important; }
	.col-xxs-5 { width: 41.6666666% !important; }
	.col-xxs-6 { width: 50% !important; }
	.col-xxs-7 { width: 58.3333333% !important; }
	.col-xxs-8 { width: 66.6666666% !important; }
	.col-xxs-9 { width: 75% !important; }
	.col-xxs-10 { width: 83.3333333% !important; }
	.col-xxs-11 { width: 91.6666666% !important; }
	.col-xxs-12 { width: 100% !important; }
	.hide-xs,.hide-sm,.hide-md,.hide-lg,.hide-xl { display: none; }
}

/* XS */
@media ( min-width: 577px ) and ( max-width: 768px) {
	div[class^="col-sm-"] { width: 100%; }
	div[class^="col-md-"] { width: 100%; }
	div[class^="col-lg-"] { width: 100%; }
	div[class^="col-xl-"] { width: 100%; }
	.col-xs-1 { width:  8.3333333% !important; }
	.col-xs-2 { width: 16.6666666% !important; }
	.col-xs-3 { width: 25% !important; }
	.col-xs-4 { width: 33.3333333% !important; }
	.col-xs-5 { width: 41.6666666% !important; }
	.col-xs-6 { width: 50% !important; }
	.col-xs-7 { width: 58.3333333% !important; }
	.col-xs-8 { width: 66.6666666% !important; }
	.col-xs-9 { width: 75% !important; }
	.col-xs-10 { width: 83.3333333% !important; }
	.col-xs-11 { width: 91.6666666% !important; }
	.col-xs-12 { width: 100% !important; }
	.hide-sm,.hide-md,.hide-lg,.hide-xl { display: none; }
}

/* SM */
@media ( min-width: 769px ) and ( max-width: 992px) {
	div[class^="col-md-"] { width: 100%; }
	div[class^="col-lg-"] { width: 100%; }
	div[class^="col-xl-"] { width: 100%; }
	.col-sm-1 { width:  8.3333333% !important; }
	.col-sm-2 { width: 16.6666666% !important; }
	.col-sm-3 { width: 25% !important; }
	.col-sm-4 { width: 33.3333333% !important; }
	.col-sm-5 { width: 41.6666666% !important; }
	.col-sm-6 { width: 50% !important; }
	.col-sm-7 { width: 58.3333333% !important; }
	.col-sm-8 { width: 66.6666666% !important; }
	.col-sm-9 { width: 75% !important; }
	.col-sm-10 { width: 83.3333333% !important; }
	.col-sm-11 { width: 91.6666666% !important; }
	.col-sm-12 { width: 100% !important; }
	.hide-md,.hide-lg,.hide-xl { display: none; }
}

/* MD */
@media ( min-width: 993px ) and ( max-width: 1200px) {
	div[class^="col-lg-"] { width: 100%; }
	div[class^="col-xl-"] { width: 100%; }
	.col-md-1 { width:  8.3333333% !important; }
	.col-md-2 { width: 16.6666666% !important; }
	.col-md-3 { width: 25% !important; }
	.col-md-4 { width: 33.3333333% !important; }
	.col-md-5 { width: 41.6666666% !important; }
	.col-md-6 { width: 50% !important; }
	.col-md-7 { width: 58.3333333% !important; }
	.col-md-8 { width: 66.6666666% !important; }
	.col-md-9 { width: 75% !important; }
	.col-md-10 { width: 83.3333333% !important; }
	.col-md-11 { width: 91.6666666% !important; }
	.col-md-12 { width: 100% !important; }
	.hide-lg,.hide-xl { display: none; }
}

/* LG */
@media ( min-width: 1201px ) and ( max-width: 1600px) {
	div[class^="col-xl-"] { width: 100%; }
	.col-lg-1 { width:  8.3333333% !important; }
	.col-lg-2 { width: 16.6666666% !important; }
	.col-lg-3 { width: 25% !important; }
	.col-lg-4 { width: 33.3333333% !important; }
	.col-lg-5 { width: 41.6666666% !important; }
	.col-lg-6 { width: 50% !important; }
	.col-lg-7 { width: 58.3333333% !important; }
	.col-lg-8 { width: 66.6666666% !important; }
	.col-lg-9 { width: 75% !important; }
	.col-lg-10 { width: 83.3333333% !important; }
	.col-lg-11 { width: 91.6666666% !important; }
	.col-lg-12 { width: 100% !important; }
	.hide-xl { display: none; }
}

/* XL */
@media ( min-width: 1601px) {
	.col-xl-1 { width:  8.3333333% !important; }
	.col-xl-2 { width: 16.6666666% !important; }
	.col-xl-3 { width: 25% !important; }
	.col-xl-4 { width: 33.3333333% !important; }
	.col-xl-5 { width: 41.6666666% !important; }
	.col-xl-6 { width: 50% !important; }
	.col-xl-7 { width: 58.3333333% !important; }
	.col-xl-8 { width: 66.6666666% !important; }
	.col-xl-9 { width: 75% !important; }
	.col-xl-10 { width: 83.3333333% !important; }
	.col-xl-11 { width: 91.6666666% !important; }
	.col-xl-12 { width: 100% !important; }
}
