@font-face {
    font-family: 'FontAwesome-swap';
      font-display: swap;
      src: local('FontAwesome'), url(https://cdn.jsdelivr.net/npm/font-awesome@4.7.0/fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2');
}

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

*, :after, :before {
    box-sizing: inherit;
}

html * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

html {
    height: 100%;
    background: #2f2f2f;
    box-sizing: border-box;
}
/*
.fa {
    display: none;
}

body.fontawesome-loaded .fa {
    display: initial;
     
}
*/

body, html {
    width: 100%;
    overflow-x: hidden;
}

body {
    font-family: 'Jost', sans-serif;
    min-height: 100%;
    height: auto;
    position: relative;
    line-height: 1;
    font-size: 14px;
    font-weight: 400;
    display: table;
    table-layout: fixed;
    max-width: 1600px;
    height: auto;
    margin: auto !important;
    color: #fff;
    background: #191717;
}

body.overview {
    background: #191717;
    background-size: cover;
}
body.overview.frontpage #content {
  position: initial !important;
  overflow: hidden !important;
  background: #191717 !important;
}
body.overview.frontpage #main {
  background: #191717 !important;
}
body.detail.overview, body.overview.favorites {
    background: none;
    background-color: #191717;
}

body.overview.letter .pagination a {
    background: #e50914!important;
}

body.overview.letter .pagination a:hover {
    background: rgba(255, 255, 255, 0.3)!important;
}

body .sidebar, body.overview #main {
    background: 0 0;
}

body .sidebar, body .sidebar * {
    -webkit-transform: none;
}

body .sidebar {
    position: relative;
    position: static;
    display: table-cell;
    top: 0;
    width: 100px;
    z-index: 40;
}

body .sidebar.sb-active {
    display: table-cell;
    z-index: 1;
}

body .sidebar nav {
    position: fixed;
    background: #212020;
    width: 100px;
    height: inherit;
    top: 80px;
    z-index: 40;
    overflow: hidden !important;
}

blockquote, q {
    quotes: none;
}

blockquote:after, blockquote:before, q:after, q:before {
    content: "";
    content: none;
}

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

h1, h2, h3, h4, p {
    line-height: 1.5em;
}

h1 {
    font-size: 40px;
    font-weight: 700;
}

h3 {
    font-size: 24px;
    font-weight: 300;
}

a {
    text-decoration: none;
    transition: 0.3s ease;
}

input, p, textarea, ul li {
    font-size: 14px;
}

input, textarea {
    font-family: 'Jost', sans-serif;
}

strong {
    font-weight: 600;
}

ul {
    font-size: 0;
}

#content .item .item-details h2.movie-title, .person .data .caracter, .person .data .name {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.sweet-alert .popup-container button.cancel:before, body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

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

.nofloat {
    float: none !important;
}

[class*=" icon-"]:before, [class^="icon-"]:before {
    margin: 0;
}

.inner-container {
    width: 100%;
    max-width: 100%;
    margin: auto;
    padding: 0 30px;
}

#slogan {
    text-transform: uppercase;
    float: right;
    color: #cfd3e0;
    font-size: 13px;
    margin-top: 16px;
}

.dropdown-toggle {
    cursor: pointer;
}

.dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 100%;
}

.dropdown.open > .dropdown-menu {
    display: block;
}

.dropdown.open .dropdown-toggle i.fa-angle-down:before {
    content: "\f106";
}

.dropdown, body {
    position: relative;
}

#main, .container, body {
    min-height: 100%;
}

#serie-tv li, ol, ul {
    list-style: none;
}

.sb-toggle-left {
    display: none;
    padding: 13px 0;
    float: left;
    margin: 20px 20px 20px 0;
    cursor: pointer;
}

.sb-toggle-left .menu-icon-text {
    padding-left: 15px;
    font-weight: 600;
    text-transform: uppercase;
    vertical-align: middle;
}

.sb-toggle-left .menu-icon {
    position: relative;
    display: inline-block;
    width: 18px;
    height: 2px;
    background-color: #fff;
    margin-top: -1px;
    vertical-align: middle;
    z-index: 10;
}

#main, #sidebar {
    vertical-align: top;
}

.sb-toggle-left .menu-icon:after, .sb-toggle-left .menu-icon:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
}

.sb-toggle-left .menu-icon:before {
    -webkit-transform: translateY(-6px) rotate(0);
    -moz-transform: translateY(-6px) rotate(0);
    -ms-transform: translateY(-6px) rotate(0);
    -o-transform: translateY(-6px) rotate(0);
    transform: translateY(-6px) rotate(0);
}

.sb-toggle-left .menu-icon:after {
    -webkit-transform: translateY(6px) rotate(0);
    -moz-transform: translateY(6px) rotate(0);
    -ms-transform: translateY(6px) rotate(0);
    -o-transform: translateY(6px) rotate(0);
    transform: translateY(6px) rotate(0);
}

.sb-active .sb-toggle-left .menu-icon {
    background: 0 0;
}

.sb-active .sb-toggle-left .menu-icon:before {
    -webkit-transform: translateY(0) rotate(45deg);
    -moz-transform: translateY(0) rotate(45deg);
    -ms-transform: translateY(0) rotate(45deg);
    -o-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg);
}

.sb-active .sb-toggle-left .menu-icon:after {
    -webkit-transform: translateY(0) rotate(-45deg);
    -moz-transform: translateY(0) rotate(-45deg);
    -ms-transform: translateY(0) rotate(-45deg);
    -o-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
}

.mobile-nav ul li {
    display: block;
}

.mobile-nav ul li a {
    display: block;
    color: rgba(255, 255, 255, 0.7);
    padding: 21px 15px;
}

.mobile-nav ul li a:hover {
    color: #fff;
    background: black;
}

.mobile-nav ul li a i {
    display: block;
    text-align: center;
    font-size: 24px;
    padding-bottom: 10px;
}

.mobile-nav ul li a span {
    display: block;
    text-align: center;
}

.mobile-nav ul li.active a {
    color: #fff;
    background: #e50914;
}

#sidebar {
    display: table-cell;
    background: #151111;
    width: 180px;
    z-index: 100;
}

#sidebar .sidebar-inner {
    position: fixed;
    width: 200px;
    height: 100%;
}

#sidebar #sidebar-header {
    height: 80px;
    background: #ec403c;
}

#sidebar #sidebar-header .logo {
    display: block;
    line-height: 80px;
    padding: 0 20px;
}

#sidebar #sidebar-header .logo img {
    width: 50%;
    max-width: 100%;
}

#sidebar nav ul li {
    display: block;
}

#sidebar nav ul li a {
    display: block;
    color: rgba(255, 255, 255, 0.7);
    padding: 18px 20px;
}

#sidebar nav ul li.active a {
    color: #fff;
    background: rgba(0, 0, 0, 0.2);
}

#sidebar nav ul li a:hover {
    color: #fff;
}

#sidebar nav ul li a i {
    padding-right: 10px;
}

#sidebar nav ul li a i:before {
    margin: 0;
}

#site-container {
    display: table-cell;
    width: 100%;
    height: 100%;
}

#main {
    position: relative;
    display: block;
    background: #191717;
    width: 100%;
}

#main #main-header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 80px;
    padding: 0;
    z-index: 100;
}

#main #main-header .inner-container {
    background: #151111;
    max-width: 1600px;
    height: inherit;
}

#main #main-header .logo {
    float: left;
    padding: 17px 0;
    margin-top: 20px;
}

#main #main-header .logo.txt {
    float: left;
    margin-top: 13px;
    padding: 0;
    background: 0;
    text-indent: 0;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.5em;
    letter-spacing: -2px;
    /* text-transform: capitalize; */
    -moz-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    -webkit-font-smoothing: subpixel-antialiased;
}

#main #main-header .logo.txt span {
    color: #e50914;
}

#main #main-header .main-nav {
    float: left;
}

#main #main-header .main-nav ul li {
    display: inline-block;
    padding: 23px 0;
}

#main #main-header .main-nav ul li a {
    display: inline-block;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.7);
    padding: 9px 25px;
    border-radius: 3px;
}

#main #main-header .main-nav ul li a i {
    padding-right: 10px;
}

#main #main-header .main-nav ul li.active a {
    color: #fff;
    background: #e50914;
}

#main #main-header .main-nav ul li a:hover {
    color: #fff;
}

#main #main-header .header-nav {
    position: relative;
    float: right;
    padding: 23px 0;
}

#main #main-header .header-nav li {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    vertical-align: top;
}

#main #main-header .header-nav li a {
    display: inline-block;
    color: #fff;
}

#main #main-header .header-nav .login a, #main #main-header .header-nav .user-login a {
    color: #fff;
    padding: 8px 18px;
    border: 2px solid #fff;
    border-radius: 3px;
}

#main #main-header .header-nav .login a:hover, #main #main-header .header-nav .user-login a:hover {
    color: #151111;
    background: #fff;
}

#main #main-header .header-nav .login a i, #main #main-header .header-nav .user-login a i {
    padding-right: 10px;
    line-height: 0;
}

#main #main-header .header-nav .register a {
    color: #fff;
    padding: 8px 18px;
    border: 2px solid rgba(255, 255, 255, 0.7);
    border-radius: 3px;
}

#main #main-header .header-nav .register a:hover {
    color: #151111;
    background: #fff;
}

#main #main-header .header-nav .register a i {
    padding-right: 10px;
    line-height: 0;
}

#main #main-header .header-nav .user-normal .dropdown-toggle {
    color: rgba(255, 255, 255, 0.7);
    padding: 7px 10px;
}

#main #main-header .header-nav .user-normal .dropdown-toggle:hover {
    color: #fff;
}

#main #main-header .header-nav .user-normal .dropdown-toggle i {
    padding-right: 0;
}

#main #main-header .header-nav .user-normal .dropdown-toggle i:last-child {
    padding: 0 0 0 5px;
}

#main #main-header .header-nav .user-normal.active .dropdown-toggle, #main #main-header .header-nav .user-normal.dropdown.open > .dropdown-toggle {
    color: #151111;
    background: #fff;
}

#main #header-secondary .filters ul li .dropdown-toggle.abc[aria-expanded="true"] {
    background-color: #e50914;
    border-radius: 3px;
}

#main #header-secondary .filters ul li .dropdown-toggle.abc[aria-expanded="true"] i {
    color: #fff;
}

#main #main-header .header-nav .user-normal ul {
    width: 170px;
    top: 50px;
    right: 0;
    left: auto;
    background: #fff;
    border-radius: 3px;
}

#main #main-header .header-nav .user-normal ul:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent #fff;
    border-top: 0;
    top: -6px;
    right: 22px;
    border-width: 6px;
}

#main #main-header .header-nav .user-normal ul li {
    display: block;
    padding: 0;
}

#main #main-header .header-nav .user-normal ul li a {
    display: block;
    color: #151111;
    padding: 10px 20px;
}

#main #main-header .header-nav .user-normal ul li a:hover {
    background: rgba(0, 0, 0, 0.05);
}

#main #main-header .header-nav .user-normal ul li:first-child a:hover {
    border-radius: 3px 3px 0 0;
}

#main #main-header .header-nav .user-normal ul li:last-child a:hover {
    border-radius: 0 0 3px 3px;
}

#main #main-header .header-nav .user-normal ul li a i {
    padding-right: 10px;
}

#main #main-header .header-nav .user-normal ul li .username {
    display: block;
    color: #151111;
    padding: 10px 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}

#main #main-header .header-nav .premium a {
    position: relative;
    color: #fff;
    background: #e67e22;
    font-weight: 700;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    display: inline-block;
    padding: 9px 20px 10px 55px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 3px;
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.3), 0 0 10px rgba(0, 0, 0, 0.1);
}

#main #main-header .header-nav .premium a i {
    position: absolute;
    top: 0;
    left: 0;
    padding: 8px 10px 12px;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 3px 0 0 3px;
}

#main #main-header .header-nav .premium a:hover {
    background: #f39c12;
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.3), 0 5px 10px rgba(0, 0, 0, 0.2);
}

#main #main-header .header-nav .contact a {
    position: relative;
    display: inline-block;
    color: rgba(255, 255, 255, 0.5);
    padding: 8px 20px 8px 43px;
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 3px;
    transition: none;
}

#main #main-header .header-nav .contact a i {
    position: absolute;
    top: 50%;
    margin-top: -7px;
    left: 20px;
    color: rgba(255, 255, 255, 0.5);
    padding-right: 10px;
    vertical-align: text-top;
}

#main #main-header .header-nav .contact a:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
    border-color: #fff;
    }

#main #main-header .header-nav .contact a:hover > i {
    color: #fff;
    border-color: #fff;
    transition: none;
}

#content.contact {
    text-align: center;
}

#contactform {
    width: 600px;
    margin: 20px auto 0 auto;
    text-align: left;
}

#contactform fieldset p {
    position: relative;
    margin-bottom: 20px;
}

#contactform label {
    position: absolute;
    top: 15px;
    left: 20px;
    font-size: 0;
}

#contactform label i {
    font-size: 14px;
}

#contactform input[type="text"], #contactform textarea {
    color: #fff;
    background: #151111;
    padding: 15px 20px 15px 50px;
    border: none;
    outline: none;
}

#contactform input[type="text"]:focus, #contactform textarea:focus {
    background: #272727;
}

#contactform input[type="text"]:focus + label, #contactform textarea:focus + label {
    color: #fff;
}

#contactform textarea {
    width: 100%;
    height: 200px;
}

#contactform input[type="submit"] {
    padding: 16px 25px;
}

.dmca {
    max-width: 80%;
    color: rgba(255, 255, 255, 0.7);
    padding: 40px 0;
    margin: auto;
}

.dmca h4 {
    font-size: 20px;
    margin-bottom: 20px;
}

.dmca p {
    padding-bottom: 15px;
}

.dmca ul {
    display: table;
    list-style-position: inside;
    margin-bottom: 15px;
}

.dmca ul li {
    display: table-row;
    line-height: 1.5em;
}

.dmca ul li::before {
    display: table-cell;
    content: "-";
    padding-right: 10px;
}

#main #header-secondary {
    position: fixed;
    left: 0;
    right: 0;
    top: 80px;
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 0;
    z-index: 30;
}

#main #header-secondary .inner-container {
    max-width: 1600px;
    height: inherit;
    background: #272727;
    padding-left: 130px;
}

#main #header-secondary .filters {
    float: left;
}

#main #header-secondary .filters ul {
    line-height: 1;
}

#main #header-secondary .filters > ul > li {
    position: relative;
    display: inline-block;
    background: #151111;
    line-height: 30px;
    margin: 9px 10px 9px 0;
    border-radius: 3px;
    vertical-align: top;
}

#select_sortby {
    position: relative;
    display: inline-block;
    background: #151111;
    border: none;
    color: rgba(255, 255, 255, 0.7);
    outline: 0;
    margin-right: 10px;
    font-size: 14px;
    font-family: 'Jost', sans-serif;
}

select#select_sortby:focus > option:checked {
    background: #272727 !important;
    color: #fff;
}

#header-secondary > div > nav > ul > li.dropdown.css_switcher {
    position: relative;
    display: inline-block;
    background: none !important;
    line-height: 30px;
    margin: 9px 10px 9px 0;
    vertical-align: top;
}

#header-secondary > div > nav > ul > li.dropdown.css_switcher > div > i {
    color: rgb(41, 142, 234) !important;
}

#main #header-secondary .filters ul li ul li a.active {
    color: #fff;
    font-weight: bold;
}

#main #header-secondary .filters ul li a {
    color: #fff;
}

#main #header-secondary .filters ul li .dropdown-toggle {
    color: rgba(255, 255, 255, 0.7);
    display: inline-block;
    padding: 0 15px;
    cursor: pointer;
}

#main #header-secondary .filters ul li .dropdown-toggle.abc {
    padding: 0 10px;
}

#main #header-secondary .filters ul li .dropdown-toggle .value, #main #header-secondary .filters ul li .dropdown-toggle i.fa.fa-angle-down {
    color: #b6b8bc;
    padding-left: 5px;
}

#main #header-secondary .filters ul li .dropdown-toggle .value {
    display: inline-block;
    text-transform: capitalize;
    padding-left: 10px;
}

#main #header-secondary .filters ul li form {
    padding: 0 15px;
}

#header-secondary > div > nav > ul > li.dropdown.sortby > form {
    padding: 0px !important;
}

#main #header-secondary .filters ul li form input {
    color: #fff;
    border: none;
    margin-left: 5px;
    outline: 0;
    background: 0 0;
    -webkit-appearance: none;
}

#searchform > i {
    color: #adaeb1;
}

#main #header-secondary .filters ul li.open.abc-filter ul {
    display: block;
    width: 360px;
}

#main #header-secondary .filters ul li.open.abc-filter ul li {
    float: left;
    width: 40px;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
    padding: 0;
    border: none;
}

#main #header-secondary .filters ul li ul li a {
    color: rgba(255, 255, 255, 0.7);
    display: block;
}

.detail #content .movie-info em.tagline {
    /* display: inline-block; */
    font-size: 14px;
    /* margin-top: 10px; */
    margin-left: 50px;
    margin-right: 15px;
    color: rgba(255, 255, 255, 0.71);
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.detail #content .movie-info em.tagline i {
    margin-right: 10px;
}

#main #header-secondary .filters ul li ul li a:hover {
    color: #fff;
}

#main #header-secondary .filters ul li.dropdown.open > ul {
    display: block;
    margin-top: 11px;
    padding: 15px;
    background: #151111;
    border-radius: 0 0 3px 3px;
    box-sizing: content-box;
}

#main #header-secondary .filters ul li.dropdown.open > ul.dropdown-menu.year {
    max-height: 200px !important;
    overflow: hidden !important;
}

#main #header-secondary .filters ul li.dropdown.open > ul.dropdown-menu.country {
    max-height: 200px !important;
    overflow: hidden !important;
}

#main #header-secondary .filters ul li.dropdown.open > ul.dropdown-menu.quality {
    max-height: 200px !important;
    overflow: hidden !important;
}

#main #header-secondary .filters ul ul li:first-child {
    border: none;
}

#main #header-secondary .filters ul ul li {
    display: block;
    padding: 0 15px;
    line-height: 35px;
    color: rgba(255, 255, 255, 0.7);
    background: #151111;
    white-space: nowrap;
    cursor: pointer;
}

#main #header-secondary .filters ul > ul > li:last-child {
    border-radius: 0 0 3px 3px;
}

#main #header-secondary .filters ul ul li.active, #main #header-secondary .filters ul ul li:hover {
    color: #fff;
    background: black;
}

#main #header-secondary .filters ul ul li input[type="checkbox"] {
    display: none;
}

#main #header-secondary .filters ul ul li input[type="checkbox"] + label {
    position: relative;
    padding-left: 20px;
    cursor: pointer;
}

#main #header-secondary .filters ul ul li input[type="checkbox"] + label:hover, #main #header-secondary .filters ul ul li input[type="checkbox"]:checked + label {
    color: #fff;
}

#main #header-secondary .filters ul ul li input[type="checkbox"] + label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -5px;
    width: 10px;
    height: 10px;
    background: #272727;
    border-radius: 2px;
}

#main #header-secondary .filters ul li.dropdown.open > ul.dropdown-menu-large {
    width: 500px;
    background: #151111;
    padding: 15px;
    box-sizing: content-box;
    border-radius: 0 0 3px 3px;
}

#main #header-secondary .filters ul li.dropdown.open > ul.dropdown-menu-large li {
    display: inline-block;
    width: calc(100% / 3);
    line-height: 1;
    padding: 0;
}

#main #header-secondary .filters ul li.dropdown.open > ul.dropdown-menu-large li input[type="checkbox"] + label {
    display: block;
    line-height: 35px;
    padding: 0 15px 0 35px;
}

#main #header-secondary .filters ul li.dropdown.open > ul.dropdown-menu-large li input[type="checkbox"] + label:hover:before {
    background: #e50914;
}

#main #header-secondary .filters ul li.dropdown.open > ul.dropdown-menu-large li input[type="checkbox"] + label:before {
    content: "";
    position: absolute;
    left: 15px;
    top: 50%;
    margin-top: -5px;
    width: 10px;
    height: 10px;
    background: #272727;
    border-radius: 2px;
}

#main #header-secondary .filters ul li.dropdown.open > ul.dropdown-menu-large li a {
    display: block;
    line-height: 35px;
    padding: 0 15px 0 35px;
    position: relative;
    cursor: pointer;
}

#main #header-secondary .filters ul li.dropdown.open > ul.dropdown-menu-large li a:before {
    content: "";
    position: absolute;
    left: 15px;
    top: 50%;
    margin-top: -5px;
    width: 10px;
    height: 10px;
    background: #272727;
    border-radius: 2px;
}

#main #header-secondary .filters ul li.dropdown.open > ul.dropdown-menu-large li.current-cat a:before {
    content: "\f00c";
    font-family: "FontAwesome";
    color: #ffffff;
    position: absolute;
    left: 15px;
    top: 50%;
    line-height: 1;
    margin-top: -9px;
    width: 10px;
    height: 10px;
}

#main #header-secondary .filters ul li.dropdown.open > ul.dropdown-menu-large li a:hover:before {
    background: #e50914;
}

#main #header-secondary .filters ul li.dropdown.open > ul.dropdown-menu-large li.current-cat a:before {
    background: none!important;
}

#main #header-secondary .filters ul li.dropdown.open > ul.dropdown-menu-large li.current-cat a {
    color: #fff;
}

#main #header-secondary .filters ul li.dropdown.open > ul.dropdown-menu-large.abc li a:hover:before, #main #header-secondary .filters ul li.dropdown.open > ul.dropdown-menu-large.abc li.current-cat a:before {
    background: #c054c1;
}

#main #header-secondary .filters ul li.dropdown.open > ul.dropdown-menu-large.abc {
    width: 200px;
}

#main #header-secondary .sort {
    float: right;
}

#main #header-secondary .sort ul {
    line-height: 1;
}

#main #header-secondary .sort ul li {
    display: inline-block;
}

#main #header-secondary .sort ul li div {
    display: inline-block;
    color: #fff;
    padding: 14px 15px;
    cursor: pointer;
}

#main #header-secondary .sort ul li.active div {
    background: #191717;
}

#main #header-secondary .sort ul li div i {
    font-size: 20px;
}

#content {
    position: relative;
    font-size: 0;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 100px;
    margin-top: 130px;
}

#content .item-container {
    margin: 0 -10px;
    counter-reset: titles;
}

.tvshow i {
    font-style: normal !important;
}

