@charset "utf-8";

@import url(https://fonts.googleapis.com/css?family=Muli:300,400,700,800);

@import "https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css";

body {
    background: #1c242c;
    font-size: 14px;
    font-weight: 400;
    font-family: Muli,sans-serif;
    color: #fff;
    line-height: 1.6;
}

a {
    color: #bade3d;
    text-decoration: none;
    outline: none;
    -moz-outline: none;
}

a:active, a:hover, a:focus {
    color: #F8AA0C;
    text-decoration: none;
    cursor: pointer;
}

img {
    max-width: 100%;
}

.navbar-form .input-group>.form-control {
    min-width: 300px;
    background-color: #3f464c;
    border: #1c242c;
    color: #fff;
}
.navbar-inverse .navbar-form {
    border: 0px;
    -webkit-box-shadow: inset 0 0 0 rgba(255,255,255,.1), 0 0 0 rgba(255,255,255,.1);
    box-shadow: inset 0 0 0 rgba(255,255,255,.1), 0 0 0 rgba(255,255,255,.1);
}
.navbar-form .input-group>.form-control::placeholder {
  color: #fff;
}
button.btn.btn-search {
    background-color: #1c242c;
}

button.btn.btn-search:hover {
    background-color: #1c242c;
    color: #fff;
}

a.btn.navbar-toggle:hover {
    color: #fff;
}

.input-group {
    background-color: #1c242c;
}
.nobot {
    margin-bottom: 0;
}

.navbar-static-top {
    background-color: #10141a;
    padding: .5rem 1rem;
}

.navbar-fixed-top {
    top: 0;
    background-color: #232323;
}

.navbar-header h1 {
    margin: 0;
}
.dropdown .animated {
    width: 300px;
}
.dropdown .animated>div>li>a {
    display: block;
    padding: 3px 0;
    clear: both;
    font-weight: 400;
    color: #333;
    white-space: nowrap;
}
.dropdown .animated>div>li>a:hover {
        color: #000;
    }
.navbar-header .navbar-brand {
    display: inline-block;
    height: 40px;
    margin: 4px 0!important;
    padding: 0;
    font-size: 18px;
    line-height: 30px;
}

.navbar-top {
    margin-bottom: 0;
}

.navbar-header .navbar-brand:hover,.navbar-header .navbar-brand:focus {
    color: #CC181E;
}

.navbar-header .navbar-top-logo_image {
    display: inline-block;
    margin-right: 8px;
}

.navbar-brand>img {
    display: block;
    height: 40px;
    max-height: 40px;
}

.navbar-inverse .navbar-nav>li>a {
    text-transform: uppercase;
    color: #ddd;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
}

.nav>li>a.btn.subss {
    margin-left: 1rem!important;
    margin-top: 3px;
    border-color: #303030;
    padding: 10px 15px;
    background: #1c242c;
}

@media (min-width: 768px) {
    .navbar-right {
        margin-right: 0;
    }
}
/* Carousel Styles */
.carousel-indicators .active {
    background-color: #2980b9;
}

.carousel-inner img {
    width: 100%;
    max-height: 600px;
}

.carousel-control.left,
.carousel-control.right {
	opacity: 1;
	filter: alpha(opacity=100);
	text-shadow: none;
}


.carousel-control .glyphicon-chevron-left, 
.carousel-control .glyphicon-chevron-right, 
.carousel-control .icon-prev, 
.carousel-control .icon-next {
	position: absolute;
	top: 45%;
	z-index: 5;
	display: inline-block;
}


.carousel-control.left span,
.carousel-control.right span {
	background-color: #000;
	font-size: 20px;
	padding: 15px;
	width: 50px;
	height: 50px;
}

.carousel-control.left span:hover,
.carousel-control.right span:hover {
	opacity: .7;
	filter: alpha(opacity=70);
}

/* Carousel Header Styles */
.header-text {
    position: absolute;
    top: 20%;
    left: 1.8%;
    right: auto;
    width: 96.66666666666666%;
}

.header-text h2 {
    font-size: 22px;
    max-width: 80%;
    margin: auto;
    line-height: 50px;
}

.header-text h2 span {
    background-color: #2980b9;
    padding: 10px;
}
.header-text h3  {
	max-width: 75%;
	margin: auto;
	background-color: #000;
	padding: 10px;
	opacity: 0.8;
	font-size: 14px;
	line-height: 1.7;
}
.header-text h3 span {
	padding: 15px;
}

.btn-min-block {
    min-width: 170px;
    line-height: 26px;
}

.btn-theme {
    color: #fff;
    border: 2px solid #ffffff;
    background: none;
    text-transform: uppercase;
}

.btn-theme:hover {
    color: #000;
    background-color: #fff;
    border-color: #fff;
}
.jumbo-hero {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding: 3em;
    min-height: 16em;
    background-position: center 62%;
    background-repeat: no-repeat;
    margin-top: -20px;
}

.jumbo-hero:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(22,28,35,.6);
    background: -webkit-gradient(linear,left top,left bottom,from(rgba(22,28,35,.77)),to(#1c242c));
    background: linear-gradient(180deg,rgba(22,28,35,.77) 0,#1c242c);
}

.jumbo-hero .jumbo-hero__inner {
    width: 100%;
    position: relative;
    z-index: 1;
}

.btn-outline-theme {
    border-color: #303742;
    color: hsla(0,0%,100%,.8);
    background: #10141a;
}

.btn-outline-theme:hover {
    color: #f8fbff;
    text-decoration: none;
}

.list-group-item a {
    color: #333;
}
.topic {
    margin-top: 30px;
    margin-bottom: 20px;
}
.topic h1, .topic h3 {
    color: hsla(0,0%,100%,.8);
    position: relative;
    padding-bottom: 5px;
    margin: 0;
    border-bottom: 2px solid #3e3e3e;
}
.topic h1 a, .topic h3 a{
        border-bottom: 2px solid #D9FD3B;
        padding-bottom: 3px;
        color: #fff;
}
.topic h1 a:hover, .topic h3 a:hover{
        color: #F8AA0C;
    text-decoration: none;
}
.col-md-wrap {
    display: block;
}

.col-md-wrap .col-md-li {
    width: 18%;
    margin: 1%;
    float: left;
    position: relative;
    height: 300px;
    overflow: hidden;
}

.col-md-wrap .col-md-li .ml-mask {
    display: inline-block;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.col-md-wrap .col-md-li .ml-mask:before {
    content: "";
    background: rgba(0,0,0,0.6);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0
}

.col-md-wrap .col-md-li .ml-mask:hover:before {
    opacity: 1;
}

.col-md-wrap .col-md-li .ml-mask:after {
    content: "";
    width: 62px;
    height: 62px;
    background-image: url('img/play-btn.png');
    background-position: 50% 25%;
    background-size: cover;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -27.5px;
    margin-left: -27.5px;
}

.col-md-wrap .col-md-li .ml-mask:hover:after {
    opacity: 1;
}

.col-md-wrap .col-md-li .ml-mask:after, .movies-list .ml-item .ml-mask:before {
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    z-index: 4;
}
.mli-vote {
    border-radius: 0;
    color: #ebebeb;
    background: rgba(39,59,89,.7);
    font-size: 12px;
    font-weight: 600;
    line-height: normal;
    padding: 4px 2px 4px 4px;
    text-align: left;
    float: left;
    display: inline-block;
}
.mli-vote>i {
    color: gold;
}
.col-md-wrap .col-md-li .mli-quality {
    background: rgba(4,149,212,.79);
    color: #fff;
    font-size: 12px;
    height: auto;
    line-height: normal;
    padding: 4px 6px;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0 0 0 8px;
    width: auto;
}
.col-md-wrap .col-md-li .mli-quality i {
    display: block;
    font-weight: bold;
    font-style: normal;
}
.mli-top-left {
    position: absolute;
    left: -1px;
}
.col-md-wrap .col-md-li .mli-thumb {
    width: 100%;
    height: 100%;
}

img.thumb.mli-thumb {
    width: 100% !important;
    height: auto !important;
    min-height: 100% !important;
}

.col-md-wrap .col-md-li .mli-info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 10px;
    background: url(img/mask-title.png) top repeat-x;
    z-index: 5;
    opacity: 0.8;
}

.col-md-wrap .col-md-li .mli-info h2 {
    font-size: 13px;
    margin: 0;
    /* font-weight: bold; */
    text-align: center;
    color: #fff;
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
}

.col-md-wrap .eps-list {
    width: 18%;
    height: 145px;
}

.post {
    margin: 0 auto;
}

.post-body {
    background-color: #0e1117;
    padding-top: 20px;
    padding-bottom: 10px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px;
    border-bottom: solid 5px rgba(255,255,255,0.05);
}

.breadcrumb {
    white-space: nowrap;
    overflow: hidden;
    background-color: rgba(255,255,255,0.05);
}
.poster-img {
    height: auto;
    border-radius: .25rem;
}
.info-detail h1 {
    font-size: 20px;
    line-height: 28px;
    color: #ccc;
    float: left;
    display: block;
    margin: 0 0 10px 0;
}

.poster-thumb {
/* float: left; *//* margin-right: 20px; *//* background-position: 50% 25%; *//* background-size: cover; *//* display: inline-block; */
}

.poster-thumb > .poster-img {
    height: auto;
}

.info-detail .block-trailer {
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #F48625;
    border-radius: 30px;
    margin: 0 10px;
}

.info-detail .block-trailer:hover {
    background: #F48625;
}

.subs {
    color: #fff;
    border: 1px solid #40d83b;
}

.sub-r {
    display: inline-block;
    float: right;
}

.subs:hover {
    color: #f8fbff;
    background: #40d83b;
}

.judule,.judule:hover,.judule:focus {
    background-color: #2f2d2d!important;
    border-color: #101010!important;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.text-secondary {
    color: #6c757d!important;
    font-weight: 400;
}

ul.share-buttons {
    list-style: none;
    padding: 0;
}

ul.share-buttons li {
    display: inline;
}

ul.share-buttons .sr-only {
    position: absolute;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0;
    border: 0;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

#player {
    position: relative;
    overflow: hidden;
    min-height: 100px;
}

.video-js .vjs-big-play-button {
    font-size: 3em;
    line-height: 2.5em;
    height: 2.8em;
    width: 2.8em;
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 0;
    cursor: pointer;
    opacity: 1;
    border: .15em solid #40d83b;
    background-color: #1c242c;
    background-color: rgba(28,36,44,.7);
    border-radius: .3em;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.vjs-big-play-centered .vjs-big-play-button {
    top: 50%;
    left: 50%;
    margin-top: -1.4em;
    margin-left: -1.4em;
}

.video-js .vjs-big-play-button {
    border-radius: 50%;
}

.player-container {
    width: 100%;
}

.player-loading {
    background: #000 url(../images/vloader.gif) center center no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 802;
}

a.play {
    color: #999;
}

.play:before, .qualitys:before, .fullscreen:before {
    font-family: dashicons;
    position: relative;
}

a#playnow {
    display: block;
    position: relative;
    outline: none;
}

.play:before {
    content: "\f236";
    font-size: 54px;
    color: #cc181e;
    float: left;
    top: -19.5px;
}

a#playnow:before {
    font-family: dashicons;
    content: "\f236";
    font-size: 90px;
    color: #000;
    opacity: .7;
    position: absolute;
    width: 50%;
    height: 50%;
    left: 50%;
    margin-left: -45px;
    top: 45%;
    margin-top: -45px;
    text-shadow: 0 0 100px #fff;
    z-index: 200;
}

.shadow {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 100;
    background: transparent url(../images/pattern.gif);
    box-shadow: inset 0 5px 50px rgba(0,0,0,.3), inset 0 -5px 50px rgba(0,0,0,.3);
    top: 0;
    left: 0;
    opacity: .3;
}

a#playnow:hover>.shadow {
    background-color: rgba(0,0,0,.3);
    box-shadow: none
}

.player-container:hover>a#playnow:before {
    color: #fff;
    text-shadow: 0 0 10px #000;
    opacity: .6
}

