.bb-modal {
	position: absolute;
	z-index: 1000;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}

body.modal-open {
    overflow: hidden;
	position: fixed;
	height: 100%!important;
}

.bb-custom-wrapper {
	width: 100%;
	height: 100%;
	position: relative;
}

.bb-custom-wrapper .bb-bookblock {
	width: 100%;
	height: 100%;
	-webkit-perspective: 2000px;
	perspective: 2000px;
}

/* .bb-item {
	text-align: center
}
*/
.bb-item img {
	max-height: 100%;
	max-width: 100%;
	display: block;
	margin: auto;
}
.side-left img {
	float: right;
}

.side-right img {
	float: left;
}

.bb-custom-side {
	width: 50%;
	float: left;
	height: 100%;
	overflow: hidden;
	background: #f1f2f3;
	/* 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-firstpage {
	text-align: center;
	padding-top: 15%;
	width: 50%;
	float: left;
	height: 100%;
}

.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: 40px; */
	margin: 1em auto 0;
	position: fixed;
	bottom: 2px;
	z-index: 1000;
	text-align: center;
}

.bb-custom-wrapper > nav a {
	display: inline-block;
	width: 40px;
	height: 40px;
	text-align: center;
	border-radius: 2px;
	background:  rgba(63, 49, 38, .77);
	color: #fff;
	margin: 2px;
}

.bb-custom-wrapper > nav a:hover {
	opacity: 0.6;
}

.bb-custom-wrapper > nav .helper {
	font-size: 12px;
	display: block;
	width: 430px;
	margin: 0 auto;
	padding: 2px 10px;
	border-radius: 2px;
	color: #fff;
	background-color: rgba(63, 49, 38, .77)
}

.bb-custom-icon {
	font-size: 30px;
	line-height: 40px;
	color: #fff;
}

.bb-custom-icon-arrow-left,
.bb-custom-icon-arrow-right {
}

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

/* Cover */
.cover {
	height: 100vh;
	width: 100wh;
	background: url('../images/cover/cover.jpg') top center no-repeat;
	background-size: cover;
	position: relative
}
.cover a.trigger-modal {
	position: absolute;
	bottom: 100px;
	left: 50%;
	width: 250px;
	margin-left: -125px;
	z-index: 9;
	font-weight: bold;
	color: #fff;
	text-align: center;
	background-color: #3f3126;
	border-radius: 2px;
	padding: 10px 20px;
	text-transform: uppercase;
}

.cover a.trigger-modal:hover {
	box-shadow: 0 0 3px #3f3126;
}

/** section **/
.section {
	margin: 100px auto;
}
.section .container {
	max-width: 960px;
	margin: 0 auto;
}
.container img {
	max-width: 100%;
	display: block;
}