@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;
}
/** custom CSS **/
.t-ar-l {    background: url("../images/t-ar-l.png") no-repeat scroll center top transparent;    display: block;    height: 31px;    left: -1px;    position: absolute;    top: -1px;    width: 31px;    z-index: 1111;	}
.t-ar-r {    background: url("../images/t-ar-r.png") no-repeat scroll center top transparent;    display: block;    height: 31px;    position: absolute;    right: -1px;    top: -1px;    width: 31px;    z-index: 1111;	}
#myLace{ background:url(../images/lace.png) 0 0 no-repeat; width:114px; height:670px; position:absolute; z-index:111; top:0; left:42.30%;}
#book_pages {    bottom: -2px;    position: absolute;    z-index: 111;}

.book-wrapper {width:100%; margin:0 auto; height:670px;} 


.flibook_own_wrapper{
	max-width:1009px;
	width:100%;
	height:670px;
	border: 1px solid #F0F0F0;
    box-shadow: 1px 1px 5px #CBCBCB;
	margin:0 auto;
	position:relative;
}
.bb-custom-wrapper {
	width: 100%;
	height: 100%;
	position: relative;
}

.bb-custom-wrapper .bb-bookblock {
	width: 100%;
	height: 100%;
	-webkit-perspective: 2000px;
	-moz-perspective: 2000px;
	perspective: 2000px;
}

.bb-custom-side {
	width: 50%;
	float: left;
	height: 100%;
	overflow: hidden;
	/* 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-firstpage h1 {
	font-size: 2.625em;
	line-height: 1.3;
	margin: 0;
	font-weight: 300;
}

.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 .review_list {
		padding: 8%;
	}

.bb-custom-side .review_list p {padding:0px;}

.bb-custom-side .review_list ul {display:block; margin:0;}
.bb-custom-side .review_list li { list-style:none; padding:0 0 40px 0;}


.bb-custom-side p {
	padding: 8%;
}

.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:absolute;
	bottom: 20px;
	z-index:1000;
}

.bb-custom-wrapper > nav a {
	display: inline-block;
	width: 40px;
	height: 40px;
	text-align: center;
	border-radius: 2px;
	background: #1baede;
	color: #fff;
	font-size: 0;
	margin: 2px;
	outline:none;
}

.bb-custom-wrapper > nav a:hover {
	opacity: 0.6;
}

.bb-custom-wrapper .book-title {text-align:center; display: block}
.bb-custom-wrapper .sub-title { text-align:center; padding:35px; display:block} 

.bb-custom-wrapper #reviews h2 {
    color: #FD7903;
    font-family: 'Raleway',sans-serif;
    font-size: 48px;
    font-weight: 900;
    text-transform: uppercase;
}

span.pn {position:absolute; display:block; top:0px; z-index:9999; left:25%; top:10px; font: 700 18px/18px 'Raleway',sans-serif; color:#222;}
span.pn1 {position:absolute; display:block; top:0px; z-index:9999; left:75%; top:10px; font: 700 18px/18px 'Raleway',sans-serif; color:#222;}
  
.bb-custom-wrapper #bb-nav-next {float:right}

.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: "";
}

.bb-custom-icon-arrow-left:before,
.bb-custom-icon-arrow-right:before {
	content: "";
}

.bb-custom-icon-arrow-left:before,
.bb-custom-icon-first:before {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-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%;
	}
}

