/**************************************/
/* 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-list-category {
	text-transform: uppercase;
	padding-bottom: 17px;
	color: #353535;
	font-size: 12px;
	font-size: 0.75rem;
	font-family: FFMarselisWebBold;
}

.news-list-view .article {
	padding-bottom: 15px;
	margin-bottom: 15px;
	width: 100%;
	margin-right: 30px;
	background-color: #fff;
	padding: 20px;
	float: left;
	height: 370px;
	overflow: hidden;
	border-bottom: 10px solid #b1cb08;
	-webkit-transition: background-color .3s;
	-moz-transition: background-color .3s;
	-ms-transition: background-color .3s;
	-o-transition: background-color .3s;
	transition: background-color .3s;
	position: relative;
}
.news-list-view.latest .article {
	width: 100% !important;
	margin-right: 0;
	/*min-width: 300px;*/
	max-width: 300px;
}
.news-list-view.latest .owl-item.active .article {
	margin: 0 auto;
	float: none;
}
.news-list-view .article.hover,
.news-list-view .article:hover{
	cursor: pointer;
	background-color: #d8e583;
}
.news-list-view .article.hover img,
.news-list-view .article:hover img {
	opacity: .6;
}
.news-list-view .article .btn-minilink {
	position: absolute;
	bottom: 15px;
}

.news-list-view {
	border-top: 1px solid #a5a4a5;
	padding-top: 30px;
	overflow: hidden;
}
.news-list-view.owl-carousel .owl-stage {
	background-color: transparent;
}
.news-list-view .article:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
}

.news .article:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.news-list-view .news-img-wrap {
	margin: -20px -20px 17px -20px;
}
.news-list-view .article .news-img-wrap img,
.news-list-view.latest .article:first-child .news-img-wrap img{
	margin-left: -115px;
	width: 510px;
	height: 190px;
	max-width: 617px;
}


.news-list-view .article .teaser-text {
	margin: 0 0 10px 0;
	/*height: 170px;
	overflow: hidden;*/
}

.news-list-view .article h3 {
	margin: 0;
	padding-bottom: 20px;
	border-bottom: 1px solid #a5a4a5;
	margin-bottom: 20px;
	font-size: 24px;
	font-size: 1.5rem;
}
.news-single .article .header {
	margin-top: 40px;
}
.news-single .article h1 {
	margin-top: 10px;
}
.news-list-view .more-link-wrapper {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 50px;
	width: calc(100% - 40px);
	margin: 0 20px;
	border-top: 1px solid #d7d7d7;
}
.news .article.hasImage h3 {
	border-bottom: none;
}
.news .article h3 a{
	border-bottom: none !important;
}

.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;
}

/* single view */
.news-single .footer {
	margin-bottom: 20px;
	margin-top: 5px;
	padding: 10px 0 0 0;
	border-bottom: 0;
	border-top: 1px solid #eee;
}

.news-text-wrap {
	margin-bottom: 10px;
}

.news-img-caption {
	color: #888;
}

.article .news-related .text-2col li>div:before{
	content: '';
	margin-left: 0;
	padding-right: 0;
}
.news-related ul.text-2col li {
	overflow: hidden;
	border-bottom: 1px solid #d0cfd0;
	padding: 20px 0 15px 0;
}
.news-related ul.text-2col li:first-child {
	padding-top: 0;
}
@media (min-width: 960px) {
	.news-related ul.text-2col li:nth-child(2) {
		padding-top: 0;
	}
}
@media (max-width: 959px) {
	.news-related ul.text-2col li:last-child {
		border-bottom: none;
	}
}

.news-related-files-size,
.news-related-news-date{
	font-family: FFMarselisWebLight;
	white-space: nowrap;
 }
.news-related li a.btn.btn-minilink,
.news-text-wrap a.btn.btn-minilink{
	color: #333;
	text-transform: none;
}
.news-clear {
	clear: both;
}
.hasImage .teaser-text {
	display: none;
}
.news-list-view.latest .owl-dots span {
	background-color: #727072;
	width: 40px;
	height: 3px;
	display: inline-block;
}
.news-list-view.latest .owl-dot {
	display: inline-block;
	margin-right: 3px;
}
.news-list-view.latest .owl-stage-outer {
	margin-bottom: 60px;
}
.news-list-view.latest .owl-dots {
	padding: 0 0 50px 0;
	display: none  !important;
}

