.anime_sum,
.cd-top,
.sum-hilight,
.title_anime {
    overflow: hidden
}

.anime_read_o,
.re-send,
.text-mode {
    cursor: pointer
}

html {
	position: relative;
	min-height: 100%;
}
body {
	padding-top: 80px;
	overflow-x: hidden;
	padding-bottom: 200px;
	background: #363636;
}

a {
    color: #fff
}

a:hover {
    text-decoration: none!important;
    text-shadow: 0 0 2px #222
}

.anime-navbar {
    padding: 1rem
}

.img_anime {
    width: 100%;
    height: 255px;
    transition: -webkit-transform .25s ease
}

.img-thumbnail {
    padding: .15rem
}

.anime_col:hover {
    text-decoration: none
}

.title_anime {
    position: relative;
    margin-top: -50px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    padding: 5px;
    line-height: 21px;
    height: 50px;
    border-radius: 0 0 5px 5px;
    color: #fff;
    transition: all .2s ease;
    text-align: center;
    background: rgba(0, 0, 0, .83)
}


.iplay {
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    position: absolute;
    top: 90px;
    left: 85px;
    color: #fff;
    opacity: 0
}

.anime_grid:hover>a>.iplay {
    opacity: .8
}

.anime_grid:hover>a>.img_anime {
    opacity: .5
}

.anime_grid:hover .title_anime {
    height: 0;
    margin-top: 0;
    padding: 0
}

.read_page,
.text-mode,
.view_anime {
    text-align: right
}

.view_anime {
    font-size: 12px
}

.read_page {
    margin-top: 20px
}

.anime_sum {
    min-height: 70px;
    max-height: 140px;
    margin-bottom: 5px
}

.img-animeview {
    height: 255px
}

.tag-anime {
    font-size: 11px
}

.tag-anime-play {
    font-size: 11px;
    margin-top: 30px
}

.list-group-reruest .list-group-item {
    height: auto;
    padding: 8px 10px;
    margin-bottom: 7px
}

.list-group-reruest .list-group-item .left {
    float: left;
    font-size: 22px;
    margin-top: -3px;
    margin-right: 20px
}

.list-group-item-top {
    padding: .75rem
}

.views {
    font-size: 12px;
    color: #787878
}

.text-mode {
    margin-top: 10px;
    font-weight: 400;
    font-size: 14px
}

.anime_center {
    text-align: center;
    line-height: 25px
}

.jumbotron-footer {
    margin-top: 30px;
    padding: 20 0 10!important;
    margin-bottom: 0!important
}

.text-credit {
    font-size: 12px!important;
    color: #7f7f7f!important
}

.anime_grid {
    margin-bottom: 20px
}

.container-player {
    padding-bottom: 15px;
    margin-bottom: 15px
}

.foot-head {
    font-size: 16px
}

.cd-top {
    display: inline-block;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 100px;
    right: 10px;
    z-index: 10;
    box-shadow: 0 0 10px rgba(0, 0, 0, .05);
    text-indent: 100%;
    white-space: nowrap;
    background: url(https://i.imgur.com/uSmhNWU.png?v=297) center 50% no-repeat rgba(86, 151, 232, .8);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s
}

#p9fe,
.title-mode-2 {
    display: block;
    text-align: center
}

.cd-top.cd-fade-out,
.cd-top.cd-is-visible,
.no-touch .cd-top:hover {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s
}

.cd-top.cd-is-visible {
    visibility: visible;
    opacity: .8
}

.cd-top.cd-fade-out {
    opacity: .5
}

.no-touch .cd-top:hover {
    background-color: #5697e8;
    opacity: 1
}

@media only screen and (min-width:768px) {
    .cd-top {
        right: 20px;
        bottom: 20px
    }
    .nav-logo {
        display: none
    }
}

@media only screen and (min-width:1024px) {
    .cd-top {
        height: 60px;
        width: 60px;
        right: 30px;
        bottom: 30px
    }
}

.title-mode-2 {
    background-color: #333;
    color: #fff;
    padding: 5px;
    margin-bottom: 10px;
    font-size: 16px
}

.btn-download {
    margin-right: 10px!important
}

.spinner {
    text-align: center;
    margin: 100px 0
}

.alert-success-b {
    background-color: #77b300;
    border-color: #809a00;
    color: #fff
}

.alert-success-b hr {
    border-top-color: #6a8000
}

.alert-success-b .alert-link {
    color: #e6e6e6
}

.alert-info-b {
    background-color: #93c;
    border-color: #6e2caf;
    color: #fff
}

.alert-info-b hr {
    border-top-color: #61279b
}

.alert-info-b .alert-link {
    color: #e6e6e6
}

.alert-warning-b {
    background-color: #f80;
    border-color: #f05800;
    color: #fff
}

.alert-warning-b hr {
    border-top-color: #d64f00
}

.alert-warning-b .alert-link {
    color: #e6e6e6
}

.alert-danger-b {
    background-color: #c00;
    border-color: #bd001f;
    color: #fff
}

.alert-danger-b hr {
    border-top-color: #a3001b
}

.alert-danger-b .alert-link {
    color: #e6e6e6
}

#p9fe {
    z-index: 9999;
    position: fixed!important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .8);
    padding: 10% 0
}

