@font-face {font-family: 'Vollkorn'; font-display: swap; font-weight: 400; src: local('Vollkorn Regular'), local('Vollkorn-Regular'), url('/assets/themes/eet/fonts/Vollkorn-Regular.ttf');}
@font-face {font-family: 'Vollkorn'; font-display: swap; font-weight: 600; src: local('Vollkorn Bold'), local('Vollkorn-Bold'), url('/assets/themes/eet/fonts/Vollkorn-Bold.ttf');}


/* global css */
body {
	background-color: #12192B;
}

img {
	max-width: 100%;
	height: auto;
}

header.premium_programs {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	border: none;
	text-align: center;
	z-index: 100;
	background: linear-gradient(180deg, #12192B 0%, rgba(18, 26, 45, 0) 100%);
}

header .container {
	position: relative;
	display: inline-block;
	max-width: 1260px;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0 30px;
	background: none;
}

header .container>div {
	display: inline-block;
	float: none;
	height: auto;
	line-height: initial;
}

.light header .top_row.homepage_header {
	background-color: #fff;
}

header .top_row.homepage_header .container {
	max-width: 100%;
	padding: 0px 50px;
	text-align: center;
}

header .top_row.homepage_header .logo {
	float: none;
}

header .top_row .container {
	text-align: right;
}

header .top_row .hamburger {
	float: left;
}

header .top_row .hamburger a {
	font-size: 0;
}

header .top_row .hamburger::before {
	display: inline-block;
	font-family: genericons;
	content: '\f191';
	font-size: 20px;
	cursor: pointer;
	color: #E4C3A5;
	vertical-align: -webkit-baseline-middle;
	vertical-align: -moz-middle-with-baseline;
	position: absolute;
	top: 11px;
}

header.mobile .top_row .hamburger::before {
	content: none;
}

.light header .top_row .hamburger::before {
	color: #000;
}

header .top_row .logo {
	float: left;
	width: 200px;
	margin-top: 8px;
	text-align: left;
}

header .top_row .logo.homepage {
	margin-top: 10px;
}

header img {
	max-width: 100%;
}

header .top_row {
	padding: 15px 0;
}

header .top_row.homepage_header {
	padding: 2px 0;
}

header .top_row.homepage_header .logo {
	width: 180px;
}

header .top_row div.aboutus {
	float: left;
	margin-left: 20px;
}

header .top_row div.aboutus a {
	color: #FCD6B3;
}

header button {
	color: #FCD6B3;
	font-family: D-DIN;
	font-size: 14px;
	border: 1px solid #385499;
	border-radius: 3px;
	padding: 14px 15px 8px;
	margin-right: 10px;
	cursor: pointer;
	border: none;
	background: transparent;
	outline: none;
}

header .icon {
	font-size: 0;
	vertical-align: middle;
}

header .icon:before {
	font-size: 14px;
	display: inline-block;
	font-family: 'Genericons';
	font-weight: 100;
	color: #FCD6B3;
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

header .save_icon:before {
	content: "\f1a7";
}

header .home_icon:before {
	content: "\f192";
}

header .newsletter {
	display: none;
}

header .no_ads {
	display: none;
	background-color: #12192B;
}

header #login_wrapper {
	float: right;
}

header .top_row.homepage_header #login_wrapper {
	float: none;
	position: absolute;
	right: 50px;
	top: 5px;
}

header .sec_row {
	padding-top: 30px;
}

header .sec_row .container {
	text-align: left;
}

header .sec_row.homepage_header {
	padding-top: 15px;
}

header .sec_row.homepage_header .container {
	max-width: 100%;
	padding: 0 50px;
}

header .sec_row.homepage_header .video_logo {
	margin-left: 30px;
}

header .sec_row.homepage_header .search_btn {
	float: right;
}

header .sec_row.homepage_header .one_post {
	margin: 30px 0 0 30px;
}

header .one_post {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	margin-right: 15px;
}

header .video_logo {
	display: inline-block;
	width: 30%;
	max-width: 400px;
	min-width: 180px;
	margin-right: 50px;
	vertical-align: middle;
	transition: width 1s;
}

header .video_logo.playing {
	width: 10%;
}

header .avatar {
	width: 80px;
	height: 80px;
	border-radius: 50%;
}

header .label {
	position: absolute;
	bottom: 0;
	right: 0;
	color: #FFFFFF;
	font-family: D-DIN;
	font-size: 13px;
	background: #ec0000;
	padding: 0px 5px;
	border-radius: 2px;
}

header .container .hamburger {
	float: left;
	margin-top: 10px;
	text-align: left;
}

header .container .hamburger a:before {
	color: #fde0c5;
}

header #navbox {
	top: 0;
	max-height: 100vh;
	padding: 20px 15px;
	border: none;
	text-align: left;
	z-index: 120;
	background-color: rgba(19, 32, 65, 0.95);
}

header #navbox.desktop_nav {
	position: absolute;
	width: 400px;
	height: 100vh;
	min-height: 800px;
}

header #navbox.desktop_nav.hidden {
	display: none;
}

header #navbox a, header #navbox div {
	color: #FCD6B3;
	width: 100%;
}

header #navbox ul {
	padding: 0;
	border: none;
}

header #navbox li {
	display: inline-block;
	width: 100%;
	padding: 10px 0;
}

header #navbox .hamburger {
	padding: 13px 0;
}

header #navbox li .icon:before {
	font-size: 20px;
	margin-right: 5px;
}

header #navbox li .text {
	font-family: D-DIN;
	font-size: 16px;
	text-transform: uppercase;
}

header #navbox .avatar {
	height: 65px;
	width: 65px;
}

header #navbox .show_name {
	font-size: 18px;
	margin-top: 15px;
	line-height: 23px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

header #navbox .search_block {
	position: relative;
	margin-bottom: 30px;
}

header #navbox .searchtext {
	width: 100%;
	height: 45px;
	padding: 0 30px;
}

header #navbox .submit {
	display: none;
}

header #navbox .search_icon {
	display: block;
	position: absolute;
	top: 5px;
	left: 0;
}

header #navbox .search_icon:before {
	font-size: 20px;
}

header #navbox .close a {
	font-size: 0;
}

header #navbox .close a:before {
	font-family: 'Genericons';
	font-size: 22px;
	line-height: 0;
	content: '\f107';
	position: relative;
	top: 8px;
}

#navbox.mobile_nav .close a:before {
	top: 20px;
	right: 15px;
}

header #navbox.mobile_nav a {
	text-transform: none;
}

#navbox.mobile_nav .header_logo:after {
	content: '';
	position: absolute;
	bottom: -4px;
	left: 0;
	width: 100%;
	border-bottom: 1px solid #283B6B;
}

#navbox.desktop_nav .panel {
	margin: 20px 0 10px;
	border-bottom: 1px solid #fcd6b3;
}

#navbox.desktop_nav .panel li {
	padding: 5px 0;
}

#navbox.desktop_nav ul.channels,
#navbox.desktop_nav ul.artsculture,
#navbox.desktop_nav ul.specialprograms {
	padding-top: 23px;
}

#navbox.mobile_nav .panel {
	margin: 20px 0 10px;
}

#navbox.mobile_nav .panel li {
	padding: 5px 0;
}

#navbox.mobile_nav>ul.has_sub_menu>li {
	padding-left: 0;
}

#navbox.mobile_nav>ul.has_sub_menu>li.expand {
	border-bottom: none;
}

#navbox.mobile_nav>ul.has_sub_menu>div li {
	border-bottom: none;
}

#navbox.mobile_nav ul.channels {
	padding-top: 10px;
}

#navbox.mobile_nav ul.artsculture,
#navbox.mobile_nav ul.specialprograms {
	padding-top: 23px;
}

#navbox.desktop_nav .hamburger {
	position: absolute;
	width: 22px;
	right: 32px;
	text-align: right;
	top: 0;
}

#navbox.mobile_nav .hamburger {
	position: absolute;
	width: 22px;
	right: 32px;
	text-align: right;
	top: 0;
}

#navbox.desktop_nav .header_logo:after {
	content: '';
	position: absolute;
	bottom: -4px;
	left: 0;
	width: 100%;
	border-bottom: 1px solid #283B6B;
}

#navbox.desktop_nav button.search {
	padding: 0;
}

#navbox.desktop_nav .search_icon {
	position: relative;
	display: inline-block;
	top: 0;
}

header #navbox .header_logo {
	width: 100%;
	position: relative;
}

header #navbox .header_logo img {
	width: 150px;
}

header #navbox .channels li,
header #navbox .artsculture li,
header #navbox .specialprograms li {
	height: 32px;
	padding: 0;
}

header #navbox .channels .channel,
header #navbox .artsculture .channel {
	display: flex;
	padding: 8px 0;
	height: auto;
}

header #navbox.mobile_nav .channels .channel,
header #navbox.mobile_nav .artsculture .channel {
	display: flex;
	padding: 12px 0;
	height: auto;
}

header #navbox .channels a,
header #navbox .artsculture a,
header #navbox .specialprograms a {
	font-size: 18px;
	line-height: 18px;
	font-family: D-DIN;
	display: inline-block;
}

header #navbox .channels_pannel, 
header #navbox .artsculture_pannel {
	padding-left: 30px;
}

header #navbox>ul.has_sub_menu .arrow_up_down {
	float: right;
	text-align: right;
	height: 20px;
	width: 100%;
	padding-top: 1px;
	position: absolute;
	right: 35px;
}

header #navbox>ul.has_sub_menu .arrow_up_down:before {
	font-family: 'Genericons';
	content: '\f12a';
	font-size: 20px;
	line-height: 0;
	color: #E4C3A5;
	position: relative;
	top: 6px;
}

header #navbox>ul.has_sub_menu .expand .arrow_up_down:before {
	content: '\f10a';
}

header #navbox>ul.has_sub_menu>div {
	display: none;
}

header #navbox>ul.has_sub_menu>li.expand+div {
	display: block;
}

header .show_info {
	display: inline-block;
	width: 100%;
	text-align: left;
}

header .show_info .avatar {
	float: left;
	height: 80px;
	border-radius: 50%;
	margin-right: 20px;
	width: 80px;
}

header .show_info .show_name {
	color: #FCD6B3;
	font-family: 'Vollkorn', Georgia, Palatino;
	font-size: 25px;
	line-height: 30px;
	margin-top: 17px;
	text-transform: uppercase;
}

header .show_info .host_name {
	color: #EEEEEE;
	font-family: D-DIN;
	font-size: 12px;
	text-transform: uppercase;
}

header .search_panel {
	position: fixed;
	display: none;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(19, 32, 65, 0.95);
	z-index: 200;
	height: 100%;
	color: #FCD6B3;
	font-family: D-DIN;
}

header .search_panel .search_block {
	position: relative;
	max-width: 800px;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 20% 20px 5%;
}

header .search_panel form {
	position: relative;
}

header .buttons .search_icon {
	vertical-align: middle !important;
}

header .search_icon:before {
	content: "\f129";
	font-size: 14px;
	display: inline-block;
	font-family: 'Genericons';
	font-weight: 100;
	color: #FCD6B3;
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

header .search_block .search_icon:before {
	font-size: 24px;
	margin-right: 10px;
}

header .search_block .searchtext {
	font-family: D-DIN;
	font-size: 20px;
	color: #FCD6B3;
	width: calc(100% - 40px);
	height: 35px;
	padding: 0 10px;
	padding-right: 120px;
	border: none;
	outline: none;
	background-color: transparent;
	border-bottom: 2px solid #FCD6B3;
}

header .search_block .searchtext::-webkit-input-placeholder {
	/* Edge */
	color: #FCD6B3;
}

header .search_block .searchtext:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #FCD6B3;
}

header .search_block .searchtext::placeholder {
	color: #FCD6B3;
}

header .search_block .submit {
	position: absolute;
	top: 3px;
	right: 3px;
	font-family: D-DIN;
	background-color: #FCD6B3;
	padding: 5px 30px;
	color: #000;
	margin-left: 10px;
	width: auto;
	height: auto;
	border: none;
	cursor: pointer;
}

header .search_panel .close {
	margin: 0 auto;
	outline: none;
}

header .search_panel .close .close_icon {
	display: inline-block;
	height: 28px;
	width: 28px;
	border: 1px solid;
	border-radius: 50%;
	padding: 5px;
	font-size: 0;
	margin-bottom: 10px;
}

header .search_panel .close .close_icon:before {
	content: "\f107";
	font-size: 14px;
	display: inline-block;
	font-family: 'Genericons';
	font-weight: 100;
	color: #FCD6B3;
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

header .links a {
	color: #FCD6B3;
	font-family: D-DIN;
	font-size: 14px;
	margin: 0 5px;
}

body.single header .sec_row .video_logo {
	display: none;
}

#footer {
	padding: 99px 0 0px;
	text-align: center;
	background: linear-gradient(180deg, #12192B 0%, #000000 100%);
}

#footer.premium_program a {
	background-color: transparent;
}

.pagination {
	display: block;
	width: 100%;
	text-align: center;
	margin: 56px 0 94px;
	clear: both;
}

.pagination .page-numbers {
	font-weight: bold;
	font-size: 13px;
	line-height: 13px;
	background: #f1f1f1 !important;
	color: #000;
	margin-right: 4px;
	border-radius: 2px;
	padding: 6px 10px;
	text-align: center;
	text-decoration: none;
	border: none !important;
}

.pagination .current {
	background: #195bbc !important;
	color: #fff;
}

.pagination a:hover, .pagination a:active {
	background: #195bbc !important;
	color: #fff !important;
}

.post_list {
	display: inline-block;
	width: 100%;
}

.post_list .one_post {
	display: inline-block;
	width: 24.1%;
	float: left;
	/* margin-right: 1.2%; */
	color: #fff;
}

.post_list .one_post:nth-child(4n) {
	margin-right: 0;
}

.one_post .image {
	position: relative;
	font-size: 0;
}

.one_post .image .image_wrapper {
	position: relative;
	overflow: hidden;
	padding-bottom: 56.25%;
	background: #000;
}

.one_post .image img {
	width: 100%;
}

.premium_programs_home .one_post .image img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 1;
}

.one_post .image .shadow {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
}

.one_post .title {
	font-family: 'Vollkorn', Georgia, Palatino;
	font-size: 18px;
	height: 66px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	letter-spacing: -0.2px;
	line-height: 23px;
	margin-top: 15px;
	margin-bottom: 5px;
}

.one_post .title a {
	color: #fff;
}

.one_post .date {
	font-family: D-DIN;
	font-size: 13px;
	font-style: italic;
	color: #fff;
	margin-right: 5px;
}

.top_featured.one_post .date {
	color: #FCD6B3;
}

.one_post .show_name {
	font-family: 'D-DIN Bold';
	font-size: 12px;
	text-transform: uppercase;
}

.one_post .show_name a {
	color: #eee;
}

.one_post .premium_icon {
	display: none;
}

.premium_programs .ymk_social .share_link {
	margin: 0 30px 0 15px;
}

.premium_programs .new_line .share_link {
	margin-left: 0;
}

.premium_programs_cat .share_link {
	margin-right: 10px;
	margin-left: 0;
}

.premium_programs .ymk_social .share_link .share, .premium_programs .ymk_social .cmt_link .comments {
	font-size: 15px;
	line-height: 12px;
	color: #fff;
	font-family: "D-DIN",Arial;
}

.premium_programs .ymk_social .share_link >span:before, .premium_programs .ymk_social .cmt_link >span:before {
	font-size: 17px;
	line-height: 17px;
	color: #fff;
	margin-right: 4px;
	vertical-align: text-bottom;
}

.premium_programs .ymk_social .share_link .share:before {
	font-size: 18px;
	vertical-align: text-bottom;
}

@media screen and ( max-width: 1000px) {
	header .sec_row .one_post {
		display: none;
	}
	header .buttons .text {
		display: none !important;
	}
}

