.colums2 {
	text-align: justify;
	-moz-column-count: 2;
	-webkit-column-count: 2;
	-o-column-count: 2;
	column-count: 2;
}
.colums3 {
	text-align: justify;
	-moz-column-count: 3;
	-webkit-column-count: 3;
	-o-column-count: 3;
	column-count: 3;
}
.colums4 {
	text-align: justify;
	-moz-column-count: 4;
	-webkit-column-count: 4;
	-o-column-count: 4;
	column-count: 4;
}#goTop {
	display: none;
	position: fixed;
	bottom: 0;
	right: 0;
}