/* Basic sample */

body{
		overflow:hidden;
	background-color:#000 !important;
	margin:0;
	padding:0;
	width:100%;
    height:100%;
    position: fixed;
}

.flipbook-viewport{
	overflow:hidden;
	width:100%;
	height:100%;
}

.flipbook-viewport .container{
	position:absolute;
	top:50%;
	left:50%;
	margin:auto;
}

.flipbook-viewport .flipbook1{
	width:1100px;
	height:500px;
	left:-550px;
	top:-250px;
}

.flipbook-viewport1 .double1{
	width:1100px;
	height:500px;
	background-size:100% 100%;
}

.flipbook-viewport1 .page1{
	width:1100px;
	height:500px;
	background-color:white;
	background-repeat:no-repeat;
	background-size:100% 100%;
}

.flipbook .page{
	-webkit-box-shadow:0 0 20px rgba(0,0,0,0.2);
	-moz-box-shadow:0 0 20px rgba(0,0,0,0.2);
	-ms-box-shadow:0 0 20px rgba(0,0,0,0.2);
	-o-box-shadow:0 0 20px rgba(0,0,0,0.2);
	box-shadow:0 0 20px rgba(0,0,0,0.2);
}

.flipbook-viewport .page img{
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin:0;
	background-size: 100%;
}

.flipbook-viewport .double img{
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin:0;
	background-size: 100%;
	background-size:cover;
	background-position:center;
}

/* .flipbook-viewport .shadow{

} */
#fullscreen{
	width: 35px;
    height: 35px;
    position: absolute;
    float: right;
    cursor: pointer;
    background-size: 25px 25px;
    bottom: 5px;
    right: 45px;
    background-repeat: no-repeat;
   
}
.modefull{
 	background: url(../img/fullscreen.png);
}
.moderestore{
	 background: url(../img/restorefullscreen.png);
}
#page-number-label{
	color:white;
}
.flipbook-footer{
	padding: 6px;
   
    position: fixed;
    right: 0;
    left: 0;
    z-index: 9999;
    bottom: 0;
}
#ppIcon{
	position: absolute;
	margin-left: 6px;
}
#page-number-lbl{
	position: relative;
    left: 85px;
    display: inline-block;
    color: #b1b1b1;
    font-size: 16px;
    width: 100px;
   
}
#prev{
	position: absolute; 
	margin-left: 45px;
}
#next{
	position: absolute; 
	margin-left: 95px;
}
#MusicIcon{
	width: 35px;
    height: 35px;
    position: relative;
    float: left;
    cursor: pointer;
    background-size: 35px 35px;

}
.MusicOn{
	background: url(../img/music.gif);
}
.MusicOff{
	background: url(../img/mute.png);
}

.ArrowL {
    font-family: calibri;
    font-size: 40pt;
    position: relative;
    float: left;
    color: #333333;
    padding-right: 10px;
    cursor: pointer;
}
.ArrowR {
    font-family: calibri;
    font-size: 40pt;
    position: relative;
    float: right;
    color: #333333;
    padding-left: 10px;
    cursor: pointer;
}

.spread-controls{
	text-align: center;
    font-size: 20px;
}
.left-depth {
    background: url(../img/book-depth1.png)no-repeat;
    display: none;
    background-size: 32px 100%;
    width: 16px;
    height: 387px;
    height: 100%;
    left: -15px;
    position: absolute;
    z-index: 1;
    top: 2px;
}
.right-depth {
    background: url(../img/book-depth1.png)no-repeat;
    background-size: 32px 100%;
    width: 16px;
    height: 387px;
    height: 100%;
    right: -15px;
    position: absolute;
    z-index: 1;
    float: right;
    background-position: right 0;
    top: 2px;
}
.animated {
    -webkit-transition: margin-left 0.5s;
    -moz-transition: margin-left 0.5s;
    -ms-transition: margin-left 0.5s;
    -o-transition: margin-left 0.5s;
    transition: margin-left 0.5s;
}
.ThumbNode{
	width: 100px;
    height: auto;
        display: table;
    border-collapse: separate;
}
.ThumbNode img{
	width: 100%;
    height: auto;
        cursor: pointer;
}


::-webkit-scrollbar { width: 3px; height: 3px;}
/* ::-webkit-scrollbar-button {background-color: #666;} */
::-webkit-scrollbar-track {  background-color: #999;}
::-webkit-scrollbar-track-piece { background-color: #ffffff;}
::-webkit-scrollbar-thumb { height: 50px; background-color: #666; border-radius: 3px;}
::-webkit-scrollbar-corner { background-color: #999;}
::-webkit-resizer { background-color: #666;}


/* css for the crease effect in the front and back cover */
.flipbook .page.front-cover::after {
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    background: linear-gradient(
        90deg,
        rgba(51, 51, 51, 0) 39.85%,
        rgba(51, 51, 51, 0.097) 49.51%,
        rgba(51, 51, 51, 0.2) 51.64%,
        rgba(0, 0, 0, 0.102) 53.24%,
        rgba(51, 51, 51, 0) 56.04%
      ),
      linear-gradient(
        90deg,
        rgba(51, 51, 51, 0) 22.4%,
        rgba(51, 51, 51, 0.25) 48.96%,
        rgba(51, 51, 51, 0) 75%
      );
    content: "";
    opacity: 0.5;
    position: absolute;
    width: 3vw;
  }
  .flipbook .page.back-cover::after {
    bottom: 0;
    top: 0;
    right: 0;
    background: linear-gradient(
        90deg,
        rgba(51, 51, 51, 0) 39.85%,
        rgba(51, 51, 51, 0.097) 49.51%,
        rgba(51, 51, 51, 0.2) 51.64%,
        rgba(0, 0, 0, 0.102) 53.24%,
        rgba(51, 51, 51, 0) 56.04%
      ),
      linear-gradient(
        90deg,
        rgba(51, 51, 51, 0) 22.4%,
        rgba(51, 51, 51, 0.25) 48.96%,
        rgba(51, 51, 51, 0) 75%
      );
    content: "";
    opacity: 0.5;
    position: absolute;
    width: 3vw;
  }