/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

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

html {
    font-size: 1em;
    line-height: 1.4;
	 -webkit-font-smoothing: antialiased !important;
}

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

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

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

audio,
canvas,
img,
video {	
	vertical-align: middle;
}

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

textarea {
    resize: vertical;
}

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


/* ==========================================================================
   Author's custom styles
   ========================================================================== */
body{
	font-family: 'Source Sans Pro', sans-serif;
	color:#005b8d;
	margin:0 auto;
	padding:0px;
	/*width: 100%;*/
	text-align:center;
	position:relative;
	overflow-x:hidden;
	-webkit-font-smoothing: antialiased;

	-webkit-transition: all .2s ease-in-out;
	  -moz-transition: all .2s ease-in-out;
	  -ms-transition: all .2s ease-in-out;
	  -o-transition: all .2s ease-in-out;
	  transition: all all .2s ease-in-out;
}

.header {
	background-color:#005b8d;
	/*background-image:url('../img/header_gradient.jpg');*/
	background-repeat: repeat-x;
	margin-top:0px;
	padding:0px 0 0 0px;
	text-align:center;
	overflow:hidden;
	border-bottom:1px solid #e1e7e9;
}

#bnlogo{
	height: 86px;
	width: 80px;
	display:block;
	background-image:url('../assets/BN_logo.svg');
	background-repeat:no-repeat;
	background-position: center;
	position:relative;
	top:30px;
	margin:0 auto;
	z-index: 100;
	padding:20px;
}

#logo-mobile {
	display: none;
	font-size:18px;
	text-transform: uppercase;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 600;
}

a#bnlogo:hover{
	top:35px;
}



hr{
	width:30px;
	border: 0;
	background-color:#005b8d;
	height:2px;
	margin:18px auto;
	display:block;
}

hr.diap{
	background-color:#00eaff;
	border: 0;
	
}

/*GRAPHICAL ELEMENTS */
.kickerdiv{
margin: 20px 0 20px 0;
display: table;
width:100%;
}

.kickerdiv h4{
	width:20%;
	background-color:#fffefa;
	font-weight:600;
	float:left;
	display:table-cell;
	margin:.6% 0 0 0;
}
hr.line {
	display:table-cell;
	border:none;
	overflow:hidden;
	background-color:#c8d5dd;
	height:1px;
	float:left;
	width:36.6%;
	margin:1.6%;
}


/* NAVIGATION */

.navigation{
	display: block;
	width: 100%;
	position: absolute;
}
nav ul{
	position:absolute;
	text-align:right;
	width:100%;
	top:30px;
	right:30px;
	padding:0;
	z-index: 100;
}

nav li{
	text-transform:uppercase;
	font-weight:600;
	font-size:18px;
	position:relative;
	display:inline-block;
}


nav li a{
	color:#fff!important;
	padding:20px;
	/*background-color: #ff0000;*/
}

nav li a:hover{
	text-decoration: underline;
}

/* TYPOGRAPHY */

p {
	font-size: 20px;
	line-height: 30px;
	color: #666;
}

h1{
	margin:0;
	text-transform:uppercase;
	font-weight:900;
	font-size:40px;
	line-height:40px;
	color: #262626;
}

h2{
	margin:25px 0 5px 0;
	text-transform:uppercase;
	font-weight:900;
	font-size:40px;
	line-height:52px;
}
h3{
	margin:0;
	text-transform:uppercase;
	font-weight:900;
	font-size:28px;
	line-height:32px;
	color: #fff;
}

h4{
	font-size:14px;
	text-transform:uppercase;
}

strong{
	font-weight:600;
}

#introductiontext{
	color:#fff;
	font-size:24px;
	font-weight: 100;
	margin: auto;
	padding: 90px 20px 90px 20px;
	line-height:32px;
	max-width:700px;
}

p#introductiontext a strong{
	color: #fff !important;

}

.subtitle {
	font-family: 'Lora', serif;
	font-style: italic;
	text-transform:none;
	color:#61bac2;
	font-weight: 400;
	font-size:16px;
	line-height: 32px;
}


p.sectionintro {
	font-size:20px;
	margin:0;
}

.brightblue{
	color:#61bac2;
	
}


/* BUTTONS & INTERACTIE */

ul#connectbuttons{
	display:block;
	overflow:hidden;
	width:100%;
	padding:0;
	margin-top: 35px;
}

ul#connectbuttons li {
	
	display:inline-block;
}

