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:3em 0;
	padding:0;
}

a {
	color:#00acee;
}

input, select{
	vertical-align:middle;
}

select, input, textarea, button{
	font:99% sans-serif;
}

pre, code, kbd, samp{
	font-family:monospace, sans-serif;
}

a:hover, a:active{
	outline:none;
}

ol{
	list-style-type:decimal;
}

nav ul, nav li{
	margin:0;
	list-style:none;
	list-style-image:none;
}

small{
	font-size:85%;
}

strong, th{
	font-weight:bold;
}

td{
	vertical-align:top;
}

sub, sup{
	font-size:75%;
	line-height:0;
	position:relative;
}

sup{
	top:-0.5em;
}

sub{
	bottom:-0.25em;
}

pre{
	white-space:pre;
	white-space:pre-wrap;
	word-wrap:break-word;
	padding:15px;
}

textarea{
	overflow:auto;
}

.ie6 legend, .ie7 legend{
	margin-left:-7px;
}

input[type="radio"]{
	vertical-align:text-bottom;
}

input[type="checkbox"]{
	vertical-align:bottom;
}

.ie7 input[type="checkbox"]{
	vertical-align:baseline;
}

.ie6 input{
	vertical-align:text-bottom;
}

label, input[type="button"], input[type="submit"], input[type="image"], button{
	cursor:pointer;
}

button, input, select, textarea{
	margin:0;
}

input:valid, textarea:valid{}

input:invalid, textarea:invalid{
	border-radius:1px;
	-moz-box-shadow:0px 0px 5px red;
	-webkit-box-shadow:0px 0px 5px red;
	box-shadow:0px 0px 5px red;
}

.no-boxshadow input:invalid, .no-boxshadow textarea:invalid{
	background-color:#f0dddd;
}

::-moz-selection{ background:#00aeef;
	color:#fff;
	text-shadow:none;
}

::selection{
	background:#00aeef;
	color:#fff;
	text-shadow:none;
}

a:link{
	-webkit-tap-highlight-color:#FF5E99;
}

button{
	width:auto;
	overflow:visible;
}

.ie7 img{
	-ms-interpolation-mode:bicubic;
}

img, object, embed, video{
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img{
	width:100%;
}

body, select, input, textarea{
	color:#444;
}

h1, h2, h3, h4, h5, h6{
	font-weight:bold;
}

h2 {
	font: 20px 'Open Sans', Verdana, Geneva, sans-serif;
	font-weight:600;
	color:#00aeef;
}

html{
	filter:expression(document.execCommand("BackgroundImageCache", false, true));
	overflow-y:scroll;
	background:url(../images/html_bg.jpg) center top repeat-x;
}

body{
	height:100%;
	line-height:1;
	font:normal 13px/21px 'Open Sans', Verdana, Geneva, sans-serif;
	*font-size:small;
}

/* --------------------------------------------
   Algemene onderdelen en classes
-------------------------------------------- */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(http://themes.googleusercontent.com/static/fonts/opensans/v6/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(http://themes.googleusercontent.com/static/fonts/opensans/v6/MTP_ySUJH_bn48VBG8sNSnhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}

::-moz-selection{
	background:#00aeef;
	color:#fff;
}

::-webkit-selection{
	background:#00aeef;
	color:#fff;
}

::selection{
	background:#00aeef;
	color:#fff;
}

.alignleft{
	display:inline;
	float:left;
}

.alignright{
	display:inline;
	float:right;
}

.aligncenter{
	clear:both;
	display:block;
	margin-left:auto;
	margin-right:auto;
}

.clear{
	clear:both;
	display:block;
	font-size:0;
	height:0;
	line-height:0;
	width:100%;
}

h1, h2, h3, h4, h5, h6, p{
	margin:0 0 21px;
}

article ul, article ol{
	margin:0 0 21px 25px;
}

article ul ul, article ol ol, article ol ul, article ul ol{
	margin:0 0 0 25px;
}

/* --------------------------------------------
   Template opbouw
-------------------------------------------- */

#container{
	margin:0 auto;
	width:1100px;
	clear:both;
}

#container2{
	margin:0 auto;
	width:1100px;
	clear:both;
}

#header{
	height:auto;
	width:1100px;
	position:relative;
	float:left;
	background:url(../images/header_img.jpg) bottom left no-repeat;
}

