body {
	background-size: 106%;
	background-repeat: repeat-y !important;
	background-position: center top;
}

.meta_box{
	background: #f9f9f9;
	border-top: 1px solid rgba(0,0,0,0.05);
	padding: 20px 20px 0;
	text-align: center;
	float: left;
	width: 100%;
}
.meta_box a{
	text-decoration: none;
}

.site-footer .widget_text:nth-child(1) {
	padding: 0;
}

.faq_title {
	display: block;
	padding-bottom: 1em;
}

.faq_title a {
	color: #232323;
	font-size: 18px;
	line-height: 140%;
	display: inline-block;

}

.entry-content blockquote {
	background: #F6F4F3;
	font-size: 1.03em; line-height: 160%;
	padding:4px;
}
.vce-single .entry-content blockquote p:last-child {
	margin-bottom: 0.4em;
}

.faq_bg  { background: #F6F4F3; }
.kids-website .faq_bg  { background: #FFF; }
.faq_exc { padding-bottom: 1em;}

.faq_title a:hover {
	text-decoration: none;
	color: rgb(198, 34, 81);
}

.faq_block {

	padding: 0.5em;
	padding-bottom: 0.3em;
	margin-bottom: 1em;
}

.embed-container {
		position: relative;
		padding-bottom: 56.25%;
		height: 0;
		overflow: hidden;
		max-width: 100%;
		height: auto;
	}

	.embed-container iframe,
	.embed-container object,
	.embed-container embed {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}


a.search_header {
	color: rgb(198,34,81);
}

/* Fonts */
h1, h1.entry-title { font-size: 35px; line-height: 140%; margin-bottom: 0px; }

h2 { font-size: 22px; line-height: 50px; margin-bottom: 10px;}

h3 { font-size: 18px; line-height: 45px; margin-bottom: 10px; -webkit-font-smoothing: antialiased; }

h4 { font-size: 16px; line-height: 35px; margin-bottom: 10px; }

h5 { font-size: 13px; line-height: 30px; margin-bottom: 10px; }

h6 { font-size: 10px; line-height: 28px; margin-bottom: 10px;  }


#fancybox-title-float-wrap {
	background: transparent;
}
.meta-image, .vid-thumb-slide {
	position: relative;
}
.meta-image .playbutton, .vid-thumb-slide .playbutton {
	position: absolute;
	top: 50%;
	left: 50%;
}
.meta-image .playbutton i, .vid-thumb-slide .playbutton i {
	position: absolute;
	top: 0px;
	left: -30px;
	width: 60px;
	height: 42px;
	background: url(../images/playbutton.png) no-repeat top left;
	background-size: cover;
	opacity: 0.8;
	z-index: 100;
}


/* Sociab buttons position */
#main { position: relative; }
.vce-share-bar {
	position: absolute;
	top: 0;
	left: -33px;
	padding: 0;
	float: none;
	width: 40px;
	margin-top: 20px;
	z-index: 999;
}
.vce-share-items {
	min-width: inherit;
	max-width: inherit;
	display: block;
}
.vce-share-items li {
	display: block;
	margin-bottom: 5px;
}
.vce-share-items li a {
	width: 40px;
}

/* Partners Slider */
#partners-slider {
	margin-bottom: 20px;
	text-align: center;
}

