@charset "utf-8";

@import url(extra.css);
/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */

body:not(.copyright_2018_webfrog) {
    display: none;
}
/*
 * Copyright © 2017 | Website Design by Webfrog Studios
 *
 */

:root {
	/* main color pallet */
	--main: #77328e; 
	--alt: #4dd340; 
	
	/* text color pallet */
	--header: #333; 
	--text: #3F3F3F;
	--highlight: #7b3c8a; 
	
	--magic: 80% 20%;
}

/*-- Colours
---------------------------------------------------------------------------*/
.green {
	color: #97c725;
}
.frog {
	color: #97c725;
}
body:not(.copyright_2018_webfrog) {
    display: none;
}
body:not(.copyright_2018_webfrog) footer {
    display: none;
}
.g-recaptcha {
 	-webkit-transform-origin: right;
	transform-origin: right;
}
/*-- CSS Parallax
---------------------------------------------------------------------------*/
.bg-parallax {
	position: relative;
	padding:0;
	min-height: 100px;
	width: 100%;
	box-sizing: border-box;
	/*box-shadow: 0 -1px 10px rgba(0, 0, 0, .7);*/
	perspective: 1px;
	transform-style: preserve-3d;
	height: 100%;
	overflow: hidden;
}
.bg-parallax:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left:0;
	right:0;
}
.bg-parallax, .bg-parallax:before {
	background:50% 50% / cover;  
}

.nav-drop {
	padding: 15px 20px;
	position: relative;
}
.nav-dropdown {
	margin: 0;
	padding: 10px 15px;
	background-color: var(--alt);
	color: #fff;
	list-style: none;
	display: block;
}
.nav-dropdown a,
.nav-dropdown a:hover {
	color: #fff;
}

.nav-dropdown li .dropdown-menu {
    min-width: 160px;
	color: #fff;
	/*width: 100%;*/
	left: 0;
	right: 0;
	border-radius: 0;
    padding: 5px 0;
    margin: 10px -15px;
    list-style: none;
    font-size: 14px;
    background-color: var(--alt);
    border: 1px solid var(--alt);
  
}
.nav-dropdown .dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #fff;
    white-space: nowrap;
}
.nav-dropdown .dropdown-menu>li>a:hover {
	background-color: var(--main);
	background-image: none;
}

/*-- Video Boxes/iframes
---------------------------------------------------------------------------*/
.video-container {
	position: relative; /* keeps the aspect ratio */
	padding-bottom:320px; /* fine tunes the video positioning */
	padding-top: 0;
	overflow: hidden;
}
.video-container iframe, 
.video-container object, 
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*-- Map Boxes/iframes
---------------------------------------------------------------------------*/
.map-container {
	position: relative; /* keeps the aspect ratio */
	padding-bottom:340px; /* fine tunes the video positioning */
	padding-top: 0;
	overflow: hidden;
	margin: 60px 0 15px;
}
.map-container iframe, 
.map-container object, 
.map-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


.loc-map-box {
	position: relative; /* keeps the aspect ratio */
	padding-bottom:245px; /* fine tunes the video positioning */
	padding-top: 0;
	overflow: hidden;
	background-color: #fff;
}

.loc-map-box iframe, 
.loc-map-box object, 
.loc-map-box embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*-- Classes
---------------------------------------------------------------------------*/
.divider {
	width:100%;
	height: 1px;
	margin: 9px 0 18px;
	overflow: hidden;
	background-color: #e5e5e5;
}
.media-middle {
	display:table-cell;
	vertical-align:middle;
}
.img-max {
	width:100%;	
}
#topcontrol {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #231f20;
	opacity: 0.6;
	color: #fff;
	bottom: 10px !important;
	right: 10px !important;
	z-index:500;
}
.flex-box {
	display: flex;
	align-items: center;
	justify-content: center;
}

nav .flex-box {
	display: block;
	align-items: center;
	justify-content: center;
}

td, th {
	padding:2%;
}

#content-error {
	padding: 10% 0;
}
#content-offline {
}
.social-links {
	display:inline-block;
	margin-right:5px;
	margin-bottom:5px;
}	
body:not(.copyright_2018_webfrog) section,
body:not(.copyright_2018_webfrog) div {
    display: none;
}

