@keyframes loadingAnim {
	0% {
		left: -40%;
	}

	to {
		left: 100%;
	}
}

.sub-header {
	display: none;
}

.main-header {
	background: linear-gradient(to right,#000,#222);
	background: -o-linear-gradient(to right,#000,#222);
}

.mobile-nav {
	background: #111319;
}

.main-header .nav-brand {
	opacity: 1;
}

.main-header a {
	opacity: .7;
}

.form-search button {
	color: #333;
	opacity: .7;
}

.form-search input {
	border-color: #333;
}

.form-search input::-moz-placeholder {
	color: #fafafa;
	opacity: .7;
}

.form-search input::placeholder {
	color: #fafafa;
	opacity: .7;
}

.navbar-nav .dropdown-menu {
	background-color: #333;
}

.navbar-nav .dropdown-menu li a {
	color: #fff;
}

.navbar-nav li:hover a,.navbar-nav li:hover>a.dropdown-toggle {
	background-color: #333;
	color: #fff;
	opacity: 1;
}

.navbar-nav li:focus-within>a {
	background-color: #333;
	color: #fff;
	opacity: 1;
}

.navbar-nav .dropdown-menu li a:hover {
	color: #fcbb23;
}

.navbar-nav li a.dropdown-more {
	background: #fcbb23;
	color: #333;
}

.side-widget h2::after {
	border-color: #e5166b;
}

.player-area {
	padding: 1rem 0;
}

.player-wrapper {
	display: flex;
	width: 100%;
}

.player-left,.player-right {
	display: flex;
	flex-direction: column;
}

.player-left {
	flex: 1;
}

.player-right {
	position: relative;
	color: #fff;
	justify-content: center;
	padding-bottom: 1rem;
	width: 25%;
	background: #222;
	border-bottom-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-bottom-right-radius: 10px;
	border-top-right-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-top-right-radius: 10px;
}

.main-player {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	display: block;
	background: #000;
}

.main-player iframe {
	width: 100%;
	height: 100%;
	border: 0;
	z-index: 6;
}

.iframe-loader,.loading-bar,.main-player iframe {
	position: absolute;
	top: 0;
	left: 0;
}

.iframe-loader {
	right: 0;
	bottom: 0;
	background-color: #000;
	z-index: 2;
	padding: 1rem;
	color: #fff;
	font-family: sans-serif;
	font-size: 14px;
	text-align: center;
}

.iframe-loader .loading-text {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	transform: translate(-50%,-50%);
}

.loading-bar {
	width: 100%;
	height: 4px;
	background-color: #222;
	overflow: hidden;
}

.loading-bar::before {
	content: "";
	position: absolute;
	left: -40%;
	width: 40%;
	height: 100%;
	background: linear-gradient(to right,#df0,red);
	animation: loadingAnim 1s linear infinite;
}

.player-action {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 1rem;
	background: #000;
	color: #999;
	transition: opacity .5s ease;
}

.player-action ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
}

.player-action ul li,.player-options li {
	margin-right: 1rem;
}

.player-action ul li:last-child,.player-options li:last-child {
	margin: 0;
}

.player-action li a {
	color: #fff;
	text-decoration: none;
	opacity: .8;
	font-weight: 500;
}

.player-action li a.active {
	color: #fcbb23;
	opacity: 1;
}

.info-nav-eps,.player-options {
	padding: 10px 1rem;
	background: #222;
	border-bottom-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-bottom-left-radius: 10px;
	align-items: center;
	gap: .5rem;
	flex-wrap: wrap;
	color: #fff;
}

.player-options {
	display: flex;
	font-weight: 600;
}

.player-options ul {
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
	padding-left: 1rem;
}

.player-options li a,.related-content h3 {
	color: #fff;
	opacity: .7;
}

.player-action li a:hover,.player-options li a.active {
	color: #fcbb23;
	opacity: 1;
}

.player-options li a:target {
	background: #fcbb23;
	color: #fff;
	font-weight: 700;
}

.player-options li a:hover {
	color: #fcbb23;
	opacity: 1;
}

.player-options li::after {
	content: "|";
	margin-left: 1rem;
	color: #aaa;
}

.player-options li:last-child::after {
	content: "";
}

.season-list {
	color: #fff;
	display: flex;
	align-items: center;
	gap: .5rem;
	padding: 0 1rem 1rem;
	box-sizing: border-box;
}

.season-list label {
	opacity: .8;
	white-space: nowrap;
	font-weight: 500;
	font-size: 90%;
}

.season-list select {
	padding: .3rem .5rem;
	width: 70%;
	box-sizing: border-box;
	background: #222;
	border: 1px solid #ccc;
	color: #fff;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}

.episode-list {
	display: grid;
	grid-template-columns: repeat(auto-fill,minmax(48px,1fr));
	list-style: none;
	padding: 0;
	margin: 0;
	opacity: 1;
	transition: opacity .3s ease;
	gap: .5rem;
	text-align: justify;
	font-size: 0;
	-ms-text-justify: distribute-all-lines;
	text-justify: distribute-all-lines;
}

.episode-list.fade-out {
	opacity: 0;
}

.episode-list.fade-in {
	opacity: 1;
}

.episode-list li,.episode-list:after {
	display: inline-block;
	vertical-align: top;
}

.episode-list:after {
	content: "";
	width: 100%;
	height: 0;
}

.episode-list li {
	font-size: 1rem;
}

.episode-list li a {
	display: block;
	background-color: #333;
	color: #fff;
	text-align: center;
	text-decoration: none;
	padding: .5rem;
	min-width: 48px;
	box-sizing: border-box;
}

.episode-list li a:visited {
	background: #666;
	color: #888;
}

.episode-list li a.active {
	background: #ccc;
	color: #000;
	font-weight: 600;
}

.episode-list li a:hover {
	background-color: #fcbb23;
	color: #333;
}

.related-video-heading {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
	padding: 1rem 1rem .5rem;
	opacity: .8;
}

.related-content {
	flex: 1;
	overflow-y: auto;
	overflow-x: hidden;
	width: 100%;
	height: 100%;
	scrollbar-width: thin;
	scrollbar-color: #666 transparent;
	position: relative;
}

.related-content::-webkit-scrollbar {
	width: 8px;
}

.related-content::-webkit-scrollbar-track {
	background: 0 0;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

.related-content::-webkit-scrollbar-thumb {
	background-color: #666;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

.video-list-wrapper {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	height: 100%;
	padding: 1rem;
	padding-top: 0;
}

.video-info,.video-list {
	display: flex;
	flex-direction: column;
}

.video-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.video-list li {
	margin-bottom: 1rem;
}

.video-list li a {
	display: flex;
	align-items: center;
	overflow: hidden;
	opacity: .8;
	color: #fff;
}

#customPlayButton:hover svg,.video-list li a:hover {
	opacity: 1;
}

.video-list li a:hover img {
	filter: grayscale(0%);
}

.pop-movie-item img,.video-list img {
	-o-object-fit: cover;
	object-fit: cover;
	flex-shrink: 0;
}

.video-list img {
	width: 100px;
	height: 60px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-object-position: center;
	object-position: center;
	background-color: #ddd;
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
}

.video-list img:hover {
	transition: filter .3s ease;
	filter: none;
	-webkit-filter: grayscale(0%);
}

.video-info {
	padding-left: 10px;
	gap: 4px;
	flex: 1;
}

.video-title {
	line-height: 1.2;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 90%;
}

.video-year {
	font-size: 12px;
	color: #777;
}

.content-wrapper {
	display: flex;
	flex-wrap: wrap;
	margin-left: -.5rem;
	margin-right: -.5rem;
}

.content-left,.content-right {
	flex: 0 0 75%;
	max-width: 75%;
	padding: 0 .5rem;
	box-sizing: border-box;
}

.content-right {
	flex: 0 0 25%;
	max-width: 25%;
}

.movie-info {
	padding: 1rem;
	background: #fff;
	margin-bottom: 1rem;
}

.info-tag {
	font-weight: 500;
	font-size: 14px;
}

.info-tag strong {
	color: #e5166b;
}

.tag-list {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: .8rem;
}

.tag-list .tag {
	margin-right: 8px;
	margin-bottom: 3px;
}

.tag-list .tag a {
	display: inline-block;
	background-color: #eee;
	padding: 2px 7px;
	font-size: 12px;
}

.tag-list .tag a:hover {
	background-color: #e5166b;
	color: #fff;
	border-color: #e5166b;
}

.broken-line {
	width: 2px;
	height: 10px;
	border: 0;
	background: #ccc;
	margin: 0 8px;
	display: inline-block;
}

.movie-action {
	margin-bottom: .5rem;
}

.movie-action a {
	margin-right: .3rem;
}

.mob-related-series,.mob-related-video {
	padding: .5rem 1rem;
	background: #fff;
	margin-bottom: 1rem;
}

.mob-related-video {
	display: none;
}

.mob-related-series {
	display: block;
}

.mob-related-series .slider-wrapper .scroll-btn,.mob-related-video .slider-wrapper .scroll-btn {
	font-size: 1.5rem;
}

.mob-related-series .slider-wrapper .scroll-right,.mob-related-video .slider-wrapper .scroll-right {
	right: -.8rem;
}

.mob-related-series .slider-wrapper .scroll-left,.mob-related-video .slider-wrapper .scroll-left {
	left: -.8rem;
}

.meta-info span {
	opacity: .5;
}

.meta-info p {
	margin-bottom: 5px;
}

.btn-toggle-expand {
	background: 0 0;
	border: 0;
	cursor: pointer;
	padding: 0;
	font-weight: 500;
	color: #333;
}

.popular-movie-list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
}

.popular-movie-list li {
	margin-bottom: 10px;
}

.pop-movie-item a {
	display: flex;
	align-items: flex-start;
	color: #333;
}

.pop-movie-item a:hover {
	color: #e5166b;
}

.pop-movie-item img {
	width: 70px;
	height: 100px;
	margin-right: 12px;
}

.pop-movie-info {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}

.pop-movie-title {
	margin: 0;
	font-size: 100%;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: 500;
}

.pop-movie-year {
	margin-top: 4px;
	font-size: 13px;
}

.player-options select {
	flex: 1;
	padding: 0;
	border: 0;
	width: 100%;
	min-width: 0;
	display: none;
	background: 0 0;
	color: #fff;
}

.mob-list-eps {
	padding: 1rem;
	margin-bottom: 1rem;
	display: none;
}

.mob-list-eps .season-list {
	box-shadow: none;
	color: #333;
	margin-bottom: 1rem;
	padding: 0;
}

.mob-list-eps .episode-list a.active,.mob-list-eps .episode-list a:hover {
	background: #fcbb23;
	color: #fff;
}

.mob-list-eps .season-list select {
	color: #333;
	width: auto;
	padding: 8px 10px;
	border: 1px solid #ddd;
	font-weight: 600;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}

.mob-list-eps,.mob-list-eps.second .season-list select {
	background: #fff;
}

.info-nav-eps,.mob-nav-eps {
	width: 100%;
	display: flex;
	justify-content: space-between;
	font-weight: 600;
}

.mob-nav-eps {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(255,255,255,.9);
	padding: .5rem 5px;
	box-shadow: 0-2px 8px rgba(0,0,0,.2);
	z-index: 3;
	line-height: 2;
	align-items: center;
	text-transform: uppercase;
	display: none;
}

.info-nav-eps a {
	color: #fff;
}

.info-nav-eps a:hover {
	color: #fcbb23;
}

.info-nav-eps .col,.mob-nav-eps .col {
	flex: 0 0 auto;
}

.mob-nav-eps .center {
	flex: 0 1 auto;
	text-align: center;
	white-space: nowrap;
	margin: 0 auto;
}

.info-nav-eps .right,.mob-nav-eps .right {
	text-align: right;
}

#adContainer,#adsLink {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#adContainer {
	z-index: 10;
	background: #000;
}

#adsLink {
	z-index: 1;
}

#videoAd,.cinema-mode {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

#videoAd {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
}

#customPlayButton,#skipAds {
	position: absolute;
	cursor: pointer;
}

#customPlayButton {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: 0 0;
	border: 0;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
}

#customPlayButton svg {
	width: 60px;
	height: 60px;
	opacity: .7;
	transition: opacity .3s;
}

#skipAds {
	bottom: 10px;
	right: 10px;
	padding: 8px 14px;
	background: rgba(0,0,0,.75);
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	border-radius: 4px;
	display: none;
	z-index: 3;
}

.main-player.cinema-mode {
	height: auto;
	padding: 0;
}

.cinema-mode {
	z-index: 100;
	position: fixed;
}

.cinema-toggle {
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 11;
	padding: 10px 20px!important;
}