/* 
 _____   _           _         _                        _                  
|_   _| | |         | |       | |                      | |                 
  | |   | |__   __ _| |_ ___  | |_ ___  _ __ ___   __ _| |_ ___   ___  ___ 
  | |   | '_ \ / _` | __/ _ \ | __/ _ \| '_ ` _ \ / _` | __/ _ \ / _ \/ __|
 _| |_  | | | | (_| | ||  __/ | || (_) | | | | | | (_| | || (_) |  __/\__ \
 \___/  |_| |_|\__,_|\__\___|  \__\___/|_| |_| |_|\__,_|\__\___/ \___||___/

Oh nice, welcome to the stylesheet of dreams. 
It has it all. Classes, ID's, comments...the whole lot:)
Enjoy responsibly!
@ihatetomatoes

*/
/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html, body {
	height:auto !important;
}

#onsbim-basisprincipes h2, #onsbim-basisprincipes h3, #onsbim-basisprincipes p {
	color:#333;
}

#header {
	
	margin-top: 0px;
	padding-top: 30px;
}

#onsbim-visie {
	
	background: #dddddd;
}

#pre-visie {
	
	color: #fff;

	padding-bottom: 40px;
background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0.9, #737373),
	color-stop(1, #555555)
);
background-image: -o-linear-gradient(bottom, #737373 90%, #555555 100%);
background-image: -moz-linear-gradient(bottom, #737373 90%, #555555 100%);
background-image: -webkit-linear-gradient(bottom, #737373 90%, #555555 100%);
background-image: -ms-linear-gradient(bottom, #737373 90%, #555555 100%);
background-image: linear-gradient(to bottom, #737373 90%, #555555 100%);
background: #555555;
}

.mt-10 { margin-top: 10px !important;}
.mt-15 { margin-top: 18px !important;}
.mt-20 { margin-top: 20px !important;}
.mt-30 { margin-top: 30px !important;}
.mt-40 { margin-top: 40px !important;}
.mt-50 { margin-top: 50px !important;}
.mt-60 { margin-top: 60px !important;}
.mt-70 { margin-top: 70px !important;}
.mt-80 { margin-top: 80px !important;}
.mt-90 { margin-top: 90px !important;}
.mt-100 { margin-top: 100px !important;}
.mt-120 { margin-top: 120px !important;}
.mt-140 { margin-top: 140px !important;}
.mt-160 { margin-top: 160px !important;}
.mt-180 { margin-top: 180px !important;}
.mt-200 { margin-top: 200px !important;}
.mt-250 { margin-top: 250px !important;}
.mt-300 { margin-top: 300px !important;}
.mt-350 { margin-top: 350px !important;}
.mt-400 { margin-top: 400px !important;}


#onsbim-visie .col-xs-6 img {
	
	margin: 0px auto;
	
}

.footstep_set {
	
	position: relative;
	height: 200px;
	width: 300px;
}

.footstep_set img {
	
	position: absolute;
	left: 25%;
		
}

.container {
	
	width: 955px;
	padding-right: 0px;
	padding-left: 0px;
}

#onsbim-home {
	
	background: #fff;
}

#ons-bim-menu {
	display: none;
	position: fixed;
	width: 100%;
	height: 70px;
	top: 0px;
	left: 0px;
	background: #fff;
	z-index: 999999;
}

#ons-bim-menu.active {
	
	opacity: 1;
}

#ons-bim-menu h2 {

	color: #fff;
	margin-top: 20px;
	font-size: 28px;
	font-weight: 400;
}


#ons-bim-menu ul {

	color: #000;
	margin-top: 12px;
	font-size: 16px;
	font-weight: 400;
}


#ons-bim-menu ul li a {

	color: #000;
	font-weight: 100;
}

#ons-bim-menu ul li a:hover,
#ons-bim-menu ul li a:active,
#ons-bim-menu ul li a:focus {
	
	color: #e37b10;
	background: none;
}

#ons-bim-menu ul li a.active {
	
	color: #fff;
	background: #e37b10 !important;
	transition: .3s all ease-in-out;

}



div#footer {
	
	font-family: 'Open Sans',Helvetica,Arial,sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #333333;
	padding-bottom: 30px;
}

ul.socialmedia {
	
	padding: 0px;
}

#footer .author {
	margin-right: 5px;
float: right;
color: #7e736b;
font-size: 12px;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
font-size: 12px;	
line-height: 20px;
margin-bottom: 10px;
margin-left: 0px;
margin-right: 5px;
margin-top: 0px;
}

ul.socialmedia li {
	height: 20px !important;
	line-height: 20px;
}

.button-visie {

	background-color: #e37b10 !important;
	padding: 15px 60px;
	display: inline !important;
	height: inherit !important;
	width: inherit !important;
	border-radius: 5px;
	color: #fff;
	
	
}

.button-visie:hover, 
.button-play:hover {
	
	color: #fff;
	text-decoration: underline;
}

.button-play {


	position: relative;
	top: 50px;	
	
	background-color: #e37b10 !important;
	padding: 15px 60px;
	display: inline !important;
	height: inherit !important;
	width: inherit !important;
	border-radius: 5px;
	color: #fff;
	
}

#block-onsbimHome h2, #block-onsbimHome h3 {
color: #333;
top: inherit;
left: inherit;
bottom: inherit;
position: inherit;
	
}

