<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */

	.banner
	{
		position:relative;
		z-index:100;
	display:block;
		
	}
	
/*    .parallax-port {
        position: absolute;
        top:0px; bottom:0px; left:0px; right:0px;
 		overflow: hidden;
		
    }*/
    .parallax-port {
        position: relative;
 		overflow: hidden;
		width:100%;

		
    }
    .parallax-layer {
        position: absolute;
		
    }
	
	
.tooltip-container {
	position:relative;	/* Forces tooltip to be relative to the element, not the page */
	cursor:help;		/* Makes you cursor have the help symbol */
}
 
.tooltip {
	display:block;
	font-family: 'Gochi Hand', cursive;
	position:absolute;
	width:150px;
	padding:5px 15px;
	left:50%;
	bottom:40px;
	margin-left:-95px;
	/* Tooltip Style */
	color:#fff;

	text-align:center;
	background: #9cd50c; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzljZDUwYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2OGI3MDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #9cd50c 0%, #68b700 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9cd50c), color-stop(100%,#68b700)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #9cd50c 0%,#68b700 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #9cd50c 0%,#68b700 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #9cd50c 0%,#68b700 100%); /* IE10+ */
background: linear-gradient(to bottom,  #9cd50c 0%,#68b700 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9cd50c', endColorstr='#68b700',GradientType=0 ); /* IE6-8 */

			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			border-radius: 5px;
			border-top: 1px solid #fff;
	/* Tooltip Style */
	box-shadow:0px 0px 3px rgba(0, 0, 0, 0.3);
	-webkit-transition:all 0.2s ease-in-out;
	-moz-transition:all 0.2s ease-in-out;
	-0-transition:all 0.2s ease-in-out;
	-ms-transition:all 0.2s ease-in-out;
	transition:all 0.2s ease-in-out;
	-webkit-transform:scale(0);
	-moz-transform:scale(0);
	-o-transform:scale(0);
	-ms-transform:scale(0);
	transform:scale(0);
	/* reset tooltip, to not use container styling */
	font-size:18px;
	font-weight:normal;
	font-style:normal;
}
 
.tooltip:before, .tooltip:after{
	content:'';
	position:absolute;
	bottom:-8px;
	left:50%;
	margin-left:-9px;
	width:0;
	height:0;
	border-left:10px solid transparent;
	border-right:10px solid transparent;
	border-top:10px solid #68b700;
}
.tooltip:after{
	bottom:-8px;
	margin-left:-10px;
	border-top:10px solid #68b700;
}
 
.tooltip-container:hover .tooltip, a:hover .tooltip {
	/* Makes the Tooltip slightly transparent, Lets the barely see though it */
	/* Changes the scale from 0 to 1 - This is what animtes our tooltip! */
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-o-transform:scale(1);
	-ms-transform:scale(1);
	transform:scale(1);
}




.menubg
{
	background-image:url(../images/menu.png); width:100%; height:122px; position:absolute; z-index:130;
}

.wapper980
{
	margin:0 auto; width:980px
}


.navigation{float: left;  width: 980px; font-family: 'trashcinema_bbregular'; font-size:23px; } 
.navigation li{float:left; padding:34px 16px;}
.navigation li a{ color:#a6d333; text-transform:uppercase; padding:20px 0; text-decoration:none; }
.navigation li a:hover{ color:#719a0a;} 
.navigation li a.select{ color:#719a0a;}

.content
{
	position:absolute; z-index:102;
	width:920px;
	
	top:87px;
	padding:40px 30px 30px;
	display:none;
	background-image:url(../images/bgcon.png);
	background-repeat:repeat-y;

}


.contentinner
{

	width:910px;
	float:left;
	overflow:scroll;
	padding-right:10px;
	
}

.contentinner h1
{
	font-family: 'Gochi Hand', cursive;
	font-size:45px;
	color:#a6d333;
	margin:0 0 10px;
	
}

.contentinner p
{
	font-family: 'Gochi Hand', cursive;
	font-size:16px;
	line-height:24px;
	color:#666;
	margin-bottom:10px;
	letter-spacing:1px;
	
}

.contentinner span
{
	font-family: 'Gochi Hand', cursive;
	font-size:22px;
	line-height:24px;
	color:#a6d333;
	margin-bottom:10px;
	letter-spacing:1px;
	
}

.contentinner ul li
{
	font-family: 'Gochi Hand', cursive;
	font-size:16px;
	line-height:24px;
	color:#666;
	margin-bottom:10px;
	letter-spacing:1px;
	list-style:circle inside;
	
}

.socialicon
{
	position:absolute;
	z-index:100;
	bottom:0;
}

.socialicon a
{

margin:0 0 0 5px;
}

.socialicon span
{

   bottom: 5px;
    color: #C0DB67;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 9px;
    left: 114px;
    margin: 0 0 0 10px;
    position: absolute;
    width: 400px;

}

.socialicon span a
{


    color: #C0DB67;
    font-family: Arial,Helvetica,sans-serif;
	text-decoration:none;


}

.moreevent
{
left: 26px;
    position: absolute;
    top: 37px;
	 -webkit-transform: rotate(356deg);
-moz-transform: rotate(356deg);
-o-transform: rotate(356deg);
writing-mode: lr-tb;

	
	
}


.moreevent a
{
	font-family: 'Gochi Hand', cursive;
	font-size:16px;
	color:#6E4D1C;
text-decoration:none;
}
.eventthu
{
	 left: 37px;
    position: absolute;
    top: 67px;
}


#slider {
				width:210px;
				height:107px;
				
				/*IE bugfix*/
				padding:0;
				margin:0;
			}

#slider li { list-style:none; }




.view {
   width: 165px;
   height: 300px;
   margin: 15px 21px 0 19px;
   float: left;
   border: 10px solid #fff;
   overflow: hidden;
   position: relative;
   text-align: center;
   -webkit-box-shadow: 1px 1px 2px #e6e6e6;
   -moz-box-shadow: 1px 1px 2px #e6e6e6;
   box-shadow: 1px 1px 2px #e6e6e6;
   cursor: default;
   background: #fff no-repeat center center;
   -moz-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(-8deg) skewY(0deg);
-webkit-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(-8deg) skewY(0deg);
-o-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(-8deg) skewY(0deg);
-ms-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(-8deg) skewY(0deg);
transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(-8deg) skewY(0deg);
}
.view .mask,.view .content {
   width: 165px;
   height: 300px;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.view img {
   display: block;
   position: relative;
}
.view h2 {
   text-transform: uppercase;
   color: #6E4D1C;
   text-align: center;
   position: relative;
   font-size: 21px;
   padding: 5px;
   margin: 20px 0 0 0;
   font-family: 'Gochi Hand', cursive;
}
.view p {
   font-style: italic;
   font-size: 12px;
   position: relative;
   color: #fff;
   padding: 10px 20px 20px;
   text-align: center;
   font-family: 'Gochi Hand', cursive;
}
.view a.info {
   display: inline-block;
   text-decoration: none;
   padding: 7px 14px;
   background: #A6D333;
   color: #fff;
   text-transform: uppercase;
   -webkit-box-shadow: 0 0 1px #000;
   -moz-box-shadow: 0 0 1px #000;
   box-shadow: 0 0 1px #000;
   font-family: 'Gochi Hand', cursive;
}
.view a.info: hover {
   -webkit-box-shadow: 0 0 5px #000;
   -moz-box-shadow: 0 0 5px #000;
   box-shadow: 0 0 5px #000;
}

.view-sixth img {
   -webkit-transition: all 0.4s ease-in-out 0.5s;
   -moz-transition: all 0.4s ease-in-out 0.5s;
   -o-transition: all 0.4s ease-in-out 0.5s;
   -ms-transition: all 0.4s ease-in-out 0.5s;
   transition: all 0.4s ease-in-out 0.5s;
}
.view-sixth .mask {
   background-color: rgba(209,240,129,0.5);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.3s ease-in 0.4s;
   -moz-transition: all 0.3s ease-in 0.4s;
   -o-transition: all 0.3s ease-in 0.4s;
   -ms-transition: all 0.3s ease-in 0.4s;
   transition: all 0.3s ease-in 0.4s;
}
.view-sixth h2 {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   border-bottom: 1px solid rgba(0, 0, 0, 0.3);
   background: transparent;
   margin: 20px 0 0px 0;
   -webkit-transform: scale(10);
   -moz-transform: scale(10);
   -o-transform: scale(10);
   -ms-transform: scale(10);
   transform: scale(10);
   -webkit-transition: all 0.3s ease-in-out 0.1s;
   -moz-transition: all 0.3s ease-in-out 0.1s;
   -o-transition: all 0.3s ease-in-out 0.1s;
   -ms-transition: all 0.3s ease-in-out 0.1s;
   transition: all 0.3s ease-in-out 0.1s;
}
.view-sixth p {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transform: scale(10);
   -moz-transform: scale(10);
   -o-transform: scale(10);
   -ms-transform: scale(10);
   transform: scale(10);
   -webkit-transition: all 0.3s ease-in-out 0.2s;
   -moz-transition: all 0.3s ease-in-out 0.2s;
   -o-transition: all 0.3s ease-in-out 0.2s;
   -ms-transition: all 0.3s ease-in-out 0.2s;
   transition: all 0.3s ease-in-out 0.2s;
}
.view-sixth a.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transform: translateY(100px);
   -moz-transform: translateY(100px);
   -o-transform: translateY(100px);
   -ms-transform: translateY(100px);
   transform: translateY(100px);
   -webkit-transition: all 0.3s ease-in-out 0.1s;
   -moz-transition: all 0.3s ease-in-out 0.1s;
   -o-transition: all 0.3s ease-in-out 0.1s;
   -ms-transition: all 0.3s ease-in-out 0.1s;
   transition: all 0.3s ease-in-out 0.1s;
}
.view-sixth:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transition-delay: 0s;
   -moz-transition-delay: 0s;
   -o-transition-delay: 0s;
   -ms-transition-delay: 0s;
   transition-delay: 0s;
}
.view-sixth:hover img {
   -webkit-transition-delay: 0s;
   -moz-transition-delay: 0s;
   -o-transition-delay: 0s;
   -ms-transition-delay: 0s;
   transition-delay: 0s;
}
.view-sixth:hover h2 {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transform: scale(1);
   -moz-transform: scale(1);
   -o-transform: scale(1);
   -ms-transform: scale(1);
   transform: scale(1);
   -webkit-transition-delay: 0.1s;
   -moz-transition-delay: 0.1s;
   -o-transition-delay: 0.1s;
   -ms-transition-delay: 0.1s;
   transition-delay: 0.1s;
}
.view-sixth:hover p {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transform: scale(1);
   -moz-transform: scale(1);
   -o-transform: scale(1);
   -ms-transform: scale(1);
   transform: scale(1);
   -webkit-transition-delay: 0.2s;
   -moz-transition-delay: 0.2s;
   -o-transition-delay: 0.2s;
   -ms-transition-delay: 0.2s;
   transition-delay: 0.2s;
}
.view-sixth:hover a.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transform: translateY(0px);
   -moz-transform: translateY(0px);
   -o-transform: translateY(0px);
   -ms-transform: translateY(0px);
   transform: translateY(0px);
   -webkit-transition-delay: 0.3s;
   -moz-transition-delay: 0.3s;
   -o-transition-delay: 0.3s;
   -ms-transition-delay: 0.3s;
   transition-delay: 0.3s;
}


#slider_act {
				width:490px;
				height:326px;
			
				/*IE bugfix*/
				padding:0;
				margin:0;
				
			}

