


html{
height:100%;
}
body{
	background-color:#ddd;
	margin:0;padding:0;
font-family: arial;
height:100%;
	}








@media screen and (min-height: 1000px) {
body{
font-size:1em;
	}
}



@media screen and (max-height: 1000px) {
body{
font-size:1em;
	}
}


@media screen and (max-height: 900px) {
body{
font-size:.9em;
	}
}
@media screen and (max-height: 800px) {
body{
font-size:.8em;
	}
}

@media screen and (max-height: 700px) {
body{
font-size:.7em;
	}
}


@media screen and (max-height: 600px) {
body{
font-size:.6em;
	}
}


@media screen and (max-height: 500px) {
body{
font-size:.5em;
	}
}



@media screen and (max-height: 400px) {
body{
font-size:.4em;
	}
}



.FlipBook{
	position:relative;
	overflow:hidden;
width:100%;
	height:100%;

	}




.FlipBook a{
	color:55afb9;
	text-decoration:none;}
.FlipBook a:hover{
	color:red;
}


.CatBottomMenu {
	position: absolute;
	z-index: 30;
	margin: 0;
	padding: 0;
	width:0;
	height:0;
	left:50%;
	bottom:10px;
	display:block;
}



/* = Menu
-------------------------------------------------------------- */
.fb5-menu{position:absolute;
	list-style: none;
	margin: 0; padding: 0;
	display:block;	background-color:rgba(0, 0, 0, .6);
	bottom:0;
	width:288px;
	left:-142px;
	text-align:center;
	border-radius:5px;
}

.fb5-menu li {
display:block;
float:left;
width: 40px;
height:40px;
line-height:40px;
margin: 0;
list-style: none;
background:none;
border-right:1px solid rgba(255, 255, 255, .5);
transition:all .3s;

}

.fb5-menu  .fb5-menu-first,
.fb5-menu  .fb5-menu-first a{
-webkit-border-top-left-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-bottomleft: 5px;
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
}

.fb5-menu  .fb5-menu-last,
.fb5-menu  .fb5-menu-last a,
.fb5-menu  .fb5-menu-last a:hover{
-webkit-border-top-right-radius: 5px;
-webkit-border-bottom-right-radius: 5px;
-moz-border-radius-topright: 5px;
-moz-border-radius-bottomright: 5px;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
border:0 !important;
}

.fb5-menu  .fb5-menu-last{
	float:right;
	width:auto;
	padding-right: 6px;
	color:#fff;
	}

.fb5-menu li:hover{
	border-right:1px solid rgba(0, 0, 0, .3);
	background-color: rgba(255, 255, 255, .1);
	}

.fb5-menu li a{
	display: block;
	background-image: url(../img/flipicons.png);
	background-repeat:no-repeat;
	width: 39px; height: 40px;
	border-right:1px solid rgba(0, 0, 0, .5);
	cursor:pointer;
	transition:all .3s;
}
.fb5-menu li a:hover{
	border-right:1px solid rgba(0, 0, 0, .9);
	}

.fb5-download{
	background-position:0 50%;
	}

.fb5-viewpdf{
	background-position:-410px 50%;
	}

.fb5-zoom-in{
	background-position:-54px 50%;
	}

.fb5-show-all{	background-position:-102px 50%; }

.fb5-show-all2{	background-position:-152px 50%; }

.fb5-index{background-position:-206px 50%; }

.fb5-fullscreen{background-position:-262px 50%; }


.FlipZoom{
	position:relative;
	width:39px;
	height:40px;
	display:block;
	}

.ZoomSliderContainer{
	position:absolute;
	z-index:3;
	bottom:40px;
	height:0px;
	width:40px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	background-color: rgba(0, 0, 0, .5);
	left:0;
	display:block;
	transition:all .5s;
	overflow:hidden;
	}


.FlipZoom:hover .ZoomSliderContainer{	height:120px;
}











/* = Tooltip
-------------------------------------------------------------- */

.fb5-tooltip {

	position: absolute; left: 0; top: -25px; z-index: 5;
	display: none;
	padding: 2px 10px;
	background: #64c8d3;
	white-space: nowrap;
	font-size: 10px;
	font-weight: bold;
	/*text-transform: uppercase/*/
	color: white;
}
	.fb5-tooltip b {
	/*background: url("../img/arrow-tooltip.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);/*/
    border-right: 10px solid rgba(0, 0, 0, 0);
    border-top: 10px solid #64c8d3;
    bottom: -7px;
    display: block;
    height: 0;
    left: 6px;
    position: absolute;
    width: 0;
	}



.FlipToolTip{
position:absolute;
bottom:40px;
left:3px;
width:278px;
background-color:#55afb9;
color:#fff;
display:block;
text-align:center;
padding:0;
z-index:3;
font-size:11px;
line-height:26px;
z-index:2;

-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
transition:all .5s;
}



.fb5-menu li .FlipToolTip{
	height:0;
	overflow:hidden;}


