/* FMovie v25.0.1 custom layer. Bootstrap 5.3.8 is loaded separately. */
/* FMovie v25.0.1 compatibility layer for Bootstrap 5.3.8.
 * Keeps visual aliases still emitted by legacy plugins/content while all native
 * theme templates use the Bootstrap 5 API and class names.
 */
:root,
[data-bs-theme="light"],
[data-bs-theme="dark"] {
  --bs-primary: #00acc1;
  --bs-primary-rgb: 0, 172, 193;
  --bs-link-color: var(--primary, #00acc1);
  --bs-link-hover-color: var(--primary, #00acc1);
}

/* Legacy accessibility aliases retained for plugin output. */
.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
  clip: auto !important;
  white-space: normal !important;
}

/* Legacy typography/alignment aliases retained for plugin output. */
.text-left { text-align: left !important; }
.text-right { text-align: right !important; }
.font-italic { font-style: italic !important; }
.font-weight-light { font-weight: 300 !important; }
.font-weight-normal { font-weight: 400 !important; }
.font-weight-bold { font-weight: 700 !important; }
.float-left { float: left !important; }
.float-right { float: right !important; }

/* Directional utility aliases. */
.ml-0 { margin-left: 0 !important; }
.ml-1 { margin-left: .25rem !important; }
.ml-2 { margin-left: .5rem !important; }
.ml-3 { margin-left: 1rem !important; }
.ml-4 { margin-left: 1.5rem !important; }
.ml-5 { margin-left: 3rem !important; }
.mr-0 { margin-right: 0 !important; }
.mr-1 { margin-right: .25rem !important; }
.mr-2 { margin-right: .5rem !important; }
.mr-3 { margin-right: 1rem !important; }
.mr-4 { margin-right: 1.5rem !important; }
.mr-5 { margin-right: 3rem !important; }
.pl-0 { padding-left: 0 !important; }
.pl-1 { padding-left: .25rem !important; }
.pl-2 { padding-left: .5rem !important; }
.pl-3 { padding-left: 1rem !important; }
.pl-4 { padding-left: 1.5rem !important; }
.pl-5 { padding-left: 3rem !important; }
.pr-0 { padding-right: 0 !important; }
.pr-1 { padding-right: .25rem !important; }
.pr-2 { padding-right: .5rem !important; }
.pr-3 { padding-right: 1rem !important; }
.pr-4 { padding-right: 1.5rem !important; }
.pr-5 { padding-right: 3rem !important; }

/* Legacy responsive media wrapper aliases. */
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive-16by9::before { padding-top: 56.25%; }
.embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* Form aliases used by optional extensions. */
.custom-select {
  display: block;
  width: 100%;
  padding: .375rem 2.25rem .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  background-image: var(--bs-form-select-bg-img);
  background-repeat: no-repeat;
  background-position: right .75rem center;
  background-size: 16px 12px;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  appearance: none;
}
.form-group { margin-bottom: 1rem; }
.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -.25rem;
  margin-left: -.25rem;
}
.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: .25rem;
  padding-left: .25rem;
}
.no-gutters { margin-right: 0; margin-left: 0; }
.no-gutters > .col,
.no-gutters > [class*="col-"] { padding-right: 0; padding-left: 0; }
.input-group-append,
.input-group-prepend { display: flex; }
.input-group-append .btn,
.input-group-prepend .btn { position: relative; z-index: 2; }

/* Badge color aliases removed in Bootstrap 5. */
.badge-primary { color: #fff; background-color: var(--bs-primary); }
.badge-secondary { color: #fff; background-color: var(--bs-secondary); }
.badge-success { color: #fff; background-color: var(--bs-success); }
.badge-danger { color: #fff; background-color: var(--bs-danger); }
.badge-warning { color: #212529; background-color: var(--bs-warning); }
.badge-info { color: #212529; background-color: var(--bs-info); }
.badge-light { color: #212529; background-color: var(--bs-light); }
.badge-dark { color: #fff; background-color: var(--bs-dark); }

/* Legacy close button output from optional plugins. */
.close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: .25em;
  color: currentColor;
  background: transparent;
  border: 0;
  opacity: .65;
  font-size: 1.5rem;
  line-height: 1;
}
.close:hover { opacity: 1; }

/* Bootstrap 5 changed dropdown positioning variables. Keep custom FMovie menus
 * governed by their existing absolute-position rules. */
.filters .dropdown-menu,
#seasons .dropdown-menu,
header .dropdown-menu {
  --bs-dropdown-zindex: 1000;
  --bs-dropdown-min-width: 10rem;
}
.fcore-modal-close {
  position: absolute;
  top: .75rem;
  right: .75rem;
  z-index: 3;
  padding: .65rem;
  border-radius: 50%;
  background-color: rgba(255,255,255,.9);
  filter: none;
  opacity: 1;
}
/* Preserve the approved FMovie wide-container geometry from v24.86. */
html,
body {
  font-size: 15px;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  html,
  body { font-size: 14px; }
}
.container {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1680px) {
  .container { width: 1660px; max-width: 1660px; }
}
@media screen and (min-width: 1600px) and (max-width: 1679px) {
  .container { width: 1580px; max-width: 1580px; }
}
@media screen and (min-width: 1536px) and (max-width: 1599px) {
  .container { width: 1500px; max-width: 1500px; }
}
@media screen and (min-width: 1440px) and (max-width: 1535px) {
  .container { width: 1400px; max-width: 1400px; }
}
@media screen and (min-width: 1366px) and (max-width: 1439px) {
  .container { width: 1330px; max-width: 1330px; }
}

/* v25.0.1 visual-parity hotfix.
 * Bootstrap 4 custom CSS previously carried these FMovie presentation rules.
 * They are theme behavior, not framework behavior, so they now live explicitly
 * in the compatibility source used after Bootstrap 5.3.8.
 */
body {
  color: #bbb;
  text-align: left;
  background-color: #111;
}
a {
  color: var(--primary, #00acc1);
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: var(--primary, #00acc1);
  text-decoration: none;
  opacity: .9;
}
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
/* Tooltipster source markup must never participate in document layout. */
.tooltip_templates {
  display: none !important;
}
.tooltipster-box {
  background: #212529 !important;
}

/* FMovie visual foundation and legacy-compatible theme selectors. */
@media screen and (max-width: 1365px) {
  .container {
    width: 1240px;
    max-width: 1240px;
  }
}
@media screen and (max-width: 1279px) {
  .container {
    width: 990px;
    max-width: 990px;
  }
}
@media screen and (max-width: 1023px) {
  .container {
    width: 98%;
    max-width: 98%;
  }
}
.grecaptcha-badge {
  display: none;
}
#search button:before,
.heading .next:before,
.heading .prev:before {
  background-color: transparent;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQAAAAEACAMAAABrrFhUAAACslBMVEUAAAD/uy//uy//uy9DQz/TqC7/uy////9DQz//////vC7/////uy//uy//uy7/uy//uy//uy//uy//uy//uy7/vC7/vC//uy////9ERED/vC//uy//uy//uy//uy//uy//uy//uy//vC7/uy//uy//uy//uy//uy//uy//uy//uy//uy//uy//uy//uy//////////uy//uy7/uy//////////uy7/uy7/uy//uy//uy//uy//////////uy//uy//uy//uy//uy//////////uy7/uy//vC7/uy//////////vCtGRkL/uy//uy//uy//uy//uy//uy//uy//uy//////uy//uy//uy//////uy//uy7/uy//uy//uy//uy//uy//uy//uy//uy//uy//uy//uy//uy81NTL/////////////uy//uy//uy//uy7/uy8GBgYiIiD/uy//uy8sLCkICAgICAf/uy//////uy//uy//uy//uy//uy//uy//////uy//uy//uy//uy//////////ui//////uy//uy8ZGRf/////////uy8GBgb/uy8WFhUYGBb/uy8GBgX/uy//uy//uy//uy//uy//uy////////8ODg3/uy////////////8PDw////////8yMi//uy8nJyX/uy4rKyj/uy////8HBwf/////////////////uy//uy8+Pjr///////////8oKCUNDQwUFBMnJyX///////8cHBv///8cHBr///////////8RERD/////////qgD/////uy//uy//uy//uy////////////////////8ZGRf///////8LCwsRERASEhIUFBP///8RERH///8YGBf///8MDAz///////////////8FBQUGBgX/uy////8ZpgfHAAAA5HRSTlMA6/UdAwH+BAQDFwH22xHnD/MG7ygbFJMCAiAD44eJQK5eJOA5/MMMFvnykPBOPqfctONp5Nehp8VCqlkc4Mj7dMENIPzXqFjHURgEA1Xfgbf4Ueym/oSavxJQ0ju7S2HZjYrdSJi6cTIVJFgwJQIio9oIfMkf1MaW0jEvd+3qGQmekbLQKaH8ri0IizALvd+sgQvlpgpjsFycy4q+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);
  background-repeat: no-repeat;
}
.dot {
  width: 3px;
  height: 3px;
  vertical-align: 2px;
  border-radius: 50%;
  display: inline-block;
  background: #d5d5d5;
  content: "";
  margin: 0 5px;
}
.full {
  width: 100%;
}
a:focus {
  outline: 0;
}
button:focus {
  outline: 0;
}
body.modal-open header {
  padding-right: 15px;
}
header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 20px;
  z-index: 10;
  color: #e9ecef;
}
header.single {
  background: #090909;
  padding-top: 20px;
  height: 88px;
}
header.single + #body {
  padding-top: 88px;
}
header.archive {
  background: #090909;
  padding-top: 20px;
  height: 88px;
}
header.archive + #body {
  padding-top: 88px;
}
header.category {
  background: #090909;
  padding-top: 20px;
  height: 88px;
}
header.category + #body {
  padding-top: 88px;
}
header.tax {
  background: #090909;
  padding-top: 20px;
  height: 88px;
}
header.tax + #body {
  padding-top: 88px;
}
header.page-template-favorites {
  background: #090909;
  padding-top: 20px;
  height: 88px;
}
header.page-template-favorites + #body {
  padding-top: 88px;
}
header.page-template-top {
  background: #090909;
  padding-top: 20px;
  height: 88px;
}
header.page-template-top + #body {
  padding-top: 88px;
}
header.page-template-default {
  background: #090909;
  padding-top: 20px;
  height: 88px;
}
header.page-template-default + #body {
  padding-top: 88px;
}
header.page-template-filters {
  background: #090909;
  padding-top: 20px;
  height: 88px;
}
header.page-template-filters + #body {
  padding-top: 88px;
}
header.search {
  background: #090909;
  padding-top: 20px;
  height: 88px;
}
header.search + #body {
  padding-top: 88px;
}
header #logo {
  float: left;
}
header #logo img {
  margin-top: 2px;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
}
header #logo h1,
header #logo h2 {
  margin: 0;
  padding: 0;
  font-size: 1.5em;
  display: inline-block;
  vertical-align: middle;
  font-weight: 700;
  color: #fff;
}
h1.site-title a,
p.site-title a {
  color: #fff !important;
}
h1.site-title a:hover,
p.site-title a:hover {
  opacity: 1;
}
h1.site-title,
p.site-title {
  background: var(--primary);
  color: #fff !important;
  display: inline-block;
  vertical-align: middle;
  float: left;
  padding: 0 8px;
  margin-top: 2px;
  height: 40px;
  font-size: 2.2rem;
  line-height: 1.2;
  border-radius: 2px;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -1px;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: subpixel-antialiased;
}
h2.home-title {
  font-size: 1.2em;
  font-weight: 500;
}
header .custom-logo-link {
  float: left;
}
header .navbar-brand {
  float: left;
}
header .custom-logo-link img {
  margin-top: 2px;
  height: 40px;
  max-width: 138px;
  display: inline-block;
  vertical-align: middle;
}
header .navbar-brand img {
  margin-top: 2px;
  height: 40px;
  max-width: 138px;
  display: inline-block;
  vertical-align: middle;
}
header .custom-logo-link h1,
header .custom-logo-link h2 {
  margin: 0;
  padding: 0;
  font-size: 1.5em;
  display: inline-block;
  vertical-align: middle;
  font-weight: 700;
  color: #fff;
}
header .navbar-brand h1,
header .navbar-brand h2 {
  margin: 0;
  padding: 0;
  font-size: 1.5em;
  display: inline-block;
  vertical-align: middle;
  font-weight: 700;
  color: #fff;
}
header #menu-toggler {
  display: none;
}
header #menu {
  display: block;
  float: left;
  padding: 0;
  margin-left: 40px;
  z-index: 9999;
}
header #menu > li {
  display: inline-block;
  list-style: none;
  margin: 0;
  position: relative;
}
header #menu > li > a {
  color: #bbb;
  cursor: pointer;
  padding: 10px 8px;
  margin: 0 10px;
  display: inline-block;
}
header #menu > li > a:hover {
  color: var(--primary);
}
header #menu > li > a > i {
  display: none;
}
header #menu > li.active > ul,
header #menu > li:hover > ul {
  display: block;
}
header #menu > li > ul {
  display: none;
  position: absolute;
  background: #212529;
  border-radius: 5px;
  margin: 0;
  padding: 10px 15px;
  box-shadow: 0 2px 10px #111;
}
header #menu > li > ul.country,
header #menu > li > ul.genre {
  width: 450px;
}
header #menu > li > ul.country > li,
header #menu > li > ul.genre > li {
  width: 33.33%;
}
header #menu > li > ul.menu,
header #menu > li > ul.genre {
  width: 450px;
}
header #menu > li > ul.menu > li,
header #menu > li > ul.genre > li {
  width: 33.33%;
}
header #menu > li > ul > li {
  list-style: none;
  float: left;
  width: 50%;
}
header #menu > li > ul > li > a {
  font-size: 0.9em;
  display: block;
  padding: 5px 10px;
  color: #d5d5d5;
}
header #menu > li > ul > li > a:hover {
  background: #16181b;
  border-radius: 0.25rem;
  color: var(--primary);
}
header #menu-header {
  display: block;
  float: left;
  padding: 0;
  margin-left: 40px;
  z-index: 9999;
}
header #menu-header > li {
  display: inline-block;
  list-style: none;
  margin: 0;
  position: relative;
}
header #menu-header > li > a {
  color: #bbb;
  cursor: pointer;
  padding: 10px 8px;
  margin: 0 10px;
  display: inline-block;
}
header #menu-header > li > a:hover {
  color: var(--primary);
}
header #menu-header > li > a > i {
  display: none;
}
header #menu-header > li.active > ul,
header #menu-header > li:hover > ul {
  display: block;
}
header #menu-header > li > ul {
  display: none;
  position: absolute;
  background: #212529;
  border-radius: 5px;
  margin: 0;
  padding: 10px 15px;
  box-shadow: 0 2px 10px #111;
}
header #menu-header > li > ul.country,
header #menu-header > li > ul.genre {
  width: 450px;
}
header #menu-header > li > ul.country > li,
header #menu-header > li > ul.genre > li {
  width: 33.33%;
}
header #menu-header > li > ul.menu,
header #menu-header > li > ul.genre {
  width: 450px;
}
header #menu-header > li > ul.menu > li,
header #menu-header > li > ul.genre > li {
  width: 33.33%;
}
header #menu-header > li > ul > li {
  list-style: none;
  float: left;
  width: 50%;
}
header #menu-header > li > ul > li > a {
  font-size: 0.9em;
  display: block;
  padding: 5px 10px;
  color: #d5d5d5;
}
header #menu-header > li > ul > li > a:hover {
  background: #16181b;
  border-radius: 0.25rem;
  color: var(--primary);
}
header #search-toggler {
  display: none;
}
header #search {
  width: 380px;
  height: 45px;
  float: left;
  position: relative;
  margin-left: 4em;
}
header #search input {
  width: 100%;
  height: 100%;
  border-radius: 22.5px;
  line-height: 100%;
  padding-right: 22.5px;
  padding-left: 50px;
  border: none;
  outline: 0;
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out 0;
  -moz-transition: all 0.2s ease-in-out 0;
  transition: all 0.2s ease-in-out 0;
}
header #search input::placeholder {
  color: #adb5bd;
}
header #search input:focus,
header #search:hover input {
  background-color: rgba(222, 226, 230, 0.9);
  color: #343a40;
  box-shadow: 0 0 11px #111;
}
header #search input:focus + button:before,
header #search:hover input + button:before {
  background-position: -20px 0;
}
header #search input:focus::placeholder,
header #search:hover input::placeholder {
  color: #6c757d;
}
header #search button {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 45px;
  height: 45px;
  background-color: transparent;
}
header #search button:before {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  background-position: 0 0;
  margin-left: 8px;
}
header #search .suggestions ul {
  list-style: none;
  padding: 0;
  position: relative;
}
header #search .suggestions ul li {
  padding: 10px 15px;
  display: block;
  width: 100%;
  overflow: hidden;
  color: #adb5bd;
  background: #1c2023;
}
header #search .suggestions {
  border-radius: 15px;
  margin-top: 10px;
  overflow: hidden;
  box-shadow: 0 0 11px #111;
  display: none;
  background: #1c2023;
}
header #search .suggestions .item {
  display: block;
  overflow: hidden;
  background: #1c2023;
  padding: 10px 15px;
}
header #search .suggestions .item:hover .info .title {
  color: var(--primary);
}
header #search .suggestions .item:hover .info .meta {
  color: #6c757d;
}
header #search .suggestions .item:hover .info .meta .imdb {
  color: #adb5bd;
}
header #search .suggestions .item .poster {
  width: 60px;
  height: 70px;
  float: left;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}
