/* + album
*----------------------------------------------------------------------------*/
#album,
#album .subphto ul{
	overflow: hidden;
}
#album .photoList,
#album .subphto ul li{
	margin: 10px 1%;
	float: left;
	width: 31%;
}
#album .photoList .photoItem{
	position: relative;
	padding: 2%;
	border: 1px solid #ddd;
	border-radius: 4px;
}
#album .photoList .photoItem a.photo,
#album .subphto ul li a.photo{
	background-size: auto 100%;
	-webkit-transition: all 350ms ease;
	-moz-transition: all 350ms ease;
	-o-transition: all 350ms ease;
	-ms-transition: all 350ms ease;
	transition: all 350ms ease;
}
#album .photoList:hover .photoItem a.photo,
#album .subphto ul li:hover a.photo{
	background-size: auto 120%;
}
#album .photoList .photoItem .info{
	position: absolute;
	padding: 10px 2%;
	width: 92%;
	background: none repeat scroll 0 0 rgba(0,0,0,.4);
	bottom: 2%;
}
#album .photoList .photoItem .info h4 a{
	font-size: 16px;
	color: #fff;
}
#album .photoList .photoItem .info a.more{
	padding: 5px;
	background: #b42533;
	display: block;
	text-align: center;
	color: #fff;
}

#album .subphto ul li{
	width: 23%;
}

@media screen and (max-width: 768px) {
	#album .photoList,
	#album .subphto ul li{
		width: 48%;
	}
}
@media screen and (max-width: 480px) {
	#album .photoList{
		width: 98%;
	}
}
@media screen and (max-width: 450px) {
	#album .subphto ul li{
		width: 98%;
	}
}