.bk-list {
	list-style: none;
	position: relative;
}

.bk-list li {
	position: relative;
	width: 230px;
	height:400px;
	float: left;
	z-index: 100px;
	margin: 0px 20px 0px 0;
	-webkit-perspective: 1800px;
	-moz-perspective: 1800px;
	perspective: 1800px;
}

.bk-list li:last-child {
	margin-right: 0;
}

.bk-info {
	position: relative;
	margin-top: 40px;
}

.bk-info h3 {
	padding: 20px 0 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid rgba(0,0,0,0.3);
	font-size: 10px;
}

.bk-info h3 span:first-child {
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	padding-bottom: 100px;
	display: block;
	color: #777;
}

.bk-info p {
	line-height: 24px;
	color: green;
	min-height: 16px;
	font-size:8px;
}
.bk-info button {
	background: #78c47a;
	border: none;
	color: #fff;
	margin-top:300px;
	display: inline-block;
	padding: 3px 15px;
	font-weight: 700;
	font-size: 14px;
	text-transform: uppercase;
	cursor: pointer;
	margin-right: 4px;
	margin-left:15px;
	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: 360px;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transition: -webkit-transform .5s;
	-moz-transition: -moz-transform .5s;
	transition: transform .5s;
}

.bk-list li .bk-book.bk-bookdefault:hover {
	-webkit-transform: rotate3d(0,1,0,35deg);
	-moz-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;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform-origin: 0% 50%;
	-moz-transform-origin: 0% 50%;
	transform-origin: 0% 50%;
	-webkit-transition: -webkit-transform .5s;
	-moz-transition: -moz-transform .5s;
	transition: transform .5s;
	-webkit-transform: translate3d(0,0,20px);
	-moz-transform: translate3d(0,0,20px);
	transform: translate3d(0,0,20px);
	z-index: 10;
}

.bk-list li .bk-front > div {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.bk-list li .bk-page {
	-webkit-transform: translate3d(0,0,19px);
	-moz-transform: translate3d(0,0,19px);
	transform: translate3d(0,0,19px);
	display: none;
	width: 250px;
	height: 350px;
	top: 4px;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
}

.bk-list li .bk-front,
.bk-list li .bk-back,
.bk-list li .bk-front > div {
	width: 255px;
	height: 360px;
}

.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: 250px;
	height: 40px;
	top: -155px;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}

.bk-list li .bk-back {
	-webkit-transform: rotate3d(0,1,0,-180deg) translate3d(0,0,20px);
	-moz-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,-180deg);
	-moz-transform: rotate3d(0,1,0,-180deg);
	transform: rotate3d(0,1,0,-180deg);
}

.bk-list li .bk-right {
	height: 350px;
	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;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}

.bk-list li .bk-left {
	height: 360px;
	-webkit-transform: rotate3d(0,1,0,-90deg);
	-moz-transform: rotate3d(0,1,0,-90deg);
	transform: rotate3d(0,1,0,-90deg);
}

.bk-list li .bk-top {
	-webkit-transform: rotate3d(1,0,0,90deg);
	-moz-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);
	-moz-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);
	-moz-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);
	-moz-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);
	-moz-transform: translate3d(0,0,0px) rotate3d(0,1,0,180deg);
	transform: translate3d(0,0,0px) rotate3d(0,1,0,180deg);
}

.bk-list li .bk-viewback .bk-back {
	z-index: 10;
}

/* 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: 355px;
	height: 40px;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: rotate(90deg) translateY(-40px);
	-moz-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;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: opacity 0.3s ease-in-out;
	-moz-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 0;
	-webkit-font-smoothing: antialiased;
	color: #000;
	font-size: 12px;
	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 */

/* Book 1 */
.book-1 .bk-front > div,
.book-1 .bk-back,
.book-1 .bk-left,
.book-1 .bk-front:after {
	background-color: #6b77c2;
}

.book-1 .bk-cover {
	background-image: url(../images/.png);	
	background-repeat: no-repeat;
	background-position: 10px 40px;
}

.book-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);
}

.book-1 .bk-cover h2 span:first-child{font-size: 15px;}
.book-1 .bk-left h2 span:first-child {
	text-transform: uppercase;
	font-weight: 355;
	font-size: 13px;
	padding-right: 20px;
}

.book-1 .bk-cover h2 span:first-child {
	display: block;
}

.book-1 .bk-cover h2 span:last-child,
.book-1 .bk-left h2 span:last-child {
	font-family: "Big Caslon", "Book Antiqua", "Palatino Linotype", Georgia, serif;
} 

.book-1 .bk-content p {
	font-family: Georgia, Times, "Times New Roman", serif;
}

.book-1 .bk-left h2 {
	color: #fff;
	font-size: 15px;
	line-height: 40px;
	padding-right: 10px;
	text-align: right;
}