#block-onsbimHome .blockcontent {
	
	position: absolute;
	top: 0;
	width: 100%;
	
}
#block-onsbimHome .blockfooter {
	
	position: absolute;
	bottom: 0;
	width: 100%;
	
}

.carousel-indicators li {
	
	border-color: #666 !important;
	}
.carousel-indicators .active {
	
	background-color: #666 !important;
}
#block-onsbimHome .blockfooter p.punchy {

	margin-bottom: 130px;
}

#block-onsbimHome h2 { 
	
	font-size: 40px;
	line-height: 110px;
	font-weight: 700;
	display: block;
	width: 100%;
	text-align: center;
}


#quotes {
	
	height: 450px;
	width: 100%;
}



#quotes .carousel-inner {
	
	height: 100%;
}

#quotes .item {
	width: 100%;
	height: 100%;
	
}

#quotes .item h3 {
	
		width: 80%;
	left: 10%;
	position: absolute;
	top: 100px;

	font-size: 28px;
	display: block;
	line-height: 38px;

}


#quotes .item p {
			width: 80%;
	left: 10%;

	position: absolute;
	top: 205px;

	
}

.radarnav-tabs {
	
	margin-bottom: 40px;
	
}
.radarnav-tabs > div  {
	
	margin-top: 40px !important;
	margin-bottom: 40px !important;
	padding-top: 20px;
	padding-bottom: 40px;

	border-top: 1px solid #ccc;
}
#radarnav {
	
	margin-top: 40px;
}

#radarnav a {
	
		line-height: 80px !important;
	font-size: 28px;
}

.radarnav-tabs p {
	
	font-size: 16px !important;
}

.text-white {
	
	color: #fff;
}
.bimCenter {
	
	text-align: center;
	font-family: 'Roboto Slab', serif;

}
.bimCenter p {
	
	margin-bottom: 26px;
}
.bimCenter h2{

	margin-top: 50px;
	margin-bottom: 20px;
	font-size: 54px;
	font-weight: 700;

}

.bimCenter h3{
	margin-top: 30px;
	margin-bottom: 20px;
	font-size: 28px;
	font-weight: 100;

}


.bimCenter p {
	font-size: 18px;
	line-height: 32px;
	font-weight: 300;
}

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
	font-size: 18px;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Parallax Scroll
   ========================================================================== */
body, html {
	height: 100%;
	min-height: 100%;
}
body {
	
}
.no-js {
	padding-top: 106px;
}
h2 {
	margin-top: 0;
}
.loading {
	background: url('/img/page-content/ons-bim/ico_loading.gif') no-repeat center center;
}
section {
	min-width: 960px;
	opacity: 0;
}
.loaded section,
.no-js section {
	opacity: 1;
	-webkit-transition: opacity 300ms ease-out;
	-moz-transition: opacity 300ms ease-out;
	transition: opacity 300ms ease-out;
}
main {
	overflow-x: hidden;
}

.bcg {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	width: 100%;
}
/* Slide 1 */
#slide-1 .bcg {background-image:url('/img/page-content/ons-bim/slide-1.jpg');}

/* Slide 2 */
#slide-2 .bcg {background-image:url('/img/page-content/ons-bim/slide-2.jpg');}

/* Slide 3 */
#slide-3 .bcg {background-image:url('/img/page-content/ons-bim/slide-3.jpg');}

#slide-4 .bcg {background-image:url('/img/page-content/ons-bim/slide-4.jpg');}

/* Slide 5 */
#slide-5 .bcg {background-image:url('/img/page-content/ons-bim/slide-5.jpg');}

.hsContainer {
	display: table;
	table-layout: fixed;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}

#slide-4 h2, #slide-4 p {
	color:#fff;
}

.hsContent {
	max-width: 450px;
	margin: -150px auto 0 auto;
	display: table-cell;
	vertical-align: middle;
	color: #ebebeb;
	padding: 0 8%;
	text-align: center;
}
	.hsContent h2,
	.copy h2 {
		color: #ffffff;
		font-size: 45px;
		line-height: 48px;
		margin-bottom: 12px;
		text-shadow: 0px 0px 10px black;
		
	}
	.hsContent p {
		width: 400px;
		margin: 0 auto;
		color: #b2b2b2;
	}
	.hsContent a {
		color: #b2b2b2;
		text-decoration: underline;
	}
	.bgBlack {
		background-color: rgba(0,0,0,0.75);
		padding: 3px 10px;
	}







/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

.input {
	
	width: 100%;
	margin-top: 10px;
}
label {
	
	font-weight: 300;
	width: 50%;
	text-align: right;
	padding-right: 10px;
	vertical-align: top;
	padding-top: 8px;
}

select, input, textarea {
	
	width: 50%;
	border: 1px solid #cccccc;
	background-color: #ffffff;
	border-radius: 3px;
	font-size: 14px;
	padding: 10px;
}


div.submit {

	margin-bottom: 30px;
	text-align: left;
}


div.submit input {
	
	margin-left: 50%;
	width: 200px;
	height: 40px;
	display: block;
	
}
#onsbim-footer {
	font-size: 14px;
	
}
#onsbim-footer a {
	
	color: #E37B10;
}





.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}

/*
  WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
  Need to override the 3.3 new styles for modern browsers & apply opacity
*/
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}