.video-detail-container
{
	display: none;
}
.is-player.active-fix .video-detail-container
{
	display: block;
}
/* EPG-Nav style begin */
.epg-nav
{
	font-family: Helvetica, Arial, sans-serif;
	width: 100%;
	background-color: #C3C3C3;
	margin-bottom: 40px;
}
.epg-item-container
{
	width: 33.333%;
	color: #696969;
	font-weight: bold;
	background-color: #C3C3C3;
	border-bottom: 2px solid #C3C3C3;
	display: table-cell;
	vertical-align: top;
	position: relative !important;
}
.epg-item-container.item-playing
{
	background-color: #FFF;
}
.epg-item-container.item-playing .item-title
{
	color: #000;
}
.epg-item
{
	min-height: 126px;
	padding: 16px 0 16px 5%;
}
.epg-item .item-top
{
	padding-right: 70px;
}
.epg-item .status
{
	display: inline-block;
	padding-right: 5px;
}
.epg-item .status .status-item
{
	display: none;
	font-size: 25px;
	font-family: RefrigeratorDeluxe-Bold, Arial, sans-serif;
	font-weight: 700;
	color: #FFF;
	padding: 0 10px;
	white-space: nowrap;
	background-color: #656565;
}
.epg-item .time
{
	font-size: 15px;
	display: inline-block !important;
	vertical-align: text-bottom;
}
.epg-item .item-title
{
	font-size: 20px;
	padding-top: 15px;
	padding-right: calc(5% + 83px);
}
.epg-item-container.item-prev .status .status-prev
{
	background-color: #656565;
	display: inline-block;
}
.epg-item-container.item-playing .status .status-playing,
.epg-item-container.item-playing.item-live .status .status-live
{
	background: url(../images/channel/play_triangle.png) no-repeat 8px center;
	text-indent: 25px;
	background-color: #d20b0b;
	display: inline-block;
}
.epg-item-container.item-playing.item-live .status .status-playing
{
	display: none;
}
.epg-item-container.item-next .status .status-next
{
	background-color: #0d2c47;
	display: inline-block;
}
.epg-item-container.item-next.item-live .status .status-next
{
	display: none;
}
.epg-item-container.item-next.item-live .status .status-live
{
	background-color: #d20b0b;
	display: inline-block;
}
.epg-item-container .play-btn
{
	width: 80px;
	content: " ";
	height: 80px;
	border-radius: 40px;
	position: absolute;
	top: calc(50% - 40px);
	right: calc(5% - 4px);
	cursor: pointer;
	background-color: transparent;
}
.epg-nav .item-playing .play-btn
{
	display: none;
}
.epg-nav .item-prev.item-live .play-btn,
.epg-nav .item-next.item-live .play-btn,
.epg-nav .item-prev.item-available .play-btn,
.epg-nav .item-next.item-available .play-btn
{
	background: url(../images/channel/play_prev.png) 95% center no-repeat;
}
.epg-nav .item-prev.item-live .play-btn:hover,
.epg-nav .item-next.item-live .play-btn:hover,
.epg-nav .item-prev.item-available .play-btn:hover,
.epg-nav .item-next.item-available .play-btn:hover
{
	background: url(../images/channel/play_prev_hover.png) 95% center no-repeat;
}
.epg-nav .item-unavailable .play-btn,
.epg-nav .item-end .play-btn,
.epg-nav .item-upcoming .play-btn
{
	display: none;
}
.epg-nav .item-upcoming .epg-item
{
	padding: 16px 5%;
}
.epg-nav .item-time
{
	display: none !important;
}
@media (max-width: 1039px)
{
	.epg-nav
	{
		margin-bottom: 20px;
	}
	.epg-container,
	.epg-item-container
	{
		padding: 0;
	}
	.epg-item-container.item-playing
	{
		border-bottom: 2px solid #d20b0b;
	}
	.epg-item-container .play-btn
	{
		display: none;
	}
	.epg-nav .item-prev,
	.epg-nav .item-next
	{
		width: 25%;
	}
	.epg-nav .item-playing .play-btn,
	.epg-nav .item-prev .play-btn,
	.epg-nav .item-next .play-btn
	{
		background: none;
	}
	.epg-nav .item-playing .play-btn:hover
	{
		background: none;
		background-color: #FFF;
	}
	.epg-nav .item-prev .play-btn:hover,
	.epg-nav .item-next .play-btn:hover
	{
		background: none;
	}
	.epg-nav .epg-item
	{
		padding: 0;
		width: 100%;
	}
	.epg-nav .epg-item .item-top
	{
		padding-right: 0;
	}
	.epg-nav .epg-item .status
	{
		padding: 0;
		width: 100%;
	}
	.epg-nav .epg-item .status .status-item
	{
		width: 100%;
		text-align: center;
		font-size: 20px;
		padding: 0;
	}
	.epg-nav .item-prev .item-title,
	.epg-nav .item-next .item-title
	{
		display: none !important;
	}
	.epg-nav .item-prev.item-end .item-title
	{
		display: block !important;
	}
	.epg-nav .item-prev .time,
	.epg-nav .item-next .time
	{
		display: none !important;
	}
	.epg-nav .item-playing .time
	{
		padding: 5px 10px 0;
	}
	.epg-nav .item-upcoming .epg-item
	{
		padding: 0
	}
	.epg-nav .item-upcoming .item-time
	{
		display: block !important;
		font-size: 20px;
		text-align: center;
		position: absolute;
		top: calc(50% - 7px);
		left: calc(50% - 45px);
		width: 90px;
	}
	.epg-nav .epg-item .item-title
	{
		padding: 5px 10px;
	}
	.epg-item-container.item-prev .play-btn,
	.epg-item-container.item-next:not(.item-upcoming) .play-btn
	{
		display: block;
		top: calc(50% - 26px);
		left: calc(50% - 40px);
	}
	.epg-nav .item-prev.item-available .play-btn,
	.epg-nav .item-prev.item-live .play-btn,
	.epg-nav .item-next.item-available .play-btn,
	.epg-nav .item-next.item-live .play-btn
	{
		background: url(../images/channel/play_prev.png) 95% center no-repeat;
	}
	.epg-nav .item-prev.item-available .play-btn:hover,
	.epg-nav .item-prev.item-live .play-btn:hover,
	.epg-nav .item-next.item-available .play-btn:hover,
	.epg-nav .item-next.item-live .play-btn:hover
	{
		background: url(../images/channel/play_prev_hover.png) 95% center no-repeat;
	}
	.epg-nav .item-prev.item-end .play-btn,
	.epg-nav .item-prev.item-unavailable .play-btn,
	.epg-nav .item-next.item-unavailable .play-btn
	{
		display: none;
	}
	.epg-item-container.item-playing .status .status-playing,
	.epg-item-container.item-playing.item-live .status .status-live
	{
		text-indent: 0;
	}
}
/* EPG-Nav style end */

