/* Algemeen */

@font-face {
	font-family: "Flaticon";
	src: url("../fonts/Flaticon.eot");
	src: url("../fonts/Flaticon.eot?#iefix") format("embedded-opentype"),
		 url("../fonts/Flaticon.woff") format("woff"),
		 url("../fonts/Flaticon.ttf") format("truetype"),
		 url("../fonts/Flaticon.svg#Flaticon") format("svg");
	font-weight: normal;
	font-style: normal;
	line-height: 1;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	@font-face {
		font-family: "Flaticon";
		src: url("../fonts/Flaticon.svg#Flaticon") format("svg");
	}
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {   
	font-family: Flaticon;
    font-size: 55px;
	font-style: normal;
}

.flaticon-black:before { content: "\f100"; }
.flaticon-nature:before { content: "\f101"; }
.flaticon-nature-1:before { content: "\f102"; }
.flaticon-nature-2:before { content: "\f103"; }
.flaticon-tool:before { content: "\f104"; }

html {
	background-color: #fff;
	}

body {
	background-color: #fff;
	font-family: 'Lato', sans-serif;
    font-size: 15px;
    line-height: 1.7;
    color: #444;
	}

#map {
    height: 307px;
    width: 100%;
    }

#map .gm-style-cc {
	display: none;
	}

/* Afbeeldingen */
img {
	padding: 0;
	max-width: 100%;
	height: auto;
	}


img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 0;
	margin: 0 0 10px 30px;
	display: inline;
	max-width: 50%;
	}

img.alignleft {
	padding: 0;
	margin: 0 30px 10px 0;
	display: inline;
	max-width: 50%;
	}

.aligncenter {
	text-align: center;
	display: block;
	margin: 0 auto;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
	
a img {
	border: none;
	}

a {
	color: #016C9A;
	}

a:link, a:visited {
	outline: none !important;
	}

.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%;
	padding: 5px 3px 10px;
	text-align: center;
	}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

/* Slider Bootstrap */

.carousel {
	max-height: 500px;
	overflow: hidden;
	}

.carousel-inner img {
	width: 100%;
	}

.carousel-indicators li {
	-webkit-transition: all 200ms;
	-moz-transition: all 200ms;
	-ms-transition: all 200ms;
	-o-transition: all 200ms;
	transition: all 200ms;
	}

.carousel-caption-wrapper {
	position: absolute;
	top: 190px;
	width: 1140px;
	}

.carousel-control-wrapper {
	position: absolute;
	top: 50%;
	width: 1140px;
	}

/* Menu */

.belons {
    text-align: right;
    padding: 10px 20px 10px 0;
    font-weight: 300;
    font-size: 16px;
    color: #016C9A;
    }

.belons span {
    margin-right: 10px;
	font-size: 14px;
    }

.navbar {
	margin-top: 0;
	margin-bottom: 0;
	}

.navbar-inverse {
	background-color: #fff;
	}

.navbar-inverse .navbar-nav {
	border: 0;
	border-radius: 0 !important;
	position: relative;
    padding: 0;
	float: right;
	}
	
.navbar-inverse .navbar-nav .active > a {
	color: #fff;
	background-color: #016C9A;
	}

.navbar-inverse .navbar-nav > li > a:hover {
	
	}

.navbar-inverse .navbar-nav > li > a {
	color: #016C9A;
	padding: 15px 20px;
	margin: 0;
	font-size: 16px;
    font-weight: 700;
	text-transform: uppercase;
	background-color: #fff;
	z-index: 15;
	}

.navbar-inverse .navbar-nav > li:first-child > a {
	margin: 0;
	}

.navbar-inverse .navbar-toggle .icon-bar {
	background-color: #016C9A;
	}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
	background-color: #016C9A;
	border-color: #016C9A;
	}

