@font-face {
font-family: "Proxima Nova Regular";
src: url('../fonts/proximanova-regular.woff') format('woff');
font-weight: normal;
}

@font-face {
font-family: "Proxima Nova Bold";
src: url('../fonts/proximanova-bold.woff') format('woff');
}

body {
	background: #F1F8FF;
	font-family: "Proxima Nova Regular";
	font-size: 18px;
	background: linear-gradient(223deg,rgba(241, 248, 255, 1) 19%, rgba(174, 218, 246, 0.86) 77%);
}

body.itemid-101 .astroid-container {
	background: url('../images/bg_homepage.jpg') no-repeat left top;
	background-size: 100% 400px;
}

body.landing {
	background: #273A5D;
	background: linear-gradient(223deg,rgba(39, 58, 93, 1) 19%, rgba(19, 31, 49, 1) 77%);
}

body.landing #mainwrap {
	color: #FFF;
}

body.landing #mainwrap h1 {
	color: transparent;
	line-height: 5.5vw;
	background: -webkit-gradient(linear,left top,left bottom,color-stop(20%,#fff),to(#999));
	background: -o-linear-gradient(top,#fff 20%,#999 100%);
	background: linear-gradient(to bottom,#fff 20%,#999 100%);
	background-clip: border-box;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

body.landing #mainwrap h2 {
	color: #81bc00;
	font-size: 30px;
}

.astroid-container {
	overflow: hidden;
}

.small-text {
	font-size: 14px;
}

.blue-text  {
	color: #0076bb;
	line-height: 1;
	margin: 0;
}

.medium-blue {
	font-size: 24px;
  color: #0076bb;
  font-weight: bold;
  display: block;
  margin-top: 5px;
  line-height: 1;
  margin: 0;
}

.large-blue {
	font-size: 36pt;
  color: #0076bb;
  line-height: 1;
  margin: 0;
}


a {
	text-underline-offset: 3px;
	text-decoration: none;
}

p, ul, ol {
	margin-bottom: 15px;
}

p, ul li, ol li {
	line-height: 1.68em;
}

strong {
	font-family: "Proxima Nova Bold";
	font-weight: normal;
}

h1, h2, h3, h4, h5 {
	
}

blockquote {
	
}

iframe {
	border: none;
}

h1 {
	margin-bottom: 20px;
	margin-top: 30px;
	font-weight: 700;;
	font: 4.5vw/5.5vw "Proxima Nova Bold";
}

.text-white a {
	color: #FFF;
}

h2 {
	clear: none;
	margin: 30px 0 5px 0;
	padding: 0;
	font: 32px/36px "Proxima Nova Bold";
	color: var(--secondary);
}

h3 {
	clear: none;
	margin: 30px 0 5px 0;
	padding: 0;
	font-size: 28px;
	color: var(--secondary);
	font-family: "Proxima Nova Bold";
}

h3.module-title {
	
}

h4 {
	clear: none;
	margin: 30px 0 5px 0;
	padding: 0;
	text-transform: uppercase;
	font-size: 20px;
}

.staff h4 {
	margin: 0;
}

h5 {
	clear: none;
	margin: 30px 0 5px 0;
	padding: 0;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
}

.btn, .btn_reservation, .btn_graphical {
	font-size: 18px;
	text-decoration: none;
	border: none;
	line-height: 18px;
	outline: none;
	cursor: pointer;
	pointer-events: auto;
	color: #fff;
	border-radius: 4px;
	padding: 10px 20px;
	background: url(../images/btn_reflection.png) center center no-repeat;
	background-color: rgba(0, 0, 0, 0);
	background-size: auto;
	background-color: #1a1a1a;
	background-size: cover;
	display: inline-block;
}

.btn:hover, .btn_reservation:hover, .btn_graphical:hover {
	background-color: #343434;
	color: #FFF;
}

.btn-large {
	display: inline-block;
	text-decoration: none;
	font-size: 24px;
	line-height: 24px;
	outline: none;
	cursor: pointer;
	pointer-events: auto;
	color: #fff;
	border-radius: 4px;
	padding: 25px 40px;
	background: url(../images/btn_reflection.png) center center no-repeat;
	background-color: #1d386a;
	background-size: cover;
	-webkit-transition: background-color .2s cubic-bezier(.785,.135,.15,.86);
	-o-transition: background-color .2s cubic-bezier(.785,.135,.15,.86);
	transition: background-color .2s cubic-bezier(.785,.135,.15,.86)
}

.btn-large:hover {
	background-color: #284d92
}

.astroid-article-full-image figure.left {
	width: 45%;
	border: 8px solid #fff;
	overflow: hidden;
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,.15);
	box-shadow: 0 0 20px rgba(0,0,0,.15);
	float: left;
	margin: 0 5% 10px 0;
}

.astroid-article-full-image figure.right {
	width: 45%;
	border: 8px solid #fff;
	overflow: hidden;
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,.15);
	box-shadow: 0 0 20px rgba(0,0,0,.15);
	float: right;
	margin: 0 0 10px 5%;
}

#promoimage figure.left, .promoimage img {
	width: 100%;
}

