.calendar-with-events {
	background-color: #f8f8f8;
}
.calendar-with-events .row { 
	/*position: relative;*/
}
.calendar-with-events .calendar-col {
	overflow: auto;
}
@media screen and (min-width: 992px) {
	.calendar-with-events .events-col {
		padding-left: 30px;
		padding-top: 30px;
	}
}
.calendar-with-events i.fa {
	vertical-align: middle;
	font-size: 10px;
}
.calendar-with-events ul {
	list-style: none;
}
.calendar-with-events ul li:before {
	content: '-';
	color: #5681b2;
	margin-right: 5px;
}
.calendar-with-events ul li {
	font-weight: 600;
}
.calendar-with-events div.img {
	background-size: cover;
	background-position: center;
	min-height: 355px;
	position: relative;
}
.calendar-with-events .overlay{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #273b51;
	opacity: 0.75;
}
.calendar-with-events .events-list li {
	margin: 12px 0;
}