.book-1 .bk-back p {
	color: #fff;
	font-size: 13px;
	padding: 40px;
	text-align: center;
	font-weight: 700;
}
 
.book-2 .bk-front > div,
.book-2 .bk-back,
.book-2 .bk-left,
.book-2 .bk-front:after {
	background-color: #1ad8bb;
}

.book-2 .bk-cover {
	background-image: url(../images/12.png);	
	background-repeat: no-repeat;
	background-position: 100% 95%;
}

.book-2 .bk-cover h2 {
	position: absolute;
	top: 40px;
	right: 40px;
	left: 20px;
	padding-top: 15px;
	color: black;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.1);
}

.book-2 .bk-cover h2 span:first-child{	font-size: 30px;}
.book-2 .bk-left h2 span:first-child {
	text-transform: uppercase;
	font-weight: 355;
	font-size: 10px;
	padding-right: 1px;
}

.book-2 .bk-cover h2 span:first-child {
	display: block;
	font-size: 30px;
}

.book-2 .bk-cover h2 span:last-child {font-size: 30px;}
.book-2 .bk-left h2 span:last-child,
.book-2 .bk-content p  {
	font-family: Arial;
} 

.book-2 .bk-left h2 {
	color: #fff;
	font-size: 10px;
	line-height: 40px;
	text-align: center;
}

.book-2 .bk-back img {
	width: 200px;
	display: block;
	margin: 30px auto 0;
}

.book-2 .bk-back p {
	color: #fff;
	font-size: 12px;
	font-family:   Arial ;
	padding: 10px;
	text-align: center;
	 
}

/* Book 3 */
 

.book-3 .bk-front > div,
.book-3 .bk-back,
.book-3 .bk-left,
.book-3 .bk-front:after {
	background-color: #a4c19e;
}

.book-3 .bk-cover {
	background-image: url(../images/5.png);	
	background-repeat: no-repeat;
	background-position: 100% 95%;
}

.book-3 .bk-cover h2 {
	position: absolute;
	top: 40px;
	right: 40px;
	left: 20px;
	padding-top: 15px;
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.1);
}

.book-3 .bk-cover h2 span:first-child,
.book-3 .bk-left h2 span:first-child {
	text-transform: uppercase;
	font-weight: 355;
	font-size: 10px;
	padding-right: 1px;
}

.book-3 .bk-cover h2 span:first-child {
	display: block;
}

.book-3 .bk-cover h2 span:last-child,
.book-3 .bk-left h2 span:last-child,
.book-3 .bk-content p  {
	font-family: Arial;
} 

.book-3 .bk-left h2 {
	color: #fff;
	font-size: 10px;
	line-height: 40px;
	text-align: center;
}

.book-3 .bk-back img {
	width: 200px;
	display: block;
	margin: 30px auto 0;
}

.book-3 .bk-back p {
	color: #fff;
	font-size: 12px;
	font-family:   Arial ;
	padding: 14px;
	text-align: center;
	 
}
/* Book 4 */
/* Book 4 */
.book-4 .bk-front > div,
.book-4 .bk-back,
.book-4 .bk-left,
.book-4 .bk-front:after {
		background-image: url(../images/6.jpg);	
}

.book-4 .bk-cover {
	background-image: url(../images/6.png);	
	background-repeat:  repeat;
	background-position: 10px 40px;
}

.book-4 .bk-cover h2 {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 30px;
 
	color: #fff;
 
}

.book-4 .bk-cover h2 span:first-child,
.book-4 .bk-left h2 span:first-child {
	text-transform: uppercase;
	font-weight: 355;
	font-size: 13px;
	padding-right: 20px;
}

.book-4 .bk-cover h2 span:first-child {
	display: block;
}

.book-4 .bk-cover h2 span:last-child,
.book-4 .bk-left h2 span:last-child {
	font-family: Arial;
} 

.book-4 .bk-content p {
	font-family: Arial;
}

.book-4 .bk-left h2 {
	color: #fff;
	font-size: 11px;
	line-height: 40px;
	padding-right: 5px;
	text-align: right;
}

.book-4 .bk-back p {
	color: #fff;
	font-size: 13px;
	padding: 40px;
	text-align: center;
	font-weight: 700;
}



/* Book 5 */
.book-5 .bk-front > div,
.book-5 .bk-back,
.book-5 .bk-left,
.book-5 .bk-front:after {
			background-image: url(../images/4.jpg);
}

.book-5 .bk-cover {
	
	background-repeat:  repeat;
	background-position: 15px 10px;
}

.book-5 .bk-cover h2 {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 30px;
 
	color:red;font-size: 26px;
 
}