.btn:hover {
	
}

blockquote {
	
}

blockquote p {
	
}

/*menu*/

#headerwrap {
	background-size: 100% 100%;
	background-position: left top -20px;
}

#ac-1529472563843 {
	background-size: 100% 100%;
	padding-bottom: 50px;
}

header#astroid-sticky-header {
	background-image: url(/images/admin/bg-nav.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	padding-bottom: 85px;
}

header#astroid-sticky-header .container {
	max-width: 1600px;
	padding: 0 12.5%;
	width: 100%;

}

.astroid-header-section .astroid-header-sticky > div {
	padding: 0;
}

header#astroid-sticky-header ul.nav img {
	transform: translateY(0px);
}


/*#headerwrap:after {
	position: absolute;
	content: '';
	background: url('../images/bg_topmenu.svg') no-repeat left top; background-size: cover;
	width: 100%; height: 100px;
	left: 0;
	bottom: 0;
}*/

#ah-1529472563843 {
	margin: auto;
	padding: 0 12.5%;;
}

.astroid-header-section header.astroid-header:not(.astroid-header-sticky) {
	padding: 5px 0;
}

.reservations-position {
	max-width: 500px;
	margin: auto;
}

.reservations-position a {
	font-weight: 900;
	text-decoration: none;
	line-height: 2;
	color: ##1d386b;
}

.reservations-position .border-right {
	border-right: 1px solid rgba(0,0,0,.3)!important;
}

#mod-custom140 {
	transform: translateX(142px);
}

ul.nav {
	align-items: center;
	margin-top: -14px;
	margin-right: -25px;
}

ul.nav img {
	max-width: 104px;
	height: auto;
	transform: translateY(17px);
}

ul.nav li.nav-item-id-1051 img {
	transform: translate(9px, 17px);
	z-index: 9;
}

ul.nav li.nav-item-level-1 a:hover {
	-webkit-filter: brightness(1.25);
	filter: brightness(1.25)
}

ul.nav li.nav-item-level-1 a {
	padding: 18px 23px;
	text-transform: uppercase;
	font-family: "Proxima Nova Bold";
	font-weight: normal;
}

ul.nav li.nav-item-level-1 a.active {
	background: rgba(255,255,255,.05);
}

.astroid-nav .nav-submenu > li {
	display: flex;
	justify-content: center;
	line-height: 1.3;
	padding: 0px 0;
}

ul.nav li.nav-item-level-1 a.item-level-1:after {
	display: inline-block;
	background: 0 0;
	color: transparent;
	content: attr(data-text);
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	text-shadow: 33px 1px 0 rgba(0,0,0,.4);
	z-index: -1
}

