@charset "UTF-8";
.wrapper {
	position: relative;
	min-height: 100%; /* real browsers */
	height: auto !important; /* real browsers */
	height: 100%; /* IE6: treaded as min-height*/
}
.kolom-content {
	width: 100%;
	max-width: 1500px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
article {
	width: 90%;
	max-width: 870px;
	margin-left: auto;
	margin-right: auto;
}
.kolom {
	position: relative;
	width: 100%;
	float: none;

}
.kolom img {
	margin-bottom: 30px;
}

@media only screen and (min-width: 650px) {
	.kolom {
		width: 47%;
		float: left;
	}
	.kolom.float-left {
		float: left;
	}
	.kolom.float-right {
		float: right;
	}
	.kolom img {
		margin-bottom: 0px;
	}
}