@charset "UTF-8";

#txt_triggerfish {
	font-size: 12px;
	color: #000000;
}
#btn_triggerfish {
	display: inline-block;
	zoom: 1;
	*display: inline;
	margin-top: 25px;
	color: #999999;
}
#btn_triggerfish:hover {
	color: #DDDDDD;
}


* {
	margin: 0;
	padding: 0;
	-webkit-overflow-scrolling : auto;
}

img {
	border: none;	
}

html, body {
	margin: 0;
	padding: 0;	
	width:100%;
}

body {
	background-color: #FFF;
	background-image: url(images/bg.gif);
}

/* ====================================================== */
/* PRELOADER */
/* ====================================================== */
#preloader_wrapper {
	display: none;
	position: relative;
	margin: 0 auto;
	width: 100%;
	min-width: 980px;
	max-width: 1600px;
	height: 100%;
	
}
#preloader {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	background-color: #FFF;
}
#preloader #preloader_inner {
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -100px;
	width: 200px;
	height: 200px;
	background-image: url(images/ani_preload_home.gif);
	background-position: center 20px;
	background-repeat: no-repeat;
	text-align: center;
}
#preloader #preloader_txt {
	margin-top: 150px;
	display: inline-block;
	zoom:1;
	*display: inline-block;
}

/* ====================================================== */
/* SCROLL */
/* ====================================================== */
#scroll_wrapper {
	width: 100%;
	height: 100px;
	position: absolute;
	z-index: 11;
	display: block;
	text-align: center;
	bottom: 40px;
	opacity: 0;
	filter: alpha(opacity=0);
}
#scroll_wrapper #scroll {
	width: 200px;
	margin: 0 auto;
}
#scroll_wrapper #scroll #scroll_text {
	color: #555555;
	margin: 0 0 7px;
}
#scroll_wrapper #scroll #scroll_arrow {
	background-image: url(images/scroll_image.png);
	background-repeat: no-repeat;
	display: block;
	width: 31px;
	height: 14px;
	margin: 0 auto;
}



#container {
	z-index: 10;
	margin: 0 auto;
	width:100%;
	min-width: 980px;
	max-width: 1600px;
	height: 100%;
	overflow: hidden;
	position: relative;
	background-color: #FFF;
	opacity: 0;
	filter: alpha(opacity=0);
}

.section {
	position: relative;
}
.overflowhidden {
	overflow: hidden;
}
.layer {
	position: absolute;
	width: 100%;
	min-width: 980px;
}
.layer.bg {
	max-width: 1600px;
	height: 100%;
}

.w980 {
	display: block;
	width: 980px;
	margin: 0 auto;	
}

.clearboth {
	clear: both;
	display: block;
}

/* ====================================================== */
/* NAVIGATION TOP */
/* ====================================================== */

#nav_top {
	top: 0px;
	font-size: 14px;
	z-index: 100;
	position: absolute;
	width: 100%;
	max-width: 1600px;
}
#nav_top ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: right;
	margin-right: 10%;
}
#nav_top ul li {
	display: block;
	float: left;
	margin-left: 2px;
}
#nav_top ul li a {
	display: block;
	margin: 0;
	padding: 20px 20px;
	background-color: #1A3668;
	color: #FFFFFF;
	text-decoration: none;
	
	-webkit-transition: all 100ms cubic-bezier(0.250, 0.250, 0.750, 0.750); 
	   -moz-transition: all 100ms cubic-bezier(0.250, 0.250, 0.750, 0.750); 
		-ms-transition: all 100ms cubic-bezier(0.250, 0.250, 0.750, 0.750); 
		 -o-transition: all 100ms cubic-bezier(0.250, 0.250, 0.750, 0.750); 
			transition: all 100ms cubic-bezier(0.250, 0.250, 0.750, 0.750); /* linear */
			
}
#nav_top ul li a:hover {
	-webkit-transition: all 100ms cubic-bezier(0.250, 0.250, 0.750, 0.750); 
	   -moz-transition: all 100ms cubic-bezier(0.250, 0.250, 0.750, 0.750); 
		-ms-transition: all 100ms cubic-bezier(0.250, 0.250, 0.750, 0.750); 
		 -o-transition: all 100ms cubic-bezier(0.250, 0.250, 0.750, 0.750); 
			transition: all 100ms cubic-bezier(0.250, 0.250, 0.750, 0.750); /* linear */
		
	padding: 25px 25px;
}


