/*!	normalize.css v2.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
HTML5 display definitions
========================================================================== */
/*
* Corrects	`block`	display	not	defined	in IE 8/9.
*/
@import	url("https://fonts.googleapis.com/css?family=Open+Sans:400,700");
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary	{
display: block;
}

/*
* Corrects	`inline-block` display not defined in IE 8/9.
*/
audio,
video {
display: inline-block;
}

/*
* Prevents	modern browsers	from displaying	`audio`	without	controls.
* Remove excess height	in iOS 5 devices.
*/
audio:not([controls]) {
display: none;
height: 0;
}

/*
* Addresses styling for `hidden` attribute	not	present	in IE 8/9.
*/
[hidden] {
display: none;
}

/*
* Sets	all	elements + pseudo elements to border-box.
*/
*,
*:before,
*:after	{
box-sizing: border-box;
}

/* ==========================================================================
Base
========================================================================== */
/*
* 1. Sets default font	family to sans-serif.
* 2. Prevents iOS text	size adjust	after orientation change, without disabling
*	  user zoom.
*/
html {
font-family: sans-serif;
/* 1 */
text-size-adjust:	100%;
/* 2 */
-webkit-font-smoothing: antialiased;
}

/*
* Removes default margin.
*//*
@font-face {
	font-family: Calluna;
	src: local("Calluna-Regular5.ttf");
}
@font-face {
	font-family: Calluna-bold;
	src: local("Calluna-Regular6.ttf");
}*/
body {
	margin: 0;
}


/* ==========================================================================
Links
========================================================================== */
/*
* Improves	readability	when focused and also mouse	hovered	in all browsers.
*/
a:active,
a:hover	{
outline: 0;
}

/* ==========================================================================
Typography
========================================================================== */
/*
* Addresses `h1` font sizes within	`section` and `article`	in Firefox 4+,
* Safari 5, and Chrome.
*/
h1 {
font-size: 2em;
}

/*
* Addresses styling not present in	IE 8/9,	Safari 5, and Chrome.
*/
abbr[title]	{
border-bottom: 1px dotted;
}

/*
* Addresses style set to `bolder` in Firefox 4+, Safari 5,	and	Chrome.
*/
b,
strong {
font-weight: bold;
}

/*
* Addresses styling not present in	Safari 5 and Chrome.
*/
dfn	{
font-style: italic;
}

/*
* Addresses styling not present in	IE 8/9.
*/
mark {
background: #ff0;
color: #000;
}

/*
* Corrects	font family	set	oddly in Safari	5 and Chrome.
*/
code,
kbd,
pre,
samp {
font-family: monospace, serif;
font-size: 1em;
}

/*
* Improves	readability	of pre-formatted text in all browsers.
*/
pre	{
white-space: pre-wrap;
word-wrap: break-word;
}

/*
* Sets	consistent quote types.
*/
q {
quotes: '\201C' '\201D' '\2018' '\2019';
}

/*
* Addresses inconsistent and variable font	size in	all	browsers.
*/
small {
font-size: 80%;
}

/*
* Prevents	`sub` and `sup`	affecting `line-height`	in all browsers.
*/
sub,
sup	{
font-size: 75%;
line-height: 0;
position:	relative;
vertical-align: baseline;	}

sup	{
top: -.5em;
}

sub	{
bottom: -.25em;
}

/* ==========================================================================
Embedded	content
========================================================================== */
/*
* Removes border when inside `a` element in IE	8/9.
*/
img,
canvas {
border: 0;
display: block;
}

/*
* Corrects	overflow displayed oddly in	IE 9.
*/
svg:not(:root) {
overflow:	hidden;	}

/* ==========================================================================
Figures
========================================================================== */
/*
* Addresses margin	not	present	in IE 8/9 and Safari 5.
*/
figure {
margin: 0;
}

/* ==========================================================================
Forms
========================================================================== */
/*
* Define consistent border, margin, and padding.
*/
fieldset {
border: 1px solid	#c0c0c0;
margin: 0	2px;
padding: .35em .625em	.75em;
}

/*
* 1. Corrects color not being inherited in	IE 8/9.
* 2. Remove padding so	people aren't caught out if	they zero out fieldsets.
*/
legend {
border: 0;
/* 1 */
padding: 0;
/* 2 */
}

/*
* 1. Corrects font	family not being inherited in all browsers.
* 2. Corrects font	size not being inherited in	all	browsers.
* 3. Addresses	margins	set	differently	in Firefox 4+, Safari 5, and Chrome
*/
button,
input,
select,
textarea {
font-family: inherit;
/* 1 */
font-size: 100%;
/* 2 */
margin: 0;
/* 3 */
-webkit-font-smoothing: antialiased;
	color:#999;
}

/*
* Addresses Firefox 4+	setting	`line-height` on `input` using `!important`	in
* the UA stylesheet.
*/
button,
input {
line-height: normal;
}

/*
* 1. Avoid	the	WebKit bug in Android 4.0.*	where (2) destroys native `audio`
*	  and `video` controls.
* 2. Corrects inability to	style clickable	`input`	types in iOS.
* 3. Improves usability and consistency of	cursor style between image-type
*	  `input` and others.
*/
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button;
/* 2 */
cursor: pointer;
/* 3 */
}

/*
* Re-set default cursor for disabled elements.
*/
button[disabled],
input[disabled]	{
cursor: default;
}

/*
* 1. Addresses	box	sizing set to `content-box`	in IE 8/9.
* 2. Removes excess padding in	IE 8/9.
*/
input[type="checkbox"],
input[type="radio"]	{
box-sizing: border-box;
/* 1 */
padding: 0;
/* 2 */
width:auto !important;
display:inline-block !important;
}
input[type="radio"]	+ label {
	font-weight:normal;
}

/*
* 1. Addresses	`appearance` set to	`searchfield` in Safari	5 and Chrome.
* 2. Addresses	`box-sizing` set to	`border-box` in	Safari 5 and Chrome
*	  (include `-moz` to future-proof).
*/
input[type="search"] {
appearance: textfield;
/* 1 */
box-sizing: content-box;
}

/*
* Removes inner padding and search	cancel button in Safari	5 and Chrome
* on OS X.
*/
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration	{
appearance: none;	}

/*
* Removes inner padding and border	in Firefox 4+.
*/
button::-moz-focus-inner,
input::-moz-focus-inner	{
border: 0;
padding: 0;
}

/*
* 1. Removes default vertical scrollbar in	IE 8/9.
* 2. Improves readability and alignment in	all	browsers.
*/
textarea {
overflow:	auto;
/* 1 */
vertical-align: top;
/* 2 */
}

/* ==========================================================================
Tables
========================================================================== */
/*
* Remove most spacing between table cells.
*/
table {
border-collapse: collapse;
border-spacing: 0;
}

@font-face {
font-family: 'callunaregular_6';
src: url("../font/calluna/calluna-regular.eot");
src: url("../font/calluna/calluna-regular.eot?#iefix") format("embedded-opentype"), url("../font/calluna/calluna-regular.woff") format("woff"), url("../font/calluna/calluna-regular.ttf") format("truetype"), url("../font/calluna/calluna-regular.svg#callunaregular_6") format("svg");
font-weight: normal;
font-style: normal;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
color: #4a4a4a;
}

.button	{
border: 0;
border-radius: 5px;
outline: none;
padding: 15px	20px;
font-size: 1.5rem;
display: inline-block;
}
@media (max-width: 767px)	{
	.button	{
		display: block;
		width: 100%;
	}
	.manifest-header h4 {
		font-size:30px;
		line-height:30px;
	}
}
.button.orange {
	color: #fff;
	background-color: #fcc614;
	border:	2px	solid #fcc614;
	transition:	background .25s;
	cursor:pointer;
}
.button.not-active , a.not-active{
	background-color: transparent;
	border:	2px	solid #fff;
	transition:	background .25s;
	cursor:	pointer;
}
.button.blue , input.button.blue , a.button.blue	{
color: #fff;
background-color: #1f3370;
border:	2px	solid #1f3370;
border-radius: 5px;
outline: none;
padding: 15px 20px;
font-size: 2rem;
}
.button.facebook , .button.facebook_connect {
color: #fff;
background-color: #3c5c95;
border-radius: 5px;
outline: none;
padding: 0 10px;
font-size: 1.5rem;
height:	46px;
line-height: 46px;
text-decoration: none;
display: inline-block;
}
.button.facebook i, .button.facebook_connect i {
font-size: 2rem;
display: inline-block;
vertical-align: middle;
padding-right: 10px;
}

nav	{
font-size: 1.4rem;
position:	relative;
}

