/*
 voor cookies
*/

#cookie-message {
	display: none;
	text-align: center;
}

/* 
jbox.css
responsive-nav.css
jquery.qtip.css
youmax.css
lightbox.css
style.css
coverpop.css
*/

/* JBOX */

/* Global */

.jBox-wrapper {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.jBox-title,
.jBox-content,
.jBox-container {
	position: relative;
	word-break: break-word;
}

.jBox-container {
	background-color:rgba(255,255,255,0.97);
}

.jBox-content {
	padding: 8px 10px;
	overflow: auto;
}

/* jBox: Tooltip */

.jBox-Tooltip .jBox-container,
.jBox-Mouse .jBox-container {
	border-radius: 0px;
	box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}

.jBox-Tooltip .jBox-title,
.jBox-Mouse .jBox-title {
	padding: 8px 10px 0;
	font-weight: bold;
}

.jBox-hasTitle.jBox-Tooltip .jBox-content,
.jBox-hasTitle.jBox-Mouse .jBox-content {
	padding-top: 5px;
}

/* Pointer */

.jBox-pointer {
	position: absolute;
	overflow: hidden;
}

.jBox-pointer-top { top: 0; }
.jBox-pointer-bottom { bottom: 0; }
.jBox-pointer-left { left: 0; }
.jBox-pointer-right { right: 0; }

.jBox-pointer-top,
.jBox-pointer-bottom {
	width: 30px;
	height: 12px;
}

.jBox-pointer-left,
.jBox-pointer-right {
	width: 12px;
	height: 30px;
}

.jBox-pointer:after {
	content: '';
	width: 15px;
	height: 20px;
	position: absolute;
	background: #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.jBox-pointer-top:after {
	left: 5px;
	top: 6px;
	box-shadow: -1px -1px 4px rgba(0, 0, 0, .2);
}

.jBox-pointer-right:after {
	top: 5px;
	right: 6px;
	box-shadow: 1px -1px 4px rgba(0, 0, 0, .2);
}

.jBox-pointer-bottom:after {
	left: 5px;
	bottom: 6px;
	box-shadow: 1px 1px 4px rgba(0, 0, 0, .2);
}

.jBox-pointer-left:after {
	top: 5px;
	left: 6px;
	box-shadow: -1px 1px 4px rgba(0, 0, 0, .2);
}

/* jBox: Modal */

.jBox-Modal .jBox-container {
	border-radius: 3px;
	box-shadow: 0 3px 15px rgba(0, 0, 0, .4), 0 0 5px rgba(0, 0, 0, .4);
}

.jBox-Modal .jBox-content {
	padding: 12px 15px;
}

.jBox-Modal .jBox-title {
	border-radius: 3px 3px 0 0;
	padding: 10px 15px;
	background: #f4f5f6;
	border-bottom: 1px solid #ddd;
	text-shadow: 0 1px 0 #fff;
}

.jBox-Modal.jBox-closeButton-title .jBox-title {
	padding-right: 65px;
}

.jBox-Modal.jBox-closeButton-box:before {
	box-shadow: 0 3px 15px rgba(0, 0, 0, .4), 0 0 5px rgba(0, 0, 0, .4);
}

/* jBox: Notice */

.jBox-Notice {
	-webkit-transition: margin .2s;
	transition: margin .2s;
}

.jBox-Notice .jBox-container {
	border-radius: 3px;
	box-shadow: 0 0 3px rgba(0, 0, 0, .2);
	color: #fff;
	text-shadow: 0 -1px 0 #000;
	background: #333;
	background-image: linear-gradient(to bottom, #444, #222);
}

.jBox-Notice .jBox-content {
	border-radius: 3px;
	padding: 12px 20px;
}

.jBox-Notice .jBox-title {
	padding: 8px 20px 0;
	font-weight: bold;
}

.jBox-hasTitle.jBox-Notice .jBox-content {
	padding-top: 5px;
}

.jBox-Notice-color .jBox-container {
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .3);
}

.jBox-Notice-gray .jBox-container {
	color: #666;
	text-shadow: 0 1px 0 #fff;
	background: #f4f4f4;
	background-image: linear-gradient(to bottom, #fafafa, #f0f0f0);
}

.jBox-Notice-red .jBox-container {
	background: #b02222;
	background-image: linear-gradient(to bottom, #ee2222, #b02222);
}

.jBox-Notice-green .jBox-container {
	background: #70a800;
	background-image: linear-gradient(to bottom, #95cc2a, #70a800);
}

.jBox-Notice-blue .jBox-container {
	background: #2b91d9;
	background-image: linear-gradient(to bottom, #5abaff, #2b91d9);
}

.jBox-Notice-yellow .jBox-container {
	color: #744700;
	text-shadow: 0 1px 0 rgba(255, 255, 255, .6);
	background: #ffb11f;
	background-image: linear-gradient(to bottom, #ffd665, #ffb11f);
}

/* jBox: Image */

.jBox-Image {
	background: #fff;
	padding: 8px 8px 45px;
	border-radius: 5px;
}

.jBox-Image .jBox-content {
	padding: 0;
	width: 100%;
	height: 100%;
}

.jBox-image-container {
	border-radius: 5px;
	background: #000 center center no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
}

.jBox-image-label {
	box-sizing: border-box;
	position: absolute;
	background: #fff;
	top: 100%;
	left: 0;
	width: 100%;
	color: #333;
	margin-top: -35px;
	padding: 0 90px 5px 10px;
	border-radius: 0 0 5px 5px;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
	opacity: 0;
}

.jBox-image-label.active {
	opacity: 1;
}

.jBox-image-pointer-next,
.jBox-image-pointer-prev {
	position: absolute;
	bottom: 0px;
	width: 22px;
	height: 45px;
	background: no-repeat center center url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ijc0LjcgMjI0IDE4LjcgMzIiPg0KPHBhdGggZmlsbD0iIzAwMDAwMCIgZD0iTTkzLDIyNy40TDgwLjQsMjQwTDkzLDI1Mi42YzAuNCwwLjQsMC40LDEuMSwwLDEuNWwtMS42LDEuNmMtMC40LDAuNC0xLDAuNS0xLjUsMEw3NSwyNDAuN2MtMC40LTAuNC0wLjUtMSwwLTEuNWwxNC45LTE0LjljMC40LTAuNCwxLTAuNCwxLjUsMGwxLjYsMS42QzkzLjUsMjI2LjQsOTMuNCwyMjcsOTMsMjI3LjR6Ii8+DQo8L3N2Zz4=);
	background-size: 11px auto;
	cursor: pointer;
	opacity: .6;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: opacity .2s;
	transition: opacity .2s;
}

.jBox-image-pointer-next:hover,
.jBox-image-pointer-prev:hover {
	opacity: 1;
}

.jBox-image-pointer-next {
	right: 8px;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.jBox-image-pointer-prev {
	right: 30px;
}

.jBox-image-open #jBox-overlay {
	background-color: rgba(0, 0, 0, .86);
}

.jBox-Image.jBox-loading .jBox-container:before {
	left: auto;
	top: auto;
	bottom: -33px;
	right: 55px;
	margin-top: -9px;
	margin-left: -9px;
}

/* Close button */

.jBox-closeButton {
	cursor: pointer;
	position: absolute;
}

.jBox-closeButton:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: center center no-repeat url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiPg0KPHBhdGggZD0iTTIyLjIsNGMwLjMsMC4zLDAuMywwLjgsMCwxLjFMMTYsMTEuNGMtMC4zLDAuMy0wLjMsMC44LDAsMS4xbDYuMyw2LjNjMC4zLDAuMywwLjMsMC44LDAsMS4xTDIwLDIyLjMNCgljLTAuMywwLjMtMC44LDAuMy0xLjEsMEwxMi41LDE2Yy0wLjMtMC4zLTAuOC0wLjMtMS4xLDBsLTYuMyw2LjNjLTAuMywwLjMtMC44LDAuMy0xLjEsMEwxLjcsMjBjLTAuMy0wLjMtMC4zLTAuOCwwLTEuMUw4LDEyLjYNCgljMC4zLTAuMywwLjMtMC44LDAtMS4xTDEuNyw1LjFDMS40LDQuOCwxLjQsNC4zLDEuNyw0TDQsMS43YzAuMy0wLjMsMC44LTAuMywxLjEsMEwxMS40LDhjMC4zLDAuMywwLjgsMC4zLDEuMSwwbDYuMy02LjMNCgljMC4zLTAuMywwLjgtMC4zLDEuMSwwTDIyLjIsNHoiLz4NCjwvc3ZnPg==);
	opacity: 0.25;
}

.jBox-closeButton-box .jBox-closeButton:after {
	background-size: 11px;
}

.jBox-closeButton-title .jBox-closeButton:after {
	background-size: 13px;
}

.jBox-closeButton:hover:after {
	opacity: 0.4;
}

.jBox-closeButton:active:after {
	opacity: 0.6;
}

.jBox-closeButton-box .jBox-closeButton {
	top: -8px;
	right: -10px;
	width: 24px;
	height: 24px;
	background: #fff;
	border-radius: 50%;
}

.jBox-hasTitle.jBox-Modal.jBox-closeButton-box .jBox-closeButton {
	background: #f4f5f6;
}

.jBox-closeButton-title .jBox-closeButton {
	top: 0;
	right: 0;
	bottom: 0;
	width: 50px;
}

.jBox-closeButton-box:before {
	content: '';
	position: absolute;
	top: -8px;
	right: -10px;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}

.jBox-pointerPosition-top.jBox-closeButton-box:before {
	top: 4px;
}

.jBox-pointerPosition-right.jBox-closeButton-box:before {
	right: 2px;
}

/* Overlay */

#jBox-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	background-color: rgba(0, 0, 0, .6);
}

/* Block scrolling */

body[class^="jBox-blockScroll-"],
body[class*=" jBox-blockScroll-"] {
	overflow: hidden;
}

/* Draggable */

.jBox-draggable {
	cursor: move;
}

/* Spinner */

@keyframes jBoxLoading {
	to {transform: rotate(360deg);}
}

@-webkit-keyframes jBoxLoading {
	to {-webkit-transform: rotate(360deg);}
}

.jBox-loading .jBox-content {
	min-height: 32px;
	min-width: 32px;
}

.jBox-loading .jBox-container:before {
	content: 'Loading…';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 16px;
	height: 16px;
	margin-top: -10px;
	margin-left: -10px;
	text-align: center;
}

.jBox-loading .jBox-container:not(:required):before {
	content: '';
	border-radius: 50%;
	border: 2px solid rgba(0, 0, 0, 0.3);
	border-top-color: rgba(0, 0, 0, 0.6);
	-webkit-animation: jBoxLoading .6s linear infinite;
	animation: jBoxLoading .6s linear infinite;
}

/* IE8 fixes */

.jBox-IE8.jBox-Tooltip .jBox-container,
.jBox-IE8.jBox-Mouse .jBox-container {
	border: 1px solid #aaa;
}

.jBox-IE8 .jBox-pointer:after {
	display: none;
}

.jBox-IE8 .jBox-pointer {
	border: 0;
	background: no-repeat url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAbCAYAAACN1PRVAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAPJJREFUeNq01l0OwyAIAGAlvY+n8ZJ6Gk/EqqkNtf7ApCQ+LM34iuCmRUQzihjj6FH+kjWL8N4/Ph9GHpiTnC9SwDbhLGyvspSScc71KkOa/HpuuRhIK+psE2pjONouCQg7kBSEXUgC2tHo52mTTBpnaEATWlaYK6MrhIAaceWpOcsCrYp6FV4H/90zTWjUQ/gSevVQq0ecHqoOxWpYoO7p5O9ku2fnVtp7QAik2rsK3fnpWfjynJWpbw+1BkghurrYDjiCptg/4AxaYhJwBbEwDsiB2NgM5EIirAdKIDFGQSmU1+NaIPjJYt2I25vxT4ABAMhWvtle2YvmAAAAAElFTkSuQmCC);
}

.jBox-IE8 .jBox-pointer-top { background-position: center top; }
.jBox-IE8 .jBox-pointer-bottom { background-position: center bottom; }
.jBox-IE8 .jBox-pointer-left { background-position: left center; }
.jBox-IE8 .jBox-pointer-right { background-position: right center; }

.jBox-IE8.jBox-Modal .jBox-container {
	border: 3px solid #aaa;
}

.jBox-IE8 .jBox-closeButton:after {
	font-family: Verdana, sans-serif;
	content: 'x';
	text-align: center;
	font-size: 18px;
}
/* END JBOX */
/* RESPONSIVE NAV */
@font-face {
  font-family: "responsivenav";
  src:url("../fonts/responsivenav.eot");
  src:url("../fonts/responsivenav.eot?#iefix") format("embedded-opentype"),
    url("../fonts/responsivenav.ttf") format("truetype"),
    url("../fonts/responsivenav.woff") format("woff"),
    url("../fonts/responsivenav.svg#responsivenav") format("svg");
  font-weight: normal;
  font-style: normal;
}

.nav-collapse ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  list-style: none;
}

