.main {
	margin: 0 auto;
	width: 100%;
	height: auto;
	position: absolute;

}
.Gallery-container {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	position: absolute;
	top: 74px;
	left: 0px;
	
}
.animals {
	background-image: url(../images/Navigation/animals-banner.jpg);
	background-repeat: no-repeat;
	width: 100%;
	height: 200px;
	position: absolute;
	background-position: right center;
	background-size: cover;
}
.foods {
	background-image: url(../images/Navigation/foods-banner.jpg);
	background-repeat: no-repeat;
	width: 100%;
	height: 200px;
	position: absolute;
	background-size: cover;
	top: 200px;
	background-position: right top;
}
.People {
	background-image: url(../images/Navigation/people-banner.jpg);
	background-repeat: no-repeat;
	width: 100%;
	height: 200px;
	position: absolute;
	background-size: cover;
	top: 597px;
	background-position: right top;
}
.Nature {
	background-image: url(../images/Navigation/nature-banner.jpg);
	background-repeat: no-repeat;
	width: 100%;
	height: 200px;
	position: absolute;
	background-size: cover;
	top: 401px;
	background-position: right top;
}
.others {
	background-image: url(../images/Navigation/others-banner.jpg);
	background-repeat: no-repeat;
	width: 100%;
	height: 200px;
	position: absolute;
	background-size: cover;
	top: 796px;
	background-position: right top;
}
.title {
	z-index: 115;
	position: absolute;
	float: left;
	left: 80px;
	top: 39px;

}
.title a img:hover {
	opacity: 1;
	-webkit-filter: hue-rotate(90deg);
}
.caption-1 {
	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;
	width: 100%;
}
.blur-1 {
	height: 200px;
	/* [disabled]width: 100%; */
	z-index: 5;
	position: relative;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-image: -webkit-gradient(linear, 0.00% 50.00%, 100.00% 50.00%, color-stop( 0% , rgba(255,255,255,1.00)),color-stop( 19.17% , rgba(164,192,117,1.00)),color-stop( 38.86% , rgba(161,255,0,1.00)),color-stop( 53.37% , rgba(142,189,87,1.00)),color-stop( 70.98% , rgba(128,227,74,1.00)),color-stop( 100% , rgba(23,184,56,1.00)));
	background-image: -webkit-linear-gradient(0deg,rgba(255,255,255,1.00) 0%,rgba(164,192,117,1.00) 19.17%,rgba(161,255,0,1.00) 38.86%,rgba(142,189,87,1.00) 53.37%,rgba(128,227,74,1.00) 70.98%,rgba(23,184,56,1.00) 100%);
	background-image: linear-gradient(90deg,rgba(255,255,255,1.00) 0%,rgba(164,192,117,1.00) 19.17%,rgba(161,255,0,1.00) 38.86%,rgba(142,189,87,1.00) 53.37%,rgba(128,227,74,1.00) 70.98%,rgba(23,184,56,1.00) 100%);
	opacity: 0.61;
}
.animals:hover .caption-1 {
	opacity: 1;
}

.caption-2 {
	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;
	width: 100%;
}
.blur-2 {
	height: 200px;
	/* [disabled]width: 100%; */
	z-index: 5;
	position: relative;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-image: -webkit-gradient(linear, 0.00% 50.00%, 100.00% 50.00%, color-stop( 0% , rgba(0,44,255,0.83)),color-stop( 31.09% , rgba(161,255,0,0.72)),color-stop( 51.81% , rgba(128,227,74,1.00)),color-stop( 68.39% , rgba(138,107,123,0.78)),color-stop( 83.42% , rgba(140,80,134,1.00)),color-stop( 100% , rgba(23,184,56,1.00)));
	background-image: -webkit-linear-gradient(0deg,rgba(0,44,255,0.83) 0%,rgba(161,255,0,0.72) 31.09%,rgba(128,227,74,1.00) 51.81%,rgba(138,107,123,0.78) 68.39%,rgba(140,80,134,1.00) 83.42%,rgba(23,184,56,1.00) 100%);
	background-image: linear-gradient(90deg,rgba(0,44,255,0.83) 0%,rgba(161,255,0,0.72) 31.09%,rgba(128,227,74,1.00) 51.81%,rgba(138,107,123,0.78) 68.39%,rgba(140,80,134,1.00) 83.42%,rgba(23,184,56,1.00) 100%);
	opacity: 0.61;
}
.foods:hover .caption-2 {
	opacity: 1;
}

