/* ===== News items ===== */
.news-list {
	padding: 0;
}
.news-item {
	padding: 0;
}
.news-item + .news-item {
	margin-top: 4px;
	padding-top: 4px;
	border-top: 3px solid #8B7355;
}
.news-item-title {
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	line-height: 1.2;
}
.news-item-title br {
	display: inline;
}
.news-item-title a {
	font-size: inherit;
	font-weight: inherit;
	color: black;
	text-decoration: none;
}
.news-item-title a:link,
.news-item-title a:active,
.news-item-title a:visited {
	color: black;
}
.news-separator {
	width: 100%;
	height: 3px;
	background-image: url(../images/design/news_line_h.gif);
	background-repeat: repeat-x;
	margin: 2px 0 4px 0;
	font-size: 0;
	line-height: 0;
}
.news_text {
	font-size: 14px;
	overflow-wrap: break-word;
	word-break: break-word;
	margin: 0;
}
.news_text img {
	max-width: 100%;
	height: auto;
}
.news_text table {
	max-width: 100%;
	overflow-x: auto;
	display: block;
}
.news_text iframe {
	max-width: 100%;
	height: auto;
}
.news-item-footer {
	text-align: right;
	margin-top: 4px;
}

/* ===== YouTube video ===== */
.youtube_video_wrapper {
	display: flex;
	justify-content: center;
}
.youtube_video {
	max-width: 100%;
	width: 640px;
	height: 366px;
	border: 1px solid black;
	cursor: pointer;
	background-image: url(../images/design/youtube.jpg);
	background-size: cover;
	background-position: center;
}

/* ===== News meta ===== */
.news_title {
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	color: black;
}
.news_title:link,
.news_title:active,
.news_title:hover,
.news_title:visited {
	color: black;
}
.news_line {
	background-image: url(../images/design/news_line_h.gif);
	background-repeat: repeat-x;
}
.news_order {
	font-weight: bold;
	font-size: 12px;
}
.news_order a img {
	border: 0;
}

/* ===== Pagination ===== */
.news_list {
	font-size: 18px;
	font-style: normal;
}
.news_list:link  { color: black; }
.news_list:active { color: black; }
.news_list:hover { color: gold; }
.news_list:visited  { color: black; }
.news-pagination {
	text-align: center;
	padding: 8px 0;
}

/* ===== Links ===== */
a {
	font-size: 14px;
}

/* ===== Responsive ===== */
@media only screen and (max-width: 768px) {
	.news_text {
		font-size: 15px;
	}
	.youtube_video {
		width: 100%;
		max-width: 640px;
		height: 0;
		padding-bottom: 56.25%;
		border: 1px solid black;
	}
}