.navbar-default	{
background-color:	#ffffff;
border-color:	#ffffff;
height: 115px;
}
body.solidaridat-korsou-corona .navbar-default	{
	height: 85px;
}
body.solidaridat-korsou-corona {
	/*background-color:	#dddddd;*/
	background-color:	#fff;
}
@media (max-width: 767px)	{
	.navbar-default	{
		height: 55px;
	}
	body.solidaridat-korsou-corona .navbar-default	{
		height: 55px;
	}
}
.navbar-default .navbar-brand	{
color: #2c3f78;
/*margin:	10px 0 0;*/
}
@media (max-width: 767px) {
.navbar-default .navbar-brand	{
padding: 0 7.5px 0 7.5px;
margin:	0;
	margin:	10px 0 0;
}
}
.navbar-default	.navbar-brand:hover, .navbar-default .navbar-brand:focus {
color: #2c3f78;
}
.navbar-default .navbar-brand	> img {
display: inline-block;
width: 100%;
max-width: 150px;
height:	auto;
}
@media (max-width: 767px) {
	.navbar-default .navbar-brand	> img {
		max-width: 100px;
	}
}
@media (max-width: 600px) {
	.manifest-header h4 {
		font-size:20px;
		line-height:20px;
	}
}
@media (min-width: 768px) and (max-width: 1023px) {
.navbar-default .navbar-brand	> img {
height:	55px;
}
	.navbar-nav > li > a {
		padding: 10px 12px;
	}
	.manifest-header h4 {
		font-size:40px;
		line-height:40px;
	}
}
.navbar-default .navbar-text {
color: #2c3f78;	}
.navbar-default .navbar-nav {
padding-top: 25px;
}
.navbar-default	.navbar-nav	> li > a {
color: #2c3f78;
}
.navbar-default .navbar-nav >	li > a:hover, .navbar-default .navbar-nav >	li > a:focus {
color: #2c3f78;	}
.navbar-default	.navbar-nav	> li > .dropdown-menu {
background-color:	#ffffff;
}
.navbar-default .navbar-nav >	li > .dropdown-menu	> li > a {
color: #2c3f78;	}
.navbar-default	.navbar-nav	> li > .dropdown-menu >	li > a:hover, .navbar-default .navbar-nav >	li > .dropdown-menu	> li > a:focus {
color: #2c3f78;
background-color:	#ffffff;
}
.navbar-default .navbar-nav >	li > .dropdown-menu	> li > .divider	{
background-color: #ffffff;
}
.navbar-default	.navbar-nav	.open .dropdown-menu > .active > a,	.navbar-default	.navbar-nav	.open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open	.dropdown-menu > .active > a:focus {
color: #2c3f78;
background-color:	#ffffff;
}
.navbar-default	.navbar-nav	> .active >	a, .navbar-default .navbar-nav > .active > a:hover,	.navbar-default	.navbar-nav	> .active >	a:focus	{
color: #2c3f78;
background-color:	#ffffff;
}
.navbar-default	.navbar-nav	> .open	> a, .navbar-default .navbar-nav > .open > a:hover,	.navbar-default	.navbar-nav	> .open	> a:focus {
color: #2c3f78;
background-color:	#ffffff;
}
.navbar-default .navbar-toggle {
border-color: #ffffff;
}
.navbar-default	.navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
background-color:	#ffffff;
}
.navbar-default	.navbar-toggle .icon-bar {
background-color:	#2c3f78;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
border-color: #2c3f78;
}
.navbar-default .navbar-link {
color: #2c3f78;	}
.navbar-default	.navbar-link:hover {
color: #2c3f78;
}

@media (max-width: 767px) {
.navbar-default .navbar-nav {
padding-top: 0;	}
.navbar-collapse {
background-color: #fff;	}
.navbar-default .navbar-nav .open	.dropdown-menu > li	> a	{
color: #2c3f78;	}
.navbar-default	.navbar-nav	.open .dropdown-menu > li >	a:hover, .navbar-default .navbar-nav .open .dropdown-menu >	li > a:focus {
color: #2c3f78;
}
.navbar-default .navbar-nav .open	.dropdown-menu > .active > a, .navbar-default .navbar-nav .open	.dropdown-menu > .active > a:hover,	.navbar-default	.navbar-nav	.open .dropdown-menu > .active > a:focus {
color: #2c3f78;
background-color: #ffffff;
}
}

@media (min-width: 768px) {
.navbar-right	{
margin-right: 0;
}
}

.menu-yellow-button-holder {
padding-right: 0 !important;
}

.menu-yellow-button	{
background-color:	#fcc614;
border-radius: 5px;
color: #fff;
padding: 10px	15px;
}
.menu-green-button	{
background-color:	#329c41;
border-radius: 5px;
color: #fff;
padding: 10px	15px;
}
.donate-red-button {
	background-color:	#d0021b;
	border-radius: 5px;
	color: #fff;
	padding: 15px 35px;
	font-weight: bold;
	font-family: 'Open Sans', sans-serif;
}
.donate-red-button:hover {
	/*background-color: #9e0214;*/
	background-color: #ae0217;
}
.doneer-vandaag a:hover {
	text-decoration: none;
}

.language-switch {
padding-right: 40px;
}
@media (min-width: 768px)	and	(max-width:	1023px)	{
.language-switch {
padding-right: 0px;
}
}

.second-menu-button	{
padding-right: 40px;
}
@media (min-width: 768px)	and	(max-width:	1023px)	{
.second-menu-button	{
padding-right: 0px;
}
}
.second-menu-button .show-extra-menu {
cursor:	pointer;
}

.normal-menu {
position:	relative;
z-index: 999;
height: 115px;
background-color:	#fff;
}
body.solidaridat-korsou-corona .normal-menu {
	height: 85px;
}
@media (max-width: 767px)	{
	.normal-menu {
		height: 55px;
		padding: 0;
	}
	body.solidaridat-korsou-corona .normal-menu {
		height: 55px;
		padding: 0;
	}
}

.extra-menu	{
width: 100%;
height: auto;
min-height: 50px;
background: #4a4a4a;
position:	absolute;
top: -1000px;	}
.extra-menu .navbar-nav {
padding-top: 0px;
}
.extra-menu	.navbar-nav	li {
float: right;	}
.extra-menu	.navbar-nav	li > a {
color: #fff;
}
.extra-menu .navbar-nav li > a:hover {
color: #fff;
}

.flag {
width: 16px;
height: 11px;
display: inline-block;
margin-right:	5px;
}

.flag-ned {	 background-image: url("../image/nl.png");
}
.flag-pap {	 background-image: url("../image/cw.png");
}
.flag-eng {	 background-image: url("../image/gb.png");
}
.flag-esp {	 background-image: url("../image/sp.gif");
}

.homepage-header {
background-color:	#f5f5f5;
padding: 20px 0 0 0;
}
body.solidaridat-korsou-corona .homepage-header {
	padding: 0;
}
@media (max-width: 767px)	{
.homepage-header {
padding: 0 0;	}
}
.homepage-header .social-items , .right-column .social-items {
padding: 0;
/*margin-bottom: 20px;*/
}
@media (max-width: 767px) {
.homepage-header .social-items , .right-column .social-items {
margin-bottom: 0;
}
}
.homepage-header .social-items .social-item , .right-column .social-item	{
background: #2d2a19 url("../image/socialitems.png") no-repeat	center center scroll;
background-size: cover;
height: 50%;
position:	relative;
}
.right-column .social-item {
	height:180px;
	margin-top:40px;
}

.homepage-header .social-items .social-item .title , .right-column .social-item .title {
color: #fff;
font-size: 2rem;
position: absolute;
text-align:	center;
top: 20%;
width: 100%;
}
.homepage-header .social-items .social-item .social-item-links , .right-column .social-item .social-item-links {
position: absolute;
text-align:	center;
top: 50%;
width: 100%;
}
.homepage-header .social-items .social-item	.social-item-links a , .right-column .social-item	.social-item-links a {
display: inline-block;
height: 44px;
width: 44px;
margin: 0	8px;
}
.homepage-header .social-items .social-item .social-item-links a:first-child , .right-column .social-item .social-item-links a:first-child {
margin:	0 8px 0	0;
}
.homepage-header .social-items .social-item	.social-item-links .facebook , .right-column .social-item	.social-item-links .facebook {
background: url("../image/FB@2x.png")	no-repeat center center	scroll;
background-size: contain;	}
.homepage-header .social-items .social-item	.social-item-links .twitter , .right-column .social-item	.social-item-links .twitter {
background: url("../image/twitter@2x.png")	no-repeat center center	scroll;
background-size: contain;	}
.homepage-header .social-items .social-item	.social-item-links .instagram , .right-column .social-item	.social-item-links .instagram {
background: url("../image/Insta@3x.png") no-repeat center	center scroll;
background-size: contain;	}
.homepage-header .social-items .social-item	.social-item-links .linkedIn , .right-column .social-item	.social-item-links .linkedIn {
background: url("../image/Linkedin@2x.png") no-repeat	center center scroll;
background-size: contain;	}
.homepage-header .social-items .social-item-video , .right-column .social-item-video , body.solidaridat-korsou-corona .social-item-video {
background: #ca5708 url("http://placehold.it/300x200?text=placeholder") no-repeat	center center scroll;
background: #ca5708 url("http://img.youtube.com/vi/oC7MW8tzpDI/0.jpg") no-repeat center center scroll;
background: #ca5708 url("../image/ban-topa.png") no-repeat center center scroll;
background-size: cover;
height: 50%;
position:	relative;
}
.homepage-header .social-items .ban-topa , .right-column .ban-topa {
background: #ca5708 url("http://placehold.it/300x200?text=placeholder") no-repeat	center center scroll;
background: #ca5708 url("http://img.youtube.com/vi/oC7MW8tzpDI/0.jpg") no-repeat center center scroll;
background: #ca5708 url("../image/ban-topa.png") no-repeat center center scroll;
background-size: cover;
height: 50%;
position:	relative;
}
.homepage-header .social-items .social-item-video	.playBtn , body.solidaridat-korsou-corona .playBtn {
background:	url("../image/play.png") no-repeat center center scroll;
background-size: contain;
display: block;
height:	70px;
position: absolute;
top: 50%;
left: 50%;
transform: translateY(-50%)	translateX(-50%);
width: 70px;
}
.homepage-header .time-for-change	{
background:	url("../image/nasha-home.png") no-repeat	center center scroll;
background-size: cover;
color: #fff;
padding: 95px 30px 30px;
}
@media (max-width: 767px) {
.homepage-header .time-for-change	{
padding: 15px;
}
}
.homepage-header .time-for-change h2 {
font-family: 'callunaregular_6', 'Open Sans',	sans-serif;
font-size: 8rem;
font-weight: 700;
margin: 0;
padding: 0;
color: #fff;
}
.homepage-header .time-for-change h3 {
font-family: 'callunaregular_6', 'Open Sans',	sans-serif;
font-size: 4rem;
font-weight: 700;
margin: 0;
padding: 0;
color: #fff;
}
.homepage-header .time-for-change p	{
font-size: 1.2rem;
padding: 0;
margin: 10px 0;
width: 60%;
}
@media (max-width: 767px)	{
.homepage-header .time-for-change p	{
width: 100%;
}
}
@media (min-width: 768px)	and	(max-width:	1023px)	{
.homepage-header .time-for-change p	{
width: 90%;
}
}
.homepage-header .time-for-change .sign-up-header {
background-color:	rgba(255, 255, 255,	0.5);
border-radius: 5px;
display: inline-block;
padding: 10px;
width: 60%;
}
@media (max-width: 767px)	{
.homepage-header .time-for-change .sign-up-header {
width: 100%;
}
}
@media (min-width: 768px)	and	(max-width:	1023px)	{
.homepage-header .time-for-change .sign-up-header {
width: 90%;
}
}
.homepage-header .time-for-change input[type=text],
.homepage-header .time-for-change input[type=email]	{
border: 0;
color: #000;
display: inline-block;
outline: none;
width: 48.5%;	}
.homepage-header .time-for-change .sign-up-header-button {
color: #fff;
background-color:	#fcc614;
line-height: 46px;
height: 46px;
margin-top: 10px;
padding: 0;
text-align: center;
width: 100%;
}
.homepage-header .actueel-holder {
padding-left: 0;
padding-right: 10px;
color: #fff;
}
@media (max-width: 767px) {
.homepage-header .actueel-holder {
background:	#1d4187	url("../image/actueel.jpg")	no-repeat center center	scroll;
background-size: cover;	}
}
.homepage-header .actueel-holder .actueel {
display: table;
height: 295px;
text-align: center;
background: #1d4187 url("../image/actueel.jpg") no-repeat	center center scroll;
background-size: cover;
}
@media (max-width: 767px)	{
.homepage-header .actueel-holder .actueel {
background: transparent;
background-image:	none;
}
}
.homepage-header .actueel-holder .actueel	h3 {
font-weight: 700;
color: #fff;
}
.homepage-header .actueel-holder .actueel	a {
color: #fff;
}
.homepage-header .actueel-holder .actueel	.content {
display: table-cell;
font-size: 1.2rem;
vertical-align:	middle;
	padding-top: 120px;
}
.homepage-header .mucha-holder {
padding-left: 10px;
padding-right: 0;
color: #fff;
}
@media (max-width: 767px) {
.homepage-header .mucha-holder {
background:	#1d4187	url("../image/mucha.jpg") no-repeat	center center scroll;
background-size: cover;	}
}
.homepage-header .mucha-holder .mucha {
display: table;
background: #1d4187 url("../image/mucha.jpg")	no-repeat center center	scroll;
background-size: cover;
height: 295px;
text-align: center;
}
@media (max-width: 767px)	{
.homepage-header .mucha-holder .mucha {
background: transparent;
background-image:	none;
}
}
.homepage-header .mucha-holder .mucha	h3 {
font-weight: 700;
color: #fff;
}
.homepage-header .mucha-holder .mucha	a {
color: #fff;
}
.homepage-header .mucha-holder .mucha	.content {
display: table-cell;
font-size: 1.2rem;
vertical-align:	middle;
	padding-top: 120px;
}

.project-sign-up {
background: #1f3370;
padding: 55px	0 0;
color: #fff;
font-size: 1.2rem;
}
@media (max-width: 767px)	{
.project-sign-up {
padding: 15px	0 0;
}
}
.project-sign-up .sign-up-intro {
color: #fff;
text-align:	center;
padding-bottom:	55px;
}
@media (max-width: 767px) {
.project-sign-up .sign-up-intro {
padding-bottom:	30px;
}
}
.project-sign-up .sign-up-intro	h2 {
/*font-family: 'callunaregular_6', 'Open Sans',	sans-serif;*/
font-weight: 700;
font-size: 4rem;
text-align: center;
color: #fff;
}
.project-sign-up .sign-up-intro	p {
font-family: 'callunaregular_6', arial, sans-serif;
font-weight: normal;
font-style: normal;
color: currentColor;
font-size: 2rem;
line-height: 25px;
text-align: center;
}
.project-sign-up .sign-up-form-holder	{
padding: 0;
padding-bottom:	55px;
}
.project-sign-up .sign-up-form-holder.closed {
height: 0;
opacity: 0;
transition: opacity 1s;
}
.project-sign-up .sign-up-form-holder .sign-up-form	{
height: 0;
overflow:	hidden;	}
.project-sign-up .sign-up-form-holder	.sign-up-form input	{
color: #000;
}
.project-sign-up #sign-up-form input {
color: #333;
border:	0;
display: block;
margin:	5px	0 10px;
outline: 0;
width: 100%;
}
.project-sign-up #sign-up-form input[type=checkbox] {
display: inline-block;
width: auto;
}
.project-sign-up #sign-up-form textarea {
color: #666;
border:	0;
display: block;
height:	265px;
margin:	5px	0 10px;
outline: 0;
resize:	none;
width: 100%;
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
	color:    #888;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color:    #888;
	opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
	color:    #888;
	opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color:    #888;
}
.project-sign-up .basic-info {
height:	312px;
}
.project-sign-up .or-facebook	{
height:	312px;
position: relative;
display: table;	}
@media (max-width: 767px) {
.project-sign-up .or-facebook	{
height:	auto;
margin:	10px 0;
padding: 5px 0;
border-top:	1px	solid #fff;	}
}
.project-sign-up .or-facebook:before {
background-color:	#fff;
content: '';
position:	absolute;
top: 22px;
left:	7.5px;
bottom: 10px;
width: 1px;
}
@media (max-width: 767px)	{
.project-sign-up .or-facebook:before {
display: none;
}
}
.project-sign-up .or-facebook:after	{
background-color:	#1f3370;
content: attr(data-text);
font-size: 14px;
color: #fff;
height: 46px;
line-height: 46px;
position:	absolute;
top: 50%;
left:	0;
width: auto;
transform: translateY(-38%);
}
@media (max-width: 767px)	{
.project-sign-up .or-facebook:after	{
top: -10px;
text-align: center;
left:	50%;
height: 15px;
width: 46px;
line-height: 15px;
transform: translateY(0%);
transform: translateX(-50%);
}
}
.project-sign-up .or-facebook .fb-button-holder	{
display: table-cell;
height: 46px;
width: 100%;
vertical-align: middle;
padding: 10px	0 0	20px;
}
@media (max-width: 767px)	{
.project-sign-up .or-facebook .fb-button-holder	{
display: block;
padding: 15px	15px;
margin-bottom: 15px;
}
}
.project-sign-up .or-facebook	.fb-button-holder a	{
width: 100%;
text-align:	center;	}
.project-sign-up .inputfile {
width: 0.1px;
height:	0.1px;
opacity: 0;
overflow: hidden;
position: absolute;
z-index: -1;
}
.project-sign-up .inputfile +	label {
margin-top:	5px;
height:	46px;
width: 100%;
padding: 0 16px;
line-height: 46px;
border-radius: 6px;
background-color: #fff;
font-size: 18px;
color: #999;
font-weight: 400;
display: inline-block;
cursor:	pointer;
/* "hand" cursor */	}
.project-sign-up .project-info {
padding-top: 20px;
}
.project-sign-up .checkbox-holder	{
padding: 20px 0;
}
.project-sign-up .checkbox-holder .custom-checkbox {
display: inline-block;
width: 20px;
position:	relative;
margin: 20px auto;
}
.project-sign-up .checkbox-holder	.custom-checkbox label {
width: 20px;
height:	20px;
cursor:	pointer;
position: absolute;
top: 3px;
left: 0;
border-radius: 4px;
border:	1px	solid #fff;	}
.project-sign-up .checkbox-holder .custom-checkbox label:after {
	content: '';
	width: 10px;
	height: 5px;
	position:	absolute;
	top: 6px;
	left:	4px;
	border: 3px solid	#fcfff4;
	border-top: none;
	border-right:	none;
	background: transparent;
	opacity: 0;
	transform: rotate(-45deg);
}
.project-sign-up .checkbox-holder .custom-checkbox label:hover::after {
	opacity: 0.3;
}
.project-sign-up .checkbox-holder	.custom-checkbox input[type=checkbox] {
	visibility:	hidden;
}
.project-sign-up .checkbox-holder .custom-checkbox input[type=checkbox]:checked	+ label:after {
	opacity: 1;
}
.project-sign-up .checkbox-holder label	{
	padding-left:	10px;
	font-size: 16px;
	font-weight: 400;
	cursor: pointer;
}
@media (max-width: 767px)	{
	.project-sign-up .button-holder	.button	{
		margin-bottom: 15px;
	}
}

.home-projects {
	padding: 20px	0;
}
.home-projects .project-item {
	background-color: #f5f5f5;
}
.corona-intro .project-item {
	display: table;
	height:	432px;
	padding: 40px 35px 0;
}
@media (min-width: 768px)	and	(max-width:	1023px)	{
	.home-projects {
		padding: 15px	!important;	}
	}
	.home-projects .project-item {
		display: table;
		height:	330px;
		padding: 40px 90px 0;
	}
	.corona-intro .project-item {
		display: table;
		height:	432px;
		padding: 40px 35px 0;
	}
	@media (max-width: 767px) {
		.home-projects .project-item {
		padding: 15px;
		height:	auto;
		display: block;
	}
}
@media (min-width: 768px) and (max-width: 1023px) {
	.home-projects .project-item {
		padding: 15px;
	}
}
.home-projects .project-item .profile-image	{
	border: 2px solid	#fff;
	border-radius: 50%;
	display: block;
	height: 96px;
	margin: 0	auto;
	width: 96px;
}
.home-projects .project-item p {
	/*font-family: 'callunaregular_6', arial, sans-serif;*/
	font-weight: normal;
	font-style: normal;
	color: #5c5c5c;
	font-size: 16px;
	/*font-size: 1.8rem;*/
	padding-top: 34px;
}
.home-projects .project-item .options {
	text-transform: uppercase;
	font-size: 1.2rem;
	color: rgba(255, 255,	255, 0.5);
	color: #5c5c5c;
}
.home-projects .project-item .options	span {
	padding-right: 25px;
}
.home-projects .project-item:nth-child(1) , .home-projects .project-item:nth-child(4){
	/*background: url("../image/projectItembg1.jpg") no-repeat center center scroll;*/
	background-size: cover;
}
@media (max-width: 767px) {
	.home-projects .project-item:nth-child(1) {
		height: 200px;
	}
}/*
.home-projects .project-item:nth-child(2) {
	background: #f5f5f5;
}
.home-projects .project-item:nth-child(3) {
	background: #329c41;
}
.home-projects .project-item:nth-child(4) {
	background: url("../image/projectItembg2.jpg") no-repeat center center scroll;
	background-size: cover;
}*/
@media (max-width: 767px) {
	.home-projects .project-item:nth-child(4) {
		height: 200px;
	}
}
.home-projects .more-projects , .home-news .more-projects {
	padding-top: 20px;
	padding-bottom:	0;
	text-align:	center;
}
.home-projects .more-projects a, .home-news .more-projects a	{
	color: #1f3370;
	font-size: 1.6rem;
	margin-bottom:30px;
}

.support-now {
	background: #dddddd;
	color: #4a4a4a;
	font-size: 1.2rem;
	padding: 55px	0 0;
}
@media (max-width: 767px)	{
	.support-now {
		padding: 15px	0;
	}
}
.support-now .support-now-intro {
	text-align:	center;
	padding-bottom:	55px;
}
@media (max-width: 767px) {
	.support-now .support-now-intro {
		padding-bottom:	15px;
	}
}
.support-now .support-now-intro	h2 {
	font-family: 'callunaregular_6', 'Open Sans',	sans-serif;
	font-weight: 700;
	font-size: 3rem;
	text-align: center;
}
.support-now .support-now-intro	p {
	font-family: 'callunaregular_6', arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	color: currentColor;
	font-size: 2rem;
	line-height: 15px;
	text-align: center;
}

.bottom-image {
	background: url("../image/bottomImage.jpg") no-repeat	center center scroll;
	background-size: cover;
}
.bottom-image	.bottom-image-content {
	display: table;
	padding: 100px 0;
	text-align:	center;
}
@media (max-width: 767px) {
	.bottom-image	.bottom-image-content {
		padding: 15px 0;
	}
}
@media (min-width: 768px) and (max-width: 1023px) {
	.bottom-image	.bottom-image-content {
		padding: 50px 0;
	}
}
.bottom-image	.bottom-image-content-logo {
	display: inline-block;
	max-width: 185px;
	width: 100%;
}
.bottom-image	.bottom-image-content-title	{
	color: #fff;
	display: block;
	font-size: 6rem;
	font-weight: 700;
	padding: 100px 0 0;
	text-align:	center;
	width: 100%;
}
@media (max-width: 767px) {
	.bottom-image	.bottom-image-content-title	{
		font-size: 2.5rem;
		padding: 15px 0;
	}
}
@media (min-width: 768px) and (max-width: 1023px) {
	.bottom-image	.bottom-image-content-title	{
		font-size: 2.5rem;
		padding: 15px 0;
	}
}

.info-header {
	background-color:	#f5f5f5;
	padding: 20px 0 0	0;
}
@media (max-width: 767px)	{
	.info-header {
		padding: 0 0 20px	0;
	}
	.info-header .container {
		padding: 0;
	}
}

.info-content {
	font-size: 1.5rem;
	background-color:	#f5f5f5;
	color: #4a4a4a;
}
.info-content	h2 {
	font-family: 'callunaregular_6', 'Open Sans', sans-serif;
	font-weight: 700;
}
.info-content	p {
	/*font-family: 'callunaregular_6', arial,	sans-serif;*/
	font-weight: normal;
	font-style:	normal;
	font-size: 16px;
}

.info-content	.quote {
	font-family: 'callunaregular_6', arial,	sans-serif;
	font-weight: normal;
	font-style:	normal;
	background-color: #1f3370;
	padding: 60px 80px;
	text-align:	center;
	color: #fff;
	font-size: 2.5rem;
	margin:	50px 0 75px;
}

.manifesto .info-content h2 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 22px;
	color: #1f3370;
}
.manifesto .petition h2 {
	color: #fff;
}

.info-content .quote.excellent-governance {
	background-color: #1f3370;
}
.info-content .quote.duurzaamheid {
	background-color: #329C41;
}
.info-content .quote.meritocratie {
	background-color: #329C41;
}
.info-content .quote.economie {
	background-color: #FBC617;
}
.info-content .quote.solidariteit-en-saamhorigheid {
	background-color: #1f3370;
}


@media (max-width: 767px) {
	.info-content	.quote {
		padding: 15px 15px;
		margin:	15px 0 15px;
	}
}

.affix-top,	.affix {
	position:	static;
	transition: all .25s;
}

@media (min-width: 979px) {
	#sidebar.affix-top {
		position: static;
		margin-top:	0px;
		width: 228px;
		background-color: #e0e0e0;
	}
	#sidebar.affix {
		position: fixed;
		top: 115px;
		width: 228px;
		background-color: #e0e0e0;
		transition:	all	.25s;
		z-index: 99;
	}
}
@media (min-width: 979px)	and	(min-width:	768px) and (max-width: 1023px) {
	#sidebar.affix {
		width: 175px;	}
	}

