/*!
  ImageLinks - jQuery Interactive Image
  @name imagelinks.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-reset-styles div,
.imgl-reset-styles span,
.imgl-reset-styles object,
.imgl-reset-styles iframe,
.imgl-reset-styles embed,
.imgl-reset-styles h1,
.imgl-reset-styles h2,
.imgl-reset-styles h3,
.imgl-reset-styles h4,
.imgl-reset-styles h5,
.imgl-reset-styles h6,
.imgl-reset-styles p,
.imgl-reset-styles blockquote,
.imgl-reset-styles pre,
.imgl-reset-styles abbr,
.imgl-reset-styles address,
.imgl-reset-styles cite,
.imgl-reset-styles code,
.imgl-reset-styles del,
.imgl-reset-styles dfn,
.imgl-reset-styles em,
.imgl-reset-styles img,
.imgl-reset-styles ins,
.imgl-reset-styles kbd,
.imgl-reset-styles q,
.imgl-reset-styles samp,
.imgl-reset-styles small,
.imgl-reset-styles strong,
.imgl-reset-styles sub,
.imgl-reset-styles sup,
.imgl-reset-styles var,
.imgl-reset-styles b,
.imgl-reset-styles i,
.imgl-reset-styles dl,
.imgl-reset-styles dt,
.imgl-reset-styles dd,
.imgl-reset-styles ol,
.imgl-reset-styles ul,
.imgl-reset-styles li,
.imgl-reset-styles fieldset,
.imgl-reset-styles form,
.imgl-reset-styles label,
.imgl-reset-styles legend,
.imgl-reset-styles table,
.imgl-reset-styles caption,
.imgl-reset-styles tbody,
.imgl-reset-styles tfoot,
.imgl-reset-styles thead,
.imgl-reset-styles tr,
.imgl-reset-styles th,
.imgl-reset-styles td,
.imgl-reset-styles article,
.imgl-reset-styles aside,
.imgl-reset-styles canvas,
.imgl-reset-styles details,
.imgl-reset-styles figcaption,
.imgl-reset-styles figure,
.imgl-reset-styles footer,
.imgl-reset-styles header,
.imgl-reset-styles hgroup,
.imgl-reset-styles menu,
.imgl-reset-styles nav,
.imgl-reset-styles section,
.imgl-reset-styles summary,
.imgl-reset-styles time,
.imgl-reset-styles mark,
.imgl-reset-styles audio,
.imgl-reset-styles video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}
.imgl-clear-fix {
  *zoom: 1;
}
.imgl-clear-fix:before,
.imgl-clear-fix:after {
  display: table;
  content: "";
  line-height: 0;
}
.imgl-clear-fix:after {
  clear: both;
}
.imgl {
  position: relative;
}
.imgl .imgl-img {
  -webkit-animation: imagelinks-animation-trigger 0.001s;
  animation: imagelinks-animation-trigger 0.001s;
}
.imgl .imgl-view {
  color: #333333;
  font-family: sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-height: 1;
  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;
  position: absolute;
  outline: none;
}
.imgl .imgl-view div,
.imgl .imgl-view span,
.imgl .imgl-view object,
.imgl .imgl-view iframe,
.imgl .imgl-view embed,
.imgl .imgl-view h1,
.imgl .imgl-view h2,
.imgl .imgl-view h3,
.imgl .imgl-view h4,
.imgl .imgl-view h5,
.imgl .imgl-view h6,
.imgl .imgl-view p,
.imgl .imgl-view blockquote,
.imgl .imgl-view pre,
.imgl .imgl-view abbr,
.imgl .imgl-view address,
.imgl .imgl-view cite,
.imgl .imgl-view code,
.imgl .imgl-view del,
.imgl .imgl-view dfn,
.imgl .imgl-view em,
.imgl .imgl-view img,
.imgl .imgl-view ins,
.imgl .imgl-view kbd,
.imgl .imgl-view q,
.imgl .imgl-view samp,
.imgl .imgl-view small,
.imgl .imgl-view strong,
.imgl .imgl-view sub,
.imgl .imgl-view sup,
.imgl .imgl-view var,
.imgl .imgl-view b,
.imgl .imgl-view i,
.imgl .imgl-view dl,
.imgl .imgl-view dt,
.imgl .imgl-view dd,
.imgl .imgl-view ol,
.imgl .imgl-view ul,
.imgl .imgl-view li,
.imgl .imgl-view fieldset,
.imgl .imgl-view form,
.imgl .imgl-view label,
.imgl .imgl-view legend,
.imgl .imgl-view table,
.imgl .imgl-view caption,
.imgl .imgl-view tbody,
.imgl .imgl-view tfoot,
.imgl .imgl-view thead,
.imgl .imgl-view tr,
.imgl .imgl-view th,
.imgl .imgl-view td,
.imgl .imgl-view article,
.imgl .imgl-view aside,
.imgl .imgl-view canvas,
.imgl .imgl-view details,
.imgl .imgl-view figcaption,
.imgl .imgl-view figure,
.imgl .imgl-view footer,
.imgl .imgl-view header,
.imgl .imgl-view hgroup,
.imgl .imgl-view menu,
.imgl .imgl-view nav,
.imgl .imgl-view section,
.imgl .imgl-view summary,
.imgl .imgl-view time,
.imgl .imgl-view mark,
.imgl .imgl-view audio,
.imgl .imgl-view video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}
.imgl .imgl-view .imgl-hotspots {
  position: relative;
  width: 100%;
  height: 100%;
}
.imgl .imgl-view .imgl-hotspots .imgl-hotspot-custom {
  position: absolute;
  z-index: 2;
}
.imgl .imgl-view .imgl-hotspots .imgl-hotspot {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  cursor: pointer;
}
.imgl .imgl-view .imgl-hotspots .imgl-hotspot-image {
  position: relative;
}
.imgl .imgl-view .imgl-hotspots .imgl-hotspot-image img {
  display: block;
  max-width: none;
  border: none;
}
.imgl .imgl-view .imgl-hotspots .imgl-hotspot-link,
.imgl .imgl-view .imgl-hotspots .imgl-hotspot-link a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.imgl .imgl-view .imgl-hotspots .imgl-hotspot-link a {
  border: none;
  text-decoration: none;
}
.imgl .imgl-view .imgl-hotspots .imgl-hotspot-data {
  position: absolute;
  top: 0;
  left: 0;
}
.imgl .imgl-view .imgl-popover {
  filter: alpha(opacity=0);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  position: absolute;
  z-index: 2;
}
.imgl .imgl-view .imgl-popover.imgl-active {
  filter: alpha(opacity=100);
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.imgl .imgl-view .imgl-popover .imgl-content {
  *zoom: 1;
}
.imgl .imgl-view .imgl-popover .imgl-content:before,
.imgl .imgl-view .imgl-popover .imgl-content:after {
  display: table;
  content: "";
  line-height: 0;
}
.imgl .imgl-view .imgl-popover .imgl-content:after {
  clear: both;
}
.imgl .imgl-view.imgl-hotspot-setup {
  cursor: crosshair;
}
@-webkit-keyframes imagelinks-animation-trigger {
  from {
    opacity: 0.99;
  }
  to {
    opacity: 1;
  }
}
@keyframes imagelinks-animation-trigger {
  from {
    opacity: 0.99;
  }
  to {
    opacity: 1;
  }
}
