@import url(http://fonts.googleapis.com/css?family=Arvo);

/* @group Gallery */
.gallery {
	min-width: 100%;
	width: 100%;
	min-height: 100%;
	text-align: center;
	margin-bottom: 30px;
}
.gallery #fullPreview {
	background-color: #333333;
	padding: 0;
	display: none;
}
.gallery #fullPreview img, .gallery #fullPreview .fullCaption {
	width: 100%;
	margin: 0 auto;
	display: block;
}
.gallery #fullPreview .fullCaption p{
	line-height: 1.5;
	font-size:0.8em;
	color: #999;
	padding: 15px;
}
.gallery #fullPreview figure {
	background: url("../img/effects/close.png") no-repeat right top;
	margin:0;
	width: 100%;
	height: 692px;
	position: absolute;
	top: 0px;
	right: 0px;
	cursor: pointer;
}
.gallery li {
	display: inline-block;
	vertical-align: top;
	position: relative;
}

.gallery li.box {
	width: 33%;
	float: left;
}
.box-inner {
	margin: 4px;
}

.gallery li:hover .infoLayer {
	-webkit-transition: opacity 0.3s linear;
	-moz-transition: opacity 0.3s linear;
	-ms-transition: opacity 0.3s linear;
	-o-transition: opacity 0.3s linear;
	transition: opacity 0.3s linear;
	opacity: 0.3;
	display: block;
	background: #003366;
}

.gallery li a.spinner {
	background-size: 100%;
	background-image: url("../img/effects/spinner.gif");
	width: 50px;
	height: 50px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.gallery li img {
	border: none;
	width:100%;
}
.gallery li .infoLayer {
	-webkit-transition: opacity 0.3s linear;
	-moz-transition: opacity 0.3s linear;
	-ms-transition: opacity 0.3s linear;
	-o-transition: opacity 0.3s linear;
	transition: opacity 0.3s linear;
	width: 100%;
	height: 100%;
	position: absolute;
	text-align: center;
	opacity: 0;
	top: 0;
	left: 0;
	z-index: 4;
	/* @end */
}
.gallery li .infoLayer p {
	height: 0;
	width: 100%;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.gallery li .infoLayer p:first-child {
	border-top: 2px white solid;
}

.gallery li .projectInfo {
	display: none;
}

/* end */