@media (min-width: 900px) and (max-width: 1199px) {
#sidebar.affix-top {
width: 175px !important;
}
#sidebar.affix {
width: 175px !important;
}
}

#sidebar li	a {
color: #6b6b6b;
font-size: 1.4rem;
background-color:	#e0e0e0	!important;	}
#sidebar li a:active {
background-color: #e0e0e0 !important;
}

#sidebar li.active {
border: 0	#eee solid;
position:	relative;
}
#sidebar li.active:after {
content: '';
display: block;
height:	100%;
width: 50px;
position: absolute;
top: 0;
right: -50px;
background:	#e0e0e0	url("../image/icon1.png") no-repeat	center center;
background-size: 40%;
padding-top: 10px;
transition:	all	.25s;
z-index: 999;
}

.crowd-sourcing	{
padding: 0;
}
.crowd-sourcing h2 , .kontakto h2 {
font-weight: 700;
}
.crowd-sourcing p	{
font-size: 16px;
	color:#000;
}
.crowd-sourcing .form , .kontakto .form , .donashon .form	{
color: #000;
font-size: 1.4rem;
margin-bottom: 60px;
}
.donashon .form	{
	margin-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 1023px) {
.crowd-sourcing .form	{
margin-bottom: 0px;	}
}
@media (max-width: 767px) {
.crowd-sourcing .form	{
padding: 0;
margin-bottom: 0px;	}
}
.crowd-sourcing .form input , .kontakto .form input , .donashon .form input , .donashon .form select	{
/*background-color:	#ebebeb;*/
color: #000;
border: 1px solid	#cccccc;
display: block;
margin: 5px 0	10px;
outline: 0;
width: 100%;
}
.crowd-sourcing input.button.blue , .kontakto input.button.blue , .donashon input.button.blue	{
color: #fff;
background-color: #1f3370;
border:	2px	solid #1f3370;
border-radius: 5px;
outline: none;
padding: 12px 18px;
font-size: 1.5rem;
/*width:50%;*/
}
.crowd-sourcing	.form input[type=checkbox] {
background-color:	#ebebeb;
display: inline-block;
width: auto;
}
.crowd-sourcing	.form textarea , .kontakto .form textarea {
/*background-color:	#ebebeb;*/
	color: #000;
border: 1px solid	#cccccc;
display: block;
height: 265px;
margin: 5px 0	10px;
outline: 0;
resize: none;
width: 100%;
}

