

video { 
						 		position: absolute;
						  		top: 50%;
						  		left: 50%;
						  		min-width: 100%;
						  		min-height: 100%;
						  		width: auto;
						  		height: auto;
						  						transform: translateX(-50%) translateY(-51%);
					   			background-color:rgba(255,255,255,0.0);
								background-size: cover;
								transition: 1s opacity;
								-webkit-animation: fadeIn 4s;
					  		}

.youtube-iframe {

				width:100%

		}
.video-container {
		position: relative;
		padding-bottom: 56.25%;
		height: 0;
		overflow: hidden;
		}
.video-container iframe,
.video-container object,
.video-container embed {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		}

.post-layer {
    position:fixed;
    float:left;
    top:0px;
    left: 0px;
    width: 100%;
    height: 100vh;
    padding: 10vh 10% 15vh 10%;
    
    background-color: rgba(0, 0, 0, 0.9);
}
.post-layer-controls {
    position:relative;
    float:left;
    width: 100%;
    padding: 0;
    text-align: center;
}
.post-layer-controls a{
    font-size: 33px;
    font-family: "latobold";
    margin: 0 22px;
}
.post-image {
    width: 100%;
    height: 15vw;
    display: block;
    position: relative;
    overflow: hidden;
    box-shadow: 0px 0px 0px rgba(255,185,39,1.0);
    background-size: cover;
    background-position: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
    border: 10px solid rgba(0,0,0,1.0);
}
.post-layer-image {
    position: relative;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
}


.post-anchor {
				height:1px;
				
			}					  

.content-container img {
				
				width:100%;

				}
.container-fluid {
   position: relative;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 50px;
    max-width: 1280px;
    
}
.popupform {
	position: absolute;
	float: left;
	z-index: 1001;
	width: 100%;
	background-color: rgba(20, 25, 120, 1.0);
						
						
}

									.share {
  										text-align: center;
  									}
  									.share h6 {
  										font-size: 16px;
  										margin-top: 10px;
    									margin-bottom: 10px;
  									}
  									.share a {
  										font-size: 16px;
  										margin: 0 12px;
  									}
  									.sharecolumn {
  								
  										text-align: center;
  										padding: 16px 0px;
  										z-index: -1;
  										
  									}
  									

.menu-row {
	position: fixed;
	float: left;
	width: 100%;
	background-color: rgba(0, 0, 0, 1.0);
	height: 50px !important;
	
     z-index:999;
}

.navigation {
    height: 50px;
    z-index: 520;
    font-size: 13px;
    text-align: center;
    padding: 16px 0px 0px 115px;
    position: relative;
    width: 90%;
    margin-top: 0px;
}
.navigationnew {
    height: 50px;
    text-align: center;
     padding: 16px 0px 0px 0px;
}
.navigationnew a {
   	color:#fff;
   	margin: 0px 12px;
  	 display: inline-block;
	text-decoration: none;

}
.navigationnew a:hover {
   color:rgba(255, 0, 140, 1.0);
}

.register-popupframe {
	width: 600px;
	margin: 10vh auto;
}

.register-container {
	position: relative;
	top:0px;
	width: 100%;
	height:28vw;
	z-index:1;
	padding: 40px 0 0 66px;
  					
}

.register-empty {
						height:66px;
  						box-shadow: 0px 0px 0px #000;
}

.register-header {
	position:absolute;
	width: 100%;
	height:100%;
	overflow:hidden;
	box-shadow: 5px 10px 33px #888888;
						background-repeat: no-repeat;
					   	background-attachment: scroll;
					   	background-position: center center; 
					   	background-size:cover;
					   	
					   	animation: move 0s ease;
					   	/* Add infinite to loop. */
  
					   -ms-animation: move 0s ease;
					   -webkit-animation: move 0s ease;
					   -0-animation: move 0s ease;
					   -moz-animation: move 0s ease;
}

.register-logo {
    position: relative;
    display: block;
    width: 39%;
    padding: 0;
    z-index: 2;
    text-align: center;
}
	  .register-logo img {
		  width: 100%;
	  }

