/* 
 * Responsive HTML5 Bootstrap 3.3.7 extension
 * Author: 	Gert-jan Dikkescheij

 * [Table Of Contents]
 * 0. News Base
 * 1. List Default
 * 2. List Cards
 * 3. Detail Default
 */

/* 0. News Base */
.news .clear {
	clear: both;
}

.news .nav ul {
	float: left;
	display: inline;
	margin: 0;
}

.news .nav li {
	float: left;
}

.news .nav a {
	float: left;
	display: block;
}

.news .nav:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.news .article {
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.news .article:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
}

.news .article:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.news .article .news-img-wrap {
	float: left;
	margin: 3px 12px 5px 0;
	background: #fff;
}

.news .article .news-img-wrap a {
	display: block;
	float: left;
	padding: 4px;
	border: 1px solid #ddd;
	background: #fff;
}

.news .article .news-img-wrap img {
	float: left;
	height: auto;
	width: auto;
}

.news .article .teaser-text {
	margin: 0 0 10px 0;
}

.news .article h3 {
	margin-bottom: 0;
}

.news .footer {
	clear: both;
	padding: 10px 0 0 0;
	border-top: 1px solid #eee;
	margin-top: 15px;
	color: #888;
}

.news .footer p {
	line-height: 1em;
}

.news .footer span {
	display: inline-block;
	padding-right: 8px;
	margin-right: 8px;
	border-right: 1px solid #ddd;
}

.news .footer span:last-child {
	border-right: 0;
}

.news .footer .news-category a {
	text-transform: uppercase;
}

.news .no-news-found {
	color: #DB0202;
	font-style: italic;
}

.news .page-navigation p {
	float: left;
}

.news .page-navigation ul {
	float: right;
}

.news .page-navigation ul li {
	float: left;
	display: block;
	padding: 0 2px;
	background: none;
}

.news .page-navigation ul li a {
	display: block;
}

/* category menu view */
.news-category-view ul li {
	padding: 5px 8px;
}

.news-category-view ul li li {
	padding: 2px 8px 2px 12px;
}

.news-category-view > ul > li:nth-child(even) {
	background: #f9f9f9;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

.news-category-view .category-desc {
	padding-left: 10px;
	margin-left: 10px;
	border-left: 1px solid #ddd;
}

.news-text-wrap {
	margin-bottom: 10px;
}

.news-img-caption {
	color: #888;
}

/* related news + files */
.news-related-wrap {
	display: table;
	margin-top: 20px;
	width: 100%;
}

.news-related {
	width: 50%;
	padding: 15px;
	border: 1px solid #eee;
	display: table-cell;
}

.news-related ul li {
	line-height: 1em;
	margin-bottom: 12px;
}

.news-related ul li span {
	border-right: 1px solid #DDDDDD;
	display: inline-block;
	margin-right: 8px;
	padding-right: 8px;
	color: #888;
}

.news-related ul li span:last-child {
	border-right: 0;
	padding-right: 0;
}

.news-related h4 {
	margin-bottom: 10px;
}

.news-related-files ul li {
	margin-bottom: 20px;
}

.news-related-files .news-related-files-link .jpg {
	background-position: 0 0;
}

.news-clear {
	clear: both;
}

/* 1. List Default */
.news-list-item .lead {
    font-size: 13px;
	margin-top: 10px;
}

@media (min-width: 768px) {
    .news-list-item .lead {
        font-size: 16px;
    }
}

/* 2. List Cards */
.news-list-card {
	position: relative;
	height: 425px;
	overflow: hidden;
}

.news-list-card .news-list-img {
	height: 245px;
	background-size: cover;
	background-position: center;
	transition: .3s;
}
.news-list-card .news-date {
	position: absolute;
	right: 5%;
	top: 5%;
	height: 55px;
	width: 55px;
	content: "";
	background: #166;
	border-radius: 50%;
	text-align: center;
	line-height: 1.5rem;
	color: #fff;
	font-weight: 700;
	padding: 11px;
	text-transform: uppercase;
	font-size: 18px;
}

.news-list-card .news-date span {
	font-size: 12px;
}

.news-list-card .news-content {
	background: #fff;
	border: 1px solid #E7E7E7;
	border-top: none;
	padding: 10px;
	color: #757575;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 200px;
	transition: .2s;
}

.news-list-card .news-cat {
	position: absolute;
	top: -32px;
	left: -1px;
	background-color: #166;
	color: #fff;
	min-width: 94px;
	padding: 6px 11px;
	text-align: center;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
}

.news-list-card .title-area h3 {
	font-size: 21px;
	margin-top: 5px;
	margin-bottom: 10px;
}

.news-list-card .title-area h4 {
	color: #166;
	font-weight: 400;
	font-size: 19px;
}

.news-list-card .news-meta {
	background: #fff;
	border: 1px solid #E7E7E7;
	font-size: 13px;
	color: #999A9F;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 10px;
}

.news-list-card .news-meta .btn {
	float: right;
}


.news-list-card:hover {
  	box-shadow: 0 0 20px #999;
}
.news-list-card:hover .news-img {
  	transform: scale(1.15);
}
.news-list-card:hover .news-content {
  	height: 280px;
}
.news-list-card:hover .news-text {
  	opacity: 1;
  	visibility: visible;
}

/* 3. Detail Default */

.news-single .meta {
	margin-bottom: 20px;
	margin-top: 5px;
	padding: 10px 0 0 0;
	border-bottom: 0;
	border-top: 1px solid #eee;
}

.news-single .teaser-text {
	font-size: 15px;
	color: #888;
}

.news-single .intext.pull-right {
    max-width: 50%;
    margin-left: 15px;
}
.news-single .ce-gallery figure {
	max-width: 600px;
}