@media screen and ( max-width: 700px) {
	.post_list .one_post {
		width: 100%;
		margin-right: 0;
		padding-bottom: 20px;
	}
	.post_list .one_post .image {
		float: left;
		width: 45%;
	}
	.post_list .one_post .text {
		float: left;
		width: 55%;
		padding-left: 10px;
	}
	.post_list .one_post .title {
		margin-top: 0;
		height: 66px;
		-webkit-line-clamp: 3;
		margin-bottom: 5px;
	}
	header .search_panel .block {
		padding: 40% 20px 5%;
	}
}

@media screen and ( max-width: 540px) {
	.pagination .page-numbers {
		font-size: 12px;
	}

	header .container .logo {
		width: calc(100% - 170px);
		max-width: 200px;
		margin-top: 14px;
	}
	header .container {
		padding: 0 15px;
	}
	header .container .sec_row {
		display: none;
	}
	.eet_video_icon {
		position: absolute;
		width: 40px;
		height: 40px;
		bottom: 10px;
		left: 10px;
	}
}

/* global css */

/* premium_programs_home css */
main.premium_programs_home {
	width: 100%;
}

.premium_programs_home .container {
	position: relative;
	/* max-width: 1260px; */
	width: 100%;
	margin: 0 auto;
	padding: 0 50px;
}

.premium_programs_home .container.overlay_ban {
	height: 500px;
}

.premium_programs_home .overlay_ban .sec.latest {
	position: absolute;
	top: -100px;
	width: calc(100% - 100px);
	z-index: 3;
}

.premium_programs_home .top_block {
	position: relative;
	margin-bottom: 15px;
	padding-top: 40px;
}

.premium_programs_home.mobile .top_block {
	padding-top: 0;
}

.premium_programs_home .top_block_container {
	position: relative;
	padding-top: 45%;
	overflow: hidden;
	background-color: #12192B;
}

.premium_programs_home .top_block .banner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 2;
}

.premium_programs_home .top_block .video_fit_container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1;
}

.premium_programs_home .top_block .vjs-big-play-button {
	display: none;
}

.premium_programs_home .video-js .vjs-ymk-unmute-btn {
	display: none;
}

.premium_programs_home .top_block .vjs-poster {
	display: none;
}

.premium_programs_home .top_block .buttons {
	position: absolute;
	right: 90px;
	bottom: 90px;
	z-index: 10;
}

.premium_programs_home .top_block .buttons>div {
	display: inline-block;
	width: 40px;
	height: 40px;
	cursor: pointer;
	transition: background 0.8s ease;
	margin: 0 10px;
}

.premium_programs_home .top_block .play_btn {
	background: url(/assets/themes/eet/images/premium/EpochTV_Play.png) no-repeat;
	background-size: contain;
}

.premium_programs_home .top_block .play_btn.pause {
	background: url(/assets/themes/eet/images/premium/EpochTV_Stop.png) no-repeat;
	background-size: contain;
}

.premium_programs_home .top_block .mute_btn {
	opacity: 0;
	background: url(/assets/themes/eet/images/premium/EpochTV_Mute.png) no-repeat;
	background-size: contain;
}

.premium_programs_home .top_block .mute_btn.unmute {
	background: url(/assets/themes/eet/images/premium/EpochTV_Unmute.png) no-repeat;
	background-size: contain;
}


.premium_programs_home .top_block .banner.mobile {
	display: none;
}

.premium_programs_home .top_block img {
	width: 100%;
	transition: opacity 0.8s ease;
}

.premium_programs_home .top_block .overlay_bottom {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 5%;
	z-index: 3;
	background: linear-gradient(180deg, rgba(18, 25, 43, 0) 0%, rgba(18, 25, 43, 0.85) 49.03%, #12192B 100%);
}

.premium_programs_home .top_block .top_featured {
	position: absolute;
	left: 0;
	bottom: 20%;
	width: 100%;
	z-index: 5;
	color: #fff;
	text-align: center;
	transition: bottom 1s;
}

.premium_programs_home .top_block.playing .top_featured {
	bottom: 25px;
}

.premium_programs_home .top_block.playing .mute_btn {
	opacity: 1;
}

.premium_programs_home .top_block.playing .banner img,
.premium_programs_home .top_block.playing .date,
.premium_programs_home .top_block.playing .show_name,
.premium_programs_home .top_block.playing .desc {
	opacity: 0;
}

.premium_programs_home .top_block .container {
	text-align: left;
}

.premium_programs_home .top_block .text {
	width: 40%;
	max-width: 450px;
}

.premium_programs_home .top_block .show_name a {
	color: #d11a35;
}

.premium_programs_home .top_block .title {
	font-size: 35px;
	font-family: 'Vollkorn', Georgia, Palatino;
	font-weight: 600;
	letter-spacing: -0.4px;
	line-height: 42px;
	margin-top: 0;
	margin-bottom: 0;
	max-height: 139px;
	height: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transition: font-size 1s;
}

.premium_programs_home .top_block .desc {
	color: #FFFFFF;
	font-family: 'Vollkorn', Georgia, Palatino;
	font-size: 16px;
	line-height: 22px;
	margin-top: 0;
	height: 60px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	letter-spacing: -0.2px;
	line-height: 22px;
}

.slick-arrow {
	position: absolute;
	top: 41%;
	cursor: pointer;
	z-index: 3;
}

.slick-arrow:before {
	content: '';
	position: relative;
	width: 50px;
	height: 50px;
	display: inline-block;
	border: solid #FCD6B3;
	border-width: 0 3px 3px 0;
	display: inline-block;
	padding: 3px;
}

.slick-prev {
	left: -40px;
}

.slick-prev:before {
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
}

.slick-disabled.slick-prev:before {
	opacity: 0.2;
}

.slick-next {
	right: -40px;
}

.slick-next:before {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

.slick-disabled.slick-next:before {
	opacity: 0.2;
}

.slick-slide {
	margin: 0 7.5px;
	text-align: center;
}

.slick-dots {
	display: block;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
	width: 100%;
	margin-top: 10px;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 0 6px;
	padding: 0;
	color: #FCD6B3;
	cursor: pointer;
	border: 1px solid;
	border-radius: 50%;
	opacity: .5;
	cursor: pointer;
}

.slick-dots li.slick-active {
	background: #FCD6B3;
	opacity: .9;
}

.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	border: 0;
	outline: none;
	color: transparent;
	background: transparent;
}

.slick-dots li.slick-active button:before {
	opacity: .75;
	border: none;
	color: #FCD6B3;
}

.premium_programs_home .show_list {
	display: inline-block;
	width: 100%;
	margin-bottom: 75px;
}

.premium_programs_home .slick-slide {
	margin: 0 4.5px;
}

.premium_programs_home .show_list .slider {
	display: inline-block;
	width: 19%;
}

.premium_programs_home .show_list .slider img {
	width: 100%;
}

.premium_programs_home .sec {
	margin-bottom: 35px;
}

.premium_programs_home .latest .block_title {
	position: relative;
	color: #FCD6B3;
	font-family: D-DIN;
	font-size: 16px;
	margin-bottom: 10px;
}

.premium_programs_home .latest .block_title a {
	color: #FCD6B3;
}

.premium_programs_home .latest .block_title:after {
	content: '';
	position: absolute;
	top: 14px;
	left: 0;
	width: 100%;
	height: 1px;
	border-bottom: 1px solid #283B6B;
}

.premium_programs_home .overlay_ban .latest .block_title:after {
	right: 0;
	left: unset;
	width: calc(100% - 153px);
}

.premium_programs_home .latest .block_title span {
	position: relative;
	z-index: 3;
	padding-right: 5px;
	background: #12192B;
	padding-right: 10px;
}

.premium_programs_home .overlay_ban .latest .block_title span {
	background-color: transparent;
}

.premium_programs_home .series_list .slick-arrow {
	top: 15%;
}

.premium_programs_home .series_list .one_post {
	text-align: left;
}

.premium_programs_home .post_list .one_post:nth-child(4n) {
	margin-right: 4.5px;
}

.premium_programs_home .series_list .card:nth-child(4n) {
	margin-right: 15px !important;
}

.premium_programs_home .series_list .card:nth-child(4n+1) {
	clear: none !important;
}

.premium_programs_home .series_list .card:nth-child(2n+1) {
	clear: none !important;
}

.premium_programs_home .ranking_list .label {
	position: absolute;
	top: 15px;
	left: 15px;
	z-index: 2;
	color: #fff;
	font-size: 32px;
	line-height: 20px;
	font-family: 'D-DIN Bold';
	text-shadow: 0 0 3px #666;
}

.premium_programs_home .ranking_list .slick-arrow {
	top: 15%;
}

.premium_programs_home .ranking_list .one_post {
	margin-right: 7.5px;
	text-align: left;
}

.premium_programs_home .ranking_list .card:nth-child(4n) {
	margin-right: 15px !important;
}

.premium_programs_home .ranking_list .card:nth-child(4n+1) {
	clear: none !important;
}

.premium_programs_home .ranking_list .card:nth-child(2n+1) {
	clear: none !important;
}

.premium_programs_home .sec.show {
	display: inline-block;
	width: 100%;
}

.premium_programs_home .sec.hide {
	display: none;
}

.premium_programs_home .show_more {
	text-align: right;
	margin-top: 0px;
}

.premium_programs_home .show_more a {
	color: #FCD6B3;
	font-size: 13px;
	font-family: "D-DIN Bold";
	line-height: 18px;
	font-weight: 400;
}

.premium_programs_home .show_more .arrow_right {
	border: solid;
	border-width: 0 1px 1px 0;
	display: inline-block;
	padding: 4px;
	margin-left: 7px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

.premium_programs_home .show .block_title {
	display: inline-block;
	margin-bottom: 30px;
	width: 180px;
	float: left;
}

.premium_programs_home .show .post_list {
	float: right;
	width: calc(100% - 215px);
}

.premium_programs_home .show .block_title .avatar {
	height: 110px;
	border-radius: 50%;
	margin-right: 20px;
	width: 110px;
	display: block;
	margin: 0 auto;
}

.premium_programs_home .show .block_title .show_name {
	color: #FCD6B3;
	font-family: 'Vollkorn', Georgia, Palatino;
	font-size: 18px;
	line-height: 22px;
	margin-top: 17px;
	text-transform: uppercase;
	text-align: center;
}

.premium_programs_home .show .block_title .host_name {
	color: #EEEEEE;
	font-family: D-DIN;
	font-size: 12px;
	text-transform: uppercase;
	text-align: center;
}

.premium_programs_home .video_logo {
	display: none;
}

.premium_programs_home .schedule .table_wrapper{
	overflow-y: hidden;
	overflow-x: scroll;
	scrollbar-width: none;
	-ms-overflow-style: none;
	margin-top: 20px;
}

.premium_programs_home .schedule a {
	color: #fff;
}

.premium_programs_home .schedule .table_wrapper::-webkit-scrollbar {
	display: none
}

.premium_programs_home .table {
	display: table;
	width: 100%;
	min-width: 900px;
	text-align: left;
}

.premium_programs_home .table .col {
	display: table-cell;
	width: 14.28%;
	color: #fff;
	font-family: "D-DIN";
	background: #0E1526;
}

.premium_programs_home .table .col:nth-child(even) {
	background: #161E31;
}

.premium_programs_home .table .col .date {
	font-size: 16px;
	padding: 3px;
	text-transform: uppercase;
	text-align: center;
	background: #385499;
}

.premium_programs_home .table .col:nth-child(even) .date {
	background: #253662;
}

.premium_programs_home .table .col .row {
	font-size: 15px;
	margin: 20px 0;
	padding: 0 10px;
}

.premium_programs_home .table .title {
	line-height: 19px;
}

.premium_programs_home .table .col .time {
	color: #FCD6B3;
}

.premium_programs_home .table .live {
	display: inline-block;
	background: #FF5D5D;
	color: #fff;
	border-radius: 3px;
	line-height: 21px;
	padding: 0 5px;
	margin-left: 5px;
}

.premium_programs_home .schedule .note {
	color: #FCD6B3;
	font-family: "D-DIN";
	font-size: 13px;
	letter-spacing: 0;
	line-height: 21.6px;
	padding-top: 4px;
}

.premium_programs_home .exclusive_video .text,
.premium_programs_home .trending_video .text,
.premium_programs_home .channel_lists .text {
	text-align: left;
}

.premium_programs_home .exclusive_video .slick-list,
.premium_programs_home .trending_video .slick-list,
.premium_programs_home .show_list .slick-list,
.premium_programs_home .series_list .slick-list {
	padding:0 25% 0 0;
}


.premium_programs_home .channel_lists .slick-list {
	padding:0 35% 0 0;
}

.premium_programs_home .top_ten .slick-list {
	padding:0 35% 0 0;
}

.premium_programs_home .top_ten .block_title {
	position: relative;
	color: #FCD6B3;
	font-family: D-DIN;
	font-size: 16px;
	margin-bottom: 10px;
}

.light .premium_programs_home .block_title, .light .premium_programs_home .block_title a {
	color: #000;
}

.light .premium_programs_home .top_ten .block_title span {
	background: #fff;
}

.premium_programs_home .top_ten .block_title span {
	position: relative;
	z-index: 3;
	padding-right: 5px;
	background: #12192B;
	padding-right: 10px;
}

.premium_programs_home .top_ten .block_title:after {
	content: '';
	position: absolute;
	top: 14px;
	left: 0;
	width: 100%;
	height: 1px;
	border-bottom: 1px solid #283B6B;
	width: 100%;
}

.premium_programs_home .top_ten img.number_icon {
	width: 20%;
	float: left;
	margin-left: 0;
	height: 100%;
}
/* 
.premium_programs_home .top_ten img.post_img {
	width: 80%;
	float: right;
	margin-right: 0;
	height: 80%;
} */

.premium_programs_home .top_ten .image {
	width: 100%;
	display: inline-block;
}

.premium_programs_home .top_ten .one_post:last-child .image {
	width: 120%;
}

.premium_programs_home .top_ten .one_post:last-child img.number_icon {
	width: 25%;
	height: 80%;
}

.premium_programs_home .top_ten .one_post:last-child img.post_img {
	width: 75%;
	height: 80%;
}

.premium_programs_home .top_ten .one_post:last-child .text {
	margin-top: -9%;
}

.premium_programs_home .top_ten .image_wrapper {
	float: right;
	width: 80%;
	padding-bottom: 45%;
	background-color: transparent;
}

.premium_programs_home .top_ten .image_wrapper::after {
	clear: both;
}

.premium_programs_home .top_ten .one_post .text {
	text-align: left;
}

.premium_programs_home .documentaries .d_image {
	display: inline-block;
	width: 100%;
	height: 100%;
	max-height: 550px;
	overflow: hidden;
}

.premium_programs_home .documentaries .d_image_each {
	float: left;
	padding-right: 5px;
}

.premium_programs_home .documentaries .d_image_each img {
	width: 100%;
	max-height: 550px;
	height: 100%;
	object-fit: cover;
	object-position: top;
}

.premium_programs_home .documentaries .d_image_each::after {
	clear: both;
}

.premium_programs_home .documentaries .with_default_link .default {
	width: 100%;
	height: 100%;
	max-height: 550px;
	object-fit: cover;
	object-position: top;
}

.premium_programs_home .slick-prev {
	width: 110px;
	height: 100%;
	top: 0 !important;
	position: absolute;
}

.premium_programs_home .slick-disabled.slick-prev:before,
.premium_programs_home .slick-disabled.slick-next:before {
	opacity: 0;
}

.premium_programs_home .slick-next {
	width: 135px;
	height: 100%;
	top: 0 !important;
	position: absolute;
	background: linear-gradient(90deg, rgba(17, 25, 44, 0) 0%, #11192C 100%);
}

.premium_programs_home .overlay_ban .slick-next {
	right: 0px;
	width: 70px;
}

.light .premium_programs_home .slick-next {
	background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
}

.premium_programs_home .slick-arrow:before {
	width: 25px;
	height: 25px;
	border: solid transparent;
	border-width: 0 3px 3px 0;
}

.premium_programs_home .exclusive_video .slick-arrow:before {
	top: 30%;
}

.premium_programs_home .trending_video .slick-arrow:before {
	top: 30%;
}

.premium_programs_home .show_list .slick-arrow:before {
	top: 45%;
	left: 15px;
}

.premium_programs_home .top_ten .slick-arrow:before {
	top: 30%;
	left: 15px;
}

.premium_programs_home .latest .slick-arrow:before {
	top: 30%;
	left: 25px;
}

.premium_programs_home .series_list .slick-arrow:before {
	left: 15px;
}

.premium_programs_home .show .slick-arrow:before {
	top: 30%;
	left: 15px;
}

.premium_programs_home .exclusive_video .slick-arrow:hover:before,
.premium_programs_home .trending_video .slick-arrow:hover:before,
.premium_programs_home .show_list .slick-arrow:hover:before,
.premium_programs_home .top_ten .slick-arrow:hover:before,
.premium_programs_home .latest .slick-arrow:hover:before,
.premium_programs_home .show .slick-arrow:hover:before {
	border: solid #FCD6B3;
	border-width: 0 3px 3px 0;
}

.light .premium_programs_home .exclusive_video .slick-arrow:before,
.light .premium_programs_home .trending_video .slick-arrow:before,
.light .premium_programs_home .show_list .slick-arrow:before,
.light .premium_programs_home .top_ten .slick-arrow:before,
.light .premium_programs_home .latest .slick-arrow:before,
.light .premium_programs_home .show .slick-arrow:before,
.light .premium_programs_home .documentaries .slick-arrow:before {
	border: solid transparent;
	border-width: 0 3px 3px 0;
}

.light .premium_programs_home .exclusive_video .slick-arrow:hover:before,
.light .premium_programs_home .trending_video .slick-arrow:hover:before,
.light .premium_programs_home .show_list .slick-arrow:hover:before,
.light .premium_programs_home .top_ten .slick-arrow:hover:before,
.light .premium_programs_home .latest .slick-arrow:hover:before,
.light .premium_programs_home .show .slick-arrow:hover:before,
.light .premium_programs_home .documentaries .slick-arrow:hover:before {
	border: solid #000;
	border-width: 0 3px 3px 0;
}

.light .premium_programs_home .overlay_ban .latest .block_title span {
	background: transparent;
	color: #fff;
}

.premium_programs_home .schedule {
	position: relative;
}

.premium_programs_home .schedule .row .trailer {
	display: none;
}

.premium_programs_home .trailer_video_box {
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	width: 340px;
	z-index: 120;
	padding: 10px;
	background: #385499;
}

.premium_programs_home #trailer_info {
	display: flex;
	font-size: 15px;
	font-family: "D-DIN";
	padding: 10px 0;
}

.premium_programs_home #trailer_info .time {
	display: flex;
	color: #FCD6B3;
	align-items: center;
	border-right: 1px solid;
	padding-right: 10px;
	flex: 0 0 50px;
	line-height: 1.4;
}

.premium_programs_home #trailer_info .col {
	padding-left: 10px;
	color: #fff;
	line-height: 1.4;
}

