/* +book list
*----------------------------------------------------------------------------*/
#album {
	overflow: hidden;
	margin: 20px 0;
}

#album .photoItem {
	overflow: hidden;
    margin: 1%;
    float: left;
    width: 31%;
    height: 370px;
}

#album .photoItem a.thumbnail {
	display: block;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	width: 100%;
    height: 100%;
	background-position: 50% 0%;
    background-size: 180%;
	transition:all ease-in-out 0.3s;
}
#album .photoItem a.thumbnail .holder {
	position: relative;
	height: 100%;
	width: 100%;
}
#album .photoItem a.thumbnail .holder .info {
	display:none;
}
#album .photoItem a.thumbnail .holder:hover .info {
	display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(69,69,69,0.8);
    color: #fff;
}
#album .photoItem a.thumbnail .holder:hover .info h4{
	text-align: center;
    float: none;
	font-size:20px;
	padding-top: 40%;
}
/* +photo article
*----------------------------------------------------------------------------*/
.wrapper .container .content-wrap .content-main section #album-article {
	margin: 0 20px 20px;
	overflow: hidden;
	line-height: 170%;
	font-size: 16px;
}



/*******************photo**************************/
body .mfp-container,
body .mfp-wrap{
	height: 100vh !important;	
}
.subphto{
}
.subphto li{
	float: left;
    width: 25%;
    height: 200px;
}
.subphto li a{
	display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: auto 100%;
	opacity: 1;
}
.subphto li a:hover{
	opacity: 0.7;
	
}
#album-article{
    color: #8a8a8a;	
}
/* +width:1024 â†“
*----------------------------------------------------------------------------*/
@media screen and (max-width: 1200px) {
	#album .photoItem{
	    width: 47%;	
	}
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 980px) {
	.subphto li{
	    width: 33.3%;	
	}
}
@media screen and (max-width: 800px) {
	.wrapper #content section .artivle-content #content-main #albumlist #photo ul li{
		width:49%;
		margin-bottom: 1%;
	}
}
@media screen and (max-width: 768px) {
	#album .album_box {
		width: 50%;
		height: 250px;
	}
	#album .photoItem{
	    height: 300px;	
	}
}

@media screen and (max-width: 710px) {
	#album .photoItem a.thumbnail .holder .info span{
		width: 89%;
	}
}
@media screen and (max-width: 680px) {
	#album .photoItem{
	    height: 200px;	
	}
	.subphto li{
	    width: 50%;	
	}
}
@media screen and (max-width: 640px) {
	#album .photoItem a.thumbnail .holder .info span{
		width: 88%;
	}
	#album .album_box {
		height: 130px;
	}
	#album .album_box .photo-wrap .photo-item, #album .album_box .photo-wrap .photo-item img{
	    height: 100px;	
	}
	#album .photoItem{
		width: 98%;
		height: 300px;	
	}
	#album .photoItem a.thumbnail .holder:hover .info h4{
	    padding-top: 30%;	
	}
	.subphto li{
	    height: 150px;	
	}
}
@media screen and (max-width: 524px) {
	#album .photoItem a.thumbnail .holder .info span{
		width: 83%;
	}
}
@media screen and (max-width: 480px) {
	#album .photoItem a.thumbnail .holder .info span{
		width: 87%;
		padding: 6px 10px;
	}
	#album .photoItem a.thumbnail .holder .img-grid img{
		height: 190px;
	}
	#album .album_box {
		width: 90%;
		height: 220px;
		float: none;
		margin: 0 auto;
	}
	#album .album_box .photo-wrap .photo-item, #album .album_box .photo-wrap .photo-item img{
	    height: 180px;	
	}

}
@media screen and (max-width: 400px) {
	#album .photoItem a.thumbnail .holder .info span{
		width: 92%;
	}
	#album .photoItem{
		height: 200px;	
	}
	.subphto li{
	    height: 120px;	
	}
}