
html, body {
  height: 100%;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
  background-color: white;
}


.nav-bar {
    width:100%;
    height: 40px;
    background-color:  rgba(101, 200, 197, 0.8);
    position: fixed;
    bottom:0px;
    left:0px;
    vertical-align: middle;
    /*z-index: 12000;*/

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.nav-bar-full {
    position: absolute;
    z-index: 100000;
}

.swipeConsole {
    width: 100%;
    height: 94%;
    position: absolute;
    top:0px;
    left:0px;
    z-index: 12002;
}

.main-container {
    position: relative;
    height: 100%;
    width: 100%;
}

.player-cont {
    display: block;
    position:absolute;
    height:auto;
    bottom:0;
    top:0;
    left:0;
    right:0;
    margin-bottom:40px;
    background-color: white;
}

iframe {
    width:100%;
    height: 100%;
    border: none;
    overflow: hidden;
}

.slide-item {
    position: absolute;
    width:100%;
    height: 100%;
    top:0;
    left:0;
    display: none;
    z-index: 10000;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    overflow: hidden!important;

}

.item-active {
    display:block;
}

.ply-next {
    cursor: hand;
    cursor: pointer;
    position: absolute;
    width:80px;
    height: 100%;
    text-align: right;
    right: 10px;
    top: 7px;
    color: #4b9693;
}


.ply-previous {
    cursor: hand;
    cursor: pointer;
    position: absolute;
    width:80px;
    height: 100%;
    left: 10px;
    top:7px;
    color: #4b9693;
}


.ply-previous div {
    display: inline;
}
.ply-next div{
    display: inline;
}

.desc {
    position: absolute;
    margin-top:3px;

}

.dictionary_btn, .index_btn {
    cursor: hand;
    cursor: pointer;
    position: absolute;
    width:50px;
    height: 100%;
    text-align: right;

    top: 7px;
    color: #4b9693;
    font-size: 20px;
    border-right: 2px dotted #4b9693;
    padding-right: 20px;
    margin-right: 10px;
}

.dictionary_btn{
    right: 90px;
}

.index_btn{
    right: 140px;
}

.page-numbers {
    width: 70px;
    height: 100%;
    background-color: #65C8C5;
    color:rgba(255, 255, 255, 0.6);
    text-align: center;

    position:absolute;
    margin-left:-35px;
    left:50%;
    margin-top: 0;
    padding-top: 8px;
    font-family: 'Verdana';
    font-size: 16px;
}

.page-numbers:after {
    content:"";
    position: absolute;
    z-index: 2;
    top: 2px;
    bottom: 2px;
    left: 50%;
    border-left: 2px dotted #4b9693; /*change these values to suit your liking*/
}



@media screen and (max-width: 50em) {


}

@media screen and (max-width: 25.5em) {

}


@media (max-width: 480px) {

}

