.infoBar {
		position: absolute;	
		bottom: 0px;
		width: 100%;
		min-height: 40px;
		text-align: center;
		background: rgba(55,56,115,.7);
		box-sizing: border-box;
		padding: 10px 20px;
		color: rgba(255,255,255,.9);
	}
.timeline-stamp-day {
    display: block;
    font-size: 35px;
    line-height: 45px;
    font-weight: 700;
	overflow: visible;
}
ul.slot-exhibitions li h5{
	margin-bottom:7px;
	font-size: 15px;
}
.timeline-stamp-in {
    display: block;
    padding: 15px;
}
.timeline-stamp {
    width: 13%;
    float: left;
}
.timeline-slot {
    float: left;
    width: 87%;
    background: #fff;
    border-left: 1px solid #eee;
}
.timeline-stamp-month {
    text-transform: uppercase;
    display: inline-block;
    margin-top: 0px;
    font-size: 12px;
    line-height: 14px;
}
.exhibitions-timeline {
    -webkit-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
    overflow: hidden;
    margin-bottom: 15px;
    border: 1px solid #eee;
}
@media (max-width: 1024px){
	.timeline-slot {
		float: left;
		width: 75%;
		background: #fff;
		border-left: 1px solid #eee;
	}
	.timeline-stamp {
		width: 25%;
		float: left;
	}
}