
	@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');
	@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,700&subset=latin-ext');
	@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700,900');
	@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,400i,500,700');
	
	:root {
		--i4ip-blue: #008ED2;
		--almost-black: #333;
		--blue-ish-black: #304149;
	} 
	
	html, body {
		width: 100%;
		height: 100%;		
	}

	/* Typography */

	body {
		font-family: 'Open Sans', sans-serif;
		padding-top:70px;
		font-size: 14px;
		color: var(--almost-black);
	}
	
	h1 {
		font-weight:800;
		font-size:32px;
		margin:20px 0 20px 0;
	}
	h2 {
		font-weight:400;
		font-size:26px;
	}
	h3 {
		font-weight:800;
		font-size:18px;
	}
	h4 {
		font-weight:400;
		font-size:16px;
	}
	h5 {
		font-weight:800;
		font-size:14px;
	}
	
	h2 strong, h4 strong {
		font-weight: 400;
	}
	
	p {
		line-height: 1.65;
	}
	
	
	/* colors */
	
	.color-white { color:#fff; }	
	.color-i4ip-blue { color:#0090D2; }	
	.color-i4ip-green { color:#CCE226; }
	.color-i4ip-dark { color:#222222; }
	
	.bg-white { background-color:#fff; }
	.bg-i4ip-blue { background-color:#0090D2; }	
	.bg-i4ip-green { background-color:#CCE226; }		
	.bg-i4ip-dark { background-color:#222222; }
	.bg-i4ip-grey { background-color:#eaeaea; }	
	
	.section-blue { background-color:#0090D2; }
	.section-blue, .section-blue h1, .section-blue h2 { color:#ffffff; }

	.section-dark { background-color:#222222; }
	.section-dark, .section-dark h1, .section-dark h2 { color:#ffffff; }
	
	/* centered columns styles */
	.row-centered {
		text-align:center;
	}
	.col-centered {
		display:inline-block;
		float:none;
		/* reset the text-align */
		text-align:left;
		/* inline-block space fix */
		margin-right:-4px;
	}
	
	
	
hr {
    max-width: 50px;
    border-color: #0090D2;
    border-width: 3px;
}

hr.light {
    border-color: #fff;
}

a {
    color: #0090D2;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
	outline:none !important;
}

button:active, button:focus {
  outline:none !important;
}

a:hover,
a:focus {
    color: #37B8EF;
}



.bg-primary {
    background-color: #0090D2;
}

.bg-dark {
    color: #fff;
    background-color: #222;
}

.text-faded {
    color: rgba(255,255,255,.7);
}

section {
    padding: 100px 0;
}

aside {
    padding: 50px 0;
}

.no-padding {
    padding: 0;
}

.single-post > div.container > .container {
	padding:40px 0 70px 0;
}



/* Top Nav
----------------------------------------------------------------- */
	
	#mainNav {
		border-bottom:1px solid #efefef;
		-webkit-box-shadow: 0px 5px 11px -7px rgba(0,0,0,0.14);
		-moz-box-shadow: 0px 5px 11px -7px rgba(0,0,0,0.14);
		box-shadow: 0px 5px 11px -7px rgba(0,0,0,0.14);
	}

	.navbar {
		padding:10px 0;
		margin:0;
		height:70px;		
	}

	body.admin-bar .navbar-fixed-top {
		top:32px;
	}

	.navbar-default {
		font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
		background-color: #fff;
		-webkit-transition: all .35s;
		-moz-transition: all .35s;
		transition: all .35s;
	}

	.navbar-default .navbar-header .navbar-brand {
		font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
		font-weight: 700;
		color: #0090D2;
	}

	.navbar-default .navbar-header .navbar-brand:hover,
	.navbar-default .navbar-header .navbar-brand:focus {
		color: #0090D2;
	}
	
	.navbar-default .nav > li>a,
	.navbar-default .nav>li>a:focus {
		text-transform: uppercase;
		font-size: 13px;
		font-weight: 700;
		color: #000 !important;
	}

	.navbar-default .nav > li>a:hover,
	.navbar-default .nav>li>a:focus:hover {
		color: #0090D2;
	}

	.navbar-default .nav > li.active>a,
	.navbar-default .nav>li.active>a:focus {
		color: #0090D2!important;
		background-color: #000;
	}

	.navbar-default .nav > li.active>a:hover,
	.navbar-default .nav>li.active>a:focus:hover {
		background-color: #000;
	}

	.navbar-default .navbar-nav li:nth-child(1) {
		display:none;
	}

	@media(min-width:768px) {
		.navbar-default {
			border-color: rgba(255,255,255,.3);
			background-color: #FFF;
		}

		.navbar-default .navbar-header .navbar-brand {
			color: rgba(255,255,255,.7);
		}

		.navbar-default .navbar-header .navbar-brand:hover,
		.navbar-default .navbar-header .navbar-brand:focus {
			color: #000;
		}

		.navbar-default .nav > li>a,
		.navbar-default .nav>li>a:focus {
			color: rgba(255,255,255,.7);
		}

		.navbar-default .nav > li>a:hover,
		.navbar-default .nav>li>a:focus:hover {
			color: #000;
		}

		.navbar-default.affix {
			border-color: rgba(34,34,34,.05);
			background-color: #4A423F;
		}

		.navbar-default.affix .navbar-header .navbar-brand {
			display:block;
			width:100px;
			height:50px;
			font-size: 0px;
			color: #000;
			background:url('../images/logo-klein.png') 10px 10px no-repeat;
		}

		.navbar-default.affix .navbar-header .navbar-brand:hover,
		.navbar-default.affix .navbar-header .navbar-brand:focus {
			color: #0090D2;
		}

		.navbar-default.affix .nav > li>a,
		.navbar-default.affix .nav>li>a:focus {
			color: #000;
		}

		.navbar-default.affix .nav > li>a:hover,
		.navbar-default.affix .nav>li>a:focus:hover {
			color: #0090D2;
		}
		
		.navbar-default.affix .navbar-nav li:nth-child(1) {
			display:inline;
		}
	}

	ul#menu-topmenu > li:nth-last-child(1) > a {
		color:#000; 
		background:#E5ED1F; 
		padding:5px 10px; 
		text-transform:none;
		margin:10px;
	}

/* Header
----------------------------------------------------------------- */

	header {
		position: relative;
		width: 100%;
		min-height: auto;
		text-align: center;
		color: #fff;
		background-color:#6E6568;
		background-image: url(../images/header/header1.jpg);
		background-position: center;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		background-size: cover;
		-o-background-size: cover;
	}

	header .header-content {
		position: relative;
		width: 100%;
		padding: 100px 15px;
		text-align: center;
	}

	header .header-content .header-content-inner h1 {
		margin-top: 0;
		margin-bottom: 0;
		font-weight: 700;
		color:#fff;
		font-size:300%;
	}

	header .header-content .header-content-inner hr {
		margin: 30px auto;
	}

	header .header-content .header-content-inner p {
		margin-bottom: 50px;
		font-size: 16px;
		font-weight: 300;
		/* color: rgba(255,255,255,.7); */
		color: #fff;
		text-shadow: 1px 1px #8E8E8E;
	}

	header img#logo {
		width:300px;
		margin: 0 auto 0 auto;
	}



	@media(min-width:768px) {


		header .header-content {
			position: absolute;
			top: 50%;
			padding: 0 50px;
			-webkit-transform: translateY(-50%);
			-ms-transform: translateY(-50%);
			transform: translateY(-50%);
		}

		header .header-content .header-content-inner {
			margin-right: auto;
			margin-left: auto;
			max-width: 1000px;
		}

		header .header-content .header-content-inner p {
			margin-right: auto;
			margin-left: auto;
			max-width: 80%;
			font-size: 18px;
		}
	}

.section-heading {
    margin-top: 0;
}

#smoelen .vc_column-inner > .wpb_wrapper div:nth-child(2) {
	height:80px;
	margin-bottom:0;
}

.service-box {
    margin: 50px auto 0;
    max-width: 400px;
}

@media(min-width:992px) {
    .service-box {
        margin: 20px auto 0;
    }
}

.service-box p {
    margin-bottom: 0;
}

.portfolio-box {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 650px;
}

.portfolio-box .portfolio-box-caption {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    opacity: 0;
    background: rgba(0, 0, 0,.4);
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    padding: 0 15px;
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    font-size: 18px;
}

.portfolio-box:hover .portfolio-box-caption {
    opacity: 1;
}

@media(min-width:768px) {
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
        font-size: 16px;
    }

    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
        font-size: 22px;
    }
}

.call-to-action h2 {
    margin: 0 auto 20px;
}

.text-primary {
    color: #0090D2;
}

.no-gutter > [class*=col-] {
    padding-right: 0;
    padding-left: 0;
}

.btn-default {
    border-color: #fff;
    color: #222;
    background-color: #fff;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    border-color: #ededed;
    color: #222;
    background-color: #f2f2f2;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    background-image: none;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    border-color: #fff;
    background-color: #fff;
}

.btn-default .badge {
    color: #fff;
    background-color: #222;
}

.btn-primary {
    border-color: #0090D2;
    color: #fff;
    background-color: #0090D2;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    border-color: #ed431f;
    color: #fff;
    background-color: #37B8EF;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    border-color: #0090D2;
    background-color: #0090D2;
}

.btn-primary .badge {
    color: #0090D2;
    background-color: #fff;
}

.btn {
    border: 0;
    border-radius: 300px;
    text-transform: uppercase;
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
    font-weight: 700;
}

.btn-xl {
    padding: 15px 30px;
}

::-moz-selection {
    text-shadow: none;
    color: #fff;
    background: #222;
}

::selection {
    text-shadow: none;
    color: #fff;
    background: #222;
}

img::selection {
    color: #fff;
    background: 0 0;
}

img::-moz-selection {
    color: #fff;
    background: 0 0;
}

body {
    webkit-tap-highlight-color: #222;
}

.navbar-brand img { margin:-15px; height:50px; }

#callToAction .modal-content {
	background:#0090D2;
	color:#fff;
	padding:20px;
}

#callToAction .modal-content h1 {
	margin:-10px 0 20px 0;
	font-weight:700;
	font-size:1.2em;
}

#callToAction .modal-content h2 {
	margin:0;
	font-weight:400;
	font-size:1.2em;
}

#collegae img:hover {
	box-shadow: 0px 0px 10px #fff;
}

#news h3 {
	margin: 10px 0 30px 0;
}

#news a {
	text-decoration: none;
}

#newslisting .vc_column-inner {
	padding: 0 15px;
}

