.epub-gallery {
	text-align: center;
}

.title-epub {
	font-size: 15px;
	font-weight: 700;
	color: #396382;
	margin-bottom: 10px; 
	line-height: 18px;

}

.release-epub {
	font-size: 13px;
	font-weight: 200;
	color: #396382;
	line-height: 10px;
}


.read-epub {
	background-color: transparent;
	padding: 8px 25px;
	border-radius: 5px;
	border: 1px solid #396382;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.read-epub:hover {
	background-color: #e6a503;
	border: 1px solid #e6a503;
	color: white;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}