html, body {
	width: 100%;
	height: 100%;
	border: 0;
	margin: 0;
	padding: 0;
	/*font-family: "Univers";*/
}

body, table, td, div, span, p, input, textarea, select, option {
	color: #383239;
	font-size: 18px;
	font-family: 'univers', Helvetica Neue, Helvetica, sans-serif;
	-webkit-text-size-adjust: 100%;
}

/* *** FONTS *** */

@font-face {
	font-family: 'univers';
	src: url('../fonts/universltstd.eot');
	src: url('../fonts/universltstd.eot') format('embedded-opentype'),
		 url('../fonts/universltstd.woff') format('woff'),
		 url('../fonts/universltstd.ttf') format('truetype'),
		 url('../fonts/universltstd.svg#univers') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'univers';
	src: url('../fonts/universltstd-bold.eot');
	src: url('../fonts/universltstd-bold.eot') format('embedded-opentype'),
		 url('../fonts/universltstd-bold.woff') format('woff'),
		 url('../fonts/universltstd-bold.ttf') format('truetype'),
		 url('../fonts/universltstd-bold.svg#univers') format('svg');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'univers';
	src: url('../fonts/universltstd-obl.eot');
	src: url('../fonts/universltstd-obl.eot') format('embedded-opentype'),
		 url('../fonts/universltstd-obl.woff') format('woff'),
		 url('../fonts/universltstd-obl.ttf') format('truetype'),
		 url('../fonts/universltstd-obl.svg#univers') format('svg');
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: 'univers';
	src: url('../fonts/universltstd-boldobl.eot');
	src: url('../fonts/universltstd-boldobl.eot') format('embedded-opentype'),
		 url('../fonts/universltstd-boldobl.woff') format('woff'),
		 url('../fonts/universltstd-boldobl.ttf') format('truetype'),
		 url('../fonts/universltstd-boldobl.svg#univers') format('svg');
	font-weight: bold;
	font-style: italic;
}

@font-face {
	font-family: 'univers-condensed';
	src: url('../fonts/universltstd-cn.eot');
	src: url('../fonts/universltstd-cn.eot') format('embedded-opentype'),
		 url('../fonts/universltstd-cn.woff') format('woff'),
		 url('../fonts/universltstd-cn.ttf') format('truetype'),
		 url('../fonts/universltstd-cn.svg#univers-condensed') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'univers-condensed-light';
	src: url('../fonts/universltstd-lightcn.eot');
	src: url('../fonts/universltstd-lightcn.eot') format('embedded-opentype'),
		 url('../fonts/universltstd-lightcn.woff') format('woff'),
		 url('../fonts/universltstd-lightcn.ttf') format('truetype'),
		 url('../fonts/universltstd-lightcn.svg#univers-condensed-light') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'univers-condensed-bold';
	src: url('../fonts/universltstd-boldcn.eot');
	src: url('../fonts/universltstd-boldcn.eot') format('embedded-opentype'),
		 url('../fonts/universltstd-boldcn.woff') format('woff'),
		 url('../fonts/universltstd-boldcn.ttf') format('truetype'),
		 url('../fonts/universltstd-boldcn.svg#univers-condensed-bold') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* *** */

.container {
	display: block;
	width: 900px;
	overflow: hidden;
	padding-left: 0px;
	padding-right: 0px;
}

td {
	border-top: 0 !important;
	padding: 0 !important;
	padding-bottom: 0 !important;
}

form {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

p {
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	line-height: 20px;
	margin: 0 0 1.5em 0;
}

.main-container {
	margin-top: 0px;
}

.main-container-row {
	margin: 0px;
}

.main-risd-tcs-container {
	margin-top: 0px;
}

.main-logo-container {
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: center;
}

.main-logo {
	width: 500px;
	text-align: center;
}

.main-image-box {
	text-align: center;
	padding:15px;
}

.main-image {
	/*height: 280px;*/
	width: 280px;
	text-align: center;
}

.vote-image {
	padding: 0px 0px 0px 0px;
	text-align: center;
}

.inner-table {
	margin-bottom: 0;
}

a:link, a:hover, a:active, a:visited {
	color: #07328f;
}

a:link, a:visited {
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
}

.navlink {
	text-align: center;
}

.navlink > .text {
	padding-top: 50px;
}

.navbar {
	display: block;
	margin-top: 40px;
	text-align: center;
}

.nav-block {
	text-align: center;
	display: inline-block;
	text-decoration: none;
	background-position: center center;
	background-repeat: no-repeat;
}

.nav-image {
	margin: 0 10px 0 10px;
	height: 17px;
}

.nav-active {
	background-color: #88BB3B;
}

.collapse-group {
	text-align: center;	
}

.collapse-block {
	margin-top: 15px;
	text-align: center;
	display: block;
}

.collapse-challenge {
	width: 900px;
	padding-top: 18px;
	background-color: #88BB3B;
}

.challenge-div {
	height: 100px;
	min-width: 110px;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
	vertical-align: middle;
	display: inline-block;
}

.challenge-text {
	text-align: center;
	max-width: 100px;
	font-size: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
    word-wrap: break-word;
	color: #fff;
}

.challenge-image {
	height: 84px;
	/*max-width: 100px;*/
	/*padding: 10px 10px 10px 10px;*/
}

.challenge-image-row {
	margin: 0px;
}

/*#challenge-link:hover #challenge-link-hover {
	display: block;
}

#challenge-link-hover {
	display: none;
}*/

/*.image_group {
	width: 280px;
}*/

.image-box1 {
	height: 280px;
	width: 280px;
	background:url('http://kikkerland.com/images/bbbproject/pop/BBB--0024.jpg');
	background-size: 280px 280px;
    background-repeat: no-repeat;
    position: relative;
    text-align: center;

}

#overlay {
	height: 280px;
	width: 280px;
	color: white;
	text-shadow:
		-1px -1px 0 #000,
		1px -1px 0 #000,
		-1px 1px 0 #000,
		1px 1px 0 #000;
    
}

#title {
	vertical-align: middle;
	height: 280px;
	width: 280px;
	text-shadow:
		-1px -1px 0 #000,
		1px -1px 0 #000,
		-1px 1px 0 #000,
		1px 1px 0 #000;
	font-family: Helvetica;
	color: #fff;
	font-size: 84px;
	font-weight: bolder;
	opacity: 1.0;
}