/* ====================================================== */
/* NAVIGATION SIDE */
/* ====================================================== */

#nav_side {
	z-index: 101;
	position: fixed;
	top: 50%;
	margin-top: -110px;
	width: 100%;
	max-width: 1600px;
}
#nav_side #nav_side_inner {
	position: relative;
	height: 0px;
	left: 100%;
	margin-left: 400px;
}

#nav_side ul {
	list-style: none;
	padding: 0;
	
}
#nav_side ul li {
	display: block;
	margin: 0 15px 0 0;
	padding: 0;
}
#nav_side ul li a {
	position: relative;
	display: block;
	padding: 5px 5px 0px 5px;
	width: 22px;
	height: 17px;
	text-decoration: none;
}


#nav_side ul li a .dot {
	position: absolute;
	display: block;
	width: 12px;
	height: 12px;
	background-color: #d9d9d9;
	
	-webkit-border-radius: 6px; 
	-khtml-border-radius: 6px; 
	-moz-border-radius: 6px; 
	border-radius: 6px;
}
#nav_side ul li a.active .dot {
	background-color: #292521;
}

#nav_side ul li a .label {
	pointer-events: none;
	position: absolute;
	right: 30px;
	top: -5px;
	padding: 4px 12px 4px;
	background-image: url(images/navside_bg.png);
	background-position: right top;
	background-repeat: no-repeat;
	color: #FFF;
	font-size: 12px;
	white-space: nowrap; /* sinlge line */
	opacity: 0;
	filter: alpha(opacity=0);
	cursor: default;
}

/* ====================================================== */
/* PAGE 1 */
/* ====================================================== */

.section_1 {
	height: 853px;
}
.section_1 .layer.bg {
	background-image: url(images/bg_page_1.jpg);
	background-repeat: no-repeat;
	background-position: center top;	
}

#section1_logo {
	margin-top: -300px;	
}

.section_1 div#logo {
    padding-top: 20px;
	width:168px;
	display: block;
	line-height: 0px;
	
}	

#section1_content h2 {
	width: 400px;
	margin-top: 230px;
	margin-bottom: 10px;
}
#section1_content div {
	width: 325px;
	margin: 0;
}

/* ====================================================== */
/* PAGE 2 */
/* ====================================================== */
.section_2 {
	height: 800px;	
}

.section_2 .layer.white_bg {
	margin: 60px 0 0 0;
}
.section_2 .layer .layer_bg {
	position: absolute;
	background-image: url(images/section2_bg_txt1.png);
	background-position: center top;
	background-repeat: repeat-y;
	display: block;
	height: 520px;
	width: 100%;
}

.section_2 .layer h2 {
	position: absolute;
	margin: 60px 0 0 0;
	font-size: 65px;
	line-height: 73px;
	width: 456px;
}
.section_2 .layer .txt_wrapper {
	position: absolute;
	width: 430px;
	margin: 300px 0 0 0;
}


/* ====================================================== */
/* PAGE 3 */
/* ====================================================== */
.section_3 {
	height: 730px;
}

.section_3 .layer.right .txt_wrapper {
	margin-left: 489px;
	width: 486px; 
}
.section_3 .layer.right h2 {
	margin-top: 140px;
}


.section_3 .layer.left {
	margin-top: 78px;
}
.section_3 .layer.left .item {
	text-decoration: none;
	display: block;
	margin-bottom: 30px;
	width: 100%;
	height: 167px;
}
.section_3 .layer.left .item .bg_opacity {
	position: absolute;
	display: block;
	width: 1600px;
	height: 167px;
	background-color: #1A3668;
}
.section_3 .layer.left .item .item_inner {
	color: #ffffff;
	position: relative;
}
.section_3 .layer.left .item .item_inner .left {
	float: left;
}
.section_3 .layer.left .item .item_inner .left img {
	position: relative;
	border: solid 1px #FFF;
	margin-right: 35px;
}
.section_3 .layer.left .item .item_inner .left .h3 {
	position: absolute;
	margin: 105px 0 0 18px;
	font-size: 45px;
	line-height: 60px;
	z-index: 2;
}

