.bk-list {
	list-style: none;
	position: relative;
}

.bk-list li {
	position: relative;
	width: 300px;
	float: left;
	z-index: 1;
	margin: 0px 50px 40px 0;
	-webkit-perspective: 1800px;
	perspective: 1800px;
}

.bk-list li:last-child {
	margin-right: 0;
}

.bk-info {
	position: relative;
	margin-top: 420px;
}

.bk-info h3 {
	padding: 25px 0 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid rgba(0,0,0,0.3);
	font-size: 26px;
}

.bk-info h3 span:first-child {
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	padding-bottom: 5px;
	display: block;
	color: #777;
}

.bk-info p {
	line-height: 24px;
	color: #444;
	min-height: 160px;
    overflow-y: auto;
    max-height: 440px;
}

.bk-info button {
	background: #FC756F;
	border: none;
	color: #fff;
	display: inline-block;
	padding: 3px 15px;
	font-weight: 700;
	font-size: 14px;
	text-transform: uppercase;
	cursor: pointer;
	margin-right: 4px;
	box-shadow: 1px 1px 1px rgba(0,0,0,0.15);
}

.bk-info button.bk-active,
.bk-info button:active {
	box-shadow:
		0 1px 0 rgba(255, 255, 255, 0.8),
		inset 0 -1px 1px rgba(0,0,0,0.2);
}

.no-touch .bk-info button:hover,
.bk-info button.bk-active {
	background: #d0544e;
}

.bk-list li .bk-book {
	position: absolute;
	width: 100%;
	height: 400px;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transition: -webkit-transform .5s;
	transition: transform .5s;
}

.bk-list li .bk-book.bk-bookdefault:hover {
	-webkit-transform: rotate3d(0,1,0,35deg);
	transform: rotate3d(0,1,0,35deg);
}

.bk-list li .bk-book > div,
.bk-list li .bk-front > div {
	display: block;
	position: absolute;
}

.bk-list li .bk-front {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform-origin: 0% 50%;
	transform-origin: 0% 50%;
	-webkit-transition: -webkit-transform .5s;
	transition: transform .5s;
	-webkit-transform: translate3d(0,0,20px);
	transform: translate3d(0,0,20px);
	z-index: 10;
}