.premium_programs_home #trailer_info .channel_name {
	font-family: "D-DIN Bold";
}

.premium_programs_home.mobile .exclusive_video.post_list .one_post:nth-child(n+5) {
	display: none;
}
.premium_programs_home.mobile .channel_lists.post_list .one_post:nth-child(n+5) {
	display: none;
}

@media screen and ( max-width: 4650px ) and ( min-width: 4150px) {	
	.premium_programs_home .container.overlay_ban {
		height: 570px;
	}
}

@media screen and ( max-width: 4150px ) and ( min-width: 3600px) {	
	.premium_programs_home .container.overlay_ban {
		height: 510px;
	}
}

@media screen and ( max-width: 3600px ) and ( min-width: 3100px) {	
	.premium_programs_home .container.overlay_ban {
		height: 450px;
	}
}

@media screen and ( max-width: 3100px ) and ( min-width: 2700px) {	
	.premium_programs_home .container.overlay_ban {
		height: 400px;
	}
}

@media screen and ( max-width: 2700px ) and ( min-width: 2500px) {	
	.premium_programs_home .container.overlay_ban {
		height: 370px;
	}
}

@media screen and ( max-width: 2500px ) and ( min-width: 2200px) {	
	.premium_programs_home .container.overlay_ban {
		height: 350px;
	}
}

@media screen and ( max-width: 2200px ) and ( min-width: 1800px) {	
	.premium_programs_home .container.overlay_ban {
		height: 320px;
	}
}

@media screen and ( max-width: 1800px ) and ( min-width: 1400px) {	
	.premium_programs_home .container.overlay_ban {
		height: 270px;
	}
}

@media screen and ( max-width: 1400px) {
	.premium_programs_home .top_block .top_featured {
		bottom: 18%;
	}

	.premium_programs_home .top_block .buttons {
		right: 50px;
	}

	.premium_programs_home .container.overlay_ban {
		height: 240px;
	}
}

@media screen and ( max-width: 1300px) {
	.premium_programs_home .top_block .top_featured {
		bottom: 20%;
	}

	.premium_programs_home .top_block .title {
		font-size: 30px;
	}
}

@media screen and ( max-width: 1200px) {
	.premium_programs_home .top_block .buttons {
		bottom: 80px;
	}
}

@media screen and ( max-width: 1140px) {
	.premium_programs_home .overlay_ban .sec.latest {
		top: -85px;
	}

	.premium_programs_home .top_block .title {
		font-size: 25px;
		line-height: 35px;
		height: 72px;
	}
	.premium_programs_home .top_block .desc {
		height: 61px;
		-webkit-line-clamp: 3;
	}
	.premium_programs_home .top_block .text {
		width: 56%;
	}
	.premium_programs_home .top_block .buttons {
		bottom: 60px;
	}
}

@media screen and ( max-width: 1024px ) {
	header .sec_row.homepage_header .one_post {
		display: none;
	}

	.premium_programs_home.desktop .show {
		margin-bottom: 20px;
	}

	.premium_programs_home.desktop .exclusive_video .slick-list {
		padding: 0 35% 0 0;
		height: 300px;
	}

	.premium_programs_home.desktop .trending_video .slick-list {
		padding: 0 35% 0 0;
		height: 300px;
	}

	.premium_programs_home.desktop .channel_lists .slick-list {
		padding:0 20% 0 0;
		height: 300px;
	}

	.premium_programs_home.desktop .channel_lists.post_list .one_post {
		min-height: 300px;
	}

	.premium_programs_home .show_list .slick-list {
		padding: 0 35% 0 0;
	}

	.premium_programs_home .series_list .slick-list {
		padding:0 35% 0 0;
	}

	.premium_programs_home .trending_video .slick-list {
		padding:0 45% 0 0;
	}
	
	.premium_programs_home .top_ten .slick-list {
		padding:0 45% 0 0;
	}

	.premium_programs_home .one_post .date {
		font-size: 12px;
	}

	.premium_programs_home .share_link .share, .premium_programs_home .cmt_link .comments {
		font-size: 12px;
	}

	.premium_programs_home.desktop .channel_lists .share_link {
		margin: 0 20px 0 15px;
	}

	.premium_programs_home .latest .slick-arrow:before {
		top: 20%;
		left: 20px;
	}

	.premium_programs_home .show .slick-arrow:before {
		top: 20%;
		left: 20px;
	}

	.premium_programs_home .top_block .top_featured {
		bottom: 24%;
	}
}

@media screen and ( max-width: 850px) {
	.premium_programs_home .top_block .overlay_bottom {
		display: none;
	}

	.premium_programs_home .top_block .top_featured {
		position: unset;
		padding-bottom: 100px;
		background-color: #12192B;
	}

	.premium_programs_home .top_block .text {
		width: 100%;
		max-width: 100%;
	}

	.premium_programs_home .show .block_title {
		width: 140px;
	}

	.premium_programs_home .show .block_title .avatar {
		width: 80px;
		height: 80px;
	}

	.premium_programs_home .show .post_list {
		width: calc(100% - 170px);
	}

	.premium_programs_home.desktop .channel_lists .slick-list {
		padding: 0 12% 0 0;
	}

	.premium_programs_home .top_block.playing .date {
		opacity: 1;
	}
	
	.premium_programs_home .top_block.playing .show_name {
		opacity: 1;
	}
	
	.premium_programs_home .top_block.playing .desc {
		opacity: 1;
	}

	.premium_programs_home .top_block .buttons {
		bottom: 10px;
	}
}

@media screen and ( min-width: 850px) {
	.premium_programs_home .top_block.playing .title {
		-moz-transform: scale(0.7);
		-webkit-transform: scale(0.7);
		transform: scale(0.7);
		-webkit-transform-origin: 0;
		transform-origin: 0;
	}
}

@media screen and ( max-width: 700px) {
	.premium_programs_home .top_block .buttons {
		bottom: 0;
	}

	.premium_programs_home .exclusive_video.post_list .one_post:nth-child(n+5) {
		display: none;
	}
	.premium_programs_home .channel_lists.post_list .one_post:nth-child(n+5) {
		display: none;
	}

	.premium_programs_home .show_list .slick-next:before {
		right: -86px;
		left: unset;
	}

	.premium_programs_home .top_ten .one_post {
		padding-right: 5px;
	}

	.premium_programs_home .top_ten .one_post .text {
		width: 100%;
		margin-top: 10px;
	}

	.premium_programs_home .top_ten .slick-list {
		padding:0 10% 0 0;
	}

	.premium_programs_home .top_ten .slick-next:before {
		right: -86px;
		left: unset;
	}

	.premium_programs_home .trending_video .slick-list {
		padding:0 10% 0 0;
	}

	.premium_programs_home .trending_video .slick-next:before {
		right: -86px;
		left: unset;
	}

	.premium_programs_home .series_list .slick-list {
		padding:0 10% 0 0;
	}

	.premium_programs_home .series_list .slick-next:before {
		right: -86px;
		left: unset;
	}

	.premium_programs_home .show .post_list {
		width: 100%;
	}

	.premium_programs_home .show .show_more {
		display: inline-block;
		width: 100%;
		margin-bottom: 10px;
		text-align: center;
	}

	.premium_programs_home .show .block_title {
		width: 100%;
	}

	.premium_programs_home .show .block_title .avatar {
		margin-left: 0;
		float: left;
		width: 80px;
		height: 80px;
		margin-right: 20px;
	}

	.premium_programs_home .show .block_title .show_name {
		text-align: left;
		font-size: 25px;
	}

	.premium_programs_home .show .block_title .host_name {
		text-align: left;
	}

	/* desktop small width start */
	.premium_programs_home.desktop .exclusive_video .one_post .image {
		float: none; 
		width: 100%;
	}

	.premium_programs_home.desktop .exclusive_video .one_post .text {
		float: none;
		width: 100%;
		padding-left: 0;
	}
	
	.premium_programs_home.desktop .exclusive_video .one_post:nth-child(n+5) {
		display: block;
	}

	.premium_programs_home.desktop .channel_lists .one_post .image {
		float: none; 
		width: 100%;
	}

	.premium_programs_home.desktop .channel_lists .one_post .text {
		float: none;
		width: 100%;
		padding-left: 0;
	}

	.premium_programs_home.desktop .channel_lists .one_post:nth-child(n+5) {
		display: block;
	}

	.premium_programs_home.desktop .show .show_more {
		text-align: right;
	}

	.premium_programs_home.desktop .trending_video .one_post .image {
		float: none; 
		width: 100%;
	}

	.premium_programs_home.desktop .trending_video .one_post .text {
		float: none;
		width: 100%;
		padding-left: 0;
	}
	/* desktop small width end */

	/* mobile large width start */
	.premium_programs_home.mobile .container.overlay_ban {
		height: auto;
		display: inline-block;
		position: relative;
	}

	.premium_programs_home.mobile .overlay_ban .sec.latest {
		position: relative;
		width: 100%;
		margin-bottom: 0;
	}
	/* mobile large width end */
}

@media screen and ( min-width: 540px) {
	.premium_programs_home .series_list .one_post .image {
		float: none;
		width: 100%;
	}
	
	.premium_programs_home .series_list .one_post .text {
		float: none;
		width: 100%;
		padding-left: 0;
	}
	
	.premium_programs_home .series_list .one_post .title {
		margin-top: 15px; 
	}

	.premium_programs_home .trending_video .one_post .image {
		float: none;
		width: 100%;
	}
	
	.premium_programs_home .trending_video .one_post .text {
		float: none;
		width: 100%;
		padding-left: 0;
	}
	
	.premium_programs_home .trending_video .one_post .title {
		margin-top: 15px; 
	}
	
	.premium_programs_home .ranking_list .one_post .image {
		float: none;
		width: 100%;
	}
	
	.premium_programs_home .ranking_list .one_post .text {
		float: none;
		width: 100%;
		padding-left: 0;
	}
	
	.premium_programs_home .ranking_list .one_post .title {
		margin-top: 15px; 
	}	
}
@media screen and ( max-width: 540px) {
	.premium_programs_home .top_block .buttons {
		bottom: 40px;
		right: 10px;
	}

	.premium_programs_home .top_block_container {
		padding-top: 85%;
	}

	.premium_programs_home .top_block .buttons>div {
		width: 35px;
		height: 35px;
		margin: 0 5px;
	}

	.premium_programs_home .top_block .video_fit_container {
		top: 25%;
	}

	.premium_programs_home .top_block .top_featured {
		padding-bottom: 20px;
	}

	.premium_programs_home .overlay_ban .sec.latest {
		position: relative;
		width: 100%;
		top: 0;
	}

	.premium_programs_home .container.overlay_ban {
		height: auto;
	}

	.premium_programs_home .container {
		padding: 0 15px;
	}

	.premium_programs_home .video_logo {
		display: block;
		max-width: 300px;
		min-width: 200px;
		margin: 0 auto;
		margin-bottom: 30px;
	}
	.premium_programs_home .show .block_title .avatar {
		height: 60px;
		width: 60px;
		margin-right: 15px;
	}
	.premium_programs_home .show .block_title .show_name {
		font-size: 20px;
		line-height: 21px;
		margin-top: 10px;
	}
	.premium_programs_home .top_block .banner.desktop {
		display: none;
	}
	.premium_programs_home .top_block .banner.mobile {
		display: block;
	}
	.slick-list {
		padding: 0 20% 0 20% !important;
	}
	.premium_programs_home .trending_video .slick-list {
		padding:0 20% 0 0 !important;
	}
	.premium_programs_home .top_ten .slick-list {
		padding:0 20% 0 0 !important;
	}
	.premium_programs_home .series_list .slick-list {
		padding:0 20% 0 0 !important;
	}
	.premium_programs_home .documentaries .slick-list {
		padding:0 20% 0 0 !important;
	}
	.premium_programs_home .show_list .slider {
		margin: 0 5px;
	}
	.premium_programs_home .series_list .one_post .image {
		float: unset;
		width: 100%;
	}
	.premium_programs_home .series_list .one_post .text {
		float: unset;
		width: 100%;
		padding-left: 0;
	}
	.premium_programs_home .trending_video .one_post .image {
		float: unset;
		width: 100%;
	}
	.premium_programs_home .trending_video .one_post .text {
		float: unset;
		width: 100%;
		padding-left: 0;
	}
	.slick-slide img {
		opacity: 0.7;
	}
	.slick-current img {
		opacity: 1;
	}
	.slick-prev {
		left: 0;
	}
	.slick-next {
		right: 0;
	}
	.premium_programs_home .one_post .show_name {
		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
		overflow: hidden;
		width: calc(100% - 40px);
		line-height: 30px;
		float: right;
	}
	.premium_programs_home .one_post.top_featured .show_name {
		float: none;
	}
	.premium_programs_home .show .block_title {
		width: 100%;
	}
	.premium_programs_home .show_more {
		display: block;
	}
	.premium_programs_home .latest {
		margin-bottom: 40px;
	}

	.premium_programs_home .schedule {
		margin-bottom: 60px;
	}

	.light .premium_programs_home .overlay_ban .latest .block_title span {
		color: #000;
	}
}

