@import url('reset.css');
@import url('elements.css');
@import url('preloader.css');
@import url('iconfont.css');

#fb7 {
	position: relative;
}
#fb7-right {
	display: inline-block;
}
#fb7 {
	font-family: Arial, sans-serif;
	font-size: 14px;
	-webkit-text-size-adjust: none;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	display: block;
	width: 100%;
	height: 300px;
	opacity: 0;
	margin-bottom: 30px;
}
/* =  Shadow for flipbook 
--------------------------*/

#fb7 .fb7-shadow {
	height: 100%;
	position: absolute;
	top: 0px;
	box-shadow: 0px 0px 10px 1px #999;
	border-top-left-radius: 25px;
	border-bottom-left-radius: 25px;
	border-top-right-radius: 25px;
	border-bottom-right-radius: 25px;
}
#fb7 .fb7-shadow-double {
	width: 100%;
	left: 0%;
}
#fb7 .fb7-shadow-right {
	width: 50%;
	left: 50%;
	border-top-left-radius: 0px !important;
	border-bottom-left-radius: 0px !important;
}
#fb7 .fb7-shadow-left {
	width: 50%;
	left: 0%;
	border-top-right-radius: 0px !important;
	border-bottom-right-radius: 0px !important;
}
/* =  Gradient ( for right page )
--------------------------*/

#fb7 .turn-page.even .fb7-cont-page-book {
	background: -moz-linear-gradient(left, rgba(0,0,0,0.27) 0%, rgba(255,255,255,0) 7%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0,0,0,0.27)), color-stop(7%, rgba(255,255,255,0)));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgba(0,0,0,0.27) 0%, rgba(255,255,255,0) 7%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(0,0,0,0.27) 0%, rgba(255,255,255,0) 7%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(left, rgba(0,0,0,0.27) 0%, rgba(255,255,255,0) 7%);
	/* IE10+ */
	background: linear-gradient(to right, rgba(0,0,0,0.27) 0%, rgba(255,255,255,0) 7%);
 /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45000000', endColorstr='#00fff', GradientType=1 );
/* IE6-9 */
}
/* =  Gradient ( for left page )
--------------------------*/

#fb7 .turn-page.odd .fb7-cont-page-book {
	background: -moz-linear-gradient(right, rgba(0,0,0,0.27) 0%, rgba(255,255,255,0) 7%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, right top, right top, color-stop(0%, rgba(0,0,0,0.27)), color-stop(7%, rgba(255,255,255,0)));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(right, rgba(0,0,0,0.27) 0%, rgba(255,255,255,0) 7%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(right, rgba(0,0,0,0.27) 0%, rgba(255,255,255,0) 7%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(right, rgba(0,0,0,0.27) 0%, rgba(255,255,255,0) 7%);
	/* IE10+ */
	background: linear-gradient(to left, rgba(0,0,0,0.27) 0%, rgba(255,255,255,0) 7%);
 /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45000000', endColorstr='#00fff', GradientType=1 );
/* IE6-9 */
}
/* corner left page /*/

#fb7 .turn-page.odd {
	border-top-left-radius: 25px;
	border-bottom-left-radius: 25px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}
/* corner right page /*/

#fb7 .turn-page.even {
	border-top-right-radius: 25px;
	border-bottom-right-radius: 25px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}
#fb7.fullScreen, #fb7-ajax[data-template="true"] #fb7 {
	margin-bottom: 0;
}
#fb7 #fb7-container-book {
	position: absolute;
	z-index: 5;
	display: none;
	width: 1280px;
	height: 920px;
	overflow: visible !important;/*	transition:left 0.2s linear;*/
}
/* body:not(.turnedLarge) #fb7-container-book
{
	transition:all 0.2s linear;
} */
#fb7-container-book.firstPage {
	-o-transition: -o-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	-o-transform: translateX(-25%);
	-moz-transform: translateX(-25%);
	-webkit-transform: translateX(-25%);
	transform: translateX(-25%);
}
/* #fb7-container-book.firstPage
{
	transition:transform 0.3s;
	transform:translateX(25%);
} */
#fb7-container-book.midPage {
	-o-transition: -o-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	-o-transform: translateX(0);
	-moz-transform: translateX(0);
	-webkit-transform: translateX(0);
	transform: translateX(0);
}
#fb7-container-book.lastPage {
	-o-transition: -o-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	-o-transform: translateX(25%);
	-moz-transform: translateX(25%);
	-webkit-transform: translateX(25%);
	transform: translateX(25%);
}
/* #fb7-container-book.lastPage
{
	transition:transform 0.3s;
	transform:translateX(-25%);
} */

