@charset "UTF-8";

#container{
	position:relative;
	text-align:center;
	display:block;
	max-width:2000px;
	width:98%;
	max-width:2000px;
	padding-top:-40px;
	height:1000px;
	margin:40px auto 10px auto;
	overflow:hidden;	
}
.after{
	width:100%;
	height:auto;
	overflow:hidden;
}
.story {
	position:relative;
	margin:20px 0 150px 15%;
	width:300px;
	max-width:800px;
	font-family: 'Sarala', sans-serif;
	font-size:1em;
	color:#444;
	text-align:justify;
	line-height:1.8;
	display:inline-block;
	float:left;
	z-index: 2;
}
.back {
	position:relative;
	width:90%;
	text-align:center;
	display:block;
	margin:0 auto;
	z-index:5;
	height:2000px;	
	background-image:url(fish-back-02.jpg);
	background-size:250px;
}
			/* gallerij plaatjes navigatie */
#toTop1, #toTop2 {
	display:inline-block;
	width:30px;
	height:30px;
	position:absolute;
	top:945px;
	left:50%;
	z-index:10;
	cursor:pointer;
	margin-left:-42%;
}
#toTop1 img, #toTop2 img {
	opacity: 0.7;
    filter: alpha(opacity=70); 
	font-size:30px;
	height:30px;
	width:auto;
}
#toTop2 {
	float:right;
	left:50%;
	margin-left:40%;
}
#toTop1 img:hover, #toTop2 img:hover {
	opacity:1;
    filter: alpha(opacity=100); 
}
#toTop1:active, #toTop2:active{
	opacity:0.2;
	filter: alpha(opacity=20);
}
.slider-dots{
	list-style:none;
	display:inline-block;
	top:925px;
	position:absolute;
	z-index:7;
	left:50%;
	margin-left:-20px;
	cursor:default;
	color:#060;
}
.slider-dots li{
	display:inline;
	opacity:0.5;
	filter: alpha(opacity=50);
	 margin:0 5px 0 5px;
	 font-size:30px;
}
.slider-dots li.active-dot{
	opacity:1;
	filter: alpha(opacity=100);
}
.slide{
	position:absolute;
	width:auto;
	height:800px;
	display:none;
	z-index:10;
	top:120px;
	left:50%;
	margin-left:-300px;
	
	-webkit-box-shadow: 0px 1px 10px -5px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 1px 10px -5px rgba(0,0,0,0.5);
	box-shadow: 0px 1px 10px -5px rgba(0,0,0,0.5);
}
.active-slide{
	display:block;
}
.slide img{
	height:800px;
	width:auto;
}
/* next, previous buttons */
.button {
	width:175px;
	height:50px;
	margin:-80px 0 30px 0;
	background-color:#FFF;
	border:none;
	color:#444;
	z-index:10;
	bottom:30px;
	
	-webkit-box-shadow: 0px 1px 4px 1px rgba(0,0,0,0.22);
	-moz-box-shadow: 0px 1px 4px 1px rgba(0,0,0,0.22);
	box-shadow: 0px 1px 4px 1x rgba(0,0,0,0.22);
}
.button:hover {
    background-color: #f2f2f2;
    color: #d5d5d5;
}
#left{
	position:absolute;
	border-bottom-right-radius:50px;
	border-top-right-radius:50px;
	left:0px;
}
#left:active {
	color: #FFF;
	background-color: #d5d5d5;
}
#right{
	position:absolute;
	border-bottom-left-radius:50px;
	border-top-left-radius:50px;
	right:0px;
}
#right:active {
	color: #FFF;
	background-color: #d5d5d5;
}