body {
    background: transparent url('../images/bgana.png') repeat scroll left top;
    color: #363636;
}

.container-fluid {
    background-color: #FFF;
    max-width: 960px;
}

h2  {
    font-size: 20px;
}

hr {
    border-color: unset;
    margin-top: 0px;
}

ul {
    list-style: none; 
    padding: 0px; 
    margin: 0px;
}

.list-group-item:first-child {
    border-radius: 0;
}

.about h2 {
    font-size: 24px;
    margin-bottom: 0;
}
.about h6 {
    margin-top: 0px; 
    margin-bottom: 20px;
}

.hotmanga-header i, .listmanga-header i {
    font-size: 15px;
    margin-right: 15px;
    vertical-align: middle;
}

.span3 {
    display: block;
    float: left;
    margin-left: 15px;
    width: 30%;
}

.hot-thumbnails .manga-name {
    left: 15px;
    overflow: hidden;
    position: absolute;
    right: 15px;
    text-overflow: ellipsis;
    top: 15px;
    z-index: 20;
}

.hot-thumbnails .well {
    margin-top: -5px;
    height: auto;
    padding: 0;
    width: 100%;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 60px;
}

.hot-thumbnails .well p {
    padding: 10px 10px 0px;
}

@media (max-width:550px) {
    .hot-thumbnails .manga-name { display: none; }
    .hot-thumbnails .well p { font-size: 12px;}
}

.thumbnail {
    margin-bottom: 0;
}

.manga-item {
    display: inline-block;
    margin-bottom: 15px;
    width: 100%;
}

h3.manga-heading {
    font-size: 15px;
    font-weight: bold;
    margin: 0;
}

.manga-heading i {
    margin-right: 15px;
}

.manga-chapter {
    clear: both;
    margin-left: 50px;
    margin-bottom: 2px;
}

.manga-chapter h6 {
    margin: 0;
    padding: 0;
}

.manga-chapter a {
    color: unset;
}

.manga-heading span {
    font-size: 7px;
    margin-left: 15px;
    vertical-align: middle;
    text-transform: uppercase;
}

.manga-footer {
    background-color: #000;
    margin-top: 100px;
    padding: 20px 30px 30px
}

.manga-footer li{
    float: left;
}

.manga-footer li::after {
    content: "|";
    padding: 0 10px;
}

.manga-footer li:last-child:after {
  content: '';
  padding: 0;
}

.manga-list .alpha-link {
    display: inline-block;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1;
}
.manga-list li {
    float: left; 
    width: 50%; 
    padding-right: 20px;
}
.manga-list .separator{
    float: right;
}

.manga-list li:nth-child(even) .separator{
    display: none;
} 

/*-----------------------------------*/
/* Widget Social Buttons */
/*-----------------------------------*/

.follow-counter {
    padding: 16px 2px;
}

.follow-counter {
    color: #fff;
    text-align: center;
    display: block;
    font-weight: 700;
    box-shadow: inset 0 5px 5px -2px rgba(107,60,96,0.2);
}

.widget-social{margin-bottom: 25px;}

.widget-social li{
    float: left;
    width: 33.33333333333333%;
    padding: 0 5px 5px 0;
}
.widget-social li:nth-child(3n) {padding-right: 0;}

.widget-social li > div{
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);

}

