@charset "UTF-8";

* {
  border: 0;
  margin: 0;
  padding: 0;
  outline: 0;
}

html,
body {
  width: 100%;
  height: 100%;
}

img {
  border: 0;
}

#least {
  min-width: 100%;
  width: 100%;
  padding: 0;
  position: relative;
  text-align: center;
}

#least .least-preview {
  background-color: black;
  margin-bottom: 30px;
  display: none;
  margin-bottom: 100%;
  overflow: hidden;
}

#least .least-preview img {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  display: block;
}

#least .least-preview .close {
  background-size: 100%;
  background-image: url("../img/close.svg");
  width: 30px;
  height: 30px;
  display: block;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
}

#least .least-preview article {
  max-width: 960px;
  margin: 0 auto;
  text-align: left;
  position: relative;
  top: 20px;
  font-family: 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
}

#least .least-preview article strong {
  font-weight: 800;
}

#least .least-gallery {
  font-size: 0;
}

#least .least-gallery li {
  position: relative;
  display: inline-block;
  margin: 5px 5px 5px 0;
}

#least .least-gallery li a {
  position: relative;
  display: block;
  text-decoration: none;
  width: 240px;
  height: 150px;
  -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;
}

#least .least-gallery li a img {
  width: 240px;
  height: 150px;
}

#least .least-gallery li a.load:after {
  content: url("../img/loading.svg");
  position: absolute;
  top: 50%;
  left: 20px;
  right: 20px;
  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: 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 30px;
  line-height: 30px;
  font-weight: 800;
}

#least .least-gallery li a:hover:before {
  content: 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: 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 15px;
  line-height: 175px;
  font-weight: 200;
  width: 240px;
  height: 150px;
  background: black;
  background: rgba(0, 0, 0, 0.5);
}

#least .least-gallery li a:hover:after {
  content: attr(title);
  position: absolute;
  top: 50%;
  left: 20px;
  right: 20px;
  z-index: 2;
  overflow: hidden;
  margin: -30px 0 0 0;
  border-bottom: 2px solid;
  border-color: white;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px #666666;
  letter-spacing: 1px;
  color: white;
  font-family: 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
}