/* SET BASE
----------------------------------------------- */
@font-face {
    font-family: source sans pro;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/source-sans-pro-400v.woff2) format('woff2');
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}

@font-face {
    font-family: source sans pro;
    font-style: normal;
    font-weight: 600;
    src: url(../fonts/source-sans-pro-600v.woff2) format('woff2');
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}

@font-face {
    font-family: icomoon;
    src: url(../fonts/icomoon.eot);
    src: url(../fonts/icomoon.eot#iefix) format('embedded-opentype'),url(../fonts/icomoon.ttf) format('truetype'),url(../fonts/icomoon.woff) format('woff'),url(../fonts/icomoon.svg#icomoon) format('svg');
    speak:none;font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform:none;text-rendering:auto;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}

.fa,.fab,.fad,.fal,.far,.fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1
}

.fab,.far,.fa,.fal,.far,.fas {
    font-family: icomoon;
    font-weight: 400
}

.fa-long-arrow-alt-up:before {
    content: "\e922"
}

.fa-bars:before {
    content: "\e900"
}

.fa-bookmark:before {
    content: "\e901"
}

.fa-chevron-down:before {
    content: "\e902"
}

.fa-chevron-left:before {
    content: "\e903"
}

.fa-chevron-right:before {
    content: "\e904"
}

.fa-chevron-up:before {
    content: "\e905"
}

.fa-exclamation-triangle:before {
    content: "\e906"
}

.fa-hand-thumbs-down:before {
    content: "\e907"
}

.fa-hand-thumbs-up:before {
    content: "\e908"
}

.fa-info-circle:before {
    content: "\e909"
}

.fa-microphone:before {
    content: "\e90a"
}

.fa-ondemand_video:before {
    content: "\e90b"
}

.fa-play:before {
    content: "\e90c"
}

.fa-play-circle:before {
    content: "\e90d"
}

.fa-refresh:before {
    content: "\e90e"
}

.fa-search:before {
    content: "\e90f"
}

.fa-shield-fill-exclamation:before {
    content: "\e910"
}

.fa-sliders-h:before {
    content: "\e911"
}

.fa-thumbs-down:before {
    content: "\e912"
}

.fa-thumbs-up:before {
    content: "\e913"
}

.fa-times:before {
    content: "\e914"
}

.fa-video_library:before {
    content: "\e915"
}

.fa-map-marker-exclamation:before {
    content: "\e910"
}

.fa-calendar-alt:before {
    content: "\e920"
}

.fa-list-alt:before {
    content: "\e921"
}

* {
    background: 0 0;
    margin: 0;
    padding: 0;
    outline: none;
    border: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

ol,ul {
    list-style: none
}

blockquote,q {
    quotes: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

input,select {
    vertical-align: middle
}

article,aside,figure,figure img,hgroup,footer,header,nav,section,main {
    display: block
}

img {
    max-width: 100%
}

.clr {
    clear: both
}

.clearfix:after {
    content: "";
    display: table;
    clear: both
}

body {
    font: 16px source sans pro,Tahoma,Geneva,sans-serif;
    line-height: normal;
    padding: 0;
    margin: 0;
    color: #999fbc;
    background: #111 url(../images/bg.jpg);
    min-height: 100%;
    width: 100%;
    font-weight: 400
}

a {
    color: #c5cbda;
    text-decoration: none
}

a:hover,a:focus {
    color: #ffdd02;
    text-decoration: none
}

h1,h2,h3,h4,h5 {
    font-weight: 600;
    font-size: 18px
}

button,textarea,input[type=text],input[type=password] {
    appearance: none;
    -webkit-appearance: none;
    font-size: 16px;
    font-family: source sans pro!important
}

.button,.btn,.pagi-load a,.up-second li a,.usp-edit a,.qq-upload-button,button:not(.color-btn):not([class*=fr]),html input[type=button],vput[type=reset],input[type=submit],.meta-fav a,.usp-btn a {
    display: inline-block;
    text-align: center;
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    border-radius: 4px;
    cursor: pointer;
    color: #fff;
    background-color: #003697;
    font-size: 16px;
    font-weight: 600
}

.btn span.fa {
    margin-right: 15px;
    width: 10px;
    line-height: 40px;
    height: 40px
}

.button:hover,.btn:hover,.up-second li a:hover,.usp-edit a:hover,.qq-upload-button:hover,.pagi-load a:hover,.usp-btn a:hover,button:not(.color-btn):hover,html input[type=button]:hover,input[type=reset]:hover,input[type=submit]:hover,.meta-fav a:hover {
    background-color: #1856a9;
    color: #fff;
    box-shadow: 0 10px 20px 0 transparent
}

button:active,input[type=button]:active,input[type=submit]:active {
    box-shadow: inset 0 1px 4px 0 rgba(0,0,0,.1)
}

input[type=text],input[type=password] {
    height: 40px;
    line-height: 40px;
    border-radius: 4px;
    border: 0;
    padding: 0 15px
}

select {
    height: 40px;
    border: 0;
    padding: 0 15px
}

textarea {
    padding: 15px;
    overflow: auto;
    vertical-align: top;
    resize: vertical
}

input[type=text],input[type=password],select,textarea {
    width: 100%;
    background-color: #262842;
    color: #fff
}

select {
    width: auto
}

input[type=text]:focus,input[type=password]:focus,textarea:focus {
    box-shadow: inset 0 0 0 1px #3498db,inset 1px 2px 5px rgba(0,0,0,.1)
}

input::placeholder,textarea::placeholder {
    color: #fff;
    opacity: .6
}

input:focus::placeholder,textarea:focus::placeholder {
    color: transparent
}

.img-box,.img-wide,.img-square,.img-resp,.img-resp-vert,.img-resp-sq,.img-fit {
    overflow: hidden;
    position: relative;
    background-color: #222
}

.img-resp {
    padding-top: 60%
}

.img-resp-vert {
    padding-top: 120%
}

.img-resp-sq {
    padding-top: 100%
}

.img-box img,.img-square img,.img-resp img,.img-resp-vert img,.img-resp-sq img {
    width: 100%;
    min-height: 100%;
    display: block;
    object-fit: cover
}

.img-resp img,.img-resp-vert img,.img-resp-sq img {
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover
}

.img-wide img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover
}

.img-fit img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.nowrap {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.fx-row {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.fx-col {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column
}

.fx-center {
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

.fx-middle {
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.fx-start {
    -webkit-justify-content: flex-start;
    justify-content: flex-start
}

.fx-top {
    -ms-flex-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start
}

.fx-first {
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1
}

.fx-last {
    -ms-flex-order: 10;
    -webkit-order: 10;
    order: 10
}

.fx-1 {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    min-width: 50px
}

b,strong,h1,h2,h3,h4,h5,.fw700 {
    font-weight: 600
}

.icon-left .fa,.icon-left .icon {
    margin-right: 10px
}

.icon-right .fa,.icon-right .icon {
    margin-left: 10px
}

.hidden,#dofullsearch {
    display: none
}

.anim {
    transition: color .3s,background-color .3s,opacity .3s
}

.anim-all {
    transition: all 1s
}

.mtitle,.sub-title h1,.form-wrap h1 {
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: 400;
    color: #fff
}

.pages11 {
    padding: 30px
}

.wrap {
    min-width: 320px;
    position: relative;
    padding-top: 0
}

.wrap-center {
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
    z-index: 20
}

.wrap-main {
    background-color: #0f101d;
    box-shadow: 0 0 60px rgba(0,0,0,.9)
}

.header {
    height: 65px;
    background-color: #060718;
    border-bottom: 5px solid #003697
}

.col-left,.col-right {
    width: 300px;
    padding: 20px 15px
}

.col-left {
    background-color: #161725;
    position: relative;
    z-index: 100
}

.col-right {
    background-color: #161725;
    position: relative;
    z-index: 100
}

.main {
    padding: 30px;
    min-height: 100vh
}

.footer {
    border-top: 5px solid #003697;
    background-color: #0f101d;
    padding: 15px;
    position: relative
}

#gotop {
    position: fixed;
    width: 40px;
    height: 40px;
    line-height: 40px;
    right: 10px;
    bottom: 10px;
    z-index: 9998;
    display: none;
    background-color: #0f101d;
    color: #fff;
    cursor: pointer;
    font-size: 24px;
    border-radius: 50%;
    text-align: center;
    box-shadow: 0 1px 4px rgba(0,0,0,.2)
}

.logo {
    width: 260px;
    height: 60px;
    display: block
}

.btn-login,.btn-fav {
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    display: block;
    text-align: center;
    border-radius: 4px;
    padding: 0 15px
}

.btn-login {
    background-color: #003697;
    color: #fff;
    margin-right: 15px
}

.btn-fav {
    color: #ffdd02;
    font-size: 18px
}

.btn-login:hover {
    background-color: #1856a9
}

.btn-fav:hover {
    color: #fff
}

.hd-menu {
    background-color: #090a11;
    box-shadow: 0 1px 2px transparent;
    text-align: center;
    padding: 10px;
    height: 85px
}

.hd-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap
}

.hd-menu li {
    padding: 6px;
    display: inline-block
}

.search-wrap {
    padding: 10px 30px
}

.search-box {
    width: 100%;
    position: relative
}

.search-box input,.search-box input:focus {
    box-shadow: none;
    padding: 0 45px 0 15px;
    border-radius: 4px
}

.search-box button {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
    padding: 0!important;
    background-color: transparent!important;
    color: #fff!important;
    font-size: 22px!important;
    width: 40px
}

.carou {
    background-color: #0f101d;
    color: #fff;
    padding: 30px;
    position: relative;
    height: 300px
}

.carou:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../images/sl-bg-min.png) center top no-repeat;
    opacity: .8
}