#top{
	width:1100px;
	height:150px;
	float:left;
}

#branding{
	width:158px;
	background:url(../images/logo.png);
	height:164px;
	float:left;
	text-indent:-9999px;
	margin:124px  0  0 160px;
}

#volgons{
	position:absolute;
	color:#231f20;
	font:12px 'Open Sans', Verdana, Geneva, sans-serif;
	font-weight:600;
	right:15px;
	top:16px;
	width:145px;
}

#volgons img{
	vertical-align:middle;
	margin-left:5px;
}

#menu{
	width:765px;
	float:right;
}

.horizontalmenu ul.menu{
	height:49px;
	width:765px;
	background:url(../images/menu_bg.png);
	float:left;
	position:relative;
}

.horizontalmenu ul.menu li{  
    margin:0 11px 0 0;
	position:relative;
	height:49px;
	float:left;
}

.horizontalmenu ul.menu li.first{  
    margin-left:30px;
}

.horizontalmenu ul.menu li a.last{  
    margin:0;
}

.horizontalmenu ul.menu li a{
	display:block;
	font:16px/49px 'Open Sans', Verdana, Geneva, sans-serif;
	color:#fff;
	text-decoration:none;
	float:left;
	position:relative;
	margin:0 10px 0 0;
	height:49px;
}

.horizontalmenu ul.menu li a:hover{
	color:#a9daf7;
}

.horizontalmenu ul.menu li ul.sub-nav{
    position:absolute;
	top:30px;
	background:#32347f;
	margin:0 0 0 -10px;
	display:none;
}

.horizontalmenu ul.menu li ul.sub-nav li{
	clear:both;
	width:100%;
	height:auto;
	margin:0;
}

html .horizontalmenu ul.menu li ul.sub-nav li a{
	display:inline-block;
	width:100%;
	white-space:nowrap;
	margin:0;
	padding:0 10px;
}

html .horizontalmenu ul.menu li ul.sub-nav li a:hover{}

#slider{
	background:#fff;
	width:765px;
	height:237px;
	float:right;
	list-style:none;
	overflow:hidden;
	margin:53px 0 0 0;
}

#slider li, #slider img{
	width:765px;
	height:237px;
	float:left;
}

#content{
	float:left;
	width:1100px;
}

article{
	background:#fff url(../images/uitroepteken.png) no-repeat right bottom;
	padding:40px 40px 40px 40px;
	width:685px;
	float:left;
	min-height: 675px;
}

article h1, h3{
	font: 24px 'Open Sans', Verdana, Geneva, sans-serif;
	font-weight:600;
	color:#00aeef;
}

aside h3{
	font: 24px 'Open Sans', Verdana, Geneva, sans-serif;
	font-weight:600;
	color:#a9daf7;
	text-align:right;
}

.partners{
	list-style:none;
	margin:0;
	width:685px;
	float:left;
	margin-bottom:20px;
}

.partners li{
	float:left;
	height: 100px;
	line-height: 100px;
}

.pfirst{
	width:230px;
}	

.partners li.plast{
	float:right;	
}

/*Aside*/
aside{
	padding:40px 40px 0 40px;
	width:255px;
	min-height:790px;
	float:left;
	background:#00acee url(../images/bal.png) bottom right no-repeat;
	position:relative;
	z-index:2000;
}

#asidelist{
	list-style:none;
	float:right;
	text-align:right;
}

#asidelist li{
	margin-bottom:30px;
}

#asidelist ul li{
	float:right;	
}

#asidelist a{
	text-decoration:none;
	color:#fff;
	font: 16px 'Open Sans' Verdana, Geneva, sans-serif;
}

#asidelist a:hover{
	color:#a9daf7;
}

#footer{
	width:100%;
	float:left;
	background:#000;
	color:#fff;
	margin-top:-80px;
}

#footer a{
	color:#fff;
	text-decoration:none;
}

#footer a:hover{
	color:#00aeef;
}

#footercenter{	
	width:1100px;
	margin:0 auto;
	height:175px;
	position:relative;
	z-index:20000;
}

#credits{
	width:766px;
	margin-top:30px;
	float:right;	
}

#footerlist{
	list-style:none;
	margin-left:40px;
	float:left;	
}

