.interactive-image {
  position: relative;
/*  z-index: 8;*/
  caret-color: transparent;
  cursor: default; 
}

  .interactive-image .hotspot {
    position: absolute;
    z-index: 16;
    width: 30px;
    height: 30px;
    color: white;
    display: block!important;
    cursor: pointer;
    font-size: 28px; 
  }

.interactive-image .hotspot:hover {
      text-shadow: 0 0 3px white; 
}

  .interactive-image .arrow-up {
    position: absolute;
    top: -7px;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid white; 
  }

  .interactive-image .picture {
    max-width: 100%;
    max-height: 98px;
    margin-bottom: 6px !important;
    object-fit: cover;
  }
  .interactive-image .item {
    position: absolute;
    z-index: 32;
    background-color: white;
    color: black;
    min-width: 100px;
    max-width: 220px;
    min-height: 60px;
    height: auto;
    display: none;
    text-align: center;
    border-radius: 2px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.6); 
    margin-left: 10px;  
  }

.interactive-image .text-item {padding: 10px 10px 20px 10px;}

.interactive-image .text-item .title {
    font-size: 16px;
    width: 100%;
    text-align: center;
    font-variant: small-caps;
    font-weight:600;
    display: inline-block;
    font-family:'Cinzel', serif;
    }
    

.interactive-image .text-item .description {
    text-align: center;
    font-size: 12px;
    font-weight: normal;
    margin-top: 5px;
    margin-bottom: 0;
    line-height: 15px;
    color:#464646;
}
.interactive-image .text-item .picture {
    margin-top: 0;
    margin-bottom: -2px;
    }
.interactive-image .text-item a {
    text-decoration: none;
    color: #fffdfd !important;
    display: block;
    margin-top: 10px;
    background: #9c7c0c;
    width: 138px;
    text-align: center;
    margin: 0 auto;
    padding: 8px 15px;
    display: inline-block;
    border-radius: 30px;
    margin-top: 15px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
    }
.interactive-image .text-item a:visited {
      color: black; }
.interactive-image .text-item a:hover {
      color: black; }
.interactive-image .text-item a:active {
      color: black; }

.interactive-image .picture-item {
      position: relative;
      max-width: 200px;
      max-height: 200px;
      margin: 15px; }

.interactive-image .picture-item::before {
    content: attr(data-caption);
    position: absolute;
    background: rgba(0, 0, 0, 0.6);
    color: white;
    padding: 5px;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    font-size: 12px;}

.interactive-image .picture-item .picture {margin-bottom: -4px; }

@font-face {
    font-family: 'icomoon';
    src:url(fonts/interactive-image-icomoon.html);
    src:url(fonts/interactive-image-icomoond41d.html?#iefix1pmg9t) format('embedded-opentype'),
    url(fonts/interactive-image-icomoon-2.html) format('truetype'),
    url(fonts/interactive-image-icomoon-3.html) format('woff'),
    url(fonts/interactive-image-icomoon-4.html#icomoon) format('svg');
    font-weight: normal;
    font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-radio-checked:before {
    content: "";
    width:50px;
    height: 50px;
    background-image: url(map.svg);
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
}

/*# sourceMappingURL=interactive-image.css.map*/