@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;
}

.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;
	background-color:#FFCCFF;
}

.bb-custom-firstpage h1 {
	font-size: 2.625em;
	color:#C970CB;
	line-height: 1.3;
	margin: 0;
	font-weight: 300;
	font-family:Forte;
}

.bb-custom-firstpage h1 span {
	display: block;
	font-size: 60%;
	padding: 0 0 0.6em 0.1em;
}

.bb-custom-firstpage img {
	width:100%;
	max-width:220px;
	height:auto;
}

.bb-custom-firstpage {
	text-align: center;
	padding-top: 15%;
	width: 50%;
	float: left;
	height: 100%;
	background-color:#f79cf6;
}

.bb-custom-side p {
	padding:8%;
	font-size: 1.8em;
	font-weight: 300;
	text-align:justify;
}

.bb-custom-side p.pie {
	padding:8%;
	font-size: 1.8em;
	font-weight: 300;
	text-align: center;
	font-family:Forte;
}

.bb-custom-side img {
	width:100%;
	max-width:400px;
	height:auto;
}

.bb-custom-side img.centro {
	width:100%;
	max-width:400px;
	height:auto;
	margin-left:50%;
	-webkit-transform: translate(-50%);
	-moz-transform: translate(-50%);
	-ms-transform: translate(-50%);
	-o-transform: translate(-50%);
	transform: translate(-50%);	
}

.bb-custom-side img.logo_pie {
	width:100%;
	max-width:220px;
	height:auto;
	margin-left:50%;
	-webkit-transform: translate(-50%);
	-moz-transform: translate(-50%);
	-ms-transform: translate(-50%);
	-o-transform: translate(-50%);
	transform: translate(-50%);	
}

.bb-custom-side lu {
	padding: 8%;
}

.bb-custom-side li {
	font-size: 1.4em;
	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: 20px;
	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: #C970CB;
	color: #fff;
	font-size: 0;
	margin: 2px;
}

.bb-custom-wrapper > nav a:hover {
	opacity: 0.6;
}

.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);
	-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%;
	}
	.bb-custom-side img.centro {
	width:80%;
	max-width:400px;
	height:auto;
	margin-left:50%;
	-webkit-transform: translate(-50%);
	-moz-transform: translate(-50%);
	-ms-transform: translate(-50%);
	-o-transform: translate(-50%);
	transform: translate(-50%);		
	}
	.bb-custom-firstpage img {
	width:40%;
	max-width:220px;
	height:auto;
	}
	.bb-custom-firstpage h1 {
	font-size: 1.6em;
	color:#C970CB;
	line-height: 1.3;
	margin: 0;
	font-weight: 300;
	font-family:Forte;
	}
	.bb-custom-side p {
	padding:8%;
	font-size: 1.2em;
	font-weight: 300;
	text-align:justify;
	}
	.bb-custom-side li {
	font-size: 1em;
	font-weight: 100;
	}
	.bb-custom-wrapper > nav {
	width: 100%;
	height: 20px;
	margin: 1em auto 0;
	position: fixed;
	bottom: 10px;
	z-index: 1000;
	text-align: center;
	}

	.bb-custom-wrapper > nav a {
	display: inline-block;
	width: 20px;
	height: 20px;
	text-align: center;
	border-radius: 2px;
	background: #C970CB;
	color: #fff;
	font-size: 0;
	margin: 2px;
	}

	.bb-custom-wrapper > nav a:hover {
	opacity: 0.6;
	}

	.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: 14px;
	line-height: 20px;
	display: block;
	-webkit-font-smoothing: antialiased;
	}
	.libro-demos {
	padding-top: 0.8em;
	font-size: 0.6em;
	}

	.libro-demos a {
	display: inline-block;
	margin: 0.1em;
	padding: 0.5em 0.2em;
	background: #C970CB;
	color: #fff;
	font-weight: 400;
	border-radius: 2px;
	}
	.libro-nav a {
	display: inline-block;
	margin: 10px auto;
	padding: 0.2em;
	}
}

@media screen and (max-width: 33em){
	.bb-custom-side {
	font-size: 60%;
	}
	.bb-custom-side img.centro {
	width:80%;
	max-width:400px;
	height:auto;
	margin-left:50%;
	-webkit-transform: translate(-50%);
	-moz-transform: translate(-50%);
	-ms-transform: translate(-50%);
	-o-transform: translate(-50%);
	transform: translate(-50%);		
	}
	.bb-custom-firstpage img {
	width:40%;
	max-width:220px;
	height:auto;
	}
	.bb-custom-firstpage h1 {
	font-size: 1.2em;
	color:#C970CB;
	line-height: 1.3;
	margin: 0;
	font-weight: 300;
	font-family:Forte;
	}
	.bb-custom-side p {
	padding:8%;
	font-size: 0.9em;
	font-weight: 300;
	text-align:justify;
	}
	.bb-custom-side li {
	font-size: 1em;
	font-weight: 100;
	}
	.bb-custom-wrapper > nav {
	width: 100%;
	height: 20px;
	margin: 1em auto 0;
	position: fixed;
	bottom: 10px;
	z-index: 1000;
	text-align: center;
	}

	.bb-custom-wrapper > nav a {
	display: inline-block;
	width: 20px;
	height: 20px;
	text-align: center;
	border-radius: 2px;
	background: #C970CB;
	color: #fff;
	font-size: 0;
	margin: 2px;
	}

	.bb-custom-wrapper > nav a:hover {
	opacity: 0.6;
	}

	.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: 14px;
	line-height: 20px;
	display: block;
	-webkit-font-smoothing: antialiased;
	}
	.libro-demos {
	padding-top: 0.8em;
	font-size: 0.6em;
	}

	.libro-demos a {
	display: inline-block;
	margin: 0.1em;
	padding: 0.5em 0.2em;
	background: #C970CB;
	color: #fff;
	font-weight: 400;
	border-radius: 2px;
	}
	.libro-nav a {
	display: inline-block;
	margin: 10px auto;
	padding: 0.2em;
	}
}