.carou .sect-header {
    position: relative;
    z-index: 10;
    height: 31px
}

.carou .carou-in {
    position: relative;
    z-index: 20;
    height: 170px
}

.tc-img {
    height: 170px;
    width: 117px;
    display: block;
    float: left
}

.tc-title {
    padding: 7px;
    text-align: center;
    background-color: rgba(0,0,0,.5);
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    opacity: 1;
    font-size: 14px
}

.tc-img:hover .tc-title {
    opacity: 0
}

.carou2 {
    padding-top: 30px
}

.carou2 .tc-img {
    width: 116px
}

.login-overlay {
    position: fixed;
    z-index: 998;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #0f101d;
    background: linear-gradient(45deg,#0f101d,#003697);
    opacity: .9;
    display: none
}

.login-box {
    position: fixed;
    z-index: 999;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background-color: #0f101d;
    padding: 30px 60px 40px;
    border-top: 5px solid #003697;
    width: 400px;
    box-shadow: 0 20px 60px rgba(0,0,0,.5);
    display: none
}

.login-close {
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    font-size: 24px;
    cursor: pointer;
    position: absolute;
    top: -30px;
    right: -30px;
    color: #fff
}

.login-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
    text-align: center;
    text-transform: uppercase;
    color: #fff
}

.login-title:first-letter {
    color: #ffdd02
}

.login-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin: 0 auto 15px;
    text-align: center;
    line-height: 60px;
    font-size: 24px;
    background-color: #000;
    color: #939393
}

.login-input {
    margin-bottom: 15px
}

.login-btn button {
    width: 100%;
    margin: 15px 0
}

.login-btm a {
    border-bottom: 1px dotted #ffdd02;
    color: #ffdd02;
    font-size: 14px
}

.login-check {
    position: relative;
    font-size: 14px
}

.login-check input {
    opacity: 0;
    position: absolute;
    cursor: pointer
}

.login-check span {
    display: block;
    padding-left: 36px;
    height: 30px;
    line-height: 30px;
    color: #939393
}

.login-check span:before,.login-check span:after {
    content: '';
    position: absolute;
    top: 50%;
    transition: .3s
}

.login-check span:before {
    left: 0;
    height: 10px;
    margin-top: -5px;
    width: 26px;
    border-radius: 5px;
    background: #000;
    box-shadow: inset 0 1px 4px rgba(0,0,0,.3)
}

.login-check span:after {
    left: 1px;
    height: 12px;
    width: 12px;
    margin-top: -6px;
    background: #2ecc71;
    border-radius: 6px;
    box-shadow: 0 1px 4px transparent
}

.login-check input:checked+span:before {
    background-color: #fff
}

.login-check input:checked+span:after {
    left: 13px;
    background-color: #fff;
    box-shadow: 0 1px 4px rgba(0,0,0,.3)
}

.login-menu {
    border-top: 1px solid #000;
    border-left: 1px solid #000
}

.login-menu li {
    text-align: center;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    width: 50%
}

.login-menu a {
    display: block;
    padding: 10px 5px;
    font-size: 14px
}

.login-menu li .fa {
    display: none;
    height: 28px;
    font-size: 22px;
    color: #06c
}

.login-admin {
    text-align: center;
    margin: -10px 0 25px
}

.login-soc-title {
    display: flex;
    align-items: center;
    margin: 30px 0 15px
}

.login-soc-title:before,.login-soc-title:after {
    content: '';
    height: 1px;
    background-color: #000;
    flex: 1
}

.login-soc-title:before {
    margin-right: 15px
}

.login-soc-title:after {
    margin-left: 15px
}

.login-soc-btns {
    text-align: center
}

.login-soc-btns a {
    display: inline-block;
    margin: 0 3px;
    vertical-align: top
}

.login-soc-btns img {
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%
}

.nav {
}

.nav li {
    position: relative
}

.nav li a {
    display: block;
    padding: 0 30px 0 0;
    line-height: 30px;
    border-bottom: 1px solid #12131f
}

.nav li span {
    position: absolute;
    right: 0;
    top: 0;
    display: inline-block;
    line-height: 30px;
    font-size: 12px;
    opacity: 1
}

.side-box+.side-box {
    margin-top: 20px
}

.side-bt {
    font-weight: 600;
    color: #fff;
    height: 45px
}

.side-bc {
    height: 100%
}

.main-episodes {
    display: flex;
    flex-direction: column;
    width: 100%
}

.lcomm {
    margin-bottom: 20px;
    font-size: 14px
}

.lcomm-av {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
    background-color: transparent
}

.lcomm-name {
    margin-bottom: 3px;
    opacity: .8
}

.lcomm-date {
    font-size: 13px
}

.lcomm-text {
    background-color: #0f101d;
    padding: 3px 8px;
    line-height: 1.5;
    position: relative;
    width: 100%;
    margin-top: 20px
}