#newslisting h3 {
	height:80px;
} 

#newslisting p {
	padding: 0 0 20px 0;
}

#newslisting .newslist-item a:hover {
	text-decoration: none;
	color:#bfbfbf;
}

/* footer */

	section#footer {
		padding:50px 0 20px 0;
	}

	section#footer p,
	section#footer ul
	{
		
	}

	section#footer div.row > div {
		padding-left:50px;
	}

	section#footer ul {
		padding: 0 0 0 20px;
		list-style-type: square;
	}

/* cpbar */
	
	section#cpbar {
		padding:20px 0;
		color:grey; 
		font-size:12px;
	}
	

/* google-maps */

    .google-maps {
        position: relative;
        padding-bottom: 200px; // This is the aspect ratio
        height: 0;
        overflow: hidden;
    }
    .google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 300px !important;
    }

/* Visual composer styles
----------------------------------------------------------------- */	
	
	.vc_row.padding-50 { padding:50px 0; }
	
	.vc_row.bg-blue { background: #0090D2; color:#fff; }
	.vc_row.bg-blue p,
	.vc_row.bg-blue h1,
	.vc_row.bg-blue h2 
	{ color:#fff; }
	
	.vc_row.bg-black { background: #222222; color:#fff; }
	.vc_row.bg-black p,
	.vc_row.bg-black h1,
	.vc_row.bg-black h2 
	{ color:#fff; }
	
/* Pages
----------------------------------------------------------------- */	
	
	.pagex {
		padding:50px 0 70px 0;		
	}
	
	.sgm {
		padding: 40px 0;
	}	

	
	
/* Page home
----------------------------------------------------------------- */	
/*
	.home .page {
		padding:0;
	}

	.home header section h1 {
		color:#fff;
		font-size:300%;
	}

	.home header section h2 {
		color:#fff;
		text-transform: inherit;
	}
	
	.home header section a {
		margin-top:50px;
	}

	.home .highlite {
		
	}
	
	.home .sgm h2 {
		padding: 20px 0 30px 0;
	}
	
	.home .sgm3 h3,
	.home .sgm3 p
	{
		width:25%;
		float:left;
		text-align:center;
		padding:0 20px;
	}	
	
	.home .sgm3 h3 i {
		margin-bottom:20px;
	}	
	
	.home .sgm4 #introplayer {
		width: 750px;
		height: 422px;
	}	
	
	.home .sgm5 h3
	{
		width:50%;
		float:left;
		text-align:center;
		padding:150px 0 30px 0;
		background-repeat:no-repeat;
		background-position: top center;
		-webkit-background-size: 80px;
		-moz-background-size: 80px;
		background-size: 80px;
		-o-background-size: 80px;		
	}
	
	.home .sgm5 h3:nth-child(2) {
		background-image: url(../images/vier-redenen/2.png);
		background-position: center 20px;
	}

	.home .sgm5 h3:nth-child(3) {
		background-image: url(../images/vier-redenen/1.png);
		-webkit-background-size: 60px;
		-moz-background-size: 60px;
		background-size: 60px;
		-o-background-size: 60px;
		background-position: center 20px;
	}

	.home .sgm5 h3:nth-child(4) {
		background-image: url(../images/vier-redenen/3.png);
		-webkit-background-size: 60px;
		-moz-background-size: 60px;
		background-size: 60px;
		-o-background-size: 60px;
		background-position: center 20px;
	}

	.home .sgm5 h3:nth-child(5) {
		background-image: url(../images/vier-redenen/4.png);
		background-position: center 30px;
	}	
	
	.home .sgm6 h2 {
		margin:0;
		padding:20px;
	}

	.home .sgm6 h3 {
		margin:0;
		padding:20px;
		height:90px;
	}
	
	.home .sgm6 a {
		color:#fff;
		text-decoration:none;
	}
	
	
	.home .sgm7 p {

	}
	
	.home .sgm7 img {
		margin: 0 auto;
	}
	
	.home .sgm7 a {
		color:#fff;
	}	

	.home .sgm7 .col-md-12 {	
		padding-top:30px;
	}
	
	.home .sgm7 .col-md-12 a {
		color:#000;
	}	
	
	*/
	
/* Page blog
----------------------------------------------------------------- */
	
	.blog {
		
	}
	
/* Page wordt partner
----------------------------------------------------------------- */	
	
	.page-id-172 .page {
		padding:0;
	}
	
	.page-id-172 header {
		background-image: url(../images/header/header.jpg);
		height:400px;
	}
	
	.page-id-172 header section h1 {
		color:#fff;
		font-size:300%;		
	}

	.page-id-172 header section h2 {
		color:#fff;
		text-transform: inherit;
	}

	.page-id-172 .sgm2 img {
		float:left;
		margin-right:30px;
	}
	
/* Page algemene voorwaarden
----------------------------------------------------------------- */
	
   .page-id-43 .page ol { counter-reset: item }
   .page-id-43 .page li { display: block }
   .page-id-43 .page li:before { content: counters(item, ".") " "; counter-increment: item }

   .page-id-43 .page > ol {
	   padding:0;
   }
   
   .page-id-43 .page > ol > li {
	   font-weight:700;
	   padding:10px 0 20px 0;
   }

   .page-id-43 .page > ol > li > ol {
	   font-weight:400;
	   padding:10px 0;	   
   }   

   .page-id-43 .page > ol > li > ol > li {
	   padding:5px 0;	   
   }      
   
   .page-id-43 .page > ol > li > ol > li > ol {
		padding:10px 30px;
   }   

   .page-id-43 .page > ol > li > ol > li > ol > li {
	   padding:5px 0;	   
   }        
   
/* Page Vacatures
----------------------------------------------------------------- */   

	.page-id-38 .vc_custom_1525342925530 {
		background-position: 0 -140px;
	}

	.page-id-38 .collage .wpb_content_element {
		margin-bottom:0;
	}
	
	.page-id-38 .collage img {
		width:250px;
		margin:auto;
		-ms-transform: rotate(4deg); /* IE 9 */
		-webkit-transform: rotate(4deg); /* Chrome, Safari, Opera */
		transform: rotate(4deg);
		-webkit-box-shadow: 10px 10px 5px -8px rgba(0,0,0,0.35);
		-moz-box-shadow: 10px 10px 5px -8px rgba(0,0,0,0.35);
		box-shadow: 10px 10px 5px -8px rgba(0,0,0,0.35);
		border:5px solid #fff;
	}

	.page-id-38 .collage .wpb_single_image:nth-child(2n+1) img {
		-ms-transform: rotate(-3deg); /* IE 9 */
		-webkit-transform: rotate(-3deg); /* Chrome, Safari, Opera */
		transform: rotate(-3deg);
	}

	#vacature-shout h1 {
		color:#fff;
		text-align:center;
		margin:0;
		padding:0;
	}

	
/* Page Einde SIDN
----------------------------------------------------------------- */ 

	.page-id-196 .page {
		padding:0;
	}

	.page-id-196 header {
		background-image: url(../images/header/sky.jpg);
		background-color:#E4F0F8;
		color:#000;
	}
	
	.page-id-196 header h1 {
		margin-bottom:100px;
	}
	
	.page-id-196 header h2 {
		display:inline;
		float:left;
		background-color:#bd1e2c;
		color:#fff;
		height:150px;
		width:150px;
		border-radius:75px;
		padding:40px 0 0 0;
		font-size:30px;
		text-transform:uppercase;
		margin-top:-200px;
		-ms-transform: rotate(-7deg); /* IE 9 */
		-webkit-transform: rotate(-7deg); /* Chrome, Safari, Opera */
		transform: rotate(-7deg);
	}

	.page-id-196 header h2:first-line {
		font-weight:900;
	}
	
	.page-id-196 .sgm2 #introplayer {
		width: 750px;
		height: 422px;
	}	

	.page-id-196 .sgm3 h2 {
		margin-bottom:50px;
	}
	
	.page-id-196 .sgm3 p
	{
		width:50%;
		float:left;
		text-align:center;
		padding:20px 20px 30px 20px;
		color:#fff;
	}

	.page-id-196 .sgm3 p i {
		margin-bottom:20px;
	}

	
	.page-id-196 .sgm3 p::first-line {
		font-weight:700;
		font-size:130%;
	}

	.page-id-196 .sgm4 {
		padding-bottom:60px;
	}
	
	.page-id-196 .sgm4 h2 {
		margin-bottom:30px;
	}
	
	.page-id-196 .sgm4 .voordeel {
		padding:25px;
		border-radius:8px;
		line-height:30px;
	}
	
	.page-id-196 .sgm4 .voordeel:first-line {
		font-weight:700;
		line-height:50px;
	}


