iframe:focus { 
    outline: none;
}
iframe[seamless] { 
    display: block;
}

.book_container .book_item, .book_container .book_index{
    display:inline-block;   
}
.book_container .book_index{
    float:left;
}

@media(min-width:1025px){
    .book_container .book_index{
        width:22%;
    }
    .book_container .book_item{
        width:100%;
        padding-right:0%;
        /*position: fixed;*/
        position: unset;
        /*margin-top: 16px;*/
        margin-top: 0px;
    }
    /*    .thumbnails.thumbanils-touch{
            display:none;
        }*/
}

@media(max-width:1024px){
    .book_container .book_index{
        display: none;
    }
    .book_container .book_item{
        width:100%;
    }
}

.book_container{
    padding-left: 0px;
    padding-right: 0px;
}

.book_container .book_index iframe{
    width:100%; 
    height:100%;
}
.book_container .book_item iframe{
    width:100%; 
    /*height:85%;*/
    /*height:100%;*/
    height: calc(100% - 18px);
}
body{
    margin:0px;
}
.book_toppar{
    width:100%;
}
div.book_toppar{
    background: #fcb040;
    height: 20px;
    padding: 10px 15px;
    display: flex;
    position: fixed;
    align-items: center;
    margin-top: 0px;
    z-index: 1000;
    padding-bottom: 6.8px;
}
.book_toppar .topbar_input, .book_toppar a.topbar_submit, .book_toppar p.topbar_brand, .book_toppar p.topbar_pages_title, .book_toppar div.top_bar_manual_icon{
    display: inline-block;
}
input.topbar_input{
    background-color: hsla(0,0%,100%,.8);
    width: 50px;
    font-weight: 700;
    padding-left: 6px;
    padding-top: 4px;
    height: 21px;
    border-color: white;
}    
@media(max-width:480px){
    input.topbar_input{
        margin-right: -50px;
    }

    input.topbar_input {
        padding-top: 0.5px;
        height: 22px;
    }

}
.book_toppar p.topbar_pages_title{
    color: black;
    font-family: Open sans-serif;
    font-size: 12px;
    letter-spacing: 1px;
    margin-right: 7px;
}
.book_toppar a.topbar_submit{
    background-color: hsla(0,0%,100%,.9);
    padding: 4px 11px;
    margin-top: 0.9px;
    margin-left: 11px;
    font-family: Open Sans;
    font-weight: 700;
    border: 1px black solid;
    color: #fcb040;
    font-size: 13.5px;
    transition: 0.3s ease-in;
}
.book_toppar a.topbar_submit:hover{
    background-color: hsla(0,0%,100%,.4);
    color:white;       
}
.book_toppar p.topbar_brand{
    color: black;
    font-family: Open Sans;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-left: 0px;
    text-transform: capitalize;
    margin-top: 9px;
}
/*.book_toppar p.topbar_brand:before{
    content: "|";
    position: relative;
    font-size: 21px;
    margin-right: 2px;
    top: 0px;

}*/
@media(max-width:1024px){
    .book_toppar p.topbar_brand{
        margin-left: 40px;
    }
}
.top_bar_manual_icon .top_bar_download, .top_bar_manual_icon .top_bar_print{
    display: inline-block;
}
i.topbar_download_cus{
    background:white;
    padding: 2px;
    border-radius: 0%;
    transition: 0.3s ease-in-out;
    color:black;
}
i.topbar_download_cus:hover{
    transform: translateY(-5px);   
}
i.topbar_print_cus{
    background: white;
    padding: 2px;
    border-radius: 0%;
    transition: 0.3s ease-in-out;
    color: black;
}
i.topbar_print_cus:hover{
    transform: translateY(-5px);
}
div.top_bar_manual_icon{
    margin-left: -4px;
    margin-top: 10px;
}
.book_container{
    /*height: calc(100% - 60px) !important;*/
    /*margin-top:37px;*/

    background-color: #fcfcf;
}
.book_index iframe{
    margin-top: 19px;
    height: calc(100% - 37px) !important;
}
.topbar_right {
    float: right;
    right: 24px;
    position: fixed;
}

#resp_menu_toggle_btn{
    position: fixed !important;
    z-index: 999 !important;
    color: white !important;
    background: black !important;
    /*top: 2px !important;*/
    top: -3px !important;
    left: 5px !important;
    font-size: 25px !important;
    letter-spacing: 3px !important;
    font-weight: 900 !important;
    z-index: 1001 !important;
    padding-bottom: 6px !important;
    padding-left: 6px !important;
    transform: rotate(90deg) !important;
}