#player:hover>#controls {
    bottom: -44px
}

#player:hover>#caption {
    top: 0
}

img.impl {
    width: 100%;
    height: auto-5%;
    margin-bottom: -5px;
}

#caption {
    width: 100%;
    position: absolute;
    top: -30px;
    -webkit-transition: all .3s ease-in 0s;
    -moz-transition: all .3s ease-in 0s;
    -o-transition: all .3s ease-in 0s;
    transition: all .3s ease-in 0s;
}

.caption-wraper {
    margin: 0 0;
    height: 30px;
    background-color: rgba(0,0,0,.5);
    opacity: .8;
    background-color: #000;
    color: #999;
    position: relative;
    z-index: 300;
    font-weight: 700;
    background: #1f1f1f;
    background: -moz-linear-gradient(top,#242424 50%,#1F1F1F 50%,#171717 100%);
    background: -webkit-linear-gradient(top,#242424 50%,#1F1F1F 50%,#171717 100%);
    background: -o-linear-gradient(top,#242424 50%,#1F1F1F 50%,#171717 100%);
}

.jtitle {
    position: relative;
    margin: 0 10px;
    float: left;
    font-size: 14px;
    font-family: Arial,Helvetica,sans-serif;
    top: 5px;
    color: #999;
}

#controls {
    width: 100%;
    position: absolute;
    bottom: -95px;
    -webkit-transition: all .3s ease-in 0s;
    -moz-transition: all .3s ease-in 0s;
    -o-transition: all .3s ease-in 0s;
    transition: all .3s ease-in 0s;
}

.controls-wraper {
    margin: 0 0;
    height: 42px;
    background-color: rgba(0,0,0,.7);
    background-color: #111212;
    color: #999;
    position: relative;
    z-index: 300;
    opacity: .8;
}

a.play {
    color: #999;
}

.play:hover,.qualitys:hover,.fullscreen:hover {
    cursor: pointer;
    color: #fff
}

.duration {
    position: relative;
    float: left;
    font-size: 12px;
    font-family: Arial,Helvetica,sans-serif;
    top: 15px;
    color: #999;
}

.cvolu {
    margin: 14px;
    height: 16px;
    width: 24px;
    display: inline-block;
    float: left;
    background-image: url(img/sprite.png);
    background-repeat: no-repeat;
    position: relative;
    opacity: .8;
}

.cvolu {
    width: auto;
    background: 0 0;
}

.cvol {
    height: 16px;
    width: 24px;
    display: inline-block;
    float: left;
    background-image: url(img/sprite.png);
    background-repeat: no-repeat;
    background-position: 0 -86px;
}

.progress {
    height: 10px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}

.progress {
    display: block;
    margin: 0 130px 0 115px;
    position: relative;
    top: 18px;
    background: #000;
}

.buffering {
    position: relative;
    height: 10px;
    background: #000;
    display: block;
    width: 100%;
}

.cprog {
    width: 100%;
    height: 10px;
    background: #444 url(../images/progress.gif) repeat-x;
}

.progressbar {
    position: absolute;
    height: 10px;
    width: 10px;
    background: #c00;
    display: block;
    top: 0;
    left: 5;
}

.buffering::after {
    content: '';
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #666;
    -webkit-animation: animate-shine 200s ease-in;
    -moz-animation: animate-shine 200s ease-in;
    animation: animate-shine 200s ease-in;
}

.qualitys, .fullscreen {
    position: relative;
    float: right;
    top: -6px;
}

.fullscreen:before {
    content: "\f211";
    font-size: 24px;
    float: right;
    top: 2px;
    right: 10px;
}

@-webkit-keyframes animate-shine {
    0% {
        opacity: 1;
        width: 0
    }

    50% {
        opacity: 1
    }

    100% {
        opacity: 1;
        width: 100%
    }
}

@-moz-keyframes animate-shine {
    0% {
        opacity: 1;
        width: 0
    }

    50% {
        opacity: 1
    }

    100% {
        opacity: 1;
        width: 100%
    }
}

@-webkit-keyframes animate-progress {
    0% {
        opacity: 1;
        width: 0
    }

    50% {
        opacity: 1
    }

    100% {
        opacity: 1;
        width: 100%
    }
}

@-moz-keyframes animate-progress {
    0% {
        opacity: 1;
        width: 0
    }

    50% {
        opacity: 1
    }

    100% {
        opacity: 1;
        width: 100%
    }
}

.qualitys .hds {
    position: absolute;
    background: #c00;
    color: #fff;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 7px;
    font-weight: 700;
    padding: 1px 3px;
    top: 5px;
    left: 3px
}

.qualitys:before {
    content: "\f111";
    font-size: 20px;
    float: right;
    top: 4px;
    right: 7px;
    margin-right: 15px;
}

.duration {
    position: relative;
    float: left;
    font-size: 12px;
    font-family: Arial,Helvetica,sans-serif;
    top: 15px;
    color: #999;
}

#bar-player {
    background: #222;
    position: relative;
    font-size: 0;
}

#bar-player {
    background: #40444d;
}