#content .item {
    opacity: 0;
    transform: scale(0.3);
    transition: all 0.3s ease-in-out;
    position: relative;
    font-size: 15px;
    display: inline-block;
    width: calc(100% / 8);
    padding: 10px;
    text-align: left;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000px;
    -ms-transform: perspective(1000px);
    -moz-transform: perspective(1000px);
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
}

/* 
#content .item:before {
  counter-increment: titles;
  content: counter(titles);
  font-size: 5rem;
  font-weight: bold;
  position: absolute;
  bottom: -1rem;
  left: 0;
  transform: translateX(-60%);
  color: #111;
  -webkit-text-stroke: 2px #595959;
  text-shadow: 0 0 0.25rem black;
}*/
#content .item-flip {
    -webkit-transition: 0.6s;
    -webkit-transform-style: preserve-3d;
    -ms-transition: 0.6s;
    -moz-transition: 0.6s;
    -moz-transform: perspective(1000px);
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transition: 0.6s;
    transform-style: preserve-3d;
    position: relative;
}

#content .item .item-details, #content .item .item-inner {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 0.6s;
    -webkit-transform-style: preserve-3d;
    -webkit-transform: rotateY(0);
    -moz-transition: 0.6s;
    -moz-transform-style: preserve-3d;
    -moz-transform: rotateY(0);
    -o-transition: 0.6s;
    -o-transform-style: preserve-3d;
    -o-transform: rotateY(0);
    -ms-transition: 0.6s;
    -ms-transform-style: preserve-3d;
    -ms-transform: rotateY(0);
    transition: 0.6s;
    transform-style: preserve-3d;
    transform: rotateY(0);
}

#content .item .item-inner {
    position: relative;
    z-index: 2;
    -webkit-transform: rotateY(0);
    -ms-transform: rotateY(0);
    transform: rotateY(0);
}

#content .item .item-inner .movie-options {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 0;
    opacity: 0;
    transition: 0.3s ease;
    z-index: 20;
}

#content .item .item-inner .movie-options i {
    color: rgba(255, 255, 255, 0.5);
    display: inline-block;
    font-size: 20px;
    padding: 10px;
}

#content .item .item-inner .movie-options .watchlist-add i:hover:before {
    color: #fff;
}

#content .item .item-inner .movie-options .favorites-add i:hover:before {
    color: #fff;
    content: "\e77d";
}

#content .item .item-inner .movie-options .favorites-add, #content .item .item-inner .movie-options .favorites-remove, #content .item .item-inner .movie-options .watchlist-add, #content .item .item-inner .movie-options .watchlist-remove {
    display: inline-block;
    position: absolute;
    top: 0;
    z-index: 20;
}

#content .item .item-inner .movie-options .favorites-add:hover, #content .item .item-inner .movie-options .favorites-remove:hover, #content .item .item-inner .movie-options .watchlist-add:hover, #content .item .item-inner .movie-options .watchlist-remove:hover {
    cursor: pointer;
}

#content .item .item-inner .movie-options .watchlist-add {
    left: 0;
}

#content .item .item-inner .movie-options .favorites-add {
    right: 0;
}

#content .item .item-inner .movie-options .favorites-remove, #content .item .item-inner .movie-options .watchlist-remove {
    opacity: 0;
    top: 0;
    left: 0;
    right: 0;
    padding-left: 30px;
    background: #ec403c;
    text-align: center;
    border-radius: 3px 3px 0 0;
    transition: 0.3s ease;
}

#content .item .item-inner .movie-options .favorites-remove:hover > i, #content .item .item-inner .movie-options .favorites-remove:hover > span, #content .item .item-inner .movie-options .watchlist-remove:hover > i, #content .item .item-inner .movie-options .watchlist-remove:hover > span {
    color: #fff;
}

#content .item .item-inner .movie-options .favorites-remove i, #content .item .item-inner .movie-options .watchlist-remove i {
    position: absolute;
    left: 0;
    padding: 4px 5px 6px;
    color: #fff;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 3px 0 0 3px;
}

#content .item .item-inner .movie-options .favorites-remove span, #content .item .item-inner .movie-options .watchlist-remove span {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 30px;
    vertical-align: top;
}

#content .item .item-inner .movie-options .active i, #content .item .item-inner .movie-options .active i:hover:before {
    color: #e50914;
}

#content .item .item-inner a {
    position: relative;
    display: block;
    transition: 0.3s ease;
}

#content .item .item-inner a .movie-play {
    opacity: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: 0.3s ease;
    z-index: 10;
}

#content .item .item-inner a .movie-play i {
    position: absolute;
    top: 50%;
    margin-top: -24px;
    left: 50%;
    margin-left: -24px;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    text-align: center;
    width: 48px;
    line-height: 44px;
    border: 2px solid #fff;
    border-radius: 50%;
}

.detail #content .movie-info .movie-data span:first-child:before, .imdb-rating:hover:before {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #272727;
}

#content .item .item-inner a img, #content .item .item-inner:hover > .movie-options, #content .item .item-inner:hover > .movie-options > .favorites-remove, #content .item .item-inner:hover > .movie-options > .watchlist-remove, #content .item .item-inner:hover > a > .movie-play {
    opacity: 1;
    transition: 0.3s ease;
}

#content .item .item-inner:hover > a > img {
    opacity: 0.2;
    transition: 0.3s ease;
}

#content .item .item-inner img {
    max-width: 100%;
    border-radius: 3px;
}

#content .item .item-inner .imdb-rating {
    font-size: 16px;
}

#content .item .item-inner .movie-date {
    color: rgba(255, 255, 255, 0.7);
    font-size: 16px;
}

#content .item:not(.movie) .item-details {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: auto;
    height: auto;
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    border-radius: 4px;
}

#content .item-flip:hover .item-inner {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

#content .item-flip:hover .item-details {
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -o-transform: rotateY(0);
    -ms-transform: rotateY(0);
    transform: rotateY(0);
}

.item:not(.movie) .item-details .item-details-inner {
    display: block;
    height: 100%;
    padding: 20px;
    background: black;
    border-radius: 4px;
    overflow: hidden;
}

.item .item-details:hover {
    display: block;
}

.item:not(.movie) .item-details h2.movie-title {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 15px;
}

.item:not(.movie) .item-details .movie-description {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.7);
    overflow: hidden;
}

.item:not(.movie) .item-details .imdb-rating {
    position: relative;
    float: left;
    color: rgba(255, 255, 255, 0.7);
    padding-left: 10px;
    padding-bottom: 10px;
    z-index: 1;
}

#content .item:not(.movie) .item-details .imdb-rating i {
    padding-right: 5px;
    color: #febf15;
}

#content .item:not(.movie) .item-details span.movie-date {
    position: relative;
    float: right;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.7);
    padding-top: 1px;
    padding-right: 10px;
    z-index: 1;
}

.item:not(.movie) .item-details .watch-btn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    font-weight: 600;
    text-align: center;
    padding: 70px 10px 10px;
    border-radius: 0 0 4px 4px;
    background: linear-gradient(to bottom,rgba(29, 27, 36, 0) 0,black 40%,black 100%);
}

.item:not(.movie) .item-details .watch-btn span:last-child {
    display: block;
    color: #fff;
    background: #e50914;
    line-height: 40px;
    border-radius: 4px;
    clear: both;
}

.imdb-rating {
    position: relative;
    display: inline-block;
    padding-bottom: 5px;
}

.imdb-rating i {
    margin-left: -2px;
}

.imdb-rating i:before {
    margin: 0;
}

.imdb-rating i.icon-star-o, .imdb-rating i.icon-star-outlined {
    color: rgba(255, 255, 255, 0.5);
}

.imdb-rating i.icon-star-half-empty, .imdb-rating i.icon-star-o, .imdb-rating i.icon-star2 {
    font-size: 12px;
    margin: 0 2px 0 0;
}

#content .item.remove {
    opacity: 0;
    width: 0;
    padding: 0;
}

#content .item.remove .item-details {
    opacity: 0;
}

#main.listview .item {
    width: 50%;
}

#main.listview .item .item-inner {
    display: block;
    width: 100%;
    font-size: 0;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 3px;
}

#main.listview .item .item-inner a {
    display: inline-block;
    width: 130px;
}

#main.listview .item .item-inner a img {
    border-radius: 3px 0 0 3px;
}

#main.listview .item .item-details {
    display: inline-block;
    width: calc(100% - 130px);
    vertical-align: top;
    padding: 20px 30px;
}

#main.listview .item .item-details h2.movie-title {
    display: block;
    font-size: 18px;
    padding-top: 0;
}

.detail #main {
    overflow: hidden;
}

.detail #main #video {
    position: relative;
    width: 100%;
    max-width: 1000px;
    margin: 30px auto 0;
    z-index: 1;
}

.detail #content .movie-image img, .table {
    max-width: 100%;
    border-radius: 5px 5px 0 0;
}

.detail #content .movie-image img.noad {
    margin-bottom: 25px;
    border-radius: 5px;
}

.tv-poster.noad img {
    margin-bottom: 25px;
    border-radius: 5px !important;
}

.detail #content, .detail.show-detail #content {
    margin-top: 80px;
}

.detail #content .movie-actions, .detail #content .movie-image, .detail #content .movie-info {
    position: relative;
    z-index: 10;
}

.detail #content .movie-image {
    width: 15%;
    display: inline-block;
}

.detail #content .movie-background {
    margin: auto !important;
    position: fixed;
    top: 0;
    width: 100%;
    max-width: 1500px;
    height: 100%;
    opacity: 0.3;
    background-size: cover;
    background-repeat: no-repeat;
}

.detail #content .movie-info {
    width: 60%;
    display: inline-block;
    vertical-align: top;
    padding: 0 30px;
}

.detail-tvshow #content {
    padding-bottom: 30px;
}

.detail-tvshow #content .movie-info {
    width: 85%;
}

.detail #content .movie-info h1 {
    font-size: 36px;
    line-height: 1;
    padding-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.detail #content .movie-info .movie-data {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.7);
    /* padding-bottom: 20px; */
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.detail #content .movie-info .movie-data span:before {
    content: "";
    width: 2px;
    height: 2px;
    margin: 0 10px;
    background: rgba(255, 255, 255, 0.3);
    vertical-align: middle;
}

.detail #content .movie-info .movie-data span:first-child:before {
    visibility: hidden;
    content: "";
    position: absolute;
    background: 0 0;
    bottom: 23px;
    left: 50%;
    margin-left: -7px;
    margin-top: 6px;
    z-index: 15;
}

.detail #content .movie-info .movie-data span i {
    padding-right: 1px;
}

.detail #content .movie-info .movie-data .imdb-rating {
    position: relative;
}

.detail #content .movie-info .movie-data .imdb-rating i {
    padding: 0;
    margin: 0 2px 0 0;
}

.detail #content .movie-info .movie-data .imdb-rating:hover:before {
    visibility: visible;
}

.detail #content .movie-info .movie-data .imdb-rating:after {
    margin-bottom: 13px;
}

.detail #content .movie-info .movie-data .movie-trailer a {
    color: rgba(255, 255, 255, 0.7);
}

.detail #content .movie-info .movie-data .movie-trailer a:hover {
    color: #fff;
}

.detail #content .movie-info p {
    color: rgba(255, 255, 255, 0.71);
    font-size: 16px;
    line-height: 1.5em;
    padding-top: 20px;
}

.detail #content .movie-info .movie-details p a {
    color: #e50914;
}

.detail .movie-actions {
    display: inline-block;
    width: 25%;
    vertical-align: top;
}

.detail .tv-details .movie-actions {
    display: block;
    width: 100%;
    margin: 30px 0;
}

.multi {
    margin-bottom: 20px;
    display: inline-block;
}

.multi a {
    color: #fff;
    float: left;
    padding: 8px 13px;
    font-size: 14px;
    font-weight: bold;
    transition: all 0.2s ease-in-out;
}

.multi a.active {
    background-color: #00000059;
    color: #fff;
}

.multi a:hover:not(.active) {
    background-color: rgb(139 145 150 / 50%);
}

#multi {
    /* background-color: black; */
}

#multi a {
    /* color: #fff; */
}

.multidownload {
    margin-bottom: 20px;
    display: inline-block;
}

.multidownload img {
    float: left;
    padding: 8px 10px;
    transition: all 0.2s ease-in-out;
}

.multidownload img.active {
    background-color: rgb(139 145 150 / 50%);
}

.multidownload img:hover:not(.active) {
    background-color: rgb(139 145 150 / 50%);
}

#multidownload {
    /* background-color: #2d3f50; */
}

#multidownload a {
    /* color: #fff; */
}

#multiplayer {
    background: #e50914;
}

#multiplayer a {
    color: #fff;
}

#monetize {
    background: #0e0e0e00;
    border-radius: 5px;
    margin-bottom: 18px;
}

#playnow {
    background: #0e0e0e00;
    border-radius: 5px;
    margin-bottom: 10px;
}

#play-button > div > em, #streaming-3d > span > em, #videoplayer1 > span > em, #videoplayer2 > span > em, #videoplayer > span > em {
    margin-left: 5px;
    font-style: italic;
    font-size: 18px;
    font-weight: 700;
}

#play-button > a > em, #streaming-3d > span > em, #videoplayer1 > span > em, #videoplayer2 > span > em, #videoplayer > span > em {
    margin-left: 5px;
    font-style: italic;
    font-size: 18px;
    font-weight: 700;
}

#videoplayer1 {
    border-radius: 5px;
}

a#videoplayer1.blue {
    border-radius: 0 0 5px 5px;
}

#videoplayer2 {
    border-radius: 5px;
}

.detail .movie-actions .play {
    position: relative;
    color: #000;
    font-weight: bold;
    background: #ffffff;
    padding: 18px 25px;
    border-radius: 5px;
    cursor: pointer;
}

.detail .movie-actions .play:hover {
    background: #ffffff;
    color: #000;
}

.detail .movie-actions #subtitle-button {
    display: block;
}

.detail .movie-actions #subtitle-button #subfile {
    display: none;
}

.detail .movie-actions #subtitle-button label:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
    border-color: #fff;
}

.detail .tv-details .movie-actions ul:first-child {
    padding-right: 15px;
}

.detail .tv-details .movie-actions ul:last-child {
    padding-left: 15px;
}

.detail .movie-actions > ul:first-child {
    margin-bottom: 30px;
}

.detail .movie-actions ul > li > .btn-alt {
    display: block;
    padding: 0;
    border: none;
}

.detail .movie-actions ul > li#like i {
    padding-right: 18px;
}

#streaming-3d > div > a > span, #videoplayer1 > span, #videoplayer2 > span, #videoplayer > span {
    /* color: #fff; */
}

#videoplayer2 {
    display: none;
}

.detail .movie-actions ul > li > .btn-alt > a {
    display: block;
    color: rgba(255, 255, 255, 0.7);
    padding: 8px 20px;
    border: 2px solid rgba(255, 255, 255, 0.7);
    border-radius: 3px;
    transition: none;
}

.detail .movie-actions ul > li > .btn-alt > a:hover {
    color: #fff;
    border-color: #fff;
    transition: none;
}

.detail .movie-actions ul > li a {
    color: rgba(255, 255, 255, 0.7);
    padding: 16px 20px 16px 68px;
    display: block;
}

.detail .movie-actions ul li .dropdown-toggle {
    padding: 9px 20px;
    color: rgba(255, 255, 255, 0.7);
    border: 2px solid rgba(255, 255, 255, 0.7);
    border-radius: 3px;
    cursor: pointer;
    min-width: 240px;
}

.detail .movie-actions ul ul {
    display: none;
}

.detail .movie-actions ul li .dropdown-toggle:hover {
    color: #fff;
    border-color: #fff;
    background: rgba(255, 255, 255, 0.1);
}

.detail .movie-actions ul li.open .dropdown-toggle {
    color: #151111;
    background: #fff;
    border-color: #fff;
    border-radius: 3px 3px 0 0;
}

.tv-details-episodes ol li.active:after, .tv-details-seasons ol li.active:after {
    content: "";
    right: -30px;
    border-color: transparent transparent transparent #e50914;
    border-style: solid;
    border-width: 20px 15px;
    top: 0;
}

.detail .movie-actions .extra li:first-child, .detail .movie-actions ul li#subtitles {
    border-radius: 5px 5px 0 0;
}

.detail .movie-actions ul li.open ul {
    display: block;
    z-index: 10;
}

.detail .movie-actions ul ul li {
    min-width: 100%;
    padding: 10px 20px;
    color: rgba(255, 255, 255, 0.7);
    background: #272727;
    cursor: pointer;
}

.detail .movie-actions ul ul li:hover {
    color: #fff;
    background: #151111;
}

.detail .movie-actions .extra {
    margin: auto;
}

.detail .movie-actions .extra li {
    text-align: left;
    display: block;
}

.detail .movie-actions .extra li:last-child {
    border-radius: 0 0 5px 5px;
}

.detail .movie-actions .extra li div {
    padding: 16px 20px 16px 68px;
    cursor: pointer;
}

.detail .movie-actions .extra li div:hover {
    color: #fff;
    background: rgba(0, 0, 0, 0.1);
}

.detail .movie-actions .extra li .download {
    padding: 0;
}

.detail .movie-actions .extra li i {
    position: absolute;
    top: 0;
    left: 0;
    padding: 16px;
    background: rgba(0, 0, 0, 0.1);
}

.detail #content .movie-info .movie-actions ul li#server-button i {
    float: right;
    padding-left: 5px;
}

.detail #content .movie-info .movie-actions ul li#server-button .server-type {
    font-size: 12px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
    padding-left: 5px;
}

.detail #content .movie-info .movie-actions ul li#server-button.open > .dropdown-toggle .server-type {
    color: #151111;
}

.detail #content .movie-info .movie-actions ul li#server-button .server-load {
    float: right;
}

.tv-details {
    position: relative;
    font-size: 0;
    margin-top: 30px;
    z-index: 10;
}

.tv-details ol li.active {
    color: #fff;
    background: #e50914;
}

.tv-details ol li.active:before {
    color: #fff;
}

.tv-details-episodes, .tv-details-episodes-info, .tv-details-seasons {
    display: inline-block;
    font-size: 14px;
    vertical-align: top;
}

.tv-details-episodes h2, .tv-details-episodes-info h2, .tv-details-seasons h2 {
    font-size: 24px;
    padding-bottom: 20px;
}

.tv-details-episodes-info > small {
    display: inline-block;
    font-size: 12px;
    margin-top: -10px;
    color: rgba(255, 255, 255, 0.71);
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.tv-details-seasons {
    width: 20%;
    padding-right: 20px;
}

.tv-details-seasons ol {
    position: relative;
    max-height: 340px;
    padding-left: 10px;
    padding-right: 15px;
    margin-left: -10px;
}

.tv-details-seasons ol li {
    position: relative;
    color: rgba(255, 255, 255, 0.7);
    background: #272727;
    padding: 13px 15px;
    cursor: pointer;
}

.tv-details-seasons ol li:nth-child(odd) {
    background: #151111;
}

.tv-details-seasons ol li.active {
    color: #fff;
    background: #e50914;
}

.tv-details-seasons ol li.active:after {
    position: absolute;
}

.tv-details-seasons ol li:hover {
    color: #fff;
}

.tv-details-episodes {
    width: 40%;
    padding: 0 20px;
}

.tv-details-episodes ol {
    position: relative;
    display: none;
    max-height: 340px;
    padding-left: 10px;
    padding-right: 15px;
    margin-left: -10px;
    overflow: hidden;
}

.tv-details-episodes ol.active {
    display: block;
}

.tv-details-episodes ol li {
    position: relative;
    color: rgba(255, 255, 255, 0.7);
    background: #272727;
    padding: 13px 15px 13px 55px;
    counter-increment: listcounter;
    cursor: pointer;
}

.tv-details-episodes ol li.active:after {
    position: absolute;
}

.tv-details-episodes ol li:before {
    content: counter(listcounter) " ";
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    background: rgba(0, 0, 0, 0.1);
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 40px;
    line-height: 40px;
    text-align: center;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.tv-details-episodes ol li:nth-child(odd) {
    background: #151111;
}

.tv-details-episodes ol li:nth-child(odd).active {
    background: #e50914;
}

.tv-details-episodes ol li:hover {
    color: #fff;
}

.tv-details-episodes-info {
    width: 40%;
    padding-left: 20px;
    font-size: 0;
}

.tv-details-episodes-info p {
    display: inline-block;
    width: 75%;
    padding-left: 20px;
    vertical-align: top;
}

.tv-details-episodes-info .playepisode {
    position: relative;
    display: inline-block;
    font-size: 14px;
    color: #fff;
    background: #e50914;
    padding: 13px 25px 13px 60px;
    margin-top: 30px;
    border-radius: 3px;
    cursor: pointer;
}

.tv-details-episodes-info .playepisode i {
    position: absolute;
    top: 0;
    left: 0;
    padding: 13px;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 3px 0 0 3px;
}

.alert {
    font-size: 14px;
    padding-top: 20px;
    font-weight: 600;
}

.alert-danger {
    color: #e74c3c;
}

.table {
    display: table;
    width: 300px;
    margin: 60px auto;
    font-size: 0;
}

.table .row {
    display: table-row;
}

.table .row > div {
    display: table-cell;
    width: 33.33%;
    padding: 17px 20px;
}

.table .table-body, .table .table-footer, .table .table-header {
    display: table;
    width: 100%;
}

.table .table-header .row > div {
    font-size: 14px;
    vertical-align: bottom;
    padding: 30px 0;
}

.table .table-header .row > div:last-child {
    background: #e50914;
}

.table .table-header .row > div .time {
    font-size: 18px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.7);
}

.table .table-header .row > div .price {
    font-size: 36px;
    font-weight: 700;
    padding: 15px;
}

.table .table-header .row > div .mostpopular {
    font-weight: 600;
    background: #1d82dc;
    padding: 15px 0;
    margin: 20px 0 -30px;
}

.table .table-header .row > div .discount {
    background: rgba(0, 0, 0, 0.2);
    padding: 15px 0;
    margin: 20px 0 -30px;
}

.table .table-body .row {
    background: #151111;
}

.table .table-body .row:nth-child(odd) {
    background: #242833;
}

.table .table-body .row > div {
    font-size: 14px;
    padding: 17px 20px;
}

.table .table-body .row > div:first-child {
    text-align: left;
}

#buttonposter > p, #content.login, #spinner, .AZList, .detail #content.profile, .md-content h3, .notice div i, .pagination, .pagination a, .pagination span, .profile i, .rating, p#buttondownload, span.top-number {
    text-align: center;
}

.table .table-body .row > div:last-child {
    border: 4px solid #e50914;
    border-width: 0 4px;
}