ul.nav li.nav-item-level-1 a.item-level-1 span.nav-title {
	background: linear-gradient(to bottom,#fff 20%,#999 100%);
	font-size: 24px;
	transition: all .2s cubic-bezier(.785,.135,.15,.86);
	background: linear-gradient(to bottom,#fff 20%,#999 100%);
	background-clip: border-box;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.astroid-logo > .astroid-logo-default {
	margin-top: 17px;
}

.container-fluid {
	padding: 0;
}

.astroid-nav .nav-submenu {
	border-radius: 6px;
}

.astroid-nav .nav-submenu > li > .as-menu-item {
	text-transform: none;
	font-family: "Proxima Nova Regular";
}

.megamenu-container, .megamenu-container .nav-submenu .nav-submenu {
	border: none;
	text-align: center;
	border-radius: 6px;
	padding: 10px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 20px 0px
	transition: padding .2s cubic-bezier(.165,.84,.44,1),opacity .2s cubic-bezier(.165,.84,.44,1),box-shadow .3s cubic-bezier(.165,.84,.44,1) .4s,-webkit-box-shadow .3s cubic-bezier(.165,.84,.44,1) .4s;
}

.megamenu-container.nav-submenu-container {
	padding: 10px 0;
}

a.item-level-2 {
	position: relative;
}

a.item-level-2:after {
	position: absolute;
	bottom: 3px;
	left: 10%;;
	content: '';
	background: #000;
	height: 1px;
	width: 80%;
	transition: transform .2s cubic-bezier(.165,.84,.44,1),-webkit-transform .2s cubic-bezier(.165,.84,.44,1);
	transform: scaleX(0);
}

a.item-level-2:hover:after {
	transform: scaleX(1);
	transition: transform .2s cubic-bezier(.165,.84,.44,1),-webkit-transform .2s cubic-bezier(.165,.84,.44,1);
}

.megamenu-container a {
	font-size: 16px;
}

.megamenu-container:before {
	content: '';
	width: 0;
	height: 0;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-bottom: 12px solid white;
	position: absolute;
	top: -12px;
	left: 0;
	right: 0;
	margin: auto;
}



/*Banner*/

#bannerwrap {
	overflow: hidden;
	background-size: 130% 100%;
	background-position: top 90px center;
	padding-bottom: 100px;
	margin-top: -10px;
}

.hero1-position {
	margin: 0;
	padding: 0;
}

.hero1-position.featured-text {
	text-align: center;
	position: relative;
	z-index: 99;
}

.hero1-position h2 {
	font-size: 38px;;
	font-family: "Proxima Nova Regular", Arial, Helvetica, sans-serif;
	font-weight: 800;
	color: #003f53;
	 margin: 0 0 10px 0;
}

.hero1-position h3 {
	font-size: 24px;
	color: #81bc00;
	font-family: "Proxima Nova Bold";
	text-transform: uppercase;
	letter-spacing: 4px;
	margin: 0;
}

.hero1-position .btn {
	border-radius: 6px;
	text-shadow: 1px 1px 0px #2f6627;
	background: rgba(127, 188, 66, 1);
	padding: 15px 25px;
	font-size: 19px;
	font-family: "Proxima Nova Bold";
	text-transform: uppercase;
	letter-spacing: 4px;
	margin: 15px auto;
}

.hero1-position .btn:hover {
	background: rgba(70, 182, 166, 1);
}

.hero1-position img {
	max-width: 125%;
	width: 125%;
}

.hometitle {
	max-width: 700px;
	margin: -10px auto 20px auto!important;
}

.hometitle h1 {
	margin: 0 0 15px 0;
	font-size: 60px;
	line-height: 1;
}

#banner .promotions {
	transform: translateX(-600px);
	width: calc(100% + 600px);
}

.n2-ss-slide .n2-ss-layer .caption {
	background: #1D386B!important;
	position: relative!important;
}

.n2-ss-slide .n2-ss-layer .image {
	background: url('../images/bg_item.png') no-repeat left bottom;
	background-size: 200%;
}

.n2-ss-showcase-slides .n2-ss-slide[data-slide-public-id="2"] .n2-ss-layer .image, .n2-ss-showcase-slides .n2-ss-slide[data-slide-public-id="4"] .n2-ss-layer .image, .n2-ss-showcase-slides .n2-ss-slide[data-slide-public-id="6"] .n2-ss-layer .image {
	background: url('../images/bg_item.png') no-repeat right bottom!important;
	background-size: 200%!important;
}

.promotions  div.promoimage {
	position: relative;
}

.promotions .col-sm:nth-child(odd) div.promoimage:after {
	content: '';
	background: url('../images/bg_item.png') no-repeat left bottom;
	background-size: 200%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.promotions .col-sm:nth-child(even) div.promoimage:after {
	content: '';
	background: url('../images/bg_item.png') no-repeat right bottom;
	background-size: 200%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.promotions .col-sm:hover {
	filter: brightness(1.25)
}

.promotions h3 {
	font: 24px/24px "Proxima Nova Regular", Arial, Helvetica, sans-serif;
	color: #92c0ea;
	margin: 5px 0 10px 0!important;
}

.promotions h3 a {
	color: #92c0ea;
}

/*row1wrap*/

#row1wrap {
	
}

#mod-custom115 a {
	color: #1d386b;
}

#position-1-1 {
	
}