@media screen and ( max-width: 425px) {
	.premium_programs_home .top_block .buttons {
		bottom: 30px;
	}
}

/* start premium cat style */
.premium_programs_cat .top_banner {
	position: relative;
	padding-bottom: 48%;
	overflow: hidden;
	font-size: 0;
	background-color: #12192B;
	margin-bottom: 30px;
}

.premium_programs_cat .top_banner img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.premium_programs_cat .top_banner .overlay_bottom {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 10%;
	background: linear-gradient(180deg, rgba(18, 25, 43, 0) 0%, rgba(18, 25, 43, 0.85) 49.03%, #12192B 100%);
}

.premium_programs_cat .align_center {
	font-family: Ringside;
	max-width: 1260px;
	margin: 0 auto;
	padding: 0 30px;
	color: #fff;
}

.premium_programs_cat .about_section {
	max-width: 1260px;
	margin: 0 auto;
	padding: 0 30px;
}

.premium_programs_cat .top_article {
	display: inline-block;
	width: 100%;
	padding-bottom: 80px;
}

.premium_programs_cat .top_article .left_col {
	display: inline-block;
	width: 50%;
	float: left;
	font-size: 0;
}

.premium_programs_cat .top_article .right_col {
	position: relative;
	display: inline-block;
	width: 50%;
	float: right;
	font-family: Ringside;
}

.premium_programs_cat .top_article .right_col .eet_video_icon {
	position: absolute;
	width: 80px;
	height: 80px;
	left: 0;
	right: 0;
	top: 40%;
	margin: 0 auto;
	background-image: url(/assets/themes/eet/images/EET_Play_Button_big.svg);
	background-size: cover;
}

.premium_programs_cat .top_article .feature {
	padding-right: 10%;
}

.premium_programs_cat .align_center img {
	display: inline-block;
	width: 100%;
}

.premium_programs_cat .top_article  .feature .date {
	font-size: 16px;
	font-weight: 500;
	line-height: 26px;
}

.premium_programs_cat .top_article .feature .newest {
	display: inline-block;
	margin-right: 12px;
	color: #FCD6B3;
	font-family: D-DIN;
	font-size: 16px;
	letter-spacing: 0;
	line-height: 21.6px;
	text-align: center;
}

.premium_programs_cat .top_article .feature .title {
	font-family: 'Vollkorn', Georgia, Palatino;
	font-size: 45px;
	font-style: italic;
	letter-spacing: -0.4px;
	line-height: 46px;
	padding: 12px 0 20px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.premium_programs_cat .align_center .sub_title {
	color: #EEEEEE;
	font-family: D-DIN;
	letter-spacing: 0;
	text-transform: uppercase;
	margin-bottom: 24px;
}

.premium_programs_cat .align_center .sub_title .time_diff {
	font-size: 13px;
	font-style: italic;
	line-height: 16px;
	padding-right: 8px;
}

.premium_programs_cat .align_center .channel {
	font-size: 12px;
	line-height: 15px;
}

.premium_programs_cat .top_article .feature .desc {
	display: block;
	display: -webkit-box;
	max-width: 400px;
	height: 88px;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	font-family: Vollkorn;
	font-size: 16px;
	letter-spacing: 0;
	line-height: 22px;
}

.premium_programs_cat .align_center .tags {
	position: relative;
}

.premium_programs_cat .align_center .tags span {
	display: inline-block;
	position: relative;
	margin-bottom: 20px;
	color: #FCD6B3;
	font-family: D-DIN;
	font-size: 16px;
	letter-spacing: 0;
	line-height: 21.6px;
	z-index: 3;
	padding-right: 10px;
	background: #12192B;
}

.premium_programs_cat .align_center .tags:after {
	content: '';
	position: absolute;
	top: 13px;
	left: 0;
	width: 100%;
	height: 1px;
	border-bottom: 1px solid #283B6B;
}

.premium_programs_cat .block_title {
	display: inline-block;
	width: 100%;
	margin-bottom: 30px;
}

.premium_programs_cat .block_title .avatar {
	float: left;
	height: 80px;
	border-radius: 50%;
	margin-right: 20px;
	width: 80px;
}

.premium_programs_cat .block_title .show_name {
	color: #FCD6B3;
	font-family: Vollkorn;
	font-size: 25px;
	line-height: 30px;
	margin-top: 17px;
	text-transform: uppercase;
}

.premium_programs_cat .block_title .host_name {
	color: #EEEEEE;
	font-family: D-DIN;
	font-size: 12px;
	text-transform: uppercase;
}

.premium_programs_cat .card_list {
	display: inline-block;
	width: 100%;
}

.premium_programs_cat .card_list .card {
	display: inline-block;
	width: 24.1%;
	float: left;
	padding: 0 0 60px;
	margin-right: 1.2%;
}

.premium_programs_cat .card .image .container {
	position: relative;
	overflow: hidden;
	padding-bottom: 56.25%;
	background: #000;
}

.premium_programs_cat .card .image img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 1;
	width: 100%;
}

.premium_programs_cat .card_list .card:nth-child(4n+1) {
	clear: both;
}

.premium_programs_cat .card_list .card:nth-child(4n) {
	margin-right: 0;
}

.premium_programs_cat .card .image {
	font-size: 0;
}

.premium_programs_cat .card .date {
	font-size: 16px;
	font-weight: 500;
	line-height: 19px;
	margin-top: 10px;
}

.premium_programs_cat .card .title {
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	height: 77px;
	font-size: 18px;
	line-height: 21px;
	padding: 14px 0 6px;
}

.premium_programs_cat .card .sub_title {
	padding-top: 6px;
}

.premium_programs_cat .title a {
	color: #fff;
}

.premium_programs_cat footer {
	padding: 100px 0;
}

.premium_programs_cat footer img {
	display: block;
	margin: 0 auto;
}

.premium_programs_cat .show_list {
	display: inline-block;
	width: 100%;
	margin-bottom: 75px;
}

.premium_programs_cat .show_list .slider {
	display: inline-block;
	float: left;
	width: 19.2%;
	margin-right: 1%;
}

.premium_programs_cat .series_list {
	margin-bottom: 75px;
}

.premium_programs_cat .series_list .slick-arrow {
	top: 15%;
}

.premium_programs_cat .series_list .card {
	margin-right: 15px !important;
	text-align: left;
}

.premium_programs_cat .series_list .card:nth-child(4n) {
	margin-right: 15px !important;
}

.premium_programs_cat .series_list .card:nth-child(4n+1) {
	clear: none !important;
}

.premium_programs_cat .series_list .card:nth-child(2n+1) {
	clear: none !important;
}

.premium_programs_cat .slick-arrow:before {
	width: 25px;
	height: 25px;
	border: solid #FCD6B3;
	border-width: 0 3px 3px 0;
	top: 45%;
}

@media only screen and (max-width: 1300px) {
	.premium_programs_cat .slick-next {
		right: -15px;
	}

	.premium_programs_cat .slick-prev {
		left: -20px;
	}
}


@media only screen and (max-width: 1024px) {
	.premium_programs_cat .show_list .slider:nth-of-type(5n) {
		margin-right: 1%;
	}
}

@media only screen and (max-width: 768px) {
	.premium_programs_cat .top_article .feature .title {
		font-size: 25px;
		line-height: 28px;
		padding: 10px 0;
	}
	.premium_programs_cat .top_article .feature .sub_title {
		margin-bottom: 10px;
	}
	.premium_programs_cat .card_list .card {
		display: inline-block;
		width: 49%;
		margin-right: 2%;
		float: left;
		padding-bottom: 8px;
	}
	.premium_programs_cat .card:nth-child(2n) {
		margin-right: 0;
	}
	.premium_programs_cat .card:nth-child(2n+1) {
		clear: both;
	}
}

@media only screen and (max-width: 640px) {
	.premium_programs_cat.mobile .top_banner {
		padding-bottom: 106%;
	}
	.premium_programs_cat .top_banner .overlay_bottom {
		display: none;
	}
	.premium_programs_cat .align_center {
		top: 260px;
		left: 0;
		padding: 0 15px;
		margin-bottom: 0;
	}
	.premium_programs_cat .top_article {
		font-size: 0;
		border-bottom: 0;
		padding-bottom: 0;
	}
	.premium_programs_cat .top_article .left_col, .premium_programs_cat .top_article .right_col {
		width: 100%;
	}
	.premium_programs_cat .top_article .feature {
		padding: 0;
	}
	.premium_programs_cat .top_article .feature .title {
		font-size: 25px;
		font-weight: 600;
		letter-spacing: -0.3px;
		line-height: 35px;
		padding: 8px 0 0;
	}
	.premium_programs_cat .top_article .feature .sub_title {
		margin: 20px auto;
	}
	.premium_programs_cat .top_article .feature .desc {
		height: 66px;
		-webkit-line-clamp: 3;
	}
	.premium_programs_cat .top_article .right_col {
		padding: 20px 0 0;
	}
	.premium_programs_cat .top_article .right_col .eet_video_icon {
		width: 50px;
		height: 50px;
	}
	.premium_programs_cat .block_title {
		margin-bottom: 5px;
	}
	.premium_programs_cat .block_title.first_page {
		padding-top: 60px;
	}
	.premium_programs_cat .block_title .premium_logo {
		display: block;
		max-width: 295px;
		padding-bottom: 34px;
	}
	.premium_programs_cat .block_title .avatar {
		height: 60px;
		width: 60px;
		margin-right: 15px;
	}
	.premium_programs_cat .block_title .show_name {
		font-size: 20px;
		line-height: 21px;
		margin-top: 10px;
	}
	.premium_programs_cat .align_center .tags {
		margin: 15px 0;
	}
	.premium_programs_cat .align_center .tags:after {
		left: 15px;
		width: calc(100% - 30px);
	}
	.premium_programs_cat .align_center .tags span {
		margin-bottom: 0;
	}
	.premium_programs_cat .card_list .card {
		display: inline-block;
		width: 100%;
		padding: 20px 0 0;
		margin-right: 0;
	}
	.premium_programs_cat .card_list .card:first-child {
		padding-top: 0;
	}
	.premium_programs_cat .card_list .card .image {
		float: left;
		width: 45%;
	}
	.premium_programs_cat .card_list .card .text {
		float: left;
		width: 55%;
		padding: 0 0 0 10px;
	}
	.premium_programs_cat .card_list .text .title {
		font-size: 18px;
		font-weight: normal;
		letter-spacing: -0.2px;
		line-height: 21px;
		height: 63px;
		padding: 0;
	}
	.premium_programs_cat .card_list .card .sub_title {
		margin-bottom: 0;
	}
	.premium_programs_cat .card_list .card .sub_title .channel {
		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
		overflow: hidden;
		width: 80%;
		line-height: 30px;
		float: right;
	}
	.premium_programs_cat footer {
		padding: 176px 0 60px;
	}
	.premium_programs_cat .show_list {
		margin-bottom: 40px;
	}
	.premium_programs_cat .series_list {
		margin-bottom: 40px;
	}

	.premium_programs_cat .slick-next {
		right: -5px;
	}
	
	.premium_programs_cat .slick-prev {
		left: -10px;
	}
}
/* end premium cat style */

/* premium cat about start*/
.premium_programs_cat .about {
	width: 100%;
	position: relative;
	display: inline-block;
}

.premium_programs_cat .about_the_show {
	width: 50%;
	max-width: 590px;
	float: left;
}

.premium_programs_cat .about_the_show .content {
	word-break: keep-all;
}

.premium_programs_cat .about_the_show .content::after {
	border-right: 1px solid #283B6B;
	content: '';
	position: absolute;
	top: 10px;
	right: 0;
	width: 1px;
	height: 100%;
}

.premium_programs_cat .about_the_editor {
	width: 50%;
	max-width: 590px;
	float: right;
}

.premium_programs_cat .about .title {
	color: #FCD6B3;
	font-size: 18px;
	font-family: 'D-DIN';
}

.premium_programs_cat .about .content {
	color: #fff;
	font-size: 16px;
	margin: 20px 0 20px 0;
	position: relative;
	padding-right: 20px;
}

.premium_programs_cat .align_center .tags .about_btn {
	display: none;
}

@media only screen and (max-width: 1300px) {
	.premium_programs_cat .about_the_show {
		width: 49%;
	}

	.premium_programs_cat .about_the_editor {
		width: 49%;
	}
}

@media only screen and (max-width: 640px) {
	.premium_programs_cat .about_section .block_title.first_page {
		padding-top: 30px;
	}

	.premium_programs_cat .align_center .tags .about_btn {
		display: inline-block;
		cursor: pointer;
		padding: 10px 0;
	}

	.premium_programs_cat .align_center .tags .all_video_btn {
		cursor: pointer;
		border: none;
		padding: 10px 0;
		margin-right: 30px;
	}

	.premium_programs_cat .align_center .tags .all_video_btn.active {
		border-bottom: 1px solid #FCD6B3;
	}

	.premium_programs_cat .align_center .tags .about_btn.active {
		border-bottom: 1px solid #FCD6B3;
	}

	.premium_programs_cat .about_section {
		display: none;
	}

	.premium_programs_cat .about_section.active {
		z-index: 1;
		display: block;
	}

	.premium_programs_cat .all_videos.hide {
		display: none;
	}

	.premium_programs_cat .align_center .pagination.hide {
		display: none;
	}

	.premium_programs_cat .align_center .tags.multi_btn::after {
		content: none;
	}

	.premium_programs_cat .align_center .tags.multi_btn {
		background-color: #18233a;
	}

	.premium_programs_cat .about .about_the_show, .premium_programs_cat .about .about_the_editor {
		float: none;
		width: 100%;
	}

	.premium_programs_cat .about_the_show .content::after {
		border-bottom: 1px solid #283B6B;
		border-right: none;
		content: '';
		position: absolute;
		top: unset;
		bottom: -10px;
		left: 0;
		width: 95%;
		height: 1px;
	}

	.premium_programs_cat .about .about_the_editor .content {
		margin: 20px 0;
	}
}

@media only screen and (max-width: 600px) {
	.premium_programs_cat .about {
		margin-top: 20px;
	}
}

@media only screen and (max-width: 540px) {
	.premium_programs_cat .slick-next {
		right: 10px;
	}
	
	.premium_programs_cat .slick-prev {
		left: 15px;
	}
}

@media only screen and (max-width: 320px) {
	.premium_programs_cat .about_section .block_title .show_name {
		font-size: 18px;
	}
}

/* premium cat about end*/

main.premium_programs_saved_video .container {
	min-height: 100vh;
}

/* single post start */
body.single {
	background: #12192B;
}

main.premium-program-single {
	max-width: 100%;
	padding: 0;
}

.single header.premium_programs {
	position: relative;
	background: transparent;
	z-index: 10000;
}

.premium-program-single .main_container {
	max-width: 1260px;
	margin: 0 auto;
}
/* add share button for popup*/

.sharing_popup_container .telegram {
	background: url(/assets/themes/eet/images/telegram-icon.png) no-repeat center center;
	background-size: 30px 30px;
	background-position: 0 0;
	height: 30px;
	padding: 0;
}

.sharing_popup_container .telegram>a:after {
	content: "Telegram";
	font-size: 17px;
	line-height: 30px;
	display: inline-block;
	color: #000;
	position: absolute;
	left: 42px;
	bottom: 0;
}

.sharing_popup_container .fb {
	background-color: #1877f2;
}

.sharing_popup_container .fb::before {
	content: "\f12d";
	font-family: 'Genericons';
	font-size: 17px;
	line-height: 25px;
	display: block;
	color: #fff;
}

.sharing_popup_container .fb>a:after {
	content: "Facebook";
	font-size: 17px;
	line-height: 30px;
	display: inline-block;
	color: #000;
	position: absolute;
	left: 42px;
	bottom: 0;
}

.sharing_popup_container .twitter {
	background-color: #1da1f2;
}

.sharing_popup_container .twitter::before {
	content: "\f17c";
	font-family: 'Genericons';
	font-size: 17px;
	line-height: 25px;
	display: block;
	color: #fff;
}

.sharing_popup_container .twitter>a:after {
	content: "Twitter";
	font-size: 17px;
	line-height: 30px;
	display: inline-block;
	color: #000;
	position: absolute;
	left: 42px;
	bottom: 0;
}

.sharing_popup_container #copy_current_url{
	padding: 0;
	margin-top: 0;
	background: #fff;
}