.table .table-body .row > div i {
    padding-right: 8px;
}

#content.favorites, #content.watchlist {
    margin-top: 80px;
}

#content.favorites h1, #content.watchlist h1 {
    padding-left: 10px;
}

#content.login form {
    width: 60%;
    margin: auto;
}

#content.login form input[type="submit"] {
    width: 100%;
}

.profile h1 {
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.profile i {
    font-size: 64px;
    color: #fff;
    position: relative;
    background: #e50914;
    display: block;
    width: 80px;
    margin: 30px auto;
    padding: 16px 0 0;
    border-radius: 50%;
    border: 15px solid #191717;
    box-sizing: content-box;
    overflow: hidden;
}

.user-info {
    display: inline-block;
    padding: 80px 80px 60px;
    background: #151111;
    border-radius: 3px;
    margin-top: -65px;
}

.user-info h3 {
    line-height: 1;
}

.user-info ul {
    padding-top: 15px;
}

.user-info ul li {
    line-height: 1.5em;
}

.user-settings {
    display: block;
    padding-top: 30px;
}

.btn-alt {
    font-size: 14px;
    display: inline-block;
    padding: 8px 20px;
    color: rgba(255, 255, 255, 0.7);
    border: 2px solid rgba(255, 255, 255, 0.7);
    border-radius: 3px;
    cursor: pointer;
}

.btn-alt i {
    padding-right: 10px;
}

.btn-alt:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
    border-color: #fff;
}

.btn-alt a {
    color: rgba(255, 255, 255, 0.7);
}

.btn-alt a:hover {
    color: #fff;
}

.sa-button-container {
    display: none;
}

.popup-container p {
    padding: 30px 20px 20px;
}

.popup-container p:first-child {
    padding-top: 0;
}

.sweet-alert .popup-container button.cancel {
    position: absolute;
    top: 0;
    right: 0;
    color: #aaa;
    background: #fff;
    font-size: 28px;
    width: 40px;
    line-height: 40px;
    padding: 0;
}

.sweet-alert .popup-container button.cancel:hover {
    color: initial;
    background: initial;
}

.download a span em, i.hd, span.hd {
    font-style: italic;
}

.getpremium {
    position: relative;
    display: block;
    width: 75%;
    color: #fff;
    background: #e67e22;
    font-weight: 700;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    padding: 11px 20px 12px;
    margin: auto;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 3px;
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.3), 0 0 10px rgba(0, 0, 0, 0.1);
}

.getpremium:hover {
    background: #f39c12;
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.3), 0 5px 10px rgba(0, 0, 0, 0.2);
}

.getpremium i {
    position: absolute;
    top: 0;
    left: 0;
    padding: 13px 15px 14px;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 3px 0 0 3px;
}

#disqus_thread a {
    color: #fff;
}

.md-perspective, .md-perspective body {
    height: 100%;
    overflow: hidden;
}

.md-perspective body {
    background: #222;
    -webkit-perspective: 600px;
    -moz-perspective: 600px;
    perspective: 600px;
}

.container {
    background: #191717;
}

.md-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 50%;
    max-width: 630px;
    min-width: 320px;
    height: auto;
    z-index: 2000;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.md-show {
    visibility: visible;
}

.md-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    visibility: hidden;
    top: 0;
    left: 0;
    z-index: 1000;
    opacity: 0;
    background: rgba(52, 54, 66, 0.9);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.md-show ~ .md-overlay {
    opacity: 1;
    visibility: visible;
}

.md-content {
    color: #666;
    background: #fff;
    position: relative;
    border-radius: 3px;
    margin: 0 auto;
}

.md-content h3 {
    margin: 0;
    padding: 0.4em;
    font-size: 2.4em;
    font-weight: 300;
    opacity: 0.8;
    background: #d2d8d8;
    border-radius: 3px 3px 0 0;
}

.md-content > div {
    padding: 15px 40px 30px;
    margin: 0;
    font-weight: 300;
    font-size: 1.15em;
}

.md-content > div p {
    margin: 0;
    padding: 10px 0;
}

.md-content > div ul {
    margin: 0;
    padding: 0 0 30px 20px;
}

.md-content > div ul li {
    padding: 5px 0;
}

.md-content button {
    display: block;
    margin: 0 auto;
    font-size: 0.8em;
}

@-webkit-keyframes slit {
    50% {
        -webkit-transform: translateZ(-250px) rotateY(89deg);
        opacity: 0.5;
        -webkit-animation-timing-function: ease-out;
    }

    100% {
        -webkit-transform: translateZ(0) rotateY(0);
        opacity: 1;
    }
}

@-moz-keyframes slit {
    50% {
        -moz-transform: translateZ(-250px) rotateY(89deg);
        opacity: 0.5;
        -moz-animation-timing-function: ease-out;
    }

    100% {
        -moz-transform: translateZ(0) rotateY(0);
        opacity: 1;
    }
}

@keyframes slit {
    50% {
        transform: translateZ(-250px) rotateY(89deg);
        opacity: 1;
        animation-timing-function: ease-in;
    }

    100% {
        transform: translateZ(0) rotateY(0);
        opacity: 1;
    }
}

@-webkit-keyframes rotateRightSideFirst {
    50% {
        -webkit-transform: translateZ(-50px) rotateY(5deg);
        -webkit-animation-timing-function: ease-out;
    }

    100% {
        -webkit-transform: translateZ(-200px);
    }
}

@-moz-keyframes rotateRightSideFirst {
    50% {
        -moz-transform: translateZ(-50px) rotateY(5deg);
        -moz-animation-timing-function: ease-out;
    }

    100% {
        -moz-transform: translateZ(-200px);
    }
}

@keyframes rotateRightSideFirst {
    50% {
        transform: translateZ(-50px) rotateY(5deg);
        animation-timing-function: ease-out;
    }

    100% {
        transform: translateZ(-200px);
    }
}

@-webkit-keyframes OpenTop {
    50% {
        -webkit-transform: rotateX(10deg);
        -webkit-animation-timing-function: ease-out;
    }
}

@-moz-keyframes OpenTop {
    50% {
        -moz-transform: rotateX(10deg);
        -moz-animation-timing-function: ease-out;
    }
}

@keyframes OpenTop {
    50% {
        transform: rotateX(10deg);
        animation-timing-function: ease-out;
    }
}

#spinner {
    display: block;
    margin: 40px auto;
    width: 80px;
}

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

#spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

#spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

.notice {
    display: none;
    visibility: hidden;
    max-height: 0;
    position: relative;
    color: #b4b3b3;
    font-size: 14px;
    line-height: 1.5em;
    font-weight: 600;
    padding: 15px 70px 14px;
    margin: 0 0 20px;
    background: rgb(21 17 17);
    border: 2px solid rgb(58 56 56);
    border-radius: 3px;
    transition: max-height 0.6s ease;
}

.notice.show {
    display: block;
    visibility: visible;
    max-height: 200px;
}

.notice div {
    position: absolute;
    font-size: 22px;
    top: 0;
    bottom: 0;
    padding: 0 24px;
    background: rgba(0, 0, 0, 0.1);
}

.notice div i {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin-top: -11px;
    color: #b4b3a4;
}

.notice .notice-icon {
    left: 0;
    border-right: 2px solid rgb(58 56 56);
}

.notice .close-notice {
    right: 0;
    border-left: 2px solid rgb(58 56 56);
    cursor: pointer;
}

#content > div.cookie-message.notice.show > div.close-notice > i {
    cursor: pointer;
}

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

    40% {
        -webkit-transform: scale(1);
    }
}

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

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes shake {
    from, to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    20%, 40%, 60%, 80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

@keyframes shake {
    from, to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    20%, 40%, 60%, 80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake;
}

.ps-scrollbar-y-rail {
    left: 0 !important;
    right: auto !important;
}

.ps-container > .ps-scrollbar-y-rail {
    display: block !important;
    width: 5px !important;
    background-color: rgba(255, 255, 255, 0.2) !important;
    opacity: 0.5 !important;
}

.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
    width: 5px !important;
}

#paginador {
    float: left;
    clear: both;
    width: 100%;
    margin: 10px 0;
}

#paginador .paginado a, #paginador .paginado span, .pag-nav span {
    display: inline-block;
    margin: 0 4px 4px;
    padding: 4px 8px;
    color: #555;
}

#paginador .paginado {
    font-size: 12px;
    font-weight: 300;
    line-height: 20px;
}

#paginador .paginado a, .pag-nav span {
    border: 1px solid rgba(0, 0, 0, 0.69);
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: rgba(0, 0, 0, 0.2);
}

#paginador .paginado span {
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #e7e7e7;
}

.imdb2_r .b, .imdb_r .b {
    margin-top: 3px;
    float: left;
}

#paginador .paginado .current {
    color: #fff;
    border: 1px solid #000;
    background: #2d2e4c;
}

#paginador .paginado a {
    font-size: 12px;
    margin: 3px;
    text-decoration: none;
    color: #fff;
    background-color: #3c3c62;
}

.imdb2_r .b .bar, .imdb_r .b .bar {
    font-size: 0;
    height: 13px;
    overflow: hidden;
}

#paginador .paginado a:hover {
    color: #fff;
    background-color: #000;
}

#main #main-header .logo {
    width: 139px;
    height: 34px;
    background: url(../images/logo.png);
    text-indent: -9999px;
}

.detail #content #serie-tv {
    position: relative;
    z-index: 10;
}

.detail #serie-tv {
    display: inline-block;
    width: 25%;
    vertical-align: top;
}

#serie-tv li.episodi {
    background: #151111;
    margin: 0;
    padding: 10px;
}

#serie-tv li.stagione {
    cursor: pointer;
    font-size: 17px;
    line-height: 2em;
    color: rgba(255, 255, 255, 0.7);
    background: #e50914;
    padding: 3px;
}

#serie-tv .hide {
    display: none;
}

a#tv.active, a#tv:hover {
    font-weight: 700;
    color: #fff;
}

#serie-tv li.episodi p {
    font-size: 16px;
    color: #bbb;
}

#serie-tv li.stagione:hover {
    color: #fff;
}

a#tv {
    color: #bbb;
}

#serie-tv li:first-child {
    border-radius: 5px 5px 0 0;
}

#serie-tv li:last-child {
    border-radius: 0 0 5px 5px;
}

.actions-list > li, .detail .movie-actions ul > li {
    position: relative;
    font-size: 16px;
    display: block;
    color: rgba(255, 255, 255, 0.7);
    background: #2f2f2f;
    text-align: center;
}

.actions-list #subtitles, .detail .movie-actions ul li#subtitles {
    border-radius: 5px 5px 0 0;
}

.tv-details-episodes-info .actions-list {
    width: 100%;
    margin-top: 30px;
}

.tv-details-episodes-info p {
    margin-top: 30px;
    color: rgba(255, 255, 255, 0.71);
}

.actions-list, .detail .tv-details .movie-actions ul {
    display: inline-block;
    width: 50%;
    vertical-align: top;
}

.actions-list #subtitle-button, .detail .movie-actions #subtitle-button {
    display: block;
}

.actions-list #subtitle-button #subfile, .detail .movie-actions #subtitle-button #subfile {
    display: none;
}

.actions-list #subtitle-button label, .detail .movie-actions #subtitle-button label {
    display: block;
    padding: 16px 20px;
    cursor: pointer;
}

.actions-list li i, .detail .movie-actions ul li i {
    vertical-align: text-top;
    padding-right: 10px;
}

.play-button {
    display: block;
    position: absolute;
    cursor: pointer;
    width: 4em;
    height: 4em;
    border: none;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.play-button:hover {
    opacity: 0.9;
}

div.play-button > span > i:hover {
    font-size: 75px;
}

div.play-button > span > i {
    font-size: 70px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.synopsis {
    color: rgba(255, 255, 255, 0.71);
    font-size: 16px;
    line-height: 1.5em;
    padding-top: 20px;
}

.player__play-button {
    display: block;
    position: absolute;
    width: 4em;
    height: 4em;
    background: #0af;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    color: #fff;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: 2px solid #fff;
}

.ep > a {
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.2);
    padding: 14px;
    color: #fff;
    position: relative;
    z-index: 1;
    display: inline-block;
    margin-top: 15px;
    width: 100%;
    display: none;
    text-align: center;
    font-size: 15px;
}

.ep > a:hover {
    background-color: #5857577a;
}

.ep > a > i {
    margin-right: 8px;
}

.AZList {
    font-size: 0;
    margin: 0 -5px 15px;
}

.AZList > li {
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin-bottom: 5px;
}

.purple, .blue {
    vertical-align: middle;
    box-shadow: 0 0 1px transparent;
}

.AZList > li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 15px;
    z-index: 1;
    height: 30px;
    right: 0;
    opacity: 0.2;
    margin: 0 0.2rem;
    transition: 0.2s;
    background-color: #78909c;
}

.AZList > li:hover {
    background-color: #e50914;
    border-radius: 15px;
}

.AZList > li > a {
    display: block;
    line-height: 30px;
    border-radius: 15px;
    font-weight: 700;
    font-size: 0.75rem;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
    min-width: 50px;
    color: #fff;
}

.pagination {
    margin-top: 60px;
    width: 100%;
    font-size: 16px;
    opacity: 1 !important;
}

.pagination a, .pagination span {
    padding: 10.5px 20px;
    margin: 0 5px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    font-size: 16px;
}

.pagination a.inactive {
    color: rgba(255, 255, 255, 0.7);
    background: rgba(255, 255, 255, 0.2);
    font-weight: 500;
}

.pagination span.current {
    background: #e50914;
    color: #fff;
    font-weight: 500;
}

a.arrow_pag {
    font-size: 16px;
    padding: 9.3px 20px;
    color: rgba(255, 255, 255, 0.7);
    background: rgba(255, 255, 255, 0.2);
    font-weight: 500;
}

.pagination a:hover {
    color: rgba(255, 255, 255, 0.85);
    background: rgba(255, 255, 255, 0.3);
}

#buttonposter, i.hd {
    background-color: #e50914;
}

.resppages {
    display: none;
}

#disqus_thread {
    position: relative;
    z-index: 10;
    margin-top: 20px;
    padding-top: 20px;
}

.rating, p#buttondownload {
    float: left;
}

.detail #content .movie-info h1 span, .detail #content .movie-info h1 span a {
    color: rgba(160, 160, 160, 0.77);
    font-weight: 500;
}

#buttonposter, #buttonposter > p, .rating, a, i.hd {
    color: #fff;
}

i.hd {
    padding: 0px 7px;
    border-radius: 2px;
    font-size: 12px;
    font-weight: 600;
    margin-right: 5px;
    margin-left: 5px;
}

#buttonposter > p > i, .rating {
    margin-right: 10px;
}

.detail #content .movie-info span#hd-icon {
    font-style: italic;
    font-size: 18px;
    font-weight: 700;
}

#buttonposter {
    border-radius: 0 0 5px 5px;
    padding: 10px 25px;
    display: block;
    cursor: pointer;
    margin-bottom: 20px;
}

#buttonposter > p {
    cursor: pointer;
    font-size: 13px;
    font-weight: 700;
}

.button:hover {
    border: 1px solid rgba(255, 255, 255, 0.88);
    transition: 0.3s ease;
}

p#buttondownload:hover {
    background-color: #9a329b;
}

.detail #content .movie-info b {
    font-size: 15px;
    cursor: pointer;
    margin-top: -30px;
}

.detail #content .movie-info b:hover {
    opacity: 1;
}

.details span {
    display: inline-block;
    margin: 0 5px;
}

.details span a {
    color: rgba(255, 255, 255, 0.7);
}

.detail .movie-actions .extra li#streaming-4k a span, .details span a:hover, .download a span {
    color: #fff;
}

.details {
    border-top: 1px solid rgba(255, 255, 255, 0.07);
    padding-top: 20px;
}

.detail #content .movie-info .movie-data span:before {
    display: none;
}

.detail #content .movie-info em span:hover {
    border: 1px solid rgba(255, 255, 255, 0.88);
    transition: 0.3s ease;
}

.detail .movie-actions .extra li#streaming-3d {
    background-color: #e67e22;
}

#streaming-3d > a > span {
    color: #fff;
}

#streaming-3d > a > span > em {
    margin-left: 5px;
    font-style: italic;
    font-size: 18px;
    font-weight: 700;
}

.detail .movie-actions .extra li#streaming-hd {
    background-color: #e50914;
    border-radius: 0 0 5px 5px;
}

.detail .movie-actions .extra li#streaming-4k {
    border-radius: 5px;
    background-color: #c054c1;
}

.download a span em {
    margin-left: 5px;
    font-size: 18px;
    font-weight: 700;
}

.detail .movie-actions .extra li#download-button .download a span {
    color: rgba(255, 255, 255, 0.7);
}

.detail .movie-actions .extra li#download-button {
    background: #2f2f2f;
}

.detail .movie-actions .extra li#download-button .download a span:hover, .detail .movie-actions .extra li#download-button a:hover {
    color: #fff;
}

.movie-actions {
    margin-bottom: 20px;
}

.detail .movie-actions .extra li div span {
    color: rgba(255, 255, 255, 0.7);
}

.detail .movie-actions .extra li div span:hover, .detail .movie-actions ul > li a:hover {
    color: #fff;
}

.detail .movie-actions .extra li:first-child a#hover:hover {
    border-radius: 5px 5px 0 0!important;
}

.detail .movie-actions ul > li a#hover:hover {
    color: #fff;
    background: rgba(0, 0, 0, 0.1);
}

.detail .movie-actions ul > li a#report:hover {
    color: #fff;
    background: rgba(0, 0, 0, 0.1);
}

span.favorite {
    position: absolute;
    left: 15px;
    top: 10px;
    padding: 5px;
    z-index: 1;
    font-size: 19px;
    font-weight: 700;
    color: #e50914;
}

span.favorite i {
    cursor: pointer;
}

.favorite i:hover:after {
    content: attr(data-content);
    position: absolute;
    color: #fff;
    background: #151111;
    font-size: 10px;
    /* right: 50%; */
    text-align: center;
    min-width: 3em;
    max-width: 21em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 8px 10px;
    border-radius: 5px;
    z-index: 99;
    font-family: 'Jost', sans-serif;
    top: calc(100% + 5px);
    /* text-shadow: 0 0 2px rgba(0, 0, 0, 0.3); */
}

span.item-tv {
    position: absolute;
    right: 5px;
    top: 4px;
    padding: 5px;
    z-index: 1;
    font-size: 0.8rem;
    font-weight: 700;
    color: #fff;
}

span.item-quality {
    position: absolute;
    left: 5px;
    bottom: 8px;
    padding: 4px;
    /* z-index: 1; */
    font-size: 10px;
    /* font-family: sans-serif!important; */
    font-weight: bold;
    color: #fff;
    border-radius: 3px;
    background: #d61fc8;
    /* letter-spacing: -1px; */
}

span.item-quality.\34 K {
    background: #e50914!important;
}

span.item-quality.\31 080p {
    background: #298eea!important;
}

span.item-quality.\37 20p {
    background: #d61fc8!important;
}

span.item-quality.\34 80p {
    background: #15c51c!important;
}

span.item-quality.CAM {
    background: #e41e1e!important;
}

span.item-quality.BLU-RAY {
    background: #298eea!important;
}

span.item-quality.DVD {
    background: #15c51c!important;
}

span.item-quality.HD-SCR {
    background: #673AB7!important;
}

span.item-quality.WEB-DL {
    background: #486da5!important
}

span.item-lang {
    position: absolute;
    right: 0px;
    bottom: 2px;
    padding: 5px;
    z-index: 1;
    font-size: 0.65rem;
    color: #fff;
    border-top-left-radius: 8px;
    border-bottom-right-radius: 3px;
    background: #c054c1;
}

.epinum {
    position: absolute;
    bottom: 69px;
    right: 8px;
    width: 35px;
    padding-top: 8px;
    text-align: center;
    height: 35px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    font-size: 10px;
    text-transform: uppercase;
    line-height: 1em;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
    z-index: 4;
}

.epinum.noad {
    bottom: 39px;
}

.epinum i {
    display: block;
    font-weight: bold;
    font-size: 12px;
    font-style: normal;
    margin-top: 1px;
}

.status {
    font-size: 0.55rem;
    line-height: 1.4rem;
    color: #fff;
    text-shadow: 0 0 2px rgb(0 0 0 / 30%);
    position: absolute;
    left: 0px;
    top: 10px;
    z-index: 1;
    padding: 0 0.5rem;
    background-color: rgba(255, 255, 255, 0.2);
}

span.top-number {
    position: absolute;
    left: -5px;
    top: -4px;
    min-width: 22px;
    padding: 0 5px;
    border-radius: 3px 0 0;
    z-index: 1;
    font-size: 0.8rem;
    font-weight: 700;
    line-height: 23px;
    color: #fff;
    background-color: #e50914;
}

span.top-number:after, span.top-number:before {
    content: "";
    width: 0;
    top: 0;
    right: -5px;
    position: absolute;
    border-bottom: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom-color: #e50914;
    box-sizing: inherit;
}

span.top-number:after {
    border-bottom-color: rgba(0, 0, 0, 0.4);
}

span.top-number i {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -4px;
}

span.top-number i:before {
    border-left: 11px solid transparent;
    float: right;
}

span.top-number i:after {
    border-right: 11px solid transparent;
    float: left;
}

span.top-number i:after, span.top-number i:before {
    content: "";
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-top-color: #e50914;
}

.persons {
    float: left;
    width: 100%;
    margin-top: 20px;
}

.person {
    position: relative;
    padding: 10px 0 10px 73px;
    min-height: 70px;
    float: left;
    width: calc(100% / 4.4);
    margin-bottom: 10px;
}

.person .img {
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    height: 60px;
    overflow: hidden;
}

.person .img img {
    width: 100%;
    position: relative;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.person .data {
    padding-right: 20px;
}

.person .data .name {
    font-size: 14px;
    margin-bottom: 5px;
    float: left;
    width: 100%;
    font-weight: 400;
}

.person .data .name a {
    color: #fff;
    font-weight: 500;
    font-size: 15px;
}

.person .data .caracter {
    color: rgba(255, 255, 255, 0.4);
    font-size: 12px;
    float: left;
    width: 100%;
    font-weight: 300;
}

.purple:active, .purple:focus, .purple:hover, span.hd {
    color: #fff;
}

#Rated, span.hd {
    font-size: 13px;
}

span.hd {
    position: absolute;
    left: 10px;
    top: 10px;
    padding: 3px 6px;
    border-radius: 2px;
    z-index: 1;
    font-weight: 700;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #e50914;
}