#fb7 fieldset {
}
#fb7 #fb7-deeplinking {
	display: none;
}
#fb7 .fb7-bcg-book {
	background: none no-repeat center center;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	width: 100%;
	height: 100%;
}
#test {
	margin: 0 auto;
	width: 100%;
}
#fb7 #page.mobile {
	width: 640px;
	height: 358px;
	margin: -210px 0 0 -275px;
}
#fb7 #page .padding {
/*padding: 0 34px;*/
}
#fb7 .cursor-grab {
	cursor: -webkit-grab;
	cursor: -moz-grab;
}
#fb7 .fb7-overlay {
	position: absolute;
	left: -10000px;
	top: 0;
	z-index: 20;
	/*background: url(../img/bg-overlay.png);/*/
	background: rgba(0,0,0,0);
	width: 100%;
	height: 100%;
	display: none;
}
#fb7 .fb7-overlay.active {
	left: 0;
	display: block;
}
/* = Back button
-------------------------------------------------------------- */
#fb7 #fb7-button-back {
	text-decoration: none;
	font-family: Nunito, ​sans-serif;
	color: #393939;
	position: absolute;
	left: -5px;
	top: 45px;
	box-shadow: 0 0 2px 2px #BEBEBE;
	background: -webkit-linear-gradient(#fff, #EAEAEA);
	/* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#fff, #EAEAEA);
	/* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#fff, #EAEAEA);
	/* For Firefox 3.6 to 15 */
	background: linear-gradient(#fff, #EAEAEA);
	/* Standard syntax */
	border-radius: 5px 5px 5px 5px;
	border: 1px solid #B9B9B9;
	padding: 5px;
	padding-left: 15px;
	padding-right: 10px;
	font-size: 12px;
	font-weight: bold;
	margin-top: -45px;
}
/* = About
-------------------------------------------------------------- */

#fb7 #fb7-about {
	position: absolute;
	z-index: 5;
	width: 45%;
	display: none;/*padding-top: 6%;/*/
}
#fb7 #fb7-about h1,  #fb7 #fb7-about h2,  #fb7 #fb7-about h3,  #fb7 #fb7-about h4,  #fb7 #fb7-about h5,  #fb7 #fb7-about h6 {
	margin: 0 0 2% 0;
	padding: 0px;
	font-size: 1.375em;
	color: #64c8d3;
	-webkit-font-smoothing: antialiased;
	text-transform: none;
	font-weight: 300;
}
#fb7 #fb7-about h1 {
	/*background: url(../img/icons.png) no-repeat;/*/
	padding: 0 0 0px 0px;
}
#fb7 #fb7-about ul, #fb7-about ol {
	list-style: disc;
	margin: 0;
	padding-left: 10px;
	padding-top: 0%;
	padding-bottom: 2%;
}
#fb7 #fb7-about li {
	color: #cfeaee;
	margin-bottom: 4px;
}
#fb7 #fb7-about p {
	/*font-size: 0.688em;/*/
	color: #cfeaee;
	margin-bottom: 8%;
	margin-top: 0%;
}
#fb7 #fb7-about a {
	color: #fff;
	text-decoration: underline;
}
#fb7 #fb7-about a:hover {
	/*color:#fff;/*/
	text-decoration: none;
}
/* = Book
-------------------------------------------------------------- */

#fb7 #fb7-book {
	position: relative;
	z-index: 10;
	width: 100%;
	height: 100%;
}
#fb7 #fb7-book .turn-page {
	background-color: #FFF;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
#fb7 .lazy {
	background-image: url("../images/loading.gif") !important;
	background-size: initial !important;
}
#fb7 .fb7-double {
	background-size: 200% 100% !important;
}
#fb7 .fb7-double.fb7-first {
	background-position: 0% 0%;
}
#fb7 .fb7-double.fb7-second {
	background-position: -100% 0%;
}
/* = Nav Arrows
	---------------------------------------- */
	