.bk-list li .bk-front > div {
	z-index: 1;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.bk-list li .bk-page {
	-webkit-transform: translate3d(0,0,19px);
	transform: translate3d(0,0,19px);
	display: none;
	width: 295px;
	height: 390px;
	top: 5px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 9;
}

.bk-list li .bk-front,
.bk-list li .bk-back,
.bk-list li .bk-front > div {
	width: 300px;
	height: 400px;
}

.bk-list li .bk-left,
.bk-list li .bk-right {
	width: 40px;
	left: -20px;
}

.bk-list li .bk-top,
.bk-list li .bk-bottom {
	width: 295px;
	height: 40px;
	top: -15px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.bk-list li .bk-back {
	-webkit-transform: rotate3d(0,1,0,-180deg) translate3d(0,0,20px);
	transform: rotate3d(0,1,0,-180deg) translate3d(0,0,20px);
	box-shadow: 10px 10px 30px rgba(0,0,0,0.3);
	border-radius: 3px 0 0 3px;
}

.bk-list li .bk-cover-back {
	background-color: #000;
	-webkit-transform: rotate3d(0,1,0,-179deg);
	transform: rotate3d(0,1,0,-179deg);
}

.bk-list li .bk-right {
	height: 390px;
	top: 5px;
	-webkit-transform: rotate3d(0,1,0,90deg) translate3d(0,0,295px);
	-moz-transform: rotate3d(0,1,0,90deg) translate3d(0,0,295px);
	transform: rotate3d(0,1,0,90deg) translate3d(0,0,295px);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.bk-list li .bk-left {
	height: 400px;
	-webkit-transform: rotate3d(0,1,0,-90deg);
	transform: rotate3d(0,1,0,-90deg);
}

.bk-list li .bk-top {
	-webkit-transform: rotate3d(1,0,0,90deg);
	transform: rotate3d(1,0,0,90deg);
}

.bk-list li .bk-bottom {
	-webkit-transform: rotate3d(1,0,0,-90deg) translate3d(0,0,390px);
	transform: rotate3d(1,0,0,-90deg) translate3d(0,0,390px);
}

/* Transform classes */

.bk-list li .bk-viewinside .bk-front {
	-webkit-transform: translate3d(0,0,20px) rotate3d(0,1,0,-160deg);
	transform: translate3d(0,0,20px) rotate3d(0,1,0,-160deg);
}

.bk-list li .bk-book.bk-viewinside {
	-webkit-transform: translate3d(0,0,150px) rotate3d(0,1,0,0deg);
	transform: translate3d(0,0,150px) rotate3d(0,1,0,0deg);
}

.bk-list li .bk-book.bk-viewback {
	-webkit-transform: translate3d(0,0,0px) rotate3d(0,1,0,180deg);
	transform: translate3d(0,0,0px) rotate3d(0,1,0,180deg);
}

/* Main colors and content */

.bk-list li .bk-page,
.bk-list li .bk-right,
.bk-list li .bk-top,
.bk-list li .bk-bottom {
	background-color: #fff;
}

.bk-list li .bk-front > div {
	border-radius: 0 3px 3px 0;
	box-shadow:
		inset 4px 0 10px rgba(0, 0, 0, 0.1);
}

.bk-list li .bk-front:after {
	content: '';
	position: absolute;
	top: 1px;
	bottom: 1px;
	left: -1px;
	width: 1px;
}

.bk-list li .bk-cover:after,
.bk-list li .bk-back:after {
	content: '';
	position: absolute;
	top: 0;
	left: 10px;
	bottom: 0;
	width: 3px;
	background: rgba(0,0,0,0.06);
	box-shadow: 1px 0 3px rgba(255, 255, 255, 0.1);
}

.bk-list li .bk-back:after {
	left: auto;
	right: 10px;
}

.bk-left h2 {
	width: 400px;
	height: 40px;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: rotate(90deg) translateY(-40px);
	transform: rotate(90deg) translateY(-40px);
}

.bk-content {
	position: absolute;
	top: 30px;
	left: 20px;
	bottom: 20px;
	right: 20px;
	padding: 30px;
	overflow: hidden;
	background: #fff;
	opacity: 0;
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
	cursor: default;
}

.bk-content-current {
	opacity: 1;
	pointer-events: auto;
}

.bk-content p {
	padding: 0 0 10px;
	-webkit-font-smoothing: antialiased;
	color: #000;
	font-size: 13px;
	line-height: 20px;
	text-align: justify;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.bk-page nav {
	display: block;
	text-align: center;
	margin-top: 20px;
	position: relative;
	z-index: 100;
	cursor: pointer;
}

.bk-page nav span {
	display: inline-block;
	width: 20px;
	height: 20px;
	color: #aaa;
	background: #f0f0f0;
	border-radius: 50%;
}

/* Individual style & artwork */

/* Book 1 */
.catalogo-1 .bk-front > div,
.catalogo-1 .bk-back,
.catalogo-1 .bk-left,
.catalogo-1 .bk-front:after {
	background-color: #b30009;
}

.catalogo-1 .bk-cover {
	background-image: url(../img/fce/online/ninosjovenes2023.jpg);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	background-size: 290px 380px;
}

.catalogo-1 .bk-cover h2 {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 30px;
	background: rgba(255,255,255,0.2);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.1);
}

.catalogo-1 .bk-cover h2 span:first-child,
.catalogo-1 .bk-left h2 span:first-child {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 13px;
	padding-right: 20px;
}

.catalogo-1 .bk-cover h2 span:first-child {
	display: block;
}

.catalogo-1 .bk-cover h2 span:last-child,
.catalogo-1 .bk-left h2 span:last-child {
	font-family: "Big Caslon", "Book Antiqua", "Palatino Linotype", Georgia, serif;
}

.catalogo-1 .bk-content p {
	font-family: Georgia, Times, "Times New Roman", serif;
}

.catalogo-1 .bk-left h2 {
	color: #fff;
	font-size: 15px;
	line-height: 40px;
	padding-right: 10px;
	text-align: left;
}

.catalogo-1 .bk-back p {
	color: #fff;
	font-size: 13px;
	padding: 40px;
	text-align: center;
	font-weight: 700;
}



/* Book 2 */
.catalogo-2 .bk-front > div,
.catalogo-2 .bk-back,
.catalogo-2 .bk-left,
.catalogo-2 .bk-front:after {
	background-color: #d1ac53;
}

.catalogo-2 .bk-cover {
	background-image: url(../img/fce/online/cat-elec.jpg);
	background-repeat: no-repeat;
	background-position: 10px 10px;
    background-size: 290px 380px;
}

.catalogo-2 .bk-cover h2 {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 30px;
	background: rgba(255,255,255,0.2);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.1);
}

.catalogo-2 .bk-cover h2 span:first-child,
.catalogo-2 .bk-left h2 span:first-child {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 13px;
	padding-right: 20px;
}

.catalogo-2 .bk-cover h2 span:first-child {
	display: block;
}

.catalogo-2 .bk-cover h2 span:last-child,
.catalogo-2 .bk-left h2 span:last-child {
	font-family: "Big Caslon", "Book Antiqua", "Palatino Linotype", Georgia, serif;
}

.catalogo-2 .bk-content p {
	font-family: Georgia, Times, "Times New Roman", serif;
}

.catalogo-2 .bk-left h2 {
	color: #fff;
	font-size: 15px;
	line-height: 40px;
	padding-right: 10px;
	text-align: left;
}

.catalogo-2 .bk-back p {
	color: #fff;
	font-size: 13px;
	padding: 40px;
	text-align: center;
	font-weight: 700;
}

/* Book 3 */
.catalogo-3 .bk-front > div,
.catalogo-3 .bk-back,
.catalogo-3 .bk-left,
.catalogo-3 .bk-front:after {
	background-color: #0C53A5;
}

.catalogo-3 .bk-cover {
	background-image: url(../img/fce/online/cbooks2024.JPG);
	background-repeat: no-repeat;
	background-position: 10px 10px;
    background-size: 290px 380px;
}

.catalogo-3 .bk-cover h2 {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 30px;
	background: rgba(255,255,255,0.2);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.1);
}

.catalogo-3 .bk-cover h2 span:first-child,
.catalogo-3 .bk-left h2 span:first-child {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 13px;
	padding-right: 20px;
}

.catalogo-3 .bk-cover h2 span:first-child {
	display: block;
}

.catalogo-3 .bk-cover h2 span:last-child,
.catalogo-3 .bk-left h2 span:last-child {
	font-family: "Big Caslon", "Book Antiqua", "Palatino Linotype", Georgia, serif;
}

.catalogo-3 .bk-content p {
	font-family: Georgia, Times, "Times New Roman", serif;
}

.catalogo-3 .bk-left h2 {
	color: #fff;
	font-size: 15px;
	line-height: 40px;
	padding-right: 10px;
	text-align: left;
}

.catalogo-3 .bk-back p {
	color: #fff;
	font-size: 13px;
	padding: 40px;
	text-align: center;
	font-weight: 700;
}

/* Book 4 */
.catalogo-4 .bk-front > div,
.catalogo-4 .bk-back,
.catalogo-4 .bk-left,
.catalogo-4 .bk-front:after {
	background-color: #BD021D;
}

.catalogo-4 .bk-cover {
	background-image: url(../img/fce/online/Cat_Hist2009.jpg);
	background-repeat: no-repeat;
	background-position: 10px 10px;
    background-size: 290px 380px;
}

.catalogo-4 .bk-cover h2 {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 30px;
	background: rgba(255,255,255,0.2);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.1);
}

.catalogo-4 .bk-cover h2 span:first-child,
.catalogo-4 .bk-left h2 span:first-child {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 13px;
	padding-right: 20px;
}

.catalogo-4 .bk-cover h2 span:first-child {
	display: block;
}

.catalogo-4 .bk-cover h2 span:last-child,
.catalogo-4 .bk-left h2 span:last-child {
	font-family: "Big Caslon", "Book Antiqua", "Palatino Linotype", Georgia, serif;
}

