@font-face {
	font-family: 'Museo300-Regular';
	src: url('fonts/Museo300-Regular.eot?#iefix') format('embedded-opentype'),  url('fonts/Museo300-Regular.otf')  format('opentype'),
		 url('fonts/Museo300-Regular.woff') format('woff'), url('fonts/Museo300-Regular.ttf')  format('truetype'), url('fonts/Museo300-Regular.svg#Museo300-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Museo-700';
	src: url('fonts/Museo-700.eot?#iefix') format('embedded-opentype'),  url('fonts/Museo-700.otf')  format('opentype'),
		 url('fonts/Museo-700.woff') format('woff'), url('fonts/Museo-700.ttf')  format('truetype'), url('fonts/Museo-700.svg#Museo-700') format('svg');
	font-weight: normal;
	font-style: normal;
}

* {
	padding:0;
	margin: 0;
	-moz-text-size-adjust: none;
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
	text-size-adjust: none;
	font-family: 'Museo300-Regular';
	
} 
html, body {
	height: 100%;
}
#wrap {
	min-height: 100%;
}
#main {
	overflow:auto;
	padding-bottom: 320px;
} 
#footer {
	position: relative;
	margin-top: -320px;
	height: 320px;
	clear:both;
	background-color: #333333;
} 
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;
}
#header {
	position: fixed;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	z-index: 9999999;
	width: 100%;
	height: 150px;
	background-image: url(img/bg_header.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
#content {
	height: auto;
	background-color: #f3f3f3;
}
#header.sticky {
	height: 100px;
}
#header_main {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
}
#clear {
	clear: both;
}
#logo {
	float: left;
	margin-top: 5px;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
#header.sticky #logo {
	margin-top: 5px;
}
#logo img {
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	width: 200px;
	}
#header.sticky #logo img{
	width: 120px;
}
#menu {
    float: right;
    width: 763px;
	margin-top: 60px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
#header.sticky #menu {
	margin-top: 30px;
}
#logo img {

}
#menu ul {
	list-style-type: none;
}
#menu ul li a {
	float: left;
	color: #333333;
	text-decoration: none;
	font-size: 20px;
	line-height: 30px;
	padding-right: 10px;
	padding-left: 10px;
	margin-left: 20px;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	font-family: 'Museo-700';
}
#menu ul li a.active, #menu ul li a:hover {
	color: #EE1D23;
}
#banner, #alt_banner {
	width: 100%;
	margin-top: 140px;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
#banner.sticky, #alt_banner.sticky {
	margin-top: 90px;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
#bar {
	background-color: #333;
	height: 40px;
}
#welkom {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 50px;
	font-size: 20px;
	line-height: 30px;
	padding-bottom: 100px;
	color: #333;
}
h1 {
	font-family: 'Museo-700';
	margin-bottom: 30px;
	}
	h1 span, h2 span {
	color: #EE1D23;
	font-family: 'Museo-700';
}
#line {
	background-color: #333;
	height: 1px;
	width: 900px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}
h2 {
	font-family: 'Museo-700';
	font-size: 24px;
	margin-bottom: 20px;
}
.button {
	font-size: 30px;
	line-height: 60px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000;
	text-align: center;
	height: 60px;
	width: 300px;
	border: 3px solid #000;
	text-decoration: none;
	display: inline-block;
	letter-spacing: normal;
	margin-top: 30px;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	background: none;
	background: linear-gradient(to left, rgba(255, 0, 0, 0) 50%, rgba(238, 29, 35, 1) 50%);
	background-size: 200% 100%;
	background-position:right bottom;
	transition:all 1s ease;
}
.button:hover {
	background-color: #FFF;
	color: #FFF;
	background-position:left bottom;
	border: 3px solid #EE1D23;
}
strong {
	font-family: 'Museo-700';
}
#spotlight {
	background-color: #333;
	color: #FFF;
	font-size: 20px;
	line-height: 30px;
}
#spotlight_main {
	width: 1200px;
	padding-top: 50px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	padding-bottom: 50px;
}
#solution {
	height: auto;
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 100px;
	padding-bottom: 50px;
	text-align: center;
	font-size: 20px;
	line-height: 30px;
}
#spotlight01 {
	float: left;
	margin-top: -80px;
	position: absolute;
}
#spotlight02 {
	float: right;
	width: 500px;
	color: #FFF;
}
#spotlight02 h2 {
	color: #FFF;
}
.button2 {
	font-size: 30px;
	line-height: 60px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	height: 60px;
	width: 200px;
	border: 3px solid #fff;
	text-decoration: none;
	display: block;
	letter-spacing: normal;
	margin-top: 20px;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	background: none;
	background: linear-gradient(to left, rgba(255, 0, 0, 0) 50%, rgba(238, 29, 35, 1) 50%);
	background-size: 200% 100%;
	background-position:right bottom;
	transition:all 1s ease;
	font-family: 'Museo-700';
}
.button2:hover {
	background-color: #000;
	color: #FFF;
	background-position:left bottom;
}
#spotlight01 img {
	width: 650px;
}
#solution a {
	color: #EE2538;
	text-decoration:none;
}
#footer_main {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 25px;
}
#footer01 {
	float: left;
	width: 750px;
	padding-top: 92px;
}
#footer01 ul {
	list-style-type: none;
}
#footer01 ul li a {
	float: left;
	color: #FFF;
	text-decoration: none;
	font-size: 20px;
	line-height: 30px;
	padding-right: 5px;
	padding-left: 5px;
	margin-left: 5px;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	font-family: 'Museo-700';
}
#footer01 ul li a.active, #menu ul li a:hover {
	color: #EE1D23;
}
#footer02 {
	float: right;
	width: 450px;
}
#footer02 label span {
	color: #FFF;
	float: left;
	width: 100px;
}
#footer02 label {
	color: #FFF;
	display: block;
	font-size: 20px;
	line-height: 30px;
}
#footer02 label a {
	color: #FFF;
	text-decoration: none;
}
#footer02 img {
	margin-bottom: 20px;

}
#formulier {
	height: auto;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding: 50px;
	background-color: #FBFBFB;
}
#contact label {
	display: block;
	text-align: left;
	height: auto;
	width: 100%;
	margin-bottom: 20px;
	line-height: 40px;
}
#contact label span {
	float: left;
	width: 300px;
	font-size: 18px;
}
#contact label input, #contact textarea {
	border: 1px solid #CCC;
	width: 450px;
	padding: 5px;
	font-size: 18px;
}
#contact textarea {
	height: 200px;
}
#spam {
	width: 450px;
	margin-left: 300px;
	text-align: left;
}
#code {
	background-color: #FFF;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 300px;
	border: 1px solid #CCC;
	height: 60px;
	width: 200px;
	padding-top: 20px;
}
#contact_form_errorloc {
	margin-left: 300px;
	color: #C00;
	text-align: left;
}
#contact_form_errorloc ul {
	list-style-type: none;
}
.afb {
	padding: 10px;
	border: 1px solid #CCC;
	-moz-box-shadow: 0px 0px 20px 1px rgba(204,204,204,1);
	box-shadow: 0px 0px 20px 1px rgba(204,204,204,1);
}
#spam p {
	font-size: 14px;
}
#spam p a {
	color: #333;
}