.projects {
padding: 0;
}
.projects	h1 {
font-weight: 700;
	color: #1f3370;
font-size: 2.5rem;
}
.projects p {
	font-family: 'callunaregular_6', 'Open Sans',	sans-serif;
	/*font-size: 1.5rem;*/
	font-size: 18px;
	color:#000;
}
.projects	.sort {
margin:	15px 0;	}
@media (max-width: 767px) {
.projects	.sort .pull-right {
float: none	!important;	}
}
.projects .sort	button {
outline: 0;
border: 1px solid	#1f3370;
color: #1f3370;
display: inline-block;
background-color:	#fff;
height: 32px;
font-size: 1.4rem;
vertical-align: middle;
border-radius: 5px;
}
@media (max-width: 767px)	{
.projects .sort	button {
width: 100%;
display: block;
}
}
.projects .sort	.dropdown {
display: inline-block;
margin-left: 20px;
}
@media (max-width: 767px)	{
.projects .sort	.dropdown {
width: 100%;
display: block;
margin-left: 0px;
margin-top: 20px;	}
}
@media (max-width: 767px)	{
.projects .sort	.dropdown .dropdown-menu {
width: 100%;
}
}
.projects	.project-list {
padding: 0;	}
.projects	.project-list-item {
color: #fff;
margin-bottom: 30px;
}
.projects	.project-list-item .img-responsive {
}
.project-image {
	position:relative;
	display:block;
	width:359px;
	height:244px;
	background-size:cover;
	background-position: center center;
}
.project-image-big {
	position:relative;
	display:block;
	width:100%;
	height:484px;
	background-size:cover;
	background-position: center center;
}



.projects .project-list-item .project-list-item-content	{
padding: 15px;
background-color:	#fff;
position:	relative;
	height:183px;
}
.projects .project-list-item .avatar {
background-color:	#fff;
position:	absolute;
right: 10%;
height: 74px;
width: 74px;
top: -37px;
border-radius: 50%;
overflow:	hidden;
border: 2px solid	#fff;
}
.projects	.project-list-item .avatar img {
width: 100%;
height:	auto;
}
.projects .project-list-item h3	{
margin: 0;
font-weight: 700;
font-size: 1.8rem;
color: #1f3370;
}
.projects	.project-list-item h3:after	{
content: '';
display: block;
height:	2px;
width: 100px;
background-color: #f2bf19;
margin:	10px 0;	}
.projects .project-list-item p {
/*font-size: 1.5rem;*/
font-family: 'callunaregular_6', arial, sans-serif;
font-weight: bold;
font-style: normal;
	color: #5c5c5c;
	font-size:16px;
	/*color: #1f3370;*/
	/*color: #5c5c5c;*/
}
.projects .project-list-item .read-more	{
text-align: center;
margin: 10px 0;
}
.projects	.project-list-item .read-more a	{
display: inline-block;
border:	2px	solid #1f3370;
padding: 5px 14px;
font-size: 1.3rem;
border-radius: 5px;
text-decoration: none;
	color: #1f3370;
	font-weight: bold;
}
.projects	.pagination-bar	{
text-align:	center;
font-size: 1.3rem;
}
.projects .pagination-bar .active a	{
background-color:	#1f3370;
border-color:	#1f3370;
}

.project-detail-header {
background-color:	#f5f5f5;
padding: 20px	0 0;
}
@media (max-width: 767px)	{
.project-detail-header {
padding: 0 0 0px 0;
}
.project-detail-header .container	{
padding: 0;	}
}

.project-detail	{
padding: 0;
background-color:	#f5f5f5;
color: #4a4a4a;
}
.project-detail .project-detail-info {
padding-bottom:	60px;
}
@media (max-width: 767px) {
.project-detail .project-detail-info {
padding-bottom:	0px;
}
}
.project-detail h1 {
font-size: 4rem;
font-weight: 700;
}
@media (max-width: 767px) {
.project-detail h1 {
font-size: 3rem;
}
}
.project-detail .project-info-bar	{
font-size: 1.4rem;
font-family: 'Open Sans', sans-serif;
text-transform:	uppercase;
margin:	20px 0;	}
@media (max-width: 767px) {
.project-detail .project-info-bar	{
font-size: 1.2rem;
}
}
.project-detail	.project-info-bar span {
margin-right:	20px;
}
@media (max-width: 767px)	{
.project-detail	.project-info-bar span {
margin-right:	10px;
}
}
.project-detail .project-info-bar	span i {
margin-right: 5px;
}
.project-detail p	{
font-family: 'callunaregular_6', arial,	sans-serif;
font-weight: normal;
font-style:	normal;
font-size: 1.4rem;
}

