.header-top-in ul {
	display: flex;
	justify-content: center;
	padding-top: 0;
}
.header-top-in li {
	font-size: .875rem;
	white-space: nowrap;
	padding: 0 .5rem;
}
.header-top-in a {
	text-decoration: none!important;
}
.header-main-in {
	position: relative;
	text-align: center;
	padding: .5rem 0;
	min-height: 3.5rem;
}
.header-name {
	font-size: 1.5rem;
	line-height: 1;
	white-space: nowrap;
	margin: 0 40px;
	overflow: hidden;
}
.header-slogan {
	font-size: .875rem;
}
.header-links {
	font-size: .925rem;
}
#sidebutton {
	display: block;
	position: absolute;
	top: 50%;
	left: -5px;
	height: 33px;
	width: 40px;
	padding: 0 0 0 5px;
	margin: -16px 0 0 0;
	z-index: 1;
}
#sidebutton span, #sidebutton span:before, #sidebutton span:after {
	position: absolute;
	top: 5px;
	content: ' ';
	display: block;
	height: 3px;
	width: 28px;
	background-color: #333;
	border-radius: 10px;
	transition: all 0.2s;
}
#sidebutton span:before {
	top: 8px;
}
#sidebutton span:after {
	top: 16px;
}
.open #sidebutton span {
	top: 14px;
	transform: rotate(45deg);
}
.open #sidebutton span:before {
	opacity: 0;
}
.open #sidebutton span:after {
	top: 0;
	transform: rotate(-90deg);
}
#langsel {
	display: block;
	position: absolute;
	top: 50%;
	right: -5px;
	height: 33px;
	width: 40px;
	padding: 0 0 0 5px;
	margin: -16px 0 0 0;
	z-index: 1;
}
.flag-icon.current-lang {
	width: 1.74rem;
	height: 1.3rem;
}
#headernav {
	position: absolute;
	left: 0;
	top: 100%;
	right: 0;
	height: 0;
	background-color: #000;
	padding: 0 1.5rem;
	overflow: hidden;
	z-index: 1099;
	transition: height 0.4s;
}
.open #headernav {
	height: calc(100vh - 65px);
}
#headernav ul {
	padding-top: 1.5rem;
}
#headernav a {
	display: inline-block;
	text-decoration: none;
	color: #fff;
	padding: 0;
	transition: padding 0.4s;
}
.open #headernav a {
	padding: .75rem 0;
}
#headernav a.tv {
	display: block;
	border-radius: 3px;
	padding-left: .5rem;
	padding-right: .5rem;
}
#totop {
	position: fixed;
	bottom: 10px;
	right: 10px;
	width: 40px;
	height: 40px;
	text-align: center;
	font-size: 22px;
	line-height: 38px;
	border: 1px solid #777;
	z-index: 999;
	transition: opacity .4s ease-in-out;
}
#main {
	min-height: 380px;
}
footer {
	font-size: .925rem;
	padding: 3.5rem 0;
}
.footer-name-wrap {
	padding-top: .5rem;
	padding-bottom: .5rem;
}
.footer-name {
	font-size: 1.5rem;
	font-weight: bold;
	text-decoration: none!important;
}
.footer-bottom {
	font-size: .875rem;
	padding-top: 1rem;
}
.footer-bottom span {
	display: inline-block;
	white-space: nowrap;
	padding: 0 .25rem 0 0;
}

/* front page */
.front-in {
	padding-top: 1.5rem;
}
.article {
	position: relative;
}
.article.article-over:before {
	content: ' ';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	-webkit-transition: opacity 300ms ease;
	-moz-transition: opacity 300ms ease;
	transition: opacity 300ms ease;
	background: -webkit-linear-gradient(bottom,rgba(0,0,0,.8) 0%,rgba(0,0,0,.8) 20%,rgba(0,0,0,0) 80%,rgba(0,0,0,0) 100%);
	background: -moz-linear-gradient(bottom,rgba(0,0,0,.8) 0%,rgba(0,0,0,.8) 20%,rgba(0,0,0,0) 80%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to top,rgba(0,0,0,.8) 0%,rgba(0,0,0,.8) 20%,rgba(0,0,0,0) 80%,rgba(0,0,0,0) 100%);
	opacity: .8;
	pointer-events: none;
	z-index: 1;
}
.art-content {
	position: relative;
}
.article-over .art-content {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
}
.article-down .art-content {
	padding: .5rem 0;
}
.art-content h2 {
	font-size: 1.25rem;
	padding: .5rem 0;
	max-height: 3.5rem;
	overflow: hidden;
}
.art-content h3 {
	font-weight: 400;
	font-size: 1.1rem;
	padding: .25rem 0;
	max-height: 3rem;
	overflow: hidden;
}
.art-content h4 {
	font-weight: 400;
	font-size: 1rem;
	padding: .25rem 0;
	max-height: 4rem;
	overflow: hidden;
}
.art-title a {
	text-decoration: none!important;
}
.art-meta {
	font-size: .75rem;
	color: #fff;
}
.art-meta-h2 {
	padding: 0 0 .5rem 0;
}
.art-meta-h3 {
	padding: 0 0 .5rem 0;
}
.art-meta-h4 {
	padding: 0 0 .5rem 0;
}
.article-over h2, .article-over .art-meta-h2, .article-over .art-sub-h2 {
	padding-right: 1rem;
	padding-left: 1rem;
}
.article-over h3, .article-over .art-meta-h3, .article-over .art-sub-h3 {
	padding-right: .75rem;
	padding-left: .75rem;
}
.article-over h4, .article-over .art-meta-h4, .article-over .art-sub-h4 {
	padding-right: .5rem;
	padding-left: .5rem;
}

