/** Generated: Wednesday, 15th of April 2026, 09:41:30 PM // Powered by AIOM+ (All In One Minify) created by FlipZoom Media Inc. - David Karich (flipzoom.de) **/
/* latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local('Lato Regular'), local('Lato-Regular'), url(https://fonts.gstatic.com/s/lato/v14/UyBMtLsHKBKXelqf4x7VRQ.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local('Lato Regular'), local('Lato-Regular'), url(https://fonts.gstatic.com/s/lato/v14/1YwB1sO8YE1Lyjf12WNiUA.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
/* latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: local('Lato Bold'), local('Lato-Bold'), url(https://fonts.gstatic.com/s/lato/v14/ObQr5XYcoH0WBoUxiaYK3_Y6323mHUZFJMgTvxaG2iE.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: local('Lato Bold'), local('Lato-Bold'), url(https://fonts.gstatic.com/s/lato/v14/H2DMvhDLycM56KNuAtbJYA.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 400;
  src: local('Lora Regular'), local('Lora-Regular'), url(https://fonts.gstatic.com/s/lora/v11/Ukd0sOIY4JZgcODPuj2G3Q.woff2) format('woff2');
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 400;
  src: local('Lora Regular'), local('Lora-Regular'), url(https://fonts.gstatic.com/s/lora/v11/GsNxiN0oIzsS201cnUag6w.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 400;
  src: local('Lora Regular'), local('Lora-Regular'), url(https://fonts.gstatic.com/s/lora/v11/ie2Ux11tIT0C_JTksRPlKA.woff2) format('woff2');
  unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 400;
  src: local('Lora Regular'), local('Lora-Regular'), url(https://fonts.gstatic.com/s/lora/v11/I0dEfRgGNE90_hXZq7bjyw.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 400;
  src: local('Lora Regular'), local('Lora-Regular'), url(https://fonts.gstatic.com/s/lora/v11/4vqKRIwnQQGUQQh-PnvdMA.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}

:root {
	--blue:#81bbc3;
}

.group:after {
  content: "";
  display: table;
  clear: both;
}

* {
    padding:0;
    margin:0;
    box-sizing: border-box;
	font-family:inherit;
	color:inherit;
}

img {
	display:block;
	max-width:100%;
}

.wrap {
  position:relative;
  width:1040px;
  max-width:100%;
  padding:0 20px;
  margin:0 auto;
}

#burger,
#mobnav {
  display:none;
}

body {
    font-size:62.5%;
	font-family: 'Lato', sans-serif;
	color:#666;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Lora', sans-serif;
	color:#81bbc3; /* blue */
	font-weight:normal;
	margin-bottom:1em;
	font-size:3em;
}

header {
    width:100%;
}

	#bg_clouds {
		position:absolute;
		top:0;
		left:0;
		width:100%;
		z-index: -1;
	}
	
	#logo {
      width:477px;
	  max-width:100%;
	  margin:0 auto;
	  display:block;
	  margin-bottom:5em;
    }

    nav {
      float:left;
	  clear:left;
	  width:100%;
    }
  
      nav ul {
		margin:0 auto;
		float:none;
		display:block;
        list-style: none;
		text-align: center;
      }
	  
		nav ul li {
			display:inline-block;
			vertical-align:top;
			text-align: center;
		}
		
			nav ul li a {
				float:left;
				font-size:1.6em;
				color:#81bbc3; /* blue */
				padding:0.75em;
				text-decoration: none;
			}
			
			#mainnav li a:hover,
			#mainnav .active{
				color:#9cc381; /* green */
			}

.flex {
  display:-webkit-flex;
  display:flex;
  -webkit-flex-direction:row;
  flex-direction:row;
  -webkit-flex-wrap:wrap;
  flex-wrap:wrap;
}

.fcw {
  float:left;
  clear:left;
  width:100%;
}

.ds {
	border-radius:2.5em;
	background-color:#fff;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	margin-bottom:3em;
}

