/*!
  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.4.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-animation: imagelinks-hotspot-dots 2s infinite ease-out;
  animation: imagelinks-hotspot-dots 2s infinite ease-out;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  width: 12px;
  height: 12px;
  background: #fb5302;
  border: 3px 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: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.8);
  border: 1px solid rgba(0, 0, 0, 0.9);
  font-size: 14px;
}
.imgl-view.imgl-theme-dots .imgl-popover.imgl-popover-top {
  margin-top: -10px;
}
.imgl-view.imgl-theme-dots .imgl-popover.imgl-popover-right {
  margin-left: 10px;
}
.imgl-view.imgl-theme-dots .imgl-popover.imgl-popover-bottom {
  margin-top: 10px;
}
.imgl-view.imgl-theme-dots .imgl-popover.imgl-popover-left {
  margin-left: -10px;
}
.imgl-view.imgl-theme-dots .imgl-popover.imgl-popover-top-right {
  margin-top: 12px;
  margin-left: -12px;
}
.imgl-view.imgl-theme-dots .imgl-popover.imgl-popover-top-left {
  margin-top: 12px;
  margin-left: 12px;
}
.imgl-view.imgl-theme-dots .imgl-popover.imgl-popover-bottom-right {
  margin-top: -12px;
  margin-left: -12px;
}
.imgl-view.imgl-theme-dots .imgl-popover.imgl-popover-bottom-left {
  margin-top: -12px;
  margin-left: 12px;
}
.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: 20px;
}
.imgl-view.imgl-theme-dots .imgl-popover.imgl-close .imgl-content {
  padding: 20px;
}
@-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);
  }
}
