/* ==========================================================================
   Base
   font-family:'DIN Next W01 Light';
   font-family:'DIN Next W02 Medium';
   font-family:'DIN Next W01 Regular';
   ========================================================================== */

html, body { 
	font-family:'DIN Next W01 Light'; 
	background: #f5f5f5 url(../img/bgnoise.png) repeat;
	color: #465861;
	font-weight: normal;
	text-rendering: geometricPrecision;
	-webkit-font-smoothing: antialiased;
	position: relative;
	min-height: 100%;
	height: 100%;
}
h1, h2 {
	text-transform: uppercase;
	font-family: Impact, Charcoal, sans-serif;	
	font-size: 31.5px;
	margin-top: 0;
}
p { 
	font-size: 15px;
	line-height: 20px;
	margin-bottom: 1em;
}

.tekstblok img {
	margin: 30px 20px;
	border: 5px solid #fdc400;
	transition: all 1.5s;
	-moz-transition: all 1.5s; /* Firefox 4 */
	-webkit-transition: all 1.5s; /* Safari and Chrome */
	-o-transition: all 1.5s; /* Opera */
}
.tekstblok img:hover {
	opacity: 0.75;
	 filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */

}

.center {
	text-align: center;
}

/* =============================================================================
   Colors
   ========================================================================== */
.blue, a:hover {
	color: #465861;
}
.red, a {
	color: #bf5d14;
}
.yellow {
	color: #fdc400;
}
.bold {
	font-family:'DIN Next W02 Medium';
}


/* =============================================================================
   Header
   ========================================================================== */

/* Fixed Topbar Navigation */
body.top-navbar { padding-top: 0;}
body.admin-bar .navbar-fixed-top { top: 28px; }
.navbar .brand {
	padding: 22px 35px 20px 20px;
}
.navbar .brand img {
	height: 60px !important;;
	width: 185px !important;;
	max-width: none !important;
}
.navbar-inner {
	min-height: 70px;
	padding: 0 20px;
	background-color: #ffffff;
	background-color: rgba(255,255,255,0.90);
	background-image: none !important;
	background-repeat: repeat-x;
	border: none !important;
	filter: none !important;
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.065);
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,0.065);
	box-shadow: 0 1px 4px rgba(0,0,0,0.065);
}
#wrap {
	background: #ffffff;
	border-bottom: 1px solid #fff;
	-webkit-box-shadow: 0 0 3px #e1e1e3;
	-moz-box-shadow: 0 0 3px #e1e1e3;
	box-shadow: 0 0 3px #e1e1e3;
	padding: 0 20px;
}
.no-margin {
	margin-left: 0;
	padding-left: 20px;
}
#banner .container {
	position: relative;
}
#button {
	/*display: none !important;*/
	position: absolute;
	z-index: 9999 !important;
	right: 23%;
	top: 125px;
	width: 265px;
}
#button.mobile {
	position: relative;
	right: auto;
	top: auto;
	width: 100%;
}
#button.mobile a {
	background: url('../img/button-ZZ_small.png') no-repeat left center #bf5d14;
	-webkit-transform: translateZ(0);
	display: block;
	padding: 21px 0 16px 155px;
}
#button.mobile a span {
	color: #fff;
    font-family:'DIN Next W02 Medium';
    font-size: 16px;
    line-height: 1.1em;
    text-shadow: rgba(0,0,0,0.4) 0px 0px 6px;
}
.round-button {
	width:100%;
}
.round-button-circle {
	width: 100%;
	height:0;
	padding-bottom: 100%;
    border-radius: 50%;
	border:10px solid #bf5d14;
    overflow:hidden;
    
    background: #fdc400; 
    box-shadow: 0 0 3px gray;
}
.round-button-circle:hover a {
    background: #fff; 
	color:#959595;
}
.round-button a {
    text-shadow: rgba(0,0,0,0.4) 0px 0px 6px;
    display:block;
	float:left;
	width:100%;
	padding-top:43%;
    padding-bottom:50%;
	line-height:120%;
	margin-top:-0.5em;
    
	text-align:center;
	color:#fff;
	font-family:'DIN Next W02 Medium';
    font-size:18px;
    text-decoration:none;
    text-transform: lowercase;
}
/* ==========================================================================
   Main Menu
   ========================================================================== */
