	
	/* WEBSITE STYLES
	 *
	 * Main color: #f39200;
	 * Hover color: #e18c08;
	 * Text color: #363837
	--------------------------------------------- */
	
	html { 
		overflow-y: scroll; 
		overflow-x: hidden; 
	}

	html, body { 
		width: 100%;
		min-width: 320px;
		height: 100%;
		min-height: 100vh;
		margin: 0; 
		padding: 0; 
		font-family: sans-serif;
		font-weight: 400;
	}

	h1, h2, h3, h4, h5, h6 { 
		color: #F5B220; 
		font-weight: 500;
	}

	ul, p, li, table, em { 
		color: #000; 
		font-weight: 400; 
		font-size: 16px;
		line-height: 28px; 
	} 
	   
	ul, li { 
		list-style-type: none; 
	}

	ul, ol { 
		margin: 0 0 20px 20px; 
	}

	strong { 
		color: #3A3A3A; 
		font-weight: 600; 
	}

	a { 
		text-decoration: none; 
		color: #012638; 
		font-weight: 400; 
	}

	a:hover { 
		color: #8d9a76;
	}

	table {
		text-align: left;
	}

	iframe { 
		display: block; 
	}

	* { 
		-webkit-box-sizing: border-box; 
		-moz-box-sizing: border-box;    
		box-sizing: border-box;     
	}

/* 	PAGE_WRAP
	--------------------------------------------- */ 
	section.page {
		width: 100%;
		min-height: calc(100% - 52px) !important;
	}
	
/* 	POPUP
	--------------------------------------------- */ 

	.simplelightbox__popup_content {
		width: 100%;
		max-width: 640px;
		padding: 40px 20px 20px 20px;
		background: #fff;
		-webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, .1);
		-webkit-border-radius: 3px;
	}

	.simplelightbox__popup_content_title {
		width: 100%;
		margin: 0px 0 5px;
		display: inline-block;
		vertical-align: top;
		font: 500 28px / 36px sans-serif;
		text-align:center;
	}

	.simplelightbox__popup_content_button,
	.simplelightbox__popup_content_button:hover	{
		padding: 0 15px 0;
		display: inline-block;
		vertical-align: middle;
		background-color: #F5B220;
		color: #012638;
		font: 500 18px / 40px sans-serif;
		-webkit-border-radius: 6px;
		-webkit-transition: 100ms all ease-in;
		-webkit-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, .035);
		text-decoration: none;
		text-align: center;
		display:inline-block;
		width:100%;
		margin-top:5px;
	}
	
	.simplelightbox__popup_content > img {
		width: 100%;
		height: auto;
		max-height:150px;
		display: inline-block;
		vertical-align: top;
		object-fit: contain;
		margin-bottom:20px;
	}

	.simplelightbox__popup_content p {
		margin-bottom: 5px;
		text-align:center;
	}
	
	.slbCloseBtn {
		-webkit-animation: slbEnter 0.3s;
		-moz-animation: slbEnter 0.3s;
		animation: slbEnter 0.3s;
		font-size: 18px;
		width: 30px;
		height: 30px;
		line-height: 18px;
		background-color:#012638;
		position: absolute;
		right: 20px;
		top: 5px;
		color: #F5B220;
		text-align: center;
		-webkit-border-radius: 30px;
		
	}
	
	.slbCloseBtn:hover, .slbArrow:hover {
		opacity:1;
	}
	

/* 	TOP
	--------------------------------------------- */ 
	section.top {
		width: 100%;
		background: #012638;
	} 
	 
	section.top > article:first-of-type { 
		padding: 0 20px;
	}

	section.top > article:first-of-type div.center {
		max-width: 1340px;
		position: relative;
		margin: 0 auto;
	}	

	section.top .actions {
		width: 100%;
		padding: 30px 0;
		display: inline-block;
		vertical-align: middle;
		text-align: right;
		font-size: 0;
	}

	section.top .eredivisie {
		padding: 0 15px 0 0;
		display: inline-block;
		vertical-align: middle;
		background-color: #F5B220;
		color: #fff;
		font: 500 18px / 40px sans-serif;
		-webkit-border-radius: 6px;
		-webkit-transition: 100ms all ease-in;
		-webkit-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, .035);
	}

	section.top .eredivisie.floating {
		padding: 0 15px 0 0;
		display: inline-block;
		vertical-align: middle;
		background-color: #F5B220;
		color: #fff;
		font: 500 16px / 30px sans-serif;
		-webkit-border-radius: 6px;
		-webkit-transition: 100ms all ease-in;
		-webkit-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, .035);
		margin-top:7px;
	}

	section.top .eredivisie:hover {
		background-color: #F5B220;
	}

	section.top .eredivisie .icon {
		width: 40px;
		height: 40px;
		margin-right: 6px;
		display: inline-block;
		vertical-align: top;
		background: url('../img/icons/icon-puck-white.svg') no-repeat center / 30px;
	}

	section.top .eredivisie.floating .icon {
		width: 30px;
		height: 30px;
		margin-right: 6px;
		display: inline-block;
		vertical-align: top;
		background: url('../img/icons/icon-puck-white.svg') no-repeat center / 25px;
	}

	section.top > article a.social {
		width: 40px;
		height: 40px;
		margin-right: 4px;
		padding-left: 30px;
		display: inline-block;
		vertical-align: top;
		background: no-repeat center / 42px;
		-webkit-transition: 100ms opacity ease-in;
		transition: 100ms opacity ease-in;
		-webkit-border-radius: 6px;
		border-radius: 6px;
	}

	section.top > article a.social:hover {
		opacity: .8;
	}

	section.top > article a.social.facebook { 
		background-image: url('../img/icons/icon-facebook.svg') 
	}

	section.top > article a.social.twitter { 
		margin-right: 0;
		background-image: url('../img/icons/icon-twitter.svg');
	}

	section.top > article a.logo { 
		width: 207px;
		height: 180px;
		margin: 0;
		padding: 20px;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 9997;
		background: #fff url('../img/logo.png') no-repeat center / 177px 150px;
		-webkit-transition: 100ms opacity ease-in;
		-webkit-border-radius: 0 0 6px 6px;
		-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .1);
	}

	section.top > article a.logo:hover { 

	}
	
	.lslide img {
		vertical-align: top;
	}

