#timeline { display: block !important; }
.hero-unit.schedule-header { border-bottom: 5px solid #313131; padding-bottom: 10px; }
.schedule-download { margin: 20px 0; }
.timeline {
	position: relative;
	padding: 0;
	margin: 0;
}
.timeline:before {
	background-color: #000;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	content: "";
	height: 100%;
	left: 110px;
	position: absolute;
	top: 0;
	width: 5px;
}
.event {
	position: relative;
	margin-bottom: 0px;
	padding-bottom: 30px;
}
.event:last-child {
	padding-bottom: 0;
}
.timeline-icon {
	margin-left: 93px;
	margin-top: 15px;
}
.timeline-icon {
	background: none repeat scroll 0 0 rgba(72, 163, 166, 0.4);
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	float: left;
	height: 40px;
	padding: 4px;
	position: relative;
	width: 40px;
	z-index: 10;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.timeline-icon-container {
	background: #000; /* Old browsers */
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	display: inline-block;
	height: 30px;
	line-height: 25px;
	margin-left: 1px;
	margin-top: -1px;
	vertical-align: text-top;
	width: 30px;
}
.timeline-icon-container i {
	color: #FFFFFF;
	font-size: 19px;
	line-height: 28px;
	padding-left: 2px;
}
.event:hover .timeline-icon {
	background: #2C3840;
}
.time-box {
	position: absolute;
	top: 23px;
	z-index: 1;
}
.time-box:before {
}
.time-box time {
	color: rgba(0, 0, 0, 0.35);
	font-size: 20px;
	font-weight: 600;
	padding: 0 0 0 5px;
	text-align: left;
	width: 100%;
}
.time-box sup {
	font-size: 12px;
	padding-left: 2px;
}
.timeline-content {
	margin-left: 160px;
	margin-top: 0;
	padding-top: 0px;
	perspective: 600px;
	position: relative;
}

.timeline-content .ui-state-active { border: none; background: transparent; }

.event-content {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	background: none repeat scroll 0 0 #ffffff;
	border: medium none;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	padding: 1px 16px;
	width: 100%;/*width: -moz-calc(100% - 30px);/* Firefox *//*width: -webkit-calc(100% - 30px);/* WebKit *//*width: -o-calc(100% - 30px);/* Opera *//*width: calc(100% - 30px);/* Standard */
}
.event-content:before {
	/*background: url("../images/tri_left.png") no-repeat scroll 0 0 transparent;*/
	content: " ";
	height: 16px;
	left: -8px;
	position: absolute;
	top: 25px;
	width: 8px;
}
.event-title h3 {
	font-size: 22px;
	line-height: 40px;
	margin-top: 10px;
}
.event-title h3 span {
	color: #999999;
	font-weight: 400;
}
.event-title h4 span {
	color: #999999;
	font-weight: 400;
}

@media (max-width: 479px) {
.timeline:before { left: 100px; }
.timeline-icon { margin-left: 83px; }
.time-box time { font-size: 16px; }
.timeline-content { margin-left: 120px;}
.event-title h3 { font-size: 18px; line-height: 30px; }
}