#slider_act li { list-style:none; }



#custom-show-hide-example h3 {
  margin: 0;
 background: #bfd255; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JmZDI1NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzhlYjkyYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iIzcyYWEwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5ZWNiMmQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, #bfd255 0%, #8eb92a 50%, #72aa00 51%, #9ecb2d 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bfd255), color-stop(50%,#8eb92a), color-stop(51%,#72aa00), color-stop(100%,#9ecb2d)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #bfd255 0%,#8eb92a 50%,#72aa00 51%,#9ecb2d 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #bfd255 0%,#8eb92a 50%,#72aa00 51%,#9ecb2d 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #bfd255 0%,#8eb92a 50%,#72aa00 51%,#9ecb2d 100%); /* IE10+ */
background: linear-gradient(to bottom, #bfd255 0%,#8eb92a 50%,#72aa00 51%,#9ecb2d 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfd255', endColorstr='#9ecb2d',GradientType=0 ); /* IE6-8 */
-webkit-border-radius: 10px;
border-radius: 10px;
}

#custom-show-hide-example h3 a {
  background: url("sprite.png") 15px 13px no-repeat;
  display: block;
  padding: 10px;
  padding-left: 32px;
  margin: 0;
  color: #fff;
  text-decoration: none;
  text-shadow: 1px 1px 1px rgb(6,76,6);
  font-family: 'Gochi Hand', cursive;
  font-size:20px;
}
#custom-show-hide-example h3:hover { background: #a6d333; }
#custom-show-hide-example h3.open  { background: #a6d333; }
#custom-show-hide-example h3.open a { background-position: 13px -25px;&nbsp;}
#custom-show-hide-example h3 + div { padding: 10px; }