#Rated {
    padding: 5px;
    border: 1px solid #f3f9ff80;
    box-sizing: border-box;
    line-height: 45%;
}

#anno {
    font-weight: 600;
}

#runtime {
    font-style: i;
}

#streaming-hd div:hover {
    color: #fff;
    background: rgba(0, 0, 0, 0) !important;
}

.purple {
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    position: relative;
    background: #e1e1e1;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.purple:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    cursor: pointer;
    background: rgb(0 0 0 / 9%);
    border-radius: 5px;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.purple:active:before, .purple:focus:before, .purple:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

@-webkit-keyframes blue {
    100% {
        top: -12px;
        right: -12px;
        bottom: -12px;
        left: -12px;
        opacity: 0;
    }
}

@keyframes blue {
    100% {
        top: -12px;
        right: -12px;
        bottom: -12px;
        left: -12px;
        opacity: 0;
    }
}

.blue {
    display: inline-block;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    position: relative;
    border-radius: 0 0 5px 5px;
}

.blue:before {
    content: "";
    position: absolute;
    border: 6px solid #e50914;
    border-radius: 0 0 5px 5px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}

.blue:active:before, .blue:focus:before, .blue:hover:before {
    -webkit-animation-name: blue;
    animation-name: blue;
}

.is--hidden {
    display: none;
    margin-top: 20px;
}

p.email {
    margin-top: 20px;
    margin-left: 37%;
    color: #fff;
    font-size: 17px;
}

.mybutton {
    margin-top: 50px;
    margin-left: 38%;
    padding: 16px 25px;
    text-align: center;
    cursor: pointer;
    background: #e50914;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    border: none;
    border-radius: 3px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}

ul > li#quality-button {
    background: rgba(255, 255, 255, 0);
}

ul li#quality-button .switch {
    position: relative;
    font-size: 0;
}

ul li#quality-button .switch input {
    visibility: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    border: none;
    outline: 0;
    padding: 0;
    margin: 0;
}

ul li#quality-button .switch label {
    display: inline-block;
    font-size: 16px;
    line-height: 40px;
    color: rgba(255, 255, 255, 0.7);
    border-radius: 3px;
    cursor: pointer;
}

ul li#quality-button .switch label.hd {
    color: #fff;
    padding-right: 5px;
}

ul li#quality-button .switch label.fullhd {
    padding-left: 5px;
}

ul li#quality-button .switch label.switch-toggle {
    position: relative;
    width: 16px;
    height: 8px;
    background: #e50914;
    border-radius: 10px;
}

ul li#quality-button .switch label.switch-toggle:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fff;
    transition: 0.3s ease;
}

ul li#quality-button .switch #quality-switch:checked ~ label.switch-toggle:before {
    margin-left: 8px;
}

ul li#quality-button .switch #quality-switch:checked ~ label.hd {
    color: rgba(255, 255, 255, 0.7);
}

ul li#quality-button .switch #quality-switch:checked ~ label.fullhd {
    color: #fff;
}

.bottone {
    width: 300px;
    height: 250px;
    z-index: 9999;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0);
    margin: auto;
    opacity: 0.8;
}

.bottone:hover {
    opacity: 1;
}

#cls_btn {
    top: 0;
    left: 0;
    position: absolute;
    opacity: 1 !important;
}

#cls_btn, #player > a img, #player > div > a:nth-child(1) > img {
    cursor: pointer;
}

a#cls_btn > img {
    cursor: pointer;
}

#cls_btn > img {
    opacity: 1 !important;
}

#player {
    width: 100%;
    height: 100%;
    z-index: 9997;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.live-search {
    margin-left: 0;
}

.live-search {
    margin-top: 0;
    margin-left: -1px;
    float: left;
    width: 100%;
}

.live-search ul {
    background: rgb(21, 29, 38);
}

.live-search ul {
    float: left;
    width: 207px;
    /* box-shadow: 0 10px 20px -3px rgba(0, 0, 0, 0.52); */
    margin-top: 2px;
}

.live-search ul li {
    border-bottom: solid 1px rgba(255, 255, 255, 0.08);
}

.live-search ul li {
    float: left;
    width: 100%;
    display: block;
    padding: 10px;
    padding-left: 2px !important;
}

.live-search ul li .poster {
    float: left;
    left: 0;
    display: inline-block;
    margin-right: 20px;
    width: 55px;
    height: 70px;
    overflow: hidden;
}

.live-search ul li .poster img {
    margin-top: -7px;
    width: 100%;
}

.live-search ul li .release {
    margin-left: 5px;
    font-size: 11px;
    font-weight: 400;
}

.live-search ul li .imdb {
    color: rgba(255, 255, 255, 0.5);
}

.live-search ul li .imdb span.icon-star {
    color: #c18545;
}

.live-search ul li .imdb span.fa-star {
    color: #e50914;
    font-size: 13px;
    margin-right: 3px;
}

.live-search ul li .title {
    color: #fff;
    padding-top: 8px;
    margin-bottom: 0;
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

#main #header-secondary .filters .live-search ul li {
    border-bottom: solid 1px rgba(255, 255, 255, 0.08) !important;
}

.live-search ul li a.more {
    font-weight: 500;
    width: 100%;
    float: left;
    padding: 5px;
    text-align: center;
    font-style: italic;
    font-size: 12px;
}

#main #header-secondary .filters ul li form button[type="submit"] {
    color: #fff;
    background: transparent;
}

#main #header-secondary .filters ul li form button[type="submit"] {
    border: 0;
    position: absolute;
    float: left;
    left: 0;
    top: 0;
    cursor: pointer;
    padding: 12px 15px;
    font-size: 14px;
    outline: 0;
}

@media screen and (max-width: 32em) {
    body {
        font-size: 75%;
    }
}

@media (max-width: 768px) {
    .tv-details-seasons ol, .tv-details-episodes ol {
        padding-right: 0;
    }

    .detail #content .movie-info {
        width: calc(100% - 200px);
        margin-left: 20px;
    }

    .movie-info p.movie-description span.trama {
        font-size: 16px;
    }

    .detail #content .movie-info .movie-data {
        /* margin-bottom: -40px; */
        /* border-bottom: 0; */
    }

    .detail #content .movie-image {
        width: 150px;
        left: 0;
    }

    span.stato {
        display: none!important;
    }
}

@media (max-width: 600px) {
    .detail #content .movie-info .movie-data span#anno, .detail #content .movie-info .movie-data span.hd, .detail #content .movie-info .movie-data span:before, .detail #content .movie-info em span#tvdb, .detail #content .movie-info em span.rated, .detail #content .movie-info h1 i, .movie-background {
        display: none;
    }

    #main #header-secondary .filters ul li.dropdown.open > ul.dropdown-menu-large li {
        width: calc(100% / 2)!important;
    }

    .detail #content .movie-info h1 {
        /* margin-left: 5px; */
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 30px;
    }

    .person .img img {
        /* border: 2px solid #151111; */
    }

    #Rated {
        /* margin-left: -5px !important; */
        /* color: #4c6986; */
        /* font-weight: 700; */
    }

    .detail #content .movie-info {
        width: 100%;
        padding: 0;
        margin-left: 10px;
    }

    p.email {
        margin-left: 18%;
    }

    .mybutton {
        margin-left: 27%;
    }

    .detail #content .movie-image {
        width: 100%;
        margin-top: -15px;
    }

    .detail #content .movie-image img {
        border-top-right-radius: 5px;
        border-top-left-radius: 5px;
    }

    .detail section#content .movie-background {
        background: no-repeat #191717;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        background-size: cover;
    }

    .detail #content .movie-image a {
        margin-bottom: 15px;
    }

    .detail #content .movie-info .movie-data {
        /* border: 0; */
    }

    .detail #content .movie-info .movie-data span {
        /* font-size: 13px; */
        /* margin: 3px; */
        /* margin-bottom: 5px; */
    }

    .detail #content .movie-info em span {
        margin: 5px;
        font-size: 9px;
        white-space: nowrap;
    }

    i.fa.fa-star-o {
        color: #f5de50;
    }

    .detail .movie-actions .extra li#streaming-4k a span {
        font-size: 13px;
        color: #fff;
    }

    #Rated {
        color: #797d80;
        border: none;
        font-weight: 700;
        margin-left: -5px !important;
        margin-right: 2px !important;
    }
}

.detail #content .movie-info h1 i {
    color: rgba(160, 160, 160, 0.77);
    font-weight: 500;
}

.detail #content .movie-info em {
    /* padding-bottom: 15px; */
    /* display: block; */
    /* color: #fff; */
    /* font-size: 10px; */
}

@media (max-width: 400px) {
    .detail #content .movie-info {
        margin-left: 5px;
        left: 0;
    }

    .detail #content .movie-info em.tagline {
        /* margin-left: 5px; */
    }

    #content > div.inner-container > div.movie-info > p.movie-description {
        margin-top: -70px;
    }

    .rating {
        /* margin-left: -10px; */
        /* top: -5px; */
        /* width: 35px; */
        /* height: 32px; */
    }

    .details {
        margin-bottom: 15px;
    }
}

@media (max-width: 1200px) {
    #content .item {
        width: calc(100% / 6);
    }

    #main #main-header .logo {
        margin-right: 30px;
    }

    #main #main-header .main-nav ul li a {
        padding: 9px 20px;
    }

    #main #main-header .header-nav .premium a i, #main #main-header .header-nav .user-login a i, #main #main-header .main-nav ul li a i {
        display: none;
    }

    #main #main-header .header-nav .premium a {
        padding: 10px 20px;
    }

    .detail #content .movie-info .movie-actions ul > li {
        margin-bottom: 15px;
    }
}

@media (max-width: 1020px) {
    #main #main-header .header-nav {
        display: none;
    }

    #main #main-header .header-nav .contact a, #main #main-header .header-nav .login a, #main #main-header .header-nav .register a, #main #main-header .header-nav .user-login a {
        padding: 8px 15px;
    }

    #main #main-header .header-nav .premium a {
        padding: 10px 15px;
    }

    #main #main-header .header-nav li a i {
        display: none;
    }

    .landing-trial #site-container {
        width: 100%;
    }

    .landing-trial #main {
        margin: auto;
    }

    .landing-trial #main header {
        border-radius: 0;
    }

    .detail #content .movie-image {
        width: 20%;
    }

    .detail #content .movie-info {
        width: 80%;
    }

    .detail .movie-actions {
        display: block;
        width: 100%;
        margin-top: 30px;
    }

    .detail .movie-actions ul {
        display: inline-block;
        width: 100%;
        vertical-align: top;
    }

    .detail .movie-actions ul:first-child {
        /* padding-right: 15px; */
    }
}

@media (max-width: 900px) {
    body .sidebar {
        position: fixed;
        top: 0;
        z-index: -1;
    }

    #main #main-header .logo.txt {
        display: inline-block;
        float: none;
    }

    #main #main-header .logo {
        /*  background: url(../images/logo.svg)!important; */
    }

    #main #header-secondary .filters ul li .dropdown-toggle .value, .person .data {
        display: none;
    }

    li.dropdown.quality-filter.quality {
        display: none!important;
    }

    #content .item .item-details span.movie-date {
        padding-top: 1px;
    }

    body .sidebar nav {
        top: 0;
    }

    body.overview #main {
        background: #191717;
    }

    #content .item {
        width: calc(100% / 4);
    }

    #content {
        margin-top: 50px;
    }

    .detail #content {
        padding: 30px 0;
        margin-top: 0;
    }

    #main #main-header {
        position: relative;
    }

    #main #main-header .inner-container {
        text-align: center;
    }

    #main #main-header .logo {
        display: inline-block;
        float: none;
        margin-left: -60px;
    }

    #main #main-header .header-nav li.contact, #main #main-header .header-nav li.premium, #main #main-header .main-nav {
        display: none;
    }

    #main #header-secondary {
        position: absolute;
        top: 80px;
        left: 0;
        float: left;
        width: 100%;
    }

    #main #header-secondary .inner-container {
        padding-left: 30px;
    }

    .sb-toggle-left {
        display: inline-block;
    }

    .detail #content .movie-info .movie-data span {
        display: inline-block;
        /* padding-bottom: 15px; */
    }

    .landing-trial #main #features, .premium-packages > li.credits {
        display: none;
    }

    .detail.show-detail #content {
        margin-top: 0;
    }

    #content.login form {
        width: 90%;
    }

    .landing-all #main #features {
        width: 255px;
        padding: 20px;
    }

    .landing-all #main #landingform {
        width: calc(100% - 255px);
    }

    .landing-trial #main #landingform {
        width: 100%;
    }

    #premium .premiumform .server, #premium .premiumform h3 {
        float: none;
        margin-bottom: 10px;
    }
}

@media (max-width: 768px) {
    .premium-packages li .package-features ul li, .resppages a {
        text-align: center;
    }

    .pagination {
        display: none;
    }

    .resppages {
        display: block !important;
    }

    #main #header-secondary .filters ul li.abc-filter, .tv-details-episodes ol li.active:after {
        display: none;
    }

    #header-secondary > div > nav > ul > li.css_switcher {
        display: none !important;
    }

    #header-secondary > div > nav > ul > li.dropdown.sortby {
        display: none !important;
    }

    .resppages a {
        background: #e50914;
        color: #fff;
        width: 48%;
        margin: 0 1%;
        padding: 10px 0;
        float: left;
        font-size: 16px;
    }

    .detail #content .movie-info {
        width: 100%;
        padding-left: 0;
    }

    .tv-details-seasons {
        width: 30%;
    }

    .tv-details-episodes {
        width: 70%;
        padding-right: 0;
    }

    .tv-details-episodes-info {
        width: 100%;
        padding-left: 0;
        margin-top: 30px;
    }

    #contactform, #content.login form {
        width: 100%;
    }

    .premium-packages > li:first-child {
        position: relative;
        width: 302px;
        max-width: 100%;
        margin-top: 343px;
        margin-right: -306px;
        z-index: 1;
    }

    .premium-packages li header .selection input[type="radio"] + label {
        width: 100%;
        padding: 13px 10px;
        margin: 0;
    }

    .premium-packages li header .selection input[type="radio"] + label:last-of-type {
        margin-bottom: 15px;
    }

    .premium-packages li header .selection input[type="radio"] + label span {
        display: inline;
    }

    .landing #main {
        display: block;
    }

    .landing #main #features, .landing #main #landingform, .landing #main header {
        position: relative;
        display: block;
        width: 100%;
        min-height: auto;
        margin: 0;
        padding: 30px 20px;
    }

    .landing #main #landingform {
        float: none;
        border-radius: 0;
    }

    .landing #main .secondaryheader {
        display: block;
        padding: 0 20px;
    }

    .landing #main .secondaryheader i {
        right: 20px;
    }

    .landing #main header h1 {
        left: auto;
        right: 20px;
    }

    .landing #main header h1:before {
        display: none;
    }

    .landing #main #features {
        top: 0;
        border-radius: 0 0 5px 5px;
    }

    .landing #main #features ul li {
        display: inline-block;
        width: 50%;
    }

    .landing #main #features ul li:before, .landing-trial #main #features ul li:last-child {
        display: none;
    }

    #main #main-header .logo {
        /* right: 100px; */
    }

    .landing-trial #main #landingform {
        padding: 0;
    }

    #premium .features, #premium .premiumform {
        display: block;
        width: 100% !important;
    }

    .notice {
        padding: 15px 70px 14px 40px;
    }

    .notice .notice-icon {
        left: -15px;
        top: 50%;
        margin-top: -18px;
        z-index: 11;
        background: #151111;
        bottom: auto;
        padding: 5px 8px;
        font-size: 15px;
        border-radius: 50%;
        border: 2px solid rgb(53 52 60);
    }

    .notice .notice-icon i {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        margin: 0;
        vertical-align: middle;
    }
}

@media (max-width: 600px) {
    .inner-container {
        padding: 0 20px;
    }

    .person {
        position: relative;
        padding: 10px 0 10px 33px;
        min-height: 30px;
        float: left;
        width: calc(100% / 4);
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .person .img {
        position: absolute;
        left: 0;
        top: 0;
        width: 60px;
        height: 60px;
        overflow: hidden;
    }

    #content {
        margin-top: 110px;
        padding-top: 20px;
    }

    #content .item {
        width: calc(100% / 3);
    }

    .form .fieldset {
        margin: 10px 0;
    }

    .form .btn-auth {
        display: block;
        width: 100%;
        margin: 0 0 10px;
    }

    .form input[type="checkbox"] {
        margin: 10px 5px 20px 0;
    }

    #main #header-secondary {
        top: 130px;
        height: 60px;
        background: #272727;
    }

    #main #header-secondary .inner-container {
        padding-left: 20px;
    }

    #main #header-secondary .filters {
        float: none;
    }

    #main #header-secondary .filters ul {
        display: flex;
    }

    #main #header-secondary .filters > ul > li {
        flex: 1;
        line-height: 40px;
        margin: 10px 10px 10px 0;
        text-align: center;
    }

    #main #header-secondary .filters > ul > li.genre-filter {
        position: inherit;
    }

    #main #header-secondary .filters > ul > li.quality-filter {
        /* margin-right: 0; */
    }

    #main #header-secondary .filters ul li.search {
        height: auto;
        line-height: 30px;
        position: absolute;
        left: 0;
        right: 0;
        top: -50px;
        padding: 0 20px;
        background: #191717;
    }

    #main #header-secondary .filters ul li .dropdown-toggle {
        display: block;
    }

    #main #header-secondary .filters ul ul, .landing #main .secondaryheader i, .landing #main header h1 {
        display: none;
    }

    #main #header-secondary .filters ul li.search form {
        position: relative;
    }

    #main #header-secondary .filters ul li.search form i {
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -7px;
    }

    #main #header-secondary .filters ul li.search form input {
        width: 100%;
        padding-left: 20px;
    }

    #main #header-secondary .filters ul li.dropdown.open > ul {
        margin-top: 10px;
        text-align: left;
    }

    #main #header-secondary .filters ul li.dropdown.quality-filter.open > ul {
        left: auto;
        right: 0;
    }

    #main #header-secondary .filters ul li.dropdown.open > ul.dropdown-menu-large {
        left: 0;
        right: 0;
        width: auto;
        margin-top: 0;
        box-sizing: border-box;
    }

    #main #header-secondary .filters ul li.dropdown.open > ul.dropdown-menu-large li input[type="checkbox"] + label {
        line-height: 40px;
    }

    .premium-packages {
        position: relative;
    }

    .premium-packages > li:first-child {
        position: absolute;
        left: 4px;
        right: 4px;
        margin-right: 0;
        width: auto;
        min-width: 0;
        max-width: 100%;
    }

    .premium-packages > li {
        min-width: 0;
    }

    .premium-packages > li.popular {
        width: 100%;
        min-width: 0;
    }

    .landing #main header {
        text-align: center;
    }

    .landing #main .secondaryheader {
        padding: 20px 30px;
    }

    .landing #main .secondaryheader h2 {
        display: block;
        text-align: center;
        line-height: 1.5em;
    }

    .landing #main #features ul li {
        display: block;
        width: 220px;
        margin: auto;
    }

    .landing-trial #main #features ul li {
        display: inline-block;
        width: 50%;
    }

    .landing-trial #main #features ul li i {
        color: rgba(255, 255, 255, 0.7);
        background: 0;
        padding: 0;
    }

    .landing-trial #main #landingform .left, .landing-trial #main #landingform .right {
        display: block;
        width: 100%;
    }

    #premium .options span {
        display: block;
    }
}

@media (max-width: 480px) {
    #main #main-header .header-nav li.register, .menu-icon-text, .tv-details-seasons ol li.active:after {
        display: none;
    }

    .notice .close-notice, .notice .close-notice i {
        position: relative;
        top: auto;
    }

    #main #main-header .logo {
        margin-left: -20px;
        /* right: 0; */
    }

    #main #header-secondary .filters ul li.dropdown.open > ul.dropdown-menu-large li {
        width: 50%;
    }

    #content .item {
        width: calc(100% / 2);
    }

    .tv-details-episodes, .tv-details-seasons {
        width: 100%;
        padding: 0;
    }

    .tv-details-episodes {
        margin: 30px 0;
    }

    .landingpackages li {
        width: 50%;
    }

    .landingpackages li:last-child {
        width: 100%;
        margin-top: 20px;
    }

    .landing-trial #main #features ul li {
        display: block;
        width: 220px;
        margin: auto;
    }

    .landing-trial #main #features ul li i {
        color: #fff;
        background: rgba(255, 255, 255, 0.07);
        padding: 15px;
    }

    #premium {
        padding: 20px;
    }

    #premium #progressbar {
        padding: 30px 0;
    }

    .notice {
        font-size: 15px;
        padding: 20px 20px 0;
        text-align: center;
    }

    .notice .notice-icon {
        display: none;
    }

    .notice .close-notice {
        display: block;
        left: 0;
        right: 0;
        bottom: auto;
        margin: 20px -20px 0;
        padding: 5px;
        border-top: 2px solid #35343c;
        border-left: none;
    }

    .detail .movie-actions ul, .detail .tv-details .movie-actions ul {
        display: block;
        width: 100%;
    }

    .detail .movie-actions ul:first-child, .detail .movie-actions ul:last-child, .detail .tv-details .movie-actions ul:first-child, .detail .tv-details .movie-actions ul:last-child {
        padding: 0;
    }

    .tv-details-episodes-info {
        margin-top: 0;
    }
}

@media (max-width: 380px) {
    #main #header-secondary {
        height: 180px;
        padding: 10px 0;
    }

    #main #header-secondary .inner-container {
        height: initial;
    }

    #main #header-secondary .filters ul {
        display: block;
    }

    #main #header-secondary .filters > ul > li {
        position: inherit;
        display: block;
        margin: 10px 0;
    }

    #main #header-secondary .filters ul li.dropdown.open > ul {
        margin-top: 0;
    }

    #main #header-secondary .filters ul li.dropdown.open > ul.dropdown-menu-large li {
        width: 100%;
    }

    #main #header-secondary .filters ul li.dropdown.quality-filter.open > ul {
        left: 0;
    }

    #content {
        margin-top: 230px;
    }

    .landingpackages li {
        width: 100%;
        margin-top: 20px;
    }

    .landingpackages li:first-child {
        margin-top: 0;
    }

    #premium {
        padding: 0;
    }
}

@media (max-width: 1252px) {
    p#slogan {
        display: none;
    }
}

@media (max-width: 1020px) {
    .detail #serie-tv {
        width: 100%;
        margin-top: 30px;
    }
}

@media (max-width: 1000px) {
    li#abc.dropdown.quality-filter {
        display: none !important;
    }
}