.buttons {
	
}

	.buttons a {
		float:left;
		width:31.333333333%;
		margin-right:3%;
		padding:3em;
	}
	
		.buttons a:nth-of-type(3n) {
			margin-right:0;
		}
	
		.buttons a:hover img {
			opacity:0.5;
		}

.two-col {
	display:grid;
	grid-template-columns: repeat(2,1fr);
	grid-gap:3em;
}

.three-col {
	display:grid;
	grid-template-columns: repeat(3,1fr);
	grid-gap:3em;
}

.blue-bg {
	background-color:#81bbc3; /* blue */
	border-radius: 2.5em;
	padding:2em;
	color:#fff;
}

h1 {
	font-size:3em;
	margin-bottom:1em;
}

.main p,
.main li{
	font-size:1.4em;
	line-height:1.6;
	margin-bottom:1em;
}

	.main p a,
	.main li a {
		color:#81bbc3; /* blue */
	}

.main ul,
.main ol {
  margin:2em;
}

  .main li {
    padding-left:1em;
  }

.main h2 {
	font-size:2.5em;
}

.main h3 {
	font-size:2.2em;
}

.main h4 {
	font-size:1.9em;
}

.main h5 {
	font-size:1.6em;
}

.main h6 {
	font-size:1.3em;
}

.main table {
	width:100%;
	border-collapse: collapse;
	margin-bottom:2em;
}

	.main td,
	.main th{
		padding:1em;
		border:1px solid #ddd;
		font-size:1.4em;
	}
	
	.main th {
		background-color:#9cc381; /* green */
		color:#fff;
	}

.align_left {
  float:left;
}

.align_right {
  float:right;
}

.align_center {
  text-align: center;
}

img.align_left {
  margin:0.5em 1em 1em 0;
}

img.align_right {
  margin:0.5em 0 1em 1em;
}

img.align_center {
  display:block;
  margin-left:auto;
  margin-right:auto;
}
  
footer {
  clear:both;
}

	.copyright {
		padding:2em;
		text-align: center;
	}

#bg_hall {
	float:left;
	clear:left;
	width:100%;
	margin-top:-50px;
}
  
@media screen and (max-width:959px) {
  #burger{
    display:block;
  }
  
  #mainnav {
    display:none;
  }
  
  #burger {
    width:32px;
	margin:0 auto 1em;
	display:block;
  }
  
    #burger img {
      max-width:100%;
      display:block;
    }

	#mobnav,
	#mobnav li,
	#mobnav li a {
		float:left;
		clear:left;
		width:100%;
		text-align: center;
	}
	
		#mobnav li a {
			border-bottom:2px dotted #eee;
		}
		
		#mobnav li:last-of-type a {
			border-bottom:0;
		}
  
	#mobnav li a.tri {
	  position:absolute;
	  float:none;
	  clear:none;
	  right: 0;
	  top: 0;
	  width: 3em;
	  height: 100%;
	  border:none;
	  padding:0;
	}
	
	  .tri img {
		float:left;
		width:23px;
		margin-left:0.5em;
		margin-top:0.8em;
		height:11px;
		display:block;
	  }
}

@media screen and (max-width:799px){
	
	.buttons {
		grid-gap:2em;
	}
	
	.buttons a {
		padding:2.5em 1.5em;
	}
	
	.two-col {
		display:block;
	}
}

@media screen and (max-width:499px){
	
	.main td,
	.main th {
		font-size:1em;
		padding:0.75em;
	}
	
	.ds {
		margin-bottom:1em;
	}
	
	.buttons {
		display:block;
		margin-bottom:1em;
	}
	
	.buttons a {
		float:left;
		clear:left;
		width:100%;
		margin-bottom:1em;
		text-align: center;
	}
	
		.buttons a img {
			margin:0 auto;
		}
}
.intro{
	width:75%;
	margin-bottom: 3em;
}

.body2 {
	margin-bottom:3em;
	padding:5em;
}

