@charset "utf-8";

/* START HERE FOR GALLERY */

#gallery,
#gallery2 {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	margin: 0;
	background-color:#fff;
	padding: 0 0 15px 0;
}
#gallery h2 {
	font-family:source-sans-pro, sans-serif;
	font-weight:500;
	letter-spacing:.05em;
	color:#333333;
	text-align:left;
	margin: 0 0 0 50px;	
}

#gallery h4 {
	margin: 0;
	font-weight:500;
	letter-spacing:.05em;
	color:#333333;
}

#gallery h3 {
	letter-spacing:.01em;
	color:#5E5E5E;
	text-align:left;
	margin: 20px 0 0 50px;
	font-weight:400;
}

#lightboxWrap,
#lightboxWrap2 {
	margin-top: 0px;
	margin-right: 0;
	margin-left: 0px;
	margin-bottom: 0;
	width: 100%;
	padding: 0;
	text-align: center;
}

#gallery img,
#gallery2 img {
	width: 100%;
	opacity: .7;
	outline: none;
}
#gallery a:hover img,
#gallery2 a:hover img {
	/*opacity settings below*/
	-moz-opacity: 1;
	-webkit-opacity: 1;
	-o-opacity: 1;
	opacity: 1;
}

#gallery .imgGallery .thumbnailCaption,
#gallery2 .imgGallery .thumbnailCaption {
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	display: block;
	height: 0%;
	overflow: hidden;
	padding: 0px;
	font: 1em/1.2em source-sans-pro, sans-serif;
	text-align: center;
	color: #FFFFFF;
	background-color: rgba(55, 192, 253, 0.0);
}
#gallery .imgGallery:hover .thumbnailCaption,
#gallery2 .imgGallery:hover .thumbnailCaption {
	height: 25%;
	padding: 5% 5%;
	background-color: rgba(255,255,255,.6);
	-moz-transition: height .4s, background-color .3s ease;
}
.imgGallery {
	position: relative;
	display: inline-block;
	outline: none;
	width: 11%;
	margin: 0 .25% 0 .25%;
}
.imgGallery:last-child {
	margin: 0 0 0 0;
}
.thumbnailWrapper{
	background-color: #000000;
}

#gallery .clearfix:after,
#gallery2 .clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#gallery,
#gallery2 {
	background-color: #CED3B2;
}

@media (max-width: 390px){
.thumbnailWrapper {
	margin-top: 5px;
}
}
