/***********/
/**PREFFIX*/
/***********/
/***********/
/**FONTS/
/***********/
/***********/
/**COLORS*/
/***********/
/**************/
/**BREKPOINTS**/
/**************/
/**************/
/**SPACES**/
/**************/
/**************/
/**CONTAINER HEIGHTS**/
/**************/
/**************/
/**CONTAINER WIDTHS**/
/**************/
/**************/
/**GAPS**/
/**************/
/***********/
/**FONT-SIZES*/
/***********/
/***********/
/**PREFFIX*/
/***********/
/***********/
/**FONTS/
/***********/
/***********/
/**COLORS*/
/***********/
/**************/
/**BREKPOINTS**/
/**************/
/**************/
/**SPACES**/
/**************/
/**************/
/**CONTAINER HEIGHTS**/
/**************/
/**************/
/**CONTAINER WIDTHS**/
/**************/
/**************/
/**GAPS**/
/**************/
/***********/
/**FONT-SIZES*/
/***********/
/**
 * fullheight
 */
/**
 * Touch
 */
/**
 * No Touch
 */
/**
 * Touch
 */
/**
 * background-color rgba
 */
/**
 * color rgba
 */
/**
 * breakpoint
 */
.lb-image_map.has-underlay .inner .bg {
  opacity: 0;
}
.lb-image_map.has-underlay .inner .underlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  pointer-events: none;
  line-height: 0;
}
.lb-image_map .inner {
  position: relative;
}
.lb-image_map .inner .bg {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 0;
  line-height: 0;
}
.lb-image_map .inner .overlays .overlay {
  opacity: 0;
  position: absolute;
  pointer-events: none;
  max-width: 140px;
  width: 100%;
  height: auto;
  transition: opacity 0.1s ease-out;
  box-shadow: 4px 5px 15px 0px rgba(0, 0, 0, 0.27);
  line-height: 0;
  font-size: 0;
  transform: translateX(-50%);
  margin-top: 20px;
}
.lb-image_map .inner .overlays .overlay .icon {
  width: 100%;
  height: auto;
  line-height: 0;
  opacity: 0;
}
.lb-image_map .inner .overlays .overlay .icon.show {
  opacity: 1;
}
.lb-image_map .inner .overlays .overlay .icon:not(.first) {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
}
.lb-image_map .inner .overlays .overlay.active {
  opacity: 1;
}