@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,400;0,700;1,400;1,700&display=swap');
body
{
	margin: 0px;
	padding: 0px;
	font-family: 'Roboto Condensed';
	top:0px!important;
}
strong, b
{
	font-family: 'Roboto Condensed';
	font-weight: 700;
}
i, em
{
	font-family: 'Roboto Condensed';
	font-weight: 400;
	font-style: italic;
}
b i, b em, i b, em b, strong i, strong em, i strong, em strong
{
	font-family: 'Roboto Condensed';
	font-weight: 700;
	font-style: italic;
}
li ul
{
	padding-top:11px;
}
a
{
	color: #23668b;
}
.own_menu a
{
	color: #085a96!important;
}
.button.small {
    padding: 4px 16px;
}
#menusor
{
	float: none;
    display: block;
    top: 0px;
    margin-top: 0px;
    text-align: center;
    border: none;
    background: #23668b;
    padding: 8px!important;
    box-sizing: border-box;
    position: sticky;
    z-index: 10000;
}
.menu a, div.menu:hover a, div.menu:hover:not(.inaktiv)
{
	color: white;
	font-weight: 400;
}
form.registration
{
	background: white;
	padding: 10px;
	border-radius: 10px;
}
@media(max-width: 1070px)
{
	.input_mezo
	{
		width: calc(100% - 20px);
	}
}
.menu
{
	text-transform: none;
	margin: 0px 4px;
	float: none;
    display: inline-block;
    position: relative;
    font-size: 18px!important;
    padding: 3px 10px!important;

}
.menu.aktiv::before
{
	content: '';
	position: absolute;
	bottom:0px;
	left: 0px;
	width: 100%;
	height: 2px;
	background: #8bc96b;
}
.menu a[href=\/jelentkezes]::before
{
	display: none;
}
#fejlec
{
	position: relative;
    background: url(/img/light-wall.png);
    background-size: cover;
    background-position: bottom left;
    background-repeat: no-repeat;
    padding: 0px;
}
#fejlec-left
{
	float: none;
}
#upper-sav
{
	text-align: left;
	max-width: 1920px;
    position: relative;
    margin: 0px auto;
}
#fejlec-left img
{
	width: 450px;
	margin-left: 25px;
}

