.close.icon {
  color: #000;
  position: absolute;
  margin-top: 0;
  margin-left: 0;
  width: 25px;
  height: 25px;
  cursor: pointer;
}

.close.icon:before {
  content: '';
  position: absolute;
  top: 10px;
  width: 30px;
  height: 2px;
  background-color: currentColor;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.close.icon:after {
  content: '';
  position: absolute;
  top: 10px;
  width: 30px;
  height: 2px;
  background-color: currentColor;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#revolightbox, #revolightboxMap {
    display: none;
    position: fixed;
    top: 25px;
    /*bottom: 6px;*/
    left: 15%;
    right: 15%;
    max-height: calc(100vh - 35px);
    height: fit-content;
    background-color: #fff;
    box-shadow: 1px 1px 15px #555;
    z-index: 50000;
}

#revolightboxMap {
    height: calc(100vh - 35px);
}
    
#revolightbox.strong, #revolightboxMap.strong {
    padding-top: 0px;
    top: 10px;
    left: 1%;
    right: 1%;
    width: 98%;
    margin: 0 auto;
    max-width: 1150px;
}

#revolightbox .container, #revolightboxMap .container {
    display: block;
    /*width: 100%;*/
    max-height: calc(100vh - 35px);
    height: fit-content;
    overflow-y: auto;
    scrollbar-width: thin;
}

#revolightboxMap .container .label  {
    margin: 20px;
    color: #000;
    text-align: center;
}

#revolightboxMap .container .label h4 {
    color: #000;
}

#revolightboxMap.strong {
    padding-top: 0px;
    top: 10px;
    left: 1%;
    right: 1%;
    width: 98%;
    margin: 0 auto;
    max-width: 1150px;
}

#revolightboxMap button {
    padding: 0 !important;
}

#revolightbox-close, #revolightbox-close-map {
    position: fixed;
    top: 0;
    right: calc(15% - 15px);
    width: 60px;
    height: 60px;
    border-radius: 30px;
    background-color: #fff;
    z-index: 50001;
}

#revolightbox .close.icon, #revolightboxMap .close.icon {
  color: #000;
}

#revolightbox .close.icon:hover::before, #revolightboxMap .close.icon:hover::before {
  box-shadow: 0 0 15px #aaa;
}

#revolightbox .close.icon:hover::after, #revolightboxMap .close.icon:hover::after {
  box-shadow: 0 0 15px #aaa;
}

#revolightbox .close.icon:active::before, #revolightboxMap .close.icon:active::before {
  box-shadow: 0 0 6px #aaa;
}

#revolightbox .close.icon:active::after, #revolightboxMap .close.icon:active::after {
  box-shadow: 0 0 6px #aaa;
}

#revolightbox h1, #revolightboxMap h1 {
  width: 90%;
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
}

#revolightbox hr, #revolightboxMap hr {
  border-color: #000;
}

#maposm.strongbox {
    position: absolute;
    top: 140px;
    bottom: 20px;
    left: 20px;
    right: 20px;
    width: inherit;
    height: calc(100% - 160px);
    border-radius: 0 0 5px 5px;
}

#maposm.strongbox canvas {
    border-radius: 0 0 20px 20px;
}

#maposm.strongbox .ol-attribution.ol-uncollapsible {
    border-radius: 4px 0 20px 0;
}

#revolightbox-modalbg {
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,.3);
    z-index: 2999;
}

#revolightbox-modalbg .center {
    position: absolute;
    top: 45%;
    margin: 0 calc(50% - 100px);
    width: 200px;
    text-align: center;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

body.preventscroll {
	overflow: hidden;
}

@media only screen and (max-width: 1080px) {
    #revolightbox, #revolightboxMap {
        left: 8%;
        right: 8%;
    }

}
