button.accordion {
    background-color: #EAEEE8;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    border-radius: 10px;
    text-align: center;
    font-weight: bold;
    outline: none;
    font-size: 16px;
    transition: 0.4s;
    margin-bottom: 5px;
    transition: all 0.5s;
}
button.accordion.active, button.accordion:hover {
    background-color: #D8DDD7;
}
button.accordion:after {
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}
div.panel {
    padding: 0 10px;
    background-color: #F7F7F7;
    max-height: 0;
    transition: max-height 0.5s;
    overflow: hidden;
    margin-bottom: 20px;
    border-radius: 20px;
}

.acdContent{
    padding: 10px;
}
.title, .info{
    text-align: right;
    
}

.modal {
  display: none; 
  position: fixed; 
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%; 
  overflow: auto; 
  background-color: rgb(0,0,0); 
  background-color: rgba(0,0,0,0.4); 
}

.modal-content {
  background-color: #fefefe;
  margin: 15% auto; 
  padding: 20px;
  border: 1px solid #888;
  width: 80%; 
}


.hereBtn{
    text-decoration: underline;
    color: #578FF0;
    cursor: pointer;  
}


.slideshow-container {
  width:100%;
  height:100%;
  margin-top: -10px;
}

.slideshow-container img{
  max-width: 100%;
  min-width: 100%;
  min-height: 110px;
  object-fit: contain;
}


.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: none;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #717171;
}


.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 3s;
  animation-name: fade;
  animation-duration: 3s;
}

@-webkit-keyframes fade {
  from {opacity: .3} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .3} 
  to {opacity: 1}
}

.mbImage {
  margin-top: -10px;
  margin-bottom: 10px;
}

.pin {
    display: none;
}

#image-map{
    position: relative;

}
.tooltip-up, .tooltip-down {
    position: absolute;
    width: 25px;
    height: 37px;
}

.tooltip-down {
    background-position: 0 -37px;
}

.tooltip {
    display: none;
    width: 300px;
    position: absolute;
    top: 10px;
    left: 50%;
    z-index: 999;
    margin-left: -115px;
    padding:15px;
    border-radius: 5px;
    box-shadow: 0 3px 0 rgba(0,0,0,.7);
    background: #D8DDD7;    
}

.tooltip::after {
    content: '';
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -10px;
    border-left: 10px solid transparent;
    border-right : 10px solid transparent;
}

.tooltip-down .tooltip {
    bottom: 12px;
    top: auto;
}

.tooltip-down .tooltip::after {
    bottom: -10px;
    top: auto;
    border-bottom: 0;
}

.tooltip h2 {
    margin: 0 0 10px;
}

.tooltip ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