.lcomm-text::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: -20px;
    left: 40px;
    border: 10px solid transparent;
    border-bottom-color: #0f101d
}

.lcomm-title {
    display: block
}

.side-item {
    width: 46%;
    margin-bottom: 15px;
    display: block;
    font-size: 13px;
    overflow: hidden
}

.side-title {
    margin-top: 7px
}

.owl-side .side-item {
    width: 112px;
    margin-bottom: 0
}

.upd-item {
    background-color: #0f101d;
    margin-bottom: 5px;
    font-size: 14px;
    height: 35px;
    line-height: 30px;
    padding: 2px 3px 2px 10px
}

.upd-right {
    text-align: right;
    margin-left: 15px
}

.upd-title {
    font-weight: 600;
    font-size: 14px
}

.upd-season {
    margin-top: 3px;
    text-align: center
}

.upd-voice {
    margin-top: 3px
}

.h1_main {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    text-align: center;
    background-color: #161725;
    padding: 5px
}

.h1-cat {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    text-align: center;
    background-color: #161725;
    padding: 5px
}

.sect+.sect {
    margin-top: 30px
}

.sect-header {
    margin-bottom: 30px
}

.sect-title {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px
}

.sect-header-main {
    font-size: 24px;
    font-weight: 600;
    color: #fff
}

.speedbar {
    font-size: 14px;
    margin-bottom: 20px;
    margin-top: -15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #000
}

.main-items {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: center
}

#dle-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between
}

#dle-content>* {
    width: 100%
}

#dle-content {
    width: 100%
}

.sect-content {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: center
}

.th-item {
    margin-bottom: 16px;
    overflow: hidden;
    flex: 0 0 24%;
    -ms-flex: 0 0 24%;
    max-width: 24%;
    width: 24%
}

.th-item-s {
    padding: 0 8px
}

.th-in {
    display: block;
    position: relative;
    background-color: #161725;
    box-shadow: 0 1px 2px rgba(0,0,0,.85)
}

.th-img {
    transition: box-shadow .2s linear
}

.th-desc {
    padding: 10px;
    height: 54px
}

.th-desc1 {
    text-align: center;
    padding: 10px;
    background-color: #161725;
    box-shadow: 0 1px 2px rgb(0 0 0/85%)
}

.th-title {
    font-size: 15px;
    font-weight: 600
}

.th-cat {
    font-size: 12px;
    color: #939393
}

.th-meta {
    position: absolute;
    z-index: 10;
    display: inline-block;
    color: #fff;
    font-size: 14px
}

.th-trl {
    right: 8px;
    bottom: 60px;
    display: inline-block;
    padding: 5px 10px;
    font-size: 8px;
    background-color: #e74c3c;
    color: #fff;
    cursor: pointer
}

.th-qual {
    left: 0;
    top: 0;
    display: inline-block;
    padding: 2px 5px;
    background-color: #003697;
    color: #fff
}

.th-rating {
    left: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.6);
    padding: 5px 10px;
    font-size: 18px
}

.th-rating .icon {
    margin-right: 5px
}

.th-rating .icon {
    color: #ffdd02;
    font-size: 22px
}

.th-percent {
    opacity: 0
}

.wdone {
    opacity: 1
}

.th-edit {
    position: relative;
    top: -10px
}

#trailer-box {
    display: none
}

.th-tip {
    display: none;
    background-color: #111;
    padding: 30px;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: inset 200px 0 300px -300px rgba(0,0,0,.8),inset 0 1000px rgba(0,0,0,.9)
}

.th-tip .full-text22 {
    color: #e3e3e3
}

.th-tip-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #fff;
    background-color: #003697;
    margin: -30px;
    margin-bottom: 20px;
    padding: 10px 30px
}

.ui-tooltip {
    position: absolute;
    z-index: 97
}

.tooltip-text {
    color: #fff;
    padding: 5px 10px;
    background: rgba(35,25,15,.8);
    border-radius: 2px
}

.ui-tooltip .th-tip {
    display: block
}

.ui-tooltip .short-info {
    margin-left: 0
}

.desc-text {
    background-color: #090a11;
    padding: 30px;
    border-top: 5px solid #003697;
    line-height: 1.7;
    font-size: 14px
}

.desc-text h1,.desc-text h2,.desc-text h3 {
    font-size: 24px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 10px
}

.desc-text span {
    color: #003697
}

.desc-text p {
    line-height: 1.7
}

.desc-text p+p {
    margin-top: 15px
}

.desc-text p+h1,.desc-text p+h2,.desc-text p+h3 {
    margin-top: 30px
}

.desc-text a {
    text-decoration: underline;
    color: #003697
}

.desc-text img {
    float: left;
    margin: 0 30px 10px 0;
    max-width: 200px
}

.material-icons {
    font-family: material icons;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased
}

#Menu-icon {
    float: left;
    margin-right: 2px;
    color: #97ce68
}

#Maticon_star {
    color: gold;
    margin-right: 5px;
    width: 10px;
    vertical-align: middle;
    padding-bottom: 2px
}

#Maticon {
    float: left;
    font-size: 30px;
    padding: 11px 0 10px 10px;
    color: #fff;
    margin-right: 10px;
    margin-top: -14px;
    line-height: 26px;
    margin-left: -18px;
    background: -webkit-linear-gradient(#F1941B,#E63257);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.material-icons-star {
    font-family: material icons;
    font-weight: 700;
    font-style: normal;
    font-size: 12px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased
}

.footer>span {
    background-color: #090a11;
    display: inline-block;
    padding: 15px;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 24px
}

.ft-two {
    font-size: 14px;
    margin-top: 5px
}

.ft-counter {
    position: absolute;
    right: 30px;
    top: 15px
}

.footer a {
    text-decoration: underline
}

.bottom-nav {
    line-height: 36px;
    text-align: center;
    padding: 30px 0 0
}

.pagi-nav {
    max-width: 100%;
    display: inline-block
}

.pagi-nav>span {
    display: inline-block
}

.pprev,.pnext {
}

.pprev {
}

.pnext a,.pprev a,.pprev>span,.pnext>span {
    display: block;
    width: 46px;
    text-align: center
}

.navigation {
    text-align: center
}

.navigation a,.navigation span,.pnext a,.pprev a,.pprev>span,.pnext>span {
    display: inline-block;
    padding: 0 10px;
    background-color: #090a11;
    margin: 5px 2px 0;
    border-radius: 4px;
    font-size: 16px;
    box-shadow: 0 1px 2px rgba(0,0,0,.85);
    min-width: 36px
}

.navigation span,.pagi-nav a:hover {
    background-color: #003697;
    color: #fff
}

.navigation span.nav_ext {
    background-color: #090a11;
    color: #939393
}

.pagi-nav a:hover {
    background-color: #003697;
    color: #fff
}

.dle-comments-navigation .pagi-nav {
    margin-bottom: 0
}

#playerOver {
    position: absolute;
    z-index: 999999;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%)
}

#playerOverClose.bottomleft {
    bottom: -6px;
    left: -6px
}

#playerOverClose {
    position: absolute;
    cursor: pointer;
    bottom: -10px;
    right: -10px;
    background-color: #a25858;
    padding: 1px 3px;
    border-radius: 50%;
    color: #b2b2b2;
    font-size: 12px
}

