@font-face {
 font-family: 'arrows';
 src:url('../fonts/arrows/arrows.eot');
 src:url('../fonts/arrows/arrows.eot?#iefix') format('embedded-opentype'), url('../fonts/arrows/arrows.woff') format('woff'), url('../fonts/arrows/arrows.ttf') format('truetype'), url('../fonts/arrows/arrows.svg#arrows') format('svg');
 font-weight: normal;
 font-style: normal;
}
.bb-custom-wrapper {
	width: 100%;
	height: 100%;
	position: relative;
	min-width: 1000px;
}
.bb-custom-wrapper .bb-bookblock {
	width: 100%;
	height: 100%;
	-webkit-perspective: 2000px;
	perspective: 2000px;
}
.bb-custom-side {
	width: 50%;
	float: left;
	height: 100%;
	overflow: hidden;
	background: #fff;
	/* Centering with flexbox */
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.bb-custom-side:nth-child(even) {
border-left: 1px solid #000;
}
.bb-custom-firstpage h1 {
	font-size: 2.625em;
	line-height: 1.3;
	margin: 0;
	font-weight: 300;
	background: #fff;
}
.bb-custom-firstpage h1 span {
	display: block;
	font-size: 60%;
	opacity: 0.3;
	padding: 0 0 0.6em 0.1em;
}
.bb-custom-firstpage {
	text-align: center;
	padding-top: 15%;
	width: 50%;
	float: left;
	height: 100%;
}
.bb-custom-side .page-01 {
	padding: 15px;
}
.bb-custom-side .page-01 div:nth-of-type(1) {
background: url(/comics/images/sitting-bull_01.png) no-repeat scroll bottom, url(/comics/images/sitting-bull_bg_01.png);
background-size: 160%;
height: 400px;
border: 1px solid #000;
background-position: 0px 20%;
 transition: all 3s ease;
 -webkit-transition: all 3s ease;
 -moz-transition: all 3s ease;
 -o-transition: all 3s ease;
margin-bottom: 15px;
}
.bb-custom-side .page-01 div:nth-of-type(1):hover {
background-position: -120px -30px;
}
.bb-custom-side .page-01 div:nth-of-type(2) {
background: url(/comics/images/page-1_animate.gif) no-repeat scroll bottom center;
background-size: 362%;
background-position: 50% 50%;
height: 350px;
border: 1px solid #000;
}
.bb-custom-side .page-01 div p {
	margin: 25px 0px 0px 25px;
	width: 35%;
	position: relative;
}
.bb-custom-side .page-01 div p:nth-of-type(1) {
margin-top: 50px;
}
.bb-custom-side .page-01 div p:nth-of-type(2) {
margin-bottom: 20%;
}
.bb-custom-side p {
	padding: 8%;
	font-size: 13px;
	font-weight: 300;
	text-transform: uppercase;
	padding: 6px 8px;
	background-color: #EFEC95;
	color: #444;
	margin: 0px 50px;
}
.bb-custom-wrapper h3 {
	font-size: 1.4em;
	font-weight: 300;
	margin: 0.4em 0 1em;
}
.bb-custom-wrapper > nav {
	width: 100%;
	height: 40px;
	margin: 1em auto 0;
	position: fixed;
	bottom: 20px;
	z-index: 1000;
	text-align: center;
}
.bb-custom-wrapper > nav a {
	display: inline-block;
	width: 100px;
	padding: 12px 0px;
	text-align: center;
	border-radius: 2px;
	background: #1baede;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	margin: 2px;
}
.bb-custom-wrapper > nav a:first-of-type, .bb-custom-wrapper > nav a:last-of-type {
opacity: .6;
}
.bb-custom-wrapper > nav a:hover {
background-color: #333;
}
.bb-custom-icon:before {
	font-family: 'arrows';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	font-size: 30px;
	line-height: 40px;
	display: block;
	-webkit-font-smoothing: antialiased;
}
.bb-custom-icon-first:before, .bb-custom-icon-last:before {
	content: "\e002";
}
.bb-custom-icon-arrow-left:before, .bb-custom-icon-arrow-right:before {
	content: "\e003";
}
.bb-custom-icon-arrow-left:before, .bb-custom-icon-first:before {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
/* No JS */
.no-js .bb-custom-wrapper {
	height: auto;
}
.no-js .bb-custom-content {
	height: 470px;
}
 @media screen and (max-width: 61.75em) {
 .bb-custom-side {
 font-size: 70%;
}
}
 @media screen and (max-width: 33em) {
 .bb-custom-side {
 font-size: 60%;
}
}