#mod-custom117 p {
	font-size: 1.7vw;
	text-align: center;
}

#mod-custom117 p a {
	text-decoration: none;
	color: rgb(29, 56, 106);
	font-family: "Proxima Nova Bold";
}



/*row2wrap*/

#row2wrap {
	
}

#position-2-1 .btn {
	display: block;
	width: 100%;
}

/*row3wrap*/

#row3wrap {
	
}

#position-3-1 {
	
}


/*row4wrap*/

#row4wrap {
	
}

#position-4-1 {
	
}

/*row5wrap*/

#row5wrap {
	
}

#position-5-1 {
	
}

/*row6wrap*/

#row6wrap {
	
}

#position-6-1 {
	
}


/*Bottomwrap*/

#mod-custom118 {
	display: flex;
	flex-direction: row;
	align-items: center;
}

#mod-custom118 h3 {
	margin: 0;
	margin: 0 30px 0 0;
	font-size: 24px;
	text-transform: uppercase;
	color: #CCC;
	font-family: "Proxima Nova Bold";
}

#mod-custom118 ul {
	display: flex;
	flex-direction: row;
	list-style-type: none;
	margin: 0;
	align-items: center;
}

#mod-custom118 ul li {
	padding: 0;
}

#mod-custom118 ul li a {
	padding: 30px;
	text-shadow: 2px 2px 0 rgba(26,26,26,.8);
	font-size: 22px;
}

#bottomwrap {
	
}

.mod-exchangerate {
	max-width: 800px;
	border-radius: 0;
}

.exchange-content p {
	margin: 0!important;
}

.mod-exchangerate .exchange-value {
	font-size: 42px;
	font-family: "Proxima Nova Bold";
	font-weight: normal;
}

.mod-exchangerate .exchange-label {
	
}

/*Footer*/

#footerwrap {
	font-size: 14px;
}

#footerwrap .container {
	max-width: 92%;
}

#footerwrap p {
	margin: 0;
	line-height: 32px;
}

.footer-section .astroid-row {
	padding-top: 20px;
}

#footer1 small {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 13px;
}

.footer2-position ul.nav img {
	max-height: 32px;
	width: auto;
	vertical-align: middle;
	transform: translateY(0px);
}

.navHorizontalView li {
	line-height: 32px;
}

.footer2-position ul.nav {
	display: flex;
	align-items: center;
	margin: 0;
}

/*Sidebar*/

#sp-sidebar-right {
	
}



/*Main area*/

#mainwrap {
	margin-top: -100px;
}

body.itemid-101 #mainwrap {
	padding: 0;
	margin: 0;
}

#mainwrap .container {
	max-width: 80%x;
}

ul.fields-container {
	list-style-type: none;
	padding: 0;
}

span.field-label {
	display: block;
	font-weight: bold;
	font-size: 20px;
	padding-top: 10px;
}

.disclaimer {
	font-size: 80%;
	font-style: italic;
	text-align: center;
	margin-top: 30px;
}

.calendar-container {
	display: flex;
	flex-flow: wrap;
	flex-direction: row;
	max-width: 801px;
	align-content: center;
	align-self: center;
	margin: 0;
	justify-content: left;
	margin-top: 50px;
}

