@font-face {
  font-family: 'futura';
  font-style: normal;
  font-weight: normal;
  src: url('/_incf/futurastd-book-webfont.eot');
  src: url('/_incf/futurastd-book-webfont.eot?#iefix') format('embedded-opentype'),
       url('/_incf/futurastd-book-webfont.woff') format('woff'),
       url('/_incf/futurastd-book-webfont.ttf') format('truetype');
}
@font-face {
  font-family: 'futura';
  font-style: normal;
  font-weight: bold;
  src: url('/_incf/futurastd-bold-webfont.eot');
  src: url('/_incf/futurastd-bold-webfont.eot?#iefix') format('embedded-opentype'),
       url('/_incf/futurastd-bold-webfont.woff') format('woff'),
       url('/_incf/futurastd-bold-webfont.ttf') format('truetype');
}
@font-face {
  font-family: 'americantypewriter';
  font-style: normal;
  font-weight: normal;
  src: url('/_incf/american-typewriter.eot');
  src: url('/_incf/american-typewriter.eot?#iefix') format('embedded-opentype'),
       url('/_incf/american-typewriter.woff') format('woff'),
       url('/_incf/american-typewriter.ttf') format('truetype');
}
* { 
	margin: 0;
}
html {
	min-height: auto;
	height: 100%;
}
body {
	font-family: futura;
	font-size: 18px;
	font-weight: normal;
	margin: 0; padding: 0; border: 0;
	height: 100%;
	background: url('/_inc/siteimages/background.png');
	background-position: center;
}
#top {
	position: fixed;
	left: 0; top: 0;
	width: 100%;
	z-index: 100;
height: 70px;
}
#topmenuholder {
	height: 35px;
	line-height: 35px;
	background-color: black;
	color: white;
}
#topmenu {
	width: 960px;
	margin-left: auto; margin-right: auto;
	font-size: 14px;
	font-weight: bold;
}
#topmenu a {
	text-decoration: none;
	color: white;
	margin-left: 5px;
	margin-right: 5px;
}
#topmenu a:first-child {
	margin-left: 0;
}
#topmenu a:hover {
	color: #ff3366;
}
#topmenu a.activeitem {
	color: #ff3366;
}
#mainnavholder {
	height: 215px;
height: 120px;
height: 70px;
padding-top: 40px;
padding-bottom: 40px;
	background-color: #9afeff;
}	
#mainnav {
	width: 960px;
	margin-left: auto; margin-right: auto;
}
#logo {
	float: left;
	margin-left: -20px;
	margin-right: 60px;
	margin-top: 2px;
margin-top: -40px;
}
#balloonholder {
	float: left;
	position: relative;
}
#ballyellow {
	width: 108px;
	height: 69px;
	background: url(/_inc/siteimages/ball_doemee_yellow.png);
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	cursor: pointer;
}
#ballyellow:hover, #ballyellow.activeball {
	background: url(/_inc/siteimages/ball_doemee_black.png);
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
}
#ballpurple {
	width: 108px;
	height: 69px;
	background: url(/_inc/siteimages/ball_movies_purple.png);
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	cursor: pointer;
}
#ballpurple:hover, #ballpurple.activeball {
	background: url(/_inc/siteimages/ball_movies_black.png);
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
}
#ballmagenta {
	width: 108px;
	height: 69px;
	background: url(/_inc/siteimages/ball_sounds_magenta.png);
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	cursor: pointer;
}
#ballmagenta:hover, #ballmagenta.activeball {
	background: url(/_inc/siteimages/ball_sounds_black.png);
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
}
#ballorange {
	width: 108px;
	height: 69px;
	background: url(/_inc/siteimages/ball_texts_orange.png);
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	cursor: pointer;
}
#ballorange:hover, #ballorange.activeball {
	background: url(/_inc/siteimages/ball_texts_black.png);
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
}
#ballblue {
	width: 108px;
	height: 69px;
	background: url(/_inc/siteimages/ball_images_blue.png);
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	cursor: pointer;
}
#ballblue:hover, #ballblue.activeball {
	background: url(/_inc/siteimages/ball_images_black.png);
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
}
/*
#ballyellow {
	position: absolute;
	left: 0;
	top: 108px;
	width: 138px;
	height: 88px;
	background: url(/_inc/siteimages/ball_doemee_yellow.png);
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	cursor: pointer;
}
#ballyellow:hover, #ballyellow.activeball {
	background: url(/_inc/siteimages/ball_doemee_black.png);
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
}
#ballpurple {
	position: absolute;
	left: 150px;
	top: 28px;
	width: 132px;
	height: 84px;
	background: url(/_inc/siteimages/ball_movies_purple.png);
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	cursor: pointer;
}
#ballpurple:hover, #ballpurple.activeball {
	background: url(/_inc/siteimages/ball_movies_black.png);
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
}
#ballmagenta {
	position: absolute;
	left: 270px;
	top: 118px;
	width: 107px;
	height: 68px;
	background: url(/_inc/siteimages/ball_sounds_magenta.png);
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	cursor: pointer;
}
#ballmagenta:hover, #ballmagenta.activeball {
	background: url(/_inc/siteimages/ball_sounds_black.png);
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
}
#ballorange {
	position: absolute;
	left: 390px;
	top: 30px;
	width: 141px;
	height: 90px;
	background: url(/_inc/siteimages/ball_texts_orange.png);
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	cursor: pointer;
}
#ballorange:hover, #ballorange.activeball {
	background: url(/_inc/siteimages/ball_texts_black.png);
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
}
#ballblue {
	position: absolute;
	left: 554px;
	top: 90px;
	width: 117px;
	height: 75px;
	background: url(/_inc/siteimages/ball_images_blue.png);
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	cursor: pointer;
}
#ballblue:hover, #ballblue.activeball {
	background: url(/_inc/siteimages/ball_images_black.png);
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
}
*/
#main1 {
	width: 100%;
	height: 100%;
	position: absolute;
}	
#main2 {
	margin-top: -250px;
	padding-top: 250px;
	width: 960px;
	margin-left: auto; margin-right: auto;
	position: relative;
}
#main3 {
	margin-top: 250px;
