.flipbook-overlay{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url('../images/overlay_lightbox.png') repeat;
}
.flipbook-wrapper{
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    text-shadow: none;

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;

    background: #ffffff;
    /*background: url('../images/overlay_lightbox.png') repeat;*/
	
	
}

.flipbook-lightbox-thumb-overlay{
	opacity:0;
	position:absolute;
	width:100%;
	height:100%;	
	top: 0;
	left: 0;
	background: rgba(255, 255, 255, 0.5);
	-webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
.flipbook-lightbox-thumb-overlay:hover{
	opacity:1;
}
.flipbook-lightbox-thumb-icon{
    position: relative;
	
    margin-left: -50%;
    margin-top: -50%;
    color: #555;
}
.flipbook-lightbox-thumb-icon-holder{
    position: absolute;
	
    left: 50%;
    top: 50%;
    /* width: 100%; */
    /* height: 100%; */
}
.flipbook-wrapper-transparent{
    /*position: absolute;*/
    /*top: 0;*/
    /*bottom: 0;*/
    /*left: 0;*/
    /*right: 0;*/
    /*position: absolute;*/
    width: 100%;
    height: 100%;
    background:none;
}
.main-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #818181;
    /*background: url('../images/patterns/woven.png');*/
    /* background: url('../images/patterns/retina_wood2.png'); */
    /*background: url('../images/overlay_lightbox.png') repeat;*/
}
.flipbook-bookLayer{
    position: absolute;
    width: 100%;
    top: 0;
	bottom:40px;
    /* bottom: 0; */
    overflow: auto;
    perspective:6000px;
    -webkit-perspective:6000px; /* Safari and Chrome */
    -moz-perspective:6000px;
}
.flipbook-book{
    position: relative;
    perspective:6000px;
    -webkit-perspective:6000px; /* Safari and Chrome */
    -moz-perspective:6000px;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.flipbook-page{
    overflow: hidden;
    position: absolute;

    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;

    backface-visibility:hidden;
    -webkit-backface-visibility:hidden; /* Chrome and Safari */
    -moz-backface-visibility:hidden; /* Firefox */
    -ms-backface-visibility:hidden; /* Internet Explorer */
}
.flipbook-shadowLeft{
    position: absolute;
    top:0;
    left: 0;
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.flipbook-shadowRight{
    position: absolute;
    top:0;
    right: 0;
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.flipbook-currentPage {
    position: absolute;
    bottom: 0;
    /* z-index: 999999; */
    background: none !important;
    border: none !important;
    text-align: center;
    margin: 0;
    height: 40px;
    width: 100px !important;
    padding: 0;
}

.flipbook-currentPage:focus {
    outline: none;
}

.flipbook-menuWrapper {
    position: absolute;
    bottom: 0;
    /* z-index: 99999; */
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
	
    /* opacity: .5; */
	-webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.flipbook-menuWrapper:hover{
    opacity: 1;
}
.flipbook-menu {
    position: relative;
    text-align: center;
    margin: 0;
    /* padding: 5px; */
    /* z-index: 99999; */

    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}



.flipbook-menu-btn {
    display: inline;
    cursor: pointer;
    background: none;
}

.flipbook-thumbHolder{
    /*-webkit-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, .5);
    box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, .5);*/

    -webkit-transition: all .3s ease-out;  /* Chrome 1-25, Safari 3.2+ */
    -moz-transition: all .3s ease-out;  /* Firefox 4-15 */
    -o-transition: all .3s ease-out;  /* Opera 10.50 */
    transition: all .3s ease-out;  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.50+ */
	
	bottom: 0;
	/* height:auto; */
	/* margin: 20px; */
	/* background: #000; */
	/* padding: 10px; */
}

.flipbook-toc{
    position: relative;
}

.flipbook-tocHolder{
    position: absolute;
    top:0;
    width: 300px;
    bottom: 40px;

    -webkit-transition: all .3s ease-out;  /* Chrome 1-25, Safari 3.2+ */
    -moz-transition: all .3s ease-out;  /* Firefox 4-15 */
    -o-transition: all .3s ease-out;  /* Opera 10.50
    transition: all .3s ease-out;  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.50+ */
    /* margin: 20px; */
    /* pointer-events: none; */
    /* background: #000; */
}

.flipbook-tocItem{

    display: block;
    padding: 10px 20px;
    text-align: justify;
    cursor: pointer;
    font-size: .9em;

    font-family: "Roboto Condensed", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", sans-serif;  font-weight: 300;

}
.flipbook-tocItem .right{
    float: right;
}

.flipbook-tocTitle{
    display: block;
    padding: 20px;
    text-align: left;
    text-transform: uppercase;
}

.invisible{
    opacity: 0;
    pointer-events:none;
}

.transition{
    -webkit-transition: all .3s ease-out;  /* Chrome 1-25, Safari 3.2+ */
    -moz-transition: all .3s ease-out;  /* Firefox 4-15 */
    -o-transition: all .3s ease-out;  /* Opera 10.50*/
    transition: all .3s ease-out;  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.50+ */
}

.flipbook-shareButtons{
    width: 41px;

    position: absolute;
    /*right: 0;*/
    /*top: 0;*/
    bottom: 0px;
    /*-webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, .5);*/
    /*box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, .5);*/
    max-width: 100%;   max-height:100%;
    overflow: hidden; /* Aligns Vertically - Remove for Horizontal Only */    /* Aligns Horizontally - Remove for Vertical Only  */;
    /* padding: 10px 0; */
    /*margin-right: 10px;*/
	text-align:center;
}

.flipbook-shareBtn{
    display: inline-block;
    cursor: pointer;
    /* margin-top: 10px; */
    /* margin-bottom: 10px; */
}

/* img{
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
} */

.flipbook-icon-general{
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
	
	
    padding-bottom: 10px;
    padding-top: 10px;
    width: 40px;
    bottom: 0;
    text-align: center;
}

/* ui */
.flipbook-skin-color{
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .3s ease-out;
}

/*dark*/
.flipbook-bg-dark{
	background: #242424;
	border-top: 1px solid rgba(58, 58, 58, 1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.9);
}
.flipbook-color-dark{
    color: #D8D8D8;
}
.flipbook-color-dark:hover{
    color: #FFF;
}

/*light*/
.flipbook-bg-light{
    background: #DBDBDB;
    border-top: 1px solid rgba(242, 242, 242, 1);
    border-bottom: 1px solid rgba(197, 197, 197, 0.9);
}
.flipbook-color-light{
    color: #555;
}
.flipbook-color-light:hover{
    color: #000;
}

