body {
	background-color: #fff;
	font-family: 'Titillium Web', sans-serif;
	font-size: 1.5em;
	line-height:1.5em;
	color:#000;
	margin: 0;
	font-weight: 300;
	-webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
font-family: 'Titillium Web', sans-serif;
font-weight: 500;
line-height: 1.1;
}
 
.navbar-toggle
{
	background-color:#ef7c00 !important;	
	border-color: #fff !important;
	margin-right: 5px;

	padding: 10px 5px 8px 5px;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color:#ef7c00 !important;	
	border-color: #fff !important;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff;
	display: block;
	width: 28px;
	height: 4px;
	border-radius: 0px;
}

.navbar-default .navbar-toggle .fa {
	color: #fff;
	padding: 0px 5px;
	font-size: 1.2em;
}


.agendaitem {
    float: left;
    max-height: 100px;
    overflow: hidden;
    width: 100%;
    clear: both;
    margin: 5px 0;
    display: table;
    height: 100px;
    background: #fff;
    position: relative;
}

.agendadate {
    width: 24%;
    display: table-cell;
    height: 100px;
    vertical-align: middle;
    text-align: center;
    font-size: 3em;
}

a{
	color:#002f82;
}

.agendadate a{
	color:#ef7c00;
}

.agendadate:after {
	content:"";
	width: 1%;
	border-right: solid 1px #8C8C8C;
	position: absolute;
	top: 10%;
	bottom: 10%;
	left:23%;
}

.agendatitle {
    display: table-cell;
    width: 75%;
    vertical-align: middle;
    height: 100px;
    position: relative;
    padding-left: 5px;
}

.agendatitle h3 {
    margin: 0;
    text-transform: uppercase;
    line-height: 100%;
    font-size: 100%;
}

.agendatitle p.location {
    color: #000;
    font-size: 80%;
    float: left;
}

.agendatitle p.fulldate {
    font-size: 80%;
    float: left;
    clear: both;
    font-weight: 700;
}

.socialstop{
	float:right;
}

.agendatitle .fa {
    position: absolute;
    right: 10px;
    font-size: 2em;
    color: #8C8C8C;
    bottom: 25%;
}

.orange{
	color:#ef7c00;
}

.help{
	position: absolute;
	color:#fff;
	bottom:25px;
	left:0px;
	font-size:250%;
	font-weight:bold;
	background:rgba(0,0,0,0.7);
	padding:15px;
}

.bloglistitem {
    float: left;
    max-height: 100px;
    overflow: hidden;
    width: 100%;
    clear: both;
    margin: 5px 0;
    display: table;
    height: 100px;
    background: #fff;
}

.bloglistimage {
    max-width: 100px;
    float: left;
    
}

.bloglisttitle {
    display: table-cell;
    width: 70%;
    vertical-align: middle;
    height: 100px;
    position: relative;
}

.bloglisttitle h3 {
    margin: 0;
    text-transform: uppercase;
    line-height: 100%;
    font-size: 100%;
}

.social{
	font-size:150%;
	padding-top:30px;
}

.social i{
	color:#fff;
}

.spacesm {
	height: 20px;
}

.bloglisttitle p.date {
    color: #000;
    font-size: 80%;
    float: left;
}

.bloglisttitle .fa {
    position: absolute;
    right: 10px;
    font-size: 2em;
    color: #8C8C8C;
    bottom: 25%;
}


#blockshome{
	background: #ef7c00;
	padding: 30px 0px;
	color: #fff;
	font-size: 130%;
	line-height: 130%;
	box-shadow: inset 0px 5px 25px 0px rgba(0,0,0,0.2);
	font-weight: 400;
}

#blockshome h2{
	margin-top:0px;
}

#content{
	padding:30px 0px;
}

#content h1{
	margin-top:0px;
}

.smallie{
	height:10px;
}

.readmeer{
	position: absolute;
	right:15px;
	bottom:0px;
	background:#002f82;
	color:#fff;
	padding:5px 15px;
}