.project-owner {
background-color:	#1f3370;
padding: 120px 0 50px;
text-align: center;
color: #fff;
font-size: 1.4rem;
font-family: 'callunaregular_6', arial, sans-serif;
font-weight: normal;
font-style: normal;
position:	relative;
}
.project-owner .avatar {
position: absolute;
left: 50%;
top: 0;
transform: translateX(-50%)	translateY(-50%);
height:	194px;
width: 194px;
overflow: hidden;
border-radius: 50%;
border:	2px	solid #fff;
background-color: #fff;	}
.project-owner .avatar img {
	width: 100%;
	height: auto;
}
.project-owner h3	{
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #fff;
	margin:	15px 0 30px	0;
}
.project-owner .socials {
	display: block;
	text-align:	center;
	margin-top:	30px;
}
.project-owner .socials	a {
	color: #fff;
	font-size: 2.3rem;
	margin: 0	15px;
}

.project-detail-comments h2	{
	font-size: 3.8rem;
	font-weight: 700;
}
@media (max-width: 767px)	{
	.project-detail-comments h2	{
		font-size: 2.8rem;
	}
}

.project-comment {
	background-color:	#ebebeb;
	padding: 30px;
	border-radius: 5px;
	margin-bottom: 20px;
}
@media (max-width: 767px)	{
	.project-comment {
		padding: 10px;
	}
}
.project-comment .comment-name-holder	{
	display: block;
	font-size: 1.5rem;
	font-weight: 700;
}
.project-comment .comment-time {
	display: block;
	font-size: 1.4rem;
	font-weight: 400;
	color: #9e9e9e;
	margin:	12px 0;
}
.project-comment .reply-button-holder	{
	text-align:	center;
}
@media (max-width: 767px) {
	.project-comment .reply-button-holder	{
		padding: 10px 0;
	}
}
.project-comment .small-button {
	border-radius: 5px;
	outline: 0;
	border:	0;
	background-color: #1f3370;
	color: #fff;
	font-size: 1.2rem;
	padding: 7px 12px;
}
.project-comment .reply {
	padding-top: 15px;
	background-color: #f5f5f5;
}

.reply-form	{
	color: #999999;
	font-size: 1.4rem;
}
.reply-form h2 {
	font-size: 2.5rem;
	font-weight: 700;
}
.reply-form input	{
	display: block;
	background-color: #ebebeb;
	border:	0;
	margin:	10px 0;
	color: #000;
	width: 100%;
	outline: none;
}
.reply-form textarea {
	display: block;
	background-color: #ebebeb;
	border:	0;
	margin:	10px 0;
	color: #000;
	width: 100%;
	resize:	none;
	height:	300px;
	outline: none;
	padding: 15px;
	border-radius: 5px;
}
.reply-form .submit {
	width: 170px;
	text-align:	center;
	font-size: 1.4rem;
	margin:	20px 0 50px;
}
.reply-form .or {
	width: 100%;
	display: block;
	text-align:	center;
	position: relative;
	padding-top: 105px;
}
@media (max-width: 767px) {
	.reply-form .or {
		padding-top: 25px;
	}
}
.reply-form	.or:before {
	position:	absolute;
	content: '';
	left:	0;
	top: 50%;
	height: 1px;
	background-color:	#979797;
	width: 100%;
}
.reply-form	.or	i {
	font-family: 'callunaregular_6', arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	position:	absolute;
	top: 50%;
	display: inline-block;
	padding: 0 10px;
	transform: translateY(-50%) translateX(-50%);
	background-color:	#f5f5f5;
	font-style: normal;
	color: #979797;
}
.reply-form .fb-button-holder	{
	display: inline-block;
	padding-top: 30px;
	width: 100%;
}
@media (max-width: 767px) {
	.reply-form .fb-button-holder	{
		padding: 15px 0;
	}
}
.reply-form	.fb-button-holder .button {
	width: 100%;
}

footer {
	background-color:	#4a4a4a;
	font-size: 1.4rem;
	/*padding: 85px 0;*/
	padding: 55px 0 10px 0;
	color: #fff;
}
.home footer {
	margin-top:30px;
}
@media (max-width: 767px)	{
	footer {
		padding: 15px	0;
	}
}
@media (min-width: 768px)	and	(max-width:	1023px)	{
	footer {
		padding: 15px	0;
	}
}
footer .logo-and-copyright hr	{
	border-color: rgba(255,	255, 255, 0.5);
	margin:	25px 0 15px;
}
footer h3	{
	color: #fff;
}
footer .footer-nav {
	margin:	0;
	padding: 0;
	list-style:	none;
}
footer .footer-nav.social li {
	display: inline-block;
	margin: 0	8px;
}
footer .footer-nav.social	li:first-child {
	margin:	0 8px 0	0;
}
footer .footer-nav.social	li .social-icon, footer	.footer-nav.social li .facebook, footer	.footer-nav.social li .twitter, footer	.footer-nav.social li .instagram, footer .footer-nav.social	li .linkedIn {
	display: inline-block;
	height:	44px;
	width: 44px;
}
footer .footer-nav.social	li .facebook {
	background:	url("../image/FB@2x.png") no-repeat	center center scroll;
	background-size: contain;
}
footer .footer-nav.social	li .twitter {
	background:	url("../image/twitter@2x.png") no-repeat	center center scroll;
	background-size: contain;
}
footer .footer-nav.social	li .instagram {
	background:	url("../image/Insta@3x.png") no-repeat center center scroll;
	background-size: contain;
}
footer .footer-nav.social	li .linkedIn {
	background:	url("../image/Linkedin@2x.png")	no-repeat center center	scroll;
	background-size: contain;
}
footer .newsletter-sign-up {
	font-size: 0;
}
footer .newsletter-sign-up .newsletter-input {
	display: inline-block;
	border: 0;
	border-radius: 0;
	color: #000;
	outline: none;
	vertical-align: middle;
	width: 60%;
}
footer .newsletter-sign-up .newsletter-button {
	background-color:	#fcc614;
	border: 0;
	color: #fff;
	display: inline-block;
	font-size: 1.8rem;
	height: 46px;
	outline: 0;
	text-align: center;
	vertical-align: middle;
	width: 40%;
}

.footer-nav	a {color:#fff;}

@media (max-width: 767px)	{
	footer .back-to-top	{
		margin-top: 20px;
	}
}
footer .back-to-top span {
	cursor:	pointer;
}
footer .back-to-top	span .fa-chevron-up	{
	margin-left: 10px;
}

body {
	font-size: 62.5%;
	overflow-y: scroll;
	padding-top: 115px;
}
body.solidaridat-korsou-corona {
	padding-top: 85px;

}
@media (max-width: 767px)	{
	body {
		padding-top: 55px;
	}
	body.solidaridat-korsou-corona {
		padding-top: 55px;
	}
}

.main {
	background-color:	#fff;
	padding: 0;
	font-family: 'Open Sans',	sans-serif;
}
@media (min-width: 992px) {
	.main {
		padding-top: 20px;
	}
	body.solidaridat-korsou-corona .main {
		padding-top: 0px;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.no-padding-l	{
		padding-left: 0;
	}
}

@media (min-width: 1024px) {
	.no-padding-l	{
		padding-left: 0;
	}
	.manifest-header h4 {
		font-size:50px;
		line-height:50px;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.no-padding-r	{
		padding-right: 0;
	}
}

@media (min-width: 1024px) {
	.no-padding-r	{
		padding-right: 0;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.no-padding-lr {
		padding-left: 0;
		padding-right: 0;
	}
}

@media (min-width: 1024px) {
	.no-padding-lr {
		padding-left: 0;
		padding-right: 0;
	}
}

.inline-image-right	{
	float: right;
	width: 100%;
	max-width: 400px;
	height: auto;
	margin-left: 20px;
	margin-bottom:20px;
}
@media (max-width: 767px)	{
	.inline-image-right	{
		height: auto;
		width: 100%;
		display: inline-block;
		float: none;
		margin: 15px 0;
	}
}

.inline-image-left {
	float: left;
	width: 100%;
	max-width: 400px;
	height: 200px;
	margin-right:	10px;
}
@media (max-width: 767px)	{
	.inline-image-left {
		height: auto;
		width: 100%;
		display: inline-block;
		float: none;
		margin: 15px 0;
	}
}

.petition {
	background: url("../image/petitie-bg.png")	no-repeat center center	scroll;
	background-size: cover;
	padding: 60px	80px;
	text-align: left;
	color: #fff;
	font-size: 1.4rem;
	margin: 50px 0 75px;
}
@media (min-width: 768px)	and	(max-width:	1023px)	{
	.petition {
		padding: 40px	20px;
	}
}
.petition	h3 {
	display: block;
	font-weight: 700;
	font-size: 2.5rem;
	color: #fff;
}
.petition	.petition-sign-up {
	font-size: 0;
	padding: 15px 0;
}
.petition .petition-sign-up	.petition-input	{
	display: inline-block;
	border: 0;
	border-radius: 5px;
	color: #000;
	outline: none;
	vertical-align: middle;
	width: 40%;
	margin-bottom:20px;
}
.petition .petition-sign-up	.petition-input + .petition-input {
	margin-left:20px;
}
@media (max-width: 767px)	{
	.petition .petition-sign-up	.petition-input	{
		width: 100%;
		border-radius: 5px;
		margin-bottom: 15px;
	}
}
.petition .petition-sign-up	.petition-button {
	background-color:	#329c41;
	border: 0;
	color: #fff;
	display: inline-block;
	font-size: 1.5rem;
	height: 46px;
	outline: 0;
	text-align: center;
	vertical-align: middle;
	width: 40%;
	border-radius: 5px;
}
.duurzaamheid .petition-sign-up	.petition-button {
	background-color: #329C41;
}
@media (max-width: 767px)	{
	.petition .petition-sign-up	.petition-button {
		width: 100%;
		border-radius: 5px;
	}
}
@media (max-width: 767px)	{
	.petition {
		padding: 15px	15px;
		margin: 15px 0 15px;
	}
}


.logo-footer {
	display:block;
	width:120px;
	height:46px;
	background:url(../image/logo.png) no-repeat;
	background-size: contain;
}

.sign-up-thanks {
	background-color: #329C41;
	border-radius: 5px;
	display: block;
	padding: 44px 10px 44px 10px;
	width: 100%;
	font-size:14px;
	line-height:14px;
	text-align:center;
}

.newsletter-thanks {
	/*background-color: #fcc614;
	font-size:14px;
	line-height:14px;
	text-align:center;
	padding: 17px 10px 17px 10px;*/
	display: block;
	padding: 17px 0px 17px 0px;
	width: 100%;
	font-size:18px;
	line-height:18px;
	text-align:left;
}
.petition-thanks {
	background-color: #329C41;
	border-radius: 5px;
	display: block;
	padding: 16px 10px;
	width: 60%;
	font-size:14px;
	line-height:14px;
	text-align:center;
}

.readmore {
	cursor:pointer;
	color:#000;
	text-decoration:underline;
}
.more {
	display:none;
}

.upload-block {
	margin:20px;
	width:162px;
	height:96px;
	float:left;
}
.uploadProfile .upload-block {
	margin:0;
	width:162px;
	height:46px;
	float:left;
}
.upload-button {
	text-align:center;
	background-color:#329c41;
}
.uploaded-image {
	background-size:cover;
	background-position: center center;
}
.uploadProfile .upload-display i {
	font-size:12px;
}



.uploaded-images .qq-uploader						{
	background-color: #fff;
	width: 162px !important;
	border-radius: 5px;
}
.uploaded-images .qq-upload-button-selector			{background-color:#fff;width:162px;height:74px;padding:22px 0 0 0;}
.uploaded-images .qq-upload-list-selector			{displ1ay:none !important;}
.uploaded-images .qq-upload-button-selector div		{color:#1f3370;}
.uploaded-images .qq-upload-drop-area				{background-color:#fff;text-align:center;}
.uploaded-images .qq-upload-drop-area-active			{background-color: #fcc614 !important;}

.uploadProfile .qq-uploader							{background-color:#329c41;width:162px !important;
	border-radius: 6px;}
.uploadProfile .qq-upload-button-selector			{background-color:#329c41;width:162px;height:46px;padding:1px 0 0 0;}
.uploadProfile .qq-upload-list-selector				{displ1ay:none !important;}
.uploadProfile .qq-upload-drop-area					{background-color:#329c41;text-align:center;}
.uploadProfile .qq-upload-drop-area-active			{background-color: #fcc614 !important;}

#fine-uploader						{background-color:#ff0000;}
.qq-uploader-selector				{}
.qq-drop-processing-selector			{background-color:#f000f0;}
.qq-drop-processing-spinner-selector		{background-color:#f0000f;}
.qq-progress-bar-container-selector		{background-color:#000ff0;}

.qq-upload-spinner-selector			{background-color:#ffff00;}
.qq-edit-filename-icon-selector			{background-color:#ff00ff;}
.qq-upload-file-selector			{background-color:#00ffff;display:none !important;}
.qq-edit-filename-selector			{background-color:#ff0ff0;}
.qq-upload-size-selector			{background-color:#0ff0ff;display:none !important;}
.qq-upload-cancel-selector			{background-color:#0ffff0;}
.qq-upload-retry-selector			{background-color:#0fff0f;}
.qq-upload-delete-selector			{background-color:#f0f0f0;}
.qq-upload-status-text-selector			{background-color:#0f0f0f;}

.profileImage div {
	width:100%;
	height:100%;
	background-size:cover;
	background-position: center center;
}

.deleteImage {
	margin:3px;
	color:red;
	text-shadow: 1px 1px 1px rgba(150, 150, 150, 1);
	cursor: pointer;
}

.align-justify {
	text-align: justify;
}
.crowd-sourcing .align-justify {
	/*font-family: 'callunaregular_6', 'Open Sans',	sans-serif;*/
	font-size: 16px;
}
.manifesto p	{
	color:#000;
	font-size:20px;
}



.donation_amount li {
	position: relative;
	display:block;

	float:left;
	margin:10px 10px;
	border:solid 1px #23527c;
	background-color:#fff;
	border-radius: 2px;
	padding:0 0 12px 0;

	width:100px;
	font-size:14px;
	height:46px;
	line-height:24px;
	font-weight:bold !important;

	text-align: center;
}
.donation_amount li input.radio_amount {
	display:none !important;
}
.donation_amount li #amount_free {
	padding:0 !important;
	padding-right:0 !important;
	padding-left:0 !important;
}
.donation_amount .btn {
	padding: 12px 12px;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.42857143;
	border: 1px solid rgba(0, 0, 0, 0);
	border-radius: 4px;
	color:#23527c;
}


#amount_free_value {
	padding: 0 !important;
}
.donation_amount li.selected {
	background-color:#fbb;
}

.sign-up-form-steps .nav-pills li a , .sign-up-form-steps .nav-pills li a:hover {
	background-color:transparent;
	color:#fff;
}
.steps {
	position:relative;
	display:block;
	width:100%;
	bord1er:solid 1px green;
}
.step {
	position:relative;
	display:block;
	margin:0 40px;
	border:solid 1px #fff;
	border-radius: 5px;
	background:#1f3370;

	font-size:16px;
	height:30px;
	line-height:16px;

	width:30px;
	padding:7px 0;
	text-align:center;
	z-index:11;
	font-weight:bold;
}
.steps .active {
	background:#fff;
	color:#1f3370;
}
.step1 {float:left;}
.step2 {margin:0px auto;}
.step3 {right:0;
	right: 0;
	float: right;
	top: 0;
	margin-top: 0;}
.line {
	z-index:10;
	position:absolute;
	border-bottom:solid 1px #fff;
	top:14px;
}
.line1 {
	left:40px;
	right:50%;
}
.line2 {
	right:40px;
	left:50%;
}

.pull-center {
	position:relative;
	margin:0 auto;
	float:none;
}
.nav-pills {
	display:block;
	bord1er:solid 1px red;
}

.articleSide a {
	padding:0 !important;
}
.articleSide.gap li + li {
	margin-top:5px;
}
.articleSide li a {
	display: inline;
	color:#4a4a4a;
}
.articleSide li:hover a {
	color: inherit;
}

.articleTeaser {
	margin-bottom:20px;
}
.articleTeaser .articleTeaser {
	padding-bottom: 66%;
}
.articleTeaser + p {
	font-size:14px;
}
.info-content.articleTeaser {
	margin-bottom:40px;
}



h2.blue {
	color: #1f3370;
	font-weight: 500;
}
i.blue {
	color: #1f3370;
}
.regular-page p	{
	font-size: 1.4rem;
	color:#555;
	line-height: 2.3rem;
}

.manifest-header {
	position:relative;
}
.manifest-header img {
	position:relative;
	z-index:10;
}
.manifest-title {
	position:absolute;
	z-index:11;
	top:0;
	left:0;
	width:100%;
	height:100%;
	text-align:center;
}
.manifest-header h4 {
	font-family: 'callunaregular_6', 'Open Sans',	sans-serif;
	color:#fff;
	height:30px;
	z-index:11;
	to1p:-50%;
	t1op:-15px;
	ma1rgin-top:50%;
}
.manifest-stars {
	display:block;
	position:relative;
	margin:0px auto 30px auto;
	width:50px;
	height:50%;
	background:url(../image/stars.png) no-repeat;
	background-position:center bottom;
}


.vrijwilligers .avatar-casing {
	position:relative;
	display:block;
	float:left;
	margin:0 13px 13px 0;
	height: 125px;
	width: 125px;
}
.vrijwilligers .avatar {
	position: absolute;
	height: 125px;
	width: 125px;
	border-radius: 50%;
	overflow: hidden;
	border: 2px solid	#fff;
}
.vrijwilligers .avatar img {
	width: 100%;
	height:	auto;
}

.bluetitle {
	color: #1f3370;
	font-weight: bold;
}
.yellowblue {
	color: #1f3370;
}
.yellowblue span {
	color: #fcc614;
}

.card {
	margin-bottom:20px;
}
.card .over-ons-icon {
	display:block;
	float:left;
	width:40px;
	height:40px;
	color: #1f3370;
	border: 2px solid #1f3370;
	border-radius: 50%;
	text-align:center;
	margin-right:15px;
}
.card .over-ons-icon i {
	color: #1f3370;
	font-size:20px;
	line-height:20px;
	margin-top:10px;
}
.card .image {
	width:100%;
}


h2.image-title {
	font-family: 'callunaregular_6', 'Open Sans',	sans-serif;
	display:block;
	position:relative;
	width:100%;
	height:171px;
	color:#fff;
	font-size:30px;
	line-height:30px;
	text-align:center;
	margin-bottom:20px;
	font-weight: 500;
}
.image-title .stars {
	display:block;
	position:relative;
	margin:0px auto;
	width:50px;
	height:100px;
	background:url(../image/stars.png) no-repeat;
	background-position:center center;
}
.title-contact {
	background:url(../image/title-contact.png) no-repeat;
	background-size:cover;
}
.title-vrijwilliger {
	background:url(../image/title-vrijwilliger.png) no-repeat;
	background-size:cover;
}
.title-doneer {
	background:url(../image/title-doneer.jpg) no-repeat;
	background-size:cover;
}
.homepage-header .ban-topa div {
	position:absolute;
	display:block;
	margin:80px 0 0 20px;

}
.homepage-header .ban-topa h2 {
	color:#fff;
	margin:0;
	font-size:40px;
	font-weight:600;
}
.homepage-header .ban-topa p , .homepage-header .ban-topa a {
	color:#fff;
	font-size:13px;
}
.navbar-nav li.active a {
	background:url(../image/menu-arrow.png) no-repeat;
	background-position:left center;
}



.stars_blue {
	display:block;
	position:relative;
	margin:0px auto;
	width:50px;
	height:100px;
	background:url(../image/stars_blue.png) no-repeat;
	background-position:center center;
}
.size25 {
	font-size:25px;
	font-weight:bold;
	margin:0;
}
.size40 {
	font-size:40px;
	font-weight:bold;
	margin:0;
}
.size60 {
	font-size:60px;
	font-weight:bold;
	margin:0;
}
.first_block_heart .size40 {
	font-size:30px;
}
.first_block_heart .size60 {
	font-size:45px;
}
.center-text {
	text-align:center;
}
.grey-paragraaf {
	font-size:14px;
	color:#666;
	margin-top:14px;
}
.button-blue , .button-blue-full {
	display:block;
	position:relative;
	margin:30px auto;
	width:240px;
	padding:10px 0;
	border-radius: 3px;
	text-align:center;
	font-size:14px;
	font-weight:bold;
}
.button-blue {
	border: 2px solid #1f3370;
	color: #1f3370;
}
.button-blue:hover , .projects	.project-list-item .read-more a:hover {
	color: #fff;
	background-color: #1f3370;
	text-decoration: none;
}
.white-text:hover {
	color: #1f3370 !important;
	background-color: #fff;
	text-decoration: none;
}
.button-blue-full {
	background-color: #1f3370;
	color:#fff;
}
div.word-vrijwilliger {
	padding-bottom:70px;
	background: url(../image/vrijwilliger_bg.png) no-repeat;
	background-size:cover;
	background-color:	#f5f5f5;
}
.fa-1-5x {
	font-size: 1.5em;
}
.white , .white h2 , .white p {
	color:#fff;
}

.row-eq-height.row {
	display: flex;
	flex-wrap: wrap;
}

.spotlight {
	padding:15px;
	margin-bottom:0px;
	background-color:#000;
	background:	url(../image/spotlight.png) no-repeat;
	background-size:cover;
}
.home .spotlight {
	margin-bottom:0;
}
.spotlight h3 {
	margin-top:0;
	color:#fff;
}
.spotlight h4 {
	font-size:1.4rem;
	margin:0 0 5px 0;
	color:#fff;
}
.spotlight p {
	font-size:1.2rem;
	line-height: 1em;
	margin:0 0 5px 0;
	color:#eee;
}
.spotlight .spotlight-image {
	width:100%;
}

.info-content li a {
	font-family: 'callunaregular_6', 'Open Sans',	sans-serif;
	font-size:1.6rem;
}


@media (max-width: 767px) {
	.petition .petition-sign-up	.petition-input + .petition-input {
		margin-left: 0px;
	}
}

#navbar {
	background-color: #fff;
}

.icon-link {
	display: block;
	height:24px;
	line-height:16px;
	text-align:center;
}
.icon-link i {
	display: block;
	float:left;
	font-size: 24px;
}
.icon-link div {
	display: inline-block;
	*display:inline;/* IE*/
	*zoom:1;/* IE*/
	overflow:hidden;
	/*position:absolute;*/
	margin:0 auto;
	height:24px;
	/*overflow:hidden;*/
	/*min-width:100px;*/
	/*left:50%;*/
	/*margin-left:-50%;*/
}
.icon-link span {
	display: block;
	float:left;
	height:20px;
	line-height:22px;
	margin-left:3px;
}

.pdf {
	display:block;
	position:relative;
	width:100%;
	background:url(../image/pdf-icon.gif) no-repeat;
	background-size:contain;
	background-position: left top;
	height:30px;
	padding-left:35px;
	margin-bottom:10px;
	font-size:14px;
	color:#000;
	line-height:25px;
}


.input-lg {
	font-size: 14px;
}

.white-text {
	color:#fff;
}
.white-text {
	color:#fff !important;
	text-decoration: none !important;
	font-weight:300 !important;
	border-width: 1px !important;
}

.solid-button {
	font-weight:700 !important;
}
.ghost-button {
	font-weight:300 !important;
	border-width: 1px !important;
}

.form-with-labels span {
	/*font-family: 'callunaregular_6', 'Open Sans',	sans-serif;*/
	color: #555;
	font-size:16px;
}

.breadcrumb {
	font-family: 'Open Sans', sans-serif;
	margin-bottom:5px;
	font-size:0.8em !important;
}
.breadcrumb a {
	font-family: 'Open Sans', sans-serif !important;
	color: #1f3370;
	font-size:1em !important;
}
.breadcrumb > li + li:before {
	content: "\003e";
}

.aktual .right-column {
	background-color: #fff;
}
.kontribushonnan main {
	background-color: #f5f5f5;
}

.home-news-area {
	background-color: #f5f5f5;
}

.arrow {}
.arrow-left {
	float:left;
}
.arrow-left i {
	margin-right:10px;
}
.arrow-right {
	float:right;
}
.arrow-right i {
	margin-left:10px;
}
.grey-bg {
	background-color:	#fff;
}

.kontakto main {	/* , .ken-nos-ta main*/
	background-color:	#f5f5f5;
}
.kontakto p , .ken-nos-ta p , .special p {
	/*font-family: 'callunaregular_6', 'Open Sans',	sans-serif;*/
	font-size: 16px;
}

.container_donate , .doneer_floating {
	display:none;
}

@media (min-width: 768px) {
	.container_donate {
		position:fixed;
		display:block;
		bottom: 120px;
		width:100%;
		z-index:1000;
		pointer-events: none;
	}
	.container_donate a {
		pointer-events: auto;
	}
	.doneer_floating {
		position:relative;
		display:block;
		float:right;
		right:30px;
		width:169px;
		text-align:center;
		font-size:13px;
		line-height:13px;
		heig1ht:13px;
		padding:25px 0;
		background-color:#1a2c69;
		color:#fff;
		border-radius:3px;
		-webkit-box-shadow: 1px 1px 4px 0px rgba(0,0,0,0.5);
		-moz-box-shadow: 1px 1px 4px 0px rgba(0,0,0,0.5);
		box-shadow: 1px 1px 4px 0px rgba(0,0,0,0.5);
	}

	.doneer_floating.donate-red-button {
		background-color: #d0021b;
		border-radius: 5px;
		color: #fff;
		padding: 15px 35px;
		width:auto;
	}

	.doneer_floating:hover {
		text-decoration:none;
		color:#f5f5f5;
	}
}
@media (max-width: 1023px) and (min-width: 768px) {
	.container_donate {
		bottom: 60px;
	}
}
.sharethis-inline-share-buttons {
	margin-top:15px;
}

.radio_option_ideal + label , .radio_option_paypal + label , .radio_option_creditcard + label , .radio_option_banktransfer + label {
	padding-left:30px;
	height:27px;
	line-height:27px;
	margin-bottom:2px;

}
.radio_option_ideal + label {
	background:url(../image/payment_method_ideal.png) no-repeat;
}
.radio_option_paypal + label {
	background:url(../image/payment_method_paypal.png) no-repeat;
}
.radio_option_creditcard + label {
	background:url(../image/payment_method_creditcard.png) no-repeat;
}
.radio_option_banktransfer + label {
	background:url(../image/payment_method_banktransfer.png) no-repeat;
}

.projectCategory , .projectSubcategory {
	color:#333;
}



body.solidaridat-korsou-corona p {
	color:#000 !important;
}


.flag_heart {
	display: block;
	width: 85px;
	height:74px;
	background:url(../image/Curacao-heart.png) no-repeat;
	background-size: contain;
}

.green-link {
	color:#339c40;
}
.green-bg {
	background-color: #339c40;
	/*padding:100px 0;*/
}
.green_area .img {
	width:100%;
	padding-bottom:48%;
	background:url(../image/green_area.png) no-repeat;
	background-size: cover;
}

.partners {
	padding:55px 0 105px 0;
}
.partner {
	min-height: 100px;
	overflow: hidden;
}
.partners .logos {
	text-align: center;
}
.partners .logos a {
	display:inline-block;
	margin:0 30px;
}
.tikkie {
	display: block;
	width: 61px;
	height:27px;
	background:url(../image/tikkie.png) no-repeat;
}
.small-text {
	font-size:12px !important;
	/*text-align: justify;*/
}
.doneer-vandaag h3 {
	font-weight: bold;
	color: #000 !important;
}
.logo_voedselbank {
	width:134px;
	height:48px;
	background: url(../image/Voedselbank-Logo.png) no-repeat;
}

body.solidaridat-korsou-corona .homepage-header , body.solidaridat-korsou-corona .main {
	background-color: transparent;
}
body.solidaridat-korsou-corona .nav > li > a , body.special .nav > li > a {
	padding:10px 10px;
}
body.solidaridat-korsou-corona .navbar-default .navbar-nav > li > a , body.special .navbar-default .navbar-nav > li > a{
	color:#339c40;
}

body.solidaridat-korsou-corona .home-projects .project-item {
	background-color: transparent;
}
.doneer-vandaag {
	padding-top:0 !important;;
}
.doneer-vandaag p {
	padding-top:20px !important;
}
.green-bg ul {
	display: block;
	position: relative;
	margin:0 auto;
	width:90%;
	overflow: hidden;
	list-style: none;

	padding-inline-start:0;
}
.green-bg li {
	/*width:50%;*/
	width:100%;
	float:left;
	color:#fff;
	text-align: center;
}
.green-bg li .icon {
	display: block;
	position: relative;
	width: 62px;
	height:46px;
	background: url(../image/green-bg.png) no-repeat;
	margin:0px auto 38px auto;
}
.green-bg li h3 {
	font-size: 60px;
	height:60px;
	line-height: 60px;
	font-weight: bold;
	color:#fff;
}
.green-bg li span {
	font-size: 20px;
}
.voedselpakketten_uitgedeeld .icon {background-position: 0 0;}
.gezinnen_geholpen .icon {background-position: -62px 0 !important;}
.flessen_water .icon {background-position: -104px 0 !important;}
.green-bg li .line {
	width:1px;
	height:70%;
	border-left:solid 1px #7fc187;
	margin-top:25px;
}

.videos {
	/*position: relative;*/
	padding-top:0px;
	min-height:160px;
	/*background-color: #1f3370;;*/
}
.videos h2 {
	color:#000 !important;
	font-weight: bold;
	font-size:40px;
}
.videos h5 {
	color: #eae7e9;
	font-size: 180px;
	height:180px;
	line-height: 180px;
	z-index: 0;
	left:0;
	top:40px;
	font-weight: bold;
	margin:0 !important;
}
.videos .green-link {
	font-size:14px;
	margin-top:10px;
	/*margin-top:-65px;*/
}
.videos .feed {
	float:right;
	width:100%;
	/*margin-top:-40px;*/
	min-height:100px;
	overflow: hidden;
	margin-top:20px;
}

.youtube_thumbnail {
	float:left;
	width:31%;
	padding-top:20%;
	height:200px !important;
	/*margin-left:20px;*/
	background-size: cover;
	margin:1%;
}
.youtube_thumbnail + .youtube_thumbnail {
	/*margin-left:2%;*/
}

.opgehaald {
	background-color: #f4fbf5;
}
.opgehaald_padding {
	padding:40px 60px;
}

.opgehaald_thumb {
	float:left;
	width:70px;
	height:68px;
	border-radius: 34px;
	/*background: url(/inc/image/Donation-Box.png) no-repeat;*/
	background: url(/inc/image/logo_shelter.png) no-repeat;
	background-size: cover;
	margin-right:20px;
}
.opgehaald h4 {
	float:left;
	color:#000;
	font-size:14px;
	font-weight:bold;
	margin:0 0 10px 0 !important;
	padding:0;
	width:70%;
}
.opgehaald strong {
	float:left;
	font-size:60px;
	color:#339c40;
	font-weight:bold;
	width:70%;
}
.progress_indicator {
	position: relative;
	width:100%;
	margin: 80px 0 20px 0;
	height:14px;
	background-color: #fff;
}
.progress_indicator div {
	position: absolute;
	left:0;
	top:0;
	height:14px;
	background-color: #339c40;
}
.opgehaald .details {
	font-size:14px;
}
.opgehaald .details span {
	font-size:28px;
	font-weight: bold;
}


body.solidaridat-korsou-corona .toggle-sign-up-form:hover {
	text-decoration: none;
	color:#fff;
}
body.solidaridat-korsou-corona .footer , body.special .footer {
	background-color: #f0f0f0;
	font-size: 1.4rem;
	padding: 55px 0;
	color: #000;
}
.logo_footer_full {
	display: block;
	width:332px;
	height:127px;
	background: url(../image/logo_footer_full.png) no-repeat;
	margin-left:133px;
}


.radio_option_ideal_ABNANL2A + label {
	background: url(https://www.mollie.com/images/checkout/v3/ideal-issuer-icons/ABNANL2A.png) no-repeat;
}
.radio_option_ideal_INGBNL2A + label {
	background: url(https://www.mollie.com/images/checkout/v3/ideal-issuer-icons/INGBNL2A.png) no-repeat;
}
.radio_option_ideal_RABONL2U + label {
	background: url(https://www.mollie.com/images/checkout/v3/ideal-issuer-icons/RABONL2U.png) no-repeat;
}
.radio_option_ideal_ASNBNL21 + label {
	background: url(https://www.mollie.com/images/checkout/v3/ideal-issuer-icons/ASNBNL21.png) no-repeat;
}
.radio_option_ideal_BUNQNL2A + label {
	background: url(https://www.mollie.com/images/checkout/v3/ideal-issuer-icons/BUNQNL2A.png) no-repeat;
}
.radio_option_ideal_HANDNL2A + label {
	background: url(https://www.mollie.com/images/checkout/v3/ideal-issuer-icons/HANDNL2A.png) no-repeat;
}
.radio_option_ideal_KNABNL2H + label {
	background: url(https://www.mollie.com/images/checkout/v3/ideal-issuer-icons/KNABNL2H.png) no-repeat;
}
.radio_option_ideal_MOYONL21 + label {
	background: url(https://www.mollie.com/images/checkout/v3/ideal-issuer-icons/MOYONL21.png) no-repeat;
}
.radio_option_ideal_RBRBNL21 + label {
	background: url(https://www.mollie.com/images/checkout/v3/ideal-issuer-icons/RBRBNL21.png) no-repeat;
}
.radio_option_ideal_SNSBNL2A + label {
	background: url(https://www.mollie.com/images/checkout/v3/ideal-issuer-icons/SNSBNL2A.png) no-repeat;
}
.radio_option_ideal_TRIONL2U + label {
	background: url(https://www.mollie.com/images/checkout/v3/ideal-issuer-icons/TRIONL2U.png) no-repeat;
}
.radio_option_ideal_FVLBNL22 + label {
	background: url(https://www.mollie.com/images/checkout/v3/ideal-issuer-icons/FVLBNL22.png) no-repeat;
}


.radio_option_ideal_ABNANL2A + label , .radio_option_ideal_INGBNL2A + label , .radio_option_ideal_RABONL2U + label , .radio_option_ideal_ASNBNL21 + label , .radio_option_ideal_BUNQNL2A + label , .radio_option_ideal_HANDNL2A + label , .radio_option_ideal_KNABNL2H + label , .radio_option_ideal_MOYONL21 + label , .radio_option_ideal_RBRBNL21 + label , .radio_option_ideal_SNSBNL2A + label , .radio_option_ideal_TRIONL2U + label , .radio_option_ideal_FVLBNL22 + label {
	padding-left:40px;
	height:27px;
	line-height:27px;
	margin-bottom:2px;
	background-size:contain;

}

.missie-image {
	background-image:url(/inc/image/Missie-Desktop.jpg);
}
.hero {
	background-image:url(/inc/image/KSD-Hero-1.jpg);
	/*background-image:url(/inc/image/Hero-Desktop.png);*/
}
body.violensia-domestiko .hero {
	background-image:url(/inc/image/violensha-domestiko-hero1.jpg);
	/*background-image:url(/inc/image/Hero-Desktop.png);*/
}
#missie h3 {
	color:#000 !important;
	font-weight: bold;
}
body.violensia-domestiko #missie p {
	padding-top:0;
}

.partner .logo {
	display:block;
	float:left;
	margin-right:10px;
	width:179px;
	height:126px;
	background: url(/inc/image/logos/logos.png) no-repeat;
}
.partner h3 {
	font-weight: bold;
	color:#000;
	font-size:24px;
}
.partner h3 a {
	color:#000;
}
.partner p {
	color:#000;
	font-size:14px;
}
.partner_paradisefm.logo {
	background-position: 0 -882px;
}
.partner_kooyman.logo {
	background-position: 0 -756px;
}
.partner_ksd.logo {
	background-position: 0 -630px;
}
.partner_voedselbank.logo {
	background-position: 0 -508px;
}
.partner_caritas.logo {
	background-position: 0 -126px;
}
.partner_unidat_di_bario.logo {
	background-position: 0 -378px;
}
.partner_aliansa.logo {
	background-position: 0 -252px;
}
.partner_rotary.logo {
	background-position: 0 0;
}

.logo_aliansa {
	display:block;
	float:left;
	margin-right:10px;
	width:179px;
	height:126px;
	background: url(/inc/image/logos/logos.png) no-repeat;
	background-position: 0 -252px;
}



.cookie_consent {
	position: fixed;
	left:0;
	right:0;
	bottom:0;
	height:auto;
	min-height:20px;
	overflow:hidden;
	background-color: rgba(0, 0, 0, 0.90);
	font-size:14px;
	color:#fff;
	font-weight: bold;
	padding: 15px;
	text-align:center;
	z-index:1005;
}
.cookie_consent a.button-blue-full {
	padding:5px 10px;
	width:auto;
	display:inline-block;
	margin: 10px auto;
	/*border: solid 1px white;*/
	/*padding:2px;*/
	/*border-radius: 3px;*/
}
.cookie_consent a.button-blue-full:hover {
	text-decoration: none !important;
	color:#ccc !important;
}
.onlydesktop {
	display:block;
}
.onlymobile {
	display:none;
}
@media (max-width: 767px) {
	.cookie_consent {
		bottom:49px;
	}
	.first_block_heart {
		margin-top:-50px;
	}
	.first_block_heart .size40 {
		font-size:23px;
	}
	.first_block_heart .size60 {
		font-size:40px;
	}
	.first_block_heart p {
		padding-top:10px !important;
	}
	.opgehaald h4 {
		font-size:12px;
	}
	.opgehaald strong {
		font-size:34px;
	}
	.opgehaald_padding {
		padding:20px 30px 30px 30px;
	}
	.opgehaald_padding .col-sm-12 {
		margin-bottom:10px;
		padding:0 !important;
	}
	.videos {
		overflow:hidden;
		height:auto !important;
		min-height: 100px;
		padding-bottom: 0 !important;;
	}
	.videos .size40 {
		font-size:23px;
	}
	.videos h5 {
		font-size: 80px;
		height:80px;
		line-height: 80px;
		top:40px;
	}
	.videos .green-link {
		/*margin-top:90%;*/
		margin-top:0;
	}
	.videos .feed {
		width:100%;
		/*margin-top:-15px;*/
		overflow:hidden;
	}
	.videos .project-item {
		height:auto !important;
	}
	.youtube_thumbnail {
		float:right;
		width:100%;
		padding-top:50%;
		height:auto !important;
		/*height:320px !important;*/
		background-size: cover;
		margin-bottom:6px;
	}

	.youtube_thumbnail + .youtube_thumbnail {
		margin-left:0 !important;
	}


	.onlydesktop {
		display:none;
	}
	.onlymobile {
		display:block;
	}

	.doneer-vandaag {
		padding-top:0 !important;
	}
	.doneer-vandaag .project-item {
		height:auto !important;
	}
	.doneer-vandaag p {
		padding-top:20px !important;
	}
	.tikkie-qrcode {
		display:none !important;
	}
	.missie-image {
		background-image:url(/inc/image/Missie-Mobile.jpg);
	}
	.hero {
		background-image:url(/inc/image/Hero-Mobile.png);
	}
	.green-bg ul {
		margin:0 auto;
		width:100%;
		padding-inline-start: 0;
	}
	.green-bg li {
		width:100%;
		float:none;
	}
	.green-bg li + li {
		margin-top:60px;
	}
	.green-bg li .line {
		display:none;
	}
	.green-bg li .icon {
		margin:0px auto 10px auto;
	}
	.partners .center-text {
		text-align: left;
	}
	.partner .logo {
		float:none;
		margin:0 auto;
	}
	.partner h3 {
		margin-top:0;
	}
	.menu-green-button {
		max-width: 160px;
		font-size: 12px;
		float: left;
		margin-right: 10px;
		text-align: center;
		padding: 3px;
		margin-top: 0;
	}
	.navbar-default .navbar-nav {
		margin-top:0;
		float:right;
	}
	.nav .donate-red-button {
		padding: 15px 20px;
		margin-right: 20px;
		margin-top:10px;
	}
}


.madeby {
	display: block;
	/* position: absolute; */
	bottom: 0;
	width: 100%;
	text-align: center;
	font-size: 12px;
}

.logo_shc {
	height:86px;
	margin-bottom:30px;
	background: url(../image/logo_shc.png) no-repeat;
	background-position-x: 30px;
}
.logo_vd {
	height:146px;
	margin-bottom:30px;
	background: url(../image/logo_white_background_195.png) no-repeat;
	background-position-x: 30px;
}

.tikkie_vb {
	width:100%;
	padding-bottom:100%;
	background: url(../image/tikkie_vd.png);
	background-size: contain;
}

.solidaridat-korsou-corona.special h2 {
	font-size:35px !important;
}

.shelter-curacao ul li {
	font-size:16px;
}