.catalogo-4 .bk-content p {
	font-family: Georgia, Times, "Times New Roman", serif;
}

.catalogo-4 .bk-left h2 {
	color: #fff;
	font-size: 15px;
	line-height: 40px;
	padding-right: 10px;
	text-align: left;
}

.catalogo-4 .bk-back p {
	color: #fff;
	font-size: 13px;
	padding: 40px;
	text-align: center;
	font-weight: 700;
}

/* Book 5 */
.catalogo-5 .bk-front > div,
.catalogo-5 .bk-back,
.catalogo-5 .bk-left,
.catalogo-5 .bk-front:after {
	background-color: #0098A0;
}

.catalogo-5 .bk-cover {
	background-image: url(../img/fce/online/Cat_ciencia2016.jpg);
	background-repeat: no-repeat;
	background-position: 10px 10px;
    background-size: 290px 380px;
}

.catalogo-5 .bk-cover h2 {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 30px;
	background: rgba(255,255,255,0.2);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.1);
}

.catalogo-5 .bk-cover h2 span:first-child,
.catalogo-5 .bk-left h2 span:first-child {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 13px;
	padding-right: 20px;
}

.catalogo-5 .bk-cover h2 span:first-child {
	display: block;
}

.catalogo-5 .bk-cover h2 span:last-child,
.catalogo-5 .bk-left h2 span:last-child {
	font-family: "Big Caslon", "Book Antiqua", "Palatino Linotype", Georgia, serif;
}

.catalogo-5 .bk-content p {
	font-family: Georgia, Times, "Times New Roman", serif;
}

.catalogo-5 .bk-left h2 {
	color: #fff;
	font-size: 15px;
	line-height: 40px;
	padding-right: 10px;
	text-align: left;
}

.catalogo-5 .bk-back p {
	color: #fff;
	font-size: 13px;
	padding: 40px;
	text-align: center;
	font-weight: 700;
}

/* Book 6 */
.catalogo-6 .bk-front > div,
.catalogo-6 .bk-back,
.catalogo-6 .bk-left,
.catalogo-6 .bk-front:after {
	background-color:#77190F;
}

.catalogo-6 .bk-cover {
	background-image: url(../img/fce/online/ForeRights2016.jpg);
	background-repeat: no-repeat;
	background-position: 10px 10px;
    background-size: 290px 380px;
}

.catalogo-6 .bk-cover h2 {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 30px;
	background: rgba(255,255,255,0.2);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.1);
}

.catalogo-6 .bk-cover h2 span:first-child,
.catalogo-6 .bk-left h2 span:first-child {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 13px;
	padding-right: 20px;
}

.catalogo-6 .bk-cover h2 span:first-child {
	display: block;
}

.catalogo-6 .bk-cover h2 span:last-child,
.catalogo-6 .bk-left h2 span:last-child {
	font-family: "Big Caslon", "Book Antiqua", "Palatino Linotype", Georgia, serif;
}

.catalogo-6 .bk-content p {
	font-family: Georgia, Times, "Times New Roman", serif;
}

.catalogo-6 .bk-left h2 {
	color: #fff;
	font-size: 15px;
	line-height: 40px;
	padding-right: 10px;
	text-align: left;
}

.catalogo-6 .bk-back p {
	color: #fff;
	font-size: 13px;
	padding: 40px;
	text-align: center;
	font-weight: 700;
}

/* Book 7 */
.catalogo-7 .bk-front > div,
.catalogo-7 .bk-back,
.catalogo-7 .bk-left,
.catalogo-7 .bk-front:after {
	background-color: #005C8F;
}

.catalogo-7 .bk-cover {
	background-image: url(../img/fce/online/Highlights2015.jpg);
	background-repeat: no-repeat;
	background-position: 10px 10px;
    background-size: 290px 380px;
}

.catalogo-7 .bk-cover h2 {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 30px;
	background: rgba(255,255,255,0.2);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.1);
}

.catalogo-7 .bk-cover h2 span:first-child,
.catalogo-7 .bk-left h2 span:first-child {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 13px;
	padding-right: 20px;
}

.catalogo-7 .bk-cover h2 span:first-child {
	display: block;
}

.catalogo-7 .bk-cover h2 span:last-child,
.catalogo-7 .bk-left h2 span:last-child {
	font-family: "Big Caslon", "Book Antiqua", "Palatino Linotype", Georgia, serif;
}

.catalogo-7 .bk-content p {
	font-family: Georgia, Times, "Times New Roman", serif;
}

.catalogo-7 .bk-left h2 {
	color: #fff;
	font-size: 15px;
	line-height: 40px;
	padding-right: 10px;
	text-align: left;
}

.catalogo-7 .bk-back p {
	color: #fff;
	font-size: 13px;
	padding: 40px;
	text-align: center;
	font-weight: 700;
}

/* Book 8 */
.catalogo-8 .bk-front > div,
.catalogo-8 .bk-back,
.catalogo-8 .bk-left,
.catalogo-8 .bk-front:after {
	background-color: #B9262C;
}

.catalogo-8 .bk-cover {
	background-image: url(../img/fce/online/ForeRightsBranch2016.jpg);
	background-repeat: no-repeat;
	background-position: 10px 10px;
    background-size: 290px 380px;
}

.catalogo-8 .bk-cover h2 {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 30px;
	background: rgba(255,255,255,0.2);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.1);
}

.catalogo-8 .bk-cover h2 span:first-child,
.catalogo-8 .bk-left h2 span:first-child {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 13px;
	padding-right: 20px;
}

.catalogo-8 .bk-cover h2 span:first-child {
	display: block;
}

.catalogo-8 .bk-cover h2 span:last-child,
.catalogo-8 .bk-left h2 span:last-child {
	font-family: "Big Caslon", "Book Antiqua", "Palatino Linotype", Georgia, serif;
}

.catalogo-8 .bk-content p {
	font-family: Georgia, Times, "Times New Roman", serif;
}

.catalogo-8 .bk-left h2 {
	color: #fff;
	font-size: 15px;
	line-height: 40px;
	padding-right: 10px;
	text-align: left;
}