.teaser-text {
   		width: 100%;
	   font-family: "latoregular";
	   font-size: 20px;
	   line-height: 1.0em;
	   color: rgba(255,255,255,0.8);
	   width: 85%;
	   font-weight: 500;
	   text-align: right;
	   padding: 18px 22% 0 0;
	   margin: -50px auto 0 auto;
	   text-transform:uppercase;
}
.teaser-date {
	 
	width:100%; 
    font-size: 42px;
    line-height: 1.0em;
    color: #fff;
    font-weight: 500;
    text-align: left;
	padding: 15px 0 10px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 1.0);
}




	  
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(255, 255, 255, 0.95);
  opacity: 1;
    					font-size: 16px;
}
::-moz-placeholder { /* Firefox 19+ */
  color: rgba(255, 255, 255, 0.95);
  opacity: 1;
    					font-size: 16px;
}
:-ms-input-placeholder { /* IE 10+ */
  color: rgba(255, 255, 255, 0.95);
  opacity: 1;
    					font-size: 16px;
}
:-moz-placeholder { /* Firefox 18- */
  color: rgba(255, 255, 255, 0.95);
  opacity: 1;
    					font-size: 16px;
}	  

.frm_fields_container {

		padding-top: 33px;

	}

.frm_full input:not([type="checkbox"]):not([type="radio"]):not([type="button"]), .frm_full select, .frm_full textarea {
    width: 100% !important;
    background-color: rgba(255, 0, 140, 1.0);
    border-radius: 0px;
    border: 0px;
    margin-top: 18px;
    
    					padding: 6px 20px;
    					font-family: 'latoregular', sans-serif;
    					font-size: 17px;
						letter-spacing: 0.08em;
    					
    					line-height: 1.428571429;
    					color: rgba(255, 255, 255, 1.0);
    					text-transform: lowercase;
						-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.075);
						box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
    					-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    					transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.frm_full input {
    height: 50px;
    } 
.frm_full textarea {
    height: 140px;
    padding: 16px 20px;
    }
.frm_error {
    width: 100%;
    background-color: rgba(0,0,0, 0.2);
    font-family: 'latoregular',  sans-serif;
    font-size: 15px;
						letter-spacing: 0.08em;
    color:#fff;
    padding: 16px 20px;
    z-index:3;
    		-webkit-animation-name: fadeIn;
			  animation-name: fadeIn;
			  -webkit-animation-duration: 0.8s;
			  animation-duration: 0.8s;
			  -webkit-animation-delay: 0.3s;
			  animation-delay: 0.3s; 
			  -webkit-animation-fill-mode: both;
			  animation-fill-mode: both;
    }
.frm_button_submit {
						display: block;
						right: 0px;
    					height: 45px;
						padding: 10px 24px;
						margin-top: 33px;
						border-radius:25px;
						
							  	font-size: 17px;
								letter-spacing: 0.08em;
								font-weight: 600:
								
								color: rgba(255, 255, 255, 1.0);
								text-transform: lowercase;
								font-weight: bold;
						
						text-align: center;
						vertical-align: middle;
						color:#fff;
						
						background-color: rgba(255, 0, 140, 1.0);
						border: 2px solid rgba(255, 255, 255, 1.0);
						-webkit-transition: all .4s ease;
    					transition: all .4s ease;
				
						}
					  	.frm_button_submit:hover {
							color: rgba(255, 255, 255, 0.5) !important;
							background-color: rgba(255, 0, 140, 0.0);
							border: 2px solid rgba(255, 255, 255, 0.5);
							
						}
					  	.frm_button_submit a {
							display: block;
						}
					  	.frm_button_submit a:hover {
							display: block;
						}

						.frm_error_style {
    							color:#fff;
    							}

			.footer-partners {

					width:680px;
					margin: 0px auto;

			}
			.block-footer-partner {

					position:relative;
					float:left;
					width:150px;
					height:150px;
					margin: 0px 10px;
					background-color: rgba(255, 255, 255, 0.0);

			}
			.block-partner-inside {
					 position: absolute;
					 top: 0;
					 left: 0;
					 width: 100%;
					 height: 100%;
					 padding: 30px 10px;
					 border: 5px solid rgba(255,185,39,0.4);
					 font-family: "federantregular";
font-size: 26px;
font-weight: normal;
line-height: 1;
					 background-size: contain;
					 background-repeat: no-repeat;
					 background-position: center;
					 
					 	-webkit-animation-name: fadeIn;
			   			animation-name: fadeIn;
			   			-webkit-animation-duration: 0.8s;
			   			animation-duration: 0.58s;
			   			-webkit-animation-delay: 0.0s;
			   			animation-delay: 0.0s; 
			   			-webkit-animation-fill-mode: both;
			   			animation-fill-mode: both;
					  
					}
			.block-partner-inside:hover {
					 border: 5px solid rgba(255,185,39,0.8);
					color: rgba(255,185,39,1.0);
					 }
					 
			.block-partner-inside img {
					  
					}
					.inside-hover {
					 
					 	background-color: rgba(0, 0, 0, 0.3);
					 	-webkit-animation-name: fadeIn;
			   			animation-name: fadeIn;
			   			-webkit-animation-duration: 0.5s;
			   			animation-duration: 0.5s;
			   			-webkit-animation-delay: 0.1s;
			   			animation-delay: 0.1s; 
			   			-webkit-animation-fill-mode: both;
			   			animation-fill-mode: both;
    					
					  
					}
					