margin-top: 185px;
	padding-left: 117px;
	padding-right: 117px;
	padding-top: 50px;
	padding-bottom: 80px;
	background-color: #e9e9e9;
	position: relative;
margin-top: 0;
padding-top: 235px;
padding-top: 245px;
}
#main3 a {
	text-decoration: none;
	color: #2399ff;
}
#main3 a:hover {
	color: #ff3366;
}
.homeitem {
	padding-top: 25px;
	padding-bottom: 25px;
}
.itemtext {
	font-weight: normal;
}
.itemtitle {
	text-transform: uppercase;
	color: #2399ff;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 1em;
}
.itemtitlesmall {
	text-transform: uppercase;
	color: #2399ff;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 1em;
}
.vetblauw {
	color: #2399ff;
	font-weight: bold;
}
.toggler {
	cursor: pointer;
}
div.imageholder {
	width: 726px;
	display: block;
	position: relative;
	z-index: 2;
	margin-bottom: 20px;
}
#slider_2 {
	height: 545px;
}
#slider_3 {
	height: 425px;
}
#slider_4 {
	height: 530px;
}
#slider_5 {
	height: 545px;
}
#slider_6 {
	height: 545px;
}
#sounditems {
	margin-top: 50px;
}
.sounditem, .textitem {
	float: left;
	width: 202px;
	margin-right: 60px;
}
.textitem {
	float: left;
	width: 333px;
	margin-right: 60px;
	margin-bottom: 30px;
}
.sounditemtitle {
	text-transform: uppercase;
	color: #2399ff;
	font-size: 12px;
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: 1em;
}
.sounditemintro {
	font-size: 14px;
font-size: 18px;
}	
.soundimageholder {
	position: relative;
	cursor: pointer;
}
.soundimageholder img {
	display: block;
}
div.clear, p.clear {
	clear: both;
}
.textitemtitle {
	text-transform: uppercase;
	color: #2399ff;
	font-size: 15px;
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: 1em;
}
.textitemintro {
	font-size: 14px;
font-size: 18px;
	/* added*/
	height: 144px;
height: 192px;
	overflow: hidden;
}
div.readmoretext {
	display: none;
}
.sbitem {
	float: left;
	width: 333px;
	margin-right: 60px;
	margin-bottom: 30px;
}
.smalltitle {
	text-transform: uppercase;
	color: #2399ff;
	font-size: 12px;
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: 1em;
}
div.smalltext {
	font-size: 18px;
}
div.smalltext p {
	margin-top: 1em;
	margin-bottom: 1em;
}
div.smalltext a {
	color: #2399ff;
	text-decoration: none;
}
div.smalltext a:hover {
	text-decoration: underline;
}
img.zoomer {
	display: none; position: absolute; right: 0; top: 0; opacity: 0.3;
}
img.sectionballoon {
	position: absolute;
	right: 10px;
	top: 15px;
	width: 108px;
}
div.mainnavballoon {
	width: 108px;
	height: 69px;
	float: left;
	display: inline-block;
}
div.fb {
	margin-top: 15px;
	font-family: 'futura';
	font-size: 12px;
}
div.feedbackbutton {
	width: 74px;
	padding: 5px;
	background-color: black;
	color: white;
	margin-right: 10px;
	float: left;
	font-family: 'americantypewriter';
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
	text-align: center;
}
div.feedbackbutton:hover {
	background-color: #ee3768;
	color: black;
}
.feedbackform {
	display: none;
	margin-top: 15px;
}
.feedbackform td {
	font-size: 12px;
}
.feedbackform textarea {
	width: 100%;
}
.fbs {
	display: none;
}
.fbitem {
	margin-top: 15px;
}
.socialbuttons {
	margin-top: 1em;
}
.socialbuttons a {
	margin-left: -16px;
	padding-left: 16px;
	padding-right: 16px;
}
#upload input {
	width: 300px;
}
#upload input[type=text] {
	padding: 4px;
}
#upload button {
	padding: 6px;
}
.readmore {
	font-size: 12px;
}
#toTop {
    display:none;
    text-decoration:none;
    position:fixed;
    bottom:.75rem;
    right:.75rem;
    overflow:hidden;
    width:43px;
    height:43px;
    border:none;
    z-index:100;
    margin-bottom: 20px;
}

#toTopHover {
    display:block;
    overflow:hidden;
    float:left;
}

#toTop:active,#toTop:focus {
    outline:none;
}
