/*
	Полный вид новостей
*/

.short_full_news{
	display: block; 
	padding: 20px 0; 
	overflow: hidden;
	background: #fff;
	margin: 0 0 20px 0;
	border-bottom: 1px solid #757676;
	box-shadow: 0 1px 0 #cdcfd0;
}

.short_full_news .short_full_article{
	display: inline-block; 
	overflow: hidden;
}
.short_full_article .short_full_pic{
	width: 100%;
}

.short_full_news .heads{
	margin: 0 auto;
	padding: 20px 0;
    text-align: center;
    display: block;
    background-attachment: fixed;
    height: 100%;
}
.heads .heads_container{
    background: red;
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.short_full_news .right_adv{
	float: left; 
	width: 15%; 
	height: 100%; 
	min-height: 400px; 
	background: #000; 
	display: block; 
	overflow: hidden;
}