



/* ==========================================================================
   09. SCHEDULE
   ========================================================================== */ 

/*------------------------------------------*/
/*	  SCHEDULE TABS NAV
/*------------------------------------------*/

.nav-tabs > li > a {
	background-color: transparent;
    color: #757575;
	font-size: 17px;
	line-height: 17px;
	font-weight: 400;
	padding: 15px 30px;
	margin-right: 5px;
	border: 0px solid #ddd;	
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;	
} 

.nav-tabs > li > a span {
	font-size: 18px;
	line-height: 18px;
	font-weight: 300;
	display: block;
	margin-bottom: 5px;
}

.nav-tabs > li > a:hover,
.nav-tabs > li.active > a, 
.nav-tabs > li.active > a:hover, 
.nav-tabs > li.active > a:focus {
	color: #fff;
	background-color: #64b671;
	border: 1px solid #64b671;
}

/*------------------------------------------*/
/*	 SCHEDULE TABS HOLDER
/*------------------------------------------*/

.tab-pane h4 {
	font-weight: 700;
	letter-spacing: -1px;
}

.schedule-event { 
	padding-top: 30px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ddd;
}

/*------------------------------------------*/
/*	  Session Data
/*------------------------------------------*/

.session-data {
	padding-left: 60px;
}

.session-time {
	font-size: 16px;
	line-height: 16px;
	font-weight: 800;
	display: block;
	margin-bottom: 6px;
}

/*------------------------------------------*/
/*	  Speaker Avatar
/*------------------------------------------*/

.session-speaker {
	padding-left: 0;
	padding-right: 0;
}

.session-speaker img {
	width: 90px;
	height: 90px;
	margin-bottom: 12px;
	-webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;	
}

.session-speaker h5 {
	line-height: 15px;
	margin-bottom: 0;
}

.session-speaker p {
	margin-bottom: 0;
}

/*------------------------------------------*/
/*	  Session Description
/*------------------------------------------*/

.session-description {
	padding-left: 30px;
	padding-right: 60px;
}

.session-room {
	color: #fff;
	font-size: 12px;
	line-height: 12px;
	font-weight: 400;
	padding: 5px 14px;
	background-color: #bbb;
	margin-top: 10px;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.session-description h5.h5-lg {
	margin-bottom: 10px;
}

.session-description a h5.h5-lg:hover {
	color: #64b671;
	text-decoration: underline;
}

.session-description p.session-tags {
	color: #888;
	font-size: 16px; 
	line-height: 16px;
	font-weight: 600;
	margin-top: 20px;
}


