/*
	sm: 540px,
	md: 720px,
	lg: 960px,
	xl: 1140px
*/
.modal {
    max-width: 50%;
}

.modal.extmodal {
    max-width: 100%;
}

.hand {
    cursor: pointer;
}

.numberAppend {
    width: 50px;
    overflow: hidden;
}

.numberAppend .input-group-text {
    width: 100%;
}

.textAppend {
    max-width: 60px;
    text-align: center;
}

.textExtraAppend {
    max-width: 90px;
    text-align: center;
}

.titleAppend {
    direction: rtl;
    text-align: right;
}

.icon {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ereaders-detail-btn i.icofont-save {
    font-size: 18px;
    padding: 4px;
}

.shadow {
    box-shadow: 0 0 7px rgba(0, 0, 0, .2);
    padding: 3px;
}

.parallax1 {
    background: #CFCFCF;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.my25p {
    width: 25%;
}

.d-myflex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: baseline;
    align-content: stretch;
}

.d-myflex > div {
    min-width: 22%;
}

@media (min-width: 1201px) {
    .d-myflex > div {
        min-width: 19%;
    }
}

@media (min-width: 901px) and (max-width: 1200px) {
    .d-myflex > div {
        min-width: 30%;
    }
}

@media (max-width: 900px) {
    .navbar-collapse {
        position: absolute;
        left: 17px;
        top: 48px;
        z-index: 1;
        width: 90%;
    }

    .navbar-collapse li {
        background-color: white;
    }

    .d-myflex > div {
        min-width: 30%;
    }
}

@media (max-width: 780px) {
    .d-myflex > div {
        min-width: 48%;
    }
}

.mainbook div.h5,
.mainbook div.h6 {
    overflow: hidden;
    width: 100%;
    height: 25px;
    text-align: right;
    word-break: break-all;
}

.shelf {
    margin-top: 10px;
}

.parallax2 {
    background: #FFFFFF;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallax3 {
    background: #CFCFCF;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallax4 {
    background: #FFFFFF;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallax5 {
    background: #CFCFCF;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.btn-xs .badge {
    top: 0;
    padding: 1px 5px
}

.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.flag {
    width: 28px;
    height: 15px;
    position: absolute;
    left: 0;
    top: 8px;
}

.booktitle {
    white-space: nowrap;
    position: relative;
    overflow: hidden;
    width: 150px;
}

.booktitle.rtl {
    text-align: right;
}

.booktitle.ltr {
    text-align: left;
}

.top40 {
    margin-top: -40px;
    position: absolute;
}

.topboard {
    background-image: url(../images/data/topboard.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 10px;
    font-size: 36px;
    line-height: 50px;
    font-weight: bold;
    display: block;
    width: 300px;
    height: 70px;
}

.topshelfrow {
    background-image: url(../images/data/topshelf.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: top;
    height: 15px;
}

.deleteme {
    text-align: center;
    left: 10px;
    top: 10px;
}

.buttonshelfrow {
    background-image: url(../images/data/topshelf.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: top;
    height: 15px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.shelfrow {
    background-image: url(../images/data/shelf.png);
    background-size: 100% 103%;
    background-repeat: repeat-y;
    background-position: top;
    text-align: center;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    min-height: 200px;
}

#ajaxdata {
    width: 100%;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin: 0;
}

.tab__shelfcontainer {
    max-width: 1200px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 901px) {
    #ajaxdata .col-md-4, #ajaxdata .col-md-3 {
        float: none;
        display: inline-block;
        vertical-align: top;
        margin-right: -4px;
        min-width: 25%;
        width: 25%;
    }

    #ajaxdata .col-md-7, #ajaxdata .col-md-5 {
        width: 100%;
        float: left;
        margin-bottom: 0px;
    }

    .w600 {
        display: block;
    }
}

@media (max-width: 900px) {
    #ajaxdata .col-md-4, #ajaxdata .col-md-3 {
        float: none;
        display: inline-block;
        vertical-align: top;
        margin-right: -4px;
        min-width: 33%;
        width: 33%;
    }

    #ajaxdata .col-md-7, #ajaxdata .col-md-5 {
        width: 100%;
        float: left;
        margin-bottom: 0px;
    }

    .col-md-12 {
        float: left;
        width: 100%;
    }

    .w600 {
        display: block;
    }
}

@media (max-width: 620px) {
    #ajaxdata .col-md-4, #ajaxdata .col-md-3 {
        float: none;
        display: inline-block;
        vertical-align: top;
        margin-right: -4px;
        min-width: 50%;
        width: 50%;
    }

    #ajaxdata .col-md-7, #ajaxdata .col-md-5 {
        width: 100%;
        float: left;
        margin-bottom: 0px;
    }

    .col-md-12 {
        float: left;
        width: 100%;
    }

    .w600 {
        display: none;
    }
}

@media (max-width: 480px) {
    #ajaxdata .col-md-4, #ajaxdata .col-md-3, #ajaxdata .col-md-6 {
        margin-right: 0px;
        width: 100%;
    }

    .w600 {
        display: none;
    }
}

.bookshelf {
    z-index: 1;
    perspective: 3000px;
    float: left;
    margin-top: 15px;
    margin-bottom: 23px;
    margin-left: 2%;
    margin-right: -5px;
}

.shelf .mainbook {
    height: 330px;
    position: relative;
    display: inline-table;
    margin: 4px;
    width: 170px;
}

.shelf .mainbook .first__img {
    display: block;
    width: 98%;
    margin: 1%;
    height: 180px;
    background-size: 100% 100%;
    background-position: center;
    border-radius: 2px 4px 4px 2px;
    font-family: acumin-pro, sans-serif;
    -webkit-box-shadow: 8px 6px 8px 0px rgba(151, 146, 153, 0.6);
    -moz-box-shadow: 8px 6px 8px 0px rgba(151, 146, 153, 0.6);
    box-shadow: 8px 6px 8px 0px rgba(151, 146, 153, 0.6);
    font-weight: 400;
    color: #FFFF00;
}

.shelf .newmainbook {
    height: 100%;
    position: relative;
    display: inline-table;
    margin: 0 0 30px;
    width: 100%;
    overflow: hidden;
    border: 1px solid rgba(151, 146, 153, 0.6);
    transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
}

.shelf .newbigbook {
    height: 100%;
    position: relative;
    display: inline-table;
    margin: 0 0 30px;
    width: 100%;
    overflow: hidden;
    border: 1px solid rgba(151, 146, 153, 0.6);
    transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
}

.description {
    text-align: justify;
    padding: 2px;
    float: left;
    direction: rtl;
}

.otherdesc .workers {
    word-break: break-all;
    padding-right: 0;
    margin-right: -4px;
}