/* 	NAVIGATION
	--------------------------------------------- */ 
	section.top > nav { 
		width: 100%;
		position: relative;
		background: #F5B220; 
	}
	
	section.top > nav .nav-contain {
		max-width: 1340px;
		margin: 0 auto;
		padding: 0;
	}

	section.top > nav ul { 
		width: 100%;
		margin: 0;
		padding: 0 0 0 226px;
		position: relative;
		z-index: 9000;
		text-align: left;
	}

	section.top > nav ul > li { 
		margin: 0 0 0 0;
		display: inline-block;
		position: relative;
		display: inline-block;
		border-right: 1px solid #f2a118;
		-webkit-transition: all 250ms ease;
	} 
	
	section.top > nav ul > li:hover {
		background-color: #f2a118;
	}
	 
	section.top > nav ul > li a { 
		width: 100%;
		height: 100%;
		padding: 15px 20px 15px 20px;
		display: inline-block;
		position: relative;
		background: no-repeat 20px center / 20px;
		color: #012638;
		text-align: left;
		font: 500 16px / 16px sans-serif;                 
	} 

	section.top > nav ul > li a:hover,
	section.top > nav ul > li.current_page_item > a,
	section.top > nav ul > li.current-menu-parent a {
		
	}	

/* 	NAVIGATION CLONE
	--------------------------------------------- */    
	section.top > nav.cloned { 
		width: 100%;
		max-width: 100%;
		margin: 0;
		padding: 0;
		background: #012638;
		border: 0;
		left: 0;
		-webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .2);
		box-shadow: 0 0 20px 0 rgba(0, 0, 0, .2);
		-webkit-transition: all 200ms ease;
		transition: all 200ms ease;
	}

	section.top > nav.cloned div.center {
		width: 100%;
		max-width: 1340px;
		margin: 0 auto;
		padding: 0;
		position: relative;
	}	

	section.top > nav.cloned a.logo {
		width: 207px;
		height: 180px;
		position: absolute;
		top: 0;
		left: 0;
		background: #fff url('../img/logo.png') no-repeat center / 177px 150px;
		-webkit-transition: 100ms opacity ease-in;
		-webkit-border-radius: 0 0 6px 6px;
		-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .1);
	}

	section.top > nav.cloned ul {
		width: calc(100% - 207px);
		padding: 0 0 0 207px;
		display: inline-block;
		vertical-align: top;
		text-align: left;
	}
	
	section.top > nav.cloned ul > li {
		border-right: 1px solid #677158;
	}
	
	section.top > nav.cloned ul > li a { 
		color: #fff;            
	} 

/* 	NAVIGATION SUBMENU
	--------------------------------------------- */ 
	section.top > nav ul li ul.sub-menu {
		width: 100%;
		min-width: 280px;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 100%;
		left: 0;
		z-index: 9998;
		visibility: hidden; 
		opacity: .3;
		text-align: left;
		-webkit-transition: linear opacity 100ms;
		transition: linear opacity 100ms;
		-webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .1);
		box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .1);
	}

	section.top > nav ul li.menu-item-has-children:hover > ul.sub-menu {
		opacity: 1;
		visibility: visible;
	}

	section.top > nav.cloned ul li.menu-item-has-children:hover .center > ul.sub-menu {
		opacity: 1;
		visibility: visible;
	}

	section.top > nav ul li ul.sub-menu li {
		width: 100%;
		display: inline-block;
	}

	section.top > nav ul li ul.sub-menu li a {
		width: 100%; 
		margin: 0;
		padding: 20px;
		background: #fff;
		border-bottom: 1px solid #eee;
		-webkit-transition: v all 100ms;
		transition: linear all 100ms;
		color:#012638;
	}

	section.top > nav ul li ul.sub-menu li.menu-item-has-children > a {
		background: #fff url(../img/icons/icon-arrow-right.svg) no-repeat calc(100% - 10px) center / 12px;
	}

	section.top > nav ul li ul.sub-menu li:first-of-type > a {  
		-webkit-border-radius: 0;	
		border-radius: 0;	
	}

	section.top > nav ul li ul.sub-menu li:last-of-type > a {
		border-bottom: 0;   
		-webkit-border-radius: 0;	
		border-radius: 0;	
	}

	section.top > nav ul li ul.sub-menu li:first-of-type:last-of-type a {
		-webkit-border-radius: 6px;
		border-radius: 6px;
	}

	section.top > nav ul li ul.sub-menu li ul.sub-menu {
		padding-left: 5px;
		right: -100%;
		left: auto;
		top: 0;
		z-index: 9999;
	}

	section.top > nav ul li ul.sub-menu li:hover > ul.sub-menu {
		opacity: 1;
		visibility: visible;
	}