.article-over .art-title, .article-over .art-meta {
	color: #fff;
}
.article-over .art-sub {
	color: #dfdfdf;
}
.article-over .art-title a {
	color: #fff!important;
}

.art-row {
	margin-right: -10px;
    margin-left: -10px;
}
.art-row>.col, .art-row>[class*=col-] {
    padding-right: 10px;
    padding-left: 10px;
}
.art-padding {
	padding-bottom: 20px;
}
.art-main .embed-responsive-item {
	text-align: center;
}

.art-pack {
	border: 1px solid #fff;
}
.art-pack-0 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
.art-pack-1, .art-pack-2, .art-pack-3, .art-pack-4 {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}
.art-pack-0 h3 {
	font-size: 1.25rem;
}
.art-pack-1 h3, .art-pack-2 h3, .art-pack-3 h3, .art-pack-4 h3 {
	font-size: 1rem;
}
.art-pack img {
	width: 100%;
}

.cat-title a {
	text-decoration: none!important;
}

/* grid */
#newswrap {
	margin: 0 -15px;
	overflow: hidden;
}
#newsgrid {
	width: 100%;
	max-width: 100%;
}
.news-sizer, .news-item {
	width: 100%;
}
.news-box {
	position: relative;
	left: -1px;
	border-left: 1px solid #aaa;
	padding: 15px 15px 0 15px;
}
.news-in {
	display: block;
	border-bottom: 1px solid #aaa;
	padding: 0 0 15px 0;
}

/* article */
.text-art {
	padding-top: 1rem;
}
.text-art-title a {
	text-decoration: none;
}
.gallerybg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
	opacity: .5;
	z-index: -1;
}
.lSSlideOuter .lSPager.lSGallery img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}
.lSSlideOuter .lSPager.lSGallery .active img {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}
.share-article a {
	display: inline-block;
	font-size: 1.5rem;
	text-decoration: none;
	text-align: center;
	line-height: 2.2rem;
	width: 2.4rem;
	height: 2.4rem;
	border-radius: .125rem;
	margin-right: .125rem;
}
.share-article a.ion-social-facebook {
	color: #fff!important;
	background-color: #4E4990!important;
	border: 1px solid #4E4990;
}
.share-article a.ion-social-twitter {
	color: #fff!important;
	background-color: #0098F4!important;
	border: 1px solid #0098F4;
}
.share-article a.ion-social-reddit {
	color: #fff!important;
	background-color: #FF4500!important;
	border: 1px solid #FF4500;
}
.share-article a.ion-email {
	color: #fff!important;
	background-color: #3B3B3B!important;
	border: 1px solid #3B3B3B;
}
.article-body img {
	max-width: 100%;
	height: auto;
}

@media (min-width: 768px) {
	.header-name {
		font-size: 2rem;
	}
	.news-item {
		float: left;
	}
	.news-sizer, .news-item {
		width: 50%;
	}
	.news-item.news-item-double {
		width: 100%;
	}
	.art-content h2 {
		font-size: 1.5rem;
		max-height: 4.5rem;
	}
}

@media (min-width: 992px) {
	header {
		position: static!important;
		top: 0;
		left: 0;
		right: 0;
		width: 100%;
		z-index: 1;
	}
	#sidebutton {
		display: none;
	}
	#headernav {
		position: static;
		height: auto;
		background-color: transparent;
		padding: .5rem 0;
	}
	#headernav ul {
		display: flex;
		justify-content: center;
		padding-top: 0;
	}
	#headernav a, #headernav a.tv {
		display: inline-block;
		padding: 0 .5rem;
	}
	.footer-copy {
		display: inline-block;
		padding-right: 1rem;
	}
	
	.art-content h2 {
		font-size: 2rem;
		max-height: 5.4rem;
	}
	
	.art-pack-0, .art-pack-1 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.art-pack-2, .art-pack-3, .art-pack-4 {
		-ms-flex: 0 0 33.333333333%;
		flex: 0 0 33.333333333%;
		max-width: 33.333333333%;
	}
	.art-pack-0 h3, .art-pack-1 h3 {
		font-size: 1.25rem!important;
	}
	.art-pack-2 h3, .art-pack-3 h3, .art-pack-4 h3 {
		font-size: 1.1rem!important;
	}
}

@media (min-width: 1024px) {
	.news-item, .news-sizer {
		width: 25%;
	}
	.news-item.news-item-double {
		width: 50%;
	}
}