* {box-sizing: border-box;}
.row > .column {}
.row:after {content: "";display: table;clear: both;}
.column {float: left;width: 33.3%;}

/* The Modal (background) */
.modal {
	position: fixed;
	background: rgba(0, 0, 0, 0.9);
	top: 0px;
	width: 100%;
	height: 100%;
	right: 0px;
	z-index: 100000;
	padding: 20px 60px 60px;
	display:none;
	overflow:hidden;
}

/* Modal Content */
.modal-content {position: relative;background-color: #fefefe;margin: 25px auto 0px;padding: 0;width: 90%;max-width: 1200px;height: 86vh;}

/* The Close Button */
.close {color: white;position: absolute;top: 10px;right: 25px;font-size: 35px;font-weight: bold;}
.close:hover,
.close:focus {color: #999;text-decoration: none;cursor: pointer;}
.mySlides {display: none;}
.cursor {cursor: pointer}
/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: #fff !important;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(255, 255, 255, 0.8) !important;
  color:black !important;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 17px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

img {margin-bottom: -4px;}
.caption-container {text-align: center;background-color: black;padding: 2px 16px;color: white;}
.demo {opacity: 0.6;}
.active,
.demo:hover {opacity: 1;}
img.hover-shadow {transition: 0.3s}
.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);}

/**/
.photos{background:#fff;overflow:hidden;}
.photos .thumbnail{padding:0px;height:290px;border-radius:0px;border:0px;margin:0px;}
.photos .thumbnail img{width:100%;height:100%;}
.photos .thumbnail .hver img{width:100px;height:auto;}
.photos .thumbnail .hver{
	position: absolute;
	top: 0px;
	opacity:0;
	background: rgba(0, 0, 0, 0.55);
	height: 100%;
	width: 100%;
	text-align:center;
	color:white;
	padding:70px 20px 20px;
	font-size:20px;
	text-transform:uppercase;
	-webkit-transition:all 1s ease;
	-o-transition:all 1s ease;
	-moz-transition:all 1s ease;
	transition:all 1s ease;
}
.photos .thumbnail:hover .hver{
opacity:100	;
-webkit-transition:all 1s ease;
-o-transition:all 1s ease;
-moz-transition:all 1s ease;
transition:all 1s ease;
}

.pp .pop-over {width:100%;}
.pp .pop-over .close{
text-align: right;opacity: 1;color: white;padding: 0px 15px;background: #325B40;height: 41px;
	-webkit-transition:all .3s ease-in;
	-moz-transition:all .3s ease-in;
	-o-transition:all .3s ease-in;
	transition:all .3s ease-in;
}
.pp .pop-over .thumb {padding:10px;overflow: hidden;background: rgba(0, 0, 0, 1);margin:0px;border:0px;border-radius:0px;height: 86vh;}
.pp .pop-over .thumb img {max-height: 550px;max-width: 100%;height:84vh;}
.pp .pop-over .thumb span {
	color: white;
	text-transform: uppercase;
	padding: 5px 20px;
	position: absolute;
	left: 125px;
	bottom: 65px;
	font-size:20px;
}.pp .pop-over .thumb span::after {
	content: "";
	background: white;
	width: 64px;
	height: 2px;
	position: absolute;
	top: 19px;
	right: -50px;
}
.pp .pop-over .close:hover{
	color: #325B40;background:white;
	-webkit-transition:all .3s ease-in;
	-moz-transition:all .3s ease-in;
	-o-transition:all .3s ease-in;
	transition:all .3s ease-in;
}
/**/