.nav-collapse li {
  width: 100%;
  display: block;
}

.js .nav-collapse {
  clip: rect(0 0 0 0);
  max-height: 0;
  position: absolute;
  display: block;
  overflow: hidden;
  zoom: 1;
}

.nav-collapse.opened {
  max-height: 9999px;
}

.disable-pointer-events {
  pointer-events: none !important;
}

.nav-toggle {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  text-indent: -999px;
  overflow: hidden;
  position: relative;
  width: 100%;
  float: none;
  bottom: -50px;
}

.nav-toggle:before {
  color: #00569d; /* Edit this to change the icon color */
  font-family: "responsivenav", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-size: 28px;
  text-transform: none;
  position: relative;
  content: url('../img/nav-icon.png');
  text-indent: 0;
  text-align: center;
  speak: none;
  width: 100%;
  top: 0;
}

.nav-toggle.active::before {
  font-size: 24px;
  content:"x";
  top: -20px;
}

@media screen and (min-width: 768px) {
  .js .nav-collapse {
    position: relative;
  }
  .js .nav-collapse.closed {
    max-height: none;
  }
  .nav-toggle {
    display: none;
  }
}
/* END RESPONSIVE NAV */
/* START RESPONSIVE IFRAME */
.videocontainer {
	position: relative;
	overflow: hidden;
	width: 100%;
        padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

.responsive-iframe {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
/* END RESPONSIVE IFRAME */
/* QTIPS */
/*
 * qTip2 - Pretty powerful tooltips - v2.2.1
 * http://qtip2.com
 *
 * Copyright (c) 2014 
 * Released under the MIT licenses
 * http://jquery.org/license
 *
 * Date: Sun Sep 7 2014 03:53 EDT-0400
 * Plugins: tips viewport imagemap modal
 * Styles: core basic css3
 */
.qtip{
	position: absolute;
	left: -28000px;
	top: -28000px;
	display: none;

	max-width: 280px;
	min-width: 50px;

	font-size: 10.5px;
	line-height: 12px;

	direction: ltr;

	box-shadow: none;
	padding: 0;
}

	.qtip-content{
		position: relative;
		padding: 5px 9px;
		overflow: hidden;

		text-align: left;
		word-wrap: break-word;
	}

	.qtip-titlebar{
		position: relative;
		padding: 5px 35px 5px 10px;
		overflow: hidden;

		border-width: 0 0 1px;
		font-weight: bold;
	}

	.qtip-titlebar + .qtip-content{ border-top-width: 0 !important; }

	/* Default close button class */
	.qtip-close{
		position: absolute;
		right: -9px; top: -9px;
		z-index: 11; /* Overlap .qtip-tip */

		cursor: pointer;
		outline: medium none;

		border: 1px solid transparent;
	}

		.qtip-titlebar .qtip-close{
			right: 4px; top: 50%;
			margin-top: -9px;
		}

		* html .qtip-titlebar .qtip-close{ top: 16px; } /* IE fix */

		.qtip-titlebar .ui-icon,
		.qtip-icon .ui-icon{
			display: block;
			text-indent: -1000em;
			direction: ltr;
		}

		.qtip-icon, .qtip-icon .ui-icon{
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
			border-radius: 3px;
			text-decoration: none;
		}

			.qtip-icon .ui-icon{
				width: 18px;
				height: 14px;

				line-height: 14px;
				text-align: center;
				text-indent: 0;
				font: normal bold 10px/13px Tahoma,sans-serif;

				color: inherit;
				background: transparent none no-repeat -100em -100em;
			}

/* Applied to 'focused' tooltips e.g. most recently displayed/interacted with */
.qtip-focus{}

/* Applied on hover of tooltips i.e. added/removed on mouseenter/mouseleave respectively */
.qtip-hover{}

/* Default tooltip style */
.qtip-default{
	border: 1px solid #F1D031;

	background-color: #FFFFA3;
	color: #555;
}

	.qtip-default .qtip-titlebar{
		background-color: #FFEF93;
	}

	.qtip-default .qtip-icon{
		border-color: #CCC;
		background: #F1F1F1;
		color: #777;
	}

	.qtip-default .qtip-titlebar .qtip-close{
		border-color: #AAA;
		color: #111;
	}


/*! Light tooltip style */
.qtip-light{
	background-color: white;
	border-color: #E2E2E2;
	color: #454545;
}

	.qtip-light .qtip-titlebar{
		background-color: #f1f1f1;
	}


/*! Dark tooltip style */
.qtip-dark{
	background-color: #505050;
	border-color: #303030;
	color: #f3f3f3;
}

	.qtip-dark .qtip-titlebar{
		background-color: #404040;
	}

	.qtip-dark .qtip-icon{
		border-color: #444;
	}

	.qtip-dark .qtip-titlebar .ui-state-hover{
		border-color: #303030;
	}


/*! Cream tooltip style */
.qtip-cream{
	background-color: #FBF7AA;
	border-color: #F9E98E;
	color: #A27D35;
}

	.qtip-cream .qtip-titlebar{
		background-color: #F0DE7D;
	}

	.qtip-cream .qtip-close .qtip-icon{
		background-position: -82px 0;
	}


/*! Red tooltip style */
.qtip-red{
	background-color: #F78B83;
	border-color: #D95252;
	color: #912323;
}

	.qtip-red .qtip-titlebar{
		background-color: #F06D65;
	}

	.qtip-red .qtip-close .qtip-icon{
		background-position: -102px 0;
	}

	.qtip-red .qtip-icon{
		border-color: #D95252;
	}

	.qtip-red .qtip-titlebar .ui-state-hover{
		border-color: #D95252;
	}


/*! Green tooltip style */
.qtip-green{
	background-color: #CAED9E;
	border-color: #90D93F;
	color: #3F6219;
}

	.qtip-green .qtip-titlebar{
		background-color: #B0DE78;
	}

	.qtip-green .qtip-close .qtip-icon{
		background-position: -42px 0;
	}


/*! Blue tooltip style */
.qtip-blue{
	background-color: #E5F6FE;
	border-color: #ADD9ED;
	color: #5E99BD;
}

	.qtip-blue .qtip-titlebar{
		background-color: #D0E9F5;
	}

	.qtip-blue .qtip-close .qtip-icon{
		background-position: -2px 0;
	}


.qtip-shadow{
	-webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
	box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
}

/* Add rounded corners to your tooltips in: FF3+, Chrome 2+, Opera 10.6+, IE9+, Safari 2+ */
.qtip-rounded,
.qtip-tipsy,
.qtip-bootstrap{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.qtip-rounded .qtip-titlebar{
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}

/* Youtube tooltip style */
.qtip-youtube{
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;

	-webkit-box-shadow: 0 0 3px #333;
	-moz-box-shadow: 0 0 3px #333;
	box-shadow: 0 0 3px #333;

	color: white;
	border: 0 solid transparent;

	background: #4A4A4A;
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#4A4A4A),color-stop(100%,black));
	background-image: -webkit-linear-gradient(top,#4A4A4A 0,black 100%);
	background-image: -moz-linear-gradient(top,#4A4A4A 0,black 100%);
	background-image: -ms-linear-gradient(top,#4A4A4A 0,black 100%);
	background-image: -o-linear-gradient(top,#4A4A4A 0,black 100%);
}

	.qtip-youtube .qtip-titlebar{
		background-color: #4A4A4A;
		background-color: rgba(0,0,0,0);
	}

	.qtip-youtube .qtip-content{
		padding: .75em;
		font: 12px arial,sans-serif;

		filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#4a4a4a,EndColorStr=#000000);
		-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#4a4a4a,EndColorStr=#000000);";
	}

	.qtip-youtube .qtip-icon{
		border-color: #222;
	}

	.qtip-youtube .qtip-titlebar .ui-state-hover{
		border-color: #303030;
	}


/* jQuery TOOLS Tooltip style */
.qtip-jtools{
	background: #232323;
	background: rgba(0, 0, 0, 0.7);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#717171), to(#232323));
	background-image: -moz-linear-gradient(top, #717171, #232323);
	background-image: -webkit-linear-gradient(top, #717171, #232323);
	background-image: -ms-linear-gradient(top, #717171, #232323);
	background-image: -o-linear-gradient(top, #717171, #232323);

	border: 2px solid #ddd;
	border: 2px solid rgba(241,241,241,1);

	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;

	-webkit-box-shadow: 0 0 12px #333;
	-moz-box-shadow: 0 0 12px #333;
	box-shadow: 0 0 12px #333;
}

	/* IE Specific */
	.qtip-jtools .qtip-titlebar{
		background-color: transparent;
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171,endColorstr=#4A4A4A);
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171,endColorstr=#4A4A4A)";
	}
	.qtip-jtools .qtip-content{
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A,endColorstr=#232323);
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A,endColorstr=#232323)";
	}

	.qtip-jtools .qtip-titlebar,
	.qtip-jtools .qtip-content{
		background: transparent;
		color: white;
		border: 0 dashed transparent;
	}

	.qtip-jtools .qtip-icon{
		border-color: #555;
	}

	.qtip-jtools .qtip-titlebar .ui-state-hover{
		border-color: #333;
	}


/* Cluetip style */
.qtip-cluetip{
	-webkit-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
	box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);

	background-color: #D9D9C2;
	color: #111;
	border: 0 dashed transparent;
}

	.qtip-cluetip .qtip-titlebar{
		background-color: #87876A;
		color: white;
		border: 0 dashed transparent;
	}

	.qtip-cluetip .qtip-icon{
		border-color: #808064;
	}

	.qtip-cluetip .qtip-titlebar .ui-state-hover{
		border-color: #696952;
		color: #696952;
	}


/* Tipsy style */
.qtip-tipsy{
	background: black;
	background: rgba(0, 0, 0, .87);

	color: white;
	border: 0 solid transparent;

	font-size: 11px;
	font-family: 'Lucida Grande', sans-serif;
	font-weight: bold;
	line-height: 16px;
	text-shadow: 0 1px black;
}

	.qtip-tipsy .qtip-titlebar{
		padding: 6px 35px 0 10px;
		background-color: transparent;
	}

	.qtip-tipsy .qtip-content{
		padding: 6px 10px;
	}

	.qtip-tipsy .qtip-icon{
		border-color: #222;
		text-shadow: none;
	}

	.qtip-tipsy .qtip-titlebar .ui-state-hover{
		border-color: #303030;
	}


/* Tipped style */
.qtip-tipped{
	border: 3px solid #959FA9;

	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;

	background-color: #F9F9F9;
	color: #454545;

	font-weight: normal;
	font-family: serif;
}

	.qtip-tipped .qtip-titlebar{
		border-bottom-width: 0;

		color: white;
		background: #3A79B8;
		background-image: -webkit-gradient(linear, left top, left bottom, from(#3A79B8), to(#2E629D));
		background-image: -webkit-linear-gradient(top, #3A79B8, #2E629D);
		background-image: -moz-linear-gradient(top, #3A79B8, #2E629D);
		background-image: -ms-linear-gradient(top, #3A79B8, #2E629D);
		background-image: -o-linear-gradient(top, #3A79B8, #2E629D);
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8,endColorstr=#2E629D);
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8,endColorstr=#2E629D)";
	}

	.qtip-tipped .qtip-icon{
		border: 2px solid #285589;
		background: #285589;
	}

		.qtip-tipped .qtip-icon .ui-icon{
			background-color: #FBFBFB;
			color: #555;
		}


/**
 * Twitter Bootstrap style.
 *
 * Tested with IE 8, IE 9, Chrome 18, Firefox 9, Opera 11.
 * Does not work with IE 7.
 */
.qtip-bootstrap{
	/** Taken from Bootstrap body */
	font-size: 13px;
	line-height: 20px;
	color: #333333;

	/** Taken from Bootstrap .popover */
	padding: 1px;
	background-color: #ffffff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}

	.qtip-bootstrap .qtip-titlebar{
		/** Taken from Bootstrap .popover-title */
		padding: 8px 14px;
		margin: 0;
		font-size: 14px;
		font-weight: normal;
		line-height: 18px;
		background-color: #f7f7f7;
		border-bottom: 1px solid #ebebeb;
		-webkit-border-radius: 5px 5px 0 0;
		-moz-border-radius: 5px 5px 0 0;
		border-radius: 5px 5px 0 0;
	}

		.qtip-bootstrap .qtip-titlebar .qtip-close{
			/**
			 * Overrides qTip2:
			 * .qtip-titlebar .qtip-close{
			 *   [...]
			 *   right: 4px;
			 *   top: 50%;
			 *   [...]
			 *   border-style: solid;
			 * }
			 */
			right: 11px;
			top: 45%;
			border-style: none;
		}

	.qtip-bootstrap .qtip-content{
		/** Taken from Bootstrap .popover-content */
		padding: 9px 14px;
	}

	.qtip-bootstrap .qtip-icon{
		/**
		 * Overrides qTip2:
		 * .qtip-default .qtip-icon {
		 *   border-color: #CCC;
		 *   background: #F1F1F1;
		 *   color: #777;
		 * }
		 */
		background: transparent;
	}

		.qtip-bootstrap .qtip-icon .ui-icon{
			/**
			 * Overrides qTip2:
			 * .qtip-icon .ui-icon{
			 *   width: 18px;
			 *   height: 14px;
			 * }
			 */
			width: auto;
			height: auto;

			/* Taken from Bootstrap .close */
			float: right;
			font-size: 20px;
			font-weight: bold;
			line-height: 18px;
			color: #000000;
			text-shadow: 0 1px 0 #ffffff;
			opacity: 0.2;
			filter: alpha(opacity=20);
		}

		.qtip-bootstrap .qtip-icon .ui-icon:hover{
			/* Taken from Bootstrap .close:hover */
			color: #000000;
			text-decoration: none;
			cursor: pointer;
			opacity: 0.4;
			filter: alpha(opacity=40);
		}


/* IE9 fix - removes all filters */
.qtip:not(.ie9haxors) div.qtip-content,
.qtip:not(.ie9haxors) div.qtip-titlebar{
	filter: none;
	-ms-filter: none;
}


.qtip .qtip-tip{
	margin: 0 auto;
	overflow: hidden;
	z-index: 10;

}

	/* Opera bug #357 - Incorrect tip position
	https://github.com/Craga89/qTip2/issues/367 */
	x:-o-prefocus, .qtip .qtip-tip{
		visibility: hidden;
	}

	.qtip .qtip-tip,
	.qtip .qtip-tip .qtip-vml,
	.qtip .qtip-tip canvas{
		position: absolute;

		color: #123456;
		background: transparent;
		border: 0 dashed transparent;
	}

	.qtip .qtip-tip canvas{ top: 0; left: 0; }

	.qtip .qtip-tip .qtip-vml{
		behavior: url(#default#VML);
		display: inline-block;
		visibility: visible;
	}


#qtip-overlay{
	position: fixed;
	left: 0; top: 0;
	width: 100%; height: 100%;
}

	/* Applied to modals with show.modal.blur set to true */
	#qtip-overlay.blurs{ cursor: pointer; }

	/* Change opacity of overlay here */
	#qtip-overlay div{
		position: absolute;
		left: 0; top: 0;
		width: 100%; height: 100%;

		background-color: black;

		opacity: 0.7;
		filter:alpha(opacity=70);
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	}
/* END QTIPS */
/* YOUMAX */
/* Magnific Popup Custom CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; } 

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; 
  outline:none;}

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #cccccc; }

.mfp-preloader a:hover {
  color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  padding: 0;
  z-index: 1046; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: 'alte_din_1451_mittelschriftRg', sans-serif; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

 .mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }


@media all and (max-width: 900px) {

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } 
}

/* Wookmark Custom CSS */

#tiles {
  list-style-type: none;
  position: relative; 
  margin: 0;
  padding: 0;
}

#tiles li {
  width: 200px;
  background-color: #ffffff;
  border: 1px solid #dedede;
          border-radius: 2px;
     -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  display: none; 
  cursor: pointer;
  
        -moz-box-sizing: border-box;
           box-sizing: border-box;
		   box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 3px rgba(0, 0, 0, 0.2);
padding: 0px;
}


.wookmark-placeholder {
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  background-color: #eee;
  border: 1px solid #dedede;
  z-index: -1;
}


#tiles li {
  -webkit-transition: all 0.3s ease-out;
     -moz-transition: all 0.3s ease-out;
       -o-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out;
}

.wookmark-placeholder {
  -webkit-transition: all 0.3s ease-out;
     -moz-transition: all 0.3s ease-out;
       -o-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out;
}


    #tiles li img {
      width: 100%;
      height: auto;
	  display: block;
    }
	
	#tiles li p {
		color: #666;
		font-size: 15px;
		font-family: 'alte_din_1451_mittelschriftRg', sans-serif;
		
		line-height: 1.231;
		text-align: left;
		
		
		line-height: 20px;
		overflow: hidden;
		
		margin:10px 10px 10px 10px;
		height: 56px;
	}


/*Youmax CSS*/

#youmax {
background-color: rgb(230,230,230);
width:100%;
margin:0px auto;
}

.youmax-video-list-title {
color: #00569d;
display: inline-block;
font-weight: 300;
overflow: hidden;
font-family: 'alte_din_1451_mittelschriftRg', sans-serif;
font-size: 15px;
padding-right: 20px;
float: left;
width: 100%;
}

.youmax-video-list-views {
color: #555;
display: none; /* switch to inline-block to view views and months */
font-size: 12px;
float: left;
}

.youmax-duration {
background-color: black;
color: white;
padding: 2px 3px;
font-weight: bold;
position: absolute;
bottom: 52px;
right: 0;
opacity: 1;
}

.youmax-definition {
background-color: black;
color: white;
padding: 2px 3px;
font-weight: bold;
position: absolute;
top: 0;
left: 0;
opacity: 1;
}

#youmax-lightbox {position:fixed;background-color:rgba(0,0,0,0.9);z-index:100;width:100%;height:100%;left:0;top:0;display:none;}

#youmax-video-lightbox {opacity:1;}

#youmax-iframe-holder {
width:100%; 
position:absolute; 
left: 0;
top: 0;
bottom: 0;
right: 0;
margin: auto;
height: 480px;
}

.youmax-loading {
position: absolute;
left: 0;
top: 0;
bottom: 0;
right: 0;
margin: auto;
width: 120px;
height: 30px;
color: white;
font-size: 30px;
}

#youmax-header {
background-color: rgb(53,53,53);
font-size: 24px;
font-family: 'alte_din_1451_mittelschriftRg', sans-serif;
color: white;
line-height: 25px;
height: 90px;
text-align: left;
position: relative;
background-position: center center;
background-size: cover;
}

#youmax-header-wrapper {
position:relative;
width: 100%;
height: 100%;
background-color: rgba(0,0,0,0.2);
}

#youmax-stat-holder {
float: right;
height: 100%;
display: none;
}


.youmax-stat {
float: right;
margin: 10px;
font-size: 10px;
font-family: 'alte_din_1451_mittelschriftRg', sans-serif;
color: #fff;
margin-top: 25px;
text-align: center;
}

#youmax-video-list-div {
width: 100%;
text-align: left;
display: inline-block;
background-color: rgb(230,230,230);
}

.youmax-stat-count {
font-size: 18px;
font-family: 'alte_din_1451_mittelschriftRg', sans-serif;
padding-bottom: 5px;
display: none;
}

.youmax-channel-icon {
display: inline-block;
}

.youmax-channel-title {
display: none;
font-family: 'alte_din_1451_mittelschriftRg', sans-serif;
font-size: 24px;
}

.youmax-channel-icon  img{
vertical-align:middle; height:60px; margin: 15px; display:inline-block;
}

.youmax-subscribe{
display: inline-block;
width: 150px;
height: 25px;
overflow: hidden;
position: absolute;
top: 0;
margin: auto;
left:initial;
bottom: 0;
right: 0;
}

.youmax-subscribe div {
position:static !important;
}

.youmax-subscribe iframe {
position:static !important;
}

#youmax-header-wrapper>a {
text-decoration: none;
color: white;
}

#youmax-tabs {
text-align: center;
background-color: rgb(230,230,230);
padding-left: 10px;
padding-right: 10px;
margin-top: 20px;
margin-bottom: 0;
}

.youmax-tab {
background-color: rgb(230,230,230);
color: #665954;
font-family: 'alte_din_1451_mittelschriftRg', sans-serif;
font-size: 14px;
display: inline-block;
margin: 10px;
margin-top: 5px;
margin-bottom: 5px;
padding: 5px;
cursor: pointer;
cursor: hand;
}

.youmax-tab-hover {
	color:white;
	background-color:rgb(238, 28, 37);
	text-shadow: none;
	font-family: 'alte_din_1451_mittelschriftRg', sans-serif;

}


#youmax-load-more-div {
width: 100%;
height: 40px;
line-height: 40px;
background-color: rgb(212, 212, 212);
color: #666;
text-align: center;
text-shadow: 0 1px 0 #fff;
cursor: pointer;
}

div#youmax-load-more-div:hover {
color: white;
background-color: rgb(1, 174, 240);
text-shadow:none;
}

.youmax-load-more-div-click {
color: white !important;
background-color: rgb(1, 174, 240) !important;
text-shadow:none !important;
}

@media all and (max-width: 800px) , screen and (max-device-width: 800px) {

#youmax-stat-holder {
display:none;
}

.youmax-subscribe {
left:initial;
}

}


