/* ------------------Grid System--------------- */ 
.gcomm{ width: 960px; position: relative; margin: 0 auto; padding: 0px;}
.gcomm:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }

.gcomm .row{}
.gcomm .row:before,.row:after { content: '\0020'; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0; }
.gcomm .row:after{clear: both; }
.gcomm .row{zoom: 1;}

.gcomm .wrap-col{margin:5px;}
.gcomm .col-1-4{float:left; display: inline-block;}
.gcomm .col-1-4{width:25%;}

@media only screen and (min-width: 768px) and (max-width: 959px) {
	.gcomm{width:768px;}
}

@media only screen and (max-width: 767px) {
	.gcomm{width:100%;}
}

@media only screen and (min-width: 620px) and (max-width: 767px) {
	.gcomm{width:100%;}
}

@media only screen and (min-width: 480px) and (max-width: 619px) {
	.gcomm{width:100%;}
	.gcomm .col-1-4{width:50%;}
}

@media only screen and (max-width: 479px) {
	.gcomm , .gcomm .col-1-4{width:100%;}
}