* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.overlow-hidden {
    overflow: hidden
}

.left {
    float: left
}

.right {
    float: right
}

.clear {
    clear: both
}

.absolute {
    position: absolute
}

.relative {
    position: relative
}

.bold {
    font-weight: 700
}

.italic {
    font-style: italic
}

.uppercase {
    text-transform: uppercase
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.fb-comments,.fb-comments>span,.fb-comments iframe[style] {
    width: 100%!important
}

ul,span,p,div {
    margin: 0;
    padding: 0
}

li {
    list-style: none
}

.no-margin-left {
    margin-left: 0!important
}

.no-margin-right {
    margin-right: 0!important
}

a,a:focus,a:hover {
    text-decoration: none
}

.container {
    margin: 0 auto;
    width: auto;
    padding: 0 60px;
    max-width: 1500px
}

body,html {
    background: #1a1a1a;
    margin: 0;
    font-family: Arial,Tahoma;
    font-size: 14px;
    color: #dcdcdc
}

#download-app {
    background: #fff;
    overflow: hidden;
    padding: 5px
}

#download-app .icon-app {
    float: left;
    margin: 0 10px 0 0;
    width: 60px;
    height: 60px
}

#download-app .text {
    color: #666;
    float: left;
    width: 55%;
    font-size: 13px
}

#download-app .text strong {
    color: #ff9601
}

#download-app .button-download {
    float: right;
    margin: 15px 0;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
    padding: 4px
}

#download-app #close-download-app {
    float: left;
    padding: 7px 4px;
    line-height: 45px;
    width: 8%;
    font-size: 18px
}

#header {
    background: rgba(0,0,0,.3);
    padding: 5px 0 0;
    font-family: roboto;
    margin: 0 0 20px
}

#header #logo {
    float: left;
    width: 13%;
    max-width: 200px
}

#header #logo img {
    width: 100%;
    height: 60px;
    padding: 12px
}

#main-menu {
    line-height: 60px
}

#main-menu li {
    float: left;
    position: relative
}

#main-menu li a {
    color: #fff;
    padding: 0 11px;
    display: block;
    font-size: 15px;
    text-decoration: none;
    text-transform: uppercase
}

#main-menu li a:hover {
    color: #ff9601
}

#main-menu>li.active a {
    border-bottom: 3px solid #ff9601;
    color: #ff9601
}

#main-menu li.vip a {
    position: relative;
    color: #ff9601;
    font-size: 18px
}

#main-menu li.vip img {
    position: absolute;
    width: 26px;
    top: 3px;
    left: 31px
}

#main-menu li .sub-menu {
    position: absolute;
    left: 0;
    top: 100%;
    width: 350px;
    background: #121212;
    display: none;
    z-index: 100
}

#main-menu li .sub-menu.span-6 {
    width: 350px
}

#main-menu li:hover .sub-menu {
    display: block
}

#main-menu li .sub-menu li {
    width: 50%
}

#main-menu li .sub-menu li a {
    line-height: 35px;
    font-size: 14px;
    text-transform: none;
    border: none;
    color: #fff
}

#main-menu li .sub-menu li a:hover {
    color: #ff9601
}

#header .login {
    float: right;
    width: 170px;
    line-height: 60px;
    text-align: right
}

#header .login img.avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    float: left;
    margin: 5px 8px 0 17px
}

#header .login a {
    font-size: 15px;
    text-transform: uppercase;
    color: #fff
}

#header .login a:hover {
    color: #ff9601
}

#header .login a.btn-charge {
    background: #ff9601;
    display: inline-block;
    border-radius: 3px;
    padding: 8px 6px 5px;
    font-size: 12px
}

#header .login a.btn-charge:hover {
    color: #fff
}

#header .login .hidden-xs {
    font-size: 11px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 90px;
    float: left;
    line-height: 20px;
    color: #ff9601
}

#header .login .hidden-xs.name {
    margin: 12px 0 0;
    color: #fff
}

#header .form-search {
    float: right;
    width: 16%;
    text-align: right;
    position: relative;
    margin: 13px 0;
    padding: 5px;
    transition: all .3s ease;
    border: 1px solid #fff
}

#header .form-search.focus {
    border: 1px solid #4e4e4e
}

.form-search input {
    background: 0 0;
    border: none;
    outline: none;
    width: 100%;
    height: 24px
}

.form-search .fa-search {
    font-size: 22px;
    position: absolute;
    top: 5px;
    right: 8px
}

.list-film .item img {
    width: 100%;
    object-fit: cover;
    transition: all .3s ease-in-out
}

#film-hot .item {
    height: 0;
    padding-bottom: 60%
}

.list-film .item:hover img {
    transform: scale(1.2)
}

.container .block {
    overflow: hidden
}

.container .block.top-slide-filter,.container .block.top-slide {
    overflow: inherit
}

.block .heading {
    overflow: hidden;
    margin: 15px 0 20px
}

.block h2.heading>a {
    font-size: 18px;
    color: #ff6901
}

.block .heading .sub-heading {
    margin: 22px 0 0 50px;
    overflow: hidden;
    float: left
}

.block .heading .sub-heading li {
    float: left
}

.block .heading .sub-heading li a {
    color: #fff;
    padding: 3px 5px;
    background: #0b0f15;
    border-bottom: 2px solid #1a1a1a;
    display: inline-table;
    margin-left: 8px;
    cursor: pointer;
    transition: .7s all;
    background: #504d49
}

.block .heading .sub-heading li a.active {
    background: #ff6901;
    color: #fff;
    border-bottom: 2px solid #ff6901
}

.block .heading .sub-heading li a:hover {
    background: #ff8a00;
    color: #fff
}