@media all and (max-width: 500px) , screen and (max-device-width: 500px) {

#youmax-stat-holder {
display:none;
}

.youmax-subscribe {
display:none;
}

.youmax-tab {
width: 95%;
text-align: center;
display: block;
}

}

@media all and (max-width: 350px) , screen and (max-device-width: 350px) {

.youmax-tab {
width: 92%;
text-align: center;
}

}
/* END YOUMAX */
/* LIGHTBOX */
/* Preload images */
body:after {
  content: url(../img/lightbox/close.png) url(../img/lightbox/loading.gif) url(../img/lightbox/prev.png) url(../img/lightbox/next.png);
  display: none;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-container {
  padding: 4px;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../img/lightbox/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../img/lightbox/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../img/lightbox/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../img/lightbox/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
/* END LIGHTBOX */
/* STYLE */
@font-face {
    font-family: 'alte_din_1451_mittelschriftRg';
    src: url('../fonts/din1451alt_g-webfont.eot');
    src: url('../fonts/din1451alt_g-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/din1451alt_g-webfont.woff') format('woff'),
         url('../fonts/din1451alt_g-webfont.ttf') format('truetype'),
         url('../fonts/din1451alt_g-webfont.svg#alte_din_1451_mittelschriftRg') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* ---------- BOOTSTRAP 5 COLUMNS ---------- */
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
.col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}
/* ---------- END BOOTSTRAP 5 COLUMNS ---------- */


/* ---------- BXSLIDER FIX ---------- */
ul.bxslider {
  margin: 0;
  padding: 0;
}
.bx-viewport ul {
  margin: 0;
  padding: 0;
}
.bxslider-inner {
    vertical-align: middle;
    display: inline-block;
    float: none !important;
}


html, html a {
    -webkit-font-smoothing: antialiased !important;
    text-rendering: optimizeLegibility;
    text-shadow: 1px 1px 1px rgba(238,238,238,0.004);
	/* -ms-touch-action: double-tap-zoom; */
}


#hideAll {
	position: fixed;
	left: 0px; 
	right: 0px; 
	top: 0px; 
	bottom: 0px; 
	background-color: white;
	z-index: 99999;
}
#hideAll2 {
	position: fixed;
	left: 0px; 
	right: 0px; 
	top: 0px; 
	bottom: 0px; 
	background-color: white;
	z-index: 999999;
}

