/**************************************/
/* Default styles for news extension */
/**************************************/
.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 {
	margin: 3px 12px 5px 0;
	background: #fff;
}

.news .article .news-img-wrap a {
	display: block;
	padding: 0;
	border: none;
	background: rgba(255,255,255,1);
	text-align: center;
}
.news-list-view .article .news-img-wrap a {
	background: rgba(0,0,0,0.04);
}

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

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

.news .article h3,
.news .article h3 a,
.news .article h5,
.news .article h5 a,
.news .article h6,
.news .article h6 a {
	border: none;
}

.news .footer {
	clear: both;
	padding: 0 0 10px 0;
	overflow: hidden;
}

.news .footer span {
	display: inline-block;
	float: left;
	border-right: 1px solid #fff;
	padding-right: 5px;
	margin-right: 5px;
}

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

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

.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: none;
}

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

/* single view */
.news-single .footer {
	margin-bottom: 20px;
	margin-top: 5px;
	padding: 10px 0 0 0;
	border: none;
}

.news-single .article .news-img-wrap {
	margin: 0 0 10px 0;
}

.news-single .article .news-img-wrap img {
	float: none;
	max-width: 100%;
}

.news-single .teaser-text {
	color: #888;
}

.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;
}
.news-list-date {}

.news-block-view {
	background-color: rgba(23,68,133,1.00);
	overflow: hidden;
}
.news-block-view .article {
	margin: 0;
	padding: 0;
}
.news-block-view > .col-md-4:nth-child(2) {
	background-color: rgba(57,103,166,1.00);
}
.news-block-view .article .news-img-wrap {
	float: none;
	display: block;
	background: none;
	margin: 0;
	width: 100%;
	overflow: hidden;
	position: relative;
	z-index: 1;
	border-top: 2px solid rgba(194,159,66,1.00);
	border-right: 2px solid rgba(194,159,66,1.00);
	border-bottom: 1px solid #fff;
}
.news-block-view .article .news-img-wrap a {
	float: none;
	margin: 0;
	padding: 0;
	border: none;
}
.news-block-view .article .news-img-wrap img {
	width: 100%;
	height: auto;
}
.news-block-view .category-image span {
	display: block;
	height: 45px;
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: -23px;
	position: relative;
	z-index: 2;
}
.news-block-view .teaser-text,
.news-block-view .teaser-text a {
	color: #fff;
}
.news-block-view .teaser-text .footer {
	font-size: 1rem;
}
.news-block-view .teaser-text a:hover {
	color: rgba(194,159,66,1.00);
}
.news a.more {
	display: block;
	margin-top: 10px;
}
.news-list-view a.more {
	color: rgba(194,159,66,1.00);
}
.news-list-view .footer {
	font-size: 1rem;
	color: rgba(149,149,149,1.00);
}
.news-list-view .news-img-wrap {
	position: relative;
}
.news-list-view .news-img-wrap span.overlay {
	display: none;
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.news-list-view .news-img-wrap:hover span.overlay {
	display: block;
	visibility: visible;
	background-color: rgba(194,159,66,0.7);
	background-repeat: no-repeat;
	background-position: center center;
}
.news-slider-view {
	overflow: hidden;
} 
.news-slider-view .article .teaser-text {
	height: 300px;
}
.news-img-wrap > .col-sm-4 {
	margin-bottom: 1.4rem;
}
