.book-box {
	background-image:url('../images/gradient-bg.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	min-height: 330px;
    text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	color: #fff;
	margin: 30px 0;
	transition: .3s;
	border-radius: 10px;
}
.book-box:hover {
	transform: scale(1.03);
}
.book-box .book-link {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 100%;
	height: 100%;
	padding: 20px;
}
.book-cfig-logo {
	height: 50px;
	margin-bottom: 20px;
}
.book-box p , .book-box h4, .book-box h3{
	margin: 0;
	color: #fff;
	line-height: 1.2;
}
h4.cat {
	position: relative;
	color: #fff;
	font-weight: 500;
	margin: 20px 0;
}
.book-box .cat:before {
	content: '';
	position: absolute;
	top: -4px;
	left: -10px;
	background-color:#fff;
	width: 110%;
	height: 2px;
}
.book-box .cat:after {
	content: '';
	position: absolute;
	bottom: -8px;
	left: -10px;
	background-color:#fff;
	width: 110%;
	height: 2px;
}
.book-title {
	font-weight: bold;
	font-size: 22px;
	margin-bottom: 4px;
	color: #fff;
}
.book-slogan {
	font-weight: bold;
	margin-bottom: 8px;
	font-size: 18px;
	color: #fff;
}
.people-title {
	font-weight: 700;
	font-size: 18px;
	margin-top: auto;
	color: #fff;
}
.book-date {
	font-weight: 500;
	font-size: 18px;
	color: #c4c4c4;
}
.border-bottom-overlay {
	border-bottom: 1px solid #482058;
}
.book-line {
	position: relative;
	width: 100%;
	margin: 10px 0;
}
.book-line:after {
	content: '';
	background-color: #fff;
	width: 100%;
	height: 3px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: -10px;
	margin: auto;
}
.book-main-img {
	max-height: 600px;
	width: 100%;
	object-fit: cover;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.book-detail-box {
	background-image:url('../images/gradient-bg.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	display: flex;
	flex-direction: column;
	height: 400px;
	padding: 20px 40px;
	color: #fff;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.book-detail-box .people-title {
	margin: 0;
}
.book-detail-box .cat {
	margin: 0 0 15px 0;
}
.book-detail-box .book-title {
	font-size: 35px;
	font-weight: bolder;
}
.book-detail-box .book-slogan {
	font-weight: bold;
}
.book-detail-box .people-title {
	font-weight: 500;
}
.book-detail-box .bottom {
	margin-top: auto;
	display: flex;
	width: 100%;
	align-items: center;
	flex-wrap: wrap;
    align-content: stretch;
    justify-content: space-between;
}
.book-detail-box .bottom > * {
	width: 33%;
}
.book-detail-box .bottom img {
	height: 50px;
}
.book-detail-box .bottom p {
	text-align: center;
	margin: 0;
}
.book-detail-box .bottom a {
	text-align: right;
	color: #fff;
}
.btn-primary {
	background-color: #005395;
	border-color: #005395;
}
.btn-primary:hover {
	background-color: #ff6f61;
	border-color: #ff6f61;
}
.book-detail-box.book-list .cat {
	margin: 0 0 8px 0;
	font-size: 12px;
}
.book-list-box {
	margin: 30px 0;
	transition: .3s;
	display: block;
}
.book-list-box:hover {
	transform: scale(1.02);
}
.book-detail-box.book-list .book-title {
	font-size: 22px;
}
.book-detail-box.book-list .book-slogan {
	font-size: 16px;
}
.book-detail-box.book-list .book-line {
	margin: 5px 0;
}
.book-detail-box.book-list .people-title {
	font-size: 16px;
}
.book-detail-box.book-list .bottom img {
	height: 30px;
}
.book-detail-box.book-list .book-line:after {
	height: 1px;
}
.book-detail-box.book-list {
	padding: 20px 25px;
	height: 300px;
	margin: 0;
}
.book-detail-box.book-list .bottom p {
	font-size: 15px;
}
.book-detail-box.book-list .bottom a {
	font-size: 15px;
}