a {
	color: #d32f0e;
	text-decoration: none;
	border-bottom: 0;
	outline: 0;
}

a:hover, a:focus {
	color: #00569d;
	text-decoration: none;
	border: 0;
	outline: 0;
}

img {
	max-width: 100%;
	height: auto;
}

.center {
	text-align: center;
}

.noborder{
	border: 0;
}

.center img {
	margin: 0 auto;
	padding: 20px 0;
}

.space {
	padding: 30px 0;
}

.small-space {
	padding: 15px 0;
}

.e-small-space {
	padding: 5px 0;
}

.margin-minus {
	margin-top: -15px;
}

.fr { float: right; }
.fl { float: left; }
.tr { text-align: right; }
.tc { text-align: center; }

.display-resp, .display-resp2, .display-resp3 {
	display: none;
}
.nodisplay {
	display: none;
}
.red {
	color: #d32f0e;
}
a.highlight {
	cursor: help;
	border-bottom: 1px solid #615954;
	color: #615954;
}
.lc {
	text-transform: lowercase;
}
.border {
    border: 1px solid #f0f0f0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.border img {
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.border:hover {
    background: rgba(240,240,240,1);
}

.fake-link {
    cursor:pointer;
    padding: 0;
    margin: 0;
}

/* ---------- BODY ---------- */

body {
	font-family: 'alte_din_1451_mittelschriftRg', sans-serif;
	font-size:13px;
	line-height:20px;
	margin:30px 0 0 0;
	padding:0;
	color:#615954;
	background: #fff;
	width:100%;
	height:100%;
	letter-spacing: 1px;
}

body, html { 
  -ms-overflow-style: auto !important; 
}


h1 {
	font-size: 22px;
	font-weight: 700;
	color: #615954;
}

h2 {
	font-size: 18px;
	font-weight: 700;
	color: #615954;
}

h3 {
	font-size: 16px;
	font-weight: 700;
	color: #615954;
}

h4 {
	font-size: 18px;
	font-weight: normal;
	color: #615954;
}

.form-control, .form-control:focus {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none; 
	outline: 0;
	border: 0;
	padding: 5px;
}

.form-control::-webkit-input-placeholder {
   color: #a8a4a1;
}
.form-control:-moz-placeholder { /* Firefox 18- */
   color: #a8a4a1;  
}
.form-control::-moz-placeholder {  /* Firefox 19+ */
   color: #a8a4a1; 
   opacity:1;
}
.form-control:-ms-input-placeholder {  
   color: #a8a4a1;  
}

hr.fancy-line { 
    border: 0; 
    height: 1px;
    position: relative;
	margin: 25px 0;
}
hr.fancy-line:before {
    top: -0.5em;
    height: 1em;
}
hr.fancy-line:after {
    content:'';
    height: 0.5em;   /* half the height of :before */
    top: 1px;        /* height of hr*/
}

hr.fancy-line:before, hr.fancy-line:after {
    content: '';
    position: absolute;
    width: 100%;
}

hr.fancy-line, hr.fancy-line:before {
    background: -moz-radial-gradient(center, ellipse cover, rgba(100,100,100,0.1) 0%, rgba(0,0,0,0) 75%);
    background: -webkit-gradient(radial, center center, 0px, center center, 75%, color-stop(0%,rgba(100,100,100,0.1)), color-stop(75%,rgba(0,0,0,0)));
    background: -webkit-radial-gradient(center, ellipse cover, rgba(100,100,100,0.1) 0%,rgba(0,0,0,0) 75%);
    background: -o-radial-gradient(center, ellipse cover, rgba(100,100,100,0.1) 0%,rgba(0,0,0,0) 75%);
    background: -ms-radial-gradient(center, ellipse cover, rgba(100,100,100,0.1) 0%,rgba(0,0,0,0) 75%);
    background: radial-gradient(ellipse at center, rgba(100,100,100,0.1) 0%,rgba(0,0,0,0) 75%);
}

hr.fancy-line:after {
    background: #fff;
}

.line-arrow {
	background: url('../img/line-arrow.png') no-repeat center;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	height: 41px;
	margin: 20px 0;
}

.tab-title {
    color:#615954;
}
.tabl-title:hover {
    color: #00569d;
}

.logo {  
    /* background: url(../img/logo+20jaar.png) no-repeat; /* WAS: url(../img/logo@2x.png */ 
    background: url(../img/logo@2x.png) no-repeat;
    /* background-size: 315px 80px; /* WAS: 260px 80px */
    background-size: 260px 80px;
    width: 315px;
    height: 80px;
    margin-top: 0;
}

.logo-fr {  
    /* background: url(../img/logo+20jaar.png) no-repeat; /* WAS: url(../img/logo@2x.png */ 
    background: url(../img/FR/logo.png) no-repeat;
    /* background-size: 315px 80px; /* WAS: 260px 80px */
    background-size: 260px 80px;
    width: 315px;
    height: 80px;
    margin-top: 0;
    margin: 0 auto;
}

.logo-rs {  
    background: url(../img/logo@x2-rs.png) no-repeat;
    background-size: 260px 80px;
    width: 260px;
    height: 80px;
    margin-top: 0;
}
/* ---------- HEADER ---------- */

.button-group1 {
	position: relative;
    /* display: inline-block; */
	vertical-align: middle;
}
.button-group1 > .item {
	position: relative;
	float: left;
}

/* -- search-button -- */
.search {
	margin: 0;
	position:relative;
	font-size: 17px;
	color: #717274;
}
.search .btn-search {
	padding:7px 20px 7px 40px;
	margin:0px; 
	height: 36px;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.search:before {
        position:absolute;
        font-family: FontAwesome;
        margin-top:7px;
        left:12px;
        content: "\f002";
		font-size: 20px;
		color: #717274;
}
.search input[type=text]{
	color:#717274;
	border: solid 1px #eee; 

}
.search .btn-search:link, .search .btn-search:visited , .search .btn-search:focus{
	color: #717274;
	outline:0;
}
/* -- end search-button -- */

/* -- eshop-button -- */

.e-shop .btn {
	background: #00569d;
	color: #fff;
	border: 0;
	border-radius: 0;
	font-size: 18px;
	padding:5px 10px;
	margin-left: 15px;
}
.e-shop .btn:hover, .e-shop .btn:active, .e-shop .btn:link {
	border: 0;
	outline: 0;
}

/* -- end eshop-button -- */

/* -- MySelfmatic-button -- */

.myselfmatic .btn {
	background: #ededee;
	color: #717274;
	border: 1px solid;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	font-size: 16px;
	padding:6px 10px;
	height: 36px;
	margin-left: 15px;
}
.myselfmatic .btn:hover, .myselfmatic .btn:active, .myselfmatic .btn:link {
	border: 0;
	outline: 0;
}

.line-middle {
    text-align: center;
    width: 100%;
    background: #f3f3f3;
    border: none;
}

.myselfmatic2 .btn {
	background: #ededee;
	color: #717274;
    border: none;
    border-radius: 0;
	min-width: 340px;
	font-size: 20px;
	padding:15px 20px;
	transition: background .5s ease; 
	-moz-transition: background .5s ease; 
	-webkit-transition: background .5s ease; 
	-o-transition: background .5s ease; 	
}
.myselfmatic2 .btn:hover, .myselfmatic2 .btn:active {
	transition: background .5s ease; 
	-moz-transition: background .5s ease; 
	-webkit-transition: background .5s ease; 
	-o-transition: background .5s ease;     
    background: #00569d;
    color: #fff;
	border: none;
	border-radius: 0;
	outline: 0;
}

/* -- end MySelfmatic-button -- */

/* -- budget-button -- */

.budget .btn {
	background: #fff;
	color: #00569d;
	border: 2px solid #00569d; 
	-webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
	font-size: 18px;
	padding:8px 16px;
}
.budget .btn:hover, .budget .btn:active {
	background: #00569d;
	color: #fff;
	outline: 0;
}

/* -- end budget-button -- */

/* -- welcome-box -- */

.welcome-box {
	background: none;
	border: none;
	border-radius: 0;
	padding:4px 10px;
	color: #808285;
	display: inline-block;
	cursor: pointer;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	font-size: 15px;
	
}
.welcome-box .icon {
	vertical-align: middle;
	text-align: center;
	padding-top: 10px;
	float: left;
}
.welcome-box .welcome-text {
	margin-left: 40px;
}
.welcome-box .icon img {
  border-radius: 50%;
  -webkit-transition: -webkit-transform .8s ease-in-out;
  transition: transform .8s ease-in-out;
}
.welcome-box:hover > .icon img {
   -webkit-transform: rotate(360deg);
   transform: rotate(360deg);
}

/* -- end welcome-box -- */

/* -- welcome-box-responsive -- */

.welcome-box-resp {
	background: #eeeeee;
	border: 0;
	border-radius: 0;
	font-size: 13px;
	padding:4px 10px;
	color: #808285;
	display: inline-block;
	cursor: pointer;
	width: 100%;
}
.welcome-box-resp .icon {
	vertical-align: middle;
	text-align: center;
	padding-top: 10px;
	float: left;
}
.welcome-box-resp .welcome-text {
	margin-left: 40px;
}
.welcome-box-resp:hover {
	border: 0;
}

/* -- end welcome-box-responsive -- */

/* ---------- NAVIGATION ---------- */

.menu {
	padding: 10px 0 0;
	clear: both;
	width: 100%;
}
.menu2{
	padding: 0 0 10px;
	clear: both;
	width: 100%;
}

.menu nav, .menu2 nav {  
	background: none; 
	font-size: 17px;  
	color: #00569d;
	clear: both;
	text-align: right;
}  

.menu nav ul, .menu2 nav ul {  
	padding: 0;  
	margin: 0; 	
}  
.menu nav li, .menu2 nav li {  
	display: inline;
} 
  
.menu nav a, .menu nav a:link, .menu2 nav a, .menu2 nav a:link {  
    color: #00569d;  
    text-align: right; 
	padding: 0;
    text-decoration: none; 
	border: 0;
}  
.menu nav li a, .menu2 nav li a {  
	text-align: right;
}

.menu nav li:before, .menu2 nav li:before {
	content:'|';
	padding: 0 10px 0 10px;
}
.menu nav li:first-child:before, .menu2 nav li:first-child:before {
	content:'';
	padding: 0;
}
 
.menu nav a:hover, .menu nav a:active, .menu nav a.active, .menu2 nav a:hover, .menu2 nav a:active, .menu2 nav a.active {  
	color: #d32f0e;
	text-decoration: none;
} 

.menu3 ul li.nav-sub-item {
    padding: 0;
}

.menu3 {
	width: 100%;
	margin: 0;
	padding: 15px 0;
}
.menu3 nav {  
	background: none; 
	font-size: 22px;  
	color: #fff;
	clear: both;
	text-align: left;
	width: 100%;
	
}  
.menu3 nav ul {  
	padding: 0;  
	margin: 0; 
	width: 100%;
	display: table;
}  
.menu3 nav li {  
	display: table-cell;
	background: #eee;
	width: 25%;
	border-right: 10px solid #fff;
	height: 50px;
} 
.menu3 nav li:first-child {  
	background: #d32e17 url(../img/menu1.png) no-repeat left center;
}
.menu3 nav li:nth-child(2) {  
	background: #84ba3e url(../img/menu2.png) no-repeat left center;
}
.menu3 nav li:nth-child(3) {  
	background: #f39a0e url(../img/menu3.png) no-repeat left center;
}
.menu3 nav li:nth-child(4) {  
	background: #00579c url(../img/menu4.png) no-repeat left center;
}
.menu3 nav li:last-child {  
	background: #8f478a url(../img/menu5.png) no-repeat left center;
	border-right: none;
}
.menu3 nav a, .menu3 nav a:link {  
    color: #fff;  
    text-align: left; 
    text-decoration: none; 
	border: 0;
	width: 100%;
	display: block;
	text-transform: uppercase;
	padding: 16px 3px 10px 60px;
}  
.menu3 nav li a {  
}
 
.menu3 nav a:hover, .menu3 nav a:active, .menu3 nav a.active {  
	color: #fff;
	text-decoration: none;
} 

.menu4 {
	padding: 20px 0 0;
	clear: both;
	width: 100%;
}

.menu4 nav {  
	background: none; 
	font-size: 17px;  
	color: #d32f0e;
	clear: both;
}  

.menu4 nav ul {  
	padding: 0;  
	margin: 0;
	text-align: center; 	
}  
.menu4 nav li {  
	display: inline;
	padding: 0 25px 0 25px;
} 
  
.menu4 nav a, .menu4 nav a:link {  
    color: #d32f0e;  
    text-align: center; 
	padding: 0;
    text-decoration: none; 
	border: 0;
}  
.menu4 nav li a {  
	text-align: center;
}

.menu4 nav li:first-child:before {
	content:'';
	padding: 0;
}
.menu4 nav li:last-child:after {
	content:'';
	padding: 0;
}
 
.menu4 nav a:hover, .menu4 nav a:active, .menu4 nav a.active {  
	color: #615954;
	text-decoration: none;
} 

.nav-sub-item {
    padding-bottom: 10px;
}
li.nav-sub-item2 {
    display: inline-block;
    padding: 0;
    margin: 0 8px 10px 0;
    background: #f0f0f0;
    line-height: 20px;
}
li.nav-sub-item2:hover {
     background: #615954;   
     color: #fff;
}
li.nav-sub-item2 > a {
    padding: 12px 24px;
    line-height: 40px;
}
li.nav-sub-item2:hover > a {
     border: none;
     color: #fff;
}
.nav-line {
    border: 1px dotted #615954;
    border-style: none none dotted;
    color: #fff;
    background-color: #fff;
    width: 100%;
    margin: 10px 0 15px;
    padding: 0;
}
.menu4 nav ul .cat-color1 a{
    color: #00569d;
}
.menu4 nav ul .cat-color2 a{
    color: #d32e17;
}
.menu4 nav ul .cat-color3 a{
    color: #81ba41;
}
.menu4 nav ul .cat-color4 a{
    color: #f39a0e;
}
.menu4 nav ul .cat-color5 a{
    color: #00579c;
}
.menu4 nav ul .cat-color6 a{
    color: #8f478a;
}
.menu4 nav ul .cat-color1 a:hover,.menu4 nav ul .cat-color2 a:hover,.menu4 nav ul .cat-color3 a:hover,.menu4 nav ul .cat-color4 a:hover,.menu4 nav ul .cat-color5 a:hover,.menu4 nav ul .cat-color6 a:hover{
    color: #615954;
}

/* ---------- WELCOME BOX POP-UP - LOGIN POP-UP ---------- */

#welcome-box-pop, #myselfmatic-box-pop {
	display: none;
	background: none;
	padding: 0 10px 10px;
	font-size: 17px;
	color: #615954;
	margin: 0;
}

#welcome-box-pop p, #myselfmatic-box-pop p {
	font-size: 18px;
}
#welcome-box-pop h3, #myselfmatic-box-pop h3 {
	font-size: 26px;
	font-weight: normal;
}
#welcome-box-pop h2, #myselfmatic-box-pop h2 {
	font-size: 22px;
	font-weight: normal;
	color: #00569d;
}