#fb7 .fb7-nav-arrow {
	position: absolute;
	z-index: 15;
	width: 45px;
	height: 60px;
	cursor: pointer;
}
#fb7 .fb7-nav-arrow.next {
	right: 0px;
	background-position: -174px -205px;
}
#fb7 .fb7-nav-arrow.next:hover {
	background-position: -174px -315px;
}
#fb7 .fb7-nav-arrow.prev {
	background-position: 0px -205px;
}
#fb7 .fb7-nav-arrow.prev:hover {
	background-position: 0px -315px;
}
#fb7 .fb7-nav-arrow.next {
	transform-origin: 0 center;
	-ms-transform-origin: 0 center;
	-webkit-transform-origin: 0 center;
}
#fb7 .fb7-nav-arrow.prev {
	transform-origin: right center;
	-ms-transform-origin: right center;
	-webkit-transform-origin: right center;
}
/*#page.mobile .fb7-nav-arrow.next { right: -24px; }*/



	/* = Cover
	---------------------------------------- */

#fb7 #fb7-logo-cover {
	position: absolute;
	right: 10px;
	bottom: 10px;
	z-index: 5;
}
#fb7 #fb7-cover ul {
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	clear: both;
	width: 100%;
	list-style: none;
	padding: 20px 0;
	border-top: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
}
#fb7 #fb7-cover ul:after {
	clear: both;
	content: '';
	display: block;
}
#fb7 #fb7-cover li {
	float: left;
	width: 28.3%;
	margin: 0 2.5%;
	list-style: none;
}
#fb7 #fb7-cover li,  #fb7 #fb7-cover img {
	-moz-user-select: -moz-none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	box-shadow: none;
}
#fb7 #fb7-cover li:last-child {
	margin-right: 0;
}
#fb7 #fb7-cover li img {
	float: left;
	width: 100%;
}
#fb7 #fb7-cover li a:hover img {
/*opacity: .8;/*/
}
/* = End
	---------------------------------------- */

#fb7 #end {
	text-align: center;
}
#fb7 #end p {
	padding-top: 60%;
}
/* = Meta data
	---------------------------------------- */

#fb7 #fb7-book .fb7-meta {
	position: absolute;
	bottom: 2%;
	left: 48%;
	width: 45px;
	height: 45px;
	text-align: center;
	border-radius: 50%;
}
#fb7 .fb7-meta .fb7-num {
	line-height: 43px;
	font-size: 18px;
	font-weight: bold;
	text-shadow: 2px 2px 6px #666666;
}
/*
		
	#fb7 .fb7-meta .fb7-description {
			font-size: 11px;
			color: #666;
	        font-family:Arial,sans-serif;
	}

	#fb7 .fb7-meta.fb7-left { 
			left:3%;
	}
	
	#fb7 .fb7-meta.fb7-left .fb7-num {
		    padding-right: 10px;
	}
		
	#fb7 .fb7-meta.fb7-right {
			right:3%;
			text-align: right;
	}
		
	#fb7 .fb7-meta.fb7-right .fb7-num {
				padding-left: 10px;
	}
	/*/		
			
			
			
	/*= Video in lightbox
	----------------------------*/
.def_bg {
	background-image: "" !important;
}
#v7_lightbox {
	width: 100%;
	height: 100%;
	z-index: 555789;
	position: fixed;
	display: block;
	top: 0px;
}
#v7_lightbox .bcg {
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: .7;
	position: absolute;
	cursor: pointer;
}
/* --------------------------*/
	
