.daily-live-events {
	font-family: "HelsinkiGrotesk", Helvetica, Arial, sans-serif;
	opacity: 1;    
    transform: translate3d(0px, 0px, 0px);
   
}
.daily-events-container{
	max-width: 1140px;
    margin: 0 auto; 
}
.daily-live-events .banner{
	padding-bottom:65px;
}

    
.banner .banner-image-container{
    position: relative;
    background-color: #cfe4f5;
    height: 506px;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;  
    }
    
 .banner .banner-image-container .banner-title{ 
    position: absolute;
    bottom: 0px;
    width: 100%;
    text-align: center;
 }
 .daily-live-events .banner .banner-title h1{
	font-size: 52px;
    margin: 0;
    display: inline-block;
    padding-left: 72px;
    padding-right: 72px;
    min-height: 67px;
    padding-top: 25px;
    font-family: "HelsinkiGrotesk","Helvetica",Arial,sans-serif;
    padding-bottom: 5px;
    max-width: 80%;
    line-height: 52px;
    color: #000000;
    background-color: #ffffff;
    }
 
 	@media only screen and (max-width: 500px) {
	.banner .banner-image-container .banner-title h1{	
		font-size: 40px ;
		padding: 10px;
	  }
	}
	
/*  @media only screen and (max-width: 300px) {
	.banner .banner-image-container .banner-title h1{	
		    font-size: 40px;
    		padding: 8px 0;
	  }
	} */
 
		
	
.daily-live-events .events {
	overflow: hidden;
}

.daily-live-events .events-0 {
	background-color: #ffffff;
	/* padding-bottom: 85px; */
}

.daily-live-events .events-0-decoration {
	display: block;
	height: 24px;
	width: 100%;
	padding: 0;
	background-image: url("../images/bg_decoration_pink_down.png");
	background-repeat: repeat-x;
	background-position: center;
	background-color: #fad2e4;
}

.daily-live-events .events-0-decoration-top {
	display: block;
	height: 24px;
	width: 100%;
	padding: 0;
	background-image: url("../images/bg_decoration_pink_up.png");
	background-repeat: repeat-x;
	background-position: center;
	background-color: #ffe368;
}

.daily-live-events .events-1 {
	background-color: #fad2e4;
	padding-bottom: 85px;
}

.daily-live-events .events-1-decoration {
	display: block;
	height: 24px;
	width: 100%;
	padding: 0;
	background-image: url("../images/bg_decoration_pink_light_down.png");
	background-repeat: repeat-x;
	background-position: center;
	background-color: #fad2e4;
}

.daily-live-events .title {
	text-align: center;
	font-size: 36px;
	font-weight: bold;
	color: #000000;
	padding-bottom: 31px;
}

.default .daily-live-events .event-slider-item {
	cursor: pointer;
	box-sizing: border-box;
	width: 50%;
	margin-bottom: 20px;
	vertical-align: top;
	display: inline-block;
}
.default .daily-live-events .data-container {
	position: relative;
	margin: 0 11px;
	/* border: 2px solid black; */
}
.default .daily-live-events .event-image-container {
	position: relative;
	overflow: hidden;
}
.default .daily-live-events .event-image-container img {
	max-width: 100%;
	width: 100%;
	transition: all ease 1s;
}
.default .daily-live-events .event-info-wrapper {
	box-sizing: border-box;
	padding: 23px 24px;
	width: 100%;
	background-color: #fff;
}
.default .daily-live-events .event-play-image-container img{
	max-width: 100%;
}
.default .daily-live-events .event-image-container .event-play-button {
	position: absolute;
	bottom: 12px;
	right: 12px;
	width: 49px;
	height: 49px;
	background-color: transparent;
	background-image: url("../images/play-icon-white.png");
	background-position: center;
	background-repeat: no-repeat;
	z-index: 99;
}
.default .daily-live-events .event-details-container {
	width: 100%;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	font-family: "HelsinkiGrotesk", Helvetica, Arial, sans-serif;	
}
.default .daily-live-events .event-details-container .event-info-container {
	color: #0072C6;
	font-size: 24px;
	font-weight: bold;
	font-family: "HelsinkiGrotesk", Helvetica, Arial, sans-serif;
	margin-bottom: 16px;
}
.default .daily-live-events .event-details-container .event-name-container {
	color: #242424;
	font-size: 24px;
	font-weight: bold;
	font-family: "HelsinkiGrotesk", Helvetica, Arial, sans-serif;
	line-height: 25px;
	max-height: 75px;
	/* height: 75px; */
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-overflow: ellipsis;
}
.default .daily-live-events .event-details-container .event-duration-container {
	color: #242424;
	font-size: 13px;
	font-weight: bold;
	font-family: "HelsinkiGrotesk", Helvetica, Arial, sans-serif;
	padding-top: 12px;
	/* display: none; */
}
.default .daily-live-events .event-time-container {
	padding-left: 10px;
}

.default .daily-live-events .component-title {
	display: flex;
	margin-left: 11px;
	margin-right: 11px;
}

.default .daily-live-events .component-title .live-title {
	flex: 1;
}

.default .daily-live-events .component-title .live-navigation {
	display: flex;
}

.default .daily-live-events .component-title .live-navigation .live-nav-left {
	margin-right: 40px;
	cursor: pointer;
}

.default .daily-live-events .component-title .live-navigation .live-nav-right {
	cursor: pointer;
}

.default .daily-live-events .event-slider-item a:hover {
	text-decoration: none;
}

.default .daily-live-events .event-slider-item a:hover > .data-container .event-image-container img,
.default .daily-live-events .event-slider-item a:focus > .data-container .event-image-container img {
	transform: scale(1.05);
}

.default .daily-live-events .event-slider-item a:hover > .data-container .event-info-wrapper .event-details-container .event-info-container {
	color: #000;
}

@media screen and (max-width: 900px) {
	.default .daily-live-events .event-slider-item {
		cursor: pointer;
		box-sizing: border-box;
		width: 100%;
		margin-bottom: 20px;
		vertical-align: top;
		display: inline-block;
	}
} 