ul#connectbuttons li a{
	font-family: 'Lora', serif;
	font-style: italic;
	margin:0px 10px 0 10px;
	color:#00eaff;
	padding:22px;
	font-size:16px;
	display:inline-block;
	border:#00eaff solid 2px;
	border-radius:35px;
	background: rgba(255,255,255,0.05);
	-webkit-transition: all .2s ease-in-out;
	  -moz-transition: all .2s ease-in-out;
	  -ms-transition: all .2s ease-in-out;
	  -o-transition: all .2s ease-in-out;
	  transition: all all .2s ease-in-out;
}

ul#connectbuttons li a:hover{
	text-decoration:none !important;	
	background: rgba(0,234,255,1);
	color:#00467e;
}

a{
	text-decoration:none;
	border: 0px;
	outline: 0;
	-webkit-transition: all .2s ease-in-out;
	  -moz-transition: all .2s ease-in-out;
	  -ms-transition: all .2s ease-in-out;
	  -o-transition: all .2s ease-in-out;
	  transition: all all .2s ease-in-out;
}

a:visited{color:inherit}
a:link {color:inherit}


p a:hover{
	text-decoration:underline;
}

.squarenakedbutton, .squarenakedbutton_diap{
	text-transform:uppercase;
	font-weight:600;
	color: #005b8d;
	padding:20px 25px 20px 25px;
	display:block;
	border: solid 2px #005b8d;
	max-width:400px;
	margin:20px auto;
	overflow:hidden;
	font-size:18px;
	text-align:left;
	text-decoration:none;
	-webkit-transition: all .2s ease-in-out;
	  -moz-transition: all .2s ease-in-out;
	  -ms-transition: all .2s ease-in-out;
	  -o-transition: all .2s ease-in-out;
	  transition: all all .2s ease-in-out;
}


/* ==========================================================================
 	ICONS
   ========================================================================== */
.buttonicon{
	float:right;
	display:block;
	background-repeat: no-repeat;
	margin-top:3px;
}

.arrowicon{
	width:10px;
	height:18px;
	background-image:url('../assets/ico_arrow.svg');
}

.toprojectoverviewicon{
	width:16px;
	height:16px;
	background-image:url('../assets/ico_projectoverview_lightblue.png');
}

.squarenakedbutton_diap:hover .toprojectoverviewicon{
	background-image:url('../assets/ico_projectoverview.png');
}

.squarenakedbutton_diap{
	border-color: #00eaff;
	color:#00eaff!important;
}

.squarenakedbutton_diap .arrowicon {
	background-image: url('../assets/ico_arrow_lightblue.svg');
}

.squarenakedbutton_diap:hover{
	text-decoration:none !important;
	color:#005b8d!important;
	background-color:#00eaff;

}

.squarenakedbutton_diap:hover .arrowicon {
	background-image:url('../assets/ico_arrow.svg');
}

.squarenakedbutton{
	border: solid 2px #view_more_white005b8d;
}

.squarenakedbutton:hover{
	text-decoration:none !important;
	color:#fff;
	background-color:#005b8d;
}

.squarenakedbutton:hover .arrowicon{
	background-image:url('../assets/ico_arrow_white.svg');
}


.clearfix{
	clear:both;
	
}

/* Blokken home */
.projectcontainer{
	padding: 0;
	margin: 0;
	width:33.33333%;
	height:300px;
	/*background-color: #ff5500;*/
	float:left;
	display:block;
	position: relative;
	left:0;
	top:0;
	overflow: hidden;
	text-align: center;
}
.inprogress{
	cursor: default;
}

.project_block{
	
	display:inline-block;
	/*background-color: #f0efeb;*/
	background-color: #005b8d;
	background-repeat: no-repeat;
	background-size: cover !important;
	position: absolute;
	left:15px;
	top:15px;
	right:15px;
	bottom:15px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all all .3s ease-in-out;

}



.project_block .projectTitel{
	color:#fff;
	display:inline-block;
	vertical-align:middle;
	margin:0px;
	padding:0px;
	opacity:0;
	width:100%;
	padding-top: 40px;
	-webkit-transition: all .2s ease-in-out;
	  -moz-transition: all .2s ease-in-out;
	  -ms-transition: all .2s ease-in-out;
	  -o-transition: all .2s ease-in-out;
	  transition: all all .2s ease-in-out;
}

.project_block:before {
  content: '';
  display: inline-block;
	background-color:#073d7b;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em; /* Adjusts for spacing */
}

.projectTitel h3 {
		opacity:1;
		padding: 0 30px 0 30px;
		text-decoration: underline;
}
.project_block:hover .projectTitel{
	padding-top: 0px;
	opacity:1;
}

