
.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width:auto;
	padding:0;
	margin:0;
	height:100%;
	

}
.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	height:100%;
	width:100%;
	left: 0;
	top: 0;
	overflow:hidden;
}
.rslides li a {
	text-decoration:none;
	display:block;
}
.rslides li:first-child {
	position: relative;
	display: block;
	float: left;
}
.rslides li .scrolldown {
	position:absolute;
	width:150px;
	text-align:center;
	left:50%;
	margin-left:-75px;
	bottom:2%;
	-moz-transform:translateY(-1300px);
	-webkit-transform:translateY(-1300px);
	-o-transform:translateY(-1300px);
	-ms-transform:translateY(-1300px);
	transform:translateY(-1300px);
	-webkit-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease;
	transition-delay: 1600ms;
	-webkit-transition-delay: 1600ms; /* Safari */


	
}
.rslides li .scrolldown p {
	text-align:center;
	line-height:1.5em;
	font-size:0.8em;
	text-transform:uppercase;
	text-decoration:none;
	letter-spacing:4px;
	color:#666;
	font-weight:400;
	margin-bottom:8%;
}
.rslides li .scrolldown img {
	z-index:9999;
	min-width:38px;
	min-height:38px;
	width:38px!important;
	height:38px!important;
	float:none;
	display:inline;
	text-align:center;
	cursor: pointer;
	
}
.rslides li img {
	display: block;
	height: auto;
	float: left;
	min-height:600px;
	min-width:1350px;
	height:100%;
	width:auto;
	border: 0;
	cursor:pointer;
}
.rslides .nopress img {
	cursor:default;
}
.rslides .tekst {
	text-align:center;
	color:#28a6c2;
}
.rslides .tekstmobiel {
	display:none;
}
.rslides .tekst .titel {
	font-size:1.2em;
	letter-spacing:6px;
	font-weight:700;
	text-transform:uppercase;
	font-family: 'Lato', sans-serif;
	margin-bottom:0;
	color:#28a6c2;
}
.rslides .tekstachterkant .titel {
	margin-top:2%;
}
.rslides .tekst p {
	margin-top:6%;
	margin-bottom:12%;
	font-size:1em;
	line-height:1.7em;
	font-weight:300;
	text-decoration:none;
	color:#28a6c2;
}
.rslides .tekst .leesmeer {
	text-decoration:none;
	color:#28a6c2;
	text-transform:uppercase;
	font-size:0.8em;
	line-height:1em;
	font-family: Baskerville, "Baskerville Old Face", "Hoefler Text", Garamond, "Times New Roman", serif;
	letter-spacing:1px;
}
.rslides .tekst .leesmeer span {
	font-weight:300;
}
.rslides .tekstvoorkant, .rslides .tekstvoorkantspecial {
	padding:90px 40px 0 40px;
	width:320px;
	height:310px;
	position:absolute;
	background:rgba(255,255,255,0.95);
	
	left:50%;
	margin:-200px 0 0 -200px;
	top:50%;
	z-index:100;
	display:block;
	-moz-transform:translateY(-1000px);
	-webkit-transform:translateY(-1000px);
	-o-transform:translateY(-1000px);
	-ms-transform:translateY(-1000px);
	transform:translateY(-1000px);
	-webkit-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease;
	cursor:pointer;
}
.rslides .tekstvoorkantspecial {
	cursor:default;
/*
	padding:140px 40px 0 40px;
	height:260px;
*/
}
.ie8 .rslides .tekstvoorkant, .ie8 .rslides .tekstvoorkantspecial  {
	background:white
}
.rslides .tekstvoorkantin {
	-moz-transform:translateY(0px)!important;
	-webkit-transform:translateY(0px)!important;
	-o-transform:translateY(0px)!important;
	-ms-transform:translateY(0px)!important;
	transform:translateY(0px)!important;
	border-radius:400px;
}
.rslides .tekstvoorkantnonactive {
	opacity:0;
	z-index:99;
	display:none;
}
.rslides .tekstachterkant {
	width:100%;
	height:100%;
	padding-top:86px;
	background:rgba(65,137,1,0.9);
	position:absolute;
	color:white;
	opacity:0;
	z-index:99;
	display:none;
	cursor:pointer;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
.ie8 .rslides .tekstachterkant {
	background:rgb(70,90,115);
}
.rslides .tekstachterkant p, .rslides .tekstachterkant .titel {
	color:white;
}
.rslides .tekstachterkantactive {
	opacity:1;
	z-index:100;
	display:block;
}
.rslides .tekstachterkant .sluiten {
	text-align:center;
	color:white;
	font-family: Baskerville, "Baskerville Old Face", "Hoefler Text", Garamond, "Times New Roman", serif;
	text-decoration:none;
	font-size:0.8em;
	text-transform:uppercase;
	letter-spacing: 1px;
	font-weight:300;
}
.rslides .tekstachterkant .sluiten span {
}
.rslides .tekstachterkant .divider1 {
	background:white;
	margin-top:2%;
}
.tekstachterkant .textcol1 {
	float:left;
	width:40%;
	padding:6% 8% 6% 2%;
}
.tekstachterkant .textcol1 p, .tekstachterkant .textcol2 p {
	margin-bottom:6%;
	font-size:1em;
	line-height:1.7em;
	font-weight:300;
	margin-top:0%;
	text-align:left;
	font-family: 'Lato', sans-serif;
}
.tekstachterkant .textcol2 {
	float:left;
	width:40%;
	padding:6% 2% 0 8%;
}
.navholder {
	width:100%;
	height:0px;
	position:relative;
	top:-200px;
}
.prev {
	position:absolute;
	top:50%;
	left:5%;
	margin-top:-20px;
	z-index:1000!important;
	width:25px;
	padding:5px 25px 5px 0px;
	height:40px;
	display:block;
	text-indent:-9999px;
	background:url(../../static.local/img/sliderprev.png) no-repeat left center;
	color:rgba(255,255,255,0);
	cursor:pointer;
	-moz-transform:translateY(-1000px);
	-webkit-transform:translateY(-1000px);
	-o-transform:translateY(-1000px);
	-ms-transform:translateY(-1000px);
	transform:translateY(-1000px);
	-webkit-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease;
	transition-delay: 1000ms;
	-webkit-transition-delay: 1000ms; /* Safari */
}
.next {
	position:absolute;
	top:50%;
	margin-top:-20px;
	right:5%;
	z-index:1000!important;
	width:25px;
	padding:5px 0 5px 25px;
	height:40px;
	display:block;
	text-indent:-9999px;
	background:url(../../static.local/img/slidernext.png) no-repeat right center;
	color:rgba(255,255,255,0);
	-webkit-transform:translateZ(0);
	cursor:pointer;
	-moz-transform:translateY(-1000px);
	-webkit-transform:translateY(-1000px);
	-o-transform:translateY(-1000px);
	-ms-transform:translateY(-1000px);
	transform:translateY(-1000px);
	-webkit-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease;
	transition-delay: 1000ms;
	-webkit-transition-delay: 1000ms; /* Safari */
}
}
.nextin, .previn {
	-moz-transform:translateY(0px);
	-webkit-transform:translateY(0px);
	-o-transform:translateY(0px);
	-ms-transform:translateY(0px);
	transform:translateY(0px);
}
.nextnonactive, .prevnonactive {
	display: none;
}

