/**
 * Gallery
 */
.gallery {
	margin: 0;
	padding: 0;
	border: 0;
}

/**
 * Gallery pictures
 */
.gallery-pictures {
	list-style: none;
	width: auto;
	overflow: hidden;
	margin: 0 -5px;
}
	.gallery-pictures .gallery-picture {
		vertical-align: middle;
		position: relative;
		float: left;
		width: 25%;
		overflow: hidden;
		margin: 0;
		padding: 5px;
		text-align: center;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
		.gallery-pictures .gallery-picture img {
			display: block;
			width: 100%;
			height: auto;
			margin: 0;
		}

/**
 * Gallery list
 */
.gallery-list {
	width: auto;
	overflow: hidden;
	list-style: none;
	margin: 0 -10px;
	padding: 0;
}
	.gallery-list .gallery {
		float: left;
		width: 33.333%;
		margin: 0;
		padding: 10px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
		.gallery-list .gallery .gallery-picture {
			max-width: 100%;
			height: auto;
		}
			.gallery-list .gallery .gallery-picture img {
				display: block;
				width: 100%;
				height: auto;
				margin: 0;
			}
		.gallery-list .gallery .gallery-details {
			display: block;
		}
			.gallery-list .gallery .gallery-title {
				margin-top: 10px;
			}
				.gallery-list .gallery .gallery-title a { color: #294b85; }
				.gallery-list .gallery .gallery-title a:hover { color: inherit; }

/**
 * Gallery category
 */
.gallery-category {
	
}
	.gallery-category-body {
		
	}
	.gallery-category .gallery-category-galleries {
		
	}
	.gallery-category-footer {
		margin-top: 60px;
	}

/**
 * Fancybox
 */
.fancybox-title-inside {

}
	.fancybox-title-inside h3 {
		margin: 0;
	}