.block .heading .order {
    float: right
}

.block .heading .order ul li {
    display: inline-block;
    margin: 0 0 0 10px
}

.submit-filter {
    padding: 7px;
    background: #ff9601;
    color: #f5f5f5;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer
}

.order select {
    border: 1px solid #4c4c4c;
    background: #303030;
    color: #fff;
    outline: none;
    padding: 5px;
    font-size: 13px;
    font-weight: 700
}

.block .caption a,.block .caption {
    font-size: 25px;
    float: left;
    font-family: roboto;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
    padding: 16px 0;
    color: #a5cbef;
    background: #ff8a00;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone
}

.block .see-more {
    float: right;
    background-color: #5d5d5d;
    padding: 5px;
    margin-top: 18px;
    border-radius: 3px;
    color: #fff;
    font-weight: 700;
    font-size: 12px
}

.block .see-more:hover {
    color: #ff9601
}

.block .see-more .fa {
    float: right;
    margin: 0 0 0 3px;
    font-size: 15px
}

.block.top-slide .heading {
    margin: 0 8px
}

.top-slide .item {
    float: left;
    width: 20%;
    position: relative
}

.page-filter .top-slide .item {
    width: 25%
}

.top-slide .owl-item {
    float: left;
    width: 20%;
    position: relative
}

.top-slide .owl-item .item {
    width: 100%
}

.top-slide .item a {
    display: block;
    margin: 0 8px;
    overflow: hidden
}

.top-slide .item a p {
    position: absolute;
    bottom: 3px;
    left: 8px;
    right: 8px;
    padding: 8px;
    color: #fff;
    font-size: 15px;
    font-family: roboto;
    background: rgba(0,0,0,.7);
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.owl-theme .owl-controls .owl-buttons div {
    background: 0 0;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 50%;
    font-size: 80px;
    opacity: .6;
    color: #ff9601;
    margin-top: -57px
}

.owl-theme .owl-controls .owl-buttons div.owl-prev {
    left: 8px
}

.owl-theme .owl-controls .owl-buttons div.owl-next {
    right: 8px
}

.block .list-film {
    margin-right: -10px;
    position: relative;
    overflow: hidden
}

.list-link-download .loading,.block .list-film .loading {
    position: absolute;
    top: 0;
    right: 10px;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,.4)
}

.list-link-download .loading:after,.block .list-film .loading:after {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    background-color: #ff9601;
    margin: 0 auto;
    -webkit-animation: rotateplane 1.2s infinite ease-in-out;
    animation: rotateplane 1.2s infinite ease-in-out
}

@-webkit-keyframes rotateplane {
    0% {
        -webkit-transform: perspective(120px)
    }

    50% {
        -webkit-transform: perspective(120px) rotateY(180deg)
    }

    100% {
        -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg)
    }
}

@keyframes rotateplane {
    0% {
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        transform: perspective(120px) rotateX(0deg) rotateY(0deg)
    }

    50% {
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
    }

    100% {
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg)
    }
}

.list-film>.item {
    float: left;
    width: 20%;
    position: relative;
    font-family: roboto;
    font-size: 15px
}

.list-film .item .label {
    position: absolute;
    padding: 5px;
    font-size: 11px;
    color: #fff;
    background: #1b2a39;
    border-bottom: 2px solid #bb3c2f;
    border: 1px solid #1b2a3900;
    position: relative top:5px;
    z-index: 2;
    font-weight: 400;
    background-size: 200% 100%;
    background-image: linear-gradient(to right,#C02425 0%,#F0CB35 51%,#C02425 100%);
    transition: .7s
}

.list-film .item .label:after {
    content: '';
    border-bottom: 6px solid #dd8b52;
    border-left: 6px solid transparent;
    display: block;
    border-right: 6px solid transparent;
    bottom: -10px;
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%,-50%) rotate(180deg);
    transform: translate(-50%,-50%) rotate(180deg)
}

.list-film .item.large .label {
    padding: 10px;
    font-size: 14px
}

.text-promotion {
    color: #ffeb3b
}

#film-hot.list-film .item .label {
    left: 8px
}

.list-film .item .label-quality {
    position: absolute;
    padding: 5px;
    font-size: 11px;
    color: #fff;
    z-index: 2;
    left: 0;
    background: #ff9601;
    border-radius: 0 5px 5px 0
}

#film-hot.list-film .item .label-quality:before {
    content: "";
    border: 10px solid transparent;
    border-right: 8px solid #ff9601;
    position: absolute;
    bottom: -10px;
    left: -10px
}

.list-film>.item.large {
    width: 40%
}

.list-film>.item.large a {
    margin: 0 10px 0 0;
    display: block
}

.list-film>.item a {
    margin: 0 10px 10px 0;
    display: block;
    position: relative;
    overflow: hidden
}

.list-film>.item p {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,.6);
    color: #fff;
    padding: 10px;
    line-height: 1.3em;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.list-film>.item.large p {
    right: 0;
    bottom: 0;
    font-size: 20px
}

.item .icon-play {
    background: #ff9601;
    height: 50px;
    width: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
    border-radius: 50%;
    opacity: 0;
    transform: scale(1.5);
    transition: all .3s ease-in-out
}

.icon-play:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    border: 15px solid transparent;
    border-left: 20px solid #fff;
    margin: -15px 0 0 -6px
}

.item:hover .icon-play {
    transform: scale(1);
    opacity: .8
}

#footer {
    background: #060606;
    padding: 20px 0;
    margin: 20px 0 0
}

#footer-logo {
    float: left;
    width: 15%
}

#footer .column {
    width: 16.66%;
    float: left;
    padding-left: 3%;
    box-sizing: border-box
}