#content .text-box img {
    display: block;
    max-width: 100%;  
}
#content .text-box img.pull-right,
#content .text-box img.justifyright,
#content .text-box img[style*="float:right"] {
	margin-left:15px;
	margin-bottom:15px;
	width:auto;
	float:right !important;
}
#content .text-box img.pull-left,
#content .text-box img.justifyleft,
#content .text-box img[style*="float:left"] {
	margin-right:15px;
	margin-bottom:15px;
	width:auto;
	float:left !important;
}


#content .party-section .text-box img {
    display: block;
    max-width: 100%;  
	width:auto;
	margin: 0 auto;
	height: auto;
}

.pulse {
	animation-name: pulse_animation;
	animation-duration: 8000ms;
	transform-origin:70% 70%;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}
.pulse:hover {
  animation: none;
}
@keyframes pulse_animation {
	0% { transform: scale(1); }
	30% { transform: scale(1); }
	40% { transform: scale(1.08); }
	50% { transform: scale(1); }
	60% { transform: scale(1); }
	70% { transform: scale(1.08); }
	80% { transform: scale(1); }
	100% { transform: scale(1); }
}


.loc-dropdown {
	list-style: none;
}
.loc-dropdown>li {
	display: inline-block;
	color: #fff;
	padding: 15px;
	letter-spacing: 2px;
    font-family: 'MarkPro-Book';
	font-size: 14px;
}
.loc-dropdown li .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 0 0;
    list-style: none;
    font-size: 14px;
    background-color: #2e053c;
    border: 1px solid #2e053c;
    border-radius: 0;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
    text-align: left;
}
.loc-dropdown li .dropdown-menu>li {
	width: 100%;
}
.loc-dropdown li .dropdown-menu>li>a {
	display: block;
	padding: 10px 15px;
	clear: both;
	font-weight: normal;
	line-height: 1.42857143;
	color: #fff;
	white-space: nowrap;
}
.loc-dropdown li .dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
	background-image: none;
	background-repeat: repeat-x;
	filter: none;
	background-color: var(--main);
	text-decoration: none;
	color: #fff;
}
.loc-dropdown li .dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
	background-image: none;
	background-repeat: repeat-x;
	filter: none;
	background-color: #273171;
}

/* Hover over drop down menus */
.loc-dropdown li .dropdown:hover .dropdown-menu {
	display: block;
}

.loc-dropdown li .dropdown>.dropdown-menu>.dropdown>.dropdown-menu {
	top:-5px;
	left:99%;
	position:absolute;
	display:none;
}
.loc-dropdown li .dropdown>.dropdown-menu>.dropdown:hover>.dropdown-menu {
	display:block;
}

/*
 * Copyright © 2017 | Website Design by Webfrog Studios
 *
 */
/*-- media queries Section
----------------------------------------------------------------------*/
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
.flex-box {
	display: flex;
	align-items: center;
	justify-content: center;
}
nav .flex-box {
	display: flex;
	align-items: center;
	justify-content: space-around;
}
	.loc-dropdown>li {
		display: inline-block;
		color: #fff;
		padding: 5px;
		letter-spacing: 2px;
		font-family: 'MarkPro-Book';
		font-size: 12px;
	}
}
/*
 * Copyright © 2017 | Website Design by Webfrog Studios
 *
 */
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
	.loc-dropdown>li {
		display: inline-block;
		color: #fff;
		padding: 15px;
		letter-spacing: 2px;
		font-family: 'MarkPro-Book';
		font-size: 14px;
	}
}
body:not(.copyright_2018_webfrog) {
    display: none;
}
/*
 * Copyright © 2017 | Website Design by Webfrog Studios
 *
 */
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
#content .text-box img.pull-right,
#content .text-box img.justifyright,
#content .text-box img[style*="float:right"] {
	margin-left:30px;
	margin-bottom:15px;
	width:auto;
	float:right !important;
}
#content .text-box img.pull-left,
#content .text-box img.justifyleft,
#content .text-box img[style*="float:left"] {
	margin-right:30px;
	margin-bottom:15px;
	width:auto;
	float:left !important;
}
.flex-box {
	display: flex;
	align-items: center;
	justify-content: space-around;
}
	.loc-dropdown>li {
		display: inline-block;
		color: #fff;
		padding: 15px;
		letter-spacing: 2px;
		font-family: 'MarkPro-Book';
		font-size: 18px;
	}
	
}
/*
 * Copyright © 2017 | Website Design by Webfrog Studios
 *
 */
/* Large devices (xlarge desktops, 1200px and up) */
@media (min-width: 1600px) {
	
}
body:not(.copyright_2018_webfrog) section,
body:not(.copyright_2018_webfrog) div {
    display: none;
}

