.infoBar {
		position: absolute;	
		bottom: 0px;
		width: 100%;
		min-height: 40px;
		text-align: center;
		background: rgb(27 82 151 / 90%);
		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;
	color: #076966;
}
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;
	color: #076966;
}
.exhibitions-timeline {
    -webkit-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
    overflow: hidden;
    margin-bottom: 15px;
    border: 1px solid #eee;
}
.btn-primary:hover {
		background: #2F1417;
		color:#ffffff !important;
	}

.icon-box .ibox-icon i:after {
	color: #BD5137 !important;
	border-color: #076966 !important;
}
.icon-box ibox-border i:after {
	border-bottom-color: #076966 !important;
	border-left-color: #076966 !important;
	border-right-color: #076966 !important;
	border-top-color: #076966 !important;
}
.icon-box.ibox-border .ibox-icon i:after {
border-bottom-color: #076966 !important;
	border-left-color: #076966 !important;
	border-right-color: #076966 !important;
	border-top-color: #076966 !important;
}

.awards-color {
	color:#B87333;
}

/*--for the cevent button different from footer help button--*/
.btn-primary2:hover,
.btn-primary2:focus,
.btn-primary2:active,
.btn-primary2.active,
.open .dropdown-toggle.btn-primary2 {
  background: #180f11;
	color: #F3F3F3;
	text-decoration: underline;
  opacity:1.0
}

.panel-primary2,
.panel-primary2 > .panel-heading:hover .ibox-icon{
	border-color:#180f11;
	background-color: #180f11;
	color: #F3F3F3;
	text-decoration: underline;
}
.panel-primary2,
.panel-primary2 > .btn-primary2.btn-transparent, :hover .ibox-icon{
	border-color:#180f11;
	background-color: #180f11;
	color: #F3F3F3;
	text-decoration: underline;
}
a.btn-primary2, input.btn-primary2 {
		color:#180f11;
	background-color: #F3F3F3;
}
.widget a:hover {
	color: #f3b092 !important;
}

/*--for footer help button--*/
.btn-primary-footer:hover,
.btn-primary-footer:focus,
.btn-primary-footer:active,
.btn-primary-footer.active,
.open .dropdown-toggle.btn-primary2 {
  background: #001E61;
	color: #F3F3F3;
	text-decoration: underline;
  opacity:1.0
}

.panel-primary-footer,
.panel-primary-footer > .panel-heading:hover .ibox-icon{
	border-color: #001E61;
	background-color: #001E61;
	color: #F3F3F3;
	text-decoration: underline;
}
.panel-primary-footer,
.panel-primary-footer > .btn-primary2.btn-transparent, :hover .ibox-icon{
	border-color: #001E61;
	background-color: #001E61;
	color: #F3F3F3;
	text-decoration: underline;
}
a.btn-primary-footer, input.btn-primary2 {
		color:#fff;
	background-color: #180f11;
}

@media (max-width: 1024px){
	.timeline-slot {
		float: left;
		width: 75%;
		background: #fff;
		border-left: 1px solid #eee;
	}
	.timeline-stamp {
		width: 25%;
		float: left;
	}
	
}