@media (max-width: 1070px)
{
	#fejlec-left img
	{
		margin-left: 0px;
	}
}
#upper-sav .aktivlang
{
	color: white;
}
.langs
{
	position: absolute;
    right: 70px;
    top: 40px;
}
.langs a
{
	font-size: 14px!important;
}
.button, .button_rendeles
{
	text-transform: none;
	background: #8bc96b;
	border-radius: 30px;
	font-size: 14px;
	padding: 12px 20px;
}
.button:hover, .button_rendeles:hover
{
	background: #608c49;
}
.belepes
{
	padding-left:10px;
	padding-right:10px;
	margin-right: 10px;
	position: relative;
}
.belepes a
{
	color: white!important;
	font-weight: 700!important;
}
.belepes::after
{
	content: '';
    position: absolute;
    right: 0px;
    top: -2px;
    height: 30px;
    width: 1px;
    background: white;
}
#content
{
	margin-top:0px;
	background: url(/img/vif_bg25.png) center top fixed, #eff2f4;
	background-repeat: no-repeat;
	max-width: 1920px;
    margin: 0px auto;
}
#content.fooldal
{
	background: url(/img/vif_bg25.png) center top fixed;
	background-repeat: no-repeat;
}
.cikk
{
	margin-top:-20px;
	padding-top:30px;
	padding-bottom: 50px;
}
#content.fooldal .cikk
{
	padding-bottom: 0px;
}
#fooldal_banner
{
	margin-top:-30px;
}
.lablec_cont
{
	max-width: 1920px;
	margin: 0px auto;
}
.lablec .fejlec_bal
{
	display: inline-block;
	width: 300px;
}
.lablec .lablec_text
{
	font-size: 14px;
	display: flex;
	flex-wrap: wrap;
	margin-top:20px;
}
.lablec .fejlec_bal .name
{
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
}
.lablec .fejlec_bal .logo
{
	display: inline-block;
	vertical-align: middle;
	height: 110px;
	margin-left: -20px;
	width: 110px;
}
.lablec
{
	margin-top: -20px;
}
.kozossegi
{
	display: inline-block;
	margin: 0px 10px;
}
.lablec .kozossegi
{
	margin-top:15px;
}
.lablec .kozossegi a
{
	font-size: 25px;
	color: white;
}
.lablec a
{
	font-weight: 400;
}
.lablec
{
	background:#0d3043;
	color: white!important;
	padding: 50px;
}
.lablec_jobb
{
	display: flex;
	float: right;
	width: calc(100% - 300px);
}
.lablec_menu
{
	width: calc(100% - 220px);
	text-align: center;
	margin-top: 24px;
}
.lablec_kozossegi
{
	width: 220px;
	text-align: right;
}
.white-text p, .white-text h2
{
 color: white;
}
@media (max-width: 860px)
{
	.lablec_jobb
	{
		flex-direction: column;
		float: none;
		width: 100%;
		align-items: center;
    margin-top: 24px;
	}
	.lablec_cont
	{
		display: flex;
		flex-direction: column;
		align-items: center;
	}
}
@media (max-width: 1135px)
{
	.lablec_menu
{
	width: fit-content;
	padding-right:20px;
}
}
.lablec_menu a, .simplepay
{
	color: white;
	text-decoration: none;
	font-size: 16px;
	display: block;
	margin-bottom: 20px;
}
.logo img
{
	width: 100%;
}
#countdown, .counter-container
{
	width: calc(100% + 80px);
	margin-left:-40px;
	padding: 24px 0px!important;
	background: #062133!important;
	color: white;
}
#countdown.white-box
{
	width: auto;
	background: white!important;
	border-radius: 8px;
	color: #23668b;
	margin-left:0px;
	margin: 0px 150px;
	padding: 5px 0px!important;
}
.counter-container::before
{
	display: none;
}
#countdown-cim
{
	font-size: 40px;
	font-weight: 700;
}
.white-box #countdown-cim
{
	font-size: 30px;
	text-transform: none;
}
.countdown-item
{
	width: 160px;
}
.counter_ct
{
	width: 200px!important;
}
.counter
{
	font-size: 50px;
}
.countdown-item-num, .counter, .counter_ct .plus
{
	font-weight: 700;
	color: #8bc96b;
}
#fooldal_banner .cimsor, #fooldal_banner .alcimsor
{
	width: 100%;
	max-width: 700px;
	text-align: left;
	text-shadow: none!important;
}
.flex-box
{
	display: flex;
    flex-direction: row;
    justify-content: center;
}
.flex-box.withmargin
{
	margin: 0px auto;
	max-width: 1100px;
}
.flex-box-item
{
	width: 50%;
}
.flex-box-item p
{
	margin: 10px 20px;
}
.flex-box-item.left-margined p, .flex-box-item.left-margined h2
{
	margin:0px;
	margin-left: 24px;
}
.flex-box-item.right-margined p, .flex-box-item.right-margined h2
{
	margin:0px;
	margin-right: 24px;
}
.cikk
{
	color: black;
}
.shadow-box
{
	background: url('/img/shadow-box.jpg');
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	text-shadow: none;
}
.shadow-box.gray
{
	background: #eff2f4;
	color: black;
}
.haromszog
{
	display: none;
}
.data-box
{
	border-radius: 8px;
	background: white;
	color: black;
}
.data-box-cim
{
	border-radius: 8px 8px 0px 0px;
	padding: 20px 10px;
	background: #8bc96b;
	color: black;
	display: flex;
	align-items: center;
	box-shadow: none;
}
.data-box .data-box-cim strong
{
	color: black;
}
.data-box strong, .data-box b
{
	color: #8bc96b;
}
.data-box.blue
{
	background: #0e2038;
	color:white;
	width: 100%;
	max-width: 450px;
}