#site-container, .sb-site-container, .sidebar, body, html {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html.sb-scroll-lock.sb-active:not(.sb-static) {
    overflow: hidden;
}

#site-container, .sb-site-container {
    width: 100%;
    min-height: 100vh;
    position: relative;
    z-index: 1;
    background: #191717;
}

#site-container:after, #site-container:before, .sb-site-container:after, .sb-site-container:before {
    content: " ";
    display: table;
    clear: both;
}

.sidebar {
    height: 100%;
    overflow-y: auto;
    position: fixed;
    top: 0;
    z-index: 0;
    display: none;
    background-color: #121117;
}

.sidebar, .sidebar * {
    -webkit-transform: translateZ(0);
}

.sb-left {
    left: 0;
}

.sb-right {
    right: 0;
}

.sidebar.sb-static, html.sb-static .sidebar {
    position: absolute;
}

.sidebar.sb-active {
    display: block;
}

.sb-style-overlay {
    z-index: 9999;
}

.sb-momentum-scrolling {
    -webkit-overflow-scrolling: touch;
}

.sb-width-thin {
    width: 15%;
}

.sb-width-wide {
    width: 45%;
}

@media (max-width: 480px) {
    .sb-width-thin {
        width: 55%;
    }

    .sb-width-wide {
        width: 85%;
    }
}

@media (min-width: 481px) {
    .sb-width-thin {
        width: 40%;
    }

    .sb-width-wide {
        width: 70%;
    }
}

@media (min-width: 768px) {
    .sb-width-thin {
        width: 25%;
    }

    .sb-width-wide {
        width: 55%;
    }
}

@media (min-width: 992px) {
    .sb-width-thin {
        width: 15%;
    }

    .sb-width-wide {
        width: 45%;
    }
}

@media (min-width: 1200px) {
    .sb-width-thin {
        width: 5%;
    }

    .sb-width-wide {
        width: 35%;
    }
}

#site-container, .sb-site-container, .sb-slide, .sidebar {
    -webkit-transition: -webkit-transform 0.4s ease;
    -moz-transition: -moz-transform 0.4s ease;
    -o-transition: -o-transform 0.4s ease;
    transition: transform 0.4s ease;
    -webkit-transition-property: -webkit-transform, left, right;
    -webkit-backface-visibility: hidden;
}

.sb-hide {
    display: none;
}

.ps-container {
    -ms-touch-action: none;
    overflow: hidden !important;
}

.ps-container.ps-active-x > .ps-scrollbar-x-rail, .ps-container.ps-active-y > .ps-scrollbar-y-rail {
    display: block;
}

.ps-container.ps-in-scrolling {
    pointer-events: none;
}

.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
    background-color: #eee;
    opacity: 0.9;
}

.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
    background-color: #999;
}

.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
    background-color: #eee;
    opacity: 0.9;
}

.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
    background-color: #999;
}

.ps-container > .ps-scrollbar-x-rail {
    display: none;
    position: absolute;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    opacity: 0;
    -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
    -moz-transition: background-color 0.2s linear, opacity 0.2s linear;
    -o-transition: background-color 0.2s linear, opacity 0.2s linear;
    transition: background-color 0.2s linear, opacity 0.2s linear;
    bottom: 3px;
    height: 8px;
}

.ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x {
    position: absolute;
    background-color: #aaa;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: background-color 0.2s linear;
    -moz-transition: background-color 0.2s linear;
    -o-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
    bottom: 0;
    height: 8px;
}

.ps-container > .ps-scrollbar-y-rail {
    display: none;
    position: absolute;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    opacity: 0;
    -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
    -moz-transition: background-color 0.2s linear, opacity 0.2s linear;
    -o-transition: background-color 0.2s linear, opacity 0.2s linear;
    transition: background-color 0.2s linear, opacity 0.2s linear;
    right: 3px;
    width: 8px;
}

.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
    position: absolute;
    background-color: #aaa;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: background-color 0.2s linear;
    -moz-transition: background-color 0.2s linear;
    -o-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
    right: 0;
    width: 8px;
}

.ps-container:hover.ps-in-scrolling {
    pointer-events: none;
}

.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
    background-color: #eee;
    opacity: 0.9;
}

.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
    background-color: #999;
}

.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
    background-color: #eee;
    opacity: 0.9;
}

.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
    background-color: #999;
}

.ps-container:hover > .ps-scrollbar-x-rail, .ps-container:hover > .ps-scrollbar-y-rail {
    opacity: 0.6;
}

.ps-container:hover > .ps-scrollbar-x-rail:hover {
    background-color: #eee;
    opacity: 0.9;
}

.ps-container:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x {
    background-color: #999;
}

.ps-container:hover > .ps-scrollbar-y-rail:hover {
    background-color: #eee;
    opacity: 0.9;
}

.ps-container:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
    background-color: #999;
}

.rating, p#buttondownload {
    text-align: center;
    float: left;
}

.detail #content .movie-info h1 span {
    color: rgba(160, 160, 160, 0.77);
    font-weight: 500;
}

.detail #content .movie-info h1 span a {
    color: rgba(160, 160, 160, 0.77);
    font-weight: 500;
}

a {
    color: #fff;
}

.detail #content .movie-info span#hd-icon {
    font-style: italic;
    font-size: 18px;
    font-weight: 700;
}

.button:hover {
    border: 1px solid rgba(255, 255, 255, 0.88);
    transition: 0.3s ease;
}

p#buttondownload:hover {
    background-color: #9a329b;
}

@media (max-width: 768px) {
    .detail #content .movie-info {
        width: calc(100% - 190px);
        margin-left: 20px;
        padding: 0;
    }

    .detail #content .movie-info .movie-data {
        /* margin-bottom: -40px; */
        /* border-bottom: 0; */
    }

    .detail #content .movie-image {
        width: 150px;
        left: 0;
    }
}

@media (max-width: 600px) {
    .detail #content .movie-info .movie-data span#anno, .detail #content .movie-info .movie-data span.hd, .detail #content .movie-info .movie-data span:before, .detail #content .movie-info em span#tvdb, .detail #content .movie-info em span.rated, .detail #content .movie-info h1 i, .movie-background {
        display: none;
    }

    #content > div.inner-container > div.movie-info > p.movie-description {
        margin-top: 10px;
        /* margin-right: 10px; */
    }

    .persons {
        /* margin-left: 20px; */
        margin-bottom: 20px;
    }

    #content > div.inner-container > div.movie-info > span > b {
        margin-top: -5px;
    }

    .detail #content .movie-info {
        width: 97%;
        padding: 0;
        margin-left: 10px;
        margin-top: 15px;
    }

    .persons {
        /* margin-left: 10px */
    }

    .detail #content .movie-image {
        width: 100%;
        margin-top: -15px;
    }

    .detail #content .movie-image img {
        border-top-right-radius: 5px;
        border-top-left-radius: 5px;
    }

    .detail section#content .movie-background {
        background: no-repeat #191717;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        background-size: cover;
    }

    .detail #content .movie-image a {
        margin-bottom: 15px;
    }

    .detail #content .movie-info .movie-data {
        /* border: 0; */
    }

    .detail #content .movie-info .movie-data span {
        font-size: 14px;
        /* margin: 6px; */
    }

    .detail #content .movie-info em span {
        margin: 5px;
        font-size: 9px;
        white-space: nowrap;
    }

    i.fa.fa-star-o {
        color: #f5de50;
    }

    .detail .movie-actions .extra li#streaming-4k a span {
        font-size: 13px;
        color: #fff;
    }
}

.detail #content .movie-info h1 i {
    color: rgba(160, 160, 160, 0.77);
    font-weight: 500;
}

.detail #content .movie-info em {
    padding-bottom: 15px;
    /* display: block; */
    /* color: #fff; */
    /* font-size: 10px; */
}

@media (max-width: 400px) {
    #content > div.inner-container > div.movie-info > span > b {
        margin-top: -5px !important;
    }

    .detail #content .movie-info h1 {
        margin-left: 5px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 30px;
    }

    .details {
        margin-bottom: 15px;
    }
}

.detail #content .movie-info b {
    font-size: 15px;
    cursor: pointer;
    margin-top: -30px;
}

.detail #content .movie-info b:hover {
    opacity: 1;
}

.details span {
    display: inline-block;
    /* margin: 0 5px; */
}

.details span a {
    color: rgba(255, 255, 255, 0.7);
}

.details {
    border-top: 1px solid rgba(255, 255, 255, 0.07);
    padding-top: 20px;
    margin-bottom: 20px;
}

.details span a:hover {
    color: #fff;
}

.detail #content .movie-info .movie-data span:before {
    display: none;
}

.detail #content .movie-info em span:hover {
    border: 1px solid rgba(255, 255, 255, 0.88);
    transition: 0.3s ease;
}

.detail .movie-actions .extra li#streaming-4k {
    border-radius: 5px;
    background-color: #c054c1;
}

.detail .movie-actions .extra li#streaming-4k a span {
    color: #fff;
}

.download a span {
    color: #fff;
}

.tv-details-seasons ol li[data-tab="season0"] {
    display: none;
}

.detail .movie-actions .extra li#download-button a:hover {
    color: #fff;
}

.movie-actions {
    margin-bottom: 20px;
}

.detail .movie-actions .extra li div span {
    color: rgba(255, 255, 255, 0.7);
}

.detail .movie-actions .extra li div span:hover {
    color: #fff;
}

.detail .movie-actions ul > li a:hover {
    color: #fff;
}

.tv-details-seasons ol li[data-tab="season0"] {
    display: none;
}

.modal-content, .modal-overlay {
    height: 100%;
    width: 100%;
}

.modal-error, .modal-image, .modal-title-wrap {
    text-align: center;
}

.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99998;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.modal-overlay.modal-open {
    visibility: visible;
    opacity: 1;
}

.modal-wrap {
    position: absolute;
    top: 10%;
    bottom: 10%;
    left: 10%;
    right: 10%;
}

.modal-next, .modal-prev {
    top: 50%;
    position: absolute;
}

.modal-title-wrap {
    position: absolute;
    bottom: 0;
    margin: auto;
    display: inline-block;
    width: 100%;
}

.modal-nav {
    display: none;
}

.modal-prev {
    left: 0;
}

.modal-next {
    right: 0;
}

.modal-close {
    position: absolute;
    top: 2%;
    right: 2%;
}

.modal-image img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    vertical-align: middle;
}

.modal-content iframe, .modal-error {
    width: 100%;
    height: 100%;
}

.modal-ajax, .modal-inline {
    max-height: 100%;
    overflow: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.modal-error {
    display: table;
    color: #fff;
    text-shadow: 0 1px 1px #000;
}

.modal-error p {
    display: table-cell;
    vertical-align: middle;
}

.modal-notouch .modal-effect-fade, .modal-notouch .modal-effect-fadeScale, .modal-notouch .modal-effect-fall, .modal-notouch .modal-effect-slideDown, .modal-notouch .modal-effect-slideLeft, .modal-notouch .modal-effect-slideRight, .modal-notouch .modal-effect-slideUp {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.modal-effect-fadeScale .modal-wrap {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
}

.modal-effect-fadeScale.modal-open .modal-wrap {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.modal-effect-slideDown .modal-wrap, .modal-effect-slideLeft .modal-wrap, .modal-effect-slideRight .modal-wrap, .modal-effect-slideUp .modal-wrap {
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
    -moz-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
    -ms-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
    -o-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
    transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}

.modal-effect-slideLeft .modal-wrap {
    -webkit-transform: translateX(-10%);
    -moz-transform: translateX(-10%);
    -ms-transform: translateX(-10%);
    transform: translateX(-10%);
}

.modal-effect-slideRight .modal-wrap {
    -webkit-transform: translateX(10%);
    -moz-transform: translateX(10%);
    -ms-transform: translateX(10%);
    transform: translateX(10%);
}

.modal-effect-slideLeft.modal-open .modal-wrap, .modal-effect-slideRight.modal-open .modal-wrap {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.modal-effect-slideDown .modal-wrap {
    -webkit-transform: translateY(-10%);
    -moz-transform: translateY(-10%);
    -ms-transform: translateY(-10%);
    transform: translateY(-10%);
}

.modal-effect-slideUp .modal-wrap {
    -webkit-transform: translateY(10%);
    -moz-transform: translateY(10%);
    -ms-transform: translateY(10%);
    transform: translateY(10%);
}

.modal-effect-slideDown.modal-open .modal-wrap, .modal-effect-slideUp.modal-open .modal-wrap {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.modal-body-effect-fall .modal-effect-fall {
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
}

.modal-effect-fall .modal-wrap {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-transform: translateZ(300px);
    -moz-transform: translateZ(300px);
    -ms-transform: translateZ(300px);
    transform: translateZ(300px);
}

.modal-effect-fall.modal-open .modal-wrap {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

.modal-skin-default.modal-overlay {
    background: #151111;
}

.modal-skin-default .modal-content.modal-loading {
    background: url(https://i.imgur.com/50Y0t0h.gif) 50% 50% no-repeat;
}

.modal-skin-default .modal-nav {
    top: 10%;
    width: 8%;
    height: 80%;
    text-indent: -9999px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    opacity: 0.5;
}

.modal-skin-default .modal-nav:hover {
    opacity: 1;
}

.modal-skin-default .modal-prev {
    background-image: url(https://i.imgur.com/5lvhOF7.png);
    border-radius: 0 3px 3px 0;
}

.modal-skin-default .modal-next {
    background-image: url(https://i.imgur.com/8CPLach.png);
    border-radius: 3px 0 0 3px;
}

.modal-skin-default .modal-close {
    display: block;
    background: url(https://i.imgur.com/DDhZS6k.png) 5px 5px no-repeat;
    width: 23px;
    height: 23px;
    text-indent: -9999px;
    padding: 5px;
    opacity: 0.5;
}

.modal-skin-default .modal-close:hover {
    opacity: 1;
}

.modal-skin-default .modal-title-wrap {
    bottom: -7%;
}

.modal-skin-default .modal-title {
    color: #fff;
    padding: 7px 15px;
    display: inline-block;
    cursor: pointer;
    background: #000;
    border-radius: 30px;
}

.modal-skin-default .modal-image img {
    background: #272727;
    background: none;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}

.modal-skin-default .modal-ajax, .modal-skin-default .modal-inline {
    background: #272727;
    padding: 40px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}

@media (-webkit-min-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (min--moz-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
    .modal-skin-default .modal-content.modal-loading {
        background-image: url(https://i.imgur.com/50Y0t0h.gif);
        background-size: 32px 32px;
    }

    .modal-skin-default .modal-prev {
        background-image: url(https://i.imgur.com/n9FqpVJ.png);
        background-size: 48px 48px;
    }

    .modal-skin-default .modal-next {
        background-image: url(https://i.imgur.com/jIcbVZe.png);
        background-size: 48px 48px;
    }

    .modal-skin-default .modal-close {
        background-image: url(https://i.imgur.com/71gOmg7.png);
        background-size: 16px 16px;
    }
}

#comments {
    position: relative;
    z-index: 10;
    font-size: 14px;
    margin-top: 50px;
    color: rgb(255 255 255 / 70%);
}

#comments > h4 {
    margin-bottom: 10px;
    color: #fff;
    font-size: 19px;
    font-weight: 600;
}

#reply-title {
    color: #fff;
    font-size: 19px;
    font-weight: 600;
}

#reply-title > small {
    margin-left: 20px;
}

#commentform > p.comment-notes {
    color: rgba(255, 255, 255, 0.4);
    font-size: 12px;
    font-weight: 300;
    margin-bottom: 10px;
}

p.comment-form-comment > label {
    padding-bottom: 10px;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0px auto;
}

.img-circle {
    border-radius: 50%;
}

/* Comments */
#commentform textarea, input {
    margin-top: 5px;
    margin-bottom: 5px;
    border: none;
    outline: none;
}

#commentform textarea {
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    border: 1px solid #000;
    -moz-transition: border-color 0.2s linear, color 0.2s linear;
    -ms-transition: border-color 0.2s linear, color 0.2s linear;
    -o-transition: border-color 0.2s linear, color 0.2s linear;
    -webkit-border-radius: 5px;
    -webkit-transition: border-color 0.2s linear, color 0.2s linear;
    transition: border-color 0.2s linear, color 0.2s linear;
}

#commentform textarea:focus {
    outline: none !important;
    border: 1px solid #e50914;
}

.comment-list, .children {
    list-style: none;
}

ul.children {
    list-style: none;
    padding-left: 0px;
    margin-left: 0px;
}

.comment-wrap {
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    padding-bottom: 40px;
    margin-bottom: 50px;
    position: relative;
}

.comment-wrap .comments-title {
    padding-top: 60px;
}

.comment-wrap .comment-img {
    float: left;
    margin-right: 20px;
    padding-bottom: 25px;
}

.comment-author {
    text-align: left;
}

.comment-reply {
    position: absolute;
    top: 0px;
    right: 0px;
    font-style: italic;
    padding: 5px 5px;
}

.comment-author, .comment-author a {
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 2px;
}

.comment-date {
    color: rgba(255, 255, 255, 0.4);
    font-size: 12px;
    font-weight: 300;
    display: block;
    padding-bottom: 7px;
}

.depth-2 .comment-wrap {
    padding-left: 30px;
}

.depth-3 .comment-wrap {
    padding-left: 60px;
}

.depth-4 .comment-wrap {
    padding-left: 90px;
}

.depth-5 .comment-wrap {
    padding-left: 120px;
}

.depth-6 .comment-wrap {
    padding-left: 150px;
}

.depth-7 .comment-wrap {
    padding-left: 180px;
}

.depth-8 .comment-wrap {
    padding-left: 210px;
}

.depth-9 .comment-wrap {
    padding-left: 240px;
}

.depth-10 .comment-wrap {
    padding-left: 270px;
}

#commentform #comment, #commentform #author, #commentform #email, #commentform #url {
    display: block;
    width: 100%;
    border-radius: 5px;
}

span.required {
    color: #ff8181;
}

#commentform input[type="submit"] {
    cursor: pointer;
    border: none;
    display: inline-block;
    padding: 12px 18px;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 700;
    background: #e50914;
    margin-top: 15px;
    /* margin-bottom: 66px; */
    color: #fff;
}

#commentform input[type="submit"]:hover {
    opacity: 0.9;
    color: #fff;
}

.title-line {
    border-top: 1px solid rgba(255, 255, 255, 0.07);
    display: block;
    margin: 0 auto 25px;
}

#commentform #author, #commentform #email, #commentform #url {
    height: 25px;
    padding-left: 10px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    border: 1px solid #000;
    -moz-transition: border-color 0.2s linear, color 0.2s linear;
    -ms-transition: border-color 0.2s linear, color 0.2s linear;
    -o-transition: border-color 0.2s linear, color 0.2s linear;
    -webkit-border-radius: 5px;
    -webkit-transition: border-color 0.2s linear, color 0.2s linear;
    transition: border-color 0.2s linear, color 0.2s linear;
}

#commentform #author:focus, #commentform #email:focus, #commentform #url:focus {
    outline: none !important;
    border: 1px solid #e50914;
}

#commentform > p.logged-in-as a {
    font-size: 12px;
    color: rgb(255 255 255 / 70%);
}

#commentform textarea {
    padding: 7px;
}

.awaiting {
    color: #ff8181;
    font-size: 12px;
}

div.comment-body > em > i {
    color: #fff;
}

/* Responsive */
@media (max-width: 767px) {
    .comment-list, .children {
        padding-left: 0px;
    }

    .comment-wrap .comment-img {
        float: none;
        margin: 0px;
        width: 100%;
        padding-bottom: 0px;
    }

    .comment-img > img {
        display: block;
        margin: 0px auto;
    }

    .comment-author, .comment-author a, .comment-date {
        text-align: center;
    }

    .depth-2 .comment-wrap, .depth-3 .comment-wrap, .depth-4 .comment-wrap, .depth-5 .comment-wrap, .depth-6 .comment-wrap, .depth-7 .comment-wrap, .depth-8 .comment-wrap, .depth-9 .comment-wrap, .depth-10 .comment-wrap {
        padding-left: 0px;
    }

    .comment-reply {
        position: relative;
        text-align: center;
        display: block;
        margin-top: 25px;
        background: #e50914;
        border-radius: 3px;
    }

    #commentform input[type="submit"] {
        margin-bottom: 20px !important;
    }
}

#report > i {
    padding-right: 19px;
}

.report-post-link {
    display: inline-block;
    background-image: none;
    background-repeat: no-repeat;
    background-position: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    vertical-align: 0;
}

.lds-ripple {
    display: inline-block;
    position: relative;
    margin-top: 30px;
    width: 40px;
    height: 40px;
    text-align: center;
}

.lds-ripple div {
    position: absolute;
    border: 4px solid #e50914;
    opacity: 1;
    border-radius: 50%;
    animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.lds-ripple div:nth-child(2) {
    animation-delay: -0.5s;
}

@keyframes lds-ripple {
    0% {
        top: 36px;
        left: 36px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 72px;
        height: 72px;
        opacity: 0;
    }
}

#topscroll {
    display: inline-block;
    background-color: rgb(0 10 19 / 23%);
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

#topscroll::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #fff;
}

#topscroll:hover {
    cursor: pointer;
    background-color: rgb(12 11 11 / 53%);
}

#topscroll:active {
    background-color: #555;
}

#topscroll.show {
    opacity: 1;
    visibility: visible;
}

/* == related == */
.detail .similar {
    position: relative;
    width: 100%;
    padding-top: 60px;
    vertical-align: top;
    z-index: 1;
    display: none;
}

.detail .similar h4 {
    font-size: 19px;
    font-weight: 600;
    line-height: 1;
}

.detail .similar ul {
    display: block;
    width: calc(100% + 24px);
    margin: 30px -12px 0 -12px;
    font-size: 0;
}

.detail .similar ul li {
    display: inline-block;
    width: 12.5%;
    width: calc(100%/ 10);
    font-size: 0;
    padding: 0 12px;
    margin-bottom: 15px;
    border-radius: 4px;
    vertical-align: top;
    overflow: hidden;
}

.detail .similar ul li a {
    display: block;
}

.detail .similar ul li img {
    display: inline-block;
    width: 100%;
    border-radius: 4px;
}

.detail .similar ul li img:hover {
    opacity: 0.7;
}

.detail .similar ul li .text {
    display: inline-block;
    display: none;
    width: 75%;
    padding: 20px 30px;
    vertical-align: top;
}

.detail .similar ul li .text h5 {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 10px;
}

@media (max-width: 1400px) {
    .detail .similar ul li {
        width: calc(100%/ 8)
    }

    .detail .similar ul li:nth-child(9), .detail .similar ul li:nth-child(10) {
        display: none;
    }
}