#custom-show-hide-example strong
{
	font-size: 19px;
font-weight: 600;
}


.rollup
{
	position:absolute; bottom:-18px; left:454px;
	background-color:#a6d333;
	width:130px;
	height:30px;
	text-decoration:none;
}


.rollup div
{

color:#FFF;
  font-family: 'Gochi Hand', cursive; font-size:23px;
  float:left;
  padding:3px 0 0 6px;

  
}

.styliearrow {
float:left;
margin:10px;

}

.event_list
{
float:left;
width:900px;
height:200px;	
margin:0 0 30px;
}

.event_list img
{
float:left;
margin:0 14px 0 0;
border:#a6d333 solid 3px;
}

.event_list .title
{
font-size:25px;
  font-family: 'Gochi Hand', cursive;
color:#a6d333;
float:left;
margin:0 0 10px 0;
width:679px;
}

.event_list .details
{
font-size:20px;
  font-family: 'Gochi Hand', cursive; 
  color:#666;
  float:left;
  margin:0 0 10px 0;
  width:679px;
}

.event_list .loadproevent
{

 font-family: 'Gochi Hand', cursive; 
background-color:#a6d333;
 color:#FFFFFF;
 padding:6px;
 float:left;
 margin:10px 15px 0 0;
 text-decoration:none;
 cursor:pointer;
}

