* {
    box-sizing: border-box
}

body {
    margin: 0;
    font: 400 1rem/1.5625rem sans-serif;
    overflow-x: hidden;
    word-wrap: break-word
}

[hidden] {
    display: none
}

img {
    vertical-align: middle;
    max-width: 100%
}

:focus {
    outline: 0
}

a {
    text-decoration: none
}

[class*=fa-]:before,
.menu-item-has-children>a:after,
.TPost .Image figure:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-style: normal
}

.vcp {
    color: #0396d5
}

.fab {
    font: inherit
}

.fab[class*=fa-]:before {
    font-family: "Font Awesome 5 Brands"
}

h1,
h2,
h3,
h4,
.Title {
    font-weight: 700
}

h1,
.MovieListSldCn .Title {
    font-size: calc(1.25vw + 1.25vh + 1.8rem);
    line-height: 1.3
}

h2 {
    font-size: 2.05rem;
    line-height: 3.5rem
}

h3 {
    font-size: 1.4rem;
    line-height: 1.7rem
}

h4 {
    font-size: 1rem;
    line-height: 1.7rem
}

#aa-wp {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    transition: .1s ease-in-out
}

#aa-wp>.bd {
    flex: 1 0 auto
}

.cont {
    margin: 0 auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    width: 100%
}

ul,
ol,
h1,
h2,
h3,
h4,
p,
figure {
    margin: 0 0 1.25rem
}

nav ul,
[class*=List] {
    margin: 0;
    padding: 0
}

nav li,
[class*=List] li {
    list-style-type: none
}

[class*=align] {
    margin-bottom: 1.25rem
}

.tac {
    text-align: center
}

.jst-cr {
    justify-content: center
}

.jst-sb {
    justify-content: space-between
}

.alg-cr {
    align-items: center
}

.dfx,
.MovieList.Rows {
    display: -webkit-flex;
    display: flex
}

.MovieList.Rows {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

/*.fg1 {
    flex-grow: 1
}*/

button,
input,
select,
textarea {
    font: inherit;
    width: 100%;
    vertical-align: middle;
    line-height: normal;
    text-transform: none;
    overflow: visible;
    color: inherit;
    transition: .2s
}

label {
    display: inline-block;
    padding: 1.25rem 0;
    line-height: normal
}

label[for] {
    cursor: pointer
}

input,
textarea,
select {
    display: block;
    padding: .5rem 1.5rem;
    width: 100%;
    line-height: calc(2rem - 2px);
    border-radius: 3rem
}

textarea {
    overflow: auto;
    min-height: 8rem;
    max-width: 100%;
    height: auto;
    resize: vertical;
    padding: 2rem;
    max-height: 16rem
}

[type=color] {
    width: auto;
    min-width: 7rem
}

::placeholder {
    color: currentColor
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg fill='%23007AFF' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.41 7.84L12 12.42l4.59-4.58L18 9.25l-6 6-6-6z'/%3E%3Cpath d='M0-.75h24v24H0z' fill='none'/%3E%3C/svg%3E");
    background-position: right 1rem center;
    background-repeat: no-repeat;
    background-size: 1.5rem;
    padding-right: 3rem
}

.chk input+label:before {
    box-shadow: 0 0 4px #000;
    position: absolute;
    left: 0;
    top: 1.25rem;
    height: 1.5rem;
    width: 1.5rem;
    border-radius: .3rem;
    content: "";
    text-align: center;
    line-height: 1.5rem;
    font-size: 1rem
}

.chk input+label:after {
    box-shadow: 0 0 4px #000;
    position: absolute;
    left: 0;
    top: 1.25rem;
    height: 1.5rem;
    width: 1.5rem;
    border-radius: .3rem;
    content: "";
    text-align: center;
    line-height: 1.5rem;
    font-size: 1rem;
    display: none
}

.chk input:checked+label:after {
    display: block
}

.chk input {
    position: absolute;
    opacity: 0
}

.chk input:checked+label:before {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23fff' d='M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z'%3E%3C/path%3E%3C/svg%3E");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: .8rem
}

.Button,
button,
[type=button],
[type=submit] {
    border: 0;
    cursor: pointer;
    padding: .5rem 2rem;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    line-height: 2rem;
    width: auto;
    border-radius: 3rem
}

.btn-block {
    width: 100%
}

[class*=anm-],
.TPost .Image figure:before,
.sub-menu,
.TPost .TPMvCn {
    animation-duration: .2s;
    animation-fill-mode: both
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translate3d(-100%, 0, 0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translate3d(100%, 0, 0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.TPost .Image figure:before,
.TPost .TPMvCn {
    animation-name: zoomIn
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }

    50% {
        opacity: 1
    }
}

.anm-e,
.sub-menu {
    animation-name: zoom
}

@keyframes zoom {

    0%,
    to {
        transform: scale(1)
    }

    50% {
        transform: scale(1.07)
    }
}

body {
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Open Sans, Helvetica Neue, sans-serif;
    color: #8da0bc;
    background-color: #1a1a1a
}

a {
    color: #fff
}

a:hover {
    color: #0396d5
}

input,
textarea,
select {
    border: 1px solid #232323;
    background-color: #232323;
    color: #8da0bc
}

input:focus,
textarea:focus,
select:focus {
    background-color: #233160;
    border-color: #233160;
    color: #fff
}

.chk input:checked+label:before {
    background-color: #0396d5
}

.Button,
a.Button,
button,
[type=button],
[type=submit] {
    color: #fff;
    background-color: #0396d5
}

.Button:hover,
a.Button:hover,
button:hover,
[type=button]:hover,
[type=submit]:hover {
    animation: zoom .3s ease-in
}

.Button.fa-facebook-f {
    position: relative
}

.Button.fa-facebook-f:before {
    position: absolute;
    left: 1.5rem;
    top: .5rem;
    font-weight: 400;
    font-size: 1.2rem
}

.Header {
    position: relative;
    top: 0;
    z-index: 11;
    margin-bottom: 2.5rem
}

.Header:after {
    content: "";
    z-index: -1;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    pointer-events: none;
    transition: .2s;
    background: #232323;
    height: 100%;
    opacity: 1
}

.slider .Header.fx:after {
    content: "";
    z-index: -1;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    pointer-events: none;
    transition: .2s;
    /*background: #232323;*/
    height: 100%;
    opacity: 1
}

.Header.fx:after {
    box-shadow: 0 0 30px #00000080;
    display: none
}

.slider .Header {
    margin-bottom: 0
}

.slider .Header:after {
    height: 160px;
    opacity: .9;
    background: linear-gradient(to bottom, #232323 1%, #23232300);
    box-shadow: none
}

.logo {
    margin-bottom: 0;
    margin-right: 1.5rem;
    padding: 1.5rem 0;
    position: relative;
    z-index: 2
}

.MenuBtn {
    width: 3rem;
    min-width: 3rem;
    height: 3rem;
    cursor: pointer;
    background-color: transparent;
    padding: .75rem .85rem 0;
    background-color: #0396d5;
    border-radius: 3rem;
    z-index: 10
}

.MenuBtn>i {
    background-color: #fff;
    width: 100%;
    height: 3px;
    margin: 4px 0;
    transition: all .2s ease-in;
    display: block;
    border-radius: 5px;
    cursor: pointer
}

#aa-wp.on {
    overflow: hidden
}

#aa-wp.on .Header {
    position: fixed;
    width: 100%
}

#aa-wp.on .MenuBtn>i:nth-child(1) {
    -webkit-transform: translateY(200%) rotate(45deg);
    transform: translateY(200%) rotate(45deg)
}

#aa-wp.on .MenuBtn>i:nth-child(2) {
    opacity: 0
}