@media (max-width: 1200px) {
    .detail .similar ul li {
        width: calc(100%/ 6)
    }

    .detail .similar ul li:nth-child(7), .detail .similar ul li:nth-child(8), .detail .similar ul li:nth-child(9), .detail .similar ul li:nth-child(10) {
        display: none;
    }
}

@media (max-width: 768px) {
    .detail .similar {
        padding-top: 40px;
    }

    .detail .similar ul li {
        width: calc(100%/ 4)
    }

    .detail .similar ul li:nth-child(5), .detail .similar ul li:nth-child(6), .detail .similar ul li:nth-child(7), .detail .similar ul li:nth-child(8), .detail .similar ul li:nth-child(9), .detail .similar ul li:nth-child(10) {
        display: none;
    }
}

@media (max-width: 480px) {
    .detail .similar ul li {
        width: calc(100%/ 3)
    }

    .detail .similar ul li:nth-child(4), .detail .similar ul li:nth-child(5), .detail .similar ul li:nth-child(6), .detail .similar ul li:nth-child(7), .detail .similar ul li:nth-child(8), .detail .similar ul li:nth-child(9), .detail .similar ul li:nth-child(10) {
        display: none;
    }
}

body.overview.favorites #select_sortby {
    pointer-events: none! important;
}

body.overview.letter #select_sortby {
    pointer-events: none! important;
}

body.overview.random #select_sortby {
    pointer-events: none! important;
}

body.overview.top #select_sortby {
    pointer-events: none! important;
}

body.overview.tag #select_sortby {
    pointer-events: none! important;
}

body.overview.favorites #header-secondary > div > nav > ul > li.dropdown.sortby {
    cursor: not-allowed! important;
}

body.overview.letter #header-secondary > div > nav > ul > li.dropdown.sortby {
    cursor: not-allowed! important;
}

body.overview.random #header-secondary > div > nav > ul > li.dropdown.sortby {
    cursor: not-allowed! important;
}

body.overview.top #header-secondary > div > nav > ul > li.dropdown.sortby {
    cursor: not-allowed! important;
}

body.overview.tag #header-secondary > div > nav > ul > li.dropdown.sortby {
    cursor: not-allowed! important;
}

.movie-info > span > div > span.progress-value {
    cursor: pointer;
}

.movie-info > span > div > span.progress-value:hover {
    font-size: 16px;
}

.progress {
    display: -ms-flexbox;
    /* display: flex; */
    /* height: 1rem; */
    /* line-height: 0; */
    /* font-size: 0.75rem; */
    /* background-color: #151111; */
}

.progress-bar {
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #0085ff;
    transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
    .progress-bar {
        transition: none;
    }

    .progress-bar-animated {
        -webkit-animation: none;
        animation: none;
    }
}

.progress-circle {
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: 0 0;
    margin: 0 auto;
    box-shadow: none;
    position: relative;
}

.progress-circle:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 5px solid #4c4b4b;
    position: absolute;
    top: 0;
    left: 0;
}

.progress-circle > span {
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    /* top: 0; */
    z-index: 1;
}

.progress-circle .progress-left {
    left: 0;
}

.progress-circle .progress-bar {
    width: 100%;
    height: 100%;
    background: 0 0;
    border-width: 5px;
    border-style: solid;
    position: absolute;
    top: 0;
    border-color: #fdab3d;
}

.progress-circle .progress-bar.progress-success {
    border-color: #00c874;
}

.progress-circle .progress-bar.progress-danger {
    border-color: #e44258;
}

.progress-circle .progress-left .progress-bar {
    left: 100%;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    border-left: 0;
    -webkit-transform-origin: center left;
    transform-origin: center left;
}

.progress-circle .progress-right {
    right: 0;
}

.progress-circle .progress-right .progress-bar {
    left: -100%;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    border-right: 0;
    -webkit-transform-origin: center right;
    transform-origin: center right;
}

.progress-circle .progress-value {
    display: -ms-flexbox;
    display: flex;
    border-radius: 50%;
    font-size: 14px;
    text-align: center;
    line-height: 20px;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    font-weight: 300;
    color: #ffffff;
}

.progress-circle .progress-value div {
    margin-top: 10px;
}

.progress-circle .progress-value span {
    font-size: 12px;
    text-transform: uppercase;
}

.progress[data-percentage="1"] .progress-right .progress-bar {
    -webkit-animation: loading-1 0.5s linear forwards;
    animation: loading-1 0.5s linear forwards;
}

.progress[data-percentage="1"] .progress-left .progress-bar {
    -webkit-animation: 0;
    animation: 0;
}

.progress[data-percentage="2"] .progress-right .progress-bar {
    -webkit-animation: loading-2 0.5s linear forwards;
    animation: loading-2 0.5s linear forwards;
}

.progress[data-percentage="2"] .progress-left .progress-bar {
    -webkit-animation: 0;
    animation: 0;
}

.progress[data-percentage="3"] .progress-right .progress-bar {
    -webkit-animation: loading-3 0.5s linear forwards;
    animation: loading-3 0.5s linear forwards;
}

.progress[data-percentage="3"] .progress-left .progress-bar {
    -webkit-animation: 0;
    animation: 0;
}

.progress[data-percentage="4"] .progress-right .progress-bar {
    -webkit-animation: loading-4 0.5s linear forwards;
    animation: loading-4 0.5s linear forwards;
}

.progress[data-percentage="4"] .progress-left .progress-bar {
    -webkit-animation: 0;
    animation: 0;
}

.progress[data-percentage="5"] .progress-right .progress-bar {
    -webkit-animation: loading-5 0.5s linear forwards;
    animation: loading-5 0.5s linear forwards;
}

.progress[data-percentage="5"] .progress-left .progress-bar {
    -webkit-animation: 0;
    animation: 0;
}

.progress[data-percentage="6"] .progress-right .progress-bar {
    -webkit-animation: loading-6 0.5s linear forwards;
    animation: loading-6 0.5s linear forwards;
}

.progress[data-percentage="6"] .progress-left .progress-bar {
    -webkit-animation: 0;
    animation: 0;
}

.progress[data-percentage="7"] .progress-right .progress-bar {
    -webkit-animation: loading-7 0.5s linear forwards;
    animation: loading-7 0.5s linear forwards;
}

.progress[data-percentage="7"] .progress-left .progress-bar {
    -webkit-animation: 0;
    animation: 0;
}

.progress[data-percentage="8"] .progress-right .progress-bar {
    -webkit-animation: loading-8 0.5s linear forwards;
    animation: loading-8 0.5s linear forwards;
}

.progress[data-percentage="8"] .progress-left .progress-bar {
    -webkit-animation: 0;
    animation: 0;
}

.progress[data-percentage="9"] .progress-right .progress-bar {
    -webkit-animation: loading-9 0.5s linear forwards;
    animation: loading-9 0.5s linear forwards;
}

.progress[data-percentage="9"] .progress-left .progress-bar {
    -webkit-animation: 0;
    animation: 0;
}

.progress[data-percentage="10"] .progress-right .progress-bar {
    -webkit-animation: loading-10 0.5s linear forwards;
    animation: loading-10 0.5s linear forwards;
}

.progress[data-percentage="10"] .progress-left .progress-bar {
    -webkit-animation: 0;
    animation: 0;
}

.progress[data-percentage="11"] .progress-right .progress-bar {
    -webkit-animation: loading-11 0.5s linear forwards;
    animation: loading-11 0.5s linear forwards;
}

.progress[data-percentage="11"] .progress-left .progress-bar {
    -webkit-animation: 0;
    animation: 0;
}

.progress[data-percentage="12"] .progress-right .progress-bar {
    -webkit-animation: loading-12 0.5s linear forwards;
    animation: loading-12 0.5s linear forwards;
}

.progress[data-percentage="12"] .progress-left .progress-bar {
    -webkit-animation: 0;
    animation: 0;
}

.progress[data-percentage="13"] .progress-right .progress-bar {
    -webkit-animation: loading-13 0.5s linear forwards;
    animation: loading-13 0.5s linear forwards;
}

.progress[data-percentage="13"] .progress-left .progress-bar {
    -webkit-animation: 0;
    animation: 0;
}

.progress[data-percentage="14"] .progress-right .progress-bar {
    -webkit-animation: loading-14 0.5s linear forwards;
    animation: loading-14 0.5s linear forwards;
}

.progress[data-percentage="14"] .progress-left .progress-bar {
    -webkit-animation: 0;
    animation: 0;
}

.progress[data-percentage="15"] .progress-right .progress-bar {
    -webkit-animation: loading-15 0.5s linear forwards;
    animation: loading-15 0.5s linear forwards;
}

.progress[data-percentage="15"] .progress-left .progress-bar {
    -webkit-animation: 0;
    animation: 0;
}

.progress[data-percentage="16"] .progress-right .progress-bar {
    -webkit-animation: loading-16 0.5s linear forwards;
    animation: loading-16 0.5s linear forwards;
}

.progress[data-percentage="16"] .progress-left .progress-bar {
    -webkit-animation: 0;
    animation: 0;
}

.progress[data-percentage="17"] .progress-right .progress-bar {
    -webkit-animation: loading-17 0.5s linear forwards;
    animation: loading-17 0.5s linear forwards;
}

.progress[data-percentage="17"] .progress-left .progress-bar {
    -webkit-animation: 0;
    animation: 0;
}

.progress[data-percentage="18"] .progress-right .progress-bar {
    -webkit-animation: loading-18 0.5s linear forwards;
    animation: loading-18 0.5s linear forwards;
}

.progress[data-percentage="18"] .progress-left .progress-bar {
    -webkit-animation: 0;
    animation: 0;
}

.progress[data-percentage="19"] .progress-right .progress-bar {
    -webkit-animation: loading-19 0.5s linear forwards;
    animation: loading-19 0.5s linear forwards;
}

.progress[data-percentage="19"] .progress-left .progress-bar {
    -webkit-animation: 0;
    animation: 0;
}

.progress[data-percentage="20"] .progress-right .progress-bar {
    -webkit-animation: loading-20 0.5s linear forwards;
    animation: loading-20 0.5s linear forwards;
}

.progress[data-percentage="20"] .progress-left .progress-bar {
    -webkit-animation: 0;
    animation: 0;
}

.progress[data-percentage="21"] .progress-right .progress-bar {
    -webkit-animation: loading-21 0.5s linear forwards;
    animation: loading-21 0.5s linear forwards;
}

.progress[data-percentage="21"] .progress-left .progress-bar {
    -webkit-animation: 0;
    animation: 0;
}

.progress[data-percentage="22"] .progress-right .progress-bar {
    -webkit-animation: loading-22 0.5s linear forwards;
    animation: loading-22 0.5s linear forwards;
}

.progress[data-percentage="22"] .progress-left .progress-bar {
    -webkit-animation: 0;
    animation: 0;
}

.progress[data-percentage="23"] .progress-right .progress-bar {
    -webkit-animation: loading-23 0.5s linear forwards;
    animation: loading-23 0.5s linear forwards;
}

.progress[data-percentage="23"] .progress-left .progress-bar {
    -webkit-animation: 0;
    animation: 0;
}

.progress[data-percentage="24"] .progress-right .progress-bar {
    -webkit-animation: loading-24 0.5s linear forwards;
    animation: loading-24 0.5s linear forwards;
}

.progress[data-percentage="24"] .progress-left .progress-bar {
    -webkit-animation: 0;
    animation: 0;
}

.progress[data-percentage="25"] .progress-right .progress-bar {
    -webkit-animation: loading-25 0.5s linear forwards;
    animation: loading-25 0.5s linear forwards;
}

.progress[data-percentage="25"] .progress-left .progress-bar {
    -webkit-animation: 0;
    animation: 0;
}

.progress[data-percentage="26"] .progress-right .progress-bar {
    -webkit-animation: loading-26 0.5s linear forwards;
    animation: loading-26 0.5s linear forwards;
}

.progress[data-percentage="26"] .progress-left .progress-bar {
    -webkit-animation: 0;
    animation: 0;
}

.progress[data-percentage="27"] .progress-right .progress-bar {
    -webkit-animation: loading-27 0.5s linear forwards;
    animation: loading-27 0.5s linear forwards;
}

.progress[data-percentage="27"] .progress-left .progress-bar {
    -webkit-animation: 0;
    animation: 0;
}

.progress[data-percentage="28"] .progress-right .progress-bar {
    -webkit-animation: loading-28 0.5s linear forwards;
    animation: loading-28 0.5s linear forwards;
}

.progress[data-percentage="28"] .progress-left .progress-bar {
    -webkit-animation: 0;
    animation: 0;
}

.progress[data-percentage="29"] .progress-right .progress-bar {
    -webkit-animation: loading-29 0.5s linear forwards;
    animation: loading-29 0.5s linear forwards;
}

.progress[data-percentage="29"] .progress-left .progress-bar {
    -webkit-animation: 0;
    animation: 0;
}

.progress[data-percentage="30"] .progress-right .progress-bar {
    -webkit-animation: loading-30 0.5s linear forwards;
    animation: loading-30 0.5s linear forwards;
}

.progress[data-percentage="30"] .progress-left .progress-bar {
    -webkit-animation: 0;
    animation: 0;
}

.progress[data-percentage="31"] .progress-right .progress-bar {
    -webkit-animation: loading-31 0.5s linear forwards;
    animation: loading-31 0.5s linear forwards;
}

.progress[data-percentage="31"] .progress-left .progress-bar {
    -webkit-animation: 0;
    animation: 0;
}

.progress[data-percentage="32"] .progress-right .progress-bar {
    -webkit-animation: loading-32 0.5s linear forwards;
    animation: loading-32 0.5s linear forwards;
}

.progress[data-percentage="32"] .progress-left .progress-bar {
    -webkit-animation: 0;
    animation: 0;
}

.progress[data-percentage="33"] .progress-right .progress-bar {
    -webkit-animation: loading-33 0.5s linear forwards;
    animation: loading-33 0.5s linear forwards;
}

.progress[data-percentage="33"] .progress-left .progress-bar {
    -webkit-animation: 0;
    animation: 0;
}

.progress[data-percentage="34"] .progress-right .progress-bar {
    -webkit-animation: loading-34 0.5s linear forwards;
    animation: loading-34 0.5s linear forwards;
}

.progress[data-percentage="34"] .progress-left .progress-bar {
    -webkit-animation: 0;
    animation: 0;
}

.progress[data-percentage="35"] .progress-right .progress-bar {
    -webkit-animation: loading-35 0.5s linear forwards;
    animation: loading-35 0.5s linear forwards;
}

.progress[data-percentage="35"] .progress-left .progress-bar {
    -webkit-animation: 0;
    animation: 0;
}

.progress[data-percentage="36"] .progress-right .progress-bar {
    -webkit-animation: loading-36 0.5s linear forwards;
    animation: loading-36 0.5s linear forwards;
}

.progress[data-percentage="36"] .progress-left .progress-bar {
    -webkit-animation: 0;
    animation: 0;
}

.progress[data-percentage="37"] .progress-right .progress-bar {
    -webkit-animation: loading-37 0.5s linear forwards;
    animation: loading-37 0.5s linear forwards;
}

.progress[data-percentage="37"] .progress-left .progress-bar {
    -webkit-animation: 0;
    animation: 0;
}

.progress[data-percentage="38"] .progress-right .progress-bar {
    -webkit-animation: loading-38 0.5s linear forwards;
    animation: loading-38 0.5s linear forwards;
}

.progress[data-percentage="38"] .progress-left .progress-bar {
    -webkit-animation: 0;
    animation: 0;
}

.progress[data-percentage="39"] .progress-right .progress-bar {
    -webkit-animation: loading-39 0.5s linear forwards;
    animation: loading-39 0.5s linear forwards;
}

.progress[data-percentage="39"] .progress-left .progress-bar {
    -webkit-animation: 0;
    animation: 0;
}

.progress[data-percentage="40"] .progress-right .progress-bar {
    -webkit-animation: loading-40 0.5s linear forwards;
    animation: loading-40 0.5s linear forwards;
}

.progress[data-percentage="40"] .progress-left .progress-bar {
    -webkit-animation: 0;
    animation: 0;
}

.progress[data-percentage="41"] .progress-right .progress-bar {
    -webkit-animation: loading-41 0.5s linear forwards;
    animation: loading-41 0.5s linear forwards;
}

.progress[data-percentage="41"] .progress-left .progress-bar {
    -webkit-animation: 0;
    animation: 0;
}

.progress[data-percentage="42"] .progress-right .progress-bar {
    -webkit-animation: loading-42 0.5s linear forwards;
    animation: loading-42 0.5s linear forwards;
}

.progress[data-percentage="42"] .progress-left .progress-bar {
    -webkit-animation: 0;
    animation: 0;
}

.progress[data-percentage="43"] .progress-right .progress-bar {
    -webkit-animation: loading-43 0.5s linear forwards;
    animation: loading-43 0.5s linear forwards;
}

.progress[data-percentage="43"] .progress-left .progress-bar {
    -webkit-animation: 0;
    animation: 0;
}

.progress[data-percentage="44"] .progress-right .progress-bar {
    -webkit-animation: loading-44 0.5s linear forwards;
    animation: loading-44 0.5s linear forwards;
}

.progress[data-percentage="44"] .progress-left .progress-bar {
    -webkit-animation: 0;
    animation: 0;
}

.progress[data-percentage="45"] .progress-right .progress-bar {
    -webkit-animation: loading-45 0.5s linear forwards;
    animation: loading-45 0.5s linear forwards;
}

.progress[data-percentage="45"] .progress-left .progress-bar {
    -webkit-animation: 0;
    animation: 0;
}

.progress[data-percentage="46"] .progress-right .progress-bar {
    -webkit-animation: loading-46 0.5s linear forwards;
    animation: loading-46 0.5s linear forwards;
}

.progress[data-percentage="46"] .progress-left .progress-bar {
    -webkit-animation: 0;
    animation: 0;
}

.progress[data-percentage="47"] .progress-right .progress-bar {
    -webkit-animation: loading-47 0.5s linear forwards;
    animation: loading-47 0.5s linear forwards;
}

.progress[data-percentage="47"] .progress-left .progress-bar {
    -webkit-animation: 0;
    animation: 0;
}

.progress[data-percentage="48"] .progress-right .progress-bar {
    -webkit-animation: loading-48 0.5s linear forwards;
    animation: loading-48 0.5s linear forwards;
}

.progress[data-percentage="48"] .progress-left .progress-bar {
    -webkit-animation: 0;
    animation: 0;
}

.progress[data-percentage="49"] .progress-right .progress-bar {
    -webkit-animation: loading-49 0.5s linear forwards;
    animation: loading-49 0.5s linear forwards;
}

.progress[data-percentage="49"] .progress-left .progress-bar {
    -webkit-animation: 0;
    animation: 0;
}

.progress[data-percentage="50"] .progress-right .progress-bar {
    -webkit-animation: loading-50 0.5s linear forwards;
    animation: loading-50 0.5s linear forwards;
}

.progress[data-percentage="50"] .progress-left .progress-bar {
    -webkit-animation: 0;
    animation: 0;
}

.progress[data-percentage="51"] .progress-right .progress-bar {
    -webkit-animation: loading-50 0.5s linear forwards;
    animation: loading-50 0.5s linear forwards;
}

.progress[data-percentage="51"] .progress-left .progress-bar {
    -webkit-animation: loading-1 0.5s linear forwards 0.5s;
    animation: loading-1 0.5s linear forwards 0.5s;
}

.progress[data-percentage="52"] .progress-right .progress-bar {
    -webkit-animation: loading-50 0.5s linear forwards;
    animation: loading-50 0.5s linear forwards;
}

.progress[data-percentage="52"] .progress-left .progress-bar {
    -webkit-animation: loading-2 0.5s linear forwards 0.5s;
    animation: loading-2 0.5s linear forwards 0.5s;
}

.progress[data-percentage="53"] .progress-right .progress-bar {
    -webkit-animation: loading-50 0.5s linear forwards;
    animation: loading-50 0.5s linear forwards;
}

.progress[data-percentage="53"] .progress-left .progress-bar {
    -webkit-animation: loading-3 0.5s linear forwards 0.5s;
    animation: loading-3 0.5s linear forwards 0.5s;
}

.progress[data-percentage="54"] .progress-right .progress-bar {
    -webkit-animation: loading-50 0.5s linear forwards;
    animation: loading-50 0.5s linear forwards;
}

.progress[data-percentage="54"] .progress-left .progress-bar {
    -webkit-animation: loading-4 0.5s linear forwards 0.5s;
    animation: loading-4 0.5s linear forwards 0.5s;
}

.progress[data-percentage="55"] .progress-right .progress-bar {
    -webkit-animation: loading-50 0.5s linear forwards;
    animation: loading-50 0.5s linear forwards;
}

.progress[data-percentage="55"] .progress-left .progress-bar {
    -webkit-animation: loading-5 0.5s linear forwards 0.5s;
    animation: loading-5 0.5s linear forwards 0.5s;
}

.progress[data-percentage="56"] .progress-right .progress-bar {
    -webkit-animation: loading-50 0.5s linear forwards;
    animation: loading-50 0.5s linear forwards;
}

.progress[data-percentage="56"] .progress-left .progress-bar {
    -webkit-animation: loading-6 0.5s linear forwards 0.5s;
    animation: loading-6 0.5s linear forwards 0.5s;
}

.progress[data-percentage="57"] .progress-right .progress-bar {
    -webkit-animation: loading-50 0.5s linear forwards;
    animation: loading-50 0.5s linear forwards;
}

.progress[data-percentage="57"] .progress-left .progress-bar {
    -webkit-animation: loading-7 0.5s linear forwards 0.5s;
    animation: loading-7 0.5s linear forwards 0.5s;
}

.progress[data-percentage="58"] .progress-right .progress-bar {
    -webkit-animation: loading-50 0.5s linear forwards;
    animation: loading-50 0.5s linear forwards;
}

.progress[data-percentage="58"] .progress-left .progress-bar {
    -webkit-animation: loading-8 0.5s linear forwards 0.5s;
    animation: loading-8 0.5s linear forwards 0.5s;
}

.progress[data-percentage="59"] .progress-right .progress-bar {
    -webkit-animation: loading-50 0.5s linear forwards;
    animation: loading-50 0.5s linear forwards;
}

.progress[data-percentage="59"] .progress-left .progress-bar {
    -webkit-animation: loading-9 0.5s linear forwards 0.5s;
    animation: loading-9 0.5s linear forwards 0.5s;
}

