/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}





/* General Styles
   ========================================================================== */
html {
	background: #f5f5f5;
}
body {
	margin: 0;
    /* padding: 30px 30px 30px 30px; */
    
}

.container {
    max-width: 1170px;
    margin: 0 auto;
	max-height: 80vh;
}

.logo {
	display: inline-block;
	padding-right: 15px;
	line-height: 1;
    padding: 4px 15px;
}
.logo img {
	max-width: 85px;
}

/* Flipbook Styles
   ========================================================================== */

.flipbook {
	position : relative;
	zoom: 1;
	-ms-text-size-adjust: auto;
	-webkit-text-size-adjust: auto;
	margin: 0 auto;
}
.flipbook-origin {
	z-index: 1;
}

.flipbook-page	{
	zoom: 1;
}

.flipbook-page-content {
	position : absolute;
	overflow : hidden;
	background: white;
	zoom: 1;
}

.flipbook-loading .flipbook-page-content {
	background-image: url(./loading.gif);
	background-position: 50% 50%;
	background-repeat: no-repeat;
}


.flipbook-loading .flipbook-zoomcontent {
	opacity: 0;
}
.flipbook-zoomcontent {
	opacity: 1;
	-webkit-transition: opacity 0.5s ease-in;
	-moz-transition: opacity 0.5s ease-in;
	-o-transition: opacity 0.5s ease-in;
	-ms-transition: opacity 0.5s ease-in;
	transition: opacity 0.5s ease-in;
}
.flipbook.flipbook-loading {
	background-image: url(./loading.gif) ;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: 75px 75px;
}