/* Sub menu */
.navbar-inverse .navbar-nav > li > ul {
	background-color: #fff;
	position: absolute;
	visibility: hidden;
	-webkit-transition: all 0ms;
	-moz-transition: all 0ms;
	-ms-transition: all 0ms;
	-o-transition: all 0ms;
	transition: all 0ms;
	padding-left: 0;
	z-index: 10;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(105,105,105,1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(105,105,105,1);
    box-shadow: 0px 0px 5px 0px rgba(105,105,105,1);
	text-align: left;
	}

.navbar-inverse .navbar-nav > li > ul li {
	list-style: none outside none;
	border-top: 1px solid #9d9d9c;
	}

.navbar-inverse .navbar-nav > li > ul li a {
	-webkit-transition: all 0ms;
	-moz-transition: all 0ms;
	-ms-transition: all 0ms;
	-o-transition: all 0ms;
	transition: all 0ms;
    color: #016C9A;
    font-weight: bold;
    font-size: 15px;
    text-transform: uppercase;
	padding: 4px 15px;
	display: block;
	}

.navbar-inverse .navbar-nav > li > ul li a:hover, .navbar-inverse .navbar-nav > li > ul li a:focus {
	text-decoration: none;
	}

.navbar-inverse .navbar-nav > li > ul li:before {
	color: #000;
	display: none;
	}

.navbar-inverse .navbar-nav > li:hover > ul {
	visibility: visible;
	}

/* Lightbox */
.my-mfp-slide-bottom .zoom-anim-dialog {
        opacity: 0;
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
        -webkit-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
        -moz-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
        -ms-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
        -o-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
        transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
	}
      
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
        opacity: 1;
        -webkit-transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
        -moz-transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
        -ms-transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
        -o-transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
        transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
	}

.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
        opacity: 0;
        -webkit-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
        -moz-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
        -ms-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
        -o-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
        transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
	}

.my-mfp-slide-bottom.mfp-bg {
        opacity: 0;
        -webkit-transition: opacity 0.3s ease-out; 
        -moz-transition: opacity 0.3s ease-out; 
        -o-transition: opacity 0.3s ease-out; 
        transition: opacity 0.3s ease-out;
	}

.my-mfp-slide-bottom.mfp-ready.mfp-bg {
        opacity: 0.8;
	}

.my-mfp-slide-bottom.mfp-removing.mfp-bg {
        opacity: 0;
	}
	
/* Header */

.logo {
    z-index: 100;
	padding: 10px;
	max-width: 346px;
	margin-top: -35px;
	}

.logo a {
    display: block;
	}

.logo img {
    position: relative;
    z-index: 100;
    }

/* Specialisaties */

#specialisaties {
	text-align: center;
	padding: 45px 0;
	}

#specialisaties .message {
	margin-bottom: 45px;
	padding: 0 60px;
	font-style: italic;
	color: #990000;
	}

#specialisaties .row > div {
	border-right: 2px solid #eaeaea;
	margin-bottom: 30px;
	}

#specialisaties .row > div:last-child,
#specialisaties .row > div:nth-child(3) {
    border-right: 0;
	}

#specialisaties h3 {
	font-size: 18px;
	color: #282b33;
    font-weight: 700;
	}

#specialisaties h3:after {
    content: "";
    display: block;
    height: 3px;
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    width: 8%;
    margin-bottom: 12px;
	background: #016C9A;
	}

#specialisaties p {
	font-size: 16px;
    line-height: 22px;
    text-align: inherit;
    color: #3b3b3f;
	}

#specialisaties a {
	font-size: 16px;
    line-height: 22px;
    text-align: inherit;
    color: #3b3b3f;
	}

/* Het Team */

#team {
	border-top: 3px solid #016C9A;
	border-bottom: 3px solid #016C9A;
	}

#team h2 {
	color: #333;
	font-size: 34px;
	margin: 45px 0 30px;
	text-align: center;
	}

#team .team-inner {
	padding: 0 30px 15px;;
	text-align: center;
	}

#team .team-inner h3 {
	color: #282b33;
	font-weight: 700;
	font-size: 17px;
	}

#team .team-inner h3:after {
	content: "";
    display: block;
    height: 3px;
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    width: 8%;
    margin-bottom: 12px;
	background: #016C9A;
	}

#team  .team-inner .tekst {
	min-height: 105px;
	}

#team  .row > div:nth-child(-n+4) .team-inner .tekst {
	min-height: 180px;
	}

#team .afbeelding {
    display: block;
	position: relative;
	}

#team .afbeelding .foto1 {
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
	}

#team .team-inner:hover .afbeelding .foto1 {
	opacity: 0;
    filter: alpha(opacity=0);
	}