@media(min-width:1025px){
    #resp_menu_toggle_btn{
        display:none;   
    }
}
@media(max-width:1024px){
    .resp_hide{
        /*display:none;*/
    }
    .book_container .book_index{
        position: absolute;
        width: auto;
        background: white;
        height:100%;
    }
    .topbar_right {
        right: 10px;
    }
    .book_container div.book_index{
        z-index: 998;
    }
    .addthis_inline_share_toolbox, div.top_bar_manual_icon{
        z-index: -1;
    }
}
.addthis_inline_share_toolbox{
    display: inline-block;
    vertical-align: middle;
}
@media(max-width:480px){
    .addthis_inline_share_toolbox{
        width: 220px;
        position: absolute;
        right: -150px;
        top: 8px;
        margin-left: auto;
        margin-right: auto;
        display: table;
    }   
    div.top_bar_manual_icon{
        width: 220px;
        position: absolute;
        right: -103px;
        top: -2px;
        margin-left: auto;
        margin-right: auto;
    }        
    i.topbar_print_cus, i.topbar_download_cus{
        background: white;
        color: black;
    }
    .topbar_right {
        left: 15px;
    }
    .book_toppar p.topbar_brand {
        display:none;
    }
}
@media(min-width:481px){
    input.topbar_input{
        margin-right: 20px;
        /*margin-right: 0px;*/
    }
}
@media(max-width:667px){
    .book_toppar p.topbar_brand {
        display: none;
    }
}
.at-share-btn-elements a{
    background-color: rgba(34, 34, 34,0.3);
}
.top_bar_manual_icon.top_bar_manual_icon-elmt-con{
    background-color: white !important;
    color: black !important;
    padding: 3px !important;
    transform: translateY(-2px) !important;
    font-size: 13.5px !important;
    transition: 0.1s ease-in-out;
}
.top_bar_manual_icon.top_bar_manual_icon-elmt-con:hover{
    transform: translateY(-6px) !important;
}
.top_bar_manual_icon.top_bar_manual_icon-elmt-con a, .top_bar_manual_icon.top_bar_manual_icon-elmt-con svg{
    color:rgb(34, 34, 34) !important;
}

@media(max-width:480px){
    .top_bar_manual_icon.top_bar_manual_icon-elmt-con {
        background-color: white !important;
        color: black !important;
        padding: 3px !important;
        transform: translateY(0px) translateX(-203px) !important;
        font-size: 13.5px !important;
        transition: 0.1s ease-in-out;
        max-width: 14.3px;
    }
    .top_bar_manual_icon-linkedin{
        margin-right: -24.5px !important;
    }
    .top_bar_manual_icon.top_bar_manual_icon-elmt-con.top_bar_manual_icon-print{
        margin-right: 0.52px;
    }
}


/*Custom ebook height stling*/
/*@media(min-width:992px){*/
@media(min-width:992px){
    /*    .book_container .book_item #canvas{
            transform: translateY(10px) scale(0.9) !important;
        }*/

    .book_container{
        height: calc(100vh - 40px);
        transform: translateY(30px);
    }

    .book_container .book_index {
        /*width: 22%;*/
        height: calc(100% + 23px);
        /*transform: translateY(-22px);*/
        transform: translateY(-30px);
    }
}

@media(min-width:769px){
    /*    .book_container .book_item #canvas{
            transform: translateY(10px) scale(0.9) !important;
        }*/

    .book_container{
        height: calc(100vh - 40px);
        transform: translateY(30px);
    }

    .book_container .book_index {
        /*width: 22%;*/
        height: calc(100% + 23px);
        /*transform: translateY(-22px);*/
        transform: translateY(-30px);
    }
}
/*End custom ebook height stling*/


@media(min-width:668px){
    /*    .book_container .book_item #canvas{
            transform: translateY(10px) scale(0.9) !important;
        }*/

    .book_container{
        height: calc(100vh - 40px);
        transform: translateY(30px);
    }

    .book_container .book_index {
        /*width: 22%;*/
        height: calc(100% + 23px);
        /*transform: translateY(-22px);*/
        transform: translateY(-30px);
    }
}

@media(min-width:481px){
    /*    .book_container .book_item #canvas{
            transform: translateY(10px) scale(0.9) !important;
        }*/

    .book_container{
        height: calc(100vh - 40px);
        transform: translateY(30px);
    }

    .book_container .book_index {
        /*width: 22%;*/
        height: calc(100% + 23px);
        /*transform: translateY(-22px);*/
        transform: translateY(-30px);
    }


    @media(min-width:376px){
        /*    .book_container .book_item #canvas{
                transform: translateY(10px) scale(0.9) !important;
            }*/

        .book_container{
            height: calc(100vh - 40px);
            transform: translateY(30px);
        }

        .book_container .book_index {
            /*width: 22%;*/
            height: calc(100% + 23px);
            /*transform: translateY(-22px);*/
            transform: translateY(-30px);
        }
    }

    @media(min-width:1px){
        /*    .book_container .book_item #canvas{
                transform: translateY(10px) scale(0.9) !important;
            }*/

        .book_container{
            height: calc(100vh - 40px);
            transform: translateY(30px);
        }

        .book_container .book_index {
            /*width: 22%;*/
            height: calc(100% + 23px);
            /*transform: translateY(-22px);*/
            transform: translateY(-30px);
        }
    }

    .home-body-elmt{
        overflow: hidden;
    }


    @media(max-height:400px) and (orientation: portrait){
        .book_item {
            transform: scale(0.8) translateY(12px) !important;
        }
    }