.ebookContainter
{
    /*
    width: 120vh;
    height: 67.5vh;
    */
    width: 1320px;
    height: 746.9px;
    margin: auto;
    margin-top: 5vh;
    margin-bottom: 8vh;
    position: relative;
    overflow: hidden;
}

.ebookContent
{
    width: 80%;
    height: 100%;
    margin: auto;
}

.ebookContent .page-container
{
    position: relative;
    width: 100%;
    line-height: 0;
}

.ebookContent .page-container .page-element
{
    position: absolute !important;
    background-color: rgba(0,0,0,0.0);
	##background-color: red;
	##opacity: 0.2;
}

.ebookContent .page-container .page-element .item .ratio-image
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
}

.ebookContent .page-container .page-element img.play-btn
{
    position: absolute;
    border-width: 0;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.nav-arrow {
    position: absolute; top: 50%; z-index: 15;
    background: url(../images/arrow-navpage.png);
    width: 34px; height: 136px;
    margin-top: -68px;
}

.nav-arrow.next			{ background-position: 0 0; }
.nav-arrow.next:hover	{ background-position: 0 -186px; }

.nav-arrow.prev			{ right: 0; background-position: 0 -372px; display: none; }
.nav-arrow.prev:hover	{ background-position: 0 -558px; }

.prePage
{
    height: 100%; width: 10%; top: 0; left: 0; background-color: transparent; position: absolute; z-index: 500;
}
.nextPage
{
    height: 100%; width: 10%; top: 0; right: 0; background-color: transparent; position: absolute; z-index: 500;
}

body
{
    background-color: black;
}

.ebookFooter
{
    position: fixed;
    background-color: white;
    bottom: 0;
    right: 0;
    height: 60px;
    width: 100vw;
    z-index: 800;

}

.ebookFooter .menu-bg{
    margin: auto;
    margin-top: 10px;
    height: 40px;
}

.ebookFooter .menu-bg ul {
    list-style: none;
    margin: 0; padding: 0;
}

.ebookFooter .menu-bg li {
    float: left;
    position: relative;
    width: 30px;
    margin: 0 3px;
    list-style: none;
    background:none;
}

a {
    cursor: pointer;
}

#showAllDiaBackground
{
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    background-color: rgba(0, 0, 0, 0.5);

}

#showAllDia{
    position: fixed;
    top: 30%;
    left: 0;
    overflow-x:scroll;
    overflow-y:hidden;
    height: 320px;
    width: 100vw;
    background-color: black;
    box-shadow: 0 0 40px rgba(100,200, 211, 0.8);
}

#showAllDia img
{
    width: 200px;
    margin: 0px 10px;
    float: left;
}

#showAllDia .container
{
    margin-top: 20px;
}

#showAllDia .container div{
    border: 1px solid #CCC;
    float: left;
    width: 200px;
    height: 200px;
}

.ebookFooter .menu-bg a {
    font-family: Helvetica, Arial, sans-serif;
    text-decoration: none;
    font-size: 14px;
}

.ebookFooter .menu-bg li a {
    display: block;
    background: url(../images/icons.png) no-repeat;
    width: 30px; height: 40px;
}

.ebookWebMode
{
    display: none;
}

.ebookMobileMode
{
    padding: 10%;
    display: block;
}

@media (min-width: 820px)
{
    .ebookWebMode
    {
        display: block;
    }

    .ebookMobileMode
    {
        display: none;
    }

    body{
        background-color: #666666;
    }
}

.ebookMobileMode .container
{
    width: 371px;
}

.ebookMobileMode .container div:not(.owl-nav):not(.owl-prev):not(.owl-next)
{
    position: relative;
}

.ebookMobileMode .container .page-container
{
    position: relative;
    width: 100%;
    height: fit-content;
    line-height: 0;
    margin: 10px 0 4px;
}

.ebookMobileMode .container .page-container .page-element
{
    position: absolute !important;
    background-color: rgba(0,0,0,0.0);
	##background-color: red;
	##opacity: 0.5;
	
}

.ebookMobileMode .container .page-container .page-element img.play-btn
{
    position: absolute;
    border-width: 0;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.ebookMobileMode .container img
{
    width: 100%;
}

.ebookMobileMode .container .item img
{
    margin-top: 0;
}

.ebookMobileMode .container .item .ratio-image
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
}