.sharing_popup_container .copy_link{
	display: inline-block;
	width: 100%;
	background: #2078bf;
	color: white;
	padding: 0 25px;
	vertical-align: top;
	line-height: 31px;
	height: 30px;
	font-family: 'D-DIN';
	text-align: center;
	margin-bottom: 15px;
}

#social_popup_overlay {
	z-index: 10000 !important;
}

@media only screen and (max-width: 540px) {
	.sharing_popup_container .minds {
		display: none;
	}

	.sharing_popup_container .mewe {
		display: none;
	}
}

/* add share button for popup end*/

.premium-program-single .video {
	position: relative;
	display: inline-block;
	width: 100%;
	height: auto;
	margin-top: 66px;
}

.premium-program-single .featured_img {
	text-align: center;
	margin-top: 66px;
}

.premium-program-single .featured_caption {
	text-align: center;
	color: #aaa;
	font-size: 14px;
}

.premium-program-single .hidden {
	display: none;
}

.premium-program-single .video_fit_container {
	background: #000;
}

.premium-program-single #show_offer {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 110;
}

.premium-program-single .loading_ring {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 80px;
	height: 80px;
	margin: auto;
}

.premium-program-single .loading_ring:after {
	content: " ";
	display: block;
	width: 40px;
	height: 40px;
	margin: 8px;
	border-radius: 50%;
	border: 6px solid #FCD6B3;
	border-color: #FCD6B3 transparent #FCD6B3 transparent;
	animation: loading_ring 1.1s linear infinite;
}


.premium-program-single .videobox {
	position: relative;
	max-width: 1159px;
	margin: 0 auto;
}

.premium-program-single .video_col_2 .videobox {
	position: unset;
	float: left;
	width: 71.5%;
}

.premium-program-single .video_col_2 #show_offer {
	min-height: 700px;
}

.premium-program-single .video_col_2 #chatbox {
	float: right;
	width: 28%;
}

.premium-program-single .preview_thumbnail img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.premium-program-single .main_container .post_content {
	width: 100%;
	margin: 0 auto;
}

.premium-program-single .post_content .article {
	width: 80%;
	max-width: 1159px;
	margin: 0 auto;
	margin-top: 40px;
}

.premium-program-single .post_content .article .title {
	text-align: center;
	max-width: 800px;
	width: 80%;
	color: #fff;
	font-family: 'Vollkorn';
	font-style: italic;
	font-weight: 600;
	line-height: 58px;
	letter-spacing: -0.4px;
	font-size: 45px;
	margin: 0 auto;
}

.premium-program-single .post_info {
	color: #fff;
	font-weight: 600;
	letter-spacing: -0.4px;
	margin: 15px auto 0;
	max-width: 1190px;
	padding: 0 15px;
}

.premium-program-single .video_col_2 .post_info {
	float: left;
	width: 71%;
	padding: 0;
}

.premium-program-single .channel_date {
	font-family: 'D-DIN';
	font-style: italic;
	line-height: 16px;
	font-size: 13px;
	margin-right: 10px;
}

.premium-program-single .channel_name {
	font-size: 12px;
	font-family: 'D-DIN Bold';
	line-height: 15px;
	text-transform: uppercase;
}

.premium-program-single .channel_ymk_social {
	float: right;
}

.premium-program-single .post_date {
	display: none;
}

.premium-program-single .save_video {
	display: inline-block;
	margin-left: 30px !important;
	font-size: 15px;
	color: #fff;
	font-weight: 100;
	font-family: "D-DIN",Arial;
}

.premium-program-single .save_video span:before {
	content: "\f1a7";
	font-size: 18px;
	display: inline-block;
	font-family: 'Genericons';
	font-weight: 100;
	color: #fff;
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.premium-program-single .save_video .saved {
	display: none;
}

.premium-program-single .save_video .saved:before {
	content: "\f1a8";
	color: #FCD6B3;
}

.premium-program-single .save_video.active .save {
	display: none;
}

.premium-program-single .save_video.active .saved {
	display: block;
}

.premium-program-single .article_content {
	max-width: 800px;
	width: 80%;
	height: 100%;
	overflow: hidden;
	margin-top: 29px !important;
	color: #fff;
	margin: 0 auto;
}

.premium-program-single .article_content p {
	font-family: 'Vollkorn';
	font-size: 18px;
	line-height: 27px;
	margin-bottom: 25px;
}

.premium-program-single .article_content a {
	color: #218cff !important;
}

.premium-program-single #bottom_comments_premium {
	width: 1159px;
	margin-top: 100px;
	padding: 20px;
}

.premium_programs #remark-side-panel {
	color: #fff;
	padding: 0 10px;
	z-index: 10;
	width: 100%;
	min-width: 100%;
	background: transparent;
}

.premium_programs .post_content #remark-side-panel {
	position: relative;
	display: block;
}

#remark-side-panel .login_wrapper {
	color: #000;
}

#remark-side-panel .policy a {
	color: #218cff !important;
}

#remark-side-panel #hide_show_comments {
	display: none;
}

.premium_programs #remark-side-panel .close a:before {
	color: #fff;
}

.premium_programs #remark-side-panel .title:before {
	color: #fff;
}

#hide_show_comments a {
	color: #fff;
}

.donation-box {
	display: none;
}

.premium-program-single .post_content .article-below-offers {
	display: none;
	text-align: center;
}

.premium-program-single .post_content .article-below-offers iframe {
	max-width: 1159px;
	margin-top: 20px;
	padding: 20px;
	background-color: #fff;
}

.premium-program-single #social_popup_overlay {
	z-index: 10000;
}

.premium-program-single .share_dropdown {
	display: none !important;
}

footer.premium_program#footer {
	display: inline-block;
	width: 100%;
	background: linear-gradient(180deg, #12192B 0%, #000000 100%);
}

footer.premium_program#footer .container {
	max-width: 1050px;
	padding-top: 30px;
	color: #FFFDFD;
}

footer.premium_program#footer .link_menu {
	width: 30%;
	text-align: left;
}

footer.premium_program#footer .link_menu .subscribe {
	font-weight: 600;
	font-size: 28px;
	margin-bottom: 10px;
}

footer.premium_program#footer .link_menu .offer {
	font-size: 16px;
	margin-bottom: 15px;
}

footer.premium_program#footer .sub-btn {
	cursor: pointer;
	background: linear-gradient(0deg, #DC463E, #DC463E), rgba(255, 255, 255, 0.4);
	border: none;
	width: 150px;
	padding: 10px 5px 10px 5px;
	height: 44px;
	margin-bottom: 15px;
	color: #FFFDFD;
}

footer.premium_program#footer .ad-container .sub-btn {
	width: 110px;
}

footer.premium_program#footer .link_menu .access {
	font-size: 12px;
	margin-bottom: 10px;
}

footer.premium_program#footer .full_menu_items {
	width: 70%;
	text-align: left;
}

footer.premium_program#footer .full_menu_items .col {
	padding-top: 30px;
	padding-bottom: 30px;
}

footer.premium_program#footer .full_menu_items>span {
	padding-left: 10%;
	width: 25%;
}

footer.premium_program#footer ul.sub-menu li {
	line-height: 2.0;
}

footer.premium_program#footer a {
	color: #FFFDFC;
}

footer.premium_program img {
	max-height: 40px;
	max-width: 80%;
}

footer.premium_program#footer .ad {
	display: inline-block;
	background: #081A37;
	width: 100%;
	padding: 48px 0;
}

footer.premium_program#footer .ad .ad-container {
	max-width: 1050px;
	margin: auto;
}

footer.premium_program#footer .ad .title {
	font-weight: 600;
	font-size: 28px;
	float: left;
	width: 20%;
	color: #FFF;
	line-height: normal;
}

footer.premium_program#footer .ad .text {
	color: #FFFDFD;
	float: left;
	width: 60%;
	text-align: left;
}

footer.premium_program#footer ul.sub-menu li {
    list-style: none;
}

footer.premium_program#footer .app_store {
    margin: 0;
}

.premium-program-single .watching {
	font-size: 13px;
	font-family: "D-DIN";
}

.premium-program-single .watching.hide {
	display: none;
}

@media only screen and (max-width: 1160px) {
	.premium-program-single .post_content #bottom_comments_premium {
		width: 80%;
	}
	.premium-program-single #show_offer {
		min-height: 700px;
	}
}

@media only screen and (max-width: 1300px) {
	.premium-program-single .main_container.price_regular {
		max-width: 900px;
	}
	.premium-program-single .main_container.price_regular .post_content #bottom_comments_premium {
		width: 90%;
	}
}

@media only screen and (max-width: 1000px) {
	/* header modify */
	.single header.premium_programs .sec_row {
		display: block;
		padding-top: 0;
	}

	.premium-program-single .video {
		margin-top: 30px;
	}

	.premium-program-single .video_col_2 .videobox {
		width: 100%;
	}

	.premium-program-single .video_col_2 .videobox.sticky {
		position: fixed;
		top: 0;
		z-index: 10000;
	}

	.premium-program-single .video_col_2 #chatbox {
		width: 100%;
	}

	.premium-program-single .video_col_2 #chatbox.sticky {
		touch-action: none;
		overscroll-behavior: contain;
		position: fixed;
		bottom: 0;
		z-index: 10000;
		display: flex;
	}

	.premium-program-single .video_col_2 .post_info {
		width: 100%;
		padding: 0 15px;
	}
}

@media only screen and (max-width: 770px) {
	.premium-program-single #show_offer {
		min-height: 950px !important;
	}
}

/* single end */

/* single mobile start */
@media only screen and (max-width: 540px) {

	.premium-program-single .post_content .video {
		width: 100%;
	}

	.premium_programs header .container .nav_menu {
		top: 88px;
	}

	/* post single page css start */
	/* header modify */

	.premium-program-single .video_fit_container iframe {
		width: 100%;
	}

	.premium-program-single .post_content .article {
		margin-top: 30px;
		width: 100%;
		padding: 0 15px;
	}

	.premium-program-single .post_content .article .title {
		width: 100% !important;
		color: #FFFFFF;
		font-family: Vollkorn;
		font-size: 25px;
		font-style: italic;
		font-weight: 600;
		letter-spacing: -0.3px;
		line-height: 35px;
		text-align: center;
		margin: 0 auto;
	}

	.premium-program-single .article .author {
		margin-top: 30px;
		width: 100%;
	}
	.premium-program-single .post_info {
		text-align: center;
	}
	.premium-program-single .post_info .channel_date {
		display: none;
	}

	.premium-program-single .post_info .channel_name {
		display: none;
	}
	.premium-program-single .post_info .channel_ymk_social {
		float: none;
	}
	.premium-program-single .post_date {
		display: block;
		text-align: center;
		color: #fff;
	}
	.premium-program-single .saved_video {
		display: inline-block;
		margin-left: 11px !important;
		float: left;
	}

	.premium-program-single .saved_video span.saved {
		font-size: 11px;
		line-height: 12px;
		display: block;
		margin-top: 9px;
	}

	.premium-program-single .saved_video img {
		width: 11px;
	}

	span.premium_social {
		display: block;
		height: 30px;
		width: 170px;
		text-align: center;
		margin: 0 auto;
	}

	span.channel_ymk_social {
		float: left;
	}

	.premium-program-single .post_content .article_content {
		width: 100%;
		color: #FFFFFF;
		font-family: 'Vollkorn';
		font-size: 16px;
		letter-spacing: 0;
		line-height: 22px;
		margin: 0 auto;
		overflow: hidden;
		margin-top: 30px;
		height: 100%;
	}

	.premium-program-single .post_content #bottom_comments_premium {
		background-color: transparent;
		display: none;
	}


	.premium-program-single .article_content p {
		line-height: 22px;
		font-size: 16px;
	}

	.premium-program-single .article_content a {
		color: #218cff !important;
	}

	.premium-program-single .article_addition {
		position: absolute;
		top: 45px;
		right: 10px;
		z-index: 10000;
		background-color: #12192b;
		width: 15px;
		text-align: right;
	}

	.single footer.premium_program a {
		background-color: transparent !important;
	}

	footer {
		display: block;
		margin-top: -10px;
	}

	body.single footer .logo a {
		background-color: transparent;
	}

	footer.premium_program#footer {
		width: 100%;
		background: linear-gradient(180deg, #12192B 0%, #000000 100%);
	}

	footer .bottom_logo .logo {
		width: 197px;
		height: 54.96px;
	}

	footer, footer a, .premium_programs footer a {
		background-color: transparent;
	}
	.premium_programs #remark-side-panel {
		background-color: #12192b;
		z-index: 10000;
	}

	footer.premium_program#footer .link_menu {
		width: 100%;
	}

	footer.premium_program#footer .full_menu_items {
		width: 100%;
		border-left: none;
		margin-top: 0;
	}

	footer.premium_program#footer .full_menu_items>span:first-child {
		padding-left: 0;
	}

	footer.premium_program#footer .ad .title {
		width: 100%;
	}
	
	footer.premium_program#footer .ad .text {
		width: 100%;
		line-height: 1.4;
		padding: 20px;
	}

	footer.premium_program#footer .link_menu {
		width: calc(100% - 60px);
		margin: 35px auto;
		line-height: 1;        
	}

	footer.premium_program#footer .full_menu_items {
		width: calc(100% - 60px);
		margin: auto;
		font-family: "D-DIN", Arial;
		font-size: 0;
	}

	footer.premium_program#footer .full_menu_items .col {
		display: inline-block;
		vertical-align: top;    
	}

	footer.premium_program#footer .full_menu_items .col span { 
		font-family: "D-DIN Bold", Arial;
		font-size: 14px;
		line-height: 17px;
	}  
	footer.premium_program#footer a {
		font-size: 14px;
	}
	footer.premium_program#footer a.totop {
		font-size: 0px;
	}
}

@media only screen and (max-width: 320px) {
	.premium-program-single .post_content .article .title {
		width: 80%;
	}

	.premium-program-single .article_content {
		width: 80%;
	}

	.premium-program-single .article_addition {
		right: 4px;
	}
}

@media only screen and (max-width: 280px) {
	.premium-program-single .article_content {
		width: 80%;
	}

	.premium-program-single .article_addition {
		right: 10px;
	}
}
/* single mobile end */

/* saved videos  */
body.page-template-template-premium-saved-video header {
	position: relative;
}

.premium_programs_saved_video .container {
	position: relative;
	max-width: 1260px;
	width: 100%;
	margin: 0 auto;
	margin-top: 60px;
	padding: 0 50px;
}

.premium_programs_saved_video .hide {
	display: none;
}

.premium_programs_saved_video .block_title {
	display: inline-block;
	color: #FCD6B3;
	font-family: 'Vollkorn', Georgia, Palatino;
	font-size: 25px;
	line-height: 30px;
	text-transform: uppercase;
}

.premium_programs_saved_video .buttons {
	float: right;
	text-align: right;
	margin-top: 10px;
}