.data-box.blue .data-box-cim
{
	background: #0e2038;
	font-size: 18px;
}
.data-box.blue .data-box-cim strong
{
	color: white;
}
.data-box.blue strong, .data-box.blue b
{
	color: white;
}
.data-box.blue .data-box-data p, .data-box.white .data-box-data p
{
	margin-bottom: 16px;
}
.data-box.white
{
	color: #0e2038;
	background:white;
	width: 100%;
	max-width: 450px;
}
@media (max-width: 900px)
{
	.data-box.blue, .data-box.white
	{
		max-width: 100%;
	}
}
.data-box.white .data-box-cim
{
	background: white;
	font-size: 18px;
}
.data-box.white .data-box-cim strong
{
	color: #0e2038;
}
.data-box.white strong, .data-box.white b
{
	color: #0e2038;
}
.data-box.blue .data-box-data, .data-box.white .data-box-data
{
	box-shadow: none!important;
}
h2, h1
{
	color: #23668b;
}
.shadow-box:not(.gray) h1
{
	color:white;
}
.two-five
{
	width: 40%;
    box-sizing: border-box;
}
.three-five
{
	width: 60%;
    box-sizing: border-box;
}
.rounded-box p
{
	margin: 0px;
}
.rounded-box h2
{
	margin:0px;
	margin-bottom:10px;
}
.blue h2, .blue h1
{
	color:white;
}
.lblue
{
	color:#8bc96b!important;
}
.nomargin
{
	margin:0px!important;
}
.rounded-box
{
	    background: white;
    border-radius: 8px;
    padding: 24px;
    box-sizing: border-box;
    margin: 8px;
    margin-bottom: 16px;
    color:#23668b;
}
.rounded-box.blue
{
	color: white;
	background: #03293a;
}
.rounded-box.dblue
{
	background: #143c51;
}
.kiallito-pic
{
	background: url('https://vif.mee.hu/files/images/galeria/2024/vif2024_41_1.jpg');
	background-size: cover;
	border-radius: 8px;
	margin: 8px;
	margin-bottom: 16px;
}
.szalloda-pic
{
	background: url('https://vif.mee.hu/files/images/2025/ozon1.jpg');
	background-size: cover;
	border-radius: 8px;
	margin: 8px;
	margin-bottom: 16px;
}
.szponzor-pic
{
	
	background: url('https://vandorgyules.mee.hu/files/images/galeria/2022/vgy2022_66.jpg');
	background-size: cover;
	border-radius: 8px;
	margin: 8px;
	margin-bottom: 16px;
}
.archive
{
	border-radius: 8px;
}
.lang-select
{
	display: none;
}
.mobil-fejlec
{
	display: none;
}
.flex-box-item-third
{
	width: 33%;
    box-sizing: border-box;
    padding: 10px;
    border-radius: 8px;
}
.flex-box-item-third:nth-child(2)
{
	margin: 0px 10px;
}
.hir-box.flex-box-item-third:nth-child(2)
{
	margin:8px;
	margin-bottom: 16px;
}
.flex-box-item-third p, .flex-box-item-third h2
{
	margin-left: 0px;
	margin-right: 0px;
}
.whiteback
{
	background: white;
}
.margined
{
	margin: 10px 150px;
}
.cikk a
{
	color: #8bc96b;
	text-decoration: none;
}
.margined .rounded-box:nth-child(1)
{
	margin-left:0px;
}
.margined .rounded-box:nth-child(2)
{
	margin-right:0px;
}
.rounded-box ul, .flex-box-item ul
{
	margin: 10px 0px;
}
.pic-box
{
	    width: calc(100% + 48px);
    height: 300px;
    margin-left: -24px;
    margin-bottom: 16px;
    margin-top: -24px;
    border-radius: 8px 8px 0px 0px;
}
button.inactive, a.inactive,.button_rendeles.inactive
{
	opacity: 0.5;
	cursor: not-allowed;
}
.flex-box.sb
{
	justify-content: space-between;
}
.jelentkezes
{
	background: white;
	border-radius: 8px;
	cursor: auto;
	padding: 10px;
	box-sizing: border-box;
	display: inline-block;
	text-align: center;
	height: 250px;
	width: 280px;
	margin:10px 1px;
}
.jelentkezes p
{
	margin: 0px;
}
.jelentkezes_szoveg
{
	float: none;
	margin: 0px;
	width: 100%;
}
.jelentkezes_cim
{
	text-align: center;
}
.jelentkezes_kep
{
	float: none;
	width: 100%;
	text-align: center;
}
.jelentkezes_leiras
{
	text-align: center;
	color:black;
	min-height: 20px;
	width: 100%;
}
.jelentkezes .button_rendeles
{
	width: 100%;
}
.list-box h2
{
	border-bottom: 1px solid silver;
	padding-bottom: 10px;
}
.list-box p
{
	margin-bottom: 16px;
}
.list-box .right
{
	font-weight: 700;
	float: right;
}
.arak
{
	width: 350px;
    background: white;
    padding: 10px;
    border-radius: 8px;
    box-sizing: border-box;
    margin-bottom: 16px;
}
.arak-cim
{
	background: #23668b;
    width: calc(100% + 20px);
    margin-left: -10px;
    margin-top: -10px;
    border-radius: 8px 8px 0px 0px;
    color: white;
    padding: 10px;
    box-sizing: border-box;
    font-size: 20px;
    font-weight: 700;
}
.arak-cim span
{
	font-weight: 400;
	font-size: 14px;
}
.arak-sor
{
	margin: 8px 0px;
	position: relative;
	padding-left: 20px;
}
.arak-sor.no::before
{
	content: '\f057';
	font-family:'Font Awesome 5 Free';
	font-weight: 900;
	position: absolute;
	font-size: 18px;
	left: -3px;
	top: 0px;
	color: #ff004c;
}
.arak-sor.ok::before
{
	content: '\f058';
	font-family:'Font Awesome 5 Free';
	font-weight: 900;
	position: absolute;
	font-size: 18px;
	left: -3px;
	top: 0px;
	color: #00b75f;
}
.button.cancel, .button_rendeles.cancel
{
	background: #ff004c;
}
.arak-ar
{
	    border-top: 1px solid silver;
    padding-top: 8px;
    font-size: 24px;
    font-weight: 700;
    color: #23668b;
}
.arak-ar span
{
	font-size: 16px;
	padding-left: 5px;
}
#annotacio-text
{
	margin-left: 100px;
	margin-top: -18px;
}
@media only screen and (max-width: 1070px)
{
	#annotacio-text
	{
		margin-left:auto;
		margin-top: auto;
	}
}
.input_mezo, input[type=text], textarea, input[type=email], input[type=tel], input[type=password]
{
	border:1px solid #23668b;
	border-radius: 5px;
	padding: 5px 2px;
}
.eloadas_list .button
{
	width: auto;
}
.kapcsolat
{
	display: inline-block;
	margin:10px;
	vertical-align: top;
}
.kapcsolat img
{
	border-radius: 8px;
}
.kapcsolat_nev
{
	color:#23668b;
	font-size: 18px;
}
.lapozo_nyil
{
	color: white;
    border: 2px solid white;
    margin: 0px 3px;
    display: inline-block;
    padding: 11px;
    width: 16px;
    border-radius: 50%;
    height: 16px;
    cursor: pointer;
    position: absolute;
    bottom: 10px;
    background: rgba(0,0,0,0.2);
}
.picbox
{
	position: relative;
}
.lapozo_nyil.next_nyil
{
	right: 10px;
}
.lapozo_nyil.prev_nyil
{
	right: 60px;
}
.pluszetkezes_cim
{
	background: #23668b;
    border: 1px solid black;
    padding: 5px;
    border-radius: 8px;
    color: white;
}
.kapcsolat-fooldal
{
	margin: 0px;
    width: 50%;
    background: white;
}
.kapcsolat-fooldal iframe
{
	width: 100%;
	height: 100%;
}
.kapcsolat-cikk form
{
	width: calc(50% + 40px);
    background: white;
    margin-right: -40px;
    padding: 24px;
}
.kapcsolat-cikk p:not(.kapcsolat-fooldal)
{
	display: none;
}
.kapcsolat-cikk form .label
{
	font-weight: 600;
    display: block;
    width: 100%;
    float: none;
    margin-top: 8px;
    margin-bottom: 0px;
    color: #23668b;
}
.kapcsolat-form h1
{
	margin: 0px 0px 24px 0px;
}
.kapcsolat-form .input_mezo, .kapcsolat-form .input_textarea
{
	width: 100%;
	max-width: 400px;
	background: white;
	padding: 8px;
}
.kapcsolat-form .input_textarea
{
	height: 100px;
}
.kapcsolat-cikk
{
	padding-top: 0px;
	padding-bottom: 0px;
	display: flex;
}
.hir-box
{
	padding: 0px;
}
.hir-box .tartalom
{
	padding: 16px;
}
.hir-box .image-div .cim
{
	font-weight: 600;
	color: white;
	width: calc(100% - 32px);
    bottom: 16px;
    position: absolute;
}
.hir-box .image-div
{
	border-radius: 8px 8px 0px 0px;
	padding: 16px;
	min-height: 200px;
    box-sizing: border-box;
    position: relative;
}
.hir-box .image-div::before
{
	position: absolute;
	left:0px;
	bottom: 0px;
	width: 100%;
	height: 60%;
	background: linear-gradient(0deg, rgba(2,0,36,1) 0%, rgba(0,212,255,0) 100%);
	content: '';
}
.double-hir-box .image-div::before
{
	display: none;
}
.double-hir-box .image-div
{
	border-radius: 8px 0px 0px 8px;
}
.double-hir-box .image-div .cim
{
	display: none;
}
.double-hir-box .tartalom .cim
{
	font-weight: 600;
	font-size: 30px;
	color: #23668b;
	margin-bottom: 8px;
}
.hir-box .tartalom
{
	position: relative;
	padding-bottom: 48px;
	color: black;
	width: calc(100% - 32px);
}
.double-hir-box .tartalom
{
padding-bottom: 112px;
}
.hir-box .bovebben
{
	position: absolute;
	bottom: 16px;
	right: 37px;
	color :#23668b;
	font-style: normal;
	font-weight: 600;
}	