.progress[data-percentage="60"] .progress-right .progress-bar {
    -webkit-animation: loading-50 0.5s linear forwards;
    animation: loading-50 0.5s linear forwards;
}

.progress[data-percentage="60"] .progress-left .progress-bar {
    -webkit-animation: loading-10 0.5s linear forwards 0.5s;
    animation: loading-10 0.5s linear forwards 0.5s;
}

.progress[data-percentage="61"] .progress-right .progress-bar {
    -webkit-animation: loading-50 0.5s linear forwards;
    animation: loading-50 0.5s linear forwards;
}

.progress[data-percentage="61"] .progress-left .progress-bar {
    -webkit-animation: loading-11 0.5s linear forwards 0.5s;
    animation: loading-11 0.5s linear forwards 0.5s;
}

.progress[data-percentage="62"] .progress-right .progress-bar {
    -webkit-animation: loading-50 0.5s linear forwards;
    animation: loading-50 0.5s linear forwards;
}

.progress[data-percentage="62"] .progress-left .progress-bar {
    -webkit-animation: loading-12 0.5s linear forwards 0.5s;
    animation: loading-12 0.5s linear forwards 0.5s;
}

.progress[data-percentage="63"] .progress-right .progress-bar {
    -webkit-animation: loading-50 0.5s linear forwards;
    animation: loading-50 0.5s linear forwards;
}

.progress[data-percentage="63"] .progress-left .progress-bar {
    -webkit-animation: loading-13 0.5s linear forwards 0.5s;
    animation: loading-13 0.5s linear forwards 0.5s;
}

.progress[data-percentage="64"] .progress-right .progress-bar {
    -webkit-animation: loading-50 0.5s linear forwards;
    animation: loading-50 0.5s linear forwards;
}

.progress[data-percentage="64"] .progress-left .progress-bar {
    -webkit-animation: loading-14 0.5s linear forwards 0.5s;
    animation: loading-14 0.5s linear forwards 0.5s;
}

.progress[data-percentage="65"] .progress-right .progress-bar {
    -webkit-animation: loading-50 0.5s linear forwards;
    animation: loading-50 0.5s linear forwards;
}

.progress[data-percentage="65"] .progress-left .progress-bar {
    -webkit-animation: loading-15 0.5s linear forwards 0.5s;
    animation: loading-15 0.5s linear forwards 0.5s;
}

.progress[data-percentage="66"] .progress-right .progress-bar {
    -webkit-animation: loading-50 0.5s linear forwards;
    animation: loading-50 0.5s linear forwards;
}

.progress[data-percentage="66"] .progress-left .progress-bar {
    -webkit-animation: loading-16 0.5s linear forwards 0.5s;
    animation: loading-16 0.5s linear forwards 0.5s;
}

.progress[data-percentage="67"] .progress-right .progress-bar {
    -webkit-animation: loading-50 0.5s linear forwards;
    animation: loading-50 0.5s linear forwards;
}

.progress[data-percentage="67"] .progress-left .progress-bar {
    -webkit-animation: loading-17 0.5s linear forwards 0.5s;
    animation: loading-17 0.5s linear forwards 0.5s;
}

.progress[data-percentage="68"] .progress-right .progress-bar {
    -webkit-animation: loading-50 0.5s linear forwards;
    animation: loading-50 0.5s linear forwards;
}

.progress[data-percentage="68"] .progress-left .progress-bar {
    -webkit-animation: loading-18 0.5s linear forwards 0.5s;
    animation: loading-18 0.5s linear forwards 0.5s;
}

.progress[data-percentage="69"] .progress-right .progress-bar {
    -webkit-animation: loading-50 0.5s linear forwards;
    animation: loading-50 0.5s linear forwards;
}

.progress[data-percentage="69"] .progress-left .progress-bar {
    -webkit-animation: loading-19 0.5s linear forwards 0.5s;
    animation: loading-19 0.5s linear forwards 0.5s;
}

.progress[data-percentage="70"] .progress-right .progress-bar {
    -webkit-animation: loading-50 0.5s linear forwards;
    animation: loading-50 0.5s linear forwards;
}

.progress[data-percentage="70"] .progress-left .progress-bar {
    -webkit-animation: loading-20 0.5s linear forwards 0.5s;
    animation: loading-20 0.5s linear forwards 0.5s;
}

.progress[data-percentage="71"] .progress-right .progress-bar {
    -webkit-animation: loading-50 0.5s linear forwards;
    animation: loading-50 0.5s linear forwards;
}

.progress[data-percentage="71"] .progress-left .progress-bar {
    -webkit-animation: loading-21 0.5s linear forwards 0.5s;
    animation: loading-21 0.5s linear forwards 0.5s;
}

.progress[data-percentage="72"] .progress-right .progress-bar {
    -webkit-animation: loading-50 0.5s linear forwards;
    animation: loading-50 0.5s linear forwards;
}

.progress[data-percentage="72"] .progress-left .progress-bar {
    -webkit-animation: loading-22 0.5s linear forwards 0.5s;
    animation: loading-22 0.5s linear forwards 0.5s;
}

.progress[data-percentage="73"] .progress-right .progress-bar {
    -webkit-animation: loading-50 0.5s linear forwards;
    animation: loading-50 0.5s linear forwards;
}

.progress[data-percentage="73"] .progress-left .progress-bar {
    -webkit-animation: loading-23 0.5s linear forwards 0.5s;
    animation: loading-23 0.5s linear forwards 0.5s;
}

.progress[data-percentage="74"] .progress-right .progress-bar {
    -webkit-animation: loading-50 0.5s linear forwards;
    animation: loading-50 0.5s linear forwards;
}

.progress[data-percentage="74"] .progress-left .progress-bar {
    -webkit-animation: loading-24 0.5s linear forwards 0.5s;
    animation: loading-24 0.5s linear forwards 0.5s;
}

.progress[data-percentage="75"] .progress-right .progress-bar {
    -webkit-animation: loading-50 0.5s linear forwards;
    animation: loading-50 0.5s linear forwards;
}

.progress[data-percentage="75"] .progress-left .progress-bar {
    -webkit-animation: loading-25 0.5s linear forwards 0.5s;
    animation: loading-25 0.5s linear forwards 0.5s;
}

.progress[data-percentage="76"] .progress-right .progress-bar {
    -webkit-animation: loading-50 0.5s linear forwards;
    animation: loading-50 0.5s linear forwards;
}

.progress[data-percentage="76"] .progress-left .progress-bar {
    -webkit-animation: loading-26 0.5s linear forwards 0.5s;
    animation: loading-26 0.5s linear forwards 0.5s;
}

.progress[data-percentage="77"] .progress-right .progress-bar {
    -webkit-animation: loading-50 0.5s linear forwards;
    animation: loading-50 0.5s linear forwards;
}

.progress[data-percentage="77"] .progress-left .progress-bar {
    -webkit-animation: loading-27 0.5s linear forwards 0.5s;
    animation: loading-27 0.5s linear forwards 0.5s;
}

.progress[data-percentage="78"] .progress-right .progress-bar {
    -webkit-animation: loading-50 0.5s linear forwards;
    animation: loading-50 0.5s linear forwards;
}

.progress[data-percentage="78"] .progress-left .progress-bar {
    -webkit-animation: loading-28 0.5s linear forwards 0.5s;
    animation: loading-28 0.5s linear forwards 0.5s;
}

.progress[data-percentage="79"] .progress-right .progress-bar {
    -webkit-animation: loading-50 0.5s linear forwards;
    animation: loading-50 0.5s linear forwards;
}

.progress[data-percentage="79"] .progress-left .progress-bar {
    -webkit-animation: loading-29 0.5s linear forwards 0.5s;
    animation: loading-29 0.5s linear forwards 0.5s;
}

.progress[data-percentage="80"] .progress-right .progress-bar {
    -webkit-animation: loading-50 0.5s linear forwards;
    animation: loading-50 0.5s linear forwards;
}

.progress[data-percentage="80"] .progress-left .progress-bar {
    -webkit-animation: loading-30 0.5s linear forwards 0.5s;
    animation: loading-30 0.5s linear forwards 0.5s;
}

.progress[data-percentage="81"] .progress-right .progress-bar {
    -webkit-animation: loading-50 0.5s linear forwards;
    animation: loading-50 0.5s linear forwards;
}

.progress[data-percentage="81"] .progress-left .progress-bar {
    -webkit-animation: loading-31 0.5s linear forwards 0.5s;
    animation: loading-31 0.5s linear forwards 0.5s;
}

.progress[data-percentage="82"] .progress-right .progress-bar {
    -webkit-animation: loading-50 0.5s linear forwards;
    animation: loading-50 0.5s linear forwards;
}

.progress[data-percentage="82"] .progress-left .progress-bar {
    -webkit-animation: loading-32 0.5s linear forwards 0.5s;
    animation: loading-32 0.5s linear forwards 0.5s;
}

.progress[data-percentage="83"] .progress-right .progress-bar {
    -webkit-animation: loading-50 0.5s linear forwards;
    animation: loading-50 0.5s linear forwards;
}

.progress[data-percentage="83"] .progress-left .progress-bar {
    -webkit-animation: loading-33 0.5s linear forwards 0.5s;
    animation: loading-33 0.5s linear forwards 0.5s;
}

.progress[data-percentage="84"] .progress-right .progress-bar {
    -webkit-animation: loading-50 0.5s linear forwards;
    animation: loading-50 0.5s linear forwards;
}

.progress[data-percentage="84"] .progress-left .progress-bar {
    -webkit-animation: loading-34 0.5s linear forwards 0.5s;
    animation: loading-34 0.5s linear forwards 0.5s;
}

.progress[data-percentage="85"] .progress-right .progress-bar {
    -webkit-animation: loading-50 0.5s linear forwards;
    animation: loading-50 0.5s linear forwards;
}

.progress[data-percentage="85"] .progress-left .progress-bar {
    -webkit-animation: loading-35 0.5s linear forwards 0.5s;
    animation: loading-35 0.5s linear forwards 0.5s;
}

.progress[data-percentage="86"] .progress-right .progress-bar {
    -webkit-animation: loading-50 0.5s linear forwards;
    animation: loading-50 0.5s linear forwards;
}

.progress[data-percentage="86"] .progress-left .progress-bar {
    -webkit-animation: loading-36 0.5s linear forwards 0.5s;
    animation: loading-36 0.5s linear forwards 0.5s;
}

.progress[data-percentage="87"] .progress-right .progress-bar {
    -webkit-animation: loading-50 0.5s linear forwards;
    animation: loading-50 0.5s linear forwards;
}

.progress[data-percentage="87"] .progress-left .progress-bar {
    -webkit-animation: loading-37 0.5s linear forwards 0.5s;
    animation: loading-37 0.5s linear forwards 0.5s;
}

.progress[data-percentage="88"] .progress-right .progress-bar {
    -webkit-animation: loading-50 0.5s linear forwards;
    animation: loading-50 0.5s linear forwards;
}

.progress[data-percentage="88"] .progress-left .progress-bar {
    -webkit-animation: loading-38 0.5s linear forwards 0.5s;
    animation: loading-38 0.5s linear forwards 0.5s;
}

.progress[data-percentage="89"] .progress-right .progress-bar {
    -webkit-animation: loading-50 0.5s linear forwards;
    animation: loading-50 0.5s linear forwards;
}

.progress[data-percentage="89"] .progress-left .progress-bar {
    -webkit-animation: loading-39 0.5s linear forwards 0.5s;
    animation: loading-39 0.5s linear forwards 0.5s;
}

.progress[data-percentage="90"] .progress-right .progress-bar {
    -webkit-animation: loading-50 0.5s linear forwards;
    animation: loading-50 0.5s linear forwards;
}

.progress[data-percentage="90"] .progress-left .progress-bar {
    -webkit-animation: loading-40 0.5s linear forwards 0.5s;
    animation: loading-40 0.5s linear forwards 0.5s;
}

.progress[data-percentage="91"] .progress-right .progress-bar {
    -webkit-animation: loading-50 0.5s linear forwards;
    animation: loading-50 0.5s linear forwards;
}

.progress[data-percentage="91"] .progress-left .progress-bar {
    -webkit-animation: loading-41 0.5s linear forwards 0.5s;
    animation: loading-41 0.5s linear forwards 0.5s;
}

.progress[data-percentage="92"] .progress-right .progress-bar {
    -webkit-animation: loading-50 0.5s linear forwards;
    animation: loading-50 0.5s linear forwards;
}

.progress[data-percentage="92"] .progress-left .progress-bar {
    -webkit-animation: loading-42 0.5s linear forwards 0.5s;
    animation: loading-42 0.5s linear forwards 0.5s;
}

.progress[data-percentage="93"] .progress-right .progress-bar {
    -webkit-animation: loading-50 0.5s linear forwards;
    animation: loading-50 0.5s linear forwards;
}

.progress[data-percentage="93"] .progress-left .progress-bar {
    -webkit-animation: loading-43 0.5s linear forwards 0.5s;
    animation: loading-43 0.5s linear forwards 0.5s;
}

.progress[data-percentage="94"] .progress-right .progress-bar {
    -webkit-animation: loading-50 0.5s linear forwards;
    animation: loading-50 0.5s linear forwards;
}

.progress[data-percentage="94"] .progress-left .progress-bar {
    -webkit-animation: loading-44 0.5s linear forwards 0.5s;
    animation: loading-44 0.5s linear forwards 0.5s;
}

.progress[data-percentage="95"] .progress-right .progress-bar {
    -webkit-animation: loading-50 0.5s linear forwards;
    animation: loading-50 0.5s linear forwards;
}

.progress[data-percentage="95"] .progress-left .progress-bar {
    -webkit-animation: loading-45 0.5s linear forwards 0.5s;
    animation: loading-45 0.5s linear forwards 0.5s;
}

.progress[data-percentage="96"] .progress-right .progress-bar {
    -webkit-animation: loading-50 0.5s linear forwards;
    animation: loading-50 0.5s linear forwards;
}

.progress[data-percentage="96"] .progress-left .progress-bar {
    -webkit-animation: loading-46 0.5s linear forwards 0.5s;
    animation: loading-46 0.5s linear forwards 0.5s;
}

.progress[data-percentage="97"] .progress-right .progress-bar {
    -webkit-animation: loading-50 0.5s linear forwards;
    animation: loading-50 0.5s linear forwards;
}

.progress[data-percentage="97"] .progress-left .progress-bar {
    -webkit-animation: loading-47 0.5s linear forwards 0.5s;
    animation: loading-47 0.5s linear forwards 0.5s;
}

.progress[data-percentage="98"] .progress-right .progress-bar {
    -webkit-animation: loading-50 0.5s linear forwards;
    animation: loading-50 0.5s linear forwards;
}

.progress[data-percentage="98"] .progress-left .progress-bar {
    -webkit-animation: loading-48 0.5s linear forwards 0.5s;
    animation: loading-48 0.5s linear forwards 0.5s;
}

.progress[data-percentage="99"] .progress-right .progress-bar {
    -webkit-animation: loading-50 0.5s linear forwards;
    animation: loading-50 0.5s linear forwards;
}

.progress[data-percentage="99"] .progress-left .progress-bar {
    -webkit-animation: loading-49 0.5s linear forwards 0.5s;
    animation: loading-49 0.5s linear forwards 0.5s;
}

.progress[data-percentage="100"] .progress-right .progress-bar {
    -webkit-animation: loading-50 0.5s linear forwards;
    animation: loading-50 0.5s linear forwards;
}

.progress[data-percentage="100"] .progress-left .progress-bar {
    -webkit-animation: loading-50 0.5s linear forwards 0.5s;
    animation: loading-50 0.5s linear forwards 0.5s;
}

@-webkit-keyframes loading-1 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(3.6);
        transform: rotate(3.6deg);
    }
}

@keyframes loading-1 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(3.6);
        transform: rotate(3.6deg);
    }
}

@-webkit-keyframes loading-2 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(7.2);
        transform: rotate(7.2deg);
    }
}

@keyframes loading-2 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(7.2);
        transform: rotate(7.2deg);
    }
}

@-webkit-keyframes loading-3 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(10.8);
        transform: rotate(10.8deg);
    }
}

@keyframes loading-3 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(10.8);
        transform: rotate(10.8deg);
    }
}

@-webkit-keyframes loading-4 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(14.4);
        transform: rotate(14.4deg);
    }
}

@keyframes loading-4 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(14.4);
        transform: rotate(14.4deg);
    }
}

@-webkit-keyframes loading-5 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(18);
        transform: rotate(18deg);
    }
}

@keyframes loading-5 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(18);
        transform: rotate(18deg);
    }
}

@-webkit-keyframes loading-6 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(21.6);
        transform: rotate(21.6deg);
    }
}

@keyframes loading-6 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(21.6);
        transform: rotate(21.6deg);
    }
}

@-webkit-keyframes loading-7 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(25.2);
        transform: rotate(25.2deg);
    }
}

@keyframes loading-7 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(25.2);
        transform: rotate(25.2deg);
    }
}

@-webkit-keyframes loading-8 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(28.8);
        transform: rotate(28.8deg);
    }
}

@keyframes loading-8 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(28.8);
        transform: rotate(28.8deg);
    }
}

@-webkit-keyframes loading-9 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(32.4);
        transform: rotate(32.4deg);
    }
}

@keyframes loading-9 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(32.4);
        transform: rotate(32.4deg);
    }
}

@-webkit-keyframes loading-10 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(36);
        transform: rotate(36deg);
    }
}

@keyframes loading-10 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(36);
        transform: rotate(36deg);
    }
}

@-webkit-keyframes loading-11 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(39.6);
        transform: rotate(39.6deg);
    }
}

@keyframes loading-11 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(39.6);
        transform: rotate(39.6deg);
    }
}

@-webkit-keyframes loading-12 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(43.2);
        transform: rotate(43.2deg);
    }
}

@keyframes loading-12 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(43.2);
        transform: rotate(43.2deg);
    }
}

@-webkit-keyframes loading-13 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(46.8);
        transform: rotate(46.8deg);
    }
}

@keyframes loading-13 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(46.8);
        transform: rotate(46.8deg);
    }
}

@-webkit-keyframes loading-14 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(50.4);
        transform: rotate(50.4deg);
    }
}

@keyframes loading-14 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(50.4);
        transform: rotate(50.4deg);
    }
}

@-webkit-keyframes loading-15 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(54);
        transform: rotate(54deg);
    }
}

@keyframes loading-15 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(54);
        transform: rotate(54deg);
    }
}

@-webkit-keyframes loading-16 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(57.6);
        transform: rotate(57.6deg);
    }
}

@keyframes loading-16 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(57.6);
        transform: rotate(57.6deg);
    }
}

@-webkit-keyframes loading-17 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(61.2);
        transform: rotate(61.2deg);
    }
}

@keyframes loading-17 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(61.2);
        transform: rotate(61.2deg);
    }
}

@-webkit-keyframes loading-18 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(64.8);
        transform: rotate(64.8deg);
    }
}

@keyframes loading-18 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(64.8);
        transform: rotate(64.8deg);
    }
}

@-webkit-keyframes loading-19 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(68.4);
        transform: rotate(68.4deg);
    }
}

@keyframes loading-19 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(68.4);
        transform: rotate(68.4deg);
    }
}

@-webkit-keyframes loading-20 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(72);
        transform: rotate(72deg);
    }
}

@keyframes loading-20 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(72);
        transform: rotate(72deg);
    }
}

@-webkit-keyframes loading-21 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(75.6);
        transform: rotate(75.6deg);
    }
}

@keyframes loading-21 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(75.6);
        transform: rotate(75.6deg);
    }
}

@-webkit-keyframes loading-22 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(79.2);
        transform: rotate(79.2deg);
    }
}

@keyframes loading-22 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(79.2);
        transform: rotate(79.2deg);
    }
}

@-webkit-keyframes loading-23 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(82.8);
        transform: rotate(82.8deg);
    }
}

@keyframes loading-23 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(82.8);
        transform: rotate(82.8deg);
    }
}

@-webkit-keyframes loading-24 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(86.4);
        transform: rotate(86.4deg);
    }
}

@keyframes loading-24 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(86.4);
        transform: rotate(86.4deg);
    }
}

@-webkit-keyframes loading-25 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(90);
        transform: rotate(90deg);
    }
}

@keyframes loading-25 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(90);
        transform: rotate(90deg);
    }
}

@-webkit-keyframes loading-26 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(93.6);
        transform: rotate(93.6deg);
    }
}

@keyframes loading-26 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(93.6);
        transform: rotate(93.6deg);
    }
}

@-webkit-keyframes loading-27 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(97.2);
        transform: rotate(97.2deg);
    }
}

@keyframes loading-27 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(97.2);
        transform: rotate(97.2deg);
    }
}

@-webkit-keyframes loading-28 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(100.8);
        transform: rotate(100.8deg);
    }
}

@keyframes loading-28 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(100.8);
        transform: rotate(100.8deg);
    }
}

@-webkit-keyframes loading-29 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(104.4);
        transform: rotate(104.4deg);
    }
}

@keyframes loading-29 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(104.4);
        transform: rotate(104.4deg);
    }
}

@-webkit-keyframes loading-30 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(108);
        transform: rotate(108deg);
    }
}

@keyframes loading-30 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(108);
        transform: rotate(108deg);
    }
}

@-webkit-keyframes loading-31 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(111.6);
        transform: rotate(111.6deg);
    }
}

@keyframes loading-31 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(111.6);
        transform: rotate(111.6deg);
    }
}

@-webkit-keyframes loading-32 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(115.2);
        transform: rotate(115.2deg);
    }
}

@keyframes loading-32 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(115.2);
        transform: rotate(115.2deg);
    }
}

@-webkit-keyframes loading-33 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(118.8);
        transform: rotate(118.8deg);
    }
}

@keyframes loading-33 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(118.8);
        transform: rotate(118.8deg);
    }
}

@-webkit-keyframes loading-34 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(122.4);
        transform: rotate(122.4deg);
    }
}

@keyframes loading-34 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(122.4);
        transform: rotate(122.4deg);
    }
}

@-webkit-keyframes loading-35 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(126);
        transform: rotate(126deg);
    }
}

@keyframes loading-35 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(126);
        transform: rotate(126deg);
    }
}

@-webkit-keyframes loading-36 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(129.6);
        transform: rotate(129.6deg);
    }
}

@keyframes loading-36 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(129.6);
        transform: rotate(129.6deg);
    }
}

@-webkit-keyframes loading-37 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(133.2);
        transform: rotate(133.2deg);
    }
}

@keyframes loading-37 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(133.2);
        transform: rotate(133.2deg);
    }
}

