* {
    color: #fff ;
   -webkit-font-smoothing: antialiased;
  }

.clearfix:after {
        visibility: hidden;
        display: block;
        content: "";
        clear: both;
        height: 0;
        }

@font-face {
	font-family: Helvetica Neue;
	src: url(HelveticaNeue.ttf);
	font-weight: normal;
}

@font-face {
	font-family: Helvetica Neue;
	src: url(HelveticaNeueBold.ttf);
	font-weight: bold;
}



body {
	background-color: #ffffff;
	margin: 0;
}

.bcg1 {

	background: url(zwartevilt.png);
	max-width: 100%;
	height: 400px;
	margin: 0 auto;
	box-shadow: 0 10px 10px rgba(0,0,0,0.5); 

}

.container {
	width: 1024px;
	padding: 0 10px;
	margin: 0 auto 0 auto;
	min-height: 100%;

	overflow: visible;

	position: relative;
}

.img1 {
	display: block; 
	position: absolute;
	top: 100px; 
	left: 620px; 
	opacity: 1; 
	overflow: visible;
	animation-name: InLeft;
	animation-duration: 2s;
}

.img2 {
	display: block; 
	position: absolute;
	top: 10px; 
	left: 100px; 
	opacity: 1; 
	overflow: visible;

}
.leftc {

	display: block; 
	position: absolute;
	top: 90px; 
	left: 100px; 
	width: 300px;
	text-shadow: 1px 1px 2px #fff;
	overflow: visible;

}

h1, h2, h3, h4 {
	font-family: "Helvetica Neue", "Arial Black" ,Helvetica, sans-serif;
	line-height: 1.2em;
	text-transform: uppercase;
	font-weight: bold;
	border-bottom: 7px solid white;
	padding-bottom: 5px;

}

p {

	text-shadow: 1px 1px 2px #000;
	font-family: "Helvetica Neue", "Arial Black" ,Helvetica, sans-serif;
	line-height: 1em;
	text-transform: uppercase;
	font-weight: bold;

}

.arrow { 
	margin-top: -5px;
	display: block;
	position: absolute;
	background: url(arrow-2-right.png);
	background-repeat: no-repeat;
	padding-left: 60px;

	animation-name: InLeft;
	animation-duration: 4s;
}

.arrow1 { 
	margin: 70px;
	margin-left: 0px;
	background: url(arrow-2-right.png);
	background-repeat: no-repeat;
	padding-left: 60px;
	animation-name: InLeft;
	animation-duration: 4s;
}

#map {

    width: 100%;
	position: absolute;
	display:none;
    height: 500px;

}

.line {

	font-family: "Helvetica Neue", "Arial Black" ,Helvetica, sans-serif;
	font-size: 2em;
	text-transform: uppercase;
	color: black;
	border-bottom: 7px solid black;
	text-shadow: 1px 1px 2px #000;
	font-weight: bold;
	margin: 80px auto;
	display: inline-block;
	width: 250px;
	height: 45px;
	transition-propety: all;
	transition-duration: .5s;

}

.line:hover {
	background: #000;
	color: white;
	cursor: pointer;
	text-shadow: 1px 1px 2px #fff;


}

#block_a
{
width:100%;
text-align:center !important;
}
 
#block_v
{
width: 100%;
margin-top: 0;
display:-moz-inline-stack; /* for FF2*/
display:inline-block; /* normal browsers */
zoom:1; /* for IE (hasLayout true) */
*display:inline; /* for IE */
}

@keyframes InLeft{
	0% {
	transform: translate(-1000px);
	}
	100% {
	transform: translate(0px);
	}
}

.next {

	display: block;
	position: relative;
	min-height: 700px;
	margin: 0 auto;
	width: 100%;

	margin: 0 auto 0 auto;
	overflow: hidden;
	position: relative;
}


p.kat {
	display: block;
	margin: 0px auto;
	font-family: "Helvetica Neue", "Arial Black" ,Helvetica, sans-serif;
	font-size: 2em;
	text-transform: uppercase;
	font-weight: normal;
	color: black;
	text-align: center;


}

.circle {
	position: absolute;
	top: 300px;
	left: 50%;
    margin-left: -150px;
	z-index: 5000;
	display: block;
	border-radius: 50%;
	width: 300px;
	height: 300px;
	background: url(download.png) center no-repeat;
	cursor: pointer;
	box-shadow: 0 3px 20px rgba(0,0,0,.25), inset 0 
	2px 0 rgba(255,255,255,.4), 0 2px 0 rgba(0,0,0,.1),
	inset 0 0 20px rgba(0,0,0,.1) ;
}

.circle:hover
{
	box-shadow: inset 0 3px 20px rgba(0,0,0,.25), 0 
	2px 0 rgba(255,255,255,.4), inset 0 2px 0 rgba(0,0,0,.1),
	0 0 20px rgba(0,0,0,.1) ;
	-webkit-transition: box-shadow;
	transition: box-shadow;
}


.next {
padding-bottom: 2%;
}

.next:after {

content: ".";

display: block;

height: 0;

clear: both;

visibility: hidden;

}


#k {
    padding-left: 2%;
    padding-right: 2%;
}

#m {
        padding-left: 2%;
    padding-right: 2%;
}

#t {
        padding-left: 2%;
    padding-right: 2%;
}




