

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

    
html {
	height:100%;
	max-width:100%;
	color: #272c2f;
	font-family: 'Roboto', sans-serif;
    font-weight:300;
}
#body2 {
	height:100%;	
	font-family: 'Roboto', sans-serif;
    font-weight:300;
}
body {
	height:100%;
	max-width:100%;
	font-family: 'Roboto', sans-serif;
	font-size:20px;
    font-weight:300;
}
hr {
	border-color:#aed136;
    border-width:2px;
    padding:0px;
    margin:0px;
}
.divisions {
	padding:30px 0px;
    text-align:center;
    border-radius:10px;
    border: 2px solid #fdbd00;
    margin:5px;
    font-weight:bold;
    background: rgb(253,189,0);
    background: linear-gradient(0deg, rgba(253,189,0,1) 0%, rgba(253,189,0,0.35) 10%, rgba(255,255,255,0) 60%);
}
.div_highlight {
    background: rgb(174,209,54);
    background: linear-gradient(0deg, rgba(174,209,54,1) 0%, rgba(174,209,54,0.3491597322522759) 10%, rgba(255,255,255,0) 60%);
    border: 2px solid #aed136;
}

.border_green {
	border-color:#aed136;
}
.border_blue {
	border-color:#11467e;
}
.border_yellow {
	border-color:#fdbd00;
}
.border_grey {
	border-color:#272c2f;
}
.border_white {
	border-color:#ffffff;
}
.border_ltgrey {
	border-color:#cbcbcb;
}
.bg_green {
	background-color:#aed136;
}
.bg_blue {
	background-color:#11467e;
}
.bg_yellow {
	background-color:#fdbd00;
}
.bg_grey {
	background-color:#272c2f;
}
.bg_white {
	background-color:#ffffff;
}
.bg_ltgrey {
	background-color:#cbcbcb;
}
.green {
	color:#aed136 !important;
}
.blue {
	color:#11467e !important;
}
.yellow {
	color:#fdbd00 !important;
}
.grey {
	color:#272c2f !important;
}
.white {
	color:#ffffff !important;
}

.dropshadow {
    -webkit-box-shadow: 0px 5px 17px -6px rgba(0,0,0,0.4); 
    box-shadow: 0px 5px 17px -6px rgba(0,0,0,0.4);
};

.shadow_text {
	filter:drop-shadow(5px 5px 2px #000000);
}

a, a:active, a:visited, a:link {
	color:#11467e;
}
a:hover {
	color:#aed136;
}

.footer_nav>a, .footer_nav>a:active, .footer_nav>a:visited, .footer_nav>a:link {
	color:#ffffff;
}
.footer_nav>a:hover {
	color:#aed136;
}

#bottom_bar {
	z-index:1;
	background: url('/images/bg/footer_bg.jpg');
    background-repeat: no-repeat;
    background-position:bottom center;
    background-size:cover;
	position:static;
	width:100%;
	min-height:30px;
	margin-top:10px;
}
#bottom_bar2 {
	position:static;
	width:100%;
	min-height:30px;
}
.footer {
	padding-top:20px;
	font-size:.85em;
}
.footer ul {
	list-style:none;
    padding-left:10px;
}
.footer li {
	padding:2px;
}

#container {
	min-height: 100%;
	position:relative;
	/* Firefox */
	min-height: -moz-calc(100% - 500px);
	/* WebKit */
	min-height: -webkit-calc(100% - 500px);
	/* Opera */
	min-height: -o-calc(100% - 500px);
	/* Standard */
	min-height: calc(100% - 500px);
}

button.navbar-toggle {
	background: #2b2b2b;
	border: none;
	color: #fff;
}
.above_menu {
	position:fixed;
	z-index:100000;
    top:0;
    padding-right:30px;
    width:100%;
    text-align:right;
}
nav.navbar {
	top: 30px;
	margin-bottom: 0px;
	padding: 0px 10px 0px 10px;
	width: 100%;
	border-radius: 0px;
	transition: all 0.6s;
	z-index:100000;
    background-color: rgba(0, 0, 0, 0.3);
}