#bar-player .btn {
    color: #ccc;
    padding: 10px 20px;
    margin-right: 0;
    margin-right: 2px;
    font-weight: 700;
    border-radius: 0;
}

#bar-player .btn i {
    margin-right: 5px;
}

#bar-player .bp-btn-light span:after {
    content: "Turn off light";
}

#bar-player .bp-view {
    position: relative;
    float: right;
    color: #ddd;
    padding: 10px;
    font-size: 14px;
}

#list-season {
    margin-top: 3rem;
    overflow: hidden;
}
.list-content {border-bottom: none;display: flex;flex-wrap: wrap;padding-left: 0;margin-bottom: 0;list-style: none;}
#list-season .list-server {
    margin-bottom: -1px;
}
#list-season .list-server a{
    color: rgba(248,251,255,.6);
    border: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 15px 20px;
    display: block;
}
#list-season .list-server a.active, #list-season .list-server a:hover {
    color: #f8fbff;
    background-color: #161c23;
    border-color: unset;
}
.episodes_list ul {
    list-style-type: none;
    padding: 0;
    background-color: #161c23;
}
.episodes_list ul li {
    padding: 15px 20px;
    border-bottom: 1px solid rgba(248,251,255,.1);
}
.episodes_list .episodes_list_item {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
}
.episodes_list .episodes_list_episode {
    color: rgba(248,251,255,.8);
    display: block;
    line-height: 1;
}
.episodes_list .episodes_list_release {
    font-size: 11px;
    color: rgba(248,251,255,.6);
}
.episodes_list .episodes_list_watch span {
    color: rgba(248,251,255,.8);
}
.rating-stars {
    margin-top: 10px;
}
.rating-stars i {
    color: #fde16d;
}

