#jFlowSlide {
	background:#000;
}
#myController {
	padding: 0px ;
	width:100%;
	height:30px;
	background:#000;margin-top:px;
	padding:2px 0 0 20px;
}
.jFlowControl, .jFlowPrev, .jFlowNext {
	font-size:13px;
	color:#FFF;
	cursor:pointer;
	padding-left:5px;
	padding-right:5px;
	padding-top:2px;
	padding-bottom:2px;
	margin-right:10px;
}
.jFlowControl:hover, .jFlowPrev:hover, .jFlowNext:hover, .alle-exposities:hover {
	background: coral;
}
.jFlowControl.vorig {
	float:left;
	padding-bottom:1px;
	margin-right:13px;
}
#myController span.jFlowSelected {
	background:coral
}
.slide-wrapper {
	width:100%;
	height:570px;
	background-image:none;
	background-color:#337ab7;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
}
.home .banner_area .slide-wrapper {
	height:550px;
	}
.slide-thumbnail {
	display: none;
	width:100px;
	float:left;
	margin:30px;
}
.slide-thumbnail img {
	max-width:300px;
	width:100px;
	height:30px;
}
.slide-details {
	display:block;
	position:absolute;
	width:50%;
	right:0px;
	bottom:50px;
	padding: 15px 20px 10px 20px;
	background-color:rgba(0,0,0,0.88);
	}
.slide-details h3.expolabel{
	width:auto;
	display:inline-block;
	margin:-45px -20px 0px 0px;
	text-align:left;padding-top:10px;
	}
.slide-details h3.expolabel span{
	color:#fff;
	font-size:12px;
	text-transform:uppercase;
	display:block;float:left;margin-top:4px;margin-right:10px;margin-left:-10px;
	}

.slide-details .description {
	margin-top:0px;
	font-size:14px;
	color:#fff;
}
.slide-details .description h3 {
	margin-bottom:0px;
	margin-top:0px;
	font-weight:normal;
	color:coral;
	font-size:45px;
}
.slide-details .description  a.knop {
	font-family: 'Open Sans', sans-serif;
	background-color:coral;
	float:right;
	color:#000 !important;
	display:inline-block;
	padding: 5px 15px 5px 15px;
	margin-right:30px;
	margin-top:10px;
	margin-bottom:-20px;
	text-align:center;
	font-weight:bold;
	
	text-decoration:none;	color:#000;
	}
.description a.knop:hover {
	background-color:#fff;
	color:coral !important;
	}
.van-tot {
	font-size:15px;
	font-weight:bold;
}
.alle-exposities {
	float:right;
	width:120px;
	height:15px;
	text-decoration:none;
	text-align:center;
	text-transform:uppercase;
	font-size:10px;
	padding: 4px 0px 0px 0px;
	color:#fff;
}
.alle-exposities:hover {
	color:#fff;
}

/* Landscape phones and down */
@media (max-width: 480px) {
	.slide-details .description h3 {

	font-size:35px;
}
	.slide-details {
	  width:80%;
	  bottom:20px;
	
	}
	
}

