@charset "utf-8";
/* CSS Document */

.row:before,
.row:after {
	height: 0;
	display: block;
	overflow: hidden;
	content: '.';
}

.row:after {
	clear: both;
}

.row {
	zoom: 1;
} /* IE < 8 */

.col{
float:left;
}

@media only screen and (max-width: 767px) {
.col{
float:none;
}
}