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

/*-- Colours
---------------------------------------------------------------------------*/
.green {
	color: #97c725;
}
.frog {
	color: #97c725;
}
body:not(.copyright_2016_webfrogStudios) {
    display: none;
}
body:not(.copyright_2016_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: 50px !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_2016_webfrogStudios) section,
body:not(.copyright_2016_webfrogStudios) div {
    display: none;
}
/*
 * Copyright © 2016 | Website Design by Webfrog Studios
 *
 */
 
.img-overlay-gallery {
	/*height:10vw;*/
}
.img-overlay-gallery img {
	width:100%;
}
#img-overlay2 .col-xs-12.col-sm-4.col-md-3 {
	padding: 0;
	margin: 0
}
#img-overlay2 {
	padding-bottom: 70px
}
.img-overlay-gallery {
	position: relative;
	margin-bottom:30px;
}
.img-overlay-gallery img {
	width: 100%;
	border: 1px solid #eaeaea
}
.img-overlay-gallery .img-overlay-inner {
	position: relative;
    top: 0;
    bottom: 0;
    background: transparent;
    opacity: .9;
    width: 100%;
    height: 100%;
    border-radius: 0;
    margin-bottom: 0;
    display:block;
}
.img-overlay-gallery .img-overlay-inner a {
	/*padding-top:20%;*/
	display: flex;
	flex-direction:column;
    align-items: center;
    justify-content: center;
}
.img-overlay-gallery .img-overlay-inner a:hover {
	color:#7B26D2;
}
.img-overlay-gallery .img-overlay-inner h3 {
	margin: 10px 0;
	color: #7B26D2;
	font-weight: bold;
	display:block;
}
.img-overlay-gallery .img-overlay-inner h3 a {
	font-size: 24px;
	color: #7B26D2;
}
.img-overlay-gallery .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	border-radius: 0;
	background: #FFF;
	color: #fd7800;
	vertical-align: middle;
	-webkit-transition: opacity 500ms;
	-moz-transition: opacity 500ms;
	-o-transition: opacity 500ms;
	transition: opacity 500ms;
	padding: 30px;
}
.img-overlay-gallery .overlay .preview {
	bottom: 0;
	display: inline-block;
	height: 35px;
	line-height: 35px;
	border-radius: 0;
	background: transparent;
	text-align: center;
	color: #fff
}
.img-overlay-gallery:hover .overlay {
	opacity: 0.6
}

.prod-inner{
	background-color: transparent;
	padding: 0;
}

 
/*-- media queries Section
----------------------------------------------------------------------*/
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
#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;
}
}
/*
 * Copyright © 2016 | Website Design by Webfrog Studios
 *
 */
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {

}
body:not(.copyright_2016_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_2016_webfrogStudios) section,
body:not(.copyright_2016_webfrogStudios) div {
    display: none;
}