.c-lefermeur .f-inner {
    width: 300px;
    height: 250px
}

.salidor_b {
    position: relative;
    width: 300px!important;
    min-height: 250px;
    padding: 0!important;
    border: none!important;
    background: 0 0;
    margin: auto
}

.salidor_inner {
    background-color: #161725;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    min-height: 250px
}

.salidor_register_i {
    font-family: Times New Roman!important;
    font-size: 60px!important;
    font-weight: 700!important;
    padding-top: 10px!important;
    padding-bottom: 10px!important;
    padding-left: 20px!important;
    padding-right: 10px!important;
    color: #e20000!important;
    text-align: left!important;
    position: absolute!important;
    top: 0;
    left: 0;
    line-height: 60px
}

.salidor_register_msg {
    font-size: 18px!important;
    font-weight: 700!important;
    margin-left: 40px!important;
    color: #fff!important;
    text-align: center;
    line-height: 20px;
    margin-bottom: 25px
}

.salidor_register_msg2 {
    font-size: 14px!important;
    font-weight: 400!important;
    text-align: center;
    color: #fff!important;
    line-height: 20px!important
}

.season-row .w3-search,.season-row .w3-search:hover,.player-main a.w3-search,.player-main a.w3-search:hover {
    background: #4875b7;
    font-weight: 700
}

.salidor_register_contbutton {
    text-align: center!important
}

a.w3-search {
    color: #fff;
    display: inline-block;
    padding: .5em 1em;
    background: #003697;
    font-size: 15px;
    text-align: center;
    text-decoration: none;
    font-weight: 700;
    outline: none;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    transition: .3s all
}

.player-main a.w3-search {
    margin-top: .3em
}

a.w3-search:hover {
    color: #ffdd02;
    text-decoration: none
}

#pub {
    top: 50%;
    left: 50%
}

.g-buttons {
    width: 100%;
    text-align: center;
    margin: 10px 0
}

.myButton {
    color: #fff!important;
    box-shadow: inset 0 1px 0 0 #446eac;
    background: linear-gradient(to bottom,#4875b7 5%,#4875b7 100%);
    background-color: #4875b7;
    border-radius: 6px;
    display: inline-block;
    cursor: pointer;
    font-family: Arial;
    font-size: 25px;
    font-weight: 700;
    padding: 13px 50px;
    text-decoration: none;
    text-shadow: 0 1px 0 #4875b7;
    text-align: center;
    margin: 5px
}

a.myButton:hover {
    background: linear-gradient(to bottom,#254574 5%,#4671b0 100%)
}

.myButton:active {
    position: relative;
    top: 1px
}

.full {
    margin-top: -10px
}

.fone {
    margin-bottom: 15px;
    height: 65px
}

.ftwo {
    margin-bottom: 15px
}

.fthree {
    background-color: #090a11;
    margin-left: -30px;
    margin-right: -30px
}

.ffour {
    background-color: #090a11;
    padding: 15px 30px;
    color: #ccc;
    margin: 0 -30px 30px
}

.fone h1 {
    font-weight: 400;
    font-size: 28px;
    color: #fff;
    text-transform: uppercase
}

.fone h1 a {
    margin-left: 15px;
    font-size: 18px
}

.foriginal {
    font-size: 18px;
    color: #c5cbda;
    margin-top: 5px
}

.fsubtitle {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 25px;
    text-align: center
}

.js-view.current {
    position: relative;
    padding-top: 15px;
    margin-top: -15px
}

.js-view.current:before {
    content: '';
    width: 100%;
    height: 3px;
    background-color: #ec2828;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10
}

.js .tabs-b {
    display: none
}

.js .tabs-b.visible {
    display: block
}

.tabs-sel {
    white-space: nowrap;
    overflow-y: hidden;
    overflow-x: auto;
    font-size: 0
}

.tabs-sel span {
    display: inline-block;
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    background-color: #000;
    color: #fff;
    font-weight: 600;
    font-size: 16px
}

.tabs-sel span.current {
    color: #fff;
    background-color: #003697
}

.tabs-sel span:hover {
}

.fdesc {
    margin-top: 20px
}

.fleft {
    width: 200px;
    height: 270;
    margin-right: 30px;
    margin-bottom: 15px;
    float: left
}

.fposter {
    box-shadow: 0 10px 20px 0 rgba(0,0,0,.3);
    width: 200px;
    height: 270px
}

.short-info {
    margin-bottom: 3px;
    line-height: 1.5;
    font-size: 14px;
    margin-left: 230px
}

.short-info>span {
    font-weight: 600;
    margin-right: 5px
}

.full .short-info {
    padding: 5px 10px;
    font-size: 14px
}

.full .short-info:nth-child(2n+1) {
    background-color: #161725
}

.short-info a {
    color: #ffdd02;
    text-decoration: underline
}

.fctrl {
    color: #c5cbda;
    text-align: center;
    font-size: 14px;
    margin-left: 15px
}

.fctrl .icon {
    margin-right: 10px
}

.fctrl a {
    color: #c5cbda;
    display: block
}

.fctrl a:hover,.js-fshare:hover,.fctrl.js-login:hover,.js-view:hover {
    color: #ffdd02;
    cursor: pointer
}

.yx-share {
    margin-left: 30px
}

.rate3-short {
    white-space: nowrap
}

.sr-plus1,.sr-minus1 {
    margin-right: 15px;
    height: 30px;
    line-height: 30px
}

.r3-hide {
    display: none
}

.sr-plus1 .icon,.sr-minus1 .icon {
    cursor: pointer;
    width: 30px;
    height: 30px;
    text-align: center;
    font-size: 18px;
    line-height: 30px;
    border-radius: 50%;
    margin-right: 10px;
    color: #fff
}

.sr-plus1 .icon {
    background-color: #2ecc71
}

.sr-minus1 .icon {
    background-color: #ec2828
}

.sr-plus1:hover .icon,.sr-minus1:hover .icon {
    background-color: #7f8c8d;
    color: #fff
}

.video-box embed,.video-box object,.video-box video {
    max-width: 100%!important;
    display: block;
    width: 100%;
    height: 420px
}

.mejs-container {
    max-width: 100%!important
}

.full-text {
    line-height: 1.7;
    font-size: 14px;
    color: #999fbc
}

.full-text img:not(.emoji) {
    max-width: 100%;
    margin: 10px 0
}

.full-text>img[style*=left],.full-text>.highslide img[style*=left] {
    margin: 0 10px 10px 0
}

.full-text>img[style*=right],.full-text>.highslide img[style*=right] {
    margin: 0 0 10px 10px
}

.full-text h2,.full-text h3,.full-text h4,.full-text h5 {
    margin: 10px 0;
    font-size: 18px;
    font-weight: 700
}

.full-text p {
    margin-bottom: 10px
}

.full-text ul,.full-text ol {
    margin: 0
}

.full-text ul li {
    list-style: disc;
    margin-left: 40px
}

.full-text ol li {
    list-style: decimal;
    margin-left: 40px
}

.full-taglist a {
    color: #d20068
}

.full-taglist {
    margin-top: 20px
}

.full-taglist span:not(.fa):not(:last-child):after {
    content: ",";
    display: inline
}

.add-comms {
    margin: 20px -30px 30px;
    padding: 30px 30px 0;
    border-top: 1px solid #000
}

.ac-inputs input {
    width: 48.5%;
    margin-bottom: 15px
}

.ac-textarea textarea {
    height: 100px;
    margin-bottom: 15px
}

.add-comms input,.add-comms textarea,.ac-submit button {
    box-shadow: 3px 3px 6px rgba(0,0,0,.1)
}

.ac-protect,.ac-textarea .bb-editor+br {
    display: none
}

.comments_subscribe input {
    margin-right: 10px
}

.comments_subscribe {
    display: block
}

.mass_comments_action {
    padding: 10px;
    margin: 20px 0 0;
    text-align: right
}

.last-comm-link {
    font-size: 16px;
    margin-bottom: 10px;
    text-decoration: underline
}

.comm-item {
    margin-bottom: 30px;
    font-size: 14px
}

.comm-left {
    width: 50px;
    margin-right: 15px
}

.comm-img {
    height: 50px;
    border-radius: 50%;
    background-color: transparent
}

.comm-two {
    margin: 5px 0 10px
}

.comm-one>span {
    margin-right: 15px;
    color: #939393
}

.comm-one>span.comm-author,.comm-one>span.comm-author a {
    font-size: 18px;
    color: #003697
}

.comm-three-left>a,.comm-three-right li a {
    color: #939393
}

.comm-three-right li {
    display: inline-block;
    margin-left: 15px
}

.comm-rate3 {
    white-space: nowrap;
    font-size: 18px;
    margin-right: 15px;
    height: 20px;
    line-height: 20px;
    display: inline-block;
    vertical-align: top;
    color: #909090;
    position: relative;
    top: -3px
}

.comm-rate3 a {
    display: inline-block;
    vertical-align: middle;
    color: #909090;
    position: relative;
    top: -2px
}

.comm-rate3 a:hover {
    color: #000
}

.comm-rate3 a:last-child {
    margin-bottom: -6px
}

.comm-rate3>span {
    margin: 0 5px;
    font-size: 16px
}

.comm-rate3>span>span.ratingtypeplus {
    color: #06b601
}

.comm-rate3>span>span.ratingplus {
    color: #95c613
}

.comm-rate3>span>span.ratingminus {
    color: #ff0e0e
}

.comm-three a:hover {
    text-decoration: underline
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px,0px,0px)
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left
}

.owl-carousel .owl-item>img {
    display: block;
    width: 100%
}

.owl-carousel .owl-nav.disabled,.owl-carousel .owl-dots.disabled {
    display: none
}

.owl-carousel .owl-nav .owl-prev,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    display: none
}