.book-5 .bk-cover h2 span:first-child,
.book-5 .bk-left h2 span:first-child {
	text-transform: uppercase;
	font-weight: 355;
	font-size: 16px;
	padding-right: 0 px;
	color:red;
}

.book-5 .bk-cover h2 span:first-child {
	display: block;
}

.book-5 .bk-cover h2 span:last-child,
.book-5 .bk-left h2 span:last-child {
	font-family: Arial;
} 

.book-5 .bk-content p {
	font-family: Arial;
}

.book-5 .bk-left h2 {
	color: black;
	font-size: 11px;
	line-height: 40px;
	padding-right: 5px;
	text-align: right;
}

.book-5 .bk-back p {
	color: black;
	font-size: 13px;
	padding: 40px;
	text-align: center;
	font-weight: 700;
}



/* Book 6 */


.book-6 .bk-front > div,
.book-6 .bk-back,
.book-6 .bk-left,
.book-6 .bk-front:after {
	background-color:#04081f;		
}

.book-6 .bk-cover {
	background-image: url(../images/3.png);		
	background-repeat:   no-repeat;
	background-position: 0% 95%;
}

.book-6 .bk-cover h2 {
	position: absolute;
	top: 0px;
	right: 40px;
	left: 20px;
	padding-top:  0 px;
	color: white;
		text-align: center;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.1);
}

.book-6 .bk-cover h2 span:first-child{font-size: 20px;
	padding-right: 1px;
		color: white;}
.book-6 .bk-left h2 span:first-child {
	text-transform: uppercase;
	font-weight: 355;
	font-size: 10px;
	padding-right: 1px;
		color: white;
}

.book-6 .bk-cover h2 span:first-child {
	display: block;
}

.book-6 .bk-cover h2 span:last-child,
.book-6 .bk-left h2 span:last-child,
.book-6 .bk-content p  {
	font-family: Arial;
} 

.book-6 .bk-left h2 {
	color: #fff;
	font-size: 10px;
	line-height: 40px;
	text-align: center;
}

.book-6 .bk-back img {
	width: 200px;
	display: block;
	margin: 30px auto 0;
}

.book-6 .bk-back p {
	color: #fff;
	font-size: 12px;
	font-family:   Arial ;
	padding: 14px;
	text-align: center;
	 
}
/*book-7*/

.book-7 .bk-front > div,
.book-7 .bk-back,
.book-7 .bk-left,
.book-7 .bk-front:after {
	background-color: #d0b315;	
}

.book-7 .bk-cover {

	background-repeat:  no-repeat;
	background-position: 85% 85%;
 
}

.book-7 .bk-cover h2 {
	position: absolute;
	top: 10px;
	right: 40px;
	left: 20px;
	padding-top: 15px;
	color: green;
		text-align: center;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.1);
}

.book-7 .bk-cover h2 span:first-child,
.book-7 .bk-left h2 span:first-child {
	text-transform: uppercase;
	font-weight: 355;
	font-size: 20px;
	padding-right: 1px;
		color: black;
}

.book-7 .bk-cover h2 span:first-child {
	display: block;
}

.book-7 .bk-cover h2 span:last-child,
.book-7 .bk-left h2 span:last-child,
.book-7 .bk-content p  {
	font-family: Arial;
		color: #051623;
} 

.book-7 .bk-left h2 {
	color: #fff;
	font-size: 10px;
	line-height: 40px;
	text-align: center;
}

.book-7 .bk-back img {
	width: 200px;
	display: block;
	margin: 30px auto 0;
}

.book-7 .bk-back p {
	color: black;
	font-size: 12px;
	font-family:   Arial ;
	padding: 15px;
	text-align: center;
	 
}

/* Book 8 */
.book-8 .bk-front > div,
.book-8 .bk-back,
.book-8 .bk-left,
.book-8 .bk-front:after {
	background-color:#65d15a;
}

.book-8 .bk-cover {
	background-image: url(../images/.png);	
	background-repeat:  no-repeat;
	background-position: 55% 85%;
}

.book-8 .bk-cover h2 {
	position: absolute;
	bottom: 100px;
	top: 20px;
	right: 0;
	left: 0;
	padding: 30px;
 
 color: #051623;
 
}

.book-8 .bk-cover h2 span:first-child,
.book-8 .bk-left h2 span:first-child {
	text-transform: uppercase;
	font-weight: 355;
	font-size: 18px;
	padding-right: 20px;
		color: #051623;
		text-align: center;
}

.book-8 .bk-cover h2 span:first-child {
	display: block;
		color: #051623;
}

.book-8 .bk-cover h2 span:last-child,
.book-8 .bk-left h2 span:last-child {
	font-family: "Big Caslon", "Book Antiqua", "Palatino Linotype", Georgia, serif;
		color: #051623;
} 


