#news{
	background-color: hsl(0deg 0% 96%);
}
.news-bloc{
	width:44%;
	margin:3%;
	height:715px;
	display: inline-block;
	background-color: #fff;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.news-img{
	background-repeat:no-repeat;
	background-size: cover;
    background-position: center top;
	width:100%;
	height:90%;
	background-color: #fff;
}
.news-txt{
	background-color: #fff;
	padding:2em 1em;
	font-size:75%;
	font-style: italic;
	color:#bbb;
	border-top: 1px solid #ddd;
}

.news-bloc:hover{
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.3);
}
.news-bloc:hover .news-img{
}
.news-bloc:hover .news-txt{
	color:#fff;
	background-color: #a8a8a8;
}

#news-pages{
	text-align: center;
	margin-top:12px;
}

#news-pages a{
	width:2em;
	height:2em;
	display: inline-block;
}

#news-pages a.active-page{
	color: black;
	background-color: #eee;
	border-radius: 100%;
	line-height: 2em;
	font-weight: 700;
}
#subFormNews{
	margin: 0 auto;
	display: block;
}



@media (max-width: 1023px) {
	.news-bloc{
		width:90%;
		display: block;
		margin:0 auto;
		margin-bottom:36px;
		height:500px;
	}
	.news-txt{
		padding:1em 1em;
	}
	#news, #adm-news{
		padding: 30px 10px;
	}
}