.about-page {
	padding-bottom: 30px;
}
.about-page-info1 {
	position: relative;
	text-align: center;
	padding-top: 23px;
	padding-bottom: 34px;
	font: normal 25px 'Corsiva';
	color: #ffcc00;
}
.about-page-line-q {
	position: absolute;
	top: 157px;
	left: 263px;
	height: 1px;
	width: 325px;
	background-color: #878682;
}
.about-page-line-qq {
	position: absolute;
	top: 161px;
	left: 331px;
	height: 1px;
	width: 188px;
	background-color: #878682;
}
.about-page-decoration-1 {
	position: absolute;
	left: 7px;
	top: 0px;
	width: 100px;
	height: 95px;
	background: url('images/decoration-1.png');
}
.about-page-decoration-2 {
	position: absolute;
	right: 7px;
	top: 0px;
	width: 100px;
	height: 95px;
	background: url('images/decoration-2.png');
}
.about-page-butterfly-1 {
	position: absolute;
	left: 81px;
	top: 101px;
	width: 44px;
	height: 40px;
	background: url('images/butterfly-1.png');
}
.about-page-butterfly-2 {
	position: absolute;
	right: 4px;
	top: -58px;
	width: 53px;
	height: 39px;
	background: url('images/butterfly-2.png');
}
.about-page-text {
	position: relative;
	padding: 0 28px;
	font: normal 22px 'Corsiva';
	color: white;
	line-height: 21px;
}
.about-page-text-line {
	position: relative;
	height: 1px;
	margin: 43px 28px 0 28px;
	background-color: #878682;
}
.about-page-photos {
	margin: 40px 0 0 28px;
}
.about-page-photos:after {
	content: '';
	display: block;
	clear: both;
}
.about-page-photo {
	float: left;
	width: 220px;
	height: 165px;
	background: red;
	margin-right: 41px;
	margin-bottom: 22px;
	background: rgba(255, 255, 255, 0.2);
	padding: 10px;
	transition: background 0.3s ease;
}
.about-page-photo:nth-child(3n) {
	margin-right: 0;
}
.about-page-photo:hover {
	background: rgba(255, 255, 255, 0.3);
}















