/* Coding by Spits */

* { margin: 0; padding: 0; outline: none; }
body { background: #fff; font-family: 'Open Sans', sans-serif; font-size: 17px; color: #000; }
header, hgroup, nav, article, aside, footer, section { display: block }
a img, fieldset { border: 0; }
.clear { clear: both; line-height: 0; height: none; }
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
address { font-style: normal; }
.fl, .left { float: left; }
.fr { float: right; }
.nf { float: none; }
html {
  scroll-behavior: smooth;
}

#content .container {
	scroll-margin-top: 100px;
}
.container { margin: 0 auto; width: 1000px; position: relative; }
#menu { display: none; position: fixed; }

header { margin: 0 auto; position: fixed; background: rgba(255, 255, 255, 0.9); top: 0; left: 0; z-index: 999; width: 100%; border-bottom: 1px solid #007DC3; height: 136px; -webkit-transition: 0.5s ease; -moz-transition: 0.5s ease; -ms-transition: 0.5s ease; -o-transition: 0.5s ease; transition: 0.5s ease; }
header .container {  padding-top: 20px; -webkit-transition: 0.5s ease; -moz-transition: 0.5s ease; -ms-transition: 0.5s ease; -o-transition: 0.5s ease; transition: 0.5s ease; }
header .logo img { height: 92px; width: 302px; -webkit-transition: 0.5s ease-in-out; -moz-transition: 0.5s ease-in-out; -ms-transition: 0.5s ease-in-out; -o-transition: 0.5s ease-in-out; transition: 0.5s ease-in-out; }
header .whitelogo { background: url(../images/hurkmans-et-logo-inverse.svg) no-repeat; background-size: contain; width: 150px; height: 45px; text-indent: -9999px; display: block;  }
header.fixedheader { height: 70px !important;  background: #007DC3; }
header.fixedheader .container { padding-top: 10px;  }
header.fixedheader .logo img { width: 150px; height: 45px; }
header.fixedheader nav { margin: 10px 100px 0 20px; }       
header.fixedheader nav ul li a { color: #fff; }     
header.fixedheader nav ul li a:hover { color: #b1d4f5; border-bottom: 2px solid #b1d4f5; }   
header.fixedheader nav ul li a.active { color: #b1d4f5; }
header.fixedheader nav ul li:hover a { color: #b1d4f5; }
header.fixedheader .language { background: #fff; }
header.fixedheader .language span { border-right: 2px solid #eee; }
header .logo { float: left; display: block; margin-left: 20px; }
header nav { float: right; margin: 40px 50px 0 20px; }
header nav ul { list-style: none; }
header nav ul li { float: left; margin-right: 34px; position: relative; }
header nav ul li:last-child { margin: 0; }
header nav ul li a { text-decoration: none; font-size: 18px; color: #394668; padding-bottom: 10px; display: block; }
header nav ul li:hover a { color: #3b6ce5; border-bottom: 2px solid #b1d4f5; }
header nav ul li:hover div { visibility: visible; }
header nav ul div { position: absolute; left: 0; top: 28px; padding-top: 30px; background: url(../images/arrow.png) no-repeat 5px 20px; visibility: hidden; }
header nav ul ul { background: #3498db; padding: 10px; z-index: 999; width: 150px; border-radius: 2px;  }
header nav ul ul li { float: none; margin-right: 0; border-bottom: 1px solid #6ebaec; }
header nav ul ul li a { line-height: 35px; color: #fff!important;  font-size: 14px; padding-bottom: 0; padding-left: 4px; display: block; border-bottom: 0!important; }
header nav ul ul li a:hover { border-bottom: 0 !important; font-weight: 600; }
header .language { position: absolute; padding: 6px; background: #e7e7e7; right: 10px; top: 0; }
header .language span { border-right: 2px solid #fff; padding-right: 5px; }

#headercontainer { background: #007DC3; height: 282px; margin-top: 137px; }
#headercontainer .container .left { width: 590px; padding: 30px 0 0 10px; }
#headercontainer .container .left h4 { font-size: 30px; color: #fff; display: inline-block; font-weight: normal; padding: 10px; background: #004a73; margin-bottom: 20px; }
#headercontainer .container .left p { color: #fff; line-height: 35px; font-size: 16px; width: 580px; }
#headercontainer .container .left p a { text-decoration: none; color: #b1d4f5; }
#headercontainer .container .left p a:hover { text-decoration: underline; }
#headercontainer .container .right { float: right; margin-left: -80px; }  

#content { margin-top: 35px; padding-bottom: 75px;  }
#content .left { width: 221px; }
#content .left img, .intext { transform: scale(0.9); border: 10px solid #eeeeee; border-radius: 115px; -webkit-transition: 0.5s ease; -moz-transition: 0.5s ease; -ms-transition: 0.5s ease; -o-transition: 0.5s ease; transition: 0.5s ease; }
#content .intext { margin: 0 30px 30px 0; }
#content .intext-fr { margin-left: 30px; }
#content img.intext:hover { transform: scale(1.0); }
#content .right { float: right; margin-left: 30px; width: 749px; }
#content h1, #contact_page h1 { font-size: 30px; color: #3d3d3d; font-weight: 300; margin-bottom: 30px; }
#content h2, #contact_page h2 { font-size: 20px; font-weight: normal;  }
#content h3, #contact_page h3 { font-size: 18px; font-weight: normal; }
#content h4, #contact_page h4 { font-size: 16px; }
#content p { font-size: 17px; color: #4b5c66; display: block; line-height: 25px; }
#content ul, #content ol { margin-left: 15px; font-size: 15px; }
#content ul, #content ol, #content h1, #content h2, #content h3, #content p { margin-bottom: 15px; }
#content ul li { list-style: square; color: #4372e6; margin-bottom: 8px; }
#content ul.normal-ul li { list-style: square; color: #4b5c66; margin-bottom: 10px; }
#content ol li { color: #4372e6; }
#content ul li span, #content .right ol li span { color: #3d3d3d; font-weight: 600; font-size: 14px; }
#content a { text-decoration: none; color: #4372e6; font-size: 14px; }
#content a.normal-link { text-decoration: none; color: #4372e6; font-size: 16px; }
#content a:hover { color: #3d3d3d; }
#content .color { background: #f5f5f5; padding: 40px; margin-bottom: 10px; border-top: 1px solid #e9e9e9; border-bottom: 1px solid #e9e9e9; }
#content .block { padding: 0 15px; width: 970px; }
#content .wit { padding: 20px 0 }
#content .left img, .size { width: 200px; height: 200px; }    
#content input { -moz-border-bottom-colors: none; -moz-border-left-colors: none; -moz-border-right-colors: none; -moz-border-top-colors: none;  background: none repeat scroll 0 0 transparent;   border-color: -moz-use-text-color -moz-use-text-color #CBCBCB; border-image: none; border-radius: 0 0 0 0; border-style: none none solid;  border-width: 0 0 1px; float: left; font-size: 15px; margin-bottom: 30px; padding: 0; width: 80.3922%; }
#content input.button { background: #007DC3; color: #fff; padding: 10px; width: 200px; float: right; margin-top: 20px; }
#content select { padding: 10px; margin-bottom: 30px; border-radius: 5px; -moz-border-radius: 5px; border: 1px solid #8f8f8f; }
#content label { clear: left; float: left; margin: 0 0 10px; width: 19.6078%; font-size: 15px; }    
#content textarea { width: 78%; border: 1px solid #848484; -moz-border-radius: 5px; border-radius: 5px; margin-top: 20px; font-family: 'Open Sans'; padding: 10px; }   
#content #donor { padding: 20px; background: #f8f8f8; border: 2px solid #eee; margin-bottom: 30px; }  
#content #ontvanger { padding: 20px; background: #f8f8f8; border: 2px solid #eee; margin-bottom: 30px; }  
#content a.button {float: left; color: #fff; background: #007DC3; padding: 10px; margin-top: 40px; -webkit-transition: background 0.2s ease-in, color 0.2s ease-in; -moz-transition: background 0.2s ease-in, color 0.2s ease-in; -ms-transition: background 0.2s ease-in, color 0.2s ease-in; -o-transition: background 0.2s ease-in, color 0.2s ease-in; transition: background 0.2s ease-in, color 0.2s ease-in; }    
#content a.button:hover { background: #87cae6; color: #2a7ea3; }



#content table { width: 700px; font-size: 14px; margin-bottom: 15px;}
#content table tr { border: none; }
#content table tr td { padding: 10px; }
#content table tr.even td { background: #abd3ee; }
#content table tr td.align { text-align: right; }

#content #bluebox { background: #f4f4f4; padding: 15px; border-radius: 10px; -moz-border-radius: 10px; }
#content #bluebox ul { list-style: none;  }
#content #bluebox ul li { margin: 10px 26px; background: #fff; height: 85px; width: 400px; padding: 20px 10px 0 10px; list-style: none; float: left; }
#content #bluebox .right { width: 290px; margin: 0; float: left; }
#content #bluebox ul li a { text-decoration: none;  }
#content #bluebox ul li a img { float: left; margin-right: 20px; }
#content #bluebox ul li a span { font-weight: 600; color: #4b5c66; font-size: 14px; width: 290px; display: block; }
#content #bluebox ul li a span:hover { text-decoration: underline; }
#content #bluebox ul li a p { color: #354c5a; font-weight: 300; margin: 0; font-size: 12px; }

#content #team { display: inline-block; }
#content #team ul { display: inline-block; margin-left: 0; }
#content #team ul li { margin-right: 4px; border: 1px solid #f2f2f2; float: left; list-style: none; padding: 20px; background: #ededed; width: 120px; height: 210px; }
#content #team ul li:last-child { margin: 0; }
#content #team ul li img { display: block; margin-bottom: 20px; margin: 0 auto; margin-bottom: 20px; max-width: 140px; max-height: 120px;}
#content #team ul li p { font-size: 12px; line-height: 21px; }


#content .right .button { display: inline-block; background: #ededed url(../images/phone-icon.svg) no-repeat 15px 10px; padding: 10px 10px 10px 65px; font-size: 24px; color: #4b5c66; width: 275px; margin: 30px 20px 0 0; }
#content .right .mail { font-weight: 300; background: #ededed url(../images/mail-icon.svg) no-repeat 15px 10px; margin-right: 0; -webkit-transition: background 0.2s ease-in, color 0.2s ease-in; -moz-transition: background 0.2s ease-in, color 0.2s ease-in; -ms-transition: background 0.2s ease-in, color 0.2s ease-in; -o-transition: background 0.2s ease-in, color 0.2s ease-in; transition: background 0.2s ease-in, color 0.2s ease-in; }
#content .right .mail:hover { color: #fff; background: #3e79cf url(../images/mail-icon.svg) no-repeat 15px 10px;  }
#content .right ul.examples { list-style: none; margin-left: 0; background: #f2f8fb; padding: 20px; }
#content .right ul.examples li { border-bottom: 3px solid #b3cdd8; list-style: none; }
#content .right ul.examples li span { font-size: 24px; color: #1b5066; }
#content .right ul.gallery { list-style: none; }
#content .right ul.gallery li { text-align: center; list-style: none; float: left; width: 180px; height: 140px; margin-right: 30px; padding: 10px; background: #eee; border-radius: 5px; -moz-border-radius: 5px; }
#content .right ul.gallery li img { max-width: 140px; margin-bottom: 10px; border-radius: 5px; -moz-border-radius: 5px; }
#content .right ul.gallery li h3 { font-size: 13px; }

#subcontainer { background: #f6f6f6; padding: 20px 0; width: 100%; }
#subcontainer h1 { font-size: 30px; color: #4b5c66; font-weight: 300; margin-bottom: 20px; }
#subcontainer .left { width: 560px; }
#subcontainer .left .fb-plugin { background: #fff; height: 435px;  }
#subcontainer .right { float: left; margin-left: 20px; }
#subcontainer .right ul { list-style: none; }
#subcontainer .right ul li { margin-bottom: 20px; background: #fff; height: 85px; width: 400px; padding: 20px 10px 0 10px;   }
#subcontainer .right ul li a { text-decoration: none;  }
#subcontainer .right ul li a img { float: left; margin-right: 20px; }
#subcontainer .right ul li a span { font-weight: 600; color: #4b5c66; font-size: 14px; width: 290px; margin-bottom: 10px; }
#subcontainer .right ul li a span:hover { text-decoration: underline; }
#subcontainer .right ul li a p { width: 160px; color: #354c5a; }
#subcontainer .right .button { font-size: 14px; color: #fff; background: #0072ac; padding: 10px; text-decoration: none; float: right; padding: 5px 25px 5px 15px; -webkit-transition: 0.2s ease-in; -moz-transition: 0.2s ease-in; -ms-transition: 0.2s ease-in; -o-transition: 0.2s ease-in; transition: 0.2s ease-in; }
#subcontainer .right .button:hover { padding: 5px 15px 5px 25px; }   

#contact_page { padding: 30px 4.09836%; background: url(../images/background-contactpagina.gif) center top #F5F4EE; }
#contact_hello { float: left; width: 50%; }
#contact_hello address { font-size: 18px; }
#contact_hello ul { list-style: none; margin-top: 30px; }
#contact_hello ul li { display: inline; float: left; margin: 0 3% 0 0; padding: 110px 0 0; text-align: center; width: 30%; font-size: 15px; }
#contact_hello ul li.mobile { background: url(../images/footer_phone_icon.svg) center top no-repeat; }
#contact_hello ul li.call { background: url(../images/footer_call_icon.svg) center top no-repeat; }
#contact_hello ul li.mail { background: url(../images/footer_email_icon.svg) center top no-repeat; }

#contact_message { float: left; width: 47%; background: #f5f4ee; padding-left: 3%; }
#contact_message input { -moz-border-bottom-colors: none; -moz-border-left-colors: none; -moz-border-right-colors: none; -moz-border-top-colors: none;  background: none repeat scroll 0 0 transparent;   border-color: -moz-use-text-color -moz-use-text-color #CBCBCB; border-image: none; border-radius: 0 0 0 0; border-style: none none solid;  border-width: 0 0 1px; float: left; font-size: 1em;  margin: 0 0 8px;  padding: 0; width: 80.3922%; }
#contact_message label { clear: left; float: left; margin: 0 0 10px; width: 19.6078%; }
#contact_message textarea { float: left; border: 2px solid #eee; border-radius: 5px; -moz-border-radius: 5px; width: 79%; font-family: 'Open Sans'; }
#contact_message input.button { float: right; width: 200px; color: #fff; background: #007DC3; padding: 10px; margin-top: 20px; -webkit-transition: background 0.2s ease-in, color 0.2s ease-in; -moz-transition: background 0.2s ease-in, color 0.2s ease-in; -ms-transition: background 0.2s ease-in, color 0.2s ease-in; -o-transition: background 0.2s ease-in, color 0.2s ease-in; transition: background 0.2s ease-in, color 0.2s ease-in; }    
#contact_message input.button:hover { background: #87cae6; color: #2a7ea3; }
#contact_footer {padding: 50px 0; text-align: center; }
#contact_footer h1 { color: #fff; font-size: 48px; }    
#contact_footer a.button {text-decoration: none;	width: 200px; color: #fff; background: #007DC3; padding: 10px; margin-top: 20px; -webkit-transition: background 0.2s ease-in, color 0.2s ease-in; -moz-transition: background 0.2s ease-in, color 0.2s ease-in; -ms-transition: background 0.2s ease-in, color 0.2s ease-in; -o-transition: background 0.2s ease-in, color 0.2s ease-in; transition: background 0.2s ease-in, color 0.2s ease-in; }    
#contact_footer a.button:hover { background: #87cae6; color: #2a7ea3; }

footer { background: #dadada; width: 100%; }
footer .container { padding-left: 10px; width: 990px; }
footer .container .left { width: 520px; }
footer .container .left h1 { font-size: 24px; font-weight: 300; color: #6f6f6f; margin-bottom: 30px; padding-top: 30px; }
footer .container .left ul { float: left; list-style: none; }
footer .container .left ul.first { margin-right: 30px; }
footer .container .left ul li {  font-size: 13px; }
footer .container .left ul li a { line-height: 30px; display: block; text-decoration: none; color: #828282; transition: all 0.8s ease 0s; }
footer .container .left ul li a:hover { color: #3b6ce5;  }
footer .container .left h4 { font-weight: 300; color: #6f6f6f;}
footer .container .left .by { margin: 40px 0 20px 0; display: block; color: #b0b0b0; text-decoration: none; transition: all 0.8s ease 0s; }
footer .container .left .by:hover { color: #000;  }

footer .container .right { background: #007DC3; width: 370px; float: left; height: 100%; margin-left: 60px; padding: 20px;  }
footer .container .right address { color: #fff; font-size: 18px; line-height: 30px; display: block; padding-bottom: 30px; background: url(../images/hurkmans-et-logo-inverse.svg) no-repeat; background-size: 250px; padding-top: 90px; }
footer .container .right span { color: #fff; font-size: 18px; line-height: 30px; display: block; display: inline-block; width: 70px; }

.contactbox { position: absolute; top: 435px; left: 24%; background: #fff; padding: 20px; width: 500px; padding-bottom: 0 !important; -webkit-box-shadow:  0px 0px 20px 0px 000; box-shadow:  0px 0px 20px 0px 000; }



header .navbar-toggle {
	display: none;
}

.fb_iframe_widget {
	width: 100% !important;
	max-width: 100% !important;
	height: 100% !important;
	max-height: 100% !important;
}

.fb_iframe_widget > span {
	width: 100% !important;
	max-width: 100% !important;
	height: 100% !important;
	max-height: 100% !important;
}

iframe {
	width: 100% !important;
	max-width: 100% !important;
	height: 100% !important;
	max-height: 100% !important;
	position: relative;
}

#subcontainer .left .fb-plugin {
	background-color: transparent;
}

#subcontainer .right ul li a img, #content #bluebox ul li a img {
	width: 90px;
	height: 70px;
}


#subcontainer li .right {
	width: calc(100% - 110px);
	margin: 0;
}

#subcontainer .right ul li a p {
	width: auto;
		font-size: 13px;
}


#content #bluebox ul {
	display: flex;
	flex-wrap: wrap;
}

#content #bluebox ul li {
	height: auto;
}

header .logo img {
	width: 200px;
}

header nav {
	margin-right: 0;
}

#content .intext {
    width: 200px;
    height: 200px;
    object-fit: cover;
}

.flag img {
	height: 12px;
}

@media (max-width: 992px) {
	.container {
		max-width: 100%;
		width: 95% !important;
		padding: 2.5% !important;
	}
	
	header {
		height: 110px;
	}
	
	header nav {
		display: none;
	}
	
	header nav.open {
		display: block;
		z-index: 9;
	    background-color: #fff;
	    position: absolute;
	    left: 0;
	    top: 100%;
	    margin: 0;
	    box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.28);
	    padding: 10px 0;
	}
	
	header nav ul {
		width: 100%;
	}
	
	header nav ul li {
		padding: 0px;
		width: 100%;
		margin: 0;
	}
	
	header nav ul li a {
		padding: 5px 20px;
	}
	
	header nav ul li > div {
		position: relative;
		visibility: inherit;
		display: none;
		padding-top: 0;
	}
	
	header nav ul ul {
		padding: 0;
		width: auto;
		background-color: #efefef;
		color: #000;
		border-radius: 0;
	}
	
	header nav ul ul li {
		border-bottom: 0;
	}
	
	header nav ul ul li a {
		padding: 5px 30px;
		color: #000 !important;
	}
	
	header nav ul li:hover a {
		border-bottom: 0;
	}
	
	header nav ul li:hover > div {
		display: block;
		top: 0;
		
	}
	
	header .header-top {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	
	header .navbar-toggle {
		display: block;
		padding: 25px 2.5% 0;
	}
	
	header .language {
		right: 5%;
	}
	
	header .navbar-toggle span {
		width: 40px;
		height: 4px;
		background-color: #007DC3;
		margin-bottom: 5px;
		display: block;
		border-radius: 2px;
	}
	
	header .logo img {
		height: auto;
		width: 190px;
		margin-top: 20px;
	}
	
	
	header.fixedheader {
		height: 90px !important;
	}
	
	header.fixedheader .header-top {
		margin-top: 10px;
	}
	
	header.fixedheader .navbar-toggle span {
		background-color: #fff;
	}
	
	header.fixedheader nav ul li a {
		color: #394668
	}
	
	#headercontainer {
		position: relative;
		height: auto;
		margin-top: 110px;
	}
	
	#headercontainer .container {
		overflow: hidden;
	}
	
	#headercontainer .container .left {
		max-width: 95%;
		width: 100%;
		padding: 2.5%;
	}
	#headercontainer .container .left p {
		width: 100%;
		position: relative;
		z-index: 2;
		line-height: 24px;
	}
	
	#headercontainer .container .right {
		position: absolute;
		margin: 0;
		right: 0;
		top: 0;
		bottom: 0;
		z-index: 0;
	}
	
	#content .left {
		width: 100%;
		display: flex;
		justify-content: center;
	}
	
	#content .right {
		max-width: 95%;
		width: 100%;
		padding: 2.5%;
	}
	
	#content .right .button {
		padding: 10px 20px 10px 65px;
		margin: 6px 0px;
		width: auto;
	}
	
	#subcontainer {
		max-width: 95%;
		width: 100%;
		padding: 2.5%;
	}
	
	#subcontainer .left {
		width: 100%;
		margin-bottom: 30px;
		display: none;
	}
	
	#subcontainer .left .fb-plugin {
		height: auto;
	}
	
	#subcontainer .right {
		margin-left: 0;
	}
	
	#subcontainer .right ul li {
		max-width: calc(100% - 20px);
		width: 100%;
		height: auto;
		padding: 20px 10px;
	}
	
	#subcontainer .right ul li a {
		display: flex;
	}
	
	#subcontainer .right ul li a img {
		object-fit: contain;
	}
	
	footer .container {
		max-width: 95%;
		width: 100%;
		padding: 2.5%;
		margin: 0;
	}
	
	footer .container .left {
		width: 100%;
		padding-bottom: 20px;
	}
	
	footer .container .left .by {
		display: none;
	}
	
	footer .container .right {
		width: calc(100% - 40px);
		margin: 0;
	}
	
	.fb_iframe_widget {
		height: 500px !important;
	}
	
	
	#content #team ul li {
		width: 33%;
		margin-right: 0;
		margin: 5px 2.5%;
	}
	
	#content #team ul li:last-child {
		width: 33%;
		margin-right: 0;
		margin: 5px 2.5%;
	}
	
	#content #team ul li img {
		max-width: 100%;
	}
	
	#content .color {
		padding: 0;
	}
	
	.fl, .fr {
		float: none;
	}
	
	#content table {
		width: 100%;
		max-width: 100%;
	}
	
	#content select {
		width: 100%;
		margin-top: 10px;
	}
	
	#content label {
		width: 100%;
		margin: 0;
	}
	
	#content textarea {
		width: calc(100% - 20px);
		margin: 0;
	}
	
	#content input {
		width: 100%;
	}
	
	#content .intext {
		margin: 0;
	}
	
	
	#bluebox ul {
		margin: 0;
	}
	
	#content #bluebox ul li {
		margin: 0;
		width: auto;
		height: auto;
		margin-bottom: 10px;
	}
	
	#content .right ul.gallery {
		margin: 0;
		display: flex;
		flex-wrap: wrap;
	}
	
	#content .right ul.gallery li {
		width: 40%;
		margin: 5px 2%;
	}
	
	#content .right ul.gallery li img {
		width: 100%;
	}
	
	#contact_page {
		padding: 0;
		background-image: none;
	}
	
	#contact_hello {
		width: 95%;
		padding: 20px 2.5%;
		background-color: #fff;
	}
	
	#contact_message {
		width: 95%;
		padding: 20px 2.5%;
	}
	
	#contact_hello ul li {
		width: 100%;
		margin: 10px 0;
	}
	
	#contact_message label {
		margin: 20px 0 0;
		width: 100%;
	}
	
	#contact_message input {
		margin: 10px 0 0;
		width: 100%;
	}
	
	#contact_message textarea {
		width: 100%;
		margin: 10px 0 0;
	}
	
	#contact_footer h1 {
		font-size: 20px;
	}
	
	#contact_message input.button {
		margin-top: 110px;
	}
	
	input.button {
		-webkit-appearance: none;
	}
	
	header .logo {
		margin-left: 2.5%;
	}
}

.photo-album{
	margin-top: 7rem;
}

.photo-album-item{
	height: 200px;
	object-fit: cover;
	margin-right: 0.75rem;
	border: 10px solid #eeeeee;
	border-radius: 1rem;
}

@media (max-width: 575.98px) { 
	.photo-album-item{
		height: 100px;
		margin-right: 0.1rem;
	}
 }