.nopadding {
    padding: 0 !important;
}
.mv-inf p {
    padding: 5px;
    font-size: 90%;
    color: #ccc;
    margin: 0;
}
.mv-inf p:nth-child(odd) {
    background-color: #161c23;
}
footer {
    margin-top: 30px;
    background: #282c35;
    position: relative;
    padding: 250px 0 40px;
    font-size: 14px;
    color: #888;
}

footer:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(22,28,35,.6);
    background: linear-gradient(0,rgba(0, 0, 0, 0.77) 0,#1c242c);
}

footer .footer-link-head {
    color: #5db550;
}

footer .footer-link {
    float: left;
    margin-right: 50px;
}

footer .footer-link-head {
    font-size: 16px;
}
footer .nomar {
    margin: 0;
    overflow: hidden;
}
footer a {
    color: #ccc;
    white-space: nowrap;
}

footer a:focus, .footer a:hover {
    color: #5886A7;
    text-decoration: underline;
}

.btn-success {
    background-color: #40d83b;
}
.btn-01 {
    background-color: transparent;
}
.modal-header, .modal-body, .modal-footer {
    border: 0;
}
#login .form-control {
    background-color: #343a40!important;
    border-color: #343a40!important;
}
#reg_form h4,#reg_form .btn,#reg_forms h4,#reg_forms .btn {
    font-family: 'Roboto Condensed', sans-serif;
    text-align: center;
    font-weight: 700;
    font-family: Muli,sans-serif;
}

