.news-calendar {
	border-bottom: 1px solid #E1E7ED;
    padding-bottom: 50px;
}

.NewsCalTable {
	width: 100%;
	font-family: 'Montserrat';
}

.day-item {
	width: 70px !important;
	height: 70px !important;
	color: #97A8B5;
	display: flex;
	background: #E8F0F6;
	text-align: center;
	flex-wrap: wrap;
	border-radius: 100px;
	box-sizing: border-box;
	font-weight: bold;
	font-size: 18px;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: 0.3s ease;
	position: relative;
	margin: 5px;
}

.active-day {
	background: #1E51BA;
	color: #fff;
}

.day-item:hover {
	background: #1E51BA;
	color: #fff;
}

.day-item .count-events {
	position: absolute;
	width: 28px;
	height: 28px;
	background: #04885B;
	border-radius: 50px;
	color: #fff;
	font-weight: bold;
	font-size: 13px;
	line-height: 100%;
	right: -4px;
	top: -4px;
	display: flex;
	justify-content: center;
	align-items: center;
}


.NewsCalNews {
	margin-bottom: 15px;
	line-height: 130%;
}

.NewsCalNews a {
	font-weight: 500;
	font-size: 13px;
	color: #000;
	line-height: 140%;
}

.event-have {
	max-width: 260px;
}

.nav-cal-years {
	margin-bottom: 10px;
}

.navigate-mounth {
	font-weight: 600;
	font-size: 21px;
	color: #B9C3CC;
	margin-right: 35px;
	text-decoration: none !important;
}

.navigate-mounth.selected {
	color: #1E51BA;
}

.navigate-year {
	font-weight: 600;
	font-size: 30px;
	color: #B9C3CC;
	margin-right: 35px;
	text-decoration: none !important;
	display: inline-block;
}

.navigate-year.selected {
	color: #1E51BA;
}


.NewsCalMonthNav {
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #E1E7ED;
}

.events-list {
    width: 100%;
}


.day-events-box {
	margin-bottom: 40px;
}

.day-events {
	//display: none !important;
}


.day-event-item {
	display: flex;
	
	transition: 0.3s ease;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    padding: 30px 35px;
    border: 3px solid #f0f3f7;
    transition: 0.3s ease;
    height: 100%;
    width: 100%;
    font-weight: 600;
    font-size: 17px;
    line-height: 150%;
    color: #1b202d;

    //display: none;
}

.day-event-item a {
	color: #1b202d;
	text-decoration: none !important
}

.show-events-list {
	display: flex !important;
}


.show-events-list .day-event-item {
	display: block;
}


.hide-element {
	display: none;
}

.NewsCalTable .day-slider .tns-item {
	height: initial !important;
}

.mounth-slider .tns-item {
	height: initial !important;
}


.NewsCalHeader{
	background-color: #F9FAFD;
    color: #55585c;
    font-size: 13px;
    font-weight: 600;
}



.NewsCalTable td{
	border-collapse:collapse;
	border: 1px solid #DEE4F1;
	padding: 10px 15px;
}

.NewsCalMonthNav{
}
.NewsCalDay{
	color:#000000;
}
.NewsCalDayOther{
	color:#365D91;
}
.NewsCalNews{
	color:#7488B9;
	font-size:8pt;
}

span.day {
    font-size: 14px;
    color: #9ca6af;
}


@media (max-width: 1200px) {
	.NewsCalHeader {
		display: none !important;
	}

	.NewsCalTable td {
		display: block;
		width: 100%;
	}

	.no-events {
		display: none !important;
	}
}