#footer .column>p {
    margin: 0 0 5px;
    font-weight: 700;
    color: #ff8a00;
}

#footer .column ul li a {
    color: #ffffffd1;
    line-height: 2em
}

#footer .column ul li a:hover {
    color: #ff9601
}

#footer .column.download-app ul li a {
    display: block;
    padding: 5px 15px;
    border: 1px solid #484848;
    border-radius: 25px;
    margin: 0 0 10px;
    font-size: 15px;
    font-weight: 700;
    color: #fafafa
}

#footer .column.download-app ul li a .fa {
    font-size: 22px;
    margin: 0 8px 0 0
}

@media(min-width: 1500px) {
    #footer-logo {
        width:12%!important
    }

    #page-player {
        padding: 30px 10px 10px;
        margin: -20px auto 0;
        background: #222;
        overflow: hidden;
        max-width: 980px
    }
}

#footer-logo img {
    width: 100%
}

#footer .info-company {
    float: left;
    margin-left: 5%;
    color: #b1b1b1;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.8em
}

.box-player {
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 99
}

#player {
    position: relative;
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%
}

#player-area {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.box-player>img {
    width: 100%
}

#player .countdown-wrapper {
    color: #fff;
    font-size: 20px;
    left: 0;
    position: absolute;
    text-align: center;
    top: 35%;
    width: 100%
}

#player .countdown-wrapper .countdown {
    font-weight: 600;
    margin: 20px 0
}

#player .countdown-wrapper .countdown .label {
    font-size: 100%
}

.box-player #player_message {
    color: #ff9601;
    background: #3a3a3a;
    padding: 5px;
    font-size: 13px;
    font-weight: 700;
    border: 1px solid #ff9601;
    text-align: center
}

#player_message>a {
    padding: 3px 5px
}

.notifi-trailler {
    border: 1px solid #828282;
    background: #404040;
    color: #fff032;
    padding: 10px;
    margin: 0 auto 5px;
    border-radius: 3px;
    font-weight: 700;
    font-size: 10px;
    max-width: 1000px
}

.form-subscribe {
    overflow: hidden;
    position: relative
}

.form-subscribe .loading {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,.3) url(../images/ajax-loader.gif) no-repeat center;
    display: none
}

.form-subscribe .caption {
    color: #fff601;
    font-weight: 700
}

.form-subscribe .col {
    float: left;
    margin-right: 20px;
    margin-bottom: 10px
}

.form-subscribe .input {
    border: none;
    padding: 8px;
    font-size: 14px;
    outline: none;
    background: #383838;
    border-radius: 3px;
    width: 230px;
    color: #cecece
}

.form-subscribe .col .captcha {
    float: left;
    width: 77px
}

.form-subscribe .col .refresh-captcha {
    margin: 5px
}

#form_subscribe {
    display: none;
    margin: 20px 0 0
}

.form-subscribe .message {
    color: #fff601;
    display: none;
    margin: 20px 0 0;
    clear: both
}

.episodes {
    margin: 20px -7px;
    text-align: center;
    border-bottom: 1px solid #4c4c4c;
    font-size: 0;
    position: relative;
    z-index: 99
}

.episodes li {
    display: inline-block;
    margin: 0 5px 15px
}

.episodes li a {
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    border-radius: 3px;
    background: #3a3a3a;
    padding: 7px
}

.episodes .server {
    display: inline-block;
    margin: 0 5px -6px;
    border-radius: 3px;
    background: #4cae4c;
    padding: 7px
}

.episodes li a:hover {
    color: #ff9601
}

.episodes li a.active {
    background: #ff9601
}

.episodes li.active a:hover {
    color: #fff
}

.film-info h1 {
    font-size: 28px;
    margin: 20px 0 8px;
    color: #ff9601
}

.film-info h1 a {
    font-size: 28px;
    margin: 20px 0 8px;
    color: #ff9601
}

.film-info>h2>a {
    font-size: 16px;
    margin: 0 0 10px;
    font-weight: 700;
    color: #fff
}

.film-info>h2:before {
}

.film-info>h2:after {
}

.film-info>.text {
    background: #252525;
    padding: 10px;
    margin: 10px 0 0
}

.box-rating {
    overflow: hidden;
    margin: 0 0 5px
}

.box-rating p {
    font-size: 20px;
    color: #f78144
}

.box-rating span.text {
    font-size: 12px;
    color: #ddd
}

.entry-meta {
    margin: 35px 0 10px;
    clear: both;
    overflow: hidden
}

.entry-meta li {
    width: 30%;
    float: left;
    margin: 0 3% 0 0
}

.entry-meta li label {
    color: #fff;
    font-size: 13px
}

.film-content,.entry-meta li,.entry-meta li a {
    color: #828282
}

.entry-meta li a:hover {
    color: #ff6901
}

.film-content h2,.film-content h3,.film-content h4 {
    font-weight: 700;
    font-size: 1.2em;
    margin: 0 0 5px
}

.film-content img,.film-content table {
    max-width: 100%;
    height: auto!important;
    margin: 5px auto;
    display: block
}

.film-content {
    line-height: 1.5em
}

.text .block-film {
    margin: 10px 0 0;
    border-bottom: 1px solid #3a3a3a;
    padding: 0 0 10px
}

.block-film .heading {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 1.1em;
    color: #ff9601
}

.block-film.show-time .heading {
    font-size: 1.3em
}

.servers {
    float: left
}

.servers li {
    float: left;
    background: #353535;
    padding: 5px;
    margin: 0 5px 0 0;
    font-size: 13px;
    font-weight: 700;
    border-radius: 2px
}

.servers li a {
    color: #fff
}