.shelf .newbigbook .booklink {
    float: right;
    margin: 5px;
    width: 25%;
}

.shelf .newbigbook .bigdata {
    width: 75%;
}

.shelf .newbigbook .otherdesc {
    text-align: right;
}

.shelf .newmainbook:hover {
    -webkit-box-shadow: 8px 6px 8px 0px rgba(151, 146, 153, 0.6);
    -moz-box-shadow: 8px 6px 8px 0px rgba(151, 146, 153, 0.6);
    box-shadow: 8px 6px 8px 0px rgba(151, 146, 153, 0.6);
}

.shelf .newmainbook .booktitle, .booktitle {
    line-height: 30px;
    position: absolute;
    bottom: 0;
    text-align: center;
}

.shelf .newmainbook .mainimg, .mainimg {
    display: block;
    margin: 5% 5%;
    width: 210px;
    float: right;
    height: 330px;
    padding: 1px;
    -webkit-box-shadow: 8px 6px 8px 0px rgba(151, 146, 153, 0.6);
    -moz-box-shadow: 8px 6px 8px 0px rgba(151, 146, 153, 0.6);
    box-shadow: 8px 6px 8px 0px rgba(151, 146, 153, 0.6);
}

.shelf .newmainbook .booklink, .booklink {
    float: left;
    width: 210px;
}

.shelf .newmainbook .newmbooktitle, .newmbooktitle {
    font-size: 14px;
    text-transform: uppercase;
    margin: 0 0 2px;
    line-height: 1.5;
    word-wrap: normal;
    overflow: hidden;
    height: 26px;
}

.bookshelf .book {
    position: relative;
    display: block;
    width: 130px;
    height: 180px;
    border-radius: 2px 4px 4px 2px;
    -webkit-box-shadow: 8px 6px 8px 0px rgba(151, 146, 153, 0.6);
    -moz-box-shadow: 8px 6px 8px 0px rgba(151, 146, 153, 0.6);
    box-shadow: 8px 6px 8px 0px rgba(151, 146, 153, 0.6);
    font-weight: 400;
    color: #FFFF00;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: -webkit-transform .5s;
    -moz-transition: -moz-transform .5s;
    transition: transform .5s;
    -webkit-transform: rotate3d(0, 1, 0, 35deg);
    -moz-transform: rotate3d(0, 1, 0, 35deg);
    transform: rotate3d(0, 1, 0, 40deg);
}

.bookshelf .book > div {
    display: block;
    position: absolute;
}

.bookshelf .left-side {
    position: absolute;
    color: #fff;
    bottom: 0;
    top: 0;
    width: 30px;
    left: 5px;
    z-index: 5;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    background: #a3380e;
    background-size: auto 100%;
    -webkit-transform: rotateY(-90deg) translateX(-49px);
    -moz-transform: rotateY(-90deg) translateX(-49px);
    -o-transform: rotateY(-90deg) translateX(-49px);
    -ms-transform: rotateY(-90deg) translateX(-49px);
    transform: rotateY(-90deg) translateX(-40.5px);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-box-shadow: 8px 6px 8px 0px rgba(151, 146, 153, 0.6);
    -moz-box-shadow: 8px 6px 8px 0px rgba(151, 146, 153, 0.6);
    box-shadow: 8px 6px 8px 0px rgba(151, 146, 153, 0.6);
}

.cover {
    height: 100%;
    background-size: 100% 100%;
}

.cover .num-up {
    position: absolute;
    top: 64px;
    left: 47px;
    letter-spacing: 50px;
    transform: rotate(-90deg);
}

.cover .num-down {
    position: relative;
    top: 65px;
    left: -95px;
    transform: rotate(-90deg);
}

.author {
    font-family: acumin-pro, sans-serif;
    font-weight: 400;
    position: absolute;
    top: 475px;
    left: 50px;
    opacity: .8;
}

.bookshelf .front > div {
    box-shadow: inset 4px 0 10px rgba(0, 0, 0, 0.1);
}

.bookshelf h2 {
    width: 180px;
    height: 40px;
    top: 25px;
    position: absolute;
    color: #FFFF00;
    font-size: 15px;
    line-height: 45px;
    padding-right: 10px;
    text-align: right;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotate(90deg) translateY(-40px);
    -moz-transform: rotate(90deg) translateY(-40px);
    transform: rotate(90deg) translateY(-40px);
}

.left-side h2 span:first-child {
    font-weight: 400;
    font-size: 13px;
    padding-right: 20px;
}

.left-side h2 span:last-child {
    font-family: acumin-pro, sans-serif;
}

.book .front {
    width: 100%;
    height: 100%;
}

.myroundedcircle {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 2px solid red;
    text-align: center;
    background-color: white;
}

.myicon {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    margin-bottom: 5px;
    margin-left: 1px;
    text-align: center;
    overflow: hidden;
    transition: transform 0.8s;
    transform-style: preserve-3d;
    border: 2px outset #dad6d6;
    float: right;
}

.myiconli {
    transition: transform 0.8s;
    position: relative;
    transform-style: preserve-3d;
}

.myiconli i.fliphorizontal {
    transform: rotateY(180deg);
}

.myicon-small {
    max-width: 25px;
    max-height: 25px;
}

div.myicon-small i {
    font-size: 18px;
}

.fliphorizontal {
    animation: rotation 1s linear;
}

@keyframes rotation {
    from {
        transform: rotateY(0deg);
    }
    to {
        transform: rotateY(180deg);
    }
}

.icon img {
    width: 100%;
    height: 100%;
    margin-top: -2px;
}

.shelfcontainer {
    width: 98%;
    margin-left: 1%;
    margin-right: 1%;
    min-height: 50px;
}

.ereaders-main-section {
    float: left;
    width: 100%;
    position: relative;
}

.ereaders-book-wrap, .ereaders-book-thumb, .ereaders-detail-thumb-text, .ereaders-detail-option,
.ereaders-number-select, .ereaders-detail-social {
    float: left;
    width: 100%;
}

.ereaders-book-wrap {
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
    padding: 10px;
}

.ereaders-book-thumb {
    border: 1px solid #ececec;
    border-radius: 4px;
}

.star-rating {
    width: 10%;
    height: 24px;
    line-height: 24px;
    float: left;
    position: relative;
    margin: 0px 12px 8px 0px;
}

.star-rating:before, .star-rating-box:before {
    content: "\f006 \f006 \f006 \f006 \f006";
    font-family: FontAwesome;
    font-size: 13px;
    left: 0px;
    letter-spacing: 0px;
    position: absolute;
    top: 0px;
    color: #c2c2c2;
}

.star-rating-box:before {
    content: "\f005 \f005 \f005 \f005 \f005";
}

.star-rating > .star-rating-box {
    height: 20px;
    left: 0px;
    overflow: hidden;
    position: absolute;
    top: 0px;
}