img.flipbook-lazy {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.flipbook-fullscreen-fix {
	height: 100% !important;
	width: 100% !important;
}

/* marker class */
.flipbook-handle {
	cursor   : pointer;
	height   : 100%;
	position : absolute;
	top      : 0;
	width    : 50px;
	z-index  : 100001;
	-webkit-transform: translate3d(0px, 0px, 10000px);
}

.flipbook-handle.flipbook-disabled {
	display : none;
}

.flipbook-unselectable {
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}

.flipbook-page-content.flipbook-double-page {
	padding: 0;
}

/* hard page edge */
.flipbook-hardpage {
	-moz-transform-style    : preserve-3d;
	-o-transform-style      : preserve-3d;
	-webkit-transform-style : preserve-3d;
	-ms-transform-style     : preserve-3d;
	transform-style         : preserve-3d;
}
.flipbook-3d-border {
	background: #eee;
	height: 100%;
	left: 100%;
	position: absolute;
	top: 0;
	width: 5px;
	-moz-transform    : rotateY(90deg);
	-o-transform      : rotateY(90deg);
	-webkit-transform : rotateY(90deg);
	-ms-transform     : rotateY(90deg);
	transform         : rotateY(90deg);
	-moz-transform-origin    : 0 0 0;
	-o-transform-origin      : 0 0 0;
	-webkit-transform-origin : 0 0 0;
	-ms-transform-origin     : 0 0 0;
	transform-origin         : 0 0 0;
}
.flipbook-left .flipbook-3d-border {
	left: 0;
}


/* shadows */
.flipbook-shadow-clipper {
	position : absolute;
	overflow : hidden;
	z-index : 999;
	zoom: 1;
	-webkit-backface-visibility: hidden; /* eliminate jagged edges */
}

.flipbook-shadow-container {
	display  : none;
	position : absolute;
	z-index  : 999;
	zoom: 1;
}

.flipbook-shadow-internal {
	background : url(./shadow_internal_fold.png) repeat-y;
	height     : 500px;
	width      : 200px;
	position   : absolute;
	zoom: 1;
	-webkit-backface-visibility: hidden; /* eliminate jagged edges */
}

.flipbook-shadow-fold {
	background : url(./shadow_fold.png) right top repeat-y;
	height     : 500px;
	width      : 100px;
	position   : absolute;
	zoom       : 1;
	-webkit-backface-visibility: hidden; /* eliminate jagged edges */
}

.flipbook-shadow-fold-flipped  {
	background-image : url(./shadow_fold_flip_h.png);
}

.flipbook-fold-gradient {
	background : url(./fold_gradient.png) right top repeat-y;
	height : 500px;
	width : 125px;
	position : absolute;
	top : 0;
	zoom: 1;
	-webkit-backface-visibility: hidden; /* eliminate jagged edges */
}

.flipbook-fold-gradient-flipped {
	background-image :  url(./fold_gradient_flip_h.png);
}

.flipbook-fold-gradient-container {
	position : absolute;
	z-index  : 1001;
}

.flipbook-gutter-shadow {
	height     : 100%;
	width      : 40px;
	position   : absolute;
	top        : 0;
	z-index    : 1;
	pointer-events: none;
}

.flipbook-left .flipbook-gutter-shadow {
	background : url(./gutter_shadow_left.png) right top repeat-y;
	right      : 0;
	width      : 70px;
}

.flipbook-right .flipbook-gutter-shadow {
	background : url(./gutter_shadow_right.png) right top repeat-y;
	left       : 0;
}

.flipbook-hard-page-shadow {
	background: rgba(0,0,0,0.2);
	left: 0;
	height: 100%;
	position: absolute;
	top: 0;
	width: 100%;
	transform: translatez(0);
	-webkit-transform: translatez(0);
}
.flipbook-hard-page-dropshadow {
	background : #888;
	box-shadow: 0 0 7px 0px #666;
	background: rgba(96, 96, 96, 0.5);
	position   : absolute;
	top        : 0;
	z-index    : 999;
	transform: translatez(0);
	-webkit-transform: translatez(0);
}

.flipbook-book-shadow {
	-moz-box-shadow: 0 0 7px #666;
	-ms-box-shadow: 0 0 7px #666;
	-webkit-box-shadow: 0 0 7px #666;
	-o-box-shadow: 0 0 7px #666;
	box-shadow: 0 0 7px #666; /* if you change this, change the .flipbook-hard-page-dropshadow too */
}

/* this should avoid a faint gray line in shadows element on android */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.flipbook-shadow-internal, .flipbook-gutter-shadow,
	.flipbook-fold-gradient,	.flipbook-shadow-fold {
		image-rendering: pixelated;
	}
}

.flipbook-page-number {
	bottom   : 0;
	padding-bottom: 0.3em;
	position : absolute;
	z-index: 1;
}

.flipbook-left .flipbook-page-number {
	left : 0;
	padding-left: 0.5em;
}

.flipbook-right .flipbook-page-number {
	right : 0;
	padding-right: 0.5em;
}


/* Thumbnails */
.flipbook-thumbnails {
	background: none;
	left: 0px;
	top: 0px;
    position: absolute;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	image-rendering:optimizeQuality;
    z-index: 10000;
}

.flipbook-thumbnails .flipbook-clipper {
	overflow: hidden;
	position: relative;
	-webkit-overflow-scrolling: touch;
}

.flipbook-thumbnails ul {
    position: relative;
    margin : 0;
    padding : 0;
}

.flipbook-thumbnails .flipbook-button {
	background: none no-repeat 50% 50% #0067b1;
	cursor: pointer;
	font-family: "FontAwesome";
	left: 0;
	position: absolute;
	top: 0;
	text-align: center;
}

.flipbook-thumbnails .flipbook-button:hover {
	background: #002e57;
}

.flipbook-thumbnail {
	cursor : pointer;
	display : inline-block;
	*display: inline; /* for IE7 */
	zoom: 1;	      /* for IE7 */
	overflow: hidden;
	position: relative;
	vertical-align: top;
}


.flipbook-thumbnails .flipbook-button:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    width: 1px;
}
.flipbook-thumbnails .flipbook-button:after {
    display: inline-block;
    vertical-align: middle;
}