.servers li a:hover {
    color: #ff9601
}

.servers li.active {
    background: #ff9601
}

.servers li.active a:hover {
    color: #fff
}

.options {
    overflow: hidden;
    margin: 10px 0 0
}

.options .tool {
    float: right
}

.options .tool li {
    float: left;
    margin: 0 0 0 10px;
    cursor: pointer;
    font-size: 11px
}

.options .tool .autoplay {
    width: 134px
}

.options .tool li .power-lamp span {
    background: #ccc
}

.options .tool li.power-lamp em {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: inline-block;
    color: #000;
    text-align: center;
    line-height: 30px;
    font-size: 20px
}

.options .tool li.power-lamp.off em {
    color: #fff;
    text-shadow: 0 3px 10px rgba(255,255,255,.7)
}

.options .tool li>span {
    float: left;
    font-size: 11px;
    line-height: 30px;
    margin: 0 3px 0 0
}

.options .tool li.off-ads a {
    color: #fff
}

.options .tool li.off-ads img {
    width: 38px
}

.radial-center {
    background-color: #3a3a3a;
    background-position: center center;
    background-repeat: no-repeat;
    background: -webkit-gradient(radial,center center,0,center center,460,from(#808080),to(#3a3a3a));
    background: -webkit-radial-gradient(circle,#808080,#3a3a3a);
    background: -moz-radial-gradient(circle,#808080,#3a3a3a);
    background: -ms-radial-gradient(circle,#808080,#3a3a3a)
}

#tags {
    margin: 10px 0 0
}

.tags-heading {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 1.3em
}

.tags-list {
    overflow: hidden;
    line-height: 1.5em;
    overflow-y: auto
}

.tags-list>li {
    float: left;
    margin: 0 .8em .8em 0;
    box-shadow: 0 3px 0 rgba(0,0,0,.2);
    background: #353535
}

.tags-list>li:hover {
    background: #ff9601;
    box-shadow: 0 3px 0 #ab6400
}

.tag h2,.tag h3,.tag h4 {
    margin: 0;
    font-weight: 400
}

.tag a {
    display: block;
    padding: .4em .6em;
    line-height: inherit;
    font-size: 14px;
    font-weight: 400;
    color: #778187;
    margin: 0
}

.tag a:hover {
    color: #fff;
    text-decoration: none;
    text-shadow: 0 1px rgba(0,0,0,.15);
    outline: none
}

.film-related {
    margin: 20px 0 0;
    padding: 10px 0 0;
    border-top: 1px solid #4c4c4c
}

.film-related .item {
    height: 0;
    padding-bottom: 60%
}

.film-related .item img {
    width: 100%;
    height: 100px;
    object-fit: cover;
    transition: all .3s ease-in-out
}

.comment {
    background: #fff;
    padding: 5px;
    margin: 20px 0 0;
    border-radius: 3px
}

.pagination {
    text-align: center;
    display: block;
    margin: 10px 0 0
}

.pagination ul li {
    display: inline-block;
    margin: 0 5px
}

.pagination ul li a {
    display: block;
    width: 26px;
    height: 26px;
    text-align: center;
    line-height: 20px;
    color: #fff;
    border: 1px solid #4c4c4c;
    background: #3a3a3a;
    padding: 3px 4px;
    font-weight: 700;
    font-size: 13px
}

.pagination ul li a:hover {
    color: #ff6901
}

.pagination ul li a.current {
    border-color: #ff6901;
    color: #ff9601
}

.pagination ul li a.current:hover {
    color: #fff
}

.pagination ul li a.navigation {
    width: auto
}

.left-player {
    width: 66.666667%;
    float: left
}

#list-film-realted .item a p {
    position: absolute;
    color: #fff
}

#list-film-realted .item:hover img {
    transform: scale(1)
}

.list-film#list-film-realted .item .label-quality,.list-film#list-film-realted .item .label {
    left: 8px;
    top: 0
}

.breadcrumb {
    background: #252525;
    /* padding:0; */
    /* float:left;
    font-family: roboto;*/
}

.breadcrumb li span,.breadcrumb li h1,.breadcrumb li a {
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    margin: 0
}

.breadcrumb li a:hover {
    color: #ff9601
}

.breadcrumb>li+li:before {
    font-size: 20px
}

.breadcrumb li span,.breadcrumb li h1 {
    color: #ff9601;
    display: inline-block
}

.calendar-tv {
    float: left;
    width: 33.333333%;
    box-sizing: border-box;
    padding: 0 0 0 20px;
    font-family: roboto
}

.top-conent {
    margin-bottom: 50px;
    overflow: hidden
}

.tukhoa h4 {
    font-size: 11px
}

#player-tv {
    width: 100%
}

#player-tv>img {
    width: 100%
}

.calendar-tv .caption {
    padding: 0 0 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ff9601;
    color: #ff9601
}

.calendar-tv .caption h2 {
    margin: 0 0 5px;
    font-weight: 300;
    font-size: 23px
}

.calendar-tv .caption .fa {
    font-size: 22px;
    margin-right: 10px
}

.calendar-tv .caption select {
    width: 93%;
    background: #1a1a1a;
    border: none;
    outline: none
}

.calendar-tv .list-content {
    overflow: hidden;
    position: relative;
    margin: 0 -5px
}

.calendar-tv .list-content li {
    overflow: hidden;
    width: 50%;
    float: left
}

.calendar-tv .list-content li a {
    display: block;
    margin: 6px
}

.calendar-tv .list-content li a>img {
    width: 100%
}

.calendar-tv .list-content li.active-program {
    border-bottom: 1px solid #ff9601
}

.calendar-tv .list-content li label {
    float: left;
    margin: 0 10px 0 0
}

