/* =Reset 
-------------------------------------------------------------- */
/**
 * html5doctor.com Reset Stylesheet (Eric Meyer's Reset Reloaded + HTML5 baseline)
 * v1.6.1 2010-09-17 | Authors: Eric Meyer & Richard Clark
 * html5doctor.com/html-5-reset-stylesheet/
 */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	content: none;
}
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}
input, select {
	vertical-align: middle;
}
/* clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .clearfix {
	zoom: 1;
} /* IE6 */
*:first-child+html .clearfix {
	zoom: 1;
} /* IE7 */
/* =HTML5 element display
-------------------------------------------------------------- */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
	display: block;
}
audio, canvas, video {
	display: inline-block;
 *display: inline;
 *zoom: 1;
}
audio:not([controls]) {
 display: none;
}
[hidden] {
 display: none;
}
/* =Font Import
-------------------------------------------------------------- */
@font-face {
 font-family: 'FuturaLtBTLight';
 src: url('futura_light_bt_0-webfont.eot');
 src: url('futura_light_bt_0-webfont-.eot#iefix') format('embedded-opentype'), url('futura_light_bt_0-webfont.woff') format('woff'), url('futura_light_bt_0-webfont.ttf') format('truetype'), url('futura_light_bt_0-webfont.svg#FuturaLtBTLight') format('svg');
 font-weight: normal;
 font-style: normal;
}
 @font-face {
 font-family: 'FuturaMedium';
 src: url('futura_medium_bt_0-webfont.eot');
 src: url('futura_medium_bt_0-webfont-.eot#iefix') format('embedded-opentype'), url('futura_medium_bt_0-webfont.woff') format('woff'), url('futura_medium_bt_0-webfont.ttf') format('truetype'), url('futura_medium_bt_0-webfont.svg#FuturaMedium') format('svg');
 font-weight: normal;
 font-style: normal;
}
/* =Basic Elements
-------------------------------------------------------------- */
html, body {
	background: #ccb668;
	color: #FFF;
	font-family: 'FuturaLtBTLight', sans-serif;
	font-size: 1,5em;
	height: 100%;
	line-height: 1.5;
	text-align: center;
}
a {
	color: #624700;
	text-decoration: none;
}
/* a:hover {
	background: #fefde7;
}
*/
:-moz-any-link:focus {
 outline: none;
}
p {
	margin-bottom: 16px;
}
strong {
	font-family: 'FuturaMedium', sans-serif;
	font-weight: normal;
}
h1, h2, h3, h4, h5, h6 {
	color: #FFF;
	font-weight: normal;
	line-height: 1.1;
	text-transform: uppercase
}
h1 {
	display: block;
	font-family: 'FuturaMedium', sans-serif;
	font-size: 5em;
	line-height: 1.5;
}
h2 {
	font-size: 50px;
	padding-bottom: 24px;
}
h2 span {
	font-family: 'FuturaMedium', sans-serif;
}
h3 {
	display: inline;
	border-top: 10px solid #FFF;
	font-family: 'FuturaMedium', sans-serif;
	font-size: 1.5em;
	padding-top: 12px;
}
h4 {
	font-family: 'FuturaMedium', sans-serif;
	font-size: 32px;
	margin-bottom: 10px;
}
small {
}
img {
	border: 0;
}
em {
	font-style: italic;
}
blockquote {
	background: #f7f7f7;
	color: #777;
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	margin-bottom: 12px;
	padding: 10px 14px;
}
blockquote p {
	margin-bottom: 0px;
}
table {
	border: 1px solid #ccc;
	margin: 0;
	padding: 0;
}
table th, table td {
	padding: 6px 10px;
	text-align: left;
	border-bottom: 1px solid #ccc;
}
table th {
	color: #333;
	font-weight: bold;
}
table td {
	color: #666;
}
table tr:last-child th, table tr:last-child td {
	border-bottom: none;
}
table tr:nth-child(even) {
 background: #eee;
}