.event_list .loadproevent:hover
{
background-color:#719a0a;
}

.event_list a
{

 font-family: 'Gochi Hand', cursive; 
background-color:#a6d333;
 color:#FFFFFF;
 padding:6px;
 float:left;
 margin:10px 15px 0 0;
 text-decoration:none;
}

.event_list a:hover
{

background-color:#719a0a;
}

.form_text
{
	font-size:16px;
  font-family: 'Gochi Hand', cursive; 
  color:#666;
}


/* Preloader */
#preloader {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:#fff; /* change if the mask should have another color then white */
	z-index:9999; /* makes sure it stays on top */
}

#status {
	width:200px;
	height:200px;
	position:absolute;
	left:50%; /* centers the loading animation horizontally one the screen */
	top:50%; /* centers the loading animation vertically one the screen */
	background-image:url(../images/status.gif); /* path to your loading animation */
	background-repeat:no-repeat;
	background-position:center;
	margin:-100px 0 0 -100px; /* is width and height divided by two */
}


@media all and (orientation: portrait) 
{ 
#ipadset1
{
display:none;	
}

.menubg
{
	background-image:url(../images/menu.png); width:100%; height:122px; position:absolute; z-index:130;
}

.wapper980
{

}


.navigation{float: left;  width: 779px; font-family: 'trashcinema_bbregular'; font-size:18px; } 
.navigation li{float:left; padding:34px 9px;}
.navigation li a{ color:#a6d333; text-transform:uppercase; padding:20px 0; text-decoration:none; }
.navigation li a:hover{ color:#719a0a;} 
.navigation li a.select{ color:#719a0a;}

.parallax-layer{
/*height: 497px;*/
margin-top: 542px;

}

body
{
	background-image:url(../images/bgsky.gif), url(../images/cloud1_2.png); background-size: cover, cover;
	background-repeat:no-repeat, repeat;
}


.content
{
	position:absolute; z-index:102;
	width:720px;
	
	top:87px;
	padding:40px 30px 30px;
	display:none;
	background-image:url(../images/bgcon.png);
	background-repeat:repeat-y;

}


.contentinner
{

	width:670px;
	float:left;
	overflow:scroll;
	padding-right:10px;
	
}

.event_list
{
float:left;
width:600px;
height:200px;	
margin:0 0 30px;
}
.event_list img
{
float:left;
margin:0 14px 0 0;
border:#a6d333 solid 3px;
}

.event_list .title
{
font-size:25px;
  font-family: 'Gochi Hand', cursive;
color:#a6d333;
float:left;
margin:0 0 10px 0;
width:379px;
}

.event_list .details
{
font-size:20px;
  font-family: 'Gochi Hand', cursive; 
  color:#666;
  float:left;
  margin:0 0 10px 0;
  width:379px;
}

.rollup
{
	position:absolute; bottom:-18px; left:320px;
	background-color:#a6d333;
	width:130px;
	height:30px;
	text-decoration:none;
}

#skyfull
{
display:none;
}

}


@media all and (max-width: 1024px) 
{
	
#ipadset1
{
display:none;	
}
}</pre></body></html>