.nav-link {
	color:#ffffff !important;
    font-weight:500;
    
}
.navbar .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus{
	color: #fff;
	cursor: pointer;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	outline: 0;
}

#divTool {
	z-index:100001;
}
#rte-toolbar {
	z-index:100002;
}

.modal {
	z-index:100000;
}

.btn-outline-success {
	border-color:#ffffff;
    color:#ffffff;
}
.btn-outline-success:hover {
	border-color:#ffffff;
    color:#ffffff;
    background-color:#aed136}

/* ================================
Navbar

nav.navbar{
	position: fixed;
	top: 20px;
	margin-bottom: 0px;
	padding: 10px 0px 10px 0px;
	width: 100%;
	border-radius: 0px;
	transition: all 0.2s;
	z-index:99998;
}

.navbar-nav{
	float: right;
}

nav.navbar.fixed-to-top{
	top: 0px;
}

.navbar-default{
	border: none;
	border-bottom: none;
	opacity: 1;
	z-index: 9999;
}

.navbar-default li {
	list-style:none;
}
.navbar-default .navbar-nav>li>a {
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus{
	color: #fff;
	cursor: pointer;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	outline: 0;
}

/* brand / logo */
.navbar-brand{
    width:30%;
    max-width:400px;
    min-midth:60px;
	color: #fff;
    text-align:center;
}
.navbar-brand {
  line-height: 30px;
  vertical-align: middle;
  height: 60px;
  display: inline-block;
  position: relative;
}

.navbar-brand::before {
  content: '';
  position: absolute;
  top: -30px;
  bottom: -15px;
  left: -1000px;
  right: -45px;
  background-color: #aed136;
  -webkit-transform: skewX(-33deg);
  -khtml-transform: skewX(-33deg);
  -moz-transform: skewX(-33deg);
  -ms-transform: skewX(-33deg);
  transform: skewX(-33deg);
  z-index: -1;
  border-right:8px #fdbd00 solid;
  border-bottom:5px #fdbd00 solid;
}

.navbar-brand::after {
  content: '';
  position: absolute;
  bottom: 1px;
  left: -1000px;
  right: -39px;
  top: 0px;
  background-color: #beda5e;
  -webkit-transform: skewX(-33deg);
  -khtml-transform: skewX(-33deg);
  -moz-transform: skewX(-33deg);
  -ms-transform: skewX(-33deg);
  transform: skewX(-33deg);
  z-index: 0;
  border-right:7px #ffc722 solid;
}

.navbar-brand img {
  -webkit-transition: all 0.5s ease-out;
  -khtml-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: relative;
  z-index: 1;
  margin-top:-15px;
}

@media (max-width: 768px) {
    nav.navbar {
        background-color: #11467e;
    }
	.navbar-brand::before {
		content: none;
	}
    nav.navbar{
        top: 00px;
    }
    .navbar-brand img {
    	margin-top:0px;
    }
    .navbar-brand::after {
		background-color: #aed136;
	}
}

.nav-pills {
	background-color:#aed136;
}
.nav-pills > li {
	border-left-width: 1px;
    border-left-style:solid;
    border-left-color: #ffffff;
    color: #ffffff;
    padding:3px 0px;
}


.nav-pills > li > a {
  color: #ffffff;
  display:block;
}

.navbar-toggler {
	border-color:#ffffff  !important;
}
.navbar-toggler .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 0.7)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
================================= */


.kekanan {
  display: inline-block;
  vertical-align:middle;
  right: 0px;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid #FFFFFF;
  content: "";
}

.bubble {
	display:inline-block;
	position: relative;
	padding: 0 6px;
	background: #FFFFFF;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size:11px;
	margin-left:7px;
	border: 1px #999 solid;
}

.bubble:before {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 4px 6px 4px 0;
	border-color: transparent #999;
	display: block;
	width: 0;
	z-index: 1;
	margin-top: -5px;
	left: -6px;
	top: 50%;
}
.bubble:after {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 4px 6px 4px 0;
	border-color: transparent #FFFFFF;
	display: block;
	width: 0;
	z-index: 1;
	margin-top: -5px;
	left: -4px;
	top: 50%;
}
.carousel {
	border:0px;
}
.carousel .carousel-control {
	background:none;
	border: 0px;
}