/* =Generic Classes
-------------------------------------------------------------- */
.clear {
	clear: both;
}
.content-arrow {
	border-radius: 5px;
	cursor: pointer;
	display: inline-block;
	background: #b4a05b;
	font-weight: bold;
	font-size: 26px;
	padding: 0 10px 4px 10px;
	position: relative;
	line-height: 0.8;
	margin-left: 7px;
	top: 3px;
	background-color: #b4a05b;
}
.btn {
	border-radius: 5px;
	color: #FFF;
	cursor: pointer;
	display: inline-block;
	background: #b4a05b;
	font-family: 'FuturaLtBTLight', sans-serif;
	font-weight: normal;
	padding: 4px 10px 4px 10px;
	position: relative;
	top: 5px;
}
body.no-scroll {
	overflow:  hidden;
}
/* =Slider
-------------------------------------------------------------- */
#slider {
	height: 500px;
}
#slider2 {
	height: 260px;
}
#slider3 {
	height: 500px;

}
/* =Content
-------------------------------------------------------------- */
#container {
	position: relative;
	min-width: 978px;
	width: 100%;
}
.page {
	min-height: 1000px;
	padding-top: 60px;
	z-index: 0;
}
#intro img {
	width: 600px !important;
}
#slide {
	width: 100%;
}
#slide-intro {
	margin: 0 auto;
	text-align: left;
	width: 700px;
}
#slide-intro h2 {
	text-align: left !important;
}
#slide-intro img {
	float: left;
	height: 150px;
	margin-right: 10px;
}
p#intro {
	padding-top: 24px;
}
#arrows {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	width: 94px;
	position: fixed;
	right: 20px;
	top: 20px;
	z-index: 30;
}
#arrows #arrows-info {
	border-radius: 3px;
	font-family: 'FuturaLtBTLight', sans-serif;
	font-weight: normal;
	background: #000;
	line-height: 1.2;
	padding: 5px 0;
	position: absolute;
	bottom: -60px;
	height: 34px;
 text-transform:
}
#arrows #arrows-info span {
	background: url(../images/arrow-info.png) no-repeat center bottom;
	display: block;
	height: 6px;
	left: 43px;
	position: absolute;
	top: -6px;
	width: 10px;
}
#arrows a {
	background: #FFF;
	border-radius: 3px;
	color: #555;
	display: block;
	width: 20px;
	height: 25px;
	padding: 0 5px 5px 5px;
	text-align: center;
	line-height: 1;
}
#arrows a span {
	display: none;
}
#arrows a.disabled {
	opacity: 0.6;
	filter:alpha(opacity=60);
}
#arrows a.up {
	margin: 0 auto 2px auto;
}
#arrows a.left, #arrows a.right, #arrows a.down {
	float: left;
	margin-right: 2px;
}
#arrows a.right {
	margin-right: 0px;
}
.prev, .next {
	clear: left;
	cursor: pointer;
	display: inline-block;
	height: 40px;
	margin-bottom: 0px;
	line-height: 1;
	text-indent: -9999px;
	width: 42px;
	font-size: 12px;
	margin-top: 20px;
}
.prev {
	background: url(../images/prevnext.png) no-repeat 0 -40px;
}
.next {
	background: url(../images/prevnext.png) no-repeat 0 0px;
}
.pager a {
	background: url(../images/pager.png) no-repeat 0 -40px;
	display: inline-block;
	height: 19px;
	font-size: 14px;
	margin: 0 6px;
	text-indent: -9999px;
	width: 19px;
}
.pager a.activeSlide {
	background: url(../images/pager.png) no-repeat 0 0;
}
.pagera a {
	background: url(../images/pager.png) no-repeat 0 -40px;
	display: inline-block;
	height: 19px;
	font-size: 14px;
	margin: 0 6px;
	text-indent: -9999px;
	width: 19px;
}
.pagera a.activeSlide {
	background: url(../images/pager.png) no-repeat 0 0;
}
#contact {
	background: #b4a05b;
	color: #FFF;
	display: inline-block;
	font-size: 22px;
	margin-left: auto;
	margin-right: auto;
	padding: 5px 0px;
	position: relative;
	width: 100%;
	left: 0;
	right: auto;
	bottom: 0px;
	position: fixed;
	z-index: 30;
	width: 100%;
}
#contact span {
	font-family: 'FuturaMedium', sans-serif;
}
#menu {
	list-style: none;
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
#menu li {
	background: url(../images/menu.png) no-repeat 0 0;
	cursor: pointer;
	font-family: 'FuturaMedium', sans-serif;
	font-size: 0.9em;
	float: left;
	height: 164px;
	margin-bottom: 10px;
	text-transform: uppercase;
	width: 150px;
}
#menu li .view1 {
	display: block;
	padding-top: 95px;
}
#menu li .view2 {
	display: none;
	font-size: 4.5em;
	padding-top: 30px;
}
#menu li.activeSlide {
	background: url(../images/menu.png) no-repeat 0 -164px;
}
#menu li.activeSlide .view1, #menu li.hover .view1 {
	display: none;
}
#menu li.activeSlide .view2, #menu li.hover .view2 {
	display: block;
}
#menu li#b-luisteren .view1 {
	background: url(../images/b-luisteren.png) no-repeat center 45px;
}
#menu li#b-observeren .view1 {
	background: url(../images/b-observeren.png) no-repeat center 45px;
}
#menu li#b-samen .view1 {
	background: url(../images/b-samen.png) no-repeat center 45px;
}
#menu li#b-koers .view1 {
	background: url(../images/b-koers.png) no-repeat center 45px;
}
#menu li#b-onderweg .view1 {
	background: url(../images/b-onderweg.png) no-repeat center 45px;
}
#menu li#b-monitoren .view1 {
	background: url(../images/b-monitoren.png) no-repeat center 45px;
}
#menu li#b-ervaren .view1 {
	background: url(../images/b-ervaren.png) no-repeat center 45px;
}
#menu li#b-nieuw .view1 {
	background: url(../images/b-nieuw.png) no-repeat center 45px;
}

/* Localized */