/*Fix Bootstrap*/
.panel-body img {
    margin:auto;
}
 
.view_detail{
	height: auto;
	overflow: auto
}
.pd5{
	padding: 5px
}
.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: 20px
}
.txt_bold{
	font-weight:bold
}
.item-card2-icons {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 9;
}
.item-card2-icons a {
    width: 32px;
    display: inline-block;
    height: 32px;
    text-align: center;
    line-height: 32px;
    border-radius: 50px;
    color: #fff;
    background: rgba(49, 45, 101, 0.65);
    font-size: 15px;
}
.item-card2-icons a:hover {
    background: #f96768;
	color: #fff;
}
.gallery-item img.lazy{
	-webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.gallery-item:hover img.lazy{
	-webkit-transform: scale(1);
    transform: scale(1);
}
.album_description ul{
	list-style: disc;
    margin: 15px 0;
    line-height: 25px;
}
.border_last .list_hr{
	border-bottom: 1px dashed #cccccc9e;
    padding-bottom: 40px;
    margin-bottom: 40px;
}
.border_last .list_hr:last-child{
	border-bottom: none;
}
.album-intro{
	padding: 48px 0 0;
    position: relative;
    background: #e4fbf3;
	overflow: hidden;
}
.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;
}