.flipbook-thumbnail .flipbook-page-content {
	position: relative;
}

.flipbook-thumbnail.flipbook-right {
	margin-right: 1em;
}

.flipbook-overlay {
	left: 0;
	height: 100%;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 100000;
}

/* Thumbnails - horizontal */
.flipbook-horizontal.flipbook-thumbnails{
	width: 100%;
}

.flipbook-horizontal.flipbook-thumbnails .flipbook-clipper {
	height: 100%;
	position: relative;
	margin: 0 30px; /* margin is the width of the buttons */
}

.flipbook-horizontal.flipbook-thumbnails ul {
	display: inline-block;
	*display: inline; /* IE7 */
	*zoom: 1;         /* IE7 */
	white-space: nowrap;
}

.flipbook-horizontal.flipbook-thumbnails .flipbook-button {
	width: 30px;
	height: 100%;
	text-align: center;
}

.flipbook-horizontal.flipbook-thumbnails .flipbook-button:after{
	content: "\f053"; /* fa-chevron-left */
}
.flipbook-horizontal.flipbook-thumbnails .flipbook-next.flipbook-button:after {
	content: "\f054"; /* fa-chevron-right */
}
.flipbook-horizontal.flipbook-thumbnails .flipbook-next.flipbook-button {
	left: auto; right: 0;
}

.flipbook-horizontal .flipbook-thumbnail {
	/* without this, the "nowrap" value set in the "ul" will
	   be inherited and (probably)	mess with your thumbnails */
	white-space: normal;
	/* BUT IE7 NEED THIS */
	*white-space: nowrap;
}
.flipbook-horizontal .flipbook-thumbnail .flipbook-page-content{
	/* AGAIN, IE7 NEED THIS */
	*white-space: normal;
}


/* Thumbnails - vertical */

.flipbook-vertical.flipbook-thumbnails {
	display: inline-block;
	height: 100%;
}

.flipbook-vertical.flipbook-thumbnails .flipbook-clipper {
	position: absolute;
	top: 30px; 
	bottom: 30px;
	background: #0067b1;
}

.flipbook-vertical.flipbook-thumbnails .flipbook-button {
	height: 30px;
	line-height: 30px;
	width: 100%;
}

.flipbook-vertical.flipbook-thumbnails .flipbook-button:after {
    vertical-align: baseline;
}

.flipbook-vertical.flipbook-thumbnails .flipbook-next.flipbook-button {
	bottom: 0; top: auto;
}

.flipbook-vertical.flipbook-thumbnails .flipbook-button:after{
	content: "\f106"; /* fa-angle-up */
}

.flipbook-vertical.flipbook-thumbnails .flipbook-next.flipbook-button:after {
	content: "\f107"; /* fa-angle-down */
}

.flipbook-vertical .flipbook-thumbnail {
    margin-bottom: 5px;
    margin-top: 5px;
}

.flipbook-vertical .flipbook-thumbnail.flipbook-right {
	margin-right: 0;
}

.flipbook-vertical.flipbook-closable .flipbook-thumbnail:first-child {
	margin-left: 50%;
}

/*
	Cursor
*/
.flipbook-draggable {
	cursor:hand;
	cursor:grab;
	cursor:-moz-grab;
	cursor:-webkit-grab;
	-moz-user-select: none;
}
.flipbook-draggable.flipbook-dragging {
	cursor:grabbing;
	cursor:-moz-grabbing;
	cursor:-webkit-grabbing;
}


/*
	PDF
*/
.flipbook-pdf .flipbook-page-content {
	padding: 0;
}

.flipbook-pdf-annotations {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	z-index: 2; /* must be above the pdf-text div */
}

