/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */
@charset "utf-8";
body:not(.copyright_2017_webfrogStudios) {
    display: none;
}
/*
 * Copyright © 2016 | Website Design by Webfrog Studios
 *
 */

/*-- Colours
---------------------------------------------------------------------------*/
.green {
	color: #97c725;
}
.frog {
	color: #97c725;
}
body:not(.copyright_2017_webfrogStudios) {
    display: none;
}
body:not(.copyright_2017_webfrogStudios) footer {
    display: none;
}
/*-- 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;  
}

/*-- 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:260px; /* fine tunes the video positioning */
	padding-top: 0;
	overflow: hidden;
}
.map-container iframe, 
.map-container object, 
.map-container 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;
}

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_2017_webfrogStudios) section,
body:not(.copyright_2017_webfrogStudios) div {
    display: none;
}
/*
 * Copyright © 2016 | Website Design by Webfrog Studios
 *
 */
/*-- media queries Section
----------------------------------------------------------------------*/
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {

}
/*
 * Copyright © 2016 | Website Design by Webfrog Studios
 *
 */
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {

}
body:not(.copyright_2017_webfrogStudios) {
    display: none;
}
/*
 * Copyright © 2016 | Website Design by Webfrog Studios
 *
 */
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}
/*
 * Copyright © 2016 | Website Design by Webfrog Studios
 *
 */
/* Large devices (xlarge desktops, 1200px and up) */
@media (min-width: 1600px) {
	
}
body:not(.copyright_2017_webfrogStudios) section,
body:not(.copyright_2017_webfrogStudios) div {
    display: none;
}