/* ============================================================================
    Global Styling
============================================================================ */
* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
html.js {margin:0 !important}
#wpadminbar {display:none;}
html, body {
	background: #f2f0ee;
	height: 100%;
}
body {
	min-height: 100%;
	min-width: 1150px;
	font: normal 400 16px/24px "fira-sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
}
body.lock {
	height: 100%;
	overflow: hidden;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Bitter", Garamond, Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
	font-weight: 700;
	color: #000;
}
p {
	font-size: 16px;
	line-height: 28px;
	margin: 20px 0;
	font-weight: 300;
}
a {
	color: #000;
	text-decoration: none;
}
.Btn {
	display: inline-block;
	line-height: 50px;
	padding: 0 30px;
	cursor: pointer;
	position: relative;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size: 15px;
	background: #1f4c77;
	color: #FFF;
	-webkit-box-shadow: 0 -2px 0 #3074b7 inset;
	box-shadow: 0 -2px 0 #3074b7 inset;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.Btn:hover {
	-webkit-box-shadow: 0 -50px 0 #3074b7 inset;
	box-shadow: 0 -50px 0 #3074b7 inset;
}
.BtnYoutube {
	display: inline-block;
	line-height: 50px;
	padding: 0 30px;
	cursor: pointer;
	position: relative;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size: 15px;
	background: #cc181e;
	color: #FFF;
	-webkit-box-shadow: 0 -2px 0 rgba(0,0,0,.2) inset;
	box-shadow: 0 -2px 0 rgba(0,0,0,.2) inset;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.BtnYoutube:hover {
	-webkit-box-shadow: 0 -50px 0 rgba(0,0,0,.2) inset;
	box-shadow: 0 -50px 0 rgba(0,0,0,.2) inset;
}
.altBtn {
	background: #3074b7;
	-webkit-box-shadow: 0 -2px 0 #1f4c77 inset;
	box-shadow: 0 -2px 0 #1f4c77 inset;
}
.altBtn:hover {
	background: #1f4c77;
	-webkit-box-shadow: 0 -50px 0 #1f4c77 inset;
	box-shadow: 0 -50px 0 #1f4c77 inset;
}
.clearBtn {
	color: #000;
	background: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.clearBtn:hover {
	color: #FFF;
}
.whiteBtn {
	background: #FFF;
	color: #66c0ba;
}
.whiteBtn:hover {
	color: #FFF;
}
.Btns .Btn {
	margin: 0 0 5px;
}
.wpfp-span a {
	color: #FFF;
}
.alignCenter {
	text-align: center;
}
.alignRight {
	text-align: right;
}
.title {
	color: #000;
	margin: 0 0 30px;
	position: relative;
	font-size: 44px;
	line-height: 48px;
}
.subtitle {
	color: #000;
	margin: 0 0 20px;
	font-size: 30px;
	line-height: 30px;
}
.desc {
	font-size: 20px;
	line-height: 30px;
}
.whiteText, .whiteText .title, .whiteText h1, .whiteText h2, .whiteText h3, .whiteText h4, .whiteText h5, .whiteText h6, .whiteText p {
	color: #FFF;
}
.desc a {
	color: #66c0ba;
	text-decoration: underline;
}
.desc .Btn {
	vertical-align: middle;
	margin-right: 10px;
	color: #FFF;
	text-decoration: none;
}
.clearfix:after {
	content: "";
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
	line-height: 0;
	clear: both;
}
/* ============================================================================
    Containers
============================================================================ */
.siteWrap {
	height: 100%;
	background: #f2f0ee;
	opacity: 1;
	position: relative;
	z-index: 2;
	left: 0;
	-moz-transform: translateX(0px);
	-webkit-transform: translateX(0px);
	-o-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform: translateX(0px);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
body.lock .siteWrap {
	overflow: hidden;
	-moz-transform: translateX(-280px);
	-webkit-transform: translateX(-280px);
	-o-transform: translateX(-280px);
	-ms-transform: translateX(-280px);
	transform: translateX(-280px);
}
.container {
	min-height: 100%;
}
.innerContainer {
	overflow: auto;
	padding-bottom: 440px /* footer height */;
}
.wrapper {
	margin: 0 auto;
	padding: 0;
}
.wrapper:before,
.wrapper:after {
	content: "";
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
	line-height: 0;
	clear: both;
}
.wrapper > * {
	opacity: 1;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
body.lock .wrapper > * {
	opacity: 0.5;
}
body.lock .wrapper > .header {
	opacity: 1;
}
.inner {
	position: relative;
	width: 1120px;
	margin: 0 auto;
}
.content {
	padding: 30px 0;
}
.padding {
	padding: 60px 0;
}
.whiteBg {
	background: #FFF;
}
.greyBg {
	background: #e2e2e2;
}
/* ============================================================================
    Breadcrumbs
============================================================================ */
.breadCrumbs {
	bottom: 0;
	position: absolute;
	width: 100%;
	z-index: 2;
}
.breadCrumbs p {
	margin: 0;
	line-height: 50px;
	font-size: 13px;
	color: #FFF;
	float: left;
}
.breadCrumbs p a {
	color: #FFF;
	text-decoration: underline;
}
/* ============================================================================
    Nieuws / Article
============================================================================ */
.articleContent {
	font-size: 15px;
	line-height: 22px;
}
.articleContent p, .articleContent ul {
	font-size: 16px;
	line-height: 28px;
	margin: 20px 0;
	font-weight: 300;
}
.pageContent {
	-moz-column-count: 2;
	-moz-column-gap: 17px;
	-webkit-column-count: 2;
	-webkit-column-gap: 17px;
	column-count: 2;
	column-gap: 17px;
	margin: 0 0 30px;
}
.articleContent.pageContent p {
	margin: 0 0 20px;
}
.articleContent .desc {
	font-size: 20px;
	line-height: 30px;
}
.articleContent ul {
	list-style: inside square;
}
.articleContent ul ul, .articleContent ol ul {
	margin: 0;
	list-style: none;
}
.articleContent ul ul li, .articleContent ol ul li {
	position: relative;
}
.articleContent ul ul li:before, .articleContent ol ul li:before {
	position: absolute;
	content: "-";
	left: -15px;
	display: block;
}
.articleImg {
	float: right;
	display: inline-block;
	max-width: 350px;
	width: 100%;
	margin: 0 0 30px 30px;
	padding: 10px;
	background: #FFF;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.articleContent h1 {
	font-size: 40px;
	line-height: 40px;
}
.articleContent h2, .articleContent h3 {
	font-size: 30px;
	line-height: 30px;
	margin: 30px 0 10px;
}
.articleContent h4, .articleContent h5, .articleContent h6 {
	font-size: 22px;
	line-height: 24px;
	margin: 30px 0 10px;
}
.postSocials {
	max-width: 280px;
}
/* ============================================================================
    Pagination
============================================================================ */
.pagination {
	text-align: center;
}
.pagination li {
	display: inline-block;
	font-size: 12px
}
.pagination li a, .pagination li span {
	display: block;
	width: 26px;
	height: 26px;
	line-height: 26px;
	text-align: center;
}
.pagination li a {
	color: #FFF;
	background: #2c3d50;
}
.pagination li:hover a {
	background: #c0392b;
}
.pagination li span {
	color: #2c3d50;
	background: #c2c2c2;
}
/* ============================================================================
    Search
============================================================================ */
.searchResult {
	margin: 0 0 20px;
	padding: 0 0 20px;
	border-bottom: 1px solid #c2c2c2;
}
.searchResult p {
	font-size: 12px;
	line-height: 18px;
}
/* ============================================================================
    Footer
============================================================================ */
.footer {
	clear: both;
	height: 440px;
	margin-top: -440px /* negative footer height */;
	position: relative;
	width: 100%;
	color: #FFF;
	background: #292929;
}
.footerBar {
	background: #3074b7;
	padding: 20px 0;
}
.footerNewsletter {
	float: left;
}
.newsletterTitle {
	margin: 0 10px 0 0;
	color: #FFF;
	font-size: 15px;
	line-height: 30px;
	float: left;
}
.newsletterForm {
	float: left;
}
.newsletterForm form {
	max-width: inherit;
}
.newsletterForm div.wpcf7 img.ajax-loader {
	display: none;
}
.newsletterForm.contactForm div.wpcf7-response-output {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 0 none;
	color: #fff;
	margin-bottom: 0;
	padding-bottom: 0;
	padding-left: 0;
}
.nlCols {

}
.nlCol {
	margin: 0 5px 0 0;
	float: left;
}
.nlColLast {
	margin: 0;
}
.newsletterForm form input {
	margin: 0;
	float: left;
	display: block;
	width: 180px;
	height: 30px;
	line-height: 20px;
	padding: 5px;
}
.newsletterForm form input[type="submit"] {
	margin: 0;
	padding: 0;
	width: 30px;
	background: url(../images/arrowWhite.png) no-repeat 50% 50% #1f4c77;
	text-indent: -99999px;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.footerSocials {
	float: right;
}
.footerSocial {
	float: left;
	display: block;
	margin: 0 0 0 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #FFF;
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	text-align: center;
	-webkit-box-shadow: 0 -3px 0 rgba(0,0,0,0.2) inset;
	box-shadow: 0 -3px 0 rgba(0,0,0,0.2) inset;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.footerSocial:hover {
	-webkit-box-shadow: 0 -30px 0 rgba(0,0,0,0.2) inset;
	box-shadow: 0 -30px 0 rgba(0,0,0,0.2) inset;
}
.footerSocialFac {
	background: #3b5998;
}
.footerSocialTwi {
	background: #00aeef;
}
.footerSocialYou {
	background: #cc181e;
}
.footerSocialLin {
	background: #23639a;
}
.footerSocialRss {
	background: #ffaa16;
}
.footerTop {
	padding: 30px 0 0;
	background: url(../images/footerLogo.png) 100% 50% no-repeat;
}
.footerBottom {
	margin: 10px 0 0;
	padding: 10px 0 0;
	border-top: 1px solid #444;
}
.footerTitle {
	color: #FFF;
	margin: 0;
	font-size: 32px;
	line-height: 36px;
}
.footerSubtitle {
	color: #FFF;
	margin: 0 0 10px;
	font-size: 22px;
	line-height: 26px;
}
.footerCol {
	float: left;
	margin: 0 50px 0 0;
}
.footerColLast {
	margin: 0;
}
.footerDesc {
	color: #FFF;
	font-size: 15px;
	line-height: 24px;
	font-weight: 400;
}
.footerDesc a {
	color: #FFF;
}
.footerMenu {
	float: left;
}
.footerMenu ul {
	margin: 0;
}
.footerMenu ul li {
	display: block;
	float: left;
	font-size: 14px;
	line-height: 50px;
	color: #727372;
	font-weight: 300;
	position: relative;
	margin: 0 0 0 30px;
}
.footerMenu ul li:after {
	content: "-";
	position: absolute;
	top: 0;
	left: -30px;
	display: block;
	text-align: center;
	width: 30px;
	line-height: 50px;
}
.footerMenu ul li:first-child {
	margin: 0;
}
.footerMenu ul li:first-child:after {
	display: none;
}
.footerMenu ul li a {
	color: #727372;
}
.footerMenu ul li a:hover {
	color: #FFF;
	text-decoration: underline;
}
.copyright {
	float: right;
	color: #727372;
	font-size: 14px;
	line-height: 50px;
	font-weight: 300;
	margin: 0 0 0 6px;
}
.copyright a {
	color: #727372;
}
.copyright a:hover {
	color: #FFF;
	text-decoration: underline;
}