/* Calender style begin */
.calender
{
	width: 100%;
	height: 100px;
	border-top: 2px solid #e7e7e7;
	border-bottom: 2px solid #e7e7e7;
	margin: 7px 0;
}
.calender .owl-carousel
{
	float: none;
	margin: 0 55px;
	width: calc(100% - 110px);
}
.calender .day-nav
{
	position: relative;
	z-index: 2;
}
.calender .owl-prev,
.calender .owl-next
{
	position: absolute;
	top: 0;
	width: 58px;
	height: 96px;
	cursor: pointer;
}
.calender .owl-prev,
.calender .owl-prev.min-max:hover
{
	left: 0;
	background-image: url(../images/channel/arrow_l.png);
}
.calender .owl-prev:hover
{
	background-image: url(../images/channel/arrow_l_hover.png);
}
.calender .owl-next,
.calender .owl-next.min-max:hover
{
	right: 0;
	background-image: url(../images/channel/arrow_r.png);
}
.calender .owl-next:hover
{
	background-image: url(../images/channel/arrow_r_hover.png);
}
.calender .owl-prev.min-max:hover,
.calender .owl-next.min-max:hover
{
	cursor: default;
}
.calender .item
{
	height: 100%;
	text-align: center;
	cursor: pointer;
}
.calender .item .day-weekday
{
	color: #656565;
	font-family: RefrigeratorDeluxe-Bold, Arial, Sans-serif;
	font-weight: 700;
	font-size: 52px;
	line-height: 58px
}
.calender .item .day-date
{
	color: #696969;
	font-family: Helvetica, Arial, Sans-serif;
	font-weight: bold;
	font-size: 20px;
	padding-bottom: 11px;
}
.calender .item .day-date .date-inner
{
	position: relative;
	padding-bottom: 14px;
}
.calender .item .day-date .date-inner:after
{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	content: "";
	z-index: 3;
	margin: 0 auto;
	transform: scale(0, 1);
	-moz-transform: scale(0, 1);
	-webkit-transform: scale(0, 1);
	-o-transform: scale(0, 1);

	-webkit-transition: opacity 0.35s ease, transform 0.35s ease;
	-moz-transition: opacity 0.35s ease, transform 0.35s ease;
	-o-transition: opacity 0.35s ease, transform 0.35s ease;
	-ms-transition: opacity 0.35s ease, transform 0.35s ease;
	transition: opacity 0.35s ease, transform 0.35s ease;
}
.calender .item.selected .day-date .date-inner:after
{
	transform: scale(1);
	opacity: 1;
	border-bottom: 10px solid #d20b0b;
}
@media (max-width: 1329px)
{
	.calender .item .day-date .date-inner
	{
		font-size: 17px;
	}
}
@media (max-width: 1039px)
{
	.calender .item .day-date .date-inner
	{
		font-size: 15px;
	}
}
/* Calender style end */