/* 	NAVIGATION MOBILE
	--------------------------------------------- */ 
	section.top div#nav-button-mobile { 
		width: 40px;
		height: 40px;
		padding: 0;
		margin: 0 0 0 15px;
		vertical-align: middle;
		display: none;
		z-index: 9999;
		background: #F5B220 url('../img/icons/icon-menu.svg') no-repeat center / 20px;
		text-align: center;
		color: #fff;
		font-size: 18px;
		line-height: 40px;
		font-weight: 500;
		-webkit-border-radius: 6px;
		border-radius: 6px;
	}

	section.top div#nav-overlay-mobile {
		width: 100%; 
		height: 100%;
		padding: 30px 20px 20px;
		position: fixed; 
		z-index: 9998;
		left: 0;
		right: 0;
		top: 0;
		display: none;
		background: #012638;
		overflow-x: hidden;
		opacity: 0; 
		-webkit-transition: all .2s ease-out;
		transition: all .2s ease-out;
		-webkit-box-shadow: 1px 3px 3px 1px rgba(0, 0, 0, .1);
		box-shadow: 1px 3px 3px 1px rgba(0, 0, 0, .1);
	}

	section.top div#nav-overlay-mobile {
		width: 100%;
	}

	section.top div#nav-overlay-mobile ul { 
		width: 100%;
		margin: 0;
		display: inline-block; 
		position: relative; 
	}

	section.top div#nav-overlay-mobile ul li { 
		width: 100%; 
		margin: 0;
		padding: 0;
		display: inline-block; 
		text-align: left;
		z-index: 50;
	}

	section.top div#nav-overlay-mobile ul.sub-menu li { 
		width: 100%; 
		margin: 0;
		padding: 0 0 0 20px;
		box-sizing:border-box;
		display: inline-block; 
		text-align: left;
		z-index: 50;
	}
		
	section.top div#nav-overlay-mobile ul li:last-of-type {
		border: 0;
	}

	section.top div#nav-overlay-mobile li a { 
		width: 100%;
		padding: 10px 10px 10px 0;
		margin: 0;
		display: inline-block;
		color: #fff;
		background: none;
		font-size: 20px;
		line-height: 28px;
		border-bottom: 1px solid rgba(255, 255, 255, .1);
		-webkit-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
		cursor: pointer;
	}

/* 	NOTICE
	--------------------------------------------- */
	section.page div.notice {
		width: 100%;
		margin-top: 20px;	
		padding: 0 20px;
	}

	section.page div.notice div.center {
		width: 100%;
		max-width: 1340px;
		margin: 0 auto;
		padding: 10px;
		background: #ea2c2c;
		text-align: center;
		
		-webkit-border-radius: 10px;
		border-radius: 10px;
	}

	section.page div.notice.sub div.center {
		max-width: 1340px;
	}

	section.page div.notice p,
	section.page div.notice p strong {
		color: #fff;
		font: 700 18px / 24px sans-serif;
	}

/* 	CONTENT
	--------------------------------------------- */
	.slider-contain {
		background: #f9f9f9;
	}
	
	.slider-contain .center {
		max-width: 1340px;
		margin: 0 auto;
		position: relative;
	}
	
	.slider-contain h1 {
		width: 100%;
		padding: 0 40px;
		position: absolute;
		bottom: 360px;
		z-index: 103;
		font: 700 40px / 48px sans-serif;
		color: #fff;
		text-align: center;
		text-shadow: 0 0 5px #000000;
		
		
	}
	
	.slider-contain h2 {
		width: 100%;
		padding: 0 40px;
		position: absolute;
		bottom: 300px;
		z-index: 103;
		font: 400 24px / 34px sans-serif;
		color: #fff;
		text-align: center;
		text-shadow: 0 0 5px #000000;
	}
	
	.lSSlideOuter .lSPager.lSpg > li:hover a, .lSSlideOuter .lSPager.lSpg > li.active a {
		background-color: #012638;
	}

	article.content { 
		width: 100%; 
		padding: 0;
		position: relative; 
	}

	article.content div.center {
		max-width: 1340px;
		padding: 80px 20px;
		margin: 0 auto;
		position: relative;
	}

	article.content.breadcrumbs div.center {
		max-width: 1340px;
		padding: 50px 20px 0;
		margin: 0 auto;
		position: relative;
	}

	article.content div.center.error {
		max-width: 1340px;
	}

	article.content div.center h1 {
		margin: 0 0 40px;
		padding: 0;
		font-size: 35px;
		line-height: 35px;
		font-weight: 900;
		letter-spacing: -0.025em;
	}

	article.content div.center h2 {
		margin: 0;
		position: relative;
		font-size: 34px;
		line-height: 44px;
		letter-spacing: -.015em;
		font-weight: 700;
	}

	article.content div.center h3 {
		margin: 10px 0;
		position: relative;
		font-size: 24px;
		line-height: 32px;
		letter-spacing: -.015em;
		font-weight: 500;
	}

	article.content div.center h3:first-of-type {
		font-size: 32px;
		margin-top: 0;
	}

/*	ABOUT
	--------------------------------------------- */
	.content .center.about {
		max-width: 100%;
		padding: 0;
		background: #f9f9fa;
		font-size: 0;
	}
	
	.content .center.about .left {
		width: 50%;
		height: 100%;
		padding: 40px;
		position: absolute;
		top: 0;
		left: 0;
		background: url(../img/AboutHockey.jpg) no-repeat center / cover;
	}

	.content .center.about .right {
		width: 50%;
		margin-left: 50%;
		padding: 120px;
		display: inline-block;
		vertical-align: top;
		text-align: left;
	}

	.content .center.about .right h3 {
		margin-top: 10px;
	}

	.content .center.about .right p {
		margin: 15px 0;
	}

	.content .center.about .right p:last-of-type {
		margin-bottom: 0;
	}

