.press {}

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

.press .item {}

.press .item .image {
	display: inline-block;
	width: 265px;
	height: 175px;
	background-size: 150%;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-transition: all 200ms ease 0s; /* For Safari 3.1 to 6.0 */
	transition: all 200ms ease 0s;
	margin-right: 30px;
}

.press .item:hover .image {
	background-size: 110%;
}

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

.press .item .r h2 {}

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

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

.press .pagination {}

.press .pagination a {
	color: #303030;
	font-weight: 700;
	text-transform: uppercase;
	padding: 0 7px;
}

.press .pagination a:hover,
.press .pagination a.here {
	color: #17824a;
}