.section_3 .layer.left .item .item_inner .right {
	float: left;
	width: 700px;	
}

.section_3 .layer.left .item .item_inner .right .txt_wrapper {
	width: 375px;
	font-size: 14px;
	float: left;
}
.section_3 .layer.left .item .item_inner .right .txt_wrapper .h3 {
	position: relative;
	display: block;
	zoom: 1;
	*display: block;
	color: #FFF;
	font-size: 30px;
	padding: 16px 0 6px 0; 
	margin: 0;
}

.section_3 .layer.left .item .item_inner .right .item_btn {
	float: right;
	line-height: normal;
	color: #292521;
	margin-top: 95px;
	padding: 13px 50px 13px 14px;
	background-image: url(images/btn_section_3.gif);
}
.section_3 .layer.btn .btn_rect.black {
	width: 168px;
}


/* ====================================================== */
/* PAGE 4 */
/* ====================================================== */

#section_4_txt, #section_4_txt2 {
	position: relative;	
}

.section_4 {
	height: 805px;	
}
.section_4 .layer.bg {
	background-color: #f8f8f8;		
}
.section_4 .layer.text {
	z-index: 4;
}
.section_4 .layer.text .w980 {
	position: relative;
	margin-top: 115px;
	width: 980px;
	margin-bottom: 0;
}
.section_4 .layer.text .left h2 {
	width: 365px;
	float: left;
}
.section_4 .layer.text .right {
	float: left;
	margin-left: 40px;
}
.section_4 .layer.text .right .top {
	width: 566px;
	float: left;
}
.section_4 .layer.text .right .btm {
	width: 563px;
}
.section_4 .layer.text .right .btm p, .section_4 .layer.text .right .btm a {
	float: left;
}
.section_4 .layer.text .right .btm a {
	float: right;
	margin-top: -11px;
}

.section_4 .layer.image {
}
.section_4 .layer.image .bg_image {
	background-image: url(images/bg_image_page_4.png);
	width: 1246px;
	height: 400px;
	display: block;
	margin-top: 335px;
	/*margin-left: -132px;*/
	margin-left: -623px;
	left: 50%;
	position: absolute;
	z-index: 0;
}
.section_4 .layer.image ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: relative;
	display: block;
	zoom: 1;
	*display: inline;
}
.section_4 .layer.image ul li .thumb {
	position: absolute;
}
.section_4 .layer.image ul li #s4_image_1 { margin: 519px 0 0 -28px; }
.section_4 .layer.image ul li #s4_image_2 { margin: 449px 0 0 18px; }
.section_4 .layer.image ul li #s4_image_3 { margin: 453px 0 0 160px; }
.section_4 .layer.image ul li #s4_image_4 { margin: 437px 0 0 471px; }
.section_4 .layer.image ul li #s4_image_5 { margin: 505px 0 0 477px; }
.section_4 .layer.image ul li #s4_image_6 { margin: 455px 0 0 705px; }

.text { position: absolute; }
.section_4 .layer.image ul li #s4_text1 { margin: 660px 0 0 -5px; }
.section_4 .layer.image ul li #s4_text2 { margin: 435px 0 0 190px; }
.section_4 .layer.image ul li #s4_text3 { margin: 665px 0 0 530px; }
.section_4 .layer.image ul li #s4_text4 { margin: 435px 0 0 830px; }


/* ====================================================== */
/* PAGE 5 */
/* ====================================================== */

.section_5 {
	height: 1050px;
}
.section_5 .layer.bg {
	background-color: #FFF;
}
.section_5 .layer ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: relative;
	display: block;
	zoom: 1;
	*display: inline;
}

.section_5 .layer ul li .thumb {
	display: block;
	position: absolute;
	z-index: 1;
}

.section_5 .layer ul li #thumb_1 { margin-top: 83px; margin-left: 225px; width:218px; height:148px; }
.section_5 .layer ul li #thumb_2 { margin-top: 241px; margin-left: 0px; width:215px; height:199px; }
.section_5 .layer ul li #thumb_3 { margin-top: 241px; margin-left: 225px; width:302px; height:199px; }
.section_5 .layer ul li #thumb_4 { margin-top: 450px; margin-left: 0px; width:215px; height:199px; }
.section_5 .layer ul li #thumb_5 { margin-top: 450px; margin-left: 225px; width:302; height:199px; }
.section_5 .layer ul li #thumb_6 { margin-top: 659px; margin-left: 225px; width:302px; height:199px; }
.section_5 .layer ul li #thumb_7 { margin-top: 731px; margin-left: 537px; width:133px; height:199px; }
.section_5 .layer ul li #thumb_8 { margin-top: 731px; margin-left: 850px; width:218px; height:148px;}