/* Contact */

#contact {
    padding: 45px 0 45px;
    }

#contact h2 {
	color: #333;
	font-size: 34px;
	margin: 15px 0 60px;
	text-align: center;
	}

#contact h3 {
	margin-bottom: 30px;
	color: #016C9A;
	}

.openingstijden h3 {
	margin-bottom: 30px;
	margin-top: 0;
	
	}

.openingstijden table > tbody > tr:first-child > td {
	border-top: 0;
	}

#googlemaps {
    height: 334px;
    margin-top: 23px;
    }

.gmnoprint a, .gmnoprint span, .gm-style-cc {
    display:none;
    }

.wpcf7-form span input,
.wpcf7-form span textarea {
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 0;
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	color: #555;
	display: block;
	font-size: 14px;
	line-height: 1.42857;
	padding: 6px 12px;
	width: 100%;
	-webkit-appearance: none;
   -moz-appearance: none;
     -o-appearance: none;
        appearance: none;
	}
	
.wpcf7-form span input:focus,
.wpcf7-form span textarea:focus{
	border-color: #016C9A;
	outline: 0;
	}

.verplicht {
	float: left;
	margin-top: 10px;
	font-size: 14px;
	}

input.wpcf7-submit {
	margin-right: 0;
	margin-left: 0;
	}

input.wpcf7-submit:hover {
	text-decoration: underline;
	}

.wpcf7-submit {
    border: 0;
	background-color: #016C9A;
	position: relative;
	display: inline-block;
    padding: 7px 30px;
    color: #fff;
    font-size: 15px;
    text-decoration: none;
	border-radius: 0;
	float: right;
	z-index: 10;
	}

.wpcf7-form div.wpcf7-response-output {
	margin: 0;
	text-align: left;
	}

div.wpcf7 img.ajax-loader {
	float: right;
    margin-left: 0;
    margin-right: 55px;
    margin-top: 15px;
	}

.wpcf7-form p {
	margin: 0 0 15px;
	}
    
.wpcf7-form span input.wpcf7-not-valid,
.wpcf7-form span textarea.wpcf7-not-valid {
    border: 1px solid #ff3133;
    }

.wpcf7-not-valid-tip {
    color: #ff3133;
    }

.wpcf7-form div.wpcf7-response-output {
    float: left;
    border-radius: 4px;
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
    margin: 10px 0;
    width: 100%;
    padding: 15px;
    }

.wpcf7-form div.wpcf7-response-output.wpcf7-display-none {
    display: none;
    }

.screen-reader-response {
    display: none;
    }

/* Lijsten */

@font-face {
    font-family: 'ZapfDingbatsBTRegular';
    src: url('fonts/zapf-dingbats-bt.eot');
    src: url('fonts/zapf-dingbats-bt.eot') format('embedded-opentype'),
         url('fonts/zapf-dingbats-bt.woff') format('woff'),
         url('fonts/zapf-dingbats-bt.ttf') format('truetype'),
         url('fonts/zapf-dingbats-bt.svg#ZapfDingbatsBTRegular') format('svg');
}

.pagina .entry ul {
	padding: 0 0 0 19px;
	}

.pagina .entry ul li:before {
	color: #016C9A;
	content: "3";
	display: inline-block;
	font-size: 18px;
	margin-left: -21px;
	width: 21px;
	font-family: 'ZapfDingbatsBTRegular';
	}

.pagina .entry ul li {
	list-style: outside none none;
	}

/* Pagina Header */

#paginaheader {
	background-image: url('../img/headerpage.jpg');
	background-size: cover;
	background-position: center center;
	height: 150px;
	position: relative;
	}

/* Pagina */

#pagina {
	background-color: #fff;
	padding: 45px 0 45px;
	}

#pagina .uitgelichteafbeelding {
	margin-bottom: 30px;
	}

#pagina h1, #contact h1 {
	color: #333;
    font-size: 34px;
    margin: 0 0 45px;
	}

#pagina-header {
	max-height: 180px;
	overflow: hidden;
	position: relative;
	display: block;
	margin-bottom: 30px;
	}

#pagina-header img {
	width: 100%;
	}

#pagina strong {
	color: #016C9A;
	}

#pagina a {
	color: #444;
	}

/* Sidebar */

