html {
		height: 100%;
		overflow: hidden;
	}

	body {
		height:100%;
		overflow: auto;
		-webkit-overflow-scrolling: touch;
	}
	
	html {
		height: 100%;
		background: #ab4545;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}
	
	
	a {
    color: #000 !important;
    text-decoration: none;
}

#verbhaal {
    font-size: 3vw;
    color: #000;
    font-family: montserrat;
    font-weight: 900;
    letter-spacing: 4px;
}

.zwart{
	color: #000 !important;
}

.btn--zwart{
	display: inline-block;
    padding: 20px 30px;
    font-weight: 700;
    font-size: 1.5rem;
    color: #fff !important;
    background: linear-gradient(to right, white 50%, black 50%);
    background-size: 300% 100%;
    background-position: right bottom;
    transition: all .5s ease-out;
}

.btn--zwart:hover {
    padding: 20px 30px;
    color: #000 !important;
    text-decoration: none !important;
    background-position: left bottom;
}

.line {
    width: 200px;
    position: absolute;
    height: 5px;
    background-color: #000;
    top: 20%;
    transform: rotate(45deg);
    transform-origin: 0% 0%;
}
	
	.flexbox #cspio-page{
		align-items: center;
		justify-content: center;
	}

	.cspio body {
		background: #ab4545;
	}

	.cspio body, .cspio body p{
        font-family: Helvetica, Arial, sans-serif;
		font-weight: 400;
        font-size: 20px;
        line-height: 1.50em;
        color:#ffffff;
    }

	::-webkit-input-placeholder {
		font-family:Helvetica, Arial, sans-serif;
		font-weight: 400;
		font-style: ;
	}

	::-moz-placeholder {
		font-family:Helvetica, Arial, sans-serif;
		font-weight: 400;
		font-style: ;
	} 

	:-ms-input-placeholder {
		font-family:Helvetica, Arial, sans-serif;
		font-weight: 400;
		font-style: ;
	} 

	:-moz-placeholder {
		font-family:Helvetica, Arial, sans-serif;
		font-weight: 400;
		font-style: ;
	}

    .cspio h1, .cspio h2, .cspio h3, .cspio h4, .cspio h5, .cspio h6{
        font-family: 'Montserrat';
        color:#ffffff;
    }
	
	.cspio-logo {
		width: 500px;
		margin-bottom: 4rem;
	}

	#cspio-headline{
		font-family: 'Montserrat';
		font-weight: 400;
		font-size: 30px;
		color:#1d1d1b;
		line-height: 1.00em;
	}
	
	#cspio-page #cspio-description {
		color: #213950 !important;
	}
	
	#cspio-description{
		font-family: 'Montserrat';
		font-weight: 700;
		font-size: 24px;
		color:#fff;
		line-height: 1.00em;
		line-height: 20px;
		letter-spacing: 4px;
		margin: auto;
		text-align: center;

	}


	.cspio button{
        font-family: Helvetica, Arial, sans-serif;
		font-weight: 400;
		font-style: ;
    }
	
    #cspio-page .cspio a, .cspio a:visited, .cspio a:hover, .cspio a:active{
		color: #000;
	}

	#cspio-socialprofiles a {
	  color: #ffffff;
	}
	.cspio .btn-primary,
	.cspio .btn-primary:focus,
	.gform_button,
	#mc-embedded-subscribe, .submit-button {
		color: black;
		text-shadow: 0 -1px 0 rgba(255,255,255,0.3);
		background-color: #ffffff;
		background-image: -moz-linear-gradient(top,#ffffff,#d9d9d9);
		background-image: -ms-linear-gradient(top,#ffffff,#d9d9d9);
		background-image: -webkit-gradient(linear,0 0,0 100%,from(#ffffff),to(#d9d9d9));
		background-image: -webkit-linear-gradient(top,#ffffff,#d9d9d9);
		background-image: -o-linear-gradient(top,#ffffff,#d9d9d9);
		background-image: linear-gradient(top,#ffffff,#d9d9d9);
		background-repeat: repeat-x;
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#d9d9d9', GradientType=0);
		border-color: #d9d9d9 #d9d9d9 #b3b3b3;
		border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
		*background-color: #d9d9d9;
		filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	}

	.cspio .btn-primary:hover,
	.cspio .btn-primary:active,
	.cspio .btn-primary.active,
	.cspio .btn-primary.disabled,
	.cspio .btn-primary[disabled],
	.cspio .btn-primary:focus:hover,
	.cspio .btn-primary:focus:active,
	.cspio .btn-primary:focus.active,
	.cspio .btn-primary:focus.disabled,
	.cspio .btn-primary:focus[disabled],
	#mc-embedded-subscribe:hover,
	#mc-embedded-subscribe:active,
	#mc-embedded-subscribe.active,
	#mc-embedded-subscribe.disabled,
	#mc-embedded-subscribe[disabled] {
		background-color: #d9d9d9;
		*background-color: #cccccc;
	}

	.cspio .btn-primary:active,
	.cspio .btn-primary.active,
	.cspio .btn-primary:focus:active,
	.cspio .btn-primary:focus.active,
	.gform_button:active,
	.gform_button.active,
	#mc-embedded-subscribe:active,
	#mc-embedded-subscribe.active {
		background-color: #bfbfbf;
	}

	.form-control,
	.progress {
		background-color: rgba(255, 255, 255, 0.85);
	}

	#cspio-progressbar span,
	.countdown_section {
		color: black;
		text-shadow: 0 -1px 0 rgba(255,255,255,0.3);
	}

	.cspio .btn-primary:hover,
	.cspio .btn-primary:active {
		color: black;
		text-shadow: 0 -1px 0 rgba(255,255,255,0.3);
		border-color: #e6e6e6;
	}

	.cspio input[type='text']:focus {
		webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(217,217,217,0.6);
		-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(217,217,217,0.6);
		box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(217,217,217,0.6);
	}
    
    #cspio-content {
		display: none;
		max-width: 90%;
		background-color: #fff;
		-webkit-border-radius: 2px;
		border-radius: 2px;
		-moz-background-clip: padding;
		-webkit-background-clip: padding-box;
		background-clip: padding-box;
		background-color:transparent;
		margin: auto;
		text-align: center;
	}
    
	.cspio .progress-bar,
	.countdown_section,
	.cspio .btn-primary,
	.cspio .btn-primary:focus,
	.gform_button {
		background-image: none;
		text-shadow: none;
	}

	.cspio input,
	.cspio input:focus {
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
	}
							
	#cspio-page{
		height: 70%;
		background-color: #fff !important;
		min-height: auto !important;
		position: relative;
	}
	
	div#cspio-content {
    top: 50%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
}

	.cspio body{

		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#3b000000',GradientType=1 ); 
	}
	
footer {
    margin-left: auto;
    margin-right: auto;
    width: 70%;
    height: 30%;
    padding-top: 100px;
	padding-bottom: 100px;
}
	
	footer #cspio-description{
		color: #fff !important;
	}
	
	footer #cspio-description a{
		color: #fff !important;
	}
	
	footer > h3{
	
		font-size: 18px !important;
		line-height: 24px !important;
		margin-top: 0px !important;
		
	}


	#cspio-subscribe-btn{
	    background:transparent;
	    border: 1px solid #fff !important;
	    color: #fff;
	}

	#cspio-subscribe-btn:hover{
	    background: rgba(255,255,255,0.2);
	    color: #fff;
	}

	#cspio-credit img{
		margin-left:auto;
		margin-right:auto;
		width:125px;
		    margin-top: -4px;
	}

	#cspio-credit {
		font-size:11px;
	}
	
		@media (max-width: 1024px){
	
		.cspio-logo {
			width: 250px;
			margin-bottom: 4rem;
		}
	
		#cspio-headline{
			font-size: 1.4em;
			font-weight: 500;
			line-height: 1.00em;
		}
			
		
		#cspio-description{
			font-family: 'Raleway';
			font-weight: 500;
			font-size: 0.5em;
			line-height: 1.00em;
			text-transform: uppercase;

		}
	}	
	
	@media (max-width: 500px){
		
		.cspio-logo {
			width: 250px;
			margin-bottom: 4rem;
		}
		
		.line {
			width: 100px;
			position: absolute;
			height: 5px;
			background-color: #000;
			top: 10%;
			transform: rotate(45deg);
			transform-origin: 0% 0%;
		}
	
		#cspio-headline{
			font-family: 'Montserrat';
			font-weight: 400;
			font-size: 0.8em !important;
			color:#000;
			line-height: 1.70em !important;
		}
			
		
		#cspio-description{
			font-family: 'Raleway';
			font-weight: 700;

			font-size: 0.6em;
			color:#000;
			line-height: 20px !important;
			text-transform: uppercase;

		}
		
		footer {
			margin-left: auto;
			margin-right: auto;
			width: 70%;
			height: 30%;
			padding-top: 40px;
			padding-bottom: 40px;
		}
		
		footer #cspio-description{
			color: #fff !important;
		}
		
		footer > h3{
	
		font-size: 13px !important;
		line-height: 15px !important;
		
		}
	
	}