.article {}

.article #page-title {
	background-image: url(../images/pages/press.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.article .item {
	padding: 0 20px;
}

.article .item img {
	display: inline-block;
	width: 265px;
	margin-right: 30px;
}

.article .item .r {
	display: inline-block;
	width: calc(100% - 300px);
}

.article .item .r h2 {}

.article .item .r h2 a {
	color: #303030;
}

.article .item:hover .r h2 a {
	color: #17824a;
}

.article.history {
	font-family: "Open Sans", sans-serif;
}

.article.history #page-title {
	background-color: #8c8b5a;
	background-image: url(../images/pages/history.jpg);
	background-position: center right;
	background-repeat: no-repeat;
	background-size: cover;

}

.article.history h2 {}

.article.history hr {
	height: 1px;
	border: none;
	background-color: lightgrey;
}

.article.history .item img {
	width: calc(100% - 30px);
}
