﻿.files-list {
  overflow: hidden;
}
.files-list .file {
  cursor: pointer;
  font-size: 12px;
  float: left;
  margin: 0 4% 15px 0;
  position: relative;
  width: 29%;
}
.files-list .file img {
  display: block;
  width: 100%;
}
.files-list .file > div {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.files-list .file .selected {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.7;
  position: absolute;
  right: 0;
  top: 0;
}
.files-list .file .selected .fa,
.files-list .file .selected .number {
  font-size: 50px;
  text-align: right;
  width: 100%;
}
.files-list .file .selected .number {
  display: block;
  font-family: Calibri, Arial, Verdana;
  line-height: 45px;
  padding-right: 10px;
}
.files-list input.check {
  display: none;
}
.gallery-block {
  clear: both;
  padding: 0 0 0 5px;
  overflow: hidden;
  width: 100%;
}
.gallery-block .image-container {
  float: left;
  margin: 0;
  padding: 0;
}
.gallery-block .imagelightbox {
  padding: 0;
}
.gallery-block .imagelightbox img {
  padding: 15px;
  width: 100%;
}
.tp-col-12 {
  width: 100%;
}
.tp-col-6 {
  width: 50%;
}
.tp-col-4 {
  width: 33.3333%;
}
.tp-col-3 {
  width: 25%;
}
#imagelightbox {
  cursor: pointer;
  position: fixed;
  z-index: 10000;
  -ms-touch-action: none;
  touch-action: none;
  -moz-box-shadow: 0 0 3.125em rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 0 0 3.125em rgba(0, 0, 0, 0.75);
  box-shadow: 0 0 3.125em rgba(0, 0, 0, 0.75);
  /* 50 */
}
.photoswipe {
  display: block;
  overflow: hidden;
}
.photoswipe img {
  padding: 5px 5px 0 0;
  width: 100%;
}
@media (max-width: 767px) {
  .tp-col-4,
  .tp-col-3 {
    width: 50%;
  }
}