/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  padding: 6px 12px 9px 12px;
  font-size: 16px;
  border-radius: 2px;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index:1000;
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
}

.back-to-top:focus {
  outline: none;
}


.decimal {
	font-size:.3em;
    text-decoration: underline;
    line-height: 3em;
    vertical-align:text-top;
};
img {
	width:100%;
    };

.rotate_25 {
	/* Safari */
	-webkit-transform: rotate(-25deg);	/* Firefox */
	-moz-transform: rotate(-25deg);
	/* IE */
	-ms-transform: rotate(-25deg);
	/* Opera */
	-o-transform: rotate(-25deg);
	/* Internet Explorer */
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
}
.rotate_-25 {
	/* Safari */
	-webkit-transform: rotate(25deg);	/* Firefox */
	-moz-transform: rotate(25deg);
	/* IE */
	-ms-transform: rotate(25deg);
	/* Opera */
	-o-transform: rotate(25deg);
	/* Internet Explorer */
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
}

@media (max-width: 767px) {
	/* MENU CORRECTIONS FOR MOBILE DEVICES */
	.dropdown-submenu> > a,
	.dropdown-submenu> > a:active,
	.dropdown-submenu> > a:link {
		color:#F00;

	}
}
@media (max-width: 991px) and (min-width: 768px) {
	#mid-box {
		padding:0px;
	}
}
@media (max-width: 1199px) and (min-width: 992px) {
}
@media (min-width: 1200px) {
}
#footer_menu {
	position:relative;
}
.block {
    position: absolute;
	padding:0px;
	margin:0px;
	width:20%;
}
#event_info {
	position:absolute;
	display:none;
	border: 2px #555 solid;
	border-radius: 7px;
	margin:0px;
	padding-bottom:10px;
	width:600px;
	z-index:500;
	/* Firefox */
	left: -moz-calc(50% - 300px);
	/* WebKit */
	left: -webkit-calc(50% - 300px);
	/* Opera */
	left: -o-calc(50% - 300px);
	/* Standard */
	left: calc(50% - 300px);
	top:250px;
	background:#FFFFFF;
}
.btn-default {
	color:#000 !important;
	background-color:#CCC !important;
	border-color:#000 !important;
	width:50%;
	padding:10px !important;
}

/* ---------- BACKGROUNDS ----------  */
.bg_brick {
	background-image:url('/images/bg/brick_bg.jpg');
    background-position: center;
    background-repeat: repeat;
}
.bg_grass {
	background-image:url('/images/bg/grass_bg1.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size:cover;
}
.bg_grass2 {
	background-image:url('/images/bg/grass_bg2.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size:cover;
    min-height:250px;
    padding-top:150px;
    text-align:center;
}

.grass_title {
	font-weight:700;
    color:#ffffff;
}

h1 {
	font-weight:700;
    font-size:2.6em;
}
h2 {
    color:#aed136;
}

/* ---------- BOXED AREAS ----------  */
.boxed_outline {
}
.box_fill {
	background-color:rgba(255,0,0,0.3);
}
.boxed_outline .top_left_1 {
	height:50%;
}
.boxed_outline .top_left_2 {
	height:50%;
	border-top-width:2px;
    border-left-width:2px;
	border-top-style:solid;
	border-left-style:solid;
}
.boxed_outline .top_right_1 {
	height:50%;
}

.boxed_outline .top_right_2 {
	height:50%;
	border-top-width:2px;
    border-right-width:2px;
	border-top-style:solid;
	border-right-style:solid;
}
.boxed_outline .bottom_left_1 {
	border-bottom-width:2px;
    border-left-width:2px;
	border-bottom-style:solid;
	border-left-style:solid;
}
.boxed_outline .bottom_right_1 {
	border-bottom-width:2px;
    border-right-width:2px;
	border-bottom-style:solid;
	border-right-style:solid;
}
.boxed_outline .box_content {
	border-left-width:2px;
    border-right-width:2px;
	border-left-style:solid;
	border-right-style:solid;
    height:250px;
    padding:5px;
}
.boxed_outline .box_content2 {
	border-left-width:2px;
    border-right-width:2px;
	border-left-style:solid;
	border-right-style:solid;
    height:250px;
    padding:5px;
}
.boxed_outline .box_header {
	font-weight:700;
    text-align:center;
    padding-top:15px;
    font-size:1em;
}
.boxed_outline .box_footer {
	font-weight:100;
    text-align:center;
    padding-top:10px;
}


.hr_1 {
	border-bottom-width:2px;
	border-bottom-style:solid;
}

.links li {
	padding-top:10px;
    padding-top:10px;
}


/* ---------- ALERTS ---------- */
.alerts {
	border-top-style: solid;
    border-top-width:3px;
	min-height:15px;
}

#main_logo {
	position:absolute;
	z-index:10000;
	width:100%;
	height:100%;
    text-align:center;
    padding-top:10%;
}
#main_logo img {
	max-width:80%;
}
.carousel_container,
.carousel-inner {
	height: 50vh;
}