.fb7-cont-page-book {
	position: absolute;
}
#fb7 .fb7-page-book {
	position: absolute;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	overflow: hidden;
}
#fb7 .fb7-page-book .center {
/*text-align:center;
		padding-top:65%;/*/
}
#fb7 .fb7-page-book img {
	border: none;
	padding: 0;
}
#fb7 .fb7-page-book p {
	margin-bottom: 20px;
	line-height: 1.5;
}
#fb7 .fb7-page-book p strong {
	font-weight: bold;
	-webkit-text-size-adjust: none;
}
#fb7 .fb7-page-book a {
	text-decoration: underline;
	color: #64C8D3;/*font-weight:bold;/*/
}
#fb7 .fb7-page-book p a:hover {
	text-decoration: none;
}
#fb7 .fb7-page-book h1,  #fb7 .fb7-page-book h2,  #fb7 .fb7-page-book h3,  #fb7 .fb7-page-book h4,  #fb7 .fb7-page-book h5,  #fb7 .fb7-page-book h6 {
	font-family: Arial, sans-serif;
	text-transform: none;
	margin-bottom: 2%;
}
#fb7 .fb7-page-book ul {
	list-style: disc inside;
	margin-bottom: 3% !important;
}
#fb7 .fb7-page-book ul li {
	margin-bottom: 2px;
	list-style: disc inside;
}
#fb7 .fb7-page-book ol {
	margin-bottom: 3% !important;
}
#fb7 .fb7-page-book ol li {
	list-style: decimal inside;
	margin: 0;
}
#fb7 .fb7-page-book ul li a, #fb7 .fb7-page-book ol li a {
	color: #77797F;
	font-weight: normal;
	text-decoration: none;
}
#fb7 .fb7-page-book ul li a:hover, #fb7 .fb7-page-book ol li a:hover {
	text-decoration: underline;
}
#fb7 .fb7-page-book a:hover img {
	opacity: 0.8;
}
/* =WordPress Core
-------------------------------------------------------------- */
#fb7 .fb7-page-book .alignnone, #fb7-about .alignnone {
	margin: 5px 20px 20px 0;
}
#fb7 .fb7-page-book.aligncenter, .fb7-page-book div.aligncenter, #fb7-about.aligncenter, #fb7-about div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}
#fb7 .fb7-page-book .alignright, #fb7-about .alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
#fb7 .fb7-page-book .alignleft, #fb7-about .alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
#fb7 .fb7-page-book .aligncenter, #fb7-about .aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}
#fb7 .fb7-page-book a img.alignright, #fb7-about a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
#fb7 #fb7 .fb7-page-book a img.alignnone, #fb7-about a img.alignnone {
	margin: 5px 20px 20px 0;
}
#fb7 .fb7-page-book a img.alignleft, #fb7-about a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
#fb7 .fb7-page-book a img.aligncenter, #fb7-about a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}
#fb7 .fb7-page-book .wp-caption, #fb7-about .wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%;
	/* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}
#fb7 .fb7-page-book .wp-caption.alignnone, #fb7-about .wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}
#fb7 .fb7-page-book .wp-caption.alignleft, #fb7-about .wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}
#fb7 .fb7-page-book .wp-caption.alignright, #fb7-about .wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
.fb7-page-book .wp-caption img, #fb7-about .wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}
#fb7 .fb7-page-book .wp-caption p.wp-caption-text, #fb7-about .wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}



/* = Media queries
-------------------------------------------------------------- */

@media screen and (max-width: 768px) {
/*
    .fb7-nav-arrow.next{
		transform-origin:0 center;
		-ms-transform-origin:0 center;
		-webkit-transform-origin:0 center;		 
    }
	
	 .fb7-nav-arrow.prev{
		transform-origin:right center;
		-ms-transform-origin:right center;
		-webkit-transform-origin:right center;		 
    }

	.fb7-nav-arrow{
		transform:scale(2);
		ms-transform:scale(2);
		-webkit-transform:scale(2);
	}
	/*/
}
/* all icons for flipbook */
		
