html {
    position: relative;
    min-height: 100%
}

body {
    padding-top: 80px;
    overflow-x: hidden;
    padding-bottom: 200px;
    background: #363636
}

a {
    color: #fff;
    text-decoration: none
}

a:hover,
a:focus {
    color: rgba(255, 255, 255, .8);
    text-decoration: none!important
}

.navbar-default {
    background-color: transparent;
    border-color: transparent;
    background-image: -webkit-linear-gradient(top, #151521, rgba(21, 21, 33, 0.62));
    border-width: 0 0 0
}

.panel-default {
    border-color: #282828;
    background-color: rgba(34, 34, 34, .85)
}

.br_top {
    margin-top: 10px
}

.popular_anime {
    width: 64px;
    height: auto
}

.iplay {
    display: none
}

.img_anime {
    width: 100%;
    height: 255px
}

@media screen and (max-width: 500px) {
    .img_anime {
        width: 100%;
        height: 193px !important
    }
}

.img-animeview {}

.img-thumbnail {
    padding: 0
}

.title_anime {
    position: relative;
    margin-top: -50px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 13px;
    padding: 5px;
    line-height: 21px;
    height: 50px;
    color: #fff;
    text-align: center;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    background: rgba(0, 0, 0, .63)
}

.anime_grid {
    margin-bottom: 12px;
    padding: 0 6px
}

.view_anime {
    text-align: right;
    padding-top: 5px;
    float: right;
    font-size: 12px
}

.mo_header {
    font-size: 18px;
    color: #fff;
    border-bottom: 1px solid #ccc;
    margin: 5px 0 10px;
    font-weight: 400
}

.panel-default>.panel-heading {
    color: #fff;
    background-color: #3c3c3c;
    border-color: #282828
}

.panel-genre>div {
    padding: 3px 6px;
    margin: 3px 4px;
    border-radius: 0;
    background-color: transparent!important
}

.panel-genre>div>a:focus {
    text-decoration: none;
    background-color: #222
}

.credit {
    margin: 8px 0
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive.embed-responsive-16by9 {
    padding-bottom: 56.25%
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden
}

.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://anime-hayai.com/assets/css/cd-top.png?v=100) 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
    }
}

.jumbotron {
    background-color: #222
}

.footer {
    bottom: 0;
    width: 100%;
    margin-bottom: 0;
    position: absolute;
    box-shadow: 0 0 10px #151521
}

.text-credit {
    font-size: 12px!important;
    color: #fff!important
}