.profile-manga{
    margin-bottom: 20px;
}
.c-breadcrumb-wrapper {
    padding-top: 16px;
}
.c-breadcrumb .breadcrumb {
    margin-bottom: 0;
    background-color: transparent;
    display: inline-block;
    padding: 0px;
}
.c-breadcrumb .breadcrumb li {
    display: inline-block;
    font-size: 11px;
}
.c-breadcrumb .breadcrumb li a {
    color: #333;
    font-weight: bold;
}
.c-breadcrumb .breadcrumb li a:hover{
    color: #1b681d;
}
.c-breadcrumb .breadcrumb li a.active{
    color: #1b681d;
}
.c-breadcrumb .breadcrumb li + li:before {
    content: "/";
    padding: 0 2px;
}
.profile-manga .post-title h1 {
    margin-top: 14px;
    font-size: 20px;
    font-weight: normal;
    color: #1b681d;
}
.tab-summary{
    padding: 15px 0 50px;
    display: table;
    width: 100%;
}
.tab-summary .summary_image{
    width: 225px;
    padding: 15px;
    background: #fff;
    display: table-cell;
    vertical-align: middle;
}
.tab-summary .summary_image img{
    max-width: 100%;
    height: auto;
}
.tab-summary .summary_content_wrap{
    overflow: hidden;
    display: table-cell;
    vertical-align: middle;
    padding-left: 30px;
}
.tab-summary .summary_content{
    background-color: rgba(255, 255, 255, 0.5);
    top: 0;
    bottom: 0;
    left: 30px;
    right: 0;
    padding: 20px 30px 30px;
    min-height: 318px;
    display: flex;
}
.tab-summary .post-content{
    width: 70%;
    float: left;
}
.tab-summary .post-content .post-content_item{
    width: 100%;
    float: left;
    margin-bottom: 3px;
}
.tab-summary .post-content_item .summary-heading{
    width: 106px;
    float: left;
}
.tab-summary .post-content_item .summary-heading h5{
    font-size: 14px;
    margin-top: 3px;
    margin-bottom: 8px;
    font-weight: 600;
    color: #333;
}
.tab-summary .post-content_item .summary-content{
    width: calc(100% - 106px);
    word-break: break-word;
    float: left;
}
.tab-summary .post-content_item .summary-content a + a:before {
    content: "/";
    padding: 0 2px;
}
.tab-summary .post-status{
    width: 30%;
    margin-top: 56px;
    float: left;
}
.tab-summary .post-status .post-content_item{
    width: 100%;
    float: left;
}
#init-links{
    width: 100%;
    float: left;
}
#init-links a{
    padding: 10px;
    margin: 5px;
    margin-bottom: 0px;
    color: #FFF;
    background: #1b681d;
    display: inline-block;
    font-weight: bold;
    border-radius: 5px;
}
#init-links a:first-child{
    margin-left: 0px;
}