#p9fe~*,
.loading {
    display: none
}

#p9fe * {
    text-align: center
}

.p9fe-title {
    color: #fff;
    margin-top: 50px;
    font-size: 26px;
    letter-spacing: 0
}

.p9fe-text {
    color: #fff;
    line-height: 1.65;
    margin-bottom: 50px
}

.anime-tags>div {
    background-color: #222;
    padding: 1px 2px;
    margin: 3px 4px;
    float: left
}

.anime-tags>div>a {
    color: #fff
}

.anime-header {
    font-size: 16px;
    color: #fff;
    border-bottom: 1px solid #666;
    margin: 5px 0 10px;
    font-weight: 700
}

.fx1 {
    margin-top: 10px
}

.anime-title {
    font-size: 18px;
    font-weight: 400
}

.misa-search {
    margin-top: 40px
}

.misa-search input {
    background: rgba(255, 255, 255, .1);
    border: 1px solid #666
}

.hilight {
    color: #222
}

.misa-hilight {
    margin-bottom: 10px;
    margin-top: 20px
}

.misa-hilight-wrap {
    width: 100%;
    height: 300px;
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
    opacity: .9
}

.misa-hilight-content {
    position: absolute;
    z-index: 5;
    top: 30px;
    left: 40px
}

.img-hilight {
    border: 3px solid #222!important
}

.lilight-recom {
    background: #d63c3c;
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
    padding: 3px
}

.title-hilight {
    font-weight: 700;
    font-size: 16px;
    padding: 3px
}

.sum-hilight {
    background: rgba(0, 0, 0, .5);
    font-size: 12px;
    line-height: 20px;
    padding: 3px;
    color: #fff;
    border-radius: 5px;
    height: 80px
}

.cd-main-nav,
.loading {
    position: fixed;
    left: 0;
    text-align: center
}

.re-send {
    color: #000
}

.loading {
    top: 0;
    width: 100%;
    color: #fff;
    height: 100%;
    background-color: rgba(0, 0, 0, .9);
    z-index: 1051;
    padding-top: 15%
}

.loading>.text {
    margin-top: 10px
}

.view_anime {
    padding-top: 5px;
    float: right
}

.mail-cf {
    background-color: #ffb142;
    color: #fff;
    padding: 5px 0
}

@media only screen and (max-width:767px) {
    .misa-search-container {
        display: none
    }
    .misa-search-container-b {
        display: inline!important
    }
}

#content>p {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px
}

#content>p>a {
    padding: 10px;
    margin-right: 5px;
    background: 0 0;
    color: #fff;
    border: 1px solid #444;
    transition: background-color .25s ease;
    display: inline-block
}

#content>p>a:before {
    font-family: FontAwesome;
    content: "\f144   ";
    color: #ff4c4c
}

#content>p>a:hover {
    color: #fff;
    background: #ff4c4c
}