#aa-wp.on .MenuBtn>i:nth-child(3) {
    -webkit-transform: translateY(-200%) rotate(135deg);
    transform: translateY(-200%) rotate(135deg);
    position: relative;
    bottom: 2px
}

.Header.fx {
    position: fixed;
    width: 100%
}

.Header.fx:after {
    display: block
}

.menu-item>a {
    display: inline-block;
    padding: .5rem 0
}

.menu-item-has-children>a:after {
    content: "";
    font-size: .75rem;
    margin-left: .35rem;
    color: #0396d5
}

.menu-item[class*=fa-]:before {
    display: inline-block;
    width: 1.2rem;
    color: #0396d5
}

.menu-item[class*=fa-]>a {
    margin-left: -1.2rem;
    padding-left: 1.5rem
}

.sub-menu {
    display: none
}

.Header .login .Button {
    padding: .25rem 1rem;
    width: 100%
}

.Button.link,
button.link {
    background-color: transparent
}

.Search {
    position: relative
}

.Search .Form-Icon {
    position: relative;
    padding: 0;
    display: block
}

.Search .Form-Icon input {
    border: 1px solid rgba(0, 0, 0, 0);
    background-color: #fff;
    color: #333;
    padding: .25rem 1rem;
    border-radius: 2rem
}

.Header .Search .Form-Icon input {
    width: 11.5rem
}

.Search .Form-Icon button {
    background-color: transparent !important;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 2.5rem;
    height: 2.5rem;
    padding-right: .5rem;
    color: #333
}

.Search .Form-Icon button:hover {
    transform: scale(1.1)
}

.TPost .Image figure {
    position: relative;
    background-color: #1a1a1a;
    border-radius: 5px;
    margin-bottom: 0
}

.TPost .Image figure:before {
    content: "";
    width: 3.75rem;
    height: 3.75rem;
    line-height: 3.75rem;
    text-align: center;
    border: 2px solid #fff;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
    border-radius: 50%;
    font-size: 1.25rem;
    display: none;
    color: #fff
}

.TPost:hover .Image figure:before {
    display: block
}

.TPost .Image figure:after {
    content: "";
    padding-top: 150%;
    width: 1px;
    display: block;
    border-radius: 5px
}

.episodes .Image figure:after {
    padding-top: 56%
}

.TPost .Image figure>img,
.backdrop>.Image img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    border-radius: 5px
}

.TPost:hover .Image figure>img {
    opacity: .5
}

.TPost .Title {
    font-weight: 400
}

.TPost.A {
    position: relative;
    padding-left: 100px
}

.TPost.A .Image {
    width: 80px;
    position: absolute;
    left: 0;
    top: 0
}

.TPost.A .Image figure:after {
    padding-top: 100%
}

.Wdgt .TPost.A .Image figure:before {
    transform: scale(.6)
}

.Wdgt .MovieList.episodes .TPost.C figure:before {
    transform: scale(.6)
}

.Wdgt .MovieList.episodes .TPost.C:hover .Year {
    display: none
}

.TPost.A .Image .TpTv,
.TPost.C .Image .TpTv {
    position: absolute;
    left: .5rem;
    bottom: .5rem;
    z-index: 2
}

.TPost.C .Image,
.TPostMv {
    position: relative
}

.TPost.C .Image figure {
    background-color: #000
}

.TPost.C .Image figure:before {
    z-index: 3
}

.TPost.C .Image img {
    z-index: 2
}

.TPost.C .Title {
    font-size: .875rem;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 0;
    padding-top: .5rem
}

.TPost.C .Image+.Title+p {
    text-align: center;
    font-size: .75rem;
    color: #8da0bc;
    margin-bottom: 0
}

.TPost.C .Image+.Title+p span {
    font-weight: 700;
    color: #edb709
}

.TPost.C .TPMvCn {
    position: absolute;
    left: 60%;
    top: 50%;
    transform: translateY(-50%) !important;
    width: 200%;
    background-color: #1a1a1a;
    overflow: hidden;
    padding: 1rem;
    z-index: 10;
    border-radius: 5px;
    display: none;
    margin-top: -1rem;
    pointer-events: none;
    max-width: 345px;
    font-size: .875rem;
    line-height: 1.25rem
}

.TPost.C .TPMvCn .Description p:not(:first-child),
.TPost.C .TPMvCn .Description p .Button {
    color: #8da0bc
}

.TPost.C .TPMvCn .Title,
.TPost.C .TPMvCn .Description p:not(:first-child)>span {
    color: #fff
}

.TPost.C .TPMvCn .Title {
    font-weight: 700;
    text-align: left;
    font-size: 1rem
}

.TPost.C .TPMvCn>* {
    position: relative;
    z-index: 2
}

.TPost.C .TPMvCn .Info,
.TPost.C .TPMvCn .Description>p:first-child {
    margin-bottom: .5rem
}

.TPost.C .TPMvCn p {
    margin-bottom: 0
}

.TPost.C .TPMvCn .bg {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    object-fit: cover;
    width: 100%;
    height: 100%;
    filter: blur(15px);
    opacity: .5;
    transform: scale(1.3);
    border-radius: 5px
}

.Year {
    position: absolute;
    bottom: .5rem;
    right: .5rem;
    z-index: 3;
    font-size: .75rem;
    font-weight: 700;
    background-color: #0396d5;
    padding: 0 .5rem;
    line-height: 1.2rem;
    border-radius: 1rem;
    color: #fff
}

@keyframes premiere {
    0% {
        box-shadow: 0 0 #edb709b3;
        background: #edb709b3
    }

    80% {
        background: #42a6df00
    }

    to {
        box-shadow: 0 0 0 10px #42a6df00
    }
}

@keyframes lang {
    0% {
        box-shadow: 0 0 #ed3f09b3;
        background: #ed3f09b3
    }

    80% {
        background: #42a6df00
    }

    to {
        box-shadow: 0 0 0 10px #42a6df00
    }
}

@keyframes quality {
    0% {
        box-shadow: 0 0 #6bed09b3;
        background: #6bed09b3
    }

    80% {
        background: #42a6df00
    }

    to {
        box-shadow: 0 0 0 10px #42a6df00
    }
}

@keyframes pulse {
    0% {
        transform: scale(1)
    }

    3.3% {
        transform: scale(1.1)
    }

    16.5% {
        transform: scale(1)
    }

    33% {
        transform: scale(1.1)
    }

    to {
        transform: scale(1)
    }
}

.cv3-dots {
    position: absolute;
    z-index: 3;
    left: 1.5rem;
    top: .5rem;
    width: 1rem
}

.cv3-dots span {
    display: block;
    width: 16px;
    height: 16px;
    padding: 4px;
    margin-bottom: .5rem;
    background-color: #232323;
    position: relative;
    border-radius: 50%
}

.cv3-dots span:before,
.cv3-dots span:after {
    opacity: 0;
    pointer-events: none;
    z-index: 5
}

