body {
    margin: 0 auto;
    background-size: 20px 100%;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    background: #e8ebf5;
}
.bodymode {
    background-color: #ffffff;
    color: #888888;
}
.bodymode a {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
.bodymode a:hover{
    color: #1b681d;
}
p{
    word-break: break-word;
}
.centernav{
    max-width: 1100px;
    margin: auto;
}
.text-nowrap{
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
}
.manga-content{
    width: 100%;
    float: left;
}
.site-body{
    width: 100%;
    float: left;
    margin: 30px 0px;
    padding-bottom: 50px;
}
.content-manga-left{
    width: calc(100% - 355px);
    float: left;
    margin-right: 30px;
}
.content-manga{
    width: 100%;
    float: left;
}
.bixbox {
    width: 100%;
    float: left;
    margin-bottom: 0px;
    background: white;
    /*overflow: hidden;*/
}
.bixbox .releases{
    width: 100%;
    float: left;
    border-bottom: 2px solid #F1F1F1;
    margin-bottom: 20px;
}
.bixbox .releases .boxtitle{
    font-size: 15px;
    font-weight: 700;
    margin: 0;
    position: relative;
    text-transform: uppercase;
    color: black;
    float: left;
}
.bixbox .releases .boxtitle i{
    background: #1a6b13;
    font-size: 18px;
    width: 30px;
    height: 30px;
    color: #fff;
    position: relative;
    margin-right: 16px;
    margin-bottom: -2px;
    vertical-align: middle;
    display: inline-block;
}
.bixbox .releases .boxtitle i:before{
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.bixbox .releases .boxtitle i:after{
    content: "";
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #1a6b13;
    position: absolute;
    left: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.bixbox .releases h2{
    font-size: 15px;
    font-weight: 700;
    margin: 0;
    position: relative;
    text-transform: uppercase;
    color: #3367d6;
    float: left;
}
.popular-block{
    width: 100%;
    float: left;
    height: 290px;
    margin-top: 25px;
}
.more-manga{
    width: 100%;
    float: left;
    text-align: center;
    padding: 50px;
}
.more-manga a{
    padding: 10px 20px;
    background: #666;
    color: white;
}
.more-manga a:hover{
    background: #222222;
    color: white;
}

/*Search Form Popup*/
.live-search-result{
    position: absolute;
    z-index: 999;
    background: white;
    top: 59px;
    width: 500px;
}
.live-pc-result{
    display: none;
}
.live-mb-result{
    display: none;
}
.live-search-result ul{
    list-style: none;
    margin: 0px;
    padding: 0px;
    border: 1px solid #ccc;
    line-height: 1;
}
.live-search-result ul li{
    width: 100%;
    border-bottom: 1px solid #F1F1F1;
    display: inline-block;
    text-align: left;
}
.live-search-result ul li:last-child{
    border-bottom: none;
}
.live-search-result ul li a{
    width: 100%;
    float: left;
    padding: 10px 10px;
}
.live-search-result ul li a:hover{
    color: white;
    background: #1a6b13;
}
.search-loading{
    width: 100%;
    float: left;
    text-align: center;
    padding: 10px 0px;
}
.search-loading img{
    width: 100px;
    height: auto;
    margin-top: 0px;
}
/*End Search Form Popup*/

/*Single Page*/
.single-page{
    width: 100%;
    float: left;
}
.single-page h1{
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 30px;
    text-align: center;
    margin-top: 20px;
    color: #000;
}
.single-page b{
    color: #000;
}
.single-page strong{
    color: #000;
}
/*End Single Page*/

/*User Login/Signup Form*/
.signup-form{
    width: 100%;
    float: left;
    min-height: 500px;
    text-align: center;
    padding: 50px 0px;
}
.signup-form h1{
    font-size: 25px;
    font-weight: bold;
    color: black;
    margin-bottom: 50px;
}
.signup-form form{
    width: 400px;
    margin: auto;
}
.field-panel{
    width: 100%;
    float: left;
    margin-bottom: 15px;
}
.field-panel i{
    width: 50px;
    height: 50px;
    background: #DDDEE0;
    padding: 10px;
    float: left;
    line-height: 31px;
}
.field-panel input[type='text'], .field-panel input[type='password'], .field-panel input[type='email']{
    width: calc(100% - 50px);
    float: left;
    height: 50px;
    border: 1px solid #DDDEE0;
    padding: 0px 10px;
}
.signup-form form input[type='submit']{
    width: 400px;
    background: black;
    color: white;
    border: none;
    padding: 12px;
    font-weight: bold;
}
/*End User Login/Signup Form*/

/*Home Manga List*/
.listupd{
    width: calc(100% + 20px);
    margin-left: -10px;
    float: left;
    padding: 0px;
}
.home-item{
    width: 16.6667%;
    float: left;
    padding: 10px;
}
.home-item .hthumb{
    width: 100%;
    float: left;
}
.home-item .hthumb img{
    width: 100%;
    height: 215px;
    object-fit: cover;
}
.home-item .hcontent{
    width: 100%;
    float: left;
    height: 180px;
}
.home-item .hcontent h3{
    font-size: 15px;
    margin: 8px 0;
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-weight: 700;
    color: #000;
}
.hitem-rate{
    width: 100%;
    float: left;
    margin-bottom: 10px;
}
.hitem-rate .mmrate{
    float: left;
    padding-right: 10px;
}
.hitem-rate span{
    font-weight: bold;
    font-size: 12px;
    color: #333;
    float: left;
    margin-top: 3px;
}
.list-chapter{
    width: 100%;
    float: left;
}
.list-chapter .chapter-item{
    width: 100%;
    float: left;
    margin-bottom: 10px;
}
.list-chapter .chapter-item:last-child{
    margin-bottom: 0px;
}
.list-chapter .chapter-item .chapter{
    float: left;
}
.list-chapter .chapter-item .chapter a{
    padding: 3px 6px;
    background: #F1F1F1;
    display: inline-block;
    font-size: 11px;
    border-radius: 10px;
    text-decoration: none;
    color: #666;
    font-weight: bold;
}
.list-chapter .chapter-item .chapter a:hover{
    background: #1a6b13;
    color: white;
}
.list-chapter .chapter-item .post-on{
    float: right;
    text-align: right;
    padding: 2px;
    color: #888888;
    font-size: 12px;
}
/*End Home Manga List*/

.order-nav-tabs{
    float: right;
}
.order-nav-tabs span{
    display: inline-block;
    vertical-align: top;
}
.order-nav-tabs ul{
    float: right;
    margin: 0px;
    padding: 0px;
    padding-left: 10px;
}
.order-nav-tabs ul li{
    display: inline-block;
    vertical-align: top;
    padding: 0px 8px;
}
.order-nav-tabs ul li:last-child{
    padding-right: 0px;
}
.order-nav-tabs ul li a.active{
    color: #1a6b13;
}

#back_to_top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 9999;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 30px;
    background: #1a6b13;
    color: #fff;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity .2s ease-out;
    opacity: 0;
}
#back_to_top.show {
    opacity: 1;
}

/*Header*/
.header-manga{
    width: 100%;
    float: left;
    background: #ffffff;
}
.search-manga{
    width: 100%;
    text-align: center;
    float: left;
    padding: 20px 0px;
}
.header-top{
    width: 100%;
    float: left;
    height: 60px;
    background: #1b681d;
}
.header-top .logo{
    width: 250px;
    float: left;
}
.header-top img{
    height: 30px;
    margin-top: 15px;
}
.header-top .top-menu{
    width: calc(100% - 250px);
    float: left;
}
.header-top .top-menu .left-menu{
    width: calc(100% - 50px);
    float: left;
}
.header-top .top-menu .left-menu ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.header-top .top-menu .left-menu ul li{
    display: inline-block;
    line-height: 60px;
    padding: 0px 15px;
}
.header-top .top-menu .left-menu ul li a{
    color: white;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 600;
}
.header-top .top-menu .right-menu{
    width: 50px;
    float: left;
    line-height: 60px;
    height: 60px;
    text-align: right;
}
.header-top .top-menu .right-menu i{
    color: white;
    font-size: 25px;
    line-height: 60px;
}
.header-search{
    width: 500px;
    margin: auto;
}
.header-search form{
    padding: 0;
    position: relative;
}
.header-search form input{
    font-weight: 300;
    background: #fff;
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    padding-right: 30px;
    font-family: inherit;
    font-size: 14px;
    line-height: 1.42857143;
    border: 1px solid #ccc;
    color: #555;
    outline: none;
}
.header-search form button{
    position: absolute;
    background: 0 0;
    cursor: pointer;
    font-family: inherit;
    border: 0;
    padding: 0 10px;
    top: 0px;
    font-size: medium;
    line-height: 40px;
    color: #ddd;
    right: 2px;
    outline: none;
}
.header-bottom{
    background: white;
    width: 100%;
    float: left;
    height: 60px;
    border-bottom: 1px solid #F1F1F1;
}
.header-bottom .centernav{
    position: relative;
}
.header-bottom ul{
    width: calc(100% - 250px);
    float: left;
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.header-bottom ul li{
    display: inline-block;
    line-height: 60px;
    padding: 0px 20px 0px 0px;
}
.header-bottom ul li a{
    color: #666;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
}
.header-bottom ul li a:hover{
    color: #1b681d !important;
}
.sub-menu{
    z-index: 999;
    position: absolute;
    width: 100%;
    background: #F1F1F1;
    right: 0;
    display: none;
    border-bottom: 2px solid #1b681d;
}
.sub-menu ul{
    padding: 10px 0px;
    width: 100%;
}
.sub-menu ul li{
    line-height: 30px !important;
    padding: 0px 15px !important;
}
.sub-menu ul li a{
    text-transform: none;
}
.user-block{
    width: 250px;
    float: right;
    text-align: right;
    line-height: 60px;
}
.guest-option a{
    color: #666;
    text-transform: uppercase;
    border: 2px solid #666;
    padding: 5px 10px;
    border-radius: 15px;
    font-size: 12px;
    font-weight: bold;
    margin-left: 15px;
}
.guest-option a:hover{
    background: #1a6b13;
    color: white;
    border: 2px solid #1a6b13;
}
.guest-option a:first-child{
    margin-left: 0px;
}
.user-block .c-user_avatar{
    width: 215px;
    float: left;
}
.box-user-options i{
    font-size: 25px;
}
.user-block .c-user_avatar-image{
    width: 50px;
    float: left;
}
.user-block .displayname{
    width: 165px;
    float: left;
    text-align: left;
}
.user-block .c-user_avatar span{
    float: left;
}
.user-block .c-user_avatar span.name{
    padding-right: 10px;
    overflow: hidden;
    font-weight: bold;
    text-align: left;
    padding-left: 10px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.user-block .c-user_avatar span.notification{
    line-height: 20px;
    background: #da3145;
    margin-top: 20px;
    float: left;
    color: white;
    font-weight: normal;
    border-radius: 10px;
    padding: 0px 10px;
}
.user-logout{
    width: 35px;
    float: left;
}
.mb-header{
    display: none;
}
/*End Header*/

/*Slider*/
.owl-stage-outer{
    width: 100%;
    float: left;
    margin-bottom: 40px;
}
.slider__inner{
    width: 100%;
    display: table;
}
.slider__thumb{
    display: table-cell;
    vertical-align: top;
    width: 150px;
    position: relative;
}
.slider__thumb img{
    width: 140px !important;
    height: 200px;
    object-fit: cover;
    margin-right: 10px;
}
.slider__content{
    display: table-cell;
    vertical-align: middle;
}
.slider__content h4{
    font-size: 15px;
    margin: 8px 0;
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-weight: bold;
    color: black;
}
.slider__content .slider-meta{
    font-size: 11px;
    margin-bottom: 10px;
}
.slider__content .chapter-item span{
    width: 100%;
    float: left;
    margin-bottom: 5px;
}
.slider__content .chapter-item span:last-child{
    margin-bottom: 0px;
}
.slider__content .chapter-item a{
    padding: 2px 10px;
    background: #F1F1F1;
    display: inline-block;
    font-size: 12px;
    border-radius: 10px;
    text-decoration: none;
}
.slider__content .chapter-item a:hover{
    background: #1a6b13;
    color: white;
}
.slider_nav{
    float: right;
}
.custom-nav{
    margin-top: 0px !important;
}
.custom-nav button{
    margin: 0px 5px !important;
    border: none;
    outline: none;
    background: #666 !important;
    color: white;
}
.custom-nav button:last-child{
    margin-right: 0px !important;
}
/*End Slider*/

/*Manga Footer*/
.manga-footer{
    width: 100%;
    float: left;
    margin-top: 50px;
}
.manga-footer .footermenu{
    background: #2B2B2B;
    width: 100%;
    float: left;
    text-align: center;
    padding: 10px 0px;
    color: white;
}
.manga-footer .footermenu a{
    color: #1a6b13;
    text-transform: uppercase;
    font-size: 11px;
    text-decoration: none;
}
.page-url{
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 5px;
}
.page-url ul{
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.page-url ul li{
    display: inline-block;
    padding: 5px 10px;
}
.page-url ul li a{
    color: white !important;
}
.page-url ul li a:hover{
    text-decoration: underline;
}
.manga-footer .footercopyright{
    width: 100%;
    float: left;
    background: #222222;
    padding: 15px 0px;
    color: white;
    text-align: center;
}
.manga-footer .footercopyright .txt{
    width: 100%;
    float: left;
    padding: 0px 10px;
}
.social-link{
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 10px;
}
.social-link ul{
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.social-link ul li{
    display: inline-block;
    padding: 5px 10px;
}
.social-link ul li a{
    color: white !important;
    font-size: 15px;
}
.social-share{
    width: 100%;
    float: left;
    margin-top: 10px;
}
/*End Manga Footer*/

/*Pagination*/
#blog-pager{
    width: 100%;
    float: left;
    padding: 15px;
}
.pagination{
    width: 100%;
    float: right;
    display: inline-block;
    text-align: right;
}
.pagination li{
    display: inline-block;
    margin: 1px;
}
.pagination li.disabled{
    display: none;
}
.pagination li a{
    text-decoration: none;
    display: inline-block;
    padding: 5px 15px;
    background: #2B2B2B;
    font-weight: 500;
    color: white;
    border-radius: 5px;
}
.pagination li.active a{
    background: #1a6b13;
    color: white;
}
.pagination li:hover a{
    background: #1a6b13;
    cursor: pointer;
    color: white;
}
/*End Pagination*/

.chapter-readmore{
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 10px;
}
.chapter-readmore span{
    color: black;
    font-weight: bold;
    text-decoration: none;
    padding: 0px;
    line-height: 1;
    margin: 0px;
    font-size: 16px;
}
.chapter-readmore span:hover{
    cursor: pointer;
    color: #1a6b13;
}
.bnndna{
    width: 100%;
    float: left;
    text-align: center;
    padding: 10px 0px;
}
.bnndna .bnnleft{
    width: 50%;
    float: left;
    padding-right: 5px;
}
.bnndna .bnnright{
    width: 50%;
    float: left;
    padding-left: 5px;
}
.bakex{
    width: 100%;
    float: left;
    text-align: center;
    padding: 10px 0px;
}
.mobilenav{
    display: none;
}
@media(max-width: 1115px){
    .centernav{
        padding: 0px 10px;
    }
}
@media(max-width: 1000px){
    .home-item {
        width: 25%;
    }
    .home-item .hthumb img{
        height: 300px;
    }
}
@media(max-width: 900px){
    .header-top .logo{
        width: 200px;
    }
    .header-top .top-menu{
        width: calc(100% - 200px);
    }
    .header-top .header-search{
        width: 300px;
    }
    .home-item .hthumb img{
        height: 270px;
    }
}
@media(max-width: 850px){
    .home-item .hthumb img{
        height: 250px;
    }
}
@media(max-width: 800px){
    .pc-header{
        display: none;
    }
    .mb-header{
        display: block;
        margin-bottom: 10px;
    }
    .top-header{
        background: #1a6b13;
        height: 60px;
        padding: 0px 15px;
        line-height: 60px;
        width: 100%;
        float: left;
    }
    .top-header .menu-ico{
        width: 50px;
        float: left;
        line-height: 60px;
        height: 60px;
    }
    .top-header i{
        color: white;
        font-size: 25px;
        line-height: 60px;
    }
    .top-header .logo{
        width: calc(100% - 100px);
        float: left;
        text-align: center;
        height: 60px;
    }
    .top-header .logo img{
        height: 30px;
    }
    .top-header .search-ico{
        width: 50px;
        float: left;
        text-align: right;
    }
    .under-header{
        width: 100%;
        float: left;
        background: white;
        z-index: 999;
        border-bottom: 2px solid #1a6b13;
    }
    .under-header .header-menu{
        width: 100%;
        float: left;
        padding: 10px 15px;
    }
    .under-header .header-menu ul{
        list-style: none;
        padding: 0px;
        margin: 0px;
    }
    .under-header .header-menu ul li{
        border-bottom: 1px solid #F1F1F1;
        padding: 5px 0px;
        text-transform: uppercase;
    }
    .sub-menumb ul li{
        width: 50%;
        float: left;
    }
    .sub-menumb ul li a{
        text-transform: none;
    }
    .user-block{
        width: 100%;
        float: left;
        text-align: left;
        padding: 13px 0px 10px;
        line-height: normal;
    }
    .guest-option a{
        padding: 2px 10px;
    }
    .user-block .displayname{
        line-height: 50px;
    }
    .user-logout{
        line-height: 50px;
    }
    .header-search{
        width: 100%;
        margin-left: 0px;
        padding: 10px 10px 0px 10px;
        position: relative;
    }
    .header-search form{
        margin-bottom: 0px;
    }
    .header-search form input{
        margin-top: 0px;
    }
    .live-search-result{
        top: 50px;
        width: calc(100% - 20px);
    }
    .site-body{
        margin-top: 5px;
        padding-bottom: 0px;
    }
    .content-manga-left{
        width: 100%;
        margin-right: 0px;
    }
}
@media(max-width: 770px){
    .pcnav{
        display: none;
    }
    .mobilenav{
        display: block;
    }
}

@media(max-width: 768px){
    .home-list {
        width: calc(100% + 20px);
        margin-left: -10px;
    }
    .home-item{
        padding: 10px;
    }
}
@media(max-width: 700px){
    .home-item .hthumb img {
        height: 215px;
    }
}
@media(max-width: 650px){
    .home-item{
        width: 33.333%;
    }
    .home-item .hthumb img {
        height: 250px;
    }
    .bnndna .bnnleft{
        width: 100%;
        float: left;
    }
    .bnndna .bnnright{
        width: 100%;
        float: left;
    }
}
@media(max-width: 550px){
    .home-item .hthumb img {
        height: 215px;
    }
}
@media(max-width: 500px){
    .signup-form form{
        width: 100%;
    }
    .signup-form form input[type='submit']{
        width: 100%;
    }
    .home-item{
        width: 50%;
    }
    .home-item .hthumb img {
        height: 300px;
    }
    .order-nav-tabs{
        margin-top: 15px;
    }
}
@media(max-width: 450px){
    .top-header i{
        font-size: 20px;
    }
    .top-header .logo img{
        height: 25px;
    }
    .home-list {
        width: calc(100% + 20px);
        margin-left: -10px;
    }
    .home-item {
        padding: 10px;
    }
    .home-item .hthumb img {
        height: 260px;
    }
}
@media(max-width: 400px){
    .order-nav-tabs span{
        display: none;
    }
    .home-item .hthumb img {
        height: 235px;
    }
}
@media(max-width: 370px){
    .home-item .hthumb img {
        height: 210px;
    }
}
@media(max-width: 350px){
    .home-item .hthumb img {
        height: 200px;
    }
}