#map-content div.life-radom-mapy {
    top: 10px;
    right: 10px;
    position: absolute;
    z-index: 1000;
    margin-left: calc(50% - 100px);
    background: rgba(255, 255, 255, 0.6);
    padding: 5px;
    border-radius: 5px;
    color: rgb(50, 50, 50);
}

#map-content div.life-radom-mapy span#projekty {
  font-size: 14px;
  cursor: pointer;
}

#map-content div#my-legend-items-container {
  margin: 5px;
}

#map-content div.life-radom-mapy div.my-legend-item {
  background: rgba(255, 255, 255, 0.7);
}

#map-content div.life-radom-mapy h4 {
  margin: 0px;
  font-size: 12px;
  font-weight: bold;
}

/* wysuwany kontenr */
#map-content div.life-radom-mapy .activator {
  height: 200px;
  width: 200px;
  float: left;
  display: block;
}

.content {
  display: none;
  margin: 15px;
}
.activator:hover {
  width: 500px;
  height: 500px;
}
.activator:hover .content {
  display: block;
}
.activator:hover .img {
  float: left;
}





/* moje  */
 
  .button-5 {
    align-items: center;
    background-clip: padding-box;
    background-color: #f6821f;
    border: 1px solid transparent;
    border-radius: .25rem;
    box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font-size: 16px;
    font-weight: 600;
    justify-content: center;
    line-height: 1.25;
    min-height: 3rem;
    padding: calc(.875rem - 1px) calc(1.5rem - 1px);
    position: relative;
    text-decoration: none;
    transition: all 250ms;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: baseline;
    width: 100%;
    height: auto;
  }
  
  .button-5:hover,
  .button-5:focus {
    background-color: #ef4224;
    box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
  }
  
  .button-5:hover {
    transform: translateY(-1px);
  }
  
  .button-5:active {
    background-color: #ef4224;
    box-shadow: rgba(0, 0, 0, .06) 0 2px 4px;
    transform: translateY(0);
  }
  
  .button-1 {
    align-items: center;
    background-clip: padding-box;
    background-color: #034da2;
    border: 1px solid transparent;
    border-radius: .25rem;
    box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font-size: 16px;
    font-weight: 600;
    justify-content: center;
    line-height: 1.25;
    min-height: 3rem;
    padding: calc(.875rem - 1px) calc(1.5rem - 1px);
    position: relative;
    text-decoration: none;
    transition: all 250ms;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: baseline;
    width: 100%;
    height: auto;
  }
  
  .button-1:hover,
  .button-1:focus {
    background-color: #034da2;
    box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
  }
  
  .button-1:hover {
    transform: translateY(-1px);
  }
  
  .button-1:active {
    background-color: #034da2;
    box-shadow: rgba(0, 0, 0, .06) 0 2px 4px;
    transform: translateY(0);
  }



  a:link {
    text-decoration: none;
  }
  /* visited link */
  a:visited {
  }
  /* mouse over link */
  a:hover {
    color: white;
    text-decoration: none;
  }
  /* selected link */
  a:active {
    color: white;
    text-decoration: none;
  }
  
  
  
  