.templategallery {
	padding: 0 12%;
	margin-bottom: 30px;
}
.block {
    margin-left: 0px;
    min-height: 520px;
    height: auto;
}
					
.block--video {
	min-height: 40px;
    width: 25%;
}
.block--gallery {
	min-height: 40px;
    width: 25%;
}
.block--gallery h6 {
	font-size: 15px;
    letter-spacing: 0;
    padding: 0 10px;
    line-height: 20px;
}
.block--downloads {
	min-height: 40px;
    width: 20%;
}
.block figure {
    margin: 0;
}
.block-image {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    overflow: hidden;
    padding-top: 66%;
}
.block-image-inside {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
    }
.videobutton {
    width: 50%;
    margin-left: 25%;
    margin-top: 28px;
}
.block-download-inside {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius:50%;
    background-size: cover;
    background-position: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
    }
.downloadbutton {
			width: 50%;
			margin-left: 0;
			margin-top: 11px;
			border: 0px !important; 
		}
.downloadbox {
			background-size: cover;
			background-repeat: no-repeat;
			height:66px !important;
			background-color: rgba(255,185,39,0.0) !important;
		}


.head-gallery h1 {
			padding: 0 15px;
			text-align: center;
			font-size: 40px;
			margin-bottom: 5s3px;
		}
.head-gallery h6{
			padding: 0 15px 33px 15px;
			text-align: center;
		}
.quotes-all {
			
			position:relative;
			float:left;
			margin-bottom: 43px;
			width:100%;
		}
