/* TEAM */
#team {
	background:#f5f5f5;
	border-top:1px solid #f0f0f0;
	padding:70px 0 90px 0;
}
#team .owl-buttons {
	position: absolute;
	font-size: 10px;
	right: 0;
}

/* LESSEN */
#lessen {
	color:#ffffff;
	background:#fac42b;
	padding:70px 0 90px 0;
}

#lessen h4 {
	font-size:17px;
	letter-spacing:0;
}

#lessen .lead {
	color:#ffffff;
}

#lessen img {
	border:2px solid #ffffff;
}

#lessen .nav-tabs {
	border-bottom:1px solid #ffffff;
	margin-bottom:20px;
	font-size:19px;
}

#lessen .nav-tabs > li > a {
	color: #232323;
	padding:10px 100px 10px 0;
	background: none;
	border:none;
	cursor: default;
}

#lessen .nav-tabs > li.active > a {
	color: #ffffff;
	padding:10px 50px 10px 0;
	border-bottom:4px solid #ffffff;
	padding:10px 100px 10px 0;
}

#lessen .nav-tabs > li > a:hover,
#lessen .nav-tabs > li.active > a:hover {
	color: #ffffff;
}

#lessen .panel {
	background:transparent;
}

#lessen .panel-body {
	border-top:1px solid #ffffff;
	padding:20px 0;
}

#lessen .panel-default {
	border:none;
	border-bottom:1px solid #ffffff;
	border-radius:0px;
}

#lessen .panel-default > .panel-heading {
	color: #333333;
	background:transparent;
	border-color: #ffffff;
	padding:10px 0;
}

#lessen .panel-title {
	float:left;
}

#lessen .panel-title > a {
	color: #262626;
	text-decoration:none;
	-webkit-transition: all 0.1s;
	   -moz-transition: all 0.1s;
	        transition: all 0.1s;
}

#lessen .panel-title > a:hover {
	color: #ffffff;
}

#lessen .date {
	color:#000;
	font-family:'montserratregular';
	margin-bottom:0;
	font-size:17px;
	line-height:18px;
}

#lessen .speaker-name {
	
	font-family:'montserratregular';
	font-size:12px;
	letter-spacing:1px;
}

#lessen .panel-body h4 {
	color:#666666;
	font-size:21px;
}

#lessen .panel-body p {
	margin-right:10px;
	display:inline-block;
}

#lessen .panel-body p span {
	color:#666666;
	display:inherit;
}

#lessen .about-speaker i{
	color:#262626;
}

#lessen .about-speaker a{
	color:#262626;
	text-decoration:none;
}

#lessen .about-speaker a:hover{
	color:#000000;
	text-decoration:none;
}

@media only screen and (max-width: 480px), only screen and (max-device-width: 480px) {

#myTab li {
	width:100%;
}

#lessen .panel-title {
	display:block;
	float:none;
}

#lessen .speaker-name {
	text-align:center;
	margin-top:20px;
}

}

/* WORKSHOPS */

#workshops {
	padding-top:0;
	padding-bottom:0px;
}

#workshops .venue {
	background-image: url(../img/bg-venue.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	height:600px;
	margin-bottom:0;
	display:table;
	width:100%;
}

#workshops .venue .venue-inner {
	color:#b0b0b0;
	background:rgba(0,0,0, 0.7);
	display:table-cell;
	vertical-align:middle;
	
}

#workshops h2:after {
	content: "";
  	display: block;
  	width: 60px;
  	height: 3px;
 	background-color: #fac42b;
 	margin-top: 12px;
  	margin-bottom: 15px;
}

#workshops h3 {
	margin-top:10px;
}

#workshops h3:after {
	content: "";
  	display: block;
  	width: 60px;
  	height: 3px;
 	background-color: #fac42b;
 	margin-top: 12px;
  	margin-bottom: 15px;
}

#workshops i {
	color:#fac42b;
}


/* PARTY */

#party {
	background:#f5f5f5;
	border-bottom:1px solid #f0f0f0;
	padding:70px 0 90px 0;
}

/* OWL CAROUSEL */

.owl-theme .owl-controls .owl-buttons div {
	color: #000;
	background: #fac42b;
	border-radius: 0px;
}

/* LOGO */
.logo span {
	color: #fff;
	font-size: 36px;
	font-family:'rockwelnovacond';
	position: absolute;
	padding-top: 50px;
	padding-left: 5px;
}

.navbar-custom {
	font-size: 14px;
	font-weight: 600;
}

/* BLOKKEN a  */
.feature h4 a {
	color: #000;
}
.feature h4 a:hover {
	color: #fac42b;
	text-decoration: none;
}

/* HEADER */
.navbar-collapse.in {
	overflow-y: visible;
}
	
.navbar-toggle {
  z-index: +1;
}

/* kleuren */
.lead {
    color: #444444;
}
.venue-inner .lead {
    color: #f6f6f6;
}
#workshops .venue .venue-inner {
    color: #f6f6f6;
}
#lessen .lead {
    color: #232323;
}

/* extra layer */
.tp-caption.medium_bg_bold_orange {
font-size:30px;
line-height:36px;
font-weight:800;
font-family:"Open Sans";
color:rgb(255, 255, 255);
text-decoration:none;
background-color:rgb(243, 156, 18);
padding:10px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