.ereaders-detail-thumb-text small {
    font-size: 12px;
    color: #c2c2c2;
}

.ereaders-detail-thumb-text {
    padding: 16px 0px 0px;
}

.ereaders-detail-thumb-text h2 {
    margin: 0px 0px 7px;
    font-size: 18px;
    text-transform: uppercase;
}

.ereaders-detail-thumb-text > span {
    float: right;
    margin: 0px 5px 17px;
    font-size: 18px;
    font-weight: bold;
    color: #1b1b1b;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    padding: 5px;
}

.ereaders-detail-thumb-text span del {
    float: right;
    margin: 0px 0px 0px 30px;
    font-weight: 400;
    color: #8b8b8b;
}

.ereaders-detail-thumb-text p {
    float: right;
    line-height: 26px;
    letter-spacing: 0.6px;
    margin: 0px 0px 20px;
    text-align: justify;
    padding: 2px;
}

.ereaders-detail-option {
    margin: 0px 0px 18px;
}

.ereaders-detail-option li {
    float: left;
    width: 33.333%;
    list-style: none;
    margin: 0px 0px 10px;
    border-right: 1px solid #ececec;
    padding-left: 24px;
    line-height: 1;
    height: 65px;
}

.ereaders-detail-option li:first-child {
    padding-left: 0px;
}

.ereaders-detail-option li:last-child {
    border-right: none;
}

.ereaders-detail-option li h6 {
    margin: 0px 0px 4px;
    font-size: 14px;
}

.ereaders-detail-option li a, .ereaders-detail-option li > span {
    color: #7e7e7e;
    font-size: 12px;
    letter-spacing: 0.7px;
}

.ereaders-number-select {
    margin: 0px 0px 30px;
}

.ereaders-number-select label {
    float: left;
    font-weight: 500;
    margin: 6px 20px 0px 0px;
    color: #262626;
}

.ereaders-number-select input[type="number"] {
    float: left;
    margin: 0px 30px 0px 0px;
    border: 1px solid #e0e0e0;
    font-size: 14px;
    color: #7e7e7e;
    height: 35px;
    width: 80px;
    background-color: transparent;
    text-align: center;
}

.ereaders-detail-btn {
    float: left;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    padding: 2px;
    min-width: 98%;
    margin: 1%;
    position: relative;
}

.myabs-left {
    position: absolute;
    left: 1%;
    top: 10%;
    box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.8);
}

.abs-right {
    position: absolute;
    right: 1px;
    top: 10%;
}

.my30p {
    width: 30%;
    margin-right: 1%;
}

.container {
    margin-bottom: 30px;
}

.ereaders-detail-btn:hover {
}

.ereaders-detail-btn i {
    float: right;
    font-size: 25px;
    text-align: center;
    margin: 2px 1px 0px 0px;
}

.ereaders-detail-social {
    margin: 30px 0px 0px;
}

.ereaders-detail-social li {
    float: left;
    list-style: none;
    margin: 0px 10px 10px 0px;
}

.ereaders-detail-social li h6 {
    margin: 2px 10px 0px 0px;
    font-size: 14px;
}

.ereaders-detail-social li a {
    float: left;
    width: 25px;
    height: 25px;
    text-align: center;
    color: #ffffff;
    font-size: 12px;
    padding: 7px 0px 0px;
    border-radius: 3px;
}

.ereaders-detail-social li a.fa-facebook {
    background-color: #3b5998;
}

.ereaders-detail-social li a.fa-twitter {
    background-color: #55acee;
}

.ereaders-detail-social li a.fa-pinterest-p {
    background-color: #cc2127;
}

.ereaders-detail-social li a.fa-google-plus {
    background-color: #dc4a38;
}

/*ereaders-book-detail*/
.ereaders-book-detail, .ereaders-book-detail ul {
    float: left;
    width: 100%;
}

.ereaders-book-detail {
    margin: 0px 0px 40px;
}

.ereaders-book-detail p {
    margin: 0px 0px 22px;
    line-height: 26px;
}

.ereaders-book-detail ul {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
    padding: 0;
    background-color: #ffffff;
    border-radius: 5px;
}

.ereaders-book-detail ul li {
    float: left;
    line-height: 1;
    width: 33.333%;
    padding: 13px 0px 22px 30px;
    list-style: none;
    border-bottom: 1px solid #ececec;
    border-right: 1px solid #ececec;
}

.ereaders-book-detail ul li h6 {
    margin: 0px 0px 1px;
    font-size: 15px;
    text-transform: uppercase;
}

.ereaders-book-detail ul li p {
    margin: 0px;
    font-size: 13px;
}

.ereaders-book-reply .text-holder h6 {
    margin: 0px;
}

.ereaders-book-reply .star-rating:before, .ereaders-book-reply .star-rating-box:before {
    font-size: 10px;
}

.ereaders-book-reply .star-rating {
    line-height: 14px;
    height: 18px;
    margin: -2px 0px 6px;
}

.ereaders-book-reply .comment-list > li .thumb-list {
    padding: 0px 0px 8px 0px;
}

.ereaders-book-reply .comment-list .children > li .thumb-list {
    padding: 0px 0px 7px 97px;
}

.ereaders-book-reply .comment-list {
    margin: 0px 0px 14px;
}

.ereaders-book-reply .comment-respond {
    margin: 0px 0px 30px;
}

.ereaders-book-related {
    margin: 0px 0px 10px;
}

.ereaders-book-related img.cover {
    max-width: 200px;
    width: 200px;
    height: 250px;
}

/*Event Detail*/
.ereaders-event-subheader {
    float: left;
    width: 100%;
}

.ereaders-event-subheader {
    background-position: center;
    position: relative;
    text-align: center;
    padding: 109px 0px 176px;
}

.ereaders-event-subheader .ereaders-thumb-text h1 {
    width: 69%;
    display: inline-block;
    margin: 0px 0px 6px;
}

.ereaders-event-subheader .ereaders-thumb-option li {
    font-size: 12px;
}

.ereaders-event-subheader .ereaders-thumb-option li:before {
    height: 11px;
    top: 10px;
}

/*Conutdown*/
.ereaders-countdown-wrap {
    width: 83.33333333%;
    margin: -92px auto 0px;
}

.ereaders-countdown {
    float: left;
    width: 100%;
    text-align: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.10);
    background-color: #ffffff;
    margin: 0px 0px 60px;
    padding: 35px 0px 39px;
    border-radius: 4px;
}

.countdown-row, .ereaders-event-map {
    float: left;
    width: 100%;
}

.ereaders-countdown .countdown-section {
    float: left;
    width: 25%;
    color: #2e2e2e;
    line-height: 1;
    letter-spacing: 0.7px;
    position: relative;
}