.navbar .nav {
	padding: 0;
	margin: 0;
}
.navbar .nav li {
	text-align: center;
}
.navbar .nav li a {
	text-align: center;
	width: 150px;
	background: url('../img/menu-image.png') no-repeat center 22px;
	padding-top: 67px;
	padding-bottom: 20px;
	font-size: 13px;
	color: #999;
	transition: all ease 0.5s;
	-moz-transition: all ease 0.5s; /* Firefox 4 */
	-webkit-transition: all ease 0.5s; /* Safari and Chrome */
	-o-transition: all ease 0.5s; /* Opera */
	
}

.navbar .nav li a:hover {
	background: transparent url('../img/menu-image-active.png') no-repeat center 22px;
	-webkit-box-shadow: inset 0 3px 8px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 0 3px 8px rgba(0,0,0,0.1);
	box-shadow: inset 0 3px 8px rgba(0,0,0,0.1);

}

.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
	background: transparent url('../img/menu-image-active.png') no-repeat center 22px;
	-webkit-box-shadow: inset 0 3px 8px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 0 3px 8px rgba(0,0,0,0.1);
	box-shadow: inset 0 3px 8px rgba(0,0,0,0.1);
}

/* ==========================================================================
  contact_formulier
   ========================================================================== */
   
#contact_formulier li{
	line-height: 0px;
}   
/*
#contact_formulier .tot_en_met{
	margin-top: 26px;
}
*/
   
#contact_formulier .gform_wrapper .top_label div.ginput_container{
	margin-top: 0;
}
#contact_formulier .gform_wrapper .gform_heading{
	height: 0px !important;
	margin: 0 !important;
	padding: 0 !important;
	display: none !important;
}

body .gform_wrapper h3.gform_title {
    display: none !important;
}
/* ==========================================================================
   Text Menu
   ========================================================================== */
   
   
   .sticky {
	   position: fixed;
	   top: 107px;
	   left: 50%;
	   margin-left: -490px;
	   z-index: 1000;
	 }

   
   
#text-nav {
	width: 980px;
}
#text-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#text-nav ul li {
	display: block;
	height: 50px;
	background: #465861;
	width: 25%;
	float: left;
}
#text-nav ul li a {
	border-left: 1px solid #4f636d;
	display: block;
	height: 50px;
	text-align: center;
	line-height: 50px;
	color: #fff;
	background: #3c5460; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzNjNTQ2MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0NjU4NjEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #3c5460 0%, #465861 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3c5460), color-stop(100%,#465861)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #3c5460 0%,#465861 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #3c5460 0%,#465861 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #3c5460 0%,#465861 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #3c5460 0%,#465861 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c5460', endColorstr='#465861',GradientType=0 ); /* IE6-8 */
}
#text-nav ul li a:hover {
	background: #465861; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ2NTg2MSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3YThiOTMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #465861 0%, #7a8b93 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#465861), color-stop(100%,#7a8b93)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #465861 0%,#7a8b93 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #465861 0%,#7a8b93 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #465861 0%,#7a8b93 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #465861 0%,#7a8b93 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#465861', endColorstr='#7a8b93',GradientType=0 ); /* IE6-8 */
	text-decoration: none;
	color: #eee;
}
#text-nav ul li:first-child a {
	border-left: none;
}
#text-nav ul li a .yellow, #text-nav ul li a .blue, #text-nav ul li a .red {
	color: #ffffff;
}
/* ==========================================================================
   Content
   ========================================================================== */
   
.tekstblok {
	padding-bottom: 50px;
}


/* ==========================================================================
   Primary Content
   ========================================================================== */