/* 	OFFERS
	--------------------------------------------- */
	article.content div.center.offer {
		max-width: 100%;
		margin: 0;
		padding-bottom: 50px;
		position: relative;
		background: #f9f9f9;
		z-index: 101;
	}

	article.content div.center.offer div.center {
		max-width: 1340px;
		margin: -130px auto 0;
		padding: 10px 0;
		position: relative;
		-webkit-border-radius: 6px 6px 0 0;
	}
	
	article.content div.center.offer div.center h3 {
		text-align: center;
		color: #fff;
		font-weight: 700;
		font-size: 40px;
	}
	
	article.content div.center div.items div.block {
		margin: 0;
		padding: 5px 0;
		display: inline-block;
		vertical-align: top;
		background: transparent;
		overflow: hidden;		
		position: relative;
		text-align:center;
	}
	
	article.content div.center div.items div.block .content {
		margin: 0;
		padding: 0 0 0px 0;
		display: inline-block;
		vertical-align: top;
		background: #fff;
		overflow: hidden;
		border: 4px solid #fff;
		position: relative;
		-webkit-border-radius: 6px;
		-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .1);
	}

	article.content div.center div.items div.block img {
		width: 100%;
		max-width: 100%;
		min-height: 100%;
		height: 110px;
		display: inline-block;
		vertical-align: top;
		object-fit: contain;
		-webkit-border-radius: 6px 6px 0 0;
		-webkit-transition: linear transform 100ms;
		width:300px; 
	}
	
	article.content div.center div.items div.block:hover img {
		transform: scale(1.05);
	}

	article.content div.center div.items div.block div.placeholder {
		height: 130px;
		border: 1px solid #eee;
		background: #fff url(../img/icons/icon-noimage.svg) no-repeat center / 66px;
		-webkit-border-radius: 6px;
		border-radius: 6px;
	}

	article.content div.center div.items div.block div.contain {
		width: 100%;
		padding: 20px;
		display: inline-block;
		vertical-align: top;
	}
		
	article.content div.center div.items div.block div.contain h2 {
		min-height: 50px;
		margin: 0 0 15px;
		font: 500 26px / 38px sans-serif;
		color: #F5B220;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	article.content div.center div.items div.block div.contain p {
		margin: 0;
		color: #3d3d3e;
		font-weight: 400;
		font-size: 15px;
		line-height: 24px;
	}

	article.content div.center div.items div.block div.contain p span {
		width: 120px;
		display: inline-block;
		font-weight: 500;
		color: #012638;
	}

	article.content div.center div.items div.block div.contain a {
		width: 100%;
		height: 48px;
		margin: 30px 0 0 0;
		padding: 0 30px 0 20px;
		background: #F5B220 url(../img/icons/icon-arrow-right.svg) no-repeat calc(100% - 17px) center / 16px;
		position: absolute;
		bottom: 0;
		right: -10px;
		color: #fff;
		font: 500 20px / 48px sans-serif;
		text-align: center;
		-webkit-border-radius: 300px 0 0 50px;
		-webkit-transition: linear background 100ms, linear padding 100ms;
	}

	article.content div.center div.items div.block div.contain a:hover {
		background-color: #012638;
		padding-left: 25px;
	}

/* 	CONTACT
	--------------------------------------------- */
	
	article.content div.center.contact {
		max-width: 100%;
		padding: 0 !important;
		background: #f9f9f9;
	}

	article.content div.center.contact div.contain {
		background: #fff;
		overflow: hidden;
	}
	
	article.content.sub div.center.contact div.contain {
		background: #f9f9f9;
	}

	article.content div.center.contact h3 {
		margin-bottom: 20px;
		color: #fff;
		font-size: 34px;
		line-height: 42px;
	}

	article.content div.center.contact div.left,
	article.content div.center.contact div.right {
		width: 50%;
		height: 760px;
		display: inline-block;
		vertical-align: top;
	}

	article.content div.center.contact div.left iframe {
		width: 100%;
		height: 760px;
		display: inline-block;
		vertical-align: top;
	}

	article.content div.center.contact div.left img {
		margin-top: 30px;
	}

	article.content div.center.contact div.right {
		padding: 80px;
	}

	article.content div.center.contact div.right h3,
	article.content div.center.contact div.right p,
	article.content div.center.contact div.right label {
		color: #222;
	}

