/*book*/
.book-info  ul {
    list-style: outside none none;
    margin: 0;
}
.bl-height{
	min-height:730px;
}
.book-list {
    display: table;
    margin: 0 auto 10px;
}
.bl-img-bg {
    background-position: right center;
    box-shadow: 13px 8px 12px 1px rgba(0, 0, 0, 0.5);
    transform: rotate(-20deg);
	width:200px;
	height:300px;
}
.bl-img {
    position: relative;
    margin-top: -300px;
    z-index: 1000;
}
.bl-img img {
    box-shadow: 15px 12px 18px 6px rgba(0, 0, 0, 0.5);
    height: 300px;
	width:200px;
	transition: all 0.5s ease 0s;
}
.bl-img:hover img {
	transform: scale(1.1);
}
.bl-body {
    background-color: #fff;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 3px 3px rgba(35, 36, 39, 0.22);
    margin-bottom: 50px;
    margin-right: -25px;
    margin-top: -45px;
    padding: 70px 20px 0;
    transition: all 0.5s ease 0s;
    width: 205px;
}
.bl-body:hover {
    margin-top: -37px;
}
.book-author {
    background-color: #00a693;
    border-radius: 50%;
    height: 50px;
    margin: 0 auto -25px;
    position: relative;
    text-align: center;
    width: 50px;
}
.book-author span.fa {
    color: #fff;
    font-size: 26px;
    line-height: 48px;
}
.bl-info {
    border: 2px solid #f0ebdc;
    padding: 25px 5px 5px;
	text-align: center;
	min-height: 260px;
}
.bl-info h6 a {
    color: #333;
    font-weight: 800;
}
.bl-info h6 a:hover {
    color: #00a693;
}
.bl-shop {
    text-align: center;
}
.btn-cream {
    background-color: #f0ebdc;
    border-radius: 0;
    color: #373737;
    position: relative;
    bottom: 20px;
}
.btn-cream:hover {
    background-color: #00a693;
    color: #fff;
}
.btn-cream span.fa {
    font-size: 20px;
}
.btn-green {
    background-color: #00a693;
    border-radius: 0;
    color: #fff;
}
.btn-green:link {
    color: #fff;
}
.btn-green:hover {
    background-color: #008172;
}
.btn-green span.fa {
    font-size: 20px;
}

.swiper-slide-item h3 {
    color: #fff;
    font-weight: bold;
}
.PagerContainerTable {display:block;float:none;clear:both;color: #fff;}    
.PagingTable{clear:both;background-color:transparent !important;border:none !important;width:auto !important;margin:0 auto !important;height:auto;margin-top:10px;}
.PagingTable td{color:#333;width:auto !important;white-space:normal;padding:0 5px;font-size:inherit !important}
.PagingTable a:link {color: #333;}
.PagingTable a.CommandButton:link{text-decoration:none;font-size:inherit}
.PagingTable a.CommandButton:hover{}
.PagingTable .NormalDisabled{}
.PagingTable a, .PagingTable span {border-radius:5px; font-size:11px; display:inline-block; padding: 0 5px; color: #333; border:1px solid #d4d4d4; }
.PagingTable span {text-decoration:none; color:#fff;background:#343434;border: medium none; }
.PagingTable a:hover {text-decoration:none; color:#fff;background:#333; }

.am-social-05 {
    color: #fff !important;
}