.btnbig{
	width: auto;
	height: 66px;
	position: relative;
	display: inline-block;
	background: #009e00;
	padding: 20px 20px 20px 20px;
	box-sizing: border-box;
	color: #fff;
	font-size: 28px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight:600;
}

.doneernc{
	position: absolute;
	right:0px;
	bottom:25px;
}

.doneernc .powered{
	float:left;
	margin-right:5px;
}

.doneernc .btnbig{
	font-size:24px;
	height:auto;
	padding:15px;
	float:left;
}

#page-next {
	position: absolute;
	bottom: 20px;
	left: 50%;
	margin-left: -25px;
	width: 50px;
	height: 50px;
	background: url("img/down.png") no-repeat center center;
	cursor: pointer;
	border-radius: 50%;
	background-size: 100% auto;
	z-index: 99999;
}

#page-next:hover {
	background-color: #808080;
	background-color: rgba(128,128,128,0.5);
}

/* Fade transition for carousel items */
.carousel .item {
    left: 0 !important;
      -webkit-transition: opacity .8s; /*adjust timing here */
         -moz-transition: opacity .8s;
           -o-transition: opacity .8s;
              transition: opacity .8s;
}
.carousel-control {
    background-image: none !important; /* remove background gradients on controls */
}
/* Fade controls with items */
.next.left,
.prev.right {
    opacity: 1;
    z-index: 1;
}
.active.left,
.active.right {
    opacity: 0;
    z-index: 2;
}

section#content{
	font-size:130%;
	line-height:130%;
}

section#sponsoren {
background-image: url(img/sponsoren.jpg);
background-position: 50% 0;
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
height: auto;
margin: 0 auto;
width: 100%;
position: relative;
box-shadow: 0 20px 50px rgba(0,0,0,0.1);
padding: 50px 0;
}

#sponsoren img{
	width:195px;
	margin:15px;
}

.navbar-static-top{
	margin-bottom:0px;	
	position: absolute;
	left:0px;
	right:0px;
	bottom:0px;
}

.navbar-fixed-top{
	position: fixed;
	top:0px;
	border-color:#234B91 !important;
}

.navbar-toggle
{
	background-color:#FFFFFF;	
}



.navbar-collapse
{
	max-height:none !important;	
}

.carousel-inner>.item>img, .carousel-inner>.item>a>img
{
	margin:auto;
}

/* Wrapper for page content to push down footer */
#wrap {
	min-height: 100%;
	height: auto !important;
}

/* Set the fixed height of the footer here */
#footer {
  padding-top:10px;
  min-height: 150px;
  background:#ef7c00;
  
}

#footer h3{
	font-size:120%;
	font-weight: 600;
	color:#000;
}
#footer .list-unstyled{
	margin-bottom:0px;	
}

#footer a{
	color:#fff;
	text-transform: uppercase;
	font-weight:600;
}

#footer .smallspace{
	height:10px;
}

#footer li{
	margin-bottom: 3px;
}

#footer .contactfoot{
	color:#fff;
	text-transform: uppercase;
	font-weight:600;
}

#footer .ourbrands{
	font-weight: 600;
	text-transform: uppercase;
	color:#fff;
	-moz-column-count: 2;
-moz-column-gap: 50px;
-webkit-column-count: 2;
-webkit-column-gap: 50px;
}

#footer .contactfoot a{
	color:#000;
}

#footer #blackfooter{
	background:#000;
	color:#fff;
	padding:50px;
}
#footer #blackfooter h3{
	color:#fff;
	font-weight: 600l;
	font-size: 160%;
	margin:0px;
	text-align: center;
}

#footer .padding{
	padding-bottom:30px;
}

#footer .loginbox{
	 background:#000;
	position: relative;
	width:100%;
}

#footer .loginbox .showAjax{
	float:left;
	color:#fff;
	font-weight: bold;
	margin-left:10px;
}

#footer .loginbox img{
	float:right;
	margin-top:8px;
	margin-right:10px;
}
.clear{
	clear:both;
}


section#landing {
	position: relative;
	min-height: 400px;
}


