diff --git a/deployed/mod_flippingbook/modules/mod_flippingbook/assets/css/book.min.css b/deployed/mod_flippingbook/modules/mod_flippingbook/assets/css/book.min.css new file mode 100644 index 00000000..096a00b6 --- /dev/null +++ b/deployed/mod_flippingbook/modules/mod_flippingbook/assets/css/book.min.css @@ -0,0 +1 @@ +.absolute-stretch{position:relative;height:100%}.fbpj-container a{outline:0;text-decoration:none;box-shadow:none}.content{overflow:auto}.fbpj-no-scroll{overflow:hidden}.upper-fold{background-color:#00a8a8;background-color:#924b75}html{height:100%}body{margin:0;box-sizing:border-box;-webkit-transition:background .1s ease-in-out;transition:background .1s ease-in-out;font-family:'century gothic','Arial'}#home{padding:0}.features img{margin:0 auto;display:block}.quick-hint{right:100px;width:200px;position:absolute;z-index:200;left:0}.menu{text-align:center;padding:20px;color:rgba(253,253,253,0.99);font-size:20px;font-weight:100;width:100%;box-sizing:border-box;text-transform:uppercase;letter-spacing:1px}.select-book{text-align:center;color:rgba(255,255,255,0.5);text-transform:uppercase;font-size:24px;padding:20px 40px}.select-book:after,.select-book:before{content:" ";bottom:0;max-width:460px;height:1px;background-color:rgba(255,255,255,0.31);display:block;margin:15px auto;opacity:.5}.select-book:before{top:0;bottom:auto}.clearfix:after .group:after{content:"";display:table;clear:both}.menu-item{padding:2px 10px;display:inline-block;text-decoration:initial;font-size:14px;font-weight:bold;text-transform:uppercase;color:#909090}a.menu-item+.menu-item{border-left:1px solid #ccc}a.menu-item:hover{color:#01a3a3}@media(max-width:620px){.features img{margin:0 auto;display:block;width:100%}}.deip-logo.deip-blocks{top:5px;padding:0;margin:5px 0}.deip-logo{float:left;font-size:20px;cursor:pointer;color:#FFF}.menu .buy-now{box-sizing:border-box;-webkit-transition:.1s ease-in-out;transition:.1s ease-in-out;border-radius:50px;text-transform:uppercase;letter-spacing:1px;font-size:14px;line-height:38px;box-shadow:0 0 0 rgba(0,0,0,0.21);height:40px;padding:0 20px;display:block;float:right;font-size:14px;color:white;text-decoration:none;border:1px solid}a.buy-now:hover{background-color:rgba(0,0,0,0.3);color:#eee;border-color:rgba(0,0,0,0.3)}a.deip-logo:hover{opacity:1;color:#fff}.deip-blocks .deip-block{display:block;float:left;width:1.5em;margin:0 -1px -1px 0;padding:0;height:1.5em;line-height:1.5em;text-align:center;font-weight:400;position:relative}.deip-block:after{content:" ";position:absolute;width:100%;box-sizing:border-box;height:100%;top:50%;left:50%;transform:translate(-50%,-50%)}.deip-block:after{border:1px solid} \ No newline at end of file diff --git a/deployed/mod_flippingbook/modules/mod_flippingbook/assets/css/flippingbook.latest.css b/deployed/mod_flippingbook/modules/mod_flippingbook/assets/css/flippingbook.latest.css new file mode 100644 index 00000000..209d99e4 --- /dev/null +++ b/deployed/mod_flippingbook/modules/mod_flippingbook/assets/css/flippingbook.latest.css @@ -0,0 +1,1797 @@ +.fbpj-abs-center { + top: 50%; + left: 50%; + position: absolute; + -webkit-transform: translate(-50%, -50%); + -moz-transform: translate(-50%, -50%); + -ms-transform: translate(-50%, -50%); + transform: translate(-50%, -50%); +} + +.fbpj-abs-h-center { + position: absolute; + left: 50%; + -webkit-transform: translate(-50%); + -moz-transform: translate(-50%); + -ms-transform: translate(-50%); + transform: translate(-50%); +} + +.fbpj-container { + min-height: 320px; + background: no-repeat 50%; + background-size: cover; + width: 100%; + position: relative; + /* background-color: #A6322D; */ + /*Smoothing of images in Firefox*/ + image-rendering: auto; + direction: ltr; +} +/*a fix in-case some builders or theme use content box like thrive*/ +.fbpj-container div { + box-sizing: border-box !important; +} +.fbpj-container.fbpj-transparent:not(.fbpj-fullscreen) { + background: transparent !important; +} + +.fbpj-container.fbpj-custom-fullscreen.fbpj-fullscreen { + position: fixed !important; + top: 0 !important; + left: 0 !important; + right: 0 !important; + bottom: 0 !important; + margin: 0 !important; + border: 0 !important; + z-index: 999999; +} + +.fbpj-container .loading-info { + position: absolute; + top: 40%; + margin-top: 20px; + margin-left: 5px; + padding: 6px 20px; + background-color: rgba(0, 0, 0, 0.3); + border-radius: 0px; + font-size: 15px; + max-height: 30px; + color: #fff; + max-width: 270px; + transform: translateX(-50%); + -moz-transform: translateX(-50%); + -ms-transform: translateX(-50%); + -webkit-transform: translateX(-50%); + left: 50%; + opacity: 0.7; + transition: 0.3s top ease; + -webkit-transition: 0.3s top ease; +} + +.loading-info.fbpj-old-browser { + color: gray; + background-color: white; + opacity: 0.9; + text-align: center; + max-height: none; +} + +.loading-info.fbpj-old-browser a { + font-weight: bold; + font-style: normal; + text-transform: uppercase; + color: #2196F3; + display: block; + text-decoration: underline; + margin: 10px 0 0; +} + +.fbpj-container.fbpj-init .loading-info { + top: 50%; +} + +.fbpj-3dcanvas { + position: absolute; + z-index: 1; + right: 0; + /*In-case any text is present inside the div then the canvas is pushed down. so fix it with top 0*/ + top: 0; +} + +.fbpj-rtl .fbpj-3dcanvas { + right: auto; + right: initial; + left: 0; +} + +.fbpj-container > canvas { +} + +.fbpj-container a { + outline: none; + text-decoration: none; + box-shadow: none; +} + +.fbpj-container.fbpj-zoom-enabled canvas.fbpj-3dcanvas, +.fbpj-container.fbpj-zoom-enabled .fbpj-book-stage { + cursor: move; + /*noinspection Annotator*/ cursor: -webkit-grab; +} + +.fbpj-container:before, .fbpj-container:after { + content: " "; + transition: 0.3s 0.1s opacity; + -webkit-transition: 0.3s 0.1s opacity; + opacity: 0; + height: 50px; + width: 50px; + left: 50%; + top: 50%; + font-size: 12px; + margin: -45px -25px -25px; + box-sizing: border-box; + position: absolute; + pointer-events: none; +} + +.fbpj-container.fbpj-loading:before, .fbpj-container.fbpj-loading:after { + content: " "; + z-index: 100; + opacity: 1; + /*display:none;*/ +} + +.fbpj-container.fbpj-loading .fbpj-loading-icon { +} + +.fbpj-container.fbpj-loading:after { + content: " "; + /*background-image: url("../images/loading.gif");*/ + background-repeat: no-repeat; + background-size: 32px; + background-position: 50%; +} + +.fbpj-container.fbpj-loading:before { + /* background-color: white; */ + /* -webkit-border-radius: 50px; */ + /* -moz-border-radius: 50px; */ + /* border-radius: 50px; */ + /* border: 1px solid rgba(150, 150, 150, 0.2); */ +} + +.fbpj-book-stage { + position: absolute; + overflow: hidden; + right: 0; + bottom: 0; + z-index: 1; + top: 0; + left: 0; + + /*Blurry image fixation*/ + filter: blur(0); + -webkit-filter: blur(0); + padding: 30px 50px 70px; +} + +.fbpj-floating .fbpj-book-stage { +} + +.fbpj-container.fbpj-xs .fbpj-book-stage { + padding-left: 20px; + padding-right: 20px; +} + +.fbpj-container.fbpj-sidemenu-open .fbpj-book-stage { + padding-left: 230px; + padding-right: 10px; +} + +.fbpj-container.fbpj-sidemenu-open > .fbpj-ui-btn.fbpj-ui-prev { + left: 220px; +} + +.fbpj-rtl.fbpj-container.fbpj-sidemenu-open > .fbpj-ui-btn.fbpj-ui-prev { + left: 0; +} + +.fbpj-rtl.fbpj-container.fbpj-sidemenu-open > .fbpj-ui-btn.fbpj-ui-next { + right: 220px; +} + +.fbpj-book-stage.fbpj-zoom-enabled { + cursor: move; +} + +.fbpj-page-front:before, .fbpj-page-back:before { + content: " "; +} + +.fbpj-book-page .fbpj-page-front:before { + background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.2) 10%, rgba(0, 0, 0, 0.15) 25%, rgba(0, 0, 0, 0) 70%); + background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.2) 10%, rgba(0, 0, 0, 0.15) 25%, rgba(0, 0, 0, 0) 70%); + background-image: -ms-linear-gradient(right, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.2) 10%, rgba(0, 0, 0, 0.15) 25%, rgba(0, 0, 0, 0) 70%); +} + +.fbpj-book-page .fbpj-page-back:before { + background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.15) 15%, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.0)); + background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.15) 15%, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.0)); + background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.15) 15%, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.0)); +} + +.fbpj-book-wrapper, .fbpj-page-wrapper, .fbpj-book-page, .fbpj-page-content, +.fbpj-page-front:before, .fbpj-page-wrapper:after, .fbpj-page-back:before, +.fbpj-page-content:after, .fbpj-page-effects, .fbpj-page-effects:before, .fbpj-page-effects { + position: absolute; + height: 100%; + display: block; + top: 0; +} + +.fbpj-page-content, .fbpj-book-page { + width: 100%; +} + +.fbpj-book-wrapper { + position: relative; + margin: 0 auto; + transition: 0.3s left; + -webkit-transition: 0.3s left; + left: 0; + /* box-shadow: 0 2px 8px #aaa; */ +} + +.fbpj-zoom-enabled .fbpj-book-wrapper { + transition: none; + -webkit-transition: none; +} + +.fbpj-loading.fbpj-container .fbpj-book-wrapper { + left: 100%; +} + +.fbpj-book-wrapper.close-right { + left: 25%; +} + +.fbpj-book-wrapper.close-left { + left: -25%; +} + +.fbpj-book-shadow { + position: absolute; + z-index: -1; + height: 100%; + -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); + -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); + -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); + box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); +} + +.fbpj-book-wrapper .fbpj-book-side-buttons { + position: absolute; + left: 100%; + width: 40px; + opacity: 0.3; + height: 100%; + cursor: pointer; + z-index: 30; + -webkit-border-radius: 0 20px 20px 0; + -moz-border-radius: 0 20px 20px 0; + border-radius: 0 20px 20px 0; +} + +.fbpj-book-prev-button.fbpj-book-side-buttons { + -webkit-border-radius: 20px 0 0 20px; + -moz-border-radius: 20px 0 0 20px; + border-radius: 20px 0 0 20px; +} + +.fbpj-book-wrapper .fbpj-book-side-buttons:hover { + opacity: 0.5; + background-color: rgba(0, 0, 0, 0.18); +} + +.fbpj-book-wrapper .fbpj-book-prev-button { + right: 100%; + left: auto; + left: initial; +} + +.fbpj-book-wrapper .fbpj-book-side-buttons:before { + position: absolute; + font-size: 30px; + -webkit-transform: translate(-50%, -50%); + -moz-transform: translate(-50%, -50%); + -ms-transform: translate(-50%, -50%); + transform: translate(-50%, -50%); + left: 50%; + top: 50%; +} + +.fbpj-book-wrapper .fbpj-book-prev-button:before { +} + +.fbpj-page-wrapper { + overflow: hidden; +} + +.fbpj-hard-page .fbpj-page-wrapper { + width: 100% !important; + height: 100% !important; + overflow: visible; + transform-style: preserve-3d; + -webkit-transform-origin: 0 50% 0; + -moz-transform-origin: 0 50% 0; + -ms-transform-origin: 0 50% 0; + transform-origin: 0 50% 0; +} + +.fbpj-book-page.fbpj-flipping, .fbpj-book-page.fbpj-folding { + box-shadow: -2px 0 10px rgba(0, 0, 0, 0.0); +} + +.fbpj-book-page.fbpj-left-side { + left: 0; + -webkit-transform-origin: right; + -moz-transform-origin: right; + -ms-transform-origin: right; + transform-origin: right; +} + +.fbpj-book-page.fbpj-right-side { + left: 50%; + -webkit-transform-origin: left; + -moz-transform-origin: left; + -ms-transform-origin: left; + transform-origin: left; +} + +.fbpj-book-page.fbpj-hard-page { +} + +.fbpj-book-page.fbpj-right-side + .fbpj-page-wrapper.fbpj-right-side { + z-index: -1; +} + +.fbpj-book-page .fbpj-page-front, .fbpj-book-page .fbpj-page-back { + width: 100%; + background-size: 100.5% 100%; + background-size: 100% 100%; + height: 100%; + background-color: white; + position: absolute; + box-sizing: border-box; +} + +.fbpj-page-back > canvas, .fbpj-page-front > canvas { + width: 100%; + position: relative; + z-index: -1; +} + +/*right left shadow during flip*/ +.fbpj-page-wrapper:before { +} + +.fbpj-quick-turn:before { + opacity: 0; +} + +.fbpj-book-page.fbpj-flipping.fbpj-left-side:before { + background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1)); + background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1)); + width: 10px; + left: -10px; +} + +.fbpj-book-page.fbpj-right-side:before { +} + +.fbpj-book-page { + width: 50%; +} + +.fbpj-book-page.fbpj-flipping, .fbpj-book-page.fbpj-folding { + z-index: 200 !important; +} + +.fbpj-page-content { + background-size: 100.25% !important; + background-repeat: no-repeat !important; + transition-property: transform; + -webkit-transition-property: -webkit-transform; + width: 100%; + overflow: hidden; + /*this causes page cuts in IE*/ +} + +.fbpj-book-page.fbpj-left-side .fbpj-page-front { + /*overflow: hidden;*/ + z-index: 2; +} + +.fbpj-book-page.fbpj-left-side .fbpj-page-back { + z-index: 1; +} + +.fbpj-book-page.fbpj-left-side.fbpj-folding:not(.fbpj-hard-page) .fbpj-page-back { + z-index: 3; +} + +.fbpj-book-page.fbpj-right-side .fbpj-page-front { + top: 0; + left: 0; + z-index: 0; +} + +.fbpj-book-page, .fbpj-page-front, .fbpj-page-back, +.fbpj-page-fold-inner-shadow, .fbpj-page-fold-outer-shadow, .fbpj-page-wrapper { + position: absolute; + -webkit-transform-origin: 0 0 0; + -moz-transform-origin: 0 0 0; + -ms-transform-origin: 0 0 0; + transform-origin: 0 0 0; +} + +.fbpj-page-front, .fbpj-page-back { + overflow: hidden; +} + +.fbpj-page-fold-outer-shadow { + z-index: -1; + width: 100%; + height: 100%; +} + +.fbpj-page-fold-inner-shadow { + position: absolute; + z-index: 5; + display: none; +} + +.fbpj-book-page.fbpj-folding .fbpj-page-fold-inner-shadow { + display: block; +} + +.fbpj-book-page.fbpj-right-side .fbpj-page-back { + left: 0; + z-index: 1; +} + +.fbpj-book-page.fbpj-right-side.fbpj-folding .fbpj-page-front { + z-index: 2; +} + +.fbpj-page-wrapper.fbpj-right-side .fbpj-page-back { + left: 100%; + z-index: 1; + overflow: hidden; +} + +.fbpj-hard-page .fbpj-page-front, +.fbpj-hard-page .fbpj-page-back { + -webkit-backface-visibility: hidden; + -moz-backface-visibility: hidden; + -ms-backface-visibility: hidden; + backface-visibility: hidden; +} + +.fbpj-hard-page.fbpj-right-side .fbpj-page-front { + -webkit-transform-origin: right 50%; + -moz-transform-origin: right 50%; + -ms-transform-origin: right 50%; + transform-origin: right 50%; + z-index: 3 !important; + /*transform-style: preserve-3d;*/ /*this causes issues in FF*/ +} + +.fbpj-hard-page.fbpj-left-side .fbpj-page-front { + -webkit-transform-origin: right 50%; + -moz-transform-origin: right 50%; + -ms-transform-origin: right 50%; + transform-origin: right 50%; +} + +.fbpj-hard-page.fbpj-right-side .fbpj-page-back { + -webkit-transform-origin: left 50%; + -moz-transform-origin: left 50%; + -ms-transform-origin: left 50%; + transform-origin: left 50%; + z-index: 3; + /*transform-style: preserve-3d;*/ /*this causes issues in FF*/ +} + +.fbpj-hard-page.fbpj-left-side .fbpj-page-back { + -webkit-transform-origin: left 50%; + -moz-transform-origin: left 50%; + -ms-transform-origin: left 50%; + transform-origin: left 50%; +} + +/*Mid shadows*/ +.fbpj-page-front:before, .fbpj-page-back:before { + width: 20%; + z-index: 5; + pointer-events: none; +} + +.fbpj-page-front:before { + right: 0; +} + +.fbpj-page-wrapper.fbpj-right-side.fbpj-flipping { + z-index: 4; +} + +/*Book UI*/ + +.fbpj-ui { + height: 60px; + padding: 20px 16px 0; +} + +.fbpj-ui-wrapper, .fbpj-ui-btn { + color: #888; + vertical-align: top; + background-color: #f7f7f7; + box-sizing: border-box; + text-align: center; +} + +.fbpj-ui-wrapper { + box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3); + /* overflow: hidden; */ + background-color: #f7f7f7; + position: absolute; +} + +.fbpj-share-wrapper { + z-index: 2; + position: absolute; + top: 0; + bottom: 0; + right: 0; + left: 0; + background-color: rgba(0, 0, 0, 0.35); + display: none; +} + +.fbpj-share-wrapper.fbpj-hidden { } + +.fbpj-share-box { + position: absolute; + top: 68%; + width: 82%; + -webkit-transform: translateX(-50%) translateY(-50%); + -moz-transform: translateX(-50%) translateY(-50%); + -ms-transform: translateX(-50%) translateY(-50%); + transform: translateX(-50%) translateY(-50%); + left: 50%; + background-color: #fff; + border-radius: 0px; + padding: 10px 15px 5px; + text-align: center; +} + +span.fbpj-share-title { + color: #777; + margin-bottom: 10px; + display: block; + font-size: 18px; +} + +.fbpj-share-url { + /* border: 0; */ + background-color: #fff; + height: 60px; + color: #666; + padding: 5px 15px; + -webkit-border-radius: 5px; + -moz-border-radius: 5px; + border-radius: 5px; + width: 100%; + font-size: 14px; + box-sizing: border-box; + margin-bottom: 0px; +} + +.fbpj-share-button { + display: inline-block; + text-align: center; + cursor: pointer; + -webkit-border-radius: 50%; + -moz-border-radius: 50%; + border-radius: 50%; + padding: 10px; + margin: 3px; + color: #444040; + font-size: 20px; +} +.fbpj-share-facebook{ + color:#0572E6; +} +.fbpj-share-google{ + display:none; +} +.fbpj-share-twitter{ + color:#1DA1F2; +} +.fbpj-share-mail{ + color: #272727; +} +element.style { + display: none; +} +.fbpj-share-button:hover { + color: #444; +} + +.fbpj-ui-btn { + position: relative; + width: 40px; + right: 0; + height: 46px; + font-size: 22px; + cursor: pointer; + z-index: 2; + display: inline-block; + padding: 13px 5px; + /* -webkit-border-radius: 3px; */ + line-height: 1; +} + +.fbpj-floating .fbpj-ui-controls > .fbpj-ui-btn:first-child { + border-radius: 5px 0 0 5px; +} + +.fbpj-floating .fbpj-ui-controls > .fbpj-ui-btn:last-child { + border-radius: 0 5px 5px 0; +} + +.fbpj-ui-btn:before { + box-sizing: border-box; +} + +.fbpj-ui-fit, .fbpj-ui-thumbnail { +} + +.fbpj-ui-thumbnail, .fbpj-ui-share, .fbpj-ui-outline, .fbpj-ui-help, .fbpj-ui-sound { + float: left; +} + +.fbpj-ui-zoomin, .fbpj-ui-zoomout { +} + +.fbpj-ui-btn:hover { + color: #00ACCE; +} + +.fbpj-ui-btn.disabled, .fbpj-ui-btn.disabled:hover { + color: #ccc; +} + +.fbpj-ui-share:before { +} + +.fbpj-ui-page { + padding: 8px 5px 2px; + font-size: 12px; + width: auto; + width: 50px; + margin: 0 0; + /* border-right: 1px solid #ddd; */ + border-radius: 0; + /* float: left !important; */ + background-color: rgba(0, 0, 0, 0.03); +} + +.fbpj-ui-page input { + width: 100%; + background-color: transparent; + height: 25px; + margin: 0; + padding: 0 !important; + border: 1px solid rgb(143, 143, 143); + text-align: center; + vertical-align: top; + color: transparent; + font-size: 14px; + top: 0; + box-sizing: border-box; + z-index: -1; + display: inline-block; + opacity: 0; +} + +.fbpj-ui-page input:focus { + z-index: 2; + opacity: 1; + color: inherit; +} + +.fbpj-ui-page input:focus + label { + opacity: 0; + display: none; +} + +.fbpj-ui-page label { + position: absolute; + height: 30px; + width: 100%; + display: block; + top: 0; + padding-top: 17px; + /* letter-spacing: 0.5px; */ + line-height: 1.1em; /*it was getting overwritten in some theme*/ + color: #999; + font-size: 15px; + /* vertical-align: top; */ + font-weight: normal; + left: 0; + cursor: pointer; + background-color: transparent; + z-index: 1; + box-sizing: border-box; + /* border: 1px solid rgba(0, 0, 0, 0.11); */ +} + +.fbpj-ui-share { + float: left; +} + +.fbpj-ui-share:before { +} + +.fbpj-ui-fullscreen { + bottom: 0; +} + +.fbpj-ui-fullscreen:before { +} + +.fbpj-ui-zoom { + top: 24px; + height: 60px; + right: 24px; + width: 30px; + display: none; + -webkit-border-radius: 3px; + -moz-border-radius: 3px; + border-radius: 3px; +} + +.fbpj-ui-sidemenu-close { + position: absolute; + top: 0px; + right: -32px; + font-size: 14px; + width: 32px; + height: 35px; + cursor: pointer; + padding: 10px 0px; + background: inherit; + border-radius: border-radius: 0 0px 5px 0;; + z-index: -1; + transition: 0.5s ease; + -webkit-transition: 0.5s ease; +} + +.fbpj-ui-controls { + bottom: 0; + width: 100%; + /* border-radius: 5px; */ + height: 46px; + padding: 0; + -webkit-touch-callout: none; /* iOS Safari */ + -webkit-user-select: none; /* Chrome/Safari/Opera */ + -moz-user-select: none; /* Firefox */ + -ms-user-select: none; /* IE/Edge */ + user-select: none; + /* non-prefixed version, currently + not supported by any browser */ + z-index: 4; + /* bottom: 15px; */ + display: block; +} + +.fbpj-floating .fbpj-ui-controls { + bottom: 0px; + width: 100%; + /*noinspection CssInvalidPropertyValue*/ + width: 100%; /*IE fallback*/ + -webkit-transform: translateX(-50%); + -moz-transform: translateX(-50%); + -ms-transform: translateX(-50%); + transform: translateX(-50%); + left: 50%; + margin: 0 auto; + display: block; /*IE fallback*/ + display: block; + border-radius: 0px; +} + +.fbpj-floating.fbpj-controls-top .fbpj-ui-controls { + bottom: auto; + /*noinspection CssInvalidPropertyValue*/ + bottom: intial; /*IE fallback*/ + top: 0px; +} + +.fbpj-floating.fbpj-controls-hide .fbpj-ui-controls { + display: none; +} + +.fbpj-ui-wrapper.fbpj-ui-controls .fbpj-ui-btn { + /* display: table-cell; */ + float: none; +} + +.fbpj-ui-size { + bottom: 24px; + height: 60px; + right: 24px; +} + +.fbpj-ui-zoom:before, .fbpj-ui-size:before { + height: 0; + border-bottom: 1px solid; + content: " "; + right: 5px; + opacity: 0.3; + display: block; + position: absolute; + top: 30px; + left: 5px; + z-index: 2; +} + +.fbpj-ui-zoomin { + top: 0; +} + +.fbpj-ui-zoomin:before { +} + +.fbpj-ui-zoomout { + bottom: 0; +} + +.fbpj-ui-btn.fbpj-ui-zoomout { + /* display: none; */ +} + +.fbpj-zoom-enabled .fbpj-ui-btn.fbpj-ui-zoomout { + /* display: block; */ +} + +.fbpj-zoom-enabled .fbpj-ui-btn.fbpj-ui-zoomin { + /* display: none; */ +} + +.fbpj-ui-zoomout:before { +} + +.fbpj-ui-next { + right: 24px; + right: 0; + border-radius: 0; + /* background-color: rgba(255, 255, 255, 0.5); */ +} + +.fbpj-container.fbpj-floating > .fbpj-ui-next { + right: 8px; +} + +.fbpj-container.fbpj-floating > .fbpj-ui-prev { + left: 2px; +} + +.fbpj-container > .fbpj-ui-next, .fbpj-container > .fbpj-ui-prev { + margin-top: -5px; + -webkit-transform: translateY(-50%); + -moz-transform: translateY(-50%); + -ms-transform: translateY(-50%); + transform: translateY(-50%); + top: 50%; + position: absolute; + /* box-shadow: 0 0 5px rgba(0, 0, 0, 0.35); */ + opacity: 0.3; + background-color: transparent; + height: auto; + height: initial; + font-size: 36px; + color: #000; + width: auto; + text-align: center; + width: initial; +} + +.fbpj-container > .fbpj-ui-next:hover, .fbpj-container > .fbpj-ui-prev:hover { + opacity: 0.7; +} + +.fbpj-container.fbpj-floating > .fbpj-ui-next, .fbpj-container.fbpj-floating > .fbpj-ui-prev { + border-radius: 50%; + width: 40px; +} + +.fbpj-ui-next:before { +} + +.fbpj-ui-prev { + left: 0; + right: auto; + border-radius: 0; +} + +.fbpj-ui-prev:before { +} + +.fbpj-ui-alt { + position: relative !important; + right: auto; + right: initial; + left: auto; + left: initial; + box-shadow: none !important; +} + +.fbpj-ui-alt.fbpj-ui-next, +.fbpj-ui-alt.fbpj-ui-prev { + /* display: none !important; */ +} + +.fbpj-ui-alt.fbpj-ui-next { + border-right: 1px solid #ddd; +} + +.fbpj-ui-start { +} + +.fbpj-ui-start:before { +} + +.fbpj-ui-end { +} + +.fbpj-ui-end:before { +} + +.fbpj-ui-thumbnail:before { +} + +.fbpj-ui-outline:before { +} + +.fbpj-ui-btn.fbpj-active { + color: #00ACCE; + background-color: #e7e7e7; +} + +.fbpj-ui-fit { + display: none; +} + +.fbpj-ui-zoomin, .fbpj-ui-zoomout, .fbpj-ui-fullscreen, .fbpj-ui-more { + float: right; +} + +.fbpj-ui-fit { + top: 0; +} + +.fbpj-ui-fit:before { +} + +.fbpj-ui-fit.button-fit-active:before { +} + +.fbpj-page-content div { +} + +.fbpj-ui-more .more-container,.fbpj-ui-search .search-container { + display: none; + position: absolute; + bottom: 100%; + margin-bottom: 8px !important; + right: 10px; + background-color: #f7f7f7; + z-index: 20; + border-radius: 5px; + /* overflow: hidden; */ + box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.2); +} + +.fbpj-controls-top .fbpj-ui-more .more-container,.fbpj-controls-top .fbpj-ui-search .search-container { + bottom: auto; + bottom: initial; + margin-top: 8px !important; + top: 100%; + box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2); +} + +.more-container:before ,.search-container:before { content: " "; position: absolute; border: solid transparent; border-width: 7px; border-top-color: #eee; height: 0; width: 0; bottom: -14px; /* background-color: white; */ right: 13px; margin-right: -8px; pointer-events: none; } + +.fbpj-controls-top .more-container:before ,.fbpj-controls-top .search-container:before { + border: solid transparent; + border-bottom-color: #eee; + border-width: 7px; + top: -14px; +} + +.more-container .fbpj-ui-btn { + width: auto; + width: initial; +width: 190px; + text-align: left; + padding: 8px 10px; + height: 42px; + border-top: 1px solid #e4e4e4; + border-radius: 0; +} + +.more-container .fbpj-ui-btn:hover { + background-color: #eee; +} + +.more-container > .fbpj-ui-btn:first-child { + border-radius: 5px; + border-top: none; +} + +.more-container > .fbpj-ui-btn:last-child { + border-radius: 0 0 5px 5px; +} + +.more-container .fbpj-ui-btn:before { + position: absolute; + top: 11px; + font-size: 14px; +} + +.fbpj-ui-btn span { + display: none; +} + +.more-container .fbpj-ui-btn span { + font-size: 14px; + padding-left: 30px; + vertical-align: middle; + display: inline-block; +} + +.fbpj-ui-more.fbpj-active .more-container, +.fbpj-ui-search.fbpj-active .search-container { + display: block; +} + +.annotationLayer section, +.annotationDiv section, +.customLinkAnnotation, +.customHtmlAnnotation, +.customVideoAnnotation, +.linkAnnotation, +.highlightAnnotation, +.popupAnnotation { + position: absolute; + z-index: 5; + cursor: pointer; + pointer-events: all; + /* border: none !important; */ +} + +.annotationDiv .popupWrapper { + position: absolute; + width: 20em; +} + +.annotationDiv .popup { + position: absolute; + z-index: 200; + max-width: 20em; + background-color: #FFFF99; + box-shadow: 0px 2px 5px #333; + border-radius: 2px; + padding: 0.6em; + margin-left: 5px; + cursor: pointer; + word-wrap: break-word; +} + +.annotationDiv .popup h1 { + font-size: 1em; + border-bottom: 1px solid #000000; + padding-bottom: 0.2em; +} + +.annotationDiv .popup p { + padding-top: 0.2em; +} + +.annotationDiv .highlightAnnotation, +.annotationDiv .underlineAnnotation, +.annotationDiv .squigglyAnnotation, +.annotationDiv .strikeoutAnnotation, +.annotationDiv .fileAttachmentAnnotation { + cursor: pointer; +} + +.annotationDiv .textAnnotation img { + position: absolute; + cursor: pointer; +} + +section.linkAnnotation a, +.annotationDiv .buttonWidgetAnnotation.pushButton > a { + display: block; + height: 100%; +} + +section.linkAnnotation a, +a.linkAnnotation, +a.customLinkAnnotation, +.customHtmlAnnotation, +.customVideoAnnotation { + background-color: transparent; + background-color: rgb(255, 255, 0); + /* border-bottom: 1px solid #2196F3; */ + opacity: 0.1; +} + +a.customLinkAnnotation { + /* opacity: 0.15; */ +} + +section.linkAnnotation a:hover, +a.linkAnnotation:hover, +.highlightAnnotation:hover, +a.customLinkAnnotation:hover { + opacity: 0.4; + border-color: transparent; + background-color: #2196F3; +} + +.annotationDiv,.textLayerDiv{ + position: absolute; + top: 0; + left: 0; + bottom: 0; + right: 0; + overflow: hidden; +} +.textLayerDiv{ + line-height:1.0; +} +.textLayerDiv >div{ + /*color: transparent;*/ + position: absolute; + white-space: pre; + cursor: text; + -webkit-transform-origin: 0% 0%; + -moz-transform-origin: 0% 0%; + -o-transform-origin: 0% 0%; + -ms-transform-origin: 0% 0%; + transform-origin: 0% 0%; + +} +section.linkAnnotation a .annotationLayer > +a { + display: block; + position: absolute; + height: 100%; + cursor: pointer; + box-sizing: border-box; +} + +section.linkAnnotation a.internalLink:hover { +} + +.fbpj-page-loading:after, .fbpj-page-loading:before { + content: " "; + height: 44px; + width: 44px; + position: absolute; + top: 50%; + left: 50%; + margin: -22px -22px; +} + +.fbpj-page-loading:before { + background-color: white; + -webkit-border-radius: 50px; + -moz-border-radius: 50px; + border-radius: 50px; + /* box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.4); */ + box-sizing: border-box; +} + +.fbpj-page-loading:after { + background-image: url("../images/loading.gif"); + background-repeat: no-repeat; + background-position: center; + background-size: 22px; +} + +.fbpj-thumb-container .fbpj-vrow { + height: 124px; + left: 0; + width: 90%; + margin: 10px auto; + background-position: 50%; + cursor: pointer; + background-repeat: no-repeat; + right: 0; + border-radius: 0px; + /* opacity: 0.7; */ +} + +.fbpj-thumb-container .fbpj-vrow:before { + content: ""; + background-image: url("../images/loading.gif"); + background-size: 22px; + height: 22px; + width: 22px; + display: block; + top: 60px; + margin: 0 auto; + position: relative; + z-index: 0; +} + +.fbpj-thumb-container .fbpj-vrow:hover { + background-color: #bbb; +} + +.fbpj-floating .fbpj-thumb-container .fbpj-vrow:hover, .fbpj-vrow.fbpj-selected { + background-color: #dae9ff; + opacity: 1; +} + +.fbpj-thumb-container .fbpj-vrow.fbpj-thumb-loaded { + background-size: contain; + /* opacity: 1; */ +} + +.fbpj-thumb-container .fbpj-vrow.fbpj-thumb-loaded:before { + display: none; +} + +.fbpj-vrow > div { + height: 20px; + background-color: rgb(0 0 0 / 54%); + width: 40px; + margin: 0 auto; + font-size: 16px; + color: #fff; +} + +.fbpj-sidemenu { + float: left; + width: 220px; + height: auto !important; + position: absolute !important; + top: 0; + z-index: 3; + transition: 0.5s transform ease; + -webkit-transition: 0.5s -webkit-transform ease; + transform: translateX(-100%); + -webkit-transform: translateX(-100%); + -moz-transform: translateX(-100%); + -ms-transform: translateX(-100%); + left: -50px; + background-color: rgba(238, 238, 238, 0.9); +} + +.fbpj-rtl .fbpj-sidemenu { + left: auto; + left: initial; + transform: translateX(100%); + -webkit-transform: translateX(100%); + -moz-transform: translateX(100%); + -ms-transform: translateX(100%); + right: -50px; + direction: rtl; +} + +.fbpj-thumb-container { + text-align: center; +} + +.fbpj-outline-container { + color: #666; + font-size: 12px; +} + +.fbpj-outline-wrapper, .fbpj-thumb-wrapper { + position: absolute !important; + top: 0; + bottom: 0; + left: 0; + right: 0; + height: auto !important; + box-shadow: 1px 0 4px rgba(102, 102, 102, 0.38); +} + +.fbpj-outline-wrapper { + overflow: auto; + padding: 10px 10px 5px 10px; +} + +.fbpj-floating .fbpj-outline-container, .fbpj-floating .fbpj-thumb-container { + bottom: 0; +} + +.fbpj-sidemenu.fbpj-sidemenu-visible { + display: block; + transform: translateX(0); + -ms-transform: translateX(0); + -moz-transform: translateX(0); + -webkit-transform: translateX(0); + left: 0; +} + +.fbpj-outline-toggle { + cursor: pointer; + float: left; + width: 18px; + padding: 5px 0; + margin-left: -18px; + text-align: center; +} + +.fbpj-outline-toggle.fbpj-outlines-hidden ~ .fbpj-outline-items { + display: none; +} + +.fbpj-outline-items > .fbpj-outline-item { + margin-left: 2px; + /* padding: 5px 0; */ +} +.fbpj-outline-item { + margin-bottom: 2px; + background: #efefef; + border-bottom: 2px solid #dedede; +} +.fbpj-outline-item a:hover, .fbpj-outline-toggle:hover { + background-color: #FFF; +} + +.fbpj-outline-item a { + color: inherit !important; + text-decoration: none !important; + display: block; + padding: 8px 0 8px 12px; + overflow: hidden; + text-overflow: ellipsis; + /* white-space: nowrap; */ + border: none !important; + box-shadow: none !important; + font-size: 14px; +} + +.fbpj-outline-toggle:before { + content: "\e64b"; + font-size: 10px; + font-family: 'themify'; +} + +.fbpj-outline-toggle.fbpj-outlines-hidden:before { + content: "\e649"; +} + +.fbpj-lightbox-wrapper { + position: fixed !important; + top: 0; + bottom: 0; + right: 0; + height: auto !important; + left: 0; + background-color: white; + z-index: 99999; +} + +.fbpj-lightbox-controls { + /* height: 40px; */ + float: right; + padding: 5px; + z-index: 1000; + position: relative; +} + +.fbpj-lightbox-close { + float: right; + height: 40px; + text-align: center; + font-size: 50px; + cursor: pointer; + /* line-height: 30px; */ + color: #444; + /* padding: 5px; */ + border-radius: 50%; + /* border: 1px solid; */ + border-color: transparent; + width: 40px; + background-color: transparent; + transition: 0.2s; + -webkit-transition: 0.2s; +} + +.fbpj-lightbox-close:hover { + color: white; + background-color: rgba(0, 0, 0, 0.21); + /* border-color: black; */ + border-color: black; +} + +.fbpj-lightbox-close:before { + top: 50%; + position: absolute; + -webkit-transform: translate(-50%, -50%); + -moz-transform: translate(-50%, -50%); + -ms-transform: translate(-50%, -50%); + transform: translate(-50%, -50%); + left: 50%; + font-size: 24px; +} + +.fbpj-lightbox-wrapper .fbpj-container { + position: absolute !important; + width: 100%; + top: 0; + bottom: 0; + height: auto !important; +} + +.fbpj-container.fbpj-xs .fbpj-ui-controls .fbpj-ui-btn.fbpj-ui-next, +.fbpj-container.fbpj-xs .fbpj-ui-controls .fbpj-ui-btn.fbpj-ui-prev { + /* display: none; */ +} + +.fbpj-container.fbpj-xs .fbpj-ui-controls .fbpj-ui-btn.fbpj-ui-page { + display: none !important; +} + +._fbpj_button, ._fbpj_thumb, ._fbpj_custom { + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; + box-sizing: border-box; + display: inline-block; + position: relative; + cursor: pointer; +} + +._fbpj_button { + padding: 5px 15px; + background: #0085ba; + color: white; + font-size: 14px; + border-color: #0073aa #006799 #006799; + cursor: pointer; + border-width: 1px; + border-style: solid; + -webkit-appearance: none; + -webkit-border-radius: 3px; + border-radius: 3px; + white-space: nowrap; +} + +._fbpj_thumb { border: none; width: 140px; height: 200px; text-align: center; } + +._fbpj_thumb { + cursor: pointer; + /* background-color: #eee; */ + box-shadow: 0 1px 2px rgba(0, 0, 0, 0.22); + display: inline-block; + -webkit-transform-style: flat; + -moz-transform-style: preserve-3d; + transform-style: preserve-3d; + box-sizing: border-box; + -webkit-transition: 0.2s; + margin: 30px 10px 10px; + /*-webkit-perspective: 1200px;*/ + -moz-perspective: 1200px; + perspective: 1200px; +} + +._fbpj_books ._fbpj_thumb, ._fbpj_books .fbpj-dummy { + width: 140px; + height: 200px; + text-align: center; + display: inline-block; + position: relative; + margin: 20px 10px; + /* clear: left; */ + vertical-align: top; +} + +._fbpj_books .fbpj-dummy { +} + +._fbpj_thumb[thumbtype="img"] { + height: auto; +} + +._fbpj_thumb[thumbtype="img"] img { + max-width: 100%; + max-height: 200px; + margin: 0; + padding: 0; + border: 0; +} + +._fbpj_book-cover { + background-size: 100% 100%; + height: 100%; + width: 100%; + -webkit-transform-origin: left; + transform-origin: left; + top: 0; + background-color: #eee; + position: relative; + overflow: hidden; + -webkit-transition: 0.3s; + -moz-transition: 0.3s; + -ms-transition: 0.3s; + box-shadow: 0 1px 2px rgba(0, 0, 0, 0.22); +} + +._fbpj_thumb ._fbpj_book-title { + bottom: -100%; + position: absolute; + width: 100%; + left: 0; + padding: 5px; + font-size: 12px; + background: rgba(1, 163, 163, 0.87); + background: rgba(60, 60, 60, 0.8); + box-sizing: border-box; + display: block; + color: white; + transition: 0.4s; + -webkit-transition: 0.4s; + opacity: 0; +} +._fbpj_thumb ._fbpj_book-tag { + padding: 4px 8px; + background-color: rgb(82 66 40); + font-size: 12px; + margin: -20px 0 0 -0px; + z-index: -1; + color: rgba(255, 255, 255, 0.8); + font-weight: bold; + float: left; +} + +._fbpj_thumb:hover ._fbpj_book-title, +._fbpj_thumb-not-found ._fbpj_book-title { + opacity: 0; + bottom: 0; +} + +._fbpj_thumb:hover ._fbpj_book-title i { + /* font-size: 1em; */ +} + +._fbpj_thumb:hover { + /* box-shadow: 0 1px 10px rgba(0, 0, 0, 0.40); */ +} + +._fbpj_thumb:hover ._fbpj_book-cover { + -webkit-transform: rotateY(-20deg) rotateZ(0deg); + -moz-transform: rotateY(-20deg) rotateZ(0deg); + -ms-transform: rotateY(-20deg) rotateZ(0deg); + transform: rotateY(-20deg) rotateZ(0deg); + box-shadow: 3px 0 12px rgba(0, 0, 0, 0.60); +} + +.fbpj-webkit ._fbpj_thumb:hover ._fbpj_book-cover { + -webkit-transform: none; + -moz-transform: none; + -ms-transform: none; + transform: none; + box-shadow: 1px 0 12px rgba(0, 0, 0, 0.60); +} + +._fbpj_books { + max-width: 960px; + margin: 0 auto; + text-align: center; + position: relative; + z-index: 1; + padding: 20px 5px 150px; +} + +._fbpj_books-break { + color: rgba(255, 255, 255, 0.3); + font-size: 14px; + letter-spacing: 1px; + font-weight: 600; + margin-top: 25px; + text-transform: uppercase; + /* text-shadow: 0 -1px 0 rgba(85, 85, 85, 0.31); */ +} + +._fbpj_books-break:after { + content: " "; + bottom: 0; + width: 50px; + height: 1px; + background-color: rgba(255, 255, 255, 0.24); + display: block; + margin: 10px auto; +} + +.fbpj-page-wrapper { + -webkit-transform: translateZ(0); + -moz-transform: translateZ(0); + -ms-transform: translateZ(0); + transform: translateZ(0); +} + +.fbpj-container ::-webkit-scrollbar { + width: 8px; +} + +.fbpj-container ::-webkit-scrollbar-button { + height: 8px; +} + +.fbpj-container ::-webkit-scrollbar-thumb { + background: rgba(0, 0, 0, 0.3); + border: 0 none #ffffff; + border-radius: 100px; + /* margin-right: 5px; */ +} + +.fbpj-container ::-webkit-scrollbar-thumb:hover { + background: rgba(0, 0, 0, 0.5); +} + +.fbpj-container ::-webkit-scrollbar-thumb:active { + background: rgba(0, 0, 0, 0.5); +} + +.fbpj-container ::-webkit-scrollbar-track { + background: rgba(0, 0, 0, 0.20); + border: 0 none #ffffff; + border-radius: 100px; +} + +.fbpj-container ::-webkit-scrollbar-track:hover { + background: rgba(0, 0, 0, 0.2); +} + +.fbpj-container ::-webkit-scrollbar-track:active { + background: rgba(0, 0, 0, 0.15); +} + +.fbpj-container ::-webkit-scrollbar-corner { + background: transparent; +} + +.fbpj-skipTransition { + -webkit-transition: none !important; + -moz-transition: none !important; + -ms-transition: none !important; + transition: none !important; +} + +.fbpj-container.fbpj-fullscreen { + height: 100% !important; + max-height: 100% !important; + width: 100% !important; + max-width: 100% !important; +} + +.fbpj-container.fbpj-double-internal .fbpj-page-front { + background-position: left; + background-size: cover; +} + +.fbpj-container.fbpj-double-internal .fbpj-page-back { + background-position: right; + background-size: cover; +} + +.customHtmlAnnotation iframe { + position: absolute; + top: 0; + left: 0; + width: 100% !important; + height: 100% !important; +} + +.fbpj-rtl .more-container .fbpj-ui-btn { + text-align: right; + direction: rtl; +} + +.fbpj-rtl .more-container .fbpj-ui-btn:before { right: 10px; } + +.fbpj-rtl .more-container .fbpj-ui-btn span { + padding: 0; + padding-right: 20px +} + +.fbpj-rtl .fbpj-outline-items > .fbpj-outline-item { + margin: 0 18px 0 0; + text-align: right; + direction: rtl; +} + +.fbpj-rtl .fbpj-outline-toggle { + float: right; + margin: 0 -18px 0 0; +} + +.fbpj-rtl .fbpj-outline-toggle.fbpj-outlines-hidden:before { + content: "\e64a"; +} + +.fbpj-rtl .fbpj-sidemenu.fbpj-sidemenu-visible { + left: auto; + left: initial; + right: 0; +} + +.fbpj-rtl .fbpj-ui-sidemenu-close { + right: auto; + right: initial; + left: -32px; + border-radius: 5px 0 0 5px; +} + +._fbpj_thumb[thumbtype="img"] ._fbpj_thumb-not-found { + height: 200px; + position: relative; +} + +body.admin-bar .fbpj-lightbox-wrapper { + top: 32px; +} + +@media screen and (max-width: 782px) { + body.admin-bar .fbpj-lightbox-wrapper { + top: 46px; + } +} + +/*Display a loading if code execution is slow*/ +.fbpj-raw-loading { + position: absolute; + margin-top: 20px; + margin-left: 5px; + padding: 6px 20px; + background-color: rgba(0, 0, 0, 0.3); + font-style: italic; + border-radius: 5px; + font-size: 11px; + max-height: 30px; + color: #fff; + max-width: 200px; + transform: translateX(-50%); + -moz-transform: translateX(-50%); + -ms-transform: translateX(-50%); + -webkit-transform: translateX(-50%); + left: 50%; + top: 50%; + opacity: .7; +} + +.fbpj-raw-loading a { + color: inherit !important; +} + +.fbpj-container .fbpj-raw-loading { + top: 100%; +} + +[hidden]{ + display: none; +} +/* icons */ +@font-face{font-family:'themify';src:url('../fonts/themify.eot');src:url('../fonts/themify.eot?#iefix') format('embedded-opentype'),url('../fonts/themify.woff') format('woff'),url('../fonts/themify.ttf') format('truetype'),url('../fonts/themify.svg') format('svg');font-weight:normal;font-style:normal}[class^="ti-"]:before,[class*=" ti-"]:before{font-family:'themify';speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ti-wand:before{content:"\e600"}.ti-volume:before{content:"\e601"}.ti-user:before{content:"\e602"}.ti-unlock:before{content:"\e603"}.ti-unlink:before{content:"\e604"}.ti-trash:before{content:"\e605"}.ti-thought:before{content:"\e606"}.ti-target:before{content:"\e607"}.ti-tag:before{content:"\e608"}.ti-tablet:before{content:"\e609"}.ti-star:before{content:"\e60a"}.ti-spray:before{content:"\e60b"}.ti-signal:before{content:"\e60c"}.ti-shopping-cart:before{content:"\e60d"}.ti-shopping-cart-full:before{content:"\e60e"}.ti-settings:before{content:"\e60f"}.ti-search:before{content:"\e610"}.ti-zoom-in:before{content:"\e611"}.ti-zoom-out:before{content:"\e612"}.ti-cut:before{content:"\e613"}.ti-ruler:before{content:"\e614"}.ti-ruler-pencil:before{content:"\e615"}.ti-ruler-alt:before{content:"\e616"}.ti-bookmark:before{content:"\e617"}.ti-bookmark-alt:before{content:"\e618"}.ti-reload:before{content:"\e619"}.ti-plus:before{content:"\e61a"}.ti-pin:before{content:"\e61b"}.ti-pencil:before{content:"\e61c"}.ti-pencil-alt:before{content:"\e61d"}.ti-paint-roller:before{content:"\e61e"}.ti-paint-bucket:before{content:"\e61f"}.ti-na:before{content:"\e620"}.ti-mobile:before{content:"\e621"}.ti-minus:before{content:"\e622"}.ti-medall:before{content:"\e623"}.ti-medall-alt:before{content:"\e624"}.ti-marker:before{content:"\e625"}.ti-marker-alt:before{content:"\e626"}.ti-arrow-up:before{content:"\e627"}.ti-arrow-right:before{content:"\e628"}.ti-arrow-left:before{content:"\e629"}.ti-arrow-down:before{content:"\e62a"}.ti-lock:before{content:"\e62b"}.ti-location-arrow:before{content:"\e62c"}.ti-link:before{content:"\e62d"}.ti-layout:before{content:"\e62e"}.ti-layers:before{content:"\e62f"}.ti-layers-alt:before{content:"\e630"}.ti-key:before{content:"\e631"}.ti-import:before{content:"\e632"}.ti-image:before{content:"\e633"}.ti-heart:before{content:"\e634"}.ti-heart-broken:before{content:"\e635"}.ti-hand-stop:before{content:"\e636"}.ti-hand-open:before{content:"\e637"}.ti-hand-drag:before{content:"\e638"}.ti-folder:before{content:"\e639"}.ti-flag:before{content:"\e63a"}.ti-flag-alt:before{content:"\e63b"}.ti-flag-alt-2:before{content:"\e63c"}.ti-eye:before{content:"\e63d"}.ti-export:before{content:"\e63e"}.ti-exchange-vertical:before{content:"\e63f"}.ti-desktop:before{content:"\e640"}.ti-cup:before{content:"\e641"}.ti-crown:before{content:"\e642"}.ti-comments:before{content:"\e643"}.ti-comment:before{content:"\e644"}.ti-comment-alt:before{content:"\e645"}.ti-close:before{content:"\e646"}.ti-clip:before{content:"\e647"}.ti-angle-up:before{content:"\e648"}.ti-angle-right:before{content:"\e649"}.ti-angle-left:before{content:"\e64a"}.ti-angle-down:before{content:"\e64b"}.ti-check:before{content:"\e64c"}.ti-check-box:before{content:"\e64d"}.ti-camera:before{content:"\e64e"}.ti-announcement:before{content:"\e64f"}.ti-brush:before{content:"\e650"}.ti-briefcase:before{content:"\e651"}.ti-bolt:before{content:"\e652"}.ti-bolt-alt:before{content:"\e653"}.ti-blackboard:before{content:"\e654"}.ti-bag:before{content:"\e655"}.ti-move:before{content:"\e656"}.ti-arrows-vertical:before{content:"\e657"}.ti-arrows-horizontal:before{content:"\e658"}.ti-fullscreen:before{content:"\e659"}.ti-arrow-top-right:before{content:"\e65a"}.ti-arrow-top-left:before{content:"\e65b"}.ti-arrow-circle-up:before{content:"\e65c"}.ti-arrow-circle-right:before{content:"\e65d"}.ti-arrow-circle-left:before{content:"\e65e"}.ti-arrow-circle-down:before{content:"\e65f"}.ti-angle-double-up:before{content:"\e660"}.ti-angle-double-right:before{content:"\e661"}.ti-angle-double-left:before{content:"\e662"}.ti-angle-double-down:before{content:"\e663"}.ti-zip:before{content:"\e664"}.ti-world:before{content:"\e665"}.ti-wheelchair:before{content:"\e666"}.ti-view-list:before{content:"\e667"}.ti-view-list-alt:before{content:"\e668"}.ti-view-grid:before{content:"\e669"}.ti-uppercase:before{content:"\e66a"}.ti-upload:before{content:"\e66b"}.ti-underline:before{content:"\e66c"}.ti-truck:before{content:"\e66d"}.ti-timer:before{content:"\e66e"}.ti-ticket:before{content:"\e66f"}.ti-thumb-up:before{content:"\e670"}.ti-thumb-down:before{content:"\e671"}.ti-text:before{content:"\e672"}.ti-stats-up:before{content:"\e673"}.ti-stats-down:before{content:"\e674"}.ti-split-v:before{content:"\e675"}.ti-split-h:before{content:"\e676"}.ti-smallcap:before{content:"\e677"}.ti-shine:before{content:"\e678"}.ti-shift-right:before{content:"\e679"}.ti-shift-left:before{content:"\e67a"}.ti-shield:before{content:"\e67b"}.ti-notepad:before{content:"\e67c"}.ti-server:before{content:"\e67d"}.ti-quote-right:before{content:"\e67e"}.ti-quote-left:before{content:"\e67f"}.ti-pulse:before{content:"\e680"}.ti-printer:before{content:"\e681"}.ti-power-off:before{content:"\e682"}.ti-plug:before{content:"\e683"}.ti-pie-chart:before{content:"\e684"}.ti-paragraph:before{content:"\e685"}.ti-panel:before{content:"\e686"}.ti-package:before{content:"\e687"}.ti-music:before{content:"\e688"}.ti-music-alt:before{content:"\e689"}.ti-mouse:before{content:"\e68a"}.ti-mouse-alt:before{content:"\e68b"}.ti-money:before{content:"\e68c"}.ti-microphone:before{content:"\e68d"}.ti-menu:before{content:"\e68e"}.ti-menu-alt:before{content:"\e68f"}.ti-map:before{content:"\e690"}.ti-map-alt:before{content:"\e691"}.ti-loop:before{content:"\e692"}.ti-location-pin:before{content:"\e693"}.ti-list:before{content:"\e694"}.ti-light-bulb:before{content:"\e695"}.ti-Italic:before{content:"\e696"}.ti-info:before{content:"\e697"}.ti-infinite:before{content:"\e698"}.ti-id-badge:before{content:"\e699"}.ti-hummer:before{content:"\e69a"}.ti-home:before{content:"\e69b"}.ti-help:before{content:"\e69c"}.ti-headphone:before{content:"\e69d"}.ti-harddrives:before{content:"\e69e"}.ti-harddrive:before{content:"\e69f"}.ti-gift:before{content:"\e6a0"}.ti-game:before{content:"\e6a1"}.ti-filter:before{content:"\e6a2"}.ti-files:before{content:"\e6a3"}.ti-file:before{content:"\e6a4"}.ti-eraser:before{content:"\e6a5"}.ti-envelope:before{content:"\e6a6"}.ti-download:before{content:"\e6a7"}.ti-direction:before{content:"\e6a8"}.ti-direction-alt:before{content:"\e6a9"}.ti-dashboard:before{content:"\e6aa"}.ti-control-stop:before{content:"\e6ab"}.ti-control-shuffle:before{content:"\e6ac"}.ti-control-play:before{content:"\e6ad"}.ti-control-pause:before{content:"\e6ae"}.ti-control-forward:before{content:"\e6af"}.ti-control-backward:before{content:"\e6b0"}.ti-cloud:before{content:"\e6b1"}.ti-cloud-up:before{content:"\e6b2"}.ti-cloud-down:before{content:"\e6b3"}.ti-clipboard:before{content:"\e6b4"}.ti-car:before{content:"\e6b5"}.ti-calendar:before{content:"\e6b6"}.ti-book:before{content:"\e6b7"}.ti-bell:before{content:"\e6b8"}.ti-basketball:before{content:"\e6b9"}.ti-bar-chart:before{content:"\e6ba"}.ti-bar-chart-alt:before{content:"\e6bb"}.ti-back-right:before{content:"\e6bc"}.ti-back-left:before{content:"\e6bd"}.ti-arrows-corner:before{content:"\e6be"}.ti-archive:before{content:"\e6bf"}.ti-anchor:before{content:"\e6c0"}.ti-align-right:before{content:"\e6c1"}.ti-align-left:before{content:"\e6c2"}.ti-align-justify:before{content:"\e6c3"}.ti-align-center:before{content:"\e6c4"}.ti-alert:before{content:"\e6c5"}.ti-alarm-clock:before{content:"\e6c6"}.ti-agenda:before{content:"\e6c7"}.ti-write:before{content:"\e6c8"}.ti-window:before{content:"\e6c9"}.ti-widgetized:before{content:"\e6ca"}.ti-widget:before{content:"\e6cb"}.ti-widget-alt:before{content:"\e6cc"}.ti-wallet:before{content:"\e6cd"}.ti-video-clapper:before{content:"\e6ce"}.ti-video-camera:before{content:"\e6cf"}.ti-vector:before{content:"\e6d0"}.ti-themify-logo:before{content:"\e6d1"}.ti-themify-favicon:before{content:"\e6d2"}.ti-themify-favicon-alt:before{content:"\e6d3"}.ti-support:before{content:"\e6d4"}.ti-stamp:before{content:"\e6d5"}.ti-split-v-alt:before{content:"\e6d6"}.ti-slice:before{content:"\e6d7"}.ti-shortcode:before{content:"\e6d8"}.ti-shift-right-alt:before{content:"\e6d9"}.ti-shift-left-alt:before{content:"\e6da"}.ti-ruler-alt-2:before{content:"\e6db"}.ti-receipt:before{content:"\e6dc"}.ti-pin2:before{content:"\e6dd"}.ti-pin-alt:before{content:"\e6de"}.ti-pencil-alt2:before{content:"\e6df"}.ti-palette:before{content:"\e6e0"}.ti-more:before{content:"\e6e1"}.ti-more-alt:before{content:"\e6e2"}.ti-microphone-alt:before{content:"\e6e3"}.ti-magnet:before{content:"\e6e4"}.ti-line-double:before{content:"\e6e5"}.ti-line-dotted:before{content:"\e6e6"}.ti-line-dashed:before{content:"\e6e7"}.ti-layout-width-full:before{content:"\e6e8"}.ti-layout-width-default:before{content:"\e6e9"}.ti-layout-width-default-alt:before{content:"\e6ea"}.ti-layout-tab:before{content:"\e6eb"}.ti-layout-tab-window:before{content:"\e6ec"}.ti-layout-tab-v:before{content:"\e6ed"}.ti-layout-tab-min:before{content:"\e6ee"}.ti-layout-slider:before{content:"\e6ef"}.ti-layout-slider-alt:before{content:"\e6f0"}.ti-layout-sidebar-right:before{content:"\e6f1"}.ti-layout-sidebar-none:before{content:"\e6f2"}.ti-layout-sidebar-left:before{content:"\e6f3"}.ti-layout-placeholder:before{content:"\e6f4"}.ti-layout-menu:before{content:"\e6f5"}.ti-layout-menu-v:before{content:"\e6f6"}.ti-layout-menu-separated:before{content:"\e6f7"}.ti-layout-menu-full:before{content:"\e6f8"}.ti-layout-media-right-alt:before{content:"\e6f9"}.ti-layout-media-right:before{content:"\e6fa"}.ti-layout-media-overlay:before{content:"\e6fb"}.ti-layout-media-overlay-alt:before{content:"\e6fc"}.ti-layout-media-overlay-alt-2:before{content:"\e6fd"}.ti-layout-media-left-alt:before{content:"\e6fe"}.ti-layout-media-left:before{content:"\e6ff"}.ti-layout-media-center-alt:before{content:"\e700"}.ti-layout-media-center:before{content:"\e701"}.ti-layout-list-thumb:before{content:"\e702"}.ti-layout-list-thumb-alt:before{content:"\e703"}.ti-layout-list-post:before{content:"\e704"}.ti-layout-list-large-image:before{content:"\e705"}.ti-layout-line-solid:before{content:"\e706"}.ti-layout-grid4:before{content:"\e707"}.ti-layout-grid3:before{content:"\e708"}.ti-layout-grid2:before{content:"\e709"}.ti-layout-grid2-thumb:before{content:"\e70a"}.ti-layout-cta-right:before{content:"\e70b"}.ti-layout-cta-left:before{content:"\e70c"}.ti-layout-cta-center:before{content:"\e70d"}.ti-layout-cta-btn-right:before{content:"\e70e"}.ti-layout-cta-btn-left:before{content:"\e70f"}.ti-layout-column4:before{content:"\e710"}.ti-layout-column3:before{content:"\e711"}.ti-layout-column2:before{content:"\e712"}.ti-layout-accordion-separated:before{content:"\e713"}.ti-layout-accordion-merged:before{content:"\e714"}.ti-layout-accordion-list:before{content:"\e715"}.ti-ink-pen:before{content:"\e716"}.ti-info-alt:before{content:"\e717"}.ti-help-alt:before{content:"\e718"}.ti-headphone-alt:before{content:"\e719"}.ti-hand-point-up:before{content:"\e71a"}.ti-hand-point-right:before{content:"\e71b"}.ti-hand-point-left:before{content:"\e71c"}.ti-hand-point-down:before{content:"\e71d"}.ti-gallery:before{content:"\e71e"}.ti-face-smile:before{content:"\e71f"}.ti-face-sad:before{content:"\e720"}.ti-credit-card:before{content:"\e721"}.ti-control-skip-forward:before{content:"\e722"}.ti-control-skip-backward:before{content:"\e723"}.ti-control-record:before{content:"\e724"}.ti-control-eject:before{content:"\e725"}.ti-comments-smiley:before{content:"\e726"}.ti-brush-alt:before{content:"\e727"}.ti-youtube:before{content:"\e728"}.ti-vimeo:before{content:"\e729"}.ti-twitter:before{content:"\e72a"}.ti-time:before{content:"\e72b"}.ti-tumblr:before{content:"\e72c"}.ti-skype:before{content:"\e72d"}.ti-share:before{content:"\e72e"}.ti-share-alt:before{content:"\e72f"}.ti-rocket:before{content:"\e730"}.ti-pinterest:before{content:"\e731"}.ti-new-window:before{content:"\e732"}.ti-microsoft:before{content:"\e733"}.ti-list-ol:before{content:"\e734"}.ti-linkedin:before{content:"\e735"}.ti-layout-sidebar-2:before{content:"\e736"}.ti-layout-grid4-alt:before{content:"\e737"}.ti-layout-grid3-alt:before{content:"\e738"}.ti-layout-grid2-alt:before{content:"\e739"}.ti-layout-column4-alt:before{content:"\e73a"}.ti-layout-column3-alt:before{content:"\e73b"}.ti-layout-column2-alt:before{content:"\e73c"}.ti-instagram:before{content:"\e73d"}.ti-google:before{content:"\e73e"}.ti-github:before{content:"\e73f"}.ti-flickr:before{content:"\e740"}.ti-facebook:before{content:"\e741"}.ti-dropbox:before{content:"\e742"}.ti-dribbble:before{content:"\e743"}.ti-apple:before{content:"\e744"}.ti-android:before{content:"\e745"}.ti-save:before{content:"\e746"}.ti-save-alt:before{content:"\e747"}.ti-yahoo:before{content:"\e748"}.ti-wordpress:before{content:"\e749"}.ti-vimeo-alt:before{content:"\e74a"}.ti-twitter-alt:before{content:"\e74b"}.ti-tumblr-alt:before{content:"\e74c"}.ti-trello:before{content:"\e74d"}.ti-stack-overflow:before{content:"\e74e"}.ti-soundcloud:before{content:"\e74f"}.ti-sharethis:before{content:"\e750"}.ti-sharethis-alt:before{content:"\e751"}.ti-reddit:before{content:"\e752"}.ti-pinterest-alt:before{content:"\e753"}.ti-microsoft-alt:before{content:"\e754"}.ti-linux:before{content:"\e755"}.ti-jsfiddle:before{content:"\e756"}.ti-joomla:before{content:"\e757"}.ti-html5:before{content:"\e758"}.ti-flickr-alt:before{content:"\e759"}.ti-email:before{content:"\e75a"}.ti-drupal:before{content:"\e75b"}.ti-dropbox-alt:before{content:"\e75c"}.ti-css3:before{content:"\e75d"}.ti-rss:before{content:"\e75e"}.ti-rss-alt:before{content:"\e75f"} diff --git a/deployed/mod_flippingbook/modules/mod_flippingbook/assets/css/flippingbook.latest.min.css b/deployed/mod_flippingbook/modules/mod_flippingbook/assets/css/flippingbook.latest.min.css new file mode 100644 index 00000000..21181c40 --- /dev/null +++ b/deployed/mod_flippingbook/modules/mod_flippingbook/assets/css/flippingbook.latest.min.css @@ -0,0 +1 @@ +.fbpj-abs-center{top:50%;left:50%;position:absolute;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.fbpj-abs-h-center{position:absolute;left:50%;-webkit-transform:translate(-50%);-moz-transform:translate(-50%);-ms-transform:translate(-50%);transform:translate(-50%)}.fbpj-container{min-height:320px;background:no-repeat 50%;background-size:cover;width:100%;position:relative;image-rendering:auto;direction:ltr}.fbpj-container div{box-sizing:border-box!important}.fbpj-container.fbpj-transparent:not(.fbpj-fullscreen){background:0 0!important}.fbpj-container.fbpj-custom-fullscreen.fbpj-fullscreen{position:fixed!important;top:0!important;left:0!important;right:0!important;bottom:0!important;margin:0!important;border:0!important;z-index:999999}.fbpj-container .loading-info{position:absolute;top:40%;margin-top:20px;margin-left:5px;padding:6px 20px;background-color:rgba(0,0,0,.3);border-radius:0;font-size:15px;max-height:30px;color:#fff;max-width:270px;transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-webkit-transform:translateX(-50%);left:50%;opacity:.7;transition:.3s top ease;-webkit-transition:.3s top ease}.loading-info.fbpj-old-browser{color:gray;background-color:#fff;opacity:.9;text-align:center;max-height:none}.loading-info.fbpj-old-browser a{font-weight:700;font-style:normal;text-transform:uppercase;color:#2196f3;display:block;text-decoration:underline;margin:10px 0 0}.fbpj-container.fbpj-init .loading-info{top:50%}.fbpj-3dcanvas{position:absolute;z-index:1;right:0;top:0}.fbpj-rtl .fbpj-3dcanvas{right:auto;right:initial;left:0}.fbpj-container a{outline:0;text-decoration:none;box-shadow:none}.fbpj-container.fbpj-zoom-enabled .fbpj-book-stage,.fbpj-container.fbpj-zoom-enabled canvas.fbpj-3dcanvas{cursor:move;cursor:-webkit-grab}.fbpj-container:after,.fbpj-container:before{content:" ";transition:.3s .1s opacity;-webkit-transition:.3s .1s opacity;opacity:0;height:50px;width:50px;left:50%;top:50%;font-size:12px;margin:-45px -25px -25px;box-sizing:border-box;position:absolute;pointer-events:none}.fbpj-container.fbpj-loading:after,.fbpj-container.fbpj-loading:before{content:" ";z-index:100;opacity:1}.fbpj-container.fbpj-loading:after{content:" ";background-repeat:no-repeat;background-size:32px;background-position:50%}.fbpj-book-stage{position:absolute;overflow:hidden;right:0;bottom:0;z-index:1;top:0;left:0;filter:blur(0);-webkit-filter:blur(0);padding:30px 50px 70px}.fbpj-container.fbpj-xs .fbpj-book-stage{padding-left:20px;padding-right:20px}.fbpj-container.fbpj-sidemenu-open .fbpj-book-stage{padding-left:230px;padding-right:10px}.fbpj-container.fbpj-sidemenu-open>.fbpj-ui-btn.fbpj-ui-prev{left:220px}.fbpj-rtl.fbpj-container.fbpj-sidemenu-open>.fbpj-ui-btn.fbpj-ui-prev{left:0}.fbpj-rtl.fbpj-container.fbpj-sidemenu-open>.fbpj-ui-btn.fbpj-ui-next{right:220px}.fbpj-book-stage.fbpj-zoom-enabled{cursor:move}.fbpj-page-back:before,.fbpj-page-front:before{content:" "}.fbpj-book-page .fbpj-page-front:before{background-image:-webkit-linear-gradient(right,rgba(0,0,0,.25),rgba(0,0,0,.2) 10%,rgba(0,0,0,.15) 25%,rgba(0,0,0,0) 70%);background-image:-moz-linear-gradient(right,rgba(0,0,0,.25),rgba(0,0,0,.2) 10%,rgba(0,0,0,.15) 25%,rgba(0,0,0,0) 70%);background-image:-ms-linear-gradient(right,rgba(0,0,0,.25),rgba(0,0,0,.2) 10%,rgba(0,0,0,.15) 25%,rgba(0,0,0,0) 70%)}.fbpj-book-page .fbpj-page-back:before{background-image:-webkit-linear-gradient(left,rgba(0,0,0,.25),rgba(0,0,0,.15) 15%,rgba(255,255,255,.07),rgba(255,255,255,0));background-image:-moz-linear-gradient(left,rgba(0,0,0,.25),rgba(0,0,0,.15) 15%,rgba(255,255,255,.07),rgba(255,255,255,0));background-image:-ms-linear-gradient(left,rgba(0,0,0,.25),rgba(0,0,0,.15) 15%,rgba(255,255,255,.07),rgba(255,255,255,0))}.fbpj-book-page,.fbpj-book-wrapper,.fbpj-page-back:before,.fbpj-page-content,.fbpj-page-content:after,.fbpj-page-effects,.fbpj-page-effects:before,.fbpj-page-front:before,.fbpj-page-wrapper,.fbpj-page-wrapper:after{position:absolute;height:100%;display:block;top:0}.fbpj-book-page,.fbpj-page-content{width:100%}.fbpj-book-wrapper{position:relative;margin:0 auto;transition:.3s left;-webkit-transition:.3s left;left:0}.fbpj-zoom-enabled .fbpj-book-wrapper{transition:none;-webkit-transition:none}.fbpj-loading.fbpj-container .fbpj-book-wrapper{left:100%}.fbpj-book-wrapper.close-right{left:25%}.fbpj-book-wrapper.close-left{left:-25%}.fbpj-book-shadow{position:absolute;z-index:-1;height:100%;-webkit-box-shadow:0 0 10px rgba(0,0,0,.3);-moz-box-shadow:0 0 10px rgba(0,0,0,.3);-ms-box-shadow:0 0 10px rgba(0,0,0,.3);box-shadow:0 0 10px rgba(0,0,0,.3)}.fbpj-book-wrapper .fbpj-book-side-buttons{position:absolute;left:100%;width:40px;opacity:.3;height:100%;cursor:pointer;z-index:30;-webkit-border-radius:0 20px 20px 0;-moz-border-radius:0 20px 20px 0;border-radius:0 20px 20px 0}.fbpj-book-prev-button.fbpj-book-side-buttons{-webkit-border-radius:20px 0 0 20px;-moz-border-radius:20px 0 0 20px;border-radius:20px 0 0 20px}.fbpj-book-wrapper .fbpj-book-side-buttons:hover{opacity:.5;background-color:rgba(0,0,0,.18)}.fbpj-book-wrapper .fbpj-book-prev-button{right:100%;left:auto;left:initial}.fbpj-book-wrapper .fbpj-book-side-buttons:before{position:absolute;font-size:30px;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);left:50%;top:50%}.fbpj-page-wrapper{overflow:hidden}.fbpj-hard-page .fbpj-page-wrapper{width:100%!important;height:100%!important;overflow:visible;transform-style:preserve-3d;-webkit-transform-origin:0 50% 0;-moz-transform-origin:0 50% 0;-ms-transform-origin:0 50% 0;transform-origin:0 50% 0}.fbpj-book-page.fbpj-flipping,.fbpj-book-page.fbpj-folding{box-shadow:-2px 0 10px transparent}.fbpj-book-page.fbpj-left-side{left:0;-webkit-transform-origin:right;-moz-transform-origin:right;-ms-transform-origin:right;transform-origin:right}.fbpj-book-page.fbpj-right-side{left:50%;-webkit-transform-origin:left;-moz-transform-origin:left;-ms-transform-origin:left;transform-origin:left}.fbpj-book-page.fbpj-right-side+.fbpj-page-wrapper.fbpj-right-side{z-index:-1}.fbpj-book-page .fbpj-page-back,.fbpj-book-page .fbpj-page-front{width:100%;background-size:100.5% 100%;background-size:100% 100%;height:100%;background-color:#fff;position:absolute;box-sizing:border-box}.fbpj-page-back>canvas,.fbpj-page-front>canvas{width:100%;position:relative;z-index:-1}.fbpj-quick-turn:before{opacity:0}.fbpj-book-page.fbpj-flipping.fbpj-left-side:before{background-image:-webkit-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,.1));background-image:-moz-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,.1));width:10px;left:-10px}.fbpj-book-page{width:50%}.fbpj-book-page.fbpj-flipping,.fbpj-book-page.fbpj-folding{z-index:200!important}.fbpj-page-content{background-size:100.25%!important;background-repeat:no-repeat!important;transition-property:transform;-webkit-transition-property:-webkit-transform;width:100%;overflow:hidden}.fbpj-book-page.fbpj-left-side .fbpj-page-front{z-index:2}.fbpj-book-page.fbpj-left-side .fbpj-page-back{z-index:1}.fbpj-book-page.fbpj-left-side.fbpj-folding:not(.fbpj-hard-page) .fbpj-page-back{z-index:3}.fbpj-book-page.fbpj-right-side .fbpj-page-front{top:0;left:0;z-index:0}.fbpj-book-page,.fbpj-page-back,.fbpj-page-fold-inner-shadow,.fbpj-page-fold-outer-shadow,.fbpj-page-front,.fbpj-page-wrapper{position:absolute;-webkit-transform-origin:0 0 0;-moz-transform-origin:0 0 0;-ms-transform-origin:0 0 0;transform-origin:0 0 0}.fbpj-page-back,.fbpj-page-front{overflow:hidden}.fbpj-page-fold-outer-shadow{z-index:-1;width:100%;height:100%}.fbpj-page-fold-inner-shadow{position:absolute;z-index:5;display:none}.fbpj-book-page.fbpj-folding .fbpj-page-fold-inner-shadow{display:block}.fbpj-book-page.fbpj-right-side .fbpj-page-back{left:0;z-index:1}.fbpj-book-page.fbpj-right-side.fbpj-folding .fbpj-page-front{z-index:2}.fbpj-page-wrapper.fbpj-right-side .fbpj-page-back{left:100%;z-index:1;overflow:hidden}.fbpj-hard-page .fbpj-page-back,.fbpj-hard-page .fbpj-page-front{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;backface-visibility:hidden}.fbpj-hard-page.fbpj-right-side .fbpj-page-front{-webkit-transform-origin:right 50%;-moz-transform-origin:right 50%;-ms-transform-origin:right 50%;transform-origin:right 50%;z-index:3!important}.fbpj-hard-page.fbpj-left-side .fbpj-page-front{-webkit-transform-origin:right 50%;-moz-transform-origin:right 50%;-ms-transform-origin:right 50%;transform-origin:right 50%}.fbpj-hard-page.fbpj-right-side .fbpj-page-back{-webkit-transform-origin:left 50%;-moz-transform-origin:left 50%;-ms-transform-origin:left 50%;transform-origin:left 50%;z-index:3}.fbpj-hard-page.fbpj-left-side .fbpj-page-back{-webkit-transform-origin:left 50%;-moz-transform-origin:left 50%;-ms-transform-origin:left 50%;transform-origin:left 50%}.fbpj-page-back:before,.fbpj-page-front:before{width:20%;z-index:5;pointer-events:none}.fbpj-page-front:before{right:0}.fbpj-page-wrapper.fbpj-right-side.fbpj-flipping{z-index:4}.fbpj-ui{height:60px;padding:20px 16px 0}.fbpj-ui-btn,.fbpj-ui-wrapper{color:#888;vertical-align:top;background-color:#f7f7f7;box-sizing:border-box;text-align:center}.fbpj-ui-wrapper{box-shadow:0 1px 4px rgba(0,0,0,.3);background-color:#f7f7f7;position:absolute}.fbpj-share-wrapper{z-index:2;position:absolute;top:0;bottom:0;right:0;left:0;background-color:rgba(0,0,0,.35);display:none}.fbpj-share-box{position:absolute;top:68%;width:82%;-webkit-transform:translateX(-50%) translateY(-50%);-moz-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%);left:50%;background-color:#fff;border-radius:0;padding:10px 15px 5px;text-align:center}span.fbpj-share-title{color:#777;margin-bottom:10px;display:block;font-size:18px}.fbpj-share-url{background-color:#fff;height:60px;color:#666;padding:5px 15px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;width:100%;font-size:14px;box-sizing:border-box;margin-bottom:0}.fbpj-share-button{display:inline-block;text-align:center;cursor:pointer;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;padding:10px;margin:3px;color:#444040;font-size:20px}.fbpj-share-facebook{color:#0572e6}.fbpj-share-google{display:none}.fbpj-share-twitter{color:#1da1f2}.fbpj-share-mail{color:#272727}element.style{display:none}.fbpj-share-button:hover{color:#444}.fbpj-ui-btn{position:relative;width:40px;right:0;height:46px;font-size:22px;cursor:pointer;z-index:2;display:inline-block;padding:13px 5px;line-height:1}.fbpj-floating .fbpj-ui-controls>.fbpj-ui-btn:first-child{border-radius:5px 0 0 5px}.fbpj-floating .fbpj-ui-controls>.fbpj-ui-btn:last-child{border-radius:0 5px 5px 0}.fbpj-ui-btn:before{box-sizing:border-box}.fbpj-ui-help,.fbpj-ui-outline,.fbpj-ui-share,.fbpj-ui-sound,.fbpj-ui-thumbnail{float:left}.fbpj-ui-btn:hover{color:#00acce}.fbpj-ui-btn.disabled,.fbpj-ui-btn.disabled:hover{color:#ccc}.fbpj-ui-page{padding:8px 5px 2px;font-size:12px;width:auto;width:50px;margin:0 0;border-radius:0;background-color:rgba(0,0,0,.03)}.fbpj-ui-page input{width:100%;background-color:transparent;height:25px;margin:0;padding:0!important;border:1px solid #8f8f8f;text-align:center;vertical-align:top;color:transparent;font-size:14px;top:0;box-sizing:border-box;z-index:-1;display:inline-block;opacity:0}.fbpj-ui-page input:focus{z-index:2;opacity:1;color:inherit}.fbpj-ui-page input:focus+label{opacity:0;display:none}.fbpj-ui-page label{position:absolute;height:30px;width:100%;display:block;top:0;padding-top:17px;line-height:1.1em;color:#999;font-size:15px;font-weight:400;left:0;cursor:pointer;background-color:transparent;z-index:1;box-sizing:border-box}.fbpj-ui-share{float:left}.fbpj-ui-fullscreen{bottom:0}.fbpj-ui-zoom{top:24px;height:60px;right:24px;width:30px;display:none;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.fbpj-ui-sidemenu-close{position:absolute;top:0;right:-32px;font-size:14px;width:32px;height:35px;cursor:pointer;padding:10px 0;background:inherit;border-radius:border-radius: 0 0 5px 0;z-index:-1;transition:.5s ease;-webkit-transition:.5s ease}.fbpj-ui-controls{bottom:0;width:100%;height:46px;padding:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:4;display:block}.fbpj-floating .fbpj-ui-controls{bottom:0;width:100%;width:100%;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);left:50%;margin:0 auto;display:block;display:block;border-radius:0}.fbpj-floating.fbpj-controls-top .fbpj-ui-controls{bottom:auto;bottom:intial;top:0}.fbpj-floating.fbpj-controls-hide .fbpj-ui-controls{display:none}.fbpj-ui-wrapper.fbpj-ui-controls .fbpj-ui-btn{float:none}.fbpj-ui-size{bottom:24px;height:60px;right:24px}.fbpj-ui-size:before,.fbpj-ui-zoom:before{height:0;border-bottom:1px solid;content:" ";right:5px;opacity:.3;display:block;position:absolute;top:30px;left:5px;z-index:2}.fbpj-ui-zoomin{top:0}.fbpj-ui-zoomout{bottom:0}.fbpj-ui-next{right:24px;right:0;border-radius:0}.fbpj-container.fbpj-floating>.fbpj-ui-next{right:8px}.fbpj-container.fbpj-floating>.fbpj-ui-prev{left:2px}.fbpj-container>.fbpj-ui-next,.fbpj-container>.fbpj-ui-prev{margin-top:-5px;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);top:50%;position:absolute;opacity:.3;background-color:transparent;height:auto;height:initial;font-size:36px;color:#000;width:auto;text-align:center;width:initial}.fbpj-container>.fbpj-ui-next:hover,.fbpj-container>.fbpj-ui-prev:hover{opacity:.7}.fbpj-container.fbpj-floating>.fbpj-ui-next,.fbpj-container.fbpj-floating>.fbpj-ui-prev{border-radius:50%;width:40px}.fbpj-ui-prev{left:0;right:auto;border-radius:0}.fbpj-ui-alt{position:relative!important;right:auto;right:initial;left:auto;left:initial;box-shadow:none!important}.fbpj-ui-alt.fbpj-ui-next{border-right:1px solid #ddd}.fbpj-ui-btn.fbpj-active{color:#00acce;background-color:#e7e7e7}.fbpj-ui-fit{display:none}.fbpj-ui-fullscreen,.fbpj-ui-more,.fbpj-ui-zoomin,.fbpj-ui-zoomout{float:right}.fbpj-ui-fit{top:0}.fbpj-ui-more .more-container,.fbpj-ui-search .search-container{display:none;position:absolute;bottom:100%;margin-bottom:8px!important;right:10px;background-color:#f7f7f7;z-index:20;border-radius:5px;box-shadow:0 -1px 3px rgba(0,0,0,.2)}.fbpj-controls-top .fbpj-ui-more .more-container,.fbpj-controls-top .fbpj-ui-search .search-container{bottom:auto;bottom:initial;margin-top:8px!important;top:100%;box-shadow:0 1px 3px rgba(0,0,0,.2)}.more-container:before,.search-container:before{content:" ";position:absolute;border:solid transparent;border-width:7px;border-top-color:#eee;height:0;width:0;bottom:-14px;right:13px;margin-right:-8px;pointer-events:none}.fbpj-controls-top .more-container:before,.fbpj-controls-top .search-container:before{border:solid transparent;border-bottom-color:#eee;border-width:7px;top:-14px}.more-container .fbpj-ui-btn{width:auto;width:initial;width:190px;text-align:left;padding:8px 10px;height:42px;border-top:1px solid #e4e4e4;border-radius:0}.more-container .fbpj-ui-btn:hover{background-color:#eee}.more-container>.fbpj-ui-btn:first-child{border-radius:5px;border-top:none}.more-container>.fbpj-ui-btn:last-child{border-radius:0 0 5px 5px}.more-container .fbpj-ui-btn:before{position:absolute;top:11px;font-size:14px}.fbpj-ui-btn span{display:none}.more-container .fbpj-ui-btn span{font-size:14px;padding-left:30px;vertical-align:middle;display:inline-block}.fbpj-ui-more.fbpj-active .more-container,.fbpj-ui-search.fbpj-active .search-container{display:block}.annotationDiv section,.annotationLayer section,.customHtmlAnnotation,.customLinkAnnotation,.customVideoAnnotation,.highlightAnnotation,.linkAnnotation,.popupAnnotation{position:absolute;z-index:5;cursor:pointer;pointer-events:all}.annotationDiv .popupWrapper{position:absolute;width:20em}.annotationDiv .popup{position:absolute;z-index:200;max-width:20em;background-color:#ff9;box-shadow:0 2px 5px #333;border-radius:2px;padding:.6em;margin-left:5px;cursor:pointer;word-wrap:break-word}.annotationDiv .popup h1{font-size:1em;border-bottom:1px solid #000;padding-bottom:.2em}.annotationDiv .popup p{padding-top:.2em}.annotationDiv .fileAttachmentAnnotation,.annotationDiv .highlightAnnotation,.annotationDiv .squigglyAnnotation,.annotationDiv .strikeoutAnnotation,.annotationDiv .underlineAnnotation{cursor:pointer}.annotationDiv .textAnnotation img{position:absolute;cursor:pointer}.annotationDiv .buttonWidgetAnnotation.pushButton>a,section.linkAnnotation a{display:block;height:100%}.customHtmlAnnotation,.customVideoAnnotation,a.customLinkAnnotation,a.linkAnnotation,section.linkAnnotation a{background-color:transparent;background-color:#ff0;opacity:.1}.highlightAnnotation:hover,a.customLinkAnnotation:hover,a.linkAnnotation:hover,section.linkAnnotation a:hover{opacity:.4;border-color:transparent;background-color:#2196f3}.annotationDiv,.textLayerDiv{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden}.textLayerDiv{line-height:1}.textLayerDiv>div{position:absolute;white-space:pre;cursor:text;-webkit-transform-origin:0 0;-moz-transform-origin:0 0;-o-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}section.linkAnnotation a .annotationLayer>a{display:block;position:absolute;height:100%;cursor:pointer;box-sizing:border-box}.fbpj-page-loading:after,.fbpj-page-loading:before{content:" ";height:44px;width:44px;position:absolute;top:50%;left:50%;margin:-22px -22px}.fbpj-page-loading:before{background-color:#fff;-webkit-border-radius:50px;-moz-border-radius:50px;border-radius:50px;box-sizing:border-box}.fbpj-page-loading:after{background-image:url(../images/loading.gif);background-repeat:no-repeat;background-position:center;background-size:22px}.fbpj-thumb-container .fbpj-vrow{height:124px;left:0;width:90%;margin:10px auto;background-position:50%;cursor:pointer;background-repeat:no-repeat;right:0;border-radius:0}.fbpj-thumb-container .fbpj-vrow:before{content:"";background-image:url(../images/loading.gif);background-size:22px;height:22px;width:22px;display:block;top:60px;margin:0 auto;position:relative;z-index:0}.fbpj-thumb-container .fbpj-vrow:hover{background-color:#bbb}.fbpj-floating .fbpj-thumb-container .fbpj-vrow:hover,.fbpj-vrow.fbpj-selected{background-color:#dae9ff;opacity:1}.fbpj-thumb-container .fbpj-vrow.fbpj-thumb-loaded{background-size:contain}.fbpj-thumb-container .fbpj-vrow.fbpj-thumb-loaded:before{display:none}.fbpj-vrow>div{height:20px;background-color:rgb(0 0 0 / 54%);width:40px;margin:0 auto;font-size:16px;color:#fff}.fbpj-sidemenu{float:left;width:220px;height:auto!important;position:absolute!important;top:0;z-index:3;transition:.5s transform ease;-webkit-transition:.5s -webkit-transform ease;transform:translateX(-100%);-webkit-transform:translateX(-100%);-moz-transform:translateX(-100%);-ms-transform:translateX(-100%);left:-50px;background-color:rgba(238,238,238,.9)}.fbpj-rtl .fbpj-sidemenu{left:auto;left:initial;transform:translateX(100%);-webkit-transform:translateX(100%);-moz-transform:translateX(100%);-ms-transform:translateX(100%);right:-50px;direction:rtl}.fbpj-thumb-container{text-align:center}.fbpj-outline-container{color:#666;font-size:12px}.fbpj-outline-wrapper,.fbpj-thumb-wrapper{position:absolute!important;top:0;bottom:0;left:0;right:0;height:auto!important;box-shadow:1px 0 4px rgba(102,102,102,.38)}.fbpj-outline-wrapper{overflow:auto;padding:10px 10px 5px 10px}.fbpj-floating .fbpj-outline-container,.fbpj-floating .fbpj-thumb-container{bottom:0}.fbpj-sidemenu.fbpj-sidemenu-visible{display:block;transform:translateX(0);-ms-transform:translateX(0);-moz-transform:translateX(0);-webkit-transform:translateX(0);left:0}.fbpj-outline-toggle{cursor:pointer;float:left;width:18px;padding:5px 0;margin-left:-18px;text-align:center}.fbpj-outline-toggle.fbpj-outlines-hidden~.fbpj-outline-items{display:none}.fbpj-outline-items>.fbpj-outline-item{margin-left:2px}.fbpj-outline-item{margin-bottom:2px;background:#efefef;border-bottom:2px solid #dedede}.fbpj-outline-item a:hover,.fbpj-outline-toggle:hover{background-color:#fff}.fbpj-outline-item a{color:inherit!important;text-decoration:none!important;display:block;padding:8px 0 8px 12px;overflow:hidden;text-overflow:ellipsis;border:none!important;box-shadow:none!important;font-size:14px}.fbpj-outline-toggle:before{content:"\e64b";font-size:10px;font-family:themify}.fbpj-outline-toggle.fbpj-outlines-hidden:before{content:"\e649"}.fbpj-lightbox-wrapper{position:fixed!important;top:0;bottom:0;right:0;height:auto!important;left:0;background-color:#fff;z-index:99999}.fbpj-lightbox-controls{float:right;padding:5px;z-index:1000;position:relative}.fbpj-lightbox-close{float:right;height:40px;text-align:center;font-size:50px;cursor:pointer;color:#444;border-radius:50%;border-color:transparent;width:40px;background-color:transparent;transition:.2s;-webkit-transition:.2s}.fbpj-lightbox-close:hover{color:#fff;background-color:rgba(0,0,0,.21);border-color:#000}.fbpj-lightbox-close:before{top:50%;position:absolute;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);left:50%;font-size:24px}.fbpj-lightbox-wrapper .fbpj-container{position:absolute!important;width:100%;top:0;bottom:0;height:auto!important}.fbpj-container.fbpj-xs .fbpj-ui-controls .fbpj-ui-btn.fbpj-ui-page{display:none!important}._fbpj_button,._fbpj_custom,._fbpj_thumb{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;display:inline-block;position:relative;cursor:pointer}._fbpj_button{padding:5px 15px;background:#0085ba;color:#fff;font-size:14px;border-color:#0073aa #006799 #006799;cursor:pointer;border-width:1px;border-style:solid;-webkit-appearance:none;-webkit-border-radius:3px;border-radius:3px;white-space:nowrap}._fbpj_thumb{border:none;width:140px;height:200px;text-align:center}._fbpj_thumb{cursor:pointer;box-shadow:0 1px 2px rgba(0,0,0,.22);display:inline-block;-webkit-transform-style:flat;-moz-transform-style:preserve-3d;transform-style:preserve-3d;box-sizing:border-box;-webkit-transition:.2s;margin:30px 10px 10px;-moz-perspective:1200px;perspective:1200px}._fbpj_books ._fbpj_thumb,._fbpj_books .fbpj-dummy{width:140px;height:200px;text-align:center;display:inline-block;position:relative;margin:20px 10px;vertical-align:top}._fbpj_thumb[thumbtype=img]{height:auto}._fbpj_thumb[thumbtype=img] img{max-width:100%;max-height:200px;margin:0;padding:0;border:0}._fbpj_book-cover{background-size:100% 100%;height:100%;width:100%;-webkit-transform-origin:left;transform-origin:left;top:0;background-color:#eee;position:relative;overflow:hidden;-webkit-transition:.3s;-moz-transition:.3s;-ms-transition:.3s;box-shadow:0 1px 2px rgba(0,0,0,.22)}._fbpj_thumb ._fbpj_book-title{bottom:-100%;position:absolute;width:100%;left:0;padding:5px;font-size:12px;background:rgba(1,163,163,.87);background:rgba(60,60,60,.8);box-sizing:border-box;display:block;color:#fff;transition:.4s;-webkit-transition:.4s;opacity:0}._fbpj_thumb ._fbpj_book-tag{float:left;padding:0 4px 2px;background-color:rgba(0,0,0,.26);text-transform:uppercase;font-size:10px;margin:-15px 0 0 2px;z-index:-1;color:rgba(255,255,255,.8);position:relative}._fbpj_thumb-not-found ._fbpj_book-title,._fbpj_thumb:hover ._fbpj_book-title{opacity:1;bottom:0}._fbpj_thumb:hover ._fbpj_book-cover{-webkit-transform:rotateY(-20deg) rotateZ(0);-moz-transform:rotateY(-20deg) rotateZ(0);-ms-transform:rotateY(-20deg) rotateZ(0);transform:rotateY(-20deg) rotateZ(0);box-shadow:3px 0 12px rgba(0,0,0,.6)}.fbpj-webkit ._fbpj_thumb:hover ._fbpj_book-cover{-webkit-transform:none;-moz-transform:none;-ms-transform:none;transform:none;box-shadow:1px 0 12px rgba(0,0,0,.6)}._fbpj_books{max-width:960px;margin:0 auto;text-align:center;position:relative;z-index:1;padding:20px 5px 150px}._fbpj_books-break{color:rgba(255,255,255,.3);font-size:14px;letter-spacing:1px;font-weight:600;margin-top:25px;text-transform:uppercase}._fbpj_books-break:after{content:" ";bottom:0;width:50px;height:1px;background-color:rgba(255,255,255,.24);display:block;margin:10px auto}.fbpj-page-wrapper{-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0)}.fbpj-container ::-webkit-scrollbar{width:8px}.fbpj-container ::-webkit-scrollbar-button{height:8px}.fbpj-container ::-webkit-scrollbar-thumb{background:rgba(0,0,0,.3);border:0 none #fff;border-radius:100px}.fbpj-container ::-webkit-scrollbar-thumb:hover{background:rgba(0,0,0,.5)}.fbpj-container ::-webkit-scrollbar-thumb:active{background:rgba(0,0,0,.5)}.fbpj-container ::-webkit-scrollbar-track{background:rgba(0,0,0,.2);border:0 none #fff;border-radius:100px}.fbpj-container ::-webkit-scrollbar-track:hover{background:rgba(0,0,0,.2)}.fbpj-container ::-webkit-scrollbar-track:active{background:rgba(0,0,0,.15)}.fbpj-container ::-webkit-scrollbar-corner{background:0 0}.fbpj-skipTransition{-webkit-transition:none!important;-moz-transition:none!important;-ms-transition:none!important;transition:none!important}.fbpj-container.fbpj-fullscreen{height:100%!important;max-height:100%!important;width:100%!important;max-width:100%!important}.fbpj-container.fbpj-double-internal .fbpj-page-front{background-position:left;background-size:cover}.fbpj-container.fbpj-double-internal .fbpj-page-back{background-position:right;background-size:cover}.customHtmlAnnotation iframe{position:absolute;top:0;left:0;width:100%!important;height:100%!important}.fbpj-rtl .more-container .fbpj-ui-btn{text-align:right;direction:rtl}.fbpj-rtl .more-container .fbpj-ui-btn:before{right:10px}.fbpj-rtl .more-container .fbpj-ui-btn span{padding:0;padding-right:20px}.fbpj-rtl .fbpj-outline-items>.fbpj-outline-item{margin:0 18px 0 0;text-align:right;direction:rtl}.fbpj-rtl .fbpj-outline-toggle{float:right;margin:0 -18px 0 0}.fbpj-rtl .fbpj-outline-toggle.fbpj-outlines-hidden:before{content:"\e64a"}.fbpj-rtl .fbpj-sidemenu.fbpj-sidemenu-visible{left:auto;left:initial;right:0}.fbpj-rtl .fbpj-ui-sidemenu-close{right:auto;right:initial;left:-32px;border-radius:5px 0 0 5px}._fbpj_thumb[thumbtype=img] ._fbpj_thumb-not-found{height:200px;position:relative}body.admin-bar .fbpj-lightbox-wrapper{top:32px}@media screen and (max-width:782px){body.admin-bar .fbpj-lightbox-wrapper{top:46px}}.fbpj-raw-loading{position:absolute;margin-top:20px;margin-left:5px;padding:6px 20px;background-color:rgba(0,0,0,.3);font-style:italic;border-radius:5px;font-size:11px;max-height:30px;color:#fff;max-width:200px;transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-webkit-transform:translateX(-50%);left:50%;top:50%;opacity:.7}.fbpj-raw-loading a{color:inherit!important}.fbpj-container .fbpj-raw-loading{top:100%}[hidden]{display:none}@font-face{font-family:themify;src:url(../fonts/themify.eot);src:url(../fonts/themify.eot?#iefix) format('embedded-opentype'),url(../fonts/themify.woff) format('woff'),url(../fonts/themify.ttf) format('truetype'),url(../fonts/themify.svg) format('svg');font-weight:400;font-style:normal}[class*=" ti-"]:before,[class^=ti-]:before{font-family:themify;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ti-wand:before{content:"\e600"}.ti-volume:before{content:"\e601"}.ti-user:before{content:"\e602"}.ti-unlock:before{content:"\e603"}.ti-unlink:before{content:"\e604"}.ti-trash:before{content:"\e605"}.ti-thought:before{content:"\e606"}.ti-target:before{content:"\e607"}.ti-tag:before{content:"\e608"}.ti-tablet:before{content:"\e609"}.ti-star:before{content:"\e60a"}.ti-spray:before{content:"\e60b"}.ti-signal:before{content:"\e60c"}.ti-shopping-cart:before{content:"\e60d"}.ti-shopping-cart-full:before{content:"\e60e"}.ti-settings:before{content:"\e60f"}.ti-search:before{content:"\e610"}.ti-zoom-in:before{content:"\e611"}.ti-zoom-out:before{content:"\e612"}.ti-cut:before{content:"\e613"}.ti-ruler:before{content:"\e614"}.ti-ruler-pencil:before{content:"\e615"}.ti-ruler-alt:before{content:"\e616"}.ti-bookmark:before{content:"\e617"}.ti-bookmark-alt:before{content:"\e618"}.ti-reload:before{content:"\e619"}.ti-plus:before{content:"\e61a"}.ti-pin:before{content:"\e61b"}.ti-pencil:before{content:"\e61c"}.ti-pencil-alt:before{content:"\e61d"}.ti-paint-roller:before{content:"\e61e"}.ti-paint-bucket:before{content:"\e61f"}.ti-na:before{content:"\e620"}.ti-mobile:before{content:"\e621"}.ti-minus:before{content:"\e622"}.ti-medall:before{content:"\e623"}.ti-medall-alt:before{content:"\e624"}.ti-marker:before{content:"\e625"}.ti-marker-alt:before{content:"\e626"}.ti-arrow-up:before{content:"\e627"}.ti-arrow-right:before{content:"\e628"}.ti-arrow-left:before{content:"\e629"}.ti-arrow-down:before{content:"\e62a"}.ti-lock:before{content:"\e62b"}.ti-location-arrow:before{content:"\e62c"}.ti-link:before{content:"\e62d"}.ti-layout:before{content:"\e62e"}.ti-layers:before{content:"\e62f"}.ti-layers-alt:before{content:"\e630"}.ti-key:before{content:"\e631"}.ti-import:before{content:"\e632"}.ti-image:before{content:"\e633"}.ti-heart:before{content:"\e634"}.ti-heart-broken:before{content:"\e635"}.ti-hand-stop:before{content:"\e636"}.ti-hand-open:before{content:"\e637"}.ti-hand-drag:before{content:"\e638"}.ti-folder:before{content:"\e639"}.ti-flag:before{content:"\e63a"}.ti-flag-alt:before{content:"\e63b"}.ti-flag-alt-2:before{content:"\e63c"}.ti-eye:before{content:"\e63d"}.ti-export:before{content:"\e63e"}.ti-exchange-vertical:before{content:"\e63f"}.ti-desktop:before{content:"\e640"}.ti-cup:before{content:"\e641"}.ti-crown:before{content:"\e642"}.ti-comments:before{content:"\e643"}.ti-comment:before{content:"\e644"}.ti-comment-alt:before{content:"\e645"}.ti-close:before{content:"\e646"}.ti-clip:before{content:"\e647"}.ti-angle-up:before{content:"\e648"}.ti-angle-right:before{content:"\e649"}.ti-angle-left:before{content:"\e64a"}.ti-angle-down:before{content:"\e64b"}.ti-check:before{content:"\e64c"}.ti-check-box:before{content:"\e64d"}.ti-camera:before{content:"\e64e"}.ti-announcement:before{content:"\e64f"}.ti-brush:before{content:"\e650"}.ti-briefcase:before{content:"\e651"}.ti-bolt:before{content:"\e652"}.ti-bolt-alt:before{content:"\e653"}.ti-blackboard:before{content:"\e654"}.ti-bag:before{content:"\e655"}.ti-move:before{content:"\e656"}.ti-arrows-vertical:before{content:"\e657"}.ti-arrows-horizontal:before{content:"\e658"}.ti-fullscreen:before{content:"\e659"}.ti-arrow-top-right:before{content:"\e65a"}.ti-arrow-top-left:before{content:"\e65b"}.ti-arrow-circle-up:before{content:"\e65c"}.ti-arrow-circle-right:before{content:"\e65d"}.ti-arrow-circle-left:before{content:"\e65e"}.ti-arrow-circle-down:before{content:"\e65f"}.ti-angle-double-up:before{content:"\e660"}.ti-angle-double-right:before{content:"\e661"}.ti-angle-double-left:before{content:"\e662"}.ti-angle-double-down:before{content:"\e663"}.ti-zip:before{content:"\e664"}.ti-world:before{content:"\e665"}.ti-wheelchair:before{content:"\e666"}.ti-view-list:before{content:"\e667"}.ti-view-list-alt:before{content:"\e668"}.ti-view-grid:before{content:"\e669"}.ti-uppercase:before{content:"\e66a"}.ti-upload:before{content:"\e66b"}.ti-underline:before{content:"\e66c"}.ti-truck:before{content:"\e66d"}.ti-timer:before{content:"\e66e"}.ti-ticket:before{content:"\e66f"}.ti-thumb-up:before{content:"\e670"}.ti-thumb-down:before{content:"\e671"}.ti-text:before{content:"\e672"}.ti-stats-up:before{content:"\e673"}.ti-stats-down:before{content:"\e674"}.ti-split-v:before{content:"\e675"}.ti-split-h:before{content:"\e676"}.ti-smallcap:before{content:"\e677"}.ti-shine:before{content:"\e678"}.ti-shift-right:before{content:"\e679"}.ti-shift-left:before{content:"\e67a"}.ti-shield:before{content:"\e67b"}.ti-notepad:before{content:"\e67c"}.ti-server:before{content:"\e67d"}.ti-quote-right:before{content:"\e67e"}.ti-quote-left:before{content:"\e67f"}.ti-pulse:before{content:"\e680"}.ti-printer:before{content:"\e681"}.ti-power-off:before{content:"\e682"}.ti-plug:before{content:"\e683"}.ti-pie-chart:before{content:"\e684"}.ti-paragraph:before{content:"\e685"}.ti-panel:before{content:"\e686"}.ti-package:before{content:"\e687"}.ti-music:before{content:"\e688"}.ti-music-alt:before{content:"\e689"}.ti-mouse:before{content:"\e68a"}.ti-mouse-alt:before{content:"\e68b"}.ti-money:before{content:"\e68c"}.ti-microphone:before{content:"\e68d"}.ti-menu:before{content:"\e68e"}.ti-menu-alt:before{content:"\e68f"}.ti-map:before{content:"\e690"}.ti-map-alt:before{content:"\e691"}.ti-loop:before{content:"\e692"}.ti-location-pin:before{content:"\e693"}.ti-list:before{content:"\e694"}.ti-light-bulb:before{content:"\e695"}.ti-Italic:before{content:"\e696"}.ti-info:before{content:"\e697"}.ti-infinite:before{content:"\e698"}.ti-id-badge:before{content:"\e699"}.ti-hummer:before{content:"\e69a"}.ti-home:before{content:"\e69b"}.ti-help:before{content:"\e69c"}.ti-headphone:before{content:"\e69d"}.ti-harddrives:before{content:"\e69e"}.ti-harddrive:before{content:"\e69f"}.ti-gift:before{content:"\e6a0"}.ti-game:before{content:"\e6a1"}.ti-filter:before{content:"\e6a2"}.ti-files:before{content:"\e6a3"}.ti-file:before{content:"\e6a4"}.ti-eraser:before{content:"\e6a5"}.ti-envelope:before{content:"\e6a6"}.ti-download:before{content:"\e6a7"}.ti-direction:before{content:"\e6a8"}.ti-direction-alt:before{content:"\e6a9"}.ti-dashboard:before{content:"\e6aa"}.ti-control-stop:before{content:"\e6ab"}.ti-control-shuffle:before{content:"\e6ac"}.ti-control-play:before{content:"\e6ad"}.ti-control-pause:before{content:"\e6ae"}.ti-control-forward:before{content:"\e6af"}.ti-control-backward:before{content:"\e6b0"}.ti-cloud:before{content:"\e6b1"}.ti-cloud-up:before{content:"\e6b2"}.ti-cloud-down:before{content:"\e6b3"}.ti-clipboard:before{content:"\e6b4"}.ti-car:before{content:"\e6b5"}.ti-calendar:before{content:"\e6b6"}.ti-book:before{content:"\e6b7"}.ti-bell:before{content:"\e6b8"}.ti-basketball:before{content:"\e6b9"}.ti-bar-chart:before{content:"\e6ba"}.ti-bar-chart-alt:before{content:"\e6bb"}.ti-back-right:before{content:"\e6bc"}.ti-back-left:before{content:"\e6bd"}.ti-arrows-corner:before{content:"\e6be"}.ti-archive:before{content:"\e6bf"}.ti-anchor:before{content:"\e6c0"}.ti-align-right:before{content:"\e6c1"}.ti-align-left:before{content:"\e6c2"}.ti-align-justify:before{content:"\e6c3"}.ti-align-center:before{content:"\e6c4"}.ti-alert:before{content:"\e6c5"}.ti-alarm-clock:before{content:"\e6c6"}.ti-agenda:before{content:"\e6c7"}.ti-write:before{content:"\e6c8"}.ti-window:before{content:"\e6c9"}.ti-widgetized:before{content:"\e6ca"}.ti-widget:before{content:"\e6cb"}.ti-widget-alt:before{content:"\e6cc"}.ti-wallet:before{content:"\e6cd"}.ti-video-clapper:before{content:"\e6ce"}.ti-video-camera:before{content:"\e6cf"}.ti-vector:before{content:"\e6d0"}.ti-themify-logo:before{content:"\e6d1"}.ti-themify-favicon:before{content:"\e6d2"}.ti-themify-favicon-alt:before{content:"\e6d3"}.ti-support:before{content:"\e6d4"}.ti-stamp:before{content:"\e6d5"}.ti-split-v-alt:before{content:"\e6d6"}.ti-slice:before{content:"\e6d7"}.ti-shortcode:before{content:"\e6d8"}.ti-shift-right-alt:before{content:"\e6d9"}.ti-shift-left-alt:before{content:"\e6da"}.ti-ruler-alt-2:before{content:"\e6db"}.ti-receipt:before{content:"\e6dc"}.ti-pin2:before{content:"\e6dd"}.ti-pin-alt:before{content:"\e6de"}.ti-pencil-alt2:before{content:"\e6df"}.ti-palette:before{content:"\e6e0"}.ti-more:before{content:"\e6e1"}.ti-more-alt:before{content:"\e6e2"}.ti-microphone-alt:before{content:"\e6e3"}.ti-magnet:before{content:"\e6e4"}.ti-line-double:before{content:"\e6e5"}.ti-line-dotted:before{content:"\e6e6"}.ti-line-dashed:before{content:"\e6e7"}.ti-layout-width-full:before{content:"\e6e8"}.ti-layout-width-default:before{content:"\e6e9"}.ti-layout-width-default-alt:before{content:"\e6ea"}.ti-layout-tab:before{content:"\e6eb"}.ti-layout-tab-window:before{content:"\e6ec"}.ti-layout-tab-v:before{content:"\e6ed"}.ti-layout-tab-min:before{content:"\e6ee"}.ti-layout-slider:before{content:"\e6ef"}.ti-layout-slider-alt:before{content:"\e6f0"}.ti-layout-sidebar-right:before{content:"\e6f1"}.ti-layout-sidebar-none:before{content:"\e6f2"}.ti-layout-sidebar-left:before{content:"\e6f3"}.ti-layout-placeholder:before{content:"\e6f4"}.ti-layout-menu:before{content:"\e6f5"}.ti-layout-menu-v:before{content:"\e6f6"}.ti-layout-menu-separated:before{content:"\e6f7"}.ti-layout-menu-full:before{content:"\e6f8"}.ti-layout-media-right-alt:before{content:"\e6f9"}.ti-layout-media-right:before{content:"\e6fa"}.ti-layout-media-overlay:before{content:"\e6fb"}.ti-layout-media-overlay-alt:before{content:"\e6fc"}.ti-layout-media-overlay-alt-2:before{content:"\e6fd"}.ti-layout-media-left-alt:before{content:"\e6fe"}.ti-layout-media-left:before{content:"\e6ff"}.ti-layout-media-center-alt:before{content:"\e700"}.ti-layout-media-center:before{content:"\e701"}.ti-layout-list-thumb:before{content:"\e702"}.ti-layout-list-thumb-alt:before{content:"\e703"}.ti-layout-list-post:before{content:"\e704"}.ti-layout-list-large-image:before{content:"\e705"}.ti-layout-line-solid:before{content:"\e706"}.ti-layout-grid4:before{content:"\e707"}.ti-layout-grid3:before{content:"\e708"}.ti-layout-grid2:before{content:"\e709"}.ti-layout-grid2-thumb:before{content:"\e70a"}.ti-layout-cta-right:before{content:"\e70b"}.ti-layout-cta-left:before{content:"\e70c"}.ti-layout-cta-center:before{content:"\e70d"}.ti-layout-cta-btn-right:before{content:"\e70e"}.ti-layout-cta-btn-left:before{content:"\e70f"}.ti-layout-column4:before{content:"\e710"}.ti-layout-column3:before{content:"\e711"}.ti-layout-column2:before{content:"\e712"}.ti-layout-accordion-separated:before{content:"\e713"}.ti-layout-accordion-merged:before{content:"\e714"}.ti-layout-accordion-list:before{content:"\e715"}.ti-ink-pen:before{content:"\e716"}.ti-info-alt:before{content:"\e717"}.ti-help-alt:before{content:"\e718"}.ti-headphone-alt:before{content:"\e719"}.ti-hand-point-up:before{content:"\e71a"}.ti-hand-point-right:before{content:"\e71b"}.ti-hand-point-left:before{content:"\e71c"}.ti-hand-point-down:before{content:"\e71d"}.ti-gallery:before{content:"\e71e"}.ti-face-smile:before{content:"\e71f"}.ti-face-sad:before{content:"\e720"}.ti-credit-card:before{content:"\e721"}.ti-control-skip-forward:before{content:"\e722"}.ti-control-skip-backward:before{content:"\e723"}.ti-control-record:before{content:"\e724"}.ti-control-eject:before{content:"\e725"}.ti-comments-smiley:before{content:"\e726"}.ti-brush-alt:before{content:"\e727"}.ti-youtube:before{content:"\e728"}.ti-vimeo:before{content:"\e729"}.ti-twitter:before{content:"\e72a"}.ti-time:before{content:"\e72b"}.ti-tumblr:before{content:"\e72c"}.ti-skype:before{content:"\e72d"}.ti-share:before{content:"\e72e"}.ti-share-alt:before{content:"\e72f"}.ti-rocket:before{content:"\e730"}.ti-pinterest:before{content:"\e731"}.ti-new-window:before{content:"\e732"}.ti-microsoft:before{content:"\e733"}.ti-list-ol:before{content:"\e734"}.ti-linkedin:before{content:"\e735"}.ti-layout-sidebar-2:before{content:"\e736"}.ti-layout-grid4-alt:before{content:"\e737"}.ti-layout-grid3-alt:before{content:"\e738"}.ti-layout-grid2-alt:before{content:"\e739"}.ti-layout-column4-alt:before{content:"\e73a"}.ti-layout-column3-alt:before{content:"\e73b"}.ti-layout-column2-alt:before{content:"\e73c"}.ti-instagram:before{content:"\e73d"}.ti-google:before{content:"\e73e"}.ti-github:before{content:"\e73f"}.ti-flickr:before{content:"\e740"}.ti-facebook:before{content:"\e741"}.ti-dropbox:before{content:"\e742"}.ti-dribbble:before{content:"\e743"}.ti-apple:before{content:"\e744"}.ti-android:before{content:"\e745"}.ti-save:before{content:"\e746"}.ti-save-alt:before{content:"\e747"}.ti-yahoo:before{content:"\e748"}.ti-wordpress:before{content:"\e749"}.ti-vimeo-alt:before{content:"\e74a"}.ti-twitter-alt:before{content:"\e74b"}.ti-tumblr-alt:before{content:"\e74c"}.ti-trello:before{content:"\e74d"}.ti-stack-overflow:before{content:"\e74e"}.ti-soundcloud:before{content:"\e74f"}.ti-sharethis:before{content:"\e750"}.ti-sharethis-alt:before{content:"\e751"}.ti-reddit:before{content:"\e752"}.ti-pinterest-alt:before{content:"\e753"}.ti-microsoft-alt:before{content:"\e754"}.ti-linux:before{content:"\e755"}.ti-jsfiddle:before{content:"\e756"}.ti-joomla:before{content:"\e757"}.ti-html5:before{content:"\e758"}.ti-flickr-alt:before{content:"\e759"}.ti-email:before{content:"\e75a"}.ti-drupal:before{content:"\e75b"}.ti-dropbox-alt:before{content:"\e75c"}.ti-css3:before{content:"\e75d"}.ti-rss:before{content:"\e75e"}.ti-rss-alt:before{content:"\e75f"} \ No newline at end of file diff --git a/deployed/mod_flippingbook/modules/mod_flippingbook/assets/css/index.html b/deployed/mod_flippingbook/modules/mod_flippingbook/assets/css/index.html new file mode 100644 index 00000000..fa6d84e8 --- /dev/null +++ b/deployed/mod_flippingbook/modules/mod_flippingbook/assets/css/index.html @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/deployed/mod_flippingbook/modules/mod_flippingbook/assets/css/metaboxes.min.css b/deployed/mod_flippingbook/modules/mod_flippingbook/assets/css/metaboxes.min.css new file mode 100644 index 00000000..5851b7f3 --- /dev/null +++ b/deployed/mod_flippingbook/modules/mod_flippingbook/assets/css/metaboxes.min.css @@ -0,0 +1 @@ +#dflip{position:relative}#dflip_post_meta_box,form.dflip-settings{background-color:#f7f7f7;border:2px solid #0295d0;line-height:1.5}#dflip_post_meta_box .hndle{background-color:#0295d0;color:white}form.dflip-settings{margin-right:20px;padding:7px 12px 20px}.dflip-tabs{position:relative}.dflip-tabs-list{border-bottom:1px solid #ddd;margin:-7px -12px 15px;list-style:none;padding:8px 12px 0;background-color:#0295d0}#dflip-settings .dflip-tabs-list .nav-tab{margin-bottom:-1px}.dflip-tabs-list li{display:inline-flex;margin:0}.dflip-tabs-list .dflip-active{border-bottom-color:white}.normal-tabs .dflip-tabs-list{background-color:transparent;margin:0 0 -1px;border:0;padding:0}.normal-tabs .dflip-tabs-list li{color:#777;border:1px solid transparent}.normal-tabs .dflip-tabs-list .dflip-active{background-color:#fdfdfd;border:1px solid #ddd;border-bottom-color:#eee}.dflip-tabs-list li a,.dflip-tabs-list .nav-tab{display:block;padding:8px 10px;text-decoration:none;outline:0;box-shadow:none;position:relative;line-height:1.5;color:#eee}.dflip-tabs-list li a:after,.dflip-tabs-list .nav-tab:after{content:" ";height:0;width:0;position:absolute;pointer-events:none;border-right-color:#f1f1f1;top:50%;opacity:0;margin-top:-8px;transition:.25s ease}.dflip-tabs-list li.dflip-active a,.dflip-tabs-list .nav-tab.nav-tab-active{background-color:#0085ba;color:white}.normal-tabs .dflip-tabs-list li a,.normal-tabs .dflip-tabs-list .nav-tab{color:#0089c8;padding:5px 10px}.normal-tabs .dflip-tabs-list li.dflip-active a,.normal-tabs .dflip-tabs-list .nav-tab.nav-tab-active{background-color:transparent;color:#32373c}.dflip-tabs-list li a:hover{color:white}.normal-tabs .dflip-tabs-list li a:hover{color:#32373c;background-color:transparent}.dflip-tab-content,.dflip-tab-content:hover{display:none}.dflip-tab-content.dflip-active{display:block}.normal-tabs .dflip-tab-content.dflip-active{display:block;padding:10px;border:1px solid #ddd;background:#fdfdfd}.has-dragging{-webkit-user-select:none}.dflip-box{padding:0 10px 10px;clear:both;position:relative;border-top:1px solid #e7e7e7;padding:10px 0 10px;margin:0 10px}.dflip-box:last-child,.dflip-box:first-child{border:0}.dflip-box:last-child{padding:0}.dflip-label{display:block;width:35%;margin:0;color:#33373a !important;font-size:14px !important;font-weight:600 !important;padding:5px 0 1px 0}.dflip-label i{font-weight:normal}.dflip-desc{font-size:12px;width:40%;margin:4px 0 10px;float:none;color:#999;display:inline-block;vertical-align:top;box-sizing:border-box;padding-right:15px}.dflip-option{padding:0;box-sizing:border-box;position:relative;margin-top:-15px;float:right;display:inline-block;vertical-align:top;width:60%}.dflip-option select,.dflip-option input{min-width:160px}.dflip-option>textarea{width:100%}.dflip-option.dflip-page-list{width:100%;padding:0;margin-top:0}.dflip-page-modal{position:fixed;top:20px}ul.dflip-page-list{clear:both}#dflip_pages_box .dflip-desc,#dflip_outline_box .dflip-desc{width:100%;float:none}#dflip_outline_box .dflip-option{width:100%;padding:0;font-size:14px}#dflip_outline_box .dflip-option textarea{font-size:13px;display:none}#dflip .ui-sortable-handle{min-height:20px;cursor:move}.dflip-upload-input{height:29px}.dflip-upload-input+.dflip-button{position:absolute;top:0;right:0;text-align:center}.dflip-upload{padding-right:0}.dflip-page-options{display:none}.dflip-page-actions{position:absolute;top:-50%;transition:.2s;width:120px;cursor:default;background-color:#fff}ul.dflip-outline-actions{position:absolute;right:3px;top:3px;display:none;margin:0;border-radius:5px;transition:.2s;cursor:default;background-color:#fff}.dflip-page-actions>li,.dflip-outline-actions>li{height:28px;min-width:28px;color:#777;float:left;background-color:inherit;margin:0;cursor:pointer}.dflip-page-actions>li:hover,.dflip-outline-actions>li:hover{background-color:#eee}.dflip-page-actions>li:before,.dflip-outline-actions>li:before{line-height:1.5}li.dflip-page-remove-action{float:right;color:#f44336}.dflip-page-options label{display:block;padding:0 0 5px;margin-top:10px}.dflip-page-options textarea{width:100%}.dflip-page-item{border:1px solid #ccc;width:120px;height:160px;background-color:#f7f7f7;overflow:hidden;cursor:move;position:relative;margin:0 10px 10px 0;display:inline-block}.dflip-page-edit{width:100%;height:auto}.dflip-page-edit .dflip-page-thumb{width:120px;left:0;margin:0}.dflip-page-edit .dflip-page-options{display:block;padding-left:130px;padding-right:10px;background-color:white}li.dflip-page-item:hover .dflip-page-actions{top:0}.outline-wrapper:hover>.dflip-outline-actions{display:block}.dflip-empty-page{display:none}.dflip-handle{cursor:move;z-index:1;height:100%;position:relative;background-color:#f7f7f7}.dflip-page-thumb{width:100%;position:absolute;top:0;left:0;right:0;margin:auto;bottom:0}.outline-node{position:relative;overflow:hidden;cursor:pointer;padding:2px 0 0}#dflip_outline_box:focus{background-color:green}.outline-node.outline-haschild.outline-collapsed .outline-wrapper{background-color:#eee}.outline-node:last-child:after{display:none}.outline-node:before,.outline-node:after{position:absolute;content:""}.outline-node:before{top:0;left:5px;margin-top:0;height:20px;width:14px;border:0;z-index:0;border-bottom:1px solid;border-left:1px solid;border-color:#bbb}.outline-node:after{top:20px;left:5px;margin-top:0;height:100%;width:30px;border:0;border-left:1px solid;border-color:#bbb}.outline-node .outline-wrapper>input{display:none;height:22px;font-size:13px;border:1px solid #ddd}.outline-node.outline-active>.outline-wrapper>input{display:inline-flex}.outline-node.outline-active>.outline-wrapper>label{display:none}.outline-node>input{box-shadow:none;border:1px solid #bbb}.outline-nodes{padding-left:20px;position:relative;border-left:1px solid #fff}.outline-node .outline-wrapper{height:34px;border:1px solid #bbb;border-radius:5px;padding:4px;z-index:2;position:relative;box-sizing:border-box;margin-left:20px;padding-left:10px;background-color:#fff}.outline-wrapper.has-drag-over{border:3px solid green}.outline-wrapper.has-drag-after{border-bottom:6px solid green}.outline-wrapper.has-drag-before{border-top:6px solid green}.has-drag-over.is-drag-source,.is-drag-source ~ .outline-nodes .has-drag-over{border-color:red !important}.is-drag-source,.is-drag-source ~ .outline-nodes .outline-wrapper{opacity:.2}.outline-collapse{position:absolute;left:10px;font-size:14px;z-index:3;display:none;top:8px;border-radius:50%;background-color:#fff;border:1px solid #bbb}.outline-collapse:before{line-height:1.5}.outline-wrapper label{display:inline-block;min-width:30px;padding:2px 5px}.outline-wrapper input:nth-child(3){flex-grow:2}.outline-haschild>.outline-collapse{display:block;transition:.2s;transform-origin:center}.outline-collapsed .outline-collapse{transform:rotateZ(-90deg)}.outline-collapsed .outline-nodes{display:none}.drag-helper{background-color:#aaa;position:absolute;z-index:200;padding:10px;color:white;pointer-events:none}.dflip-page-modal .page-modal-close{border-left:1px solid #ddd;cursor:pointer;text-align:center}.dflip-page-modal .page-modal-close .media-modal-icon{margin-top:15px;display:block}.page-modal-image-wrapper{max-width:100%;position:absolute;margin-top:40px;-webkit-user-select:none}.dflip-page-modal .media-frame-content{background-color:#eee}img.page-modal-image{max-width:100%;max-height:100%;margin:0;border:0;display:block}.dflip-hotspot{position:absolute;cursor:pointer;border:1px solid #ccc;box-sizing:border-box !important}.dflip-hotspot-helper{position:absolute !important;z-index:20;cursor:move;box-sizing:border-box !important}.dflip-hotspot:hover,.dflip-hotspot-helper{background-color:rgba(255,255,0,0.22)}.dflip-hotspot{background-color:rgba(255,255,0,0.22)}.dflip-hotspot-helper .ui-resizable-handle{background:#f5dc58;border:1px solid #FFF;width:9px;height:9px;box-sizing:border-box !important;z-index:2;position:absolute}.dflip-hotspot-helper .ui-resizable-nw{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}.dflip-hotspot-helper .ui-resizable-ne{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px}.dflip-hotspot-helper .ui-resizable-sw{cursor:sw-resize;width:9px;height:9px;left:-5px;bottom:-5px}.dflip-hotspot-helper .ui-resizable-se{cursor:se-resize;width:9px;height:9px;right:-5px;bottom:-5px}.dflip-hotspot-helper .dflip-hotspot-delete{position:absolute;right:10px;top:5px;cursor:pointer}.dflip-hotspot-helper .dflip-hotspot-delete:hover{color:#f44336}.dflip-add-hotspot{margin:5px !important;z-index:50}.dflip-hotspot-header{position:fixed;background-color:#eee;z-index:100}.dflip-remove-hotspot{float:right;margin:5px !important}.dflip-hotspot-dest{height:30px;vertical-align:middle;width:240px;font-size:12px;margin:5px !important}.fbpj-js-code{font-family:monospace;font-size:12px}input#dflip_settings_submit{float:right;margin-right:-12px;z-index:100;margin-top:-45px}.dflip-global-value{color:#999;font-size:11px;display:inline-block}.dflip-global-inactive ~ .dflip-global-value{text-decoration:line-through;opacity:.4}.dflip-global-active ~ .dflip-global-value:after{content:" Active"}.dflip-global-inactive ~ .dflip-global-value:after{content:" Inactive"}.dflip-settings.premium .dflip-box,.dflip-box.premium{background-color:rgba(231,231,231,0.37);margin:0 -10px;padding:10px 20px}#dflip_post_meta_box_limit .inside,.dflip-settings.premium .dflip-box .dflip-option,.dflip-box.premium .dflip-option{color:red !important}.dflip-settings.premium .dflip-box .dflip-label:after,.dflip-box.premium .dflip-label:after{content:'Premium!';color:red;font-size:12px}.video-tutorial{display:block;color:crimson}.video-tutorial .dashicons{text-decoration:none;margin-right:10px}a.fbpj-chrome{background-image:url("../images/chrome-extension.png");height:77px;background-position:center bottom;background-repeat:no-repeat;display:block;border:2px solid #e5e5e5;box-shadow:0 1px 2px rgba(0,0,0,.1);padding:10px;background-size:250px 75px;text-decoration:none;text-align:right;font-size:12px;color:#818284;text-transform:uppercase} \ No newline at end of file diff --git a/deployed/mod_flippingbook/modules/mod_flippingbook/assets/customfields/hideandshow.php b/deployed/mod_flippingbook/modules/mod_flippingbook/assets/customfields/hideandshow.php new file mode 100644 index 00000000..3fda991d --- /dev/null +++ b/deployed/mod_flippingbook/modules/mod_flippingbook/assets/customfields/hideandshow.php @@ -0,0 +1,55 @@ + + jQuery(document).ready( function () { + selectedVal = jQuery("#jform_params_theme").val(); + if(selectedVal=="lightboxview"){ + var thirdLi = jQuery( "#myTabTabs" ).find( "li" ).eq( "3" ).html("'.JText::_('MOD_FLIPPINGBOOK_VIEWLIGHTBOX').'"); + jQuery( "#myTabTabs" ).find( "li" ).eq( "4" ).hide(); + } else if(selectedVal=="linkview"){ + var thirdLi = jQuery( "#myTabTabs" ).find( "li" ).eq( "3" ).html("'.JText::_('MOD_FLIPPINGBOOK_VIEWLINKBUTTON').'"); + jQuery( "#myTabTabs" ).find( "li" ).eq( "4" ).hide(); + } else if(selectedVal=="basicview"){ + var thirdLi = jQuery( "#myTabTabs" ).find( "li" ).eq( "3" ).html("'.JText::_('MOD_FLIPPINGBOOK_VIEWBASIC').'"); + jQuery( "#myTabTabs" ).find( "li" ).eq( "4" ).show(); + } + + console.log(selectedVal+" test 1"); + jQuery("#jform_params_theme").on("change", function(){ + selectedVal = jQuery("#jform_params_theme").val(); + console.log(selectedVal+" test 2"); + if(selectedVal=="lightboxview"){ + var thirdLi = jQuery( "#myTabTabs" ).find( "li" ).eq( "3" ).html("'.JText::_('MOD_FLIPPINGBOOK_VIEWLIGHTBOX').'"); + jQuery( "#myTabTabs" ).find( "li" ).eq( "4" ).hide(); + } else if(selectedVal=="linkview"){ + var thirdLi = jQuery( "#myTabTabs" ).find( "li" ).eq( "3" ).html("'.JText::_('MOD_FLIPPINGBOOK_VIEWLINKBUTTON').'"); + jQuery( "#myTabTabs" ).find( "li" ).eq( "4" ).hide(); + } else if(selectedVal=="basicview"){ + var thirdLi = jQuery( "#myTabTabs" ).find( "li" ).eq( "3" ).html("'.JText::_('MOD_FLIPPINGBOOK_VIEWBASIC').'"); + jQuery( "#myTabTabs" ).find( "li" ).eq( "4" ).show(); + } + }); + }); + '; + } +} \ No newline at end of file diff --git a/deployed/mod_flippingbook/modules/mod_flippingbook/assets/fonts/themify.eot b/deployed/mod_flippingbook/modules/mod_flippingbook/assets/fonts/themify.eot new file mode 100644 index 00000000..9ec298b9 Binary files /dev/null and b/deployed/mod_flippingbook/modules/mod_flippingbook/assets/fonts/themify.eot differ diff --git a/deployed/mod_flippingbook/modules/mod_flippingbook/assets/fonts/themify.svg b/deployed/mod_flippingbook/modules/mod_flippingbook/assets/fonts/themify.svg new file mode 100644 index 00000000..4d9e7eb4 --- /dev/null +++ b/deployed/mod_flippingbook/modules/mod_flippingbook/assets/fonts/themify.svg @@ -0,0 +1,362 @@ + + + +Generated by IcoMoon + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/deployed/mod_flippingbook/modules/mod_flippingbook/assets/fonts/themify.ttf b/deployed/mod_flippingbook/modules/mod_flippingbook/assets/fonts/themify.ttf new file mode 100644 index 00000000..5d627e70 Binary files /dev/null and b/deployed/mod_flippingbook/modules/mod_flippingbook/assets/fonts/themify.ttf differ diff --git a/deployed/mod_flippingbook/modules/mod_flippingbook/assets/fonts/themify.woff b/deployed/mod_flippingbook/modules/mod_flippingbook/assets/fonts/themify.woff new file mode 100644 index 00000000..847ebd18 Binary files /dev/null and b/deployed/mod_flippingbook/modules/mod_flippingbook/assets/fonts/themify.woff differ diff --git a/deployed/mod_flippingbook/modules/mod_flippingbook/assets/images/defaultcover.png b/deployed/mod_flippingbook/modules/mod_flippingbook/assets/images/defaultcover.png new file mode 100644 index 00000000..fa2fe1a6 Binary files /dev/null and b/deployed/mod_flippingbook/modules/mod_flippingbook/assets/images/defaultcover.png differ diff --git a/deployed/mod_flippingbook/modules/mod_flippingbook/assets/images/index.html b/deployed/mod_flippingbook/modules/mod_flippingbook/assets/images/index.html new file mode 100644 index 00000000..fa6d84e8 --- /dev/null +++ b/deployed/mod_flippingbook/modules/mod_flippingbook/assets/images/index.html @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/deployed/mod_flippingbook/modules/mod_flippingbook/assets/images/joomla-flipbook-extension.png b/deployed/mod_flippingbook/modules/mod_flippingbook/assets/images/joomla-flipbook-extension.png new file mode 100644 index 00000000..7b2d71bc Binary files /dev/null and b/deployed/mod_flippingbook/modules/mod_flippingbook/assets/images/joomla-flipbook-extension.png differ diff --git a/deployed/mod_flippingbook/modules/mod_flippingbook/assets/images/loading.gif b/deployed/mod_flippingbook/modules/mod_flippingbook/assets/images/loading.gif new file mode 100644 index 00000000..f864d5fd Binary files /dev/null and b/deployed/mod_flippingbook/modules/mod_flippingbook/assets/images/loading.gif differ diff --git a/deployed/mod_flippingbook/modules/mod_flippingbook/assets/images/logo-310x60.png b/deployed/mod_flippingbook/modules/mod_flippingbook/assets/images/logo-310x60.png new file mode 100644 index 00000000..74c489af Binary files /dev/null and b/deployed/mod_flippingbook/modules/mod_flippingbook/assets/images/logo-310x60.png differ diff --git a/deployed/mod_flippingbook/modules/mod_flippingbook/assets/images/pdfjs/annotation-check.svg b/deployed/mod_flippingbook/modules/mod_flippingbook/assets/images/pdfjs/annotation-check.svg new file mode 100644 index 00000000..71cd16df --- /dev/null +++ b/deployed/mod_flippingbook/modules/mod_flippingbook/assets/images/pdfjs/annotation-check.svg @@ -0,0 +1,11 @@ + + + + diff --git a/deployed/mod_flippingbook/modules/mod_flippingbook/assets/images/pdfjs/annotation-comment.svg b/deployed/mod_flippingbook/modules/mod_flippingbook/assets/images/pdfjs/annotation-comment.svg new file mode 100644 index 00000000..86f1f172 --- /dev/null +++ b/deployed/mod_flippingbook/modules/mod_flippingbook/assets/images/pdfjs/annotation-comment.svg @@ -0,0 +1,16 @@ + + + + + diff --git a/deployed/mod_flippingbook/modules/mod_flippingbook/assets/images/pdfjs/annotation-help.svg b/deployed/mod_flippingbook/modules/mod_flippingbook/assets/images/pdfjs/annotation-help.svg new file mode 100644 index 00000000..00938fef --- /dev/null +++ b/deployed/mod_flippingbook/modules/mod_flippingbook/assets/images/pdfjs/annotation-help.svg @@ -0,0 +1,26 @@ + + + + + + + + + + diff --git a/deployed/mod_flippingbook/modules/mod_flippingbook/assets/images/pdfjs/annotation-insert.svg b/deployed/mod_flippingbook/modules/mod_flippingbook/assets/images/pdfjs/annotation-insert.svg new file mode 100644 index 00000000..519ef682 --- /dev/null +++ b/deployed/mod_flippingbook/modules/mod_flippingbook/assets/images/pdfjs/annotation-insert.svg @@ -0,0 +1,10 @@ + + + + diff --git a/deployed/mod_flippingbook/modules/mod_flippingbook/assets/images/pdfjs/annotation-key.svg b/deployed/mod_flippingbook/modules/mod_flippingbook/assets/images/pdfjs/annotation-key.svg new file mode 100644 index 00000000..8d09d537 --- /dev/null +++ b/deployed/mod_flippingbook/modules/mod_flippingbook/assets/images/pdfjs/annotation-key.svg @@ -0,0 +1,11 @@ + + + + diff --git a/deployed/mod_flippingbook/modules/mod_flippingbook/assets/images/pdfjs/annotation-newparagraph.svg b/deployed/mod_flippingbook/modules/mod_flippingbook/assets/images/pdfjs/annotation-newparagraph.svg new file mode 100644 index 00000000..38d2497d --- /dev/null +++ b/deployed/mod_flippingbook/modules/mod_flippingbook/assets/images/pdfjs/annotation-newparagraph.svg @@ -0,0 +1,11 @@ + + + + diff --git a/deployed/mod_flippingbook/modules/mod_flippingbook/assets/images/pdfjs/annotation-noicon.svg b/deployed/mod_flippingbook/modules/mod_flippingbook/assets/images/pdfjs/annotation-noicon.svg new file mode 100644 index 00000000..c07d1080 --- /dev/null +++ b/deployed/mod_flippingbook/modules/mod_flippingbook/assets/images/pdfjs/annotation-noicon.svg @@ -0,0 +1,7 @@ + + + diff --git a/deployed/mod_flippingbook/modules/mod_flippingbook/assets/images/pdfjs/annotation-note.svg b/deployed/mod_flippingbook/modules/mod_flippingbook/assets/images/pdfjs/annotation-note.svg new file mode 100644 index 00000000..70173651 --- /dev/null +++ b/deployed/mod_flippingbook/modules/mod_flippingbook/assets/images/pdfjs/annotation-note.svg @@ -0,0 +1,42 @@ + + + + + + + + diff --git a/deployed/mod_flippingbook/modules/mod_flippingbook/assets/images/pdfjs/annotation-paragraph.svg b/deployed/mod_flippingbook/modules/mod_flippingbook/assets/images/pdfjs/annotation-paragraph.svg new file mode 100644 index 00000000..6ae5212b --- /dev/null +++ b/deployed/mod_flippingbook/modules/mod_flippingbook/assets/images/pdfjs/annotation-paragraph.svg @@ -0,0 +1,16 @@ + + + + + diff --git a/deployed/mod_flippingbook/modules/mod_flippingbook/assets/images/textures/white.jpg b/deployed/mod_flippingbook/modules/mod_flippingbook/assets/images/textures/white.jpg new file mode 100644 index 00000000..a6a4dec2 Binary files /dev/null and b/deployed/mod_flippingbook/modules/mod_flippingbook/assets/images/textures/white.jpg differ diff --git a/deployed/mod_flippingbook/modules/mod_flippingbook/assets/index.html b/deployed/mod_flippingbook/modules/mod_flippingbook/assets/index.html new file mode 100644 index 00000000..fa6d84e8 --- /dev/null +++ b/deployed/mod_flippingbook/modules/mod_flippingbook/assets/index.html @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/deployed/mod_flippingbook/modules/mod_flippingbook/assets/js/flippingbook.latest.js b/deployed/mod_flippingbook/modules/mod_flippingbook/assets/js/flippingbook.latest.js new file mode 100644 index 00000000..82057fa8 --- /dev/null +++ b/deployed/mod_flippingbook/modules/mod_flippingbook/assets/js/flippingbook.latest.js @@ -0,0 +1 @@ +var Base64={_keyStr:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",encode:function(e){var n,i,o,a,s,r,l,c="",h=0;for(e=Base64._utf8_encode(e);h>2,s=(3&n)<<4|(i=e.charCodeAt(h++))>>4,r=(15&i)<<2|(o=e.charCodeAt(h++))>>6,l=63&o,isNaN(i)?r=l=64:isNaN(o)&&(l=64),c=c+this._keyStr.charAt(a)+this._keyStr.charAt(s)+this._keyStr.charAt(r)+this._keyStr.charAt(l);return c},decode:function(e){var n,i,o,a,s,r,l="",c=0;for(e=e.replace(/[^A-Za-z0-9\+\/\=]/g,"");c>4,i=(15&a)<<4|(s=this._keyStr.indexOf(e.charAt(c++)))>>2,o=(3&s)<<6|(r=this._keyStr.indexOf(e.charAt(c++))),l+=String.fromCharCode(n),64!=s&&(l+=String.fromCharCode(i)),64!=r&&(l+=String.fromCharCode(o));return Base64._utf8_decode(l)},_utf8_encode:function(e){e=e.replace(/\r\n/g,"\n");for(var n="",i=0;i127&&o<2048?(n+=String.fromCharCode(o>>6|192),n+=String.fromCharCode(63&o|128)):(n+=String.fromCharCode(o>>12|224),n+=String.fromCharCode(o>>6&63|128),n+=String.fromCharCode(63&o|128))}return n},_utf8_decode:function(e){for(var n="",i=0,o=c1=c2=0;i191&&o<224?(n+=String.fromCharCode((31&o)<<6|63&(c2=e.charCodeAt(i+1))),i+=2):(n+=String.fromCharCode((15&o)<<12|(63&(c2=e.charCodeAt(i+1)))<<6|63&(c3=e.charCodeAt(i+2))),i+=3);return n}},FBPJAR=FBPJAR||{},PRESENTATION=FBPJAR;!function(e,n){e.version="2.1.1",e.PAGE_MODE={SINGLE:1,DOUBLE:2,AUTO:null},e.SINGLE_PAGE_MODE={ZOOM:1,BOOKLET:2,AUTO:null},e.CONTROLSPOSITION={HIDDEN:"hide",TOP:"top",BOTTOM:"bottom"},e.DIRECTION={LTR:1,RTL:2},e.LINK_TARGET={NONE:0,SELF:1,BLANK:2,PARENT:3,TOP:4},e.CORNERS={TL:"tl",TR:"tr",BL:"bl",BR:"br",L:"l",R:"r",NONE:null},e.SOURCE_TYPE={IMAGE:"image",PDF:"pdf",HTML:"html"},e.DISPLAY_TYPE={WEBGL:"3D",HTML:"2D"},e.PAGE_SIZE={AUTO:0,SINGLE:1,DOUBLEINTERNAL:2};var i,o,a,s,r=e.defaults={webgl:!0,webglShadow:!0,soundEnable:!0,search:!1,height:"auto",autoEnableOutline:!1,autoEnableThumbnail:!1,overwritePDFOutline:!1,enableDownload:!0,duration:800,direction:e.DIRECTION.LTR,pageMode:e.PAGE_MODE.AUTO,singlePageMode:e.SINGLE_PAGE_MODE.AUTO,backgroundColor:"#fff",forceFit:!0,transparent:!1,hard:"none",openPage:1,annotationClass:"",autoPlay:!1,autoPlayDuration:5e3,autoPlayStart:!1,maxTextureSize:1600,minTextureSize:256,rangeChunkSize:524288,icons:{altnext:"ti-angle-right",altprev:"ti-angle-left",next:"ti-angle-right",prev:"ti-angle-left",end:"ti-angle-double-right",start:"ti-angle-double-left",share:"ti-sharethis",help:"ti-help-alt",more:"ti-more-alt",download:"ti-download",zoomin:"ti-zoom-in",zoomout:"ti-zoom-out",fullscreen:"ti-fullscreen",fitscreen:"ti-arrows-corner",thumbnail:"ti-layout-grid2",outline:"ti-menu-alt",close:"ti-close",search:"ti-search",doublepage:"ti-book",singlepage:"ti-file",sound:"ti-volume",facebook:"ti-facebook",google:"ti-google",twitter:"ti-twitter-alt",mail:"ti-email",play:"ti-control-play",pause:"ti-control-pause"},text:{toggleSound:"Turn on/off Sound",toggleThumbnails:"Toggle Thumbnails",toggleOutline:"Toggle Outline/Bookmark",previousPage:"Previous Page",nextPage:"Next Page",toggleFullscreen:"Toggle Fullscreen",zoomIn:"Zoom In",zoomOut:"Zoom Out",toggleHelp:"Toggle Help",singlePageMode:"Single Page Mode",doublePageMode:"Double Page Mode",downloadPDFFile:"Download PDF File",gotoFirstPage:"First Page",gotoLastPage:"Goto Last Page",play:"Start AutoPlay",pause:"Pause AutoPlay",share:"Share",emailsubj:"You must see that page!",emailbodylink:"Check out this site :",nopdffileaccess:"PDF file is not accessbile",loadingtext:"Loading Flippingbook"},allControls:"altPrev,pageNumber,altNext,play,outline,thumbnail,zoomIn,zoomOut,fullScreen,share,download,search,more,pageMode,startPage,endPage,sound",moreControls:"download,pageMode,gotoFirstPage,gotoLastPage,sound",hideControls:"",controlsPosition:e.CONTROLSPOSITION.BOTTOM,paddingTop:30,paddingLeft:20,paddingRight:20,paddingBottom:30,enableAnalytics:!1,scrollWheel:!0,onCreate:function(e){},onCreateUI:function(e){},onFlip:function(e){},beforeFlip:function(e){},onReady:function(e){},zoomRatio:1.5,pageSize:e.PAGE_SIZE.AUTO,pdfjsSrc:"modules/mod_flippingbook/assets/js/libs/pdf.min.js",pdfjsCompatibilitySrc:"modules/mod_flippingbook/assets/js/libs/compatibility.js",pdfjsWorkerSrc:"modules/mod_flippingbook/assets/js/libs/pdf.worker.min.js",threejsSrc:"modules/mod_flippingbook/assets/js/libs/three.min.js",soundFile:"modules/mod_flippingbook/assets/sound/turn2.mp3",imagesLocation:"modules/mod_flippingbook/assets/images",imageResourcesPath:"modules/mod_flippingbook/assets/images/pdfjs/",cMapUrl:"modules/mod_flippingbook/assets/cmaps/",enableDebugLog:!1,canvasToBlob:!1,enableAnnotation:!0,pdfRenderQuality:.9,textureLoadFallback:"blank",stiffness:3,backgroundImage:"",pageRatio:null,pixelRatio:window.devicePixelRatio||1,thumbElement:"div",spotLightIntensity:.22,ambientLightColor:"#fff",ambientLightIntensity:.8,shadowOpacity:.15,linkTarget:e.LINK_TARGET.BLANK},l="WebKitCSSMatrix"in window||document.body&&"MozPerspective"in document.body.style,c="onmousedown"in window,h=(window,navigator.userAgent),u=e.utils={drag:{left:0,right:1,none:-1},mouseEvents:c?{type:"mouse",start:"mousedown",move:"mousemove",end:"mouseup"}:{type:"touch",start:"touchstart",move:"touchmove",end:"touchend"},html:{div:"
",img:"",a:"",input:""},toRad:function(e){return e*Math.PI/180},isset:function(e,n){return null==e?n:e},isnull:function(e){return null==e||null==e},toDeg:function(e){return 180*e/Math.PI},transition:function(e,n){return e?n/1e3+"s ease-out":"0s none"},hasCompatibility:function(){var e=!1;return null!=window.dFlipLocation&&window.dFlipLocation.indexOf("lip-lit")>0&&(e=!0),e},scrollIntoView:function(e,n,i){(n=n||e.parentNode).scrollTop=e.offsetTop-n.offsetTop+(!1===i?e.offsetHeight-n.offsetHeight:0),n.scrollLeft=e.offsetLeft-n.offsetLeft},display:function(e){return e?"block":"none"},resetTranslate:function(){return $(0,0)},translateStr:function(e,n){return l?" translate3d("+e+"px,"+n+"px, 0px) ":" translate("+e+"px, "+n+"px) "},httpsCorrection:function(e){var n=window.location;return n.href.indexOf("https://")>-1&&e.indexOf(n.hostname)>-1&&(e=e.replace("http://","https://")),n.href.indexOf("http://")>-1&&e.indexOf(n.hostname)>-1&&(e=e.replace("https://","http://")),e},resetBoxShadow:function(){return"rgba(0, 0, 0, 0) 0px 0px 20px"},rotateStr:function(e){return" rotateZ("+e+"deg) "},bg:function(e){return"#fff"+x(e)},bgImage:function(e){return null==e||"blank"==e?"":" url("+e+")"},src:function(e){return null!=e?""+e:""},limitAt:function(e,n,i){return ei?i:e},distOrigin:function(e,n){return Math.sqrt(Math.pow(e,2)+Math.pow(n,2))},distPoints:function(e,n,i,o){return Math.sqrt(Math.pow(i-e,2)+Math.pow(o-n,2))},calculateScale:function(e,n){var i=y(e[0].x,e[0].y,e[1].x,e[1].y);return y(n[0].x,n[0].y,n[1].x,n[1].y)/i},getVectorAvg:function(e){return{x:e.map(function(e){return e.x}).reduce(u.sum)/e.length,y:e.map(function(e){return e.y}).reduce(u.sum)/e.length}},sum:function(e,n){return e+n},getTouches:function(e,n){return n=n||{left:0,top:0},Array.prototype.slice.call(e.touches).map(function(e){return{x:e.pageX-n.left,y:e.pageY-n.top}})},angleByDistance:function(e,n){var i=n/2,o=w(e,0,n);return o-1,s=(","+e+",").indexOf(","+(2*n+2)+",")>-1;return a||s}return!1},fixMouseEvent:function(e){if(e){var i=e.originalEvent||e;if(i.changedTouches&&i.changedTouches.length>0){var o=n.event.fix(e),a=i.changedTouches[0];return o.clientX=a.clientX,o.clientY=a.clientY,o.pageX=a.pageX,o.touches=i.touches,o.pageY=a.pageY,o.movementX=a.movementX,o.movementY=a.movementY,o}}return e},hasWebgl:function(){try{var e=document.createElement("canvas");return!(!window.WebGLRenderingContext||!e.getContext("webgl")&&!e.getContext("experimental-webgl"))}catch(n){return!1}}(),isBookletMode:function(n){return n.pageMode==e.PAGE_MODE.SINGLE&&n.singlePageMode==e.SINGLE_PAGE_MODE.BOOKLET},isRTLMode:function(n){return n.direction==e.DIRECTION.RTL},isMobile:(s=!1,a=h||navigator.vendor||window.opera,(/(android|bb\d+|meego).+mobile|avantgo|bada\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\.(browser|link)|vodafone|wap|windows ce|xda|xiino|android|ipad|playbook|silk/i.test(a)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\-(n|u)|c55\/|capi|ccwa|cdm\-|cell|chtm|cldc|cmd\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\-s|devi|dica|dmob|do(c|p)o|ds(12|\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\-|_)|g1 u|g560|gene|gf\-5|g\-mo|go(\.w|od)|gr(ad|un)|haie|hcit|hd\-(m|p|t)|hei\-|hi(pt|ta)|hp( i|ip)|hs\-c|ht(c(\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\-(20|go|ma)|i230|iac( |\-|\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\/)|klon|kpt |kwc\-|kyo(c|k)|le(no|xi)|lg( g|\/(k|l|u)|50|54|\-[a-w])|libw|lynx|m1\-w|m3ga|m50\/|ma(te|ui|xo)|mc(01|21|ca)|m\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\-2|po(ck|rt|se)|prox|psio|pt\-g|qa\-a|qc(07|12|21|32|60|\-[2-7]|i\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\-|oo|p\-)|sdk\/|se(c(\-|0|1)|47|mc|nd|ri)|sgh\-|shar|sie(\-|m)|sk\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\-|v\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\-|tdg\-|tel(i|m)|tim\-|t\-mo|to(pl|sh)|ts(70|m\-|m3|m5)|tx\-9|up(\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\-|your|zeto|zte\-/i.test(a.substr(0,4)))&&(s=!0),s),isIOS:/(iPad|iPhone|iPod)/g.test(h),isSafari:/constructor/i.test(window.HTMLElement)||"[object SafariRemoteNotification]"===(!window.safari||safari.pushNotification).toString(),prefix:(i=window.getComputedStyle(document.documentElement,""),o=Array.prototype.slice.call(i).join("").match(/-(moz|webkit|ms)-/)[1],{dom:"WebKit|Moz|MS".match(RegExp("("+o+")","i"))[1],lowercase:o,css:"-"+o+"-",js:o[0].toUpperCase()+o.substr(1)}),__extends:function(e,n){for(var i in n)n.hasOwnProperty(i)&&(e[i]=n[i]);function o(){this.constructor=e}return o.prototype=n.prototype,e.prototype=new o,e.__super=n.prototype,e}},p=e.SOURCE_TYPE,d=(e.DISPLAY_TYPE,u.drag),g=u.mouseEvents,f=u.html,m=u.isset,v=(u.isnull,u.toRad),b=u.toDeg,$=(u.transition,u.translateStr),_=(u.resetBoxShadow,u.rotateStr),x=(u.bg,u.bgImage),w=(u.src,u.limitAt),P=u.distOrigin,y=u.distPoints,C=u.angleByDistance,S=u.log,k=u.nearestPowerOfTwo,L=u.extendOptions,T=u.getBasePage,E=u.getScript,O=u.fixMouseEvent,I=u.prefix,R=u.isBookletMode,j=u.isRTLMode,F=u.isMobile,D=u.hasWebgl,A=u.isSafari,B=u.isIOS,z=u.__extends;(function(){if(window.CanvasPixelArray)"function"!=typeof window.CanvasPixelArray.prototype.set&&(window.CanvasPixelArray.prototype.set=function(e){for(var n=0,i=this.length;nparseInt(e[1])),n){var i=window.CanvasRenderingContext2D.prototype,o=i.createImageData;i.createImageData=function(e,n){var i=o.call(this,e,n);return i.data.set=function(e){for(var n=0,i=this.length;no.target.pageCount&&(e=o.target.pageCount),e},c=s.next=n(f.div,{class:"fbpj-ui-btn fbpj-ui-next "+r.icons.next,title:a?r.text.previousPage:r.text.nextPage,html:""+r.text.nextPage+""}).on("click",function(){o.next()}),h=s.prev=n(f.div,{class:"fbpj-ui-btn fbpj-ui-prev "+r.icons.prev,title:a?r.text.nextPage:r.text.previousPage,html:""+r.text.previousPage+""}).on("click",function(){o.prev()}),p=n(f.div,{class:"fbpj-ui-btn fbpj-ui-play "+r.icons.play,title:r.text.play,html:""+r.text.play+""}).on("click",function(){var e=n(this);o.setAutoPlay(!e.hasClass(r.icons.pause))});1==r.autoPlay&&(s.play=p,o.setAutoPlay(r.autoPlayStart));var d=n(f.div,{class:"fbpj-ui-wrapper fbpj-ui-zoom"}),g=s.zoomIn=n(f.div,{class:"fbpj-ui-btn fbpj-ui-zoomin "+r.icons.zoomin,title:r.text.zoomIn,html:""+r.text.zoomIn+""}).on("click",function(){o.zoom(1),s.update(),o.target.startPoint&&o.target.pan&&o.target.pan(o.target.startPoint)}),m=s.zoomOut=n(f.div,{class:"fbpj-ui-btn fbpj-ui-zoomout "+r.icons.zoomout,title:r.text.zoomOut,html:""+r.text.zoomOut+""}).on("click",function(){o.zoom(-1),s.update(),o.target.startPoint&&o.target.pan&&o.target.pan(o.target.startPoint)});d.append(g).append(m);var v=s.pageNumber=n(f.div,{class:"fbpj-ui-btn fbpj-ui-page"}).on("change",function(){var e=parseInt(s.pageInput.val(),10);e=l(e),o.gotoPage(e)}).on("keyup",function(e){if(13==e.keyCode){var n=parseInt(s.pageInput.val(),10);(n=l(n))!==l(o.target._activePage||o._activePage)&&o.gotoPage(n)}});s.pageInput=n('').appendTo(v),s.pageLabel=n(''+r.text.downloadPDFFile+"")).attr("href",r.source).attr("title",r.text.downloadPDFFile)}u.hasFullscreenEnabled()||i.addClass("fbpj-custom-fullscreen"),s.switchFullscreen=function(){u.getFullscreenElement();var e=o.container[0];1!=s.isFullscreen?(o.container.addClass("fbpj-fullscreen"),e.requestFullscreen?e.requestFullscreen():e.msRequestFullscreen?e.msRequestFullscreen():e.mozRequestFullScreen?e.mozRequestFullScreen():e.webkitRequestFullscreen&&e.webkitRequestFullscreen(),s.isFullscreen=!0):(o.container.removeClass("fbpj-fullscreen"),s.isFullscreen=!1,document.exitFullscreen?document.exitFullscreen():document.msExitFullscreen?document.msExitFullscreen():document.mozCancelFullScreen?document.mozCancelFullScreen():document.webkitExitFullscreen&&document.webkitExitFullscreen()),u.hasFullscreenEnabled()||setTimeout(function(){o.resize()},50)};var L=s.fullScreen=n(f.div,{class:"fbpj-ui-btn fbpj-ui-fullscreen "+r.icons.fullscreen,title:r.text.toggleFullscreen,html:""+r.text.toggleFullscreen+""}).on("click",s.switchFullscreen),T=s.fit=n(f.div,{class:"fbpj-ui-btn fbpj-ui-fit "+r.icons.fitscreen}).on("click",function(){n(this).toggleClass("fbpj-button-fit-active")});b.append(L);var E=n(f.div,{class:"fbpj-ui-wrapper fbpj-ui-controls"}),O=(s.shareBox=new e.Share(i,r),s.share=n(f.div,{class:"fbpj-ui-btn fbpj-ui-share "+r.icons.share,title:r.text.share,html:""+r.text.share+""}).on("click",function(e){1==s.shareBox.isOpen?s.shareBox.close():(s.shareBox.update(o.getURLHash()),s.shareBox.show())})),I=s.startPage=n(f.div,{class:"fbpj-ui-btn fbpj-ui-start "+(a?r.icons.end:r.icons.start),title:r.text.gotoFirstPage,html:""+r.text.gotoFirstPage+""}).on("click",function(){o.start()}),R=s.endPage=n(f.div,{class:"fbpj-ui-btn fbpj-ui-end "+(a?r.icons.start:r.icons.end),title:r.text.gotoLastPage,html:""+r.text.gotoLastPage+""}).on("click",function(){o.end()}),F=s.pageMode=n(f.div,{class:"fbpj-ui-btn fbpj-ui-pagemode "+r.icons.singlepage,html:""+r.text.singlePageMode+""}).on("click",function(){var e=n(this);o.setPageMode(!e.hasClass(r.icons.doublepage))});o.setPageMode(o.target.pageMode==e.PAGE_MODE.SINGLE);for(var D=s.altPrev=n(f.div,{class:"fbpj-ui-btn fbpj-ui-prev fbpj-ui-alt "+r.icons.prev,title:a?r.text.nextPage:r.text.previousPage,html:""+r.text.previousPage+""}).on("click",function(){o.prev()}),A=s.altNext=n(f.div,{class:"fbpj-ui-btn fbpj-ui-next fbpj-ui-alt "+r.icons.next,title:a?r.text.previousPage:r.text.nextPage,html:""+r.text.nextPage+""}).on("click",function(){o.next()}),B=s.thumbnail=n(f.div,{class:"fbpj-ui-btn fbpj-ui-thumbnail "+r.icons.thumbnail,title:r.text.toggleThumbnails,html:""+r.text.toggleThumbnails+""}).on("click",function(){var e=n(this);o.target.thumbContainer?(o.target.thumbContainer.toggleClass("fbpj-sidemenu-visible"),e.toggleClass("fbpj-active")):(o.contentProvider.initThumbs(),e.toggleClass("fbpj-active")),e.hasClass("fbpj-active")&&e.siblings(".fbpj-active").trigger("click"),s.update(!0)}),z=s.outline=n(f.div,{class:"fbpj-ui-btn fbpj-ui-outline "+r.icons.outline,title:r.text.toggleOutline,html:""+r.text.toggleOutline+""}).on("click",function(){n(".loading-info").fadeOut();var e=n(this);if(o.target.outlineContainer){var i=o.target.outlineContainer;e.toggleClass("fbpj-active"),i.toggleClass("fbpj-sidemenu-visible"),e.hasClass("fbpj-active")&&e.siblings(".fbpj-active").trigger("click"),s.update(!0)}}),N=r.allControls.replace(/ /g,"").split(","),M=","+r.moreControls.replace(/ /g,"")+",",U=","+r.hideControls.replace(/ /g,"")+",",H=(M.split(","),0);HU.indexOf(","+V+",")){var G=s[V];null!=G&&(M.indexOf(","+V+",")>-1&&"more"!==V&&"pageNumber"!==V?C.append(G):E.append(G))}}function W(e){switch(e.keyCode){case 27:1==s.isFullscreen&&s.fullScreen.trigger("click");break;case 16:case 17:case 18:break;case 37:o.prev();break;case 39:o.next()}}i.append(E).append(h).append(c).append(d),document.addEventListener("keyup",W,!1),s.update=function(n){S("ui update");var a=o.target,r=l(a._activePage||o._activePage),c=a.pageCount||o.pageCount,h=a.direction==e.DIRECTION.RTL,u=1==r||0==r,p=r==c;s.next.show(),s.prev.show(),s.altNext.removeClass("disabled"),s.altPrev.removeClass("disabled"),(u&&!h||p&&h)&&(s.prev.hide(),s.altPrev.addClass("disabled")),(p&&!h||u&&h)&&(s.next.hide(),s.altNext.addClass("disabled")),s.pageInput.val(r),s.pageLabel.html(r+"/"+c),i.find(".fbpj-sidemenu-visible").length>0?i.addClass("fbpj-sidemenu-open"):i.removeClass("fbpj-sidemenu-open"),1==n&&o.resize(),a.contentProvider.zoomScale==a.contentProvider.maxZoom?s.zoomIn.addClass("disabled"):s.zoomIn.removeClass("disabled"),1==a.contentProvider.zoomScale?s.zoomOut.addClass("disabled"):s.zoomOut.removeClass("disabled")},null!=o.target&&(o.target.ui=s),null!=r.onCreateUI&&r.onCreateUI(o)},M=null,U=function(i){function o(n){n=n||{},this.type="PreviewObject";var i=this;function o(){setTimeout(function(){i.resize()},50)}i.zoomValue=1,window.addEventListener("resize",o,!1),this.sound=document.createElement("audio"),this.sound.setAttribute("src",n.soundFile),this.sound.setAttribute("type","audio/mpeg"),this.autoPlayFunction=function(){i&&i.target.autoPlay&&(i.target.direction==e.DIRECTION.RTL?i.target.prev():i.target.next())},this.dispose=function(){if(clearInterval(this.autoPlayTimer),this.autoPlayTimer=null,this.autoPlayFunction=null,this.target&&this.target.children)for(var e=0;eg;return v?f=Math.floor((m=g)*r):(f=p,m=Math.ceil(p/r)),s&&(c=Math.max(m+o,320)),{stageHeight:c,isWide:v,height:m,width:f}},zoom:function(e){this.pendingZoom=!0,this.zoomDelta=e,this.resize(),this.ui.update()},resize:function(){if(null!=this.target&&null!=this.target.ui&&null!=this.target.contentProvider&&null!=this.target.contentProvider.viewport&&null!=this.target.stage){this.ui&&1==this.ui.isFullscreen&&1==u.hasFullscreenEnabled()&&null==u.getFullscreenElement()&&this.ui.switchFullscreen();var i,o,a,s,r,l,c=this.target,h=this.container,d=this.options,g=c.stage,f=c.contentProvider,m=f.pageRatio,v=(f.zoomViewport,j(c)),b="css"!==c.mode,$=(f.pageRatio,1!=this.ui.isFullscreen&&"auto"===d.height),_=h.hasClass("fbpj-sidemenu-open")?220:0,x=this.target.pageMode==e.PAGE_MODE.SINGLE,y=h.width();y<400?this.container.addClass("fbpj-xs"):this.container.removeClass("fbpj-xs");var C=h.find(".fbpj-ui-controls").height(),S=d.paddingTop+(d.controlsPosition==e.CONTROLSPOSITION.TOP?C:0),k=d.paddingRight,L=d.paddingBottom+(d.controlsPosition==e.CONTROLSPOSITION.BOTTOM?C:0),T=d.paddingLeft,E=(S=isNaN(S)?0:w(S,0,S))+(L=isNaN(L)?0:w(L,0,L)),O=(T=isNaN(T)?0:w(T,0,T))+(k=isNaN(k)?0:w(k,0,k)),I=y-_;h.height(d.height);var R=n(window).height(),F=Math.min(h.height(),R),D=this.calculateSize(F,I,R,E,O,$,m,x);F=A=$?this.calculateSize(F,I+_,R,E,O,$,m,x).stageHeight:D.stageHeight,h.height(F);var A=F,B=I-O,z=A-E;(i=(o=Math.floor((a=Math.floor(x?B:B/2))/m))>z)&&(a=(o=z)*m),l=f.maxZoom=f.zoomViewport.height/o,null==this.zoomValue&&(this.zoomValue=1),null==f.zoomScale&&(f.zoomScale=1),1==this.pendingZoom&&null!=this.zoomDelta&&(this.zoomDelta,this.zoomValue=this.zoomDelta>0?this.zoomValue*this.options.zoomRatio:this.zoomValue/this.options.zoomRatio,this.zoomValue=w(this.zoomValue,1,l),1==this.zoomValue?f.zoomScale=1:f.zoomScale=w(this.zoomValue,1,l)),r=f.zoomScale,f.checkViewportSize(a,o,r),f.contentSourceType==p.PDF&&(a=f.imageViewport.width/r,o=f.imageViewport.height/r),1!=f.zoomScale&&this.target.container.addClass("fbpj-zoom-enabled");var N=c.zoomWidth=Math.floor(a*r),M=c.zoomHeight=Math.floor(o*r),U=2*N;if(b){var H=M/c.height,V=i?r*(o+E)/H:r*(a*(x?1:2)+O)/H/(I/A);g.resizeCanvas(I,A),s=1/(2*Math.tan(Math.PI*g.camera.fov*.5/180)/(V/r))+2.2,g.camera.updateProjectionMatrix(),g.renderRequestPending=!0;var G=(S-L)*(c.height/o)/r/2,W=1==f.zoomScale;g.camera.position.z!==s&&1==this.pendingZoom?(null!=this.zoomTween&&this.zoomTween.stop(),this.zoomTween=new TWEEN.Tween({campos:g.camera.position.z,otx:g.orbitControl.target.x,oty:g.orbitControl.target.y,otz:g.orbitControl.target.z}).delay(0).to({campos:s,otx:0,oty:G,otz:0},100).onUpdate(function(){g.camera.position.z=this.campos,W&&(g.camera.position.y=this.oty,g.orbitControl.target=new THREE.Vector3(this.otx,this.oty,this.otz)),g.orbitControl.update()}).easing(TWEEN.Easing.Linear.None).onComplete(function(){g.camera.position.z=s,1==f.zoomScale&&(g.camera.position.set(0,G,s),g.orbitControl.target=new THREE.Vector3(0,G,0)),g.orbitControl.update()}).start()):(1==f.zoomScale&&(g.camera.position.set(0,G,s),g.orbitControl.target=new THREE.Vector3(0,G,0)),g.orbitControl.update()),g.orbitControl.update(),g.orbitControl.mouseButtons.ORBIT=1!=r?-1:THREE.MOUSE.RIGHT,g.orbitControl.mouseButtons.PAN=1!=r?THREE.MOUSE.LEFT:-1}else{c.pageWidth=Math.round(a),c.fullWidth=2*c.pageWidth,c.height=Math.round(o);var q=c.shiftHeight=Math.round(w((M-A+E)/2,0,M)),J=c.shiftWidth=Math.round(w((U-I+O)/2,0,U));1==r&&(c.left=0,c.top=0),c.stage.css({top:-q,bottom:-q,right:-J+(v?_:0),left:-J+(v?0:_),paddingTop:S,paddingRight:k,paddingBottom:L,paddingLeft:T,transform:"translate3d("+c.left+"px,"+c.top+"px,0)"}),c.stageHeight=g.height(),c.wrapper.css({width:U,height:M,marginTop:F-M-E>0?(F-E-M)/2:0});var Z=Math.floor(P(a,o)*r);c.stage.find(".fbpj-page-wrapper").width(Z).height(Z),c.stage.find(".fbpj-book-page, .fbpj-page-front , .fbpj-page-back, .fbpj-page-fold-inner-shadow").height(M).width(N)}this.checkCenter({type:"resize"}),1==f.zoomScale&&this.target.container.removeClass("fbpj-zoom-enabled"),c.thumblist&&c.thumblist.reset(n(c.thumblist.container).height()),this.pendingZoom=!1}},playSound:function(){try{this.options&&1==this.options.soundEnable&&(this.sound.currentTime=0,this.sound.play())}catch(e){}},setPageMode:function(n){1==n?(this.ui.pageMode.addClass(this.options.icons.doublepage),this.ui.pageMode.html(""+this.options.text.doublePageMode+""),this.ui.pageMode.attr("title",this.options.text.doublePageMode),this.target.pageMode=e.PAGE_MODE.SINGLE):(this.ui.pageMode.removeClass(this.options.icons.doublepage),this.ui.pageMode.html(""+this.options.text.singlePageMode+""),this.ui.pageMode.attr("title",this.options.text.singlePageMode),this.target.pageMode=e.PAGE_MODE.DOUBLE),this.target&&this.target.singlePageMode==e.SINGLE_PAGE_MODE.BOOKLET&&this.target.reset(),this.resize()},setAutoPlay:function(e){if(this.options.autoPlay){var n=(e=1==e)?this.options.text.pause:this.options.text.play;this.ui.play.toggleClass(this.options.icons.pause,e),this.ui.play.html(""+n+""),this.ui.play.attr("title",n),clearInterval(this.autoPlayTimer),e&&(this.autoPlayTimer=setInterval(this.autoPlayFunction,this.options.autoPlayDuration)),this.target.autoPlay=e}},height:function(e){if(null==e)return this.container.height();this.options.height=e,this.container.height(e),this.resize()},checkCenter:function(n){n=null==n?{}:n,this.centerType=this.centerType||"start";var i,o=this.target,a=0,s=0,r=0,l=u.getBasePage(o._activePage),c=o._activePage%2==0,h=o.direction==e.DIRECTION.RTL,p=o.pageMode==e.PAGE_MODE.SINGLE,d=p&&o.singlePageMode==e.SINGLE_PAGE_MODE.BOOKLET,g=o.stage.width();if("css"==o.mode)a=Math.max(((i=o.wrapper.width())-g)/2,0),s=-i/4,r=i/4,0==l||d?(o.wrapper.css({left:p?h?r-a:s-a:h?r:s}),o.shadow.css({width:"50%",left:h?0:"50%",transitionDelay:""})):l==o.pageCount?(o.wrapper.css({left:p?h?s-a:r-a:h?s:r}),o.shadow.css({width:"50%",left:h?"50%":0,transitionDelay:""})):(o.wrapper.css({left:p?h?c?s-a:r-a:c?r-a:s-a:0}),o.shadow.css({width:"100%",left:0,transitionDelay:parseInt(o.duration,10)+50+"ms"})),o.wrapper.css({transition:"resize"==n.type?"none":""});else if(null!=o.stage){var f,m=o.position.x;a=o.width/4,s=-(i=o.width)/2,r=i/2,(f=0==l||d?h?r:s:l==o.pageCount?h?s:r:p?h?c?s:r:c?r:s:0)!==this.centerEnd&&(this.centerTween=new TWEEN.Tween({x:m}).delay(0).to({x:f},o.duration).onUpdate(function(){o.position.x=this.x,o.stage.cssScene.position.x=this.x}).easing(o.ease).start(),this.centerEnd=f)}},width:function(e){if(null==e)return this.container.width();this.options.width=e,this.container.width(e),this.resize()}},o}();e.PreviewObject=U;var H=function(i){function o(i,o,a,s){a=a||{};var l=this;if(l.contentRawSource=i||[r.textureLoadFallback],l.contentSource=l.contentRawSource,l.contentSourceType=null,l.minDimension=a.minTextureSize||256,l.maxDimension=a.maxTextureSize||2048,l.pdfRenderQuality=a.pdfRenderQuality||e.defaults.pdfRenderQuality,l.flipbook=s,l.waitPeriod=50,l.maxLength=297,l.enableDebug=!1,l.zoomScale=1,l.maxZoom=2,l.options=a,l.outline=a.outline,l.links=a.links,l.html=a.html,l.isCrossOrigin=a.isCrossOrigin,l.normalViewport={height:297,width:210,scale:1},l.viewport={height:297,width:210,scale:1},l.imageViewport={height:297,width:210,scale:1},l.bookSize={height:297,width:210},l.zoomViewport={height:297,width:210},l.thumbsize=128,l.cacheIndex=256,l.cache=[],l.pageRatio=a.pageRatio||l.viewport.width/l.viewport.height,l.textureLoadTimeOut=null,l.type="TextureLibrary",Array===l.contentSource.constructor||Array.isArray(l.contentSource)||l.contentSource instanceof Array)l.contentSourceType=p.IMAGE,l.pageCount=l.contentSource.length,n("").attr("src",l.contentSource[0]).on("load",function(){l.viewport.height=this.height,l.viewport.width=this.width,l.pageRatio=l.viewport.width/l.viewport.height,l.bookSize={width:(l.pageRatio>1?1:l.pageRatio)*l.maxLength,height:l.maxLength/(l.pageRatio<1?1:l.pageRatio)},l.zoomViewport={width:(l.pageRatio>1?1:l.pageRatio)*l.maxDimension,height:l.maxDimension/(l.pageRatio<1?1:l.pageRatio)},l.linkService=new PDFLinkService,n(this).off(),l.options.pageSize==e.PAGE_SIZE.DOUBLEINTERNAL&&(l.pageCount=2*l.contentSource.length-2,1==l.options.webgl&&(l.requiresImageTextureScaling=!0)),null!=o&&(o(l),o=null),S(this.height+":"+this.width)});else if("string"==typeof l.contentSource||l.contentSource instanceof String){var c=function(){l.contentSource.indexOf(".base64")>1?n.ajax({url:l.contentSource,xhrFields:{onprogress:function(e){if(e.lengthComputable){var n=100*e.loaded/e.total;l.updateInfo(l.options.text.loadingtext+" "+n.toString().split(".")[0]+"%")}}},success:function(e){l.options.docParameters={data:atob(e)},h()}}):h()},h=function(){if(l){PDFJS.workerSrc=r.pdfjsWorkerSrc,l.contentSourceType=p.PDF,PDFJS.disableAutoFetch=!0,PDFJS.disableStream=!0,(A||B||1==l.options.disableFontFace)&&(PDFJS.disableFontFace=A||B||1==l.options.disableFontFace),PDFJS.imageResourcesPath=r.imageResourcesPath,PDFJS.cMapUrl=r.cMapUrl,PDFJS.cMapPacked=!0,PDFJS.LinkTarget.BLANK=l.options.linkTarget;var n=l.loading=PDFJS.getDocument(l.options.docParameters?l.options.docParameters:{url:u.httpsCorrection(i),rangeChunkSize:isNaN(l.options.rangeChunkSize)?524288:l.options.rangeChunkSize});n.then(function(n){l.pdfDocument=n,n.getPage(1).then(function(i){l.normalViewport=i.getViewport(1),l.viewport=i.getViewport(1),l.viewport.height=l.viewport.height/10,l.viewport.width=l.viewport.width/10,l.pageRatio=l.viewport.width/l.viewport.height,l.bookSize={width:(l.pageRatio>1?1:l.pageRatio)*l.maxLength,height:l.maxLength/(l.pageRatio<1?1:l.pageRatio)},l.zoomViewport={width:(l.pageRatio>1?1:l.pageRatio)*l.maxDimension,height:l.maxDimension/(l.pageRatio<1?1:l.pageRatio)},l.refPage=i,n.numPages>1?n.getPage(2).then(function(i){if(l.options.pageSize==e.PAGE_SIZE.AUTO){var a=i.getViewport(1);a.width/a.height>1.5*l.pageRatio?(l.options.pageSize=e.PAGE_SIZE.DOUBLEINTERNAL,l.pageCount=2*n.numPages-2):l.options.pageSize=e.PAGE_SIZE.SINGLE}null!=o&&(o(l),o=null)}):null!=o&&(o(l),o=null)}),l.linkService=new PDFLinkService,l.linkService.setDocument(n,null),l.pageCount=n.numPages,l.contentSource=n},function(e){if(l){var n="",i=document.createElement("a");i.href=l.contentSource,i.hostname!==window.location.hostname&&(n="CROSS ORIGIN!! "),l.updateInfo(n+""+l.options.text.nopdffileaccess+" "+l.contentSource)}}),n.onProgress=function(e){if(l){var n=100*e.loaded/e.total;isNaN(n)?e&&e.loaded?l.updateInfo(l.options.text.loadingtext+" "+(Math.ceil(e.loaded/1e4)/100).toString()+"MB ..."):l.updateInfo(""+l.options.text.loadingtext):l.updateInfo(l.options.text.loadingtext+" "+n.toString().split(".")[0]+"% ...")}}}},d=function(){if(l){r.pdfjsWorkerSrc;var i=document.createElement("a");i.href=r.pdfjsWorkerSrc,i.hostname!==window.location.hostname?n.ajax({url:r.pdfjsWorkerSrc,cache:!0,success:function(n){r.pdfjsWorkerSrc=e.createObjectURL(n,"text/javascript"),c()}}):c()}};null==window.PDFJS?l&&(l.updateInfo(""+l.options.text.loadingtext),E(r.pdfjsSrc,function(){"function"==typeof define&&define.amd&&window.requirejs?(l.updateInfo("Loading PDF Service (require) ..."),require.config({paths:{"pdfjs-dist/build/pdf.worker":r.pdfjsWorkerSrc.replace(".js","")}}),require(["pdfjs-dist/build/pdf"],function(e){d()})):d()},function(){l.updateInfo("Unable to load PDF service..")})):c()}else console.error("Unknown source type. Please check documentation for help");return this.dispose=function(){l.loading&&l.loading.destroy&&l.loading.destroy(),l.loading=null,l.textureLoadTimeOut&&(clearTimeout(l.textureLoadTimeOut),l.textureLoadTimeOut=null),this.targetObject&&(this.targetObject.thumbContainer&&this.targetObject.thumbContainer.remove&&this.targetObject.thumbContainer.remove(),this.targetObject.outlineContainer&&this.targetObject.outlineContainer.remove&&this.targetObject.outlineContainer.remove(),this.targetObject.dispose&&this.targetObject.dispose(),this.targetObject.processPage=null,this.targetObject.requestPage=null,this.targetObject.container&&this.targetObject.container.off&&this.targetObject.container.off()),this.pdfDocument&&this.pdfDocument.destroy&&this.pdfDocument.destroy(),this.linkService&&this.linkService.dispose&&this.linkService.dispose(),this.outlineViewer&&this.outlineViewer.dispose&&this.outlineViewer.dispose(),this.thumblist&&this.thumblist.dispose&&(this.thumblist.review=null,this.thumblist.dispose()),this.activeThumb=null,this.targetObject=null,this.pdfDocument=null,this.linkService=null,this.outlineViewer=null,this.thumblist=null,l=null},this}return z(o,{}),o.prototype.updateInfo=function(e){this.flipbook&&this.flipbook.updateInfo&&this.flipbook.updateInfo(e)},o.prototype.initThumbs=function(){var e,i=this;null==i.cache[i.thumbsize]&&(i.cache[i.thumbsize]=[]);var o=function(){clearTimeout(e),e=setTimeout(function(){e=setTimeout(a,i.waitPeriod/2)},i.waitPeriod)},a=function(){var a=0;if(Date.now()-i.thumblist.lastScrolled<100?a=1:(i.targetObject.container.find(".fbpj-thumb-container .fbpj-vrow").each(function(){var e=n(this);if(!e.hasClass("fbpj-thumb-loaded")){a++;var s=n(this).attr("id").replace("fbpj-thumb","");return i.getPage(s,o,!0),e.addClass("fbpj-thumb-loaded"),!1}}),0==a&&clearTimeout(e)),a>0&&o(),i.activeThumb!=i.targetObject._activePage&&null!=i.targetObject.thumbContainer&&i.targetObject.thumbContainer.hasClass("fbpj-sidemenu-visible")){n(".loading-info").fadeOut();var s=i.thumblist.container,r=s.scrollTop,l=s.getBoundingClientRect().height,c=i.targetObject.thumbContainer.find("#fbpj-thumb"+i.targetObject._activePage);c.length>0?(i.targetObject.thumbContainer.find(".fbpj-selected").removeClass("fbpj-selected"),c.addClass("fbpj-selected"),r+l<(c=c[0]).offsetTop+c.scrollHeight?u.scrollIntoView(c,null,!1):r>c.offsetTop&&u.scrollIntoView(c),i.activeThumb=i.targetObject._activePage):(n(s).scrollTop(124*i.targetObject._activePage),o())}};i.thumblist=i.targetObject.thumblist=new ThumbList({h:500,addFn:function(e){},scrollFn:o,itemHeight:128,totalRows:i.pageCount,generatorFn:function(e){var n=document.createElement("div"),i=e+1;n.id="fbpj-thumb"+i;var o=document.createElement("div");return o.innerHTML=i,n.appendChild(o),n}}),i.thumblist.lastScrolled=Date.now(),i.thumblist.review=o,o();var s=n("
").addClass("fbpj-thumb-container fbpj-sidemenu-visible fbpj-sidemenu");s.append(n(i.thumblist.container).addClass("fbpj-thumb-wrapper")),i.targetObject.thumbContainer=s,i.targetObject.container.append(s);var r=n(f.div,{class:"fbpj-ui-btn fbpj-ui-sidemenu-close ti-close"});s.append(r),i.thumblist.reset(n(i.thumblist.container).height()),i.targetObject.container.on("click",".fbpj-thumb-container .fbpj-vrow",function(e){e.stopPropagation();var o=n(this).attr("id").replace("fbpj-thumb","");i.targetObject.gotoPage(parseInt(o,10))})},o.prototype.initOutline=function(){var e=this,i=n("
").addClass("fbpj-outline-container fbpj-sidemenu"),o=n("
").addClass("fbpj-outline-wrapper"),a=n(f.div,{class:"fbpj-ui-btn fbpj-ui-sidemenu-close ti-close"});function s(n){if(1==e.options.overwritePDFOutline&&(n=[]),n=n||[],e.outline)for(var i=0;i0&&e<=n.pageCount?n.getPage(e,i):n.setPage(e,r.textureLoadFallback,i)},e.requestPage=function(){n.review("Request")},null!=e.resize&&e.resize()},o.prototype.review=function(e){var n=this;e=e||"timer review",clearTimeout(n.textureLoadTimeOut),n.textureLoadTimeOut=setTimeout(function(){n.textureLoadTimeOut=setTimeout(n.reviewPages,n.waitPeriod/2,n,e)},n.waitPeriod)},o.prototype.reviewPages=function(e,i){var o=(e=e||this).targetObject;if(null!=o){var a=R(o);null!=i&&S(i);var s,r=!1;for(s=0;s3?3:o.children.length,c=a?o._activePage:T(o._activePage);for(e.baseNumber=c,e.zoomScale>1&&(l=1),s=0;s0)break}0==b&&"css"!==o.mode&&e.setLoading(c)}else if(e.review("Revisit request"),null!=e.annotedPage&&"css"!==o.mode){var $=T(o._activePage);n(o.getContentLayer($)).html(""),n(o.getContentLayer($+1)).html(""),e.annotedPage=null}}},o.prototype.getPage=function(i,o,a){var s,l,c=this,h=i=parseInt(i,10),u=c.contentSource;i<=0&&i>=c.pageCount?c.setPage(i,r.textureLoadFallback,o,a):c.contentSourceType==p.PDF?null!=c.getCache(i,a)?(c.setPage(i,c.getCache(i,a),o,a),S("Page "+i+" loaded from cache")):(!0!==a&&c.setLoading(i,!0),c.options.pageSize==e.PAGE_SIZE.DOUBLEINTERNAL&&i>2&&(h=Math.ceil((i-1)/2)+1),u.getPage(h,a).then(function(n){var s,r,l,h,u,p,d,g,f,m,v,b,$,_;s=n,r=i,l=o,h=a,u=c.options.forceFit,d=(p=c.options.pageSize==e.PAGE_SIZE.DOUBLEINTERNAL&&r>1&&r1?g.width/d:g.height)),m=document.createElement("canvas"),v=performance.now(),b=c.cacheIndex,$=m.getContext("2d"),1==h&&(f=c.thumbsize/c.normalViewport.height),m.height=Math.round(g.height*f),m.width=Math.round(g.width/d*f),"css"==c.targetObject.mode&&2>Math.abs(c.targetObject.zoomHeight-m.height)&&(m.height=c.targetObject.zoomHeight+0,m.width=c.targetObject.zoomWidth+0),g=s.getViewport(f),S("rendering "+r+" at "+m.width+"x"+m.height),p&&(j(c.targetObject)?r%2==0&&(g.transform[4]=-m.width):r%2==1&&(g.transform[4]=-m.width)),_={canvasContext:$,viewport:g},s.cleanupAfterRender=!0,s.render(_).promise.then(function(){S(performance.now()-v),v=performance.now(),1==h||1==c.options.canvasToBlob&&!0!==c.webgl?m.toBlob(function(n){var i=e.createObjectURL(n,"image/jpeg");S(performance.now()-v),c.setCache(r,i,h,b),c.setPage(r,i,l,h)},"image/jpeg",c.pdfRenderQuality):(S("Setting Page "+r),c.setPage(r,m,l,h)),_=null})})):c.contentSourceType!=p.IMAGE&&c.contentSourceType!=p.HTML||(null!=c.getCache(i,a)?(c.setPage(i,c.getCache(i,a),o,a),S("Page "+i+" loaded from cache")):(!0!==a&&c.setLoading(i,!0),c.options.pageSize==e.PAGE_SIZE.DOUBLEINTERNAL&&i>2&&(h=Math.ceil((i-1)/2)+1),s=u[h-1],l=function(e){c.setCache(i,e,a,c.cacheIndex),c.setPage(i,e,o,a),null!=o&&o()},c.isCrossOrigin,n("").attr("src",c.contentSource[0]).on("load",function(){n(this).off(),null!=l&&l(s),S(this.height+":"+this.width)})))},o.prototype.getTargetPage=function(e){},o.prototype.setLoading=function(e,i){if(null!=this.targetObject){if(1==this.webgl){var o=this.targetObject.container;1==i?!0!==o.isLoading&&(o.addClass("fbpj-loading"),o.isLoading=!0,S("Loading icon at "+e+" as "+i)):null!=o.isLoading&&(o.removeClass("fbpj-loading"),o.isLoading=null,S("Loading icon at "+e+" as "+i))}else{var a=n(this.targetObject.getContentLayer(e));null!=a&&(1==i?a.addClass("fbpj-page-loading"):a.removeClass("fbpj-page-loading"),S("Loading icon at "+e+" as "+i))}}},o.prototype.getAnnotations=function(i){var o=this;if(0!=o.options.enableAnnotation&&!0!==u.hasCompatibility()){var a=o.targetObject;i=parseInt(i,10);var s=o.contentSource,r=n(a.getContentLayer(i));if(r.empty(),i>0&&i<=o.pageCount){if(o.contentSourceType==p.PDF){T(i);var l=i;o.options.pageSize==e.PAGE_SIZE.DOUBLEINTERNAL&&i>2&&(l=Math.ceil((i-1)/2)+1),s.getPage(l).then(function(e){if(null!=r&&r.length>0){var n=e.getViewport(1);n=e.getViewport(o.viewport.height/n.height),o.setupAnnotations(e,n,r,i)}})}if(null!=o.links&&null!=o.links[i])for(var c=o.links[i],h=0;h").html(f))}}}},o.prototype.setPage=function(e,n,i,o){var a=this,s=a.targetObject,l=j(s),c=R(s);if(1==o)a.targetObject.container.find("#fbpj-thumb"+e).css({backgroundImage:x(n)});else{n==r.textureLoadFallback&&S("Fallback on "+e);var h=s.getPageByNumber(e);null!=h?(e%2==0||l)&&(e%2==1||!l||c)&&(!c||l)?(S(e+"rendered to front of "+h.color),h.frontImage(n,function(n,o){h.frontTextureLoaded=!0,a.setLoading(e),a.requiresImageTextureScaling&&o&&1!=e&&e!=a.pageCount&&(o.repeat.x=.5),null!=i&&i()})):(S(e+"rendered to back of "+h.color),h.backImage(n,function(n,o){h.backTextureLoaded=!0,a.setLoading(e),a.requiresImageTextureScaling&&o&&1!=e&&e!=a.pageCount&&(o.repeat.x=.5,o.offset.x=.5),null!=i&&i()})):S("Invalid set request on Page "+e)}},o.prototype.setupAnnotations=function(i,o,a,s){if(null!=a&&0!=n(a).length){var r=this;return i.getAnnotations().then(function(l){if(o=o.clone({dontFlip:!0}),r.options.pageSize,e.PAGE_SIZE.DOUBLEINTERNAL,null!=a){0==(a=n(a)).find(".annotationDiv").length&&a.append(n("
"));var c=a.find(".annotationDiv");if(c.empty(),r.options.pageSize==e.PAGE_SIZE.DOUBLEINTERNAL&&s>2&&s%2==1?c.css({left:"-100%"}):1==s&&c.css({left:""}),PDFJS.AnnotationLayer.render({annotations:l,div:c[0],page:i,viewport:o,linkService:r.linkService}),r.options.annotationClass&&""!==r.options.annotationClass&&c.find(" > section").addClass(r.options.annotationClass),1==r.options.search){0==a.find(".textLayerDiv").length&&a.append(n("
"));var h=a.find(".textLayerDiv");i.getTextContent().then(function(n){var i=new e.TextLayerBuilder({textLayerDiv:h[0],pageIndex:null,viewport:o.clone({dontFlip:!1})});i.setTextContent(n),i.render()})}}})}},o}(),V=function(){function i(e){this.angles=e.angles||[0,0,0,0,0,0],this.stiffness=e.angles||.1,this.segments=e.segments||1,this.canvasMode=e.contentSourceType!==p.IMAGE&&0==e.canvasToBlob,this.initDOM()}function o(e){var i=e.contentLayer=n(f.div,{class:"fbpj-page-content"});e.append(i)}return i.prototype={initDOM:function(){var e=this.element=n(f.div,{class:"fbpj-book-page"}),i=this.wrapper=n(f.div,{class:"fbpj-page-wrapper"}),a=this.front=n(f.div,{class:"fbpj-page-front"}),s=this.back=n(f.div,{class:"fbpj-page-back"}),r=this.foldInnerShadow=n(f.div,{class:"fbpj-page-fold-inner-shadow"}),l=this.foldOuterShadow=n(f.div,{class:"fbpj-page-fold-outer-shadow"});this.frontIMG=new Image,this.backIMG=new Image,o(a,this.segments),o(s,this.segments),e.append(i).append(l),i.append(a).append(s).append(r)},updatePoint:function(n){if(null!=n){var i=null!=this.parent.dragPage?this.parent.dragPage:null!=n.page?n.page:this,o=i.element.width(),a=i.element.height(),s=null!=this.parent.corner?this.parent.corner:n.corner,r=e.CORNERS,l=i.side==d.right,c=s==r.BL||s==r.BR;n.rx=1==l?2*o-n.x:n.x,n.ry=1==c?a-n.y:n.y;var h=Math.atan2(n.ry,n.rx);h=Math.PI/2-w(h,0,v(90));var u=l?n.x/2:o-n.x/2,p=n.ry/2,g=Math.max(0,Math.sin(h-Math.atan2(p,u))*P(u,p)),f=.5*P(n.rx,n.ry),m=Math.round(o-g*Math.sin(h)),x=Math.round(g*Math.cos(h)),y=b(h),C=c?l?90-y+180:180+y:l?y:90-y,S=c?l?90-y+180:y:l?y+180:C,k=c?l?90-y:y+90:l?C-90:C+180,L=l?o-m:m,T=c?a+x:-x,E=l?-m:m-o,O=c?-a-x:x,R=w(.5*n.distance/o,0,.5),j=w(.5*(2*o-n.rx)/o,.05,.3);i.element.addClass("fbpj-folding");var F=l?i.back:i.front,D=l?i.front:i.back,A=i.foldOuterShadow,B=i.foldInnerShadow;i.wrapper.css({transform:$(L,T)+_(C)}),F.css({transform:_(-C)+$(-L,-T)}),D.css({transform:_(S)+$(E,O),boxShadow:"rgba(0, 0, 0, "+R+") 0px 0px 20px"}),B.css({transform:_(S)+$(E,O),opacity:j/2,backgroundImage:I.css+"linear-gradient( "+k+"deg, rgba(0, 0, 0, 0.25) , rgb(0, 0, 0) "+.7*f+"px, rgb(255, 255, 255) "+f+"px)"}),A.css({opacity:j/2,left:l?"auto":0,right:l?0:"auto",backgroundImage:I.css+"linear-gradient( "+(180-k)+"deg, rgba(0, 0, 0,0) "+f/3+"px, rgb(0, 0, 0) "+f+"px)"})}},updateAngle:function(e,n){var i=5*this.element.width();this.wrapper.css({perspective:i,perspectiveOrigin:1==n?"0% 50%":"100% 50%"}),this.front.css({display:1==n?e<=-90?"block":"none":e<90?"block":"none",transform:("MfS"!==I.dom?"":"perspective("+i+"px) ")+(1==n?"translateX(-100%) ":"")+"rotateY("+((1==n?180:0)+e)+"deg)"}),this.back.css({display:1==n?e>-90?"block":"none":e>=90?"block":"none",transform:("MSd"!==I.dom?"":"perspective("+i+"px) ")+(0==n?"translateX(100%) ":"")+"rotateY("+((0==n?-180:0)+e)+"deg)"})},tween:function(n){var i=this;if(null!=i&&null!=i.parent){var o,a=R(i.parent),s=i.side==d.right,r=i.parent.direction==e.DIRECTION.RTL,l=i.parent.corner==e.CORNERS.BL||i.parent.corner==e.CORNERS.BR,c=1==i.magnetic,h=l?i.parent.height:0,u=0,p=i.end=i&&1==i.animateToReset?{x:s?i.parent.fullWidth:0,y:h}:{x:s?0:i.parent.fullWidth,y:h};i.ease=i.isHard?TWEEN.Easing.Quadratic.InOut:TWEEN.Easing.Linear.None;var g=i.parent.duration;1==i.isHard?(null!=n&&(u=C(n.distance,n.fullWidth)),o=i.init={angle:u*(s?-1:1)},p=i.end=i&&1==i.animateToReset?{angle:0}:{angle:s?-180:180}):null==n?(o=i.init=i&&1==i.animateToReset?{x:s?0:i.parent.fullWidth,y:0}:{x:s?i.parent.fullWidth:0,y:0},i.first={x:(s?3:1)*i.parent.fullWidth/4,y:0},i.mid={x:(s?1:3)*i.parent.fullWidth/4,y:0}):(o=i.init={x:n.x,y:n.y,opacity:1},i.first={x:3*n.x/4,y:3*n.y/4,opacity:1},i.mid={x:n.x/4,y:n.y/4,opacity:1},g=i.parent.duration*y(o.x,o.y,p.x,p.y)/i.parent.fullWidth,g=w(g,i.parent.duration/3,i.parent.duration)),o.index=0,p.index=1,i.isFlipping=!0;var f=function(e){1==i.isHard?(i.updateAngle(e.angle,s),i.angle=e.angle):(i.updatePoint({x:e.x,y:e.y}),i.x=e.x,i.y=e.y),a&&!c&&(i.element[0].style.opacity=s&&!r||!s&&r?e.index>.5?2*(1-e.index):1:e.index<.5?2*e.index:1)};a&&(!s&&!r||s&&r)&&(i.element[0].style.opacity=0),i.completeTween=i.completeTween||function(n){i.isFlipping=!1,1==i.isHard?(i.updateAngle(i.end.angle),i.back.css({display:"block"}),i.front.css({display:"block"})):i.updatePoint({x:i.end.x,y:i.end.y}),i.element[0].style.opacity=1,!0!==i.animateToReset?i.side=i.side==d.right?d.left:d.right:i.animateToReset=null,i.currentTween=null,i.pendingPoint=null,i.magnetic=!1,i.parent.dragPage=null,i.parent.corner=e.CORNERS.NONE,1!=n&&i.parent.refresh()},1==i.isHard?i.currentTween=new TWEEN.Tween(o).delay(0).to(p,i.parent.duration).onUpdate(function(){f(this)}).easing(i.ease).onComplete(i.completeTween).start():null==n?i.currentTween=new TWEEN.Tween(o).delay(0).to(p,i.parent.duration).onUpdate(function(){f(this)}).easing(TWEEN.Easing.Sinusoidal.Out).onComplete(i.completeTween).start():(i.currentTween=new TWEEN.Tween(o).delay(0).to(p,g).onUpdate(function(){f(this)}).easing(TWEEN.Easing.Sinusoidal.Out).onComplete(i.completeTween),i.currentTween.start())}},frontImage:function(e,i){var o=this;function a(){o.front.css({backgroundImage:x(e)}),null!=i&&i()}1==o.canvasMode?(o.front.find(">canvas").remove(),e!==r.textureLoadFallback&&o.front.append(n(e)),null!=i&&i()):e==r.textureLoadFallback?a():(o.frontIMG.onload=a,o.frontIMG.src=e)},backImage:function(e,i){var o=this;function a(){o.back.css({backgroundImage:x(e)}),null!=i&&i()}1==o.canvasMode?(o.back.find(">canvas").remove(),e!==r.textureLoadFallback&&o.back.append(n(e)),null!=i&&i()):e==r.textureLoadFallback?a():(o.backIMG.onload=a,o.backIMG.src=e)},updateCSS:function(e){this.element.css(e)},resetCSS:function(){this.wrapper.css({transform:""}),this.front.css({transform:"",boxShadow:""}),this.back.css({transform:"",boxShadow:""})},clearTween:function(e){this.currentTween.stop(),this.completeTween(1==e),this.resetCSS()}},i}(),G=function(i){function o(e){for(var n=!1,i=0;i0?TWEEN.update():clearInterval(s.animate)},s.init(i),s.skipDrag=!1;var c=function(n){var i=s.eventToPoint(n);if(null!=n.touches&&2==n.touches.length&&null!=s.startTouches){s.zoomDirty=!0;var a=u.getVectorAvg(u.getTouches(n,s.container.offset())),r=u.calculateScale(s.startTouches,u.getTouches(n));s.lastScale,s.contentProvider.zoomScale,a.x,a.y,s.stage.css({transform:"translate3d("+s.left+"px,"+s.top+"px,0) scale3d("+r+","+r+",1)"}),s.lastScale=r,s.lastZoomCenter=a,n.preventDefault()}if(!(null!=n.touches&&n.touches.length>1||null==s.startPoint||null!=s.startTouches)){var l=s.dragPage||i.page;if(1!==s.contentProvider.zoomScale)null==n.touches&&1!=s.isPanning||(s.pan(i),n.preventDefault());else if(!0!==s.skipDrag&&(i.distance,!o(s))){if(null!=s.dragPage||1==i.isInside){null!=s.dragPage?S("set mouse down move"):(i.y=w(i.y,1,s.height-1),i.x=w(i.x,1,i.fullWidth-1));var c=s.corner||i.corner;if(l.isHard){var h=c==e.CORNERS.BR||c==e.CORNERS.TR,p=C(i.distance,i.fullWidth);l.updateAngle(p*(h?-1:1),h)}else l.updatePoint(i,s);l.magnetic=!0,l.magneticCorner=i.corner,n.preventDefault()}if(null==s.dragPage&&null!=l&&0==i.isInside&&1==l.magnetic&&(l.pendingPoint=i,l.animateToReset=!0,s.corner=l.magneticCorner,s.animatePage(l),l.pendingPoint=null,l.magnetic=!1,l.magneticCorner=null),1==s.isPanning&&null==s.dragPage&&1==s.contentProvider.zoomScale){var g=i.x-s.lastPos;performance.now(),s.lastTime,Math.abs(g)>s.swipe_threshold&&(g<0?s.next():s.prev(),s.drag=d.none,s.isPanning=!1,n.preventDefault()),s.lastPos=i.x,s.lastTime=performance.now()}}}},h=function(n){if(null!=n.touches&&0==n.touches.length&&(s.contentProvider.zoomScale,1==s.zoomDirty&&(s.previewObject.contentProvider.zoomScale=u.limitAt(s.previewObject.contentProvider.zoomScale*s.lastScale,1,s.previewObject.contentProvider.maxZoom),s.previewObject.zoomValue=1*s.previewObject.contentProvider.zoomScale,s.previewObject.resize(),s.zoomDirty=!1),s.wrapper.css({transform:""}),s.lastScale=null,s.startTouches=null),s.isPanning=!1,!(null!=n.touches&&n.touches.length>1)&&!0!==s.skipDrag){var i=s.eventToPoint(n);s.dragPage&&(n.preventDefault(),s.dragPage.pendingPoint=i,i.x==s.startPoint.x&&i.y==s.startPoint.y&&1==i.isInside?s.corner==e.CORNERS.BR||s.corner==e.CORNERS.TR?(r(i),!0!==s.dragPage.isFlipping&&s.next()):s.corner!=e.CORNERS.BL&&s.corner!=e.CORNERS.TL||(r(i),!0!==s.dragPage.isFlipping&&s.prev()):!0!==s.dragPage.isFlipping&&(i.distance>i.fullWidth/2?i.x>i.fullWidth/2?s.prev():s.next():(s.dragPage.animateToReset=!0,s.animatePage(s.dragPage))),s.dragPage&&(s.dragPage.pendingPoint=null,s.dragPage.magnetic=!1)),s.drag=d.none}},p=function(n){var i=s.eventToPoint(n),o=n.srcElement||n.originalTarget;s.dragPage&&s.dragPage.magnetic||s.wrapper[0].contains(n.target)&&1==s.contentProvider.zoomScale&&i.x==s.startPoint.x&&i.y==s.startPoint.y&&i.isInsidePage&&s.startPoint.page==i.page&&!i.page.isFlipping&&"A"!==o.nodeName&&(0==s.startPoint.page.side?(s.corner=e.CORNERS.TL,s.prev(),s.startPoint.page=null):(s.corner=e.CORNERS.TR,s.next(),s.startPoint.page=null),s.isPanning=!1)},g=function(n){if(null!=n.touches&&2==n.touches.length&&null==s.startTouches&&(s.startTouches=u.getTouches(n),s.lastScale=1),!(null!=n.touches&&n.touches.length>1||null==n.touches&&0!==n.button)){var i,a=s.eventToPoint(n);s.startPoint=a,s.left=s.left||0,s.top=s.top||0,s.isPanning=!0,s.lastPos=a.x,s.lastTime=performance.now(),!0!==s.skipDrag&&(1!=a.isInside||o(s)||(s.startPoint=a,s.drag=a.drag,s.dragPage=a.page,s.corner=a.corner,S(s.corner),(i=s.dragPage).parent.container.find(".fbpj-folding").removeClass("fbpj-folding"),i.element.addClass("fbpj-folding"),a.page.isHard||a.page.updatePoint(a,s),"0"==a.page.name?s.shadow.css({width:"50%",left:s.direction==e.DIRECTION.RTL?0:"50%",transitionDelay:""}):a.page.name==Math.ceil(s.pageCount/2)-1&&s.shadow.css({width:"50%",left:s.direction==e.DIRECTION.RTL?"50%":0,transitionDelay:""})))}},f=function(e){var n=0;null!=e.wheelDelta?n=e.wheelDelta/120:null!=e.detail&&(n=-e.detail/3);var i=s.contentProvider.zoomScale,o=s.contentProvider.maxZoom;if(n&&(n>0&&i1)){e.stopPropagation(),e.preventDefault();var a=s.eventToPoint(e),r=s.eventToPoint(e),l={x:s.container.width()/2,y:s.container.height()/2-23};s.previewObject.zoom(n);var c=s.contentProvider.zoomScale;if(i!==c){var h=c/i;1==c?(s.left=0,s.top=0):(s.left*=h,s.top*=h);var u=(a.raw.x-l.x)*h,p=(a.raw.y-l.y)*h;r.raw.x=l.x+u,r.raw.y=l.y+p,s.startPoint=r,s.pan(a);var d=s.dragPage||a.page;null==s.dragPage&&null!=d&&1==a.isInside&&1==d.magnetic&&(d.pendingPoint=a,d.animateToReset=!0,s.corner=d.magneticCorner,s.animatePage(d),d.pendingPoint=null,d.magnetic=!1,d.magneticCorner=null)}}},m=s.container[0],v=s.stage[0];m&&(v.addEventListener("mousemove",c,!1),v.addEventListener("touchmove",c,!1),v.addEventListener("mousedown",g,!1),v.addEventListener("click",p,!1),v.addEventListener("mouseup",h,!1),v.addEventListener("touchend",h,!1),v.addEventListener("touchstart",g,!1),1==s.options.scrollWheel&&(v.addEventListener("mousewheel",f,!1),v.addEventListener("DOMMouseScroll",f,!1))),this.dispose=function(){v.removeEventListener("mousemove",c,!1),v.removeEventListener("touchmove",c,!1),v.removeEventListener("mousedown",g,!1),v.removeEventListener("click",p,!1),v.removeEventListener("mouseup",h,!1),v.removeEventListener("touchend",h,!1),v.removeEventListener("touchstart",g,!1),1==s.options.scrollWheel&&(v.removeEventListener("mousewheel",f,!1),v.removeEventListener("DOMMouseScroll",f,!1)),s.updatePageCallback=null,s.flipCallback=null,s.animateF=null,s.stage.remove()}}return z(a,{}),a.prototype={add:function(e){e instanceof V?this.container.append(n(e.element)):this.container.append(n(e))},pan:function(e){var n=this.startPoint,i=this.contentProvider.zoomScale,o=this.left+(e.raw.x-n.raw.x),a=this.top+(e.raw.y-n.raw.y);this.left=Math.round(w(o,-this.shiftWidth,this.shiftWidth)),this.top=Math.round(w(a,-this.shiftHeight,this.shiftHeight)),1==i&&(this.left=0,this.top=0),this.startPoint=e,this.stage.css({transform:"translate3d("+this.left+"px,"+this.top+"px,0)"})},getPageByNumber:function(e){for(var n,i=R(this)?j(this)?e+1:e:Math.floor((e-1)/2),o=0;or-this.foldSense?d.right:d.none,v=h,b=u,$=l,_=r,x=this.foldSense,w=e.CORNERS;return{isInsidePage:v>=0&&v<=_&&b>=0&&b<=$,isInside:(p=v>=0&&v=0&&b<=x?w.TL:b>=$-x&&b<=$?w.BL:b>x&&b<$-x?w.L:w.NONE:v>=_-x&&v<=_?b>=0&&b<=x?w.TR:b>=$-x&&b<=$?w.BR:b>x&&b<$-x?w.R:w.NONE:w.NONE)!==w.NONE&&p!==w.L&&p!==w.R,x:h,y:u,fullWidth:r,rawDistance:r-h,distance:g,page:f,drag:m,foldSense:this.foldSense,event:i,raw:c,corner:p}},a.prototype.gotoPage=function(e){e=parseInt(e,10),this._activePage=e,1==this.autoPlay&&this.previewObject.setAutoPlay(this.autoPlay),this.updatePage(e),this&&this.thumblist&&this.thumblist.review&&this.thumblist.review()},a.prototype.refresh=function(){this.updatePage(this._activePage),null!=this.flipCallback&&this.flipCallback()},a.prototype.updatePage=function(i){var o=this.direction==e.DIRECTION.RTL,a=R(this),s=(T(i),a?1:2);i=Math.floor(i/s),o&&(i=this.pageCount/s-i);var l=this.oldBaseNumber||0,c=this.pageCount/s,h=this.stackCount,u=Math.floor(h/2);l>i?(this.children[h-1].skipFlip=!0,this.children.unshift(this.children.pop())):l=u||g.isFlipping:v>=0&&vs.height.toString().indexOf("%")?this.container.height(Math.min(s.height,n(window).height())):this.container.height(s.height),this.options.isLightBox&&window.dfLightBox.closeButton.addClass(this.options.icons.close),this.options.pageSize==e.PAGE_SIZE.DOUBLEINTERNAL&&((Array===this.contentSource.constructor||Array.isArray(this.contentSource)||this.contentSource instanceof Array)&&(this.options.singlePageMode=e.SINGLE_PAGE_MODE.ZOOM),this.container.addClass("fbpj-double-internal")),this.options.isLightBox||null==this.container.attr("id")||(this.options.id=this.container.attr("id")),!0!==this.options.parsed&&null!=this.options.links&&e.parseLinks(this.options.links);var r=this.webgl=1==s.webgl&&1==D;if(o.addClass("fbpj-container fbpj-loading fbpj-init fbpj-floating fbpj-controls-"+this.options.controlsPosition),1==this.options.transparent&&o.addClass("fbpj-transparent"),this.options.direction==e.DIRECTION.RTL&&o.addClass("fbpj-rtl"),this.container.info=n(f.div,{class:"loading-info"}).appendTo(this.container).html(this.options.text.loadingtext),(-1!==h.indexOf("MSIE")||navigator.appVersion.indexOf("Trident/")>0||A&&!B)&&(this.options.webgl=!1),h.match(/msie\s[5-9]/i))return this.container.info.html("Your browser (Internet Explorer) is out of date to run DFlip Flipbook Plugin.
Upgrade to a new one").addClass("fbpj-old-browser"),o.removeClass("fbpj-loading"),this;var l=null==s.backgroundImage||""==s.backgroundImage?"":"url('"+s.backgroundImage+"')";return this.container.css({position:"relative",overflow:"hidden",backgroundColor:s.backgroundColor,backgroundImage:l}),1==this.options.isLightBox&&this.analytics({eventAction:"Open Book",options:this.options}),this.init(r,a),null!=this.options.onCreate&&this.options.onCreate(this),this}return z(o,i),o.prototype.init=function(i){var o,a,s=this,l=s.target,c=s.options;1==i?(o=function(){s.container.css({minHeight:300,minWidth:300}),s.stage=new M(L(s.options,{container:s.container})),s.stage.previewObject=s,s.contentProvider=new H(s.contentSource,function(o){var a={pageCount:!0===u.hasCompatibility()?u.limitAt(o.pageCount,1,30):o.pageCount,stackCount:6,segments:20,width:o.bookSize.width,height:o.bookSize.height};s.target=l=s.stage.target=new MOCKUP.Book(L(s.options,a),s.stage),s.extendtarget(),N(s.container,s),l.ui=s.ui,l.container=s.container,o.webgl=i,o.setTarget(s.target),l.getContentLayer=function(n){var i=l.direction==e.DIRECTION.RTL,o=s.stage.cssScene.divLeft.element,a=s.stage.cssScene.divRight.element;return T(l._activePage),R(l)?i?o:a:n%2==0?i?a:o:i?o:a},l.stage=s.stage,l.flipCallback=function(){if(s.contentProvider){s.contentProvider.review("flipCallback");var i,o,a=T(l._activePage),r=l.getPageByNumber(a),c=l.getPageByNumber(a+1),h=l.parent.cssScene.divLeft,u=l.parent.cssScene.divRight;l.pageMode,e.PAGE_MODE.SINGLE,l.direction,e.DIRECTION.RTL,null!=r&&null!=h&&(i=Math.abs(r.geometry.boundingBox.max.x-r.geometry.boundingBox.min.x),o=Math.abs(r.geometry.boundingBox.max.z-r.geometry.boundingBox.min.z),h.rotation.y=-(.9*Math.atan2(o,i)),h.position.z=.8*o,h.position.x=o/2.5,n(h.element).css({width:i,left:-i/2})),null!=c&&null!=u&&(i=Math.abs(c.geometry.boundingBox.max.x-c.geometry.boundingBox.min.x),o=Math.abs(c.geometry.boundingBox.max.z-c.geometry.boundingBox.min.z),u.rotation.y=.9*Math.atan2(o,i),u.position.z=.8*o,u.position.x=-o/2.5,n(u.element).css({width:i,left:i/2})),null!=s.options.onFlip&&s.options.onFlip(s)}},l.resize=void s.resize(),l.updatePageCallback=function(){s.ui.update(),s.checkCenter(),s.stage.renderRequestPending=!0};var r=n(s.stage.cssScene.divLeft.element),c=n(s.stage.cssScene.divRight.element);l.preFlipCallback=function(){r.empty(),c.empty(),null!=s.options.beforeFlip&&s.options.beforeFlip(s),s.playSound()},n(window).trigger("resize"),r.css({width:o.bookSize.width,height:o.bookSize.height,left:-o.bookSize.width/2}),c.css({width:o.bookSize.width,height:o.bookSize.height,left:o.bookSize.width/2}),l.ease=TWEEN.Easing.Cubic.InOut,l.contentProvider=o,l.duration=s.options.duration,l.gotoPage(l._activePage),l.flipCallback(),1==s.options.isLightBox&&s.analytics({eventAction:"Book Ready",options:s.options}),null!=s.options.onReady&&s.options.onReady(s)},c,s)},a=function(){var i,a;MOCKUP.defaults.anisotropy=0,MOCKUP.defaults.groundTexture="blank",THREE.skipPowerOfTwo=!0,M=function(e){function i(i){i=i||{};var o=this;e.call(this,i),o.options=i,o.canvas=n(o.renderer.domElement).addClass("fbpj-3dcanvas"),o.container=i.container,o.container.append(o.canvas),o.type="PreviewStage",o.mouse=new THREE.Vector2,o.raycaster=new THREE.Raycaster,o.camera.position.set(0,20,600),o.camera.lookAt(new THREE.Vector3(0,0,0)),o.spotLight.position.set(-220,330,550),o.spotLight.castShadow=!F&&i.webglShadow,o.spotLight.shadow&&(o.spotLight.shadow.bias=-.0008),o.spotLight.intensity=m(i.spotLightIntensity,r.spotLightIntensity),o.ambientLight.color=new THREE.Color(m(i.ambientLightColor,r.ambientLightColor)),o.ambientLight.intensity=m(i.ambientLightIntensity,r.ambientLightIntensity);var a=new THREE.ShadowMaterial;a.opacity=m(i.shadowOpacity,r.shadowOpacity),o.ground.material=a,o.ground.position.z=-2,o.orbitControl.maxAzimuthAngle=0,o.orbitControl.minAzimuthAngle=0,o.orbitControl.minPolarAngle=Math.PI/2,o.orbitControl.maxPolarAngle=2.2,o.orbitControl.mouseButtons.ORBIT=THREE.MOUSE.RIGHT,o.orbitControl.mouseButtons.PAN=-1,o.orbitControl.maxDistance=5e3,o.orbitControl.minDistance=50,o.orbitControl.noZoom=!0,o.selectiveRendering=!0,o.orbitControl.zoomSpeed=5,o.orbitControl.keyPanSpeed=0,o.orbitControl.center.set(0,0,0),o.orbitControl.update(),o.swipe_threshold=F?15:20;var s=o.cssRenderer=new THREE.CSS3DRenderer;n(s.domElement).css({position:"absolute",top:0,pointerEvents:"none"}).addClass("fbpj-3dcanvas fbpj-csscanvas"),o.container[0].appendChild(s.domElement);var l=o.cssScene=new THREE.Scene,c=document.createElement("div");c.className="fbpj-page-content fbpj-page-content-left";var h=document.createElement("div");h.className="fbpj-page-content fbpj-page-content-right";var p=l.divLeft=new THREE.CSS3DObject(c),d=l.divRight=new THREE.CSS3DObject(h);function f(){o.renderRequestPending=!0}l.add(p),l.add(d),o.resizeCallback=function(){s.setSize(o.canvas.width(),o.canvas.height())},window.addEventListener(g.move,f,!1),window.addEventListener("keyup",f,!1),o.dispose=function(){o.clearChild(),o.render(),window.removeEventListener(g.move,f,!1),1==o.options.scrollWheel&&(o.container[0].removeEventListener("mousewheel",v,!1),o.container[0].removeEventListener("DOMMouseScroll",v,!1)),window.removeEventListener("keyup",f,!1),o.renderer.domElement.removeEventListener("mousemove",b,!1),o.renderer.domElement.removeEventListener("touchmove",b,!1),o.renderer.domElement.removeEventListener("mousedown",$,!1),o.renderer.domElement.removeEventListener("touchstart",$,!1),o.renderer.domElement.removeEventListener("mouseup",_,!1),o.renderer.domElement.removeEventListener("touchend",_,!1),o.canvas.remove(),s.domElement.parentNode.removeChild(s.domElement),s=null,o.renderCallback=null,o.renderCallback=null,o.orbitControl.dispose(),o.orbitControl=null,o.renderer.dispose(),o.cancelRAF()},o.renderCallback=function(){TWEEN.getAll().length>0&&(o.renderRequestPending=!0),TWEEN.update(),s.render(l,o.camera)};var v=function(e){var n=0;if(null!=e.wheelDelta?n=e.wheelDelta:null!=e.detail&&(n=-e.detail),n){var i=o.previewObject.contentProvider.zoomScale;(n>0&&1==i||n<0&&i>1)&&e.preventDefault(),o.previewObject.zoom(n>0?1:-1)}f()},b=function(e){if(o.renderRequestPending=!0,e=O(e),o.isMouseDown&&0!=e.movementX&&0!=e.movementY&&(o.isMouseMoving=!0),null!=e.touches&&2==e.touches.length&&null!=o.startTouches){o.zoomDirty=!0;var n=u.getVectorAvg(u.getTouches(e,o.container.offset())),i=u.calculateScale(o.startTouches,u.getTouches(e));return o.lastScale,o.previewObject.contentProvider.zoomScale,n.x,n.y,o.camera.position.z=o.originalZ/i,o.lastScale=i,o.lastZoomCenter=n,void e.preventDefault()}if(1==o.isMouseDown&&1==o.previewObject.contentProvider.zoomScale){var a=e.pageX-o.lastPos;performance.now(),o.lastTime,Math.abs(a)>o.swipe_threshold&&(a<0?o.target.next():o.target.prev(),e.preventDefault(),o.isMouseDown=!1),o.lastPos=e.pageX,o.lastTime=performance.now()}},$=function(e){null!=(e=O(e)).touches&&2==e.touches.length&&null==o.startTouches&&(o.startTouches=u.getTouches(e),o.lastScale=1,o.originalZ=1*o.camera.position.z),document.activeElement.blur(),o.mouseValue=e.pageX+","+e.pageY,o.isMouseMoving=!1,o.isMouseDown=!0,o.lastPos=e.pageX,o.lastTime=performance.now()},_=function(e){null!=(e=O(e)).touches&&0==e.touches.length&&(o.previewObject.contentProvider.zoomScale,1==o.zoomDirty&&(o.previewObject.contentProvider.zoomScale=u.limitAt(o.previewObject.contentProvider.zoomScale*o.lastScale,1,o.previewObject.contentProvider.maxZoom),o.previewObject.zoomValue=1*o.previewObject.contentProvider.zoomScale,o.previewObject.resize(),o.zoomDirty=!1),o.lastScale=null,o.startTouches=null),null!=e.touches&&e.touches.length>1||function(e){if(o.isMouseDown=!1,0!==e.button)return this;var i=e.pageX+","+e.pageY;if(o.isMouseMoving);else if(i==o.mouseValue){e=e||window.event,e=n.event.fix(e);var a=o.mouse,s=o.raycaster;a.x=e.offsetX/o.canvas.innerWidth()*2-1,a.y=1-e.offsetY/o.canvas.innerHeight()*2,s.setFromCamera(a,o.camera);var r=s.intersectObjects(o.target instanceof MOCKUP.Bundle?o.target.children:[o.target],!0);if(r.length>0){var l,c=0;do l=null!=r[c]?r[c].object:null,c++;while((l instanceof THREE.BoxHelper||!(l instanceof MOCKUP.Paper)||1==l.isFlipping)&&c90?1!=l.isEdge&&o.target.next():1!=l.isEdge&&o.target.prev())}}}(e)};return o.renderer.domElement.addEventListener("mousemove",b,!1),o.renderer.domElement.addEventListener("touchmove",b,!1),o.renderer.domElement.addEventListener("mousedown",$,!1),o.renderer.domElement.addEventListener("touchstart",$,!1),o.renderer.domElement.addEventListener("mouseup",_,!1),o.renderer.domElement.addEventListener("touchend",_,!1),1==o.options.scrollWheel&&(o.container[0].addEventListener("mousewheel",v,!1),o.container[0].addEventListener("DOMMouseScroll",v,!1)),n(o.renderer.domElement).css({display:"block"}),n(window).trigger("resize"),this}return z(i,e),i.prototype.width=function(){return this.container.width()},i.prototype.height=function(){return this.container.height()},i}(MOCKUP.Stage),MOCKUP.PreviewStage=M,i=function(n){function i(e,i){(e=e||{}).folds=1,n.call(this,e,i),this.angle=0,this.isFlipping=!1,this.material.materials[5].transparent=!0,this.material.materials[4].transparent=!0,this.type="BookPaper"}return z(i,n),i.prototype.tween=function(n,i){var o=this;o.originalStiff=o.stiffness;var a=o.newStiffness,s=R(o.parent),r=i-n,l=n>90,c=o.parent.direction==e.DIRECTION.RTL;o.init={angle:n,angle2:n<90?0:180,stiff:o.originalStiff,index:l&&!c||!l&&c?1:0},o.first={angle:n+r/4,angle2:90,stiff:o.originalStiff,index:l&&!c||!l&&c?1:.25},o.mid={angle:n+2*r/4,angle2:n<90?135:45,stiff:o.newStiffness,index:.5},o.mid2={angle:n+3*r/4,angle2:n<90?180:0,stiff:o.newStiffness,index:l&&!c||!l&&c?.25:1},o.end={angle:i,angle2:n<90?180:0,stiff:o.newStiffness,index:l&&!c||!l&&c?0:1},o.isFlipping=!0,s&&(!l&&!c||l&&c)&&(o.material.materials[5].opacity=o.material.materials[4].opacity=0,o.castShadow=!1),o.currentTween=new TWEEN.Tween(o.init).to({angle:[o.first.angle,o.mid.angle,o.mid2.angle,o.end.angle],angle2:[o.first.angle2,o.mid.angle2,o.mid2.angle2,o.end.angle2],stiff:[o.first.stiff,o.mid.stiff,o.mid2.stiff,o.end.stiff],index:[o.first.index,o.mid.index,o.mid2.index,o.end.index]},o.parent.duration).onUpdate(function(e){var n;n=this,o.angles[1]=n.angle,o.angles[4]=o.isHard?n.angle:n.angle2,1==o.isHard?o.stiffness=0:(o.stiffness=n.stiff/(a+1e-5)*(o.newStiffness+1e-5),o.stiffness=isNaN(o.stiffness)?0:n.stiff),s&&(o.material.materials[5].opacity=o.material.materials[4].opacity=n.index,o.castShadow=n.index>.5),o.updateAngle(!0)}).easing(TWEEN.Easing.Sinusoidal.Out).onComplete(function(e){o.stiffness=o.newStiffness,o.updateAngle(),o.material.materials[5].opacity=o.material.materials[4].opacity=1,o.castShadow=!0,o.isFlipping=!1,o.parent&&o.parent.refresh&&o.parent.refresh()}).start()},i}(MOCKUP.FlexBoxPaper),MOCKUP.BookPaper=i,a=function(n){function i(i,o){(i=i||{}).segments=i.segments||50,this.pageCount=i.pageCount,this.height=i.height,this.width=i.width,this.pageCount=1==this.pageCount?this.pageCount:2*Math.ceil(this.pageCount/2),this.direction=i.direction||e.DIRECTION.LTR,this.startPage=1,this.endPage=this.pageCount,this.stackCount=i.stackCount||6,this.materials=[],n.call(this,i,o),this.angles=[0,0,0,0,0,0],this.stiffness=null==i.stiffness?1.5:i.stiffness,this.hardConfig=i.hard,this._activePage=i.openPage||this.startPage,this.createStack(i),this.pageMode=i.pageMode||(F||this.pageCount<=2?e.PAGE_MODE.SINGLE:e.PAGE_MODE.DOUBLE),this.singlePageMode=i.singlePageMode||(F?e.SINGLE_PAGE_MODE.BOOKLET:e.SINGLE_PAGE_MODE.ZOOM),this.type="Book"}return z(i,n),i.prototype.getPageByNumber=function(e){var n=R(this)?j(this)?e+1:e:Math.floor((e-1)/2);return this.getObjectByName(n.toString())},i.prototype.isPageHard=function(e){return u.isHardPage(this.hardConfig,e,this.pageCount)},i.prototype.activePage=function(e){if(null==e)return this._activePage;this.gotoPage(e)},i.prototype.gotoPage=function(e){e=parseInt(e,10),this._activePage=e,1==this.autoPlay&&this.previewObject.setAutoPlay(this.autoPlay),this.updatePage(e),this&&this.thumblist&&this.thumblist.review&&this.thumblist.review()},i.prototype.moveBy=function(e){var n=this._activePage+e;n=w(n,this.startPage,this.endPage),1!=this.firstFlipped&&(this.previewObject.analytics({eventAction:"First Page Flip",options:this.previewObject.options}),this.firstFlipped=!0),this.gotoPage(n)},i.prototype.next=function(n){null==n&&(n=this.direction==e.DIRECTION.RTL?-this.pageMode:this.pageMode),this.moveBy(n)},i.prototype.prev=function(n){null==n&&(n=this.direction==e.DIRECTION.RTL?this.pageMode:-this.pageMode),this.moveBy(n)},i.prototype.updateAngle=function(){for(var e=this.angles[1],n=this.angles[4]-e,i=this.stackCount,o=0;on?(p=!0,this.children[c-1].skipFlip=!0,this.children.unshift(this.children.pop())):s20&&0==$.skipFlip){$.depth=.4;var S=$.stiffness;S=_>b?h/(Math.abs(l-n)/l)/4:h/(n/l)/4,$.position.z+=.4,$.stiffness=isNaN(S)?$.stiffness:S,$.updateAngle(!0),$.targetStiffness=w?0:v=u||$.isFlipping:x>=0&&x1?n:this.data.length),i,this.encoding)},s.toString=function(){return"[object Blob]"},s.close=function(){this.size=0,delete this.data},i}(e);e.Blob=function(e,n){var o=n&&n.type||"",a=new i;if(e)for(var s=0,r=e.length;s>>16,61!==h[1]&&(r[c++]=p>>>8),61!==h[0]&&(r[c++]=p),u=0));return r};i&&(n=new i([62,-1,-1,-1,63,52,53,54,55,56,57,58,59,60,61,-1,-1,-1,0,-1,-1,-1,0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,-1,-1,-1,-1,-1,-1,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51])),o&&!a.toBlob&&(a.toBlob=function(e,n){if(n||(n="image/png"),this.mozGetAsFile)e(this.mozGetAsFile("canvas",n));else if(this.msToBlob&&/^\s*image\/png\s*(?:$|;)/i.test(n))e(this.msToBlob());else{var o,a=Array.prototype.slice.call(arguments,1),c=this[r].apply(this,a),h=c.indexOf(","),u=c.substring(h+1),p=s.test(c.substring(0,h));Blob.fake?((o=new Blob).encoding=p?"base64":"URI",o.data=u,o.size=u.length):i&&(o=p?new Blob([l(u)],{type:n}):new Blob([decodeURIComponent(u)],{type:n})),e(o)}},a.toDataURLHD?a.toBlobHD=function(){return r="toDataURLHD",r="toDataURL",this.toBlob()}:a.toBlobHD=a.toBlob)}(window),function(){if("performance"in window==!1&&(window.performance={}),Date.now=Date.now||function(){return(new Date).getTime()},"now"in window.performance==!1){var e=window.performance.timing&&window.performance.timing.navigationStart?window.performance.timing.navigationStart:Date.now();window.performance.now=function(){return Date.now()-e}}}(),function(){var e,n,i=i||(e=[],{getAll:function(){return e},removeAll:function(){e=[]},add:function(n){e.push(n)},remove:function(n){var i=e.indexOf(n);-1!==i&&e.splice(i,1)},update:function(n){if(0===e.length)return!1;var i=0;for(n=null!=n?n:window.performance.now();i1?1:h),a)if(null!==o[i]){var w=o[i]||0,P=a[i];P instanceof Array?n[i]=f(P,x):("string"==typeof P&&(P=P.startsWith("+")||P.startsWith("-")?w+parseFloat(P,10):parseFloat(P,10)),"number"==typeof P&&(n[i]=w+(P-w)*x))}if(null!==$&&$.call(n,x),1===h){if(l>0){for(i in isFinite(l)&&l--,s){if("string"==typeof a[i]&&(s[i]=s[i]+parseFloat(a[i],10)),c){var y=s[i];s[i]=a[i],a[i]=y}o[i]=s[i]}return c&&(u=!u),d=e+p,!0}null!==_&&_.call(n);for(var C=0,S=m.length;C1?r(e[o],e[o-1],o-a):r(e[s],e[s+1>o?o:s+1],a-s)},Bezier:function(e,n){for(var o=0,a=e.length-1,s=Math.pow,r=i.Interpolation.Utils.Bernstein,l=0;l<=a;l++)o+=s(1-n,a-l)*s(n,l)*e[l]*r(a,l);return o},Utils:{Linear:function(e,n,i){return(n-e)*i+e},Bernstein:function(e,n){var o=i.Interpolation.Utils.Factorial;return o(e)/o(n)/o(e-n)},Factorial:(n=[1],function(e){var i=1;if(n[e])return n[e];for(var o=e;o>1;o--)i*=o;return n[e]=i,i}),CatmullRom:function(e,n,i,o,a){var s=.5*(i-e),r=.5*(o-n),l=a*a;return(2*n-2*i+s+r)*(a*l)+(-3*n+3*i-2*s-r)*l+s*a+n}}},window.TWEEN=i}(),FBPJAR.createBlob=function(e,n){if("undefined"!=typeof Blob)return new Blob([e],{type:n});var i=new MozBlobBuilder;return i.append(e),i.getBlob(n)},FBPJAR.createObjectURL=function(){var e="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=";return function(n,i){if("undefined"!=typeof URL&&URL.createObjectURL){var o=FBPJAR.createBlob(n,i);return URL.createObjectURL(o)}for(var a="data:"+i+";base64,",s=0,r=n.length;s>2]+e[(3&l)<<4|c>>4]+e[s+1>6:64]+e[s+2=r.offsetItems*r.itemHeight){var i=parseInt(n/a,10)-r.offsetItems;r._renderChunk(r.container,i<0?0:i),r.lastRepaintY=n}r.lastScrolled=Date.now(),null!=r.scrollFn&&r.scrollFn(),e.preventDefault&&e.preventDefault()}r.lastRepaintY=0,this.screenItemsLen,r.dispose=function(){r.container&&r.container.parentNode&&r.container.parentNode.removeChild(r.container),r.container.removeEventListener("scroll",l)},r.container.addEventListener("scroll",l)}return e.prototype.reset=function(e){this.screenItemsLen=Math.ceil(e/this.itemHeight),this.cachedItemsLen=this.screenItemsLen+2*this.offsetItems;var n=parseInt(this.lastRepaintY/this.itemHeight,10)-this.offsetItems;this.needReset=!0,this._renderChunk(this.container,Math.max(n,0))},e.prototype.createRow=function(e){var n;return this.generatorFn&&((n=this.generatorFn(e)).classList.add("fbpj-vrow"),n.style.position="absolute",n.style.top=e*this.itemHeight+"px",n.setAttribute("index",e)),n},e.prototype._renderChunk=function(e,n){var i=null==this.range;this.range=this.range||{min:0,max:this.cachedItemsLen};var o=this.range,a=o.min,s=o.max,r=!!i||n>=a;if(i||n!=a||0!=this.needReset){var l,c=i?a:r?s:n;c=c>this.totalRows?this.totalRows:c<0?0:c;var h=n+this.cachedItemsLen;for(h=h>this.totalRows?this.totalRows:h,l=c;lthis.cachedItemsLen+1)for(var u=r?1:1+this.cachedItemsLen,p=u+(h-c);p>u;p--)e.childNodes[u]&&this.container.removeChild(e.childNodes[u]);this.range.min=n,this.range.max=h}},e.createContainer=function(e,n){var i=document.createElement("div");return i.style.width=e,i.style.height=n,i.style.overflow="auto",i.style.position="relative",i.style.padding=0,i},e.createScroller=function(e){var n=document.createElement("div");return n.style.opacity=0,n.style.position="absolute",n.style.top=0,n.style.left=0,n.style.width="1px",n.style.height=e+"px",n},e}(),BookMarkViewer=function(){function e(e){this.outline=null,this.lastToggleIsShow=!0,this.container=e.container,this.linkService=e.linkService,this.outlineItemClass=e.outlineItemClass||"outlineItem",this.outlineToggleClass=e.outlineToggleClass||"outlineItemToggler",this.outlineToggleHiddenClass=e.outlineToggleHiddenClass||"outlineItemsHidden"}return e.prototype={dispose:function(){this.container&&this.container.parentNode&&this.container.parentNode.removeChild(this.container),this.linkService=null},reset:function(){this.outline=null,this.lastToggleIsShow=!0;for(var e=this.container;e.firstChild;)e.removeChild(e.firstChild)},_dispatchEvent:function(e){var n=document.createEvent("CustomEvent");n.initCustomEvent("outlineloaded",!0,!0,{outlineCount:e}),this.container.dispatchEvent(n)},_bindLink:function(e,n){var i=this.linkService;if(1==n.custom)e.href=i.getCustomDestinationHash(n.dest),e.onclick=function(e){return i.customNavigateTo(n.dest),!1};else{if(n.url)return void PDFJS.addLinkAttributes(e,{url:n.url});e.href=i.getDestinationHash(n.dest),e.onclick=function(e){return i.navigateTo(n.dest),!1}}},_addToggleButton:function(e){var n=document.createElement("div");n.className=this.outlineToggleClass+" "+this.outlineToggleHiddenClass,n.onclick=(function(i){if(i.stopPropagation(),n.classList.toggle(this.outlineToggleHiddenClass),i.shiftKey){var o=!n.classList.contains(this.outlineToggleHiddenClass);this._toggleOutlineItem(e,o)}}).bind(this),e.insertBefore(n,e.firstChild)},_toggleOutlineItem:function(e,n){this.lastToggleIsShow=n;for(var i=e.querySelectorAll("."+this.outlineToggleClass),o=0,a=i.length;o0;)for(var r=a.shift(),l=r.custom,c=0,h=r.items.length;c0){s=!0,this._addToggleButton(p);var g=document.createElement("div");g.className=this.outlineItemClass+"s",p.appendChild(g),a.push({parent:g,custom:u.custom,items:u.items})}r.parent.appendChild(p),i++}s&&(null!=this.container.classList?this.container.classList.add(this.outlineItemClass+"s"):null!=this.container.className&&(this.container.className+=" picWindow")),this.container.appendChild(o),this._dispatchEvent(i)}}},e}(),DFLightBox=function(e){function n(n,i){this.duration=300;var o=this;return o.lightboxWrapper=e("
").addClass("fbpj-lightbox-wrapper"),o.container=e("
").addClass("fbpj-container").appendTo(o.lightboxWrapper),o.controls=e("
").addClass("fbpj-lightbox-controls").appendTo(o.lightboxWrapper),o.closeButton=e("
").addClass("fbpj-lightbox-close fbpj-ui-btn").on("click",function(){o.close(n)}).appendTo(o.controls),o.lightboxWrapper.append(o.container),o}return n.prototype.show=function(n){return 0==this.lightboxWrapper.parent().length&&e("body").append(this.lightboxWrapper),this.lightboxWrapper.fadeIn(this.duration,n),this},n.prototype.close=function(e){return this.lightboxWrapper.fadeOut(this.duration),setTimeout(e,this.duration),this},n}(jQuery);FBPJAR.Share=function(e){function n(n,i){var o=this;o.isOpen=!1,o.shareUrl="",o.wrapper=e('