.premium_programs_saved_video .edit_btn, .premium_programs_saved_video .cancel_btn {
	cursor: pointer;
	transition: all .2s ease-in-out;
	border: none;
	outline: none;
	color: #FCD6B3;
	font-family: "D-DIN Bold";
	font-size: 16px;
	font-weight: 700;
	background: none;
}

.premium_programs_saved_video .delete_btn {
	cursor: pointer;
	box-sizing: border-box;
	border: none;
	outline: none;
	color: #fff;
	font-family: "D-DIN Bold";
	font-size: 16px;
	line-height: 20px;
	background: transparent;
	text-decoration: underline;
}

.premium_programs_saved_video .one_post {
	position: relative;
	padding-bottom: 60px;
	margin-right: 1.2%;
}

.premium_programs_saved_video .one_post:nth-child(4n+1) {
	clear: both;
}

.premium_programs_saved_video .one_post .check {
	position: absolute;
	display: none;
	top: 5px;
	left: 5px;
	z-index: 10;
	width: 35px;
	height: 35px;
	background: url(/assets/themes/eet/images/icon_check_gray.png) no-repeat;
	background-size: contain;
	cursor: pointer;
}

.premium_programs_saved_video .one_post .check.checked {
	background: url(/assets/themes/eet/images/icon_check_blue.png) no-repeat;
	background-size: contain;
}

.premium_programs_saved_video .show_more_wrapper {
	clear: both;
	text-align: center;
}

.premium_programs_saved_video .show_more {
	display: none;
	text-align: center;
	color: #FCD6B3;
	font-size: 13px;
	font-family: "D-DIN Bold";
	line-height: 18px;
	font-weight: 400;
	cursor: pointer;
}

.premium_programs_saved_video .show_more .arrow_right {
	border: solid #FCD6B3;
	border-width: 0 1px 1px 0;
	display: inline-block;
	padding: 4px;
	margin-left: 7px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	vertical-align: text-top;
}


.premium_programs_saved_video .loading_ring {
	display: none;
	width: 80px;
	height: 80px;
	margin: 0 auto;
}

.premium_programs_saved_video .loading_ring:after {
	content: " ";
	display: block;
	width: 40px;
	height: 40px;
	margin: 8px;
	border-radius: 50%;
	border: 6px solid #FCD6B3;
	border-color: #FCD6B3 transparent #FCD6B3 transparent;
	animation: loading_ring 1.1s linear infinite;
}

.premium_programs_saved_video .post_list {
	margin-top: 30px;
}

@keyframes loading_ring {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}


@media only screen and (max-width: 700px) {
	.premium_programs_saved_video .one_post {
		padding-bottom: 20px;
	}
}

@media screen and ( max-width: 540px) {
	.premium_programs_saved_video .container {
		padding: 0 15px;
	}

	.premium_programs_saved_video .block_title {
		display: block;
	}
}

/* search */
.premium_programs_search  {
	padding-top: 150px;
	min-height: 70vh;
}

.premium_programs_search .noresult {
	font-family: "D-DIN";
	text-align: center;
	color: #FCD6B3;
}

.premium_programs_search form[name='searchform'] {
	display: block;
	width: 65%;
	padding-bottom: 100px;
	color: #FCD6B3;
	font-size: 14px;
	font-family: "D-DIN";
	margin: 0 auto;
}

.premium_programs_search form #searchMain {
	position: relative;
}

.premium_programs_search form #searchMain input {
	display: block;
	width: 100%;
	height: 43px;
	color: #FCD6B3;
	background-color: #243c6e;
	border: none;
	padding-left: 10px;
}

.premium_programs_search form #searchMain input::-webkit-input-placeholder {
	/* Edge */
	color: #FCD6B3;
}

.premium_programs_search form #searchMain input:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #FCD6B3;
}

.premium_programs_search form #searchMain input::placeholder {
	color: #FCD6B3;
}

.premium_programs_search form #searchMain button {
	position: absolute;
	right: 0;
	top: 0;
	width: 125px;
	font-size: 14px;
	line-height: 16px;
	height: 43px;
	color: #000;
	border: none;
	cursor: pointer;
	background-color: #FCD6B3;
}

.premium_programs_search form #sortOptions {
	height: 30px;
	line-height: 30px;
	margin-top: 10px;
}

.premium_programs_search form #sortOptions #total {
	display: inline-block;
}

.premium_programs_search form #sortOptions .sort_part {
	display: inline-block;
	float: right;
}

.premium_programs_search .container {
	position: relative;
	max-width: 1260px;
	width: 100%;
	margin: 0 auto;
	padding: 0 50px;
}

.premium_programs_search .one_post {
	margin-bottom: 25px;
	margin-right: 1.2%;
}


@media screen and ( max-width: 700px) {
	.premium_programs_search .one_post {
		margin-bottom: 0;
	}

	.premium_programs_search form #sortOptions .sort_part {
		float: none;
	}

	.premium_programs_search form[name='searchform'] {
		width: 100%;
	}
}

@media screen and (max-width: 540px) {
	.premium_programs_search .container {
		padding: 0 15px;
	}
}

/* light mode begin */
header .switch_theme {
	font-size: 14px;
}

header .switcher {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 35px;
	height: 14px;
	margin-right: 5px;
	background-color: transparent;
	border: 1px solid #FCD6B3;
	border-radius: 25px;
	transition: .25s -.1s;
	cursor: pointer;
	vertical-align: text-top;
}

header .switcher .circle {
	position: absolute;
	border-radius: 20px;
	background-color: #FCD6B3;
	height: 18px;
	width: 18px;
	top: -3px;
	left: 18px;
	right: -1px;
	z-index: 1;
	cursor: pointer;
	transition: left .4s .2s, right .5s, background .35s -.1s;
}

header .switch_theme .light {
	display: none;
}

body.light {
	background: #fff;
}

body.light .sec {
	color: #000;
}

body.trans {
	transition: background 0.5s
}

.light header .switch_theme .light {
	display: inline-block;
}

.light header .switch_theme .dark {
	display: none;
}

.light header .switcher .circle {
	left: -1px;
	right: 24px;
	transition: left .5s, right .4s .2s;
}

.light .sec .one_post .title a {
	color: #000;
}

.light .sec .one_post .show_name a {
	color: #000;
}

.light .sec .one_post .date {
	color: #000;
}

.light .premium_programs_home .latest .block_title span {
	background: #fff;
}

.light .premium_programs_home .top_block .overlay_bottom {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
}

.light .premium_programs_home .latest .block_title span {
	background: #fff;
}

.light .share_link .share, .light .cmt_link .comments {
	color: #444;
}

.light .share_link >span:before, .light .cmt_link >span:before {
	color: #444;
}

.light .block_title .show_name {
	color: #000 !important;
}

.light .block_title .host_name {
	color: #000 !important;
}

.light .premium_programs_home .show_more .arrow_right {
	color: #000;
}

.light .premium_programs_home .show_more a {
	color: #000;
}

.light .premium_programs_cat {
	background: #fff;
	color: #000;
}

.light .premium_programs_cat .title a {
	color: #000;
}

.light .premium_programs_cat .align_center .sub_title {
	color: #000;
}

.light .premium_programs_cat .top_article .feature .desc {
	color: #000;
}

.light .premium_programs_cat .align_center .tags span {
	background: #fff;
	color: #000;
}

.light .premium_programs_cat .top_article .feature .newest {
	color: #000;
}

.light .premium-program-single .post_content .article .title {
	color: #000;
}

.light .premium-program-single .article_content {
	color: #000;
}

.light .premium-program-single .post_info {
	color: #000;
}

.light .premium-program-single .save_video {
	color: #000;
}

.light .premium-program-single .save_video span:before {
	color: #000;
}

.light.single header.premium_programs .top_row {
	background: #12192B;
}

.light header .show_info .show_name {
	color: #000;
}

.light header .show_info .host_name {
	color: #000;
}

.light #remark-side-panel {
	color: #000;
}

.light #remark-side-panel .title:before {
	color: #000;
}

.light .premium_programs_home .schedule .note {
	color: #000;
}

.light .slick-dots li {
	border: 1px solid #000;
}

.light .slick-dots li.slick-active {
	background: #000;
}

.light .slick-arrow:before {
	border: solid #000;
	border-width: 0 3px 3px 0;
}

.light.premium_programs #remark-side-panel {
	background-color: #fff;
}

.light .premium-program-single #remark-side-panel .close a:before {
	color: #fff;
}

.light #remark-side-panel .close a:before {
	color: #000;
}

.page-template-template-premium-search header {
	background: transparent;
}

.page-template-template-premium-saved-video header {
	background: transparent;
}

.light.page-template-template-premium-search header .top_row {
	background: #12192B;
}

.light .premium_programs_search form[name='searchform'] {
	color: #000;
}

.light.page-template-template-premium-saved-video header .top_row {
	background: #12192B;
}

.light .premium_programs_saved_video .block_title {
	color: #000;
}

.light .premium_programs_saved_video .edit_btn, .light .premium_programs_saved_video .cancel_btn {
	color: #000;
}
.light .premium_programs_saved_video .delete_btn {
	color: #000;
}

.light .premium_programs_saved_video a {
	color: #000;
}

.light .premium_programs_saved_video .one_post .show_name {
	color: #000;
}

/* light mode end */

/* aboutus page */
main.premium_about {
	width: 100%;
	height: 1100px;
	background-size: cover;
	background-image: url('/assets/themes/eet/images/premium/premiumvideo_aboutus_bg_desktop.jpg');
}

.premium_about .main_content {
	position: absolute;
	display: block;
	margin-top: 150px;
	max-width: 800px;
	width: 90%;
	margin: 150px calc(50% - 400px);
	background-color: #0F1D41;
	color: #fff;
	opacity: 90%;
	height: 800px;
}

.premium_about .title {
	font-size: 25px;
	margin: 70px;
	font-family: 'Vollkorn', Georgia, Palatino;
	color: #FCD6B3;
}

.premium_about .content {
	margin: 70px;
	border-top: 1px solid #1e2f56;
	padding-top: 30px;
	height: 700px;
	font-family: 'Vollkorn', Georgia, Palatino;
}

.premium_about .content p {
	color: #ebf7ff;
}

.premium_about .content div {
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 20px;
}

@media screen and ( max-width: 1024px) and (min-height: 1366px) {
	main.premium_about {
		height: 1400px;
	}
}

@media screen and ( max-width: 900px) {
	main.premium_about {
		height: 1100px;
	}
	.premium_about .main_content {
		width: 85%;
		margin: 150px 7.5%;
	}
}

@media screen and ( max-width: 800px) {
	.premium_about .main_content {
		height: 700px;
	}
}

@media screen and ( max-width: 800px) and (min-height: 1280px) {
	main.premium_about {
		height: 1280px;
	}
}

@media screen and ( max-width: 700px) {
	.premium_about .main_content {
		height: 700px;
	}
}

@media screen and ( max-width: 600px) {
	main.premium_about {
		background-image: none;
		background-color: #0F1D41;
		height: 900px;
	}

	.premium_about .main_content {
		margin: 50px 20px 0;
		width: calc(100% - 40px);
	}

	.premium_about .title {
		margin: 35px 0 20px;
	}

	.premium_about .content {
		margin: 20px 0;
	}
}

@media screen and ( max-width: 500px) {
	.premium_about .content {
		font-size: 20px;
		margin-top: 10px;
		height: 500px;
	}

	.premium_about .content p {
		font-size: 17px;
	}
}

@media screen and ( max-width: 414px) and ( min-height: 732px) {
	main.premium_about {
		height: 740px;
	}
}

@media screen and ( max-width: 375px) and ( min-height: 812px) {
	main.premium_about {
		height: 820px;
	}
}

@media screen and ( max-width: 384px) {
	main.premium_about {
		height: 700px;
	}

	.premium_about .main_content {
		height: 500px;
	}
}

@media screen and ( max-width: 320px) and ( min-height: 568px) {
	main.premium_about {
		height: 600px;
	}

	.premium_about .main_content {
		height: 600px;
	}
}
/* aboutus page end*/

.premium-program-single .vjs-live-error-msg {
	background: rgba(0, 0 ,0, 0.75) !important;
}

.premium-program-single .vjs-live-error-msg .vjs-modal-dialog-content {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 32px;
}

.premium-program-single .vjs-volume-bar.vjs-slider-horizontal {
	margin-top: 19px !important;
}

#player-container-live .video-js .vjs-seek-to-live-control {
	height: 38px;
}

#player-container-live .vjs-seek-to-live-control .vjs-icon-placeholder:before {
	font-size: 12px;
}

.premium-program-single .vjs-live .vjs-time-control {
	display: none !important;
}

/* premium_programs special programs start css */
main.premium_programs_sp {
	width: 100%;
}

.premium_programs_sp .slick-disabled.slick-prev:before,
.premium_programs_sp .slick-disabled.slick-next:before {
	opacity: 0;
}

.premium_programs_sp .one_post .title {
	text-align: left;
	margin-top: 15px;
}

.premium_programs_sp .container {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 0 50px;
}

.premium_programs_sp .top_block {
	position: relative;
	margin-bottom: 30px;
	padding-top: 40px;
}

.premium_programs_sp.mobile .top_block {
	padding-top: 0;
}

.premium_programs_sp .top_block_container {
	position: relative;
	padding-top: 45%;
	overflow: hidden;
	background-color: #12192B;
}

.premium_programs_sp .top_block .banner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 2;
}

.premium_programs_sp .top_block .video_fit_container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1;
}

.premium_programs_sp .top_block .vjs-big-play-button {
	display: none;
}

.premium_programs_sp .video-js .vjs-ymk-unmute-btn {
	display: none;
}

.premium_programs_sp .top_block .vjs-poster {
	display: none;
}

.premium_programs_sp .top_block .buttons {
	position: absolute;
	right: calc(50% - 600px);
	bottom: 50px;
	z-index: 10;
}

.premium_programs_sp .top_block .buttons>div {
	display: inline-block;
	width: 40px;
	height: 40px;
	cursor: pointer;
	transition: background 0.8s ease;
	margin: 0 10px;
}

.premium_programs_sp .top_block .play_btn {
	background: url(/assets/themes/eet/images/premium/EpochTV_Play.png) no-repeat;
	background-size: contain;
}

.premium_programs_sp .top_block .play_btn.pause {
	background: url(/assets/themes/eet/images/premium/EpochTV_Stop.png) no-repeat;
	background-size: contain;
}

.premium_programs_sp .top_block .mute_btn {
	opacity: 0;
	background: url(/assets/themes/eet/images/premium/EpochTV_Mute.png) no-repeat;
	background-size: contain;
}

.premium_programs_sp .top_block .mute_btn.unmute {
	background: url(/assets/themes/eet/images/premium/EpochTV_Unmute.png) no-repeat;
	background-size: contain;
}


.premium_programs_sp .top_block .banner.mobile {
	display: none;
}

.premium_programs_sp .top_block img {
	width: 100%;
	transition: opacity 0.8s ease;
}