.btn-approve {
    margin-top: 20px;
}

.headmeta {
    padding: 3px 15px;
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 13px;
    color: #9dc4de;
    text-align: center;
}

.modal-content {
    position: relative;
    border: 1px solid #999;
    border: 10px solid rgba(255, 255, 255, 0.2);
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
    background: #222;
}
.mlogo {
    text-align: center;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 75px;
}
.modal-header {
    margin-top: 10px;
    padding: 0;
    border-bottom: 0 solid transparent;
}

#reg_form .btn,#reg_forms .btn {
    border-radius: 0px;
}
.search-banner {
    padding: 20px;
    position: relative;
    color: white;
    background: #2f2d2d;
}

.search-banner .container .row {
    text-align: center;
    padding: 20px 10px;
}

.search-banner .container .row.category-box h3 {
    color: #fff;
    font-size: 2rem;
    font-weight: 100;
    font-family: 'Roboto Condensed', sans-serif;
}

.spinner {
    width: 18px;
    height: 18px;
    position: relative;
    display: none;
    margin-left: -4px;
}

.search-banner .container .row.category-box ul {
    list-style: none;
}

.search-banner .container .row.category-box ul li {
    display: inline-block;
    background-color: #006daa;
    border-radius: 4px;
    padding: 6px 12px;
    margin: 6px 4px;
    transition: all 0.1s;
}

