.post-the {
	margin-top: 20px;
	text-align: left;
	display:none;
}

.post-the-in {
	border: 1px solid #dfdcdc;
	padding: 0px;
}

.post-the-img {
	max-height: 250px!important;
	height: 250px!important;
	overflow: hidden;
}

.post-the-img img {
	transition: 0.5s;
	width: 100%;
}

.post-the-in:hover .post-the-img img {
	width: 103%;
}

.post-the-in:hover {
	box-shadow: 0px 0px 5px #dfdcdc;
}
 
.post-the-in a h1, .post-the-in a h2, .post-the-in a h3, .post-the-in a h4 {
	display: block;
	max-height: 40px;
	overflow: hidden;
	width: 100%;
	padding: 0px 10px 10px 10px;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	color: #333333;
	margin-top: 0px;
	
}

.post-the-in .datum {
	font-size: 12px;
	padding: 10px 10px 10px 10px;
}

.post-the-in a:hover {
	text-decoration: none;
}

.popisek-prd {
	display: block;
	max-height: 70px!important;
	height: 70px;
	overflow: hidden;
	width: 100%;
	padding: 0px 10px 10px 10px;
	font-size: 14px;
	text-align: left;
	color: #252525;
}