.widget-social a{
    display: block;
    height: 60px;
    line-height: 56px;
    text-align: center;
}
.widget-social .social-facebook a{background: #3873ae;}
.widget-social .social-twitter a{background: #62c6f8;}
.widget-social .social-google a{background: #b8382e;}
.widget-social .social-facebook a:hover{background: #4893ce;}
.widget-social .social-twitter a:hover{background: #82e6ff;}
.widget-social .social-google a:hover{background: #d24238;}

.widget-social .social-facebook .follow-counter{background: #3873ae;}
.widget-social .social-twitter .follow-counter{background: #62c6f8;}
.widget-social .social-google .follow-counter{background: #b8382e;}

.widget-social i {
    width: 56px;
    height: 46px;
    margin: 0;
    overflow: hidden;
    text-indent: 200px;
    vertical-align: middle;
    background: url('../images/icons/social-icons2.png') 0 0 no-repeat;
}
.widget-social .social-facebook i{background-position: 0 0;}
.widget-social .social-twitter i{background-position: 0 -46px;}
.widget-social .social-google i{background-position: 0 -184px;}

.widget-social i {
    background-repeat: no-repeat;
    display: inline-block;
    font-style: normal;
    left: 0;
    margin-right: 10px;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    top: 0;
}

@media (max-width:767px) {
    .widget-social li{width: 33.33333333333333%;}
    .widget-social li:nth-child(3n) {padding-right: 0;}
}

/*** sorting ***/
.alphabetic-box {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    padding: 10px;
    background-color: #fff;
}

span.alphabetic {
    font-size: 15px;
    padding: 5px;
    display: inline-block;
}

span.alphabetic.disabled {
    color: #ccc;
}

span.alphabetic:hover {
    background-color: #eaeaea;
    cursor: pointer;
}

/** login **/
.login.breadcrumb .item-link {
    width: 48%;
}

.login.breadcrumb li:last-child a {
    float: right;
}

.login.breadcrumb .item-link i {
    margin-right: 5px;
}

#sort-types .btn {
    padding: 0 16px;
}

.list-category li {
    float: left;
    width: 50%;
}

.list-alphabet a {
    padding: 0 3px;
}

.content .thumbnail>img, .search-result .thumbnail>img {
    max-width: inherit;
}

.chapters > li::after {
    clear: both;
    content: "";
    display: block;
}

.chapters > li h5 {
    width: 50%; 
    display: inline-block;
    margin: 0;
}

.chapters > li .action {
    display: inline-block;
    float: right; 
    width: 50%;
}

.volume {
    cursor: pointer;
    display: table;
    margin: 10px 0 0 -10px;
}

/** search **/
.autocomplete-suggestions {
    border: 1px solid #999;
    background: #FFF;
    overflow: auto;
}
.autocomplete-suggestion {
    padding: 6px;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
}
.autocomplete-selected {
    background: #F0F0F0;
}
.autocomplete-suggestions strong {
    font-weight: normal;
    color: #3399FF;
}

// tags
.tag-links{
    position: relative;
}
.tag-links a {
    background-color: #767676;
    border-radius: 0 2px 2px 0;
    color: #fff;
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.2727272727;
    margin: 2px 4px 2px 10px;
    padding: 3px 7px;
    position: relative;
}
.tag-links a::before {
    border-top: 10px solid transparent;
    border-right: 8px solid #767676;
    border-bottom: 10px solid transparent;
    content: "";
    height: 0;
    position: absolute;
    top: 0;
    left: -8px;
    width: 0;
}
.tag-links a::after {
    background-color: #fff;
    border-radius: 50%;
    content: "";
    height: 4px;
    position: absolute;
    top: 8px;
    left: -2px;
    width: 4px;
}

/** comments **/
div.hrule::after {
    background-color: #ececec;
    border-radius: 11px;
    color: #cccccc;
    content: "comments";
    font-size: 12px;
    font-weight: 700;
    height: 21px;
    left: 50%;
    line-height: 21px;
    margin-left: -50px;
    position: absolute;
    text-align: center;
    top: -10px;
    width: 100px;
}
div.hrule {
    background-color: #dddddd;
    height: 1px;
    line-height: 20px;
    margin: 50px 0;
    position: relative;
}

#comments .cancel {
    display: none;
}

section.comments article.comment {
    margin-bottom: 20px;
    position: relative;
}

section.comments article.comment div.content::before {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAARCAYAAABTnsXCAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABR0RVh0Q3JlYXRpb24gVGltZQAzLzkvMTQztGkvAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAAIdJREFUSIm90rkNwDAMQ1FlGO+/jzwMUwQOcviQRNu/J/AKipCpKpg9QM0vAAAwEApRAKUoJIz4AhhICNECRCFuxAgQgbgQVoAXYkZ4AR6ICREFWCFDBAuwQLqIWYARpImYDehBqohVgBbkh1gNqEFeiF2AL+RG7AY8IQDkUFWklOoP3VDOWU4aQSUqU7BUOQAAAABJRU5ErkJggg==");
    content: "";
    height: 10px;
    left: 13px;
    position: absolute;
    top: -10px;
    width: 33px;
}
section.comments article.comment div.content {
    background-color: #ffffff;
    border: 1px solid #dadada;
    border-radius: 4px;
    padding: 20px 25px;
    position: relative;
}
section.comments article.comment div.meta {
    height: 60px;
    margin-bottom: 17px;
    position: relative;
}
section.comments article.comment div.meta img.avatar {
    border-radius: 30px;
    height: 60px;
    left: 0;
    position: absolute;
    top: 0;
    width: 60px;
}
section.comments article.comment div.meta span.author {
    color: inherit;
    font-size: 20px;
    font-weight: 700;
    left: 73px;
    line-height: 29px;
    padding: 0 7px;
    position: absolute;
    top: 3px;
}
section.comments article.comment div.meta span.date {
    color: #666666;
    font-size: 14px;
    font-weight: 300;
    left: 80px;
    line-height: 19px;
    position: absolute;
    top: 35px;
}

.reply-comment {
    position: relative;
    padding-left: 100px;
}
.reply-comment::before {
    content: "\f148";
    display: block;
    font-family: FontAwesome;
    font-size: 2em;
    left: 40px;
    position: absolute;
    top: 0;
    transform: scale(1, 1) rotate(90deg);
}

section.comments .actions::after {
    clear: both;
    content: "";
    display: block;
}

/** responsive **/
@media only screen and (max-width: 500px) {
    .chapters > li h5 {
        width: 100%; 
        display: inline-block;
    }

    .chapters > li .action {
        display: inline-block;
        width: 100%;
    }
}

@media only screen and (min-width:768px) {
    .ads-large {
        /*width: 960px;
        height: 90px;*/
    }
}

@media only screen and (max-width: 768px) {
    .ads-sqre1 {
        margin-bottom: 10px;
    }

    .ads-sqre2 {
        float: none !important;
    }

    .ads-large {
        display: block!important;
    }
}
