/*KLEUREN*/
/*
basisblauw: #305199;
blauw1: #1C2F59;
blauw2: #4879E5;
blauw3: #3458A6;
blauw4: #28437F;
basisgrijs: #706F6F;
wit: #FCFAFA;
lichtergrijs: #BCBBBB;
lichtgrijs: #7D7C7C;
donkergrijs: #565656;
*/
body{
	background-color: #FCFAFA !important;
	color: #565656;
	font-family: 'Cabin', sans-serif;
}

h1,h2,h3,h4,h5,h6{
	font-family: 'Raleway', sans-serif;
}

p{
	font-family: 'Cabin', sans-serif;
	font-size:18px;
}

#header{
	padding: 20px 0;
	background-color:#FCFAFA; 
}

#header a{
	line-height: 65px;
	font-size:18px;
	font-family: 'Raleway', sans-serif; 
	color: #305199;
	text-decoration: none;
	float:right;
	font-weight: 700;
	transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

#header a:focus,
#header a:hover,
#header a:active{
	text-decoration: none;
	color: #4879E5;
}

.blox.page-title-x.blox1{
	background: url("../img/bikers_web.jpg") fixed center top;
	background-size: cover;
	background-repeat: no-repeat;
	min-height:890px;
}

.blox.page-title-x.blox1 h1{
	color: #FCFAFA;
	margin-left: 250px;
	font-size: 46px;
	letter-spacing: 0.2px;
}

.highlight{
	padding: 80px 0;
	background-color: #4879E5;
}


.highlight .quote{
	color: #FCFAFA; 
	font-size: 22px;
	font-family: 'Raleway', sans-serif;
}

.highlight img{
	height: 150px;
	width: auto;
	display: block;
	margin: 0 auto;
}

.render{
	background-color:rgba(188, 187, 187, 0.2);
	background: url("../img/hoofdrender.png");
	background-attachment: fixed;
	background-position:center;
	background-size: cover;
	background-repeat: no-repeat;
	height:600px;
}

.page-content{
	background-color: #FCFAFA !important; 
	overflow:hidden;
}

.blox{
	background-color:#FCFAFA; 
}

.blok{
	clear: none !important;
	background: #FCFAFA;
	min-height: 400px;
}


.blok .content {
   line-height: 1.5;
   padding: 80px 100px;
   top: 50%;
   transform: translateY(-50%);
   position: absolute;
}


.blok .content h3{
	color: #4879E5;
	letter-spacing: 0.2px;
	padding-bottom: 10px;
}

.blox3{
	background: url("../img/Sim-straat-1-FINAL_web.jpg") center center;
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 400px;
}

.blox2 img{
	max-height:400px;
	vertical-align: middle;
	display: inline;
}

.blox1{
	background-color:#FCFAFA;
}

/*.blox3{
	border-top: 40px solid #BCBBBB;
	border-bottom: 40px solid #BCBBBB;
}*/

.blox3,.blox4{
	background-color:rgba(188, 187, 187, 0.2);
}

.blox5{
	background-color:#FCFAFA;
}

.blox6{
	background: url("../img/Front.png") center center;
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 400px;
}

.blox7{
	background: url("../img/bikes_in_the_city_web.jpg") center center;
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 400px;
}

.blox8{
	background-color:rgba(188, 187, 187, 0.2);
}

.clearfix:after{
	visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
}

.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }

.winwinwin{
	padding: 80px 0;
	background-color:#4879E5;
}

.winwinwin h3{
	color: #FCFAFA;
	padding-bottom: 1em;
}

.winwinwin .icon-box3{
	padding: 0 30px;	
}

.winwinwin .icon-box3 i{
	color: #BCBBBB;
}

.winwinwin .icon-box3 h4,
.winwinwin .icon-box3 p{
	color: #FCFAFA;
}

.winwinwin .icon-box3 p{
	font-size:16px;
}

.cta{
	background-color:#1C2F59 !important;
}

.cta h4{
	padding-bottom: 1em;
}

.cta input{
	width: 100px;
	margin: 0 auto;
}

#contact{
	padding: 80px 0;
}

#contact .max-title33 h2{
	color: #FCFAFA;
	font-weight: 700;
	font-size: 26px;
    line-height: 1.4;
    position: relative;
    padding-bottom: 22px;
}

#contact h4{
	color: #FCFAFA;
}

#contact .submit{
	padding: 15px 30px;
	width: 160px;
	background-color: #4879E5;
	color: #FCFAFA;
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
	letter-spacing: 1.2px;
	font-weight:700;
	transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
	text-decoration: none;
}


#contact .submit:focus,
#contact .submit:hover,
#contact .submit:active{
	text-decoration: none;
	background-color: rgba(72, 121, 229, 0.6);
}

footer{
	padding: 80px 0 30px;
	background-color: #565656;
	font-size: 16px;
}

footer p{
	color:#BCBBBB;
}

footer p a{
	text-decoration: none;
	color: #4879E5;
	transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

footer p a:focus,
footer p a:hover,
footer p a:active{
	text-decoration: none;
	color: rgba(72, 121, 229, 0.6);
}

footer img{
	width: 30%;
	display:block;
	margin: 0 auto;
	margin-top: 10%;
}

::selection{
	background:#305199;
	color:#FCFAFA; 
}

@media screen and (max-width: 1024px){
	.blok .content{
		padding: 60px 80px;
	}
	.blox1,.blox2{
		min-height: 500px;
	}
}

@media screen and (max-width:768px){
	.blox.page-title-x.blox1 h1{
		margin-left:100px;
	}
	.highlight .quote{
		padding: 0 60px;
	}
	.blok,.blox3,.blox6,.blox7{
		min-height: 500px;
	}
	.blox1{
		min-height: 700px;	
	}
	.blox2 img{
		margin: 25% 0;
	}
	.blok .content{
		padding: 40px;
	}
	#header a{
		margin-right: 1em;
	}
	.cta input{
		width: 200px;
	}
	footer img{
		width: 50%;
	}
}

@media screen and (max-width:425px){
	.blox.page-title-x.blox1{
		min-height: 500px;
	}
	.blox.page-title-x.blox1 h1{
		margin-left:0;
		font-size: 36px;
	}
	.highlight .quote{
		padding:0;
	}
	.blox5,.blox8{
		min-height: 300px;
	}
	.blox6,.blox2{
		display:none;
		visibility:hidden;
	}
	.blox2 img{
		margin: 0 auto;
	}
	.winwinwin .icon-box3{
		padding: 16px 0;
	}
	#contact .max-title33 h2{
		font-size: 22px;
	}
	footer img{
		padding-bottom: 2em;
	}	
}