.calendar-tv .list-content li label,.calendar-tv .list-content li p {
    font-weight: 400
}

.calendar-tv .list-content li span {
    font-weight: 300;
    display: block;
    margin: 3px 0 0 45px;
    font-size: 13px
}

#background_lamp {
    position: fixed;
    background-color: #000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.no-content {
    padding: 30px;
    text-align: center;
    border: 1px solid #4c4c4c;
    background: #2f2f2f;
    color: #666
}

#suggestions {
    position: absolute;
    top: 100%;
    left: 0;
    width: 400px;
    z-index: 100;
    text-align: left
}

#suggestions.msuggestions {
}

#suggestions strong {
    color: #c2c2c2
}

#suggestions ul.autocomplete-list {
    background: #1f1f1f none repeat scroll 0 0;
    border-radius: 6px;
    left: 3px;
    list-style: outside none none;
    padding: 5px 0 10px
}

#suggestions ul.autocomplete-list li {
    border-bottom: 1px dashed #333;
    display: block;
    height: 35px;
    line-height: 35px;
    margin: 0 8px;
    padding: 8px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff
}

#suggestions ul.autocomplete-list li a {
    width: 100%;
    display: inline-block
}

#suggestions ul.autocomplete-list li.last {
    border-bottom: none;
    background: transparent url(image/icon_childparenthover.png) no-repeat scroll right center
}

#suggestions ul.autocomplete-list li.last a {
    color: #337ab7
}

#suggestions ul.autocomplete-list li.film {
    height: 48px;
    line-height: 20px;
    margin-top: 4px
}

#suggestions ul.autocomplete-list li.film img {
    width: 80px;
    padding-right: 10px;
    float: left;
    display: inline;
    height: 45px
}

#suggestions ul.autocomplete-list li.film a {
    line-height: 14px
}

#suggestions ul.autocomplete-list li.film a:hover {
    color: #ff9601
}

#suggestions ul.autocomplete-list li.film span {
    font-size: 12px;
    display: block;
    margin-top: 3px
}

#suggestions ul.autocomplete-list li.hover {
    background: #151515 none repeat scroll 0 0
}

#suggestions ul.autocomplete-list li strong {
    color: #ff9601
}

#suggestions ul.autocomplete-list li span {
    color: #0094fc
}

#suggestions ul.autocomplete-list li a span {
    color: #ccc
}

#suggestions ul.autocomplete-list li a {
    color: #fff
}

#suggestions ul.autocomplete-list li a:hover {
    color: #0094fc
}

#suggestions ul.autocomplete-list li a.active {
    color: #0094fc
}

#suggestions .keyword {
    background: #2d2d2d none repeat scroll 0 0;
    border: 1px solid #000;
    border-radius: 4px;
    box-shadow: 0 1px 0 0 #242424;
    color: #8c8c8c;
    float: left;
    font-size: 12px;
    height: 38px;
    line-height: 38px;
    margin-bottom: 5px;
    margin-left: 2px;
    padding: 0 12px;
    width: 326px
}

#suggestions .submit {
    background-color: #000;
    background-position: 0 0;
    border: medium;
    cursor: pointer;
    float: left;
    height: 40px;
    margin-left: 8px;
    width: 56px
}

#suggestions .submit:hover {
    background-position: -56px 0
}

#msuggestions {
    float: left;
    margin-left: -8px;
    margin-top: -14px;
    position: relative
}

#msuggestions strong {
    color: #c2c2c2
}

#msuggestions ul.autocomplete-list {
    background: #1f1f1f none repeat scroll 0 0;
    border-radius: 6px;
    left: 3px;
    list-style: outside none none;
    padding: 5px 0 10px;
    position: absolute;
    top: 42px;
    width: 400px;
    z-index: 15
}

#msuggestions ul.autocomplete-list li {
    border-bottom: 1px dashed #333;
    display: block;
    height: 35px;
    line-height: 35px;
    margin: 0 8px;
    padding: 0 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #c2c2c2
}

#msuggestions ul.autocomplete-list li.last {
    border-bottom: none;
    background: transparent url(image/icon_childparenthover.png) no-repeat scroll right center
}

#msuggestions ul.autocomplete-list li.last a {
    color: #fff601
}

#msuggestions ul.autocomplete-list li.film {
    height: 48px;
    line-height: 20px;
    margin-top: 4px
}

#msuggestions ul.autocomplete-list li.film a {
    line-height: 14px
}

#msuggestions ul.autocomplete-list li.film span {
    font-size: 12px
}

#msuggestions ul.autocomplete-list li.hover {
    background: #151515 none repeat scroll 0 0
}

#msuggestions ul.autocomplete-list li strong {
    color: #fff601
}

#msuggestions ul.autocomplete-list li span {
    color: #fff601
}

#msuggestions ul.autocomplete-list li a span {
    color: #999
}

#msuggestions ul.autocomplete-list li a {
    color: #c2c2c2
}

#msuggestions ul.autocomplete-list li a:hover {
    color: #0094fc
}

#msuggestions ul.autocomplete-list li a.active {
    color: #0094fc
}

#msuggestions .keyword {
    background: #2d2d2d none repeat scroll 0 0;
    border: 1px solid #000;
    border-radius: 4px;
    box-shadow: 0 1px 0 0 #242424;
    color: #8c8c8c;
    float: left;
    font-size: 12px;
    height: 38px;
    line-height: 38px;
    margin-bottom: 5px;
    margin-left: 2px;
    padding: 0 12px;
    width: 326px
}

#msuggestions .submit {
    background-color: #000;
    background-position: 0 0;
    border: medium;
    cursor: pointer;
    float: left;
    height: 40px;
    margin-left: 8px;
    width: 56px
}

