/*
@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 {
	clear: both;
	width: 100%;
	height: 100%;
	height: 600px;
	position: relative;
	
/*	background: rgba(85,159,198,1.00);*/
}

.bb-custom-wrapper .bb-bookblock {
	width: 100%;
	height: 100%;
	-webkit-perspective: 2000px;
	perspective: 2000px;
	
	
/*	background: rgba(188,95,96,1.00);*/
	
/*
	position: fixed;
	position: absolute;
	top: -50%;
	left: -50%;
	transform: translate(50%,50%);
*/
	display: grid;
	align-items: center;
	
	
}


.bb-custom-firstpage {
/*	text-align: center;*/
/*	padding-top: 15%;*/
	width: 50%;
	float: left;
	height: 100%;
	height: 600px;
	
/*	background: rgba(107,180,221,1.00);*/
}
.bb-custom-side {
	width: 50%;
	height: 100%;
	height: 600px;
	float: left;
/*	overflow: hidden;*/
	background: #fff;
/*	background: rgba(241,158,246,1.00);*/
/*	 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;
	background: #fff;
}

.bb-custom-firstpage h1 span {
	display: block;
	font-size: 60%;
	opacity: 0.3;
	padding: 0 0 0.6em 0.1em;
}
*/



/*
.bb-custom-side p {
	padding: 8%;
	font-size: 1.8em;
	font-weight: 300;
}

.bb-custom-wrapper h3 {
	font-size: 1.4em;
	font-weight: 300;
	margin: 0.4em 0 1em;
}
*/

.bb-custom-wrapper > nav {
	width: 100%;
	height: 50px;
	margin: 0;
	position: fixed;
	top: 50%;
	bottom: 50%;
	left: 0;
	z-index: 1000;
	text-align: center;
/*	background: #990;*/
}
.bb-custom-wrapper > nav > .nav_box1 {
	width: 96%;
	max-width: 1150px;
	height: 50px;
	margin: 0 auto;
	position: relative;
/*	background: rgba(198,126,222,1.00);*/
}
.bb-custom-wrapper > nav a {
	display: inline-block;
	width: 60px;
	width: 50px;
	height: 50px;
	text-align: center;
	background: #ccc;
	color: #fff;
	font-size: 0;
	margin: 0;
	border-radius: 10px;
}
.bb-custom-wrapper > nav a img {
	width: 50px;
	height: 50px;
}
#bb-nav-prev{
	float: left;
	position: absolute;
	left: -20px;
	left: 0%;
}
#bb-nav-prev img{
	position: absolute;
	left: 0;
}
#bb-nav-next{
	float: right;
	position: absolute;
	right: -20px;
	right: 0;
}
#bb-nav-next img{
	position: absolute;
	right: 0;
}
.bb-custom-wrapper > nav a:hover {
	opacity: 0.6;
}


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


.bb-custom-firstpage {
	width: 50%;
	height: 100%;
	height: 600px;

	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-end;
	
/*	background: rgba(113,216,151,0.6);*/
}
.bb-custom-side {
	width: 50%;
	height: 100%;
	height: 600px;
/*
	height: auto;
	position: absolute;
*/
	
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
	
/*	background: rgba(227,144,145,0.6);*/
}
.bb-custom-side.m01 {
	justify-content: flex-end;
	
/*	background: rgba(227,144,145,0.6);*/
}


.phimg1{
	width: 500px;
	height: 600px;
}
.phimg1.fl1{
	float: right;
}
.phimg1.fr1{
	float: left;
}
.phimg1.fl1 img{
	width: 100%;
	height: auto;
	object-fit:cover;
}
.phimg1.fr1 img{
	width: 100%;
	height: auto;
	object-fit:cover;
}