


.gallery-outer .row > .column {
  padding: 0 8px;
}

.gallery-outer .row{
	margin-bottom:30px;
}

.gallery-outer .row:after {
  content: "";
  display: table;
  clear: both;
}

.gallery-outer .column {
  float: left;
  width: 25%;
}

/* The Modal (background) */
.gallery-outer .modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
.gallery-outer .modal-content {
  position: relative;
  background-color: #000;
  margin: auto;
  padding: 0;
  width: 100%;
  max-width: 800px;
}

/* The Close Button */
.gallery-outer .close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.gallery-outer .close:hover,
.gallery-outer .close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.gallery-outer .mySlides {
  display: none;
}

.gallery-outer .cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.gallery-outer .prev,
.gallery-outer .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  background-color: rgba(0, 0, 0, 0.5);
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.gallery-outer .next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.gallery-outer .prev:hover,
.gallery-outer .next:hover {
  background-color: rgba(0, 0, 0, 0.9);
}

/* Number text (1/3 etc) */
.gallery-outer .numbertext {
  color: #f2f2f2;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

.gallery-outer img {
  margin-bottom: -4px;
}

.gallery-outer .demo {
  opacity: 0.6;
}

.gallery-outer .active,
.gallery-outer .demo:hover {
  opacity: 1;
}

.gallery-outer img.hover-shadow {
  transition: 0.3s;
}

.gallery-outer .hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}