.calendar-container h2 {
	display: flex;
	flex-flow: wrap;
	flex-direction: row;
	align-items: center;
	align-content: center;
	justify-content: left;
	flex-basis: 100%;
	text-align: center;
}

.cal-event {
	margin: 2.5px;
	align-items: center;
	align-content: center;
	text-align: center;
	padding: 5px 15px;
	width: 200px;
}

.cal-event:nth-child(odd) {
	background-color: #e1f4fd;
}

.cal-event:nth-child(even) {
	background-color: rgba(127, 188, 66, .50);
}

.cal-event span {
	text-decoration: underline;
	font-weight: bolder;
}

.mod-exchangerate {
	background: linear-gradient(135deg, #5b9bd5 0%, #4a7ba7 100%);
  padding: 20px 30px;
  border-radius: 0px;
  color: #ffffff;
  display: flex;
  align-items: center;
  gap: 20px;
}

#mod-custom119 p {
	margin: 0;
}
  

.mod-exchangerate .flag-icon {
    width: 80px;
    height: auto;
    flex-shrink: 0;
}

.mod-exchangerate .flag-icon svg {
    width: 100%;
    height: 100%;
}

.mod-exchangerate .exchange-content {
    flex: 1;
}

.mod-exchangerate .exchange-label {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.5px;
    margin: 0 0 5px 0;
    color: #2c3e50;
}

.mod-exchangerate .exchange-value {
    font-size: 48px;
    font-weight: 700;
    margin: 0;
    line-height: 1;
    color: #2c3e50;
}

.mod-exchangerate .exchange-updated {
    font-size: 14px;
    margin: 8px 0 0 0;
    color: #2c3e50;
    opacity: 0.9;
}

@media screen and (max-width: 1550px) {
	.windowDetails {
		margin-bottom: 20px;
	}
	
	.kioskDetails {
		margin: 0 20px 20px 20px;
		display: inline-block;
	}
}
	
	@media screen and (max-width:500px) {
	#calendar-container {
		width: 95%;
	}
	
	.cal-event {
		width: 100%;
	}
}
	
	@media only screen and (min-width: 1251px) {
	.rssFeed {
		max-width: 500px;
		width: 100%;
		margin-top: 30px;
	}
}
	
	@media only screen and (max-width: 1250px) {
	.rssFeed {
		max-width: 48%;
		width: 100%;
		margin-top: 30px;
	}
	
	.hours {
		width: 100%;
		vertical-align: text-top;
	}
}
	
	@media only screen and (max-width: 815px) {
	.windowDetails {
		margin: 0 20px;
	}
	
	.kioskDetails {
		margin: 0 20px;
	}
	
	.rssFeed {
		max-width: 95%;
		width: 100%;
	}
	
	.spacer {
		display: none;
	}
}

.astroid-article-text a[href$=".pdf"], .astroid-article-text a[href$=".doc"], .astroid-article-text a[href$=".docx"] {
	background-color: #1D386B;
	color: #fff;
	padding: 6px 20px;
	border-radius: 3px;
	margin: 5px 0;
	display: inline-block;
}

.astroid-article-text a[href$=".pdf"]::before, .astroid-article-text a[href$=".doc"]::before, .astroid-article-text a[href$=".docx"]::before {
	content: "\f15b";
	font: normal normal normal 16px/1 "Font Awesome 7 Free";
	font-weight: 900;
	display: inline-block;
	margin: 0 5px 0 0;
	content: "\f019";
}

body.itemid-966 .astroid-article-text ul.list-columns {
	display: block;
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 2%;
	-moz-column-gap: 2%;
	column-gap: 2%;
	list-style: none;
	margin: 30px 0;
	padding: 3%;
	background-color: #fff;
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,.15);
	box-shadow: 0 0 20px rgba(0,0,0,.15);
	font-size: 90%;
}

button.rsform-submit-button {
	border-radius: 4px;
	padding: 25px 40px;
	background: url(../images/btn_reflection.png) center center no-repeat;
	background-color: rgba(0, 0, 0, 0);
	background-size: auto;
	background-color: #1d386a;
	background-size: cover;
	font-size: 24px;
	line-height: 24px;
	display: inline-block;
	width: 100%;
}