header #search .suggestions .item .poster img {
  position: absolute;
  left: 0;
  width: 100%;
}
header #search .suggestions .item .info {
  margin-left: 70px;
}
header #search .suggestions .item .info .title {
  color: #adb5bd;
  margin-bottom: 6px;
  -webkit-transition: all 0.2s ease-in-out 0;
  -moz-transition: all 0.2s ease-in-out 0;
  transition: all 0.2s ease-in-out 0;
}
header #search .suggestions .item .info .meta {
  color: #495057;
  font-size: 0.85em;
  font-weight: 400;
  -webkit-transition: all 0.2s ease-in-out 0;
  -moz-transition: all 0.2s ease-in-out 0;
  transition: all 0.2s ease-in-out 0;
}
header #search .suggestions .item .info .meta .imdb {
  color: #6c757d;
  -webkit-transition: all 0.2s ease-in-out 0;
  -moz-transition: all 0.2s ease-in-out 0;
  transition: all 0.2s ease-in-out 0;
}
header #search .suggestions .item .info .meta .imdb i {
  font-size: 0.8em;
  vertical-align: 1px;
}
header #search .suggestions .more {
  text-align: center;
  display: block;
  padding: 8px;
  border-radius: 3px;
  -webkit-transition: all 0.2s ease-in-out 0;
  -moz-transition: all 0.2s ease-in-out 0;
  transition: all 0.2s ease-in-out 0;
  background: #16181b;
  color: #6c757d;
}
header #search .suggestions .more:hover {
  background: var(--primary);
  color: #fff;
}
header #user {
  float: right;
  margin-top: 1px;
}
header #user .guest {
  cursor: pointer;
  opacity: 0.8;
  -webkit-transition: all 0.2s ease-in-out 0;
  -moz-transition: all 0.2s ease-in-out 0;
  transition: all 0.2s ease-in-out 0;
  margin-top: 3px;
}
header #user .guest:hover {
  opacity: 1;
}
header #user .guest i {
  font-size: 2em;
  vertical-align: -6px;
  margin-top: 5px;
  margin-right: 6px;
}
header #user .logged {
  background: var(--primary);
  color: #e9ecef;
  line-height: 40px;
  height: 40px;
  border-radius: 20px;
  padding: 0 15px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out 0;
  -moz-transition: all 0.2s ease-in-out 0;
  transition: all 0.2s ease-in-out 0;
  font-size: 0.9em;
  font-weight: 500;
  margin-top: 4px;
}
header #user .logged:hover {
  box-shadow: 0 3px 11px rgba(17, 17, 17, 0.5);
  background: var(--primary);
}
header #user .logged s,
header #user .logged:after {
  display: none;
}
header #user .logged i.fa-sort-down {
  vertical-align: 3px;
}
@media screen and (max-width: 1599px) {
  header #menu > li > a {
    margin: 0 7px;
  }
  header #menu-header > li > a {
    margin: 0 7px;
  }
  header #search {
    margin-left: 1.8em;
    width: 340px;
  }
}
@media screen and (max-width: 1365px) {
  header #menu {
    margin-left: 25px;
  }
  header #menu > li > a {
    margin: 0 5px;
  }
  header #menu-header {
    margin-left: 25px;
  }
  header #menu-header > li > a {
    margin: 0 5px;
  }
  header #search {
    width: 300px;
  }
}
@media screen and (max-width: 1279px) {
  header {
    padding-top: 15px;
  }
  header #menu-toggler {
    display: inline-block;
    float: left;
    margin-right: 15px;
    margin-top: 2px;
    font-size: 2em;
    opacity: 0.8;
    cursor: pointer;
  }
  header #menu {
    display: none;
    background: #212529;
    position: absolute;
    margin: 0;
    top: 60px;
    left: 10px;
    right: 10px;
    border-radius: 0.3rem;
    overflow: hidden;
    max-width: 360px;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 0 11px #111;
  }
  header #menu > li {
    display: block;
    width: 100%;
  }
  header #menu > li + li > a {
    border-top: 1px solid #1a1d21;
  }
  header #menu > li > a {
    padding: 10px 0;
    display: block;
  }
  header #menu > li > a > i {
    display: block;
    float: right;
    margin-top: 5px;
    background: #dee2e6;
    color: #212529;
    padding: 2px 3px;
    border-radius: 2px;
    font-size: 0.7em;
  }
  header #menu > li > ul {
    position: static;
    width: 100% !important;
    overflow: hidden;
    box-shadow: none;
    background: #16181b;
  }
  header #menu > li > ul > li {
    width: 33.33% !important;
  }
  header #menu > li > ul.country > li {
    width: 50% !important;
  }
  header #menu > li > ul.menu > li {
    width: 50% !important;
  }
  header #menu > li:hover > ul {
    display: none;
  }
  header #menu-header {
    display: none;
    background: #212529;
    position: absolute;
    margin: 0;
    top: 60px;
    left: 10px;
    right: 10px;
    border-radius: 0.3rem;
    overflow: hidden;
    max-width: 360px;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 0 11px #111;
  }
  header #menu-header > li {
    display: block;
    width: 100%;
  }
  header #menu-header > li + li > a {
    border-top: 1px solid #1a1d21;
  }
  header #menu-header > li > a {
    padding: 10px 0;
    display: block;
  }
  header #menu-header > li > a > i {
    display: block;
    float: right;
    margin-top: 5px;
    background: #dee2e6;
    color: #212529;
    padding: 2px 3px;
    border-radius: 2px;
    font-size: 0.7em;
  }
  header #menu-header > li > ul {
    position: static;
    width: 100% !important;
    overflow: hidden;
    box-shadow: none;
    background: #16181b;
  }
  header #menu-header > li > ul > li {
    width: 33.33% !important;
  }
  header #menu-header > li > ul.country > li {
    width: 50% !important;
  }
  header #menu-header > li > ul.menu > li {
    width: 50% !important;
  }
  header #menu-header > li:hover > ul {
    display: none;
  }
  header #search {
    float: right;
    margin-right: 2em;
    width: 380px;
  }
}
@media screen and (max-width: 768px) {
  header #search-toggler {
    display: block;
    opacity: 0.8;
    float: right;
    font-size: 2em;
    margin-right: 20px;
    cursor: pointer;
  }
  header #search {
    display: none;
    margin: 0;
    width: 100%;
  }
  header #user {
    margin-top: -1px;
  }
  header #user .guest span {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  header #menu > li > ul > li {
    width: 50% !important;
  }
  header #menu-header > li > ul > li {
    width: 50% !important;
  }
  header #user {
    margin-top: 0;
  }
  header #user .guest span {
    display: none;
  }
  header #user .logged {
    height: 30px;
    line-height: 30px;
    width: 30px;
    text-align: center;
    padding: 0;
    font-size: 1.2em;
    margin-top: 5px;
  }
  header #user .logged span {
    display: none;
  }
}
@media screen and (max-width: 320px) {
  header #menu > li > ul {
    font-size: 0.9em;
    padding: 5px 0;
  }
  header #menu-header > li > ul {
    font-size: 0.9em;
    padding: 5px 0;
  }
}
#slider {
  height: 52em;
  width: 100%;
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
}
#slider .item {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  position: relative;
}
#slider .item .backdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#slider .item .backdrop img {
  width: 100%;
}
#slider .item:before {
  position: absolute;
  z-index: 1;
  content: "";
  bottom: 0;
  top: 0;
  width: 100%;
  background: -moz-radial-gradient(
    center,
    ellipse cover,
    transparent 10%,
    #000 100%
  );
  background: -webkit-gradient(
    radial,
    center center,
    0,
    center center,
    100%,
    color-stop(10%, transparent),
    color-stop(100%, #000)
  );
  background: -webkit-radial-gradient(
    center,
    ellipse cover,
    transparent 10%,
    #000 100%
  );
  background: -o-radial-gradient(
    center,
    ellipse cover,
    transparent 10%,
    #000 100%
  );
  background: -ms-radial-gradient(
    center,
    ellipse cover,
    transparent 10%,
    #000 100%
  );
  background: radial-gradient(ellipse at center, transparent 10%, #000 100%);
}
#slider .item:after {
  position: absolute;
  z-index: 1;
  content: "";
  bottom: 0;
  width: 100%;
  height: 150px;
  background-color: rgba(17, 17, 17, 0);
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(17, 17, 17, 0)),
    to(#111)
  );
  background-image: -webkit-linear-gradient(top, rgba(17, 17, 17, 0), #111);
  background-image: -moz-linear-gradient(top, rgba(17, 17, 17, 0), #111);
  background-image: -ms-linear-gradient(top, rgba(17, 17, 17, 0), #111);
  background-image: -o-linear-gradient(top, rgba(17, 17, 17, 0), #111);
  background-image: linear-gradient(top, rgba(17, 17, 17, 0), #111);
}
#slider .item .info {
  position: absolute;
  z-index: 2;
  bottom: 5em;
  max-width: 650px;
  color: #fff;
}
#slider .item .info .title {
  font-size: 3em;
  font-weight: 500;
  margin: 0;
  margin-bottom: 0.2em;
  text-shadow: 0 1px 10px #111;
}
#slider .item .info .meta {
  margin-bottom: 1.2em;
}
#slider .item .info .meta > span {
  color: #ced4da;
  text-shadow: 0 1px 10px #111;
}
#slider .item .info .meta > span + span {
  margin-left: 1.5em;
}
#slider .item .info .meta > span a {
  color: #e9ecef;
  margin-right: 5px;
}
#slider .item .info .meta > span a:hover {
  color: #fff;
}
#slider .item .info .meta .quality {
  background: var(--primary);
  color: #212529;
  font-weight: 500;
  font-size: 0.85em;
  text-shadow: none;
  padding: 3px 8px;
  border-radius: 3px;
  font-weight: 700;
}
#slider .item .info .meta .imdb {
  color: #fff;
  font-weight: 500;
}
#slider .item .info .meta .imdb i {
  font-size: 0.8em;
  vertical-align: 1px;
}
#slider .item .info .desc {
  font-size: 1.15em;
  color: #adb5bd;
  font-weight: 300;
  text-shadow: 0 1px 15px #111;
}
#slider .item .info .actions {
  margin-top: 36px;
}
#slider .item .info .actions a {
  width: auto;
  display: block;
  float: left;
  border-radius: 1.25em;
  border: 1px solid transparent;
  padding: 0 2em;
  line-height: 2.5em;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.2s ease-in-out 0;
  -moz-transition: all 0.2s ease-in-out 0;
  transition: all 0.2s ease-in-out 0;
  cursor: pointer;
}
#slider .item .info .actions a + a {
  margin-left: 20px;
}
#slider .item .info .actions a i {
  font-size: 0.85em;
}
#slider .item .info .actions a i.fa-heart {
  font-size: 1em;
}
#slider .item .info .actions .watchnow {
  border-color: var(--primary);
  color: var(--primary);
}
#slider .item .info .actions .watchnow:hover {
  background: var(--primary);
  color: #000;
}
#slider .item .info .actions .bookmark {
  border-color: rgba(255, 255, 255, 0.3);
  color: #bbb;
}
#slider .item .info .actions .bookmark:hover {
  background-color: #ccc;
  border-color: rgba(255, 255, 255, 0.5);
  color: #000;
}
#slider .item .info .actions .bookmark.active:before {
  font-family: "font awesome 5 free";
  content: "\f004";
  font-weight: 800;
  margin-right: 5px;
}
#slider .item .info .actions .bookmark.active {
  background-color: #ccc;
  border-color: rgba(255, 255, 255, 0.5);
  color: #000;
}
#slider .item .info .actions .bookmark.inactive:before {
  font-family: "font awesome 5 free";
  content: "\f004";
  margin-right: 5px;
}
#slider .paging {
  margin: auto;
  position: absolute;
  bottom: 2em;
  z-index: 2;
  width: 100%;
  text-align: center;
}
#slider .paging > span {
  background: rgba(255, 255, 255, 0.2);
  opacity: 1;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 0 5px;
  display: inline-block;
  cursor: pointer;
}
#slider .paging > span:hover {
  background: rgba(255, 255, 255, 0.6);
}
#slider .paging > span.active,
#slider .paging > span.swiper-pagination-bullet-active {
  background: var(--primary);
}
@media screen and (max-width: 1679px) {
  #slider {
    height: 45em;
  }
}
@media screen and (max-width: 1599px) {
  #slider {
    font-size: 0.9em;
  }
}
@media screen and (max-width: 1279px) {
  #slider .item .info {
    top: auto;
    bottom: 5em;
  }
  #slider .item .info .title {
    font-size: 2.5em;
  }
}
@media screen and (max-width: 768px) {
  #slider {
    height: 40em;
  }
}
@media screen and (max-width: 576px) {
  #slider {
    height: 30em;
  }
  #slider .item .info .desc {
    display: none;
  }
  #slider .item .info .actions {
    margin-top: 26px;
  }
}
.slider-sm .content {
  overflow: hidden;
}
#body {
  min-height: 100%;
  padding-bottom: 290px;
}
@media screen and (max-width: 992px) {
  #body {
    min-height: auto;
  }
}
body.list .col-left {
  float: left;
  width: 75%;
}
body.list .col-right {
  float: right;
  width: 23%;
  margin-left: 2%;
}
@media screen and (max-width: 1279px) {
  body.list .col-left {
    width: 100%;
  }
  body.list .col-right {
    display: none;
  }
}
.shorting .more {
  background: #212529;
  border-radius: 0.2rem;
  font-size: 0.8em;
  display: inline-block;
  padding: 0 8px;
  color: #6c757d;
  -webkit-transition: all 0.2s ease-in-out 0;
  -moz-transition: all 0.2s ease-in-out 0;
  transition: all 0.2s ease-in-out 0;
  cursor: pointer;
  margin-left: 3px;
  line-height: 1.8em;
}
.shorting .more i {
  font-size: 0.8em;
}
.shorting .more:hover {
  background: #343a40;
  color: #ced4da;
}
.filters {
  display: inline-block;
  font-size: 0.9em;
  border-radius: 20px;
  position: relative;
  top: 12px;
  margin-top: 10px;
  padding-bottom: 15px;
  width: 100%;
}
.filters .filter {
  float: left;
  margin-bottom: 10px;
  margin-right: 10px;
}
.filters .filter button {
  background: #212529;
  border: none;
  padding: 0 28px;
  height: 35px;
  border-radius: 4px;
  color: #6c757d;
  -webkit-transition: all 0.2s ease-in-out 0;
  -moz-transition: all 0.2s ease-in-out 0;
  transition: all 0.2s ease-in-out 0;
}
.filters .filter button.btn-primary {
  background: var(--primary);
  color: #212529;
}
.filters .filter button.btn-primary:hover {
  background: var(--primary);
  opacity: 0.9;
}
.filters .filter button:after {
  display: none;
}
.filters .filter button:focus {
  box-shadow: none;
  outline: 0;
}
.filters .filter button:hover {
  background: #2c3237;
}
.filters .filter button span {
  font-weight: 100;
  color: #dee2e6;
}
.filters .filter .dropdown-menu {
  margin-top: 5px;
  font-size: 1em;
  background: #212529;
  padding: 15px;
  border-radius: 5px;
}
.filters .filter .dropdown-menu.lg {
  width: 600px;
}
.filters .filter .dropdown-menu.md {
  width: 400px;
}
.filters .filter .dropdown-menu.sm {
  width: 200px;
}
.filters .filter .dropdown-menu.c1 > li {
  width: 100%;
}
.filters .filter .dropdown-menu.c2 > li {
  width: 50%;
}
.filters .filter .dropdown-menu.c3 > li {
  width: 33.3333333333%;
}
.filters .filter .dropdown-menu.c4 > li {
  width: 25%;
}
.filters .filter li {
  float: left;
  color: #adb5bd;
  border-radius: 3px;
  padding: 1px 3px;
}
.filters .filter i {
  margin-right: 5px;
}
.filters .filter li label {
  color: #adb5bd;
  padding: 5px;
}
.filters .filter li a {
  color: #adb5bd;
  padding: 7px;
}
.filters .filter li a:hover {
  background: #16181b;
  color: #fff;
  cursor: pointer;
}
.filters .filter li a:before {
  font-weight: 900;
  display: inline-block;
  margin-top: 3px;
  margin-right: 5px;
  font-family: "font awesome 5 free";
  vertical-align: top;
  line-height: 12px;
  width: 12px;
  height: 12px;
  margin-right: 10px;
  content: "\f0c8";
  color: #434b53;
  -webkit-border-radius: 3;
  -moz-border-radius: 3;
  border-radius: 3;
}
.filters .filter li a:hover:before {
  color: var(--primary);
}
.filters .filter li label:hover,
.filters .filter li:hover {
  background: #16181b;
  color: #fff;
  cursor: pointer;
}
.filters .filter li input,
.filters .filter li label {
  position: inherit;
  cursor: pointer;
}
.filters .filter li label {
  padding-right: 5px;
  display: block;
}
.filters .filter li input {
  display: none;
}
.filters .filter li input + label:before {
  font-weight: 900;
  display: inline-block;
  margin-top: 3px;
  margin-right: 5px;
  font-family: "Font Awesome 5 Free";
  vertical-align: top;
  line-height: 12px;
  width: 12px;
  height: 12px;
  margin-right: 10px;
  content: "\f0c8";
  color: #434b53;
  -webkit-border-radius: 3;
  -moz-border-radius: 3;
  border-radius: 3;
}
.filters .filter li input:checked + label {
  background: 0 0;
}
.filters .filter li input:checked + label:before {
  background: 0 0;
  color: var(--primary);
  content: "ï€Œ";
}
.filters .filter li input:checked + label:hover {
  background: 0 0;
}
.filters .filter li input[type="radio"] + label:before {
  content: "ï„‘";
}
.filters .filter li input[type="radio"]:checked + label:before {
  content: "ï˜";
}
@media screen and (max-width: 1599px) {
  .filters .filter button {
    padding: 0 22px;
    height: 33px;
    font-size: 0.95em;
  }
}
@media screen and (max-width: 1439px) {
  .filters .filter button {
    padding: 0 16px;
    height: 33px;
    font-size: 0.95em;
  }
}
@media screen and (max-width: 768px) {
  .filters {
    margin-left: -0.5%;
    margin-right: -0.5%;
  }
  .filters .filter {
    width: 19%;
    margin: 0.5%;
  }
  .filters .filter button {
    width: 100%;
  }
  .filters .filter:nth-child(1n) .dropdown-menu {
    left: 0;
    right: auto;
  }
  .filters .filter:nth-child(5n) .dropdown-menu {
    right: 0;
    left: auto;
  }
  .filters .filter .dropdown-menu.lg,
  .filters .filter .dropdown-menu.md {
    max-width: 420px;
    max-width: calc(100vw - 14vw);
  }
  .filters .filter .dropdown-menu.c4 li {
    width: 33.3333333333%;
    float: left;
  }
}
@media screen and (max-width: 576px) {
  .filters {
    margin-left: -0.5%;
    margin-right: -0.5%;
  }
  .filters .filter {
    width: 32.3333333333%;
    margin: 0.5%;
  }
  .filters .filter button {
    width: 100%;
  }
  .filters .filter:nth-child(1n) .dropdown-menu {
    left: 0;
    right: auto;
  }
  .filters .filter:nth-child(3n) .dropdown-menu {
    right: 0;
    left: auto;
  }
  .filters .filter button span {
    display: none;
  }
  .filters .filter .dropdown-menu.lg,
  .filters .filter .dropdown-menu.md {
    max-width: 320px;
    max-width: calc(100vw - 14vw);
  }
  .filters .filter .dropdown-menu.c4 li {
    width: 50%;
    float: left;
  }
  .filters .filter .dropdown-menu.c4 li label {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
  }
}
.nav {
  line-height: 45px;
  display: block;
  width: 100%;
}
.nav .breadcrumb {
  background: 0;
  padding: 0;
  margin: 0;
}
.nav .breadcrumb a {
  color: #bbb;
}
section.bl {
  display: block;
}
section.bl + .bl {
  margin-top: 30px;
}
section.bl .heading.simple .title,
section.bl .heading.simple h1,
section.bl .heading.simple h2,
section.bl .heading.simple h3 {
  float: none;
}
section.bl .heading .title,
section.bl .heading h1,
section.bl .heading h2,
section.bl .heading h3 {
  font-weight: 300;
  font-size: 1.8em;
  display: inline-block;
  float: left;
  opacity: 0.8;
  position: relative;
  color: #fff;
  margin-right: 30px;
  margin-bottom: 20px;
}
section.bl .heading .title:before,
section.bl .heading h1:before,
section.bl .heading h2:before,
section.bl .heading h3:before {
  position: absolute;
  content: "";
  height: 1px;
  width: 40%;
  top: 120%;
  left: 0;
  background: #343a40;
}
section.bl .heading .title.nounder:before,
section.bl .heading h1.nounder:before,
section.bl .heading h2.nounder:before,
section.bl .heading h3.nounder:before {
  display: none;
}
section.bl .heading .tabs {
  float: left;
  margin-top: 2px;
  margin-bottom: 20px;
}
section.bl .heading .tabs > span {
  display: inline-block;
  line-height: 2.2em;
  margin: 0 2px;
  cursor: pointer;
  font-size: 0.9em;
  padding: 0 10px;
  border-radius: 3px;
  -webkit-transition: all 0.2s ease-in-out 0;
  -moz-transition: all 0.2s ease-in-out 0;
  transition: all 0.2s ease-in-out 0;
  color: #6c757d;
  background: #212529;
}
section.bl .heading .tabs > span i {
  font-size: 0.8em;
  vertical-align: 1px;
}
section.bl .heading .tabs > span:hover {
  color: #adb5bd;
  background: #2c3237;
}
section.bl .heading .tabs > span:active {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.25);
}
section.bl .heading .tabs > span.active {
  background: var(--primary);
  color: #f8f9fa;
}
section.bl .heading .paging {
  float: right;
  margin-bottom: 20px;
}
section.bl .heading .paging .next,
section.bl .heading .paging .prev {
  display: inline-block;
  padding: 0 5px;
  cursor: pointer;
}
section.bl .heading .paging .next:before,
section.bl .heading .paging .prev:before {
  display: block;
  width: 15px;
  height: 28px;
  content: "";
  opacity: 0.5;
}
section.bl .heading .paging .next:hover:before,
section.bl .heading .paging .prev:hover:before {
  opacity: 1;
}
section.bl .heading .paging .prev:before {
  background-position: -1px -27px;
}
section.bl .heading .paging .prev:hover:before {
  background-position: -1px -55px;
}
section.bl .heading .paging .next {
  margin-left: 20px;
}
section.bl .heading .paging .next:before {
  background-position: -16px -27px;
}
section.bl .heading .paging .next:hover:before {
  background-position: -16px -55px;
}
section.bl .heading .more {
  float: right;
  margin-top: 0.2em;
  margin-bottom: 20px;
}
section.bl .heading #filter-toggler {
  display: none;
}
section.bl .content {
  margin-top: 10px;
}
.filmlist {
  margin: 0 -0.4%;
  display: none;
}
.filmlist.active {
  display: block;
}
.filmlist.loading {
  opacity: 0.8;
}
.filmlist .item {
  width: 11.7%;
  margin: 0 0.4%;
  float: left;
  display: block;
  position: relative;
}
.filmlist .item:hover .poster:before {
  opacity: 1;
  width: 60px;
  height: 60px;
  margin-top: -30px;
  margin-left: -30px;
  line-height: 60px;
  font-size: 1.2em;
}
.filmlist .item:hover .poster:after {
  background: rgba(0, 0, 0, 0.5);
}
.filmlist .item:hover .title {
  color: #f8f9fa;
}
.filmlist .item .remove {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  height: 25px;
  width: 25px;
  text-align: center;
  line-height: 25px;
  background: #9b160f;
  cursor: pointer;
  color: #adb5bd;
  border-radius: 4px 0 0 0;
}
.filmlist .item .remove:hover {
  background: #ca1d14;
  color: #dee2e6;
}
.filmlist .item .icons {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  font-size: 0.86em;
  font-weight: 500;
}
.filmlist .item .icons > div {
  float: left;
  margin-left: 5px;
  height: 20px;
  line-height: 20px;
  padding: 0 5px;
  border-radius: 3px;
  box-shadow: 0 0 30px #000;
  text-transform: uppercase;
}
.filmlist .item .icons > div.quality {
  background: #f8f9fa;
  color: #212529;
}
.filmlist .item .icons > div.watchstatus {
  cursor: pointer;
  background: #6c757d;
  color: #ced4da;
}
.filmlist .item .icons > div.watchstatus.unwatched {
  background: #ffc107;
  color: #212529;
}
.filmlist .item .icons > div.watching {
  background: #28a745;
  color: #f8f9fa;
}
.filmlist .item .poster {
  width: 100%;
  padding-bottom: 145%;
  border-radius: 4px;
  overflow: hidden;
  display: block;
  margin-bottom: 10px;
  position: relative;
  background: #212529;
}
.filmlist .item .poster img {
  width: 100%;
  min-height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  visibility: hidden;
}
.filmlist .item .poster img[src] {
  visibility: visible;
}
.filmlist .item .poster img.lazy {
  display: none;
}
.filmlist .item .poster img[data-src] {
  opacity: 0;
  transition: opacity 0.25s ease-in-out;
  will-change: opacity;
}
.filmlist .item .poster img[data-src][src] {
  opacity: 1;
}
.filmlist .item .poster:before {
  background-color: var(--primary);
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(var(--primary)),
    to(var(--primary))
  );
  background-image: -webkit-linear-gradient(
    top,
    var(--primary),
    var(--primary)
  );
  background-image: -moz-linear-gradient(top, var(--primary), var(--primary));
  background-image: -ms-linear-gradient(top, var(--primary), var(--primary));
  background-image: -o-linear-gradient(top, var(--primary), var(--primary));
  background-image: linear-gradient(top, var(--primary), var(--primary));
  color: #f8f9fa;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  line-height: 20px;
  font-size: 0;
  padding-left: 0.2em;
  content: "\f04b";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  text-align: center;
  position: absolute;
  z-index: 2;
  opacity: 0;
  -webkit-transition: all, ease-in-out 0.2s;
  -moz-transition: all, ease-in-out 0.2s;
  transition: all, ease-in-out 0.2s;
}
.filmlist .item .poster:after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
  background: rgba(0, 0, 0, 0);
  z-index: 1;
  -webkit-transition: all 0.2s ease-in-out 0;
  -moz-transition: all 0.2s ease-in-out 0;
  transition: all 0.2s ease-in-out 0;
}
.filmlist .item .imdb {
  display: none;
}
.filmlist .item h3 {
  font-size: 1em;
  font-weight: 500;
}
.filmlist .item .title {
  color: #e9ecef;
  font-size: 1em;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.filmlist .item .meta {
  font-size: 0.9em;
  height: 50px;
  display: block;
  overflow: hidden;
  color: #959595;
}
.filmlist .item .meta .type {
  display: inline-block;
  float: right;
  font-style: normal;
  background: #212529;
  border: 1px solid #2f3338;
  border-radius: 3px;
  padding: 0 4px;
  font-size: 0.8em;
}
.filmlist.related .item .meta .type {
  display: none;
}
@media screen and (max-width: 1439px) {
  .filmlist {
    margin: 0 -0.5%;
  }
  .filmlist .item {
    width: 15.6666666667%;
    margin: 0 0.5%;
  }
}
@media screen and (max-width: 1279px) {
  .filmlist {
    margin: 0 -0.5%;
  }
  .filmlist .item {
    width: 19%;
    margin: 0 0.5%;
  }
}
@media screen and (max-width: 768px) {
  .filmlist {
    margin: 0 -0.75%;
  }
  .filmlist .item {
    width: 23.5%;
    margin: 0 0.75%;
  }
}
@media screen and (max-width: 576px) {
  .filmlist {
    margin: 0 -1%;
  }
  .filmlist .item {
    width: 31.3333333333%;
    margin: 0 1%;
  }
}
@media screen and (max-width: 480px) {
  .filmlist {
    margin: 0 -1.5%;
  }
  .filmlist .item {
    width: 47%;
    margin: 0 1.5%;
  }
}
.filmlist-v > a {
  display: block;
  overflow: hidden;
  padding: 5px;
  margin-bottom: 10px;
}
.filmlist-v > a .poster {
  width: 40%;
  padding-bottom: 25%;
  position: relative;
  display: block;
  float: left;
  border-radius: 10px;
  overflow: hidden;
}
.filmlist-v > a .poster img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.filmlist-v > a .poster:after {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  content: "";
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
  -webkit-transition: all 0.2s ease-in-out 0;
  -moz-transition: all 0.2s ease-in-out 0;
  transition: all 0.2s ease-in-out 0;
}
.filmlist-v > a .info {
  margin-left: 45%;
  color: #bbb;
}
.filmlist-v > a .info .title {
  color: #adb5bd;
  font-size: 1.1em;
  -webkit-transition: all 0.2s ease-in-out 0;
  -moz-transition: all 0.2s ease-in-out 0;
  transition: all 0.2s ease-in-out 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.filmlist-v > a .info .meta {
  font-size: 0.9em;
}
.filmlist-v > a .info .imdb {
  margin-top: 22px;
  font-weight: 700;
  color: var(--primary);
}
.filmlist-v > a .info .imdb i {
  font-size: 0.8em;
  vertical-align: 1px;
}
.filmlist-v > a:hover {
  background: #212529;
  border-radius: 10px;
}
.filmlist-v > a:hover .poster:after {
  background: rgba(0, 172, 193, 0.1);
}
.filmlist-v > a:hover .info .title {
  color: #f8f9fa;
}
.filmlist-s {
  margin: 0 -1%;
}
.filmlist-s > a {
  float: left;
  width: 31.3333333333%;
  margin: 0 1%;
  color: #adb5bd;
  padding: 5px;
  display: block;
  height: 260px;
  overflow: hidden;
}
.filmlist-s > a .poster {
  position: relative;
  width: 100%;
  padding-bottom: 145%;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 10px;
}
.filmlist-s > a .poster img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.filmlist-s > a .poster:after {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  content: "";
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
  -webkit-transition: all 0.2s ease-in-out 0;
  -moz-transition: all 0.2s ease-in-out 0;
  transition: all 0.2s ease-in-out 0;
}
.filmlist-s > a .title {
  font-size: 0.98em;
  -webkit-transition: all 0.2s ease-in-out 0;
  -moz-transition: all 0.2s ease-in-out 0;
  transition: all 0.2s ease-in-out 0;
  display: block;
  max-height: 48px;
  overflow: hidden;
}
.filmlist-s > a .meta {
  color: #bbb;
  font-size: 0.9em;
}
.filmlist-s > a:hover {
  background: #212529;
  border-radius: 10px;
}
.filmlist-s > a:hover .poster:after {
  background: rgba(0, 172, 193, 0.1);
}
.filmlist-s > a:hover .title {
  color: #f8f9fa;
}
body.user .bl-1 {
  float: right;
  width: 16%;
  margin-left: 2%;
}
body.user .bl-2 {
  float: left;
  width: 82%;
}
body.user ul.sidemenu {
  margin: 0;
  padding: 0;
}
body.user ul.sidemenu li {
  list-style: none;
}
body.user ul.sidemenu li a {
  display: block;
  background: #212529;
  line-height: 40px;
  padding: 0 20px;
  margin-bottom: 10px;
  border-radius: 10px;
  font-weight: 500;
  color: #6c757d;
  -webkit-transition: all 0.2s ease-in-out 0;
  -moz-transition: all 0.2s ease-in-out 0;
  transition: all 0.2s ease-in-out 0;
}
body.user ul.sidemenu li a i {
  margin-right: 10px;
}
body.user ul.sidemenu li a:hover {
  background: #2c3237;
  color: #adb5bd;
}
body.user ul.sidemenu li a.active {
  background: var(--primary);
  color: #212529;
}
body.user .form {
  margin: 0 auto;
  max-width: 700px;
}
body.user .form-group {
  margin-bottom: 1.5rem;
}
body.user .form-group .lb {
  text-align: right;
}
body.user .form-group .col-form-label {
  padding-top: 0.9rem;
  font-weight: 500;
  color: #6c757d;
}
body.user .form-group .form-control {
  font-size: 1rem;
  padding: 1.6rem;
}
body.user .form-group .btn {
  font-size: 1rem;
  padding: 0.8rem 2rem;
  border-radius: 4rem;
}
@media screen and (max-width: 1599px) {
  body.user .bl-1 {
    width: 18%;
    margin-left: 2%;
  }
  body.user .bl-2 {
    width: 80%;
  }
}
@media screen and (max-width: 1279px) {
  body.user .bl-1 {
    width: 100%;
    margin-bottom: 20px;
  }
  body.user .bl-2 {
    width: 100%;
  }
  body.user ul.sidemenu {
    margin: 0;
    padding: 0;
  }
  body.user ul.sidemenu li {
    list-style: none;
    display: inline-block;
    float: left;
  }
  body.user ul.sidemenu li a {
    margin: 0 10px 10px 0;
    line-height: 35px;
    font-size: 0.9em;
    padding: 0 15px;
  }
}
@media screen and (max-width: 576px) {
  body.user .form-group {
    margin-bottom: 0.5em;
  }
  body.user .form-group .lb {
    text-align: left;
  }
  body.user .form-group .form-control {
    font-size: 1rem;
    padding: 1.5rem;
  }
}
body.user .filmlist {
  margin: 0 -0.4%;
}
body.user .filmlist .item {
  width: 13.4857142857%;
  margin: 0 0.4%;
}
@media screen and (max-width: 1535px) {
  body.user .filmlist {
    margin: 0 -0.5%;
  }
  body.user .filmlist .item {
    width: 15.6666666667%;
    margin: 0 0.5%;
  }
}
@media screen and (max-width: 1279px) {
  body.user .filmlist {
    margin: 0 -0.5%;
  }
  body.user .filmlist .item {
    width: 19%;
    margin: 0 0.5%;
  }
}
@media screen and (max-width: 992px) {
  body.user .filmlist {
    margin: 0 -0.5%;
  }
  body.user .filmlist .item {
    width: 19%;
    margin: 0 0.5%;
  }
}
@media screen and (max-width: 768px) {
  body.user .filmlist {
    margin: 0 -0.75%;
  }
  body.user .filmlist .item {
    width: 23.5%;
    margin: 0 0.75%;
  }
}
@media screen and (max-width: 576px) {
  body.user .filmlist {
    margin: 0 -1%;
  }
  body.user .filmlist .item {
    width: 31.3333333333%;
    margin: 0 1%;
  }
}
@media screen and (max-width: 480px) {
  body.user .filmlist {
    margin: 0 -1.5%;
  }
  body.user .filmlist .item {
    width: 47%;
    margin: 0 1.5%;
  }
}
.pagenav {
  width: 100%;
  text-align: center;
  margin-top: 15px;
}
.pagenav ul {
  display: inline-block;
}
.pagenav ul li {
  display: inline-block;
  margin: 0 2px 5px;
}
.pagenav ul li a,
.pagenav ul li span {
  display: block;
  width: 40px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background: #212529;
  color: #6c757d;
  border-radius: 5px;
  -webkit-transition: all 0.2s ease-in-out 0;
  -moz-transition: all 0.2s ease-in-out 0;
  transition: all 0.2s ease-in-out 0;
}
.pagenav ul li a:hover,
.pagenav ul li span:hover {
  background: #2f343a;
}
.pagenav ul li.active a,
.pagenav ul li.active span {
  background: var(--primary);
  color: #212529;
}
.pagenav ul li.disabled span,
.pagenav ul li.disabled span:hover {
  background: 0 0;
}
@media screen and (max-width: 576px) {
  .pagenav ul li {
    margin: 0;
  }
  .pagenav ul li a,
  .pagenav ul li span {
    width: 35px;
    line-height: 35px;
    height: 35px;
    border-radius: 50%;
  }
}
@media screen and (max-width: 320px) {
  .pagenav ul li a,
  .pagenav ul li span {
    width: 30px;
    line-height: 30px;
    height: 30px;
  }
}
.site-footer {
  min-height: 250px;
  margin-top: -250px;
  font-size: 0.95em;
  padding-top: 15px;
  background: #090909;
  color: #959595;
}
.site-footer a {
  color: #bbb;
}
.site-footer .logo {
  display: inline-block;
  margin-bottom: 15px;
}
.site-footer .logo_txt {
  background: var(--primary);
  color: #fff;
  display: inline-block;
  padding: 0 8px;
  margin-bottom: 15px;
  height: 35px;
  font-size: 1.8rem;
  line-height: 1.3;
  border-radius: 2px;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -1px;
}
.site-footer .logo img {
  height: 35px;
  max-width: 120px;
  vertical-align: middle;
}
.site-footer .custom-logo-link img {
  height: 35px;
  max-width: 120px;
  vertical-align: middle;
}
.site-footer .navbar-brand img {
  height: 35px;
  max-width: 120px;
  vertical-align: middle;
}
.site-footer img.custom-logo {
  height: 35px;
  max-width: 120px;
}
.site-footer .logo h2 {
  display: inline-block;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  font-weight: 700;
  color: #f8f9fa;
}
.site-footer .top {
  padding: 20px 0 30px;
}
.site-footer .top .links {
  float: right;
  width: 40%;
  font-size: 0.95em;
}
.site-footer .top .links .bl {
  width: 33.33%;
  float: left;
}
.site-footer .top .links ul {
  margin: 0;
  padding: 0;
}
.site-footer .top .links ul li {
  list-style: none;
}
.site-footer .top .links ul li a {
  color: #6f6f6f;
  line-height: 1.9em;
}
.site-footer .top .links ul li a:hover {
  color: #888;
}
.site-footer .top .about {
  float: left;
  width: 60%;
}
.site-footer .top .about .icons {
  margin-top: 20px;
}
.site-footer .top .about .icons > div {
  float: left;
  color: #959595;
  margin-right: 50px;
  margin-bottom: 10px;
}
.site-footer .top .about .icons > div .icon {
  width: 35px;
  height: 35px;
  border: 1px solid var(--primary);
  line-height: 30px;
  border-radius: 8px;
  display: inline-block;
  text-align: center;
}
.site-footer .top .about .icons > div .icon i {
  vertical-align: -1px;
}
.site-footer .top .about .icons > div span {
  margin-left: 10px;
}
.site-footer .top .heading {
  color: #dee2e6;
  display: inline-block;
  min-height: 1px;
  margin-bottom: 10px;
  font-size: 1.05em;
  font-weight: 400;
}
@media screen and (max-width: 1599px) {
  .site-footer .top .links {
    width: 45%;
  }
  .site-footer .top .about {
    width: 55%;
  }
  .site-footer .top .about .icons > div span {
    min-width: auto;
  }
}
@media screen and (max-width: 1365px) {
  .site-footer .top .links {
    width: 50%;
  }
  .site-footer .top .about {
    width: 50%;
  }
  .site-footer .top .about .icons > div {
    width: 50%;
    margin-right: 0;
  }
}
@media screen and (max-width: 992px) {
  .site-footer .logo {
    display: block;
    text-align: center;
  }
  .site-footer .top .links {
    width: 100%;
    margin: 10px 0;
  }
  .site-footer .top .about {
    width: 100%;
    margin: 10px 0;
  }
  .site-footer .top .about .icons > div {
    width: 25%;
  }
}
@media screen and (max-width: 768px) {
  .site-footer .top .about .icons > div {
    width: 50%;
  }
  .site-footer .bot .logo {
    display: none;
  }
}
#watch .play {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
#watch .play:before {
  position: absolute;
  z-index: 1;
  content: "";
  bottom: 0;
  top: 0;
  width: 100%;
  background: -moz-radial-gradient(
    center,
    ellipse cover,
    transparent 10%,
    #000 100%
  );
  background: -webkit-gradient(
    radial,
    center center,
    0,
    center center,
    100%,
    color-stop(10%, transparent),
    color-stop(100%, #000)
  );
  background: -webkit-radial-gradient(
    center,
    ellipse cover,
    transparent 10%,
    #000 100%
  );
  background: -o-radial-gradient(
    center,
    ellipse cover,
    transparent 10%,
    #000 100%
  );
  background: -ms-radial-gradient(
    center,
    ellipse cover,
    transparent 10%,
    #000 100%
  );
  background: radial-gradient(ellipse at center, transparent 10%, #000 100%);
}
#watch .play:after {
  position: absolute;
  z-index: 1;
  content: "";
  bottom: 0;
  width: 100%;
  height: 150px;
  background-color: rgba(17, 17, 17, 0);
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(17, 17, 17, 0)),
    to(#111)
  );
  background-image: -webkit-linear-gradient(top, rgba(17, 17, 17, 0), #111);
  background-image: -moz-linear-gradient(top, rgba(17, 17, 17, 0), #111);
  background-image: -ms-linear-gradient(top, rgba(17, 17, 17, 0), #111);
  background-image: -o-linear-gradient(top, rgba(17, 17, 17, 0), #111);
  background-image: linear-gradient(top, rgba(17, 17, 17, 0), #111);
}
#watch #player {
  height: 60em;
  display: block;
  width: 100%;
  background: rgba(33, 37, 41, 0.2);
  position: relative;
  z-index: 3;
}
#watch #player.active {
  z-index: 101;
}
#watch #disqus_thread.active {
  position: relative;
  z-index: 109;
}
#watch #player .message {
  top: 50%;
  position: absolute;
  text-align: center;
  display: block;
  width: 100%;
}
#watch #player .loading {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
}
#watch #player #play {
  height: 100px;
  width: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -50px;
  margin-top: -50px;
  line-height: 100px;
  text-align: center;
  font-weight: 900;
  cursor: pointer;
  border-radius: 50%;
  background: var(--primary);
  opacity: 0.8;
  -webkit-transition: all 0.2s ease-in-out 0;
  -moz-transition: all 0.2s ease-in-out 0;
  transition: all 0.2s ease-in-out 0;
  color: #e9ecef;
}
#watch #player #play:before {
  content: "\f04b";
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  font-size: 2.5em;
  margin-left: 0.2em;
  -webkit-transition: all 0.2s ease-in-out 0;
  -moz-transition: all 0.2s ease-in-out 0;
  transition: all 0.2s ease-in-out 0;
}
#watch #player #play:hover {
  background: var(--primary);
  opacity: 1;
}
#watch #player #play:hover:before {
  color: #f8f9fa;
}
#watch #controls {
  margin-top: 15px;
}
#watch #controls .items > div {
  float: left;
  line-height: 25px;
  border-radius: 4px;
  font-size: 0.8em;
  padding: 0 15px;
  cursor: pointer;
  border: 1px solid #494f54;
  color: #6a727a;
  -webkit-transition: all 0.2s ease-in-out 0;
  -moz-transition: all 0.2s ease-in-out 0;
  transition: all 0.2s ease-in-out 0;
  margin-right: 10px;
  margin-bottom: 8px;
}
#watch #controls .items > div:hover {
  color: #adb5bd;
  border-color: #6c757d;
}
#watch #controls .items > span {
  float: left;
  line-height: 25px;
  border-radius: 4px;
  font-size: 0.8em;
  padding: 0 15px;
  cursor: pointer;
  border: 1px solid #494f54;
  color: #6a727a;
  -webkit-transition: all 0.2s ease-in-out 0;
  -moz-transition: all 0.2s ease-in-out 0;
  transition: all 0.2s ease-in-out 0;
  margin-right: 10px;
  margin-bottom: 8px;
}
#watch #controls .items > span:hover {
  color: #adb5bd;
  border-color: #6c757d;
}
#watch #controls .items > span.bookmark.inactive:before {
  font-family: "font awesome 5 free";
  content: "\f004";
  margin-right: 3px;
}
#watch #controls .items > span.bookmark.active:before {
  font-family: "font awesome 5 free";
  content: "\f004";
  color: #d73458;
  font-weight: 800;
  margin-right: 3px;
}
#watch #controls .share {
  float: right;
}
@media screen and (max-width: 1599px) {
  #watch #player {
    height: 48em;
  }
}
@media screen and (max-width: 1365px) {
  #watch #player {
    height: 40em;
  }
}
@media screen and (max-width: 768px) {
  #watch #player {
    height: 30em;
  }
}
@media screen and (max-width: 576px) {
  #watch #player {
    height: 15em;
  }
  #watch #controls .items {
    text-align: center;
  }
  #watch #controls .items > div {
    display: inline-block;
    float: none;
  }
  #watch #controls .items > span {
    display: inline-block;
    float: none;
  }
  #watch #controls .share {
    float: none;
    text-align: center;
  }
}
#episodes {
  margin: 30px 0 40px;
  text-align: center;
  font-size: 14px;
}
#episodes #servers {
  margin: 0 auto 30px;
}
#episodes #servers .note {
  margin-bottom: 10px;
  font-size: 1.1em;
}
#episodes #servers .server {
  display: inline-block;
  background: #212529;
  padding: 10px 15px;
  border-radius: 5px;
  text-align: left;
  padding-left: 45px;
  position: relative;
  margin: 0 5px 3px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out 0;
  -moz-transition: all 0.2s ease-in-out 0;
  transition: all 0.2s ease-in-out 0;
}
#episodes #servers .server:before {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -10px;
  margin-left: 12.5px;
  width: 20px;
  height: 20px;
  content: "\f04b";
  font-weight: 900;
  text-align: center;
  font-family: "Font Awesome 5 Free";
  float: left;
  display: block;
  color: #adb5bd;
}
#episodes #servers .server > span {
  font-size: 0.85em;
  color: #6c757d;
}
#episodes #servers .server > div {
  font-weight: 500;
  color: #adb5bd;
  min-width: 57px;
}
#episodes #servers .server:hover {
  background: #2c3237;
}
#episodes #servers .server:hover:before {
  color: #bbc2c8;
}
#episodes #servers .server:hover > span {
  color: #78828a;
}
#episodes #servers .server:hover > div {
  color: #bbc2c8;
}
#episodes #servers .server.active {
  background: var(--primary);
}
#episodes #servers .server.active:before {
  color: #212529;
}
#episodes #servers .server.active > span {
  color: #343a40;
}
#episodes #servers .server.active > div {
  color: #212529;
}
#episodes .groups {
  text-align: left;
  margin: 10px 0;
}
#episodes .groups #seasons {
  display: inline-block;
}
#episodes .groups #seasons .date {
  font-weight: 300;
}
#episodes .groups #seasons button {
  color: #bbb;
}
#episodes .groups #seasons ul.dropdown-menu {
  border-radius: 8px;
  padding: 0;
  overflow: hidden;
  font-size: 0.95em;
  max-height: 350px;
  overflow-y: auto;
}
#episodes .groups #seasons ul.dropdown-menu > li > input:checked ~ label,
#episodes .groups #seasons ul.dropdown-menu > li > input:checked ~ label:hover {
  background: var(--primary);
  color: #f8f9fa;
}
#episodes .groups #seasons ul.dropdown-menu > li > label {
  padding: 9px 16px;
  font-weight: 600;
}
#episodes .groups #seasons ul.dropdown-menu > li > label:hover {
  background: #e9ecef;
}
#episodes .groups ul#ranges {
  display: inline-block;
  margin: 0;
  padding: 0;
  margin-left: 20px;
}
#episodes .groups ul#ranges li {
  display: inline-block;
  list-style: none;
  cursor: pointer;
  margin: 0 5px;
  color: #bbb;
  -webkit-transition: all 0.2s ease-in-out 0;
  -moz-transition: all 0.2s ease-in-out 0;
  transition: all 0.2s ease-in-out 0;
  border: 1px solid transparent;
}
#episodes .groups ul#ranges li:hover {
  color: #a2a2a2;
  border-bottom: 1px solid #a2a2a2;
}
#episodes .groups ul#ranges li.active {
  color: var(--primary);
  border-bottom: 1px solid var(--primary);
}
#episodes .episodes {
  margin: -0.3%;
}
#episodes .episodes .episode {
  float: left;
  width: 19.4%;
  margin: 3px 0.3%;
  text-align: left;
}
#episodes .episodes .episode a {
  display: block;
  width: 100%;
  background: #212529;
  border: none;
  color: #adb5bd;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  font-weight: 500;
  position: relative;
  border-radius: 5px;
  padding: 10px;
  -webkit-transition: all 0.2s ease-in-out 0;
  -moz-transition: all 0.2s ease-in-out 0;
  transition: all 0.2s ease-in-out 0;
}
#episodes .episodes .episode a span {
  font-weight: 500;
}
#episodes .episodes .episode a .name {
  font-weight: 300;
}
#episodes .episodes .episode a:hover {
  background: #2c3237;
  color: #bbc2c8;
  border: none;
}
#episodes .episodes .episode a.active {
  background: var(--primary);
  color: #212529;
  border: none;
}
@media screen and (max-width: 1279px) {
  #episodes .episodes .episode {
    width: 24.4%;
  }
}
@media screen and (max-width: 992px) {
  #episodes .episodes .episode {
    width: 32.7333333333%;
  }
}
@media screen and (max-width: 768px) {
  #episodes .episodes .episode {
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  #episodes #servers .server {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.watch-extra {
  margin-bottom: 30px;
}
.watch-extra .bl-1 {
  float: left;
  width: 65%;
}
.watch-extra .bl-2 {
  float: right;
  width: 33%;
  margin-left: 2%;
}
.watch-extra section.info {
  clear: both;
  margin-bottom: 30px;
  overflow: hidden;
}
.watch-extra section.info .poster {
  width: 250px;
  float: left;
}
.watch-extra section.info .poster span {
  position: relative;
  width: 100%;
  padding-bottom: 145%;
  display: block;
  border-radius: 8px;
  overflow: hidden;
  border: 3px solid rgba(255, 255, 255, 0.2);
}
.watch-extra section.info .poster span img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.watch-extra section.info .info {
  margin-left: 280px;
  color: #6c757d;
}
.watch-extra section.info .info > div {
  margin-bottom: 15px;
}
.watch-extra section.info .info .rating {
  float: right;
  margin-top: 14px;
}
.watch-extra section.info .info .rating .stars {
  display: inline-block;
  font-size: 1.5em;
}
.watch-extra section.info .info .rating .stars span {
  position: relative;
  color: #343a40;
  cursor: pointer;
  float: left;
  padding: 0 3px;
}
.watch-extra section.info .info .rating .stars span i {
  position: absolute;
  color: #8c7000;
  top: 0;
  left: 3px;
}
.watch-extra section.info .info .rating .stars span i.active {
  color: #bf9900;
}
.watch-extra section.info .info .rating .stars span i.none {
  color: transparent;
}
.watch-extra section.info .info .rating .text {
  color: #343a40;
  font-size: 0.9em;
  display: block;
  text-align: center;
  font-style: italic;
}
.watch-extra section.info .info .rating:hover .text {
  color: #495057;
}
.watch-extra section.info .info .title {
  color: #e9ecef;
}
.watch-extra section.info .info .meta.lg > span + span {
  margin-left: 15px;
}
.watch-extra section.info .info .meta > div {
  margin-bottom: 6px;
}
.watch-extra section.info .info .meta > div > span {
  color: #6c757d;
}
.watch-extra section.info .info .meta > div > span:first-child {
  display: block;
  float: left;
  color: #6c757d;
}
.watch-extra section.info .info .meta > div > span:nth-child(2) {
  display: block;
  margin-left: 120px;
}
.watch-extra section.info .info .meta .quality {
  background: var(--primary);
  color: #212529;
  font-weight: 500;
  font-size: 0.85em;
  padding: 3px 8px;
  border-radius: 3px;
  text-shadow: none;
}
.watch-extra section.info .info .meta .imdb {
  font-weight: 500;
}
.watch-extra section.info .info .meta .imdb i {
  font-size: 0.8em;
  vertical-align: 1px;
}
.watch-extra section.info .info .desc {
  line-height: 1.8em;
  font-size: 1.1em;
}
.watch-extra section.info .info a {
  color: #939ba2;
}
.watch-extra section.info .info a:hover {
  color: var(--primary);
}
.watch-extra .filmlist {
  margin: 0 -1%;
}
.watch-extra .filmlist .item {
  width: 31.3333333333%;
  margin: 0 1%;
}
@media screen and (max-width: 1599px) {
  .watch-extra section.info .poster {
    width: 200px;
  }
  .watch-extra section.info .info {
    margin-left: 230px;
    font-size: 0.9em;
  }
}
@media screen and (max-width: 1279px) {
  .watch-extra .bl-1 {
    float: none;
    width: 100%;
  }
  .watch-extra .bl-2 {
    float: none;
    width: 100%;
    margin: 0;
  }
  .watch-extra .filmlist {
    margin: 0 -0.5%;
  }
  .watch-extra .filmlist .item {
    width: 15.6666666667%;
    margin: 0 0.5%;
  }
}
@media screen and (max-width: 768px) {
  .watch-extra .filmlist {
    margin: 0 -0.5%;
  }
  .watch-extra .filmlist .item {
    width: 24%;
    margin: 0 0.5%;
  }
}
@media screen and (max-width: 576px) {
  .watch-extra .filmlist {
    margin: 0 -1%;
  }
  .watch-extra .filmlist .item {
    width: 31.3333333333%;
    margin: 0 1%;
  }
  .watch-extra section.info .poster {
    display: none;
  }
  .watch-extra section.info .info {
    margin-left: 0;
  }
  .watch-extra section.info .info .rating {
    float: none;
    text-align: center;
  }
  .watch-extra section.info .info .title {
    font-size: 2em;
  }
  .watch-extra section.info .info .meta > div > span:first-child {
    float: none;
    display: inline;
  }
  .watch-extra section.info .info .meta > div > span:nth-child(2) {
    margin-left: 5px;
    display: inline;
  }
}
@media screen and (max-width: 480px) {
  .watch-extra .filmlist {
    margin: 0 -1%;
  }
  .watch-extra .filmlist .item {
    width: 48%;
    margin: 0 1%;
  }
}
.modal-content {
  background: #212529;
  color: #6c757d;
  border-radius: 5px;
}
.modal-content .modal-header {
  border: none;
  padding: 1.5em 2em 0;
}
.modal-content .modal-header .modal-title {
  font-weight: 500;
  font-size: 1.6em;
  color: #adb5bd;
}
.modal-content .modal-header .close {
  position: relative;
  top: -15px;
  right: -15px;
}
.modal-content .modal-body {
  padding: 1.5em 2em 0;
}
.modal-content .modal-body .form-control {
  background: #ced4da;
  color: #212529;
}
.modal-content .modal-body .form-control::placeholder {
  color: #6c757d;
}
.modal-content .modal-footer {
  color: #adb5bd;
  padding: 1.5em;
  border: none;
  text-align: center;
  display: block;
}
.error-page {
  display: block;
  width: auto;
  text-align: center;
  padding: 200px 0 0;
}
.error-page h2 {
  font-size: 7em;
  font-weight: 600;
}
.error-page .message {
  font-size: 1.8em;
  font-weight: 300;
}
.error-page .home {
  margin-top: 15px;
}
.loading {
  width: 50px;
  height: 50px;
  text-align: center;
  display: block;
  margin: 0 auto;
}
.loading > div {
  width: 50px;
  height: 50px;
  margin: 0 auto;
  border: 3px solid var(--primary);
  border-radius: 50%;
  border-left-color: transparent;
  border-right-color: transparent;
  animation: cssload-spin 0.8s infinite linear;
  -o-animation: cssload-spin 0.8s infinite linear;
  -ms-animation: cssload-spin 0.8s infinite linear;
  -webkit-animation: cssload-spin 0.8s infinite linear;
  -moz-animation: cssload-spin 0.8s infinite linear;
}
@keyframes cssload-spin {
  100% {
    transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes cssload-spin {
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes cssload-spin {
  100% {
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes cssload-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes cssload-spin {
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
  border-top-color: #212529;
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
  border-bottom-color: #212529;
}
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
  border-right-color: #212529;
}
.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
  border-left-color: #212529;
}
.tooltipster-sidetip .tooltipster-arrow-border {
  border: none;
}
.tooltipster-sidetip .tooltipster-box {
  background: #212529 !important;
  border: none;
  border-radius: 6px;
}
.tooltipster-box {
  background: #212529 !important;
  border: none;
  border-radius: 6px;
}
.tooltipster-sidetip .tooltipster-box .tooltipster-content {
  color: #949ea9;
  padding: 10px 15px;
}
.tooltipster-sidetip .tooltipster-box .tooltipster-content .title {
  color: #e9ecef;
  font-weight: 400;
  font-size: 1.1em;
  line-height: 1.5em;
}
.tooltipster-sidetip .tooltipster-box .tooltipster-content .meta {
  font-size: 0.9em;
  margin-top: 10px;
  color: #949ea9;
  display: flex;
  flex-wrap: wrap;
}
.tooltipster-sidetip .tooltipster-box .tooltipster-content .meta > span {
  flex-basis: 0;
  flex-grow: 1;
}
.tooltipster-sidetip .tooltipster-box .tooltipster-content .meta .imdb {
  color: #b0b8bf;
}
.tooltipster-sidetip .tooltipster-box .tooltipster-content .meta .imdb i {
  color: var(--primary);
  font-size: 0.8em;
  vertical-align: 1px;
}
.tooltipster-sidetip .tooltipster-box .tooltipster-content .meta .quality {
  background: var(--primary);
  color: #000;
  font-weight: 500;
  font-size: 0.85em;
  padding: 2px 6px;
  border-radius: 3px;
}
.tooltipster-sidetip .tooltipster-box .tooltipster-content .meta > div {
  font-size: 0.85em;
  display: block;
  width: 100%;
}
.tooltipster-sidetip
  .tooltipster-box
  .tooltipster-content
  .meta
  > div
  span:first-child {
  color: #949ea9;
}
.tooltipster-sidetip .tooltipster-box .tooltipster-content .meta > div a {
  color: #b5bdc4;
}
.tooltipster-sidetip .tooltipster-box .tooltipster-content .meta > div a:hover {
  color: #dee2e6;
}
.tooltipster-sidetip .tooltipster-box .tooltipster-content .desc {
  margin-top: 10px;
  font-size: 0.85em;
  font-weight: 300;
}
.tooltipster-sidetip .tooltipster-box .tooltipster-content .actions {
  cursor: pointer;
  margin-top: 15px;
}
.tooltipster-sidetip .tooltipster-box .tooltipster-content .actions > a {
  display: block;
  -webkit-transition: all 0.2s ease-in-out 0;
  -moz-transition: all 0.2s ease-in-out 0;
  transition: all 0.2s ease-in-out 0;
}
.tooltipster-sidetip .tooltipster-box .tooltipster-content .actions .watchnow {
  line-height: 35px;
  border-radius: 4px;
  text-align: center;
  margin-right: 45px;
  background: #333940;
  color: #ced4da;
}
.tooltipster-sidetip
  .tooltipster-box
  .tooltipster-content
  .actions
  .watchnow
  i {
  font-size: 0.8em;
  vertical-align: 1px;
  color: var(--primary);
}
.tooltipster-sidetip
  .tooltipster-box
  .tooltipster-content
  .actions
  .watchnow:hover {
  background: #2c3237;
}
.tooltipster-sidetip .tooltipster-box .tooltipster-content .actions .bookmark {
  float: right;
  line-height: 35px;
  width: 35px;
  max-height: 35px;
  background: #d73458;
  color: #e9ecef;
  text-align: center;
  border-radius: 5px;
  font-size: 0;
}
.tooltipster-sidetip
  .tooltipster-box
  .tooltipster-content
  .actions
  .bookmark.inactive:before {
  font-family: "font awesome 5 free";
  content: "\f004";
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}
.tooltipster-sidetip
  .tooltipster-box
  .tooltipster-content
  .actions
  .bookmark.active:before {
  font-family: "font awesome 5 free";
  content: "\f004";
  color: #fff;
  font-size: 14px;
  font-weight: 800;
}
.tooltipster-sidetip
  .tooltipster-box
  .tooltipster-content
  .actions
  .bookmark:hover {
  background: #9f1f3c;
}
#md-share .modal-content {
  position: relative;
  overflow: hidden;
  color: #ced4da;
}
#md-share .modal-content .modal-header .modal-title {
  width: 100%;
  text-align: center;
}
#md-share .modal-content .modal-body {
  padding-top: 10px;
  padding-bottom: 20px;
}
#report-video {
  font-size: 0.95em;
}
#report-video .form-group .name {
  font-size: 1.3em;
  font-weight: 400;
  color: #ced4da;
}
#report-video .form-group > label {
  font-weight: 500;
  color: #adb5bd;
}
#report-video .form-group .options {
  font-size: 0.95em;
}
#report-video .form-group .options > label {
  margin-right: 10px;
}
#report-video .form-group .options textarea {
  width: 100%;
  height: 120px;
  overflow: auto;
  background: #111;
  outline: 0;
  color: #6c757d;
  border-radius: 0.3rem;
  border: 1px solid #495057;
}
.modal-backdrop.show {
  background: #8888 !important;
  opacity: 0.8 !important;
}
#toast-wrapper {
  position: fixed;
  z-index: 1055;
  bottom: 10px;
  right: 10px;
}
#toast-wrapper > div {
  color: #212529;
  background: #f8f9fa;
  padding: 8px 15px;
  display: block;
  margin-bottom: 10px;
  cursor: pointer;
}
.bs-tooltip-auto[x-placement^="top"] .arrow::before,
.bs-tooltip-top .arrow::before {
  border-top-color: #495057;
}
.tooltip-inner {
  background: #495057;
}
body.intro .container {
  max-width: 600px;
  margin: 0 auto;
}
body.intro .logo {
  width: 200px;
  height: 60px;
  display: block;
  margin: 20px auto 30px;
}
.index-base {
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 80px;
  text-align: center;
}
.index-base .logo {
  margin-bottom: 20px;
}
.index-base .logo img {
  height: 65px;
}
.index-base .title {
  font-size: 1.3em;
  font-weight: 500;
}
.index-base .btn {
  border-radius: 5px;
}
@media screen and (max-width: 1024px) {
  .index-base .logo img {
    height: 55px;
  }
}
@media screen and (max-width: 992px) {
  .index-base {
    margin-top: 50px;
  }
}
@media screen and (max-width: 576px) {
  .index-base {
    margin-top: 30px;
  }
  .index-base .logo img {
    height: 40px;
  }
}
.index-simple {
  background-color: #111;
  font-family: Montserrat, Arial;
  color: #a7a7a7;
  font-size: 14px;
  line-height: 1.2em;
  font-weight: 400;
  padding: 0;
  margin: 0;
  position: relative;
  width: 100%;
}
.scontainer {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}
.sheader {
  background: #252525;
  height: 60px;
}
.sheader .slogo {
  float: left;
  display: block;
  margin-top: 14px;
}
.sheader .slogo img {
  height: 34px;
}
.sheader ul.smenu {
  float: right;
  margin: 0;
  padding: 0;
}
.sheader ul.smenu > li {
  list-style: none;
  display: inline-block;
}
.sheader ul.smenu > li a {
  padding: 0 5px;
  margin: 0 10px;
  line-height: 60px;
  color: #dee2e6;
  display: inline-block;
  font-size: 1.05em;
}
.sheader ul.smenu > li a:hover {
  color: var(--primary);
}
.sbody {
  padding-top: 80px;
}
.sbody .shead {
  text-align: center;
}
.sbody .shead .slogo img {
  height: 70px;
}
.sbody .shead .sname {
  font-weight: 700;
  padding: 0;
  margin-top: 25px;
  font-size: 1.8em;
}
.sbody .ssearch {
  margin-top: 10px;
}
.sbody .ssearch form button {
  float: right;
  width: 80px;
  border: none;
  background-color: var(--primary);
  height: 50px;
  line-height: 50px;
  border-radius: 0 4px 4px 0;
  font-size: 1.5em;
  color: #f8f9fa;
  outline: 0;
}
.sbody .ssearch form button:active,
.sbody .ssearch form button:focus {
  outline: 0;
}
.sbody .ssearch form .sinput-w {
  width: 100%;
  margin-right: 80px;
  padding-right: 80px;
}
.sbody .ssearch form .sinput-w input {
  width: 100%;
  background-color: #f8f9fa;
  height: 50px;
  line-height: 50px;
  border: none;
  border-radius: 4px 0 0 4px;
  padding: 0 20px;
  font-size: 1.2em;
  outline: 0;
}
.sbody .ssearch form .sinput-w input:active,
.sbody .ssearch form .sinput-w input:focus {
  outline: 0;
}
.sbody .sgoto {
  text-align: center;
  margin-top: 30px;
}
.sbody .sgoto .btn {
  border-radius: 55px;
  font-weight: 700;
  line-height: 55px;
  height: 55px;
  padding: 0 27.5px;
}
.sbody .scontent {
  margin-top: 30px;
}
.sbody .scontent p {
  font-size: 1.1em;
  line-height: 1.3em;
}
.sbody .scontent h3,
.sbody .scontent h4,
.sbody .scontent h5 {
  font-weight: 600;
  color: #d5d5d5;
}
.sfooter {
  position: relative;
  text-align: center;
  margin-top: 35px;
  color: #adb5bd;
}
.sfooter .links {
  margin-bottom: 10px;
}
.sfooter .links ul {
  padding: 0;
}
.sfooter .links ul li {
  display: inline-block;
  margin: 10px 20px;
}
.sfooter .links ul li a {
  color: #bbb;
}
.sfooter .about {
  padding: 0 0 40px;
}
.sfooter .about .about-text {
  max-width: 800px;
  text-align: center;
  margin: 0 auto 20px;
  line-height: 1.6em;
  font-size: 12px;
}
.sfooter .about .copyright {
  text-align: center;
  margin-bottom: 0 !important;
  font-size: 12px;
}
.dropdown-menu > li > label {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu > li > label:focus,
.dropdown-menu > li > label:hover {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > label,
.dropdown-menu > .active > label:focus,
.dropdown-menu > .active > label:hover,
.dropdown-menu > li > input:checked ~ label,
.dropdown-menu > li > input:checked ~ label:focus,
.dropdown-menu > li > input:checked ~ label:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca;
}
.dropdown-menu > .disabled > label,
.dropdown-menu > .disabled > label:focus,
.dropdown-menu > .disabled > label:hover,
.dropdown-menu > li > input[disabled] ~ label,
.dropdown-menu > li > input[disabled] ~ label:focus,
.dropdown-menu > li > input[disabled] ~ label:hover {
  color: #999;
}
.dropdown-menu > .disabled > label:focus,
.dropdown-menu > .disabled > label:hover,
.dropdown-menu > li > input[disabled] ~ label:focus,
.dropdown-menu > li > input[disabled] ~ label:hover {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  cursor: not-allowed;
}
.dropdown-menu > li > label {
  margin-bottom: 0;
  cursor: pointer;
}
.dropdown-menu > li > input[type="checkbox"],
.dropdown-menu > li > input[type="radio"] {
  display: none;
  position: absolute;
  top: -9999em;
  left: -9999em;
}
.dropdown-menu > li > input:focus ~ label,
.dropdown-menu > li > label:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu.pull-top {
  bottom: 100%;
  top: auto;
  margin: 0 0 2px;
  -webkit-box-shadow: 0 -6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 -6px 12px rgba(0, 0, 0, 0.175);
}
.dropdown-menu.pull-center {
  right: 50%;
  left: auto;
}
.dropdown-menu.pull-middle {
  right: 100%;
  margin: 0 2px 0 0;
  box-shadow: -5px 0 10px rgba(0, 0, 0, 0.2);
  left: auto;
}
.dropdown-menu.pull-middle.pull-right {
  right: auto;
  left: 100%;
  margin: 0 0 0 2px;
  box-shadow: 5px 0 10px rgba(0, 0, 0, 0.2);
}
.dropdown-menu.pull-middle.pull-center {
  right: 50%;
  margin: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.dropdown-menu.bullet {
  margin-top: 8px;
}
.dropdown-menu.bullet:before {
  width: 0;
  height: 0;
  content: "";
  display: inline-block;
  position: absolute;
  border-color: transparent;
  border-style: solid;
  -webkit-transform: rotate(360deg);
  border-width: 0 7px 7px;
  border-bottom-color: #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.15);
  top: -7px;
  left: 9px;
}
.dropdown-menu.bullet:after {
  width: 0;
  height: 0;
  content: "";
  display: inline-block;
  position: absolute;
  border-color: transparent;
  border-style: solid;
  -webkit-transform: rotate(360deg);
  border-width: 0 6px 6px;
  border-bottom-color: #fff;
  top: -6px;
  left: 10px;
}
.dropdown-menu.bullet.pull-right:before {
  left: auto;
  right: 9px;
}
.dropdown-menu.bullet.pull-right:after {
  left: auto;
  right: 10px;
}
.dropdown-menu.bullet.pull-top {
  margin-top: 0;
  margin-bottom: 8px;
}
.dropdown-menu.bullet.pull-top:before {
  top: auto;
  bottom: -7px;
  border-bottom-width: 0;
  border-top-width: 7px;
  border-top-color: #ccc;
  border-top-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu.bullet.pull-top:after {
  top: auto;
  bottom: -6px;
  border-bottom: 0;
  border-top-width: 6px;
  border-top-color: #fff;
}
.dropdown-menu.bullet.pull-center:before {
  left: auto;
  right: 50%;
  margin-right: -7px;
}
.dropdown-menu.bullet.pull-center:after {
  left: auto;
  right: 50%;
  margin-right: -6px;
}
.dropdown-menu.bullet.pull-middle {
  margin-right: 8px;
}
.dropdown-menu.bullet.pull-middle:before {
  top: 50%;
  left: 100%;
  right: auto;
  margin-top: -7px;
  border-right-width: 0;
  border-bottom-color: transparent;
  border-top-width: 7px;
  border-left-color: #ccc;
  border-left-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu.bullet.pull-middle:after {
  top: 50%;
  left: 100%;
  right: auto;
  margin-top: -6px;
  border-right-width: 0;
  border-bottom-color: transparent;
  border-top-width: 6px;
  border-left-color: #fff;
}
.dropdown-menu.bullet.pull-middle.pull-right {
  margin-right: 0;
  margin-left: 8px;
}
.dropdown-menu.bullet.pull-middle.pull-right:before {
  left: -7px;
  border-left-width: 0;
  border-right-width: 7px;
  border-right-color: #ccc;
  border-right-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu.bullet.pull-middle.pull-right:after {
  left: -6px;
  border-left-width: 0;
  border-right-width: 6px;
  border-right-color: #fff;
}
.dropdown-menu.bullet.pull-middle.pull-center {
  margin-left: 0;
  margin-right: 0;
}
.dropdown-menu.bullet.pull-middle.pull-center:before {
  border: 0;
  display: none;
}
.dropdown-menu.bullet.pull-middle.pull-center:after {
  border: 0;
  display: none;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  border-top-left-radius: 0;
}
.dropdown-submenu > a:before {
  display: block;
  float: right;
  width: 0;
  height: 0;
  content: "";
  margin-top: 6px;
  margin-right: -8px;
  border-width: 4px 0 4px 4px;
  border-style: solid;
  border-left-style: dashed;
  border-top-color: transparent;
  border-bottom-color: transparent;
}
@media (max-width: 767px) {
  .navbar-nav .dropdown-submenu > a:before {
    margin-top: 8px;
    border-color: inherit;
    border-style: solid;
    border-width: 4px 4px 0;
    border-left-color: transparent;
    border-right-color: transparent;
  }
  .navbar-nav .dropdown-submenu > a {
    padding-left: 40px;
  }
  .navbar-nav
    > .open
    > .dropdown-menu
    > .dropdown-submenu
    > .dropdown-menu
    > li
    > a,
  .navbar-nav
    > .open
    > .dropdown-menu
    > .dropdown-submenu
    > .dropdown-menu
    > li
    > label {
    padding-left: 35px;
  }
  .navbar-nav
    > .open
    > .dropdown-menu
    > .dropdown-submenu
    > .dropdown-menu
    > li
    > .dropdown-menu
    > li
    > a,
  .navbar-nav
    > .open
    > .dropdown-menu
    > .dropdown-submenu
    > .dropdown-menu
    > li
    > .dropdown-menu
    > li
    > label {
    padding-left: 45px;
  }
  .navbar-nav
    > .open
    > .dropdown-menu
    > .dropdown-submenu
    > .dropdown-menu
    > li
    > .dropdown-menu
    > li
    > .dropdown-menu
    > li
    > a,
  .navbar-nav
    > .open
    > .dropdown-menu
    > .dropdown-submenu
    > .dropdown-menu
    > li
    > .dropdown-menu
    > li
    > .dropdown-menu
    > li
    > label {
    padding-left: 55px;
  }
  .navbar-nav
    > .open
    > .dropdown-menu
    > .dropdown-submenu
    > .dropdown-menu
    > li
    > .dropdown-menu
    > li
    > .dropdown-menu
    > li
    > .dropdown-menu
    > li
    > a,
  .navbar-nav
    > .open
    > .dropdown-menu
    > .dropdown-submenu
    > .dropdown-menu
    > li
    > .dropdown-menu
    > li
    > .dropdown-menu
    > li
    > .dropdown-menu
    > li
    > label {
    padding-left: 65px;
  }
  .navbar-nav
    > .open
    > .dropdown-menu
    > .dropdown-submenu
    > .dropdown-menu
    > li
    > .dropdown-menu
    > li
    > .dropdown-menu
    > li
    > .dropdown-menu
    > li
    > .dropdown-menu
    > li
    > a,
  .navbar-nav
    > .open
    > .dropdown-menu
    > .dropdown-submenu
    > .dropdown-menu
    > li
    > .dropdown-menu
    > li
    > .dropdown-menu
    > li
    > .dropdown-menu
    > li
    > .dropdown-menu
    > li
    > label {
    padding-left: 75px;
  }
}
.navbar-default .navbar-nav .open > .dropdown-menu > .dropdown-submenu.open > a,
.navbar-default
  .navbar-nav
  .open
  > .dropdown-menu
  > .dropdown-submenu.open
  > a:focus,
.navbar-default
  .navbar-nav
  .open
  > .dropdown-menu
  > .dropdown-submenu.open
  > a:hover {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 767px) {
  .navbar-default
    .navbar-nav
    .open
    > .dropdown-menu
    > .dropdown-submenu.open
    > a:before {
    border-top-color: #555;
  }
}
.navbar-inverse .navbar-nav .open > .dropdown-menu > .dropdown-submenu.open > a,
.navbar-inverse
  .navbar-nav
  .open
  > .dropdown-menu
  > .dropdown-submenu.open
  > a:focus,
.navbar-inverse
  .navbar-nav
  .open
  > .dropdown-menu
  > .dropdown-submenu.open
  > a:hover {
  background-color: #080808;
  color: #fff;
}
@media (max-width: 767px) {
  .navbar-inverse
    .navbar-nav
    .open
    > .dropdown-menu
    > .dropdown-submenu.open
    > a:before {
    border-top-color: #fff;
  }
}
.tooltipster-fall,
.tooltipster-grow.tooltipster-show {
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}
.tooltipster-base {
  display: flex;
  pointer-events: none;
  position: absolute;
}
.tooltipster-box {
  flex: 1 1 auto;
}
.tooltipster-content {
  box-sizing: border-box;
  max-height: 100%;
  max-width: 100%;
  overflow: auto;
}
.tooltipster-ruler {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
}
.tooltipster-fade {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -ms-transition-property: opacity;
  transition-property: opacity;
}
.tooltipster-fade.tooltipster-show {
  opacity: 1;
}
.tooltipster-grow {
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-backface-visibility: hidden;
}
.tooltipster-grow.tooltipster-show {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}
.tooltipster-swing {
  opacity: 0;
  -webkit-transform: rotateZ(4deg);
  -moz-transform: rotateZ(4deg);
  -o-transform: rotateZ(4deg);
  -ms-transform: rotateZ(4deg);
  transform: rotateZ(4deg);
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
}
.tooltipster-swing.tooltipster-show {
  opacity: 1;
  -webkit-transform: rotateZ(0);
  -moz-transform: rotateZ(0);
  -o-transform: rotateZ(0);
  -ms-transform: rotateZ(0);
  transform: rotateZ(0);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 1);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -moz-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -ms-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -o-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
}
.tooltipster-fall {
  -webkit-transition-property: top;
  -moz-transition-property: top;
  -o-transition-property: top;
  -ms-transition-property: top;
  transition-property: top;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}
.tooltipster-fall.tooltipster-initial {
  top: 0 !important;
}
.tooltipster-fall.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  top: 0 !important;
  opacity: 0;
}
.tooltipster-slide {
  -webkit-transition-property: left;
  -moz-transition-property: left;
  -o-transition-property: left;
  -ms-transition-property: left;
  transition-property: left;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}
.tooltipster-slide.tooltipster-initial {
  left: -40px !important;
}
.tooltipster-slide.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  left: 0 !important;
  opacity: 0;
}
@keyframes tooltipster-fading {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.tooltipster-update-fade {
  animation: tooltipster-fading 0.4s;
}
@keyframes tooltipster-rotating {
  25% {
    transform: rotate(-2deg);
  }
  75% {
    transform: rotate(2deg);
  }
  100% {
    transform: rotate(0);
  }
}
.tooltipster-update-rotate {
  animation: tooltipster-rotating 0.6s;
}
@keyframes tooltipster-scaling {
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.tooltipster-update-scale {
  animation: tooltipster-scaling 0.6s;
}
.tooltipster-sidetip .tooltipster-box {
  background: #565656;
  border: 2px solid #000;
  border-radius: 4px;
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-box {
  margin-top: 8px;
}
.tooltipster-sidetip.tooltipster-left .tooltipster-box {
  margin-right: 8px;
}
.tooltipster-sidetip.tooltipster-right .tooltipster-box {
  margin-left: 8px;
}
.tooltipster-sidetip.tooltipster-top .tooltipster-box {
  margin-bottom: 8px;
}
.tooltipster-sidetip .tooltipster-content {
  color: #fff;
  line-height: 18px;
  padding: 6px 14px;
}
.tooltipster-sidetip .tooltipster-arrow {
  overflow: hidden;
  position: absolute;
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
  height: 10px;
  margin-left: -10px;
  top: 0;
  width: 20px;
}
.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
  height: 20px;
  margin-top: -10px;
  right: 0;
  top: 0;
  width: 10px;
}
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
  height: 20px;
  margin-top: -10px;
  left: 0;
  top: 0;
  width: 10px;
}
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
  bottom: 0;
  height: 10px;
  margin-left: -10px;
  width: 20px;
}
.tooltipster-sidetip .tooltipster-arrow-background,
.tooltipster-sidetip .tooltipster-arrow-border {
  height: 0;
  position: absolute;
  width: 0;
}
.tooltipster-sidetip .tooltipster-arrow-background {
  border: 10px solid transparent;
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
  border-bottom-color: #565656;
  left: 0;
  top: 3px;
}
.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
  border-left-color: #565656;
  left: -3px;
  top: 0;
}
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
  border-right-color: #565656;
  left: 3px;
  top: 0;
}
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
  border-top-color: #565656;
  left: 0;
  top: -3px;
}
.tooltipster-sidetip .tooltipster-arrow-border {
  border: 10px solid transparent;
  left: 0;
  top: 0;
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
  border-bottom-color: #000;
}
.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
  border-left-color: #000;
}
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
  border-right-color: #000;
}
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
  border-top-color: #000;
}
.tooltipster-sidetip .tooltipster-arrow-uncropped {
  position: relative;
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped {
  top: -10px;
}
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped {
  left: -10px;
}
header.admin-bar {
  top: 32px;
}
.admin-bar .sticky-header {
  top: 32px;
}
@media screen and (max-width: 782px) {
  .admin-bar .sticky-header {
    top: 46px;
  }
}
#overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: -1;
}
#overlay.active {
  z-index: 100;
  background: rgba(0, 0, 0, 0.98);
}
#overlay {
  margin-top: 0;
}
#overlay.active {
  position: fixed;
  z-index: 100;
  background: rgba(0, 0, 0, 0.98);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.loading {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.loadingSpin {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  box-shadow: 0 0 3px #0003;
  border: 5px dashed #ffffff73;
  border-top: 5px solid #29b1e5;
  animation: spin 2s infinite linear;
}
@keyframes spin {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
.loadingTitle {
  font-size: 30px;
  font-weight: 600;
  margin-top: 5px;
  color: #fff;
  letter-spacing: 1px;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.player {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-height: 100vh;
  min-width: 100%;
  animation: fadeIn 1s;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    background-color: #000;
  }
  to {
    opacity: 100%;
    background-color: transparent;
  }
}
iframe#iframe {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: none;
  border: none;
  width: 100% !important;
  height: 100% !important;
  background: #000;
}
#episodes .groups #seasons ul.dropdown-menu > li.active,
#episodes .groups #seasons ul.dropdown-menu > li.active:hover {
  background: var(--primary);
  color: #f8f9fa;
}
#episodes .groups #seasons ul.dropdown-menu > li.current,
#episodes .groups #seasons ul.dropdown-menu > li.current:hover {
  background: var(--primary);
  color: #f8f9fa;
}
#episodes .groups #seasons ul.dropdown-menu > li:hover {
  background: #e9ecef;
  color: #333;
}
#episodes .groups #seasons ul.dropdown-menu > li {
  display: block;
  padding: 9px 16px;
  font-weight: 600;
  clear: both;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
  cursor: pointer;
}
section.bl .heading .tabs > span i.fa-spin:before {
  font-family: "font awesome 5 free";
  content: "\f110";
}
.no-server {
  border-radius: 5px;
  color: #adb5bd;
  background: #212529;
  display: inline-block;
  padding: 20.5px 20px;
  margin: 0 5px 3px;
}
header.page-template-most-watched + #body {
  padding-top: 88px;
}
header.page-template-faq + #body {
  padding-top: 88px;
}
.page-template-faq .card {
  background-color: #111;
}
.page-template-faq .card-header {
  background-color: #090909;
}
.shorting p.collapse:not(.show) {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.shorting span.collapsed:after {
  content: "+ more";
}
.rtng-star .dashicons,
.rtng-star .dashicons.rtng-hovered,
.rtng-star-rating.rtng-no-js .rtng-star input:checked + .dashicons::before {
  color: #343a40 !important;
}
.rtng-star .dashicons {
  font-size: 25px;
}
.rtng-text {
  color: #343a40 !important;
  font-size: 11px;
}
.rtng-rate-bar-wrap {
  height: 10px;
  border: 1px solid #8c7000;
}
.rtng-rate-bar {
  height: 100%;
  background-color: #8c7000;
}
#comments {
  position: relative;
  z-index: 10;
  font-size: 14px;
  margin-top: 50px;
}
#comments p {
  color: #939ba2;
}
#comments > h4 {
  margin-bottom: 10px;
  color: #e9ecef;
  font-weight: 300;
  font-size: 1.8em;
}
#reply-title {
  color: #e9ecef;
  font-weight: 300;
  font-size: 1.8em;
}
#reply-title > small {
  margin-left: 20px;
}
#commentform > p.comment-notes {
  color: #6c757d;
  font-size: 12px;
  font-weight: 300;
  margin-bottom: 10px;
}
#commentform > p.comment-form-cookies-consent > label {
  color: #6c757d;
  font-size: 12px;
  font-weight: 300;
}
p.comment-form-comment > label {
  padding-bottom: 10px;
  color: #e9ecef;
}
#commentform > p.comment-form-author > label {
  color: #e9ecef;
}
#commentform > p.comment-form-email > label {
  color: #e9ecef;
}
#commentform > p.comment-form-url > label {
  color: #e9ecef;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  border: 3px solid rgba(255, 255, 255, 0.2);
}
.img-circle {
  border-radius: 50%;
}
#commentform textarea,
#commentform input {
  margin-top: 5px;
  margin-bottom: 5px;
  border: none;
  outline: none;
}
#commentform textarea {
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
}
#commentform textarea:focus {
  outline: none !important;
}
.comment-list,
.children {
  list-style: none;
  padding-left: 0 !important;
}
#comments ul.children {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}
.comment-wrap {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding-bottom: 30px;
  margin-bottom: 50px;
  position: relative;
}
.comment-wrap .comments-title {
  padding-top: 60px;
}
.comment-wrap .comment-img {
  float: left;
  margin-right: 20px;
}
#cancel-comment-reply-link {
  font-size: 12px;
}
.comment-reply {
  position: absolute;
  top: 0;
  right: 0;
  font-style: italic;
  padding: 5px;
}
h4.comment-author,
h4.comment-author a {
  color: #f8f9fa;
  font-size: 1.1em !important;
  font-weight: 400;
  margin-bottom: 2px;
}
.comment-form-author,
.comment-form-email {
  display: inline-block;
  width: 49.7%;
}
.comment-respond,
.entry-pings {
  padding: 0;
}
.comment-date {
  color: #6c757d;
  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;
}
#commentform > p.comment-form-url {
  display: none;
}
#comments span.required {
  color: #ff8181;
}
#commentform input[type="submit"] {
  cursor: pointer;
  border: none;
  display: inline-block;
  padding: 12px 18px;
  border-radius: 3px;
  background: var(--primary);
  margin-top: 15px;
  color: #fff;
}
#commentform input[type="submit"]:hover {
  opacity: 0.9;
  color: #fff;
}
#comments .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: 40px;
  padding-left: 10px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
}
#commentform #author:focus,
#commentform #email:focus,
#commentform #url:focus {
  outline: none !important;
}
#commentform > p.logged-in-as a {
  color: var(--primary);
}
#commentform textarea {
  padding: 7px;
}
#comments .awaiting {
  color: #ff8181;
}
#comments div.comment-body > em > i {
  color: #fff;
}
@media (max-width: 767px) {
  .comment-form-author,
  .comment-form-email {
    width: 100%;
  }
  .comment-list,
  .children {
    padding-left: 0;
  }
  .comment-wrap .comment-img {
    float: none;
    margin: 0;
    width: 100%;
    padding-bottom: 0;
  }
  .comment-img > img {
    display: block;
    margin: 0 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: 0;
  }
  .comment-reply {
    position: relative;
    text-align: center;
    display: block;
    margin-top: 25px;
    background: var(--primary);
    border-radius: 3px;
    color: #fff;
  }
  .comment-reply > a {
    color: #fff;
  }
  #commentform input[type="submit"] {
    margin-bottom: 20px !important;
  }
}
#commentform > p.logged-in-as > span.required-field-message {
  display: none !important;
}
.linea {
  width: 200px;
  height: 20px;
  position: relative;
  z-index: 1;
}
.linea:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 20px;
  height: 1px;
  width: 50%;
  border-bottom: 1px solid #343a40;
}
.comment-respond label {
  display: none;
}
::-webkit-input-placeholder {
  color: #6c757d;
}
:-moz-placeholder {
  color: #6c757d;
}
::-moz-placeholder {
  color: #6c757d;
}
:-ms-input-placeholder {
  color: #6c757d;
}
.slide-read-more {
  overflow: hidden;
}
.slide-read-more-button {
  background: #212529;
  border-radius: 0.2rem;
  font-size: 0.8em;
  display: inline-block;
  padding: 0 8px;
  width: max-content;
  color: #6c757d;
  -webkit-transition: all 0.2s ease-in-out 0;
  -moz-transition: all 0.2s ease-in-out 0;
  transition: all 0.2s ease-in-out 0;
  cursor: pointer;
  margin-left: 3px;
  line-height: 1.8em;
  display: none;
}