#main { 
	padding-top: 40px;
}
.large-font {
	border-bottom: 1px solid #e8e8e8;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
.large-font p {
	font-size: 20px;
	text-align: center;
	color: #959595;
}


/* ==========================================================================
   Gallery
   ========================================================================== */

.royalSlider {
	width: 100%;
	margin: 0 auto;
	height: 600px;
	overflow: hidden;
}

.container960 {
	width: 980px;
}

.fullheight {
	height: 100%;
}



/* ==========================================================================
   ALBUM
   ========================================================================== */
.album-wrap {
	display: flex;
	margin: 125px 0 0;
}
.album-wrap .album a {
	border: 1px solid #bf5d14;
	display: block;
	float: left;
	margin: 0 15px 25px 0;
	padding: 10px;
	text-align: center;
	width: 150px;
}
.album-wrap .album a .title {
	display: block;
	font-weight: bold;
	margin: 15px 0 0;
}
.fancybox-title-float-wrap .child p {
	margin:5px 0 5px;
}
/* ==========================================================================
   Footer
   ========================================================================== */

.footer-container {
	padding: 20px !important;
	font-size: 100%;
	line-height: 120%;
}

/* DOOR ACCELERATE FOOTER LOGO */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600&display=swap');

#doorAccelerate {
	position: fixed; 
	left: 10px; 
	bottom: 10px; 
	transition: ease all 0.5s;
	text-align: left;
}

#doorAccelerate a {
	display: flex;
	align-items: center;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	text-decoration: none;
	margin: 0;
	padding: 0;
}

#doorAccelerate img {
	display: inline;
	width: 16px;
	height: 16px;
	margin: 0 9px 0 0;
	padding: 0;
}

#doorAccelerate p {
	display: inline;
	font-size: 10px;
	line-height: 10px;
	transition: all ease 1s;
	opacity: 0;
	color: #000;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	text-decoration: none;
}

#doorAccelerate.down a p  {
	opacity: 1 !important;
}
/* END DOOR ACCELERATE FOOTER LOGO */


/* ==========================================================================
   WordPress Generated Classes
   See: http://codex.wordpress.org/CSS#WordPress_Generated_Classes
   ========================================================================== */

.aligncenter { display: block; margin: 0 auto; }
.alignleft { float: left; }
.alignright { float: right; }
figure.alignnone { margin-left: 0; margin-right: 0; }



/* ==========================================================================
   SLIDER
   ========================================================================== */