.news-list-view.latest .owl-dots .active span {
	background-color: #b1cb08;
}
.news-list-view.latest.owl-theme .owl-controls .owl-nav .owl-prev,
.news-list-view.latest.owl-theme .owl-controls .owl-nav .owl-next{
	top: 30px;
	height: 370px;
}
.news-list-view.latest.owl-theme .owl-controls .owl-nav .owl-prev span,
.news-list-view.latest.owl-theme .owl-controls .owl-nav .owl-next span {
	top: calc((100% - 22px) / 2);
}
.news-list-view.latest.owl-theme .owl-controls .owl-nav .owl-next {
	background: none;
	padding: 0 10px 0 10px;
}
.news-list-view.latest.owl-theme .owl-controls .owl-nav .owl-prev {
	background: none;
	padding: 0 10px 0 10px;
}
.news-list-view.latest.owl-theme .owl-controls .owl-nav .owl-prev span:before,
.news-list-view.latest.owl-theme .owl-controls .owl-nav .owl-next span:before {
	color: rgba(79, 79, 79, .6) !important;
	transition: all 0.5s ease;
	border-radius: 30px;
	height: 30px;
	line-height: 30px;
	width: 30px;
}
.news-list-view.latest.owl-theme .owl-controls .owl-nav .owl-prev:hover span:before,
.news-list-view.latest.owl-theme .owl-controls .owl-nav .owl-next:hover span:before {
	color: white !important;
	background-color: #b1cb08;

}
@media (min-width: 450px) {
	.news-list-view .article {
		width: calc((100% - 30px) / 2);
	}
	.news-list-view .article:nth-child(2n){
		margin-right: 0;
	}
}
@media (min-width: 720px) {
	.news-list-view .article {
		width: calc((100% - 60px) / 3);
	}
	.news-list-view .article:nth-child(2n){
		margin-right: 30px;
	}
	.news-list-view .article:nth-child(3n){
		margin-right: 0;
	}
	.news-list-view.latest .owl-dots {display: block !important;}
	.news-list-view.latest.owl-theme .owl-controls .owl-nav .owl-next {
		background: -webkit-linear-gradient(left, rgba(217,217,217,0), #efefef);
		background: -o-linear-gradient(right, rgba(217,217,217,0), rgba(239,239,239,1));
		background: -moz-linear-gradient(right, rgba(217,217,217,0), rgba(239,239,239,1));
		background: linear-gradient(to right, rgba(217,217,217,0), #efefef);
		padding: 0 10px 0 60px;
	}
	.news-list-view.latest.owl-theme .owl-controls .owl-nav .owl-prev {
		background: -webkit-linear-gradient(left, #dfdfdf, rgba(217,217,217,0));
		background: -o-linear-gradient(right, rgba(223,223,223,1), rgba(217,217,217,0));
		background: -moz-linear-gradient(right, rgba(223,223,223,1), rgba(217,217,217,0));
		background: linear-gradient(to right, #dfdfdf, rgba(217,217,217,0));
		padding: 0 60px 0 10px;
	}
}
@media (min-width: 960px) {
	/*.news-list-view .article:first-child {
		width: calc((100% - 60px) / 3)
	}*/
	.news-list-view .article:nth-child(3n){
		margin-right: 30px;
	}
	/*.news-list-view .article:nth-child(2),*/
	.news-list-view .article:nth-child(3n+3){
		margin-right: 0;
	}
	/*.news-list-view > .article:first-child .more-link-wrapper {
		border-top: none;
		height: 60px;

	}*/
	/*.news-list-view > .article.hasImage:first-child .more-link-wrapper {
		border-top: none;
		height: 100px;
		width: 60px;
		left: auto;
		right: 0;
		border-left: 1px solid #d7d7d7;
		top: 230px;
	}*/
	/*.news-list-view > .article.hasImage:first-child .more-link-wrapper .btn {
		top: calc((100% - 25px) / 2);
		position: absolute;
		right: 0;
	}*/
	/*.news-list-view > .article.hasImage:first-child .btn-minilink:before {
		width: 25px;
		height: 25px;
		line-height: 23px;
		font-size: 25px;
	}*/
	/*.news-list-view > .article.hasImage:first-child .hideWithImage {
		display: none;
	}*/
	/*.news-list-view > .article:first-child .news-img-wrap img {
		height: auto;
		width: 100%;
		margin-left: 0;
	}*/
	.news-list-view > .article.hasImage:first-child h3 {
		border-bottom: none;
		margin-bottom: 0;
		padding-bottom: 0;
	}
	/*.news-list-view > .article:first-child h3 {
		font-size: 38px;
		font-size: 2.375rem;
		line-height: 38px;
		line-height: 2.375rem;
		height: auto;
		padding-right: 65px;
	}
	.news-list-view > .article:first-child .teaser-text {
		font-size: 18px;
		font-size: 1.125rem;
	}*/
}