@charset 'utf-8';


#document .sharebutton {
	margin-top: 10px;
}

#document .sharebutton li .share {
	color: #8c121b;
}

#document .sharebutton li .share:hover,
#document .sharebutton li .share.hover {
	background: #8c121b;
	color: #fff;
}

#blogarticle .blockheader > div:before {
	content: '\f103';
}

#event #blogarticle .blockheader > div:before {
	content: '\f114';
}

#blogarticle {
	width: 100%;
	font-size: 1.1em;
	line-height: 2;
}

#blogarticle > .inner {
	width: 100%;
	margin: 0 auto;
	padding-top: 30px;
}

#blogarticleblock {
	width: 100%;
	margin: 0 auto;
	padding: 20px 10px;
}



#document {
	margin: 0;
	padding: 20px;
	background: #fff;
	border-radius: 20px;
	box-shadow: 0 2px 0 rgba(0,0,0,.3);
}

.articleblock {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0;
	font-size: 12px;
	line-height: 2em;
}

.articletitle h1 {
	margin: 0;
	font-size: 1.4em;
	line-height: 1.4em;
}

.articletitle {
	margin: 0 0 30px 0;
}

.articlebody {
	margin: 0 !important;
}

.articletitle h1 {
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #8c121b;
}

.articlelistitem header > div,
.articletitle > div {
	font-size: 12px;
	line-height: 1.6em;
}

.articlelistitem span,
.articletitle span,
.articlelistitem time,
.articletitle time {
	display: inline-block;
	padding: 0 2em 0 0;
	line-height: 1em;
	white-space: nowrap;
	position: relative;
}

.articlelistitem span a:before,
.articletitle span a:before {
	content: '\f1a0';
	display: inline-block;
	width: 1em;
	padding-right: .3em;
	font-family: 'flaticon';
	font-weight: normal !important;
	text-align: center;
	text-indent: 0;
	position: relative;
}

.articlelistitem {
	width: 100%;
	margin: 0;
	padding: 20px;
	padding-right: 54px;
	border-radius: 20px;
	background: rgba(255,255,255,.3);
	box-shadow: 0 2px 0 rgba(0,0,0,.3);
	font-size: 0;
	vertical-align: top;
	transition: 0.2s;
	position: relative;
	cursor: pointer;
}

.articlelistitem:not(:last-child) {
	margin-bottom: 10px;
}

.articlelistitem.hover {
	background: rgba(255,255,255,1);
}

.articlelistitem figure,
.articlelistitem .sentence {
	display: inline-block;
	vertical-align: top;
}

.articlelistitem figure {
	width: 25%;
	max-width: 200px;
	border-radius: 20px;
	text-align: center;
	overflow: hidden;
}

.articlelistitem figure img {
	width: 100%;
	height: auto;
}

.articlelistitem .sentence {
	width: 70%;
	padding: 0 0 0 20px;
	overflow: hidden;
}

.articlelistitem footer {
	height: 100%;
	vertical-align: middle;
	position: absolute;
	top: 0;
	right: 20px;
}

.articlelistitem footer:before {
	display: inline-block;
	content: '';
	height: 100%;
	vertical-align: middle;
	overflow: hidden;
}

.articlelistitem h1 {
	margin-bottom: .3em;
	font-size: 16px;
	line-height: 1.4em;
}

.articlelistitem h1 a {
	color: #8c121b;
}

.articlelistitem header > div {
	margin-bottom: 10px;
}

.articlelistitem p {
	color: #8c121b;
	font-size: 12px;
	line-height: 1.6em;
}

.articlelistitem .more {
	display: inline-block;
	text-align: center;
	line-height: 1em;
	vertical-align: middle;
}

.articlelistitem .more a {
	display: inline-block;
	color: #ba7176;
	vertical-align: middle;
	position: relative;
}

.articlelistitem .more i {
	display: inline-block;
	font-style: normal;
	vertical-align: middle;
	overflow: hidden;
	position: relative;
}

.articlelistitem .more i:before {
	content: '\f1b5';
	display: inline-block;
	font-family: 'flaticon';
	font-weight: normal !important;
	text-align: center;
	text-indent: 0;
	position: relative;
}

.articlelistitem .more span {
	display: none;
}

.articlelistitem h1 a,
.articlelistitem .more a {
	text-decoration: none;
}

.articlelistitem.hover h1 a {
	color: #8c121b;
}

.articlelistitem.hover .more i:before {
	color: #8c121b;
}

.articlelistitem footer {
	width: 38px;
}

.articlelistitem .more a,
.articlelistitem .more i,
.articlelistitem .more i:before {
	width: 38px;
	height: 38px;
}

.articlelistitem .more i:before {
	font-size: 38px;
	line-height: 38px;
}

@media only screen and (min-width: 541px) {

	#document {
		padding: 30px;
	}
}

@media only screen and (min-width: 769px) {

	#document .sharebutton {
		text-align: right;
	}

	.articleblock {
		padding: 40px;
		padding-top: 0;
		font-size: 14px;
	}

	.articlelistitem {
		padding: 30px;
	}

	.articlelistitem .sentence {
		padding: 0 30px;
	}

	.articlelistitem h1 {
		font-size: 20px;
	}

	.articlelistitem p {
		font-size: 14px;
	}

	.articlelistitem footer {
		width: 54px;
	}

	.articlelistitem .more a,
	.articlelistitem .more i,
	.articlelistitem .more i:before {
		width: 54px;
		height: 54px;
	}

	.articlelistitem .more i:before {
		font-size: 54px;
		line-height: 54px;
	}
}


#error .articlebody {
	margin: 0 auto !important;
	font-size: 14px;
}