.catalogo-8 .bk-back p {
	color: #fff;
	font-size: 13px;
	padding: 40px;
	text-align: center;
	font-weight: 700;
}

/* Book 9 */
.catalogo-9 .bk-front > div,
.catalogo-9 .bk-back,
.catalogo-9 .bk-left,
.catalogo-9 .bk-front:after {
	background-color: #6E3A69;
}

.catalogo-9 .bk-cover {
	background-image: url(../img/fce/online/NovedadesOct2018.jpg);
	background-repeat: no-repeat;
	background-position: 10px 10px;
    background-size: 290px 380px;
}

.catalogo-9 .bk-cover h2 {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 30px;
	background: rgba(255,255,255,0.2);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.1);
}

.catalogo-9 .bk-cover h2 span:first-child,
.catalogo-9 .bk-left h2 span:first-child {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 13px;
	padding-right: 20px;
}

.catalogo-9 .bk-cover h2 span:first-child {
	display: block;
}

.catalogo-9 .bk-cover h2 span:last-child,
.catalogo-9 .bk-left h2 span:last-child {
	font-family: "Big Caslon", "Book Antiqua", "Palatino Linotype", Georgia, serif;
}

.catalogo-9 .bk-content p {
	font-family: Georgia, Times, "Times New Roman", serif;
}

.catalogo-9 .bk-left h2 {
	color: #fff;
	font-size: 15px;
	line-height: 40px;
	padding-right: 10px;
	text-align: left;
}

.catalogo-9 .bk-back p {
	color: #fff;
	font-size: 13px;
	padding: 40px;
	text-align: center;
	font-weight: 700;
}


/* Book 10 */
.book-10 .bk-front > div,
.book-10 .bk-back,
.book-10 .bk-left,
.book-10 .bk-front:after {
	background-color: #fffef9;
}

.book-10 .bk-cover {
	background-image: url(../img/fce/online/historia.jpg);
	background-repeat: no-repeat;
	background-position: 10px 10px;
    background-size: 290px 380px;
}

.book-10 .bk-cover h2 {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 30px;
	background: rgba(255,255,255,0.2);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.1);
}

.book-10 .bk-cover h2 span:first-child,
.book-10 .bk-left h2 span:first-child {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 13px;
	padding-right: 20px;
}

.book-10 .bk-cover h2 span:first-child {
	display: block;
}

.book-10 .bk-cover h2 span:last-child,
.book-10 .bk-left h2 span:last-child {
	font-family: "Big Caslon", "Book Antiqua", "Palatino Linotype", Georgia, serif;
}

.book-10 .bk-content p {
	font-family: Georgia, Times, "Times New Roman", serif;
}

.book-10 .bk-left h2 {
	color: #fff;
	font-size: 15px;
	line-height: 40px;
	padding-right: 10px;
	text-align: left;
}

.book-10 .bk-back p {
	color: #fff;
	font-size: 13px;
	padding: 40px;
	text-align: center;
	font-weight: 700;
}

/* Book 11 */
.book-11 .bk-front > div,
.book-11 .bk-back,
.book-11 .bk-left,
.book-11 .bk-front:after {
	background-color: #d57d67;
}

.book-11 .bk-cover {
	background-image: url(../img/fce/online/11.jpg);
	background-repeat: no-repeat;
	background-position: 10px 10px;
    background-size: 290px 380px;
}

.book-11 .bk-cover h2 {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 30px;
	background: rgba(255,255,255,0.2);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.1);
}

.book-11 .bk-cover h2 span:first-child,
.book-11 .bk-left h2 span:first-child {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 13px;
	padding-right: 20px;
}

.book-11 .bk-cover h2 span:first-child {
	display: block;
}

.book-11 .bk-cover h2 span:last-child,
.book-11 .bk-left h2 span:last-child {
	font-family: "Big Caslon", "Book Antiqua", "Palatino Linotype", Georgia, serif;
}

.book-11 .bk-content p {
	font-family: Georgia, Times, "Times New Roman", serif;
}

.book-11 .bk-left h2 {
	color: #fff;
	font-size: 15px;
	line-height: 40px;
	padding-right: 10px;
	text-align: left;
}

.book-11 .bk-back p {
	color: #fff;
	font-size: 13px;
	padding: 40px;
	text-align: center;
	font-weight: 700;
}

/* Book 12 */
.book-12 .bk-front > div,
.book-12 .bk-back,
.book-12 .bk-left,
.book-12 .bk-front:after {
	background-color: #fe0000;
}

.book-12 .bk-cover {
	background-image: url(../img/fce/online/12.jpg);
	background-repeat: no-repeat;
	background-position: 10px 10px;
    background-size: 290px 380px;
}

.book-12 .bk-cover h2 {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 30px;
	background: rgba(255,255,255,0.2);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.1);
}

.book-12 .bk-cover h2 span:first-child,
.book-12 .bk-left h2 span:first-child {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 13px;
	padding-right: 20px;
}

.book-12 .bk-cover h2 span:first-child {
	display: block;
}

.book-12 .bk-cover h2 span:last-child,
.book-12 .bk-left h2 span:last-child {
	font-family: "Big Caslon", "Book Antiqua", "Palatino Linotype", Georgia, serif;
}

.book-12 .bk-content p {
	font-family: Georgia, Times, "Times New Roman", serif;
}

.book-12 .bk-left h2 {
	color: #fff;
	font-size: 15px;
	line-height: 40px;
	padding-right: 10px;
	text-align: left;
}

.book-12 .bk-back p {
	color: #fff;
	font-size: 13px;
	padding: 40px;
	text-align: center;
	font-weight: 700;
}


/* Book 13 */
.book-13 .bk-front > div,
.book-13 .bk-back,
.book-13 .bk-left,
.book-13 .bk-front:after {
	background-color: #e48b4f;
}

.book-13 .bk-cover {
	background-image: url(../img/fce/online/13.jpg);
	background-repeat: no-repeat;
	background-position: 10px 10px;
    background-size: 290px 380px;
}

