div.header .nav {
	border-bottom: 1px solid #f0e7e2;
}
.mainblock .content .news{
	width: 672px;
	margin: auto;
}

.news > div{
	margin: auto ;
	padding: 30px 0 24px 0;
	border-top: 1px #f0e7e2 solid;
}
.news > div:first-child{
	margin: auto;
	padding-top:0;
	border: none;
}

.news > div .thumb{
	display: block;
	float: left;
	width: 92px;
	height: 92px;
    background: transparent url(../images/trans.gif) center center no-repeat;
    background-size: cover;
	margin-top: 6px;
} 
.news > div .text{
	padding-left: 117px;
	position: relative;
} 
.news > div .text .controls{
	position: absolute;
	right:0;
	bottom: 0;
	opacity:0;
	background: #fff;
}
.news:hover > div .text .controls{
	opacity:0.2;
}
.news > div .text:hover .controls{
	opacity:0.5;
}
.news > div .text .controls:hover{
	opacity:1;
}

.news > div a.title{
	display: block;
	font-family: UniversLTCYR-45Light;
    text-transform: uppercase;
	font-size: 14px;
	color: #9f6847;
	padding: 0 0 10px 0;
}
.news > div .created{
	margin-top: 6px;
	font-size: 13px;
	color: #777777;
}
.news > div .created a{
	color: #9f6847;
	color: #9f6847;
	text-decoration: underline;
}
.news > div .about a{
	color: #9f6847;
	text-decoration: underline;
}

.event h1{
	position: relative;
	padding-bottom: 6px;
	padding-top: 50px;
}


.event time{
	font-family: UniversLTCYR-45Light;
	font-size: 13px;
	color: #777777;
	text-align: center;
	display: block;
}
.event .poster{
	width: 904px;
	margin: 40px auto 10px auto;
}
.event .poster img{
	display: block;
	max-width: 904px;
	margin: auto;
}
.event .caption{
	width: 904px;
	margin: 0 auto 0 auto;
	font-size: 13px;
	color: #777777;
	text-align: center;
}

.event .more{
	margin: 24px auto 0;
}

.event .more > p{
	width: 672px;
	margin: 0 auto 20px;
}
.event .more > table{
	width: 672px;
	margin: auto;
}


.event .more a{
	color:#9F6847; 
	text-decoration:underline;
}

.listalka{
	width: 672px;
	margin: 30px auto;
	padding: 30px 0;
	border-top: 1px #f0e7e2 solid;
	border-bottom: 1px #f0e7e2 solid;
	text-align: center;
}
.listalka a, .listalka span{
	display: inline-block;
	padding: 2px 8px;
}
.listalka a:hover, .listalka span{
	background-color: #b3866f;
	color: #ffffff;
}
.listalka span.d{
	display:none;
}
.listalka a.arr{
	display: inline-block;
}
.listalka a.arr.prev::before{
	content: '«';
	margin-right: 4px;
}	
.listalka a.arr.next::after{
	content: '»';
	margin-left: 4px;
}
	
.subscribeForm{
	width: 672px;
	margin: 24px auto 0;
}
.subscribeForm .subtitle{
	text-align: center;
	margin: 14px auto 10px;
}


.news.docs > div .text{
	padding-left: 0;
} 
.news.docs.ui-sortable > div .text{
	padding-right: 70px;
}
.news.docs.ui-sortable .item{
	background-position: right 0 bottom 24px;
	position: relative;
}

.news.docs.ui-sortable .item .controls{
}

.news.docs.ui-sortable .controls{
	position: absolute;
	right:0;
	bottom: 24px;
	top: auto !important;
	opacity:0;
	background: #fff;
}
.news.docs.ui-sortable .item:hover .controls{
	opacity:0.5;
}

.news.docs.ui-sortable .controls:hover{
	opacity:1;
}

.news.docs > div .text a{
	display: inline-block;
	color: #9F6847;
	text-transform: uppercase;
	font-size: 14px;
	padding-bottom: 10px;
}
.news.docs > div .text a.ext{
	padding: 1px 5px;
	margin-right: 5px;
	border: 1px solid #B3866F;
	box-sizing: border-box;
	border-radius: 4px;
}

.news.docs > div .text .data span{
	color: #9F6847;
}

.inlinePic{
}

.inlinePic img{
	display: block;
	max-width: 672px;
	margin: auto;
}

.inlinePic .caption{
	width: 672px;
	margin: 10px auto 0 auto;
	font-size: 15px;
	color: #111111;
	text-align: center;
}


.mainblock  .news.news4{
	width: 928px;
}
.mainblock  .news.news4 > div{
	border: none;
	padding-bottom: 0;
}
.mainblock  .news.news4 div img{
	display: block;
	max-width: 928px;
	margin: auto;
}
.mainblock  .news.news4 .caption{
	width: 928px;
	margin: 10px auto 0 auto;
	font-size: 15px;
	color: #111111;
	text-align: center;
}