#msuggestions .submit:hover {
    background-position: -56px 0
}

#modal-login .modal-body {
    overflow: hidden
}

#modal-login .btn-login {
    width: 260px;
    background-color: #ff9601;
    font-size: 14px;
    font-family: arial;
    height: 42px;
    color: #fff;
    border: 1px solid #ff9601;
    border-radius: 3px;
    display: block;
    text-align: center;
    line-height: 40px;
    cursor: pointer
}

#modal-login .form-control {
    padding: 3px 6px;
    width: 220px
}

#modal-login .input-group .input-group-addon {
    width: 15px
}

.group-dangnhap {
    float: left;
    width: 50%
}

.group-dangnhap>p {
    margin: 0 0 10px;
    color: #828282;
    font-weight: 700
}

.group-dangnhap .social-login {
    margin: 18px 0 10px;
    border: 1px solid #dcdcdc;
    border-radius: 3px;
    text-align: center;
    height: 48px;
    line-height: 46px;
    background-color: #4285f4;
    color: #fff;
    font-size: 15px;
    overflow: hidden;
    cursor: pointer
}

.group-dangnhap .social-login .icon {
    float: left;
    margin: 1px
}

.group-dangnhap:last-child {
    width: 45%;
    padding-left: 5%;
    box-sizing: border-box;
    border-left: 1px solid #dcdcdc
}

.group-dangnhap .social-login a {
    display: block;
    font-weight: 700;
    height: 100%;
    padding: 12px
}

.group-dangnhap .social-login:last-child a {
}

.group-dangnhap .form-group a.btn-link {
    color: #333;
    margin: 0 24px;
    font-size: 13px;
    font-weight: 700
}

.login.dropdown img.img-circle {
    height: 90px;
    width: 90px;
    border: 3px solid;
    border-color: transparent;
    border-color: rgba(255,255,255,.2)
}

.login.dropdown .dropdown-menu .user-header p {
    line-height: 20px;
    margin: 10px 0 0
}

.login.dropdown .dropdown-menu {
    text-align: center;
    padding: 10px 0 0;
    background: #121212;
    border-top: 1px solid #fafafa;
    border-radius: 0;
    width: 210px;
    right: -1px;
    left: inherit
}

.login.dropdown .user-footer {
    background: #fff;
    overflow: hidden;
    padding: 0 10px
}

#header .login a.btn-default {
    color: #666;
    font-size: 12px
}

.form-user {
    background: #3a3a3a
}

.form-user .wrapper {
    padding: 20px;
    min-height: 600px
}

.form-user .image-user {
    margin: 24px 0 0
}

.form-user .image-user img {
    width: 100%
}

.form-user .info-user li {
    display: block;
    border-top: 1px solid #4a4a4a;
    padding: 18px 0
}

.form-user .info-user li:first-child {
    border: none
}

.form-user .info-user li span {
    width: 40%;
    display: inline-block
}

.form-user .info-user {
    margin: 0 0 30px
}

.form-user .form-control {
    background: #333;
    border-color: #4c4c4c;
    color: #bfbfbf
}

#User_gender label {
    margin-right: 15px
}

.form-user legend {
    color: #dcdcdc;
    font-size: 14px;
    border-bottom-color: #4c4c4c;
    font-weight: 700
}

.text-info-user {
    border-right: 1px solid #8c8c8c;
    padding-right: 20px
}

.form-group .error {
    border-color: #d20000
}

.form-group .errorMessage {
    color: #d20000;
    margin-top: 3px
}

.box-fanpage {
    position: fixed;
    top: 20%;
    transition: all .4s ease;
    width: 340px;
    left: -340px;
    z-index: 100
}

#toggle-fanpage {
    position: absolute;
    left: 100%;
    font-size: 33px;
    z-index: 2;
    top: 0;
    color: #3a5897;
    background: #fff;
    border-radius: 0 5px 5px 0;
    padding: 4px 6px
}

.box-fanpage.on {
    left: 0
}

.box-fanpage.on #toggle-fanpage {
    left: inherit;
    right: 0;
    border-radius: 5px
}

#download-page,#detail-page {
    max-width: 980px;
    padding: 0
}

#detail-page .image {
    width: 100%;
    height: 0;
    padding-bottom: 50%;
    position: relative
}

#detail-page .image:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.3)
}

#detail-page .image .poster {
    width: 100%
}

#detail-page .image .avatar {
    position: absolute;
    width: 250px;
    height: 150px;
    object-fit: cover;
    border: 1px solid #fff;
    bottom: 10px;
    left: 10px
}

#detail-page .image .text {
    position: absolute;
    bottom: 10px;
    left: 280px
}

#detail-page .image .text h1 {
    margin: 0 0 8px;
    color: #fff;
    text-shadow: 0 2px 1px #333
}

#detail-page .image .text h2 {
    font-size: 16px;
    margin: 0 0 10px;
    font-weight: 700;
    text-shadow: 0 2px 1px #333;
    color: #fff
}

#detail-page .list-button li {
    display: inline-block;
    box-shadow: 0 3px 5px rgba(0,0,0,.5)
}

#detail-page .list-button li a {
    font-weight: 700;
    border-radius: 0
}

#detail-page .film-info .social {
    margin: 10px 0;
    overflow: hidden
}

#detail-page .film-info .entry-meta {
    margin: 0
}

#detail-page .image .icon-play {
    background: rgba(255,150,1,.75);
    height: 50px;
    width: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
    border-radius: 50%;
    transform: scale(1.5);
    transition: all .3s ease-in-out;
    cursor: pointer;
    opacity: .7
}