.ereaders-countdown .countdown-section:before {
    content: '';
    position: absolute;
    right: 0px;
    top: -10px;
    height: 100px;
    width: 1px;
    background-color: #ececec;
}

.ereaders-countdown .countdown-section:last-child:before {
    content: none;
}

.ereaders-countdown .countdown-amount {
    font-size: 50px;
    margin: 0px 0px 5px;
    display: block;
    letter-spacing: 3px;
}

.ereaders-countdown .countdown-period {
    font-size: 20px;
    display: block;
    text-transform: uppercase;
}

.ereaders-post-tags > .ereaders-simple-btn {
    float: left;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 13px;
    padding: 11px 22px;
    letter-spacing: 0.7px;
    margin: -5px 0px 0px;
}

.ereaders-event-map {
    margin: 0px 0px 60px;
}

.ereaders-event-map #map {
    width: 100%;
    height: 300px;
}

/*event gallery*/
.ereaders-gallery, .ereaders-event-gallery figure, .ereaders-event-gallery figure a, .ereaders-event-gallery figure a img {
    float: left;
    width: 100%;
}

.ereaders-event-gallery {
    margin: 0px 0px 20px;
}

.ereaders-gallery > ul > li {
    margin: 0px 0px 20px;
    padding: 0px 10px;
    list-style: none;
}

.ereaders-event-gallery figure {
    margin: 0px;
}

.ereaders-event-gallery figure a {
    position: relative;
}

.ereaders-event-gallery figure a:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.ereaders-event-gallery ul li:hover figure a:before {
    opacity: 0.8;
}

.ereaders-event-gallery figure a i {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    border: 2px solid #ffffff;
    font-size: 18px;
    text-align: center;
    color: #ffffff;
    font-weight: bold;
    padding: 9px 0px 0px;
    margin: -20px 0px 0px -20px;
}

.comments-area, .comment-list, .comment-list li, .comment-list > ul > li, .comment-list .thumblist,
.comment-list li img, .thumb-list {
    float: left;
    width: 100%;
}

.comment-list .children {
    margin: 0px;
}

.comment-list > ul > li {
    margin: 0px 0px 0px 0px;
    list-style: none;
}

.comment-list .thumblist > ul {
    margin: 0px;
}

.comment-list li {
    list-style: none;
}

.comment-list li figure {
    border-radius: 100%;
    float: left;
    width: 70px;
    margin: 0px;
    overflow: hidden;
}

.comment-list li figure ~ .text-holder {
    padding: 7px 0px 0px 91px;
}

.comment-list > li .thumb-list {
    padding: 0px 0px 22px 0px;
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 30px;
}

.comment-list > li:last-child .thumb-list {
    border-bottom: none;
}

.comment-list .children > li .thumb-list {
    padding: 0px 0px 7px 97px;
}

.text-holder h6 {
    text-transform: uppercase;
    margin: 0px 0px 11px;
    letter-spacing: 0.9px;
    float: left;
}

.text-holder p {
    margin-bottom: 15px;
    display: inline-block;
    line-height: 26px;
}

.text-holder .post-date {
    float: left;
    font-size: 12px;
    line-height: 1;
    color: #aaaaaa;
    padding: 6px 0px 0px 32px;
    position: relative;
}

.text-holder .post-date:before {
    content: '';
    position: absolute;
    left: 15px;
    bottom: 3px;
    width: 3px;
    height: 3px;
    border-radius: 100%;
    background-color: #aaaaaa;
}

.comment-reply-link {
    float: left;
    margin: 0px 22px 5px 0px;
    font-size: 14px;
    line-height: 1;
    position: relative;
    color: #7e7e7e;
    font-weight: bold;
    border-bottom: 1px solid #ffffff;
}

.comment-reply-link:before {
    content: '';
    position: absolute;
    right: -11px;
    bottom: 2px;
    width: 1px;
    height: 9px;
    background-color: #bbbbbb;
}

.comment-reply-link:last-child:before {
    content: none;
}

.comment-reply-link i {
    font-size: 9px;
    margin: 0px 0px 0px 3px;
}

.comment-list {
    margin: 0px 0px 0px;
}

.comment-respond, .ereaders-full-form textarea {
    float: left;
    width: 100%;
}

.comments-area {
    margin-top: 20px;
}

.comment-respond {
    margin: 0px 0px 10px;
}

.comment-respond form {
    margin: 0px -12px;
}

.comment-respond form p {
    list-style-type: none;
    margin-bottom: 30px;
    padding: 0 12px 0;
    width: 33.333%;
    position: relative;
    float: left;
}

.comment-respond form p i {
    color: #bbbbbb;
    font-size: 12px;
    left: 32px;
    top: 14px;
    position: absolute;
}

.comment-respond form p input[type="text"],
.comment-respond form p input[type="email"] {
    background-color: transparent;
    border-radius: 4px;
    color: #7e7e7e;
    font-size: 12px;
    float: left;
    height: 40px;
    margin: 0;
    padding-left: 20px;
    width: 100%;
    border: 1px solid #ececec;
}

.comment-respond form > .ereaders-full-form i {
    top: 20px;
}

.comment-respond form > .ereaders-full-form {
    width: 100%;
}

.ereaders-full-form textarea {
    height: 200px;
    color: #2C2C2C;
    font-size: 12px;
    padding: 19px;
    background-color: transparent;
    border-radius: 4px;
    border: 1px solid #ececec;
}

.submit {
    float: left;
    padding: 10px 18px;
    border: none;
    font-size: 15px;
    color: #ffffff;
    line-height: 1;
    border-radius: 4px;
}

.submit:hover {
    background-color: #800505;
}

.ereaders-section-heading {
    float: right;
    width: 100%;
    font-size: 20px;
    letter-spacing: 1.3px;
    text-transform: uppercase;
    line-height: 0.8;
    margin: 0px 0px 30px;
    padding: 0px 0px 11px;
    position: relative;
}

.ereaders-section-heading:before {
    content: '';
    position: absolute;
    right: 0px;
    bottom: 0px;
    height: 2px;
    width: 50px;
    background-color: #00aff0;
}