.book-13 .bk-cover h2 {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 30px;
	background: rgba(255,255,255,0.2);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.1);
}

.book-13 .bk-cover h2 span:first-child,
.book-13 .bk-left h2 span:first-child {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 13px;
	padding-right: 20px;
}

.book-13 .bk-cover h2 span:first-child {
	display: block;
}

.book-13 .bk-cover h2 span:last-child,
.book-13 .bk-left h2 span:last-child {
	font-family: "Big Caslon", "Book Antiqua", "Palatino Linotype", Georgia, serif;
}

.book-13 .bk-content p {
	font-family: Georgia, Times, "Times New Roman", serif;
}

.book-13 .bk-left h2 {
	color: #fff;
	font-ize: 15px;
	line-height: 40px;
	padding-right: 10px;
	text-align: left;
}

.book-13 .bk-back p {
	color: #fff;
	font-size: 13px;
	padding: 40px;
	text-align: center;
	font-weight: 700;
}


/* Book 14 */
.book-14 .bk-front > div,
.book-14 .bk-back,
.book-14 .bk-left,
.book-14 .bk-front:after {
	background-color: #d87f3b;
}

.book-14 .bk-cover {
	background-image: url(../img/fce/online/14.jpg);
	background-repeat: no-repeat;
	background-position: 10px 10px;
    background-size: 290px 380px;
}

.book-14 .bk-cover h2 {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 30px;
	background: rgba(255,255,255,0.2);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.1);
}

.book-14 .bk-cover h2 span:first-child,
.book-14 .bk-left h2 span:first-child {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 13px;
	padding-right: 20px;
}

.book-14 .bk-cover h2 span:first-child {
	display: block;
}

.book-14 .bk-cover h2 span:last-child,
.book-14 .bk-left h2 span:last-child {
	font-family: "Big Caslon", "Book Antiqua", "Palatino Linotype", Georgia, serif;
}

.book-14 .bk-content p {
	font-family: Georgia, Times, "Times New Roman", serif;
}

.book-14 .bk-left h2 {
	color: #fff;
	font-size: 15px;
	line-height: 40px;
	padding-right: 10px;
	text-align: left;
}

.book-14 .bk-back p {
	color: #fff;
	font-size: 13px;
	padding: 40px;
	text-align: center;
	font-weight: 700;
}



/* Book 15 */
.book-15 .bk-front > div,
.book-15 .bk-back,
.book-15 .bk-left,
.book-15 .bk-front:after {
	background-color: #231f20;
}

.book-15 .bk-cover {
	background-image: url(../img/fce/online/15.jpg);
	background-repeat: no-repeat;
	background-position: 10px 10px;
    background-size: 290px 380px;
}

.book-15 .bk-cover h2 {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 30px;
	background: rgba(255,255,255,0.2);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.1);
}

.book-15 .bk-cover h2 span:first-child,
.book-15 .bk-left h2 span:first-child {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 13px;
	padding-right: 20px;
}

.book-15 .bk-cover h2 span:first-child {
	display: block;
}

.book-15 .bk-cover h2 span:last-child,
.book-15 .bk-left h2 span:last-child {
	font-family: "Big Caslon", "Book Antiqua", "Palatino Linotype", Georgia, serif;
}

.book-15 .bk-content p {
	font-family: Georgia, Times, "Times New Roman", serif;
}

.book-15 .bk-left h2 {
	color: #fff;
	font-size: 15px;
	line-height: 40px;
	padding-right: 10px;
	text-align: left;
}

.book-15 .bk-back p {
	color: #fff;
	font-size: 13px;
	padding: 40px;
	text-align: center;
	font-weight: 700;
}


/* Book 16 */
.book-16 .bk-front > div,
.book-16 .bk-back,
.book-16 .bk-left,
.book-16 .bk-front:after {
	background-color: #000000;
}

.book-16 .bk-cover {
	background-image: url(../img/fce/online/16.jpg);
	background-repeat: no-repeat;
	background-position: 10px 10px;
    background-size: 290px 380px;
}

.book-16 .bk-cover h2 {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 30px;
	background: rgba(255,255,255,0.2);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.1);
}

.book-16 .bk-cover h2 span:first-child,
.book-16 .bk-left h2 span:first-child {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 13px;
	padding-right: 20px;
}

.book-16 .bk-cover h2 span:first-child {
	display: block;
}

.book-16 .bk-cover h2 span:last-child,
.book-16 .bk-left h2 span:last-child {
	font-family: "Big Caslon", "Book Antiqua", "Palatino Linotype", Georgia, serif;
}

.book-16 .bk-content p {
	font-family: Georgia, Times, "Times New Roman", serif;
}

.book-16 .bk-left h2 {
	color: #fff;
	font-size: 15px;
	line-height: 40px;
	padding-right: 10px;
	text-align: left;
}

.book-16 .bk-back p {
	color: #fff;
	font-size: 13px;
	padding: 40px;
	text-align: center;
	font-weight: 700;
}


/* Book 17 */
.book-17 .bk-front > div,
.book-17 .bk-back,
.book-17 .bk-left,
.book-17 .bk-front:after {
	background-color: #017f71;
}

.book-17 .bk-cover {
	background-image: url(../img/fce/online/17.jpg);
	background-repeat: no-repeat;
	background-position: 10px 10px;
    background-size: 290px 380px;
}

.book-17 .bk-cover h2 {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 30px;
	background: rgba(255,255,255,0.2);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.1);
}

.book-17 .bk-cover h2 span:first-child,
.book-17 .bk-left h2 span:first-child {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 13px;
	padding-right: 20px;
}

.book-17 .bk-cover h2 span:first-child {
	display: block;
}

.book-17 .bk-cover h2 span:last-child,
.book-17 .bk-left h2 span:last-child {
	font-family: "Big Caslon", "Book Antiqua", "Palatino Linotype", Georgia, serif;
}

.book-17 .bk-content p {
	font-family: Georgia, Times, "Times New Roman", serif;
}

.book-17 .bk-left h2 {
	color: #fff;
	font-size: 15px;
	line-height: 40px;
	padding-right: 10px;
	text-align: left;
}