.pagina .sidebar {
	font-size: 14px;
	font-weight: 300;
	}

.pagina .sidebar h2 {
	color: #444;
	font-size: 16px;
	font-weight: 700;
	margin: 0 0 15px;
	}

.pagina .sidebar strong {
	color: #016C9A;
	}

.pagina .sidebar a {
	color: #444;
	}

.pagina .sidebar .sidebar-fotos img {
	margin-bottom: 15px;
	}

.pagina .sidebar .sidebar-fotos {
	margin-bottom: -15px;
	}


/* Footer */

.footer {
	padding: 0;
	color: #444;
	font-size: 14px;
	line-height: 22px;
	font-weight: 300;
	}

.footer a {
	color: #444;
	}

.footer a:hover, .footer a:active, .footer a:focus {
	color: #444;
	text-decoration: underline;
	}

.footer h4 {
	font-size: 20px;
	margin-bottom: 30px;
	}

.footer .zkn-widget-type-2, .footer .zkn-widget-type-4{
	width: 100%;
	}

.footer .wrapper {
	background-color: #eee;
	border-top: 3px solid #016C9A;
	padding: 45px 0;
	}

.footer .wrapper .facebook iframe {
	width: 100%;
	border:none;
	overflow:hidden;
	}

.footer .wrapper .facebook img {
	width: 50px;
	margin-top: 5px;
	}

.footer .wrapper .logos img {
	width: 100px;
	}

.footer .wrapper .app p > img {
	width: 100px;
	margin-bottom: 5px;
	}

.footer .wrapper .app p > a > img {
	width: 200px;
	margin-top: 5px;
	}

.copyright {
    padding: 0 0 20px;
    font-size: 14px;
    color: #999;
	text-align: center;
    }

.copyright .container > div {
    border-top: 1px solid #eee;
	padding-top: 10px;
    }

.copyright a,
.copyright a:hover,
.copyright a:focus,
.copyright a:active {
    color: #444;
    }

@media screen and (max-width:1199px){

	
	.carousel-caption-wrapper {
		width: 940px;
		}
	
	.carousel-control-wrapper {
		width: 940px;
		}
	
	.home-1 p {
		font-size: 15px;
		}
	
	.home-2 img {
		padding: 0 15px;
		}
	
	.home-2 p {
		font-size: 15px;
		}
	
	.footer {
		font-size: 15px;
		}
	
	body {
		font-size: 15px !important;
		}
	
}

@media screen and (max-width:991px){
	.carousel-caption-wrapper {
		width: 720px;
		}
	
	.carousel-control-wrapper {
		width: 720px;
		}
	
	.navbar-inverse .navbar-nav > li > a {
		padding: 12px 15px;
		font-size: 14px;
		}
}

@media screen and (max-width:767px){
	.navbar {
		margin-top: 0px;
		}
	
	.navbar-inverse .navbar-nav {
		float: none;
		margin: 15px 0;
		}
	
	.navbar-inverse .navbar-nav > li > a {
		margin: 0;
		padding: 6px 15px;
		font-size: 14px;
		}
	
	.navbar-inverse .navbar-nav > li {
		border-top: 1px solid #9d9d9c;
		}
	
	.navbar-inverse .navbar-nav > li > ul {
		position: relative;
		visibility: visible;
		text-align: center;
		z-index: 10;
		box-shadow: none;
		text-align: left;
		}
	
	.navbar-inverse .navbar-nav > li > ul > li > a {
		padding: 6px 15px;
		font-size: 14px;
		}
	
	.carousel-indicators {
		display: none;
		}
	
	.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
		margin-left: 0 !important;
		}
	
	.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
		margin-right: 15px !important;
		}
	
	.carousel-control-wrapper {
		width: auto !important;
		position: inherit;
		display: none;
		}
	
	.belons {
		padding: 8px 0 8px 0;
		}
	
	.logo {
		margin-top: 0;
		padding: 0;
		margin-bottom: 15px;
		}
	
	#paginaheader {
		height: 75px;
		}
	
	img.alignright {
		max-width: 100%;
		margin: 0 0 15px 0;
		}
	
	.openingstijden {
		margin-top: 30px;
		}
	
	#team .team-inner {
		padding: 0 0 15px;
		}

}