.c-publication{
	max-width: 1060px;
	margin: 120px auto 0 auto;
}
.c-publication__item{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-bottom: 30px;

}

.c-publication__item--even{
	flex-direction: row-reverse;
}

.c-publication__image{
	width: 320px;
	filter: drop-shadow(0px 1px 10px rgba(13, 32, 83, 0.25));
	border-radius: 10px;
	overflow: hidden;
}

.c-publication__image img{
	display: block;
	width: 320px;
}

.c-publication__datewrapper{
	width: 152px;
	padding: 24px 6px 20px 6px;
	background: #FFFFFF;
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	z-index: 2;
	overflow: hidden;
}

.c-publication__date{
	width: 140px;
	height: 54px;
	line-height: 54px;
	text-align: center;
	font-size: 17px;
	color: #333333;
	background: #FFFFFF;
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.15);
	border-radius: 20px;
}

.c-publication__datewrapper::before{
	content: "";
	position: absolute;
	width: 8px;
	height: 8px;
	background: #DC8E33;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: -5px;
	left: 50%;
	right: 50%;
	margin-left: -4px;
}

.c-publication__text{
	width: 420px;
}

.c-publication__name{
	font-weight: bold;
	font-size: 24px;
	line-height: 29px;
	color: #333333;
	margin-bottom: 10px;
	display: inline-block;
}

.c-publication__previewtext{
	font-size: 17px;
	line-height: 29px;
	color: #333333;
}

.c-publication__item::after {
	top: 50%;
	bottom: 0;
	background: #fff;
	display: none;
}

.c-publication__item::after,
.c-publication__item::before {
	content: '';
	position: absolute;
	pointer-events: none;
	width: 8px;
	margin-left: -4px;
	left: 50%;
	z-index: 1;
}

.c-publication__item::before {
	top: 0;
	background: #DC8E33;
	height: 100%;
}

.navigation{
	margin-top: 80px;
}

.navigation-pages{
	justify-content: center;
}