/* -------------- FAL Gallery ------------ */
.fal-gallery {
	margin: 0;
}
.fal-gallery img {
	position:relative;
}



.fal-gallery figure,
.fal-gallery li,
.fal-gallery.gal-plain img {
	padding: 0;
	margin: 0 10px 10px 0;
	display: inline-block;
	position: relative;
}
.fal-gallery figcaption,
.fal-gallery .gal-list-bu {
	display: table-caption;
	text-align: center;
	width: 100%;
	font-size:0.8em;
	position: absolute;
	bottom:0;
	background-color: rgba(255,255,255,0.6);
	text-shadow: 0 1px 0 #fff;
	padding: 3px 5px;
	line-height: 1.2em;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}

.fal-gallery figure img {
	max-width: 100%;
}

/* Layout 1 */
.fal-gallery.layout-1 img,
.fal-gallery.gal-plain img {
	width: inherit;
}


/* Layout 2 */
.fal-gallery.layout-2 li,
.fal-gallery.layout-2 figure,
.fal-gallery.gal-plain.layout-2 img {
	margin-right:1%;
	width:49%;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	float: left;
}
.fal-gallery.layout-2 li:nth-child(even) {
	margin-right: 0;
}


/* Layout 3 */
.fal-gallery.layout-3 li,
.fal-gallery.layout-3 figure,
.fal-gallery.gal-plain.layout-3 img {
	z-index:1;
	margin-right:1%;
	width:31%;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}


/* Layout 4 */
.fal-gallery.layout-4 li,
.fal-gallery.layout-4 figure,
.fal-gallery.gal-plain.layout-4 img {
	margin-right:0.7%;
	width:23%;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}



