/**
 * News card hover overlay (HoverDir + fa-link) — parity with chuham.mn archive.
 */

.post-image {
	position: relative;
	cursor: pointer;
	overflow: hidden;
}

.post-image > a:first-child {
	display: block;
	position: relative;
	z-index: 1;
}

.post-image > a:last-child {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}

.type-icon,
.stars-img {
	display: none;
}

.type-icon {
	background: #000;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0.7;
}

.type-icon .type-photo {
	background-position: center;
	width: 51px;
	height: 50px;
	margin: 25% auto;
	text-align: center;
}

.type-icon .type-photo .fa-link {
	display: block;
	line-height: 50px;
}

/* Shared title overlay (hero, side stories, news grid) */
.post-image + .post-detail,
#post-image-effect .post-detail,
.post.span3.left-row .post-detail {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 4;
	overflow: hidden;
	background-color: transparent;
	background-image: linear-gradient(
			to top,
			rgba(0, 0, 0, 0.88) 0%,
			rgba(0, 0, 0, 0.5) 60%,
			transparent 100%
		),
		url(../images/opacitybg.png);
	background-repeat: no-repeat, repeat-x;
	background-position: 0 0, 0 -96px;
	background-size: 100% 100%, auto;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.85);
}

.post-image + .post-detail a,
.post-image + .post-detail h3.post-title,
.post-image + .post-detail p,
#post-image-effect .post-detail a,
#post-image-effect .post-detail h3.post-title,
#post-image-effect .post-detail p {
	color: #fff !important;
}

/* Hero slider (first block) */
.span5 > div[style*="height:435px"] {
	position: relative;
}

.span5 .post-image + .post-detail {
	min-height: 100px;
	padding: 13px;
}

.span5 .post-detail h3.post-title {
	font-size: 20px !important;
	line-height: 1.25;
	max-height: 50px;
	color: #fff !important;
}

.span5 .post-detail p {
	color: #fff !important;
	margin-top: 10px;
}

#post-image-effect.post,
.post.span3.left-row {
	position: relative;
	overflow: hidden;
}

#post-image-effect .post-detail,
.post.span3.left-row .post-detail {
	min-height: 46px;
	padding: 8px;
}

/* News grid titles (Мэдээ / Шар мэдээ) — overlay at bottom of thumbnail */
.rel-post {
	position: relative;
	overflow: visible;
}

.rel-post .post-image {
	margin-bottom: 0;
}

.rel-post .post-detail {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 4;
	min-height: 46px;
	padding: 8px;
	overflow: hidden;
	background-color: transparent;
	background-image: linear-gradient(
			to top,
			rgba(0, 0, 0, 0.88) 0%,
			rgba(0, 0, 0, 0.5) 60%,
			transparent 100%
		),
		url(../images/opacitybg.png);
	background-repeat: no-repeat, repeat-x;
	background-position: 0 0, 0 -96px;
	background-size: 100% 100%, auto;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.85);
}

.rel-post .post-detail a,
.rel-post .post-detail h3.post-title,
.rel-post h3.post-title {
	color: #fff !important;
}

.rel-post .post-detail h3.post-title {
	font-size: 16px;
	font-weight: normal !important;
	line-height: 24px;
	margin: 0;
	display: block;
	max-height: 48px;
	overflow: hidden;
}