.book-17 .bk-back p {
	color: #fff;
	font-size: 13px;
	padding: 40px;
	text-align: center;
	font-weight: 700;
}





/* Book 18 */
.book-18 .bk-front > div,
.book-18 .bk-back,
.book-18 .bk-left,
.book-18 .bk-front:after {
	background-color: #000000;
}

.book-18 .bk-cover {
	background-image: url(../img/fce/online/18.jpg);
	background-repeat: no-repeat;
	background-position: 10px 10px;
    background-size: 290px 380px;
}

.book-18 .bk-cover h2 {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 30px;
	background: rgba(255,255,255,0.2);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.1);
}

.book-18 .bk-cover h2 span:first-child,
.book-18 .bk-left h2 span:first-child {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 13px;
	padding-right: 20px;
}

.book-18 .bk-cover h2 span:first-child {
	display: block;
}

.book-18 .bk-cover h2 span:last-child,
.book-18 .bk-left h2 span:last-child {
	font-family: "Big Caslon", "Book Antiqua", "Palatino Linotype", Georgia, serif;
}

.book-18 .bk-content p {
	font-family: Georgia, Times, "Times New Roman", serif;
}

.book-18 .bk-left h2 {
	color: #fff;
	font-size: 15px;
	line-height: 40px;
	padding-right: 10px;
	text-align: left;
}

.book-18 .bk-back p {
	color: #fff;
	font-size: 13px;
	padding: 40px;
	text-align: center;
	font-weight: 700;
}



/* Book 19 */
.book-19 .bk-front > div,
.book-19 .bk-back,
.book-19 .bk-left,
.book-19 .bk-front:after {
	background-color: #222023;
}

.book-19 .bk-cover {
	background-image: url(../img/fce/online/19.jpg);
	background-repeat: no-repeat;
	background-position: 10px 10px;
    background-size: 290px 380px;
}

.book-19 .bk-cover h2 {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 30px;
	background: rgba(255,255,255,0.2);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.1);
}

.book-19 .bk-cover h2 span:first-child,
.book-19 .bk-left h2 span:first-child {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 13px;
	padding-right: 20px;
}

.book-19 .bk-cover h2 span:first-child {
	display: block;
}

.book-19 .bk-cover h2 span:last-child,
.book-19 .bk-left h2 span:last-child {
	font-family: "Big Caslon", "Book Antiqua", "Palatino Linotype", Georgia, serif;
}

.book-19 .bk-content p {
	font-family: Georgia, Times, "Times New Roman", serif;
}

.book-19 .bk-left h2 {
	color: #fff;
	font-size: 15px;
	line-height: 40px;
	padding-right: 10px;
	text-align: left;
}

.book-19 .bk-back p {
	color: #fff;
	font-size: 13px;
	padding: 40px;
	text-align: center;
	font-weight: 700;
}

/* Book 20 */
.book-20 .bk-front > div,
.book-20 .bk-back,
.book-20 .bk-left,
.book-20 .bk-front:after {
	background-color: #ffffff;
}

.book-20 .bk-cover {
	background-image: url(../img/fce/online/20.jpg);
	background-repeat: no-repeat;
	background-position: 10px 10px;
    background-size: 290px 380px;
}

.book-20 .bk-cover h2 {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 30px;
	background: rgba(255,255,255,0.2);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.1);
}

.book-20 .bk-cover h2 span:first-child,
.book-20 .bk-left h2 span:first-child {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 13px;
	padding-right: 20px;
}

.book-20 .bk-cover h2 span:first-child {
	display: block;
}

.book-20 .bk-cover h2 span:last-child,
.book-20 .bk-left h2 span:last-child {
	font-family: "Big Caslon", "Book Antiqua", "Palatino Linotype", Georgia, serif;
}

.book-20 .bk-content p {
	font-family: Georgia, Times, "Times New Roman", serif;
}

.book-20 .bk-left h2 {
	color: #fff;
	font-size: 15px;
	line-height: 40px;
	padding-right: 10px;
	text-align: left;
}

.book-20 .bk-back p {
	color: #fff;
	font-size: 13px;
	padding: 40px;
	text-align: center;
	font-weight: 700;
}


/* Book 21 */
.book-21 .bk-front > div,
.book-21 .bk-back,
.book-21 .bk-left,
.book-21 .bk-front:after {
	background-color: #fbc484;
}

.book-21 .bk-cover {
	background-image: url(../img/fce/online/21.jpg);
	background-repeat: no-repeat;
	background-position: 10px 10px;
    background-size: 290px 380px;
}

.book-21 .bk-cover h2 {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 30px;
	background: rgba(255,255,255,0.2);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.1);
}

.book-21 .bk-cover h2 span:first-child,
.book-21 .bk-left h2 span:first-child {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 13px;
	padding-right: 20px;
}

.book-21 .bk-cover h2 span:first-child {
	display: block;
}

.book-21 .bk-cover h2 span:last-child,
.book-21 .bk-left h2 span:last-child {
	font-family: "Big Caslon", "Book Antiqua", "Palatino Linotype", Georgia, serif;
}

.book-21 .bk-content p {
	font-family: Georgia, Times, "Times New Roman", serif;
}

.book-21 .bk-left h2 {
	color: #fff;
	font-size: 15px;
	line-height: 40px;
	padding-right: 10px;
	text-align: left;
}

.book-21 .bk-back p {
	color: #fff;
	font-size: 13px;
	padding: 40px;
	text-align: center;
	font-weight: 700;
}



/* Book 22 */
.book-22 .bk-front > div,
.book-22 .bk-back,
.book-22 .bk-left,
.book-22 .bk-front:after {
	background-color: #021523;
}

.book-22 .bk-cover {
	background-image: url(../img/fce/online/22.jpg);
	background-repeat: no-repeat;
	background-position: 10px 10px;
    background-size: 290px 380px;
}

.book-22 .bk-cover h2 {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 30px;
	background: rgba(255,255,255,0.2);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.1);
}

.book-22 .bk-cover h2 span:first-child,
.book-22 .bk-left h2 span:first-child {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 13px;
	padding-right: 20px;
}