.cv3-dots span:hover:before,
.cv3-dots span:hover:after {
    opacity: 1
}

.cv3-dots span:before {
    content: attr(title);
    position: absolute;
    white-space: nowrap;
    font-size: .65rem;
    bottom: 14px;
    left: 50%;
    width: 76px;
    margin-left: -38px;
    background-color: #000000b3;
    color: #fff;
    text-align: center;
    line-height: 1.2rem;
    border-radius: 3px
}

.cv3-dots span:after {
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid rgba(0, 0, 0, .7);
    content: "";
    bottom: 10px;
    left: 4px;
    position: absolute
}

.cv3-dots span>i {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    animation-iteration-count: infinite;
    position: relative;
    content: "";
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    position: absolute
}

.cv3-dots span>i:before,
.cv3-dots span>i:after {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    animation-iteration-count: infinite;
    position: relative;
    content: "";
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    position: absolute
}

.cv3-dots span>i:before {
    animation-delay: .33s;
    animation-duration: 2.2s
}

.cv3-dots span>i:after {
    animation: pulse 2s ease-out;
    animation-iteration-count: infinite
}

.MovieListSld,
.MovieListSld .owl-stage-outer,
.MovieListSld .owl-stage,
.MovieListSld .owl-item,
.MovieListSld .item {
    position: static !important
}

.MovieListSld .owl-stage,
.MovieListSld .owl-item,
.MovieListSld .item {
    display: flex;
    width: 100vw
}

.MovieListSld .TPost {
    display: flex;
    width: 100vw;
    align-items: flex-end
}

.MovieListSldCn {
    overflow: hidden
}

.Header .Search .Form-Icon input {
    -webkit-appearance: none
}

.MovieListSldCn {
    margin: -6.75rem 0 1.5rem;
    position: relative
}

.MovieListSldCn .TPostMv .Image,
.MovieListSldCn .TPostMv .Image img {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 15%;
    top: 0
}

.backdrop>.Image {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 15%;
    top: 0
}

.backdrop>.Image img {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 15%;
    top: 0
}

.MovieListSldCn .TPMvCn>a {
    display: inline-block;
    vertical-align: top
}

.MovieListSldCn .Title {
    color: #fff;
    font-weight: 700;
    letter-spacing: -1px
}

.MovieListSldCn .Title:hover {
    transform: scale(1.02)
}

