/*!
  ImageLinks - jQuery Interactive Image
  @name imagelinks.theme.dots.css
  @description A jQuery plugin for creating an interactive image for news, posters, albums and etc
  @version 1.3.0
  @author Max Lawrence 
  @site http://www.avirtum.com
  @copyright (c) 2016 Max Lawrence (http://www.avirtum.com)
*/
.imgl-view.imgl-theme-dots .imgl-hotspots .imgl-hotspot {

  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  width: 10px;
  height: 10px;
 
  border: 2px solid #ffffff;
  border-radius: 50%;
}
.imgl-view.imgl-theme-dots .imgl-popover {
  font-family: sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-height: 1.2;
  line-break: auto;
  text-align: center;
 
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  max-width: 300px;

  color: #ffffff;
 text-shadow: 0px 0px 4px #0b0b0b; /* the color is absent */
  font-size: 12px;
}
.imgl-view.imgl-theme-dots .imgl-popover.imgl-popover-top {
  margin-top: -5px;
}
.imgl-view.imgl-theme-dots .imgl-popover.imgl-popover-right {
  margin-left: 5px;
}
.imgl-view.imgl-theme-dots .imgl-popover.imgl-popover-bottom {
  margin-top: 5px;
}
.imgl-view.imgl-theme-dots .imgl-popover.imgl-popover-left {
  margin-left: -5px;
}
.imgl-view.imgl-theme-dots .imgl-popover.imgl-popover-top-right {
  margin-top: 8px;
  margin-left: -8px;
}
.imgl-view.imgl-theme-dots .imgl-popover.imgl-popover-top-left {
  margin-top: 8px;
  margin-left: 8px;
}
.imgl-view.imgl-theme-dots .imgl-popover.imgl-popover-bottom-right {
  margin-top: -8px;
  margin-left: -8px;
}
.imgl-view.imgl-theme-dots .imgl-popover.imgl-popover-bottom-left {
  margin-top: -8px;
  margin-left: 8px;
}
.imgl-view.imgl-theme-dots .imgl-popover.imgl-close .imgl-close {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 16px;
  height: 16px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNnB4IiBoZWlnaHQ9IjE2cHgiPjxwYXRoIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIzIiBkPSJNMy4yNjEsMy4yNjJsOS40NzgsOS40NzcgTTEyLjczOCwzLjI2MmwtOS40NzgsOS40NzciLz48L3N2Zz4=);
  cursor: pointer;
  opacity: 0.4;
}
.imgl-view.imgl-theme-dots .imgl-popover.imgl-close .imgl-close:hover {
  opacity: 0.8;
}
.imgl-view.imgl-theme-dots .imgl-popover .imgl-content {
  padding: 10px;
}
.imgl-view.imgl-theme-dots .imgl-popover.imgl-close .imgl-content {
  padding: 10px;
}
@-webkit-keyframes imagelinks-hotspot-dots {
  0% {
    -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.8);
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.8);
  }
  100% {
    -webkit-box-shadow: 0 0 1px 5px rgba(0, 0, 0, 0);
    box-shadow: 0 0 1px 5px rgba(0, 0, 0, 0);
  }
}
@keyframes imagelinks-hotspot-dots {
  0% {
    -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.8);
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.8);
  }
  100% {
    -webkit-box-shadow: 0 0 1px 5px rgba(0, 0, 0, 0);
    box-shadow: 0 0 1px 5px rgba(0, 0, 0, 0);
  }
}