/* v1.0.5 */
/* Core RS CSS file. 95% of time you shouldn't change anything here. */
.royalSlider {
	position: relative;
	direction: ltr;
}
.royalSlider > * {float: left;}
.rsWebkit3d .rsSlide {-webkit-transform: translateZ(0);}
.rsWebkit3d .rsSlide,.rsWebkit3d .rsContainer,.rsWebkit3d .rsThumbs,.rsWebkit3d .rsPreloader,.rsWebkit3d img,.rsWebkit3d .rsOverflow,.rsWebkit3d .rsBtnCenterer,.rsWebkit3d .rsAbsoluteEl,.rsWebkit3d .rsABlock,.rsWebkit3d .rsLink {-webkit-backface-visibility: hidden;}
.rsFade.rsWebkit3d .rsSlide,.rsFade.rsWebkit3d img,.rsFade.rsWebkit3d .rsContainer {-webkit-transform: none;}
.rsOverflow {width: 100%;height: 100%;position: relative;overflow: hidden;float: left;-webkit-tap-highlight-color:rgba(0,0,0,0);}
.rsVisibleNearbyWrap {width: 100%;height: 100%;position: relative;overflow: hidden;left: 0;top: 0;-webkit-tap-highlight-color:rgba(0,0,0,0);}
.rsVisibleNearbyWrap .rsOverflow {position: absolute;left: 0;top: 0;}
.rsContainer {position: relative;width: 100%;height: 100%;-webkit-tap-highlight-color:rgba(0,0,0,0);}
.rsArrow,.rsThumbsArrow {cursor: pointer;}
.rsThumb {float: left;position: relative;}
.rsArrow,.rsNav,.rsThumbsArrow {opacity: 1;-webkit-transition:opacity 0.3s linear;-moz-transition:opacity 0.3s linear;-o-transition:opacity 0.3s linear;	transition:opacity 0.3s linear;}
.rsHidden {opacity: 0;visibility: hidden;-webkit-transition:visibility 0s linear 0.3s,opacity 0.3s linear;-moz-transition:visibility 0s linear 0.3s,opacity 0.3s linear;-o-transition:visibility 0s linear 0.3s,opacity 0.3s linear;transition:visibility 0s linear 0.3s,opacity 0.3s linear;}
.rsGCaption {width: 100%;float: left;text-align: center;}
/* Fullscreen options, very important ^^ */
.royalSlider.rsFullscreen {position: fixed !important;height: auto !important;width: auto !important;margin: 0 !important;padding: 0 !important;z-index: 2147483647 !important;top: 0 !important;left: 0 !important;bottom: 0 !important;right: 0 !important;}
.royalSlider .rsSlide.rsFakePreloader {opacity: 1 !important;-webkit-transition: 0s;-moz-transition: 0s;-o-transition:  0s;transition:  0s;	display: none;}
.rsSlide {position: absolute;left: 0;top: 0;display: block;overflow: hidden;height: 100%;width: 100%;}
.royalSlider.rsAutoHeight,.rsAutoHeight .rsSlide {height: auto;}
.rsContent {width: 100%;height: 100%;position: relative;}
.rsPreloader {position:absolute;z-index: 0;}
.rsNav {-moz-user-select: -moz-none;-webkit-user-select: none;user-select: none;}
.rsNavItem {-webkit-tap-highlight-color:rgba(0,0,0,0.25);}
.rsThumbs {cursor: pointer;	position: relative;	overflow: hidden; float: left;	z-index: 22;}
.rsTabs {float: left;background: none !important;}
.rsTabs,.rsThumbs {-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:rgba(0,0,0,0);}
.rsVideoContainer {	width: auto;height: auto;line-height: 0;position: relative;}
.rsVideoFrameHolder {position: absolute;left: 0;top: 0;background: #141414;opacity: 0;-webkit-transition: .3s;}
.rsVideoFrameHolder.rsVideoActive {opacity: 1;}
.rsVideoContainer iframe,.rsVideoContainer video,.rsVideoContainer embed,.rsVideoContainer .rsVideoObj { position: absolute; z-index: 50; left: 0; top: 0;width: 100%;height: 100%;}
/* ios controls over video bug, shifting video */
.rsVideoContainer.rsIOSVideo iframe,.rsVideoContainer.rsIOSVideo video,.rsVideoContainer.rsIOSVideo embed {	-webkit-box-sizing: border-box;	-moz-box-sizing: border-box;box-sizing: border-box;padding-right: 44px;}
.rsABlock {left: 0;top: 0;position: absolute;z-index: 15;}
img.rsImg {	max-width: none;}
.grab-cursor {cursor:url(grab.png) 8 8, move; }
.grabbing-cursor{ cursor:url(grabbing.png) 8 8, move;}
.rsNoDrag {cursor: auto;}
.rsLink {left:0;top:0;position:absolute;width:100%;height:100%;display:block;z-index: 20;background: url(blank.gif);}
.royalSlider * {-webkit-backface-visibility: hidden;}

.rsArrowLeft .rsArrowIcn {
    width: 75px;
    height: 75px;
    top: 50%;
    left: 1%;
    margin-top: -24px;
    position: absolute;
    cursor: pointer;
    background: transparent url('../img/arrow-left.png') left no-repeat;
    opacity: 0.5;
    z-index: 100;
}

.rsArrowRight .rsArrowIcn {
    width: 75px;
    height: 75px;
    top: 50%;
    right: 1%;
    margin-top: -24px;
    position: absolute;
    cursor: pointer;
    background: transparent url('../img/arrow-right.png') right no-repeat;
    opacity: 0.5;
    z-index: 100;
}

.rsArrowLeft .rsArrowIcn:hover, 
.rsArrowRight .rsArrowIcn:hover {
	opacity: 0.6;
}





/* ==========================================================================
   Media Queries
   ========================================================================== */

@media (max-width: 979px) {
	
	.navbar .btn-navbar {
	    color: #000;
	    background: #fff;
	    border-color: #4f636d;  
	    margin-top: 20px;
	    padding: 10px;
	}
  
	.navbar .brand {
		padding: 10px 0px 10px 20px;
	}
	.navbar .btn-navbar .icon-bar {
	    display: block;
	    width: 20px;
	    height: 3px;
	    background-color: #4f636d;
	}
	
	#text-nav {
    width: auto;
	}
	
	#text-nav ul li {
		display: block;
		height: auto;
		background: #465861;
		width: 100%;
	}
	
	#text-nav ul li a {
		background: #4f636d;
		border-bottom: 1px solid white;
		height: auto;
	}
	
	.container960 {
		width: 100%;
	}
	
	.royalSlider {
		height: 300px;
	}
	
	.nav-collapse .nav>li {
    float: left;
	}
	
	.tekstblok img {
    margin: 0 3px;
    border: 2px solid #fdc400;
    text-align: center;
    width: 85px;
	}

  /* Fix top padding when using the responsive grid with the fixed topbar */
  body.top-navbar {
    padding-top: 0;
  }
  
  .royalSlider h3 {
	 color: #ffffff;
    font-size: 19px;
    /* margin: 0; */
    position: absolute;
    text-shadow: rgba(0,0,0,0.4) 0px 0px 6px;
    line-height: 1.1em;
    bottom: 0px;
    width: 100%;
    text-align: center;
	}
	
	
	.rsArrowLeft .rsArrowIcn, 
	.rsArrowRight .rsArrowIcn {
    top: 50%;
    width: 45px;
    height: 45px;
	}
	
	.rsArrowLeft .rsArrowIcn {
    background: transparent url('../img/arrow-left-s.png') left no-repeat;
	}
	
	.rsArrowRight .rsArrowIcn {
    background: transparent url('../img/arrow-right-s.png') left no-repeat;
	}
	
	.album-wrap {
		margin-top: 25px;
	}
	
}
@media (min-width: 980px) {
	 .royalSlider h3 {
	 color: #ffffff;
    font-size: 3em;
    /* margin: 0; */
    position: absolute;
    text-shadow: rgba(0,0,0,0.4) 0px 0px 6px;
    line-height: 1.1em;
	}
	
	.royalSlider h3.tl {
		top: 120px;
    left: 50%;
    margin-left: -470px;
    text-align: left;
	}
	
	.royalSlider h3.tc {
		top: 120px;
    width: 100%;
    text-align: center;
	}
	
	.royalSlider h3.tr {
		top: 120px;
    right: 50%;
    margin-right: -470px;
    text-align: right;
	}
	
	.royalSlider h3.cl {
		top: 280px;
    left: 50%;
    margin-left: -470px;
    text-align: left;
	}
	
	.royalSlider h3.cc {
		top: 280px;
    width: 100%;
    text-align: center;
	}
	
	.royalSlider h3.cr {
		top: 280px;
    right: 50%;
    margin-right: -470px;
    text-align: right;
	}
	
	.royalSlider h3.bl {
		bottom: 20px;
    left: 50%;
    margin-left: -470px;
    text-align: left;
	}
	
	.royalSlider h3.bc {
		bottom: 20px;
    width: 100%;
    text-align: center;
	}
	
	.royalSlider h3.br {
		bottom: 20px;
    right: 50%;
    margin-right: -470px;
    text-align: right;
	}
	

}