.ereaders-banner-layer.slick-slide.slick-current.slick-active .ereaders-banner-thumb {
    -webkit-animation-name: texttwoslide;
    animation-name: texttwoslide;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes texttwoslide {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes texttwoslide {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.navbar-nav > li > a, .navbar-nav > li > a:before, .navbar-nav .sub-menu li a, .ereaders-service-grid-text, .ereaders-fancy-btn,
.ereaders-service-grid-text i, .ereaders-blog-option li a, .ereaders-readmore-btn, .ereaders-blog-grid-wrap, .ereaders-fancy-btn span small,
.ereaders-partner-slider a, .footer-social-network li a, .ereaders-pagination > ul > li > a, .ereaders-pagination > ul > li > span,
.ereaders-social-tag a, .ereaders-prenxt-post h2 > a, .ereaders-admin-social li a, .ereaders-related-blog-text h5 a, .comment-reply-link,
.widget_popular_post h6 a, .widget_tags a, .ereaders-simple-btn, .ereaders-blog-heading h2 a, .ereaders-detail-btn, .submit,
.ereaders-shop-tabs .nav-tabs li a:before, .ereaders-shop-tabs .nav-tabs li a, .ereaders-shop-grid-text h2 a, .ereaders-contact-info-wrap span,
.widget-popular-product-text h6 a, .ereaders-blog-grid-text h2 a, .widget_recent_comments h6 a, .eraders-search-btn, .ereaders-blog-option li,
.ereaders-contact-form ul li input[type="submit"], .ereaders-service-list h5 a, .ereaders-testimonial-text h4 a, .widget-author-info-text h5 a,
.ereaders-admin-text h5 a, .text-holder h6, .ereaders-book-detail ul li h6, .ereaders-service-grid-text h5 a {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.widget_cetagories ul li a, .widget_cetagories ul li a:before, .ereaders-book-grid figure figcaption a, .ereaders-book-grid figure > a:before,
.ereaders-book-grid figure a img, .ereaders-event-gallery figure a:before, .ereaders-event-gallery figure a i, .ereaders-event-list figure > a:before,
.ereaders-event-list figure figcaption a, .ereaders-event-list figure a img, .ereaders-shop-grid figure a img, .ereaders-shop-grid figure a:before,
.ereaders-shop-grid figure figcaption a, .ereaders-shop-list figure a img, .ereaders-shop-list figure figcaption a, .ereaders-shop-list figure a:before {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.sub-menu {
    -webkit-transition: all 0.6s cubic-bezier(0.68, -1, 0.265, 2.10);
    -moz-transition: all 0.6s cubic-bezier(0.68, -1, 0.265, 2.10);
    -ms-transition: all 0.6s cubic-bezier(0.68, -1, 0.265, 2.10);
    -o-transition: all 0.6s cubic-bezier(0.68, -1, 0.265, 2.10);
    transition: all 0.6s cubic-bezier(0.68, -1, 0.265, 2.10);
}

.sub-menu {
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
}

.navbar-nav li:hover > .sub-menu {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}

.ereaders-service-grid ul li:hover .ereaders-service-grid-text i {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.ereaders-pagination > ul > li > .previous span i {
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
}

.ereaders-book-grid figure figcaption a.ereaders-link,
.ereaders-event-list figure figcaption a.ereaders-link,
.ereaders-shop-grid figure figcaption a.ereaders-shopping-bag,
.ereaders-shop-list figure figcaption a.ereaders-link {
    -webkit-transform: translateX(-77px) rotate(-150deg);
    -moz-transform: translateX(-77px) rotate(-150deg);
    -ms-transform: translateX(-77px) rotate(-150deg);
    -o-transform: translateX(-77px) rotate(-150deg);
    transform: translateX(-77px) rotate(-150deg);
}

.ereaders-book-grid figure figcaption a.ereaders-heart,
.ereaders-shop-grid figure figcaption a.ereaders-heart,
.ereaders-shop-list figure figcaption a.ereaders-heart {
    -webkit-transform: translateY(87px) rotate(150deg);
    -moz-transform: translateY(87px) rotate(150deg);
    -ms-transform: translateY(87px) rotate(150deg);
    -o-transform: translateY(87px) rotate(150deg);
    transform: translateY(87px) rotate(150deg);
}

.ereaders-book-grid figure figcaption a.ereaders-reload,
.ereaders-event-list figure figcaption a.ereaders-heart,
.ereaders-shop-grid figure figcaption a.ereaders-reload,
.ereaders-shop-list figure figcaption a.ereaders-reload {
    -webkit-transform: translateX(77px) rotate(150deg);
    -moz-transform: translateX(77px) rotate(150deg);
    -ms-transform: translateX(77px) rotate(150deg);
    -o-transform: translateX(77px) rotate(150deg);
    transform: translateX(77px) rotate(150deg);
}

.ereaders-book-grid ul li:hover figure figcaption a,
.ereaders-event-list ul li:hover figure figcaption a,
.ereaders-shop-grid ul li:hover figure figcaption a,
.ereaders-shop-list ul li:hover figure figcaption a {
    -webkit-transform: translate(0px) rotate(0);
    -moz-transform: translate(0px) rotate(0);
    -ms-transform: translate(0px) rotate(0);
    -o-transform: translate(0px) rotate(0);
    transform: translate(0px) rotate(0);
}

.ereaders-event-gallery figure a i {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

.ereaders-event-gallery ul li:hover figure a i {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.ereaders-priceplan-wrap h5 {
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    -o-transform: translateY(-8px);
    transform: translateY(-8px);
}

.ereaders-featured-heading:before {
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    transform: rotate(3deg);
}

.ereaders-featured-heading:after {
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    transform: rotate(-3deg);
}

.ereaders-copyright p, .widget_contact_form label, .ereaders-countdown .countdown-section,
.widget_calendar caption, .ereaders-shop-tabs .nav-tabs li a {
    font-family: "IRANSans";
}

/*Extra Css*/
.ereaders-counterfull {
    background-color: #f7f7f7;
    padding: 35px 0px;
}

.ereaders-work-learnfull {
    background-repeat: no-repeat;
    background-position: top right;
    padding: 89px 0px 100px;
}

@media (min-width: 1250px) and (max-width: 1500px) {
    .ereaders-work-learnfull {
        background-position: top right -38%;
    }
}

@media (min-width: 1500px) and (max-width: 1700px) {
    .ereaders-work-learnfull {
        background-position: top right -28%;
    }
}

.ereaders-service-gridfull {
    margin: 0px 0px 50px;
}

.ereaders-service-providefull {
    background-color: #f8f8f8;
    padding: 100px 0px 70px;
}

.ereaders-blog-gridfull {
    padding: 100px 0px 0px;
    margin: 0px 0px 68px;
}

.ereaders-testimonialfull {
    background-position: center;
    padding: 100px 0px;
}

.ereaders-partner-sliderfull {
    padding: 80px 0px 0px;
    margin: 0px 0px 40px;
}

.ereaders-app-sectionfull {
    padding: 100px 0px 0px;
}

.ereaders-author-detailfull {
    margin: 0px 0px 41px;
}

.ereaders-book-gridfull {
    background-color: #f8f8f8;
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    padding: 99px 0px 69px;
    margin: 0px 0px 40px;
}

.ereaders-about-usfull {
    margin: 0px 0px 100px;
}

.ereaders-priceplanfull {
    background-color: #f7f7f7;
    padding: 100px 0px 70px;
}

.ereaders-pricingplanfull {
    margin: 0px 0px 70px;
}

.eraders-faqfull {
    padding: 100px 0 0;
    background-position: top right;
    background-repeat: no-repeat;
    margin: 0px 0px 20px;
}

.ereaders-partner-full {
    background-color: #f8f8f8;
    padding: 100px 0px;
}

.ereaders-pricing-featuredfull {
    padding: 100px 0px 0px;
    margin: 0px 0px 10px;
}

@media (min-width: 1250px) and (max-width: 1700px) {
    .eraders-faqfull {
        background-position: top right -30%;
    }
}

/*Extra CSS*/
.ereaders-search-select:after {
    pointer-events: none;
}

.ereaders-books, .ereaders-book-grid figure, .ereaders-book-grid figure > a,
.ereaders-book-grid-text, .ereaders-book-grid-text small {
    float: left;
    width: 100%;
}

.ereaders-books > ul > li {
    list-style: none;
    margin: 0px 0px 30px;
}

.ereaders-book-grid figure {
    margin: 0px 0px 23px;
    overflow: hidden;
}

.ereaders-book-grid figure > a {
    position: relative;
}

.ereaders-book-grid ul li:hover figure a img {
    transform: scale(1.2);
}

.ereaders-book-grid figure figcaption {
    position: absolute;
    left: 0px;
    top: 50%;
    width: 100%;
    z-index: 2;
    text-align: center;
    margin: -22px 0px 0px;
}

.ereaders-book-grid figure figcaption a {
    display: inline-block;
    border-radius: 4px;
    border: 1px solid;
    width: 45px;
    height: 45px;
    padding: 10px 0px 0px;
    font-size: 25px;
    margin: 0px 8px;
    opacity: 0;
    color: #00aff0;
}

.ereaders-book-grid ul li:hover figure figcaption a {
    opacity: 1;
}

.ereaders-book-grid figure figcaption a:hover {
    color: #fff;
    background: #2e2b8b;
}

.ereaders-book-grid-text {
    line-height: 1;
}

.ereaders-book-grid-text h2 {
    font-size: 14px;
    text-transform: uppercase;
    margin: 0px 0px 2px;
    float: left;
    letter-spacing: 0.9px;
}

.ereaders-book-grid-text span {
    font-size: 16px;
    color: #000;
    float: right;
    font-weight: bold;
    margin: 2px 0px 0px;
}

.ereaders-book-grid-text small {
    font-size: 12px;
    margin: 0px 0px 16px;
    letter-spacing: 0.7px;
}

.ereaders-books .ereaders-simple-btn {
    float: left;
}

.ereaders-book-grid-text .ereaders-simple-btn {
    padding: 7px 20px 9px;
    font-weight: 500;
}

.ereaders-books ul li:hover .ereaders-simple-btn {
    background-color: #2e2e2e;
}

.ereaders-line-chart:before {
    content: "\e90f";
}

.ereaders-portfolio:before {
    content: "\e910";
}

.ereaders-earth-globe:before {
    content: "\e911";
}

.ereaders-add2:before {
    content: "\e912";
}

.ereaders-edit:before {
    content: "\e913";
}

.ereaders-like:before {
    content: "\e914";
}

.ereaders-document:before {
    content: "\e915";
}

.ereaders-email:before {
    content: "\e916";
}

.ereaders-book:before {
    content: "\e917";
}

.ereaders-shopping-bag:before {
    content: "\e918";
}

.ereaders-heart:before {
    content: "\e919";
}

.ereaders-reload:before {
    content: "\e91a";
}

.ereaders-phone-call:before {
    content: "\e91b";
}

.ereaders-envelope:before {
    content: "\e91c";
}

.ereaders-link:before {
    content: "\e91d";
}

.ereaders-cancel:before {
    content: "\e91e";
}

.ereaders-photo-camera:before {
    content: "\e91f";
}

.ereaders-idea:before {
    content: "\e920";
}

.ereaders-user:before {
    content: "\e921";
}

.ereaders-placeholder:before {
    content: "\e922";
}

.ereaders-loupe:before {
    content: "\e923";
}

.ereaders-play-store:before {
    content: "\e924";
}

.ereaders-full-size:before {
    content: "\e926";
}

.ereaders-download-content:before {
    content: "\e927";
}

.ereaders-list-interface-symbol:before {
    content: "\e928";
}

.ereaders-apple-logo:before {
    content: "\e929";
}

.ereaders-arrow-point-to-right:before {
    content: "\e92a";
}

.ereaders-books-stack-of-three:before {
    content: "\e92b";
}

.ereaders-3x3-grid:before {
    content: "\e92c";
}

.ereaders-blocks-with-angled-cuts:before {
    content: "\e92d";
}

.ereaders-resume-document:before {
    content: "\e900";
}

.ereaders-paper:before {
    content: "\e901";
}

.ereaders-coding:before {
    content: "\e902";
}

.ereaders-24-hours:before {
    content: "\e904";
}

.ereaders-company-workers:before {
    content: "\e905";
}

.ereaders-graphic:before {
    content: "\e906";
}

.ereaders-support:before {
    content: "\e907";
}

.ereaders-pen:before {
    content: "\e908";
}

.ereaders-search-1:before {
    content: "\e909";
}

.ereaders-handshake:before {
    content: "\e90a";
}

.ereaders-office2:before {
    content: "\e90b";
}

.ereaders-check-square:before {
    content: "\e90c";
}

.ereaders-arrows-4:before {
    content: "\e90d";
}

.ereaders-arrows-3:before {
    content: "\e90e";
}

.ereaders-right-arrow-1:before {
    content: "\e925";
}

.ereaders-add:before {
    content: "\e93a";
}

.ereaders-up-arrow-1:before {
    content: "\e94c";
}

.ereaders-right-arrow:before {
    content: "\e94d";
}

.ereaders-down-arrow:before {
    content: "\e964";
}

.ereaders-signs22:before {
    content: "\eb44";
}

.ereaders-squares2:before {
    content: "\eb45";
}

.ereaders-map-location:before {
    content: "\eb6e";
}

.ereaders-mark2:before {
    content: "\eb73";
}

.ereaders-map3:before {
    content: "\eb76";
}

.ereaders-tool4:before {
    content: "\eb7d";
}

.ereaders-buildings2:before {
    content: "\eb92";
}

.ereaders-arrows32:before {
    content: "\eb60";
}

.ereaders-arrows22:before {
    content: "\eb2d";
}

.ereaders-arrows4:before {
    content: "\eaef";
}

.ereaders-office:before {
    content: "\e903";
}

.ereaders-arrow-right2:before {
    content: "\ea3c";
}

.ereaders-arrow-left2:before {
    content: "\ea40";
}

.ereaders-detail-btnx:hover, .submit {
    background-color: #00aff0;
}

.smallimage {
    width: 30px;
}

.medimage {
    width: 60px;
}

div.splashlogo {
    width: 100%;
    height: 100vh;
    background-color: white;
    z-index: 1000;
}

div.splashlogo img:first-child {
    position: absolute;
    top: calc(50% - 100px);
    left: calc(50% - 100px);
}

div.splashlogo img:last-child {
    position: absolute;
    top: calc(50% + 100px);
    left: calc(50% - 10px);
}

html.loading div.extrasplash {
    display: block;
}

html.loading div.result {
}

div.modal {
    z-index: 10000000000;
}

@media only screen and (min-width: 1140px) {
    .bookshelf {
        margin-left: 2%;
    }
}

@media only screen and (min-width: 1140px) {
}

@media only screen and (min-width: 601px) and (max-width: 900px) {
    .book {
        width: 150px;
    }

    .modal {
        max-width: 99%;
    }
}

@media only screen and (max-width: 600px) {
    .book {
        width: 150px;
    }

    .modal {
        max-width: 90%;
    }
}

@media only screen and (max-width: 540px) {
    .bookshelf .book {
    }

    .bookshelf h2 {
    }

    .modal {
        max-width: 90%;
    }
}

.mobile-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 100000;
    width: 100%;
    height: 52px;
    background: #efefef;
    border-top: 1px solid #ddd;
    box-shadow: 0 -5px 10px 0 rgba(0, 0, 0, .06);
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
}

.mobile-footer ul {
    text-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 100%;
}

.mobile-footer li {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 0;
    min-width: 0;
    position: relative;
    height: 100%;
    line-height: 20px;
    padding-top: 5px;
}

.mobile-footer li.active {
    background-image: linear-gradient(to right, red, yellow, red);
    border-radius: 10px;
}

.hidden-havesubmenu .booktypeicon {
    width: 26px;
    height: 26px;
    border-radius: 100%;
    border: 1px solid #fff;
    box-shadow: #aaa 0 0 2px 1px;
}

.mobile-footer ul img {
    width: 22px;
    height: 22px;
    border-radius: 100%;
    border: 1px solid #fff;
    box-shadow: #aaa 0 0 2px 1px;
}

.mobile-footer li center {
    line-height: 10px;
}

.mobile-footer ul li i {
    font-size: 24px;
}

.hidden-havesubmenu a {
    width: 100%;
    float: left;
    height: 50px;
    background-color: white;
    padding: 8px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    box-shadow: -1px 2px 15px rgba(0, 0, 0, 0.3);
    line-height: 30px;
    position: relative;
    min-width: 200px;
}

.hidden-havesubmenu {
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0;
    bottom: 55px;
    width: 100%;
    display: none;
}

.open .hidden-havesubmenu {
    display: inline-block;
    -webkit-animation: dissolveInBottom 0.5s ease-in-out;
}

@-webkit-keyframes dissolveInBottom {
    0% {
        opacity: 0;
        transform: translate3d(0, 200px, 0);
    }
    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

.mobile-footer ul li a small {
    font-size: 12px;
}

.mobile-footer .count-item {
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 100%;
    font-weight: 500;
    top: 0px;
    right: 50%;
    font-size: 10px;
    position: absolute;
}

.btn-circle {
    border-radius: 50%;
}

.leftabs {
    position: absolute;
    left: 2%;
    top: 2%;
    z-index: 1;
}

.modal .close {
    position: absolute;
    left: 0;
}

.w100 {
    width: 100%;
}

.col-130px {
    min-width: 144px;
}

.col-130px .card-img-top {
    max-width: 140px;
}

.box-center {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.text-bold {
    font-weight: bold;
}

.active-nav strong {
    position: absolute;
    width: 50px;
    height: 4px;
    border-radius: 60px;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    background-color: #0066CC;
}

.rtl {
    direction: rtl;
}

.ltr {
    direction: ltr;
}

.text-custom {
    color: #9d095d;
}

.btn-custom {
    color: #FFFFFF;
    background-color: #9d095d;
}

.border-custom {
    border-color: #9d095d;
}

.btn-custom:hover {
    color: #FFFFFF;
    opacity: 0.9;
    background-color: #9d095d;
    -webkit-box-shadow: 8px 6px 8px 0px rgba(151, 146, 153, 0.6);
    -moz-box-shadow: 8px 6px 8px 0px rgba(151, 146, 153, 0.6);
    box-shadow: 8px 6px 8px 0px rgba(151, 146, 153, 0.6);
}

.btn0 {
    position: absolute;
    bottom: 0;
    width: 70%;
}

.mainimage {
    height: 320px;
    width: 250px;
}

.myabs-right {
    position: absolute;
    right: 10px;
    top: 10px;
}

.showchields.hide {
    display: none;
}

.showchields {
    border: 1px solid #9d095d;
    padding: 5px;
    width: 100%;
    border-radius: 3px;
    z-index: 1;
    overflow: hidden;
    margin-top: 3px;
    display: inline-block;
    margin-left: 15px;
    margin-right: 18px;
}

.addextraheiht .downchield {
    height: 15px;
    position: absolute;
    background-color: #9d095d;
    width: 100%;
    right: 0;
    left: 0;
    z-index: 0;
}

.extrabtnfield {
    height: auto;
    padding: 4px;
    display: inline;
}

.input-group-start {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

.hashtag, .xdescription a {
    color: #0099FF;
}

a.tag:link, a.tag {
    list-style: none;
    background: #eee;
    border-radius: 3px 0 0 3px;
    color: #000099;
    display: inline-block;
    height: 26px;
    line-height: 26px;
    padding: 0 20px 0 23px;
    position: relative;
    margin: 0;
    text-decoration: none;
    -webkit-transition: color 0.2s;
    margin-bottom: 2px;
}

a.tag::before {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
    content: '';
    height: 6px;
    left: 10px;
    position: absolute;
    width: 6px;
    top: 10px;
}

a.tag::after {
    background: #fff;
    border-bottom: 13px solid transparent;
    border-left: 10px solid #eee;
    border-top: 13px solid transparent;
    content: '';
    position: absolute;
    right: 0;
    top: 0;
}

a.tag:hover {
    background-color: crimson;
    color: white;
}

a.tag:hover::after {
    border-left-color: crimson;
}

.mThumbnailScroller .rounded-circle {
    padding: 5px;
}

.messageavatar {
    border: 1px solid #185b91;
    border-radius: 50%;
    overflow: hidden;
    width: 50px;
    height: 50px;
    background-image: url(../images/authors/noimage.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.messagetext {
    width: calc(100% - 90px);
    margin: 2px;
    border: 2px solid #006E00;
    position: relative;
    border-radius: 5px;
    padding: 5px;
    min-height: 90px;
}

.messagetext.border-danger:before {
    color: #dc3545;
}

.messagetext.border-primary:before {
    color: #007bff;
}

div.messagetextL:before {
    content: "";
    position: absolute;
    right: -20px;
    top: 40px;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #006E00;
}

div.messagetextR::before {
    content: "";
    position: absolute;
    left: -20px;
    top: 40px;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 20px solid #006E00;
}

.messageavatarname {
    position: absolute;
    border-radius: 5px;
    background-color: #006E00;
    color: #FFFFFF;
    top: 50px;
    width: 50px;
    text-align: center;
}

.ereaders-book-detail a {
    color: #0099FF;
}

/********************************************************/
.box4 {
    position: relative;
    width: auto;
    height: 100%;
    overflow: hidden;
}

.box4:before {
    content: ""
}

.box4 a {
    cursor: pointer;
}

.box4 .title {
    letter-spacing: 1px
}

.box4 .post {
}

.box4 .icon li a:hover {
    border-radius: 50%
}

.box4 .title {
    text-transform: uppercase
}

.box4 {
    box-shadow: 0 0 3px rgba(0, 0, 0, .3)
}

.box4:before {
    width: 0;
    height: 200%;
    background: rgba(0, 0, 0, .5);
    position: absolute;
    top: 0;
    left: -330px;
    bottom: 0;
    transform: skewX(-36deg);
    transition: all .5s ease 0s
}

.box4:hover:before {
    width: 200%
}

.box4 img.bigbookimage {
    width: 100%;
    height: 450px;
}

.box4 .box-content {
    width: 100%;
    height: 100%;
    padding-top: 15%;
    position: absolute;
    top: 0;
    left: 0;
    transform: scale(0);
    transition: all .3s ease 0s
}

.box4 .icon, .box5 .icon {
    list-style: none;
    padding: 0
}

.box4:hover .box-content {
    transform: scale(1)
}

.box4 .title {
    font-size: 120%;
    font-weight: 700;
    color: #fff;
    margin: 0 0 10px;
    direction: rtl;
}

.box4 .post {
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px
}

.box4 .icon {
    margin: 0;
    position: absolute;
    width: 100%;
    bottom: 30%;
}

.box4 .icon li {
    display: inline-block
}

.box4 .icon li a {
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 20px;
    background: #fff;
    color: #ee4266;
    margin-right: 10px;
    transition: all .3s ease 0s;
    text-align: center;
}

@media only screen and (max-width: 990px) {
    .box4 {
        margin-bottom: 30px
    }
}

@media only screen and (max-width: 767px) {
    .box4:before {
        left: -400px
    }

    .box4:hover:before {
        width: 300%
    }
}

.nav-item {
    float: right;
    min-height: 40px;
}

.nav-item.liactive {
    -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
}

div.modal.show {
    min-width: 100%;
}

.booktype {
    position: absolute;
    margin: 5px;
    width: 100%;
}

.booktypeicon {
    margin: 1px;
    width: 20px;
    float: left;
    border-radius: 1px;
    transition: width 0.5s;
}

.box4:hover .booktypeicon {
    width: 40px;
}

.booktypemin {
    width: 40px;
    float: left;
    text-align: center;
    height: 40px;
    padding: 5px;
    position: absolute;
    right: 2px;
    top: 0;
}

.booktypemin img {
    width: 100%;
    max-width: 30px;
}

.booktypedesc {
    width: 40%;
    float: left;
    text-align: center;
    height: 40px;
    line-height: 40px;
}

.booktypemax {
    width: 100%;
    float: left;
    text-align: left;
}

.booktypehits {
    width: 10%;
    float: left;
    text-align: center;
    height: 40px;
    line-height: 40px;
}

/******========================================== ToolTip ==========================================****************/
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.alowtooltip {
}

.alowtooltip .xtooltip {
    background: #FFF;
    bottom: 100%;
    color: #9d095d;
    font-weight: bold;
    display: none;
    left: 2%;
    margin-bottom: 15px;
    opacity: 0;
    width: 96%;
    padding: 20px;
    pointer-events: none;
    position: absolute;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    animation: fadeIn 1.5s;
    -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
}

li.alowtooltip .xtooltip1:after {
    content: " ";
    left: 20%;
}

li.alowtooltip .xtooltip2:after {
    content: " ";
    left: 40%;
}

li.alowtooltip .xtooltip3:after {
    content: " ";
    left: 60%;
}

li.alowtooltip .xtooltip4:after {
    content: " ";
    left: 79%;
}

/* CSS Triangles - see Trevor's post */
.alowtooltip .xtooltip:after {
    border-left: solid transparent 10px;
    border-right: solid transparent 10px;
    border-top: solid #FFF 10px;
    bottom: -10px;
    content: " ";
    height: 0;
    margin-left: -13px;
    position: absolute;
    width: 0;
}

.alowtooltip:hover .xtooltip {
    opacity: 1;
    display: block;
    pointer-events: auto;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}

.height-90p {
    height: 90%;
    margin-top: 5%;
    padding: 1%;
}

.booklink-free {
    position: absolute;
    left: 0%;
    top: 18%;
    background-color: antiquewhite;
}

.mainimg-free {
    display: block;
    width: 180px;
    float: right;
    height: 250px;
    -webkit-box-shadow: 8px 6px 8px 0px rgba(151, 146, 153, 0.6);
    -moz-box-shadow: 8px 6px 8px 0px rgba(151, 146, 153, 0.6);
    box-shadow: 8px 6px 8px 0px rgba(151, 146, 153, 0.6);
}

.maxheight-free {
    height: 350px;
}

@media (max-width: 600px) {
    .extrabtnfield {
        min-width: 50% !important;
    }

    .maxheight-free {
        height: auto;
    }

    .booklink-free {
        position: unset;
        width: 100%;
        background-color: transparent;
        float: left;
        text-align: center;
        margin-bottom: 3%;
        margin-top: -3%;
    }

    .mainimg-free {
        margin-left: 5px;
        float: none;
        display: initial;
    }

    .height-90p {
        height: auto;
        margin: 0;
        padding: 1%;
    }
}
.allow-unpublish {
    position: absolute;
    right: 2%;
    top: 2%;
    z-index: 1;
    background-color: darkred;
    width: 25px;
    height: 25px;
    text-align: center;
    border-radius: 5px;
    font-size: 18px;
    padding-top: 3px;
    cursor: pointer;
}
.allow-unpublish:before{
    color: white;
    content: "✖";/*🗑️*/
}
.file-hits {
    position: absolute;
    right: 20px;
    height: 32px;
    padding-top: 5px;
    display: none;
}
.able-current .file-hits {
    color: white;
}