#tnt-container,
#tnt-container *,
#tnt-open-close {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-khtml-user-select: none;
	-o-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-webkit-box-sizing: content-box !important;
	-moz-box-sizing: content-box !important;
	box-sizing: content-box !important;
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
	text-shadow: none !important;
	border: 0 !important;
	padding: 0 !important;
	margin: 0 !important;
	letter-spacing: normal !important;
	cursor: default !important;
}
#tnt-container a {
	-webkit-transition: 0.3s all ease-in-out !important;
	-moz-transition: 0.3s all ease-in-out !important;
	transition: 0.3s all ease-in-out !important;
	cursor: pointer !important;
}
#tnt-container {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	/* z-index: 999999999998; */
	visibility: hidden;
}
#tnt-featured-news-container {
	min-height: 100px;
	padding: 0 80px !important;
	background-color: #8586b8 !important;
}
#tnt-featured-title > * {
	font-size: 38px !important;
	min-height: 50px;
	line-height: 50px;
	display: inline !important;
}
#tnt-featured-title > a,
#tnt-featured-title > a:hover {
	text-decoration: none !important;
}
#tnt-featured-excerpt > div {
	font-size: 28px !important;
	line-height: 50px;
	min-height: 50px;
}
#tnt-featured-excerpt > div,
#tnt-featured-title > * {
	text-shadow: 2.5px 4.33px 5px rgba(0, 0, 0, 0.3) !important;
}
#tnt-sliding-news-container {
	height: 40px;
	position: relative;
	background: #24272a;
}
#tnt-moving-news {
	position: absolute;
	top: 0;
}
#tnt-moving-news.tnt-visibility-hidden {
	visibility: hidden;
}
.tnt-single-sliding-news {
	display: inline-block;
	height: 40px;
}
.tnt-single-sliding-news a,
.tnt-single-sliding-news div {
	display: block;
	height: 40px;
	max-height: 40px;
	line-height: 40px;
}
.tnt-single-sliding-news a,
.tnt-single-sliding-news a:hover {
	text-decoration: none !important;
}
#tnt-clock {
	display: none;
	position: absolute;
	bottom: 0;
	width: 80px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 28px;
	font-weight: 700;
	/* z-index: 999999999999; */
	background-size: 80px 40px !important;
	background: white !important;
}
#tnt-open-close {
	display: none;
	cursor: pointer !important;
	position: fixed;
	bottom: 0;
	width: 80px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	/* z-index: 999999999999; */
	background-size: 80px 40px !important;
	visibility: hidden;
}

#tnt-sliding-news-container > #tnt-moving-news > .tnt-single-sliding-news > * {
	font-size: 28px !important;
}

@supports (-ms-ime-align: auto) {
	#tnt-container a {
		transition: none !important;
	}
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	#tnt-container a {
		transition: none !important;
	}
}

@media (max-width: 579px) {
	#tnt-featured-news-container {
		padding: 0 10px !important;
		min-height: 70px;
	}
	#tnt-featured-title > * {
		min-height: 30px;
		line-height: 30px;
		font-size: 20px !important;
	}
	#tnt-featured-excerpt > div {
		min-height: 30px;
		line-height: 24px;
		font-size: 16px !important;
	}
	#tnt-sliding-news-container,
	.tnt-single-sliding-news,
	.tnt-single-sliding-news a,
	.tnt-single-sliding-news div,
	#tnt-clock,
	#tnt-open-close {
		height: 30px;
		line-height: 30px;
		font-size: 14px !important;
	}
	#tnt-clock,
	#tnt-open-close {
		width: 50px;
		background-size: 50px 30px !important;
	}

	#tnt-sliding-news-container > #tnt-moving-news > .tnt-single-sliding-news > * {
		font-size: 16px !important;
	}
}