#fb7 .fb7-menu li {
	background-position: -39px 0px;
}
/* background flipbook */
#fb7 .fb7-bcg-book {
	background-image: url();
}
/* tools bar*/
#fb7 #fb7-footer .fb7-bcg-tools {
	border-radius: 10px;
	border-bottom: 1px solid #fff;
	box-shadow: 0 4px 0 #878787;
	opacity: 0
}
#fb7 .fb7-tooltip {
	background: -webkit-linear-gradient(#284F06, #162B04)repeat scroll 0 0 rgba(0, 0, 0, 0);
	background: -o-linear-gradient(#284F06, #162B04) repeat scroll 0 0 rgba(0, 0, 0, 0);
	background: -moz-linear-gradient(#284F06, #162B04) repeat scroll 0 0 rgba(0, 0, 0, 0);
	background: linear-gradient(#284F06, #162B04) repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: 1px solid #488015;
	box-shadow: 0 0 1px 1px #000000;
	color: #fff;
}
/* logo /*/
#fb7 #fb7-footer #fb7-logo {
	left: 12px;
	top: -5px;
}
/*  page manager   /*/	
#fb7 .fb7-menu li.fb7-goto input[type="text"] {
	color: #000000;
	background: none repeat scroll 0 0 #fff;
	border: 1px solid #566C43;
}
#fb7 .fb7-menu li.fb7-goto input[type='text'].focus_input {
	box-shadow: 0 0 7px 2px #4F9B09;
}
#fb7 .fb7-menu li.fb7-goto button {
	border: none;
	color: #803900;
	background: -webkit-linear-gradient(#F6EE0D, #E7A506);
	/* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#F6EE0D, #E7A506);
	/* For Opera 11.1 to 12.0 */
	background: linear-gradient(#F6EE0D, #E7A506);
	/* For Firefox 3.6 to 15 */
	background: linear-gradient(#F6EE0D, #E7A506);/* Standard syntax */
}
/* book /*/
		
#fb7 .fb7-shadow {
	box-shadow: 0 0 10px 1px #666666;
}
/* corner left page /*/
#fb7 .turn-page.odd {
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}
/* corner right page /*/		
#fb7 .turn-page.even {
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}
#fb7 .fb7-shadow {
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}
#fb7 .turn-page.fb7-noshadow .fb7-cont-page-book {
	background: none;
}
#fb7 #fb7-book .turn-page {
	background-color: #fff;
}
#fb7 #fb7-book .fb7-meta {
	background-position: -139px -9px;
	background: -webkit-radial-gradient(#D0D0D0, #A8A8A8);
	/* Safari 5.1 to 6.0 */
	background: -o-radial-gradient(#D0D0D0, #A8A8A8);
	/* For Opera 11.6 to 12.0 */
	background: -moz-radial-gradient(#D0D0D0, #A8A8A8);
	/* For Firefox 3.6 to 15 */
	background: radial-gradient(#D0D0D0, #A8A8A8);
	/* Standard syntax */
	box-shadow: inset 0 0 4px 8px #ADADAD;
}
#fb7 .fb7-meta .fb7-num {
	/* text /*/
	color: #fff;
	text-shadow: 2px 2px 6px #666666;
}
/* list thumbs /*/
#fb7 #fb7-all-pages .fb7-container-pages {
	background: none repeat scroll 0 0 #000000;
	box-shadow: 0 0 40px rgba(245,220, 11, 0.8);
}
/* form /*/
#fb7 #fb7-contact form {
	background: none repeat scroll 0 0 #161616;
	box-shadow: 0 0 60px rgba(100,200,211, 0.7);
}
#fb7 #fb7-contact form h3 {
	color: #fff;
}
#fb7 #fb7-contact button {
	background: none repeat scroll 0 0 #64C8D3;
	color: #fff;
}
#fb7 #fb7-contact form input, #fb7-contact form textarea {
	color: #737373;
}
#fb7 #fb7-contact .fb7-close {
	color: #000000;
	background: none repeat scroll 0 0 #64C8D3;
}
#fb7 #fb7-contact .fb7-thanks p {
	color: #444444
}
#fb7 #fb7-contact .fb7-thanks h1 {
	color: #fff
}
/* preloader /*/
#fb7 .fb7-preloader .wBall .wInnerBall {
	background: #F5DC0B;
}
/* arrow gif /*/
#fb7 .fb7-nav-arrow {
}
/* formatt page for flipbook  /*/
#fb7 .fb7-page-book p {
	color: #77797F;
	font-family: Nunito;
	font-size: 14px;
}
#fb7 .fb7-page-book a {
	color: #000000;
}
#fb7 .fb7-page-book h1 {
	color: #2E577C;
	font-family: Nunito;
	font-size: 28px;
}
#fb7 .fb7-page-book h2 {
	color: #2E577C;
	font-family: Nunito;
	font-size: 26px;
}
#fb7 .fb7-page-book h3 {
	color: #2E577C;
	font-family: Nunito;
	font-size: 24px;
}
#fb7 .fb7-page-book h4 {
	color: #2E577C;
	font-family: Nunito;
	font-size: 22px;
}
#fb7 .fb7-page-book h5 {
	color: #2E577C;
	font-family: Nunito;
	font-size: 20px;
}
#fb7 .fb7-page-book h6 {
	color: #2E577C;
	font-family: Nunito;
	font-size: 18px;
}
#fb7 .fb7-page-book li {
	color: #77797F;
	font-family: Nunito;
	font-size: 14px;
}
#fb7 .fb7-page-book ul li a, #fb7 .fb7-page-book ol li a {
	color: #2E577C;
}
/*  about style  /*/
#fb7 #fb7-about p, #fb7 #fb7-about li {
	color: #344F02;
	font-family: Nunito;
	font-size: 15px;
}
#fb7 #fb7-about a {
	color: #fff
}
#fb7 #fb7-about h1 {
	color: #fff;
	font-family: Nunito;
	font-size: 30px;
}
#fb7 #fb7-about h2 {
	color: #fff;
	font-family: Nunito;
	font-size: 24px;
}
#fb7 #fb7-about h3 {
	color: #fff;
	font-family: Nunito;
	font-size: 22px;
}
#fb7 #fb7-about h4 {
	color: #fff;
	font-family: Nunito;
}
#fb7 #fb7-about h5 {
	color: #fff;
	font-family: Nunito;
	font-size: 18px;
}
#fb7 #fb7-about h6 {
	color: #fff;
	font-family: Nunito;
	font-size: 16px;
}
/* back  button /*/ 
#fb7 #fb7-button-back {
	color: #803900;
	background: -webkit-linear-gradient(#F6EE0D, #E7A506);
	/* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#F6EE0D, #E7A506);
	/* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#F6EE0D, #E7A506);
	/* For Firefox 3.6 to 15 */
	background: linear-gradient(#F6EE0D, #E7A506);
	/* Standard syntax */
	box-shadow: none;
	border: 1px solid #488015;
}
/*  Other style   /*/
#fb7 .fb7-overlay {
	background: rgba(0,0,0,1);
}
/* = Menu
-------------------------------------------------------------- */