.ebookFooterRightMenu
{
    position: absolute;
    right: 0;
    padding: 10px 10px;
    width: 40%;
    min-width: 120px;
}
.ebookMobileLogo
{
    margin-top: 25px;
    margin-left: 10px;
    width: 105px;
}
.ebookMobileModeFooter
{
    position: fixed;
    bottom: 0;
    left: 0;
    height: 105px;
    width: 100%;
    z-index: 99;
    background-color: white;
    display: inline-block;
}


.ebookMobileControl
{
    position: fixed;
    z-index: 100;
    bottom: 123px;
    right: 2px;
    width: 39px;
    height: 113px;
    background-color: #a7a9ac;
    display: inline-block;
}

@media (min-width: 820px)
{
    .ebookFooterRightMenu
    {
        position: absolute;
        right: 0;
        padding: 10px 10px;
        width: 80%;
        min-width: 120px;
    }
    .ebookMobileModeFooter
    {
        position: fixed;
        bottom: 0;
        left: 0;
        height: 40px;
        width: 100%;
        z-index: 99;
        background-color: white;
        display: none;
    }

    .ebookMobileControl
    {
        position: fixed;
        z-index: 100;
        bottom: 123px;
        right: 2px;
        width: 39px;
        height: 113px;
        background-color: #a7a9ac;
        display: none;
    }

    .ebookMobileLogo
    {
        margin-top: 10px;
        margin-left: 10px;
        width: 55px;
    }
}


.ebookFooter .menu-bg li a.fb				{ background-position: 0 0; }
.ebookFooter .menu-bg li a.fb:hover		{ background-position: 0 -90px; }

.ebookFooter .menu-bg li a.twitter				{ background-position: 0 -180px; }
.ebookFooter .menu-bg li a.twitter:hover		{ background-position: 0 -270px; }

.ebookFooter .menu-bg li a.download				/*{ background-position: 0 0; }*/ { background-position: 0 -540px; }
.ebookFooter .menu-bg li a.download:hover			/*{ background-position: 0 -90px; }*/ { background-position: 0 -630px; }

.ebookFooter .menu-bg li a.home					/*{ background-position: 0 -180px; }*/ { background-position: 0 -1440px; }
.ebookFooter .menu-bg li a.home:hover				/*{ background-position: 0 -270px; }*/ { background-position: 0 -1530px; }

.ebookFooter .menu-bg li a.contact				{ background-position: 0 -360px; }
.ebookFooter .menu-bg li a.contact:hover			{ background-position: 0 -450px; }

.ebookFooter .menu-bg li a.fullscreen				{ background-position: 0 -1408px; }
.ebookFooter .menu-bg li a.fullscreen:hover			{ background-position: 0 -1450px; }


.ebookFooter .menu-bg li a.show-all				/*{ background-position: 0 -540px; }*/ { background-position: 0 -1260px; }
.ebookFooter .menu-bg li a.show-all:hover			/*{ background-position: 0 -630px; }*/ { background-position: 0 -1350px; }

.ebookFooter .menu-bg li a.zoom-auto				/*{ background-position: 0 -720px; }*/ { background-position: 0 -1080px; }
.ebookFooter .menu-bg li a.zoom-auto:hover		/*{ background-position: 0 -810px; }*/ { background-position: 0 -1170px; }

.ebookFooter .menu-bg li a.zoom-in				/*{ background-position: 0 -900px; }*/ { background-position: 0 -720px; }
.ebookFooter .menu-bg li a.zoom-in:hover			/*{ background-position: 0 -990px; }*/ { background-position: 0 -810px; }

.ebookFooter .menu-bg li a.zoom-original			{ background-position: 0 -1080px; }
.ebookFooter .menu-bg li a.zoom-original:hover	{ background-position: 0 -1170px; }

.ebookFooter .menu-bg li a.zoom-out				/*{ background-position: 0 -1260px; }*/ { background-position: 0 -900px; }
.ebookFooter .menu-bg li a.zoom-out:hover			/*{ background-position: 0 -1350px; }*/ { background-position: 0 -990px; }


.ebookMobileMode .owl-theme .owl-dots .owl-dot span {
    width: 6px!important;
    height: 6px!important;
    margin: 5px 3px !important;
}
