/**************************************/
/* 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 {
	border-bottom: 1px solid #d1d1d1;
}

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

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

.news .article .news-img-wrap {
	float: right;
	margin: 0;
}
.news .news-latest-item.article .news-img-wrap {
	float: left;
	margin: 0;
}


.news .article .news-img-wrap a {
	display: block;
}

.article {
	margin-bottom: 15px;
}

.news .article .news-img-wrap img {
	height: auto;
	width: auto;
	margin: 0 0 10px 10px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
	padding:5px;
}
.news .news-latest-item.article .news-img-wrap img {
	margin: 0 10px 10px 0;
}

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

.news .article .teaser-text .btn {
	text-decoration:none;
}

.news .article h5,
.news .article h4,
.news .article h3,
.news .article h2 {
	margin: .25em 0;
}

.news .footer {
	/*clear: both;
	color: #999;
	font-size: 91.67%;*/
	position: relative;
	border: 0;
	margin-bottom: 5px;
}

.news .footer p {
	line-height: 1em;
	margin:0;
	font-weight:normal;
}

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

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

.news .page-navigation ul li a {
	display: block;
	padding: 1px 5px;
}

/* 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;
}

/* single view */
.news-single .footer {
	clear: both;
}

.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 0;
	/*border: 1px solid #eee;
	display: table-cell;*/
}

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

.news-related ul li span {
	display: inline-block;
	color: #888;
}

.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 .news-backlink-wrap .btn{
	text-decoration: none;
}

.news .news-latest-item {
	border-bottom: 1px solid #d1d1d1;
}

.news-latest-item .header a{
    color: inherit;
	text-decoration:none;
}
.news-latest-item .header a:hover, .news-latest-item .header a:focus {
    color: inherit;
	text-decoration: underline;
}

.news-cats {margin-bottom:20px}

@media (max-with: 767px) {

.news .article .news-img-wrap {
	float: left;
	margin: 0;
}
.news .article .news-img-wrap img {
	height: auto;
	width: auto;
	margin: 0 0 10px 0;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
	padding:5px;
}

}

/* Adjustments for single view */
.news .article .news-img-wrap {
	float: none;
}
.news .article .news-img-wrap img {
	margin: 0;
	max-width: 100%;
	height: auto;
	display:block;
}
.news .article .news-text-wrap .table-responsive {
	float: left;
}
.news .news-related-wrap,
.news .news-backlink-wrap {
	clear: both;
}

@media (min-width: 480px){
	.news .article .news-img-wrap {
		float: right;
		display: inline;
		max-width: 200px;
		margin-left: 10px;
	}
}
@media (min-width: 992px){
	.news .article .news-img-wrap {
		max-width: 250px;
	}
}
@media (min-width: 1200px){
	.news .article .news-img-wrap {
		max-width: 300px;
	}
}