.bodycontainer {
    /*color: #bbb;*/
    background: url(../img/bg.png) #222;
}
.update-list, .update-list2 {
    background: url(../img/bg.png) #222 !important;
    overflow: hidden;
}
.breadcrumb-contain {
    background: url(../img/bg.png) #222 !important;
    padding-bottom: 0;
    border-bottom: 1px solid #e1e1e1;
}
.switch{
    padding-top: 10px;
}
.page{
    float: right;
}
.load select,.page select {
    float: left;
    color: black;
    background-color: white;
    border: 1px solid #000;
    font-size: 12px;
    padding: 6px 2px;
    vertical-align: middle;
}
.page span a {
    display: inline-block;
    color: #333;
    font-size: 13px;
    font-weight: bold;
    line-height: 27px;
    text-align: center;
    text-decoration: none;
    height: 27px;
    padding: 0 8px;
    border: 1px solid #CCC;
    border-radius: 3px;
    background-color: #fff;
}
.each-page {
    margin-top: 15px;
}

.tip {
    background: #fefee2;
    border: 1px solid #111;
    padding: 10px 10px 0px;
    color: #000;
    border-image: initial;
    text-align: center;
    margin-top: 10px;
}
.h1title{
    color: #db5c01 !important;
}
.chapter-title{
    font-size: 20px;
    display: inline;
}
.container_title{
    margin-top: 20px;
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url(../fonts/glyphicons-halflings-regular.eot);
    src: url(../fonts/glyphicons-halflings-regulard41d.eot?#iefix) format('embedded-opentype'), url(../fonts/glyphicons-halflings-regular.woff2) format('woff2'), url(../fonts/glyphicons-halflings-regular.woff) format('woff'), url(../fonts/glyphicons-halflings-regular.ttf) format('truetype'), url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')
}

.img_land_prev {
    left: 0;
    cursor: url(../img/pre.cur),auto;
}
.img_land_next, .img_land_prev {
    width: 50%;
    height: 100%;
    position: absolute;
    z-index: 5;
    top: 0;
}
.comic_wraCon {
    width: auto;
    text-align: center;
    position: relative;
    padding: 10px 0px;
}
.img_land_next {
    right: 0;
    cursor: url(../img/next.cur),auto;
}
.image-auto img {
    max-width: 100%;
    cursor: url(../img/next_img.png),auto;
    margin: auto;
}
img.lazy {
    background-image: url(../img/Preloader_2.gif);
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.comic_wraCon img {
    background: url(../img/lazyload.gif) center no-repeat #fff;
    z-index: 2;
}

.loadImgPage {
    display: inline-block;
    padding-right: 10px;
    background: #2387bc;
}
.loadAllImgPage, .loadImgPage {
    outline: 0;
    padding-left: 10px;
    color: #fff;
    line-height: 26px;
    margin-left: 5px;
    cursor: pointer;
    margin-top: 1px;
}

.loadAllImgPage:hover, .loadImgPage:hover {
    outline: 0;
    padding-left: 10px;
    color: #fff;
    line-height: 26px;
    margin-left: 5px;
    cursor: pointer;
    margin-top: 1px;
}

.loadAllImgPage {
    text-shadow: none !important;
    margin-right: 0px !important;
    margin-top: 0px !important;
}

.hide {
    display: none!important;
}
.pull-right {
    float: right!important;
}
.loadAllImgPage {
    display: inline-block;
    padding-right: 10px;
    background: #2387bc;
}
.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.glyphicon-chevron-left:before {
    content: "\e079";
}
.glyphicon-chevron-right:before {
    content: "\e080";
}

.mh_curr_page {
    height: 1px;
    line-height: 50px;
    text-align: center;
    font-size: .1px;
    color: #6e6e6e;
    margin: 0;
}

.selected{
    color: #ce0d0d;
    font-weight: bold;
}

.top20{
    padding-top: 20px !important;
}

.select_chapter{
    width: 250px;
}

.post-navi-direct select {
    display: inline-block;
    margin-bottom: 10px;
    height: 29px;
    color: black !important;
    background-color: white !important;
    border: none;
    outline: none;
    width: 90% !important;
    max-width: 90% !important;
    margin-right: 10px;
}

.modal, .modal-open {
    overflow: hidden
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100000;
    display: none;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%)
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5)
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0
}

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5
}

.modal-header {
    min-height: 16.43px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    background: white;
    border-radius: 6px;
}
.modal-title {
    margin: 0;
    line-height: 1.42857143;
    margin-top: 10px;
    color: #333 !important;
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: 15px;
    text-align: right !important;
    border-top: 1px solid #e5e5e5
}

.modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px
}

.modal-footer .btn-group .btn + .btn {
    margin-left: -1px
}

.modal-footer .btn-block + .btn-block {
    margin-left: 0
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
    }

    .modal-sm {
        width: 300px
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px
    }
}

.close:focus, .close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5;
}
button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
}
.close {
    float: right;
    font-size: 21px;
    line-height: 1;
    color: #000 !important;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}
.alert .alert-link, .close {
    font-weight: 700;
}
.padding-15 {
    padding: 15px;
}
.bg-success {
    background-color: #dff0d8;
}
.text-center {
    text-align: center;
}
.chapter-layout .headtip {
    margin-top: 10px;
    padding: 10px;
    background-color: #e5edf1;
    color: #000!important;
    font-size: 12px;
}
b, optgroup, strong {
    font-weight: 700;
}
.chapter-layout .headtip ul li {
    height: 20px;
    display: block;
    padding-bottom: 3px;
    margin-bottom: 5px;
    overflow: hidden;
    padding-right: 4px;
}
.modal-header .close {
    margin-top: -12px;
    margin-right: -9px;
}
.headtip{
    text-align: center;
}
ul.manga_top li{
    width: 50%;
    float:left;
}

ul{
    list-style: none;
}

.tagslist li{
    padding: 3px 0px;
}
.tagslist{
    padding: 0;
}

.des{
    color: white;
    padding: 10px 0 20px;
}

@media (max-width: 320px) {
    .reading .reading-control {
        padding: 5px !important;
    }
    .loadAllImgPage, .loadImgPage {
        padding-left: 5px !important;
    }
    .loadImgPage {
        padding-right: 5px !important;
    }
}

@media (max-width: 480px){
    .chapter-control {
        margin: 10px auto;
    }
}