section#landing:after {
	content: "";
	display: block;
	width: 100%;
	height: 68px;
}

section#landing div.landingcarousel {
	position: absolute;
	top:0;
	bottom: 0;
	left:0;
	right: 0;
	z-index: 0;
}

section#landing div.landingcarousel div.item {

		background-size: cover;
		/* height: 100%; */
		position: absolute;
		top: 0;
		bottom: 0;
		width: 100%;
		background-position: center center;

}

section#landing div.landingcarousel div.item img {
	display: none;	
}

section#landing div.landingcarousel .carousel-inner {
	height: 100%;
}

section#landing div.container {
	height: 100%;
}

section#landing div.container div.col-sm-12 {
	height: 100%;
	z-index: 1;
}

section#landing img.landing-logo {
	 max-height: 100%;  
    max-width: 100%; 
    width: auto;
    height: auto;
    position: absolute;  
    top: 40px;  
   left: 0;  
    right: 0;  
    margin: auto;
}



section#landing .carousel-control, section#landing .carousel-indicators{
	display:none;
}

section#products{
	padding:70px 0;
	text-align: center;
}

section#products div.col-sm-4{
	text-align: center;
}

section#products div.col-sm-4 .img-responsive{
	display: inline;
}

section#products h2{
	text-transform: uppercase;
	font-size:150%;
	font-weight: 600;
	text-align: center;
	margin-bottom:20px;
	margin-top:0px;
}

.navbar-default {
	background-color: #002f82;
	border-color:transparent;
}

.navbar-static-top {
border-width: 0 0 0px;
}

.navbar .container{
	max-width: 1000px;
}

.navbar-default .navbar-nav>li>a {
	color: #fff;
	font-weight:600;
	font-size:1.25em;
	text-transform: uppercase;
}

.navbar-default .navbar-nav>li>a:hover{
	color:#fff;
	background-color:#ef7c00;
}

.navbar-nav{
	width: 120%;	
}

.active{
	background-color:#ef7c00;
	color:#fff !important;
}

.nav>li>a {
	position: relative;
	display: block;
	padding: 15px 28px;
}

section#black{
	background:#000;
	padding:60px 0px;
	color:#fff;
	padding-top:110px;
}

section#black h2{
	text-align:center;
	text-transform: uppercase;
	font-weight: 600;
	margin-top:0px;
}

section#black p{
	text-align: center;
	font-weight: 600;
	font-size:200%;
	line-height: 120%;
}	

section#koffieboon{
	background-image: url(img/koffiebonen.jpg);
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	height: auto;
	margin: 0 auto;
	width: 100%;
	position: relative;
	padding: 200px 0;
}


section#koffieboon h2{
	font-size:45px;
	color:#fff;
	font-weight:600;
	text-align: center;
	text-transform: uppercase;
}
section#koffieboon h3{
	font-size:20px;
	color:#fff;
	font-weight:600;
	text-align: center;
	text-transform: uppercase;
}

section#klanten{
	background:rgba(0,0,0,1);
	padding:100px 0;
}
.container-fluid.relative.vidtop {
	
	overflow: hidden;
}
.relative {
position: relative;
}
.vidbanner {
	position: relative;
	z-index: 0;
}

.vidbuttons {
	position: absolute;
	z-index: 1;
	left:20%;
	right: 20%;
	top: 25%;
	bottom: 25%;
	text-align:  center;
}

.vidbuttons i.fa {
	font-size: 1200%;
	padding: 10px 0;
	color: rgba(0,0,0,0.75);
}

.vidbuttons a.btn-groen {
	margin: 20px auto;
}
.videoWrapper {
position: relative;
padding-bottom: 56.25%;
padding-top: 0px;
height: 0;
}
.videoWrapper iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.btn-signature { 
  color: #ffffff; 
  background-color: #6AA8A5; 
  border-color: #28736F; 
} 
 
.btn-signature:hover, 
.btn-signature:focus, 
.btn-signature:active, 
.btn-signature.active, 
.open .dropdown-toggle.btn-signature { 
  color: #ffffff; 
  background-color: #28736F; 
  border-color: #28736F; 
} 
 
