/*!
 * Justified Gallery - v3.6.3
 * http://miromannino.github.io/Justified-Gallery/
 * Copyright (c) 2016 Miro Mannino
 * Licensed under the MIT license.
 */

html { overflow-y: scroll; } /*to prevent the loop when the scrollbar appear and disappear*/

.slick-slider .slick-track, .slick-slider .slick-list {

  background-color: #000;
}

.imgwowa {

cursor: default;
position: absolute;
width:100%;
height: 100%;

}

.justifiedGallery .jg-loading-img{
    margin: auto;
    width: 50px;
    height: 50px;
    background:url(../images/loading.gif) no-repeat center center;
}

.imgwo, .imgwo a {

padding-top: 25%;
color: #fff;
background: rgba(0,0,0,0.3);
opacity: 0;
position: absolute;
text-align: center;
width: 100%;
height: 100%;
letter-spacing: 4px;
text-transform: uppercase;
font-size: 10px;
font-family: "a_italic";
cursor: default;


-webkit-transition: opacity 0.28s ease-in-out;
-moz-transition: opacity 0.28s ease-in-out;
-o-transition: opacity 0.28s ease-in-out;
-ms-transition: opacity 0.28s ease-in-out;
transition: opacity 0.28s ease-in-out;


}

.imgwo:hover {

cursor: default;
opacity: 1;

}

a.notnot {

  cursor: default;
}

.justified-gallery {
   left: -10px;
    width: calc(100% + 20px);
    position: relative;
    overflow: hidden;

}
.justified-gallery > a,
.justified-gallery > div {
  position: absolute;
  display: inline-block;
  overflow: hidden;
  /* background: #888888; To have gray placeholders while the gallery is loading with waitThumbnailsLoad = false */
  filter: "alpha(opacity=10)";
  opacity: 0.1;
}
.justified-gallery > a > img,
.justified-gallery > div > img,
.justified-gallery > a > a > img,
.justified-gallery > div > a > img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  padding: 0;
  border: none;
  filter: "alpha(opacity=0)";
  opacity: 0;

}
.justified-gallery > a > .caption,
.justified-gallery > div > .caption {
    opacity: 0;
    position: absolute;
    padding: 22% 4% 4% 4%;
    width: 100%;
    height: 100%;
    background-color: rgba(16, 13, 8, 0.28);
    color: white;
    text-align: center;
    font-size: 16px;
    font-family: "a_italic", Helvetica, Arial, sans-serif;
      -webkit-transition: opacity 177ms ease-in;
  -moz-transition: opacity 177ms ease-in;
  -o-transition: opacity 177ms ease-in;
  transition: opacity 177ms ease-in;
}
.justified-gallery > a > .caption.caption-visible,
.justified-gallery > div > .caption.caption-visible {
  display: initial;
  filter: "alpha(opacity=100)";
  opacity: 1;
  -webkit-transition: opacity 177ms ease-in;
  -moz-transition: opacity 177ms ease-in;
  -o-transition: opacity 177ms ease-in;
  transition: opacity 177ms ease-in;
}
.justified-gallery > .entry-visible {
  filter: "alpha(opacity=100)";
  opacity: 1;
  background: none;
}
.justified-gallery > .entry-visible > img,
.justified-gallery > .entry-visible > a > img {
  filter: "alpha(opacity=100)";
  opacity: 1;
  -webkit-transition: opacity 177ms ease-in;
  -moz-transition: opacity 177ms ease-in;
  -o-transition: opacity 177ms ease-in;
  transition: opacity 177ms ease-in;
}
.justified-gallery > .jg-filtered {
  display: none;
}
.justified-gallery > .spinner {
  position: absolute;
  bottom: 0;
  margin-left: -17px;
  padding: 10px 0 10px 0;
  left: 50%;
  filter: "alpha(opacity=37)";
  opacity: 0.37;
  overflow: initial;
}
.justified-gallery > .spinner > span {
  display: inline-block;
  filter: "alpha(opacity=0)";
  opacity: 0;
  width: 5px;
  height: 5px;
  margin: 0 3px 0 3px;
  background-color: #000;
  border-radius: 100%;
}