.section_5 .layer ul li .thumb .img {
	position: absolute;
	z-index: 2;
}

.section_5 .layer ul li .thumb .zoom_bg {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #3d3b36;
	z-index: 3;
}
.section_5 .layer ul li .thumb .zoom_img {
	position: absolute;
	z-index: 4;
	left: 50%;
	margin-left: -46px;
	top: 50%;
	margin-top: -46px;
	
	-webkit-transform: scale(.9);
	transform: scale(.9);
	
	opacity: 0;
	filter: alpha(opacity=0);
	
	-webkit-transition:all 250ms;
	   -moz-transition:all 250ms;
	     -o-transition:all 250ms;
	    -ms-transition:all 250ms;	
	        transition:all 250ms;	
}

.section_5 .layer ul li .thumb:hover .zoom_img {	
	-webkit-transform: scale(1);
	transform: scale(1);
	
	opacity: 1;
	filter: alpha(opacity=100);
}

.section_5 .layer .txt_wrapper h2 {
	width: 388px;
	margin-top: 227px;
	margin-left: 587px;
}
.section_5 .layer .txt_wrapper div {
	width: 388px;
	margin-left: 587px;
}
.section_5 .layer .txt_wrapper a.btn_rect {
	margin-left: 587px;
	z-index: 2;
}

/* ====================================================== */
/* PAGE 6 */
/* ====================================================== */

.section_6 {
	height: 826px;
	z-index: 3;
}
.section_6 .layer.bg {
	background-color: #fff;	
}
.section_6 .layer .txt_wrapper {
	margin-top: 47px;
	width: 422px;
}
.section_6 .layer .txt_wrapper a.btn_rect {
	background-image: url(images/facebook.gif);
	background-repeat: no-repeat;
	padding-left: 59px;
}
.section_6 .layer .image_1, .section_6 .layer .image_2, .section_6 .layer .image_3, {
	position: absolute;
}
.section_6 .layer .image_1 { margin: -30px 0 0 598px;} /* Removed */
.section_6 .layer .image_2 { margin: 0px 0 0 500px;}
.section_6 .layer .image_3 { margin: 506px 0 0 476px;} /* Removed */

/* ====================================================== */
/* PAGE 7 */
/* ====================================================== */

.section_7 {
	height: 740px;
	z-index: 2;
}
.section_7 .layer.bg.keuken {
	margin-top: -50px;
	background-image: url(images/bg_keuken.jpg);
	background-repeat: no-repeat;
	background-position: center 20px;
}
.section_7 .layer.bg.wijn {
	background-image: url(images/wijn_en_plank.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 20px 0 0 -250px;
}
.section_7 .layer h2 {
	margin-top: 258px;
	float: right;
}
.section_7 .layer div.txt {
	float: right;
	width: 375px;
	margin: 0 0 0 0;
}

/* ====================================================== */
/* PAGE 8 */
/* ====================================================== */

.section_8 {
	height: 560px;
	background-color: #FFF;
}
.section_8 .layer.bg {
	background-color: #FFF;		
}

.section_8 .row1 {
	margin-top: 75px;	
}

.section_8 .col1, .section_8 .col2 {
	width: 480px;
}
.section_8 .col1 {
	float: left;
}
.section_8 .col1 .txt { 
	width: 405px;
}
.section_8 .col2 {
	float: right;
}
.section_8 .col2 .txt {
	width: 395px;
	margin-top: 373px;
}
.section_8 .col2 img {
	margin-bottom: 10px;
	position: absolute;	
}
.section_8 .col2 .txt_spacer {
	margin-left: 21px;
}
.section_8 .layer h3 {
	font-size: 57px;
	line-height: normal;
	margin-top: 42px;
	margin-bottom: 40px; 
}

/* ====================================================== */
/* PAGE 9 */
/* ====================================================== */

.section_9 {
	height: 974px;
	color: #FFF;
	background-color: #FFF;
	margin: 35px 0 0 0;
}



.section_9 .layer.bg {
	background-image: url(images/bg_page_9.jpg);
	background-repeat: no-repeat;
	background-position: center 0px;
}



.section_9 .layer {
	height: 974px;
	position: absolute;
}

.section_9 #s9_bg {
	background-color: #1a3668;
	background-color: rgba(26,54,104, 0.9);
	position: absolute;
	width: 100%;
	height: 688px;
	margin: 320px 0 0 0;
}


