@charset "utf-8";

.subpage-row > .col-6:last-child {
	padding-top:0;
}

.news .article,
.news .article a {
	outline:none;
}

.news .article a:hover {
	opacity:1;
}

.news-latest-container {
	margin-left:-10px;
	margin-right:-10px;
	margin-bottom:40px;
}

.news-latest-container .article {
	float:left;
	padding:0 10px;
}

.news-latest-container .article p {
	margin:0;
}

.news-list-image img,
.news-list-image a {
	display:block;
}

.news div.border-ltr,
.news div.border-rtl {
	padding:3px;
	width:100%;
	/*height:100%;*/
	display:flex;
	align-items: stretch;
}

.news .inner-article {
	width:100%;
	background:#fff;
}

.news .article h3 {
	font-size:2.2rem;
	margin-bottom:30px;
}


.news .slick-track {
	display: flex;
}

.news .slick-slide{
	display: flex;
	height: auto;
	align-items: stretch;
	justify-content: center;
}


/* News List */

.news-list-container {
	margin-bottom:40px;
}

.news-list-container .news-list-inner {
	margin-left:-10px;
	margin-right:-10px;

	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.news-list-container .article {
	float:left;
	padding:10px;
	width:25%;

	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}


.news-list-container .article:nth-child(4n+1) {
	clear:both;
}


.page-navigation {
	text-align:center;
}

.page-navigation p {
	font-size:0.8em;
}

.page-navigation ul {
	margin:5px 0 0 0;
	display:inline-block;
}

.page-navigation ul li {
	display:block;
	float:left;
	margin:0 8px;
}

.page-navigation ul li.current {
	font-family:'Tetria LT W01 Bold', Arial, Helvetica, sans-serif;
}


/* News Detail */

.news-single .news-single-images {
	margin-bottom:20px;
}

.news-single .news-single-images a {
	display:block;
	float:left;
}

.news-single .news-single-images img {
	display:block;
}




.news-single .news-single-images .mediaelement {
	margin-bottom:5px;
}

.news-single .news-single-images .outer {
	margin-bottom:20px;
}

.news-single .news-single-timedata {
	margin-bottom:20px;
}

.news-single .teaser-text {
	font-family:'Tetria LT W01 Bold', Arial, Helvetica, sans-serif;
}


.news-single .news-related {
	margin-bottom:20px;
}

.news-single .news-related ul {
	margin:0;
	list-style:none;
}

.news-single .content-box {
	margin-bottom:20px;
}




/* File Icons */
.news-related-files-link a.download-link:before {
	content:"";
	width: 18px;
	height: 18px;
	display: none;
	background-image: url(../Images/Icons/fileicons.png);

}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2) {
	.news-related-files-link a.download-link:before {
		background-image: url(../Images/Icons/fileicons@2x.png);
		background-size: 180px 180px;
	}

}


.news-related-files-link a.download-link {
	display:inline-block;
	position: relative;
	text-decoration: none;
	padding: 2px 0 0 23px;
}

.news-related-files-link a.download-link:before {
	width: 18px;
	height: 18px;
	display: block;
	position: absolute;
	left: 0;
	top: 6px;
	background-repeat: no-repeat;
}



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

.news-related-files-link .pdf:before {
	background-position: -18px -18px;
}

.news-related-files-link .word:before,
.news-related-files-link .doc:before,
.news-related-files-link .docx:before{
	background-position: -36px -36px;
}

.news-related-files-link .excel:before,
.news-related-files-link .xls:before,
.news-related-files-link .xlsx:before {
	background-position: -54px -54px;
}

.news-related-files-link .ppt:before,
.news-related-files-link .pptx:before{
	background-position: -72px -72px;
}

.news-related-files-link .txt:before{
	background-position: -90px -90px;
}

.news-related-files-link .zip:before {
	background-position: -108px -108px;
}

.news-related-files-link .jpg:before{
	background-position: -126px -126px;
}

.news-related-files-link .gif:before {
	background-position: -144px -144px;
}

.news-related-files-link .png:before {
	background-position: -162px -162px;
}










@media (max-width:1950px) {
	.news-list-container .article {
		width:33.33%;
	}
	.news-list-container .article:nth-child(4n+1) {
		clear:none;
	}
	.news-list-container .article:nth-child(3n+1) {
		clear:both;
	}
}


@media (max-width:800px) {
	.news-list-container .news-list-inner,
	.news-latest-container {
		margin-left:-5px;
		margin-right:-5px;
	}

	.news-latest-container .article {
		padding:0 5px;
	}

	.news-list-container .article {
		width:50%;
		padding:5px;
	}

	.news-list-container .article:nth-child(3n+1) {
		clear:none;
	}
	.news-list-container .article:nth-child(2n+1) {
		clear:both;
	}


}

@media (max-width:568px) {
	.news-list-container .article {
		width:100%;
	}

	.news-list-container .article:nth-child(2n+1) {
		clear:none;
	}
}