.nullraster{ width: 1000px; position: relative; margin: 0 auto; padding: 0px;}
.nullraster:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }

.nullraster .f-right{float: right!important;}
.nullraster .f-left{float: left!important;}

.nullraster .row{}
.nullraster .row:before,.row:after { content: '\0020'; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0; }
.nullraster .row:after{clear: both; }
.nullraster .row{zoom: 1;}

.nullraster .wrap-col{margin:10px;}

.nullraster .col-1-2, .nullraster .col-1-3, .nullraster .col-2-3, .nullraster .col-1-4, .nullraster .col-2-4, .nullraster .col-3-4, .nullraster .col-1-5, .nullraster .col-2-5, .nullraster .col-3-5, .nullraster .col-4-5, .nullraster .col-1-6, .nullraster .col-2-6, .nullraster .col-3-6, .nullraster .col-4-6, .nullraster .col-5-6{float:left; display: inline-block;}

.nullraster .col-full{width:100%;}

.nullraster .col-1-2,.nullraster .col-1-2-fixed{width:50%;}
.nullraster .offset-1-2{margin-left: 50%;}

.nullraster .col-1-3,.nullraster .col-1-3-fixed{width:33.33%;}
.nullraster .col-2-3,.nullraster .col-2-3-fixed{width:66.66%;}
.nullraster .offset-1-3{margin-left: 33.33%;}
.nullraster .offset-2-3{margin-left: 66.66%;}

.nullraster .col-1-4,.nullraster .col-1-4-fixed{width:25%;}
.nullraster .col-2-4,.nullraster .col-2-4-fixed{width:50%;}
.nullraster .col-3-4,.nullraster .col-3-4-fixed{width:75%;}
.nullraster .offset-1-4{margin-left: 25%;}
.nullraster .offset-2-4{margin-left: 50%;}
.nullraster .offset-3-4{margin-left: 75%;}

.nullraster .col-1-5,.nullraster .col-1-5-fixed{width:20%;}
.nullraster .col-2-5,.nullraster .col-2-5-fixed{width:40%;}
.nullraster .col-3-5,.nullraster .col-3-5-fixed{width:60%;}
.nullraster .col-4-5,.nullraster .col-4-5-fixed{width:80%;}
.nullraster .offset-1-5{margin-left: 20%;}
.nullraster .offset-2-5{margin-left: 40%;}
.nullraster .offset-3-5{margin-left: 60%;}
.nullraster .offset-4-5{margin-left: 80%;}

.nullraster .col-1-6,.nullraster .col-1-6-fixed{width:16.66%;}
.nullraster .col-2-6,.nullraster .col-2-6-fixed{width:33.33%;}
.nullraster .col-3-6,.nullraster .col-3-6-fixed{width:50%;}
.nullraster .col-4-6,.nullraster .col-4-6-fixed{width:66.66%;}
.nullraster .col-5-6,.nullraster .col-5-6-fixed{width:83.33%;}
.nullraster .offset-1-6{margin-left: 16.66%;}
.nullraster .offset-2-6{margin-left: 33.33%;}
.nullraster .offset-3-6{margin-left: 50%;}
.nullraster .offset-4-6{margin-left: 66.66%;}
.nullraster .offset-5-6{margin-left: 83.33%;}

@media only screen and (min-width: 960px) and (max-width: 1199px) {
	.nullraster{width:960px;}
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
	.nullraster{width:768px;}
}

@media only screen and (max-width: 767px) {
	.nullraster, .nullraster .col-1-2, .nullraster .col-1-3, .nullraster .col-2-3, .nullraster .col-1-4, .nullraster .col-2-4, .nullraster .col-3-4, .nullraster .col-1-5, .nullraster .col-2-5, .nullraster .col-3-5, .nullraster .col-4-5, .nullraster .col-1-6, .nullraster .col-2-6, .nullraster .col-3-6, .nullraster .col-4-6, .nullraster .col-5-6{width:100%;}
	
	.nullraster .offset-1-2, .nullraster .offset-1-3, .nullraster .offset-2-3, .nullraster .offset-1-4, .nullraster .offset-2-4, .nullraster .offset-3-4, .nullraster .offset-1-5, .nullraster .offset-2-5, .nullraster .offset-3-5, .nullraster .offset-4-5, .nullraster .offset-1-6, .nullraster .offset-2-6, .nullraster .offset-3-6, .nullraster .offset-4-6, .nullraster .offset-5-6{margin-left:0;}
}
