@charset "utf-8";
/* CSS Document */

/* Start Gallery */

.container *, .white-box *, .thumbnails *, .is-active *, .thumb-image *, .item-hugger *, #img-gallery-box img * {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
#img-gallery-box {
    width: 94.7%;
    float: right;
    margin: 0px 0 0 0;
    border-bottom: 1px solid #e7e7e7;
    border-left: 1px solid #e7e7e7;
    border-right: 1px solid #e7e7e7;
}
#img-gallery-box img {
	max-width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-height:400px;
}
.container {
	position: relative;
	
}
.thumbnails {
	margin-left: -29px;
	list-style: none;
	font-size: 0;
}
.thumbnails li {
    display: inline-block;
    margin-left: 20px;
    text-align: center;
    /* vertical-align: middle; */
    width: 13.5%;
}
.thumbnails li:hover .item-hugger {
	box-shadow: 0px 2px 7px 0px #565656;
}
.thumbnails li:hover .item-hugger .title {
	color: #000;
}
.thumbnails input[name="select"] {
	display: none;
}
.thumbnails .item-hugger {
	position: relative;
    height: auto;
    /*border:1px solid #cccccc;*/
    margin: 10px 0 0;
    /* background: #f2f2f2; */
    transition: all 150ms ease-in-out;
}
.thumbnails label {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	cursor: pointer;
}
.thumbnails .title {
	padding: 20px 0 0;
  	font-size: 18px;
  	color: #555;
  	transition: all 150ms linear;
  	-moz-transition: all 150ms linear;
  	-webkit-transition: all 150ms linear;
  	-ms-transition: all 150ms linear;
  	-o-transition: all 150ms linear;
}
.thumbnails .thumb-image {
	height: 88px;
    padding: 0px 0;
    width: 100% !important;
}
.thumbnails .content {
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 500px;
	padding: 50px;
	opacity: 0;
	transition: all 150ms linear;
	display: block;
	justify-content: center;
}
.thumbnails .content .title {
	font-size: 60px;
	font-weight: 400;
	display: inline-block;
	color: #555;
	border-bottom: 6px solid #fe7701;
	padding: 50px 10px 0;
	text-transform: uppercase;
}
.thumbnails input[name="select"]:checked + .item-hugger {
	height: 88px;
    margin: 10px 0 0;
    box-shadow: 0px 2px 7px 0px #565656;
    border: 1px solid #c4c4c4;
}
 .thumbnails input[name="select"]:checked ~ .content {
opacity: 1;
}
.white-box {
	
	height: 545px;
	border:1px solid #e6e6e6;
	margin-top:15px;
}

/* End Gallery */

/*Hide blank image thumb*/
img[src=""], img[src=" "], img[src="[[Picture1URL]]"] , img[src="[[Picture2URL]]"], img[src="[[Picture3URL]]"], img[src="[[Picture4URL]]"], img[src="[[Picture5URL]]"], img[src="[[Picture6URL]]"], img[src="[[Picture7URL]]"], img[src="[[Picture8URL]]"], img[src="[[Picture9URL]]"], img[src="[[Picture10URL]]"], img[src="[[Picture11URL]]"], img[src="[[Picture12URL]]"]{
	background: none;
	border: none;
	height: 0;
	width: 0;
	box-shadow: none;
	padding: 0 !important;
	margin: 0 !important;
	display: none !important;
}