.project_block:hover {
	background-repeat:no-repeat;
	background-size:cover;
}

.project_block:hover .subtitle {
	opacity:1;
	text-decoration:none;
}

/* ==========================================================================
 	Projecten thumbnails
   ========================================================================== */

.project_block#soigneur_infographic{
	background: url('../img/thumbs/project_thumbnail_soigneur_infographic.jpg');

}

.project_block#soigneur_infographic:hover{
	background: url('../img/thumbs/project_thumbnail_soigneur_infographic_hover.jpg');

}

.project_block#jip_benzine{
	background: url('../img/thumbs/project_thumbnail_jipbenzine.jpg');

}

.project_block#jip_benzine:hover{
	background: url('../img/thumbs/project_thumbnail_jipbenzine_hover.jpg');

}

.project_block#rotheater{
	background: url('../img/thumbs/project_thumbnail_rotheater.jpg');

}

.project_block#rotheater:hover{
	background: url('../img/thumbs/project_thumbnail_rotheater_hover.jpg');

}

.project_block#sterextra{
	background: url('../img/thumbs/project_thumbnail_sterextra.jpg');

}

.project_block#sterextra:hover{
	background: url('../img/thumbs/project_thumbnail_sterextra_hover.jpg');

}

.project_block#hsb{
	background: url('../img/thumbs/project_thumbnail_HSB.jpg');

}

.project_block#hsb:hover{
	background: url('../img/thumbs/project_thumbnail_HSB_hover.jpg');

}

.project_block#whd{
	background: url('../img/thumbs/project_thumbnail_whd.jpg');

}

.project_block#whd:hover{
	background: url('../img/thumbs/project_thumbnail_whd_hover.jpg');

}

.project_block#soigneurblog{
	background: url('../img/thumbs/project_thumbnail_soigneurblog.jpg');

}

.project_block#soigneurblog:hover{
	background: url('../img/thumbs/project_thumbnail_soigneurblog_hover.jpg');

}

.project_block#sochi2014{
	background: url('../img/thumbs/project_thumbnail_sochi.jpg');

}

.project_block#sochi2014:hover{
	background: url('../img/thumbs/project_thumbnail_sochi_hover.jpg');

}

.project_block#fomu{
	background: url('../img/thumbs/project_thumbnail_fomu.jpg');

}

.project_block#fomu:hover{
	background: url('../img/thumbs/project_thumbnail_fomu_hover.jpg');

}



.wrapper{
	overflow:hidden;
	margin:0px auto;
	width:auto;
	max-width:1200px;
}

.workoverview {
	background-color:#fffefa;
	margin:0 auto;
	overflow:hidden;
	text-align:center;
	/*padding: 20px;*/
}

section#about{
	background-color:#f0efeb;
	display: block;
	overflow:hidden;
	font-weight: 100;
	/*width: 50%;
	padding-left: 25%;
	padding-right: 25%;*/
}

footer#letsconnect{
	background-image:url('../img/footer_letsconnect.jpg');
	background-color:#00467e;
	background-repeat: no-repeat;
	background-size:cover;
	overflow:hidden;
	opacity:1;
	font-size:20px;
	font-weight: 100;
	color:#fff;
	-webkit-transition: all .3s ease-out;
	  -moz-transition: all .3s ease-out;
	  -ms-transition: all .3s ease-out;
	  -o-transition: all .3s ease-out;
	  transition: all all .3s ease-out;
}


/* ==========================================================================
 	Project pagina's opmaak
   ========================================================================== */

.header_schaduwtop{
	display: block;
	width: 100%;
	height: 150px;
	position: absolute;
	top:-50px;
	background-image: url('../assets/schaduw.png');
	background-repeat: repeat-x;
	z-index: 90;
}

.logo_project{
	position: absolute;
	display: inline-block;
	text-align: center;
	background-image: url('../img/soigneur_infographic/logo_soigneur.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	z-index: 100;
	bottom:50%;
	left:50%;
	margin-left:-150px;
	margin-bottom:-150px;
	width: 300px;
	height: 300px;
	max-width: 300px;
}

.header_schaduwbottom{
	display: block;
	width: 100%;
	height: 300px;
	position: absolute;
	bottom:0;
	background-image: url('../assets/shadow_bottom.png');
	background-repeat: repeat-x;
	z-index: 90;
}

.projectdetailheader{
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    display: block;
    position: relative;
    height: 100px;
}

#viewmore{
	width: 42px;
	height:42px;
	background-image: url('../assets/view_more_white.png');
	background-repeat: no-repeat;
	background-size: 42px 42px;
	background-position: center center;
	display: inline-block;
	left:50%;
	padding: 30px;
	position: absolute;
	bottom: 30px;
	z-index: 100;
	margin-left:-42px;
}
#viewmore:hover{
	bottom:25px;
}