#footerlist li{
	float:left;
	margin-right:60px;	
}

/* --------------------------------------------
   WordPress classes
-------------------------------------------- */

.entry-content img,
.comment-content img,
.widget img{
	max-width:97.5%;
	/* Fluid images for posts, comments, and widgets */}

img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"]{
	height:auto;
	/* Make sure images with WordPress-added height and width attributes are scaled correctly */}

img.size-full,
img.size-large{
	max-width:97.5%;
	width:auto;
	/* Prevent stretching of full-size and large-size images with height and width attributes in IE8 */
	height:auto;
	/* Make sure images with WordPress-added height and width attributes are scaled correctly */}

.entry-content img.wp-smiley{
	border:none;
	margin-bottom:0;
	margin-top:0;
	padding:0;
}

img.alignleft,
img.alignright,
img.aligncenter{
	margin-bottom:1.625em;
}

p img,
.wp-caption{
	margin-top:0.4em;
}

.wp-caption{
	background:#eee;
	margin-bottom:1.625em;
	max-width:96%;
	padding:9px;
}

.wp-caption img{
	display:block;
	margin:0 auto;
	max-width:98%;
}

.wp-caption .wp-caption-text,
.gallery-caption{
	color:#666;
	font-family:Georgia, serif;
	font-size:12px;
}

.wp-caption .wp-caption-text{
	margin-bottom:0.6em;
	padding:10px 0 5px 40px;
	position:relative;
}

.wp-caption .wp-caption-text:before{
	color:#666;
	content:'\2014';
	font-size:14px;
	font-style:normal;
	font-weight:bold;
	margin-right:5px;
	position:absolute;
	left:10px;
	top:7px;
}

/* Image borders */
img[class*="align"],
img[class*="wp-image-"],
#content .gallery .gallery-icon img{
	/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
	border:1px solid #ddd;
	padding:6px;
}

.wp-caption img{
	border-color:#eee;
}

a:focus img[class*="align"],
a:hover img[class*="align"],
a:active img[class*="align"],
a:focus img[class*="wp-image-"],
a:hover img[class*="wp-image-"],
a:active img[class*="wp-image-"],
#content .gallery .gallery-icon a:focus img,
#content .gallery .gallery-icon a:hover img,
#content .gallery .gallery-icon a:active img{
	/* Add some useful style to those fancy borders for linked images ... */
	background:#eee;
	border-color:#bbb;
}

.wp-caption a:focus img,
.wp-caption a:active img,
.wp-caption a:hover img{
	/* ... including captioned images! */
	background:#fff;
	border-color:#ddd;
}

/* --------------------------------------------
  iPad in landscape
-------------------------------------------- */

/* 	
	TO PREVIEW ON THE DESKTOP, REPLACE THE QUERY WITH THE FOLLOW:
	@media (max-width: 1024px) {  } 
*/
	
@media (max-width: 1024px) {

	
}


/* --------------------------------------------
  iPad in portrait
-------------------------------------------- */

/* 	
	TO PREVIEW ON THE DESKTOP, REPLACE THE QUERY WITH THE FOLLOW:
	@media (max-width: 768px) {  } 
*/

@media (max-width: 768px){

		

}


/* --------------------------------------------
  Mobile
-------------------------------------------- */

@media (max-width: 600px) {

	

}

/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */ 
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
 
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}

#fotoalbum {
	width:600px;
	float:left;
}





#popup_box { 
    display:none; /* Hide the DIV */
    position:fixed;  
    _position:absolute; /* hack for internet explorer 6 */  
    height: 178px;
width: 455px; 
    background:#FFFFFF;  
    left: 37%;
top: 210px;
    z-index:100; /* Layering ( on-top of others), if you have lots of layers: I just maximized, you can change it yourself */
    margin-left: 15px;  
    
    /* additional features, can be omitted */
    border:2px solid #09F;      
    padding:15px;  
    font-size:15px;  
    -moz-box-shadow: 0 0 5px #09F;
    -webkit-box-shadow: 0 0 5px #09F;
    box-shadow: 0 0 5px #09F;
    
}



#popupBoxClose {
    font-size:20px;  
    line-height:15px;  
    right:5px;  
    top:5px;  
    position:absolute;  
    color:#6fa5e2;  
    font-weight:500;      
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}