.owl-carousel.owl-drag .owl-item {
    -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
}

.no-js .owl-carousel {
    display: block
}

.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height 500ms ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease
}

.owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    cursor: pointer;
    z-index: 1;
    background-color: #fff;
    -webkit-backface-visibility: hidden;
    transition: -webkit-transform 100ms ease;
    transition: transform 100ms ease
}

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transform: scale(1.3,1.3);
    -ms-transform: scale(1.3,1.3);
    transform: scale(1.3,1.3)
}

.owl-carousel .owl-video-playing .owl-video-tn,.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.owl-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 0
}

.owl-prev,.owl-next {
    width: auto;
    height: 30px;
    position: absolute;
    top: -65px;
    z-index: 200;
    text-align: center;
    line-height: 30px;
    font-size: 40px;
    border-radius: 50%;
    color: #fff
}

.owl-prev {
    right: 40px
}

.owl-next {
    right: 0
}

.owl-prev:hover,.owl-next:hover {
    color: #ffba00
}

.owl-dots {
    text-align: center;
    padding-top: 25px;
    margin-bottom: -15px
}

.owl-dot {
    display: inline-block;
    vertical-align: top;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    border-radius: 50%;
    background-color: #fff
}

.owl-dot.active {
    background-color: #ffba00
}

.upd-right span {
    height: 22px;
    width: 21px;
    display: inline-block;
    vertical-align: middle
}

.voirfilms_player,.voirfilms_voice {
    background: url(../images/master.png) no-repeat
}

.upd-right span.voirfilms_voice {
    width: 21px;
    height: 22px;
    margin: 0 5px 0 0
}

.voirfilms_player {
    background-position: -699px -149px
}

.voirfilms_voice.VFL {
    background: url(../images/vf_table.png) no-repeat
}

.voirfilms_voice.VOSTFRL {
    background: url(../images/vostfr_table.png) no-repeat
}

.voirfilms_voice.VOL {
    background: url(../images/vo_new.png) no-repeat
}

.voirfilms_voice.BDL {
    background: url(../images/bd_ser.png) no-repeat;
    margin-top: 8px
}

.voirfilms_voice.BDLL {
    background: url(../images/bd_test_3.png) no-repeat;
    margin-top: 1px
}

.upd-right .younetu {
    width: 21px;
    float: right;
    margin: 2px 5px 2px 0;
    background: url(../images/younetu_ico_6.png) no-repeat
}

.upd-left span {
    font-weight: 700;
    text-transform: uppercase
}

.upd-left span span {
    color: #003697
}

.upd-izobritenie {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 170px;
    display: inline-block;
    vertical-align: middle
}

.upd-left-2 {
    vertical-align: middle
}

.video-box embed,.video-box object,.video-box video,.video-box iframe,.video-box frame {
    height: 450px
}

.player-box {
    background-color: #161725
}

.player-box img {
    width: 100%;
    height: 450px
}

.insideIframe {
    height: 450px;
    width: 100%;
    background-size: cover
}

.d-none {
    display: none!important
}

.embed-col {
    background: rgb(22 23 255/60%) linear-gradient(to top right,rgb(22 23 37),#262842);
    position: relative;
    height: 450px
}

.spinner {
    position: absolute;
    top: 51%;
    left: 50%;
    transform: translate(-50%,-50%);
    margin: 0 auto;
    width: 74px;
    text-align: center
}

.embed-captcha {
    width: 40%; /* Adjusted width for mobile */
    max-width: 400px; /* Maximum width to maintain readability */
    height: 450px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    position: absolute;
    z-index: 2;
    left: 30%; /* Adjusted left position for mobile */
}

/* Media query for screens smaller than 768px (typical tablets and phones) */
@media only screen and (max-width: 768px) {
    .embed-captcha {
        width: 80%; /* Adjusted width for smaller screens */
        left: 10%; /* Adjusted left position for smaller screens */
    }
}

/* Media query for screens smaller than 576px (typical phones in portrait mode) */
@media only screen and (max-width: 576px) {
    .embed-captcha {
        width: 90%; /* Adjusted width for even smaller screens */
        left: 5%; /* Adjusted left position for even smaller screens */
    }
}


.spinner>div {
    width: 18px;
    height: 18px;
    background-color: #fff;
    border-radius: 100%;
    display: inline-block;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both
}

.spinner .bounce1 {
    animation-delay: -.32s
}

.spinner .bounce2 {
    animation-delay: -.16s
}

@keyframes sk-bouncedelay {
    0%,80%,100% {
        transform: scale(0)
    }

    40% {
        transform: scale(1)
    }
}


.in_image {
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,.6) linear-gradient(to top right,rgba(72,165,218,.2),#2c2c2c);
    position: relative
}

#click_me {
    z-index: 1;
    border-radius: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-shadow: 0 0 31px 0 #002058;
    cursor: pointer!important;
    background: #fff;
    animation: jump_jump 1s ease infinite alternate;
    height: 90px;
    width: 90px;
    position: absolute;
    top: 50%;
    left: 50%
}

