@charset "UTF-8";
/* CSS Document */
/*
body{font-family: Verdana, sans-serif; margin: 0;}
* {box-sizing: border-box;}
*/

.row > .column {
    padding: 0 8px;
}
.row:after {
  content: "";
  display: table;
  clear: both;
}
.column {
  float: left;
  width: 25%;
}
.colThumb8 {
	float: left;
	width: 12.5%;
}
/* The Modal (background) */
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 20px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #000000;
    z-index: 900;
}
/* Modal Content */
.modal-content {
    margin-top: 50px;
    background-color: none;	
    width: 100%;
    height: calc(98vh - 55px);
}
.mySlides {display: none;}
.mySlides > img {
	position: relative;
	padding: 8px;
    max-width: 97vw;
    max-height: calc(97vh - 85px);
}
.mySlides .roundedCorners {
    border-radius: 16px;
}
/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 5px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}
.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}
.cursor {
    cursor: pointer;
}
/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 40px;
  width: auto;
  padding: 15px;
  color: white;
  background-color: none;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}
.next {
  right: 16px;
}
.prev {
  left: 16px;	
}
/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}
/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(50, 50, 50, 0.8);
}
/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 10px;
  left: 5px;
}
.caption-container {
	position: absolute;
	z-index: 50;
	bottom: 47px;
	left: 5%;
	width: 90%;
    text-align: center;
    color: #000000;
	background-color: hsla(0,0%,75%,0.53);
    border-radius: 6px;
}
.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);
}
@media screen and (orientation: landscape){
    .caption-container {
        bottom: 3px;
/*        height: 2em;*/
    }
}
@media screen and (min-width:670px){
	.caption-container {
		top: 40px;
		height: 59px;
		z-index: 0;
		left: 8%;
		width: 84%;
	  	color: #CCCCCC;
		background-color: none;
        border: 2px solid black;
	}
}