.MovieListSldCn .TPostMv .Image:after {
    background: linear-gradient(to bottom, #1a1a1a00, #1a1a1a);
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    pointer-events: none
}

.backdrop>.Image:after {
    background: linear-gradient(to bottom, #1a1a1a00, #1a1a1a);
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    pointer-events: none
}

.MovieListSldCn .TPMvCn {
    padding: calc(5rem + 4%) 1.5rem 5rem;
    margin: 0 auto;
    position: relative;
    z-index: 2
}

.MovieListSldCn .TPost .Image figure {
    position: static
}

.MovieListSldCn .TPost .Image figure:after,
.MovieListSldCn .TPost .Image figure:before {
    display: none
}

.MovieListSldCn .TPost:hover .Image figure>img {
    opacity: 1
}

.Info {
    font-size: .875rem;
    padding-top: .5rem
}

.Info>span {
    display: inline-block;
    vertical-align: baseline;
    margin-right: .5rem
}

.Info .Vote {
    color: #edb709;
    font-size: 1.125rem
}

.Info .Vote:after {
    content: "/10";
    font-size: .875rem;
    vertical-align: baseline
}

.Info>span.Qlty {
    margin-top: .3rem
}

.Qlty,
.TpTv {
    color: #1a1818;
    background-color: #edb709;
    font-size: .65rem;
    font-weight: 700;
    height: 1.125rem;
    padding: 0 .3rem;
    line-height: 1rem;
    border-radius: 1rem;
    display: inline-block;
    vertical-align: top
}

.TPlay {
    font-size: 1.125rem
}

.TPlay:before {
    margin-right: .75rem
}

.MovieListSld .owl-dots {
    left: 0;
    right: 0;
    margin: auto;
    text-align: right;
    padding-right: 2rem
}

.Title .TpTv {
    vertical-align: middle
}

main>section {
    margin-bottom: 2.5rem
}

.category-list-bx {
    margin-bottom: 2.5rem
}

.category-list-bx .owl-dots {
    padding-top: 1.25rem
}

.MovieList.Rows {
    margin-left: -.5rem;
    margin-right: -.5rem
}

.MovieList.Rows>li {
    padding-left: .5rem;
    padding-right: .5rem;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 2rem
}

section>.Top {
    margin-bottom: 2rem
}

section>.Top>.btnstp {
    display: inline-block;
    vertical-align: top
}

section>.Top>h1,
section>.Top>.Title {
    font-size: 2.05rem;
    line-height: 3.5rem;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 0;
    margin-right: 1.5rem;
    color: #fff;
    letter-spacing: -1px
}

section>.Top>h1:last-child {
    margin-right: 0
}

section>.Top>h1 span {
    color: #0396d5
}

section>.Top>.btnstp>.Button.STPb {
    background-color: transparent;
    padding: .5rem 0;
    border-radius: 0;
    margin-right: 1.5rem;
    vertical-align: top;
    color: #fff;
    border-bottom: 3px solid transparent
}

main>section {
    margin-bottom: 2rem
}

section>.Top>.btnstp>.Button.STPb:last-child {
    margin-right: .2rem
}

section>.Top>.btnstp>.Button.STPb.Current {
    color: #fff;
    border-bottom-color: #0396d5;
    font-weight: 700
}

.btnstp {
    white-space: nowrap;
    overflow: auto;
    overflow-y: hidden;
    max-width: 100%
}

.Button.loadmore {
    width: 100%;
    background-color: #0396d5
}

.Button.normal {
    background-color: #3d4f91
}

.Button.loadmore:hover,
.Button.normal:hover {
    background-color: #0396d5
}

.tvshows-owl .owl-item,
.episodes-owl .owl-item,
.premiere-owl .owl-item,
.sagas-owl .owl-item {
    margin-top: 1rem;
    margin-bottom: 2rem
}

.tvshows-owl .cv3-dots,
.episodes-owl .cv3-dots {
    left: .5rem
}

.series.owl-carousel,
.movies.owl-carousel,
.episodes.owl-carousel {
    margin-top: -1rem
}

.movies.owl-carousel .cv3-dots {
    left: .5rem
}

.premiere-owl {
    margin-bottom: 4rem
}

.Button.sm {
    padding: 0 1rem;
    font-size: .75rem;
    text-transform: uppercase;
    font-weight: 700
}

.modal {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 11;
    padding: 1.5rem;
    overflow: auto;
    text-align: center;
    font-size: 0;
    white-space: nowrap
}

.mdl-ovr {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 11;
    padding: 1.5rem;
    overflow: auto;
    text-align: center;
    font-size: 0;
    white-space: nowrap;
    background-color: #00000080;
    display: block;
    z-index: -1
}

.modal:before {
    content: "";
    display: inline-block;
    width: 1px;
    margin-left: -1px;
    height: 100%;
    vertical-align: middle
}

.mdl-cn {
    background-color: #fff;
    border-radius: .5rem;
    max-width: 28rem;
    width: 100%;
    font-size: 1rem;
    text-align: left;
    white-space: normal;
    display: inline-block;
    vertical-align: middle
}

.modal.on {
    display: block
}

.mdl-hd,
.mdl-bd,
.mdl-ft {
    padding: 1rem;
    border-bottom: 1px solid rgba(141, 160, 188, .2)
}

.mdl-hd {
    position: relative
}

.mdl-hd .Title {
    color: #232323;
    font-size: 1.5rem;
    letter-spacing: normal;
    font-weight: 400;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-right: 1.5rem
}

.mdl-hd .Title:before {
    width: 3.75rem;
    height: 3.75rem;
    line-height: 3.75rem;
    display: inline-block;
    text-align: center;
    background-color: #007aff1a;
    border-radius: 4rem;
    color: #0396d5;
    margin-right: 1rem
}

.mdl-hd .mdl-close {
    background-color: transparent;
    color: #8da0bc;
    padding: 0;
    position: absolute;
    right: 1rem;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 2.5rem;
    height: 2.5rem
}

.mdl-hd .mdl-close:hover {
    background-color: transparent;
    color: #ed4009
}

.mdl-bd:last-child {
    margin-bottom: 0
}

.modal p {
    margin-bottom: .7rem
}

.modal p:last-child {
    margin-bottom: 0
}

.modal a {
    color: #1a1a1a
}

.modal a:hover {
    color: #0396d5
}

.modal input {
    background-color: #f9fafc;
    color: #8da0bc;
    border-color: #e8ecf2;
    box-shadow: none
}

.modal input:focus {
    background-color: #fff
}

.Button.fa-facebook-f {
    background-color: #3b5199
}

.comment {
    padding-left: 80px;
    position: relative;
    padding-top: 5px;
    margin-bottom: 2.5rem;
    font-size: .875rem
}

.comment header,
.comment footer,
.comment p {
    margin-bottom: .5rem
}

.comment-user {
    position: absolute;
    left: 0;
    top: 0
}

.comment-user figure {
    width: 60px;
    height: 60px;
    position: relative;
    border-radius: 60px
}

.comment-user figure img {
    width: 60px;
    height: 60px;
    position: relative;
    border-radius: 60px
}

.comment header .user {
    font-size: 1rem;
    margin-right: .5rem
}

.comment footer {
    color: #0396d5
}

.comment footer a {
    color: #0396d5;
    display: inline-block;
    vertical-align: top;
    margin-right: .5rem
}

.comment footer span {
    display: inline-block;
    vertical-align: top;
    margin-right: .5rem
}

.comment footer a:hover {
    color: #fff
}

.comment footer .comment-reply {
    color: #4f6b95;
    margin-bottom: 0
}

.comment-reply {
    position: relative;
    margin-bottom: 2.5rem
}

.comment-reply .comment-user {
    top: 20px;
    left: 20px
}

.comment-reply textarea {
    background-color: #232323;
    border-radius: 3px 3px 0 0;
    color: #8da0bc;
    border: 0;
    height: 110px;
    min-height: 110px;
    max-height: 250px;
    padding-left: 100px
}

.comment-reply .comment-bot {
    background-color: #232323;
    text-align: right
}

.comment-reply .Button {
    border-radius: 0
}

.profile {
    margin-bottom: 1rem
}

.profile .left {
    float: left;
    margin-bottom: 1rem;
    margin-right: 2.5rem
}

.profile .left .Button {
    display: block
}

.profile .right {
    padding-top: 1rem
}

.profile .Title {
    font-size: 1.5rem;
    color: #fff;
    margin-right: .5rem;
    margin-bottom: .5rem
}

.profile .Description {
    clear: both
}

.meta {
    margin-bottom: .5rem
}

.meta>span:not(.Qlty) {
    display: inline-block;
    vertical-align: top;
    padding: .4rem 0;
    margin-right: 1rem
}

.meta>span:not(.Qlty):before {
    margin-right: .3rem;
    opacity: .5
}

.meta>span:not(.Qlty)>span {
    color: #fff
}

.Button.follow {
    padding: .3rem .5rem
}

.Button.follow>i {
    margin-right: .5rem
}

.VotesCn {
    position: relative;
    padding-left: 50px;
    min-height: 40px;
    margin-bottom: .5rem;
    padding-top: 3px
}

.VotesCn .Prct {
    position: absolute;
    left: 0;
    top: 5px
}

.VotesCn .post-ratings {
    padding-top: 25px;
    position: relative;
    font-size: 10px;
    min-width: 102px
}

.VotesCn .post-ratings img {
    position: absolute;
    left: 0;
    top: 7px
}

.VotesCn .post-ratings img+img {
    left: 22px
}

.VotesCn .post-ratings img+img+img {
    left: 44px
}

.VotesCn .post-ratings img+img+img+img {
    left: 64px
}

.VotesCn .post-ratings img+img+img+img+img {
    left: 86px
}

.backdrop>.Image {
    z-index: -1
}

.movtv-info>.Image {
    float: left;
    margin-right: 1rem;
    width: 120px;
    margin-bottom: 1rem
}

.movtv-info>.Image figure {
    margin-bottom: 1rem
}

.addlist>.Button {
    padding: .5rem .7rem;
    width: 100%;
    border-radius: .3rem;
    text-align: left;
    background-color: #232323;
    font-size: .75rem
}

.addlist>.Button>i {
    color: #edb709;
    float: left;
    margin-right: .5rem
}

.addlist>.Button .ddw {
    color: #0396d5;
    float: right;
    margin-right: 0;
    font-size: .65rem
}

.addlist>ul {
    position: absolute;
    left: 0;
    top: 100%;
    margin-top: .5rem;
    min-width: 140px;
    list-style-type: none;
    padding: .5rem;
    display: none;
    background-color: #232323;
    border-radius: 5px;
    box-shadow: 0 0 30px #0003;
    font-size: .75rem;
    z-index: 10
}

.addlist.on>ul {
    display: block
}

.addlist>ul>li>a {
    display: block;
    padding: .2rem .5rem;
    color: #8da0bc;
    border-radius: 3px
}

.addlist>ul>li>a:before {
    width: 1.25rem;
    display: inline-block;
    opacity: .5
}

.addlist>ul>li>a:hover {
    color: #fff;
    background-color: #232323
}

.addlist>ul>li>a:hover:before {
    opacity: 1;
    color: #0396d5
}

.movtv-info:after {
    clear: both;
    display: block;
    content: "";
    overflow: hidden
}

.movtv-info.TPost .Image figure:before {
    display: none
}

.movtv-info.TPost:hover .Image figure>img {
    opacity: 1
}

.movtv-info footer {
    overflow: hidden
}

.movtv-info .Description {
    clear: both;
    max-height: 100px;
    overflow: auto;
    margin-bottom: 1rem;
    color: #ccc
}

.movtv-info .Description p:last-child {
    margin-bottom: 0
}

.movtv-info header .Title {
    font-size: 1.5rem;
    color: #fff;
    font-weight: 700;
    margin-bottom: 0;
    line-height: 1.5rem
}

.video>.Title {
    font-size: 1.5rem;
    color: #fff;
    font-weight: 700;
    margin-bottom: 0;
    line-height: 1.5rem
}

.movtv-info header .SubTitle,
.video>.SubTitle {
    font-size: 1rem;
    margin-bottom: .5rem;
    line-height: 1.5rem;
    font-weight: 400
}

.movtv-info .meta {
    font-size: .875rem
}

.movtv-info .meta>span {
    margin-bottom: .5rem
}

.movtv-info .meta>span.Qlty {
    vertical-align: top;
    margin-top: .2rem
}

.Title span:not([class]) {
    color: #edb709
}

.video>.SubTitle {
    margin-bottom: 1.5rem
}

.VotesCn .post-ratings {
    line-height: 1.5;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.backdrop>.Image img {
    opacity: .5
}

.movtv-info {
    margin-bottom: 2.5rem
}

.InfoList {
    font-size: .875rem
}

.InfoList strong {
    font-weight: 400
}

.ListPOpt>li {
    font-size: .75rem;
    display: inline-block;
    vertical-align: middle;
    margin-right: .5rem;
    padding: .5rem 0
}

.ListPOpt>li:first-child {
    display: none
}

.ListPOpt>li:before {
    font-size: .75rem;
    color: #edb709;
    margin-right: .5rem
}

.ListPOpt>li>a {
    width: 3rem;
    height: 3rem;
    font-size: 1.25rem;
    text-align: center;
    line-height: 3rem;
    border-radius: 3rem;
    color: #fff
}

.ListPOpt>li>a:hover {
    opacity: .7
}

.ListPOpt>li>a.fa-facebook-f {
    background-color: #2049bb;
    box-shadow: 0 0 0 5px #2049bb33
}

.ListPOpt>li>a.fa-twitter {
    background-color: #00bcff;
    box-shadow: 0 0 0 5px #00bcff33
}

section>.MovieList:last-child {
    margin-bottom: -2.5rem
}

.TPlayerNv {
    background-color: #333;
    border-radius: 3px 3px 0 0;
    padding: .7rem .7rem 0;
    position: relative;
    margin-bottom: 0
}

.TPlayerNv>li {
    display: inline-block;
    vertical-align: top;
    margin-right: .3rem;
    position: relative;
    margin-bottom: .7rem
}

.TPlayerNv>li>div {
    padding: .5rem;
    position: relative;
    white-space: nowrap;
    line-height: 1rem;
    border-radius: 3px;
    cursor: pointer
}

.TPlayerNv>li>div:after {
    clear: both;
    display: block;
    overflow: hidden;
    content: ""
}

.TPlayerNv>li>div+div {
    padding: 0;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 10;
    margin-top: -3px
}

.TPlayerNv>li>div>.fa-chevron-down {
    float: right;
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 3px;
    text-align: center;
    line-height: 1.4rem;
    background-color: #1a1a1a;
    color: #fff;
    margin: .3rem .5rem 0 1rem;
    font-size: .75rem
}

.TPlayerNv>li>div>img {
    width: 1rem;
    height: auto;
    max-height: 1rem;
    float: left;
    margin-right: .5rem;
    color: #edb709;
    font-size: .75rem
}

.TPlayerNv>li>div:before {
    width: 1rem;
    height: auto;
    max-height: 1rem;
    float: left;
    margin-right: .5rem;
    color: #edb709;
    font-size: .75rem
}

.TPlayerNv>li>div>div {
    float: left
}

.TPlayerNv>li>div>div>span {
    font-size: .875rem;
    color: #fff;
    vertical-align: top
}

.TPlayerNv>li>div span span {
    display: block;
    font-weight: 700;
    text-transform: uppercase;
    font-size: .65rem;
    color: #4f6b95
}

.hide {
    display: none
}

.video {
    margin-bottom: 1.5rem
}

.TPlayerNv>li.actives>div {
    background-color: #0396d5
}

.TPlayerNv>li:not(.actives)>div:first-of-type:hover {
    background-color: #0000004d
}

.TPlayerNv>li.actives>div>div>span span {
    color: #fff
}

.TPlayerNv>li.actives>div>.fa-chevron-down {
    background-color: #080f2880
}

.TPlayerNv>li.actives>div+div {
    min-width: 190px;
    border-bottom-right-radius: 3px
}

.TPlayerNv>li.actives>div+div>ul {
    padding-left: 0;
    list-style-type: none;
    padding: .5rem 0;
    margin-bottom: 0;
    z-index: 10
}

.TPlayerNv>li.actives>div+div>ul>li {
    border-bottom: 1px solid rgba(8, 15, 40, .1);
    padding: .5rem;
    color: #fff
}

.TPlayerNv>li.actives>div+div>ul>li:before,
.TPlayerNv>li.actives>div+div>ul>li img {
    margin-right: .3rem;
    width: 1rem
}

.TPlayerNv>li.actives>div+div>ul>li:last-child {
    border-bottom: 0
}

.TPlayerNv>li.actives>div+div>ul>li span {
    color: #fff;
    display: inline;
    vertical-align: top;
    font-weight: 400;
    text-transform: none;
    font-size: .75rem
}

.TPlayerNv>li.actives>div+div>ul>li span span span {
    font-weight: 700
}

.TPlayerNv>li.actives>div+div>ul>li.actives,
.TPlayerNv>li.actives>div+div>ul>li:hover {
    background-color: #0094ff
}

.TPlayerNv>li.actives>div+div>ul>li.fast:before {
    content: "";
    height: 14px;
    background: url(../fonts/flash.svg) no-repeat 5px 0;
    display: inline-block;
    vertical-align: top;
    margin-top: 3px
}

.select-season {
    margin-bottom: 2.5rem
}

.select-season:after {
    clear: both;
    display: block;
    overflow: hidden;
    content: ""
}

.select-season>span {
    float: left;
    padding: .5rem 1.5rem .5rem 1.25rem;
    border-radius: 3px;
    background-color: #232323;
    color: #4f6b95;
    margin-right: -.5rem;
    line-height: calc(2rem - 2px)
}

.select-season>select {
    float: left;
    width: auto;
    border-radius: 3px;
    background-color: #232323;
    border: 0
}

.sagas-owl .TPost .Image figure:after {
    padding-top: 56%;
    width: 100%;
    position: relative;
    z-index: 2;
    background: linear-gradient(to bottom, #0000, #000);
    opacity: .5
}

.sagas-owl .TPost .Title {
    position: absolute;
    left: 0;
    right: 0;
    bottom: .5rem;
    z-index: 3
}

.sagas-owl .TPost .Year {
    bottom: auto;
    top: .5rem
}

.sagas-owl .TPost:hover .Title,
.sagas-owl .TPost:hover .Year {
    display: none
}

.sagas-owl .TPost figure:before {
    transform: scale(.6)
}

.tvshow {
    position: relative;
    margin-top: 1rem;
    padding-left: 67px;
    padding-top: 12px
}

.tvshow:before {
    width: 56px;
    height: 60px;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/tv.png) no-repeat
}

.tvshow p {
    margin-bottom: 0;
    font-size: .875rem
}

.tvshow p span {
    font-weight: 700;
    color: #edb709
}

.tvshow .cv3-dots {
    position: absolute;
    right: 0;
    top: 1.05rem;
    left: auto
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    margin: 0;
    opacity: 0
}

.edit-profile input {
    border-radius: 3px
}

.MovieListSldCn .TPMvCn p.Info {
    margin-bottom: .5
}

.MovieListSldCn .TPMvCn p:empty {
    display: none
}

.MovieListSldCn .TPMvCn p:not(.Info) {
    max-height: 250px;
    overflow: auto;
    font-size: 1.3rem;
    line-height: 2rem;
    margin-bottom: 2rem
}

section .Top {
    margin-bottom: 2rem
}

section .Top h1,
section .Top .Title {
    font-size: 2.05rem;
    line-height: 3.5rem;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 0;
    margin-right: 1.5rem;
    color: #fff;
    letter-spacing: -1px
}

.hide {
    display: none !important
}

.color-w {
    color: #fff !important
}

.ft {
    text-align: center;
    padding: 4rem 0;
    background: linear-gradient(to bottom, #23232300, #23232303 1%, #232323)
}

.ft .logo-ft {
    margin-bottom: .5rem
}

.mnft li,
.smft li {
    padding: .5rem
}

.smft a {
    color: #ccc;
    font-size: 1.875rem;
    min-width: 3.5rem;
    height: 3.5rem;
    line-height: 3.5rem
}

.smft a:hover {
    color: #fff
}

.copy {
    color: #4f6b95;
    font-size: .75rem
}

.Wdgt {
    margin-bottom: 2.5rem
}

.Wdgt>.Title {
    color: #fff;
    font-size: .75rem;
    text-align: center;
    background-color: #0396d5;
    padding: .5rem;
    text-transform: uppercase;
    border-radius: 3px;
    margin-bottom: 1.25rem
}

.Wdgt .MovieList>li {
    margin-bottom: 1.5rem
}

.Wdgt .MovieList>li:last-child {
    margin-bottom: 0
}

.Wdgt .TPost.A {
    min-height: 120px
}

.Wdgt .TPost.A .Image figure:after {
    padding-top: 150%
}

.Wdgt .TPost.A .Info {
    margin-bottom: 0;
    padding-top: .15rem
}

.Wdgt .MovieList.top>li {
    counter-increment: top;
    position: relative
}

.Wdgt .MovieList.top>li:before {
    content: "#"counter(top);
    min-width: 2rem;
    height: 2rem;
    line-height: 2rem;
    text-align: center;
    position: absolute;
    left: -.5rem;
    top: -.5rem;
    z-index: 5;
    background-color: #0396d5;
    border: 5px solid #fff;
    color: #fff;
    border-radius: 3rem;
    font-weight: 700
}

.aa-tb {
    display: none
}

.aa-tb.on {
    display: block
}

.aa-nv {
    list-style-type: none;
    padding-left: 0
}

.aa-nv>li>a {
    display: block;
    padding: .3rem .5rem 1rem;
    border-bottom: 3px solid transparent;
    color: #0396d5
}

.aa-nv>li>a.on {
    border-bottom-color: #0396d5;
    color: #fff
}

.Frm-Slct .sol-input-container {
    margin-left: 120px;
    padding: 0
}

.SearchMovies .sol-input-container input[type=text] {
    padding: 0 .8rem;
    border-radius: 6px
}

.SearchMovies input[type=text] {
    background-color: transparent;
    border: 0;
    background-color: #232323;
    border-radius: 0 3px 3px 0;
    font-size: .875rem;
    padding-left: 1rem;
    padding-right: 1rem
}

.Wdgt .MovieList.episodes {
    max-height: 350px;
    overflow: auto
}

.Wdgt .MovieList.episodes .TPost.C {
    padding-left: 100px;
    position: relative
}

.Wdgt .MovieList.episodes .TPost.C .Title,
.Wdgt .MovieList.episodes .TPost.C p {
    text-align: left
}

.Wdgt .MovieList.episodes .TPost.C .Image {
    position: absolute;
    left: 0;
    top: 0;
    width: 80px
}

.Wdgt .MovieList.episodes .TPost.C .Image figure:after {
    padding-top: 80px
}

.Wdgt .MovieList.episodes>li {
    margin-bottom: 1rem;
    min-height: 80px
}

.owl-carousel {
    -webkit-tap-highlight-color: transparent;
    position: relative;
    display: none;
    width: 100%;
    z-index: 1
}

.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel:not(.MovieListSld) .owl-stage-outer {
    overflow: hidden
}

.owl-carousel .owl-stage-outer {
    position: relative;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-dots {
    line-height: 0;
    text-align: center
}

.MovieListSld .owl-dots {
    position: absolute;
    right: 2rem;
    bottom: 4rem
}

.owl-dots button.owl-dot {
    width: 10px;
    height: 10px;
    background-color: #4f6b95;
    margin-left: .5rem;
    display: inline-block;
    border-radius: 5px
}

.owl-dots button.owl-dot.active {
    width: 40px;
    background-color: #0396d5
}

.MovieListSld {
    display: block
}

.MovieListSld>.TPostMv {
    display: none
}

.MovieListSld>.TPostMv:first-child {
    display: block
}

.navigation {
    text-align: center
}

.nav-links {
    background-color: #232323;
    display: inline-block;
    vertical-align: top;
    border-radius: 5rem;
    position: relative;
    padding: .5rem;
    font-size: 0;
    margin: 0 4rem 1rem
}

.nav-links a,
.nav-links span {
    background-color: #232323;
    display: inline-block;
    vertical-align: top;
    border-radius: 5rem
}

.nav-links a {
    cursor: pointer;
    font-size: 1rem;
    width: 2.5rem;
    height: 2.5rem;
    margin: .2rem;
    line-height: 1.9rem;
    font-weight: 700;
    padding: .3rem;
    color: #fff
}

.nav-links span {
    font-size: 1rem;
    width: 2.5rem;
    height: 2.5rem;
    margin: .2rem;
    line-height: 1.9rem;
    font-weight: 700;
    padding: .3rem;
    color: #fff
}

.nav-links a:hover,
.nav-links .current {
    background-color: #0396d5
}

.nav-links .prev,
.nav-links .next {
    position: absolute;
    top: 0;
    width: 3.5rem;
    height: 3.5rem;
    line-height: 2.9rem;
    color: #4f6b95;
    font-size: 1.25rem
}

.nav-links .prev:hover,
.nav-links .next:hover {
    color: #fff
}

.nav-links .prev {
    left: -4.3rem
}

.nav-links .next {
    right: -4.3rem
}

.percircle.gt50 .slice {
    clip: rect(auto, auto, auto, auto)
}

.percircle .bar {
    position: absolute;
    border: 2px solid transparent;
    width: 40px;
    height: 40px;
    clip: rect(0, 20px, 40px, 0);
    border-radius: 50%;
    transform: rotate(0)
}

.percircle {
    position: relative;
    font-size: 40px;
    width: 40px;
    height: 40px;
    border-radius: 50%
}

.percircle.animate>span,
.percircle.animate:after {
    transition: transform .2s ease-in-out
}

.percircle.animate .bar {
    transition: transform .6s ease-in-out
}

.percircle>span {
    position: absolute;
    z-index: 1;
    width: 100%;
    top: 0;
    height: 40px;
    display: block;
    text-align: center;
    white-space: nowrap;
    font-size: 12px;
    line-height: 40px;
    font-weight: 400;
    color: #edb709
}

.percircle>span:after {
    content: "%"
}

.percircle:after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: " ";
    border-radius: 40%;
    width: 40px;
    height: 40px
}

.percircle .slice {
    position: absolute;
    width: 40px;
    height: 40px;
    clip: rect(0, 40px, 40px, 20px)
}

.percircle:hover {
    cursor: default
}

.percircle .bar {
    border-color: #edb709
}

.percircle {
    box-shadow: inset 0 0 0 2px #8da0bc80
}

@media (max-width: 991px) {
    .Header .logo {
        max-width: 272px;
        z-index: 3;
        width: 100%;
        text-align: center
    }

    .Header:before,
    .Header .Rght {
        position: fixed;
        left: 0;
        top: 0;
        height: 100%;
        width: 320px;
        -webkit-transform: translatex(-100%);
        transform: translate(-100%);
        transition: all .4s;
        background-color: #1a1a1a;
        z-index: 2;
        padding: 7rem 1.5rem 1.5rem;
        overflow-y: auto;
        box-shadow: 0 0 60px #0003
    }

    .Header:before {
        z-index: 3;
        content: "";
        padding: 0;
        height: 7rem
    }

    #aa-wp.on .Header:before,
    #aa-wp.on .Header .Rght {
        -webkit-transform: translatex(0);
        transform: translate(0);
        opacity: 1
    }

    .Header .cont {
        max-width: none !important
    }

    .Header .Menu {
        margin-left: -1.5rem;
        margin-right: -1.5rem
    }

    .Header .Menu>ul>li {
        padding: .5rem 1.5rem;
        border-bottom: 1px solid rgb(24, 31, 54)
    }

    .Header .Menu>ul>li:last-child {
        border-bottom: 0
    }

    .Header .Menu .sub-menu {
        padding-bottom: .5rem;
        font-size: .875rem
    }

    .Header .Menu .sub-menu a {
        opacity: .5
    }

    .Header .Menu .sub-menu a:hover {
        opacity: 1
    }

    .Search {
        margin-bottom: 1rem
    }

    .Search .Form-Icon {
        display: block
    }

    .sub-menu {
        display: block;
        padding-left: 1rem
    }

    .sub-menu>li {
        float: left;
        width: 50%
    }

    .sub-menu:after {
        clear: both;
        content: "";
        overflow: hidden;
        display: block
    }

    .Header .login {
        margin-bottom: 1rem
    }

    .Header .login .Button:first-child {
        background-color: #181f36;
        margin-right: 1rem
    }

    .MenuBtnClose {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        display: none;
        background-color: #000000bf
    }

    #aa-wp.on .MenuBtnClose {
        display: block
    }

    .MovieListSld .owl-dots {
        text-align: center;
        bottom: 2.2rem;
        padding-right: 0
    }

    .MovieListSld .owl-dots button.owl-dot {
        margin-left: .25rem;
        margin-right: .25rem
    }

    .Header .Search .Form-Icon input {
        width: 100%
    }

    .movtv-info header .Title {
        padding-top: 1.5rem
    }
}

@media (max-width: 767px) {
    .TPlayerNv>li {
        width: 100%;
        margin-right: 0
    }
}

@media (max-width: 576px) {
    .mdl-hd .Title {
        font-size: 1.25rem
    }

    .mdl-hd .Title:before {
        width: 2.5rem;
        height: 2.5rem;
        line-height: 2.5rem;
        font-size: 1rem
    }

    .profile .left {
        margin-right: 1.5rem
    }

    .tvshow {
        padding-left: 0
    }

    .tvshow:before {
        display: none
    }

    .MovieListSld,
    .MovieListSld .owl-stage {
        overflow: hidden
    }
}

@media (max-width: 424px) {
    .profile .left {
        margin-right: 1rem
    }

    .Button.follow {
        font-size: .75rem;
        padding: 0 .5rem
    }

    .Button.follow i {
        font-size: .65rem;
        margin-right: .3rem
    }

    .profile .right {
        padding-top: .5rem
    }

    .meta>span:not(.Qlty) {
        padding: 0
    }

    .select-season>select {
        width: 100%
    }

    .select-season>span {
        display: block;
        width: 100%
    }
}

@media (min-width: 425px) {
    .category-list .owl-item {
        padding-left: .25rem;
        padding-right: .25rem
    }

    .tvshows-owl,
    .episodes-owl,
    .premiere-owl,
    .sagas-owl {
        margin-left: -.5rem;
        margin-right: -.5rem;
        width: auto !important
    }

    .tvshows-owl .owl-item,
    .episodes-owl .owl-item,
    .premiere-owl .owl-item,
    .sagas-owl .owl-item {
        padding-left: .5rem;
        padding-right: .5rem
    }

    .movtv-info .meta>span.Qlty {
        margin-top: .65rem
    }
}

@media (min-width: 576px) {
    .cont {
        max-width: 540px
    }

    .dfxa {
        display: -webkit-flex;
        display: flex
    }

    .MovieList.Rows>li,
    .Wdgt .MovieList.Rows>li {
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .profile .Description {
        clear: none;
        overflow: hidden
    }

    .movtv-info>.Image {
        width: 200px;
        margin-right: 1.5rem
    }

    .addlist>.Button {
        font-size: 1rem;
        padding: .5rem 1rem
    }

    .addlist>ul {
        font-size: 1rem;
        min-width: 200px
    }

    .addlist>ul>li>a:before {
        width: 1.5rem
    }

    .ListPOpt>li:first-child {
        display: inline-block;
        font-size: .875rem
    }

    .movtv-info .Description {
        clear: none
    }
}

@media (min-width: 768px) {
    .cont {
        max-width: 100%
    }

    .dfxb,
    .TpRwCont {
        display: -webkit-flex;
        display: flex
    }

    .TpRwCont>main {
        -webkit-flex: 0 0 calc(100% - 300px);
        -ms-flex: 0 0 calc(100% - 300px);
        flex: 0 0 calc(100% - 300px);
        max-width: calc(100% - 300px);
        padding-right: 2rem
    }

    .TpRwCont>aside {
        -webkit-flex: 0 0 300px;
        -ms-flex: 0 0 300px;
        flex: 0 0 300px;
        max-width: 300px
    }

    main .MovieList.Rows>li {
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .ft .logo-ft {
        margin-right: 1.5rem;
        margin-bottom: 0
    }

    .mnft>li {
        margin-right: 1rem
    }

    .mnft>li:last-child {
        margin-right: 0
    }

    .copy {
        padding-top: 1.5rem
    }

    section>.Top>.right {
        float: right;
        margin-top: 1rem
    }

    .movtv-info>.Image {
        margin-right: 1.5rem
    }

    .movtv-info .meta {
        margin-bottom: 0
    }

    .movtv-info footer {
        margin-bottom: 1rem
    }

    .movtv-info footer .VotesCn {
        float: left;
        margin-right: 1rem;
        padding-right: 1rem;
        border-right: 1px solid rgba(79, 107, 149, .3);
        min-height: 3rem
    }

    .movtv-info footer .meta {
        min-height: 2.8rem;
        padding-top: .2rem;
        float: left
    }

    .movtv-info .ListPOpt {
        clear: both
    }

    .movtv-info .MvTbCn {
        overflow: hidden
    }

    .movtv-info header .Title {
        font-size: 2.25rem;
        line-height: 1.5
    }

    .video>.Title {
        font-size: 2.25rem;
        line-height: 1.5
    }

    .movtv-info>.Image {
        margin-right: 2.5rem
    }
}

@media (min-width: 992px) {

    .cont,
    .MovieListSldCn .TPMvCn,
    .MovieListSld .owl-dots {
        max-width: 1140px
    }

    .dfxc {
        display: -webkit-flex;
        display: flex
    }

    .Header .Menu {
        order: 2
    }

    .Header .login,
    .Header .Search {
        order: 3
    }

    .Menu>ul>li {
        margin-right: 1.5rem;
        float: left
    }

    .Menu>ul>li:last-child {
        margin-right: 0
    }

    .MenuBtn {
        display: none
    }

    .menu-item-has-children {
        position: relative
    }

    .menu-item-has-children:hover>ul {
        display: block
    }

    .mdl-hd,
    .mdl-bd,
    .mdl-ft {
        padding: 2rem
    }

    .sub-menu {
        position: absolute;
        left: -1rem;
        top: 100%;
        background-color: #232323;
        border-radius: 5px;
        width: 180px;
        padding: .5rem;
        box-shadow: 0 0 30px #0003
    }

    .sub-menu:before {
        content: "";
        position: absolute;
        left: 1rem;
        top: -5px;
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-bottom: 5px solid #232323
    }

    .sub-menu a {
        display: block;
        padding: .5rem 1rem;
        border-radius: 5px;
        font-size: .875rem
    }

    .sub-menu a:hover {
        background-color: #0396d5;
        color: #fff
    }

    main .MovieList.Rows>li {
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .TPost.C:hover .TPMvCn {
        display: block
    }

    .movtv-info footer {
        padding-top: .5rem
    }

    .movtv-info .ListPOpt {
        float: right;
        clear: none;
        margin-top: -.5rem
    }
}

@media (min-width: 1200px) {
    ::-webkit-scrollbar {
        width: .7rem;
        height: .7rem
    }

    ::-webkit-scrollbar-thumb {
        background: linear-gradient(to bottom, #0fb5fc, #0396d5)
    }

    ::-webkit-scrollbar-track {
        background-color: #232323
    }

    .dfxd {
        display: -webkit-flex;
        display: flex
    }

    .logo {
        margin-right: 3rem
    }

    .Menu>ul>li {
        margin-right: 2.5rem
    }

    .Header .Search .Form-Icon input:focus {
        width: 14rem
    }

    main .MovieList.Rows>li {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
}

@media (min-width: 1600px) {
    .TpRwCont>main {
        padding-right: 4rem
    }

    .cont,
    .MovieListSldCn .TPMvCn,
    .MovieListSld .owl-dots {
        max-width: 1540px
    }

    main .MovieList.Rows {
        margin-left: -1.25rem;
        margin-right: -1.25rem
    }

    main .MovieList.Rows>li {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .tvshows-owl,
    .episodes-owl,
    .premiere-owl,
    .sagas-owl {
        margin-left: -1.25rem;
        margin-right: -1.25rem
    }

    main .MovieList.Rows>li,
    .tvshows-owl .owl-item,
    .episodes-owl .owl-item,
    .premiere-owl .owl-item,
    .sagas-owl .owl-item {
        padding-left: 1.25rem;
        padding-right: 1.25rem
    }
}

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important
    }

    *:before,
    *:after,
    *:first-letter,
    *:first-line {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important
    }

    a,
    a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: "("attr(href) ")"
    }

    img {
        page-break-inside: avoid;
        max-width: 100% !important
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }
}

.abt {
    background: transparent !important;
    float: left;
    padding: 0;
    color: #edb709;
    margin-left: 0
}

.abt:hover {
    animation: none
}

#menu-item-1953 .sub-menu {
    flex-wrap: wrap;
    min-width: 300px
}

body {
    overflow-x: hidden
}

#menu-item-1953:hover .sub-menu {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex
}

#menu-item-1953 .sub-menu {
    flex-wrap: wrap;
    min-width: auto;
    width: 340px
}

#menu-item-1953 .sub-menu li {
    width: 50%
}

.disabled {
    visibility: hidden
}

.center-flex {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify
}

.chk input+label:before,
.chk input+label:after {
    box-shadow: none
}

.got-dvr {
    max-width: 300px;
    margin: 0 auto
}

.category-list-bx:after {
    content: "";
    clear: both;
    display: block;
    overflow: hidden
}

@keyframes snowing {
    0% {
        fill-opacity: 1
    }

    to {
        fill-opacity: 0;
        transform: translateY(400px)
    }
}

.gotbx .owl-item {
    margin-bottom: 0 !important
}

.gotbx .owl-dots {
    padding-top: 0 !important
}

.TPost .Image figure>img,
.backdrop>.Image img {
    object-position: 50% 50% !important
}

.MovieListSldCn .TPostMv .Image img.cpt {
    object-fit: contain;
    object-position: 50% 50%;
    background-color: #000
}

.profile {
    content: "";
    clear: both;
    display: block;
    overflow: hidden
}

.TPost.C .TPMvCn {
    z-index: 11
}

.ListPOpt>li>a:before {
    font-weight: 400
}

.ListPOpt>li:first-child {
    font-size: 1.25rem;
    color: #fff;
    margin-right: 1rem;
    display: inline-block;
    vertical-align: top;
    padding: 1rem 0;
    line-height: 1.5rem
}

.ListPOpt>li:first-child:before {
    font-size: 1.25rem
}

#aa-wp {
    overflow: hidden
}