/* FCore v24.31 - Player Placeholder Background: backdrop/featured/poster/default image fallback. */


/* FCore v24.32 - Related block below movie information */
.watch-extra .bl-1 {
  float: none;
  width: 100%;
}
.watch-extra .bl-related {
  clear: both;
  margin: 22px 0 32px;
}
.watch-extra .bl-related .heading.simple {
  margin-bottom: 14px;
}

/* FCore v24.33 - Keep related titles in one horizontal row */
.watch-extra .bl-related .content {
  overflow: hidden;
}
.watch-extra .bl-related .filmlist.related {
  display: flex;
  flex-wrap: nowrap;
  gap: 18px;
  margin: 0;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 0 0 12px;
  scroll-snap-type: x proximity;
  -webkit-overflow-scrolling: touch;
}
.watch-extra .bl-related .filmlist.related .item {
  float: none !important;
  flex: 0 0 170px;
  width: 170px !important;
  max-width: 170px;
  margin: 0 !important;
  scroll-snap-align: start;
}
.watch-extra .bl-related .filmlist.related .item .poster {
  display: block;
  width: 100%;
}
.watch-extra .bl-related .filmlist.related .item .poster img {
  width: 100%;
  height: auto;
}
.watch-extra .bl-related .filmlist.related .clearfix {
  display: none;
}
.watch-extra .bl-related .filmlist.related::-webkit-scrollbar {
  height: 8px;
}
.watch-extra .bl-related .filmlist.related::-webkit-scrollbar-track {
  background: rgba(255,255,255,.04);
  border-radius: 999px;
}
.watch-extra .bl-related .filmlist.related::-webkit-scrollbar-thumb {
  background: rgba(255,255,255,.18);
  border-radius: 999px;
}
@media screen and (min-width: 1280px) {
  .watch-extra .bl-related .filmlist.related .item {
    flex-basis: 160px;
    width: 160px !important;
    max-width: 160px;
  }
}
@media screen and (max-width: 768px) {
  .watch-extra .bl-related .filmlist.related {
    gap: 14px;
  }
  .watch-extra .bl-related .filmlist.related .item {
    flex-basis: 145px;
    width: 145px !important;
    max-width: 145px;
  }
}
@media screen and (max-width: 480px) {
  .watch-extra .bl-related .filmlist.related .item {
    flex-basis: 132px;
    width: 132px !important;
    max-width: 132px;
  }
}

