

.agenda-gate {
  background-color: #fff;
  padding: 55px;
  border-radius: 10px;
  width: 75%;
  margin: 0px auto;
  text-align: center;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}

.agenda-gate h3 {
  font-size: 20px;
  color: #000;
  font-weight: 400;
}

.agenda-gate p {
  color: #716F6F;
}

.agenda-gate h1 {
  font-size: 48px;
  text-align: center;
}

.agenda-gate ul li {
  color: #fff !important;
}

.agenda-gate input[type="password"] {
  width: 270px;
	padding: 0 10px;
}



.dz-nostyle.agenda .agenda-inner {
	padding: 40px 100px 40px 70px;
	margin-left: 80px;
	border-left: 1px dashed #aaa;
}

.dz-nostyle.agenda {
	margin: 25px 0;
	background-color: rgba(255, 255, 255, 0.8);
	border: 1px solid #DEDEDE;
}



.agenda .nav > li {
	position: relative;
}

.agenda .nav > li > a {
	background-color: #F86833;
	color: #fff;
	font-size: 16px;
	border-radius: 0;
	padding: 30px 15px;
}

.agenda .nav > li.active > a,
.agenda .nav > li > a:focus,
.agenda .nav > li.active > a:focus,
.agenda .nav > li > a:hover, 
.agenda .nav > li.active > a:hover {	
	background-color: #F86833;
	color: #fff;
}

.agenda .nav > li > a > strong {
	font-size: 24px;
	line-height: 50px;
}

.agenda .nav > li > span.bottom-arrow {
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 10px;
	height: 10px;
	border: 10px solid transparent;
}

.agenda .nav > li.active > span.bottom-arrow,
.agenda .nav > li:hover > span.bottom-arrow {
	border-top-color: #F86833;
	-webkit-transform: translate(-50%, 100%);
	-ms-transform: translate(-50%, 100%);
	transform: translate(-50%, 100%);
}





.agenda .panel-group .panel-heading {
	padding: 0;
}

.agenda .accordion-heading .accordion-toggle {
	padding: 8px 0;
	font-size: 24px;
	font-weight: bold;
	color: #333;
	border-bottom: 1px solid #c0c0c0;
	text-decoration: none;
}

.agenda .accordion-heading .accordion-toggle .nn_sliders-toggle-inner {
	line-height: 120%;
}

.agenda .accordion-heading .subtitle {
	color: #333;
	font-size: 14px;
	margin-top: 5px;
}

.agenda .title-red > .accordion-heading .accordion-toggle {
	color: #e61610;
}

.agenda .title-blue > .accordion-heading .accordion-toggle {
	color: #3089C9;
}

.agenda .title-green > .accordion-heading .accordion-toggle {
	color: #72bb53;
}

.agenda .accordion-heading .accordion-toggle span.glyphicon-chevron-down {
	color: #333;
	font-weight: normal;
	font-size: 12px;
	float: right;
	-webkit-transform: translateY(50%);
	-ms-transform: translateY(50%);
	transform: translateY(50%);
}





.agenda .accordion-inner {
	padding: 8px 0;
	border: none;
}

.agenda .panel-group .panel {
	border: none;
	border-radius: 0;
	box-shadow: none;
	background-color: transparent;
	margin-bottom: 10px;
}

.agenda .panel-body p {
	margin: 0px 0px 10px;
}

.agenda .nn_sliders-title {
	display: none;
}

.agenda .empty > .accordion-heading span.glyphicon-chevron-down,
.agenda .empty > .accordion-body {
	display: none;
}



.agenda p.time {
	position: relative;
	font-size: 14px;
	font-weight: normal;
	color: #333;
	margin-bottom: 10px;
}

.agenda span.dot {
	position: absolute;
	top: 0;
	background-color: #F86833;
	display: inline-block;
	border-radius: 50%;
}

.agenda span.dot.big {
	left: -82px;
	width: 24px;
	height: 24px;
}

.agenda span.dot.small {
	left: -75px;
	width: 10px;
	height: 10px;
}



.agenda .row.speaker {
	margin-bottom: 20px;
}

.agenda .speaker .speaker-image img {
	max-height: 100px;
	border: 1px solid #929292;
	opacity: 1;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

.agenda .speaker .speaker-image img:hover {
	opacity: 0.7;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

.agenda .speaker .speaker-bio p {
	margin: 0;
}

.agenda .speaker .speaker-bio p:last-of-type {
	font-size: 13px;
}

.agenda .speaker .speaker-bio a {
	color: #333;
	text-decoration: none;
}

.agenda .panelists .speaker .speaker-image img {
	max-width: 60px;
}



.agenda a:focus {
	outline: none;
	border: none;
}

.agenda .collapse{
	overflow: visible;
}