.fb5-menu li:hover .FlipToolTip{
	height:26px;
	overflow:hidden;}



#fb5 #fb5-container-book {
	position: absolute;
	z-index: 5;
	display: none;
	width: 1100px;
	height: 715px;
}

#fb5 #fb5-deeplinking{
  display:none;
}



.fb5-overlay {
	position: absolute;
	left: -10000px;
	top: 0;
	z-index: 20;
	background:rgba(0,0,0,0);
	width: 100%; height: 100%;
	display:none;
}

.fb5-overlay.active { left: 0; display:block; }




/* = Book
-------------------------------------------------------------- */

#fb5-book {
	position: relative; z-index: 10;
	width: 100%; height:100%;
}

.turn-page {
	background-color:#FFF;
	background-size: 100% 100%;
}


/* = Nav Arrows
	---------------------------------------- */

.fb5-nav-arrow {
		position: absolute;
		top: 36%; bottom:48%;
		z-index: 15;
		background-size:auto 100%;
		background-repeat:no-repeat;
		width: 34px;
		cursor:pointer;
	}

.next{
	right: -34px;
	background: url(../img/arrow1-right.png);
	background-size:auto 100%;
	background-repeat: no-repeat;
	background-position:0 0;
	}


.next:hover	{ opacity:1;}



.prev{
	left: -34px;
	background: url(../img/arrow1-left.png);
	background-size:auto 100%;
	background-repeat: no-repeat;
	background-position:100% 0;
	}

.prev:hover { opacity:1;}



.fb5-nav-arrow2{
		position: absolute;
		top: 48%; bottom:36%;
		z-index: 14;
		background-size:auto 100%;
		background-repeat:no-repeat;
		width: 34px;
		cursor:pointer;
	}



.ultimapag{ 	right: -34px;
	background: url(../img/arrow2-right.png);
	background-size:auto 100%;
	background-repeat: no-repeat;
	background-position:0 0;}



.ultimapag:hover{ opacity:1;}




.primapag{
	left: -34px;
	background: url(../img/arrow2-left.png);
	background-size:auto 100%;
	background-repeat: no-repeat;
	background-position:100% 0;
	}




.primapag:hover	{ opacity:1; }


.fb5-page-book{
		overflow:hidden;
		position:absolute;}






		/* = Meta data
	---------------------------------------- */

.fb5-meta {
		position: absolute; bottom: 1%;
	}

.fb5-num {
			font-weight: bold;
					color: #666;
	}

.fb5-description {
			color: #666;
	}

.fb5-left {
			left:3%;
	}

.fb5-left .fb5-num {
		    padding-right: 10px;
	}

.fb5-right {
			right:3%;
			text-align: right;
	}

.fb5-right .fb5-num {
				padding-left: 10px;
	}




		/* = Show All Pages
-------------------------------------------------------------- */

#fb5 #fb5-all-pages .fb5-container-pages {
	position: absolute;
	width: 100%;
	height: 225px;
	background: black;
	padding: 20px 0 30px 0;
}

	#fb5 #fb5-menu-holder {
		position: absolute;
		height:inherit;
		overflow: hidden;
		width: 100%;
	}

		#fb5 #fb5-slider {
			position: absolute;
			left:0;
			list-style: none;
			height:inherit;
			margin: 0;
			padding: 0;
		}

			#fb5 #fb5-slider li {
				float: left;
				position: relative;
				height:inherit;
				padding: 0;
				text-align: center;
				cursor: pointer;
				margin:0;
				list-style:none;
				opacity:.8;
				transition:all .3s;
			}



	#fb5 #fb5-slider li:first-child {
				padding-left: 100px;
			}



	#fb5 #fb5-slider li:nth-child(odd)		{padding-right:10px;  }
	#fb5 #fb5-slider li:nth-child(even)		{padding-left:10px; }



			#fb5 #fb5-slider li:last-child {
			padding-right: 100px;

			}

			#fb5 #fb5-slider li:hover {
			opacity:1;

			}

			#fb5 #fb5-slider li img {
				float: left;
				height:inherit;
			}




.fb5-goup-pages{
	bottom:26px;
	left:50%;
	width:0;
	height:6px;
	position:absolute;
	z-index:2;
	display:block;
}
.fb5-goup-pages-content{
	width:800px;
	position:absolute;
	left:-400px;
	display:block;
	height:6px;
	bottom:0;
	text-align:center;
	}

.fb5-goup-pages-content .pages-bullet{
	border-radius:5px;
	height:6px;
	width:34px;
	opacity:.7;
	background-color:#fff;
	display:inline-block;
	margin:0 10px;
	cursor:pointer;
	transition:all .3s;
	}

.fb5-goup-pages-content .pages-bullet:hover{
	opacity:1;}

.fb5-goup-pages-content .pages-bullet-active{
	background-color:#64c8d3; opacity:1;
	}