/* FCore v24.36 - Related row restored after TOP 10 carousel cleanup
   Keep "Você também pode gostar de" in one horizontal row only. */
body.single #watch .watch-extra .bl-related,
body.single-post #watch .watch-extra .bl-related {
  clear: both !important;
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
}
body.single #watch .watch-extra .bl-related .content,
body.single-post #watch .watch-extra .bl-related .content {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden !important;
}
body.single #watch .watch-extra .bl-related .filmlist.related,
body.single-post #watch .watch-extra .bl-related .filmlist.related,
body.single #watch .watch-extra .filmlist.active.related,
body.single-post #watch .watch-extra .filmlist.active.related {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: flex-start !important;
  gap: 18px !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 0 10px !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  scroll-snap-type: x proximity;
  scrollbar-width: none !important;
  -ms-overflow-style: none !important;
  -webkit-overflow-scrolling: touch;
}
body.single #watch .watch-extra .bl-related .filmlist.related::-webkit-scrollbar,
body.single-post #watch .watch-extra .bl-related .filmlist.related::-webkit-scrollbar,
body.single #watch .watch-extra .filmlist.active.related::-webkit-scrollbar,
body.single-post #watch .watch-extra .filmlist.active.related::-webkit-scrollbar {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
}
body.single #watch .watch-extra .bl-related .filmlist.related > .item,
body.single-post #watch .watch-extra .bl-related .filmlist.related > .item,
body.single #watch .watch-extra .filmlist.active.related > .item,
body.single-post #watch .watch-extra .filmlist.active.related > .item {
  float: none !important;
  clear: none !important;
  flex: 0 0 160px !important;
  width: 160px !important;
  min-width: 160px !important;
  max-width: 160px !important;
  margin: 0 !important;
  scroll-snap-align: start;
}
body.single #watch .watch-extra .bl-related .filmlist.related > .clearfix,
body.single-post #watch .watch-extra .bl-related .filmlist.related > .clearfix,
body.single #watch .watch-extra .filmlist.active.related > .clearfix,
body.single-post #watch .watch-extra .filmlist.active.related > .clearfix {
  display: none !important;
}
@media screen and (max-width: 768px) {
  body.single #watch .watch-extra .bl-related .filmlist.related > .item,
  body.single-post #watch .watch-extra .bl-related .filmlist.related > .item,
  body.single #watch .watch-extra .filmlist.active.related > .item,
  body.single-post #watch .watch-extra .filmlist.active.related > .item {
    flex-basis: 145px !important;
    width: 145px !important;
    min-width: 145px !important;
    max-width: 145px !important;
  }
}
@media screen and (max-width: 480px) {
  body.single #watch .watch-extra .bl-related .filmlist.related > .item,
  body.single-post #watch .watch-extra .bl-related .filmlist.related > .item,
  body.single #watch .watch-extra .filmlist.active.related > .item,
  body.single-post #watch .watch-extra .filmlist.active.related > .item {
    flex-basis: 132px !important;
    width: 132px !important;
    min-width: 132px !important;
    max-width: 132px !important;
  }
}

/* v24.75 - Compact external-rating fallback when User Hub is unavailable. */
.fcore-theme-rating-summary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 12px 0 16px;
  padding: 9px 12px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 8px;
  background: rgba(255,255,255,.035);
}
.fcore-theme-rating-summary > i { color: #bf9900; }
.fcore-theme-rating-summary strong { color: #e9ecef; font-size: 15px; line-height: 1; }
.fcore-theme-rating-summary strong small { margin-left: 2px; font-size: 11px; font-weight: 500; opacity: .62; }
.fcore-theme-rating-summary > span { font-size: 12px; opacity: .68; }
.fcore-ad-slot[data-fcore-ad-reserve="1"]{min-height:var(--fcore-ad-desktop-h,0)}@media(max-width:767.98px){.fcore-ad-slot[data-fcore-ad-reserve="1"]{min-height:var(--fcore-ad-mobile-h,var(--fcore-ad-desktop-h,0))}}