.bk-info .button { 
	text-align: left;
	display: inline-block;
	margin-bottom: .25em;
	margin-top: -.65em;
}

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

.bk-list li {
	position: relative;
	z-index: 1;
	-webkit-perspective: 1800px;
	perspective: 1800px;
}

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

.bk-info {
	position: relative;
	margin-top: 440px;
	text-align: center;
}

.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;
}
.bk-info p.title { text-align: center; }

.bk-info button {
	background: #666;
	border: none;
	color: #fff;
	display: inline-block;
	padding: 6px 15px;
	font-weight: 700;
	font-size: 1rem;
	font-family: Calibri, Arial, sans-serif;
	text-transform: uppercase;
	cursor: pointer;
	margin-right: 4px;
	box-shadow: 1px 1px 1px rgba(0,0,0,0.15);
	-moz-transition: .3s all ease;
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease;
}
.bk-info button:hover { 
	-moz-transition: .3s all ease;
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease;
	background: #555; 
}

.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: #1E6B89;
}

.bk-list li .bk-book {
	margin: 0 auto;
	font-family: "trajan-pro-3";
	width: 300px;
	height: auto;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transition: -webkit-transform .5s;
	transition: transform .5s;
}
.formWrap .bk-list li .bk-book { 
	width: 230px;
	cursor: pointer;
}
@media screen and (max-width: 767px) {
	.packet .bk-info { margin-bottom: 2em; margin-left: auto; margin-right: auto; }
}
@media screen and (min-width: 768px) {
	.formWrap .bk-list li .bk-book { width: 100%; position: absolute; }

}
.bk-list li:not(.bk-viewback) .bk-book:not(.bk-viewinside):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-back a { 
	text-decoration: none;
	color: #FFF;
	opacity: .7;
	display: inline-block;
	font-weight: bold;
	border-bottom: 1px solid;
	position: absolute;
	bottom: 30px;
	right: 35px;
	-moz-transition: opacity .3s ease;
	-webkit-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease;
}
.bk-list li .bk-back a:hover { 
	opacity: 1;
	border-bottom: 1px solid;
	-moz-transition: opacity .3s ease;
	-webkit-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

.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-viewback .bk-book {
	-webkit-transform: translate3d(0,0,0px) rotate3d(0,1,0,180deg);
	transform: translate3d(0,0,0px) rotate3d(0,1,0,180deg);
	position: relative;
	z-index: 12;
}

/* 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: 0;
	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: 0 10px;
	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 .readBook { 
	position: absolute;
	bottom: 13px;
	width: 90%;
	display: block;
}
.bk-content .readBook a { 
	color: #1C6291; 
	display: inline-block;
	border-bottom: 1px solid transparent; 
}
.bk-content .readBook a:hover { border-bottom: 1px solid; }
.multiP .bk-content { 
	padding: 30px 10px 0;	
}

.bk-content-current {
	opacity: 1;
	pointer-events: auto;
}

.bk-content p {
	padding: 10px 0 10px;
	border-bottom: 1px solid #CCC;
	border-top: 1px solid #CCC;
	-webkit-font-smoothing: antialiased;
	color: #000;
	font-size: 0.84375rem;
	line-height: 1.4em;
	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;
	-webkit-user-select: none; /* Safari */        
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+/Edge */
	user-select: none; /* Standard */
	width: 30px;
	height: 27px;
	color: #666;
	background: #f0f0f0;
	border-radius: 50%;
	line-height: 27px;
	margin-left: 3px;
	margin-right: 3px;
}

/* Individual style & artwork */

/* Book 1 */
.bk-book .bk-front > div,
.bk-book .bk-back,
.bk-book .bk-left,
.bk-book .bk-front:after {
	background-color: #721A28;
}
.bk-book.book-1 .bk-cover h2 .bk-title { width: 70%; }
.form .bk-book.book-1 .bk-cover h2 .bk-title { width: 72%; }
.form .bk-book .bk-cover .bk-subtitle:not(:empty) { padding-top: 7px; }

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

/* Book 3 */
.book-3 .bk-front > div,
.book-3 .bk-back,
.book-3 .bk-left,
.book-3 .bk-front:after {
	background-color: #000;
}
.bk-book.book-3 .bk-cover h2 .bk-title { font-size: 25px; }

/* Book 4 */
.book-4 .bk-front > div,
.book-4 .bk-back,
.book-4 .bk-left,
.book-4 .bk-front:after {
	background-color: #01262F;
}
.bk-book.book-4 .bk-cover h2 .bk-title { 
	width: 68%;
}

/* Book 5 */
.book-5 .bk-front > div,
.book-5 .bk-back,
.book-5 .bk-left,
.book-5 .bk-front:after {
	background-color: #2668B2;
}
.bk-book.book-5 .bk-cover h2 .bk-title { font-size: 26px; width: 78%; }


/* Book 6 */
.book-6 .bk-front > div,
.book-6 .bk-back,
.book-6 .bk-left,
.book-6 .bk-front:after {
	background-color: #6D4A22;
}
.bk-book.book-6 .bk-left h2 span:first-child { font-size: 10px; }

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

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

.bk-book .bk-cover {
	background: url(https://images.azureedge.net/rcg/images/interface/bg_sep_pillar.png) no-repeat 0 0;	
	background-size: auto 100%;
}
.bk-book .bk-cover h2 span {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	padding: 30px;
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.1);
}
.bk-book .bk-cover .bk-logo { 
	background: url(https://images.azureedge.net/rcg/images/interface/bg_sep_logo.png) no-repeat center bottom;
	background-size: 38% auto;
	content: '';
	height: 80px;
	position: absolute;
	top: auto;
	text-align: center;
	bottom: 65px;
}
.bk-book .bk-cover .bk-subtitle:not(:empty) { 
	position: relative;
	margin-top: 5px;
	border-top: 1px solid hsla(0, 100%, 100%, .5);
	text-transform: none !important;
	font-size: 21px !important;
	line-height: 1.3em;
	font-weight: normal;
	font-family: 'Times New Roman';
	display: block;
	padding: 10px 15px 0 15px;
}

.bk-book .bk-cover h2 .bk-byline { 
	top: auto;
	bottom: 18px;
	border-bottom: 1px solid hsla(0, 100%, 100%, .5);
	padding: 0 30px 5px 30px;
	width: 80%;
	margin: 0 auto;
	text-align: center;
	text-transform: uppercase;
	font-size: 13px;
}

.bk-book .bk-cover h2 .bk-title {
	text-transform: uppercase;
    font-weight: 400;
    font-size: 31px;
    padding-right: 0px;
    line-height: 1.25em;
    font-weight: bold;
    width: 80%;
    text-align: center;
    margin: 0 auto;
}
.bk-book .bk-left h2 span:first-child {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 13px;
	padding-right: 60px;
}
.bk-book .bk-left h2 span:last-child { 
	padding-right: 50px;
	font-size: 13px;
}
.bk-book.book-559971 .bk-left h2 { text-align: left; }
.bk-book.book-559971 .bk-left h2 span:last-child { 
	display: none;
}

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

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

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

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

.bk-book .bk-back p {
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	padding: 14px 32px 15px 22px;	
	text-align: justify;
}

/* 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;
}
