.albums-list {
	margin: 0 -10px;
}
.albums-list .item {
	width: 50%;
	padding: 0 10px;
}
.albums-list .item:nth-child(2n+1) {
	clear: left;
}
.albums-list .item .box {
	display: table;
	width: 100%;
	table-layout: fixed;
	max-width: 364px;
	margin: 0 auto 40px;
	background: #fff;
	text-align: center;
}
.albums-list .item .box:hover {
	background: #40C8BE;
}
.albums-list .pic,
.albums-list .txt {
	display: table-cell;
	vertical-align: middle;
}
.albums-list .pic {
	width: 55%;
}
.albums-list .img {
	padding-top: 100%;
	background: 50% 50% / cover no-repeat;
}
.albums-list .txt {
	padding: 10px 20px;
	background: url('../images/albums/pic_shadow.png') 0 50% / 12px 100% no-repeat;
}
.albums-list .name {
	color: #444;
	font-size: 17px;
	font-weight: bold;
	line-height: 1.3;
	letter-spacing: 0.075em;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.albums-list .box:hover .name {
	border-bottom-color: #eee
}
.albums-list .name span {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	max-height: 63px;
}
.albums-list .more {
	display: block;
	margin: 0 auto;
	background: #40C8BE;
	color: #fff;
	font-size: 13px;
	line-height: 1.2;
	width: 40px;
	height: 40px;
	padding-top: 5px;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.albums-list .box:hover .more {
	background: #fff;
	color: #40C8BE;
}


.albums-head {
	background: #fff;
	padding: 8px 16px;
	line-height: 1.4;
	margin-bottom: 30px;
}
.albums-head .tag {
	display: inline-block;
	color: #999;
}
.albums-head .tag:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	height: 20px;
	border-left: 1px solid #ccc;
	margin: 0 8px 3px 12px;
}
.albums-head .title {
	display: inline;
	color: #444;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.075em;
}

.album-list {
	margin: 0 -2px;
}
.album-list .item {
	width: 20%;
	padding: 0 2px;
}
.album-list .box {
	position: relative;
	overflow: hidden;
	max-width: 150px;
	margin: 0 auto 12px;
}
.album-list .box:before {
	content: '';
	display: block;
	background: url('../images/albums/hover.png') 50% 50% no-repeat rgba(0,0,0,0.70);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.album-list .box:hover:before {
	opacity: 1;
}
.album-list .img {
	padding-top: 100%;
	background: 50% 50% / cover no-repeat;
}

.btn-box .pull-right {
	float: right;
}

.fancybox-album .fancybox-skin {
	background: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-bottom: 60px;
}
.fancybox-album .fancybox-close {
	background: url('../images/albums/lightbox_close.png') no-repeat;
	width: 80px;
	height: 30px;
	top: auto;
	bottom: 10px;
    right: 20px;
    z-index: 100;
}
.fancybox-album .fancybox-close:hover {
	opacity: 0.7;
}
.fancybox-album .fancybox-nav span {
	background: url('../images/albums/lightbox_arrow.png') no-repeat;
	width: 48px;
	height: 48px;
	visibility: visible;
	margin-top: -24px;
}
.fancybox-album .fancybox-prev span {
	background-position: 0 0;
	left: -15px;
}
.fancybox-album .fancybox-next span {
	background-position: 100% 0;
	right: -15px;
}
.fancybox-album .fancybox-prev:hover span {
	background-position: 0 100%;
}
.fancybox-album .fancybox-next:hover span {
	background-position: 100% 100%;
}
.fancybox-album .fancybox-title {
	border-top: 1px dashed #ccc;
	margin-top: 20px;
	position: relative;
	z-index: 10;
	padding-top: 15px;
}
.fancybox-album .photo-pager {
	color: #777;
	font-size: 14px;
}
.fancybox-album .photo-pager b {
	font-size: 16px;
}

@media screen and (max-width: 767px) {
	.albums-list {
		margin: 0 -7px;
	}
	.albums-list .item {
		padding: 0 7px;
	}
	.albums-list .item .box {
		margin-bottom: 25px;
	}
	.fancybox-album .fancybox-nav span {
		width: 36px;
		height: 36px;
		-webkit-background-size: 72px auto;
		background-size: 72px auto;
		margin-top: -18px;
	}
}
@media screen and (max-width: 660px) {
	.albums-list .item {
		width: 100%;
	}
	.albums-list .item:nth-child(n) {
		clear: none;
	}
	.album-list .item {
		width: 25%;
	}
	.album-list .item:nth-child(5n+1) {
		clear: none;
	}
	.album-list .item:nth-child(4n+1) {
		clear: left;
	}
}
@media screen and (max-width: 480px) {
	.album-list .item {
		width: 50%;
	}
	.album-list .item:nth-child(4n+1) {
		clear: none;
	}
	.album-list .item:nth-child(2n+1) {
		clear: left;
	}
}
