@charset "utf-8";
/* Content Module CSS - Site Template */

.site-wrapper {
	text-align: justify;
}

.site-wrapper .txt {
	text-align: justify;
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
	-webkit-column-gap: 30px;
	-moz-column-gap: 30px;
	column-gap: 30px;
}

.site-wrapper img {
	width: 100%;
}

@media (max-width: 767px) {
	.site-wrapper .txt {
		-webkit-column-count: inherit;
		-moz-column-count: inherit;
		column-count: inherit;
	}
}

.col-md-2 .user {
	background-color: #f39200;
	width: 100%;
	height: 0px;
	padding-bottom: 100%;
	overflow: hidden;
	text-align: center;
	margin-bottom: 20px;
}

.col-md-2 .user:hover img {
	margin-top: -75%;
	opacity: 0.5;
}

.col-md-2 .user img {
	width: 100%;
	margin-bottom: 5px;
	transition: margin-top 0.25s, opacity 0.25s;
}

.col-md-2 .user span {
	color: #fff;
}