.k-ce-inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;

}
.k-ce-heading-wrap {
	flex: 0 0 100%;
	max-width: 100%;
}
.k-ce-left, .k-ce-right {
	flex: 0 0 49.5%;
	max-width: 49.5%;
}
.k-ce-content-item {
	display: flex;
	flex-direction: row;
	position: relative;
	background: rgba(0,0,0,.25);
	padding: 12px 12px;
	margin-bottom: 6px;
	min-height: 85px;
}
.k-ce-content-item .k-ce-content-date-time {
	flex: 0 0 18%;
	max-width: 18%;
	display: flex;
	align-items: end;
	flex-direction: column;
	padding-right: 6px;
	justify-content: center;
	color: #fff;
}
.k-ce-content-item .k-ce-content-country-wrap {
	flex: 0 0 13%;
	max-width: 13%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.k-ce-content-item .k-ce-content-register-wrap {
	flex: 0 0 15%;
	max-width: 15%;
	display: flex;
	align-items: center;
}
.k-ce-content-item .k-ce-content-title-wrap  {
	flex: 0 0 54%;
	max-width: 54%;
	display: flex;
	align-items: center;
}
.k-ce-content-hot-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
	padding: 5px 5px 5px 10px;
	background: #ff0000;
	color: #fff;
/* 	border-right: 4px solid #2c1739; */
	text-transform: uppercase;
	font-weight: 700;
	-webkit-animation: example 2s infinite ease-in-out;
	-moz-animation: example 2s infinite ease-in-out;
	-ms-animation: example 2s infinite ease-in-out;
	-o-animation: example 2s infinite ease-in-out;
	animation: example 2s infinite ease-in-out;
}
.k-ce-content-hot-wrap:before, .k-ce-content-hot-wrap:after {
	content: '';
	position: absolute;
	right: -9px;
	border-right: 10px solid transparent;
}
.k-ce-content-hot-wrap:before {
	border-top: 27px solid #ff0000;
	top: 0;
	-webkit-animation: example1 2s infinite ease-in-out;
	-moz-animation: example1 2s infinite ease-in-out;
	-ms-animation: example1 2s infinite ease-in-out;
	-o-animation: example1 2s infinite ease-in-out;
	animation: example1 2s infinite ease-in-out;
}
.k-ce-content-hot-wrap:after {
	border-bottom: 27px solid #ff0000;
	bottom: 0;
	content: '';
	position: absolute;
	right: -9px;
	border-right: 10px solid transparent;
	-webkit-animation: example2 2s infinite ease-in-out;
    -moz-animation: example2 2s infinite ease-in-out;
    -ms-animation: example2 2s infinite ease-in-out;
    -o-animation: example2 2s infinite ease-in-out;
    animation: example2 2s infinite ease-in-out;
}
@keyframes example {
    0% {
        background: #612375
    }

    20% {
        background: #612375
    }

    40% {
        background: #f00
    }

    60% {
        background: #f00
    }

    80% {
        background: #ffc500
    }

    100% {
        background: #ffc500
    }
}

@keyframes example1 {
    0% {
        border-top-color: #612375
    }

    20% {
        border-top-color: #612375
    }

    40% {
        border-top-color: #f00
    }

    60% {
        border-top-color: #f00
    }

    80% {
        border-top-color: #ffc500
    }

    100% {
        border-top-color: #ffc500
    }
}

@keyframes example2 {
    0% {
        border-bottom-color: #612375
    }

    20% {
        border-bottom-color: #612375
    }

    40% {
        border-bottom-color: #f00
    }

    60% {
        border-bottom-color: #f00
    }

    80% {
        border-bottom-color: #ffc500
    }

    100% {
        border-bottom-color: #ffc500
    }
}
.k-ce-content-item-wrap {
	height: 500px;
	overflow-y: scroll;
}
.k-ce-content-date, .k-ce-content-time {
	font-size: 16px;
	line-height: 19.2px;
}
.k-ce-content-time {
	text-align: right;
	color: gold;
}
.k-ce-content-country-wrap {
	font-size: 16px;
	line-height: 22.4px;
}
.k-ce-content-country-wrap span {
	padding: 5px 7px;
	background: rgba(112,54,137,1);
	background: -moz-linear-gradient(top, rgba(112,54,137,1) 0%, rgba(194,61,143,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(112,54,137,1)), color-stop(100%, rgba(194,61,143,1)));
	background: -webkit-linear-gradient(top, rgba(112,54,137,1) 0%, rgba(194,61,143,1) 100%);
	background: -o-linear-gradient(top, rgba(112,54,137,1) 0%, rgba(194,61,143,1) 100%);
	background: -ms-linear-gradient(top, rgba(112,54,137,1) 0%, rgba(194,61,143,1) 100%);
	background: linear-gradient(to bottom, rgba(112,54,137,1) 0%, rgba(194,61,143,1) 100%);
	color: #fff;
}
.k-ce-content-register {
	background: #fff;
	color: #000;
	padding: 8px 10px;
	text-transform: uppercase;
	text-align: center;
	font-size: 12px;
	white-space: nowrap;
	margin-left: 10px;
	cursor: pointer;
	transition: all 0.2s;
}
.k-ce-content-register:hover {
	background: #000;
	color: #fff;
}
/* Firefox */
* {
	scrollbar-width: auto;
	scrollbar-color: #8f54a0 #ffffff;
}

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
	width: 8px;
}

*::-webkit-scrollbar-track {
	/*     background: #ff63c3; */
	background: #ff9ed9;
	/* 	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); */
	border-left: 1px solid #ff63c3;
	border-right: 1px solid #ff63c3;
	border-radius: 10px;

}

*::-webkit-scrollbar-thumb {
	background-color: #8f54a0;
	border-radius: 10px;
	/*     border: 3px solid #ffffff; */
}
.k-ce-heading-wrap {
	font-size: 38.4px;
	line-height: 46px;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 24px;
}
.k-ce-thumbnail-wrapper {
	position: relative;
	height: 0;
	width: 100%;
	padding-top: 500px;
}
.k-ce-thumbnail {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media ( max-width: 1025px ) {
	.k-ce-left, .k-ce-right {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.k-ce-inner {
		flex-direction: column;
		padding: 0 24px;
	}
	.k-ce-right { 
		margin-top: 24px;
	}
	.k-calender-event-wrap {
		padding: 40px 0px;
	}
	.k-ce-thumbnail-wrapper {
		display: none;
	}
}
@media ( max-width: 767px ) {
	.k-ce-inner {
		padding: 0 12px;
	}
	.k-ce-content-country-wrap {
		position: absolute;
		top: 0;
		left: 0;
	}
	.k-ce-content-item {
		min-height: 120px;
	}
	.k-ce-content-date, .k-ce-content-time {
		font-size: 15px;
	}
	.k-ce-content-item .k-ce-content-date-time {
		flex: 0 0 23%;
		max-width: 23%;
	}
	.k-ce-content-register-wrap {
		position: absolute;
		bottom: 0;
		left: calc(50% - 54px)
	}
	.k-ce-content-item .k-ce-content-title-wrap {
		align-items: start;
		flex: 0 0 77%;
		max-width: 77%;
		padding-left: 12px;
	}
	.k-ce-content-register {
		padding: 4px 10px;
	}
}