.btn-signature:active, 
.btn-signature.active, 
.open .dropdown-toggle.btn-signature { 
  background-image: none; 
} 
 
.btn-signature.disabled, 
.btn-signature[disabled], 
fieldset[disabled] .btn-signature, 
.btn-signature.disabled:hover, 
.btn-signature[disabled]:hover, 
fieldset[disabled] .btn-signature:hover, 
.btn-signature.disabled:focus, 
.btn-signature[disabled]:focus, 
fieldset[disabled] .btn-signature:focus, 
.btn-signature.disabled:active, 
.btn-signature[disabled]:active, 
fieldset[disabled] .btn-signature:active, 
.btn-signature.disabled.active, 
.btn-signature[disabled].active, 
fieldset[disabled] .btn-signature.active { 
  background-color: #6AA8A5; 
  border-color: #28736F; 
} 
 
.btn-signature .badge { 
  color: #6AA8A5; 
  background-color: #ffffff; 
}
.btn-xxl {
padding: 14px 24px;
font-size: 25px;
line-height: 1.33;
border-radius: 6px;
}

section#products .col-md-3{
	visibility: hidden;
}


.bounce, .pulse, .floating, .tossing, .pullUp, .pullDown, .stretchLeft, .stretchRight {
visibility: visible !important;
}

section#products h3{
	color:#fff;
	margin:0px;
	position: relative;
	padding:15px 5px;
	background: url(img/beeldmark.png) 15px  #e74c3c no-repeat;
	text-transform: uppercase;
	font-weight: 600;
}

section#products h3:after{
content: "\f101";
 display: inline-block;
 font: normal normal normal 14px/1 FontAwesome;
 font-size: 1.33333333em;
 line-height: 0.75em;
 vertical-align: -15%;
 text-rendering: auto;
 -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
	position: absolute;
	right:15px;
}


section#googlefoot {
background-image: url("http://maps.google.com/maps/api/staticmap?center=53.210995,6.621288&zoom=8&markers=53.210995,6.621288&size=1920x640&sensor=TRUE_OR_FALSE&scale=2");
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 */
background-position: 50% 50%;
padding: 50px 0;
box-shadow: inset 0 5px 15px 0 rgba(0,0,0,0.6);
min-height: 400px;
background-size: cover;
-webkit-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
-ms-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
position: relative;
}

section#googlefoot:hover{
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(0%);
}

.navbar-fixed-top .container{
	max-width:1170px;
}
.logo{
	float:left;
	margin-right:30px;
	display: none;
	margin-top:2px;
}
.navbar-fixed-top .logo{
	display:block;
}

.telefoon{
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 130%;
	position: absolute;
	right: 0px;
	top: 50px;
}


.meter { 
			height: 60px;  /* Can be anything */
			position: relative;
			margin: 10px 0 20px 0; /* Just for demo spacing */
			background: #002F82;
			padding: 10px;
			-webkit-box-shadow: inset 0 -1px 1px rgba(255,255,255,0.3);
			-moz-box-shadow   : inset 0 -1px 1px rgba(255,255,255,0.3);
			box-shadow        : inset 0 -1px 1px rgba(255,255,255,0.3);
		}
		.meter > span {
			display: block;
			height: 100%;
			   -webkit-border-top-right-radius: 2px;
			-webkit-border-bottom-right-radius: 2px;
			       -moz-border-radius-topright: 2px;
			    -moz-border-radius-bottomright: 2px;
			           border-top-right-radius: 2px;
			        border-bottom-right-radius: 2px;
			    -webkit-border-top-left-radius: 0px;
			 -webkit-border-bottom-left-radius: 0px;
			        -moz-border-radius-topleft: 0px;
			     -moz-border-radius-bottomleft: 0px;
			            border-top-left-radius: 0px;
			         border-bottom-left-radius: 0px;
			background-color: rgb(239, 124, 0);
			
			position: relative;
			overflow: hidden;
		}
		
		
		.animate > span:after {
			display: none;
		} 