.book-22 .bk-cover h2 span:first-child {
	display: block;
}

.book-22 .bk-cover h2 span:last-child,
.book-22 .bk-left h2 span:last-child {
	font-family: "Big Caslon", "Book Antiqua", "Palatino Linotype", Georgia, serif;
}

.book-22 .bk-content p {
	font-family: Georgia, Times, "Times New Roman", serif;
}

.book-22 .bk-left h2 {
	color: #fff;
	font-size: 15px;
	line-height: 40px;
	padding-right: 10px;
	text-align: left;
}

.book-22 .bk-back p {
	color: #fff;
	font-size: 13px;
	padding: 40px;
	text-align: center;
	font-weight: 700;
}




/* Book 23 */
.book-23 .bk-front > div,
.book-23 .bk-back,
.book-23 .bk-left,
.book-23 .bk-front:after {
	background-color: #0da84c;
}

.book-23 .bk-cover {
	background-image: url(../img/fce/online/23.jpg);
	background-repeat: no-repeat;
	background-position: 10px 10px;
    background-size: 290px 380px;
}

.book-23 .bk-cover h2 {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 30px;
	background: rgba(255,255,255,0.2);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.1);
}

.book-23 .bk-cover h2 span:first-child,
.book-23 .bk-left h2 span:first-child {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 13px;
	padding-right: 20px;
}

.book-23 .bk-cover h2 span:first-child {
	display: block;
}

.book-23 .bk-cover h2 span:last-child,
.book-23 .bk-left h2 span:last-child {
	font-family: "Big Caslon", "Book Antiqua", "Palatino Linotype", Georgia, serif;
}

.book-23 .bk-content p {
	font-family: Georgia, Times, "Times New Roman", serif;
}

.book-23 .bk-left h2 {
	color: #fff;
	font-size: 15px;
	line-height: 40px;
	padding-right: 10px;
	text-align: left;
}

.book-23 .bk-back p {
	color: #fff;
	font-size: 13px;
	padding: 40px;
	text-align: center;
	font-weight: 700;
}

/* Book 24 */
.book-24 .bk-front > div,
.book-24 .bk-back,
.book-24 .bk-left,
.book-24 .bk-front:after {
	background-color: #ebf3e2;
}

.book-24 .bk-cover {
	background-image: url(../img/fce/5.jpg);
	background-repeat: no-repeat;
	background-position: 10px 10px;
    background-size: 290px 380px;
}

.book-24 .bk-cover h2 {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 30px;
	background: rgba(255,255,255,0.2);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.1);
}

.book-24 .bk-cover h2 span:first-child,
.book-24 .bk-left h2 span:first-child {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 13px;
	padding-right: 20px;
}

.book-24 .bk-cover h2 span:first-child {
	display: block;
}

.book-24 .bk-cover h2 span:last-child,
.book-24 .bk-left h2 span:last-child {
	font-family: "Big Caslon", "Book Antiqua", "Palatino Linotype", Georgia, serif;
}

.book-24 .bk-content p {
	font-family: Georgia, Times, "Times New Roman", serif;
}

.book-24 .bk-left h2 {
	color: #fff;
	font-size: 15px;
	line-height: 40px;
	padding-right: 10px;
	text-align: left;
}

.book-24 .bk-back p {
	color: #fff;
	font-size: 13px;
	padding: 40px;
	text-align: center;
	font-weight: 700;
}


/* Book 25 */
.book-25 .bk-front > div,
.book-25 .bk-back,
.book-25 .bk-left,
.book-25 .bk-front:after {
	background-color: #f4dcdb;
}

.book-25 .bk-cover {
	background-image: url(../img/fce/5.jpg);
	background-repeat: no-repeat;
	background-position: 10px 10px;
    background-size: 290px 380px;
}

.book-25 .bk-cover h2 {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 30px;
	background: rgba(255,255,255,0.2);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.1);
}

.book-25 .bk-cover h2 span:first-child,
.book-25 .bk-left h2 span:first-child {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 13px;
	padding-right: 20px;
}

.book-25 .bk-cover h2 span:first-child {
	display: block;
}

.book-25 .bk-cover h2 span:last-child,
.book-25 .bk-left h2 span:last-child {
	font-family: "Big Caslon", "Book Antiqua", "Palatino Linotype", Georgia, serif;
}

.book-25 .bk-content p {
	font-family: Georgia, Times, "Times New Roman", serif;
}

.book-25 .bk-left h2 {
	color: #fff;
	font-size: 15px;
	line-height: 40px;
	padding-right: 10px;
	text-align: left;
}

.book-25 .bk-back p {
	color: #fff;
	font-size: 13px;
	padding: 40px;
	text-align: center;
	font-weight: 700;
}

/* Book 26 */
.book-26 .bk-front > div,
.book-26 .bk-back,
.book-26 .bk-left,
.book-26 .bk-front:after {
	background-color: #64ddd2;
}

.book-26 .bk-cover {
	background-image: url(../img/fce/5.jpg);
	background-repeat: no-repeat;
	background-position: 10px 10px;
    background-size: 290px 380px;
}

.book-26 .bk-cover h2 {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 30px;
	background: rgba(255,255,255,0.2);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.1);
}

.book-26 .bk-cover h2 span:first-child,
.book-26 .bk-left h2 span:first-child {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 13px;
	padding-right: 20px;
}

.book-26 .bk-cover h2 span:first-child {
	display: block;
}

.book-26 .bk-cover h2 span:last-child,
.book-26 .bk-left h2 span:last-child {
	font-family: "Big Caslon", "Book Antiqua", "Palatino Linotype", Georgia, serif;
}

.book-26 .bk-content p {
	font-family: Georgia, Times, "Times New Roman", serif;
}

.book-26 .bk-left h2 {
	color: #fff;
	font-size: 15px;
	line-height: 40px;
	padding-right: 10px;
	text-align: left;
}

.book-26 .bk-back p {
	color: #fff;
	font-size: 13px;
	padding: 40px;
	text-align: center;
	font-weight: 700;
}


/* Book 27 */
.book-27 .bk-front > div,
.book-27 .bk-back,
.book-27 .bk-left,
.book-27 .bk-front:after {
	background-color: #050505;
}

