.news-list
{
	overflow: hidden;
}

.news-list .news-years
{
	margin-bottom: 40px;
	position: relative;
	overflow: hidden;
	font-size: 20px;
	height: 50px;
	width: 100%;
	color: #fff;
}

.news-list .news-years .news-years-container
{
	position: absolute;
	overflow: hidden;
	width: 800px;
	left: 52px;
	z-index: 1;
}

.news-list .news-years a
{
	font-family: "Playfair", serif;
	border-right: 1px solid #fff;
	background-color: #00423a;
	text-decoration: none;
	position: relative;
	text-align: center;
	line-height: 50px;
	font-size: 18px;
	color: #fff;
	float: left;
	width: 88px;
}
.news-list .news-years a span
{
	background-color: #fff;
	position: absolute;
	margin: 0 auto;
	display: none;
	width: 27px;
	height: 2px;
	bottom: 10px;
	right: 0;
	left: 0;
}

.news-list .news-years a.active,
.news-list .news-years a:hover
{
	background-color: #4c7b75;
}

.news-list .news-years a.active span,
.news-list .news-years a:hover span
{
	display: block;
}

.news-list .news-years a.prev,
.news-list .news-years a.next
{
  background-image: url(images/arrow-left-1x.png);
  background-image: -webkit-image-set(
	url(images/arrow-left-1x.png) 1x,
	url(images/arrow-left-2x.png) 2x
  );
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #00423a;
  position: absolute;
  height: 50px;
  width: 53px;
  z-index: 2;
  left: 0;
  top: 0;
}

.news-list .news-years a.next
{
  background-image: url(images/arrow-right-1x.png);
  background-image: -webkit-image-set(
	url(images/arrow-right-1x.png) 1x,
	url(images/arrow-right-2x.png) 2x
  );
  border-right: none;
  left: inherit;
  right: 0;
}

.news-list .news-catalog
{
	overflow: hidden;
}

.news-list .news-catalog h2
{
	border-bottom: 1px solid rgba(0, 66, 58, 0.3);
	font-family: "Playfair", serif;
	padding-bottom: 20px;
	margin-bottom: 15px;
	line-height: 50px;
	font-size: 50px;
}

.news-list .news-catalog .news-item
{
	text-decoration: none;
	margin-bottom: 15px;
	display: block;
	color: #717073;
}

.news-list .news-catalog .news-item .news-item-content
{
	border-bottom: 1px solid rgba(0, 66, 58, 0.3);
	padding-bottom: 15px;
	overflow: hidden;
}

.news-list .news-catalog .news-item span.date
{
	line-height: 22px;
	font-size: 14px;
	display: block;
	color: #00423a;
}

.news-list .news-catalog .news-item span.title
{
	font-family: "Playfair", serif;
	line-height: 20px;
	font-size: 16px;
	display: block;
}

.news-list .highlights
{
	margin-top: 20px;
}

.news-list .highlights h3
{
	font-family: "Playfair", serif;
	margin-bottom: 20px;
	line-height: 26px;
	font-size: 20px;
	color: #00423a;
}

.news-list .highlights .news-item
{
	text-decoration: none;
	margin-bottom: 40px;
	max-width: 280px;
	display: block;
	color: #717073;
}

.news-list .highlights .news-item img
{
	vertical-align: bottom;
	margin-bottom: 10px;
	max-width: 100%;
	display: block;
}

.news-list .highlights .news-item span.date,
.news-list .highlights .news-item span.title
{
	line-height: 22px;
	font-size: 16px;
	display: block;
}

.news-list .highlights .news-item span.date
{
	color: #00423a;
}

.news-list .highlights .news-item span.title
{
	font-family: "Playfair", serif;
	font-size: 16px;
}

@media only screen and (min-width: 768px)
{
	.news-list
	{
		margin-bottom: 55px;
	}
	
	.news-list .news-catalog,
	.news-list .highlights
	{
		float: left;
		width: 50%;
	}
	
	.news-list .highlights
	{
		padding-left: 100px;
	}
}

@media only screen and (min-width: 1200px)
{
	.news-list
	{
		margin-bottom: 26px;
	}
	
	.news-list .news-catalog
	{
		width: 545px;
	}
	
	.news-list .highlights
	{
		margin: 0 0 0 135px;
		padding-left: 0;
		width: 280px;
	}
	
	.news-list .highlights .news-item:last-child
	{
		margin-bottom: 0;
	}
}