/* 	SUBPAGE
	--------------------------------------------- */ 
	article.content.sub div.center {
		width: 100%;
		max-width: 1380px;
		margin: 0 auto;
		padding: 60px 40px 100px;
		position: relative;
		z-index: 110;
	}
	
	article.content.sub div.center a {
		color:#F5B220;
		text-decoration:underline;
	}
	
	article.content.sub div.center .external-button {
		padding: 0 15px 0;
		display: inline-block;
		vertical-align: middle;
		background-color: #F5B220;
		color: #012638;
		font: 500 18px / 40px sans-serif;
		-webkit-border-radius: 6px;
		-webkit-transition: 100ms all ease-in;
		-webkit-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, .035);
		margin-bottom:20px;
		text-decoration:none;
		text-align:center;
	}
	
	article.content.sub div.center h1 {
		margin: -240px 0 200px;
		color: #fff;
		font-size: 50px;
		text-shadow: 0 0 5px #000000;
		line-height:50px;
		
	}
	
	article.content.sub div.center h1.no-header-image {
		margin: 0px 0 100px;
		color: #012638;
		text-shadow:none;
	}

	article.content.sub div.center h2 {
		margin-bottom: 25px;
		font-size: 35px;
		line-height: 43px;
		letter-spacing: -.05em;
		font-weight: 500;
	}

	article.content.sub div.center h3 {
		padding: 20px 0 10px;
		margin: 0;
		font-size: 25px;
		line-height: 34px;
		letter-spacing: -.05em;
		font-weight: 600;
	}

	article.content.sub div.center h4 {
		padding: 10px 0 5px;
		font-size: 22px;
		line-height: 30px;
		letter-spacing: -.05em;
		font-weight: 500;
	}

	article.content.sub div.center:not(.contact) p {
		padding-bottom: 15px;
	}

	article.content.sub div.center.contact { 
		max-width: 100%;
	}

	article.content.sub div.center div.left p {
		padding: 0;
	}

	article.content.sub div.center div.left p span {
		width: 100px;
		display: inline-block;	
	}

	article.content.sub div.center ul {
		margin-bottom: 15px;
	}

	article.content.sub div.center ul li {
		padding: 3px 0;
		list-style-type: disc;
		font-size: 16px;
		line-height: 24px;
	}

	article.content.sub .wp-block-gallery .blocks-gallery-item figure {
		align-items: flex-start;
	}

	.wp-block-gallery.alignright {
		float: right;
		margin-left: 2em;
	}

	article.content.sub .wp-block-separator {
		width: 100%;
		height: 1px;
		margin: 20px 0;
		display: inline-block;	
		border: 0;
		background: #eee;
	}

	article.content.sub div.center div.children {
		width: calc(100% - 350px);
		margin-left: 50px;
		display: inline-block;
	}

	article.content.sub div.center div.sidebar {
		width: 100%;
		max-width: 300px;
		padding: 30px 30px 20px 35px;
		display: inline-block;
		vertical-align: top;
		border: 1px solid #eee;
		-webkit-border-radius: 6px;
		border-radius: 6px;
	}

	article.content.sub div.center div.sidebar h2 {
		margin-bottom: 30px;
	}

	article.content.sub div.center div.sidebar ul {
		margin: 0;
	}

	article.content.sub div.center div.sidebar li {
		width: 100%;
		display: inline-block;
		vertical-align: top;
		margin-bottom: 15px;
		padding-bottom: 15px;
		border-bottom: 1px solid #eee;
		font-weight: 300;
		font-size: 16px;
		line-height: 16px;
	}

	article.content.sub div.center div.sidebar li:last-of-type {
		margin-bottom: 0;
		padding-bottom: 0;
		border: 0;
	}

	article.content.sub div.center div.sidebar li a {
		width: 100%;
		display: inline-block;
		vertical-align: top;
		color: #000;
		position: relative;
		font-weight: 300;
		font-size: 16px;
		line-height: 16px;
		-webkit-transition: linear all 200ms;
		transition: linear all 200ms;
	}

	article.content.sub div.center div.sidebar li a:after {
		content: "";
		width: 2px;
		height: 20px;
		position: absolute;
		bottom: -4px;
		left: -15px;
		background: transparent;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		-webkit-transition: linear all 200ms;
		transition: linear all 200ms;
	}

	article.content.sub div.center div.sidebar ul:not(.children) li > a:hover:after,
	article.content.sub div.center div.sidebar ul:not(.children) li.current_page_item > a:after {
		background: #f39200;
	}

	article.content.sub div.center div.sidebar ul li ul.children {
		margin: 20px 10px 0 10px;;
	}

	article.content.sub div.center div.sidebar ul li ul.children li {
		margin-bottom: 10px;
		padding-bottom: 10px;
	}

	article.content.sub div.center div.sidebar ul li ul.children li:last-of-type {
		margin-bottom: 0;
		padding-bottom: 0;
	}

	article.content.sub div.center .team-group {
		margin-bottom:15px;		
	}
	
	article.content.sub div.center .player-line {
		width: 100%;		
		display:inline-block;
		padding: 0px 0px 15px 50px;
		border-bottom:1px solid rgba(0,0,0,0.15);
		position: relative;
		margin-bottom:15px;
		min-height:45px;
	}
	
	article.content.sub div.center .player-line .number {
		width: 40px;		
		height: 40px;		
		display:inline-block;
		background-color:#012638;
		color:#F5B220;
		position:absolute;
		left:0;
		top:0;
		line-height:40px;
		text-align:center;
		-webkit-border-radius: 40px;
		border-radius: 40px;
		
	}
	
	article.content.sub div.center .player-line .name {
		width: 100%;		
		display:inline-block;
		vertical-align:top;
	}
	
	article.content.sub div.center .player-line .position {
		width: 100%;		
		display:inline-block;
		vertical-align:top;
		font-style:italic;
		font-size:14px;
	}
	
	
	article.content.sub div.center .sponsor {
		width: 280px;		
		height: 300px;		
		padding:10px 10px 30px 10px;
		box-sizing:border-box;		
		display:inline-block;
		border:1px solid rgba(0,0,0,0.15);
		position: relative;
		margin-right:15px;
		margin-bottom:15px;
		vertical-align:top;
		position:relative;
		
	}
	
	
	article.content.sub div.center .sponsor .sponsor-logo { width:100%;	box-sizing:border-box; display:inline-block; height:175px; overflow:hidden; }
	article.content.sub div.center .sponsor .sponsor-logo img { width:100%;	box-sizing:border-box; display:inline-block; max-height:175px; object-fit:contain; }
	
	article.content.sub div.center .sponsor .sponsor-name { width:100%;	box-sizing:border-box; display:inline-block; text-align:center; margin-top:20px; font-weight:bold; font-size:16px; color:#012638; border-top:1px solid rgba(0,0,0,0.15); padding-top:20px; }
	article.content.sub div.center .sponsor .sponsor-website { width:auto; box-sizing:border-box; display:inline-block; position:absolute; left:10px; right:10px; bottom:10px; line-height:30px; -webkit-border-radius:5px; border-radius:5px; color:#012638; background-color:#F5B220; text-align:center; text-decoration:none; }
	
	
	
	
	article.content.sub div.center .wp-block-table {
		margin-bottom:20px;
	}
	
	article.content.sub div.center .wp-block-table thead {
	  border-bottom: 0px solid;
	}
	
	article.content.sub div.center .wp-block-table td, 
	article.content.sub div.center .wp-block-table th {
		border: 1px solid #999;
	}
	
	article.content.sub div.center .wp-block-table th {
		color:#F5B220;
		background-color:#012638;
	}
		

	
	
/* 	CONTENT ABOUT
	--------------------------------------------- */ 
	.over-ons {
		font-size: 0;
	}

	.over-ons .wp-block-group {
		display: inline-block;
		vertical-align: top;
	}
	
	.over-ons .wp-block-group.wp-container-2,
	.over-ons .wp-block-group.wp-container-3 {
		width: calc(50% - 25px);
	}
	
	.over-ons .wp-block-group.wp-container-2 p,
	.over-ons .wp-block-group.wp-container-3 p {
		padding: 0 0 3px 40px !important;
		margin-bottom: 20px;
		background: url('../img/icons/icon-usp.svg') left 5px / 25px no-repeat;
	}
	
	.over-ons .wp-block-group.wp-container-2 {
		margin-right: 50px;
	}
	
	.over-ons .wp-block-group.wp-container-4 {
		margin-top: 30px;
	}

/*  WP GALLERY & IMAGE
	--------------------------------------------- */ 

	.wp-block-embed {
		margin-top: 1em;
	}

	.wp-video {
		margin: 20px 0;
	}

	.gallery {
		margin-top: 30px;
	}

	.gallery .gallery-item img {
		border: 0 !important;
	}

	img.alignright {
		float:right; 
		margin:0 0 1em 2em
	}

	.wp-block-image { 
		margin-bottom: 1em !important;
		margin-top: 1em !important;
	}

	.wp-block-image img {	
		max-width: 100% !important;	
	}

	.wp-block-image .alignright {
		margin-left: 2.5em !important;
	}

	img.alignleft {
		float:left; 
		margin:0 1em 1em 0
	}

	img.aligncenter {
		display: block; 
		margin-left: auto; 
		margin-right: auto
	}

	a img.alignright {
		float:right; 
		margin:0 0 1em 1em
	}

	a img.alignleft {
		float:left; 
		margin:0 1em 1em 0
	}

	a img.aligncenter {
		display: block; 
		margin-left: auto; 
		margin-right: auto
	}

/* 	ERROR 404
	--------------------------------------------- */ 
	
	article.content.error div.contain {
		width: 100%;
		margin: 150px 0 80px;
		display: inline-block;
		position: relative;
		text-align: center;
	}

	article.content.error div.contain:after {
		content: "404";
		margin: auto;
		position: absolute;
		top: -80px;
		right: 0;	
		left: 0;
		font-size: 50px;
		font-weight: 900;
		
	}

	article.content.error div.contain h2 {
		font-size: 30px;
		line-height: 30px;
		font-weight: 700;
	}

	article.content.error div.contain p {
		margin-top: 20px;
	}

/*  SCROLL TOP 
	-------------------------------- */				

	div.scroll-top {
		width: 65px;
		height: 55px;
		position: fixed;
		bottom: 150px;
		right: 0;
		z-index: 500;
		background: #012638 url('../img/icons/icon-arrow-up.svg') 20px center / 25px no-repeat;
		cursor: pointer;    
		text-decoration: none;
		-webkit-border-radius: 100px 0 0 100px;
		border-radius: 100px 0 0 100px;
		-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
		box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
		-webkit-transition: ease box-shadow 300ms, ease width 300ms;
		transition: ease box-shadow 300ms, ease width 300ms;
	} 

	div.scroll-top:hover {
		width: 75px;
		-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .3);
		box-shadow: 0 0 10px 0 rgba(0, 0, 0, .3);
	}

/*  FORM:CONTACT
	---------------------------------------- */ 

	#mc-embedded-subscribe { 
		padding: 0 15px 0;
		display: inline-block;
		vertical-align: middle;
		background-color: #F5B220;
		color: #012638;
		font: 500 18px / 40px sans-serif;
		-webkit-border-radius: 6px;
		-webkit-transition: 100ms all ease-in;
		-webkit-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, .035);
		margin-bottom: 20px;
		text-decoration: none;
		-webkit-appearance: none;
		border:0;
		
	}

	.indicates-required {
		display:inline-block;
		width:100%;
		margin-bottom:20px;
	}
	
	.mc-field-group input {
		margin: 3px 0 10px;
		padding: 10px;
		background: #fff;
		border: 2px solid #eee;
		border-bottom-width: 2px;
		border-bottom-style: solid;
		border-bottom-color: rgb(238, 238, 238);
		border-bottom: 2px solid #f0f0f0;
		font-family: sans-serif;
		font-size: 14px;
		font-weight: 400;
		color: #676767;
		display:inline-block;
		width:100%;
	}	
	
	.mc-field-group label {
		padding-bottom: 5px;
		font-size: 14px;
		font-weight: 400;
		display:inline-block;
		width:100%;
	}
  
	form.wpcf7-form { 
		width: 100%;
		display: inline-block;
		vertical-align: top;
		margin-top: 15px;
		padding: 0;
	}

	div.subpage form.wpcf7-form {
		max-width: 640px;
	}
	
	#wpcf7-f5-p7-o1 {
		max-width: 640px;
	}

    form.wpcf7-form.full {
        padding: 20px;
        width: 100%;
    }

    form.wpcf7-form label {
        padding-bottom: 5px;
        font-size: 14px;
        font-weight: 400;
        color: #222;
    }

    form.wpcf7-form input,
    form.wpcf7-form textarea {
        width: 100%;
        display: inline-block;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    form.wpcf7-form input[type='text'],
    form.wpcf7-form input[type='tel'],
    form.wpcf7-form input[type='email'],
    form.wpcf7-form input[type='submit'],
    form.wpcf7-form textarea { 
        -webkit-appearance: none; 
    }

    form.wpcf7-form input[type='text'],
    form.wpcf7-form input[type='date'],
    form.wpcf7-form input[type='tel'],
    form.wpcf7-form input[type='email'],
    form.wpcf7-form textarea,
    form.wpcf7-form select {
        margin: 3px 0 10px;
        padding: 10px;
        background: #fff;
		border: 2px solid #eee;
        border-bottom: 2px solid #f0f0f0;
        font-family: sans-serif;
        font-size: 14px;
        font-weight: 400;
        color: #676767;
    }
	
	.wpcf7-not-valid { 
		border: 2px solid #fac6c8 !important;
	}
	
	div.wpcf7-response-output {
		padding: 0 !important;
		margin: 15px 0 0 0 !important;
		border: 0 solid #fac6c8 !important;
		color: #ed1c24 !important;
	}

        form.wpcf7-form input:hover,
        form.wpcf7-form input:focus,
        form.wpcf7-form textarea:hover,
        form.wpcf7-form textarea:focus,
        form.wpcf7-form select:hover,
        form.wpcf7-form select:focus { 
            border: 2px solid #012638;
            outline: none;
        }

        form.wpcf7-form input[type='text'].error,
        form.wpcf7-form input[type='tel'].error,
        form.wpcf7-form input[type='email'].error,
        form.wpcf7-form textarea.error,
        form.wpcf7-form select.error { 
            border: 2px solid #f36f6f; 
        }

        ::-webkit-input-placeholder { color: #676767; }
        :-moz-placeholder           { color: #676767; opacity: 1; }
        ::-moz-placeholder          { color: #676767; opacity: 1; }
        :-ms-input-placeholder      { color: #676767; }  


    form.wpcf7-form textarea { 
        resize: none; 
        height: 100px; 
    } 

    form.wpcf7-form input[type='submit'] {
		max-width: 300px;
        margin: 5px 0 0 0;
        padding: 10px;
        background: #012638;
        border: 0;
        color: #fff;
        font-size: 16px;
        font-weight: 400;
		cursor: pointer;
        font-family: sans-serif;
        -webkit-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out;
    }

        form.wpcf7-form input[type='submit']:hover {
            transform: scale(1.05);

        }

        form.wpcf7-form input[type='submit']:focus,
        form.wpcf7-form input[type='submit']:active {
            outline: none;
        }

    form.wpcf7-form div.success p { 
        margin-bottom: 5px;
        padding: 5px !important; 
        background: #cefcdd; 
        text-align: center; 
        font-size: .8em;
        -webkit-border-radius: 3px; 
        border-radius: 3px; 
        -webkit-transition: all 500ms ease-in-out;
        transition: all 500ms ease-in-out;
    }

        form.wpcf7-form div.success p.steady {
            background: #70da93; 
        }

        form.wpcf7-form div.success p.blink { 
            background: #cefcdd; 
        }

    form.wpcf7-form div.loader { 
        width: 100%; 
        height: 100%; 
        display: none; 
        position: absolute; 
        top: 0; 
        left: 0; 
        z-index: 99999; 
        background: url('../img/icon-loading.svg') no-repeat center center; 
    }

    form.wpcf7-form p.required {
        margin-bottom: 10px;
    }
	
	form.wpcf7-form input[type=checkbox] {
		width: auto;
	}
	
	span.wpcf7-list-item {
		width: 100%;
		margin: 0 !important;
		display: inline-block;
	}
	
	.wpcf7-not-valid-tip {
		display: none !important;
	}

/*  FOOTER
    --------------------------------------------- */  
	
	.grecaptcha-badge { z-index:105; }
	
	footer {
		width: 100%;
		padding: 80px 0;
		display: inline-block;
		background: #F5B220;
	}
	
	footer section article {
		max-width: 1280px;
		margin: 0 auto;
		padding: 0 40px 50px;
		position: relative;
		text-align: center;
	}
	
	footer section article div.block {
		width: calc(20% - 17px);
		margin-right: 20px;
		padding: 0 10px;
		display: inline-block;
		vertical-align: top;
		text-align: center;
	}
	
	footer section article div.block.logo { 		
		padding-top: 15%;		
		background-image:url('../img/logo.png');
		background-repeat:no-repeat;
		background-position:center;
		background-size: contain;
	}
	
	footer section article div.block:last-of-type {
		margin-right: 0;
	}
	
	footer section article div.block h3 {
		margin: 0 0 30px;
		font-size: 20px;
		line-height: 28px;
		font-weight: 500;
		color: #012638;
	}
	
	footer section article div.block p,
	footer section article div.block a,
	footer section article div.block strong {
		font-size: 14px;
		line-height: 22px;
		color: #012638;
	}
	
	footer section article div.block p {
		padding-bottom: 5px;
	}
	
	footer section article div.block p span {
		width: 80px;
		display: inline-block;
	}
	
	footer section article div.block ul {
		margin: 0;
	}
	
	footer section article div.block a {
		-webkit-transition: ease opacity 300ms;
		transition: ease opacity 300ms;
	}
	
	footer section article div.block a:hover {
		opacity: .5;
	}

/*  COPYRIGHT
    --------------------------------------------- */
	
	section.copyright {
		background: #012638;
		text-align: center;
	}
	
	section.copyright article {
		max-width: 1340px;
		padding: 20px;
		margin: 0 auto;
	}
	
	section.copyright article p {
		font: 400 14px / 14px sans-serif;
		color: #fff;
	}

/*  MEDIA QUERIES
    --------------------------------------------- */
    @media only screen and (min-width: 0) and (max-width: 1600px) {
		
		footer section article div.block {
			width: calc(50% - 13px);
		}
		
		footer section article div.block:nth-of-type(n) {
			margin-right: 20px;
		}
		
		footer section article div.block:nth-of-type(-n+2) {
			margin-bottom: 40px;
		}
		
		footer section article div.block:nth-of-type(2n) {
			margin-right: 0;
		}
		
    }
	
	@media only screen and (min-width: 0) and (max-width: 1280px) { 
		
		.content .center.about,
		.content .center.contact {
			padding: 0;
		}
		
		.content .center.about .left {
			width: 100%;
			height: 300px;
			position: static;
			display: inline-block;
		}
				
		.content .center.about .right {
			width: 100%;
			margin: 0;
			padding: 80px;
		}

		article.content div.center.contact div.left, 
		article.content div.center.contact div.right {
			width: 100%;
			height: auto;
			margin: 0;	
		}		
	
	}
	
	@media only screen and (min-width: 0) and (max-width: 1340px) { 
			
		article.content div.center.about div.contain img,
		article.content div.center.about div.contain div.right		{
			width: 100%;
		}
	
	}
	
	@media only screen and (min-width: 0) and (max-width: 1000px) {  
		
		.slider-contain h1 {
			position: static;
			color: #F5B220;
			margin: 50px 0 10px;
			font: 700 32px / 34px sans-serif;
			text-shadow:none;
		}
		
		.slider-contain h2 {
			position: static;
			color: #F5B220;
			font: 400 20px / 24px sans-serif;
			text-shadow:none;
		}
		
		article.content div.center.offer {
			padding: 50px 20px;
		}
		
	}

	@media only screen and (min-width: 0) and (max-width: 960px) {  
	
		.lslide img {
			width: 100%;
			height: auto;
			min-height: 200px;
			object-fit: cover;
		}
		
		article.content div.center.offer div.center {
			margin: 0 auto;
		}
		
		section.top > nav.cloned ul {
			display: none;
		}
		
		section.top > nav.original {
            display: none;
        }
		
		section.top div#nav-button-mobile { 
            display: inline-block;
        }
		
		section.top > article a.phone {
			padding-right: 0;
		}
		
		section.top > article a.phone span.hidden {
			display: none;
		}
		
		section.top > article a.phone span.icon {
			margin-right: 0;
			border-right: 0;
		}
		
		section.top > article a.offers span.icon {
			margin-right: 10px;
		}
		
		div.center.usp div.contain ul li {
			width: 50%;
			margin: 0;
		}
		
		div.center.usp div.contain ul li:nth-of-type(+n+3) {
			margin-top: 20px;
		}		
	
		footer section article div.block {
			width: 100%;
			margin-bottom: 40px;
		}

		footer section article div.block:last-of-type {
			margin-bottom: 0;
		}
		
		section.top .eredivisie { display:none !important; }
		#nav-overlay-mobile .eredivisie { display:inline-block !important; margin-bottom:10px; }
		
		footer section article div.block.logo {
			padding-top: 20%;
		}

    }
	
    @media only screen and (min-width: 0) and (max-width: 768px) {

		article.content div.center h2 {
			font-size: 28px;
			line-height: 36px;
		}
		
		article.content div.center.offer div.center h3,
		article.content div.center.contact h3 {
			font-size: 28px;
		}
				
		article.content div.center.contact div.left {
			width: 100%;
			margin: 0;
		}
		
		article.content div.center.contact div.right {
			width: 100%;
			margin-top: 20px;
		}

    }
	
	@media only screen and (min-width: 0) and (max-width: 700px) {
		
		article.content.sub div.center h1 {
			font-size: 35px;
			line-height:35px;			
		}
		
	}
	@media only screen and (min-width: 0) and (max-width: 640px) {
		
		.slider-contain h1 {
			top: 60px;
			font: 700 26px / 34px sans-serif
		}
		
		.slider-contain h2 {
			top: 180px;
			font: 400 20px / 24px sans-serif;
		}
		
		.aanbod article.content.sub div.center {
			padding: 120px 20px;
		}
		
		.sub .slider-contain img {
			width: 100%;
			height: 150px;
			object-fit: cover;
		}

		section.top > article {
			text-align: center;
		}
		
		section.top > article div.actions {
			width: 100%;
			margin-bottom: 10px;
			display: inline-block;
			position: static;
			text-align: center;
		}
		
		section.top > article a.logo {
			position: static;
			display: inline-block;
		}
		
		section.top .offers {
			margin-right: 5px;
		}
		section.top div#nav-button-mobile {
			margin-left: 5px;
		}
		
		
		footer,
		.content .center.about .right,
		article.content div.center.about div.contain div.right,
		article.content div.center.contact div.right {
			padding: 40px;
		}
		
		footer section article {
			padding: 0;
		}
		
		footer section article div.block {
			padding: 0;
		}

		article.content div.center.about div.contain div.content {
			padding: 25px 35px 240px 35px;
		}
		
		article.content.sub div.extra div.center div.block {
			width: 100%;
		}
		
		article.content.sub div.extra div.center div.block:last-of-type {
			margin-top: 30px;
		}
		
	}
	
	@media only screen and (min-width: 0) and (max-width: 500px) {
		
		article.content div.center.cta-blocks div.block-items a.cta-block {
			width: 100%;
			margin: 20px 0 0 0;
		}
		
		footer section article div.block.logo {
			padding-top: 30%;
		}

		
	}

    @media only screen and (min-width: 0) and (max-width: 413px) {
				
		article.content div.center div.items:not(.offer) div.block div.contain h2 {
			font-size: 18px;
			line-height: 24px;
		}
		
		article.content div.center div.items:not(.offer) div.block div.contain p span {
			width: 90px;
		}
		
		article.content div.center div.items:not(.offer) div.block div.contain a {
			width: 100%;
			font-size: 16px;
			line-height: 16px;
		}
		
		article.content.sub div.center h1 {
			margin: -250px 0 170px			
		}
		
    }