#soigneur_infographic_header{
	background-image: url('../img/soigneur_infographic/soigneur_header_visual.jpg');
}

#benzinejip_header{
	background-image: url('../img/benzinejip/benzinejip_header_visual@2x.jpg');
}

#whd_infographic_header{
	background-image: url('../img/whd/whd_header_visual.jpg');
}

#soigneurblog_header{
	background-image: url('../img/soigneurblog/soigneurblog_header_visual.jpg');
}

#hsb_header{
	background-image: url('../img/hsb/hsb_header_visual.jpg');
}

#ro_header{
	background-image: url('../img/rotheater/rotheater_header_visual.jpg');
}

#sochi_header{
	background-image: url('../img/sochi/sochi_header_visual.jpg');
}

/*Algemene marge in tekstblokken*/
.textblock, #toprojectoverview, .workoverview, #about, #letsconnect{
	display: block;
	float: left;
	width:100%;
	/*background-color: #ff0000;*/
	padding:60px 0 60px 0;

}

.paragraph {
	max-width: 700px;
	margin: 0px auto;
	/*text-align: left;*/
	margin-bottom: 40px;
}

.benzinejiporanje {
	color:#f99404;
}

.whdrood {
	color:#e2222a !important;
}

.rorood {
	color:#ff0000;
}

.sochiblauw {
	color:#394d77 !important;
}

.textblock .paragraph{
	text-align: left;
}

img.contentimage{
	width: 100%;
	height: inherit;
	max-width: 1200px;
	margin: 10px;

}

#toprojectoverview{
	width: 100%;
	display: block;
	background-color: #ff0000;
	background-image:url('../img/header_gradient.jpg');
	background-repeat: repeat-x;
	float: left;
}

.toliveproject{
	margin-bottom: 80px;
}

.project h2 {

	font-size: 32px;
	line-height:40px;
	color: #262626;
}


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

@media only screen and (min-width: 35em) {

}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

@media screen and (-webkit-min-device-pixel-ratio: 2) { 
.projectdetailheader{
    background-attachment: scroll;
}

 }


@media (max-width: 800px) {
	/* menu */

.menu-list{
	display: block;
}



nav ul{
	margin:0;
	padding:0;
	top:18px;
	right:10px;
}

nav ul li a{
color:#00467e!important;

}

#bnlogo{
	display: none;
	position: absolute;
	top:18px;
	left:30px;
	z-index:1000;

}

#logo-mobile{
	display: block;
	position: absolute;
	top:18px;
	left:30px;
	z-index:99;
}

nav li a, #logo-mobile{
	color:#00467e;
}


#introductiontext{
margin-top: 100px;
}

p#introductiontext a strong {

}

.navigation{
	display: block;
	position: absolute;
	width: 100%;
	height:60px;
	background-color: #fff;
	margin: 0;
	padding:0;
	top:0;
	z-index: 99;
}

.menu-btn span {
  display: block;
  width: 20px;
  height: 3px;
  margin: 0 0 4px 0;
  background: rgb(0,0,0);
}

.menu-btn {
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
  padding:10px;
  margin:10px;
  z-index: 99;
}


.projectdetailheader{
    background-attachment:scroll;
}


 .projectcontainer{
	width: 50%;
	height:247px;
}

.kickerdiv h4{
	width:26%;
}

hr.line {
	width:33.8%;
}

section#about, footer#letsconnect{
	padding: 8%
}


#introductiontext{
	font-size:24px;
	line-height:32px;
	letter-spacing: 0pt;
	padding: 8%
}


/* ==========================================================================
   Mobile phone
   ========================================================================== */


@media (max-width: 568px) {

a#logo-mobile{
	background-color: #ff0000;
	display: none;
}

 .projectcontainer{
	width: 100%;
}

.kickerdiv h4{
	width:50%;
}

hr.line {
	width:21.8%;
}

ul#connectbuttons li {
	width:100%;
	display:inline-block;
}

ul#connectbuttons li a{
	width:84%;
}

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

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

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

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

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

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

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        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) ")";
    }

    .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;
    }

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

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

    @page {
        margin: 0.5cm;
    }

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

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