a.image-group {
    position: relative;
    width: 280px;
    text-decoration: none !important;
    text-align: center;
  }

  a.image-group:after {
    content: attr(title);
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0.5em 20px;
    width: 280px;
	text-shadow:
		-1px -1px 0 #000,
		1px -1px 0 #000,
		-1px 1px 0 #000,
		1px 1px 0 #000;
	font-family: Helvetica;
    /*background: rgba(0,0,0,0.8);*/
    text-decoration: none !important;
    color: #fff;
    opacity: 1.0;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
  }

/* *** */

.top {
	display: block;
	/*width: 100%;*/
	overflow: hidden;
}

.bottom {
	display: none;
	/*width: 100%;*/
	position: static;
}

/* HEADER */
.header-table {
	margin-top: 40px;
}

.header-cell {
	width: 33%;
	text-align: center;
}

a.header-link:link, a.header-link:hover, a.header-link:active, a.header-link:visited {
	text-decoration: none;
}


/* *** FOOTER *** */
.footer {
	margin-top: 15px;
	background-color: #88BB3B;
}

.footer-logo {
	width: 178px;
	height: 30px;	
}

.footer-a {
	display: block;
	overflow: hidden;
	padding-top: 42px;
	padding-bottom: 25px;
	padding-left: 15px;
	padding-right: 15px;
}

.footer-1 {
	display: block;
	float: left;
	width: 215px;
	height: 130px;
}

.footer-1-container {
	display: inline-block;
	vertical-align: middle;
	padding-top: 50px;
	padding-left: 12px;
}

.logo, 
a.logo:link, a.logo:hover, a.logo:active, a.logo:visited {
	display: block;
	text-align: right;
	/*width: 154px;*/
	/*height: 98px;*/
	text-decoration: none;
	/*background-image: url('../media/Logos/Writersblok Logo_White.png');*/
	background-repeat: no-repeat;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
	a.logo:link, a.logo:hover, a.logo:active, a.logo:visited {
		background-image: url('../media/logo@2x.png');
		background-size: 154px 98px;
	}
}