#click_me_ser {
    z-index: 1;
    border-radius: 33%;
    transform: translateX(-50%) translateY(-50%);
    cursor: pointer!important;
    background: #97ce68;
    animation: jump_jump 1s ease infinite alternate;
    height: 90px;
    width: 90px;
    position: absolute;
    top: 50%;
    left: 50%
}

.in_image span {
    text-align: center;
    line-height: 91px;
    font-size: 80px;
    color: #1856a9
}

.liens {
    background-color: #fff
}

.liens-t {
    background-color: #64a536;
    background: linear-gradient(to bottom,#92b878 0,#67b72d 100%);
    padding: 10px;
    font-size: 12px;
    color: #e1e1e1
}

.lien {
    padding: 0 5px;
    height: 36px;
    line-height: 35px;
    border-bottom: 1px solid #0f101d
}

.lien:hover {
    background: #090a11;
    color: #ffdd02
}

.lien.active {
    background: #090a11
}

.lien-left {
    height: 35px;
    overflow: hidden;
    width: 60%
}

.lien-right {
    height: 35px;
    overflow: hidden;
    width: 40%
}

.lien-num {
    float: left;
    width: 55px
}

.lien-left img {
    margin: 11px 3px 0 10px;
    float: left;
    width: 100px;
    height: 13px
}

.lien-left b {
    font-weight: 700
}

.lien-left span {
    height: 22px;
    float: left;
    margin: 6px 3px 0 0
}

.pl-1,.pl-2 {
    float: left
}

.pl-1 {
    width: 60px
}

.pl-3,.pl-4,.pl-5 {
    float: right
}

.pl-2,.pl-3,.pl-4,.pl-5 {
    margin-left: 10px
}

.pl-3 {
    font-size: 12px
}

.pl-5 {
    padding: 0 10px;
    color: #c5cbda;
    background-color: #0036977d;
    border-radius: 4px;
    font-weight: 600;
    line-height: 25px;
    margin-top: 4px
}

.pl-4 img {
    height: 20px;
    position: relative;
    top: 3px
}

.serv {
    font-weight: 700;
    text-transform: uppercase
}

.player-list li.current>a {
    background: #090a11;
    color: #ffdd02
}

.player-list li.current {
    background: #090a11;
    color: #ffdd02
}

.player-list li>div {
    display: block;
    cursor: pointer;
    padding: 0 15px 5px
}

.player-list li>div:after {
    content: "";
    display: table;
    clear: both
}

i.server {
    background: url(../images/players_3.png) no-repeat;
    border-radius: 10px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle
}

i.server.player-papstream {
    width: 20px;
    height: 20px;
    background-position: 0 -520px
}

i.server.player-1fichier {
    width: 20px;
    height: 20px;
    background-position: 0 0
}

i.server.player-allocine {
    width: 20px;
    height: 20px;
    background-position: 0 -20px
}

i.server.player-allvid {
    width: 20px;
    height: 20px;
    background-position: 0 -40px
}

i.server.player-cloudy {
    width: 20px;
    height: 20px;
    background-position: 0 -60px
}

i.server.player-estream {
    width: 20px;
    height: 20px;
    background-position: 0 -80px
}

i.server.player-exashare {
    width: 20px;
    height: 20px;
    background-position: 0 -100px
}

i.server.player-flashx {
    width: 20px;
    height: 20px;
    background-position: 0 -120px
}

i.server.player-mystream {
    width: 20px;
    height: 20px;
    background-position: 0 -140px
}

i.server.player-netu {
    width: 20px;
    height: 20px;
    background-position: 0 -160px
}

i.server.player-nowvideo {
    width: 20px;
    height: 20px;
    background-position: 0 -180px
}

i.server.player-ok-ru,i.server.player-okru {
    width: 20px;
    height: 20px;
    background-position: 0 -200px
}

i.server.player-ok.ru {
    width: 20px;
    height: 20px;
    background-position: 0 -220px
}

i.server.player-openload {
    width: 20px;
    height: 20px;
    background-position: 0 -240px
}

i.server.player-streamin {
    width: 20px;
    height: 20px;
    background-position: 0 -260px
}

i.server.player-t_l_charger-sur-uptobox {
    width: 20px;
    height: 20px;
    background-position: 0 -280px
}

i.server.player-thevideo {
    width: 20px;
    height: 20px;
    background-position: 0 -300px
}

i.server.player-uptobox {
    width: 20px;
    height: 20px;
    background-position: 0 -320px
}

i.server.player-uptostream {
    width: 20px;
    height: 20px;
    background-position: 0 -340px
}

i.server.player-vidbull {
    width: 20px;
    height: 20px;
    background-position: 0 -360px
}

i.server.player-vidtodo {
    width: 20px;
    height: 20px;
    background-position: 0 -380px
}

i.server.player-vidup {
    width: 20px;
    height: 20px;
    background-position: 0 -400px
}

i.server.player-vodlocker {
    width: 20px;
    height: 20px;
    background-position: 0 -420px
}

i.server.player-vshare {
    width: 20px;
    height: 20px;
    background-position: 0 -440px
}

i.server.player-watchers {
    width: 20px;
    height: 20px;
    background-position: 0 -460px
}

i.server.player-youwatch {
    width: 20px;
    height: 20px;
    background-position: 0 -480px
}

i.server.player-zstream {
    width: 20px;
    height: 20px;
    background-position: 0 -500px
}

i.server.player-rapidvideo {
    width: 20px;
    height: 20px;
    background-position: 0 -560px
}

i.server.player-vidoza {
    width: 20px;
    height: 20px;
    background-position: 0 -600px
}

i.server.player-vidlox {
    width: 20px;
    height: 20px;
    background-position: -91px -3px
}

i.server.player-uqload {
    width: 20px;
    height: 20px;
    background: url(../images/uqload_ico.png) no-repeat
}

i.server.player-younetu {
    width: 20px;
    height: 20px;
    background: url(../images/younetu_ico_6.png) no-repeat
}

i.server.player-youtube {
    width: 20px;
    height: 20px;
    background: url(../images/youtube_ico_2.png) no-repeat;
    margin-bottom: 6px
}

i.server.player-upvid {
    width: 20px;
    height: 20px;
    background: url(../images/upvid_ico.png) no-repeat
}

i.server.player-verystream {
    width: 20px;
    height: 20px;
    background: url(../images/verystream_ico.png) no-repeat
}

i.server.player-clipwatching {
    width: 20px;
    height: 20px;
    background: url(../images/clipwatching_ico.png) no-repeat
}

i.server.player-gounlimited {
    width: 20px;
    height: 20px;
    background: url(../images/gounlimited_ico.png) no-repeat
}

i.server.player-powvideo {
    width: 20px;
    height: 20px;
    background: url(../images/powvideo_ico.png) no-repeat
}

i.server.player-onlystream {
    width: 20px;
    height: 20px;
    background: url(../images/onlystream_ico.png) no-repeat
}

i.server.player-mixdrop {
    width: 20px;
    height: 20px;
    background: url(../images/mixdrop_ico.png) no-repeat
}

i.server.player-fembed {
    width: 20px;
    height: 20px;
    background: url(../images/fembed_ico.png) no-repeat
}

i.server.player-vshare {
    width: 20px;
    height: 20px;
    background: url(../images/vshare_ico.png) no-repeat
}

i.server.player-vidlox {
    width: 20px;
    height: 20px;
    background: url(../images/vidlox_ico.png) no-repeat
}

i.server.player-doodstream {
    width: 20px;
    height: 20px;
    background: url(../images/doodstream_ico.png) no-repeat
}
i.server.player-streamwish {
    width: 20px;
    height: 20px;
    background: url(../images/streamwish_ico.png) no-repeat
}
i.server.player-vidhidevip {
    width: 20px;
    height: 20px;
    background: url(../images/vidhidevip.png) no-repeat
}

i.server.player-streamtape {
    width: 20px;
    height: 20px;
    background: url(../images/streamtape_ico.png) no-repeat
}
i.server.player-filemoon {
    width: 20px;
    height: 20px;
    background: url(../images/filemoon.png) no-repeat
}

i.server.player-streamhub {
    width: 20px;
    height: 20px;
    background: url(../images/streamhub.png) no-repeat
}

i.server.player-vidguard {
    width: 20px;
    height: 20px;
    background: url(../images/vidguard.png) no-repeat
}

i.server.player-voe {
    width: 20px;
    height: 20px;
    background: url(../images/voe.png) no-repeat
}

i.server-2 {
    background: url(../images/players_2.png) no-repeat;
    border-radius: 10px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle
}

i.server-2.player-streamango {
    width: 20px;
    height: 20px;
    background-position: 0 -40px
}

.undervideo {
    margin-bottom: 20px;
    background-color: #161725
}

.saisontab {
    margin: 30px 0 40px;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: center;
    width: 100%
}

.season-overlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #151515ba;
    display: flex;
    align-items: center;
    justify-content: center
}

