.blog {
	text-align: center;
	padding: 50px 0 30px 0;

	/* bkz cozum */
	position: relative;
	z-index: 1;
}

/* bkz cozum */
.blog-back {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
}
.back-vector {
    background-image: url(res/bg.jpg);
    background-size: cover;
    background-position: left bottom;
    position: absolute;
    width: 75%;
    height: 150%;
    left: 0;
    bottom: -25%;
}

.blog h2 {
	margin: 0;
	padding-bottom: 15px;
}

.blog-hold .set {
	text-align: left;
}

.blog-hold .col4 {
	float: none;
	display: inline-block;
	vertical-align: top;
}

.blog-column {
	/* text-align: center; */
	max-width: 360px;
	margin: 0 auto;
	padding-bottom: 10px;
}
.blog-text {
	padding: 0 10px;
}
.blog-date {
	display: inline-block;
	font-size: 14px;
	color: #666666;
}

.blog-column h3 {
	font-size: 22px;
	color: #333333;
}
/*
.blog-column img {
	border-radius: 7px;
}
*/
.blog-text a {
	font-size: 12px;
	font-weight: 700;
	color: #00b0f0;
	text-decoration: none;
}
.blog-text a:hover {
	color: #333333;
}


@media (max-width: 768px) {
	.blog {
		padding: 15px 0 30px 0;
	}

	.blog-hold .set {
		text-align: center;
	}

	.blog-hold .set .blog-date {
		display: block;
		text-align: right;
	}

	.blog-back {
		display: none;
	}
} /* eo 768px */

