/* news pictures scripts*/
.a_pictures_news{
	margin: 0px 20px 0 10px;
	text-align: left;
	max-width: 50px;
	max-height: 50px;
	width:auto; 
}
.div_news_block_pic
{
	/*border: 1px solid #000;
	border-radius: 5px;*/
	/*background-color: #ffffff;*/
	text-align: center;	
	/*margin: 30px 0;*/
	/*max-height: 352px;
	min-height: 252px;*/
}
.div_news_block_pic a {
	display: block;
}
.a_pictures {
	text-align: center;
	text-decoration: none !important;
	margin:0 ;
	max-width: 456px;
	width:100%;
}
.a_pictures_1 {
	text-align: center;
	text-decoration: none !important;
	margin:0 auto;
	max-width: 456px;
	width:100%;
}
.div_pictures {
	position : relative;
	background-repeat: no-repeat;
	background-size: cover;
	width:inherit;
	height:inherit;
	padding:0;
}
.div_pictures_1 {
	background-repeat: no-repeat;
	background-size: cover;
	width:inherit;
	height:inherit;
	display: inline-block;	
}

.img_image_hp_big{
	width: 100%;/*inherit;*/
	/*height: inherit;*/
	max-height: 298px;
	min-height: 202px;
	margin:0;
	padding: 0;
}
.img_image_hp_big_1{
	width: 100%;/*inherit;*/
	/*height: inherit;*/
	max-height: 298px;
	min-height: 202px;
	margin: 0;
	padding: 0;
}
.big_in_pic_link_white{
	margin-top: 10px;
	margin-bottom: 10px; 
	position: absolute;
	font-weight:bold;
	font-size:22px;
	color: #ffffff;
	text-decoration:none;
	bottom: 0;
	text-align:center;
	width:100%;
}
.big_in_pic_link_black{
	margin-top: 10px;
	margin-bottom: 10px; 
	position: absolute;
	font-weight:bold;
	font-size:22px;
	color: #000000;
	text-decoration:none;
	bottom: 0;
	text-align:center;
	width:100%;
}
.big_out_pic_link_white{
	margin-top: 10px;
	margin-bottom: 10px; 
	font-weight:bold;
	font-size: 20px;
	color: #ffffff;
	text-decoration:none;
	vertical-align: bottom;
	text-align:center;
	width:100%;
}
.big_out_pic_link_black{
 	margin-top: 10px;
	margin-bottom: 10px; 
	font-weight:bold;
	font-size:22px;
	color: #000000;
	vertical-align: bottom;
	text-decoration:none;
	text-align:center;
	width:100%;
}
@media screen and (max-width: 550px) {
	div.div_news_block_pic {
		display: none;
	}
}
/* END news pictures scripts */