.btn-facebook,
.btn-facebook.disabled,
.btn-facebook:disabled,
.btn-facebook:hover {
    background-color: #3b5998;
    border-color: #3b5998;
    margin-top: 10px
}

.btn-facebook,
.btn-facebook:hover {
    color: #fff
}

.btn-facebook.focus,
.btn-facebook:focus {
    box-shadow: 0 0 0 .2rem rgba(59, 89, 152, .5)
}

.btn-facebook: not([disabled]):not(.disabled).active,
.btn-facebook:not([disabled]):not(.disabled):active,
.show>.btn-facebook.dropdown-toggle {
    color: #fff;
    background-color: #3b5998;
    border-color: #3b5998;
    box-shadow: 0 0 0 .2rem rgba(59, 89, 152, .5)
}

.btn-twitter,
.btn-twitter.disabled,
.btn-twitter:disabled,
.btn-twitter:hover {
    background-color: #1da1f2;
    border-color: #1da1f2;
    margin-top: 10px
}

.btn-twitter,
.btn-twitter:hover {
    color: #fff
}

.btn-twitter.focus,
.btn-twitter:focus {
    box-shadow: 0 0 0 .2rem rgba(29, 161, 242, .5)
}

.btn-twitter: not([disabled]):not(.disabled).active,
.btn-twitter:not([disabled]):not(.disabled):active,
.show>.btn-twitter.dropdown-toggle {
    color: #fff;
    background-color: #1da1f2;
    border-color: #1da1f2;
    box-shadow: 0 0 0 .2rem rgba(29, 161, 242, .5)
}

.cd-main-nav {
    top: 40%;
    width: 65.5px;
    min-height: 130px
}

.cd-main-nav>ul {
    list-style-type: none;
    padding: 0;
    border-top: 1px solid #cf202e;
    border-right: 1px solid #cf202e;
    background: #e53838
}

.cd-main-nav>ul>li {
    padding: 10px;
    cursor: pointer;
    width: 65px;
    height: 65px;
    background: #e53838;
    border-bottom: 1px solid #cf202e;
    transition: .3s all;
    text-align: center
}

.cd-main-nav>ul>li:hover {
    background: #cf202e
}

.cd-main-nav>ul>li>a {
    text-align: center;
    color: #fff
}

#style-1::-webkit-scrollbar-track {
    border-radius: 3px;
    background-color: #333
}

#style-1::-webkit-scrollbar {
    width: 12px;
    background-color: #333
}

#style-1::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background-color: #555
}

.br_top {
	margin-top: 10px;
}
.navbar {
    box-shadow: 0 0 0px #000;
}

.breadcrumb {
    background-color: #282828;
}

.mo_header {
    font-size: 18px;
    color: #FFFFFF;
    border-bottom: 1px solid #CCC;
    margin: 5px 0px 10px 0px;
    font-weight: normal;
}

.img-thumbnail {
    border: 0px solid #ddd;
}

.popular_anime {
    width: 64px;
    height: auto;
}

.ribbon-view {
    position: absolute;
    color: #fff;
    background: rgba(0, 0, 0, 0.8);
    font-size: 10px;
    float: left;
    clear: both;
    padding: 3px;
    left: 20px;
    top: 5px;
    border-radius: 3px;
    white-space: nowrap;
    display: block;
}

.media-text-white {
    color: #fff;
}

.view_anime {
	text-align: right;
    padding-top: 5px;
    float: right;
    font-size: 12px;
}
.size-font-view {
    font-size: 19px;
}

.badge-pill {
	padding-right: .6em;
	padding-left: .6em;
	border-radius: 10rem;
}

.badge {
	display: inline-block;
	padding: .25em .4em;
	font-size: 75%;
	font-weight: 100;
	background-color: #424242;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25rem;
}

.footer {
	width: 100%;
	margin-bottom: 0;
	position: absolute;
	box-shadow: 0px 0px 10px #000;
}

.text-center-ads {
    text-align: center;
	text-align: -webkit-center;
}

.text-center-ads img {
    padding: 4px;
    background-color: #1c1e22;
    border: 1px solid #0c0d0e;
    max-width: 100%;
	width: 70%;
    height: 100%;
}