.main {
	max-width: 1580px;
	margin: 0 auto;
	padding-bottom: 100px;
	padding-left: 60px;
	padding-right: 60px;
	padding-top: 100px;

}
.Gallery-container {
	min-height: 200px;
	width: auto;
	margin-right: auto;
	margin-left: auto;
	
}
.gallery {
	list-style-type: none;
	width: 829px;
	position: relative;
	margin-bottom: 0;
	margin-right: auto;
	margin-top: 0;
	padding-bottom: 0;
	padding-right: 0;
	padding-top: 0;
	padding-left: 0px;
	display: block;
	margin-left: auto;
	
	
	
}
.gallery li {
	float: left;
	position: relative;
	display: block;
	cursor: pointer;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
	margin-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 5px;
	overflow: hidden;
	
}
.gallery li img {
	position: relative;
	display: inline-block;
	float: left;
	/* [disabled]z-index: 18; */

}
.title {
	width: 100%;
	height: auto;
	position: relative;
	/* [disabled]min-width: 100%; */
	/* [disabled]margin-right: auto; */
	/* [disabled]margin-left: auto; */
	z-index: 11;
	text-align: center;
	margin-bottom: 10px;
}
.gallery li:hover .caption{
	opacity: 0.67;
}
.caption {
	cursor: pointer;
	position: absolute;
	opacity: 0;
	-webkit-transition: all 0.45s ease-in-out;
	-moz-transition: all 0.45s ease-in-out;
	-o-transition: all 0.45s ease-in-out;
	-ms-transition: all 0.45s ease-in-out;
	transition: all 0.45s ease-in-out;
}
.blur {
	background-color: rgba(0,0,0,0.65);
	height: 235px;
	width: 235px;
	z-index: 5;
	position: absolute;
	top: 7.5px;
	left: 7.5px;
	right: 7.5px;
	bottom: 7.5px;
}
.caption-text {
	z-index: 10;
	color: #fff;
	position: absolute;
	width: 250px;
	height: 250px;
	text-align: center;
	top: 24px;
	font-family: arizonia;
	font-style: normal;
	font-weight: 400;
	left: 0px;
	right: 0px;
}
.caption-text p {

}
