#schedule {
	background: #ffffff;
	padding:20px;
}

/*  -----------------------------------------------------   /*
	TIMELINE
/*  -----------------------------------------------------   /*

/* */
.main-timeline {
	margin-top: 40px;
}
.timeline {
	position: relative;
	padding: 0;
	font-family: "museo-slab", sans-serif;
	margin: 0;
}
.timeline:before {
	/*background-color: rgba(0, 0, 0, 0.06);*/
	background-color: #2C3840;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	/*-webkit-box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.25) inset, 1px 0px 0px rgba(255, 255, 255, 0.25);
	-moz-box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.25) inset, 1px 0px 0px rgba(255, 255, 255, 0.25);
	box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.25) inset, 1px 0px 0px rgba(255, 255, 255, 0.25);*/
	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: #EF7247; /* Old browsers */
	/*background: -moz-linear-gradient(top, #EFEFEF 1%, #EF7247 100%); /* FF3.6+ */
	/*background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #EFEFEF), color-stop(100%, #EF7247)); /* Chrome,Safari4+ */
	/*background: -webkit-linear-gradient(top, #EFEFEF 1%, #EF7247 100%); /* Chrome10+,Safari5.1+ */
	/*background: -o-linear-gradient(top, #EFEFEF 1%, #EF7247 100%); /* Opera 11.10+ */
	/*background: -ms-linear-gradient(top, #EFEFEF 1%, #EF7247 100%); /* IE10+ */
	/*background: linear-gradient(to bottom, #EFEFEF 1%, #EF7247 100%); /* W3C */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EFEFEF', endColorstr='#EF7247', GradientType=0 ); /* IE6-9 */
	-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;
	/*-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5), 0px -1px 1px rgba(255, 255, 255, 0.7) inset;
	-moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5), 0px -1px 1px rgba(255, 255, 255, 0.7) inset;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5), 0px -1px 1px rgba(255, 255, 255, 0.7) inset;*/
	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: none repeat scroll 0 0 rgba(255, 255, 255, 0.65);*/
	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 15px;
	text-align: left;
	text-transform: uppercase;
	width: 100%;
}
.time-box sup {
	font-size: 12px;
	padding-left: 2px;
	text-transform: uppercase;
}
.timeline-content {
	margin-left: 160px;
	margin-top: 0;
	padding-top: 0px;
	perspective: 600px;
	position: relative;
}
.event-content {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	background: none repeat scroll 0 0 #f2f2f2;
	border: medium none;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	/*-webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);*/
	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;
	text-transform: uppercase;
}
.event-title h3 span {
	color: #999999;
	font-weight: 400;
	text-transform: none;
}
.event-title h4 span {
	color: #999999;
	font-weight: 400;
}

/* Alerts */
.alert .close {
	top: 2px;
}
/* Toggle */

.toggle-item-title {
	cursor: pointer;
}
.toggle-item-title {
	background: url(//alialamshahi.com/themes/eventify/images/icons/toggle.png) scroll no-repeat right 5px transparent;
	padding: 0 32px 0 0;
}
.toggle-item-title.event-title.ui-state-active {
	background: url(//alialamshahi.com/themes/eventify/images/icons/toggle-close.png) scroll no-repeat right 5px transparent;
	padding: 0 32px 0 0;
}