/* EPG program start */
.epg-program
{
	color: #696969;
	font-family: Helvetica, Arial, Sans-serif;
	height: calc(100vh - 100px);
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}
.epg-program .program-item
{
	padding: 40px 0 28px;
	border-bottom: 2px solid #e7e7e7;
	display: table;
	width: 100%;
}
.epg-program .begin-time
{
	font-size: 32px;
	font-weight: bold;
	width: 200px;
	display: table-cell;
	vertical-align: top;
}
.epg-program .thumb-img
{
	width: 280px;
	display: table-cell;
	vertical-align: top;
}
.program-item .thumb-img > img
{
	width: 100%;
}
.program-item.program-available .thumb-img > img,
.program-item.program-live .thumb-img > img
{
	cursor: pointer;
}
.program-item.program-unavailable .thumb-img > img
{
	cursor: not-allowed;
}
.epg-program .program-info
{
	padding: 0 25px;
	width: calc(100% - 480px);
	display: table-cell;
	vertical-align: top;
}
.epg-program .program-info > .begin-time-mobile
{
	display: none;
}
.program-item .program-title
{
	font-size: 27px;
	font-weight: bold;
	width: -moz-fit-content;
	width: fit-content;
	text-decoration: none;
}
.program-item.program-available .program-title:hover,
.program-item.program-live .program-title:hover
{
	cursor: pointer;
	text-decoration: underline;
}
.hasApp .program-item.program-available .program-title:hover,
.hasApp .program-item.program-live .program-title:hover,
.isMobile .program-item.program-available .program-title:hover,
.isMobile .program-item.program-live .program-title:hover
{
	text-decoration: none;
}
.program-item.program-unavailable .program-title,
.program-item.program-unavailable .program-title:hover
{
	cursor: not-allowed;
	text-decoration: none;
}
.epg-program .program-detail
{
	font-size: 20px;
}
.epg-program .program-blackout
{
	padding-top: 15px;
	font-size: 20px;
}
@media (max-width: 1039px)
{
	.epg-program .begin-time
	{
		font-size: 22px;
		width: 20%;
	}
	.epg-program .thumb-img
	{
		width: 20%;
	}
}
@media (max-width: 767px)
{
	.epg-program .program-item
	{
		padding: 20px
	}
	.epg-program .begin-time,
	.epg-program .thumb-img,
	.epg-program .program-info
	{
		padding: 0;
	}
	.epg-program .begin-time
	{
		display: none;
	}
	.epg-program .thumb-img
	{
		width: 33.33%;
	}
	.epg-program .program-info
	{
		padding-left: 20px;
		width: 66.66%;
	}
	.epg-program .program-info .begin-time-mobile
	{
		font-size: 24px;
		line-height: 30px;
		display: block;
	}
	.epg-program .program-title
	{
		font-size: 24px;
		padding-top: 10px;
		padding-bottom: 20px;
	}
	.epg-program .program-detail
	{
		font-size: 18px;
		display: none;
	}
	.epg-program .program-blackout
	{
		padding-top: 0;
		font-size: 18px;
	}
}
@media (max-width: 483px)
{
	.epg-program .program-info
	{
		padding-left: 10px;
	}
	.epg-program .program-info .begin-time-mobile
	{
		font-size: 24px;
	}
	.epg-program .program-title
	{
		font-size: 20px;
		padding-top: 5px;
		padding-bottom: 10px;
	}
}
/* EPG program end */