.share-list li.copy-link input {
    padding-right: 3.5rem;
    margin: 0
}

@keyframes pulsex {
    0% {
        transform: scale(.5)
    }

    25% {
        transform: scale(1.9)
    }

    50% {
        transform: scale(2.1);
        background-color: #0396d5
    }

    75% {
        transform: scale(2)
    }

    to {
        transform: scale(1)
    }
}

.country-select input,
.country-select input[type=text] {
    position: relative;
    z-index: 0;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-right: 36px;
    margin-right: 0
}

.country-select.inside input,
.country-select.inside input[type=text] {
    padding-right: 6px;
    padding-left: 52px;
    margin-left: 0
}

.country-select.inside input[disabled]+.flag-dropdown:hover,
.country-select.inside input[readonly]+.flag-dropdown:hover {
    cursor: default
}

.country-select.inside input[disabled]+.flag-dropdown:hover .selected-flag,
.country-select.inside input[readonly]+.flag-dropdown:hover .selected-flag {
    background-color: transparent
}

@media (max-width: 768px) {
    .home-series {
        position: relative
    }

    .home-series .Top {
        display: block
    }

    .home-series .Top .Title {
        width: 155px;
        line-height: 40px
    }

    .home-series .Button.sm {
        position: absolute;
        top: 13px;
        width: 135px;
        right: 0
    }
}

.movtv-info .ListPOpt .fa-share-alt {
    font-size: .875rem;
    margin-right: .25rem
}

.movtv-info .ListPOpt .fa-share-alt:before {
    display: inline-block;
    vertical-align: top
}

.movtv-info .ListPOpt li {
    margin-right: .25rem
}

.movtv-info .ListPOpt li:last-child {
    margin-right: 0
}

.movtv-info .ListPOpt li>a {
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    box-shadow: none
}

.movtv-info .ListPOpt li>a:before {
    font-size: 1rem
}

.Button.sm,
.nav-links {
    white-space: nowrap
}

.nav-links .page-link {
    display: none
}

.nav-links .page-link.current {
    display: inline-block
}