@media (max-width: 555px)
{
	#dlOwlContainer.owl-carousel
	{
		padding-top: 80px;
	}
}
#dlOwlContainer.owl-carousel .owl-dots
{
	text-align: left;
	-webkit-tap-highlight-color: transparent;
	position: absolute;
	bottom: 37.8683%;
	left: 0;
	right: 0;
	pointer-events: none;
}
#dlOwlContainer.owl-carousel .owl-dots .owl-dot
{
	display: inline-block;
	zoom: 1;
	*display: inline;
	pointer-events: auto;
}
#dlOwlContainer.owl-carousel .owl-dots .owl-dot span
{
	width: 32px;
	height: 6px;
	margin: 5px;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity 200ms ease;
	background-color:#0b1b2d;
}
#dlOwlContainer .item
{
	position: relative;
}
#dlOwlContainer .item.common-section-status-upcoming .dl-button[data-toggle='has-access']
{
	display: none;
}
#dlOwlContainer .dl-img
{
	width: 100%;
	display: block;
	min-height: 225px;
}
#dlOwlContainer .dl-img img
{
	width: 100%;
	object-fit: cover;
}
#dlOwlContainer .dl-img .overlay
{
	width: 100%;
	height: 26.9%;
	position: absolute;
	background: linear-gradient(rgba(10, 25, 42, 0) 0%, rgba(10, 25, 42, 0.15) 30%, rgba(11, 28, 47, 1) 100%);
	bottom: 0;
	left: 0;
}
#dlOwlContainer .dl-info
{
	width: 100%;
	position: absolute;
	bottom: 41.4677%;
	left: 0;
}
#dlOwlContainer .dl-code
{
	max-width: calc(100% - 250px);
	font-size: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
#dlOwlContainer .dl-title
{
	width: 100%;
	padding-right: 250px;
}
#dlOwlContainer .dl-title a
{
	display: inline-block;
	max-width: 100%;
	font-size: 40px;
}
#dlOwlContainer .dl-desc
{
	font-size: 30px;
	width: 100%;
	line-height: 30px;
	padding-right: 250px;
}
#dlOwlContainer .dl-button
{
	text-decoration: none;
	display: inline-block;
	width: 233px;
	height: 52px;
	line-height: 52px;
	font-size: 24px;
	text-align: center;
	border-radius: 4px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	transition: all .56s;
}
#dlOwlContainer .dl-button:hover
{
	background-color: #ed2d23;
}
#dlOwlContainer .dl-date
{
	max-width: 100%;
	font-size: 30px;
	line-height: 30px;
	overflow: hidden;
	line-height: 38px\0;
}
@media screen and (-webkit-min-device-pixel-ratio:0)
{ 
	#dlOwlContainer .dl-date
	{
	  line-height: 38px;
	}
} 
#dlOwlContainer.owl-carousel .owl-nav
{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	margin-top: -11.8%;
}
#dlOwlContainer.owl-carousel .owl-nav [class*=owl-]
{
	position: absolute;
}
#dlOwlContainer.owl-carousel .owl-nav .owl-prev
{
	left: 20px;
}
#dlOwlContainer.owl-carousel .owl-nav .owl-next
{
	right: 20px;
}
/* Custom Style start */
#dlOwlContainer.owl-carousel .owl-dots .owl-dot span
{
	background-color: #225c9d;
}
#dlOwlContainer.owl-carousel .owl-dots .owl-dot.active span, 
.owl-theme .owl-dots .owl-dot:hover span
{
	background-color: #ef222c;
}
#dlOwlContainer .dl-code
{
	color: #fff;
	-moz-box-shadow: 2px 2px 2px #000;
	text-shadow: 2px 2px 2px #000;
}
#dlOwlContainer .dl-title a
{
	color: #fff;
	font-family: 'Montserrat ExtraBold';
	-moz-box-shadow: 2px 2px 2px #000;
	text-shadow: 2px 2px 2px #000;
	line-height: 40px;
	line-height: inherit\0;
	overflow-wrap: break-word;
}
#dlOwlContainer .dl-desc
{
	color: #fff;
	font-family: 'Montserrat Medium';
	-moz-box-shadow: 1px 1px 1px #000;
	text-shadow: 1px 1px 1px #000;
	line-height: inherit\0;
}
#dlOwlContainer .dl-button
{
	position: absolute;
	font-family: 'Montserrat SemiBold';
	top: 20px;
	right: 0;
	color: #fff;
	background-color: #ef222c;
}
#dlOwlContainer .dl-date
{
	color: #fff;
	font-family: 'Montserrat Medium';
}
#dlOwlContainer .dl-button:hover
{
	background-color: #cb1821;
}
#dlOwlContainer.owl-carousel .owl-nav [class*=owl-]
{
	width: 41px;
	height: 69px;
	margin-top: -35px;
	background-image: url(../images/dl_arrows.png);
	background-repeat: no-repeat;
}
#dlOwlContainer.owl-carousel .owl-nav .owl-prev
{
	background-position: 0 0;
}
#dlOwlContainer.owl-carousel .owl-nav .owl-prev:hover
{
	background-position: 0 -69px;
}
#dlOwlContainer.owl-carousel .owl-nav .owl-next
{
	background-position: -41px 0;
}
#dlOwlContainer.owl-carousel .owl-nav .owl-next:hover
{
	background-position: -41px -69px;
}
.dl-info .container
{
	position: relative;
}
#dlOwlContainer .common-section-status.upcoming i,
#dlOwlContainer .common-section-status.live i
{
	background: url(../images/live_icon.svg) 0 0 no-repeat;
	width: 32px;
	height: 22px;
	margin-right: 7px;
	margin-top: -4px;
}
@media (max-width: 1570px)
{
	#dlOwlContainer .dl-code
	{
		font-size: 22px;
	}
	#dlOwlContainer .dl-title a
	{
		font-size: 32px;
		line-height: 32px;
		height: 32px;
		line-height: inherit\0;
		height: 38px\0;
	}
	#dlOwlContainer .dl-desc
	{
		font-size: 24px;
		line-height: 31px\0;
	}
	#dlOwlContainer .dl-date
	{
		font-size: 24px;
		line-height: 24px;
		line-height: 30px\0;
	}
	@media screen and (-webkit-min-device-pixel-ratio:0)
	{ 
		#dlOwlContainer .dl-date
		{
		  line-height: 30px;
		}
	} 
	#dlOwlContainer .dl-button
	{
		width: 170px;
		height: 40px;
		line-height: 40px;
		font-size: 17px;
	}
}
@media (max-width: 1200px)
{
	#dlOwlContainer .dl-info
	{
		padding-bottom: 10px;
	}
	#dlOwlContainer .dl-code
	{
		font-size: 16px;
	}
	#dlOwlContainer .dl-title a
	{
		font-size: 22px;
		line-height: 24px;
		height: 24px;
		line-height: inherit\0;
		height: 30px\0;
	}
	#dlOwlContainer .dl-desc
	{
		font-size: 20px;
		line-height: 20px;
		line-height: 26px\0;
	}
	#dlOwlContainer .dl-date
	{
		font-size: 22px;
		line-height: 22px;
		margin-bottom: 5px;
		margin-top: 3px;
		line-height: 26px\0;
		max-height: 44px\0;
	}
	@media screen and (-webkit-min-device-pixel-ratio:0)
	{ 
		#dlOwlContainer .dl-date
		{
			line-height: 26px;
			max-height: 44px;
		}
	} 
	#dlOwlContainer .dl-button
	{
		width: 168px;
		height: 38px;
		line-height: 38px;
		font-size: 16px;
	}
}
@media (max-width: 768px)
{
	#dlOwlContainer .dl-code
	{
		font-size: 28px;
		text-align: center;
		max-width: 100%;
	}
	#dlOwlContainer .dl-title
	{
		padding-right: 0;
		text-align: center;
	}
	#dlOwlContainer .dl-title a
	{
		font-size: 32px;
		line-height: 32px;
		height: 34px;
	}
	#dlOwlContainer .dl-desc
	{
		padding-right: 0;
		margin-bottom: 10px;
	}
	.dl-info .container
	{
		text-align: center;
	}
	#dlOwlContainer .dl-button
	{
		position: static;
		margin-top: 5px;
		width: 233px;
		height: 52px;
		line-height: 52px;
	}
	#dlOwlContainer .dl-info
	{
		bottom: 35px;
	}
	#dlOwlContainer.owl-carousel .owl-dots
	{
		bottom: 0;
		text-align: center;
	}
	#dlOwlContainer.owl-carousel .owl-nav
	{
		margin-top: 0;
	}
	#dlOwlContainer.owl-carousel .owl-nav .owl-prev
	{
		left: 5px;
	}
	#dlOwlContainer.owl-carousel .owl-nav .owl-next
	{
		right: 5px;
	}
	#dlOwlContainer .dl-date
	{
		font-size: 16px;
		width: 100%;
	}
}
@media (max-width: 555px)
{
	#dlOwlContainer .dl-title a
	{
		font-size: 28px;
		line-height: 28px;
	}
	#dlOwlContainer .dl-desc
	{
		font-size: 18px;
		line-height: 18px;
	}
	#dlOwlContainer.owl-carousel .owl-nav
	{
		display: none;
	}
}
@media (max-width: 484px)
{
	#dlOwlContainer .dl-date
	{
		font-size: 14px;
	}
}
@media (min-width: 1360px) and (max-width: 1440px)
{ 
	#dlOwlContainer .common-section-status-upcoming .common-section-status.upcoming,
	#dlOwlContainer .common-section-status-upcoming .time,.common-section-status-live,
	#dlOwlContainer .common-section-status.live,
	#dlOwlContainer .common-section-status-live .time
	{
		font-size: 22px;
	}
}
/* Custom Style end */