.search-banner .container .row.category-box ul li:hover {
    background-color: #fca43e;
}

.search-banner .container .row.category-box ul li a {
    color: white;
    text-decoration: none;
    font-size: 1.5rem;
    line-height: 2rem;
    text-transform: capitalize;
}

.container {
    width: 100%;
}

@media (min-width: 768px) {
    .monly {
        display: none;
    }
}

@media (min-width: 992px) {
 
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }

    footer .container {
        max-width: 1580px;
    }
}

@media screen and (min-width:1600px) {
}

@media screen and (max-width:1599px) {
 
    .container {
        width: 1300px;
        max-width: 1140px;
    }

    .col-md-wrap .col-md-li {
        height: 300px;
    }

    .col-md-wrap .eps-list {
        height: 140px;
    }
}

@media screen and (max-width: 1325px) {
 
    .container {
        width: 1170px;
    }

    .col-md-wrap .col-md-li {
        height: 180px;
    }

    .col-md-wrap .eps-list {
        height: 120px;
    }

    .post {
        width: 100%;
    }
}

@media screen and (max-width: 1199px) {
    .container {
        width: 970px;
    }

    .col-md-wrap .col-md-li {
        width: 14.6%;
        height: 230px;
    }

    .col-md-wrap .eps-list {
        width: 23%;
        height: 125px;
    }
}

@media (max-width: 1024px) {
}

@media screen and (max-width: 991px) {
    .container {
        width: 100%;
    }

    .col-md-wrap .col-md-li {
        width: 23%;
        margin: 1%;
        height: 260px;
    }

    .col-md-wrap .eps-list {
        width: 31%;
        height: 120px;
    }
}

@media (max-width: 768px) {
    .navbar-form {
        margin-right: 0;
        margin-left: 0;
    }
    .navbar-static-top {
        margin-bottom: 0;
    }
    .glob {padding: 6px 12px;}
    .nav>li>a.btn.subss {
        margin-bottom: 10px;
    }
    .dropdown .animated>div>li>a {
        color: #ccc;
    }
    .dropdown .animated>div>li>a:hover {
        color: #fff;
    }
    .monly {
        margin-bottom: 20px;
    }
    .poster-thumb > .poster-img {
        width: 90px;
        height: 130px;
    }
    img.poster-img,.info-detail .block-trailer {
        display: none;
    }
    .info-detail h1, .sub-r, .subs {
        width: 100%;
    }
    .sub-r {
        margin-bottom:20px
    }
    .col-md-wrap .col-md-li {
        width: 48%;
        margin: 1%;
        height: 345px;
    }
    footer {
    margin-top: 0;
    padding: 20px 0 20px;
    }
}

@media screen and (max-width: 520px) {
    .col-md-wrap .eps-list {
        width: 47%;
        height: 125px;
    }
}

@media screen and (max-width: 479px) {
    .navbar-form .input-group>.form-control {
        min-width: 100%;
    }
    #bar-player {display:none}
    .col-md-wrap .eps-list {
        height: 125px;
    }
    .mlogo {
        padding: 20px;
    }
}
@media screen and (max-width: 380px) {
    .col-md-wrap .col-md-li {
        height: 390px;
        width: 100%;
        margin-bottom: 20px;
    }
}