/* HEADER FIX */
@media (min-width: 992px) {
	#header {
		background: #101522;
		height: 70px;
	}
}

.main-page {
	padding-top: 105px;
}

#news {
	padding: 60px 0 30px 0;
}

#news .article {
	overflow: hidden;
	margin-bottom: 30px;
	position: relative;
}

#news .article img {
	width: 100%;
	height: 245px;
	object-fit: cover;
}

#news .article .details {
	background: #060C22C2;
	height: 50px;
	left: 0;
	right: 0;
	bottom: -40px;
	text-align: center;
	padding-top: 10px;
	position: absolute;
	transition: all 0.3s;
}

#news .article .details h3 {
	color: #FFF;
	font-weight: 600;
	font-size: 22px;
	margin-bottom: 5px;
}

#news .article .details p {
	color: #FFF;
	font-style: italic;
	font-size: 15px;
	margin-bottom: 10px;
}

#news .article .details a {
	color: #FFF;
}

#news .article .details a:hover {
	color: #C3181E;
}

#news .article:hover .details {
	height: auto;
	bottom: 0;
}

#news-details {
	padding: 60px 0;
}

#news-details .details h2 {
	color: #060C22;
	font-weight: 700;
	font-size: 28px;
	margin-bottom: 10px;
}

#news-details .details p {
	color: #060C22;
	font-size: 15px;
	margin-bottom: 10px;
}