#partners-slider button {
	margin-right: 1em;
}
.partner-slide {
	text-align: center;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.partner-slide div {
	display: table;
	width: 100%;
}
.partner-slide div em {
	width: 100%;
	display: table-cell;
	min-height: 40px;
	vertical-align: middle;
}

.partner-description {
	padding-top: 0.5em;
	font-size: 13px;
	line-height: 140%;
}

.partner-description p {
	margin: 0; padding: 0;
}

.partner-slide {
	opacity: 1;
}
.partner-slide span {
	opacity: 1;
}
.partner-slide span {
	-webkit-transition: all .5s;
	transition: all .5s;
}
.slick-center {
	opacity: 1;
}
.slick-center span {
	opacity: 1;
}
.opacity-full, .opacity-full span {
	opacity: 1;
}
#partners-slider .slick-slide img { display: inline-block; max-width: 150px; max-height: 120px; }
.video-slide iframe {
	width: 100%;
	height: 480px;
}

.video-slider img {
	width: auto;
	height: 150px;
}
/* Woordenboek */
a[rel="woordenboek"] {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	position: relative;
}
a[rel="woordenboek"]:after {
	font-family: FontAwesome;
	content: " \f0dd";
	line-height: 80%;
}
a[rel="woordenboek"]:hover {
	text-decoration: none;
}
a[rel="woordenboek"]+u {
	position: absolute;
	display: block;
	bottom: 0;
	left: 50%;
	width: 20px;
	height: 20px;
	background: #fff;
}
.woordenboek-def {
	position: relative;
	background: #da7190;
	padding: 0.5em 2em 0.5em 1em;
	margin-top: 0.5em; margin-bottom: 0.5em;
	color: #fff;
	opacity: 1;
}
.close-def {
	position: absolute;
	top: 0;
	right: 0;
	width: 20px;
	height: 20px;
	color: #fff;
}
a.close-def:hover {
	text-decoration: none;
}
.close-def:before {
	font-family: FontAwesome;
	content: "\f00d";
}

@media screen and (max-width: 670px) {
	.vce-share-bar {
		top: 0;
		width: 100%;
		left: 0;
		margin-top: 10px;
	}
	.vce-share-items {
		display: block;
	}
	.vce-share-items li {
		display: inline-block;
		width: 40px;
		margin: 0 5px;
	}
	.type-post {
		margin-top: 60px;
	}

	.vce-share-bar {
		position: relative;
	}
	.post {
		  margin-top: 0px;
	}
}


/* Sidebar  */
.sidebar .widget-title {
  background: rgba(0, 0, 0, 0.14902);
  color: #fff;
}


.widget_sp_related_dossier_widget img {
  width: 20%;
  height: auto;
  padding-right: 10px;
}

.ui-widget {
  min-width: 294px;
  max-width: 294px;
}

.main-box-title a {
	color: #232323;
	text-decoration: none;
}

.main-box-title a:hover{
	color:#c62251;
}

img.sn_replace{
	margin: 0 3px;
	cursor:pointer;
}


.container-mw {
	text-align: center;
	padding-bottom: 1em;
}

/*Owl Slider*/
.ajax_button {cursor:pointer;  width: 34px;
  min-width: 34px;
  margin: 0 2px;
  display: inline-block;background-color: #c62251;  border-radius: 4px;
  font-size: 14px;
  line-height: 22px;
  color: #FFFFFF;
  text-align: center;padding: 5px 10px;
  text-decoration: none;
  border: none;}
 .ajax_button:hover{  cursor: pointer;
  text-decoration: none;
  background-image: -moz-linear-gradient(left, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.1) 100%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0.1)), color-stop(100%,rgba(0,0,0,0.1)));
  background-image: -webkit-linear-gradient(left, rgba(0,0,0,0.1) 0%,rgba(0,0,0,0.1) 100%);
  background-image: -o-linear-gradient(left, rgba(0,0,0,0.1) 0%,rgba(0,0,0,0.1) 100%);
  background-image: -ms-linear-gradient(left, rgba(0,0,0,0.1) 0%,rgba(0,0,0,0.1) 100%);
  background-image: linear-gradient(to right, rgba(0,0,0,0.1) 0%,rgba(0,0,0,0.1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a000000', endColorstr='#1a000000',GradientType=1 )}
  .ajax_buttons{ text-align: center;  background: #f3f3f3;  border-top: 1px solid rgba(0,0,0,0.05);
  padding: 13px 20px;  clear: both;}
  .ajax_button.disabled{cursor:default;opacity:0.8;}


.vce-featured-section {
	color: #fff;
}

.widget_categories li:before {
	width: 4px;
}

.relative-positioned-box {
  position: relative;
}

.search-overlay-box {
  padding: 5px 10px;
  background-color: #c62251;
  color: white;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
}

.kids-website.single #main .entry-header::before {
	height: 75px;
	top: 7px;
  }

.kids-website .main-box {
	position: relative;
}

.kids-website .main-box .ajax_buttons {
	position: absolute;
	width: 100%;
	z-index: 1;
	background-color: transparent;
	top: 50%;
	transform: translateY(50%);
}

.kids-website .main-box .ajax_buttons .ajax_button:first-child {
	float: left;
}

.kids-website .main-box .ajax_buttons .ajax_button:last-child {
	float: right;
}

.kids-website .site-footer {
	background: #fff;
}

.kids-website .site-footer .widget {
	background: #fff;
	border: 0px;
}

.kids-website .site-footer .site-info {
	background: #fff;
}

.videoMetaLink {
  padding-top:5px;
}

.videoMetaLink a {
  color: #c62251 !important;
}

.meta-category:empty,
.entry-meta:empty
{
  display: none !important;
}