.caption-3 {
	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;
	width: 100%;
}
.blur-3 {
	height: 200px;
	/* [disabled]width: 100%; */
	z-index: 5;
	position: relative;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-image: -webkit-gradient(linear, 0.00% 50.00%, 100.00% 50.00%, color-stop( 0% , rgba(82,111,17,0.79)),color-stop( 38.86% , rgba(161,255,0,1.00)),color-stop( 72.53% , rgba(97,147,70,0.75)),color-stop( 100% , rgba(57,156,78,1.00)));
	background-image: -webkit-linear-gradient(0deg,rgba(82,111,17,0.79) 0%,rgba(161,255,0,1.00) 38.86%,rgba(97,147,70,0.75) 72.53%,rgba(57,156,78,1.00) 100%);
	background-image: linear-gradient(90deg,rgba(82,111,17,0.79) 0%,rgba(161,255,0,1.00) 38.86%,rgba(97,147,70,0.75) 72.53%,rgba(57,156,78,1.00) 100%);
	opacity: 0.61;
}
.Nature:hover .caption-3 {
	opacity: 1;
}

.caption-4 {
	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;
	width: 100%;
}
.blur-4 {
	height: 200px;
	/* [disabled]width: 100%; */
	z-index: 5;
	position: relative;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-image: -webkit-gradient(linear, 0.00% 50.00%, 100.00% 50.00%, color-stop( 0% , rgba(255,255,255,0.87)),color-stop( 0% , rgba(0,0,0,0.00)),color-stop( 26.94% , rgba(255,0,0,0.65)),color-stop( 60.10% , rgba(9,235,0,0.63)),color-stop( 76.68% , rgba(54,71,205,0.78)),color-stop( 100% , rgba(145,58,0,1.00)));
	background-image: -webkit-linear-gradient(0deg,rgba(255,255,255,0.87) 0%,rgba(0,0,0,0.00) 0%,rgba(255,0,0,0.65) 26.94%,rgba(9,235,0,0.63) 60.10%,rgba(54,71,205,0.78) 76.68%,rgba(145,58,0,1.00) 100%);
	background-image: linear-gradient(90deg,rgba(255,255,255,0.87) 0%,rgba(0,0,0,0.00) 0%,rgba(255,0,0,0.65) 26.94%,rgba(9,235,0,0.63) 60.10%,rgba(54,71,205,0.78) 76.68%,rgba(145,58,0,1.00) 100%);
	opacity: 0.61;
}
.People:hover .caption-4 {
	opacity: 1;
}

.caption-5 {
	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;
	width: 100%;
}
.blur-5 {
	height: 200px;
	/* [disabled]width: 100%; */
	z-index: 5;
	position: relative;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-image: -webkit-gradient(linear, 0.00% 50.00%, 100.00% 50.00%, color-stop( 0% , rgba(255,255,255,1.00)),color-stop( 33.68% , rgba(102,126,163,1.00)),color-stop( 67.35% , rgba(180,41,43,0.96)),color-stop( 100% , rgba(0,223,45,1.00)));
	background-image: -webkit-linear-gradient(0deg,rgba(255,255,255,1.00) 0%,rgba(102,126,163,1.00) 33.68%,rgba(180,41,43,0.96) 67.35%,rgba(0,223,45,1.00) 100%);
	background-image: linear-gradient(90deg,rgba(255,255,255,1.00) 0%,rgba(102,126,163,1.00) 33.68%,rgba(180,41,43,0.96) 67.35%,rgba(0,223,45,1.00) 100%);
	opacity: 0.61;
}
.others:hover .caption-5 {
	opacity: 1;
}