#rsform_2_page_0, #taxform {
	display: inline-block;
}

@media  (max-width: 990px) {
	body {
		
	}
	
	

.astroid-logo > .astroid-logo-mobile  {
	margin: 10px 0;
}
	
	.burger-menu-button .inner, .burger-menu-button .inner::before, .burger-menu-button .inner::after {
		height: 3px;
		width: 32px!important;
	}
	
	.burger-menu-button .box {
		position: relative;
	}
	
	.burger-menu-button .box:after {
		position: absolute;
		content: 'MENU';
		 bottom: -5px;
    left: -3px;
		 font-size: 12px;
		 text-transform: uppercase;
		 color: #FFF;
	}
	
	button.offcanvas-close-btn .box:after {
		display: none;
	}
	
	.burger-menu-button .button {
		margin: -13px -8px 0 0;
	}
	
	#ah-1529472563843 {
  padding: 0 5.5%;
}
	
	body.itemid-101 .astroid-container {
		background-size: 323% 400px;
		background-position: center top;
	}
	
	#row1wrap {
		background: #ECF5FA;
	}
	
	#mod-custom118, #mod-custom118 ul {
		flex-direction: column;
	}
	
	#mod-custom118 h3, #mod-custom118 ul {
		padding: 0;
		margin: 0;
	}
	
	.footer2-position ul.nav img {
		max-width: 40px;
		height: auto;
		margin: 5px;
	}
	
	.navHorizontalView li:last-child {
		margin: inherit;
	}
	
	#footerwrap ul.nav li {
		text-align: center;
	}
	
	#bannerwrap {
		overflow: hidden;
		background-size: 439% 100%;
	}
	
	.mod-list li.parent a {
		color: #fafafa;
		text-shadow: 1px 1px 0 rgba(0,0,0,.4);
		font-size: 22px;
		text-transform: uppercase;
		font-family: "Proxima Nova Bold";
		margin-top: 10px;
		display: block;
	}
	
	#banner .promotions {
		transform: none;
		width: 100%;
	}
	
	.hometitle h1 {
		text-align: center!important;
		font-size: 50px;
		padding: 0 15px;
	}
	
	#mod-custom143 p {
		text-align: center!important;
	}
	
	span.restitle {
		display: none;
	}
	
	ul.nav {
		margin: 0;
	}
	
	ul.nav li {
		width: 100%;
	}
	
	h1 {
		font-size: 48px;
	}
	
	#ac-1529472563843 {
		background-size: 300% 100%;
		padding-bottom: 75px;
	}
	
	#mod-custom140 {
		transform: translateY(3px);
		text-align: center;
	}
	
	#ac-wh463brki {
		display: none;
	}
	
	#mod-custom140 p {
		font-size: 85%;
		margin: 0px 0 0 0;
	}
	
	#headerwrap {
		background-size: 100% 100%;
		background-position: left top 20px;
	}
	
	.mod-menu.nav.flex-column ul.mod-menu__sub {
		background: #C0D2E1;
		margin: 0;
		padding: 15px;
		border-radius: 5px;
		width: 100%;
		border: none;
	}
	
	.mod-menu.nav.flex-column ul.mod-menu__sub a {
		font-size: 18px;
		font-family: "Proxima Nova Bold";
		color: rgb(51, 51, 51);
		text-transform: none;
		text-shadow: none;
		padding: 5px;
		margin: 0;
	}
	
	.mod-menu.nav.flex-column ul.mod-menu__sub > li > a::before {
		display: none;
	}
	
	
	
	.avVideo .avPlayerContainer .avPlayerBlock iframe, .avVideo .avPlayerContainer .avPlayerBlock object, .avVideo .avPlayerContainer .avPlayerBlock embed, .avVideo .avPlayerContainer .avPlayerBlock video, .avVideo .avPlayerContainer .avPlayerBlock > div {
		min-width: 200px!important;
	}
}