.premium_programs_sp .top_block .overlay_bottom {
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 100%;
	height: 5%;
	z-index: 3;
	background: linear-gradient(180deg, rgba(18, 25, 43, 0) 0%, rgba(18, 25, 43, 0.85) 49.03%, #12192B 100%);
}

.premium_programs_sp .top_block .top_featured {
	position: absolute;
	left: 0;
	bottom: 20%;
	width: 100%;
	z-index: 5;
	color: #fff;
	text-align: center;
	transition: bottom 1s;
}

.premium_programs_sp .top_block.playing .top_featured {
	bottom: -80px;
}

.premium_programs_sp .top_block.playing .mute_btn {
	opacity: 1;
}
.premium_programs_sp .top_block.playing .banner img {
	opacity: 0;
}

.premium_programs_sp .top_block .container {
	text-align: left;
}

.premium_programs_sp .top_block .text {
	width: 40%;
	max-width: 450px;
}

.premium_programs_sp .top_block .title {
	font-size: 35px;
	font-style: italic;
	font-family: 'Vollkorn', Georgia, Palatino;
	font-weight: 600;
	letter-spacing: -0.4px;
	line-height: 42px;
	margin-top: 0;
	margin-bottom: 20px;
	max-height: 139px;
	height: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transition: font-size 1s;
}

.premium_programs_sp .top_block .desc {
	color: #FFFFFF;
	font-family: 'Vollkorn', Georgia, Palatino;
	font-size: 16px;
	line-height: 22px;
	margin-top: 30px;
	height: 60px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	letter-spacing: -0.2px;
}

.premium_programs_sp .container {
	position: relative;
	width: 100%;
	margin: 0 auto 50px;
	padding: 0 50px;
}

.premium_programs_sp .show_list {
	display: inline-block;
	width: 100%;
	margin-bottom: 75px;
}

.premium_programs_sp .show_list .slider {
	display: inline-block;
	width: 19%;
}

.premium_programs_sp .show_list .slick-list {
	padding:0 25% 0 0;
}

.premium_programs_sp .channel_lists .slick-list {
	padding:0 35% 0 0;
}

.premium_programs_sp .channel_lists .text {
	text-align: left;
}

.premium_programs_sp .series_list .one_post {
	margin-right: 7.5px;
	text-align: left;
}

.premium_programs_sp .series_list .slick-list {
	padding: 0 25% 0 0;
}

.premium_programs_sp .show_list .slick-arrow:before {
	top: 45%;
	left: 15px;
}

.premium_programs_sp .sec {
	margin-bottom: 75px;
}

.premium_programs_sp .latest .block_title {
	position: relative;
	color: #FCD6B3;
	font-family: D-DIN;
	font-size: 16px;
	margin-bottom: 10px;
}

.light .premium_programs_sp .latest .block_title {
	color: #000;
}

.light .premium_programs_sp .latest .block_title span {
	background: #fff;
}

.premium_programs_sp .latest .block_title span {
	position: relative;
	z-index: 3;
	background: #12192B;
	padding-right: 10px;
}

.premium_programs_sp .latest .block_title:after {
	content: '';
	position: absolute;
	top: 14px;
	left: 0;
	width: 100%;
	height: 1px;
	border-bottom: 1px solid #283B6B;
}

.premium_programs_sp .sec.show {
	display: inline-block;
	width: 100%;
}

.premium_programs_sp .show_more {
	text-align: right;
	margin-top: 0px;
}

.premium_programs_sp .show_more a {
	color: #FCD6B3;
	font-size: 13px;
	font-family: "D-DIN Bold";
	line-height: 18px;
	font-weight: 400;
}

.premium_programs_sp .show_more .arrow_right {
	border: solid;
	border-width: 0 1px 1px 0;
	display: inline-block;
	padding: 4px;
	margin-left: 7px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

.premium_programs_sp .show .block_title {
	display: inline-block;
	margin-bottom: 30px;
	width: 180px;
	float: left;
}

.premium_programs_sp .show .block_title .avatar {
	height: 110px;
	border-radius: 50%;
	margin-right: 20px;
	width: 110px;
	display: block;
	margin: 0 auto;
}

.premium_programs_sp .show .block_title .show_name {
	color: #FCD6B3;
	font-family: 'Vollkorn', Georgia, Palatino;
	font-size: 18px;
	line-height: 22px;
	margin-top: 17px;
	text-transform: uppercase;
	text-align: center;
}

.premium_programs_sp .show .block_title .host_name {
	color: #EEEEEE;
	font-family: D-DIN;
	font-size: 12px;
	text-transform: uppercase;
	text-align: center;
}

.premium_programs_sp .one_post .image img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 1;
}

.premium_programs_sp .show .post_list {
	float: right;
	width: calc(100% - 215px);
}

.premium_programs_sp .slick-next {
	width: 135px;
	height: 100%;
	top: 0 !important;
	position: absolute;
	background: linear-gradient(90deg, rgba(17, 25, 44, 0) 0%, #11192C 100%);
}

.premium_programs_sp .slick-prev {
	width: 110px;
	height: 100%;
	top: 0 !important;
	position: absolute;
}

.premium_programs_sp .slick-arrow:before {
	width: 25px;
	height: 25px;
	border: solid transparent;
	border-width: 0 3px 3px 0;
}

.premium_programs_sp .show_list .slick-arrow:before {
	top: 45%;
	left: 15px;
}

.premium_programs_sp .show .slick-arrow:before {
	top: 30%;
	left: 15px;
}

.premium_programs_sp .series_list .slick-arrow:before {
	top: 30%;
	left: 15px;
}

.premium_programs_sp .show_list .slick-arrow:hover:before,
.premium_programs_sp .show .slick-arrow:hover:before,
.premium_programs_sp .series_list .slick-arrow:hover:before {
	border: solid #FCD6B3;
	border-width: 0 3px 3px 0;
}

.light .premium_programs_sp .show_list .slick-arrow:before,
.light .premium_programs_sp .show .slick-arrow:before,
.light .premium_programs_sp .series_list .slick-arrow:before {
	border: solid transparent;
	border-width: 0 3px 3px 0;
}

.light .premium_programs_sp .show_list .slick-arrow:hover:before,
.light .premium_programs_sp .show .slick-arrow:hover:before,
.light .premium_programs_sp .series_list .slick-arrow:hover:before {
	border: solid #000;
	border-width: 0 3px 3px 0;
}

.light .premium_programs_sp .slick-next {
	background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
}

.light .premium_programs_sp .show_more a {
	color: #000;
}

@media screen and ( max-width: 1400px) {
	.premium_programs_sp .top_block .top_featured {
		bottom: 10%;
	}

	.premium_programs_sp .top_block .buttons {
		right: 50px;
	}
}

@media screen and ( max-width: 1300px) {
	.premium_programs_sp .top_block .top_featured {
		bottom: 5%;
	}

	.premium_programs_sp .top_block .title {
		font-size: 30px;
	}
}

@media screen and ( max-width: 1140px) {
	.premium_programs_sp .top_block .top_featured {
		bottom: 4%;
	}
	.premium_programs_sp .top_block .title {
		font-size: 25px;
		line-height: 35px;
		height: 72px;
		margin-bottom: 10px;
	}
	.premium_programs_sp .top_block .desc {
		margin-top: 20px;
		height: 61px;
		-webkit-line-clamp: 3;
	}
	.premium_programs_sp .top_block .text {
		width: 56%;
	}
}

@media screen and ( max-width: 1024px) {
	.premium_programs_sp.desktop .show_list .slick-list {
		padding: 0 35% 0 0;
	}

	.premium_programs_sp.desktop .channel_lists.post_list .one_post {
		min-height: 300px;
	}

	.premium_programs_sp.desktop .channel_lists .slick-list {
		padding: 0 20% 0 0;
	}

	.premium_programs_sp .series_list .slick-list {
		padding: 0 35% 0 0;
	}

	.premium_programs_sp.desktop .one_post .date {
		font-size: 12px;
	}

	.premium_programs_sp.desktop .share_link .share, .premium_programs_sp.desktop .cmt_link .comments {
		font-size: 12px;
	}

	.premium_programs_sp.desktop .show .slick-arrow:before {
		top: 20%;
		left: 20px;
	}
}

@media screen and ( max-width: 850px) {
	.premium_programs_sp .top_block .top_featured {
		position: unset;
		padding-bottom: 30px;
		background-color: #12192B;
	}
	.premium_programs_sp .top_block .text {
		width: 100%;
		max-width: 100%;
	}

	header.premium_programs.mobile .container .hamburger {
		margin-top: 0;	
	}

	.premium_programs_sp .show .block_title {
		width: 140px;
	}

	.premium_programs_sp .show .block_title .avatar {
		width: 80px;
		height: 80px;
	}

	.premium_programs_sp .show .post_list {
		width: calc(100% - 170px);
	}

	.premium_programs_sp .channel_lists .slick-list {
		padding: 0 12% 0 0;
	}
}

@media screen and ( min-width: 850px) {
	.premium_programs_sp .top_block.playing .title {
		-moz-transform: scale(0.7);
		-webkit-transform: scale(0.7);
		transform: scale(0.7);
		-webkit-transform-origin: 0;
		transform-origin: 0;
	}

	.premium_programs_sp .top_block.playing .date {
		opacity: 0;
	}

	.premium_programs_sp .top_block.playing .show_name {
		opacity: 0;
	}

	.premium_programs_sp .top_block.playing .desc {
		opacity: 0;
	}

	.premium_programs_sp .top_block.playing .date {
		opacity: 0;
	}

	.premium_programs_sp .top_block.playing .show_name {
		opacity: 0;
	}

	.premium_programs_sp .top_block.playing .desc {
		opacity: 0;
	}
}

@media screen and (max-width: 700px) {
	.premium_programs_sp .show .block_title {
		width: 100%;
	}

	.premium_programs_sp .show .block_title .avatar {
		margin-left: 0;
		float: left;
		width: 80px;
		height: 80px;
		margin-right: 20px;
	}

	.premium_programs_sp .show .block_title .show_name {
		text-align: left;
		font-size: 25px;
	}

	.premium_programs_sp .show .block_title .host_name {
		text-align: left;
	}

	.premium_programs_sp .show .show_more {
		display: inline-block;
		width: 100%;
		margin-bottom: 10px;
		text-align: center;
	}

	.premium_programs_sp .show .post_list {
		width: 100%;
	}

	.premium_programs_sp .channel_lists.post_list .one_post:nth-child(n+5) {
		display: none;
	}

	.premium_programs_sp .series_list .slick-list {
		padding: 0 10% 0 0;
	}

	.premium_programs_sp .show_list .slick-next:before {
		right: -86px;
		left: unset;
	}

	.premium_programs_sp .series_list .slick-next:before {
		right: -86px;
		left: unset;
	}

	/* small desktop version start */
	.premium_programs_sp.desktop .channel_lists .one_post .image {
		float: none;
		width: 100%;
	}

	.premium_programs_sp.desktop .channel_lists .share_link {
		margin: 0 15px 0 15px;
	}

	.premium_programs_sp.desktop .channel_lists .one_post .text {
		float: none;
		width: 100%;
		padding-left: 0;
	}

	.premium_programs_sp.desktop .channel_lists .one_post:nth-child(n+5) {
		display: block;
	}

	.premium_programs_sp.desktop .show .show_more {
		text-align: right;
	}
	/* small desktop version end */
}

@media screen and (max-width: 540px) {
	header.premium_programs.mobile .container .hamburger {
		margin-top: 10px;	
	}

	.premium_programs_sp .container {
		padding: 0 15px;
	}

	.premium_programs_sp .top_block .banner.mobile {
		display: block;
	}

	.premium_programs_sp .top_block_container {
		padding-top: 85%;
	}

	.premium_programs_sp .top_block .video_fit_container {
		top: 25%;
	}

	.premium_programs_sp .top_block .buttons {
		right: 10px;
	}

	.premium_programs_sp .top_block .buttons>div {
		width: 35px;
		height: 35px;
		margin: 0 5px;
	}

	.premium_programs_sp .series_list .slick-list {
		padding: 0 20% 0 0 !important;
	}

	.premium_programs_sp .series_list .one_post .image {
		float: unset;
		width: 100%;
	}

	.premium_programs_sp .series_list .one_post .text {
		float: unset;
		width: 100%;
		padding-left: 0;
	}

	.premium_programs_sp.desktop .channel_lists .share_link {
		margin: 0 30px 0 15px;
	}
}

@media screen and (min-width: 540px) {
	.premium_programs_sp .series_list .one_post .image {
		float: none;
		width: 100%;
	}

	.premium_programs_sp .series_list .one_post .text {
		float: none;
		width: 100%;
		padding-left: 0;
	}

	.premium_programs_sp .series_list .one_post .title {
		margin-top: 15px;
	}
}
/* premium_programs special programs end css */


/* cinema */
body.cinema {
	background: #000;
}

body.cinema footer {
	background: #000 !important;
}

header.premium_programs_v3 {
	position: relative;
	background: #000;
}

header.premium_programs_v3 .container {
	max-width: 100%;
	padding: 0px 50px;
	text-align: left;
}

header.premium_programs_v3 .container .hamburger {
	width: 35px;
}

header.premium_programs_v3 .search_btn {
	float: right;
}

header.premium_programs_v3 .top_row.homepage_header #login_wrapper {
	width: 285px;
}

header.premium_programs_v3 .epochtv_logo {
	width: 150px;
	margin-top: 10px;
}

.epochtv_cinema .top_banner img {
	width: 100%;
}

.epochtv_cinema .latest .block_title span {
	background: #000;
}

.epochtv_cinema .post_list .one_post .image {
	width: 100%;
}

.epochtv_cinema .post_list .one_post {
	padding-bottom: 0;
}

.epochtv_cinema .one_post .detail {
	display: none;
} 

.epochtv_cinema .block_title:after {
	display: none;
}

.epochtv_cinema .expend {
	color: #fff;
	cursor: pointer;
	text-align: center;
}

.epochtv_cinema .expend a {
	color: #fff;
}

.epochtv_cinema .sec.full .video_post_list {
	max-height: 100%;
}

.epochtv_cinema .sec.full .expend {
	background: transparent;
}

.epochtv_cinema .video_post_list .one_post {
	float: left;
	width: 19%;
	margin-right: 1%;
	margin-bottom: 1%;
}

.epochtv_cinema .preview_video_box {
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	width: 340px;
	z-index: 120;
	background: #11192C;
	border: 3px solid #A8BAEF;
}

.epochtv_cinema .one_post .excerpt {
	font-size: 14px;
	font-family: "D-DIN";
	line-height: 1.2;
	color: #D3D5D9;
}

.epochtv_cinema #preview_info .title {
	height: auto;
	max-height: 69px;
	font-size: 16px;
	color: #fff;
}

.epochtv_cinema #preview_info .text{
	padding: 0 20px 30px;	
}

.epochtv_cinema .slick-next {
	background: linear-gradient(90deg, rgba(17, 25, 44, 0) 0%, #000 100%);
}

.epochtv_cinema .middle_block {
	position: relative;
	display: inline-block;
	width: 100%;
}

.epochtv_cinema .middle_block .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
}

.epochtv_cinema .middle_block .title {
	font-family: 'Vollkorn', Georgia, Palatino;
	font-size: 24px;
	margin-bottom: 10px;
}

.epochtv_cinema .middle_block .text {
	position: absolute;
	display: flex;
	align-items: center;
	height: 100%;
	width: 50%;
	text-align: left;
	padding: 30px 0;
	z-index: 100;
	line-height: 1.4;
	font-family: D-DIN;
	font-size: 16px;
	color: #fff;
	overflow: hidden;
	background: linear-gradient(270deg, rgba(17, 25, 44, 0) 0%, #000 20%, #000 100%);
}

.light .epochtv_cinema .middle_block .text { 
	padding: 30px 15px;
}

.epochtv_cinema .middle_block .text_wrapper {
	max-width: 500px;
	width: 80%;
}

.epochtv_cinema .middle_block .image {
	width: 60%;
	float: right;
}

.epochtv_cinema .middle_block .video_fit_container {
	width: 100%;
	position: relative;
	padding: 0;
	padding-top: 56.25%;
}

.epochtv_cinema .middle_block .video_fit_container .player-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100% !important;
}

.epochtv_cinema .top_block {
	position: relative;
	overflow: hidden;
	padding-top: 0;
}

.epochtv_cinema .top_block .one_slide {
	display: none;
}

.epochtv_cinema .top_block .one_slide:first-child {
	display: block;
}

.epochtv_cinema .top_block .one_slide.slick-slide {
	display: block;
}

.epochtv_cinema .top_block .banner img {
	position: relative;
	z-index: 2;
	transition: opacity 0.8s ease;
}