#detail-page .image .icon-play:hover {
    transform: scale(1.7)
}

.container>.left-content {
    width: 670px;
    float: left;
    margin: 0 10px 20px 0
}

.container>.right-content {
    width: 300px;
    float: right
}

#download-page .film-info {
    background: #333;
    padding: 8px;
    font-size: 13px;
    overflow: hidden
}

#download-page .film-info .poster {
    float: left;
    width: 300px;
    margin: 0 10px 10px 0
}

#download-page .film-info .poster img {
    width: 100%
}

#download-page .film-info h1 {
    margin: 0 0 5px;
    font-size: 20px
}

#download-page .film-info h2 {
    font-size: 13px;
    font-weight: 700;
    margin: 0 0 10px
}

.list-link-download {
    margin: 20px 0 0;
    min-height: 200px;
    position: relative
}

.list-link-download a {
    color: #ff9601
}

.captcha-container .captcha {
    float: left;
    margin: 5px 5px 5px 0
}

.refresh-captcha {
    color: #0094fc;
    display: inline-block;
    font-size: 25px;
    margin: 12px;
    cursor: pointer
}

.captcha-container .left {
    background: #fefefe;
    border: 2px solid #ff9601;
    padding: 5px
}

.captcha-container .left .label {
    font-size: 12px;
    font-weight: 700;
    padding: 0 3px;
    display: block;
    color: #181818;
    margin: 0 0 5px;
    text-align: left
}

.captcha-container #ip_captcha {
    width: 140px;
    color: #333;
    padding: 3px
}

#get-link-download {
    font-weight: 700;
    margin: 10px;
    border-radius: 0
}

.box-player .skip {
    padding: 1px;
    border-radius: 0;
    bottom: 5em;
    right: 1em;
    border: 1px solid #333;
    background: rgba(0,0,0,.5);
    color: #fff;
    line-height: 18px;
    font-size: 12px;
    display: inline-block;
    position: absolute;
    z-index: 11;
    cursor: pointer
}

.box-player .adsmessage {
    padding: 1px;
    border-radius: 0;
    bottom: 7em;
    right: 1em;
    border: 1px solid #333;
    background: rgba(0,0,0,.5);
    color: #fff;
    line-height: 18px;
    font-size: 12px;
    display: inline-block;
    position: absolute;
    z-index: 11;
    cursor: pointer
}

.answers input[type=radio] {
    display: none
}

.answers input[type=radio]+label {
    position: relative;
    display: inline-block;
    padding: 0 0 0 20px
}

.answers input[type=radio]+label:before {
    content: "";
    background: #999;
    height: 16px;
    width: 16px;
    position: absolute;
    top: 3px;
    left: 0
}

.answers input[type=radio]:checked+label::before {
    background: #0080ff
}

.answers>img {
    margin: 10px 0 0
}

.static-page {
    background: #fff;
    color: #333;
    border-radius: 5px;
    margin-bottom: 30px;
    padding-bottom: 20px;
    overflow: hidden
}

.static-page .title {
    font-size: 2em;
    font-weight: 700;
    color: #555;
    margin: 30px 30px 10px
}

.static-page .news-content {
    margin: 0 30px;
    min-height: 400px
}

.list-server {
    padding: 10px;
    border-radius: 5px;
    overflow: hidden;
    color: #fff601;
    max-width: 1000px;
    margin: 10px auto;
    background: #333;
    padding-bottom: 5px
}

.list-server .col-xs-4 {
    padding-left: 5px;
    padding-right: 5px
}

.list-server .server-item {
    margin: 0 0 10px;
    overflow: hidden;
    line-height: 28px
}

.list-server .server-item:last-child {
    margin: 0
}

.list-server .server-item .btn {
    margin: 0 5px 5px 0
}

.list-server .server-item .btn-sm.active {
    font-weight: 700;
    color: #fff601
}

.stars i {
    padding: 0 2px;
    color: #f0b320;
    font-size: 19px;
    cursor: pointer
}

h2.caption {
    line-height: 0
}

h3.caption {
    line-height: 0
}

.list-film>.item h3 {
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    background: rgba(0,0,0,.6);
    color: #fff;
    padding: 10px;
    line-height: 1.3em;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 15px
}

.banner-ads {
    display: block;
    text-align: center;
    padding: 10px 0
}

a.float-right {
    display: block;
    position: absolute;
    right: -140px;
    z-index: 999;
    top: 0
}

a.float-left {
    display: block;
    position: absolute;
    left: -110px;
    z-index: 999;
    top: 0
}

.toast-title {
    font-weight: 700
}

.toast-message {
    -ms-word-wrap: break-word;
    word-wrap: break-word
}

.toast-message a,.toast-message label {
    color: #fff
}

.toast-message a:hover {
    color: #ccc;
    text-decoration: none
}

.toast-close-button {
    position: relative;
    right: -.3em;
    top: -.3em;
    float: right;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    -webkit-text-shadow: 0 1px 0 #fff;
    text-shadow: 0 1px 0 #fff;
    opacity: .8;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: alpha(opacity=80);
    line-height: 1
}

.toast-close-button:focus,.toast-close-button:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .4;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    filter: alpha(opacity=40)
}

.rtl .toast-close-button {
    left: -.3em;
    float: left;
    right: .3em
}

button.toast-close-button {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none
}

.toast-top-center {
    top: 0;
    right: 0;
    width: 100%
}

.toast-bottom-center {
    bottom: 0;
    right: 0;
    width: 100%
}

.toast-top-full-width {
    top: 0;
    right: 0;
    width: 100%
}

.toast-bottom-full-width {
    bottom: 0;
    right: 0;
    width: 100%
}

