/* @import url("fonts/ptsans/style.css"); */

body {
	padding: 0;
	margin: 0;
	font-size: 100%;
	
}
html, body, #map {
	height: 100%;
}
ul {
	margin: 0 !important;
}

h4 {
	margin-bottom: 10px;
}


.selectlist {
 	display: inline;
	position: absolute;
	z-index: 100;
	display: inline;
	font-size: 1em;
	width: 100%;
	text-align: right;
}

.button {
color: black ;
padding: 5px;
background-color: #028e9b;
color: white;
border: none;

font-size: 1em;
}

.button,
.infobox {
-moz-box-shadow:    	0px 0px 3px 0px gray;
-webkit-box-shadow:  	0px 0px 3px 0px gray;
box-shadow:          	0px 0px 3px 0px gray;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-o-border-radius: 4px;
border-radius: 4px;
}


.button:hover,
.button:active,
.button.active{
background-color: white;
color: black;
}

a,
.leaflet-popup-content a {
color: #028e9b; 
text-decoration: none;
}

a:hover,
a:active,
.leaflet-popup-content a:hover,
.leaflet-popup-content a:active {
	color: gray; 
}

.selectlist li {
display: inline;
}

#tourswitcher {
	width: 380px;
	top: 0px;
	right: 60px;
}


#logo {
	position: absolute;
	z-index: 100;
	width: 142px;
	top: 5px;
	right: 15px;
	color: white !important;
}


.infobox {
	z-index: 50;
  max-width: 500px;
  height:350px;
  overflow: auto;
  margin: auto;
  position: absolute;
  top: 0; 
  left: 0; 
  bottom: 0; 
  right: 0;
  background: white;
  padding: 1em 1.6em 1em 1.6em;
  display: none;
}

.infobox h2,
.infobox h3,
.infobox ul {
margin: 0 !important;
}


.infobox p {
margin: 0 0 10px 0;
}

.infobox h3 {
margin-top: 20px !important;
}

.closeinfobox {
position: absolute;
top: 5px;
right: 5px;
background: none;
border: 1px solid lightgray;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
z-index: 1000;
cursor: pointer;
}

.closeinfobox:hover,
.closeinfobox:active {
background: lightgray;
}

.active-info {
background: gray;
}


.leaflet-popup-pane {
	font-family: 'PTSans';
	font-weight: 400;
}
	
.leaflet-popup {
max-width: 350px;
font-family: 'PTSans', "Helvetica", "Helvetica Neue", "Verdana", "Arial", sans-serif !important;
line-height: 1em;
font-size: 1.2em;
}


.leaflet-content-wrapper {
max-width: 350px;
}

.leaflet-popup-content ul li {
	margin-left: -20px !important;
	margin-bottom: 5px;

}

.leaflet-popup-content img {
max-width: 100%;
height: auto;
}

.leaflet-popup-content img {
max-width: 100% !important;
height: auto !important;
}

.my-custom-control,
#my-custom-control {
	width: 100px;
	background-color: white;
	height: 100px;
}

@media only screen and (max-width: 767px) {

}


@media only screen and (max-width: 479px) {

.leaflet-popup-pane .leaflet-popup {
max-width: 250px;
}
.leaflet-popup-pane leaflet-popup .leaflet-content-wrapper {
max-width: 250px;
}
}