@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;500;600;700&display=swap');
body {
	font-family: 'Manrope', sans-serif;
	background-color: #fff;
}
a {
	outline: none!important;
}

.contain {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center center;
}
.bg-cover {
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
a {
	text-decoration: none!important;
}
.btn, .form-control, button {
/*	border-radius: 0;*/
	box-shadow: none!important;
	outline: none!important;
}

.bg-tv-dark {
	color: #e1e1e1;
	background-color: #333;
}
.bg-tv-dark p {
	color: #ccc;
}
#searchform {
	display: none;
}
#tvplayer {
	padding-top: 5px;
}
#tvplayer .ratio {
	background-color: #020608;
}
#vdcover .bi-play-fill, #ytcover .bi-play-fill {
	-webkit-text-stroke: 1px #333;
}
.share-links a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2.25rem;
	height: 2.25rem;
}
.share-links i {
	font-size: 1.5rem;
}
.btn-facebook {
	color: #fff!important;
	background-color: #3B5998;
}
.btn-twitter {
	color: #fff!important;
	background-color: #1DA1F2;
}
.btn-reddit {
	color: #fff!important;
	background-color: #FF4500;
}
.btn-mail {
	color: #fff!important;
	background-color: #32A350;
}
.more {
	border-bottom: 1px solid #ccc;
}
.more-sub {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	max-height: 3.35rem;
	line-height: 1.2;
	color: #343a40;
}
.search-thumb {
	width: 100px;
	height: auto;
}
#tvside {
	width: 100%;
	padding-top: 3rem;
	margin-right: -100%;
	z-index: 1;
	transition: margin 0.2s ease;
}
#tvside.open {
	margin-right: 0;
}

/* player */
.tvcover {
	font-size: 6rem;
	z-index: 1;
}
.playico {
	font-size: 3.25rem;
}
.timetrack {
	position: relative;
	height: 2px;
	background-color: #F3F4F6;
	z-index: 2;
}
.timetracktime {
	width: 0;
	height: 100%;
	background-color: red;
}
.trackbutton {
	position: absolute;
	top: -8px;
	left: 0;
	width: 100%;
}
.trackhandle {
	display: none;
	width: 18px;
	height: 18px;
	background-color: red;
	border-radius: 50%;
}
.tvwait:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -1rem 0 0 -1rem;
	display: inline-block;
	width: 4rem;
	height: 4rem;
	vertical-align: text-bottom;
	border: .25em solid #efefef;
	border-right-color: transparent;
	border-radius: 50%;
	-webkit-animation: spinner-border .75s linear infinite;
	animation: spinner-border .75s linear infinite;
}
.tvwait > * {
	visibility: hidden;
}
.wait {
	position: relative;
}
.wait:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -1rem 0 0 -1rem;
	display: inline-block;
	width: 2rem;
	height: 2rem;
	vertical-align: text-bottom;
	border: .25em solid currentColor;
	border-right-color: transparent;
	border-radius: 50%;
	-webkit-animation: spinner-border .75s linear infinite;
	animation: spinner-border .75s linear infinite;
}
.wait>* {
	visibility: hidden;
}

/* nws */
#readhead {
	text-align: center;
	border-bottom: 1px solid #aaa;
}
#readhead h2 {
	font-family: "Abril Fatface", sans-serif;
	font-size: 1.5rem;
	line-height: 1.1;
	margin: 0;
}
#readconent {
	border-top: 1px solid #aaa;
	margin-top: 2px;
}
.art-title {
	font-family: 'Escrow Condensed', serif;
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1.1;
	padding-bottom: .5rem;
}
.art-text {
	font-family: 'Exchange', serif;
}
.art-subtitle {
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 1.25;
}
.art-body {
    font-size: 1.2rem;
}
.small-news-img {
	padding: 10px 0;
}
.small-art-title {
	font-family: 'Escrow Condensed', serif;
	font-size: 1.3rem;
	font-weight: 700;
	line-height: 1.1;
}
.border-bottom-news {
	border-bottom: 1px solid #aaa;
}

@media (min-width: 768px) {
	#tvside {
		width: 380px;
		margin-right: -380px;
	}
	#readhead h2 {
		font-size: 3.25rem;
	}
	.small-news-wrap {
		border-right: 1px solid #aaa;
		border-left: 1px solid #aaa;
		padding: 20px 40px;
		overflow: hidden;
	}
	.small-news-img {
		width: 160px;
		border-right: 1px solid #aaa;
		padding: 0 10px 0 0;
		margin: 0 10px 0 0;
	}
	.search-thumb {
		width: 120px;
		height: auto;
	}
}
@media (min-width: 992px) {
	.container {
		max-width: 1004px;
	}
	.tvcover {
		font-size: 8rem;
	}
	#readhead h2 {
		font-size: 3.75rem;
	}
}
@media (min-width: 1200px) {
	
}
@media (max-width: 576px) {
	.player-container {
		padding-left: 0!important;
		padding-right: 0!important;
	}
}