#fb7 .fb7-menu {
}
#fb7 .fb7-menu ul {
	list-style: none;
	margin: 15px 0;
	padding: 0;
}
#fb7 .fb7-menu li:last-child {
	background-position: -76px 0px;
	padding: 0;
	margin-right: 30px;
}
#fb7 .fb7-menu li:first-child {
	background-position: 0px 0px;
	padding: 0;
	margin-left: 30px;
}
#fb7 .fb7-menu#fb7-center {
	width: auto;
	margin-top: 14px;
	margin-down: 0;
	position: absolute;/*
	margin-left: auto;
	margin-right: auto;
    /*/
}
#fb7 .fb7-menu#fb7-right {
	float: right;
	width: auto;
	margin: 15px 6px 0 0;
}
#fb7 .fb7-menu#fb7-right li {
	background: none;
}
#fb7 .fb7-menu li.fb7-goto {
	position: relative;
	width: auto;
	margin: -6px 4px 0px 0;
	padding: 6px 0 0 10px;
}
#fb7 .fb7-menu li.fb7-goto #fb7-label-page-number {
	font-family: Arial, sans-serif;
	display: inline;
	float: left;
	margin: 6px 5px 0 0;
	line-height: 12px;
	font-size: 10px;
	color: #5f6f7b;
	-webkit-font-smoothing: antialiased;
	width: auto;
}
#fb7 .fb7-menu li.fb7-goto input[type='text'] {
	background: #141f28;
	width: 28px;
	height: 29px;
	padding: 0 25px 0 7px;
	text-align: center;
	font-size: 14px;
	font-family: Nunito;
	color: #616465;
	display: inline;
	border-radius: 25px;
	box-shadow: inset 1px 2px 3px #CCCCCC;
}
#fb7 .fb7-menu li.fb7-goto input[type='text'].focus_input {
	box-shadow: 0 0 7px 2px #97dcea;
}
#fb7 .fb7-menu li.fb7-goto button {
	text-shadow: none;
	font-family: Nunito, sans-serif;
	position: absolute;
	right: 1px;
	top: 7px;
	height: 29px;
	width: 40px;
	border: 3px solid;
	border-top-right-radius: 3em;
	border-bottom-right-radius: 3em;
	/*border:1px solid #EBEEF0;/*/
	display: inline;
	font-size: 11px;
	text-align: center;
	padding: 0 1px;
	background: #FF0000;
	color: #5f6f7b;
	cursor: pointer;
}
#fb7 .ui-btn-text {
	display: none;
}
/* = Tooltip
-------------------------------------------------------------- */

