* {box-sizing: border-box;-moz-box-sizing:border-box;}

.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}
[class*="col-"] {
    float: left;
    padding: 0px 10px 10px 0px;
}
/*[class*="col-"]:last-child {
	padding-right: 0px;
}*/

.row::after {
    content: "";
    clear: both;
    display: table;
}
* {max-width: 100%;}
.rigid * {max-width: none !important;}

.nopadding {padding: 0px;}
.monly {display: none;}

@media only screen and (max-width: 640px) {
	.madjust .mhide {display:none !important;}
    .madjust .monly {display:initial;}

	.madjust .col-1,
	.madjust .col-2,
	.madjust .col-3,
	.madjust .col-4,
	.madjust .col-5,
	.madjust .col-6,
	.madjust .col-7,
	.madjust .col-8,
	.madjust .col-9,
	.madjust .col-10,
	.madjust .col-11,
	.madjust .col-12 {width: 100%;}

	.madjust .col-1m {width: 8.33%;}
	.madjust .col-2m {width: 16.66%;}
	.madjust .col-3m {width: 25%;}
	.madjust .col-4m {width: 33.33%;}
	.madjust .col-5m {width: 41.66%;}
	.madjust .col-6m {width: 50%;}
	.madjust .col-7m {width: 58.33%;}
	.madjust .col-8m {width: 66.66%;}
	.madjust .col-9m {width: 75%;}
	.madjust .col-10m {width: 83.33%;}
	.madjust .col-11m {width: 91.66%;}
	.madjust .col-12m {width: 100%;}
}

.col-x {width: auto;}
