@charset "UTF-8";
/**

*** least.js 2
*** Author: Kamil Czujowski - @kamilczujowski
*** Version: 2.2.0
*** Made with ♥ in Hamburg, Germany.
*** http://kamilczujowski.de
**/
/* @group Gallery */
#least {
  min-width: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  position: relative;
  text-align: center;
  /* @group Fullimage */
  /* @end */
  /* @group Smallimages */
}

#least .least-gallery {
  font-size: 0;
}
#least .least-gallery li, #least .least-gallery2 li, #least .least-gallery3 li {
  position: relative;
  vertical-align: top;
  display: inline-block;
  margin: 0 10px 10px 0;
  /* @end */
}

#least .least-gallery li a {
  position: relative;
  display: block;
  text-decoration: none;
  width: 200px;
  /* Default width: 240px: to edit go to assets/options */
  height: 200px;
  /* Default height: 150px: to edit go to assets/options */
  /* @group Outline */
  -webkit-transition-property: outline-color;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-property: outline-color;
  -moz-transition-duration: 0.3s;
  -moz-transition-timing-function: ease-in-out;
  -ms-transition-property: outline-color;
  -ms-transition-duration: 0.3s;
  -ms-transition-timing-function: ease-in-out;
  -o-transition-property: outline-color;
  -o-transition-duration: 0.3s;
  -o-transition-timing-function: ease-in-out;
  transition-property: outline-color;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  -webkit-backface-visibility: hidden;
  outline-color: white;
  /* @end */
}

#least .least-gallery2 li a {
  position: relative;
  display: block;
  text-decoration: none;
  width: 280px;
  /* Default width: 240px: to edit go to assets/options */
  height: 200px;
  /* Default height: 150px: to edit go to assets/options */
  /* @group Outline */
  -webkit-transition-property: outline-color;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-property: outline-color;
  -moz-transition-duration: 0.3s;
  -moz-transition-timing-function: ease-in-out;
  -ms-transition-property: outline-color;
  -ms-transition-duration: 0.3s;
  -ms-transition-timing-function: ease-in-out;
  -o-transition-property: outline-color;
  -o-transition-duration: 0.3s;
  -o-transition-timing-function: ease-in-out;
  transition-property: outline-color;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  -webkit-backface-visibility: hidden;
  outline-color: white;
  /* @end */
}

#least .least-gallery li a img {
  width: 200px;
  /* Default width: 240px: to edit go to assets/options */
  height: 200px;
  /* Default height: 150px: to edit go to assets/options */
}

#least .least-gallery li a.load:after, #least .least-gallery2 li a.load:after {
  content: url("../images/loading.svg");
  position: absolute;
  top: 60%;
  z-index: 2;
  overflow: hidden;
  margin: -20px 0 0 0;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: white;
  text-shadow: 1px 1px 1px #666666;
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
  line-height: 20px;
  font-weight: 800;
}

#least .least-gallery li a:hover:before {
  content: attr(data-subtitle);
  /* Default text: "View Picture" - to edit go change the attr. "data-subtitle" */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  overflow: hidden;
  letter-spacing: 1px;
  color: white;
  text-shadow: 1px 1px 1px #666666;
  font-family: 'Oswald', sans-serif;
  font-size: 15px;
  line-height: 175px;
  font-weight: 500;
  width: 200px;
  /* Default width: 240px: to edit go to assets/options */
  height: 200px;
  /* Default height: 150px: to edit go to assets/options */
  background: black;
  background: rgba(0, 0, 0, 0.5);
}

#least .least-gallery2 li a:hover:before {
  content: attr(data-subtitle);
  /* Default text: "View Picture" - to edit go change the attr. "data-subtitle" */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  overflow: hidden;
  letter-spacing: 1px;
  color: white;
  text-shadow: 1px 1px 1px #666666;
  font-family: 'Oswald', sans-serif;
  font-size: 15px;
  line-height: 175px;
  font-weight: 500;
  width: 280px;
  /* Default width: 240px: to edit go to assets/options */
  height: 150px;
  /* Default height: 150px: to edit go to assets/options */
  background: black;
  background: rgba(0, 0, 0, 0.5);
}


/* end */
/* @end group */

/*# sourceMappingURL=least.min.css.map */