.hir-box .bovebben::after
{
	position: absolute;
	right: -21px;
	content: '\f061';
	font-family:'Font Awesome 5 Free';
	font-weight: 900;
	top: 2px;
}
.double-hir-box .bovebben
{
	right: auto;
	left: 16px;
	padding: 16px;
	border: 1px solid #23668b;
	min-width: 80px;
	border-radius: 40px;
	text-align: center;
}
.double-hir-box .bovebben::after
{
	display: none;
}
#lbCenter
{
	z-index: 20000;
}
.rounded-box .video-cont-wrap
{
	border-radius: 8px;
}
.program-row span
{
	display: inline-block;
	vertical-align: top;
	color: black;
	width: calc(100% - 200px);
}
.program-row span.time
{
	width: 200px;
	color: #8bc96b;
	font-weight: bold;
}
.program-row.orange span
{
	color: #fca23f!important;
	font-weight: 600;
}
.program-row.hlight
{
	color: #e77b03;
	background: #fff0e1;
	border-radius: 3px;
	padding: 5px;
	font-weight: 600;
}
.hlight span
{
	color: #e77b03!important;
}
.grayback
{
	background: #eff2f4;
}
.grayback.bordergray
{
	background: transparent;
	border: 1px solid #0fa5f8;
}
.grayback h2
{
	padding-bottom: 0px;
	border-bottom: none;
}
.grayback .cim
{
	font-weight: 600;
	margin: 0px;
}
.grayback .szekciovezeto
{
	border-bottom: 1px solid silver;
	padding-bottom: 10px;
}
.grayback ol
{
	padding: 0px 16px;
	font-weight: 600;
	font-size: 14px;
}
.grayback ol .eloado
{
	font-weight: 400;
    display: block;
    margin-bottom: 10px;
    color: black;
}
.flex-box-item.grayback
{
	padding: 10px;
    border-radius: 8px;
}
.grayback.flex-box-item:nth-child(1)
{
	margin-right: 5px;
	margin-bottom: 10px;
}
.grayback.flex-box-item:nth-child(2)
{
	margin-left: 5px;
	margin-bottom: 10px;
}
@media (max-width: 1300px)
{
	.arak
	{
		margin: 0px 10px;
	}
}
@media (max-width: 1070px)
{
	.margined, #countdown.white-box
	{
		margin: 10px 0px;
	}
	.mobil-fejlec
	{
		display: inline-block;
		margin-left:0px!important;
	}
	#fejlec-left.mobil-fejlec img
	{
		width: 150px;
	}
	#menusor
	{
		text-align: left;
	}
	#hamb
	{
		padding-top: 12px;
	}
	.hamb_row
	{
		border-bottom: 3px solid white!important;
	}
	.menu
	{
		display: block;
		padding:10px 10px 3px 10px!important;
	}
	#fejlec-left:not(.mobil-fejlec)
	{
		display: none;
	}
	.belepes::after
	{
		display: none;
	}
	.langs .button_rendeles, .langs .belepes a
	{
		font-size: 18px!important;
	}
	.langs
	{
		right: auto;
	}
	.belepes
	{
		padding-left: 0px!important;
		margin-left:0px;
		display: none;
	}
	#menucontainer
	{
		padding-top: 60px;
	}
}
@media (max-width: 900px)
{

	.grayback.flex-box-item:nth-child(1)
	{
		margin-right: 0px;
		width: calc(100% - 20px);
	}
	.grayback.flex-box-item:nth-child(2)
	{
		margin-left: 0px;
		width: calc(100% - 20px);
	}
	.program-row span
	{
		width: auto;
	}
	.double-hir-box .bovebben
{
	position: absolute;
	bottom: 16px;
	right: 72px;
	color :#23668b;
	font-style: normal;
	font-weight: 600;
	border: none;
	left: auto;
	padding: 0px;
	min-width: auto;
}	
.double-hir-box .tartalom
{
padding-bottom: 48px;
}
.double-hir-box .bovebben::after
{
	display: block;
}
.double-hir-box .image-div::before
{
	display: block;
}
.double-hir-box .image-div
{
	border-radius: 8px 8px 0px 0px;
}
.double-hir-box .image-div .cim
{
	display: block;
}
.double-hir-box .tartalom .cim
{
	display: none;
}
	.flex-box
	{
		flex-direction: column;
	}
	.flex-box.reverse
	{
		flex-direction: column-reverse;
	}
	.flex-box-item.left-margined p, .flex-box-item.right-margined p, .flex-box-item.left-margined h2, .flex-box-item.right-margined h2
	{
		margin-left:0px;
		margin-right: 0px;		
	}
	.flex-box-item.left-margined, .flex-box-item.right-margined
	{
		min-height: 0px!important;
		padding-top: 16px;
		padding-bottom:16px;
	}
	.arak
	{
		margin-left: 0px;
		margin-right: 0px;
		margin-bottom: 16px;
	}
	.data-box, .flex-box-item, .two-five, .flex-box-item-third, .jelentkezes, .arak
	{
		width: 100%;
	}
	.jelentkezes .button_rendeles
{
	width: auto;
}
	.flex-box-item-third
	{
		margin: 10px 0px!important;
	}
	
	.three-five
	{
		width: 100%;
	}
	.szponzor-pic, .kiallito-pic, .szalloda-pic
	{
		height: 250px;
		margin: 8px 0px;
	}
	.rounded-box
	{
		margin:8px 0px;
	}
}
@media (max-width: 768px)
{
	.list-box .right
{
	font-weight: 700;
	float: none;
	display: block;
}
.kapcsolat-cikk
{
	flex-direction: column;

}
.kapcsolat-fooldal
{
	width: 100%;
}
.kapcsolat-fooldal iframe
{
	height: 200px;
}
.kapcsolat-cikk form
{
	width: calc(100% + 40px);
	margin-left: -40px;
	margin-right: 0px;
}
.kapcsolat-form .input_mezo, .kapcsolat-form .input_textarea
{
	width: calc(100% - 24px);
}
}
@media (max-width: 435px)
{
	.shadow-box
	{
		padding:20px;
	}
	.flex-box.withmargin
	{
		width: calc(100% + 80px);
		margin-left: -40px;
	}
	ul
	{
		padding-left: 0px;
	}
	#content
	{
		padding-bottom: 0px!important;
	}
	.mobil_own_row
	{
		bottom: 0px!important;
	}
	.lablec
	{
		margin-bottom: 80px;
	}
}
.VIpgJd-ZVi9od-aZ2wEe-wOHMyf
{
	display: none!important;
}
@media (min-width: 1700px)
{
	#fooldal_banner
	{
		min-height: 300px;
		height: calc(100vw / 3.5);
	}
}
@media (min-width: 1921px)
{
	#content
	{
		box-shadow: 0px 0px 50px rgba(0,0,0,0.2);
	}
	#container
	{
		background: url(/img/vif_bg25.png) center top fixed;
		background-color: rgba(255,255,255,0.7);
    	background-blend-mode: lighten;
	}
}