#top_slideshow .slick-slide {
	margin: 0;
}

#top_slideshow .slick-arrow {
	background: transparent;
	text-align: center;
	width: 50px;
	margin-left: 30px;
	margin-right: 30px;
}

#top_slideshow .slick-arrow:before {
	top: 40%;
	border: solid #FCD6B3;
	border-width: 0 3px 3px 0;
}

#top_slideshow .slick-prev {
	left: 0;
}

#top_slideshow .slick-next {
	right: 0;
}

.epochtv_cinema .top_block .slick-list {
	padding: 0 !important;
}

header.premium_programs.mobile .sec_row {
	display: none;
}
body.cinema.light {
	background: #fff;
}
body.cinema.light header .top_row .hamburger::before,
.light header.premium_programs_v3 .top_row .hamburger::before {
	color: #E4C3A5;
}
body.cinema.light header .top_row {
	background: #12192B;
}
body.cinema.light .epochtv_cinema .expend,
body.cinema.light .epochtv_cinema .expend a {
	color: #000;
}
body.cinema.light .epochtv_cinema_single .info .title,
body.cinema.light .epochtv_cinema_single .info .article_content {
	color: #000;
}
body.cinema.light .epochtv_cinema_single .expend {
	color: #000;
}
body.cinema.light .premium-program-single .save_video span:before {
	color: #FCD6B3;
}
body.cinema.light .share_link >span:before, .light .cmt_link >span:before
.page-template-template-epochtv-cinema {
	color: #FCD6B3;
}
body.cinema.light .epochtv_cinema_single .casts_crews .name, 
body.cinema.light .epochtv_cinema_single .casts_crews .role,
body.cinema.light .epochtv_cinema_single .show_info .show_name,
body.cinema.light .epochtv_cinema_single .show_info .host_name {
	color: #000;
}
.one_post .image .price_label {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
	background: url(/assets/themes/eet/images/icon_rent_2.png) no-repeat;
	background-size: contain;
}

@media screen and (max-width: 1024px) {
	.epochtv_cinema .latest .slick-arrow:before {
		top: 44%;
		left: 55px;
	}
}

@media screen and (max-width: 900px) { 
	.epochtv_cinema .video_post_list .one_post {
		width: 32%;
	}
	.epochtv_cinema .middle_block .image {
		float: none;
		width: 100%;
	}
	.epochtv_cinema .middle_block .text {
		position: relative;
		width: 100%;
		padding: 15px 0;
		background: #000;
	}
	.light .epochtv_cinema .middle_block .text { 
		padding: 15px;
	}
}

@media screen and (max-width: 700px) { 
	.epochtv_cinema .video_post_list .one_post {
		width: 49%;
	}
}

.single header.premium_programs_v3 .container {
	max-width: 1260;
	padding: 0 30px;
	text-align: left;
}

.epochtv_cinema_single .video {
	margin-top: 50px;
}

.epochtv_cinema_single .videobox {
	max-width: 100%;
	transition: width 1s ease;
}

.epochtv_cinema_single .info {
	display: inline-block;
	width: 100%;
	margin-top: 30px;
	margin-bottom: 30px;
}

.epochtv_cinema_single .info .title {
	color: #fff;
	font-family: 'Vollkorn';
	font-style: italic;
	font-weight: 600;
	font-size: 36px;
	line-height: 1.2;
}

.epochtv_cinema_single .info .col.left {
	width: 70%;
	padding-right: 20px;
	max-width: 700px;
	margin-bottom: 30px;
}

.epochtv_cinema_single .info .col.right {
	width: 30%;
	margin-bottom: 30px;
}

.epochtv_cinema_single .show_info {
	display: inline-block;
	width: 100%;
	text-align: left;
}

.epochtv_cinema_single .show_info .avatar {
	float: left;
	height: 60px;
	border-radius: 50%;
	margin-right: 20px;
	width: 60px;
}

.epochtv_cinema_single .show_info .show_name {
	color: #FCD6B3;
	font-family: 'Vollkorn', Georgia, Palatino;
	font-size: 18px;
	line-height: 1.2;
	margin-top: 17px;
	text-transform: uppercase;
}

.epochtv_cinema_single .show_info .host_name {
	color: #EEEEEE;
	font-family: D-DIN;
	font-size: 12px;
	text-transform: uppercase;
}

.epochtv_cinema_single .info button {
	font-family: 'D-DIN Bold';
	width: 100%;
	padding: 12px;
	border: none;
	outline: none;
	background: linear-gradient(0deg, #FCD6B3, #FCD6B3), rgba(255, 255, 255, 0.4);
	border-radius: 5px;
	margin-bottom: 30px;
	cursor: pointer;
}

.epochtv_cinema_single #share_now {
	margin-left: 0;
	clear: both;
	float: none;
}

.epochtv_cinema_single .info .social_bar a {
	background: #283144;
	border-radius: 4px;
	padding: 7px 15px;
	display: inline-block;
	line-height: 1;
	vertical-align: text-bottom;
	color: #FCD6B3;
	margin-bottom: 10px;
	margin-right: 10px;
	margin-left: 0 !important;
}

.epochtv_cinema_single .social_bar a span:before {
	color: #FCD6B3;
}

.epochtv_cinema_single .social_bar .cmt_link>span:before {
	color: #FCD6B3 !important;
}

.epochtv_cinema_single .social_bar .share_link .share, .epochtv_cinema_single .social_bar .cmt_link .comments {
	color: #FCD6B3 !important;
}

.epochtv_cinema_single .info .social_bar .share_link {
	margin-left: 0;
}

.epochtv_cinema_single .donate {
	margin-left: 30px;
	font-size: 15px;
	color: #000 !important;
	font-weight: 100;
	font-family: "D-DIN",Arial;
	background: #FCD6B3 !important;
}

.epochtv_cinema_single .donate span:before {
	content: "\f19a";
	font-size: 18px;
	display: inline-block;
	font-family: 'Genericons';
	font-weight: 100;
	color: #000 !important;
	vertical-align: sub;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.epochtv_cinema_single .post_list .one_post .image {
	width: 100%;
}

.epochtv_cinema_single .video_content_tab {
	margin-top: 100px;
	text-align: center;
}

.epochtv_cinema_single .video_content_tab label {
	font-family: D-DIN;
	font-weight: bold;
	font-size: 20px;
	color: #AAADB6;
	padding: 5px 0;
	margin: 0 15px;
	cursor: pointer;
}

.epochtv_cinema_single .video_content_tab #bottom_comments_premium {
	margin-top: 0;
	max-width: 800px;
}

.epochtv_cinema_single .video_content_tab_wrapper {
	display: none;
	text-align: left;
}

input[id=comment_tab_checkbox]:checked ~ .comment_tab_checkbox {
	color: #FCD6B3;
	border-bottom: 1px solid #FCD6B3;
}

input[id=scription_tab_checkbox]:checked ~ .scription_tab_checkbox {
	color: #FCD6B3;
	border-bottom: 1px solid #FCD6B3;
}

input[id=comment_tab_checkbox]:checked ~ #comment_tab {
	display: flex;
}

input[id=scription_tab_checkbox]:checked ~ #scription_tab {
	display: flex;
}

.epochtv_cinema_single .info .article_content {
	width: 100%;
	color: #fff;
	max-height: 100px;
	transition: height 1s ease;
}

.epochtv_cinema_single  .article_content p {
	font-family: 'D-DIN';
	font-weight: normal;
	font-size: 17px;
	line-height: 22px;
}

.epochtv_cinema_single .expend {
	position: relative;
	top: -50px;
	color: #fff;
	cursor: pointer;
	padding-top: 50px;
	margin-bottom: -50px;
	background: linear-gradient(180deg, rgba(23, 15, 6, 0) 0%, #000000 50%, #000000 100%);
}

.epochtv_cinema_single .expend .less {
	display: none;
}

.epochtv_cinema_single .expend span::after {
	content: '';
	width: 10px;
	height: 10px;
	display: inline-block;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	margin-left: 6px;
	margin-bottom: 3px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

.epochtv_cinema_single .expend .less::after {
	transform: rotate(225deg);
	-webkit-transform: rotate(225deg);
	vertical-align: sub;
}

.epochtv_cinema_single .article.full .article_content {
	max-height: 100%;
}

.epochtv_cinema_single .article.full .expend {
	background: transparent;
}

.epochtv_cinema_single .article.full .less{
	display: block;
}

.epochtv_cinema_single .article.full .more{
	display: none;
}

.epochtv_cinema_single .latest .block_title span {
	background: #000;
}

.epochtv_cinema_single .slick-next {
	background: linear-gradient(90deg, rgba(17, 25, 44, 0) 0%, #000 100%);
}

.epochtv_cinema_single .cinema_info {
	display: flex;
	justify-content: space-around;
	margin-bottom: 20px;
}

.epochtv_cinema_single .cinema_info span{
	font-family: D-DIN;
	font-size: 15px;
	color: #AAADB6;
}

.epochtv_cinema_single .casts_crews .one_post {
	text-align: center;
}

.epochtv_cinema_single .casts_crews .slick-slide img {
	width: 100%;
}

.epochtv_cinema_single .casts_crews .avatar {
    width: 120px;
    height: 120px;
    overflow: hidden;
    border-radius: 50%;
    margin: 0 auto 10px;
} 

.epochtv_cinema_single .casts_crews .name {
	color: #EEEEEE;
	font-family: "D-DIN bold";
} 

.epochtv_cinema_single .casts_crews .role {
	font-family: "D-DIN";
	font-size: 12px;
	color: #AAADB6;
} 

@media screen and (max-width: 1260px) { 
	.epochtv_cinema_single .info {
		padding: 0 20px;
	}

	.epochtv_cinema_single .premium_programs_home {
		padding: 0 20px;
	}

}

@media screen and (max-width: 700px) { 
	.epochtv_cinema_single .info .title {
		font-size: 25px;
	}
	.epochtv_cinema_single .info {
		margin-top: 10px;
	}
	.epochtv_cinema_single .info .col.left {
		width: 100%;
		max-width: 100%;
		padding-right: 0;
	}
	.epochtv_cinema_single .info .col.right {
		width: 100%;
	}
	.epochtv_cinema_single .videobox .video_fit_container {
		margin-bottom: 0;
	}
}

#panel_overlay {
	position: fixed;
	display: none;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	opacity: 0.9;
	z-index: 150;
	height: 100%;
}

.epochtv_cinema .category_panel {
	position: fixed;
	display: none;
	top: 20px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 60%;
	height: 100%;
	text-align: center;
	background-color: #000;
	background-image:url(../images/loading.gif);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 10% 10%;
	z-index: 200;
	color: #FFFDFD;
	font-family: D-DIN;
	overflow: scroll;
}

.epochtv_cinema .category_panel .close {
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 300;
}

.epochtv_cinema .category_panel .close:before {
	font-family: "genericons";
	content: "\f107";
	font-size: 20px;
	color: #FFFDFD;
	cursor: pointer;
}

.episode_list .main_container {
	color: #FFFDFD;
	text-align: left;
}

.episode_list .section {
	position: relative;
	max-width: 1159px;
	margin: 30px 20px;
}

.episode_list .videobox {
	position: relative;
}

.episode_list .videobox .logo_img {
	position: absolute;
	max-width: 50%;
	left: 0;
	bottom: 0;
}

.episode_list .play_btn {
	display: inline-block;
	width: 100px;
	height: 40px;
	background-color: #FFE142;
	margin-left: 40px;
}

.episode_list .play_btn .play_txt {
	float: right;
	font-size: 16px;
	font-weight: 400;
	color: #000;
	padding: 8px 25px 10px 0px;	
}

.episode_list .play_btn .play_arrow {
	float: left;
	width: 0; 
	height: 0; 
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 10px solid #181818;
	margin-top: 10px;
	margin-left: 25px;
}

.episode_list .info .col.left {
	width: 60%;
	padding-right: 20px;
	max-width: 700px;
	margin-bottom: 30px;
	margin-left: 20px;
}

.episode_list .info .col.right {
	width: 30%;
	margin-bottom: 30px;
	margin-right: 20px;
}

.episode_list .info .clear {
	clear: both;
}

.episode_list .info .resolution {
	padding: 0 10px;
	border: 1px solid #fff;
}

.episode_list .info .cinema_info {
	display: block;
	margin-bottom: 20px;
}

.episode_list .info .cinema_info span {
	margin-right: 20px;
	font-family: D-DIN;
	font-size: 20px;
}

.episode_list .info .content {
	font-weight: 400;
	font-size: 18px;
	line-height: 23.44px;
}

.episode_list .info .label {
	color: #888;
}

.episode_list .info .categories {
	margin-top: 10px;
}

.episode_list .episodes .block_title {
	font-weight: 600;
	font-size: 28px;
	padding: 10px 0 60px;
	border-bottom: 3px solid #494949;
}

.episode_list .episodes .block_title .right {
	font-weight: 500;
	font-size: 26px;
	color: #bbb;
}

.episode_list .episodes .post_list {
	background-color: #12192B;
	margin-bottom: 50px;
}

.episode_list .one_episode {
	margin-top: 10px;
	display: inline-block;
	width: 100%;
	color: #FFFDFD;
}

.episode_list .one_episode .index {
	width: 50px;
	float: left;
	text-align: center;
	margin-top: 50px;
	font-weight: 700;
	font-size: 20px;
}

.episode_list .one_episode .image {
	margin-top: 10px;
	width: 180px;
	float: left;
}

.episode_list .one_episode .text {
	margin-top: 10px;
	float: right;
	width: calc(100% - 265px);
}

.episode_list .one_episode .title a {
	font-weight: 700;
	font-size: 20px;
	line-height: 23.44px;
	color: #FFFDFD;
}

.episode_list .one_episode .content {
	font-weight: 400;
	font-size: 14px;
	line-height: 80%;
}

.episode_list .one_episode .content a {
	color: #FFFDFD;
}

.episode_list .post_list .one_post {
	margin:0 4.5px;
	width: 24%;
}

.episode_list .premium_programs_home .block_title {
	font-weight: 600;
	font-size: 28px;
	padding: 20px 0 20px;
	border-top: 3px solid #494949;
}

.light .epochtv_cinema .category_panel {
	background-color: #fff;
	color: #000;
}

.light .episode_list .main_container {
	color: #000;
}

.light .episode_list .info .resolution {
	border: 1px solid #000;
}

.light .episode_list .info .label,
.light .episode_list .block_title .right {
	color: #666;
}

.light .one_post .title a {
	color: #000;
}

@media screen and (max-width: 700px) { 
	.episode_list .info .cinema_info {
		display: flex;
		justify-content: space-around;
	}
	.episode_list .section {
		margin: 0px;
	}
	.episode_list .info .col.left {
		width: 100%;
		max-width: 100%;
		padding-right: 0;
		margin-left: 0;
	}
	.episode_list .info .col.right {
		width: 100%;
		margin-right: 0;
	}
	.episode_list .info, .episode_list .episodes, .episode_list .premium_programs_home {
		margin-top: 10px;;
		padding: 0 20px;
	}
	.episode_list .episodes .post_list {
		margin-bottom: 10px;
	}
	.episode_list .post_list .one_post {
		width: 100%;
		margin: 0;
	}
	.episode_list .episodes .block_title {
		padding-top: 0;
	}
	.episode_list .one_episode .index {
		width: 0;
	}
	.episode_list .one_episode .image {
		width: 100%;
	}
	.episode_list .one_episode .image .image_wrapper {
		width: 100%;
		padding-bottom: 0;
	}
	.episode_list .one_episode .title {
		font-family: 'Vollkorn', Georgia, Palatino;
		font-size: 18px;
		margin-top: 0;
		height: 66px;
		line-height: 23px;
		margin-bottom: 5px;
	}
	.episode_list .one_episode .text {
		width: 100%;
	}
}