.book-8 .bk-content p {
	font-family: Georgia, Times, "Times New Roman", serif;
}

.book-8 .bk-left h2 {
	color: #fff;
	font-size: 15px;
	line-height: 40px;
	padding-right: 10px;
	text-align: right;
}

.book-8 .bk-back p {
	color: #fff;
	font-size: 13px;
	padding: 40px;
	text-align: center;
	font-weight: 700;
}
 
/* Book 9 */

.book-9 .bk-front > div,
.book-9 .bk-back,
.book-9 .bk-left,
.book-9 .bk-front:after {
	background-color: #041732;
}

.book-9 .bk-cover {
	background-image: url(../images/9.png);	
	background-repeat:  repeat;
	background-position: 100% 95%;
}

.book-9 .bk-cover h2 {
	position: absolute;
	top: 20px;
	right: 40px;
	left: 30px;
	padding-top: 5px;
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.1);
}

.book-9 .bk-cover h2 span:first-child,
.book-9 .bk-left h2 span:first-child {
	text-transform: uppercase;
 	font-size: 16px;
	padding-right: 1px;
	color: white;
		text-align: center;
}

.book-9 .bk-cover h2 span:first-child {
	display: block;
		color: white;
		text-align: center;
}

.book-9 .bk-cover h2 span:last-child,
.book-9 .bk-left h2 span:last-child,
.book-9 .bk-content p  {
	font-family: Arial;
} 

.book-9 .bk-left h2 {
	color: #fff;
	font-size: 10px;
	line-height: 40px;
	text-align: center;
}

.book-9 .bk-back img {
	width: 200px;
	display: block;
	margin: 30px auto 0;
}

.book-9 .bk-back p {
	color: #fff;
	font-size: 14px;
	font-family:   Arial ;
	padding: 10px;
	text-align: center;
	 
}
/* 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;
}
/* Book 9 */

.book-9 .bk-front > div,
.book-9 .bk-back
	{background-color: green;}
.book-9 .bk-left
{background-color: green;}
.book-9 .bk-front:after {
	background-color: green;
}

.book-9 .bk-cover {
	background-image: url(../images/9.png);	
		background-color: green;
	background-repeat: no-repeat;
	background-position: 100% 95%;
}

.book-9 .bk-cover h2 {
	position: absolute;
	top: 20px;
	right: 40px;
	left: 30px;
	padding-top: 5px;
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.1);
}

.book-9 .bk-cover h2 span:first-child,
.book-9 .bk-left h2 span:first-child {
	text-transform: uppercase;
 	font-size: 25px;
	padding-right: 1px;
	color: white;
		text-align: center;
}

.book-9 .bk-cover h2 span:first-child {
	display: block;
		color: white;
		text-align: center;
}

.book-9 .bk-cover h2 span:last-child,
.book-9 .bk-left h2 span:last-child,
.book-9 .bk-content p  {
	font-family: Arial;
} 

.book-9 .bk-left h2 {
	color: #fff;
	font-size: 10px;
	line-height: 40px;
	text-align: center;
}

.book-9 .bk-back img {
	width: 200px;
	display: block;
	margin: 30px auto 0;
}

.book-9 .bk-back p {
	color: #fff;
	font-size: 12px;
	font-family:   Arial ;
	padding: 10px;
	text-align: center;
	 
}
/* 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;
}

/* Book 9 */

.book-9 .bk-front > div,
.book-9 .bk-back,
.book-9 .bk-left,
.book-9 .bk-front:after {
	background-color:#4537b3;
}

.book-9 .bk-cover {
	background-image: url(../images/9.png);	
	background-repeat: no-repeat;
	background-position: 60% 95%;
}

.book-9 .bk-cover h2 {
	position: absolute;
	top: 20px;
	right: 40px;
	left: 30px;
	padding-top: 5px;
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.1);
}

.book-9 .bk-cover h2 span:first-child,
.book-9 .bk-left h2 span:first-child {
	text-transform: uppercase;
 	font-size: 16px;
	padding-right: 1px;
	color: white;
		text-align: center;
}

.book-9 .bk-cover h2 span:first-child {
	display: block;
		color: white;
		text-align: center;
}

.book-9 .bk-cover h2 span:last-child,
.book-9 .bk-left h2 span:last-child,
.book-9 .bk-content p  {
	font-family: Arial;
} 

.book-9 .bk-left h2 {
	color: #fff;
	font-size: 10px;
	line-height: 40px;
	text-align: center;
}

.book-9 .bk-back img {
	width: 200px;
	display: block;
	margin: 30px auto 0;
}

.book-9 .bk-back p {
	color: #fff;
	font-size: 8px;
	font-family:   Arial ;
	padding: 4px;
	text-align: center;
	 
}
/* 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;
}

