
/* ---=== Grid System ===--- */ 
.helf{ width: 960px; position: relative; margin: 0 auto; padding: 0px;}
.helf:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }

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

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

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

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

.helf .col-1-2{width:50%;}

.helf .col-1-3{width:33.33%;}
.helf .col-2-3{width:66.66%;}

.helf .col-1-4{width:25%;}
.helf .col-2-4{width:50%;}
.helf .col-3-4{width:75%;}

.helf .col-1-5{width:20%;}
.helf .col-2-5{width:40%;}
.helf .col-3-5{width:60%;}
.helf .col-4-5{width:80%;}

.helf .col-1-6{width:16.66%;}
.helf .col-2-6{width:33.33%;}
.helf .col-3-6{width:50%;}
.helf .col-4-6{width:66.66%;}
.helf .col-5-6{width:83.33%;}

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

@media only screen and (max-width: 767px) {
	.helf{width:100%;}
}

@media only screen and (min-width: 620px) and (max-width: 767px) {
	.helf{width:100%;}
}

@media only screen and (min-width: 480px) and (max-width: 619px) {
	.helf{width:100%;}
	.helf .col-1-3, .helf .col-2-3{width:100%;}
	.helf .col-1-4{width:50%;}
	.helf .col-1-6, .helf .col-2-6, .helf .col-3-6, .helf .col-4-6, .helf .col-5-6{width:100%;}
}

@media only screen and (max-width: 479px) {
	.helf, .helf .col-1-2, .helf .col-1-3, .helf .col-2-3, .helf .col-1-4, .helf .col-2-4, .helf .col-3-4, .helf .col-1-5, .helf .col-2-5, .helf .col-3-5, .helf .col-4-5, .helf .col-1-6, .helf .col-2-6, .helf .col-3-6, .helf .col-4-6, .helf .col-5-6{width:100%;}
}