aside {
	margin-top: 24px;
}

h1 {
	font-size: 28px;
	padding-top: 16px;
}

.nav-pills > li > a {
	text-transform: uppercase;
}

.news-item {
	padding: 16px 0;
	transition: all .16s;
}

.news-item:hover {
	color: #000000;
}

.news-item:not(:last-child) {
	border-bottom: 1px solid #bdbdbd;
}

.news-item-title {
	margin-top: 0;
}

.news-item-category-label {
	color: #ffffff;
	background-color: #757575;
	border-radius: 4px;
	font-size: .5em;
	font-weight: 600;
	padding: 4px 6px;
	text-transform: uppercase;
	vertical-align: middle;
}

.news-item-date {
	color: #757575;
	margin-bottom: 8px;
}

.news-item-date > i {
	padding-right: 8px;
}

.news-item-shader {
	width: 100%;
	height: 40px;
	position: absolute;
	bottom: 0;
	background: linear-gradient(to top, #ffffff, rgba(0,0,0,0));
}

.news-detail-image {
	width: 320px;
	height: 240px;
	background-position: center;
	background-size: cover;
	float: left;
	margin: 0 16px 16px 0;
}

.news-detail-image-not-background {
	float: left;
	margin: 16px 16px 16px 0;
}

.panel-primary {
	border: 0 !important;
	box-shadow: none !important;
}

.panel-primary > .panel-heading {
	border-radius: 0 !important;
}

.panel-primary > .list-group {
	box-shadow: none !important;
}