.events-all {
			
			position:relative;
			float:left;
			margin-bottom: 11px;
			width:100%;
		}
		.event-box {
			
			position:relative;
			float:left;
			border-bottom: 0px solid rgba(0, 0, 0, 1.0);
			margin-bottom: 13px;
			width:100%;
			
		}
		.eventdate-box {
			position:relative;
			float:left;
			width: 15%;
			
			
		}
		.datebox {
			width:75px;
			height:77px;
			text-align: center;
			background-color: rgba(255,185,39, 0.7);
			padding: 0;
			
			margin-bottom: 30px;
			
		}
		.datebox h3 {
			font-family: "latobold";
			color: #fff;
			font-size: 19px;
			letter-spacing:-0.01em;
			margin-bottom: 0px;
			
		}
		.datebox h5 {
			font-family: "latoregular";
			color: #000;
			font-size: 14px;
			letter-spacing:-0.01em;
			margin-bottom: 0px;
		}
		
		.eventdetail-box {
			position:relative;
			float:left;
			padding-left: 25px;
			width: 85%;
			
		}
		.eventdetail-box h4 {
			font-family: "latobold";
			color: #fff;
			font-size: 20px;
			letter-spacing:-0.01em;
			margin-bottom: 5px;
			
		}
		.eventdetail-box h5 {
			font-family: "latoregular";
			color: #fff;
			font-size: 16px;
			margin-bottom: 7px;
			
		}
		.eventdetail-box a {
			
			font-size: 16px;
		}
		
		
		
		

		 /* ==================================================
			7. Responsive Media Queries
		 ================================================== */
		 @media (min-width: 1200px) {body.boxed .is-sticky .full-width-menu{width:1080px;}}
		 @media (min-width: 992px) and (max-width: 1199px) {
									
									.register-logo {
	  								}		
	  								.teaser-text {
	  									padding: 15px 22% 0 0;
									}
									.teaser-date {
									}	
									video { 
						 		
						  						top: 0;
						  						left: 0;
						  						transform:scale(1.1,1.1);
					  				}	
					  																	
		 }

		 @media (min-width: 992px){
															
		 }

		 @media only screen 
		 and (min-device-width : 768px) 
		 and (max-device-width : 1024px) 
		 and (orientation : landscape) { /* STYLES GO HERE */

							 
		 }
		@media (max-width: 1080px) {
		
    							.teaser-text {
    								margin: -35px auto 0 auto;
									}
		
		
		
								}

		 @media only screen and (max-width: 992px) {
		 
										
										
							   .register-container {
							   		padding: 40px 0 0 20px;
    							}
    							.teaser-text {
    								font-size: 18px !important;
    								padding: 16px 22% 0 0;
									}
								.register-logo {
									width: 60%;
									padding: 0;
									z-index: 2;
	  								}
	  								
								.nav-zoeken {
   											right: 88px !important;
   											
    									}
						
							
	  							.container-fluid {
										 
										  max-width: 100%;
	
									  }
    							
    							

 
				.frm_full input:not([type="checkbox"]):not([type="radio"]):not([type="button"]), .frm_full select, .frm_full textarea {
    
    					padding: 0px 40px;
    					font-size: 25px;
    					margin-top: 33px;
    
}
.frm_full textarea {
    height: 440px;
    padding: 22px 40px;
    }
.frm_full input {
    height: 120px;
    
    }
.frm_error {
    font-size: 22px;
    }								
    						
									 
									 
									 .frm_button_submit {
									 
    											
				
										}
										
										.menu-row {
												height: 150px !important;
	
										}

										.navigation {
    											font-size: 80px;
										}
										.navigationnew {
     											padding: 65px 0px 0px 0px;
											}
										.navigationnew a {
   												font-size: 25px;
   												margin: 0px 20px;
   											}
										   #back-to-top {
													   width: 130px;
													   height: 130px;
													   right: 7%;
													   font-size: 66px;
													   background-color: rgba(0, 0, 0, 0.4);
													   padding: 12px 33px;
													   border-radius: 50%;
   
										   }
		}
		
		
		@media only screen and (max-width: 767px) {
								
								
									.eventdate-box {
										width: 20%;
										}
									.eventdetail-box {
										width: 80%;
			
									}
									.video-container {
    											padding-bottom: 90%;
									}
								  .post-image {
									  height: 60vw;
									  }
									  
									  .templategallery {
	padding: 0 5%;
}

.butt-moremedia {
    width: 60%;
    margin-left: 20%;
}
								  .post-anchor {
												  height:80px;
				
											  }
								 .foot-left {
									 width: 100%;
								 }
								 .foot-right {
									 width: 100%;
								 }
								  
								
							   .fn-grid {
								   width: 94%;
								   }
							   
							   video { 
						 		
						  						top: 0px;
						  						left: -50%;
						  						transform:scale(3,3);
					  				}
					  				.footer-partners {
										  width: 80%;
										  margin: 0px 10%;
										  min-height: 100px;
										  position: relative;
										  float: left;
									  }

   								.block-footer-partner {
									   margin-right: 10px;
									   margin-left: 10px;
									   margin-bottom: 22px;
								   }
								  
								  .social-navigation {
   									 padding-left: 5%;
									}
									.datebox {
											padding: 7px 0 0 0;
			
												}
												
												
.quotes-all {
			
			margin-bottom: 0px;
		}
.col-md-1-3 {
    width: 100%;
}
							   
.colleft  {
	width:100%;
	}
.colright  {
	width:100%;
	}
.block {
  min-height: 100px;
  height:auto;
	
  	}
.live-filter-popup {
    height:auto;
    margin-bottom: 33px;
    }
    
.block--quote .block-meta {
    min-height: 100%;
}
.block--colleague .block-meta {
    min-height: 90%;
}
							   
								.nav-container {
								
    								padding: 0px 0px 0px 11px;
    								
										}
								.nav-zoeken {
    									display: none;
    									}
    							
    							.register-container {
							   		height:60vh;
							   		padding: 20px 0 0 0px;
    							}
    							
    							.teaser-text {
    								font-size: 16px !important;
    								padding: 28px 15% 0 0;
									}
								.register-logo {
									width: 85%;
									padding: 0;
									z-index: 2;
									margin: 12px 0px 0px 17px;
	  								}
								
								.nav-logo {
										padding: 9px 0px 0px 25px;
										z-index: 3;
									}
								.nav-logo img {
    											
										}
								.block--colleague .block-meta {
    									margin-top: 1.5rem;
    							}
    							.block--quote .block-meta {
    									padding: 1.5rem 1rem;
									}
									
							   	.modal-control--close {
									   top: 19px;
									   padding-right: 0px;
									   right: 5%;
									   width: 20%;
									   display:none;
										   }
		 }
		 
		 @media only screen and (min-width: 320px) and (max-width: 480px) {



		 }









