/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */
@charset "utf-8";


/*-- Colours
---------------------------------------------------------------------------*/
.green {
	color: #97c725;
}
.frog {
	color: #97c725;
}
.well  h3,
.selection-box h3 {
	margin-top:0;
}
.well  h4,
.selection-box h4 {
	margin-top:0;
	margin-bottom:0;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:15px;
	padding-right:15px;
	font-size:14px;
	background-color:#000;
	color:#fff;
}

.media__image { display: block; }

.media__body {
  background: rgba(210, 35, 147, 0.7);
  bottom: 0;
  color: white;
  font-size: 1em;
  left: 15px;
  opacity: 0;
  overflow: hidden;
  padding: 3.75em 3em;
  position: absolute;
  text-align: center;
  top: 0;
  right: 15px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.selection-box-inner {
	margin-bottom:15px;
}
.selection-box-inner:nth-child(1n) .media__body {
	background: rgba(99, 211, 60, 0.7);
}
.selection-box-inner:nth-child(2n) .media__body {
	background: rgba(99, 211, 60, 0.7);
}
.selection-box-inner:nth-child(3n) .media__body {
	background: rgba(99, 211, 60, 0.7);
}

.media__body:hover { opacity: 1; }

.media__body:after,
.media__body:before {
  border: 1px solid rgba(255, 255, 255, 0.7);
  bottom: 1em;
  content: '';
  left: 1em;
  opacity: 0;
  position: absolute;
  right: 1em;
  top: 1em;
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-transition: 0.6s 0.2s;
  transition: 0.6s 0.2s;
}

.media__body:before {
  border-bottom: none;
  border-top: none;
  left: 2em;
  right: 2em;
}

.media__body:after {
  border-left: none;
  border-right: none;
  bottom: 2em;
  top: 2em;
}

.media__body:hover:after,
.media__body:hover:before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.media__body h3 { margin-top: 0; font-size:1.3em; }

.media__body p { margin-bottom: 1.5em;font-size:1em;color:#fff; }


/*-- Video Boxes/iframes
---------------------------------------------------------------------------*/
.video-container {
	position: relative; /* keeps the aspect ratio */
	padding-bottom: 56.25%; /* fine tunes the video positioning */
	padding-top: 60px;
	overflow: hidden;
}
.video-container iframe, 
.video-container object, 
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.map-container {
	position: relative; /* keeps the aspect ratio */
	padding-bottom:66.25%; /* 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 {
}



/*-- media queries Section
----------------------------------------------------------------------*/
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
.map-container {
	position: relative; /* keeps the aspect ratio */
	padding-bottom: 36.25%; /* 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%;
}
.well  h4,
.selection-box h4 {
	font-size:10px;
}
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
.well  h4,
.selection-box h4 {
	font-size:12px;
}
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
.well  h4,
.selection-box h4 {
	font-size:1vw;
}	
}

/* Large devices (xlarge desktops, 1200px and up) */
@media (min-width: 1600px) {
.well  h4,
.selection-box h4 {
	font-size:0.7vw;
}	
}