.toast-top-left {
    top: 12px;
    left: 12px
}

.toast-top-right {
    top: 102px;
    right: 12px
}

.toast-bottom-right {
    right: 12px;
    bottom: 12px
}

.toast-bottom-left {
    bottom: 12px;
    left: 12px
}

#toast-container {
    position: fixed;
    z-index: 999999;
    pointer-events: none
}

#toast-container * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

#toast-container>div {
    position: relative;
    pointer-events: auto;
    overflow: hidden;
    margin: 0 0 6px;
    padding: 15px 15px 15px 50px;
    width: 300px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-position: 15px center;
    background-repeat: no-repeat;
    -moz-box-shadow: 0 0 12px #999;
    -webkit-box-shadow: 0 0 12px #999;
    box-shadow: 0 0 12px #999;
    color: #fff;
    opacity: .8;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: alpha(opacity=80)
}

#toast-container>div.rtl {
    direction: rtl;
    padding: 15px 50px 15px 15px;
    background-position: right 15px center
}

#toast-container>div:hover {
    -moz-box-shadow: 0 0 12px #000;
    -webkit-box-shadow: 0 0 12px #000;
    box-shadow: 0 0 12px #000;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity=100);
    cursor: pointer
}

#toast-container>.toast-info {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=)!important
}

#toast-container>.toast-error {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=)!important
}

#toast-container>.toast-success {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==)!important
}

#toast-container>.toast-warning {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=)!important
}

#toast-container.toast-bottom-center>div,#toast-container.toast-top-center>div {
    width: 300px;
    margin-left: auto;
    margin-right: auto
}

#toast-container.toast-bottom-full-width>div,#toast-container.toast-top-full-width>div {
    width: 96%;
    margin-left: auto;
    margin-right: auto
}

.toast {
    background-color: #030303
}

.toast-success {
    background-color: #51a351
}

.toast-error {
    background-color: #bd362f
}

.toast-info {
    background-color: #2f96b4
}

.toast-warning {
    background-color: #f89406
}

.toast-progress {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    background-color: #000;
    opacity: .4;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    filter: alpha(opacity=40)
}

@media all and (max-width: 240px) {
    #toast-container>div {
        padding:8px 8px 8px 50px;
        width: 11em
    }

    #toast-container>div.rtl {
        padding: 8px 50px 8px 8px
    }

    #toast-container .toast-close-button {
        right: -.2em;
        top: -.2em
    }

    #toast-container .rtl .toast-close-button {
        left: -.2em;
        right: .2em
    }
}

@media all and (min-width: 241px) and (max-width:480px) {
    #toast-container>div {
        padding:8px 8px 8px 50px;
        width: 18em
    }

    #toast-container>div.rtl {
        padding: 8px 50px 8px 8px
    }

    #toast-container .toast-close-button {
        right: -.2em;
        top: -.2em
    }

    #toast-container .rtl .toast-close-button {
        left: -.2em;
        right: .2em
    }
}

@media all and (min-width: 481px) and (max-width:768px) {
    #toast-container>div {
        padding:15px 15px 15px 50px;
        width: 25em
    }

    #toast-container>div.rtl {
        padding: 15px 50px 15px 15px
    }
}

.des {
    margin: 22px 0 27px;
    padding: 20px;
    width: 100%;
    background-color: #423e3e
}

.des a {
    color: #ff960e
}

.block-note {
    margin: 10px 0 0;
    border: 1px solid #ff9601;
    background: #000;
    padding: 10px
}

.box-player {
    position: relative;
    background: url(../images/ajax-loader.gif) center center no-repeat
}

.latest-episode {
    background: #282828;
    overflow: hidden;
    padding: 5px;
    margin: 10px 0 0
}

.latest-episode .heading {
    float: left;
    margin: 10px
}

.latest-episode>a {
    float: left;
    margin: 5px;
    padding: 7px;
    background: #3a3a3a;
    color: #fdfdfd;
    border-radius: 3px;
    font-size: 13px
}

.latest-episode>a.active {
    background: #696969;
    color: #fff
}

.latest-episode>a:hover,.latest-episode>a.current {
    background: #ff9601;
    color: #fff
}

span.imdb {
    color: #000;
    padding: 3px;
    font-size: 12px;
    font-weight: 700;
    background: #e3b71e;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

ul.server-list {
    list-style: none;
    list-style-type: none;
    margin: 0;
    padding: 0
}

li.backup-server {
    list-style: none;
    list-style-type: none;
    padding: 0;
    margin: 0;
    border: 1px solid #7c7777;
    border-radius: 3px;
    padding: 3px;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px
}

.backup-server>.server-title {
    font-size: 12px;
    font-weight: 700;
    display: inline-block;
    padding: 0;
    margin: 0;
    background-color: #f1864c;
    color: #181818;
    padding: 7px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    white-space: nowrap
}

.backup-server>.server-title:after {
    content: ":"
}

.backup-server>ul.list-episode {
    display: inline-block;
    padding: 0
}

.backup-server>ul.list-episode .episode {
    padding: 0!important;
    margin: 0!important;
    float: none!important;
    display: inline-block!important
}

.backup-server a.btn-episode {
    font-size: 12px;
    font-weight: 700;
    background-color: #121212;
    color: #fff;
    padding: 7px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    margin-left: 5px
}

.backup-server a.btn-episode:hover {
    background-color: #e87d7f;
    color: #702526
}

.backup-server a.btn-episode.active {
    background-color: #f2a900;
    font-weight: 700;
    color: #702526
}

#tag-box a {
    color: #fff;
    line-height: 20px;
}

#tag-box a:hover {
    color: #ff8a00;
    line-height: 18px
}