.act {
	padding:2em;
	margin-bottom:3em;
}

	.act > img {
		border-radius: 1em;
		float:left;
		width:25%;
	}
	
	.act .text {
		float:right;
		width:70%;
	}
	
	.act .text h2 {
		font-size:3em;
		margin-bottom:1em;
	}
	
	.act .info {
		grid-template-columns: 1fr 1fr 2fr;
	}
	
		.act .info > div {
			float:left;
			width:25%;
			margin-right:3%;
		}
		
			.act .info > div:nth-of-type(3n) {
				margin-right:0;
				width:44%;
			}
	
		.act .info img {
			float:left;
			width:25px;
			margin-right:1em;
		}
		
		.act .info p {
			float:left;
			margin-top:0em;
		}

.content {
	padding:5em;
}

	.content p img {
		border-radius: 1em;
	}
	
.gallery {
	margin-bottom:3em;
}

	.gallery a {
		float:left;
		width:22.75%;
		margin-right:3%;
		margin-bottom:3%;
	}
	
		.gallery a:nth-of-type(4n) {
			margin-right:0;
		}

	.gallery a img {
		border-radius: 1em;
	}

	.gal-vids {
		display:grid;
		grid-template-columns: repeat(4,1fr);
		grid-gap:1rem;
	}

		.gal-vids video {
			pointer-events: none;
			border-radius:0.5rem;
		}

	.vid-popup {
		display:none;
		background-color:#000a;
		position:fixed;
		inset:0;
		width:100vw;
		height:100vh;
		z-index:100;
	}

		.vid-popup .inner {
			position:absolute;
			width:min(800px,90%);
			left:50%;
			top:50%;
			transform:translate(-50%,-50%);
			background-color:#fff;
			border-radius:1rem;
			padding:1rem;
		}

		.vid-popup video {
			max-height:75vh;
		}

		.close {
			width:40px;
			height:40px;
			font-weight:bold;
			font-size:1rem;
			border-radius:100rem;
			background-color:var(--blue);
			color:#fff;
			text-decoration: none;
			text-align: center;
			position:absolute;
			top:calc(-20px);
			padding:0.6rem;
			right:-20px;
			z-index:101;
		}

.contactform {
	margin-bottom:3em;
}

input,
textarea {
	float:left;
	clear:left;
	width:100%;
	padding:1em;
	margin-bottom:2em;
	border:1px solid #ddd;
	border-radius: 0.5em;
	font-size:1.4em;
}

.border {
	border:1px solid #ddd;
	border-radius: 0.5em;
	padding:1.5em;
	margin-bottom:3em;
}

	.border input {
		float:left;
		width:auto;
		margin-right:1em;
		margin-top:0.4em;
		margin-bottom:0;
	}
	
	.border label {
		margin-bottom:0;
	}
	
	.border p {
		float:left;
		margin-bottom:0;
	}

label {
	font-size:1.4em;
	float:left;
	clear:left;
	width:100%;
	margin-bottom:1em;
}

select {
	border:1px solid #ddd;
	border-radius: 0.5em;
	margin-bottom:2em;
}

option {
	padding:0.5em 0;
	font-size:1.4em;
}

.radio input {
	width:auto;
	float:left;
	margin-right:1em;
	margin-top:0.4em;
	margin-bottom:0;
}

.inputerror {
	border:2px solid red;
}

.submit-btn {
	cursor: pointer;
	background-color:#81bbc3; /* blue */
	color:#fff;
	margin-bottom:0;
	border:none;
}

.cal-top {
	display:grid;
	grid-template-columns: 1fr 2fr 1fr;
	grid-gap:3em;
	margin-bottom:3em;
}

.prevmonth,
.nextmonth,
.rm-arrow-next,
.rm-arrow-prev{
	background-color:#81bbc3; /* blue */
	color:#fff;
	font-size:1.2em;
	padding:1em;
	float:left;
	text-decoration: none;
	border-radius: 0.25em;
}

.nextmonth,
.rm-arrow-next{
	float:right;
}

.currentmonth,
.rm-month-title{
	clear:both;
	width:100%;
	text-align: center;
	margin-bottom:1em;
	padding:0 1em;
}