@media all and (max-width: 1024px) {
	.nextnonactive, .prevnonactive {
		display:block;
	}
	.rslides {
		height:auto!important;
	}
	.rslides li {
		-webkit-backface-visibility: hidden;
		position: absolute;
		display: none;
		width:100%;
		height:auto!important;
		left: 0;
		top: 0;
		min-height:0px;
		cursor:default;
	}
	.rslides li img {
		display: block;
		height: auto;
		float: left;
		height:auto!important;
		width:100%;
		border: 0;
		min-width:100%!important;;
		min-height:0px!important;
		cursor:default;
	}
	.rslides .tekstvoorkant {
		display:none;
	}
	.rslides .tekstvoorkantspecial {
		display: none;
	}
	.rslides .tekstachterkant {
		display: none;
	}
	.rslides .tekstmobiel {
		display:block;
		position:absolute;
		bottom:5%;
		width:90%;
		left:5%;
		right:5%;
		text-align:center;
		background:rgba(255,255,255,0.9);
	}
	.rslides .tekstmobiel .titel {
		font-size:1em;
		line-height:1.5em;
		letter-spacing:2px;
		font-weight:700;
		text-transform:uppercase;
		font-family: 'Lato', sans-serif;
		margin-bottom:0;
		color:#465a73;
	}
}