/*Fix Bootstrap*/
.panel-body img {
    margin:auto;
}
.album-name h3{
	line-height:2.5
}
.view_detail{
	height: auto;
	overflow: auto
}
.pd5{
	padding: 1px;
	border-radius: 4px;
	}
	.album-image a,
	.album-image img {width:100%;}
.album-name h3 a {
	color:#FFF;
	text-shadow: 0 0 3px #333;
	font-size:18px;
	font-weight:700;
	text-align:center;
}
.copyright {
	color:#FFF;
}
.copyright a,
.copyright p {
	color:#FFF;
}
.view_detail {
	border-radius: 4px;	
	display:none;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    transition:.3s;
    text-align:center;
    padding-top:28%;
}
#other-album .album-album {
	margin-bottom:15px;
}
.album-album:hover .view_detail {
	display:block;
}
.album-album {
	overflow:hidden;max-height: 300px;padding:0;
}
.album-album:hover img {
	transform: scale(1.2,1.2);
}
.pd10{
	padding: 10px
}
.pd10_0{
	padding: 10px 0px
}
.mg0_0_10{
	margin: 0px 0px 10px
}
.mg0_10_10{
	margin: 0px 10px 10px
}
.txt16{
	font-size: 16px
}
.txt20{
	font-size: 33px;
    text-align: center;
    font-weight: 100;
}
.txt_bold{
	font-weight:bold
}
.album-name h3 {
    line-height: 1.5;
        width: 86%;
    margin: 0 auto;
}

.arrow_left{
	position: absolute;
	z-index: 999;
	top: 50%;
	left: 2%
}
.arrow_right{
	position: absolute;
	z-index: 999;
	top: 50%;
	right: 2%
}

.author_avatar {
	border-radius: 150px;
	-webkit-border-radius: 150px;
	-moz-border-radius: 150px;
	}
.spacer::before {
    content: "\f10c";
    margin: 0px 5px;
}