.book-27 .bk-cover {
	background-image: url(../img/fce/5.jpg);
	background-repeat: no-repeat;
	background-position: 10px 10px;
    background-size: 290px 380px;
}

.book-27 .bk-cover h2 {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 30px;
	background: rgba(255,255,255,0.2);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.1);
}

.book-27 .bk-cover h2 span:first-child,
.book-27 .bk-left h2 span:first-child {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 13px;
	padding-right: 20px;
}

.book-27 .bk-cover h2 span:first-child {
	display: block;
}

.book-27 .bk-cover h2 span:last-child,
.book-27 .bk-left h2 span:last-child {
	font-family: "Big Caslon", "Book Antiqua", "Palatino Linotype", Georgia, serif;
}

.book-27 .bk-content p {
	font-family: Georgia, Times, "Times New Roman", serif;
}

.book-27 .bk-left h2 {
	color: #fff;
	font-size: 15px;
	line-height: 40px;
	padding-right: 10px;
	text-align: left;
}

.book-27 .bk-back p {
	color: #fff;
	font-size: 13px;
	padding: 40px;
	text-align: center;
	font-weight: 700;
}


/* Book 28 */
.book-28 .bk-front > div,
.book-28 .bk-back,
.book-28 .bk-left,
.book-28 .bk-front:after {
	background-color: #e53f2c;
}

.book-28 .bk-cover {
	background-image: url(../img/fce/5.jpg);
	background-repeat: no-repeat;
	background-position: 10px 10px;
    background-size: 290px 380px;
}

.book-28 .bk-cover h2 {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 30px;
	background: rgba(255,255,255,0.2);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.1);
}

.book-28 .bk-cover h2 span:first-child,
.book-28 .bk-left h2 span:first-child {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 13px;
	padding-right: 20px;
}

.book-28 .bk-cover h2 span:first-child {
	display: block;
}

.book-28 .bk-cover h2 span:last-child,
.book-28 .bk-left h2 span:last-child {
	font-family: "Big Caslon", "Book Antiqua", "Palatino Linotype", Georgia, serif;
}

.book-28 .bk-content p {
	font-family: Georgia, Times, "Times New Roman", serif;
}

.book-28 .bk-left h2 {
	color: #fff;
	font-size: 15px;
	line-height: 40px;
	padding-right: 10px;
	text-align: left;
}

.book-28 .bk-back p {
	color: #fff;
	font-size: 13px;
	padding: 40px;
	text-align: center;
	font-weight: 700;
}

/* Book 29 */
.book-29 .bk-front > div,
.book-29 .bk-back,
.book-29 .bk-left,
.book-29 .bk-front:after {
	background-color: #c1b7ae;
}

.book-29 .bk-cover {
	background-image: url(../img/fce/5.jpg);
	background-repeat: no-repeat;
	background-position: 10px 10px;
    background-size: 290px 380px;
}

.book-29 .bk-cover h2 {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 30px;
	background: rgba(255,255,255,0.2);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.1);
}

.book-29 .bk-cover h2 span:first-child,
.book-29 .bk-left h2 span:first-child {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 13px;
	padding-right: 20px;
}

.book-29 .bk-cover h2 span:first-child {
	display: block;
}

.book-29 .bk-cover h2 span:last-child,
.book-29 .bk-left h2 span:last-child {
	font-family: "Big Caslon", "Book Antiqua", "Palatino Linotype", Georgia, serif;
}

.book-29 .bk-content p {
	font-family: Georgia, Times, "Times New Roman", serif;
}

.book-29 .bk-left h2 {
	color: #fff;
	font-size: 15px;
	line-height: 40px;
	padding-right: 10px;
	text-align: left;
}

.book-29 .bk-back p {
	color: #fff;
	font-size: 13px;
	padding: 40px;
	text-align: center;
	font-weight: 700;
}


/* Fallbacks */

.no-csstransforms3d .bk-list li .bk-book > div,
.no-csstransforms3d .bk-list li .bk-book .bk-cover-back {
	display: none;
}

.no-csstransforms3d .bk-list li .bk-book > div.bk-front {
	display: block;
}

.no-csstransforms3d .bk-info button,
.no-js .bk-info button {
	display: none;
}

.shelf {
	border-bottom: 30px solid #dcbc86;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
	top: -650px;
    margin-left: -30px;
	z-index: -10;
}
/*Example adding pseudo element to give shelf depth*/
.shelf:after {
	content: '';
	background: #86500d;
	height: 20px;
	width: calc(100% + 40px); /*IE9+*/
	position: absolute;
	top: 30px;
	left: 0;
	right: 0;
	z-index: 1;
	margin: 0 -20px;
}
.shelf2 {
	border-bottom: 30px solid #dcbc86;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
	top: -600px;
    margin-left: -30px;
	z-index: -10;
}
/*Example adding pseudo element to give shelf depth*/
.shelf2:after {
	content: '';
	background: #86500d;
	height: 20px;
	width: calc(100% + 40px); /*IE9+*/
	position: absolute;
	top: 30px;
	left: 0;
	right: 0;
	z-index: 1;
	margin: 0 -20px;
}
.shelf3 {
	border-bottom: 30px solid #dcbc86;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
	top: -680px;
    margin-left: -30px;
	z-index: -10;
}
/*Example adding pseudo element to give shelf depth*/
.shelf3:after {
	content: '';
	background: #86500d;
	height: 20px;
	width: calc(100% + 40px); /*IE9+*/
	position: absolute;
	top: 30px;
	left: 0;
	right: 0;
	z-index: 1;
	margin: 0 -20px;
}
.shelf4 {
	border-bottom: 30px solid #dcbc86;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
	top: -520px;
    margin-left: -30px;
	z-index: -10;
}
/*Example adding pseudo element to give shelf depth*/
.shelf4:after {
	content: '';
	background: #86500d;
	height: 20px;
	width: calc(100% + 40px); /*IE9+*/
	position: absolute;
	top: 30px;
	left: 0;
	right: 0;
	z-index: 1;
	margin: 0 -20px;
}

::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}
