.news-list-view .article .news-img-wrap {width: initial;}
.news-list-view .article .news-img-wrap img {width: 100%;}

.newsSingleCatArticle ul, .tagOverview ul {list-style-type: none;padding:0;margin-left:22px;}
.newsSingleCatArticle .cat li A, .tagOverview .cat li A {position: relative;background-color: #ff3f00;color: #ffffff;max-width: 100%;text-decoration: none;padding: 0;display: inline-block;}
.newsSingleCatArticle .cat li A:before, .tagOverview .cat li A:before {content:"\A";border-style: solid;position: absolute;top:0;}
.catArtTitle,
.tagArtTitle {box-sizing: border-box;display: table-cell;height: 48px;vertical-align: middle;width: 100%;}
.newsSingleCatArticle .catArticleDate,
.tagOverview .tagArticleDate {display: inline-table;line-height: 20px;height: 48px;width:90px;background-color: #000000;color: #ccc;text-align: center;position: absolute;top: 0;}
.tagOverview ul li A {font-size: 13px;font-family: sans-serif;text-decoration: none;}
.newsSingleCatArticle .cat i, .tagOverview .tag i {display:none;}

.newsSingleTagArticle {position:fixed;top:70px;width:100%;height:0;z-index:999;}
.newsSingleTagArticle.open {height:80%;}
.newsSingleTagArticle .tagOverview {display:none;position:relative;height:100%;background-color:white;border:1px solid #ff3f00;box-sizing:border-box;margin:0 auto;width:90%;max-width: 900px;-webkit-box-shadow: -14px 14px 36px 0px rgba(0,0,0,0.75);
-moz-box-shadow: -14px 14px 36px 0px rgba(0,0,0,0.75);
box-shadow: -14px 14px 36px 0px rgba(0,0,0,0.75);}
.newsSingleTagArticle .tagOverview .innerWrap {height:100%;overflow-y:auto;overflow-x:hidden;position:relative;z-index:1;}

.tag .cat .tagArticleDate {position: absolute;left: 3px;}

.tagClose {border: 1px solid #ff3f00;cursor: pointer;padding: 10px;position: absolute;z-index:2;background-color:#ffffff;top:0;right: 0;color: #333333;border-top: none;border-right: none;}
.tagClose:hover {background-color: #54545c;}

.news .news-backlink-wrap {margin: 30px 0;}

/* Responsive */
@media only screen and (min-width: 1200px){
	.news .news-backlink-wrap {margin-left:10.01%;}
	.newsSingleLeft, .newsSingleRight{display: inline-block;width: 50%;box-sizing:border-box;}
	.newsSingleLeft {float: left;padding:0 1% 0 10%;}
	.newsSingleRight {float: right;padding:0 10% 0 1%;text-align: right;}
	.newsSingleCatArticle {text-align: right;}
	
	.newsSingleCatArticle ul, .tagOverview ul {text-align: right;}
	.newsSingleCatArticle .cat li A:before, .tagOverview .cat li A:before {border-width: 24px 22px 24px 0;border-color: transparent #ff3f00 transparent transparent;left: -22px;}
	.newsSingleTagArticle .tagOverview  {padding:50px;}
	.tag .cat li A:before {border-width: 24px 0 24px 22px;border-color: transparent transparent transparent #ff3f00;left: inherit;right: -22px;}
	.catArtTitle,
	.tagArtTitle {padding: 0 110px 0 25px;}
	.tag .cat .tagArtTitle {padding: 0 25px 0 110px;}
	.newsSingleCatArticle .catArticleDate,
	.tagOverview .tagArticleDate {right: 3px;}
	
	.tagLeft, .tagRight{box-sizing:border-box;float:left;width:50%;}
	.tagLeft {padding-right: 3%;}
	.tagRight {padding-right: 22px;}
	.tagRight ul {margin-left: 0;padding-left: 0;margin-right:22px;}
	.tagRight ul li {margin-left: 0!important;padding-left: 0;}
	
	.newsSingleRight .news-img-wrap {text-align: right;}
}
@media only screen and (max-width: 1199px){
	.news-list-view h2, .news-list-view .news-list-date{padding-left:20px;padding-right:20px;}
	.newsSingleCatArticle ul, .tagOverview ul {margin-right:22px;}
	.newsSingleCatArticle .cat li A:before, .tagOverview .cat li A:before {border-width: 24px 0 24px 22px;border-color: transparent transparent transparent #ff3f00;right: -22px;}
	.catArtTitle,
	.tagArtTitle {padding: 0 25px 0 110px;}
	.newsSingleCatArticle .catArticleDate,
	.tagOverview .tagArticleDate {left: 3px;}
	
	.tagLeft, .tagRight{box-sizing:border-box;}
	.tagLeft {}
	.tagRight {}
	.tagRight ul {margin-left:20px;padding-left:0;margin-right:42px;}
	
	.newsSingleRight .news-img-wrap {text-align: left;}
	.newsSingleRight .news-img-wrap img{margin-left:20px;margin-top:20px;}
	
	.news .news-backlink-wrap{margin:0 0 0 20px;}
}
@media only screen and (max-width: 1199px) and (min-width: 700px){
	.mobile .news h3 span, .mobile .news-list-date {font-size:150%;}
}
@media only screen and (max-width: 599px){
	.news-list-view .newsListLeft,
	.news-list-view .newsListRight {width: 100%;float: none;clear: both;display: block;}
	.news-list-view .newsListRight {padding-left: 0;padding-top: 20px;border-left: none;border-top:1px solid #e23b22}
	
	.news-list-view .more{margin:0 20px 0 0;}
}
@media only screen and (max-width: 419px){
	.catArtTitle, .tagArtTitle {padding-left: 85px;}
	.newsSingleCatArticle .catArticleDate, .tagOverview .tagArticleDate {width:65px;}
	.newsSingleCatArticle ul, .tagOverview ul, .tagRight ul {margin-left:0;padding-left:0;margin-right:0;}
	.newsSingleCatArticle .cat li A, .tagOverview .cat li A {width:100%;}
	.newsSingleCatArticle .cat i, .tagOverview .tag i {position:absolute;right:5px;top:4px;display:block;}
}