.th-vf:before,.th-vostfr:before,.th-vo:before {
    content: "";
    width: 65px;
    height: 65px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 20;
    background: url(../images/vf.png) left top no-repeat
}

.th-vostfr:before {
    background: url(../images/vostfr.png) left top no-repeat
}

.th-vo:before {
    background: url(../images/vo.png) left top no-repeat
}

.th-trad {
    width: 22px;
    height: 15px
}

.th-VOSTFR_s {
    background: url(../images/vostfr_sss.png) no-repeat
}

.th-VF_s {
    background: url(../images/vf_sss.png) no-repeat
}

.th-VO_s {
    background: url(../images/vo_sss.png) no-repeat
}

.th-bd_s {
    background: url(../images/bd_ssss.png) no-repeat
}

.fsa-ep {
    line-height: 33px;
    background: #1f2034;
    background: #161725!important;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
    margin: 5px;
    width: 110px;
    box-shadow: 0 1px 2px rgb(0 0 0/85%);
    display: flex;
    align-items: center;
    justify-content: space-evenly
}

.fsa-ep.active {
    background: #c8934e
}

.fsa-ep:hover {
    color: #ffdd02
}

.fctrl1 {
    background-color: #1e1e1e;
    color: #ccc;
    line-height: 20px
}

.full-ser-ctrl {
    padding: 20px 0
}

.full-ser-ctrl form {
    display: contents
}

select.nav-episode-select {
    display: none
}

.nav-episode-select.open {
    line-height: 30px;
    display: inline-block;
    background: #232435;
    color: #fff;
    border-radius: 4px;
    padding: 0 5px;
    text-align: center;
    cursor: pointer;
    font-size: 15px
}

.full-ser-ctrl button[type=submit] {
    color: #fff;
    background: #1856a9;
    display: inline-block;
    line-height: 30px;
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
    font-size: 15px
}

.full-ser-ctrl select#nav-season-select,.full-ser-ctrl select#nav-episode-select,.full-ser-ctrl button,.ctrl-prev,.ctrl-net {
    line-height: 40px;
    display: inline-block;
    background: #232435;
    color: #fff;
    border-radius: 4px;
    padding: 0 5px;
    text-align: center;
    cursor: pointer;
    font-size: 15px
}

.full-ser-ctrl .ctrl-prev {
    margin: 0
}

.ctrl-prev,.ctrl-net {
    padding: 0 10px
}

.full-ser-ctrl .ctrl-net {
    margin: 0
}

.full-ser-ctrl option {
    background: #0b0c19;
    color: #999fbc;
    padding: 6px
}

.full-ser-ctrl select {
    width: 18%
}

.icon-left .fa {
    margin-right: 10px
}

.icon-right .fa {
    margin-left: 10px
}

.full-ser-ctrl .no-active {
    margin: 0;
    background: #252631;
    color: #9096b2;
    pointer-events: none;
    border: 0;
    cursor: not-allowed
}

.yes-active {
    background: #1856a9;
    color: #fff
}

.yes-active:hover {
    background: #2066c4
}

.full-ser-ctrl button[type=submit]:hover {
    background: #2066c4
}

.side-seas {
    font-weight: 500;
    font-size: 15px;
    display: block;
    color: #fff;
    background: #0f101d;
    padding: 3px;
    margin-bottom: 3px;
    line-height: 25px;
    vertical-align: middle;
    text-align: center
}

.side-seas:hover {
    box-shadow: 0 0 10px 0 rgba(0,54,151,.4);
    background-color: #0b0c19;
    color: #ffdd02
}

.side-seas:hover a {
    box-shadow: 0 0 10px 0 rgba(0,54,151,.4);
    background-color: #0b0c19;
    color: #ffdd02
}

.side-seas.active {
    box-shadow: 0 0 10px 0 rgba(0,54,151,.4);
    background-color: #0b0c19;
    color: #ffdd02
}

.side-seas-number {
    color: #003697
}

.side-seas-all {
    padding: 10px 2px;
    font-weight: 700;
    font-size: 15px;
    display: block;
    background-color: #0f101d;
    text-align: center;
    color: #fff;
    margin: 7px 0 20px
}

.side-seas-all:hover {
    padding: 10px 2px;
    font-weight: 700;
    font-size: 15px;
    display: block;
    background-color: #0b0c19;
    text-align: center;
    color: #fff;
    margin: 7px 0 20px;
    color: #ffdd02
}

.side-seas-over {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 110px;
    display: inline-block;
    vertical-align: middle
}

.side-seas-over_2 {
    vertical-align: middle
}

.full-ser-keywords {
    font-size: 12px;
    background-color: #161725;
    padding: 10px;
    margin: 10px 0
}

.tagstitle {
    color: #fff;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-weight: 700;
    font-size: 11px
}

.ft-one {
    font-size: 12px;
    text-align: center
}

.btn-menu,.btn-menu2 {
    display: none
}

.btn-menu span {
    font-size: 20px
}

.btn-menu2 span {
    font-size: 20px
}

.side-panel {
    width: 280px;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #161725;
    padding: 15px;
    z-index: 99999;
    position: fixed;
    left: -320px;
    top: 0;
    transition: left .4s;
    -webkit-transition: left .4s
}

.side-panel.active {
    left: 0
}

.close-overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99998;
    display: none
}