#banner img {
	float: left;
	width: calc(100% / 8);
	opacity: 0;
	border:#FFF 2px solid;
	box-sizing: border-box;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
	filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");
	-webkit-filter: grayscale(100%); /* New WebKit */    
    -ms-filter: grayscale(100%); 
    -o-filter: grayscale(100%); /* Not yet supported in Gecko, Opera or IE */ 
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); 
    filter: gray; /* IE */
    -webkit-filter: grayscale(1); /* Old WebKit */	
	

}
#banner img:hover {
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
	filter: none;
	cursor: pointer;
}

#alt_banner img {
	width: 100%;
}

#spotlight01 img {
}

.quform-spacer label {
	float: left;
	width: 200px;
}
.quform-spacer {
	height: 40px;
}
#message {
	width: 400px;
}

.quform-input input {
	width: 400px;
}
.quform-elements .quform-element-text input, .quform-elements .quform-element-captcha input, .quform-elements .quform-element-password input, .quform-elements .quform-element select, .quform-elements .quform-element textarea {
    width: 400px;
}
.quform-theme-light-light .quform-errors > .quform-error {
    margin-left: 300px;
}
.quform-theme-light-light .quform-element > .quform-spacer > label {
    padding-top: 5px;
	text-align: left;
}
.quform-theme-light-light .quform-submit button {
    margin-left: 300px !important;
}
.g-recaptcha div[style] {
	width: 700px !important;
	height: 40px !important;
	}
#header #flags {
    width: 33px;
    margin-top: 59px;
    margin-left: 264px;
    position: absolute;
    height: auto;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
#header #flags a {
    padding-top: 25px;
    float: left;
    font-size: 6px;
    color: #333;
    width: 50px;
    text-transform: uppercase;
    text-align: center;
    background-position: center top;
    background-repeat: no-repeat;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    letter-spacing: 1px;
    text-decoration: none;
}
#header #flags a:hover {
opacity: 0.4;
}
#flags .en {
	background-image: url(img/en_flag.png);
}
#header.sticky #flags {
    margin-top: 40px;
    margin-left: 166px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
#header.sticky #flags a {
	background-size: 20px 12px;
	width: 30px;
	font-size: 0px;
	color: #FFF;
	padding-top: 20px;
}
@media screen and (max-width: 1100px) {
#header #flags {
    width: 33px;
    margin-top: 100px;
    margin-left: 900px;
    position: absolute;
    height: auto;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
#header.sticky #flags {
    margin-top: 67px;
    margin-left: 915px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}	
#header_main {
	width: 960px;
}
#menu {
    width: 660px;
	margin-top: 60px;
}
#menu ul li a {
	float: left;
	color: #333333;
	text-decoration: none;
	font-size: 20px;
	line-height: 30px;
	padding-right: 5px;
	padding-left: 5px;
	margin-left: 10px;
}
#welkom {
	width: 980px;
}
#spotlight_main {
	width: 980px;
}
#spotlight02 {
	width: 400px;
}
#spotlight01 img {
	width: 550px;
}
#solution {
	width: 980px;
}
#footer_main {
	width: 980px;
}
#footer01 {
display: none;
}

}
