/* ---------------- Typografy ------------------- */

@font-face {
    font-family:'UtilityOT';
    src: url('../fonts/UtilityOT.eot');
	src: url('../fonts/UtilityOT.eot?#iefix') format('embedded-opentype'),
		url('../fonts/UtilityOT.woff') format('woff'),
		url('../fonts/UtilityOT.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-00FE;
}
@font-face {
    font-family:'UtilityOT';
    src: url('../fonts/UtilityOT-Bold.eot');
	src: url('../fonts/UtilityOT-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/UtilityOT-Bold.woff') format('woff'),
		url('../fonts/UtilityOT-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-00FE;
}

@font-face {
    font-family:'UtilityOT';
    src: url('../fonts/UtilityOT-Light.eot');
	src: url('../fonts/UtilityOT-Light.eot?#iefix') format('embedded-opentype'),
		url('../fonts/UtilityOT-Light.woff') format('woff'),
		url('../fonts/UtilityOT-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-00FE;
}

@font-face {
    font-family:'UtilityOT';
    src: url('../fonts/UtilityOT-Black.eot');
	src: url('../fonts/UtilityOT-Black.eot?#iefix') format('embedded-opentype'),
		url('../fonts/UtilityOT-Black.woff') format('woff'),
		url('../fonts/UtilityO	T-Black.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-00FE;
}

@font-face {
    font-family:'UtilityOT';
    src: url('../fonts/UtilityOT-Medi.eot');
	src: url('../fonts/UtilityOT-Medi.eot?#iefix') format('embedded-opentype'),
		url('../fonts/UtilityOT-Medi.woff') format('woff'),
		url('../fonts/UtilityOT-Medi.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-00FE;
}

html,
body,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p {
	font-family: UtilityOT;
	color: #000;
}

body {
	height: 100%;
	background-color: #f2f2f2;
}

a:focus,
a:hover {
	color: #24ACEE;
	text-decoration: none;
}


a.anchor {
	display: block;
	position: relative;
	top: -130px;
	visibility: hidden;
}

.arrow-mobile {
	display: none;
}

.footer-mobile {
	display: none;
}

.footer-mobile a {
	color: #000;
}

.active,
li.current_page_item a {
	color: #24ACEE !important;
}

.terugknop {
	float: right;
	color: #000;
}

.standpunten-nav {}

.vorige {
	float: left;
	padding-right: 15px;
	margin-left: 80px;
}

.volgende {
	float: left;
	padding-right: 15px;
}

.button-vorige {
	text-align: right !important;
	padding-right: 15px;
}

.button-volgende {
	text-align: left !important;
	padding-left: 15px;
}

/* ------ Location cards ------ */

@-webkit-keyframes swing {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	50% {
		-webkit-transform: translateX(5px);
		transform: translateX(5px);
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes swing {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	50% {
		-webkit-transform: translateX(5px);
		transform: translateX(5px);
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

.location-card {
	padding-bottom: 30px;
	height: 100%;
	width: 100%;
	display: block;
}

.location-card-img-container {
	background-color: #24ACEE;
	min-height: 240px;
	overflow: hidden;
	position: relative
}

.location-card-logo {
	z-index: 1;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-image: url(../images/logo-white.png);
	background-size: 170px 60px;
	background-repeat: no-repeat;
	background-position: center center;
	opacity: 0;
	-webkit-transition: opacity 0.6s ease-in-out;
	-moz-transition: opacity 0.6s ease-in-out;
	-ms-transition: opacity 0.6s ease-in-out;
	-o-transition: opacity 0.6s ease-in-out;
	transition: opacity 0.6s ease-in-out;
}

.location-card:hover .location-card-logo {
	opacity: 1;
}

.location-card h5 {
	display: inline-block;
	margin-bottom: 0px;
	font-weight: bold;
	-webkit-transition: color 0.3s ease-in-out;
	-moz-transition: color 0.3s ease-in-out;
	-ms-transition: color 0.3s ease-in-out;
	-o-transition: color 0.3s ease-in-out;
	transition: color 0.3s ease-in-out;
}

.location-card:hover h5 {
	color: #24ACEE;
	-webkit-animation: swing 0.6s ease;
	animation: swing 0.6s ease;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}

.location-card img {
	width: 100%;
	height: auto;
	-webkit-transition: opacity 0.6s ease-in-out;
	-moz-transition: opacity 0.6s ease-in-out;
	-ms-transition: opacity 0.6s ease-in-out;
	-o-transition: opacity 0.6s ease-in-out;
	transition: opacity 0.6s ease-in-out;
}

.location-card:hover img {
	opacity: 0.2;
	-webkit-transition: opacity 0.6s ease-in-out;
	-moz-transition: opacity 0.6s ease-in-out;
	-ms-transition: opacity 0.6s ease-in-out;
	-o-transition: opacity 0.6s ease-in-out;
	transition: opacity 0.6s ease-in-out;
}

.location-card-link {}

.location-arrow {
	background-image: url(../images/arrowstandp.png);
	background-repeat: no-repeat;
	width: 5px;
	height: 8px;
	display: inline-block;
	margin-left: 5px;
	-webkit-transition: background-image 0.3s ease-in-out;
	-moz-transition: background-image 0.3s ease-in-out;
	-ms-transition: background-image 0.3s ease-in-out;
	-o-transition: background-image 0.3s ease-in-out;
	transition: background-image 0.3s ease-in-out;
}

.location-card:hover .location-arrow {
	background-image: url(../images/arrowstandp-hover.png);
}

/* ------ HEADER ------ */

.row-header {
	top: 0;
}

/* ------ HEADER END ------ */

/* ------ NAVIGATION ------ */

.navbar {
	background-color: #fff;
	height: 130px;
	position: fixed;
	width: 100%;
	z-index: 999;
	border: none;
	border-bottom: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgba(0, 0, 0, 0.1);
}

.navbar-nav {
	margin-top: 40px;
	margin-right: -45px;
	letter-spacing: .2px;
	font-size: 1em;
	font-weight: 700;
	letter-spacing: .1em;
/*  position: absolute;*/
  left: 0;
  right: 0;
}

.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:active {
	color: #24ACEE;
}

.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:hover {
	color: #24ACEE;
}

.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
	background-color: #ce3;
}

.nav>li>a {
	position: relative;
	display: block;
	padding: 14px 10px !important;
  line-height: 1.5;
}

.nav-logo {
	margin: 35px 0;
	float: left;
	padding: 0;
}

.nav-logo img {
	width: 100%;
	height: auto;
}

.nav-list,
.nav-logo {
	list-style: none;
}

.navbar-toggle {
	position: relative;
	float: right;
	padding: 15px 0;
	margin-top: 0;
	margin-right: 0;
	background-color: transparent;
	background-image: none;
	border: none;
	border-radius: none;
}

.navbar-collapse {
	border: none;
}

.navbar-inverse .navbar-nav>li>a {
	color: #000;
}

.navbar-inverse .navbar-toggle .icon-bar {
	background-color: #24ACEE;
}

.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
	background-color: transparent;
}

/*.nav-list li a {
  color: black;
  text-decoration: none;
}

body.menu a#menu,
body.homepage a#homenav,
body.nieuwspage a#nieuwsnav,
body.standpuntenpage a#standpuntennav,
body.menspage a#mensennav,
body.contactpage a#contactnav {
  color: #37aff0;
  } */

  /* ---------------- MAIN ------------------ */

  section {
  	/*height: 900px;*/
  	background-color: #F0F0F0;
  }

  .top-row {
  	position: relative;
  	margin-top: 190px;
  	margin-bottom: 20px;
  }

  .bottom-row {
  	position: relative;
  	margin-top: 30px;
  	margin-bottom: 30px;
	/*height: 312px;
	overflow: hidden;*/
}

/* ---------------- MAIN END ------------------ */

/* ----------------- PUSH ------------------ */

.push {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	max-height: 308px;
}

.crop3 {
	position: relative;
	width: 100%;
	height: auto;
}



/*#youplayer{
  width: 100%;
  height: auto;
  }*/

/*.push img {
  width: 100%
  }*/

  .block {
  	z-index: 2;
  	position: absolute;
  	display: block;
  	bottom: 20px;
  	width: 79%;
  }

  .block h6 {
  	color: #fff;
  	position: relative;
  	display: inline-block;
  	background-color: #24ACEE;
  	font-weight: 500;
  	margin-left: 15px;
  	text-align: center;
  	padding: 8px 12px;
  }

  .block p {
  	position: relative;
  	display: inline-block;
  	color: #fff;
  	margin-left: 30px;
  	font-size: 18px;
  	width: 70%;
  	/*overflow: hidden;*/
  }

  /* ----------------- PUSH END ------------------ */

  /* ------------------- STAND -------------------- */

  .usp-slider {
  	position: relative;
  	width: 100%;
  	height: 308px;
  	background-color: #01acee;
  	display: -ms-flexbox;
  	display: -webkit-flex;
  	display: flex;
  }

  .doemee {
  	max-height: 308px;
  	overflow: hidden;
  	position: relative;
  	width: 100%;
  	height: 100%;    
  	display: block;
  }

  .doemee-img {
  	height: 100%;	
  	min-height: 216px;
  	background-size: cover;
  	background-repeat: no-repeat;
  	position: relative;
  	background-position: top center;
  }



  .usp-slider-bg::before { 
  	z-index: 10;
  	content: '';
  	position: absolute;
  	left: 0;
  	right: 0;
  	top: 0;
  	height: 50%;
  	background: -webkit-repeating-linear-gradient(-45deg, #01acee, #01acee 7.5px, #fff 7.5px, #fff 15px), -webkit-linear-gradient(top, #eee, #999);
  	background: repeating-linear-gradient(-45deg, #01acee, #01acee 7.5px, #fff 7.5px, #fff 15px), linear-gradient(to bottom, #eee, #999);
  }

  .usp-slider-bg::after { 
  	z-index: 10;
  	content: '';
  	background-color: #01acee;
  	position: absolute;
  	left: 0;
  	right: 0;
  	bottom: 0;
  	height: 50%;
  }


  .swiper-container--text {
  	margin: auto;
  	height: 214px;
  	width: 214px;
  	z-index: 20;
  	border-radius: 100%;
  }

  .swiper-slide p:nth-child(1) {
  	transition: all .8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
  	transform: translate3d(20%, 0, 0);
  	opacity: 0;
  }

  .swiper-slide p:nth-child(2) {
  	transition: all .8s cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  	transform: translate3d(20%, 0, 0);
  	opacity: 0;
  }

  .swiper-slide p:nth-child(3) {
  	opacity: 0;
  	transition: all .6s cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  	transform: translate3d(20%, 0, 0);
  }

  .swiper-slide p:nth-child(4) {
  	opacity: 0;
  	transition: all .6s cubic-bezier(0.215, 0.61, 0.355, 1) 1.4s;
  	transform: translate3d(20%, 0, 0);
  }

  .swiper-slide p:nth-child(5) {
  	opacity: 0;
  	transition: all .6s cubic-bezier(0.215, 0.61, 0.355, 1) 1.6s;
  	transform: translate3d(20%, 0, 0);
  }

  .swiper-slide p:nth-child(6) {
  	opacity: 0;
  	transition: all .6s cubic-bezier(0.215, 0.61, 0.355, 1) 1.8s;
  	transform: translate3d(20%, 0, 0);
  }

  .swiper-slide p:nth-child(7) {
  	opacity: 0;
  	transition: all .6s cubic-bezier(0.215, 0.61, 0.355, 1) 2s;
  	transform: translate3d(20%, 0, 0);
  }

  .swiper-slide p:nth-child(8) {
  	opacity: 0;
  	transition: all .6s cubic-bezier(0.215, 0.61, 0.355, 1) 2.2s;
  	transform: translate3d(20%, 0, 0);
  }

  .swiper-slide p:nth-child(9) {
  	opacity: 0;
  	transition: all .6s cubic-bezier(0.215, 0.61, 0.355, 1) 2.4s;
  	transform: translate3d(20%, 0, 0);
  }

  .swiper-slide p:nth-child(10) {
  	opacity: 0;
  	transition: all .6s cubic-bezier(0.215, 0.61, 0.355, 1) 2.6s;
  	transform: translate3d(20%, 0, 0);
  }

  .swiper-slide.swiper-slide-active p {
  	transform: translate3d(0, 0, 0);
  	opacity: 1;
  }

  .swiper-slide {
  	display: -ms-flexbox;
  	display: -webkit-flex;
  	display: flex;
  	flex-direction: column;
  	background-color: #fff;
  }

  .swiper-slide__text {
  	margin: auto 25px;
  	text-align: center;
  }

  .swiper-slide p {
  	font-weight: 600;
  	text-transform: uppercase;
  	font-size: 15px;
  	text-align: center;
  	line-height: 1.2;
  	text-align: center;
  	margin: inherit;
  	margin: 0px 2px 0px 0px;
  	display: inline-block;   
  }
  .swiper-slide p a {
  	text-decoration: none;
  	display: inline-block;
  }

  .swiper-container--avatars .swiper-slide {
  	background-color: #f0f0f0;
  }

  .swiper-container--avatars .swiper-slide .mensen__img { 
  	transition: all .8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
  	opacity: 0;
  }

  .swiper-container--avatars .swiper-slide h5 {
  	transition: all .8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
  	transform: translate3d(6%, 0, 0);
  	opacity: 0;
  }

  .swiper-container--avatars .swiper-slide span {
  	transition: all .8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
  	transform: translate3d(6%, 0, 0);
  	opacity: 0;
  }

  .swiper-container--avatars .swiper-slide p:nth-child(1) {
  	opacity: 0;
  	transition: all .6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
  	transform: translate3d(6%, 0, 0);
  }

  .swiper-container--avatars .swiper-slide p:nth-child(2) {
  	opacity: 0;
  	transition: all .6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
  	transform: translate3d(6%, 0, 0);
  }

  .swiper-container--avatars .swiper-slide p:nth-child(3) {
  	opacity: 0;
  	transition: all .6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
  	transform: translate3d(6%, 0, 0);
  }

  .swiper-container--avatars .swiper-slide p:nth-child(4) {
  	opacity: 0;
  	transition: all .6s cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  	transform: translate3d(6%, 0, 0);
  }

  .swiper-container--avatars .swiper-slide.swiper-slide-active span {
  	transform: translate3d(0, 0, 0);
  	opacity: 1;
  }

  .swiper-container--avatars .swiper-slide.swiper-slide-active p {
  	transform: translate3d(0, 0, 0);
  	opacity: 1;
  }

  .swiper-container--avatars .swiper-slide.swiper-slide-active h5 {
  	transform: translate3d(0, 0, 0);
  	opacity: 1;
  }

  .swiper-container--avatars .swiper-slide.swiper-slide-active .mensen__img {
  	opacity: 1;
  }




  /* Arrows */
  .swiper-button-prev,
  .swiper-button-next {
  	position: absolute;
  	top: 60px;
  	width: 9px;
  	height: 16px;
  	margin-top: -8px;
  	z-index: 10;
  	cursor: pointer;
  	-moz-background-size: 9px 16px;
  	-webkit-background-size: 9px 16px;
  	background-size: 9px 16px;
  	background-position: center;
  	background-repeat: no-repeat;
  }
  .swiper-button-prev.swiper-button-disabled,
  .swiper-button-next.swiper-button-disabled {
  	opacity: 0.35;
  }

  .swiper-button-prev,
  .swiper-container-rtl .swiper-button-next {
  	background-image: url(../images/arrowl.png);
  	left: 0px;
  	right: auto;
  }

  .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev {
  	background-image: url(../images/arrowr.png);
  	right: 0px;
  	left: auto;
  }


  .doemee .stripe {
  	bottom: 30px;
  	width: 90px;
  	left: 0;
  	right: 0;
  	margin: 0 auto;
  	background: white;
  	color: black;
  }

  body.leeuwarden .circle1 .circle,
  body.amsterdam .circle2 .circle,
  body.nijmegen .circle3 .circle,
  body.utrecht .circle4 .circle,
  body.rotterdam .circle5 .circle,
  body.eindhoven .circle6 .circle,
  body.maastricht .circle7 .circle {
  	opacity: 1;
  }

  .tooltip-content {
  	position: absolute;
  	/*display: inline;*/
  	z-index: 9999;
  	text-align: left;
  	line-height: 100%;
  	/*padding: 3px;*/
  	padding-left: 5px;
  	padding-top: 5px;
  	padding-bottom: 5px;
  	/*margin-left: 5px;*/
  	/*width: 100px;*/
  	/*margin: 0 0 20px -180px;*/
  	box-shadow: -5px -5px 15px rgba(48, 54, 61, 0.2);
  	border-color: transparent;
  	background: #00aeef;
  	opacity: 0;
  	visibility: hidden;
  	/*cursor: default;*/
  	/*pointer-events: auto;*/
  	bottom: 17px;
  	left: 6px;
  	width: 115px;
  	/*overflow-x: hidden;*/
  }

  .tooltip-content strong {
  	font-size: 11px;
  	color: white;
  	padding-bottom: -5px;
  }

  .tooltip-effect-1 .tooltip-content {
  	-moz-transform: translate3d(0, -10px, 0);
  	-ms-transform: translate3d(0, -10px, 0);
  	-o-transform: translate3d(0, -10px, 0);
  	-webkit-transform: translate3d(0, -10px, 0);
  	transform: translate3d(0, -10px, 0);
  	-webkit-transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
  	-moz-transition: opacity 0.3s, visibility 0.3s, -moz-transform 0.3s;
  	-o-transition: opacity 0.3s, visibility 0.3s, -o-transform 0.3s;
  	-ms-transition: opacity 0.3s, visibility 0.3s, -ms-transform 0.3s;
  	transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
  }

  .tooltip:hover .tooltip-content {
  	/*pointer-events: none;*/
  	/*-webkit-transform: scale(1,1);*/
  	visibility: visible;
  	opacity: 1;
  	-webkit-transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0);
  	-moz-transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0);
  	-o-transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0);
  	-ms-transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0);
  	transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0);
  }

  .tooltip-content::after {
	/*pointer-events:auto;
	content: '';*/
	/*top: 100%;*/
	/*left: 12%;*/
	border: solid transparent;
	height: 0;
	width: 0;
	position: absolute;
	/*pointer-events: none;*/
	border-color: transparent;
	border-top-color: #00aeef;
	border-width: 8px;
	/*margin-left: -12px;*/
	margin-top: 5px;
	margin-left: -13px;
	clip: rect(0px, 20px, 10px, 8px);
	/*overflow: hidden;*/
}

/* -------------------- Nieuws ----------------------- */

.nieuws {
	width: 100%;
	height: auto;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	min-height: 355px;

}



.nieuws-foto {
	display: block;
	width: 100%;
	height: 160px;
	object-fit: cover;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	background-position: top center;
}



.nieuws .date {
	margin: 15px 0 5px 10px;
	font-weight: 200;
	letter-spacing: 0;
	font-size: 12px;
	margin-bottom: 3px;
	max-height: 15px;
	-webkit-flex: 2 1 auto;
	-ms-flex: 2 1 auto;
	flex: 2 1 auto;		
}

.nieuws .title {
	margin: 10px 10px;
	line-height: 17px;
	font-weight: 400;
	font-size: 15px;
	width: auto;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	overflow: hidden;
	-webkit-flex: 2 1 auto;
	-ms-flex: 2 1 auto;
	flex: 2 1 auto;		
	max-height: 50px;    
}

.nieuws .text {
	margin: 5px 10px 0;
	line-height: 16px;
	font-size: 14px;
	font-weight: 300;
	overflow: hidden;
	width: auto;
	word-wrap: break-word;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}

.nieuws-text {
	-webkit-flex: 2 1 auto;
	-ms-flex: 2 1 auto;
	flex: 2 1 auto;	
/*    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;*/
}

.stripe {
	position: absolute;
	display: inline-block;
	background-color: #000;
	color: #fff;
	font-weight: 300;
	width: 105px;
	height: 29px;
	font-size: 89%;
	font-weight: 300;
	text-align: center;
	line-height: 29px;
	margin-left: -5px;
	margin-top: -5px;
}

.stripe span {
	font-weight: 300;
	font-size: 80%;
	right: 11px;
	top: 8px;
}

.stripe-hover {
	color: #fff;
	position: relative;
	background-color: #fff;
	position: relative;
	width: 105px;
	height: 29px;
	margin-top: 15px;
	-webkit-animation: barberpole 2s linear infinite;
	-moz-animation: barberpole 2s linear infinite;
	-o-animation: barberpole 2s linear infinite;
	-ms-animation: barberpole 2s linear infinite;
	animation: barberpole 2s linear infinite;
	-webkit-animation-direction: reverse;
	animation-direction: reverse;
	animation-play-state: paused;
	-webkit-animation-play-state: paused;
	background-size: 30px 30px;
	background: repeating-linear-gradient(-50deg, white, white 8px, #00aeef 8px, #00aeef 16px);
}

.nieuws .stripe-hover {
	margin-left: 5px;
}

.nieuws a {
	width: 110px;
	display: block;
}

a.link:hover .stripe-hover {
	animation-play-state: running;
	-webkit-animation-play-state: running;
}

@-webkit-keyframes barberpole {
	from {
		background-position: 0 0;
	}
	to {
		background-position: 105px 0;
	}
}

@-o-keyframes barberpole {
	from {
		background-position: 0 0;
	}
	to {
		background-position: 105px 0;
	}
}

@-moz-keyframes barberpole {
	from {
		background-position: 0 0;
	}
	to {
		background-position: 105px 0;
	}
}

@keyframes barberpole {
	from {
		background-position: 0 0;
	}
	to {
		background-position: 105px 0;
	}
}

a.link {
	text-decoration: none;
}

/* -------------- SOCIAL ------------------- */

.social {
	position: relative;
	width: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: #e9e9e9;
	margin-bottom: 10px;
}

.social:last-child {
	margin-bottom: 0;
}

.socialcol {
	min-height: 355px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
.socialcol a {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	position: relative;
	-webkit-flex: 2 1 auto;
	-ms-flex: 2 1 auto;
	flex: 2 1 auto;
}

.socialcol a:hover {
	text-decoration: none;

}


.socialcol a:hover .arrowimg {
	text-decoration: none;
	right: 5px;
}

.social h5 {
	margin: 0;
	display: inline-block;
	color: #5e5b5c;
	padding-left: 30px;
	max-width: 80%;	
}

.social span {
	margin: 0;
	padding-left: 30px;
	color: #a3a2a2;
	font-weight: 300;
	text-decoration: none;
	max-width: 70%;
}

.social img {}

.faceimg {
	position: absolute;
	right: 40px;
	top:  calc(50% - 8px);
}

.youimg {
	position: absolute;
	right: 35px;
	top:  calc(50% - 7.5px);
}

.twitterimg {
	position: absolute;
	right: 35px;
	top:  calc(50% - 6px);
}

.arrowimg {
	position: absolute;
	right: 15px;
	top:  calc(50% - 25px);
	-webkit-transition: right .5s;
	/* Safari */
	-moz-transition: right .5s;
	-o-transition: right .5s;
	-ms-transition: right .5s;
	transition: right .5s;
}

/*.social:last-child {
  margin-bottom: 0;
  }*/

  .social-line {
  	height: 2px;
  	width: 100%;
  	background-color: #e9e9e9;
  	margin-bottom: 10px;
  }



  /* -------------------- MENSEN ------------------- */

  .mensen {
  	border-bottom: 1px solid #00aeef;
  	border-top: 1px solid #00aeef;
  	padding-top: 30px;
  	padding-bottom: 31px;
  }


  .mensen__img {

  	display: block;
  	margin: 0 auto;
  	width: 115px;
  	height: 115px;
  	overflow: hidden;
  	border-radius: 50%;
    object-fit: cover;

  }


  .mensen__hidden {
  	display: none;
  }

  .mensen__show {
  	display: block !important;
  }

  .mensen__text {
  	margin-top: 5px;
  	text-align: center;
  	overflow: hidden;
  }

  .mensen__text h5 {
  	font-size: 16px;
  	padding-bottom: 0;
  	margin-bottom: 0;
  	display: block;
  }

  .mensen__text span.mensentext-title {
  	font-weight: 300;
  	font-size: 14px;
  	letter-spacing: 90%;
  	display: block;
  }

  .mensen__text p.mensentext-p {
  	font-weight: 300;
  	font-size: 14px;
  	letter-spacing: 0;
  	line-height: 120%;
  	display: block;
  	text-transform: none;
  	margin-bottom: 10px;
  	margin-top: 15px;
  }

  .mensen__text span.mensentext__email {
  	font-weight: 300;
  	font-size: 14px;
  	letter-spacing: 30%;
  	/*margin-bottom: 20px;*/
  }

/*.mensen--text p {
  margin-top: 0;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0;
  margin-bottom: 0;
  line-height: 100%;

  }*/

/*.mensen--text p span {
  margin-top: 0;
  }*/

  .mensen .stripe-hover {
  	/*margin-top: 0;*/
  	/*margin-left: 80px;*/
	/* margin-right: auto;
	margin-left: auto;*/
}

.mensen .stripe {
	/*margin: 0 auto;*/
}

.mensen a {
	width: 100px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
}

/* ------------- KAARTPAGE ------------------ */

body.kaartpage {
	min-height: 100vh;
}

body.kaartpage .row {
	width: 100%;
}

body.kaartpage .container { 
	padding: 0px; 
	display: flex;
	flex-direction: column;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	min-height: inherit;
	position: relative;
}

.footer-kaart2 {
	position: relative;
	width: 100%;
	z-index: 100;
}

.row-cities {
	-webkit-flex: 2 1 auto;
	-ms-flex: 2 1 auto;
	flex: 2 1 auto;
}

.bar {
	position: relative;
	width: 100%;
	z-index: 101;
	background-color: transparent;
	margin: 0px 15px;
}

.ned-logo {
	padding: 30px 0px 15px 0px;
}

.ned-text {
	position: absolute;
	padding-top: 15px;
	top: 200px;
	border-top: 1px solid #000;
	width: 150px;
	z-index: 999;
}

. {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #000;
	position: absolute;
}

.kacircle {
	position: absolute;
	background-color: transparent;
	border: 1px solid #000;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	top: -93px;
	left: -503px;
	-webkit-transition: -webkit-transform .2s;
}

.dot:hover .tooltip-content,
.dotc:hover .tooltip-content {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0);
	-moz-transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0);
	-o-transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0);
	-ms-transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0);
	transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0);
}

.dot:hover .kacircle,
.dotc:hover .kaccircle {
	-webkit-transform: scale(1.2, 1.2);
}

.dot a:hover,
.dotc a:hover {
	text-decoration: none;
}

.dot a,
.dotc a {
	color: #000;
}

/* --------------- FOOTER ---------------- */

.footer-kaart {
	background-color: transparent !important;

	width: 100%;
}

.footer-kaart .container {

}

footer {
	/*position: relative;*/
	background-color: #535353;
	height: 284px;
	top: 15px;
	margin-top: 50px;
}

footer a {
	color: #717171;
}

footer img {
	padding-top: 250px;
	float: right;
}

footer p {
	padding-top: 255px;
	color: #717171;
	font-size: 85%;
}

.footer-text {
	font-size: 12px;
	color: #717171;
	margin-bottom: 12px;
}

.footer-text a {
	color: #717171;
}

.footer-text a:hover {
	color: #24ACEE;
	text-decoration: none;
}

.kaart-footer {
	height: 8px;
	width: 100%;
	background: -webkit-repeating-linear-gradient(-45deg, #01acee, #01acee 7.5px, #fff 7.5px, #fff 15px), -webkit-linear-gradient(top, #eee, #999);
	background: repeating-linear-gradient(-45deg, #01acee, #01acee 7.5px, #fff 7.5px, #fff 15px), linear-gradient(to bottom, #eee, #999);
}

/* -------------------- NIEUWSPAGE ------------------- */

.nieuws-top {
	margin-top: 190px;
	border-bottom: 1px solid #000;
	padding-bottom: 5px;
}

.nieuws-top span {
	color: #a3a2a2;
}

.nieuwsartikel {
	padding-left: 80px;
	padding-right: 80px;
	padding-top: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #24ACEE;
}

.standpunt {
	border-bottom: none;
}

.nieuwsdatum {
	font-size: 90%;
}

.nieuwstitel {
	padding-top: 10px;
	/*line-height: 120px;*/
	font-weight: 500;
	font-size: 140%;
}

.nieuwstext {
	/*white-space: pre-line;
	width:1000px;*/
	font-weight: 300;
	line-height: 140%;
}

.artikelfoto {
	margin-top: 20px;
	margin-bottom: 20px;
}

.delen {
	margin-top: 30px;
}

.reageer .deel {
	margin-right: 15px;
}

.reageer {
	max-width: 169px;
}

.sidebar-doemee {
	margin-top: 190px;
	margin-bottom: 20px;
}

.sidebar-social {
	margin-top: 190px;
	margin-bottom: 20px;
}

.sidebar-doemee + .sidebar-social {
	margin-top: 0px;
}

/* ------------------------ MENSENPAGE -------------------- */

.mensenpage {
	width: 100%;
	height: 366px;
	border-bottom: 1px solid #24ACEE;
	padding-top: 30px;
}

/*.haha .col-md-4:nth-of-type(-n+3)  .mensenpage {
  border-top: none;

  }*/

  .mensenpage-img {
  	/*padding-top: 40px;*/
  	width: 150px;
  	height: 150px;
  	display: block;
  	overflow: hidden;
  	border-radius: 50%;
  	margin: 0 auto;
  	margin-bottom: 20px;
	object-fit: cover;
  }

  .mensenpage-text {
  	text-align: center;
  }

  .mensenpage-text h5 {
  	font-size: 16px;
  	padding-bottom: 0;
  	margin-bottom: 0;
  }

  .mensenpage-text span.mensenpage-title {
  	font-weight: 300;
  	font-size: 15px;
  	letter-spacing: 90%;
  	/*margin-bottom: 20px;*/
  }

  .mensenpage-text p.mensenpage-p {
  	font-weight: 300;
  	font-size: 14px;
  	letter-spacing: 0;
  	line-height: 120%;
  	/*margin-bottom: 20px;*/
  	margin-top: 15px;
  }

  .mensenpage-text span.mensenpage-email {
  	font-weight: 300;
  	font-size: 14px;
  	letter-spacing: 30%;
  	/*margin-bottom: 20px;*/
  }

  .
/*crop {
	display: block;
	width: 150px;
	height: 150px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	overflow: hidden;
	border-radius: 50%;
}

*/

/* --------------------- CONTACTPAGE --------------------- */

.contactpage-map {
	/*display: relative;
  margin-top: 90px;
  width: 100%;
  overflow: hidden;
  position: relative;
  top:90px;*/
}


.bezoek {
	margin-top: 20px;
	padding-top: 10px;
	border-top: 1px solid #24ACEE;
	line-height: 100%;
}

.bezoek p {
	font-size: 100%;
	font-weight: 300;
}

/* ---------------------  SITEMAP --------------------- */

.sitemap-bg {}

.sitemap {}

.sitemap-text {
	text-transform: uppercase;
	line-height: 1.4;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-left: -15px;
}

sitemap h5 {
	font-size: 12px;
	color: #000;
	font-weight: 700;
	text-transform: uppercase;
}

sitemap a {
	color: #a3a1a1;
}

.sitemap-text {
	padding-left: 80px;
}

.sitemap-text a {
	text-transform: lowercase;
	font-weight: 300;
	line-height: 140%;
	color: #000;
}

/* ---------------------  PRIVACY --------------------- */

.privacy {
	padding-left: 80px;
}



/* --------------------- STANDPUNTENPAGE ----------------------- */

.spvak {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	min-height: 420px;
	background-color: #fff;
  padding: 0 30px;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;

}

.spvak:hover,
.spvak:hover p,
.spvak:hover h5,
.spvak:hover a {
	color: #fff;
}


.spvak:hover {
  background-color: #24ACEE;
}

.standrow .col-md-4:nth-last-child(-n+3) .spvak {
	margin-bottom: 15px;
}

.spvak h1 {
	text-align: center;
	margin-bottom: -20px;
	padding-top: 40px;
	font-weight: 700;
	line-height: 120%;
}

.spvak .imgstandpunten {
	display: block;
	margin: 0 auto;
	margin-bottom: 50px;
  -webkit-transition: background-image 0.6s ease-in-out;
  -moz-transition: background-image 0.6s ease-in-out;
  -o-transition: background-image 0.6s ease-in-out;
  transition: background-image 0.6s ease-in-out;
	background-image: url(../images/standpunten.png);
	background-repeat: no-repeat;
	width: 90px;
	height: 40px;
	border: 0;
}

.spvak:hover #imgstandp {
	background-image: url(../images/standpunten-white.png);
	background-repeat: no-repeat;
}

.spvak .arrowstandp {
  -webkit-transition: background-image 0.6s ease-in-out;
  -moz-transition: background-image 0.6s ease-in-out;
  -o-transition: background-image 0.6s ease-in-out;
  transition: background-image 0.6s ease-in-out;
	background-image: url(../images/arrowstandp.png);
	background-repeat: no-repeat;
	width: 5px;
	height: 8px;
	-webkit-box-shadow: 0 0 0 #000;
	-moz-box-shadow: 0 0 0 #000;
	display: inline-block;
	margin-left: 6px;
    margin-top: 7px;  
}

.spvak:hover #arrowstandp {
	background-image: url(../images/arrowstandp-white.png);
	background-repeat: no-repeat;
	border: none;
	-webkit-box-shadow: 0 0 0 #000;
	-moz-box-shadow: 0 0 0 #000;
}

.spvak .punten img {
	vertical-align: middle;
	width: 5px;
	height: 8px;
	margin-left: 2px;
}

.spvak h5 {
	position: relative;
	margin-top: 50px;
	font-weight: 700;
	margin-left: 30px;

  -webkit-transition: color 0.6s ease-in-out;
  -moz-transition: color 0.6s ease-in-out;
  -o-transition: color 0.6s ease-in-out;
  transition: color 0.6s ease-in-out;
	margin: 0 auto;
	display: block;
	max-height: 15px;
}

/*.spvak span {
	margin: 0;
	display: inline-block;
	margin-left: 15px;
	margin-right: 15px;
	float: left;
}
*/
.punten__container {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.punten__container a {
	position: relative;
	display: inline-block;
	vertical-align: top;
	color: #000;
  -webkit-flex: 2 1 50%;
  -ms-flex: 2 1 50%;
  flex: 2 1 50%;
  margin: 0 10px;


  -webkit-transition: color 0.6s ease-in-out;
  -moz-transition: color 0.6s ease-in-out;
  -o-transition: color 0.6s ease-in-out;
  transition: color 0.6s ease-in-out;  

}

.punten__container a:hover {
	color: #000;
}



.punten p {
	white-space: normal;
	margin: 0;
	display: inline-block;
	font-size: 90%;
	width: auto;
}

.punten p a {
	color: #000;
}

.punten {
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
}

@media (min-width: 320px) and (max-width: 479px) {

	.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
		margin-bottom: 15px;
	}

	.nieuws-foto {
		height: 216px;
	}

	.location-card:hover img {
		content: initial;
		border-top: inherit;
		padding-top: inherit;
		max-height: none;
	}
	.item-text h3 {
		font-size: 20px;
	}
	span.add-label {
		display: none!important;
	}
	.container-fluid {
		margin-left: -15px;
		margin-right: -15px;
		padding-left: none;
		padding-right: none;
	}
	.bottom-row {
		position: relative;
		margin-top: 0;
		margin-bottom: 30px;
	}
	.top-row {
		position: relative;
		margin-top: 145px;
		margin-bottom: 0;
	}
	.navbar-nav {
		background-color: #f0f0f0;
		margin-top: 0;
		margin-right: -15px;
		padding-top: 10px;
		padding-top: 10px;
		height: 100vh;
	}
	nav {
		background-color: #fff;
		height: 130px;
	}
	.nav li {
		position: relative;
		display: block;
		background-color: #e9e9e9;
		width: 220px;
		height: 60px;
		margin: 10px auto;
		font-weight: 300;
		letter-spacing: 0;
		font-size: 19px;
		font-color: #231f20;
	}
	.nav>li>a {
		position: relative;
		display: block;
		padding: 20px !important;
	}
	footer {
		height: 110px;
		margin-top: 30px;
	}
	footer p {
		padding-top: 30px;
		color: #717171;
		font-size: 85%;
		text-align: center;
	}
	footer img {
		padding-top: 0;
		padding-bottom: 0;
		display: block;
		margin-left: auto;
		margin-right: auto;
		float: none;
	}
	.footer-mobile {
		display: block;
		position: fixed;
		bottom: 0;
		text-align: center;
		font-size: 12px;
		color: #717171 !important;
		letter-spacing: 0;
		font-weight: 400;
		background-color: #fff;
		height: 50px;
		width: 100%;
		padding-top: 20px;
		margin-top: 10px;
	}
	/* ---------------------  PRIVACY --------------------- */
	.privacy {
		padding-left: 0;
	}
	/* ---------------------  PRIVACYEND --------------------- */
	.sitemap-text {
		padding-left: 15px;
	}
	.nomarginbottom {
		margin-bottom: 0;
	}
	.arrow-mobile {
		display: block;
		float: right;
		height: 21px;
		width: 11px;
		margin-top: 20px;
		margin-right: 20px;
		z-index: 999px;
	}
	.mobilewidth {
		width: 100% !important;
	}
	.nav-logo {
		padding-top: 35px;
		padding-bottom: 20px;
		margin: 0 auto;
		right: 0;
		left: 0;
		position: fixed;
		width: 170px;
		height: 60px;
	}
	.nav-logo img {
		width: 100%;
		height: auto;
	}
	.nav-list,
	.nav-logo {
		list-style: none;
	}
	.navbar-toggle {
		position: relative;
		float: right;
		height: 122px;
		padding: 0;
    padding-top: 55px;
		margin-top: 0;
		margin-right: 15px;
		background-color: transparent;
		background-image: none;
		border: none;
		border-radius: none;
	}
	.background {
		z-index: -999;
		width: 100%;
		height: 60%;
		max-width: 1080px;
		min-width: 280px;
		max-height: 340px;
		top: 210px;
		position: fixed;
		background-image: url(../images/kaartpage3.png);
		background-repeat: no-repeat;
		margin: 0 auto;
		background-size: contain;
		background-position: center center;
	}
	.stand {
		max-width: none;
	}
	.sidebarkaart {
		margin-top: -31px;
		margin-bottom: 20px;
	}
	/*
		.kaart {
			max-width: none;
			}*/
			.nieuwsartikel {
				padding-left: 0;
				padding-right: 0;
			}
			.ned-text {
				position: fixed;
				padding-top: 140px;
				margin: 0 auto;
				right: 0;
				left: 0;
				top: 10px;
				text-align: center;
				border-top: none;
				width: 250px;
			}
			.ned-logo {
				padding-top: 35px;
				padding-bottom: 20px;
				margin: 0 auto;
				right: 0;
				left: 0;
			}
			.row-header {
				background-color: #fff;
				position: static;
				width: 100%;
				height: 130px;
				top: 0;
				margin: 0 auto;
			}
			.footer-kaart {
				background-color: #fff !important;
				padding-top: 17px;
			}
			.footer-text {
				text-align: center;
				max-width: 300px;
				margin: 0 auto;
			}
			.kaart-footer {
				height: 0;
				background-image: none;
				background-repeat: repeat-x;
			}
			.punten p {
				white-space: normal;
				margin: 0;
				display: inline-block;
				font-size: 90%;
				width: 72%;
			}
			.punten p a {
				color: #000;
			}
			.punten {
				margin-top: 50px;
				
				margin-right: auto;
				margin-left: auto;
			}
		}

		@media (min-width: 480px) and (max-width: 767px) {
			.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
				margin-bottom: 15px;
			}

			.location-card:hover img {
				content: initial;
				border-top: inherit;
				padding-top: inherit;
				max-height: none;
			}
			.container-fluid {
				margin-left: -15px;
				margin-right: -15px;
				padding-left: none;
				padding-right: none;
			}
			.navbar-nav {
				background-color: #f0f0f0;
				margin-top: 0;
				margin-right: -15px;
				padding-top: 10px;
				padding-top: 10px;
				height: 100vh;
			}
			nav {
				background-color: #fff;
				height: 130px;
			}
			.nav li {
				position: relative;
				display: block;
				background-color: #e9e9e9;
				width: 220px;
				height: 60px;
				margin: 10px auto;
				font-weight: 300;
				letter-spacing: 0;
				font-size: 19px;
				font-color: #231f20;
			}
			.nav>li>a {
				position: relative;
				display: block;
				padding: 20px !important;
			}
			.top-row {
				margin-bottom: 0;
			}
			.bottom-row {
				margin-top: 0;
			}
			.nomarginbottom {
				margin-bottom: 0;
			}
			footer {
				height: 130px;
				margin-top: 30px;
			}
			footer p {
				padding-top: 30px;
				color: #717171;
				font-size: 85%;
				text-align: center;
			}
			footer img {
				padding-top: 0;
				padding-bottom: 0;
				display: block;
				margin-left: auto;
				margin-right: auto;
				float: none;
			}
			.footer-mobile {
				display: block;
				position: fixed;
				bottom: 0;
				text-align: center;
				font-size: 12px;
				color: #717171 !important;
				letter-spacing: 0;
				font-weight: 400;
				background-color: #fff;
				height: 50px;
				width: 100%;
				padding-top: 20px;
				margin-top: 10px;
			}
			/* ---------------------  PRIVACY --------------------- */
			.privacy {
				padding-left: 0;
			}
			/* ---------------------  PRIVACYEND --------------------- */
			.sitemap-text {
				padding-left: 15px;
			}
			.stand {
				max-width: none;
			}
	/*.kaart {
			max-width: none;
			}  */
			.sidebarkaart {
				margin-top: 0;
				margin-bottom: 20px;
			}
			.nieuws .title {
				height: 30px;
			}
			.nieuwsartikel {
				padding-left: 0;
				padding-right: 0;
			}
			.mobilewidth {
				width: 100% !important;
			}
			.arrow-mobile {
				display: block;
				float: right;
				height: 21px;
				width: 11px;
				margin-top: 20px;
				margin-right: 20px;
				z-index: 999px;
			}
			.nav-logo {
				padding-top: 35px;
				padding-bottom: 20px;
				margin: 0 auto;
				right: 0;
				left: 0;
				position: fixed;
				width: 170px;
				height: 60px;
			}
			.nav-logo img {
				width: 100%;
				height: auto;
			}
			.nav-list,
			.nav-logo {
				list-style: none;
			}
			.navbar-toggle {
				position: relative;
				float: right;
				height: 122px;
				padding: 0;
        padding-top: 55px;
				margin-top: 0;
				margin-right: 15px;
				background-color: transparent;
				background-image: none;
				border: none;
				border-radius: none;
			}
			.background {
				z-index: -999;
				width: 100%;
				height: 60%;
				max-width: 1080px;
				min-width: 280px;
				max-height: 340px;
				top: 210px;
				position: fixed;
				background-image: url(../images/kaartpage3.png);
				background-repeat: no-repeat;
				margin: 0 auto;
				background-size: contain;
				background-position: center center;
			}
			.ned-logo {
				padding-top: 35px;
				padding-bottom: 20px;
				margin: 0 auto;
				right: 0;
				left: 0;
			}
			.row-header {
				background-color: #fff;
				position: static;
				width: 100%;
				height: 130px;
				top: 0;
			}
			.punten p {
				white-space: normal;
				margin: 0;
				display: inline-block;
				font-size: 90%;
				width: 88%;
			}
			.punten p a {
				color: #000;
			}
			.punten {
				margin-top: 50px;
				
				margin-right: auto;
				margin-left: auto;
			}
		}

		@media (min-width: 768px) and (max-width: 991px) {
			.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
				margin-bottom: 15px;
			}

      .navbar-nav {
        background-color: #f0f0f0;
        margin-top: 0;
        margin-right: -15px;
        padding-top: 10px;
        padding-top: 10px;
        height: auto;
        width: 100%;   
        padding: 20px;     
        border-bottom: 6px solid #01acee;
      }     
      nav {
        background-color: #fff;
        height: 130px;
      }
      .nav li {
        position: relative;
        display: inline-block;
        background-color: #e9e9e9;
        width: 220px;
        height: 60px;
        margin: 10px 10px;
        font-weight: 300;
        letter-spacing: 0;
        font-size: 19px;
        font-color: #231f20;
      }    

      .navbar-toggle {
        position: relative;
        float: right;
        height: 122px;
        padding: 0;
        padding-top: 55px;
        margin-top: 0;
        margin-right: -15px;
        background-color: transparent;
        background-image: none;
        border: none;
        border-radius: none;
      }

			.stand {
				max-width: none;
			}
			.kaart {
				max-width: none;
			}
			.sidebarkaart {
				margin-top: 0;
				margin-bottom: 20px;
			}
			.nieuws .title {
				height: 30px;
			}
			.nieuwsartikel {
				padding-left: 0;
				padding-right: 0;
			}
			.mobilewidth {
				width: 100% !important;
			}
			footer {
				height: 130px;
				margin-top: 30px;
			}
			footer p {
				padding-top: 30px;
				color: #717171;
				font-size: 85%;
				text-align: center;
			}
			footer img {
				padding-top: 0;
				padding-bottom: 0;
				display: block;
				margin-left: auto;
				margin-right: auto;
				float: none;
			}
			.sitemap-text {
				padding-left: 15px !important;
			}
			/* ---------------------  PRIVACY --------------------- */
			.privacy {
				padding-left: 0;
			}
			/* ---------------------  PRIVACYEND --------------------- */
			.punten p {
				white-space: normal;
				margin: 0;
				display: inline-block;
				font-size: 90%;
				width: 88%;
			}
			.punten p a {
				color: #000;
			}
			.punten {
				margin-top: 50px;
				
				margin-right: auto;
				margin-left: auto;
			}
			.top-row {
				margin-bottom: 0;
			}
			.bottom-row {
				margin-top: 0;
			}
			.nomarginbottom {
				margin-bottom: 0;
			}
		}

		@media (min-width: 992px) and (max-width: 1200px) {
      .navbar-nav {
        float: right;
        position: relative;
        border-bottom: none;
      }

			.social {
				font-size: 80%;
			}

		}

		@media (min-width: 992px) and (max-width: 2999px) {
      .navbar-nav {
        float: right;
        position: relative;
      }
			.social {
				font-size: 80%;
			}

		}

		* {
			-ms-word-break: break-word;
			word-break: break-word;
			word-break: break-word;
			-webkit-hyphens: auto;
			-moz-hyphens: auto;
			hyphens: auto;
		}

		input#author,
		input#email,
		textarea#comment {
			background-color: #f0f0f0;
			color: #000;
			padding: 10px 15px;
			border: none;
		}




		.grid-container {
			display: -ms-flexbox;
			display: -webkit-flex;
			display: flex;
			-webkit-flex-direction: row;
			-ms-flex-direction: row;
			flex-direction: row;
			-webkit-flex-wrap: wrap;
			-ms-flex-wrap: wrap;
			flex-wrap: wrap;
			-webkit-justify-content: flex-start;
			-ms-flex-pack: start;
			justify-content: flex-start;
			-webkit-align-content: stretch;
			-ms-flex-line-pack: stretch;
			align-content: stretch;
			-webkit-align-items: stretch;
			-ms-flex-align: stretch;
			align-items: stretch;
		}


		.grid-container__item {
			box-sizing: border-box;
			-webkit-order: 0;
			-ms-flex-order: 0;
			order: 0;
			-webkit-flex: 0 1 25%;
			-ms-flex: 0 1 25%;
			flex: 0 1 25%;
			max-width: 25%;
			-webkit-align-self: auto;
			-ms-flex-item-align: auto;
			align-self: auto;
			padding: 0px 10px 30px;
		}


		.nieuws-container {
			display: -ms-flexbox;
			display: -webkit-flex;
			display: flex;
			-webkit-flex-direction: row;
			-ms-flex-direction: row;
			flex-direction: row;
			-webkit-flex-wrap: nowrap;
			-ms-flex-wrap: nowrap;
			flex-wrap: nowrap;
			-webkit-justify-content: space-between;
			-ms-flex-pack: justify;
			justify-content: space-between;
			-webkit-align-content: stretch;
			-ms-flex-line-pack: stretch;
			align-content: stretch;
			-webkit-align-items: stretch;
			-ms-flex-align: stretch;
			align-items: stretch; 
		}

		.nieuws:nth-child(1) {
			-webkit-order: 0;
			-ms-flex-order: 0;
			order: 0;
			-webkit-flex: 2 1 auto;
			-ms-flex: 2 1 auto;
			flex: 2 1 auto;
			-webkit-align-self: auto;
			-ms-flex-item-align: auto;
			align-self: auto;
			margin-right: 15px;
		}

		.nieuws:nth-child(2) {
			-webkit-order: 0;
			-ms-flex-order: 0;
			order: 0;
			-webkit-flex: 2 1 auto;
			-ms-flex: 2 1 auto;
			flex: 2 1 auto;
			-webkit-align-self: auto;
			-ms-flex-item-align: auto;
			align-self: auto;
			margin-left: 15px;
		}



		@media (min-width: 320px) and (max-width: 479px) {
			.grid-container__item {
				-webkit-flex: 0 1 100%;
				-ms-flex: 0 1 100%;
				flex: 0 1 100%;
				max-width: 100%;
				max-height: initial;
			}
			.grid-container {

				margin-left: -10px;
				margin-right: -10px;   
			}


			.grid-container__item--spotlight {
				-webkit-order: 1;
				-ms-flex-order: 1;
				order: 1;		
				max-height: none;
			}

			.grid-container__item--news {
				-webkit-order: 2;
				-ms-flex-order: 2;
				order: 2;
				max-height: initial;	
			}

			.grid-container__item--usp {
				-webkit-order: 3;
				-ms-flex-order: 3;
				order: 3;	
			}

			.grid-container__item--enter {
				-webkit-order: 4;
				-ms-flex-order: 4;
				order: 4;	
			}

			.grid-container__item--social {
				-webkit-order: 5;
				-ms-flex-order: 5;
				order: 5;	
			}

			.grid-container__item--people {
				-webkit-order: 6;
				-ms-flex-order: 6;
				order: 6;	
				max-width: 100%;		
			}

			.nieuws-container {
				-webkit-flex-direction: column;
				-ms-flex-direction: column;
				flex-direction: column;
			}

			.grid-container__item--spotlight .nieuws:nth-child(1) {
				margin-bottom: 0px;
			}

			.nieuws:nth-child(1) {
				margin-right: 0;
				margin-left: 0;
				margin-bottom: 30px;
			}

			.nieuws:nth-child(2) {
				margin-right: 0;
				margin-left: 0;
			}

		}

		@media (min-width: 480px) and (max-width: 767px) {
			.grid-container__item {
				-webkit-flex: 0 1 50%;
				-ms-flex: 0 1 50%;
				flex: 0 1 50%;
				max-width: 50%;
			}

			.grid-container__item--spotlight {
				-webkit-flex: 0 1 100%;
				-ms-flex: 0 1 100%;
				flex: 0 1 100%;
				-webkit-order: 1;
				-ms-flex-order: 1;
				order: 1;		
				max-width: 100%;

			}
			.grid-container {

				margin-left: -10px;
				margin-right: -10px;   
			}
			.grid-container__item--news {
				-webkit-flex: 0 1 100%;
				-ms-flex: 0 1 100%;
				flex: 0 1 100%;		
				max-width: 100%;
				-webkit-order: 2;
				-ms-flex-order: 2;
				order: 2;		
			}


			.grid-container__item--usp {
				-webkit-order: 3;
				-ms-flex-order: 3;
				order: 3;	
			}

			.grid-container__item--enter {
				-webkit-order: 4;
				-ms-flex-order: 4;
				order: 4;	
			}


			.grid-container__item--social {
				-webkit-order: 5;
				-ms-flex-order: 5;
				order: 5;	
			}

			.grid-container__item--people {
				-webkit-order: 6;
				-ms-flex-order: 6;
				order: 6;	
				max-width: 50%;		
			}

			.nieuws--spotlight {
				position: relative;
				min-height: 266px;
			}

			.nieuws--spotlight .nieuws-foto {
				position: absolute;
				left: 0;
				right: 0;
				top: 0;
				bottom: 0;
				height: 100%;
			}


			.nieuws--spotlight .nieuws-foto::after {  
				content: '';
				display: block;
				position: absolute;
				left: 0;
				right: 0;
				top: 40%;
				bottom: 0;
				z-index: 1;
				opacity: 0.8;
				-webkit-transition: opacity 0.6s ease-in-out;
				-moz-transition: opacity 0.6s ease-in-out;
				-o-transition: opacity 0.6s ease-in-out;
				transition: opacity 0.6s ease-in-out;
				background: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 1));
				background: -o-linear-gradient(transparent, rgba(0, 0, 0, 1));
				background: -moz-linear-gradient(transparent, rgba(0, 0, 0, 1));
				background: linear-gradient(transparent, rgba(0, 0, 0, 1));
			}


			.nieuws--spotlight .nieuws-text {
				position: absolute;
				left: 0;
				right: 0;
				bottom: 70px;
				z-index: 11;
			}

			.nieuws--spotlight .nieuws-text .title {
				margin: 0px 10px;
				position: relative;
				display: inline-block;
				color: #fff;
				margin-left: 30px;
				font-size: 18px;
				width: 70%;
				max-height: 100%;
				line-height: 1;
				overflow: initial;	
				margin-left: 15px;
				height: auto;	    
			}

			.nieuws--spotlight .nieuws-text .date {
				margin: 15px 0 5px 15px;
				color: #fff;
			}

			.nieuws--spotlight .nieuws-text .text {
				display: none;
			}

			.nieuws--spotlight .link {
				z-index: 11;
			}

			.nieuws--spotlight .link .stripe-hover {
				background: none;
				margin: 0;
			}

			.nieuws--spotlight .link .stripe-hover .stripe {
				background-color: #01acee;
			}

			.nieuws--spotlight .link {
				position: absolute;
				left: 20px;
				right: 0;
				bottom: 20px;
			}	

			.swiper-container--text {
				width: 174px;
				height: 174px;
			}

		}

		@media (min-width: 768px) and (max-width: 991px) {
			.grid-container__item {
				-webkit-flex: 0 1 50%;
				-ms-flex: 0 1 50%;
				flex: 0 1 50%;		
				max-width: 50%;
			}
			.grid-container {

				margin-left: -15px;
				margin-right: -15px;   
			}

			.grid-container__item--spotlight {
				-webkit-flex: 0 1 100%;
				-ms-flex: 0 1 100%;
				flex: 0 1 100%;		
				max-width: 100%;
				-webkit-order: 1;
				-ms-flex-order: 1;
				order: 1;		

			}

			.grid-container__item--news {
				-webkit-flex: 0 1 100%;
				-ms-flex: 0 1 100%;
				flex: 0 1 100%;		
				max-width: 100%;
				-webkit-order: 2;
				-ms-flex-order: 2;
				order: 2;		
			}


			.grid-container__item--usp {
				-webkit-order: 3;
				-ms-flex-order: 3;
				order: 3;	
			}

			.grid-container__item--enter {
				-webkit-order: 4;
				-ms-flex-order: 4;
				order: 4;	
			}


			.grid-container__item--social {
				-webkit-order: 5;
				-ms-flex-order: 5;
				order: 5;	
			}

			.grid-container__item--people {
				-webkit-order: 6;
				-ms-flex-order: 6;
				order: 6;	
				max-width: 50%;		
			}


			.nieuws--spotlight {
				position: relative;
				min-height: 266px;
			}

			.nieuws--spotlight .nieuws-foto {
				position: absolute;
				left: 0;
				right: 0;
				top: 0;
				bottom: 0;
				height: 100%;
			}


			.nieuws--spotlight .nieuws-foto::after {  
				content: '';
				display: block;
				position: absolute;
				left: 0;
				right: 0;
				top: 40%;
				bottom: 0;
				z-index: 1;
				opacity: 0.8;
				-webkit-transition: opacity 0.6s ease-in-out;
				-moz-transition: opacity 0.6s ease-in-out;
				-o-transition: opacity 0.6s ease-in-out;
				transition: opacity 0.6s ease-in-out;
				background: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 1));
				background: -o-linear-gradient(transparent, rgba(0, 0, 0, 1));
				background: -moz-linear-gradient(transparent, rgba(0, 0, 0, 1));
				background: linear-gradient(transparent, rgba(0, 0, 0, 1));
			}


			.nieuws--spotlight .nieuws-text {
				position: absolute;
				left: 0;
				right: 0;
				bottom: 70px;
				z-index: 11;
			}

			.nieuws--spotlight .nieuws-text .title {
				margin: 0px 10px;
				position: relative;
				display: inline-block;
				color: #fff;
				margin-left: 30px;
				font-size: 18px;
				width: 70%;
				max-height: 100%;
				line-height: 1;
				overflow: initial;	
				margin-left: 15px;
				height: auto;	    
			}

			.nieuws--spotlight .nieuws-text .date {
				margin: 15px 0 5px 15px;
				color: #fff;
			}

			.nieuws--spotlight .nieuws-text .text {
				display: none;
			}

			.nieuws--spotlight .link {
				z-index: 11;
			}

			.nieuws--spotlight .link .stripe-hover {
				background: none;
				margin: 0;
			}

			.nieuws--spotlight .link .stripe-hover .stripe {
				background-color: #01acee;
			}

			.nieuws--spotlight .link {
				position: absolute;
				left: 20px;
				right: 0;
				bottom: 20px;
			}	

		}

		@media (min-width: 992px) and (max-width: 1200px) {
			.grid-container__item {
				-webkit-flex: 0 1 25%;
				-ms-flex: 0 1 25%;
				flex: 0 1 25%;		
				max-width: 25%;
			}

			.grid-container__item--spotlight {
				-webkit-flex: 0 1 50%;
				-ms-flex: 0 1 50%;
				flex: 0 1 50%;		
				max-width: 50%;
			}

			.grid-container__item--news {
				-webkit-flex: 0 1 50%;
				-ms-flex: 0 1 50%;
				flex: 0 1 50%;		
				max-width: 50%;
			}

			.grid-container__item--people {
				max-width: 25%;		
				max-width: 25%;
			}	
			.grid-container {

				margin-left: -15px;
				margin-right: -15px;   
			}


			.nieuws--spotlight {
				position: relative;
				min-height: 100%;
			}

			.nieuws--spotlight .nieuws-foto {
				position: absolute;
				left: 0;
				right: 0;
				top: 0;
				bottom: 0;
				height: 100%;
			}


			.nieuws--spotlight .nieuws-foto::after {  
				content: '';
				display: block;
				position: absolute;
				left: 0;
				right: 0;
				top: 40%;
				bottom: 0;
				z-index: 1;
				opacity: 0.8;
				-webkit-transition: opacity 0.6s ease-in-out;
				-moz-transition: opacity 0.6s ease-in-out;
				-o-transition: opacity 0.6s ease-in-out;
				transition: opacity 0.6s ease-in-out;
				background: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 1));
				background: -o-linear-gradient(transparent, rgba(0, 0, 0, 1));
				background: -moz-linear-gradient(transparent, rgba(0, 0, 0, 1));
				background: linear-gradient(transparent, rgba(0, 0, 0, 1));
			}


			.nieuws--spotlight .nieuws-text {
				position: absolute;
				left: 0;
				right: 0;
				bottom: 70px;
				z-index: 11;
			}

			.nieuws--spotlight .nieuws-text .title {
				margin: 0px 10px;
				position: relative;
				display: inline-block;
				color: #fff;
				margin-left: 30px;
				font-size: 18px;
				width: 70%;
				max-height: 100%;
				line-height: 1;
				overflow: initial;	
				margin-left: 15px;
				height: auto;	    
			}

			.nieuws--spotlight .nieuws-text .date {
				margin: 15px 0 5px 15px;
				color: #fff;
			}

			.nieuws--spotlight .nieuws-text .text {
				display: none;
			}

			.nieuws--spotlight .link {
				z-index: 11;
			}

			.nieuws--spotlight .link .stripe-hover {
				background: none;
				margin: 0;
			}

			.nieuws--spotlight .link .stripe-hover .stripe {
				background-color: #01acee;
			}

			.nieuws--spotlight .link {
				position: absolute;
				left: 20px;
				right: 0;
				bottom: 20px;
			}	

		}

		@media (min-width: 992px) and (max-width: 2560px) {
			.grid-container__item {
				-webkit-flex: 0 1 25%;
				-ms-flex: 0 1 25%;
				flex: 0 1 25%;		
				max-width: 25%;
			}

			.grid-container__item--spotlight {
				-webkit-flex: 0 1 50%;
				-ms-flex: 0 1 50%;
				flex: 0 1 50%;		
				max-width: 50%;
			}

			.grid-container__item--news {
				-webkit-flex: 0 1 50%;
				-ms-flex: 0 1 50%;
				flex: 0 1 50%;		
				max-width: 50%;
			}

			.grid-container__item--people {
				max-width: 25%;
			}

			.nieuws--spotlight {
				position: relative;
				min-height: 100%;
			}

			.nieuws--spotlight .nieuws-foto {
				position: absolute;
				left: 0;
				right: 0;
				top: 0;
				bottom: 0;
				height: 100%;
			}

			.grid-container {

				margin-left: -15px;
				margin-right: -15px;   
			}

			.nieuws--spotlight .nieuws-foto::after {  
				content: '';
				display: block;
				position: absolute;
				left: 0;
				right: 0;
				top: 40%;
				bottom: 0;
				z-index: 1;
				opacity: 0.8;
				-webkit-transition: opacity 0.6s ease-in-out;
				-moz-transition: opacity 0.6s ease-in-out;
				-o-transition: opacity 0.6s ease-in-out;
				transition: opacity 0.6s ease-in-out;
				background: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 1));
				background: -o-linear-gradient(transparent, rgba(0, 0, 0, 1));
				background: -moz-linear-gradient(transparent, rgba(0, 0, 0, 1));
				background: linear-gradient(transparent, rgba(0, 0, 0, 1));
			}


			.nieuws--spotlight .nieuws-text {
				position: absolute;
				left: 0;
				right: 0;
				bottom: 70px;
				z-index: 11;
			}

			.nieuws--spotlight .nieuws-text .title {
				margin: 0px 10px;
				position: relative;
				display: inline-block;
				color: #fff;
				margin-left: 30px;
				font-size: 18px;
				width: 70%;
				max-height: 100%;
				line-height: 1;
				overflow: initial;	
				margin-left: 15px;
				height: auto;	    
			}

			.nieuws--spotlight .nieuws-text .date {
				margin: 15px 0 5px 15px;
				color: #fff;
			}

			.nieuws--spotlight .nieuws-text .text {
				display: none;
			}

			.nieuws--spotlight .link {
				z-index: 11;
			}

			.nieuws--spotlight .link .stripe-hover {
				background: none;
				margin: 0;
			}

			.nieuws--spotlight .link .stripe-hover .stripe {
				background-color: #01acee;
			}

			.nieuws--spotlight .link {
				position: absolute;
				left: 20px;
				right: 0;
				bottom: 20px;
			}	

		}


@media (max-width: 991px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }

    .navbar-fixed-top {
        top: 0;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav>li {
        float: none;
    }
    .collapse.in{
        display:block !important;
        margin-right: -30px;
        margin-left: -30px;
    }
}

.contactpage-top {
  margin-bottom: 30px;
}