.schedule {
	background: #f8f8f8;
}
.schedule .schedule-image,
.schedule .schedule-main {
	margin-top:30px;
}
.schedule .text-content {
	text-align: left;
	padding: 0 60px 0 0;
	margin-bottom:30px;
}
.schedule .schedule-img img {
	width:100%;
}
.schedule .panel-group {
	margin: 0;
	text-align:left;
}
.schedule .panel {
	background: #fff;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	border: none;
	margin-bottom: 15px;
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
}
.schedule .panel:last-child {
	margin:0;
}
.schedule .panel-heading {
	background:none;
}
.schedule .schedule-title a {
	padding: 15px;
	font-size: 15px;
	position: relative;
	color: #252525;
	background: #fff;
	width: 100%;
	display: block;
	font-weight: 700;
  text-decoration:none;
}

.schedule .panel.active .schedule-title h4,
.schedule .panel.active .schedule-title a {
	text-decoration: none;
	color: #fff;
}
.schedule .panel .schedule-title a i {
	margin-right: 5px;
	border: 1px solid #ccc;
	border-radius: 100%;
	width: 28px;
	height: 28px;
	display: inline-block;
	line-height: 28px;
	text-align: center;
	-webkit-transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s ease 0s;
	transition:all 0.3s ease 0s;
}
.schedule .panel.active .schedule-title a i {
	border-color:#fff;
}
.schedule .schedule-body {
	padding: 25px;
	color: #555;
	font-size: 14px;
	line-height: 24px;
	background: #fff;
}