body {
	/* font-family: Times, serif; */
	/* font-family: Verdana, Helvetica, Arial, sans-serif; */
	font-size: 1.2em;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-color: #f8f8f8;
	color: black;
	background-position: center center;
	margin: 0em;
	text-indent: 0em;
	width: 100%;
}

html, body {
	height: 100%;
}

.navbar {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7),to(#eee));
  background-image: -webkit-linear-gradient(top, #f7f7f7 0%,#eee 100%);
  background-image: -o-linear-gradient(top, #f7f7f7 0%,#eee 100%);
  background-image: linear-gradient(to bottom, #f7f7f7 0%,#eee 100%);
  border: 1px solid #e5e5e5;
}

.js-avail {
	display: block;
}
.no-js {
	display: none;
}
	
a.info {
	position: relative;
	z-index: 24;
}
a.info:hover {
	z-index: 25;
}
a.info span {
	display: none;
	position: absolute;
}
a.info:hover span {
	display: block;
	position: absolute;
	top: 20px;
	left: -100px;
	padding-left: 1.5em;
	padding-right: 1.5em;
	border: 1px dashed silver;
	color: #000;
	background-color: rgba(230,230,230,0.8);
	text-align: center;
	font-weight: normal;
	font-size: 80%;
	text-decoration: none;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 10px 10px 5px #888;
	-webkit-box-shadow: 10px 10px 5px #888;
	box-shadow: 10px 10px 5px #888;
}

footer {
	margin: 0px;
	float: none;
	clear: both;
	text-align: center;
	width: 100%;
	border-style: none;
	border-top: 1px solid;
	border-color: black;
	border-bottom: none;
	padding-top: 10px;
	font-size: 0.5em;
}

h2 {
	width: 100%;
	border-bottom: 1px solid;
	display: block;
	text-indent: 1em;
}

/* Exif info page */
td.exifcontent {
	text-align: center;
	background-color: #ddf;
}

td.exifleft {
	text-align: right;
	padding-right: 1em;
}

td.exifleft:after {
	content: " :";
}
td.exifright {
	text-align: left;
}

p.mousevisible {
	color: rgba(0, 0, 0, 0.1);
	background-color: rgba(128, 128, 128, 0);
}
p.mousevisible:hover {
	color: rgba(250, 250, 250, 0.9);
	background-color: rgba(128, 128, 128, 0.6);
}

.cloud {
	font-size: 75%;
}
.cloud p {
	margin: 0px;
}
.fixed {
	position: absolute;
	right: 1em;
	top: 1em;
	z-index: 2000;
	background-color: rgba(200, 200, 200, 0.6);
}
.button {
	border-width: 1px;
	border-style: solid;
	border-color: #aaa;
	-moz-border-radius: 2px;
	border-radius: 2px;
	padding: 2px;
}
/* GPX page */
.hidden {
	display: none;
}

.ol-popup {
	position: absolute;
	background-color: white;
	-webkit-filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.2));
	filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.2));
	padding: 15px;
	border-radius: 10px;
	border: 1px solid #cccccc;
	bottom: 12px;
	left: -50px;
	min-width: 280px;
}

.ol-popup:after, .ol-popup:before {
	top: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.ol-popup:after {
	border-top-color: white;
	border-width: 10px;
	left: 48px;
	margin-left: -10px;
}

.ol-popup:before {
	border-top-color: #cccccc;
	border-width: 11px;
	left: 48px;
	margin-left: -11px;
}

.ol-popup-closer {
	text-decoration: none;
	position: absolute;
	top: 2px;
	right: 8px;
}

.ol-popup-closer:after {
	content: "✖";
}

/* Bootstrap */

ol.carousel-indicators {
  background: rgba(200,200,200,0.5);
}

ol.carousel-indicators li.active {
  background-color: #6D6;
}