@-webkit-keyframes loading-38 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(136.8);
        transform: rotate(136.8deg);
    }
}

@keyframes loading-38 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(136.8);
        transform: rotate(136.8deg);
    }
}

@-webkit-keyframes loading-39 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(140.4);
        transform: rotate(140.4deg);
    }
}

@keyframes loading-39 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(140.4);
        transform: rotate(140.4deg);
    }
}

@-webkit-keyframes loading-40 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(144);
        transform: rotate(144deg);
    }
}

@keyframes loading-40 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(144);
        transform: rotate(144deg);
    }
}

@-webkit-keyframes loading-41 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(147.6);
        transform: rotate(147.6deg);
    }
}

@keyframes loading-41 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(147.6);
        transform: rotate(147.6deg);
    }
}

@-webkit-keyframes loading-42 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(151.2);
        transform: rotate(151.2deg);
    }
}

@keyframes loading-42 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(151.2);
        transform: rotate(151.2deg);
    }
}

@-webkit-keyframes loading-43 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(154.8);
        transform: rotate(154.8deg);
    }
}

@keyframes loading-43 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(154.8);
        transform: rotate(154.8deg);
    }
}

@-webkit-keyframes loading-44 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(158.4);
        transform: rotate(158.4deg);
    }
}

@keyframes loading-44 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(158.4);
        transform: rotate(158.4deg);
    }
}

@-webkit-keyframes loading-45 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(162);
        transform: rotate(162deg);
    }
}

@keyframes loading-45 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(162);
        transform: rotate(162deg);
    }
}

@-webkit-keyframes loading-46 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(165.6);
        transform: rotate(165.6deg);
    }
}

@keyframes loading-46 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(165.6);
        transform: rotate(165.6deg);
    }
}

@-webkit-keyframes loading-47 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(169.2);
        transform: rotate(169.2deg);
    }
}

@keyframes loading-47 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(169.2);
        transform: rotate(169.2deg);
    }
}

@-webkit-keyframes loading-48 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(172.8);
        transform: rotate(172.8deg);
    }
}

@keyframes loading-48 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(172.8);
        transform: rotate(172.8deg);
    }
}

@-webkit-keyframes loading-49 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(176.4);
        transform: rotate(176.4deg);
    }
}

@keyframes loading-49 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(176.4);
        transform: rotate(176.4deg);
    }
}

@-webkit-keyframes loading-50 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(180);
        transform: rotate(180deg);
    }
}

@keyframes loading-50 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(180);
        transform: rotate(180deg);
    }
}

.progress-bar {
    -ms-flex-direction: column;
}

.rating {
    /* width: 40px; */
    /* height: 37px; */
    /* display: inline-block; */
    /* line-height: 43px; */
    /* position: static; */
    /* padding-bottom: 5px; */
    /* margin-top: 4px; */
}

@media (max-width: 600px) {
    .rating {
        margin-top: -2px;
        margin-left: -5px;
        /* margin-right:20px; */
    }

    .detail #content .movie-info em.tagline {
        /* margin-left:20px; */
    }
}

div.play-button>span>a>i {
    font-size: 70px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 2;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

div.play-button>span>a>i:hover {
    font-size: 75px;
}

div.play-button>span>a {
    display: none;
}

p#buttondownload {
    border-radius: 5px;
    background-color: #c054c1;
    padding: 14px;
    color: #fff;
    position: relative;
    z-index: 1;
    display: inline-block;
    width: 49%;
}

@media (max-width: 797px) {
    span.genero {
        margin-top: 7px!important
    }
}

/*-----------------------------------------------------------------------------------*/
/* Thumbs Ratings Styles */
/*-----------------------------------------------------------------------------------*/
.moviewp-thumbs-up-container {
    text-align: center!important;
    width: 100%!important;
    padding-bottom: 20px!important;
}

.moviewp-thumbs-up-container button {
    border: none;
    cursor: pointer!important;
    width: 48%!important;
    outline: 0!important;
}

.moviewp-thumbs-up-container button:hover {
    color: white!important;
    background: rgb(41 142 234);
}

.moviewp-thumbs-up-container .moviewp-thumbs-up-up, .moviewp-thumbs-up-container .moviewp-thumbs-up-down {
    padding: 0.7em!important;
    color: #dddddd!important;
    font-size: 11px;
}

.moviewp-thumbs-up-container .moviewp-thumbs-up-up {
    display: inline-block!important;
}

.moviewp-thumbs-up-container .moviewp-thumbs-up-down {
    display: inline-block!important;
}

.moviewp-thumbs-up-container .moviewp-thumbs-up-already-voted {
    display: none!important;
    font-size: 10px!important;
    padding-top: 1em!important;
    color: #fff!important;
    text-align: center!important;
}

.moviewp-thumbs-up-container .moviewp-thumbs-up-already-voted.moviewp-thumbs-up-show {
    display: block!important;
}

.moviewp-thumbs-up-up {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 5px!important;
    margin-right: 3%;
}

.moviewp-thumbs-up-down {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 5px!important;
}

.moviewp-mylike-container .moviewp-mylike-already-voted {
    display: none!important;
    font-size: 10px!important;
    margin-left: 10px;
}

.moviewp-mylike-container .moviewp-mylike-already-voted.moviewp-mylike-show {
    display: inline-block!important;
}

.moviewp-mylike-container .fa-thumbs-o-up.moviewp-mylike-voted:before {
    font-family: "FontAwesome";
    content: "\f164";
}

.movie-actions > form > input {
    width: 100%!important;
    cursor: pointer!important;
    color: #fff;
    text-align: center;
    background: rgba(255, 255, 255, 0.2);
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 5px;
}

.movie-actions > form > input:hover {
    background: #7171717a;
}

.rbv_result {
    text-align: center;
}

:root {
    --progress-duration: 0.8s;
    --progress-height: 2.5px;
    --progress-color: rgb(229 9 20);
    --progress-color-ending: rgb(229 9 20 / 54%);
    --progress-shadow: 0 0 3px 2px rgb(255 0 31 / 23%);
}

.progress-css {
    position: fixed;
    height: var(--progress-height);
    width: 100%;
    background-color: transparent;
    z-index: 99999;
    box-shadow: none;
    animation: progress-load var(--progress-duration);
    -webkit-animation: progress-load var(--progress-duration);
    animation-timing-function: ease-in-out;
}

@keyframes progress-load {
    0% {
        background-color: var(--progress-color);
        box-shadow: var(--progress-shadow);
        width: 0%;
    }

    20% {
        background-color: var(--progress-color);
        width: 20%;
    }

    25% {
        background-color: var(--progress-color);
        width: 28%;
    }

    90% {
        background-color: var(--progress-color);
        width: 85%;
    }

    100% {
        width: 100%;
        background-color: var(--progress-color-ending);
        box-shadow: none;
    }
}

/*-----------------------------------------------------------------------------------*/
/* grid style */
/*-----------------------------------------------------------------------------------*/
#content .item:not(.movie) #mpaa, #content .item:not(.movie) .netlist, #content .item:not(.movie) .movierating, #content .item:not(.movie) .genre, #content .item:not(.movie) .runtime {
    display: none;
}

#content .item.movie .imdb-rating {
    display: none;
}

#content .item.movie span {
    margin-right: 9px;
}

#content .item.movie span a {
    color: rgba(255, 255, 255, 0.7);
}

.movie-wrapper {
    margin-left: auto;
    margin-right: auto;
    height: 100%;
}

#content .item.movie {
    width: 100%;
    overflow: auto;
    padding: 10px;
    position: relative;
    border-bottom: 1px solid #3a3a3a5e;
}

#content .item.movie:hover {
    background: rgb(4 4 4 / 40%);
}

#content .item.movie h2 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#content .item.movie .item-inner {
    float: left;
    padding: 5px;
    padding-right: 20px;
    width: auto;
}

#content .item.movie .item-inner img {
    width: 140px;
    border-radius: 3px;
}

#content .item.movie .item-inner img.lazy {
    height: 210px!important;
}

#content .item.movie .item-details {
    padding: 5px;
    position: relative;
}

#content .item.movie .data {
    font-size: 11pt;
    margin-top: 10px;
}

#content .item.movie .movie-description {
    margin-top: 10px;
    height: 150px;
    font-size: 14px;
    overflow: hidden;
    color: rgba(255, 255, 255, 0.7);
    -webkit-mask: -webkit-gradient( linear, left top, left bottom, color-stop(0, black), color-stop(0.35, black), color-stop(0.5, black), color-stop(0.65, black), color-stop(0.85, rgba(0, 0, 0, 0.6)), color-stop(1, transparent) );
    position: relative;
}

#content .item.movie .watch-btn {
    font-size: 11pt;
    color: rgba(255, 255, 255, 0.7);
}

#content .item.movie span.movie-date {
    font-size: 11pt;
    color: rgba(255, 255, 255, 0.7) !important;
    bottom: 0;
}

#content .item.movie #mpaa {
    font-size: 8pt !important;
    padding: 1px 5px 1px !important;
    border: 1px solid #f3f9ff80 !important;
    color: rgba(255, 255, 255, 0.7) !important;
    font-family: sans-serif !important;
}

#content .item.movie span.item-quality {
    left: 15px;
    bottom: 20px;
}

#content .item.movie.box-hover span.item-quality {
    display: none;
}

#content .item.movie span.item-tv {
    left: 110px;
    top: 15px;
}

#content .item.movie .movierating {
    font-size: 11px;
    font-weight: 600;
    color: #fff;
    position: absolute;
    z-index: 3;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    top: 15px;
    left: 15px;
    background-color: rgba(26, 25, 31, 0.6);
    border: 2px solid transparent;
    border-radius: 50%;
}

#content .item.movie.box-hover .movierating {
    background-color: #000;
}

#content .item.movie .movierating-green {
    border-color: #29b474;
}

#content .item.movie .movierating-yellow {
    border-color: #ffc312;
}

#content .item.movie .movierating-red {
    border-color: #eb5757;
}

#content .item.movie .hq {
    height: 20px;
    font-weight: 700;
    line-height: 20px;
    display: inline-block;
    color: #fff;
    font-size: 13px;
    padding-left: 7px;
    border: 1px solid #fff;
    position: absolute;
    background-color: rgba(26, 25, 31, 0.6);
    left: 20px;
    bottom: 20px;
    z-index: 1;
}

#content .item.movie .hq b {
    font-weight: bold;
    height: 18px;
    line-height: 20px;
    float: right;
    margin-left: 7px;
    padding: 0 7px;
    background: #fff;
    color: #000;
}

#content .item.movie .item-details .watch-btn span.play {
    display: none;
}

#content .item.movie span.top-number {
    display: none;
}

#content .item.movie .item-details .watch-btn a {
    color: rgba(255, 255, 255, 0.7) !important;
}

#content .item.movie.box-hover .item-details .watch-btn span.play {
    position: absolute;
    z-index: 3;
    left: 10px;
    right: 0;
    bottom: 10px !important;
    width: 130px;
    font-weight: 600;
    text-align: center;
    border-radius: 0 0 4px 4px;
    display: block !important;
    font-weight: 600;
    color: #fff;
    background: #298eea;
    line-height: 40px;
    border-radius: 4px;
    clear: both;
}

#content .item.movie .item-flip {
    -webkit-transform: unset !important;
    transform: unset !important;
}

#content .item.movie .item-details, .movie .item-inner {
    -webkit-transform: unset !important;
    transform: unset !important;
}

#content .item.movie .item-inner {
    -webkit-transform: unset !important;
    transform: unset !important;
}

@media (max-width: 800px) {
    #header-secondary > div > nav > ul > li.dropdown.grid {
        display: none!important;
    }

    #header-secondary > div > nav > ul > li.dropdown.quality-filter.quality {
        display: none!important;
    }

    .sticky-container {
        background-color: #272727;
        padding-top: 10px;
        padding-left: 10px;
        padding-bottom: 10px;
        padding-right: 3px;
        position: fixed;
        top: 70%;
        right: 0px;
        width: 20px;
        height: auto;
        z-index: 9999;
        text-align: center;
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
    }

    .sticky-container:hover {
        width: 44px;
    }

    .sticky-container > li {
        background: #151111;
        color: #fff;
        margin-bottom: 5px;
        border-radius: 3px;
        padding: 5px;
        cursor: pointer;
    }
}

@media (max-width: 768px) {
    #content .item.movie .movie-description {
        height: 152px;
    }

    #content .item.movie .item-inner {
        padding-right: 10px;
    }

    body.overview {
        background-image: none;
    }

    #content .item.movie {
        padding-left: 0px!important;
    }

    #content .item.movie .movierating {
        left: 10px;
    }

    #content .item.movie span.item-tv {
        left: 115px;
    }

    #content .item.movie span.item-quality {
        left: 15px;
        bottom: 20px;
    }
}

@media (max-width: 600px) {
    #content .item.movie .watch-btn {
        font-size: 10pt;
        color: rgba(255, 255, 255, 0.7);
    }

    .el {
        background: linear-gradient(to bottom, transparent, black) no-repeat bottom;
        background-size: 100% 50%;
        height: 20em;
    }

    #content .item.movie span {
        margin-right: 4px;
    }

    #content .item.movie #mpaa, .movie .netlist {
        display: none;
    }
}

#main #header-secondary .filters > ul > li.dropdown.grid.active {
    background: #e50914;
}

.grid a {
    padding: 0 10px !important;
    border-radius: 3px;
    color: rgba(255, 255, 255, 0.7)!important;
}

.grid.active a {
    color: #fff!important;
}

#content .item.movie:nth-child(24) {
    border-bottom: 1px solid rgb(255 255 255 / 0%)!important;
}

body.overview.favorites li.dropdown.grid {
    cursor: not-allowed
}

body.overview.favorites li.dropdown.grid a {
    pointer-events: none
}

body.overview.favorites li.dropdown.grid.active {
}

body.overview.favorites li.dropdown.grid.active a {
    color: rgba(255, 255, 255, .7) !important
}

body.overview.top #content .item.movie:before {
    counter-increment: titles;
    content: counter(titles);
    font-size: 5rem;
    font-weight: bold;
    position: absolute;
    z-index: 6;
    left: 40px;
    bottom: 10px;
    transform: translateX(-60%);
    color: #111;
    -webkit-text-stroke: 2px #595959;
    text-shadow: 0 0 0.25rem black;
    font-family: Arial, sans-serif;
    letter-spacing: -10px;
}

.trailer__player em.date {
    position: absolute;
    left: 5px;
    bottom: 4px;
    padding: 5px;
    z-index: 2;
    font-size: 0.8rem;
    color: #fff;
}

.trailer__player iframe {
    width: 100%;
    height: calc(100% - 0px);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.trailer__player {
    position: relative;
    max-width: 100%;
    height: auto;
    overflow: hidden;
    background: black;
    /*background: url(https://i.imgur.com/50Y0t0h.gif) no-repeat black;*/
    /*background-position: top 50% left 50%;*/
}

.trailer__player img.hover {
    transition: transform .5s ease;
}

.trailer__player img {
    position: relative;
    max-width: 100%;
    z-index: 1;
    height: auto;
    display: block;
    border: 0;
    /*transition: transform .5s ease;*/
}

.trailer__player:hover img {
    /*transform: scale(1.2);*/
}

.trailer__player img.lazy.entered.loaded.hover {
    transition: transform .5s ease;
}

.trailer__player:hover img.hover {
    transform: scale(1.2);
}

.trailer__player img.lazy {
    opacity: 0;
}

.trailer__player img:not(.initial) {
    transition: opacity 1s;
}

.trailer__player img.initial, .trailer__player img.loaded, .trailer__player img.error {
    opacity: 1;
}

.trailer__player img:not([src]) {
    /*visibility: hidden;*/
}

/* Fixes Firefox anomaly during image load */
@-moz-document url-prefix() {
    .trailer__player img:-moz-loading {
        visibility: hidden;
    }
}

.wpcf7 form {
    width: 100%;
    margin: auto;
    text-align: left;
    font-size: 14px
}

.wpcf7 input {
    color: #fff;
    width: 100%;
    background-color: black;
    padding: 15px 20px 15px 50px;
    border: 0;
    outline: 0
}

.wpcf7 input[type=submit] {
    width: 100px;
    text-align: center;
    padding: 16px 0;
    cursor: pointer;
    padding: 12px 25px;
    background-color: rgb(255 255 255 / 29%);
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    border: 0;
    border-radius: 3px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none
}

.wpcf7 input[type=submit]:hover {
    opacity: .7
}

.wpcf7 textarea {
    color: #fff;
    background-color: black;
    padding: 15px 20px 15px 50px;
    border: 0;
    outline: 0;
    width: 100%;
    height: 200px
}

.wpcf7 .ajax-loader {
    background-color: rgb(255 255 255 / 29%);
    opacity: 1
}

.wpcf7 select {
    position: relative;
    color: rgba(255, 255, 255, .7);
    background: black;
    width: 100%;
    font-size: 16px;
    height: 46px;
    padding: 0 40px 0 20px;
    border: 0;
    outline: 0;
    border-radius: 3px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../images/arrow.png) no-repeat right black;
    -webkit-appearance: none;
    background-position-x: 97%
}

a.sl-button {
    color: rgba(255, 255, 255, 0.7);
    padding: 16px 20px 16px 68px;
    display: block;
}

a.sl-button:hover {
    color: #fff;
    background: rgb(0 0 0 / 10%);
}

a.sl-button:before {
    content: "\f087";
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: absolute;
    top: 0;
    left: 0;
    padding: 16px;
    padding-right: 18px;
    background: rgb(0 0 0 / 10%);
}

a.sl-button.liked:before {
    content: "\f164";
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: absolute;
    padding: 16px;
    padding-right: 16px;
}

.report-post-form textarea, input {
    margin-top: 5px;
    margin-bottom: 5px;
    border: none;
    outline: none;
}

.report-post-form input {
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    border: 1px solid #000;
    -moz-transition: border-color 0.2s linear, color 0.2s linear;
    -ms-transition: border-color 0.2s linear, color 0.2s linear;
    -o-transition: border-color 0.2s linear, color 0.2s linear;
    -webkit-border-radius: 5px;
    -webkit-transition: border-color 0.2s linear, color 0.2s linear;
    transition: border-color 0.2s linear, color 0.2s linear;
}

.report-post-form textarea {
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    border: 1px solid #000;
    -moz-transition: border-color 0.2s linear, color 0.2s linear;
    -ms-transition: border-color 0.2s linear, color 0.2s linear;
    -o-transition: border-color 0.2s linear, color 0.2s linear;
    -webkit-border-radius: 5px;
    -webkit-transition: border-color 0.2s linear, color 0.2s linear;
    transition: border-color 0.2s linear, color 0.2s linear;
}

.report-post-form textarea:focus, .report-post-form input:focus {
    outline: none !important;
    border: 1px solid #e50914;
}

.remodal-close:hover, .remodal-close:focus {
    color: #e50914;
}

.remodal-cancel {
    color: #fff;
    background: #e50914;
}

.report-post-error {
    color: #e50914;
}

.remodal-cancel:hover, .remodal-cancel:focus {
    background: #e50914;
    color: #fff;
}

.remodal-confirm:hover, .remodal-confirm:focus {
    background: #89898a;
    color: #fff;
}

.remodal-confirm {
    background: #464748;
    color: #fff;
}

a.report {
    float: left;
    width: 100%;
    background: #FFB2B3;
    color: #FFF;
    text-align: center;
    padding: 5px 0;
    margin: 10px 0;
    cursor: pointer;
    font-size: 100%
}

a.report:hover {
    background: #000;
    color: #fff
}

.reportform {
    float: left;
    width: 100%;
    padding: 0;
    background-color: #E9EAED;
    border-top: solid 3px #C5CBDA;
    display: none
}

.reportform .aff {
    width: 46%;
    padding: 2%;
    float: left
}

.reportform .bff {
    width: 46%;
    padding: 2%;
    float: left
}

.reportform input[type="text"] {
    width: 94%;
    padding: 3%;
    border: 0;
    color: #969DAE;
    margin-bottom: 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.reportform input[type="submit"] {
    border: 0;
    width: 100%;
    padding: 10px 0;
    background-color: #75BADD;
    color: #fff;
    cursor: pointer
}

.reportform textarea {
    width: 94%;
    height: 45px;
    padding: 3%;
    border: 0;
    color: #969DAE;
    margin-bottom: 20px;
    font-family: 'Source Sans Pro', sans-serif;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.reportform select {
    width: 100%;
    padding: 3%;
    border: 0;
    color: #969DAE;
    margin-bottom: 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.reportform .g-recaptcha {
    margin-bottom: 15px
}

.reportform h3 {
    width: 96%;
    padding: 0 2%;
    margin-top: 12px;
    font-size: 18px;
    font-weight: 300;
    color: #969DAE
}

.reportform ::-webkit-input-placeholder {
    color: #969DAE
}

.reportform :-moz-placeholder {
    color: #969DAE
}

.reportform ::-moz-placeholder {
    color: #969DAE
}

.reportform :-ms-input-placeholder {
    color: #969DAE
}

.idev-post-like:hover {
    color: #fff;
    background: rgba(0, 0, 0, 0.1);
}

.idev-post-like:before {
    content: "\f087";
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    position: absolute;
    top: 0;
    left: 0;
    padding: 16px;
    background: rgba(0, 0, 0, 0.1);
}

.idev-post-like.liked:before {
    content: "\f164";
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    position: absolute;
    top: 0;
    left: 0;
    padding: 16px;
    background: rgba(0, 0, 0, 0.1);
}

li#views {
    cursor: pointer;
}

li#views:hover {
    color: #fff;
}

li#views span {
    padding: 16px 20px 16px 68px!important;
    display: block;
}

li#views span:hover {
    color: #fff;
    background: rgba(0, 0, 0, 0.1);
}


.watermark {
  width: 139px;
  height: 34px;
  position: absolute;
  z-index: 9999999;
  right: 10px;
  bottom: 10px;
  background: url(https://i.imgur.com/Zg2Cqot.png);
  top: 45px; 
  display: inline-block;
  transition: bottom 0.2s linear, opacity 0.2s linear, right 0.2s linear;
  object-fit: contain;
  opacity: .7;
  pointer-events: auto; 
  text-align: left; 
  visibility: visible;
}
body.tv .watermark{
      top: 10px!important;
}
.watermark:hover {
  opacity: 1;
}

@media (max-width: 400px) {
  .watermark {
    bottom: inherit;
    top: 10px;
    max-height: 60px;
    max-width: 60px;
  }
  .watermark img {
    max-height: 60px;
    max-width: 60px;
  }
}

.info_bottom_text a {
    color: rgb(229 9 20)!important;
}