.map-container {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
	overflow: hidden;
	top:0;
	left:0;
}

* {
  scrollbar-width: thin;
  scrollbar-color: blue orange;
}

*::-webkit-scrollbar {
  width: 8px;
}
*::-webkit-scrollbar-track {
  background: #178b82;
}
*::-webkit-scrollbar-thumb {
  background-color: #00555a;
  border-radius: 2px;
}

.acf-map {
    width: 100%;
    height: 100%;
    display: block;
}

a#viewpointlist {
	display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: #00555a;
    color: #fff;
    text-decoration: none;
    line-height: 30px;
    font-weight: bold;
    height: 30px;
    padding: 0 20px;
}

a#viewpointlist.visible-link {
    width: 380px;
    text-align: right;
}

ul#map-lang {
	position: absolute;
    top: 10px;
    right: 0;
    background: #00555a;
    padding: 0;
    list-style: none;
    margin: 0;
}

ul#map-lang li {
    padding: 4px 10px;
}

ul#map-lang li.active {
    background: #178b82;
}

ul#map-lang li a {
    color: #fff;
}

div#marker-list {
	position: absolute;
    top: 30px;
    background: #178b82;
    color: #fff;
    padding: 20px;
	width: 380px;
    max-width: 380px;
    overflow: scroll;
    height: 100%;
	left:-380px
}

div#marker-list.visible-list {
	left:0px;
}

.point-list-item {
    margin-bottom: 10px;
    border-bottom: 1px solid #fff;
    padding: 0 5px 10px 5px;
}

.point-list-item-title {
    font-weight: bold;
    font-size: 110%;
}

.marker-details {
    font-size: 14px;
	color:#00555a;
}

.marker-top h2 {
    font-size: 20px;
    color: #178b82;
}

.marker-top .marker-image {
    max-width: 200px;
    max-height: 100px;
    margin-bottom: 20px;
}

.marker-details .nav-tabs {
    border-bottom: none !important;
}

.marker-details #connectors span.info-label {
    font-weight: bold;
}

.marker-details .tab-content {
    margin-bottom: 20px;
}

.marker-details .tab-content {
    padding: 20px 10px;
    border-right: 1px solid #ddd;
    margin-top: -1px;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-radius: 4px;
    border-top: 1px solid #ddd;
}

.marker-details .tab-pane p.info-address {
    font-weight: bold;
}

.marker-details .tab-pane .directions {
    margin: 20px auto 0px;
    display: inline-block;
    border: 1px solid #cacaca;
    padding: 8px 10px;
}

.point-gallery {
    border: 1px solid #00555a;
    padding: 3px;
    margin: 0 5px;
    display: inline-block;
    background: #178b82;
}

.point-gallery img {
    display: inline-block;
    max-width: 100px;
    height: auto;
}