/*
*   HEAD-BLOCK
*/
div.head-block {
	width: 100%;
	float: left;
	display: block;
	padding: 50px 30px 0px 30px;
	height: auto;

}

div.head-block div.first-row, div.article-block div.second-row {
	width: 100%;
	float: left;
}

div.head-block div.row-top div.first-row {
	padding-bottom: 12px;
	margin-bottom: 10px;
	border-bottom: 1px solid #edeceb;
	
	flex-direction: row;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
}

div.head-block div.row-top div.first-row > * {
	float: left;
}

div.head-block div.row-top div.first-row > div:first-of-type {
	float: left;
	width: 80%;
}

div.head-block div.row-top div.first-row > div:first-of-type > * {
	padding: 10px 0px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

div.head-block div.row-top div.first-row > div:first-of-type > *:first-of-type {
	padding-left: 0;
	padding-right: 0;
	flex-direction: column;
	align-items: stretch;
	
	justify-content: center;
	align-content: flex-start;
}

div.head-block div.row-top div.first-row > div:first-of-type > *:first-of-type .author i {
	color: #b22e39;
}

div.head-block div.row-top div.first-row > div:first-of-type > *:nth-child(2) {
	flex-wrap: nowrap;
}

div.head-block div.row-top div.first-row > div:first-of-type > *:last-of-type {
	flex: 1 1 40%;
	padding-right: 0;
}

div.head-block div.row-top div.first-row > div:first-of-type .tags {
	width: auto;
	float: none;
}

div.head-block div.row-top div.first-row div.author {
	margin-bottom: 10px;
	width: auto;
}

div.head-block div.row-top div.first-row div.author:last-of-type {
	margin-bottom: 0;
}

div.head-block div.author > span {
	float: left;
	width: 100%;
	font-weight: 600;
}

div.head-block div.author span.name span {
	font-weight: 600;
	color: #b22e39;
}

div.head-block div.author span.name {
	color: #533c34;
}

div.head-block div.author span.name span i {
	font-size: 13px;
	margin-right: 10px;
}

div.head-block div.author span.date span {
	font-size: 13px;
	margin-right: 10px;
}

div.head-block div.author span.date {
	color: #533c34;
}

div.head-block div.row-top {
	width: 100%;
	padding-top: 50px;
}

div.head-block div.row-top.with-banners {
	width: 82%;
}

div.head-block div.print {
	width: 20%;
	text-align: right;
	vertical-align: bottom;
}

div.head-block div.print span {
	font-size: 14px;
}

/*
*   BREADCRUMB
*/
div.head-block ul.breadcrumb-nav {
	padding: 0;
	margin: 0 0 40px 0;
	float: left;
	width: 100%;
}

div.head-block ul.breadcrumb-nav li {
	float: left;
	list-style: none;
}

div.head-block ul.breadcrumb-nav li a {
	margin: 0 5px;
}

div.head-block ul.breadcrumb-nav li:last-child a {
	color: #bb9285;
}

/*
*   ARTICLE-BLOCK
*/
div.article-block {
	width: 100%;
	float: left;
	display: block;
	padding: 0px 30px 50px 30px;
}

div.article-div {
	padding: 0;
}

div.article-div .text {
	color: #533c34;
}

div.article-div .portrait {
	float: left;
	width: 100%;
	background-color: #faf0f0;
	border-radius: 4px;
	box-shadow: 0 0 1.3125rem -.0625rem rgba(0, 0, 0, .125);
	margin: 20px 0;
	overflow: hidden;
}

div.article-div .portrait > div:first-of-type {
	float: left;
	width: 240px;
	overflow: hidden;
	height: 196px;
	position: relative;
}

div.article-div .portrait > div:first-of-type img {
	width: 100%;
	max-width: 240px;
	top: 50%;
	transform: translate(-50%, -50%);
	position: absolute;
	left: 50%;
}

div.article-div .portrait > div:last-of-type {
	float: left;
	width: calc(100% - 240px);
	overflow: hidden;
	padding: 15px;
	height: 196px;
}

div.article-div .portrait > div:last-of-type > span {
	color: #b22e39;
	font-weight: bold;
}

div.article-div .portrait > div:last-of-type > span > i {
	margin-right: 10px;
}

div.article-div .portrait > div:last-of-type > div {
	float: left;
	width: 100%;
	height: 105px;
}

div.article-div .portrait > div:last-of-type > span > a {
	margin: 5px 0;
	background-image: none;
	font-weight: 700;
	font-size: 16px;
	text-decoration: none;
	width: 160px;
	display: block;
	overflow: hidden;
	padding: 10px 20px 10px 20px;
}

div.article-div .portrait > div:last-of-type > div p {
	padding-top: 15px;
	padding-bottom: 15px;
}

#personModal .modal-body > span {
	color: #b22e39;
	margin-bottom: 30px;
	width: 100%;
	float: left;
	font-size: 24px;
	text-align: center;
}

#personModal .modal-body > div {
	width: 100%;
	float: left;
}

#personModal .modal-body > div > img {
	margin-right: 10px;
	margin-bottom: 10px;
	border-radius: 4px;
	max-width: 50%;
	height: auto;
	width: auto;
	float: left;
}

div.article-row {
	float: left;
	border-bottom: 2.5px solid #b22e39;
	padding-bottom: 25px;
	margin-bottom: 50px;
}

div.article-block div p {
	margin-bottom: 25px;
}

div.article-block div.top-text {
	font-weight: 600;
	color: #b22e39;
	margin-bottom: 20px;
	float: left;
	width: 100%;
}


div.article-block div.forum_box {
	padding: 10px;
	float: left;
	width: 100%;
	border-top: 3px solid #b22e39;
	text-align: justify;
	margin-top: 20px;
}

div.article-block div.forum_box .button2 {
	float: none;
	margin: 0 auto;
	display: block;
	overflow: hidden;
	width: 300px;
}

div.head-block div.forum_box {
	padding: 10px;
	float: left;
	width: 100%;
	text-align: justify;
	margin-bottom: 20px;
}

div.head-block div.forum_box .button2 {
	float: none;
	margin: 0 auto;
	display: block;
	overflow: hidden;
	width: 300px;
}

div.article-block table {
	margin-bottom: 10px;
}

div.article-block table td {
	padding: 3px;
}

/*
*   RESPONSIVE
*/
@media screen and (max-width: 1100px) {
	div.head-block div.row-top div.first-row {
		flex-direction: column;
	}
	div.head-block div.row-top div.first-row > div:first-of-type,
	div.head-block div.print {
		width: 100%;
		text-align: center;
	}
	div.head-block div.row-top {
		padding-top: 30px;
	}
}

@media screen and (max-width: 990px) {
	div.head-block div.row-top,
	div.head-block div.row-top.with-banners {
		width: 100%;
	}
}

@media screen and (max-width: 850px) {
	div.head-block div.row-top div.first-row > div:first-of-type {
		flex-direction: column;
		text-align: left;
	}
	div.head-block div.row-top div.first-row > div:first-of-type > :first-of-type > div {
		width: 100%;
	}
}

@media screen and (max-width: 640px) {
	body h1, div.head-block ul.breadcrumb-nav {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
}