.flipbook-pdf .annotLink {
	padding: 0;
}
.flipbook-pdf .annotLink > a {
    font-size: 1em;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.flipbook-pdf .annotLink > a:hover {
    background: none repeat scroll 0 0 #ff0;
    box-shadow: 0 2px 10px #ff0;
    opacity: 0.2;
}

.flipbook-pdf .linkAnnotation {
	position: absolute;
	padding: 0;
}
.flipbook-pdf .linkAnnotation > a {
	font-size: 1em;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.flipbook-pdf .linkAnnotation > a:hover {
	background: #ff0 none repeat scroll 0 0;
	box-shadow: 0 2px 10px #ff0;
	opacity: 0.2;
}

.flipbook-pdf-text {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  opacity: 0.25;
  line-height: 1.0;
  z-index: 1;
}

.flipbook-pdf-text > 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%;
}

.flipbook-pdf-text .highlight {
  margin: -1px;
  padding: 1px;

  background-color: rgb(180, 0, 170);
  border-radius: 4px;
}

.flipbook-pdf-text .highlight.begin {
  border-radius: 4px 0px 0px 4px;
}

.flipbook-pdf-text .highlight.end {
  border-radius: 0px 4px 4px 0px;
}

.flipbook-pdf-text .highlight.middle {
  border-radius: 0px;
}

.flipbook-pdf-text .highlight.selected {
  background-color: rgb(0, 100, 0);
}

.flipbook-pdf-text ::selection {
	background: rgb(0,0,255);
	color: transparent;
}
.flipbook-pdf-text ::-moz-selection {
	background: rgb(0,0,255);
	color: transparent;
}


.flipbook-pdf-text .endOfContent {
  display: block;
  position: absolute;
  left: 0px;
  top: 100%;
  right: 0px;
  bottom: 0px;
  z-index: -1;
  cursor: default;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
}

.flipbook-pdf-text .endOfContent.active {
  top: 0px;
}


/*
	Table of contents
*/

.flipbook-toc {
	background: white;
	display: inline-block;
	overflow-y:auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: 10001;
	width: 250px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.flipbook-toc .flipbook-close {
	float: right;
}
.flipbook-toc h1 {
	font-size: larger;
}
.flipbook-toc-items {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.flipbook-toc-item {
	border-top: 1px solid #D3D3D3;
	margin: 0;
	padding: 0px;
	position: relative;
}
.flipbook-toc-item a {
	display: block;
	padding: 10px;
}
.flipbook-toc-item a, .flipbook-toc-item a:visited,
.flipbook-toc-item a:active, .flipbook-toc-item a:hover {
	outline: none;
	text-decoration: none;
}

.flipbook-toc-item .page {
	float: right;
}

/* nested toc items */
.flipbook-toc-items a {
	padding-left: 1em;
}
.flipbook-toc-items .flipbook-toc-items {
	padding-left: 1em;
}
.flipbook-toc-item-toggle {
	cursor: pointer;
	position: absolute;
	width: 1em;
	padding: 10px 0;
	text-align: center;
}
.flipbook-toc-item-toggle::before {
	content: "-";
}
.flipbook-toc-item.flipbook-collapsed > .flipbook-toc-item-toggle::before {
	content: "+";
}
.flipbook-toc-item.flipbook-collapsed > .flipbook-toc-items {
	display: none;
}


/*
	Container
*/
.flipbook-container {
	position: relative;
	box-sizing: border-box;
	padding: 15px;
}
.flipbook-book-container {
	position: relative;
	box-sizing: border-box;
	/* padding: 20px;*/
}
.flipbook-book-container .flipbook {
	margin: auto;
	-moz-transform: translateY( -50% );
	-webkit-transform: translateY( -50% );
	-o-transform: translateY( -50% );
	-ms-transform: translateY( -50% );
	transform: translateY( -50% );
	top: 50%;
}
.flipbook-container-full {
	z-index: 1000;
	position: fixed;
	top:0; left:0; bottom: 0; right: 0;
}


/*
	Lightbox
*/
.flipbook-lightbox-on {
	overflow: hidden
}

.flipbook-lightbox-overlay {
	display: none;
	background: rgb(0,0,0);
	background: rgba(0,0,0,0.5);
	z-index: 100000;
	position: fixed;
	top:0; left:0; bottom: 0; right: 0;
}
.flipbook-lightbox {
	top:0 !important; left:0 !important;
	background: white;
	box-sizing: border-box;
	display: none;
	overflow: hidden;
	padding: 0px;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 100001;
}
.flipbook-lightbox .flipbook-book-container {
	box-sizing: border-box;
	padding: 20px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.flipbook-lightbox .flipbook-toolbar {
	box-sizing: border-box;
	position: absolute;
	width: 100%;
}

.flipbook-lightbox > .flipbook-close {
	background: #222;
	border: 1px solid #555;
	position: absolute;
	right: 0;
	color: white;
	top: 0;
	z-index: 10000;
	height: 1.5em;
	line-height: 1em;
	padding: 0;
	width: 1.5em;
}


/*
	Toolbar/Controls
*/
.flipbook-toolbar {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 10000;
	padding: 0;
	-webkit-overflow-scrolling: touch;
	height: 46px;
}

.flipbook-controls {
	border-radius: 0px;
	display: inline-block;
	box-shadow: 0 0 4px rgba(0,0,0,0.3);
	height: auto;
	line-height: 46px;
	width: 100%;
	vertical-align: top;
}

.flipbook-control {
	cursor: pointer;
	display: inline-block;
	font-size: 24px;
	overflow: hidden;
	padding: 0;
	text-align: center;
	color: white;
	background: black;
	white-space: nowrap;
	/* height: 46px; */
	height: 100%;
	line-height: 46px;
	line-height: inherit;
    vertical-align: top;
	width: 48px;
}

.flipbook-control:hover {
	background: #2C2C2C;
}
.flipbook-control, .flipbook-control:visited,
.flipbook-control:active, .flipbook-control:hover {
	color: white;
	outline: none;
	text-decoration: none;
}

.flipbook-control-toggle-toolbar {
    float: left;
}

/*
 * styles for toolbar icons
 */

.flipbook-nav {
	position: absolute;
	height: 48px;
	width: 48px;
	-moz-transform: translateY( -50% );
	-webkit-transform: translateY( -50% );
	-o-transform: translateY( -50% );
	-ms-transform: translateY( -50% );
	transform: translateY( -50% );
	top: 50%;
	margin: 0;
	padding: 0;
	line-height: 100%;
	text-align: center;

	border: none;
	border-radius: 5px;
	font-size: 20px;
}
.flipbook-nav.flipbook-disabled {
	display: none;
}
.flipbook-nav-left {
	left: 10px;
}
.flipbook-nav-left i {
	margin-left: -5px;
}
.flipbook-nav-right {
	right: 10px;
}

.flipbook-nav i,
.flipbook-control i,
.flipbook-findbar a i {
	font-family: 'FontAwesome';
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.flipbook-close i:before {
	font-family: 'FontAwesome';
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\ea0d"; /* .icon-cancel-circle */
	font-size: bigger;
}

/* toolbar and control fontawesome icons */
.flipbook-fontawesome.flipbook-nav-left i:before,
.flipbook-control-left i:before {
	content: "\f104";
}

.flipbook-fontawesome.flipbook-nav-right i:before,
.flipbook-control-right i:before {
	content: "\f105";
}

.flipbook-control-lastLeft i:before,
.flipbook-control-first i:before {
	content: "\f100";
	letter-spacing: -6px;
	margin-left: -10px;
}
.flipbook-control-back i:before {
	content: "\f104";
}

.flipbook-control-next i:before {
	content: "\f105";
}

.flipbook-control-lastRight i:before,
.flipbook-control-last i:before {
	content: "\f101";
	letter-spacing: -6px;
	margin-left: -5px;
}

.flipbook-control-zoomin i:before {
	content: "+";
}
.flipbook-control-zoomout i:before {
	content: "–";
}
.flipbook-control-slideshow i:before {
	content: "\f04b";
}
.flipbook-control-slideshow.flipbook-disabled i:before {
	content: "\f04c";
}
.flipbook-control-flipsound i:before {
	content: "\f028";
}
.flipbook-control-flipsound.flipbook-disabled i:before {
	content: "\f026";
}

.flipbook-control-fullscreen i:before {
	content: "\f065";
	font-size: 18px;
}
.flipbook-control-fullscreen.flipbook-disabled i:before {
	content: "\f066";
}
.flipbook-control-thumbnails i:before {
	content: "\f009";
	font-size: 0.7em;
}
.flipbook-control-toc i:before {
	content: "\f0ca";
}
.flipbook-control-download i:before {
	content: "\f019";
}
.flipbook-control-share > i:before {
	content: "\f1e0";
}
.flipbook-control-find > i:before {
	content: "\f1e5";
}
.flipbook-control-toggle-toolbar i:before {
	content: "\f107";
}
@media (min-width: 627px){
	.flipbook-control-toggle-toolbar {
		display: none!important;
	}
}
.flipbook-control-toggle-toolbar.flipbook-collapsed {
	-webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);
	transform: scaleY(1);
}
.flipbook-control-toggle-toolbar {
	-webkit-transform: scaleY(-1);
	-moz-transform: scaleY(-1);
	transform: scaleY(-1);
	transition: 0.4s;
}


.flipbook-control span.flipbook-disabled {
	display: none;
}
.flipbook-control.flipbook-disabled span {
	display: none;
}
.flipbook-control.flipbook-disabled span.flipbook-disabled {
	display: block;
}

/* Share buttons */
.flipbook-share-buttons {
	position: absolute;
	margin-top: 2px;
}
.flipbook-share-buttons.flipbook-hidden {
	display: none;
}
.flipbook-share-buttons.flipbook-up {
	bottom: 100%;
	margin-bottom: 2px;
}
.flipbook-share-button {
	font-size: 1em;
	display: block;
/*
	height: 48px;
	width: 48px;
	line-height:48px;
*/
}
.flipbook-share-button:hover {
	background: #2D2D2D;
}

.flipbook-hidden{
	display:none;
}

/* Find Bar */
.flipbook-findbar {
	position: absolute;
	background: inherit;
	width: 100%;
	font-family: Helvetica,Arial,sans-serif;
	font-size: 13px;
	z-index: 1001;
}
.flipbook-findbar.flipbook-hidden {
	display: none;
}
.flipbook-findbar.flipbook-up {
	bottom: 100%;
}

.flipbook-findbar.flipbook-find-pending .flipbook-find-count {
    background-image: url("./loading.gif");
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 21px;
}
.flipbook-find-text-container {
	display: inline-block;
	position: relative;
}
.flipbook-find-count {
	position: absolute;
	right: 0;
	color: black;
	padding-right: 8px;
}
input.flipbook-find-text {
	line-height: normal;
	color: initial;
}
.flipbook-findbar input[type="checkbox"] {
	margin: 0;
	vertical-align: text-bottom;
}
.flipbook-findbar label {
	display: inline;
	font-weight: normal;
	margin: 0;
}

.flipbook-findbar a {
	transition: none;
	cursor: pointer;
	outline: medium none;
	border: 0 none;
	border-radius: 0;
	height: 100%;
	width: 36px;
	color: inherit;
	vertical-align: middle;
	display: inline-block;
}
.flipbook-findbar a:hover {
	text-decoration: none;
}

.flipbook-findbar a:active {
  background-color: hsla(0,0%,0%,.2);
  background-image: linear-gradient(hsla(0,0%,100%,.05), hsla(0,0%,100%,0));
  border-color: hsla(0,0%,0%,.35) hsla(0,0%,0%,.4) hsla(0,0%,0%,.45);
  box-shadow: 0 1px 1px hsla(0,0%,0%,.1) inset,
              0 0 1px hsla(0,0%,0%,.2) inset,
              0 1px 0 hsla(0,0%,100%,.05);
}

.flipbook-findbar a span {
	width: 0;
	height: 0;
	overflow: hidden;
	display: inline-block;
}
.flipbook-find-count {
	display: inline-block;
}
.flipbook-findbar .flipbook-control-back {
	text-indent: -2px;
}
.flipbook-findbar .flipbook-close {
	margin-left: 5px;
}

.flipbook-toolbar.flipbook-small .flipbook-findbar a {
	width: 30px;
	margin-left: 0px;
}
.flipbook-toolbar.flipbook-small .flipbook-findbar label {
	font-size: smaller;
}
.flipbook-toolbar.flipbook-small .flipbook-find-text-container {
	width:150px;
}
.flipbook-toolbar.flipbook-small .flipbook-find-text {
	width:90%;
}


@keyframes flipbook-flash-animation {
	0%, 100% {opacity: 1;}
	50% {opacity: 0;}
}
.flipbook .highlight.selected {
	animation-name: flipbook-flash-animation;
	animation-duration: 1s;
	animation-fill-mode: both;
	animation-iteration-count: 10;/*infinite*/
}


/*
    Dark color scheme (default)
*/
.flipbook-controls, .flipbook-share-buttons, .flipbook-nav {
    background: #102541;
	color: #fff;
}
.flipbook-control,
.flipbook-control:visited,
.flipbook-control:active,
.flipbook-control.remove-sticky-hover-style:hover {
	background: transparent;
	color: inherit;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-tap-highlight-color: transparent;
}
.flipbook-controls a {
	border-right: 1px solid rgba(255,255,255,0.2);
}
.flipbook-nav:active,
.flipbook-nav:hover,
.flipbook-control:active,
.flipbook-control:hover {
	background: #0067b1;
	color: #fff;
}

.flipbook-toc {
	color: white;
	color: #b8b8b8;
	background: #222;
	background-image: linear-gradient(to bottom, #3c3c3c 0px, #222 100%);
	background-repeat: repeat-x;
	border-color: #080808;
	box-shadow: 2px 0 8px rgba(0,0,0,0.5);
}
.flipbook-toc h1 {
	color: #b8b8b8;
	color: inherit;
	padding-left: 10px;
}
.flipbook-toc .flipbook-close {
	display: block;
	line-height: 1.4em;
	margin: 0.5em 0.5em 0 0;
	position: absolute;
	right: 0;
	top: 0;
	text-align: center;

	background: transparent;
	color: inherit;
	border: none;
	outline: none;
	padding: 0;
}

.flipbook-toc .flipbook-close:hover {
	color: white;
}

.flipbook-toc li {
	border: none;
}
.flipbook-toc a {
	border-top: 1px solid #101010;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset;
	text-decoration: none;
}

.flipbook-toc-item a,
.flipbook-toc-item a:visited,
.flipbook-toc-item a:active {
	color: #b8b8b8;
	color: inherit;
}

.flipbook-toc a:hover {
	background: #555;
	color: white;
}

.flipbook-thumbnails {
    background: rgba(128, 128, 128, 0.5) none repeat scroll 0 0;
	box-shadow: 0 0 15px rgba(128, 128, 128, 0.48);
    border-bottom: 1px solid rgba(64, 64, 64, 0.5);
    border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.flipbook-thumbnails > .flipbook-wrapper > .flipbook-button {
	color: white;
}
.flipbook-horizontal.flipbook-thumbnails {
    padding-top: 10px;
    padding-bottom: 10px;
}
.flipbook-lightbox > .flipbook-close {
	background: #222 linear-gradient(to bottom, #3c3c3c 0px, #222 100%) repeat-x scroll 0 0;
	border: 1px solid #b8b8b8;
	color: #b8b8b8;
}

/*
	White color scheme
*/

.flipbook-cs-white.flipbook-nav,
.flipbook-cs-white .flipbook-controls,
.flipbook-cs-white.flipbook-controls {
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
.flipbook-cs-white.flipbook-nav,
.flipbook-cs-white .flipbook-control {
	background: #fbfbfb;
}
.flipbook-cs-white.flipbook-nav,
.flipbook-cs-white .flipbook-control,
.flipbook-cs-white .flipbook-control:visited,
.flipbook-cs-white .flipbook-control:active {
	color: inherit;
}
.flipbook-cs-white.flipbook-nav,
.flipbook-cs-white .flipbook-control:hover {
	color: #262626;
	background: #f5f5f5;
}
.flipbook-cs-white.flipbook-nav,
.flipbook-cs-white .flipbook-controls,
.flipbook-cs-white .flipbook-share-buttons,
.flipbook-cs-white.flipbook-controls,
.flipbook-cs-white.flipbook-share-buttons {
	background: #fbfbfb;
	color: #737373;
}

.flipbook-cs-white .flipbook-toc,
.flipbook-cs-white.flipbook-toc {
	color: #737373;
	background: #fbfbfb;
	border-color: #080808;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
.flipbook-cs-white .flipbook-toc h1,
.flipbook-cs-white.flipbook-toc h1 {
	color: inherit;
	padding-left: 10px;
}
.flipbook-cs-white .flipbook-toc .flipbook-close,
.flipbook-cs-white.flipbook-toc .flipbook-close {
	background: transparent;
	color: #adadad;
	margin-right: 10px;
	border: 1px solid #f3f3f3;
	border-radius: 2px;
}
.flipbook-cs-white .flipbook-toc .flipbook-close:hover {
	background: #f5f5f5;
	color: #262626;
}

.flipbook-cs-white .flipbook-toc li,
.flipbook-cs-white.flipbook-toc li {
	border: none;
}
.flipbook-cs-white .flipbook-toc a,
.flipbook-cs-white.flipbook-toc a {
	text-decoration: none;
	border-top: 1px solid #f3f3f3;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset;
	color: inherit;
	text-decoration: none;
}

.flipbook-cs-white .flipbook-toc a:hover,
.flipbook-cs-white.flipbook-toc a:hover {
	background: #f5f5f5;
	color: #262626;
}

.flipbook-cs-white.flipbook-thumbnails {
	background: none repeat scroll 0 0 #f5f5f5;
	border: 1px solid #d3d3d3;
	box-shadow: 0 0 15px rgba(128, 128, 128, 0.48);
}

.flipbook-cs-white.flipbook-vertical.flipbook-thumbnails .flipbook-back.flipbook-button {
	border-width: 0 0 1px 0;
	box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.2);
}
.flipbook-cs-white.flipbook-vertical.flipbook-thumbnails .flipbook-next.flipbook-button {
	border-width: 1px 0 0 0;
	box-shadow: 0 -4px 4px -2px rgba(0, 0, 0, 0.2);
}
.flipbook-cs-white.flipbook-horizontal.flipbook-thumbnails .flipbook-back.flipbook-button {
	border-width: 0 1px 0 0;
	box-shadow: 4px 0 4px -2px rgba(0, 0, 0, 0.2);
}
.flipbook-cs-white.flipbook-horizontal.flipbook-thumbnails .flipbook-next.flipbook-button {
	border-width: 0 0 0 1px;
	box-shadow: -4px 0 4px -2px rgba(0, 0, 0, 0.2);
}

.flipbook-cs-white.flipbook-thumbnails .flipbook-button {
	color: #737373;
	background: white;
	border: 0px solid #d3d3d3;
	z-index: 1;
}
.flipbook-cs-white.flipbook-thumbnails .flipbook-button:hover {
	color: #262626;
	background: #f5f5f5;
}

.flipbook-lightbox > .flipbook-close.flipbook-cs-white {
	background: #fbfbfb;
	border-color: 1px solid #f3f3f3;
	color: #737373;
}