.carousel-inner .item{
    position: relative;
    min-height:100%;
    min-width:100%;
}

.carousel-img {
    min-height:100%;
    min-width:100%;
    position: absolute;   
    top: 50%;
    transform: translateY(-50%);
	object-fit: cover;
    overflow: hidden;
}
.carousel-item {
    min-height:100%;
    min-width:100%;
}
.photo-cred {
	position:absolute;
    bottom:0px;
    right:20px;
	z-index:10000;
    font-weight:700;
    font-size:.8em;
    color: #ffffff;
}
/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {
	.carousel_container,
    .carousel-inner {
        height: 65vh;
    }
    #main_logo {
        padding-top:50%;
    }
}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
    #main_logo img {
        max-width:40%;
    }
	.carousel_container,
    .carousel-inner {
        height: 65vh;
    }
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
	.carousel_container,
    .carousel-inner {
        height: 30vh;
    }
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	.carousel_container,
    .carousel-inner {
        height: 65vh;
    }
    #main_logo {
        padding-top:50%;
    }
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
	.carousel_container,
    .carousel-inner {
        height: 65vh;
    }
    #main_logo {
        padding-top:50%;
    }
}
h2 {
	font-weight:500;
}

.bold {
	font-weight:bold;
}


.day_pass_header {
	border-bottom-style: solid; 
    border-bottom-width:1px; 
    border-bottom-color:#cbcbcb;
}
.day_pass_left {
	border-right-style: solid;
    border-right-color: #cbcbcb;
    border-right-width:1px;
    border-top-style: solid;
    border-top-width:1px;
    border-top-color:#f3f3f3;
    border-top-width:1px;
}

/* MARQUEE CSS */
.marquee {
     height: auto;
     position: relative;
}
.marquee h5 {
     font-size: 1.1em;
     color: #ffffff;
     margin: 0;
     line-height: 30px;
     text-align: center;
}



/* TADA */

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  10%, 20% {
    -webkit-transform: scale(.9) rotate(-8deg);
    transform: scale(.9) rotate(-8deg);
  }

  30%, 50%, 70% {
    -webkit-transform: scale(1.3) rotate(8deg);
    transform: scale(1.3) rotate(8deg);
  }

  40%, 60% {
    -webkit-transform: scale(1.3) rotate(-8deg);
    transform: scale(1.3) rotate(-8deg);
  }

  80% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  10%, 20% {
    -webkit-transform: scale(.9) rotate(-8deg);
    -ms-transform: scale(.9) rotate(-8deg);
    transform: scale(.9) rotate(-8deg);
  }

  30%, 50%, 70% {
    -webkit-transform: scale(1.3) rotate(8deg);
    -ms-transform: scale(1.3) rotate(8deg);
    transform: scale(1.3) rotate(8deg);
  }

  40%, 60% {
    -webkit-transform: scale(1.3) rotate(-8deg);
    -ms-transform: scale(1.3) rotate(-8deg);
    transform: scale(1.3) rotate(-8deg);
  }

  80% {
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}


.faa-tada.animated,
.faa-tada.animated-hover:hover,
.faa-parent.animated-hover:hover > .faa-tada {
  -webkit-animation: tada 2s linear infinite;
  animation: tada 2s linear infinite;
}