.search-pc input[type=text], #myselfmatic-box-pop .login input[type=text] {
	color:#717274;
	border: solid 1px #717274; 
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	padding: 5px;
	font-size: 16px;
	margin-right: 10px;
}
.search-pc .btn-search:link, .search-pc .btn-search:visited , .search-pc .btn-search:focus{
	color: #717274;
	outline:0;
}
.search-pc button, #myselfmatic-box-pop .login button, .search-pc input[type=submit], .search-pc .btn-search {
	background: #00569d;
	color: #fff;
	font-size: 18px;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	border: solid 1px #00569d;
	padding: 5px 15px 5px 15px;
}
#myselfmatic-box-pop {
	width: 400px;
}
#myselfmatic-box-pop .login input[type=text] {
	color:#00569d;
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
	margin-right: 0;
}
#myselfmatic-box-pop .login button {
	display: block;
	width: 100%;
	text-align: center;
    margin-bottom: 10px;
}
#myselfmatic-box-pop span {
	font-size: 13px;
}


/* ---------- BLOCKQUOTE ---------- */

blockquote {
	text-align: center;
	border: 0;
}
blockquote p {
	font-size: 22px;
	font-weight: normal;
	line-height: 28px;
	padding: 20px 0 10px;
}

/* ---------- CTA-HOME ---------- */

.cta-home h2 {
	font-size: 15px;
	font-weight: normal;
	color: #d32f0e;
}
.cta-home p {
	min-height: 80px;
	font-size: 13px;
	background: url('../img/arrow-bg.png') no-repeat right 45px;
}
.cta-home a {
	color: #615954;
}
.crsl-nav {
	font-size: 36px;
	text-align: center;
	margin: 0 auto;
	display: block;
	white-space: nowrap;
	width: 100%;
	padding-bottom: 20px;
}
.crsl-nav  a:hover {
	color: #00569d;
}
.element-bg1 {
    background: url(../img/element-bg1.jpg) no-repeat top center;
    background-size: 100%;
    padding-top: 250px;
}
.element-bg2 {
    background: url(../img/element-bg2.jpg) no-repeat top center;
    background-size: 100%;
    padding-top: 250px;
}
.element-bg3 {
    background: url(../img/element-bg3.jpg) no-repeat top center;
    background-size: 100%;
    padding-top: 250px;
}
.cta-home2 {
    margin-top: 30px;
}
.cta-home2 h2 {
	padding: 5px 30px;
	font-size: 15px;
	font-weight: normal;
	color: #d32f0e;
}
.cta-home2 p {
    padding: 5px 30px;
	font-weight: 300;
	font-size: 13px;
}
.cta-home2 a > .element-link {
    width: 100%;
    height: 250px;
    margin-top: -250px;
}

/* ---------- TABS-HOME ---------- */

.tabs-home h2 {
	font-size: 20px;
	font-weight: normal;
	margin: 0;
	padding-bottom: 10px;
}
.tabs-home p {
	font-size: 13px;
	font-weight: normal;
	margin: 0;
	padding-top: 10px;
}
.tabs-home ul {
	margin: 0;
	padding: 10px 0;
	list-style: none;
}
.tabs-home ul li {
	margin: 0;
	padding: 5px 0;
	font-size: 15px;
	vertical-align: middle;
}
.tabs-home ul li:before {
	content: url('../img/arrow-tab.png');
	vertical-align: middle;
	padding-right: 10px;
}
	
/* ---------- MERKEN-HOME ---------- */