.blankday,
.rm-day-blank{
	background-color:#eee;
}

.eventcal td,
.eventcal th {
	width:14.285%;
	padding:0.5em;
	vertical-align: top;
}

.eventcal h4 {
	font-size: 1.2em;
	margin-bottom:0;
	float:left;
}

.eventcal ul {
	list-style: none;
	margin:0;
	float:right;
	width:100%;
}

	.eventcal li {
		border-radius:0.25em;
		font-size:1em;
		padding:0;
		position:relative;
		padding:5px;
		margin-bottom:0.5em;
		background-color:#eeeeee;
	}
	
		.eventcal li a {
			font-size:0.8em;
			text-decoration: none;
			font-weight:bold;
			line-height: 1;
		}
		
		.eventcal p.time {
			font-size:0.7em;
			margin-bottom:0;
			line-height: 1;
		}

.popup {
		position:absolute;
		z-index:10;
		bottom:110%;
		width:250px;
		left:0;
		background-color:#fff;
		border:1px solid #ddd;
		padding:1em;
		display:none;
		-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.5);
		-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.5);
		box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.5);
	}
	
		.popup h3 {
			font-size:1.2em;
			font-weight:bold;
			line-height: 1;
			margin-bottom:0;
		}
		
		.popup p {
			color:#333;
			font-size:1em;
			margin-bottom:0;
		}

.eventcal li:hover .popup {
	display:block;
	position:absolute;
}

.fill {
	min-height:6em;
}

.news-item {
	text-decoration: none;
	padding-bottom:2em;
	margin-bottom:2em;
	border-bottom:2px dotted #81bbc3; /* blue */
}

	.news-item h2 {
		margin-bottom:0.25em;
		text-decoration: underline;
	}
	
	.news-item .date {
		text-transform: uppercase;
		font-size:1em;
		letter-spacing: 0.1em;
		font-weight:bold;
		color:#9cc381; /* green */
	}
	
	.backto {
		font-size:2em;
		color:#81bbc3; /* blue */
		clear:left;
		margin-top:2em;
		float:left;
	}

.videos {
	text-align: center;
}

	.videos video {
		display:inline-block;
		width:min(49%,100%);
		margin-inline:auto;
	}

@media screen and (max-width:799px){
	.eventcal td,
	.eventcal th {
		padding:0.5em;
	}
	
	.eventcal table,
	.eventcal td,
	.eventcal tr{
		display:block;
		float:left;
		width:100%;
		min-height:0;
	}
	
	.fill,
	.rm-day-inner {
		min-height:5em;
	}
	
	td.blankday,
	.rm-day-blank,
	.eventcal th{
		display:none !important;
	}
	
	.eventcal td {
		margin-bottom:0.5em;
	}
	
	.currentmonth {
		float:left;
		clear:left;
		width:100%;
	}
}

.faqs {
	margin-top:2em;
}

.faq {
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.15);
	margin-bottom:1em;
	padding:1.5em;
	border-radius:1em;
}

	.main .faq .title {
		display:grid;
		grid-template-columns: 1fr 30px;
		grid-gap: 1em;
		text-decoration: none;
		color:var(--blue);
		margin:0;
	}

		.faq .title p {
			margin:0;
			line-height: 1.2;
			font-size:2em;
		}

		.faq .title img {
			float:right;
			margin-top:0.75em;
		}

		.faq .content {
			display:none;
			padding:1em 0 0 0;
		}


@media screen and (max-width:499px){
	.content {
		padding:1.5em;
	}
	
	.gallery {
		display:block;
	}
	
		.gallery a {
			float:left;
			clear:left;
			width:100%;
			margin-bottom:1em;
		}
		
			.gallery a > img {
				width:100%;
			}
}

@media screen and (max-width:399px){
	h2.currentmonth {
		font-size:1.4em;
	}
	
	.prevmonth,
	.nextmonth,
	.rm-arrow-prev,
	.rm-arrow-next{
		font-size:1em;
		padding:0.75em;
	}
}
