@charset "utf-8";

/* @import url('https://fonts.googleapis.com/css?family=Titillium+Web:300,400,600'); */
/* @import url('https://fonts.googleapis.com/css?family=Anaheim'); */
/* @import url('https://fonts.googleapis.com/css?family=Signika:300,400,600'); */

/* @import url('https://fonts.googleapis.com/css?family=Inconsolata'); */
@import url("https://fonts.googleapis.com/css?family=Poppins:200,300,600");

body,
html {
  /*margin: 0;
  padding: 0;*/
  /* height: 100%;
    width: 100%;
    overflow: hidden; */
}

body {
  /* background: #dad7d7; */
  /*background: #191919;*/
  /* font-family: 'Anaheim', sans-serif; */
  /* font-family: 'Inconsolata', monospace; */
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 14px;
}

* {
  /*box-sizing: border-box;
  margin: 0;
  padding: 0;*/
}

.nodisplay {
  display: none;
}

.invisible {
  visibility: hidden;
}

.contener {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}

.contener > * {
  flex: 0 0 auto;
  flex-basis: auto;
  width: 24vh;
}

.gallery {
  padding: 0;
  border: 1px solid #494949;
  margin: 0.3em 0.3em;
  position: relative;
  max-height: 24vh;
  display: flex;
  overflow: hidden;
  justify-content: center;
}

.gallery a {
  display: flex;
  font-size: 0;
  margin: 0 auto;
  justify-content: center;
}

.gallery a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

.gallery a:hover:before {
  display: none;
}
.gallery a:hover > ul {
  display: none;
}

.gallery a img {
  /* object-fit: contain; */
  width: auto;
  height: 100%;
}

.gallery a ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  top: 5%;
  left: 5%;
  width: 90%;
}

.gallery a ul li {
  font-size: 10pt;
  color: #ffffff;
  font-weight: bold;
}

.gallery a ul li.filename {
  font-weight: normal;
  word-wrap: break-word;
}

.navigation {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: center;
  margin: 1em 0;
  height: 2rem;
}

.navigation2 {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: center;
  margin: 1em 0;
  height: 2rem;
}

.navigation > * {
  height: 100%;
  border: 0;
  align-self: stretch;
  flex-wrap: wrap;
  margin: 0 0.3rem;
}

.navigation input {
  align-self: stretch;
  flex-wrap: wrap;
  display: flex;
  height: 100%;
  border: 0;
}

button {
  font-size: 1em;
  font-weight: bold;
  cursor: pointer;
  padding: 0.3em 0.5em;
  border: 0;
}

.contenerslide {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  /* visibility: hidden; */
  display: none;
  background-color: #0000005b;
}

.contenerslide > * {
  visibility: inherit;
}

.contslide {
  position: absolute;
  width: 90vh;
  height: 90vh;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid #767676;
}

.splide{
  height: 100%;
}

.splide__track {
  height: 100%;
  width: 100%;
}

.splide__list {
  height: 100%;
  width: 100%;
}

.splide__slide {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  background-color: #191919;
  flex-wrap: wrap;
}

.splide__slide img{
  position: relative;
  width: 100%  !important;
  height: auto  !important;
  object-fit: cover;
}

.thumbs {
  position: absolute;
  display: flex;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  flex-direction: column;
}

.thumbs:hover {
  cursor: pointer;
}

.thumbs .thumb {
  position: relative;
  display: flex;
  max-width: 60%;
  align-items: center;
  justify-content: center;
  /* align-content: space-between; */
  flex-wrap: wrap;
  /* overflow: hidden; */
}

.thumbs .thumb a {
  display: flex;
  position: relative;
  align-self: stretch;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  /* width: calc(25% - 6px); */
  width:200px;
  height:200px;
  overflow: hidden;
  line-height: 0;
  border: 1px solid #767676;
  margin: 3px 3px;
  background-color: #191919;
}

.thumbs .thumb a:hover {
  border: 1px solid #ffffff;
}

.thumbs .thumb a img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.thumbs .thumbinfo {
  display: flex;
  width: 60%;
  color: #ffffff;
  border: 1px solid #767676;
  border-radius: 6px;
  margin: 5px 5px;
  padding: 6px 6px;
  background-color: black;
}

.thumbs .thumbinfo ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.thumbs .thumbinfo ul li {
  padding: 3px 0 0 3px;
}

.thumbs .thumbinfo ul li a{
  color:#ffffff;
}

.thumbs .thumbinfo ul li .label {
  color: #aeaeae;
}
/* .thumbs .thumb:after {
  content: "";
  flex: auto;
} */

/* ul li img {
	width: 100%;
	height: auto;
} */