.merken-home {
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
.merken-home ul {
	margin: 0;
	padding: 0;
}
.merken-home ul li {
	display: inline;
	padding: 10px;
}
.merken-home img {
	height: 40px;
	margin: 10px 0;
}

/* ---------- BANNER-HOME ---------- */


.banner-img-home {
	width: 100%;
	position: relative;
}
.banner-home {
	position: absolute;
	top:0;
}
.banner-1-home {
	max-width: 100%;
	max-height: 145px;	
	float: left;
	background: #00569d;
}
.banner-diagonal-1-home {
   width: 0; 
   height: 0; 
   border-right: 80px solid transparent;
   overflow: hidden;
   float: left;
}
.banner-diagonal-1-home {
	border-top: 145px solid #00569d;
}
.banner-content-home {
	padding: 30px 0 30px 30px;
	color: #fff;
	font-size: 26px;
	font-weight: normal;
	max-width: 95%;
}

/* ---------- BANNER ---------- */

.color1 {
    color: #00569d;
}
.color2 {
    color: #d32e17;
}
.color3 {
    color: #81ba41;
}
.color4 {
    color: #f39a0e;
}
.color5 {
    color: #00579c;
}
.color6 {
    color: #8f478a;
}
.banner-1, .banner-2, .banner-3, .banner-4, .banner-5, .banner-6 {
	min-width: 720px;
	max-width: 720px;
	min-height: 180px;
	max-height: 180px;	
	float: left;
}
.banner-1 {
	background: #00569d;
	/* IE10 Consumer Preview */ 
	background-image: -ms-linear-gradient(top left, #137fa8 0%, #00569d 50%);
	/* Mozilla Firefox */ 
	background-image: -moz-linear-gradient(top left, #137fa8 10%, #00569d 50%);
	/* Opera */ 
	background-image: -o-linear-gradient(top left, #137fa8 0%, #00569d 50%);
	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0, #137fa8), color-stop(0.5, #00569d));
	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-linear-gradient(top left, #137fa8 0%, #00569d 50%);
	/* W3C Markup, IE10 Release Preview */ 
	background-image: linear-gradient(to bottom right, #137fa8 0%, #00569d 50%);	
}
.banner-2 {
	background: #d32e17;
	/* IE10 Consumer Preview */ 
	background-image: -ms-linear-gradient(top left, #af1b21 0%, #d32e17 50%);
	/* Mozilla Firefox */ 
	background-image: -moz-linear-gradient(top left, #af1b21 10%, #d32e17 50%);
	/* Opera */ 
	background-image: -o-linear-gradient(top left, #af1b21 0%, #d32e17 50%);
	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0, #af1b21), color-stop(0.5, #d32e17));
	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-linear-gradient(top left, #af1b21 0%, #d32e17 50%);
	/* W3C Markup, IE10 Release Preview */ 
	background-image: linear-gradient(to bottom right, #af1b21 0%, #d32e17 50%);	
}
.banner-3 {
	background: #81ba41;
	/* IE10 Consumer Preview */ 
	background-image: -ms-linear-gradient(top left, #5b8f20 0%, #81ba41 50%);
	/* Mozilla Firefox */ 
	background-image: -moz-linear-gradient(top left, #5b8f20 10%, #81ba41 50%);
	/* Opera */ 
	background-image: -o-linear-gradient(top left, #5b8f20 0%, #81ba41 50%);
	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0, #5b8f20), color-stop(0.5, #81ba41));
	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-linear-gradient(top left, #5b8f20 0%, #81ba41 50%);
	/* W3C Markup, IE10 Release Preview */ 
	background-image: linear-gradient(to bottom right, #5b8f20 0%, #81ba41 50%);	
}
.banner-4 {
	background: #f39a0e;
	/* IE10 Consumer Preview */ 
	background-image: -ms-linear-gradient(top left, #d0850e 0%, #f39a0e 50%);
	/* Mozilla Firefox */ 
	background-image: -moz-linear-gradient(top left, #d0850e 10%, #f39a0e 50%);
	/* Opera */ 
	background-image: -o-linear-gradient(top left, #d0850e 0%, #f39a0e 50%);
	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0, #d0850e), color-stop(0.5, #f39a0e));
	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-linear-gradient(top left, #d0850e 0%, #f39a0e 50%);
	/* W3C Markup, IE10 Release Preview */ 
	background-image: linear-gradient(to bottom right, #d0850e 0%, #f39a0e 50%);	
}
.banner-5 {
	background: #00579c;
	/* IE10 Consumer Preview */ 
	background-image: -ms-linear-gradient(top left, #023f70 0%, #00579c 50%);
	/* Mozilla Firefox */ 
	background-image: -moz-linear-gradient(top left, #023f70 10%, #00579c 50%);
	/* Opera */ 
	background-image: -o-linear-gradient(top left, #023f70 0%, #00579c 50%);
	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0, #023f70), color-stop(0.5, #00579c));
	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-linear-gradient(top left, #023f70 0%, #00579c 50%);
	/* W3C Markup, IE10 Release Preview */ 
	background-image: linear-gradient(to bottom right, #023f70 0%, #00579c 50%);	
}
.banner-6 {
	background: #8f478a;
	/* IE10 Consumer Preview */ 
	background-image: -ms-linear-gradient(top left, #632d5f 0%, #8f478a 50%);
	/* Mozilla Firefox */ 
	background-image: -moz-linear-gradient(top left, #632d5f 10%, #8f478a 50%);
	/* Opera */ 
	background-image: -o-linear-gradient(top left, #632d5f 0%, #8f478a 50%);
	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0, #632d5f), color-stop(0.5, #8f478a));
	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-linear-gradient(top left, #632d5f 0%, #8f478a 50%);
	/* W3C Markup, IE10 Release Preview */ 
	background-image: linear-gradient(to bottom right, #632d5f 0%, #8f478a 50%);	
}
.banner-img {
	max-width: 100%;
	min-height: 180px;
	max-height: 180px;
}
.banner-diagonal-1, .banner-diagonal-2, .banner-diagonal-3, .banner-diagonal-4, .banner-diagonal-5, .banner-diagonal-6 {
   width: 0; 
   height: 0; 
   border-right: 0 solid transparent;
   overflow: hidden;
}
.banner-diagonal-1 {
	border-top: 180px solid #00569d;
}
.banner-diagonal-2 {
	border-top: 180px solid #d32f0e;
}
.banner-diagonal-3 {
	border-top: 180px solid #81ba41;
}
.banner-diagonal-4 {
	border-top: 180px solid #7d63aa;
}
.banner-diagonal-5 {
	border-top: 180px solid #0e9bd1;
}
.banner-diagonal-6 {
	border-top: 180px solid #619a22;
}
.banner-1 .banner-content, .banner-2 .banner-content, .banner-3 .banner-content, .banner-4 .banner-content, .banner-5 .banner-content, .banner-6 .banner-content {
	padding: 24px;
	color: #fff;
	font-size: 16px;
	max-width: 99%;
}
.banner-1 h1, .banner-2 h1, .banner-3 h1, .banner-4 h1, .banner-5 h1, .banner-6 h1 {
	color: #fff;
	margin: 0;
	font-size: 26px;
	padding: 0px 0 15px;
}
.banner-adres, .banner-adres a {
	color: #fff;
	font-size: 20px;
	line-height: 26px;
}

/* ---------- LIST ---------- */

.list a {
	color: #615954;
}
.list a:hover {
	border-bottom: #615954 solid 1px;
}
.list h2 {
	font-size: 22px;
	font-weight: normal;
}
.list ul {
	list-style: none;
	padding: 0 0 0 20px;
	font-size: 15px;
}
.list2 ul {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
}
.list2 h2 {
    font-size: 22px;
    font-weight: normal;
    margin: 0;
    padding: 0;
}
.list2 a {
	color: #615954;
	font-size: 16px;
}

/* ---------- STAPPENPLAN ---------- */

span.step {
  background: #eee;
  border-radius: 0.8em;
  -moz-border-radius: 0.8em;
  -webkit-border-radius: 0.8em;
  color: #615954;
  display: inline-block;
  font-weight: bold;
  line-height: 1.6em;
  margin-right: 10px;
  text-align: center;
  width: 1.6em; 
}
.steps ul {
	font-size: 13px;
	margin-left: 10px;
	clear: both;
}
.steps p {
	font-size: 13px;
	margin-left: 40px;
}
.tab {
	margin-left: 38px;
	padding-top: 10px;
}

/* ---------- CTA-column ---------- */

.CTA-column h2 {
	font-size: 22px;
	font-weight: 300;
	vertical-align: middle;
	margin: 0;
	padding-bottom: 10px;
}
.CTA-column h2:before {
	content: url('../img/arrow-red.png');
	vertical-align: middle;
	padding-right: 10px;
}
a.cta {
	vertical-align: text-top;
}
a.cta:after, .CTA-column span.cta:after {
	content: url('../img/arrow-list.png');
	vertical-align: -20%;
	padding-left: 10px;
}
.line-arrow-cta {
	background: url('../img/line-arrow-cta.png') no-repeat left top;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	min-height: 41px;
	margin: 0;
}
.CTA-column img {
	padding: 10px 0;
}
.CTA-column .calc-bg {
	background: url('../img/mijnbudget.png') no-repeat bottom right;
	background-size: 120px;
	padding-top: 20px;
	min-height: 150px;
}
.CTA-column .calc-bg-fr {
	background: url('../img/FR/mijnbudget.png') no-repeat bottom right;
	background-size: 120px;
	padding-top: 20px;
	min-height: 150px;
}
.CTA-column a .calc-bg {
	color:#615954;
}
.CTA-column .calc-bg span {
	color: #ee1c25;
	background-image: url('../img/mijnbudget2.png');
	background-repeat: no-repeat;
	background-position: -5000px -5000px;		
}
.CTA-column .calc-bg-fr span {
	color: #ee1c25;
	background-image: url('../img/FR/mijnbudget2.png');
	background-repeat: no-repeat;
	background-position: -5000px -5000px;		
}
.CTA-column a:hover .calc-bg span {
	color: #01aef0;
}
.CTA-column a:hover .calc-bg {
	background: url('../img/mijnbudget2.png') no-repeat bottom right;
	background-size: 120px;
}
.CTA-column a:hover .calc-bg-fr  {
	background: url('../img/FR/mijnbudget2.png') no-repeat bottom right;
	background-size: 120px;
}
.CTA-column ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.CTA-column ul li {
	padding-left: 36px;
	font-size: 15px;
}
.CTA-column a.active, .CTA-column a:active {
	color: #00569d;
}



/* ---------- PRODUCTS-OVERVIEW ---------- */

.products-overview {
	padding-top: 20px;
}
.products-overview h3 {
	font-size: 16px;
	font-weight: normal;
	margin: 0;
	padding: 10px 0 20px;
	text-align: center;
}
.products-overview a img {
	opacity: 0.8;
}
.products-overview a img:hover {
	opacity: 1;
}
.product-item {
	min-height: 270px;
}

/* ---------- PRODUCT-DETAIL ---------- */

.product-detail {
	padding-top: 20px;
}

.product-detail h2 {
	font-size: 22px;
	margin: 0;
	font-weight: normal;
}
.product-detail h3 {
	font-size: 18px;
	margin: 0;
	padding-top: 20px;
	font-weight: normal;
}
.product-detail img {
	padding: 20px 0;
	clear:both;
}
.product-detail .chapter {
	text-align: center;
}
.product-detail .chapter .next {
	font-size: 20px;
	vertical-align: top;
}
.product-detail .chapter .previous {
	font-size: 20px;
	vertical-align: top;
}
.product-detail .chapter .next:after {
	content: url('../img/next.png');
	vertical-align: top;
	padding-left: 10px;
}
.product-detail .chapter .previous:before {
	content: url('../img/previous.png');
	vertical-align: top;
	padding-right: 10px;
}
.wrapper-dropdown-2 {
    /* Size and position */
    position: relative; /* Enable absolute positioning for children and pseudo elements */
    max-width: 100%;
    margin: 0;
    padding: 10px 15px;
    z-index: 999;
 
    /* Styles */
    background: #f8f8f8;
    border-left: 5px solid #615954;
    cursor: pointer;
    outline: none;
} 
.wrapper-dropdown-2:hover {
	border-left: 5px solid #00569d;
	background: #eee;
}
.wrapper-dropdown-2:after {
    content: url('../img/down.png');
    width: 0;
    height: 0;
    position: absolute;
    right: 34px;
    top: 25%;
    margin-top: -1px;
    border: 0;
}
.wrapper-dropdown-2 .dropdown {
  /* Size & position */
    position: absolute;
    top: 100%;
    left: -5px;
    right: 0px;
	list-style: none;
	margin: 0;
	padding: 0;
 
    /* Styles */
    background: #f8f8f8;
    transition: all 0.3s ease-out;
    list-style: none;
 
    /* Hiding */
    opacity: 0;
    pointer-events: none;
}
.wrapper-dropdown-2 .dropdown li a {
    display: block;
    text-decoration: none;
    color: #615954;
    border-left: 5px solid #615954;
    padding: 10px;
    transition: all 0.3s ease-out;
}
   
/* Hover state */
 
.wrapper-dropdown-2 .dropdown li:hover a {
    color: #00569d;
	border-left: 5px solid #00569d;
}
.wrapper-dropdown-2.active:after {
    content: url('../img/up.png');
    width: 0;
    height: 0;
    position: absolute;
    right: 34px;
    top: 25%;
    margin-top: -1px;
    border: 0;	
}
 
.wrapper-dropdown-2.active .dropdown {
    opacity: 1;
    pointer-events: auto;
}
/* No CSS3 support */
 
.no-opacity       .wrapper-dropdown-1 .dropdown,
.no-pointerevents .wrapper-dropdown-1 .dropdown {
    display: none;
    opacity: 1; /* If opacity support but no pointer-events support */
    pointer-events: auto; /* If pointer-events support but no pointer-events support */
}
 
.no-opacity       .wrapper-dropdown-1.active .dropdown,
.no-pointerevents .wrapper-dropdown-1.active .dropdown {
    display: block;
}

.product-detail img.fl-text {
	float: left; 
	margin: 5px 15px 5px 0px;
	padding:0;
}
span.price {
  background: #d32f0e;
  border-radius: 0.8em;
  -moz-border-radius: 0.8em;
  -webkit-border-radius: 0.8em;
  color: #fff;
  display: inline-block;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.6em;
  margin: 15px 15px 15px 0;
  padding: 5px;
  text-align: center;
  width: auto; 
}

/* ---------- GOOGLE MAP ---------- */

#responsive_map {height: 400px; width: 100%;}
.gm-style-iw {max-width: none !important; min-width: none !important; max-height: none !important; min-height: none !important; overflow-y: hidden !important; overflow-x: hidden !important; line-height: normal !important; padding: 5px !important; }
/** FIX for Bootstrap and Google Maps Info window styes problem **/
img[src*="gstatic.com/"], img[src*="googleapis.com/"] {
max-width: none;
}

/* ---------- CONTACT ---------- */

.spotlight {
    border: 1px solid #999;
    padding: 10px;
}
.spotlight-title {
    background: #999;
    color: #fff;
    padding: 10px;
}
.spotlight-title h2 {
    color: #fff;
}
.send-button {
	background: #00569d;
	color: #fff;
	font-size: 20px;
	border-radius: 0;
	border: 0;
	padding: 10px 15px 10px 15px;
}
.send-button button:hover, .send-button:hover {
     opacity: 0.9;   
}

.selectbox {
    margin:25px 54px 5px;
}

.select-style {
    padding: 0;
    margin: 0;
    border: 1px solid #ccc;
    width: 100%;
    border-radius: 3px;
    overflow: hidden;
    background-color: #fff;
    background: #fff;
    position: relative;
    cursor: pointer;
}

.select-style:after {
    top: 50%;
    left: 95%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(0, 0, 0, 0);
    border-top-color: #000000;
    border-width: 5px;
    margin-top: -2px;
    z-index: 100;
}

.select-style select {
    padding: 5px 8px;
    width: 100%;
    cursor: pointer;
    border: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}

.select-style select:focus {
    outline: none;
}

.no-padding-right {
    padding-right: 0;
}

/* ---------- TESTIMONIALS ---------- */

.selectpicker {
    border: 1px solid #999;
    font-size: 16px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    outline: 0;
}

.btn-warning {
  color: #999;
  background-color: #fcfcfc;
  border-color: #999;
  outline: 0;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #999;
  background-color: #fcfcfc;
  border-color: #999;
  outline: 0;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
  outline: 0;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #fcfcfc;
  border-color: #999;
  outline: 0;
}

.cd-author img, .cd-author .cd-author-info {
  display: inline-block;
  vertical-align: middle;
}
.cd-author img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 2px;
}
.cd-author .cd-author-info {
  text-align: left;
  line-height: 1.4;
}
.cd-author .cd-author-info li:first-child {
    font-size: 15px;
  list-style: none;
  margin-left: -20px;
}
.cd-author .cd-author-info li:last-child {
    font-size: 13px;
    font-weight: 300;
  list-style: none;
  margin-left: -20px;
}

.cd-testimonials-all .cd-testimonials-all-wrapper > ul {
  width: 100%;
  margin: 0;
  padding: 0;
  margin-top: 20px;
  list-style: none;
}
.cd-testimonials-all .cd-testimonials-all-wrapper > ul:after {
  content: "";
  display: table;
  clear: both;
}
.cd-testimonials-all .cd-testimonials-item {
  margin-bottom: 2em;
  opacity: 1;
  margin: 0 0 1.8em 0;
}
.cd-testimonials-all p {
  position: relative;
  background: #EDEDED;
  padding: 1.1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.4;
  border-radius: 0.25em;
  margin: 0;
  margin-bottom: 1em;
}
.cd-testimonials-all p::after {
  /* creating the triangle in css */
  content: '';
  position: absolute;
  top: 100%;
  left: 2.3em;
  height: 0;
  width: 0;
  border: 8px solid transparent;
  border-top-color: #EDEDED;
}
.cd-testimonials-all .cd-author {
  text-align: left;
  margin-left: 1em;
}

.cd-testimonials-all .cd-testimonials-item {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  -moz-transform: translate3d(0, 0, 0) scale(1);
  -ms-transform: translate3d(0, 0, 0) scale(1);
  -o-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}
@media only screen and (min-width: 480px) {
  .cd-testimonials-all .cd-testimonials-item {
    width: 46%;
    margin: 0 3.2% 1.8em 0;
  }
  .cd-testimonials-all .cd-author {
    margin-left: 1em;
  }
}
@media only screen and (min-width: 768px) {
  .cd-testimonials-all .cd-testimonials-item {
    width: 47%;
    margin: 0 3% 1.8em 0;
  }
}
@media only screen and (min-width: 1200px) {
  .cd-testimonials-all .cd-testimonials-item {
    width: 30%;
    margin: 0 3.3% 1.8em 0;
  }
}

/* ---------- END TESTIMONIALS ---------- */

/* ---------- MYSELFMATIC ---------- */

.incolumns {
    -moz-column-count: 3;
    -moz-column-gap: 5px;
    -webkit-column-count: 3;
    -webkit-column-gap: 5px;
    column-count: 3;
    column-gap: 5px;
}

.big a {
    font-size: 76px;
    line-height: 52px;
    color:#615954;
    padding: 0 0 20px;
    margin: 0;
}
.big2 a {
    font-size: 36px;
    line-height: 28px;
    color:#615954;
    padding: 0 0 20px;
    margin: 0;
}
.checklist .glyphicon {
    float: left;
    font-size: 64px; 
    margin-right: 10px; 
    padding:20px;
}

/* ---------- END MYSELFMATIC ---------- */

/* ---------- BLOG ---------- */

.pagination li a {
    display: inline-block;
    color:#615954;
}

.pagination li a.active {
    color:#d32f0e;
}

/* ---------- END BLOG ---------- */

/* ---------- FOOTER ---------- */

footer {
	background: #d32f0e;
	color: #fff;
	position: absolute;
	width: 100% !important;
	left: 0;
	right: 0;
	font-size: 13px;
	font-weight: normal;
	padding-bottom: 30px;
}
footer .nav-sub-item {
    padding: 0;
}
footer h2 {
	color: #fff;
	font-size: 16px;
	font-weight: 500;
}
footer p {
	color: #fff;
	font-weight: normal;
	font-size: 12px;
}
footer a {
	color: #fff;
}
footer a:hover {
	color: #fff;
	border-bottom: 1px solid;
}
footer ul {
	margin: 0;
	padding: 0;
}
footer ul li {
	display: block;
}
footer .button {
	text-align: center;
	margin: 0 auto;
}

footer .circle {
	border-radius: 50%;
	width: 125px;
	height: 125px;
	background: #fff;
	text-align: center;
	color: #615954;
	padding: 30px 10px 5px;
	font-size: 20px;
	margin-top: 20px;
	display: block;
}
footer .fr {
	padding-right: 20px;
}
footer .small-circle {
	position: absolute;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	background: #fff url('../img/arrow-2.png') no-repeat center;
	text-align: center;
	padding: 2px;
	font-size: 20px;
	margin:0;
	top: 100px;
	right: 15px;
	display: block;
}
footer .circle:hover, footer .small-circle:hover {
	color: #615954;
	border: 0;
}

/* ---------- SUBFOOTER ---------- */

.subfooter {
	background: #e6e6e6;
	position: absolute;
	width: 100% !important;
	margin: 30px 0 0;
	left: 0;
	right: 0;
	padding: 0;	
}
.subfooter p {
	font-size: 11px;
	font-weight: 300;
	color: #615954;
	padding: 0;
	margin: 0 0 10px 0;
}
.subfooter a {
	color: #615954;
}
.subfooter a:hover {
	color: #615954;
}
.subfooter ul {
     padding: 0;
     margin: 0;
}
.subfooter ul li {
    display: inline-block;
    padding: 0;
    margin: 0;
    padding-left: 10px;
    color: #615954;
    font-size: 12px;
}
.subfooter ul li:before {
    content: "-";
    padding-right: 5px;
}
.subfooter ul li:nth-child(2) {
    padding-left: 5px;
}
.subfooter ul li:first-child {
    padding: 0;
    padding-left: 0;
}
.subfooter ul li:first-child:before {
    content: "";
    padding: 0;
}

@media screen and (max-width: 1199px) { 
	.welcome-box {
		font-size: 13px;
	}
	.menu nav a, .menu nav a:link, .menu2 nav a, .menu2 nav a:link {  
		padding: 0 0 0 5px;
	}  
	.menu nav li:before, .menu2 nav li:before {
		padding: 0 10px 0 10px;
	}
    .menu3 nav {  
    	font-size: 18px;  
    }  
    .menu3 nav a, .menu3 nav a:link {  
    	padding: 16px 3px 10px 60px;
    }  	
	.menu4 nav li {  
	padding: 0 15px 0 15px;
	} 
	.menu4 nav li:first-child:before {
		padding: 0;
	}	
	.product-item {
		min-height: 250px;
	}
	.cta-home h2 {
		font-size: 15px;
	}
	.cta-home p {
		font-size: 13px;
		min-height: 100px;
	}
    .element-bg1, .element-bg2, .element-bg3 {
        padding-top: 200px;
    }
    .cta-home2 a > .element-link {
        width: 100%;
        height: 200px;
        margin-top: -200px;
    }
	.banner-1, .banner-2, .banner-3, .banner-4, .banner-5, .banner-6 {
		min-width: 550px;
		max-width: 550px;
		max-height: 180px;
	}
	.banner-1 .banner-content, .banner-2 .banner-content, .banner-3 .banner-content, .banner-4 .banner-content, .banner-5 .banner-content, .banner-6 .banner-content {
		font-size: 13px;
		max-width: 100%;
	}
	.banner-1 h1, .banner-2 h1, .banner-3 h1, .banner-4 h1, .banner-5 h1, .banner-6 h1 {
		font-size: 20px;
	}
    .selectbox {
        margin:25px 40px 5px;
    }
	.CTA-column .calc-bg {
		background: url('../img/mijnbudget.png') no-repeat bottom right;
		background-size: 100px;
	}
	.CTA-column .calc-bg-fr {
		background: url('../img/FR/mijnbudget.png') no-repeat bottom right;
		background-size: 100px;
	}
	.CTA-column a:hover .calc-bg {
		background: url('../img/mijnbudget2.png') no-repeat bottom right;
		background-size: 100px;
	}
	.CTA-column a:hover .calc-bg-fr {
		background: url('../img/FR/mijnbudget2.png') no-repeat bottom right;
		background-size: 100px;
	}     
}

@media screen and (max-width: 991px) { 
	.display-budget {
		display: none;
	}
	.survey-steps h4 {
	    font-size: 15px;
	    padding-right: 0;
	    margin-right: 0;
	}
	.force-top {  }

	.menu2{
		padding: 0px 0 10px;
	}
	.menu3 {
		width: 100%;
		margin: 0;
		padding: 15px 0 25px;
	}
	.menu3 nav {  
		background: none; 
		font-size: 22px;  
		color: #fff;
		clear: both;
		text-align: center;
		display: block;
		margin: 0 auto;
	}  
	.menu3 nav ul {  
		padding: 0;  
		margin: 0 auto; 
		display: block;
		text-align: center;
	}  
	.menu3 nav li {  
		display: inline-block;
		width: 50%;
		margin-top: 10px;
		float:  left;
	}
	.menu3 nav li:nth-child(2), .menu3 nav li:nth-child(4) {  
	    border: none;
    }
	.menu3 nav li:nth-child(5) {  
	    border-right: 10px solid #fff;
    }
	.menu3 nav a, .menu3 nav a:link {  
	} 	
	.menu4 nav a {
		font-size: 15px;
	}
	.menu4 nav li {  
		padding: 0 4px 0 4px;
	} 
	.menu4 nav li:first-child:before {
		padding: 0;
	}	
	blockquote p {
		font-size: 18px;
		line-height: 24px;
	}
    .element-bg1, .element-bg2, .element-bg3 {
        padding-top: 150px;
    }
    .cta-home2 a > .element-link {
        width: 100%;
        height: 150px;
        margin-top: -150px;
    }    
	.banner-1-home {
		max-width: 400px;
		max-height: 145px;	
	}
	.banner-diagonal-1-home {
	   border-right: 75px solid transparent;
	}
	.banner-diagonal-1-home {
		border-top: 125px solid #00569d;
		overflow: hidden;
	}	
	.banner-1, .banner-2, .banner-3, .banner-4, .banner-5, .banner-6 {
		min-width: 0px;
		width: 100%;
		max-width: 1140px;
		max-height: 400px;
	}
	.banner-diagonal-1, .banner-diagonal-2, .banner-diagonal-3, .banner-diagonal-4, .banner-diagonal-5, .banner-diagonal-6 {
		border: 0;
		display: none;
	}
	.banner-1 .banner-content, .banner-2 .banner-content, .banner-3 .banner-content, .banner-4 .banner-content, .banner-5 .banner-content, .banner-6 .banner-content {
		font-size: 13px;
		max-width: 100%;
		height: auto;
	}
	.banner-1 h1, .banner-2 h1, .banner-3 h1, .banner-4 h1, .banner-5 h1, .banner-6 h1 {
		font-size: 22px;
	}	
	.banner-img {
		max-width: 100%;
		height: auto;
	}
	footer .small-circle {
		position: absolute;
		border-radius: 50%;
		width: 30px;
		height: 30px;
		background: #fff url('../img/arrow-2.png') no-repeat center;
		text-align: center;
		padding: 2px;
		font-size: 20px;
		margin:0;
		top: 100px;
		right: 0;
		left: 120px;
		display: block;
	}
    .selectbox {
        margin:25px 10px 5px;
    }
    .no-padding-right {
        padding-right: 15px;
    }
  
}


@media screen and (max-width: 767px) {
	.force-top { margin-top: -50px; }
	.tr { text-align: left; }
	.display, .display2 {
		display: none;
	}
	.display-resp, .display-resp2 {
		display: block;
	}
	.display-resp3 {
		display: block;
	}
	.lang-resp {
		text-align:right;
		padding: 0 0 20px;
	}
	.no-welc {
	    margin-top: -80px;
	}
    .logo {  
        background: url(../img/logo@2x.png) no-repeat center; /* was url(../img/logo@2x.png */ 
        background-size: 260px 80px; /* WAS: 260px 80px */
        width: 260px;
        height: 80px;
        margin: 0 auto;
    }
	.pull-right {
		float: left;
	}
	.display-resp {
		display: none;
	}	
	.button-group1 {
		position: relative;
		margin: 20px 0;
		width: 100%;
		text-align: center;
	}
	.button-group1 > .item {
		position: relative;
		float: none;
		margin: 10px 0;
	}
	.e-shop .btn {
		width: 100%;
		margin-left: 0;
	}
	.myselfmatic .btn {
		width: 100%;
		margin-left: 0;
	}
	.budget .btn {
		width: 100%;
		margin-left: 0;
	}
	.menu  nav, .menu2 nav {
		display: block;
		text-align:center;
		margin: 0 auto;
	}
	.menu2 {
		padding-top: 0;
	}
	.menu3 {
		width: 100%;
		margin: 0;
		padding: 0px 0 25px;
	}
	.menu3 nav {  
		background: none; 
		font-size: 20px;  
		color: #fff;
		clear: both;
		text-align: left;
		width: 100%;
		
	}  
	.menu3 nav ul {  
		padding: 0;  
		margin: 0; 
		width: 100%;
		display: block;
	}  
	.menu3 nav li {  
		display: block;
		width: 100%;
		border: none;
	} 

	.menu3 nav li:nth-child(5) {  
	    border: none;
    }
	.menu3 nav a, .menu3 nav a:link {  
	}
	.menu-resp {
		text-align: center;
		font-size: 18px;
		margin: 20px 0 30px 0;
		padding: 0;
	}
	.menu-resp nav li {
		padding: 5px 0;
	}
	.menu-resp nav a {
		color: #00569d;
	}
	.menu-resp nav a:hover {
		color: #d32f0e;
	}
	.menu-resp nav a:hover, .menu-resp nav a:active, .menu-resp nav a.active {  
		color: #d32f0e;
		text-decoration: none;
	}
	.menu4 nav ul {  
		text-align: left; 	
	}  
	.menu4 nav li {  
		display: block;
	} 	  
	.menu4 nav a, .menu4 nav a:link {   
		text-align: left; 
	}  
	.menu4 nav li a {  
		text-align: left;
	}
	.menu4 nav li {  
		padding: 0;
	} 
	.menu4 nav li:before {
		padding: 0;
	}
	.menu4 nav li:first-child:before {
		padding: 0;
	}
	.menu4 nav a:hover, .menu4 nav a:active, .menu4 nav a.active {  
		color: #615954;
		text-decoration: none;
	}  	
	.cta-home p {
		min-height: 80px;
		font-size: 13px;
		background: url('../img/arrow-bg.png') no-repeat right 25px;
	}
	.cta-home2 {
	    margin-top: 0;
	}
    .cta-home2 h2 {
    	padding: 5px 0;
    	font-size: 15px;
    	font-weight: normal;
    	color: #d32f0e;
    }
    .cta-home2 p {
        padding: 5px 0 10px;
    	font-weight: 300;
    	font-size: 13px;
    }
	
    .incolumns {
        -moz-column-count: 2;
        -moz-column-gap: 5px;
        -webkit-column-count: 2;
        -webkit-column-gap: 5px;
        column-count: 2;
        column-gap: 5px;
    } 
    .checklist .glyphicon {
        float: left;
        font-size: 64px; 
        margin-right: 10px; 
        padding:30px 20px;
    } 
	.CTA-column .calc-bg {
		background: url('../img/mijnbudget.png') no-repeat bottom right;
		background-size: 120px;
	}
	.CTA-column .calc-bg-fr {
		background: url('../img/FR/mijnbudget.png') no-repeat bottom right;
		background-size: 120px;
	}
	.CTA-column a:hover .calc-bg {
		background: url('../img/mijnbudget2.png') no-repeat bottom right;
		background-size: 120px;
	}
	.CTA-column a:hover .calc-bg-fr {
		background: url('../img/FR/mijnbudget2.png') no-repeat bottom right;
		background-size: 120px;
	}	    
} 

@media only screen and (max-width : 600px) {   
	.banner-1-home .banner-content-home {
		display: none;
	}
	.banner-diagonal-1-home {
	   display: none;
	}
    .big a {
        font-size: 48px;
        line-height: 40px;
    }
    .big2 a {
        font-size: 28px;
        line-height: 20px;
        color:#615954;
    }
    .checklist .glyphicon {
        float: left;
        font-size: 64px; 
        margin-right: 10px; 
        padding:45px 20px;
    } 
    .products-overview h3 {
    	font-size: 13px;
    }    
}

@media only screen and (max-width : 479px) {   
	.force-top { margin-top: -60px; }
	.rwd-break { display: none; }
	.lang-resp {
		text-align:center;
		padding: 0 0 20px;
	}
	.qtip{
		max-width: 320px;
		min-width: 50px;
		height: auto;
		font-size: 11px;
	}
    .select-style:after {
        top: 50%;
        left: 90%;
    }
    .myselfmatic2 .btn {
    	min-width: 100%;
    	font-size: 20px;
    	padding:10px 15px;
    } 
    .incolumns {
        -moz-column-count: 1;
        -moz-column-gap: 0;
        -webkit-column-count: 1;
        -webkit-column-gap: 0;
        column-count: 1;
        column-gap: 0;
    } 
    .big a {
        font-size: 24px;
        line-height: 18px;
        color:#615954;
        padding: 0 0 10px;
        margin: 0;
    }
    .big2 a {
        font-size: 18px;
        line-height: 14px;
        color:#615954;
        padding: 0 0 10px;
        margin: 0;
    } 
    .checklist .glyphicon {
        float: none;
        font-size: 64px; 
        margin-right: 0; 
        padding:20px 20px 0;
        width: 100%;
        text-align: center;
    }
}  

@media only screen and (max-width : 320px) {  
	.force-top { margin-top: -105px; }
    .myselfmatic2 .btn {
    	font-size: 16px;
    	padding:10px 15px;
    }
    .send-button {
    	background: #00569d;
    	color: #fff;
    	font-size: 16px;
    	width: 100%;
    	text-align: center;
    	border-radius: 0;
    	border: 0;
    	padding: 5px 10px 5px 10px;
    } 
    .products-overview h3 {
    	font-size: 12px;
    	word-break: break-all;
    }
	.CTA-column .calc-bg {
		background: url('../img/mijnbudget.png') no-repeat bottom right;
		background-size: 100px;
	}
	.CTA-column .calc-bg-fr {
		background: url('../img/FR/mijnbudget.png') no-repeat bottom right;
		background-size: 100px;
	}
	.CTA-column a:hover .calc-bg {
		background: url('../img/mijnbudget2.png') no-repeat bottom right;
		background-size: 100px;
	}
	.CTA-column a:hover .calc-bg-fr {
		background: url('../img/FR/mijnbudget2.png') no-repeat bottom right;
		background-size: 120px;
	}	    
} 	
/* END STYLE */
/* COVERPOP */
/* Styles for the CoverPop.js plugin */


.CoverPop-open,
.CoverPop-open body {
    overflow: hidden;
}

#CoverPop-cover {
    display: none;
    position: fixed;
    overflow-y: scroll;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    -moz-animation: fade-in .25s ease-in;
    -ms-animation: fade-in .25s ease-in;
    -o-animation: fade-in .25s ease-in;    
    -webkit-animation: fade-in .25s ease-in;
    -moz-animation-name: fade-in .25s ease-in;
    -ms-animation-name: fade-in .25s ease-in;
    -o-animation-name: fade-in .25s ease-in;
    animation-name: fade-in .25s ease-in;
}

    .CoverPop-open #CoverPop-cover {
        display: block;
    }


@-webkit-keyframes fade-in {
    0% { opacity: 0; }
    25% { opacity: 0.7; }
    100% { opacity: 1; }
}

    .splash {
        background-color: rgb(97,89,84);
        background-color: rgba(97,89,84,0.7);
    }

        .splash-center {
            text-align: center;
            padding: 10px;
            background: #fff;
            max-width: 800px;
            display: block;
            margin: 5% auto 0;
            -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.7);
            -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.7);
            box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.7);
        }
        .splash-center img {
            display: block;
            max-width: 100%;
            height: auto;
            margin: 0 auto;
            text-align: center;
        }

            .splash-title {
                margin: 0 0 5px 0;
            }

            .close-splash {
                margin: 0;
                font-size: 12px;
                text-align: center;
            }

@media screen and (max-width: 767px) {
    .splash-center {
        margin-top: 180px;
    }
}
/* END COVERPOP */

/* ADDED FOR BANNER: START  */

a > .scroll-left {
 	overflow: hidden;
 	position: relative;
 	color: #D32E17;
 	background-color: #fff;
    border: 2px solid #D32E17;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    height: 45px;
    padding-top: 10px;
    font-size: 18px;
}


a > .scroll-left p {
 	position: absolute;
 	width: 100%;
 	height: 100%;
 	margin: 0;
 	text-align: center;

 	/* Starting position */
 	-moz-transform:translateX(100%);
 	-webkit-transform:translateX(100%);	
 	transform:translateX(100%);
 	/* Apply animation to this element */	
 	-moz-animation: scroll-left 4s linear infinite;
 	-webkit-animation: scroll-left 4s linear infinite;
 	animation: scroll-left 4s linear infinite;
	}
/* Move it (define the animation) */
@-moz-keyframes scroll-left {
 0%   { -moz-transform: translateX(100%); }
 100% { -moz-transform: translateX(-100%); }
}
@-webkit-keyframes scroll-left {
 0%   { -webkit-transform: translateX(100%); }
 100% { -webkit-transform: translateX(-100%); }
}
@keyframes scroll-left {
 0%   { 
 -moz-transform: translateX(100%); /* Browser bug fix */
 -webkit-transform: translateX(100%); /* Browser bug fix */
 transform: translateX(100%); 		
 }
 100% { 
 -moz-transform: translateX(-100%); /* Browser bug fix */
 -webkit-transform: translateX(-100%); /* Browser bug fix */
 transform: translateX(-100%); 
 }
}

a > .scroll-left:hover, a > .scroll-left:active {
	color: #fff;
	background-color: #D32E17;
}
@media only screen and (max-width: 768px) {
	.mbox-xs {
		display:block;
	}
	.mbox-md {
		display:none;
	}
	.mbox-sm {
		display: none;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.mbox-xs {
		display:none;
	}
	.mbox-md {
		display:none;
	}
	.mbox-sm {
		display: block;
	}
}
@media only screen and (min-width: 992px) {
	.mbox-xs {
		display:none;
	}
	.mbox-md {
		display:block;
	}
	.mbox-sm {
		display: none;
	}
}


  /*
    Magic - Ver 1.2.0 - https://minimamente.com
    Licensed under the MIT license
    Copyright (c) 2016 Christian Pucci
   */
.magictime {
    animation-duration: 1s;
    animation-fill-mode: both;
}

.puffIn {
  animation-name: puffIn;
}
@keyframes puffIn {
  0% {
    opacity: 0;
    transform-origin: 50% 50%;
    transform: scale(2,2);
    filter: blur(2px);
  }

  100% {
    opacity: 1;
    transform-origin: 50% 50%;
    transform: scale(1,1);
    filter: blur(0px);
  }
}





/* ADDED FOR BANNER: END */