.fb5-allpages2{
	position:absolute;
	z-index:20;
	top:-10000px;
	left:0;
	right:0;
	background-color:#444;
	overflow:hidden;
	display:block;
	opacity:0;
	transition:opacity .5s;


	}

.fb5-allpages2active{
	bottom:0;
	top:0;
	opacity:1;
	}






.box-page{
	width:10%;
	height:20%;
	display:block;
	float:left;
	opacity:.8;
	transition:all .3s;
	text-align:left;
	text-align:center;
	}

.box-page:hover{
	opacity:1;}


.box-page img{
	max-width:90%;
	max-height:90%;}

.overlay-allpages2{
	top:0;
	left:0;
	right:0;
	bottom:0;
	position:absolute;
	z-index:2;display:none;
	}

.overlay-allpages2-active{
	display:block;
	}




.FlipPaging{
	position:absolute;
	right:0;
	height:24px;
	z-index:50;
	width:100px;
	bottom:10px; 	font-size:11px;
	text-align:right;
	color:#777;
	}

.FlipPagInput{
	border-radius:4px;
	border:none;
	line-height: 20px;
	font-size: 16px;
	height:20px;
	display:inline;
	text-align:right;
	width:24px;
		color:#555;
	}



.FlipIndex{
	position:absolute;
	top:20px;
	left:0;
	background-color:rgba(0, 0, 0, .7);
	z-index:200;display:block;
	width:0;
	transition: all .5s;
	overflow:hidden;
	-webkit-border-top-right-radius: 10px;
-webkit-border-bottom-right-radius: 10px;
-moz-border-radius-topright: 10px;
-moz-border-radius-bottomright: 10px;
border-top-right-radius: 10px;
border-bottom-right-radius: 10px;
	}

.FlipIndexActive{
	width:220px;
	}


.scrollIndex{ overflow-y: scroll;
display:block;
margin:50px 0 50px 10px;
width:216px;
padding-right:14px;
}

.scrollallpages2{ overflow:auto;
position:absolute;
top:40px;
bottom:40px;
left:0;
right:-18px;
padding-right:10px;
display:block;
/*overflow:hidden;*/
}


.fb5-allpages2 .scrollUp{
	height:30px;
	position:absolute;
	top:0;
	left:100px;
	right:100px;
	cursor:pointer;
	background-position: 50% -6px;
	background-repeat:no-repeat;
	display:block;
	border:1px solid red;
	color:#fff;
	font-size: 12px;


}


.fb5-allpages2 .scrollDown{
	height:30px;
	position:absolute;
	bottom:0;

	cursor:pointer;
	left:100px;
	right:100px;
	background-position:50% -90px;
	background-repeat:no-repeat;
	display:block;
	text-align: center;
	color:#fff;

}



.FlipIndex .scrollUp{
	height:50px;
	top:20px;
	left:20px;
	right:30px;
	cursor:pointer;
	display:block;
	opacity:.7;
	text-align: center;
	color:#fff;
}

.FlipIndex .scrollDown{
	height:30px;
	bottom:0;
	cursor:pointer;
	left:20px;
	right:30px;
	display:block;
	opacity:.7;
	text-align: center;
	color:#fff;
}

.FlipIndex .scrollUp:hover,
.FlipIndex .scrollDown:hover{opacity:1;}





.FlipIndex ul{
margin:0;
padding:0;
display:block;


}


.FlipIndex li{
display:block;
	margin:0;
	padding:0;
	list-style-position:outside;
	list-style-type:none;

	}




.FlipIndex li a{
display:block;
padding: 2px 24px 2px 4px;
margin-right:8px;
color:#fff;
position:relative;
border-bottom:1px solid rgba(255, 255, 255, .3);
	}

.FlipIndex li a:hover{	background-color:#000; color:#6bc7d1;}

.FlipCloseIndex{
	width:24px;
	height:24px;
	position:absolute;
	z-index:2;
	top:10px;
	right:10px;
	background-image: url(../img/flipcloseindex.png);
	background-position:50% 50%;
	background-repeat:no-repeat;
	display:block;
	opacity:.7;
	cursor:pointer;
	border-radius:14px;

	}



.FlipCloseIndex:hover{
	opacity:1;
	}


.FlipIndexNrPag{
	display:block;
	position:absolute;
	width:20px;
	z-index:2;
	top:0;
	right:6px;
	text-align:right;
	color:rgba(255, 255, 255, .5);}



.scrollUp{
	display:block;
	top:0;
/* border:1px solid red;
 *
 */
	left:100px;
	right:100px;height:40%;
	bottom:auto;
	z-index:4;	position:absolute;	cursor:url(../img/cursminus.png), pointer;




	}

.scrollDown{
	display:block;
	bottom:0;
	/* border:1px solid yellow;
	 *
	 */left:100px;
	right:100px;height:40%;
	top:auto;
	z-index:5;	position:absolute;	cursor:url(../img/cursminus.png), pointer;
	}