#fb7 .fb7-tooltip {
	font-family: Nunito, sans-serif;
	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: #616465;
	background: -webkit-linear-gradient(#fff, #EAEAEA);
	/* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#fff, #EAEAEA);
	/* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#fff, #EAEAEA);
	/* For Firefox 3.6 to 15 */
	background: linear-gradient(#fff, #EAEAEA);
	/* Standard syntax */
	border-radius: 1px;
	border: 1px solid #D4D4D4;
	box-shadow: 0 0 1px 1px #DBDBDB;
	font-size: 12px;
}
/*
	#fb7 .fb7-tooltip b {
		
    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;
	}
	/*/


/* = Footer
-------------------------------------------------------------- */


#fb7 #fb7-footer {
	position: absolute;
	bottom: 0px;
	z-index: 15;
	left: 0px;
	/*background: url(../img/bg-footer.png);/*/
	/*background-color: rgba(0, 0, 0, .55);/*/
	/*border-top: 3px solid #0A334A;/*/
	width: 100%;
	height: 60px;
	margin: 0;
	padding: 0;
}
#fb7 #fb7-footer #fb7-logo {
	position: absolute;
	left: 10px;
	top: 18px;
	z-index: 5;
}
#fb7 #fb7-footer .fb7-bcg-tools {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
div.fb7-nav-arrow {
	height: 200px;
	width: 45px;
	position: absolute;
	top: 50%;
	margin-top: -60px !important;
	font-size: 40px !important;
	color: #000;
}
div.fb7-nav-arrow:hover{
	background:#000 !important;
	color:#fff;
	
}
div.fb7-nav-arrow.prev {
	left: 0;
}
div.fb7-nav-arrow.next {
	right: 0;
}
div.totalIcon {
	height: 20px;
	width: 20px;
	position: absolute;
	top: 80%;
	font-size: 20px !important;
	opacity: 0.5;
}
div.totalIcon.fb7-home {
	left: 5%;
}
div.totalIcon.fb7-last {
	right: 5%;
}
div.totalIcon:hover {
	opacity: 1;
	transform: scale(2);
}
#fb7-center {
	background-color: rgba(0,0,0,1) !important;
	border-radius: 21px !important;
	color: #fff;
}
#fb7-center li {
	float: left;
	position: relative;
	width: 20px;
	height: 30px;
	text-align: center !important;
	list-style: none;/*background: url(../img/icons.png) no-repeat/*/
}
#fb7-center li:not(:last-child) {
	margin-right: 20px;
}
#fb7-center .b_iconfont {
	font-size: 20px;
	display: block;
	width: 20px;
	height: 21px;
	position: relative;
}
#fb7-footer {
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box !important;
}
#fb7-footer>.slideContainer {
	height: 30px !important;
	z-index: 999;
	color: #fff;
}
#fb7-footer .leftPageDot, #fb7-footer .rightPageDot {
	width: 80px;
	height: 30px;
	border-radius: 25px;
	display: inline-block;
	text-align: center;
	line-height: 30px;
	background-color: rgba(0,0,0,0.5);
	-webkit-user-select: none;
	-moz-user-select: none;
	-moz-user-select: none;
	user-select: none;
	-moz-user-focus: ignore;
	z-index: 16;
}
#fb7-footer .leftPageDot {
	float: left;
	margin-right: 20px;
}
#fb7-footer .rightPageDot {
	float: right;
	margin-left: 20px;
}
#fb7-footer .slideDotPanel {
	height: 100%;
	border-radius: 25px;
	display: inline-block;
	background-color: rgba(0,0,0,0.5);
	box-sizing: border-box !important;
	overflow-x: visible;
	overflow-y: visible;
	position: relative;
	z-index: 20;
}
#fb7-footer .touchable {
	width: 300px;
	cursor: -webkit-grab;
}
#fb7-footer .touchable > .slideDotContainer {
	position: absolute;
	left: 0;
}
#fb7-footer .touchable > .slideDotContainer .slideDot {
	position: absolute;
}
#fb7-footer .slideDotContainer {
	height: 30px;
	overflow-x: visible;
	overflow-y: visible;
}
#fb7-footer .slideDot {
	width: 20px;
	height: 20px;
	border-radius: 20px;
	display: inline-block;
	background-color: rgba(255,255,255,0.5);
	margin: 5px;
	cursor: pointer;
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}
#fb7-footer .slideDot.showDot {
	display: inline-block;
}
#fb7-footer .slideDot.hideDot {
	display: none;
}
#fb7-footer .pageOn {
	background-color: rgba(255,255,255,0.8);
}
#fb7-footer .slideDot>div {
	position: absolute;
	bottom: 30px;
	left: 50%;
	display: none;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center;
}
#fb7-footer .smallPicFirst, #fb7-footer .smallPicLast {
	width: 50px;
	height: 50px;
	margin-left: -25px;
}
#fb7-footer .smallPicDiv {
	width: 100px;
	height: 50px;
	margin-left: -50px;
}
#fb7-footer .smallPicDiv>.smallPicLeft, #fb7-footer .smallPicDiv>.smallPicRight {
	width: 50px;
	height: 50px;
	display: inline-block;
	float: left;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center;
}
#fb7-footer .slideDot:hover>div {
	display: block;
}
#fb7-footer .slideDot .smallPageNum {
	height: 14px;
	position: absolute;
	top: 4px;
	left: 50%;
	transform: translateX(-50%);
	background-color: #000000;
	opacity: 0.7;
	color: #fff;
	text-align: center;
	line-height: 14px;
	font-size: 12px;
}
#fb7-footer .mouseUpCover {
	width: 100%;
	height: 100%;
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 17;
}
#fb7-footer .mouseUpCover.mouseUpCoverShow {
	display: block;
}
#fb7 .showList {
	width: 200px;
	height: 300px;
	position: absolute;
	left: -200px;
	top: 20px;
	transition: left 0.5s ease;
	z-index: 15;
}
#fb7 .showList.showingShowList {
	left: 20px;
}
#fb7 .showListTitle, #fb7 .showList>.closeDiv {
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #fff;
}
#fb7 .showListTitle {
	width: 200px;
	font-size: 14px;
	background-color: rgba(0,0,0,1);
	border-top-right-radius: 6px;
	border-top-left-radius: 6px;
}
#fb7 .showList>.closeDiv {
	width: 30px;
	font-size: 22px;
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
	background-color: rgba(0,0,0,0);
}
#fb7 .showListContent {
	width: 200px;
	height: 270px;
	background-color: #fff;
	border-right: 2px solid rgba(0,0,0,1);
	border-bottom: 2px solid rgba(0,0,0,1);
	border-left: 2px solid rgba(0,0,0,1);
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	overflow: auto !important;
}
#fb7 .showListContent::-webkit-scrollbar {
 width:10px;
 background-color:rgba(0,0,0,0.2);
}
#fb7 .showListContent::-webkit-scrollbar-thumb {
 border-radius: 10px;
 background-color:rgba(0,0,0,1);
}
#fb7 .showListItem {
	height: 30px;
	line-height: 30px;
	padding-left: 30px;
	cursor: pointer;
}
#fb7 .showListItem:hover {
	background-color: #eee;
}
#fb7 .showListItem.showListPageOn {
	background-color: #eee;
}
/*  page manager   */	
#fb7 .fb7-menu li.fb7-goto input[type="text"] {
	color: #827F7F;
	background: none repeat scroll 0 0 #fff;
	border: 1px solid #566C43;
}
#fb7 .fb7-menu li.fb7-goto input[type='text'].focus_input {
	box-shadow: 0 0 7px 2px #4F9B09;
}
#fb7 .fb7-menu li.fb7-goto button {
	border: none;
	color: #fff;
	background-color: #000;
}
#fb7 .fb7-menu li.fb7-goto button {
	border-width: 0;
}
#fb7 .fb7-head {
	width: 100%;
	height: 50px;
	display: flex;
	justify-content: center;
	position: absolute;
}
#fb7-center {
	z-index: 15;
}
#fb7-right {
	z-index: 15;
	position: absolute;
	top: 0;
	right: 0;
}
.thickness, .thicknessLeft {
	position: absolute;
	top: 0;
	display: none;
	height: 100%;
	width: 0;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
.thicknessLeft {
	right: 100%;
	background-image: url("../images/thickness_left.png") !important;
}
.thickness {
	left: 100%;
	background-image: url("../images/thickness.png") !important;
}
/*loading图片*/
#books_1 {
	position: relative;
}
#books_1 #loading {
	background-color: #000;
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 9999;
	margin-top: 0;
	top: 0;
	left: 0;
}
#books_1 .ld-center {
	width: 120px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, calc(-50% + .5px));
	z-index: 99999999999;
}
#books_1 .ld-progress {
	height: 1px;
	margin: 10px 0 0 0;
	background: rgba(255,255,255,.2);
}
#books_1 .ld-progress span {
	width: 1%;
	height: 1px;
	background: #F60;
	display: block;
}
/*loading图片end*/

.warningTip {
	padding: 10px;
	font-size: 16px;
	text-align: center;
	background-color: rgba(0,0,0,0.5);
	color: #fff;
	z-index: 1002;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
/*Custom code*/
html, body, #content, #main {
	margin: 0;
	padding: 0;
	overflow: auto !important;
}
body, html, #fb7-ajax, #content, #main {
	height: 100%;
}
div {
	box-sizing: border-box !important;
}
@media screen and (max-width:768px) {
	div.fb7-nav-arrow{ margin-top:-10% !important;}
	#fb7 .fb7-menu li:first-child{ margin-left:10px;}
	#fb7-center li:not(:last-child){ margin-right:8px;}
	#fb7 .fb7-menu li:last-child{ margin-right:10px;}
	#fb7 .fb7-menu#fb7-center{ left:auto !important;}
	#fb7 .showList{ top:10%;}
}