@media only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min--moz-device-pixel-ratio: 3), only screen and (-o-min-device-pixel-ratio: 3/1), only screen and (min-device-pixel-ratio: 3) {
	a.logo:link, a.logo:hover, a.logo:active, a.logo:visited {
		background-image: url('../media/logo@3x.png');
		background-size: 154px 98px;
	}
}

.footer-line {
	display: block;
	float: left;
	width: 1px;
	height: 130px;
	background-color: #ffffff;
}

.footer-2 {
	display: block;
	float: left;
	width: 280px;
	height: 130px;
}

.footer-2-container {
	display: block;
	padding-top: 36px;
	padding-left: 30px;
}

.footer-2-label {
	display: block;
	color: #ffffff;
	font-size: 13px;
	font-family: 'univers-light', Helvetica Neue, Helvetica, sans-serif;
	padding-bottom: 2px;
}

#newsletter-form {
	display: block;
	margin: 0;
	padding: 0;
}

.footer-2-form {
	display: block;
	overflow: hidden;
}

.footer-2-field {
	display: inline-block;
	margin-right: 9px;
	margin-top: 5px;
}

.newsletter-email {
	width: 177px;
	height: 26px;
	color: #272525;
	font-size: 13px;
	font-family: 'univers-light', Helvetica Neue, Helvetica, sans-serif;
	text-align: left;
	padding-left: 11px;
	padding-top: 2px;
	padding-right: 11px;
	border: 1px solid #424243;
	/* *** */
	outline: none;
	/* *** */
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.newsletter-email::-webkit-input-placeholder {
	color: #bfbfbf;
}
.newsletter-email:-moz-placeholder {
	color: #bfbfbf;
}
.newsletter-email::-moz-placeholder {
	color: #bfbfbf;
}
.newsletter-email:-ms-input-placeholder {
	color: #bfbfbf;
}

.footer-2-submit {
	display: inline-block;
	margin-bottom: 8px;
}

.newsletter-submit, 
.newsletter-submit[type="submit"]:hover {
	position: relative;
	top: -2px;
	width: 32px;
	height: 32px;
	font-size: 12px;
	font-family: 'univers-condensed-regular', Helvetica Neue, Helvetica, sans-serif;
	text-align: left;
	padding-top: 8px;
    border: solid 2px #fff;
    border-radius: 50%;
	margin: 0;
	/*-webkit-font-smoothing: antialiased;*/
	/* *** */
	outline: none;
	/* *** */
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
}

.newsletter-submit {
	color: #ffffff;
	background-color: #000000;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.newsletter-submit[type="submit"]:hover {
	color: #ffffff;
	background-color: #4f91ad;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.submit-ok-box {
	position: relative;
	top: 8px;
	width: 32px;
	height: 32px;
	font-size: 12px;
	font-family: 'univers-condensed-regular', Helvetica Neue, Helvetica, sans-serif;
	text-align: left;
	margin: 0;
	/*-webkit-font-smoothing: antialiased;*/
	/* *** */
	outline: none;
	/* *** */
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
}

#submit-ok {
	width: 32px;
	height: 32px;
	background-image: url('../media/ok-white.png');
	background-size: 32px 32px;	
    background-color:rgba(0, 0, 0, 0);
    color:white;
    border: none;
    outline:none;
    transition:height 1s;
    -webkit-transition:height 1s;
	background-repeat: no-repeat;
}

/*#submit-ok:hover {
	width: 32px;
	height: 32px;
	background-image: url('../media/ok-blue.png');
	background-size: 32px 32px;	
	background-repeat: no-repeat;
}*/

.footer-3 {
	display: block;
	float: left;
	width: 195px;
	height: 130px;
}

.footer-3-container {
	display: block;
	padding-top: 25px;
}

.footer-3-text-1, 
.footer-3-text-2 {
	display: block;
	color: #ffffff;
	font-size: 11px;
	font-family: 'univers-light', Helvetica Neue, Helvetica, sans-serif;
	line-height: 16px;
	text-align: center;
}

.footer-3-text-1 {
	padding-top: 2px;
	padding-bottom: 11px;
}

.footer-3-text-2 {
	padding-top: 2px;
}

.footerlink, 
a.footerlink:link, a.footerlink:hover, a.footerlink:active, a.footerlink:visited {
	font-size: inherit;
	font-family: inherit;
	text-decoration: none;
}

a.footerlink:link, a.footerlink:visited {
	color: #ffffff;
}