.btn-close {
    cursor: pointer;
    display: block;
    left: 280px;
    top: -40px;
    position: fixed;
    z-index: 99999;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    background-color: #e84e36;
    color: #fff;
    transition: top .4s;
    -webkit-transition: top .4s
}

.btn-close.active {
    top: 0
}

body.opened-menu {
    overflow: hidden;
    width: 100%;
    height: 100%
}

.is-active .search-wrap {
    display: block
}

@media screen and (max-width: 1220px) {
    .wrap-center {
        max-width:1000px;
        overflow: hidden
    }

    .col-left {
        display: none
    }

    .btn-menu {
        display: block;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        font-size: 28px;
        cursor: pointer;
        margin-right: 15px;
        color: #fff
    }

    #gotop {
        display: none!important
    }

    .not-logged .login-avatar {
        display: none
    }

    .login-close {
        top: -5px
    }

    .login-title {
        font-size: 18px
    }

    .login-box {
        max-width: calc(100% - 60px);
        padding: 15px
    }

    .full-ser-ctrl .ctrl-prev,.full-ser-ctrl .ctrl-net {
        width: 100%;
        display: block
    }

    .full-ser-ctrl select {
        display: none
    }

    .nav-episode-select.open,.full-ser-ctrl select#nav-season-select {
        width: 100%;
        margin: 8px 0 0;
        display: block;
        font-size: 14px
    }

    .full-ser-ctrl button[type=submit] {
        width: 100%;
        margin-top: 8px;
        display: block;
        font-size: 14px;
        margin-bottom: 8px
    }

    .full-ser-ctrl .no-active {
        width: 100%;
        margin-top: 8px;
        display: block;
        font-size: 14px
    }

    .full-ser-ctrl a {
        width: 100%
    }

    .full-ser-ctrl select#nav-season-select,.full-ser-ctrl select#nav-episode-select,.full-ser-ctrl button,.ctrl-prev,.ctrl-net {
        line-height: 30px;
        height: 30px!important
    }

    .nav-episode-select.open {
        height: 30px
    }

    .upd-izobritenie {
        max-width: 130px
    }
}

@media screen and (max-width: 950px) {
    .wrap-center {
        max-width:768px
    }

    .btn-menu2 {
        display: block;
        width: 30px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        font-size: 28px;
        cursor: pointer;
        margin-right: 15px;
        margin-left: -10px;
        color: #fff
    }

    .search-wrap {
        min-width: 100%;
        padding: 15px;
        -ms-flex-order: 9;
        -webkit-order: 9;
        order: 9;
        border: 0;
        border-top: 1px solid #000;
        display: none
    }

    .btn-login {
        width: calc(100% - 80px)
    }

    .btn-login,.btn-fav {
        -ms-flex-order: 10;
        -webkit-order: 10;
        order: 10;
        display: none
    }

    .header.is-active {
        height: auto
    }

    .is-active .search-wrap {
        display: none
    }

    .is-active .btn-login,.is-active .btn-fav {
        display: block
    }

    .logo {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
        min-width: 50px;
        margin-right: 15px;
        overflow: hidden
    }

    .desc-text,.carou,.main {
        padding-left: 15px;
        padding-right: 15px
    }

    .footer {
        padding-left: 15px
    }

    .hd-menu li {
        margin-right: 15px
    }

    .col-right {
        display: none
    }

    .add-comms,.ffour {
        margin-left: -15px;
        margin-right: -15px
    }

    .fthree,.ffour,.add-comms {
        padding-left: 15px;
        padding-right: 15px
    }

    .pl-3 {
        display: none
    }

    .col-ser {
        width: 100%
    }

    .hd-menu {
        height: 118px
    }
}

@media screen and (max-width: 760px) {
    .wrap-center {
        max-width:640px
    }

    .wrap {
        padding-top: 0
    }

    .th-item {
        flex: 0 0 24%;
        -ms-flex: 0 0 24%;
        max-width: 24%;
        width: 24%
    }

    .desc-text img {
        display: none
    }

    .footer {
        text-align: center;
        padding: 15px
    }

    .footer>span,.ft-counter {
        position: static;
        display: inline-block;
        margin-bottom: 10px
    }

    .ft-counter {
        margin: 15px 0 0
    }

    .dcont button {
        font-size: 12px;
        padding: 0 15px!important
    }

    .comments-tree-list .comments-tree-list {
        padding-left: 0!important
    }

    .comments-tree-list .comments-tree-list:before {
        display: none
    }

    .mass_comments_action {
        display: none
    }

    .hd-menu {
        display: none
    }
}

@media screen and (max-width: 590px) {
    .wrap-center {
        max-width:480px
    }

    .th-item {
        flex: 0 0 32.3333%;
        -ms-flex: 0 0 32.3333%;
        max-width: 32.3333%;
        width: 32.3333%
    }

    .ffour {
        text-align: center
    }

    .rate3-short {
        display: inline-block;
        white-space: nowrap
    }

    .sr-plus1,.sr-minus1 {
        display: inline-block;
        vertical-align: middle
    }

    .yx-share {
        margin: 15px 0 0
    }

    .ac-inputs input {
        width: 100%
    }

    .ui-dialog {
        width: 100%!important
    }

    .upop-left,.upop-right {
        float: none!important;
        width: 100%!important;
        margin: 0;
        padding: 0 20px
    }

    .upop-left {
        margin-bottom: 10px;
        text-align: center
    }

    .ui-dialog-buttonset button {
        display: block;
        margin: 0 0 5px;
        width: 100%
    }

    #dofullsearch,#searchsuggestions span.seperator {
        display: none!important
    }

    .attach .download-link {
        margin: 0 -15px 0 0;
        float: none;
        display: block;
        padding: 0 10px
    }

    .attach-info {
        float: none
    }

    .side-seas {
        width: 100%
    }

    .thumb {
        width: 50%
    }

    .upd-izobritenie {
        max-width: 130px
    }

    .carou .carou-in {
        height: 190px
    }

    .carou {
        height: 310px
    }

    .fone {
        overflow-y: hidden;
        overflow-x: auto
    }
}

@media screen and (max-width: 470px) {
    .wrap-center22 {
        max-width:320px
    }

    .th-item {
        flex: 0 0 49%;
        -ms-flex: 0 0 49%;
        max-width: 49%;
        width: 49%
    }

    .logo {
        overflow: hidden;
        position: relative;
        max-width: 258px
    }

    .logo img {
        position: absolute;
        width: 100%;
        height: 60px;
        left: 0;
        top: 50%;
        transform: translateY(-50%)
    }

    body {
        background-image: none
    }

    .full h1 {
        font-size: 24px;
        font-weight: 600
    }

    .fleft {
        width: 80px;
        margin: 0 15px 10px 0
    }

    .fposter {
        width: 80px;
        height: 110px
    }

    .short-info {
        margin-left: 0
    }

    .pl-5 {
        display: none
    }

    .insideIframe {
        height: 400px
    }

    .video-box iframe {
        height: 400px
    }

    body {
        font: 16px system-ui,-apple-system,BlinkMacSystemFont,segoe ui,roboto,oxygen,ubuntu,cantarell,helvetica neue,Arial,Helvetica,sans-serif;
        line-height: normal;
        padding: 0;
        margin: 0;
        color: #999fbc;
        background: #111 url(../images/bg.jpg)
    }
}
