body {
	margin: 0;
	background: #ffffff;
}
.pageflip-container {
	padding-top: 1px;
}
#pf-stage {

}
.pf-left-side,
.pf-right-side,
.pf-thumbnail-spread,
.pf-thumbnail-page {
	background: #888;
}
.node-revista{
	position: relative;
}
#pageflip{
	max-width: 1050px!important;
	max-height: 800px!important;
}
#pf-dropshadow {
	-webkit-box-shadow: 0 5px 50px rgba(0,0,0,1);
	-moz-box-shadow: 0 5px 50px rgba(0,0,0,1);
	-o-box-shadow: 0 5px 50px rgba(0,0,0,1);
	-ms-box-shadow: 0 5px 50px rgba(0,0,0,1);
	box-shadow: 0 5px 50px rgba(0,0,0,1);
}
#pageflip-controls,
#pf-pagerin {
	color: #EC672C;
}
.pf-control-bar-button g,
.pf-control-bar-pager g {
	fill: #EC672C;
	cursor: pointer;
}
.pf-control-bar-button:not(.pf-disabled):hover g {
	fill: #EC672C;
}
#pageflip-controls {
	
}
.pf-hotspot {
	position: absolute;
	overflow: hidden;
	cursor: pointer;
}

#menu{
	position: absolute;
    width: 260px;
    background-color: rgba(0, 0, 0, .8);
    right: 50px;
    bottom: 50px;
    padding: 10px;
    font-family: 'Roboto', sans-serif;
    color: white;
    -webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	display: none;
}
#menu h4{
	margin: 0;
	font-size: 24px;
	border-bottom: solid 1px gray;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
#menu ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
#menu a{
	color: white;
	text-decoration: none;
	display: block;
	border-bottom: solid 1px gray;
	padding-bottom: 5px;
	margin-bottom: 10px;
	font-size: 12px;
	line-height: 20px;
	position: relative;
}
#menu a span{
	font-size: 20px;
	position: absolute;
	right: 0;
	top: 0;
}

@media screen and (max-width: 1024px) {
	#pageflip{
		max-width: 100%!important;
		max-height: 700px!important;
	}
}
@media screen and (max-width: 768px) {
	#pageflip{
		max-height: 600px!important;
	}
}
@media screen and (max-width: 414px) {
	#pageflip{
		max-height: 80vw!important;
	}
}