a.footerlink:hover, a.footerlink:active {
	color: #4f91ad;
}

.footer-4 {
	display: block;
	float: left;
	width: 177px;
	height: 130px;
}

.footer-4-container {
	display: block;
	padding-top: 48px;
	/*padding-left: 20px;*/
	text-align: center;
	overflow: hidden;
}

.footer-social, 
a.footer-social:link, a.footer-social:hover, a.footer-social:active, a.footer-social:visited {
	display: inline-block;
	height: 24px;
	margin: 9px;
	text-decoration: none;
	background-position: center center;
	background-repeat: no-repeat;
}


#footer-facebook {
	width: 13px;
	height: 24px;
	background-image: url('../media/social-facebook.png');
	background-size: 13px 24px;
	background-position: center center;
	background-repeat: no-repeat;	
}

/*#footer-facebook:hover {
	width: 13px;
	height: 24px;
	background-image: url('../media/social-facebook-blue.png');
	background-size: 13px 24px;
	background-position: center center;
	background-repeat: no-repeat;
}*/

#footer-twitter {
	width: 27px;
	height: 24px;
	background-image: url('../media/social-twitter.png');
	background-size: 27px 24px;
	background-position: center center;
	background-repeat: no-repeat;
}

/*#footer-twitter:hover {
	width: 27px;
	height: 24px;
	background-image: url('../media/social-twitter-blue.png');
	background-size: 27px 24px;
	background-position: center center;
	background-repeat: no-repeat;
}*/

#footer-instagram {
	width: 24px;
	height: 24px;
	background-image: url('../media/social-instagram.png');
	background-size: 24px 24px;
	background-position: center center;
	background-repeat: no-repeat;
}

/*#footer-instagram:hover {
	width: 24px;
	height: 24px;
	background-image: url('../media/social-instagram-blue.png');
	background-size: 24px 24px;
	background-position: center center;
	background-repeat: no-repeat;
}*/

#footer-youtube {
	width: 24px;
	height: 24px;
	background-image: url('../media/social-youtube.png');
	background-size: 24px 24px;
	background-position: center center;
	background-repeat: no-repeat;
}

/*#footer-youtube:hover {
	width: 24px;
	height: 24px;
	background-image: url('../media/social-youtube-blue.png');
	background-size: 24px 24px;
	background-position: center center;
	background-repeat: no-repeat;
}*/

/* * */

.footer-hline {
	display: block;
	/*width: 95%;*/
	border-top: 1px solid #fff;
	margin-left: 15px;
	margin-right: 15px;
}

.footer-b {
	display: block;
	overflow: hidden;
	padding-bottom: 10px;
}

.footer-5 {
	display: block;
	float: left;
	color: #ffffff;
	font-size: 13px;
	font-family: 'univers-light', Helvetica Neue, Helvetica, sans-serif;
	padding-top: 17px;
	padding-left: 15px;
}

.footer-6 {
	display: block;
	float: right;
	padding-top: 10px;
	padding-right: 15px;
}

#footer-logo {
	width: 178px;
	height: 31px;
	background-image: url('../media/Logos/logo_footer_white.png');
	background-size: 178px 31px;
}

#footer-logo:hover {
	width: 178px;
	height: 31px;
	background-image: url('../media/Logos/logo_footer_white.png');
	background-size: 178px 31px;
}

#kikkerland-logo {
	width: 178px;
	height: 20px;
	background-image: url('../media/Logos/logo-white.png');
	background-size: 178px 20px;	
}

#kikkerland-logo:hover {
	width: 178px;
	height: 20px;
	background-image: url('../media/Logos/logo-white.png');
	background-size: 178px 20px;	
}

.kikkerland:link, .kikkerland:hover, .kikkerland:active, .kikkerland:visited {
	display: block;
	width: 178px;
	height: 30px;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	background-image: url('../media/Logos/logo_footer_white.png');
	background-size: 178px 30px;
}

.kikkerland-on:link, .kikkerland-on:hover, .kikkerland-on:active, .kikkerland-on:visited {
	display: block;
	width: 178px;
	height: 30px;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	background-image: url('../media/Logos/logo_footer_white.png');
	background-size: 178px 30px;
}

.thank-you {
	height: 400px;
	text-align: center;
	vertical-align: middle;
}