h2.relation-mg{
    font-size: 20px;
    text-transform: uppercase;
    color: #3367d6;
    margin-top: 20px;
    font-weight: bold;
}
.panel-relation{
    width: 100%;
    float: left;
    margin-top: 15px;
    background: white;
    padding: 15px;
}
.panel-relation h2{
    border-bottom: 1px solid #F1F1F1;
    font-size: 15px;
    font-weight: bold;
    padding-bottom: 5px;
    margin-bottom: 10px;
}
.panel-relation .manga-items{
    width: calc(100% + 20px);
    float: left;
    margin-left: -10px;
}
.panel-relation .manga-items .manga-item{
    width: 20%;
    float: left;
    padding: 10px;
}
.chapchange{
    width: 100%;
    float: left;
    background: white;
    padding: 10px;
}
.chapchange h1{
    text-align: center;
    font-size: 16px;
    color: #1a6b13;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 25px;
}
.chap-navigation{
    width: 100%;
    float: left;
    text-align: center;
}
.chap-navigation select{
    width: 225px;
    display: inline-block;
    margin-right: 20px;
    height: 30px;
    outline: 0;
}
.chap-navigation .navi-change-chapter-btn{
    display: inline-block;
    line-height: 30px;
}
.chap-navigation .navi-change-chapter-btn a{
    background: #1a6b13;
    color: white;
    padding: 0px 10px;
    text-decoration: none;
    display: inline-block;
}
.chap-navigation .navi-change-chapter-btn a:first-child{
    margin-right: 20px;
}
.read-content{
    width: 100%;
    float: left;
    text-align: center;
    margin: 20px 0px;
}
.read-content .page-break{
    width: 100%;
    float: left;
    text-align: center;
}
.read-content img{
    height: auto;
    width: 100%;
    max-width: 720px;
}
img.lazy {
    background-image: url(../images/loading.gif);
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.chapter-sumary{
    width: 100%;
    float: left;
    background: white;
    padding: 15px 0px;
    margin-bottom: 20px;
}
.chapter-sumary h2{
    font-size: 16px;
    font-weight: bold;
}
.chapter-sumary a{
    color: #1a6b13;
    font-weight: bold;
}
.chapter-sumary a:hover{
    text-decoration: underline;
}
.chapter-sumary p{
    margin-bottom: 0px;
}
.sidebar{
    width: 325px;
    float: left;
}
.sidebar .sidebar-panel{
    width: 100%;
    float: left;
    background: #F1F1F1;
    margin-bottom: 15px;
}
.sidebar-title{
    width: 100%;
    float: left;
}
.popular-sidebartt{
    border-top: 2px solid #1a6b13;
}
.popular-genrestt{
    border-top: 2px solid #3367d6;
}
.sidebar .sidebar-panel h2{
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    color: white;
    padding: 7px 15px;
    display: inline-block;
    margin-bottom: 0px;
}
.popular-sidebartt h2{
    background: #1a6b13;
}
.popular-genrestt h2{
    background: #1a6b13;
}
.sidebar .sidebar-panel ul{
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.sidebar .sidebar-panel ul li{
    width: 50%;
    float: left;
    padding: 5px 0px;
}
.sidebar .sidebar-panel ul li a:hover{
    color: #1a6b13;
}
.sidebar-pp{
    width: 100%;
    float: left;
    padding: 10px;
}
.sidebar-pp .p-item{
    display: table;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ebebeb;
}
.sidebar-pp .p-item .ppbs{
    display: table;
}
.sidebar-pp .p-item:last-child{
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.sidebar-pp .p-item .pthumb{
    display: table-cell;
}
.sidebar-pp .p-item img.it{
    width: 85px;
}
.sidebar-pp .p-item .p-left{
    display: table-cell;
    padding-left: 10px;
    vertical-align: middle;
}
.sidebar-pp .p-item .p-left .list-chapter a{
    color: #1a6b13;
    background: #ebebeb;
}
.sidebar-pp .p-item .p-left .list-chapter a:hover{
    color: white;
    background: #1a6b13;
}
.sidebar-pp .p-item .p-left h4{
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-weight: bold;
    color: black;
}
.sidebar-pp .p-item .p-left h4 a:hover{
    color: #1a6b13;
}
.pn-category-row{
    float: left;
    width: 100%;
    margin-bottom: 0px;
}
.pn-category-row a.a-h{
    float: left;
    width: 32%;
    margin-right: 2%;
    font-size: 15px;
    line-height: 32px;
    color: #383838;
}
.pn-category-row a.a-h:hover{
    color: #1a6b13;
}
.pn-category-row a.a-h:last-child{
    margin-right: 0px;
}
.pn-category-row a.a-h:before{
    content: "\2022\0020";
}
.suggest-box{
    margin-bottom: 0px !important;
    margin-top: 15px !important;
}
.algenres{
    width: 100%;
    float: left;
}
.algenres ul{
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.algenres ul li{
    width: 14.2857%;
    float: left;
    padding: 5px 0px;
    display: inline-block;
}
.algenres ul li a:hover{
    color: #1a6b13;
}
.algenres ul li.active a{
    color: #1a6b13;
}
.comment-box{
    width: 100%;
    float: left;
    background: white;
    margin: 30px 0px;
}
.story-rating{
    width: 100%;
    float: left;
    margin-bottom: 15px;
}
.story-rating span.avgrate{
    line-height: 30px;
    margin-left: 20px;
    font-size: 20px;
    font-weight: bold;
    color: #333;
}
.story-rating b{
    float: left;
}
.story-rating .my-rating{
    float: left;
    margin-top: -1px;
}
.is_rate{
    display: block;
    font-size: 13px;
    font-style: italic;
}
.rate-title{
    display: none;
}
.manga-panel-title{
    width: 100%;
    float: left;
    border-bottom: 2px solid #F1F1F1;
    font-size: 15px;
    font-weight: 700;
    margin: 0;
    position: relative;
    text-transform: uppercase;
    color: black;
    margin-bottom: 30px;
}
.manga-panel-title 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;
}
.manga-panel-title i:before{
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.manga-panel-title 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%);
}
.panel-manga-chapter{
    width: 100%;
    float: left;
    margin-top: 30px;
}
.panel-manga-chapter ul{
    width: 100%;
    float: left;
    list-style: none;
    margin: 0px;
    padding: 0px;
    height: auto;
    max-height: 470px;
    overflow: hidden;
}
.panel-manga-chapter ul li{
    width: 100%;
    float: left;
    padding: 15px 0px;
    border-bottom: 1px solid #ebebeb;
}
.panel-manga-chapter ul li img{
    float: right;
}
.panel-manga-chapter ul li a{
    color: #333;
    font-size: 14px;
    font-weight: bold;
    float: left;
}
.panel-manga-chapter ul li span{
    float: right;
}

.related-manga{
    width: 100%;
    float: left;
    margin-bottom: 20px;
}
.related-items{
    width: calc(100% + 20px);
    float: left;
    margin-left: -10px;
}
.related-items .item{
    width: 50%;
    float: left;
    padding: 0px 10px;
    margin-bottom: 15px;
}
.related-items .item .rlbsx{
    float: left;
    display: table;
}
.related-items .item img{
    width: 80px;
    height: 110px;
    margin-right: 5px;
    object-fit: cover;
}
.related-items .item .bigor{
    display: table-cell;
    padding-left: 5px;
    vertical-align: middle;
}
.related-items .item .bigor h5{
    margin: 0px;
    margin-bottom: 15px;
    font-size: 13px;
    font-weight: bold;
}
.related-items .item .bigor h5 a:hover{
    color: #1a6b13;
}

.manga-tags{
    width: 100%;
    float: left;
    margin-top: 20px;
    margin-bottom: 20px;
}
.manga-tags h5{
    color: black;
    font-size: 15px;
    font-weight: bold;
}
.manga-tags a{
    display: inline-block;
    margin-right: 10px;
    color: #888;
    font-size: 13px;
}
.manga-tags a:hover{
    color: #1a6b13;
}
.manga-tags a:after {
    content: ",";
    padding: 0 2px;
}
.manga-tags a:last-child:after{
    content: "";
    padding: 0px;
}
/*Comment*/
.manga-disqus{
    width: 100%;
    float: left;
    background: #222;
    border-radius: 5px;
    margin-bottom: 50px;
}
.comment-left{
    width: 70px;
    float: left;
}
.comment-left img{
    border-radius: 50%;
}
.comment-block{
    padding: 10px 10px 0 10px;
    width: 100%;
    float: left;
}
.commentForm{
    width: calc(100% - 70px);
    float: left;
}
.replyForm{
    width: 100%;
}
.commentForm p{
    line-height: 1;
}
.comment-notes{
    color: #888888;
}
.comment-notes a{
    display: inline-block;
    color: #eb3349;
    font-weight: 600;
}
.comment-notes a:hover{
    text-decoration: underline;
}
textarea#content{
    width: 100%;
    padding: 10px;
    outline: none;
    background: #F1F1F1;
    border: none;
    border-radius: 5px;
    color: #000;
}
.comment-form-author{
    float: left;
    width: calc(50% - 10px);
}
.comment-form-email{
    float: left;
    width: calc(50% - 10px);
    margin-left: 20px;
}
.comment-form-input label{
    display: block;
    color: #888;
}
.comment-form-input input{
    width: 100%;
    border: none;
    outline: none;
    padding: 10px;
    background: #F1F1F1 !important;
    border-radius: 5px;
    color: #000;
}
.form-submit input{
    background: #1a6b13;
    border: none;
    padding: 10px 20px;
    color: white;
    font-weight: 600;
    border-radius: 5px;
    text-transform: uppercase;
}
.form-submit input:hover{
    cursor: pointer;
}
.comment-result{
    display: inline-block;
}
.comment-result p{
    color: #eb3349;
    font-style: italic;
    margin-bottom: 10px;
    line-height: 1.5;
    font-size: 13px;
}
.list-comments{
    width: 100%;
    float: left;
    margin-top: 20px;
    margin-bottom: 30px;
}
.list-comments h4{
    color: black;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}
.list-comments h5{
    color: black;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0;
    display: inline-block;
}
.list-comments article{
    margin-top: 20px;
    width: 100%;
    float: left;
    color: #333;
}
.list-comments article .block-left{
    width: 60px;
    float: left;
}
.list-comments article .block-left img{
    width: 60px;
    height: 60px;
    object-fit: contain;
    border-radius: 50%;
}
.list-comments article .block-right{
    width: calc(100% - 60px);
    float: left;
    padding-left: 20px;
}
.list-comments article .block-right h6{
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: 500;
    display: inline-block;
    margin-top: 10px;
}
.list-comments article .block-right .reply{
    display: inline-block;
}
.list-comments article .block-right .reply a{
    margin-left: 20px;
    color: #888;
    font-size: 13px;
    text-transform: uppercase;
}
.list-comments article .block-right .comment-metadata{
    font-size: 12px;
    color: #888;
}
.cancel-reply{
    color: #888;
    font-size: 13px;
    margin-left: 50px;
}
.cancel-reply:hover{
    cursor: pointer;
}
.replyBlock{
    width: 100%;
    float: left;
    margin-top: 10px;
}
.replyBlock h6{
    display: inline-block;
    font-size: 14px;
}
.tag-mod{
    color: white;
    background: #1b681d;
    margin-left: 5px;
    padding: 1px 8px;
    border-radius: 5px;
    font-size: 11px;
}
/*End Comment*/

@media(max-width: 1000px){
    .panel-relation .manga-items .manga-item{
        width: 25%;
    }
    .algenres ul li{
        width: 16.6667%;
    }
    .tab-summary .summary_image{
        background: no-repeat;
        width: 150px;
        padding: 0px;
        vertical-align: top;
    }
    .tab-summary .summary_content{
        width: 100%;
        float: left;
        display: block;
    }
    .tab-summary .post-content{
        width: 100%;
    }
    .tab-summary .post-status{
        margin-top: 20px;
        width: 100%;
    }
    .sidebar{
        width: 285px;
    }
    .sidebar-pp .p-item .pthumb{
        vertical-align: middle;
    }
}
@media(max-width: 900px){
    .sidebar-pp .p-item img.it{
        width: 70px;
    }
}
@media(max-width: 800px){
    .algenres ul li{
        width: 20%;
    }
    .sidebar{
        width: 100%;
    }
    .sidebar-pp{
        width: calc(100% + 20px);
        float: left;
        margin-left: -10px;
    }
    .sidebar-pp .p-item{
        width: 50%;
        float: left;
        padding: 0px 10px;
        padding-bottom: 10px;
        display: unset;
    }
    .sidebar-pp .p-item img.it {
        width: 80px;
        height: 120px;
        object-fit: cover;
    }
}
@media(max-width: 768px){
    .tab-summary .summary_image{
        padding: 15px;
        background: #fff;
        margin: 0 auto 20px;
        width: auto;
        display: inherit;
    }
    .tab-summary .summary_content_wrap{
        display: block;
        padding-left: 0px;
    }
}
@media(max-width: 700px){
    .chap-navigation select{
        width: 50%;
        float: left;
        margin-right: 0px;
        margin-bottom: 15px;
        margin-left: 25%;
    }
}
@media(max-width: 650px){
    .algenres ul li{
        width: 25%;
    }
}
@media(max-width: 600px){
    .sidebar-pp .p-item{
        width: 100%;
    }
}
@media(max-width: 500px){
    .algenres ul li{
        width: 33.333%;
    }
    .related-items .item{
        width: 100%;
    }
    .comment-form-author{
        width: 100%;
    }
    .comment-form-email{
        width: 100%;
        margin-left: 0;
    }
}
@media(max-width: 450px){
    .algenres ul li{
        width: 50%;
    }
    .tab-summary .post-content_item .summary-heading{
        width: 100%;
    }
    .tab-summary .post-content_item .summary-content{
        width: 100%;
    }
}
@media(max-width: 400px){
    .chap-navigation .navi-change-chapter-btn a{
        font-size: 13px;
    }
}