.section_9 #s9_bg #column_1, .section_9 #s9_bg #column_2 {
	float: left;
	background-position: 3px 103px;
	background-repeat: no-repeat;
}
.section_9 #s9_bg #column_1 {
	background-image: url(images/place.png);
	margin: 49px 0 0 48px;
}
.section_9 #s9_bg #column_2 { 
	background-image: url(images/clock.png);
	margin: 49px 0 0 240px;
}

.section_9 #s9_bg #column_1 h2, .section_9  #s9_bg #column_2 h2 {
	font-size: 62px;
}
.section_9 #s9_bg ul {
	margin: 0 0 0 57px;
}
.section_9 #s9_bg ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	color: #FFF;
}
.section_9 #s9_bg ul li a {
	color: #FFF;
	text-decoration: none;
}
.section_9 #s9_bg ul li a:hover {
	border-bottom: 1px solid #EEE;
}
.section_9 #s9_bg #column_2 ul li .day {
	display: inline-block;
	zoom: 1;
	*display: inline;
	width: 127px;
}



.section_9 #s9_bg .mymap {
	position: relative;
	height: 160px;
	display: block;
}

.section_9 #s9_bg .mymap #shadow {
	background-image: url(images/shadow.png);
	display: block;
	width: 1350px;
	height: 29px;
	position: absolute;
	z-index: 3;
	margin: 0 0 0 -180px;
	bottom: -1px;
	/*background-color:#0F0;*/
}
.section_9 #s9_bg .mymap #map_holder {
	height: 115px;
	overflow: hidden;
	position: absolute;
	bottom: 0px;
}
.section_9 #s9_bg .mymap #map_holder .btn_maps {
	background-image: url(images/btn_maps.png);
	background-repeat: no-repeat;
	display: block;
	width: 65px;
	height: 63px;
	position: absolute;
	margin-left: 454px;
}
.section_9 #s9_bg .mymap #map_holder .btn_maps .arrow {
	background-image: url(images/btn_maps_arrow.png);
	background-repeat: no-repeat;
	margin: 22px 0 0 19px;
	width: 26px;
	height: 11px;
	display: block;
}
.section_9 #s9_bg .mymap #map_holder .btn_maps.open .arrow {
	background-image: url(images/btn_maps_arrow_down.png);
	margin: 24px 0 0 19px;
}
.section_9 #s9_bg .mymap #map_holder #map {
	width: 970px;
	height: 430px;
	border: solid 5px #FFF;
	top: 45px;
	position: relative;
	z-index: 2;
	background-color: #FFF;
}





.section_9 #s9_bg .btm {
	margin-top: 40px;
}
.section_9 #s9_bg .btm #column_btm_1, .section_9 #s9_bg .btm #column_btm_2 {
	float: left;
}

.section_9 #s9_bg .btm #column_btm_1 {
	margin: 0;
	
}
.section_9 #s9_bg .btm #column_btm_1 a.facebook_logo {
    background-image: url(images/facebook.png);
	background-repeat: no-repeat;
	background-position: left 6px;
	font-size: 20px;
	line-height: 30px;
	display: block;
	width: 244px;
	height: 56px;
	float: left;
	margin: 7px 0 0 138px;
	padding: 0 0 0 68px;
	text-decoration: none;
}
.section_9 #s9_bg .btm #column_btm_2 {
	width: 460px;
}
.section_9 #s9_bg .btm #column_btm_2 ul {
	margin: 0 0 0 35px;
	padding: 0;
}
.section_9 #s9_bg .btm #column_btm_2 ul li {
	background-image: url(images/arrow_btm.png);
	background-repeat: no-repeat;
	background-position: left 8px;
	padding: 0 0 0 16px;
	list-style-type: none;
}