/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
  font-family: "montserrat";
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: inherit;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}

header {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  height: 64px;
  width: 100%;
  z-index: 10;
  transition: top 0.2s linear;
}
.nav-up {
  top: -64px;
}
main {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: center;
  background-color: #fff;
  margin-top: 64px;
}
main.show_search_true {
  margin-top: 109px;
}
header a {
  color: #fff;
  font-weight: 600;
}
header ul.navigation.k-menu {
  justify-content: flex-start;
  align-items: center;
}
header ul.navigation > .k-item {
  margin-right: 14px;
}
header ul.navigation > li {
  display: none;
}
header ul.navigation > li.k-item {
  display: flex;
}
header ul.navigation .k-icon {
  display: none;
}
header div.content {
  width: 100%;
  display: flex;
  justify-content: center;
}
header div.sub_media {
  display: flex;
  justify-content: space-between;
  position: relative;
  top: 0;
  left: 0;
  max-width: var(--maxPrimaryPageWidth);
  width: 100%;
  padding: 0 40px;
}
header div.nav_wrapper {
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  align-items: center;
  overflow: visible;
}
ul.dropdown_menu {
  visibility: hidden;
  height: 40px;
  margin: 0;
  flex-wrap: nowrap;
}
ul.dropdown_menu.k-menu {
  visibility: visible;
  background: #fff;
  margin: 0;
}
ul.dropdown_menu.k-menu.k-menu-horizontal:not(.k-context-menu) {
  padding: 0;
}
ul.k-group li.k-item a {
  font-weight: 400;
}
ul.dropdown_menu.k-menu.align_right {
  justify-content: flex-end;
  flex-wrap: nowrap;
}
ul.dropdown_menu.k-menu.align_right:not(.k-context-menu) > .k-item {
  margin-left: 10px;
}
ul.dropdown_menu.k-menu.align_right:not(.k-context-menu)
  > .k-item:first-of-type {
  margin-left: 0;
}
header div.flex {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
}
header ul {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
header div.flex ul {
  justify-content: flex-end;
}
header ul.k-menu:not(.k-context-menu),
header ul.k-menu .k-item.k-state-focused {
  background: transparent;
}
header ul.k-menu:not(.k-context-menu) .k-item > .k-state-active,
header ul.k-menu:not(.k-context-menu) .k-item a,
header ul.k-menu:not(.k-context-menu) .k-item a:hover {
  color: #fff;
  font-weight: 600;
}
header ul.k-menu:not(.k-context-menu) ul.k-menu-group .k-item a {
  color: #000;
  font-weight: 400;
}
header ul.small a {
  color: #868e91;
}
header ul.primary li {
  margin-left: 30px;
}
header ul.primary li:first-child {
  margin-left: 0;
}
header ul.primary li.translate,
header ul.primary li.user a {
  display: block;
  padding: 4px 0;
}
header ul.primary li.user a div.avatar {
  display: block;
  overflow: hidden;
  height: 32px;
  width: 32px;
  border-radius: 50%;
}
header ul li {
  display: flex;
  align-items: center;
  align-content: center;
}
header ul li a {
  display: flex;
  align-items: center;
  align-content: center;
}
header a.logo {
  display: block;
  margin-right: 16px;
  width: 154px;
  height: 20px;
}
header a.logo img {
  display: block;
  width: 100%;
}
header ul li span.glyphicons_v2 {
  font-size: 1.4em;
}
header ul li.translate div {
  width: 28px;
  height: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  border: 1px solid #fff;
  border-radius: 3px;
  padding: 3px 5px;
  transition: linear 0.1s;
  color: #fff;
  font-weight: 600;
  font-size: 0.9em;
  text-transform: uppercase;
}
header ul li.translate div:hover {
  cursor: pointer;
  background-color: #fff;
}
header ul li.translate.orange div {
  color: #4f4f4f;
  border-color: #4f4f4f;
}
header ul li.translate.orange div:hover {
  background-color: #4f4f4f;
}
header ul li span.glyphicons_v2 {
  font-size: 1.4em;
}
header ul li.user img {
  height: 32px;
  width: 32px;
  display: block;
}
header ul li.user span.avatar {
  width: 32px;
  height: 32px;
  text-align: center;
  text-transform: uppercase;
  border-radius: 50%;
  color: #fff;
  font-size: 0.9em;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}
header ul li.user p {
  text-align: right;
}
header ul li.glyph a {
  height: 100%;
  display: inline-flex;
  align-items: center;
}
header ul li.glyph a.search,
header ul li.glyph a.close {
  font-size: 1.3em;
}
header ul li.glyph a span {
  background-color: transparent;
}
header ul li p {
  margin: 0 6px 0 0;
  text-transform: none;
}
header div.search_bar + div.k-animation-container {
  box-sizing: border-box;
  width: 100% !important;
  height: auto !important;
  left: 0 !important;
  padding: 0 !important;
  font-size: 18px !important;
  background-color: rgba(255, 255, 255, 0.7) !important;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  border-top: 1px solid rgba(var(--lightGrey), 1);
  border-bottom: 1px solid rgba(var(--lightGrey), 1);
  border-radius: 0;
}
header div.k-animation-container div.k-list-container {
  width: 100% !important;
  height: 100% !important;
  margin: 0 auto !important;
  position: static !important;
  font-size: 18px !important;
  padding: 0 !important;
}
header div.k-animation-container div.k-popup {
  box-shadow: none;
  border: none;
  border-radius: 0;
  background-color: #fff;
}
header .k-popup .k-list .k-item {
  padding: 0;
  border-radius: 0;
  border: none;
}
header div.k-animation-container div.k-list-container > div {
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
}
header div.k-animation-container div.k-popup ul.k-list {
  display: inline-block;
  width: 100%;
}
header div.k-animation-container div.k-popup ul.k-list li {
  margin-top: 0;
  margin-bottom: 0;
}
section.search .k-list > .k-state-focused,
section.search .k-list > .k-state-hover {
  color: #000 !important;
  background-color: #f4f4f4 !important;
}
section.search span.k-autocomplete {
  display: flex;
  align-content: center;
  align-items: center;
  width: 100% !important;
  border: none !important;
  box-sizing: border-box !important;
  transition: all 0s !important;
  background-color: transparent !important;
  background-image: url("/assets/2/v4/glyphicons/basic/glyphicons-basic-28-search-3992eb97b2b749f09793f9653407c499aa896d99535cb35cc66682d26a49df13.svg");
  background-position: left center;
  background-size: 20px;
  background-repeat: no-repeat;
  margin: 0;
}
.k-autocomplete .k-clear-value {
  width: auto;
}
header .k-popup .k-list .k-state-hover {
  padding: 0 !important;
  transition: all 0s !important;
  color: #000;
}
section.search span.k-autocomplete.k-state-hover,
section.search span.k-autocomplete.k-state-focused,
section.search span.k-autocomplete.k-state-border-down,
section.search span.k-autocomplete.k-state-border-up {
  box-shadow: none;
}
section.search .k-nodata {
  height: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border-bottom: 1px solid rgba(var(--lightGrey), 1);
  padding-top: 10px;
}
div.search_bar {
  width: 100%;
  position: absolute;
  top: 64px;
  left: 0;
  border-top: 1px solid rgba(var(--lightGrey), 1);
  border-bottom: 1px solid rgba(var(--lightGrey), 1);
}
section.search {
  width: 100%;
  background-color: #fff;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.search form {
  display: block;
  width: 100%;
}
section.search form input[type="submit"] {
  display: none;
}
section.search form input[type="text"] {
  width: 100%;
  height: 44px;
  border: none !important;
  outline: none;
  font-family: Arial, sans-serif;
  font-style: italic;
  font-size: 100%;
  color: #acacac;
  text-indent: 0;
  padding-left: 30px;
  padding-right: 0;
}
section.search form input[type="text"]::placeholder {
  color: #acacac;
  opacity: 1;
}
section.search form input[type="text"]:-ms-input-placeholder {
  color: #acacac;
}

ul#search_v4_listbox li {
  min-height: 0;
  line-height: normal;
  font-size: 1em;
}
div.slim_search_results_header {
  width: 100%;
  display: flex;
  justify-content: center;
  border-bottom: 1px solid rgba(var(--lightGrey), 1);
  background: rgba(var(--lightGrey), 0.3);
}
div.slim_search_results_header div.wrapper {
  width: 100%;
  max-width: var(--maxPrimaryPageWidth);
  align-items: flex-start;
  padding: 0 40px;
}
div.slim_search_results_header h2 {
  display: flex;
  align-items: center;
  align-content: center;
  font-size: 1.2em;
  font-weight: 700;
  margin: 0;
  padding: 10px 0;
  text-align: left;
}
div.slim_search_results_header h2 span {
  margin-right: 6px;
}
div.slim_search_results {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 4px 0 5px 0;
  border-bottom: 1px solid rgba(var(--lightGrey), 1);
}
div.slim_search_results div.wrapper {
  max-width: var(--maxPrimaryPageWidth);
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 0.9em;
  font-weight: 400;
  padding: 0 40px;
}
div.slim_search_results div.wrapper:hover {
  cursor: pointer;
}
div.slim_search_results div.glyphicons_v2 {
  margin-right: 6px;
}
div.slim_search_results p {
  margin: 0;
  padding: 0;
  line-height: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
div.slim_search_results p span {
  color: rgba(0, 0, 0, 0.4);
}
img.avatar {
  box-sizing: border-box;
  border-radius: 50%;
}
header li.notifications,
div.left_column li.notifications {
  position: relative;
  top: 0;
  left: 0;
}
div.left_column li.notifications {
  left: 10px;
  padding-right: 10px;
}
header li.notifications div.badge,
div.left_column li.notifications div.badge {
  position: absolute;
  top: -4px;
  right: -10px;
  width: 15px;
  height: 15px;
  line-height: 0;
  border-radius: 50%;
  box-sizing: border-box;
  z-index: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #c61439;
}
div.left_column li.notifications div.badge {
  left: auto;
  right: 0;
  top: -4px;
}
header li.notifications div.badge.hide,
div.left_column li.notifications div.badge.hide {
  display: none;
}
header li.notifications div.badge div,
div.left_column li.notifications div.badge div {
  display: inline-flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  font-size: 0.6em;
  font-weight: 600;
  color: #fff;
  z-index: 1;
}
header li.notifications span.glyphicons.on,
div.left_column li.notifications span.glyphicons.on {
  color: #d40242;
}
div.settings_content div.group:first-of-type,
.tmdb_theme_light div.settings_content div.group:first-of-type {
  border: none;
  padding: 16px 0 16px 0;
}
div.settings_content div.group,
div.settings_content div.group.no_pad {
  border-top: 1px solid rgba(33, 37, 41, 0.15);
  padding: 4px 0;
}
div.settings_content div.group.viewed_by a:hover {
  opacity: 0.7;
}
.tmdb_theme_light div.settings_content div.group,
.tmdb_theme_light div.settings_content div.group.no_pad {
  border-top: 1px solid rgba(0, 0, 0, 0.6);
}
div.settings_content div.group.no_pad {
  border: none;
}
div.settings_content div.group h2,
div.settings_content div.group h3,
div.settings_content div.group p {
  margin: 0;
  padding: 0 20px;
}
div.settings_content div.group h2 {
  color: #000;
  padding-bottom: 0;
  font-size: 1em;
}
div.settings_content div.group p.archive {
  margin-top: 4px;
  font-size: 1em;
}
div.settings_content div.group p.archive span.glyphicons_v2 {
  margin-right: 4px;
}
div.settings_content div.group h2 a {
  color: #000;
}
div.settings_content div.group h2 + p {
  padding: 0 20px;
  font-size: 0.8em;
}
div.settings_content div.group h2 + p:hover {
  background-color: transparent;
}
div.settings_content div.group h2 + p a,
div.settings_content div.group h2 + p:hover a {
  font-weight: 400;
  color: rgba(0, 0, 0, 0.5);
}
div.settings_content div.group a {
  display: inline-flex;
  align-items: center;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.6);
  background-color: transparent;
}
div.settings_content div.group a.selected span.heart {
  filter: invert(51%) sepia(41%) saturate(2511%) hue-rotate(289deg)
    brightness(92%) contrast(87%);
}
div.settings_content div.group a.selected span.bookmark {
  filter: invert(32%) sepia(50%) saturate(1353%) hue-rotate(324deg)
    brightness(92%) contrast(97%);
}
div.settings_content div.group a.selected span.star {
  filter: invert(74%) sepia(58%) saturate(478%) hue-rotate(3deg) brightness(97%)
    contrast(92%);
}
div.settings_content div.group a span.glyphicons_v2 {
  font-size: 1.2em;
}
div.settings_content div.group a span.glyphicons_v2.pad_right {
  margin-right: 4px;
}
div.settings_content div.group a span.glyphicons_v2.pad_left {
  top: 2px;
  margin-left: 4px;
}
div.settings_content div.group p {
  padding: 6px 20px;
  font-size: 0.9em;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
}
div.settings_content div.group p:hover {
  color: #fff;
}
div.settings_content div.group p:hover a {
  color: #fff;
}
div.settings_content div.group p.no_hover,
div.settings_content div.group p.no_hover:hover,
div.settings_content div.group p.no_hover:hover a {
  background-color: transparent;
  color: #000;
  font-weight: 600;
}
div#search_focus_bg {
  width: 100%;
  height: 100%;
  z-index: 10;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(var(--tmdbDarkBlue), 0.9);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
}
html {
  --scrollerGrey: 219, 219, 219;
  --lightGrey: 227, 227, 227;
  --darkerGrey: 200, 200, 200;
  --tmdbDarkBlue: 3, 37, 65;
  --tmdbLightBlue: 1, 180, 228;
  --tmdbLighterGreen: 192, 254, 207;
  --tmdbLightGreen: 30, 213, 169;
  --tmdbLogoGreen: 144, 206, 161;
  --tmdbLogoOrange: 253, 193, 112;
  --tmdbLogoRed: 217, 59, 99;
  --accountSilver: 149, 149, 149;
  --accountPink: 234, 20, 140;
  --accountPurple: 128, 91, 231;
  --accountGreen: 1, 210, 119;
  --accountTeal: 1, 198, 172;
  --accountLightBlue: 1, 180, 228;
  --accountBlue: 1, 119, 210;
  --accountOrange: 210, 119, 1;
  --accountYellow: 210, 144, 1;
  --accountRed: 212, 2, 66;
  --imageBorderRadius: 8px;
  --maxPrimaryPageWidth: 1400px;
}
html,
body {
  width: 100%;
  height: 100%;
  font-size: 100%;
}
body {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  height: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  color: #000;
  font-family: "montserrat";
  font-size: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body,
ul {
  margin: 0;
  padding: 0;
}
body * {
  box-sizing: border-box;
}
body::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
body::-webkit-scrollbar-track {
  background: #fff;
}
body::-webkit-scrollbar-thumb {
  background-color: rgb(219, 219, 219);
  border-radius: 20px;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes placeholderLoading {
  0% {
    opacity: 0.7;
  }
  50% {
    opacity: 0.35;
  }
  100% {
    opacity: 0.7;
  }
}
img[data-src] {
  min-width: 1px;
  min-height: 1px;
}
.fade {
  will-change: opacity;
  opacity: 0;
  transition: opacity 100ms;
}
.fade.lazyloaded {
  opacity: 1;
}
.fast_fade_in {
  opacity: 0;
  transform: scale(0.8);
}
.fast_fade_in.lazyloaded {
  opacity: 1;
  transform: scale(1);
  transition: all 500ms;
}
.key_fade_in {
  animation: fadeIn ease 1s;
}
.key_fade_out {
  animation: fadeOut ease 1s;
}
.progressive {
  position: relative;
  display: block;
  outline: none;
}
.progressive img {
  display: block;
  width: 100%;
  max-width: none;
  height: auto;
  border: 0 none;
}
.progressive img.reveal {
  position: absolute;
  left: 0;
  top: 0;
  will-change: opacity;
  animation: progressiveReveal 0.3s linear;
}
@keyframes progressiveReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.rounded {
  border: 2px solid #fff;
  border-radius: 5px;
  padding: 8px 16px;
  transition: linear 0.1s;
}
.rounded.tight {
  padding: 8px 8px;
}
div.page_wrap {
  display: flex;
  flex: 1 1 auto;
  min-height: 100%;
  height: auto;
  position: relative;
  top: 0;
  left: 0;
}
div.page_wrap::after {
  opacity: 0.3;
  width: 100vw;
  height: 100vh;
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  background-image: url("/assets/2/v4/logos/v2/blue_square_1_white-ff84c271cc8c93e00aa0264a425434c329089bdfc6a392987332b5f32903f75c.svg");
  background-repeat: no-repeat;
  background-position: 50% calc(50% - 200px);
  background-size: 20%;
  z-index: -1;
}
img,
a img {
  outline: none;
}
h2.category {
  font-weight: 300;
  padding-bottom: 6px;
  margin-bottom: 14px;
  border-bottom: 1px solid #ccc;
}
div.index h2.category {
  margin-bottom: 4px;
}
h2.category span.title {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
h2.category span.sub {
  font-size: 0.6em;
  float: right;
  line-height: 2.6em;
}
h2.category span.sub a {
  color: #999;
}
h3 {
  font-size: 1.2em;
  font-weight: 500;
}
p {
  font-size: 1em;
}
p a {
  color: rgba(var(--tmdbLightBlue), 1);
}
ul {
  list-style-type: none;
}
a {
  color: #000;
  text-decoration: none;
  font-weight: normal;
}
a.underline {
  text-decoration: underline;
}
.clear {
  clear: both;
}
.hide {
  display: none !important;
}
div.media {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
}
div.sub_media h2 {
  font-size: 1.2em;
}
div.media section.index {
  float: left;
  width: 500px;
  height: auto;
  overflow: hidden;
  display: inline-block;
}
div.media section.index div.column {
  height: 422px;
}
div.media section.index div.info {
  float: left;
}
div.media section.index div.info a.text {
  color: #fff;
  text-shadow: 1px 1px 0 #000;
  display: block;
}
div.media section.index div.info span {
  position: relative;
  display: inline-block;
}
div.media section.index div.first img.backdrop {
  width: 100%;
  height: 100%;
}
div.media section div.first {
  width: 500px;
  height: 281px;
}
div.media section.movie div.first {
  position: relative;
  top: 0;
  left: 0;
}
div.media section div.second,
div.media section div.third {
  width: 250px;
  height: 141px;
}
div.media section div.second img,
div.media section div.third img {
  width: 250px;
  height: 141px;
}
div.media section div.first span {
  top: -94px;
  left: 10px;
  width: 480px;
}
div.media section div.first span div.content {
  margin-top: 44px;
  margin-left: 66px;
}
div.media section div.second span,
div.media section div.third span {
  top: -54px;
  left: 10px;
  display: block;
  width: 230px;
}
div.media section div.first img {
  width: 58px;
  height: 87px;
  float: left;
  padding: 0;
}
div.media section div.info h3.flex,
div.media section div.info p.flex {
  display: inline-flex;
  align-items: center;
}
div.media section div.info h3.flex span.glyphicons_v2,
div.media section div.info p.flex span.glyphicons_v2 {
  margin-left: 4px;
}
div.media section.index div.info p {
  font-size: 0.9em;
}
div.media section div.first h3,
div.media section div.first p {
  max-width: 400px;
}
div.media section.index div h3,
div.media section.index div p {
  margin-bottom: 0;
  padding-bottom: 0;
}
div.media section div.second h3,
div.media section div.third h3,
div.media section div.second p,
div.media section div.third p {
  max-width: 224px;
}
div.index.sub_media {
  padding: 0;
  margin: 0 auto;
  margin-bottom: 30px;
}
div.index.sub_media section {
  float: left;
}
section.lists {
  width: 720px;
  margin-right: 30px;
}
section.lists ul li {
  float: left;
  width: 236px;
  padding: 0 4px 0 0;
}
section.lists ul li img,
section.lists ul li div.no_image_holder {
  float: left;
  margin: 0 10px 0 0;
}
section.lists ul li img {
  width: 92px;
  height: 138px;
}
section.lists ul li h3,
section.lists ul li p {
  max-width: 126px;
  white-space: wrap;
  overflow: hidden;
}
section.lists ul li h3 {
  font-size: 0.95em;
  margin: 0 0 10px 0;
  text-overflow: ellipsis;
}
section.lists ul li p {
  font-size: 0.9em;
  font-weight: 300;
  text-overflow: clip;
}
section.lists ul li h3 a,
section.users ul li a {
  color: rgba(var(--tmdbLightBlue), 1);
  font-weight: 600;
}
section.users {
  width: 250px;
}
section.users ul li {
  margin-bottom: 13px;
}
section.join {
  width: auto;
  text-align: center;
  margin-top: 60px;
  margin-bottom: 60px;
  clear: left;
}
section.join div {
  display: inline-block;
  border-radius: 13px;
  border: 6px solid #dcdcdc;
  padding: 0;
  margin: 0;
}
section.join a {
  font-size: 1.3em;
  position: relative;
  top: 0;
  left: 0;
  display: block;
  padding-left: 40px;
  padding-right: 40px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  text-shadow: 1px 1px 0 #000;
  margin-left: auto;
  margin-right: auto;
  background: linear-gradient(#5a7825, #49611e);
  border-radius: 8px;
  border: 1px solid #333;
}
@keyframes ball-scale-multiple {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
.ball-scale-multiple {
  position: relative;
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
}
.ball-scale-multiple > div:nth-child(2) {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}
.ball-scale-multiple > div:nth-child(3) {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}
.ball-scale-multiple > div {
  background-color: #000;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  left: -20px;
  top: 0px;
  opacity: 0;
  margin: 0;
  width: 40px;
  height: 40px;
  -webkit-animation: ball-scale-multiple 1s 0s linear infinite;
  animation: ball-scale-multiple 1s 0s linear infinite;
}
.ball-scale-multiple.white > div {
  background-color: #fff;
}
div.item.profile {
  float: none;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}
div.item.profile div.image_content {
  overflow: visible;
  margin-right: 10px;
  display: flex;
  align-items: center;
  align-content: center;
}
div.item.profile div.content {
  box-sizing: border-box;
  overflow: hidden;
  width: 100%;
}
div.item.profile div.image_content img,
div.ac_item.profile div.image_content img {
  display: block;
  border-radius: 4px;
}
div.item.profile div.content p {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
div.item.profile div.content p.name,
div.item.profile div.content p.name a {
  padding: 0;
  font-weight: 400;
}
div.item.profile div.content p.sub,
div.item.profile div.content p.sub a {
  font-weight: 300;
}
div.job_results {
  padding: 3px 0;
}
div.job_results h3 {
  font-size: 1em;
  font-weight: 600;
  margin: 0;
}
div.job_results h3 span {
  font-weight: 400;
}
div.job_results p {
  margin-bottom: 0;
}
header div.ac_results {
  width: 1000px;
}
div.ac_results {
  height: 100%;
  width: 100%;
  margin: 0 auto;
}
div.ac_results div.ac_item {
  padding: 6px 0;
  display: flex;
  align-items: center;
  height: 100%;
}
div.ac_results div.ac_item div.content {
  margin-left: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
  width: 100%;
  font-size: 0.9em;
}
div.ac_results div.image_content {
  display: inline-block;
  min-width: 45px;
  width: 45px;
  float: none;
  margin-right: 10px;
  margin-right: 0;
  line-height: 0;
}
div.ac_results div.image_content.poster {
  height: calc(45px * 1.5);
}
div.ac_results div.image_content img,
div.ac_results div.image_content div.no_image_holder {
  border-radius: 2px;
}
div.ac_results div.ac_item p:last-of-type {
  overflow: visible;
}
div.ac_results div.ac_item p {
  display: block;
  box-sizing: border-box;
  font-weight: 600;
  line-height: 1;
  padding: 0;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
div.ac_results div.ac_item p.name {
  width: 100%;
  max-width: 100%;
}
div.ac_results div.ac_item p.sub {
  width: 100%;
  max-width: 100%;
  color: #8b8b8b;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-top: 2px;
}
div.ac_results div.ac_item span.comma:after {
  content: ", ";
}
div.ac_results div.ac_item span.comma:last-child:after {
  content: "";
}
div.ac_results div.ac_item span.media_type {
  display: inline-flex;
  font-weight: 600;
  text-transform: uppercase;
}
div.ac_results div.ac_item span.media_type.tv {
  color: #2dd4f7;
}
div.ac_results div.ac_item span.media_type.movie {
  color: #00d573;
}
div.ac_results div.ac_item span.media_type.person {
  color: #f62d5d;
}
div.ac_results div.ac_item ul li span.original_title {
  font-weight: 400;
}
div.ac_results div.ac_item span {
  font-size: 1em;
  font-weight: 400;
}
div.no_image_holder {
  width: 100%;
  height: 100%;
  background-color: #dbdbdb;
  background-size: 50%;
  box-sizing: border-box;
  border-radius: var(--imageBorderRadius);
  border: 1px solid #d7d7d7;
}
div.no_image_holder.backdrop {
  background-size: 30%;
}
.card div.no_image_holder,
.card2 div.no_image_holder,
.index div.no_image_holder {
  border-radius: 0;
  border: none;
}
div.no_image_holder.circle {
  border-radius: 50%;
  border: 1px solid #d3d3d3;
}
div.no_image_holder.w45_and_h45 {
  width: 45px;
  height: 45px;
}
.min_70px_height {
  min-height: 70px;
}
.min_100px_height {
  min-height: 100px;
}
.min_200px_height {
  min-height: 200px;
}
.max_300px_height {
  max-height: 300px;
}
div.tooltip_popup.notifications {
  max-height: 390px;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
div.tooltip_popup.notifications h2,
div.tooltip_popup.notifications p {
  padding-left: 0;
  padding-right: 0;
}
div.tooltip_popup.notifications div.content div.card {
  padding: 10px 14px;
  border: 1px solid rgba(33, 37, 41, 0.15);
}
div.tooltip_popup.notifications
  div.content
  div.card_wrapper
  + div.card_wrapper {
  margin-top: 20px;
}
div.tooltip_popup.notifications
  div.content
  div.card_wrapper:nth-child(n + 4)
  + div.card_wrapper:last-of-type {
  padding-bottom: 30px;
}
div.tooltip_popup.notifications div.content div.card div.title {
  display: flex;
  justify-content: space-between;
}
div.tooltip_popup.notifications div.content div.card div.title h3 {
  font-size: 0.9em;
  font-weight: 600;
  margin: 0;
  padding: 0;
}
div.tooltip_popup.notifications div.content div.card div.title h4 {
  font-size: 0.9em;
  font-weight: 300;
  margin: 0;
  padding: 0;
}
div.tooltip_popup.notifications div.content div.card div.content p {
  margin: 6px 0 0 0;
  font-size: 0.9em;
}
div.tooltip_popup.notifications div.content div.card div.content p a,
div.tooltip_popup.notifications div.content div.card div.content p a:hover {
  text-decoration: none;
  color: #000;
}
div.tooltip_popup.notifications div.actions {
  background: rgba(var(--tmdbDarkBlue), 1);
  display: flex;
  justify-content: center;
}
div.tooltip_popup.notifications div.actions.mark_all {
  background: transparent;
}
div.tooltip_popup.notifications div.actions.mark_all div {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
div.tooltip_popup.notifications div.actions.mark_all div a,
div.tooltip_popup.notifications div.actions.mark_all div a:hover {
  font-weight: 400;
  font-size: 0.8em;
  text-transform: uppercase;
  width: auto;
}
div.tooltip_popup.notifications div.actions div {
  width: 50%;
  text-align: center;
  padding: 4px 0;
}
div.tooltip_popup.notifications div.actions div p {
  font-size: 0.8em;
  text-transform: uppercase;
}
div.tooltip_popup.notifications div.actions div a,
div.tooltip_popup.notifications div.actions div a:hover {
  display: inline-block;
  width: 100%;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}
div.tooltip_popup.notifications div.actions div a:hover {
  opacity: 0.6;
}
div.tooltip_popup.notifications p.caught_up:last-of-type {
  margin-bottom: 0;
}
div.tooltip_popup.notifications p.caught_up img {
  width: 24px;
  height: 24px;
  vertical-align: top;
}
div.tooltip_popup.notifications p.caught_up a {
  color: #000;
  opacity: 0.6;
  text-decoration: underline;
}
.color.silver,
.color_hover.silver:hover {
  color: #959595;
}
.color.pink,
.color_hover.pink:hover {
  color: #ea148c;
}
.color.purple,
.color_hover.purple:hover {
  color: #805be7;
}
.color.green,
.color_hover.green:hover {
  color: #01d277;
}
.color.teal,
.color_hover.teal:hover {
  color: #01c6ac;
}
.color.light_blue,
.color_hover.light_blue:hover {
  color: #01b4e4;
}
.color.blue,
.color_hover.blue:hover {
  color: #0177d2;
}
.color.orange,
.color_hover.orange:hover {
  color: #d27701;
}
.color.yellow,
.color_hover.yellow:hover {
  color: #d29001;
}
.color.red,
.color_hover.red:hover {
  color: #d40242;
}
.fill_color.silver {
  fill: #959595;
}
.fill_color.pink {
  fill: #ea148c;
}
.fill_color.purple {
  fill: #805be7;
}
.fill_color.green {
  fill: #01d277;
}
.fill_color.teal {
  fill: #01c6ac;
}
.fill_color.light_blue {
  fill: #01b4e4;
}
.fill_color.blue {
  fill: #0177d2;
}
.fill_color.orange {
  fill: #d27701;
}
.fill_color.yellow {
  fill: #d29001;
}
.fill_color.red {
  fill: #d40242;
}
.border_color.silver,
.k-button.border_color.silver {
  border-color: #959595;
}
.border_color.pink,
.k-button.border_color.pink {
  border-color: #ea148c;
}
.border_color.purple,
.k-button.border_color.purple {
  border-color: #805be7;
}
.border_color.green,
.k-button.border_color.green {
  border-color: #01d277;
}
.border_color.teal,
.k-button.border_color.teal {
  border-color: #01c6ac;
}
.border_color.light_blue,
.k-button.border_color.light_blue {
  border-color: #01b4e4;
}
.border_color.blue,
.k-button.border_color.blue {
  border-color: #0177d2;
}
.border_color.orange,
.k-button.border_color.orange {
  border-color: #d27701;
}
.border_color.yellow,
.k-button.border_color.yellow {
  border-color: #d29001;
}
.border_color.red,
.k-button.border_color.red {
  border-color: #d40242;
}
.background_color.silver,
.k-button.background_color.silver {
  background-color: rgba(var(--accountSilver), 1);
}
.background_color.pink,
.k-button.background_color.pink {
  background-color: rgba(var(--accountPink), 1);
}
.background_color.purple,
.k-button.background_color.purple {
  background-color: rgba(var(--accountPurple), 1);
}
.background_color.green,
.k-button.background_color.green {
  background-color: rgba(var(--accountGreen), 1);
}
.background_color.teal,
.k-button.background_color.teal {
  background-color: rgba(var(--accountTeal), 1);
}
.background_color.light_blue,
.k-button.background_color.light_blue {
  background-color: rgba(var(--accountLightBlue), 1);
}
.background_color.blue,
.k-button.background_color.blue {
  background-color: rgba(var(--accountBlue), 1);
}
.background_color.orange,
.k-button.background_color.orange {
  background-color: rgba(var(--accountOrange), 1);
}
.background_color.yellow,
.k-button.background_color.yellow {
  background-color: rgba(var(--accountYellow), 1);
}
.background_color.red,
.k-button.background_color.red,
.k-button.background_color.red:hover {
  background-color: rgba(var(--accountRed), 1);
}
.k-button.background_color:hover,
.k-button.k-primary.background_color:hover {
  color: #212529;
  background-color: #d1d1d1;
  border-color: #cbcbcb;
}
.k-button.background_color:hover .svg.invert,
.k-button.k-primary.background_color:hover .svg.invert {
  filter: invert(0);
}
div#cookie_notice {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(var(--tmdbDarkBlue), 0.9);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  z-index: 1000;
  padding: 14px;
  box-sizing: border-box;
}
div#cookie_notice p {
  color: #fff;
  margin: 0;
  padding: 0;
}
div#cookie_notice p a {
  color: #fff;
  text-decoration: underline;
}
div#cookie_notice p a.accept {
  display: inline-block;
  padding: 6px 20px;
  background-color: rgba(var(--tmdbLightBlue), 1);
  font-weight: 700;
  border-radius: 20px;
  text-decoration: none;
  margin-left: 30px;
}
section.report_window div.flex {
  flex-wrap: wrap;
}
section.report_window div.flex > div {
  display: flex;
  width: 100%;
  box-sizing: border-box;
}
section.report_window div.flex div > div {
  width: 50%;
  box-sizing: border-box;
}
.k-chart-tooltip .flex {
  display: flex;
  align-items: center;
}
.svg.invert {
  filter: invert(1);
}
.svg.invert.green_1 {
  filter: invert(55%) sepia(73%) saturate(1451%) hue-rotate(111deg)
    brightness(98%) contrast(99%);
}
div.pagination.infinite {
  margin-top: 30px;
  padding: 0;
  max-width: 100%;
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--imageBorderRadius);
}
div.pagination.infinite.no_margin {
  margin-top: 0;
}
div.pagination.infinite.hide {
  display: none;
}
div.pagination.infinite p {
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 0;
}
div.pagination.infinite p.hide {
  display: none;
}
div.pagination.infinite p a {
  font-size: 1.5em;
  font-weight: 700;
  color: #fff;
}
div.pagination.infinite p a:hover {
  color: #0a1526;
}
div.pagination.infinite div.loading_wrapper.hide {
  width: 50px;
  height: 50px;
  display: none;
}
div.pagination.infinite div.loading_wrapper.hide div.loader {
  display: none;
}
div.pagination.infinite div.loading_wrapper div.loader {
  width: 100%;
  height: 100%;
  display: block;
}
div.pagination.infinite div.loading_wrapper div.loader > div {
  background-color: #fff;
}
div.page_loading {
  height: 4px;
  width: 100%;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 101;
}
div.page_loading.on {
  opacity: 1;
  transition: opacity 1s;
}
div.page_loading.on.fade_out {
  opacity: 0;
}
@keyframes load_more {
  from {
    left: -200px;
    width: 30%;
  }
  50% {
    width: 30%;
  }
  70% {
    width: 70%;
  }
  80% {
    left: 50%;
  }
  95% {
    left: 120%;
  }
  to {
    left: 100%;
  }
}
div.page_loading.on:before {
  display: block;
  position: absolute;
  content: "";
  left: -200px;
  width: 200px;
  height: 4px;
  animation: load_more 2s linear infinite;
}
div.page_loading.on.silver:before {
  background-color: #959595;
}
div.page_loading.on.pink:before {
  background-color: #ea148c;
}
div.page_loading.on.purple:before {
  background-color: #805be7;
}
div.page_loading.on.green:before {
  background-color: rgba(var(--tmdbLightBlue), 1);
}
div.page_loading.on.teal:before {
  background-color: #01c6ac;
}
div.page_loading.on.light_blue:before {
  background-color: #01b4e4;
}
div.page_loading.on.blue:before {
  background-color: #0177d2;
}
div.page_loading.on.orange:before {
  background-color: #d27701;
}
div.page_loading.on.yellow:before {
  background-color: #d29001;
}
div.page_loading.on.red:before {
  background-color: #d40242;
}
/* Other places */
div.column_wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  align-content: flex-start;

}
div.column_wrapper.wrap {
  flex-wrap: wrap;
}
div.column_wrapper > div.flex {
  width: 100%;
}
div.column_wrapper div.content_wrapper {
  /* max-width: var(--maxPrimaryPageWidth); */
  width: 100%;
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  padding-left: 400px;
  padding-right: 40px;
  padding-top: 40px;
  padding-bottom: 30px;
}
div.column_wrapper div.content_wrapper > div.wrapper {
  width: 100%;
  
}
div.column_wrapper div.content_wrapper > div.wrapper.flex {
  display: flex;
}
div.column_wrapper
  div.content_wrapper
  > div.wrapper.flex
  section.column.sidebar {
  width: 40%;
  margin-left: 40px;
  
}
div.column_wrapper
  div.content_wrapper
  > div.wrapper.flex
  section.column.sidebar
  > div {
  padding: 10px 20px;
 
}
div.column_wrapper
  div.content_wrapper
  > div.wrapper.flex
  section.column.sidebar
  ul {
  margin: 0;
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 20px;
  background-color: #01b4e4;
}
div.content_wrapper.wrap {
  flex-wrap: wrap;
}
div.column_wrapper div.content_wrapper p:last-child {
  margin-bottom: 0;
}
div.column_wrapper div.settings_panel {
  display: block;
  box-sizing: border-box;
  min-width: 260px;
  width: 260px;
  border: 1px solid rgba(var(--lightGrey), 1);
  border-radius: var(--imageBorderRadius);
  overflow: hidden;
}
div.column_wrapper div.settings_panel.auto_width {
  width: auto;
}
div.column_wrapper div.settings_panel.reverse {
  margin-left: 40px;
  margin-right: 0;
}
div.column_wrapper div.settings_panel.no_margin {
  margin: 0;
}
div.column_wrapper div.settings_panel h3,
div.column_wrapper div.error_panel h3 {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: space-between;
  margin: 0;
  font-weight: 600;
  padding: 20px;
  color: #fff;
}
div.column_wrapper div.settings_panel h3.flex_start,
div.column_wrapper div.error_panel h3.flex_start {
  justify-content: flex-start;
}
div.column_wrapper div.settings_panel h3 > div,
div.column_wrapper div.error_panel h3 > div {
  display: flex;
  align-items: center;
  align-content: center;
}
div.column_wrapper div.error_panel h3 span {
  display: inline-flex;
  align-items: center;
  align-content: center;
}
div.column_wrapper div.error_panel h3 span.glyphicons_v2 {
  top: 1px;
  margin-right: 4px;
}
div.column_wrapper div.settings_panel h3 a {
  color: #fff;
  display: inline-flex;
  align-items: center;
}
div.column_wrapper div.settings_panel h3 a + a {
  margin-left: 10px;
}
div.column_wrapper div.settings_panel h3 span.glyphicons_v2 {
  opacity: 1;
  padding: 4px 0;
}
div.column_wrapper div.error_panel {
  margin-bottom: 30px;
}
p + div.error_panel {
  margin-top: 30px;
}
div.content div.column_wrapper div.settings_panel p.panel {
  padding: 20px;
}
div.column_wrapper div.error_panel p {
  padding: 20px;
}

div.scroller_wrap {
  position: relative;
  top: 0;
  left: 0;
}

div.scroller_wrap.should_fade:after {
  content: "";
  width: 60px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-image: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    #fff 100%
  );
  will-change: opacity;
  pointer-events: none;
}
div.scroller_wrap.should_fade.is_fading:after {
  transition: linear 0.3s;
  opacity: 1;
}
div.scroller_wrap.should_fade.is_hidden:after {
  transition: linear 0.3s;
  opacity: 0;
}
section.flash {
  width: 100%;
  background-color: rgba(var(--tmdbLightBlue), 1);
  justify-content: center;
}
section.flash h2,
section.flash p {
  text-align: center;
  color: #fff;
  margin: 0;
  padding: 0;
}
section.flash p {
  font-size: 1.3em;
}
section.flash div.column_wrapper div.content_wrapper {
  justify-content: center;
  flex-wrap: wrap;
}
section.flash div.column_wrapper div.content_wrapper div {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  align-items: center;
}
section.flash div.column_wrapper div.content_wrapper div span.glyphicons_v2 {
  font-size: 1.6em;
  margin-right: 4px;
}

p + h4 {
  margin-top: 10px;
}
h5 + ol {
  margin-top: 10px;
}
h5 + p {
  margin-top: 6px;
}
iframe {
  width: 100%;
}
code {
  background-color: rgba(0, 0, 0, 0.1);
  word-wrap: break-word;
  padding: 0 2px;
}
pre {
  padding: 10px 20px;
  margin: 0 0 20px 0;
  background-color: #eee;
  word-wrap: break-word;
  font-size: 0.9em;
}
p {
  margin-bottom: 16px;
}
.black {
  color: #000;
}
.align_right {
  text-align: right;
}
.align_top {
  vertical-align: top;
}
.show {
  display: block;
}
.visible_hidden {
  visibility: hidden;
}
.no_pad {
  padding: 0;
}
.grey {
  color: #666;
}
.grey2 {
  color: #5a5a5a;
}
.grey3 {
  color: #959595;
}
.pink {
  color: #eb1da5;
}
.yellow {
  color: #efd147;
}
.last {
  margin-bottom: 30px;
}
.bold {
  font-weight: bold !important;
}
.flex.align_center {
  display: flex;
  align-items: center;
}
.align_right .flex.align_center {
  justify-content: flex-end;
}
div.pagination_wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  align-content: center;
}
div.pagination_wrapper > div.pagination {
  margin-top: 30px;
}
div.pagination {
  color: #000;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  max-width: 500px;
  width: auto;
}
div.pagination span.disabled {
  display: none;
}
div.pagination a {
  font-weight: 600;
  margin-left: 4px;
  margin-right: 4px;
}
div.pagination a + .current {
  margin-left: 4px;
}
div.pagination .current {
  border: 1px solid #000;
  padding: 2px 8px;
  margin-right: 4px;
  font-style: normal;
  font-weight: 400;
}
section.content div.pagination p,
div.pagination p {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
div.pagination p a {
  color: #000;
  display: block;
}
div.pagination p a span.glyphicons {
  font-size: 1.8em;
}
div.pagination p.load_more {
  justify-content: center;
}
div.pagination p span.total_results {
  width: 100%;
}
img.shadow {
  box-shadow: rgba(0, 0, 0, 0.55) 0px 2px 8px -5px;
}
section.content p:last-child,
section.content table td p:last-child {
  margin-bottom: 0;
}

section.content h2 a:hover {
  text-decoration: none;
}
section.content a:hover {
  text-decoration: underline;
}
section.content h4 {
  display: inline-block;
  margin-bottom: 6px;
}
section.window {
  padding: 14px 20px;
}
section.window p:last-child {
  margin-bottom: 0;
}
div.left_graph {
  width: 50%;
  float: left;
  margin-bottom: 30px;
  padding-right: 40px;
  box-sizing: border-box;
}
div.right_graph {
  width: 50%;
  float: left;
  margin-bottom: 30px;
  box-sizing: border-box;
}
div.fit {
  min-height: 180px;
  padding: 0 24px 20px 0;
  float: left;
  box-sizing: border-box;
}
div.fit.end {
  padding: 0 0 20px 24px;
}
div.fit.third {
  width: 320px;
}
div.fit.fifty {
  width: 452px;
}
div.fit.person {
  width: 260px;
}
div.fit h3 {
  margin-bottom: 10px;
}
div.fit ul li {
  margin-bottom: 8px;
}
div.fit ul li h4 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
span.info {
  float: left;
}
span.info h4 {
  line-height: 48px;
}
span.info p {
  font-size: 14px;
  color: #333;
}
span.info p strong {
  color: #000;
  font-weight: normal;
}
span.avatar a img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: none;
  margin: 0;
  padding: 0;
}
span.avatar a span {
  display: inline-block;
  background-color: #ccc;
  position: relative;
  top: 0;
  left: 0;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  border-radius: 50%;
  color: #fff;
}

.graph {
  margin-top: 30px;
  margin-bottom: 30px;
}
div.sub_menu a {
  margin-left: 20px;
}
div.sub_menu a:hover {
  color: #666;
}
section.window_content {
  padding: 10px 14px;
}
section.window_content:after {
  clear: both;
  display: block;
  content: "";
}
section.window_content a,
section.window_content ul {
  color: #444;
}
section.window_content ul {
  list-style-type: disc;
  margin-left: 30px;
}

h3.date,
section.inner_content h3.date {
  font-size: 1em;
  margin: 0 0 8px 2px;
}
.card {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(var(--lightGrey), 1);
  background-color: #fff;
}
.upcase {
  text-transform: uppercase;
}
div.media_tooltip_popup,
div.tooltip_popup {
  display: flex;
  flex-flow: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
  text-align: left;
  box-sizing: border-box;
}
div.tooltip_popup.popularity {
  display: block;
  padding: 4px 7px 5px 7px;
}
div.tooltip_popup.popularity * {
  margin: 0;
  padding: 0;
}
div.tooltip_popup.popularity h3 {
  font-weight: 600;
  font-size: 1.1em;
}
div.tooltip_popup.popularity p {
  opacity: 0.7;
}
div.tooltip_popup.popularity span {
  font-weight: 600;
}
div.tooltip_popup div.content {
  width: 100%;
}
div.media_tooltip_popup div.content h2,
div.tooltip_popup div.content h2 {
  font-weight: 700;
}
div.media_tooltip_popup div.content h2 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
div.tooltip_popup div.content h2 {
  line-height: 1;
  max-width: none;
  font-size: 1.3em;
  margin-bottom: 12px;
}
div.tooltip_popup div.content h2 span {
  color: #666;
  font-weight: 600;
}
div.tooltip_popup div.content h2 a * {
  color: #000;
}
div.tooltip_popup div.content h2 span.glyphicons {
  padding-right: 6px;
}
div.tooltip_popup div.content h2 a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
div.tooltip_popup div.content span.k-dropdown + h2,
div.tooltip_popup div.content form + p {
  margin-top: 30px;
}
div.tooltip_popup div.content p.refresh {
  margin-top: 30px;
}
div.tooltip_popup div.content p {
  margin-bottom: 20px;
}
div.tooltip_popup div.content p:last-child {
  margin-bottom: 0;
}
div.tooltip_popup div.content form label span:hover {
  cursor: pointer;
  color: #000;
}
div.tooltip_popup div.content form label span.reset {
  font-weight: 300;
}
div.tooltip_popup div.content a.button {
  display: inline-flex;
  align-items: center;
}
div.tooltip_popup div.content a.button span.glyphicons_v2 {
  margin-right: 6px;
}
div.tooltip_popup div.content a.button.rounded:hover {
  text-decoration: none;
}
div.tooltip_popup div.content.new a.button {
  display: inline-block;
  margin-bottom: 20px;
}
div.tooltip_popup div.content.new a.button:last-child {
  margin-bottom: 0;
}
div.tooltip_popup div.content h3 {
  font-weight: 700;
}
div.tooltip_popup div.content ul a {
  color: #000;
}
div#video_popup {
  overflow: hidden !important;
  box-sizing: border-box !important;
}
time.initial {
  opacity: 0;
  transition: opacity 0.3s;
}
time.loaded {
  opacity: 1;
}
div.item.poster.card {
  display: flex;
  align-items: center;
}
div.item p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0;
  width: 100%;
  line-height: 1.2em;
  margin: 0;
}
div.item p:last-of-type {
  margin-bottom: 0;
}
div.item.card span.popularity_rank_value {
  text-align: left;
}
div.item.card span.popularity_rank_value h3 {
  font-size: 1em;
}
div.item.card span.popularity_rank_value p {
  text-align: left;
  font-size: 0.9em;
  margin: 0 !important;
  padding: 0 !important;
}
div.item.poster.card div.info {
  width: 298px;
  height: 278px;
  position: relative;
  box-sizing: border-box;
  padding: 10px 16px 16px 16px;
  overflow: hidden;
}
div.item.card p.overview {
  word-wrap: break-word;
  white-space: normal;
  color: #4d4d4d;
  font-size: 0.9em;
  line-height: 1.2em;
  margin-top: 30px;
}
div.item.card p.view_more {
  border-top: 1px solid #e3e3e3;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 16px;
}
div.item.card p.view_more a {
  font-size: 0.9em;
  font-weight: 400;
}
div.item p.meta {
  padding-top: 0;
  font-size: 0.9em;
}
div.item p.flex + p.meta {
  margin-top: 4px;
}
div.item p a,
div.item a {
  color: #000;
  font-weight: 400;
}
div.item p a.title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  padding-right: 20px;
  font-weight: 600;
  font-size: 1.1em;
}
div.item p a {
  font-size: 1em;
}
div.item p a:hover,
div.item a:hover {
  text-decoration: none;
}
div.item.poster {
  width: 185px;
}
div.item.backdrop {
  width: 445px;
}
div.item.mini.backdrop {
  width: 250px;
  margin: 0 15px 0 0;
}
div.item.mini.backdrop:last-child {
  margin-right: 0;
}
div.item.card {
  width: 483px;
  background-color: #fff;
  box-sizing: border-box;
}
div.item.backdrop.card2 div.content,
div.item.poster div.content {
  padding: 6px 4px;
}
div.item.card div.wrapper {
  display: flex;
}
div.item.card div.wrapper a {
  width: 100%;
  display: block;
  font-weight: 600;
  font-size: 1.1em;
  line-height: 1.1em;
}
div.item.card div.wrapper span {
  color: rgba(0, 0, 0, 0.6);
  line-height: 1em;
}
div.item.card div.wrapper div.flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
div.item.backdrop div.content {
  padding: 6px 10px;
}
div.item.backdrop div.content p {
  margin-bottom: 0;
}
div.item div.image_content {
  overflow: hidden;
}
div.item.mini.backdrop div.image_content {
  width: 250px;
  height: 141px;
}
div.item.poster div.image_content,
div.item.backdrop div.image_content {
  height: 278px;
  line-height: 0;
}
div.no_image_holder.w500_and_h281 {
  height: 278px;
  position: relative;
  left: -25px;
}
div.item div.no_image_holder.w500_and_h281 {
  left: 0;
}
div.item.poster.card div.image_content {
  min-width: 185px;
  width: 185px;
  height: 278px;
}
div.item.poster div.image_content img {
  width: 185px;
  height: 278px;
}
div.item.backdrop div.image_content img {
  position: relative;
  top: 0;
  left: -25px;
  width: 500px;
  height: 278px;
}
div.item.mini.backdrop div.image_content img {
  top: 0;
  left: 0;
  width: 250px;
  height: 141px;
  border-radius: var(--imageBorderRadius);
}
div.item.backdrop.card.backdrop div.image_content img {
  left: -10px;
}
div.image_content a {
  width: 100%;
  height: 100%;
  display: block;
  line-height: 0;
}
div.image_content a:hover div.meta {
  visibility: visible;
}
div.image_content a div.meta {
  visibility: hidden;
  background-color: rgba(255, 255, 255, 0.9);
  position: relative;
  top: -40px;
  left: 0;
  height: 40px;
  width: 100%;
  z-index: 1;
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
div.item.backdrop.card span.release_date span.glyphicons {
  top: 0;
  padding-right: 0;
  padding-left: 4px;
}
div.item.card span.release_date,
div.item.card span.release_date span.glyphicons,
div.card span.genres,
div.item.mini span.genres {
  color: #666;
}
div.item.card span.genres {
  padding-left: 1px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-style: italic;
}
div.item.mini span.genres {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
div.item.card div.image_content a div span.glyphicons_v2 {
  font-size: 1.2em;
}
div.item span.vote_average {
  padding-top: 0;
  margin-right: 0;
  display: inline-flex;
  align-items: center;
}
div.item span.glyphicons.list_action {
  padding-left: 4px;
  padding-right: 2px;
  margin-left: 2px;
  margin-right: 2px;
}


div.item span.favourite.selected {
  color: #ef47b6;
  border: none;
}
div.item span.watchlist.selected {
  color: #cf3131;
  border: none;
}
div.item span.rating {
  top: 0;
  padding-left: 4px;
  color: #000;
  line-height: 0;
}
div.item span.rating.selected,
div.item p.tv span.rating.selected,
div.item p.movie span.rating.selected {
  color: #efd147;
  border: none;
}
div.media_list {
  width: 224px;
  height: 300px;
  float: left;
  padding: 0 10px;
  padding-bottom: 40px;
  text-align: center;
}
div.media_list h3 {
  text-align: center;
}
div.media_list h3 a:hover {
  text-decoration: none;
}
div.media_list p {
  font-size: 0.9em;
  text-align: center;
}
div.media_list .stack img {
  width: 130px;
  height: 195px;
}
.stack {
  padding: 0;
  position: relative;
  max-width: 100%;
  text-align: center;
  height: 199px;
}
.stack img {
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  outline: 1px solid transparent;
}
.stack img:last-child {
  position: relative;
}
.stack-fanout img:first-child,
.stack-fanout img:nth-child(2) {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}
.stack-fanout.active img:nth-child(3) {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
.stack-fanout.active img:first-child {
  -webkit-transform: rotate(-10deg) translateX(-25%) scale(0.8);
  transform: rotate(-10deg) translateX(-25%) scale(0.8);
}
.stack-fanout.active img:nth-child(2) {
  -webkit-transform: rotate(10deg) translateX(25%) scale(0.8);
  transform: rotate(10deg) translateX(25%) scale(0.8);
}
div.item.profile.card {
  flex-wrap: wrap;
}
div.item.profile.card,
div.results.flex div.item.profile.card div.image_content {
  width: 235px;
  margin: 0;
}
div.results.flex div.item.profile.card div.image_content {
  height: 235px;
}
div.results.flex div.item.profile.card div.image_content img {
  border-radius: 0;
  width: 235px;
  height: 235px;
}
div.item.profile.card:nth-child(even) {
  margin-left: 0;
}
div.results.flex div.item.profile.card div.meta {
  padding: 8px 10px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
div.item.profile.card p.name a {
  font-weight: 600;
  font-size: 1.1em;
}
div.item.profile.card p.sub {
  font-size: 0.9em;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
  display: block;
  margin-top: 0;
}
div.media h2.title {
  display: inline-block;
}
div.media div.filter_wrapper ul {
  display: inline-block;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  border-radius: 4px;
  border: 1px solid #ccc;
}
div.media div.filter_wrapper.right > ul,
div.media div.filter_wrapper.right > ul:last-of-type {
  left: auto;
  right: 0;
}
div.media div.filter_wrapper ul:hover {
  border-color: #fff;
  z-index: 2;
}
div.media div.filter_wrapper > ul > li {
  padding: 6px 10px 6px 10px;
  transition: all 0.3s ease-out;
  border-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  font-weight: 300;
}
div.media div.filter_wrapper > ul > li:hover {
  background-color: #fff;
}
div.media div.filter_wrapper > ul > li span.glyphicons {
  top: 2px;
  color: #999;
}
div.media div.filter_wrapper > ul > li ul {
  border-width: 0;
  border-radius: 4px;
  background-color: #fff;
  position: absolute;
  top: 26px;
  left: -1px;
  padding: 10px 20px 10px 20px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-out;
  overflow: auto;
  min-width: 100%;
  width: auto;
}
div.media div.filter_wrapper.right > ul > li ul,
div.media div.filter_wrapper.right > ul:last-of-type > li ul {
  display: inline-block;
  left: auto;
  right: -1px;
}
div.media div.filter_wrapper > ul > li:hover ul,
div.media div.filter_wrapper > ul > li ul.inner_menu.hover {
  opacity: 1;
  visibility: visible;
}
div.media div.filter_wrapper > ul > li ul li {
  white-space: nowrap;
  font-weight: 400;
}
div.media div.filter_wrapper > ul > li ul li {
  margin-bottom: 10px;
}
div.media div.filter_wrapper > ul > li ul li:last-of-type {
  margin-bottom: 0;
}
div.media div.filter_wrapper > ul > li ul li div.inner_menu_title {
  min-width: 200px;
}
div.media div.filter_wrapper > ul > li ul li h4 {
  display: inline-block;
}
div.media div.filter_wrapper > ul > li ul li h4 span {
  display: inline-block;
}
div.media div.filter_wrapper > ul > li ul li a.small {
  font-size: 0.8em;
  color: #a9a9a9;
  padding-left: 10px;
}
div.media div.filter_wrapper > ul > li ul li p {
  margin-bottom: 0;
}
div.media div.filter_wrapper > ul > li ul li img {
  vertical-align: top;
}
div.media div.filter_wrapper > ul > li ul li span.glyphicons:hover {
  cursor: pointer;
}
div.media div.filter_wrapper ul li span.k-widget.k-dropdown.k-header {
  margin: 4px 0 10px 0;
}
form.k-form {
  padding: 0;
}
form.k-form fieldset > .k-form-field:last-child {
  margin-bottom: 0;
}
form.k-form input[type="text"],
form.k-form input[type="password"],
form.k-form textarea {
  width: 100%;
}
.t-kendo-form-elem {
  visibility: hidden;
}
.k-widget.t-kendo-form-elem {
  visibility: visible;
}
select.t-kendo-form-elem,
.k-dropdown.t-kendo-form-elem {
  height: 38px;
}
form.k-form fieldset {
  border: none;
}
form.k-form input + fieldset {
  margin-top: 30px;
}
form.k-form fieldset input[type="submit"],
form.k-form fieldset + input,
form.k-form fieldset + div,
form.k-form fieldset + p,
p + form.k-form div.flex,
form.k-form p + div.flex {
  margin-top: 30px !important;
}
div.k-window-content form.k-form input + fieldset {
  margin-top: 0;
}
form.k-form div.flex {
  display: flex;
  align-items: center;
}
form.k-form div.flex span.glyphicons_v2 {
  margin-right: 6px;
}
form.k-form p.reset {
  margin-left: 10px !important;
}
div.k-form-field {
  margin-bottom: 1rem;
}
.k-form .k-form-field > span.flex:not(.k-widget) {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.k-form div.flex + .k-form-field {
  margin-top: 0.375rem;
}
.k-form .k-form-field + div.flex {
  margin-top: 1rem;
}
.k-form strong + .k-form-field {
  margin-top: 0;
}
.k-form strong + label + strong {
  display: block;
  margin-top: 1rem;
}
textarea.report {
  min-height: 200px;
}
input[type="submit"],
button {
  font-weight: 700;
}
.k-button.background_color {
  border-radius: 20px;
}
fieldset strong,
label bdi {
  font-weight: 600;
}
table.tmdb_theme {
  width: 100%;
}
p + table.tmdb_theme,
div.title_header + table.tmdb_theme {
  margin-top: 30px;
}
table.tmdb_theme thead {
  border-bottom: 1px solid #d6d5d6;
}
table.tmdb_theme th {
  text-align: left;
}
table.tmdb_theme th.align_right {
  text-align: right;
}
table.tmdb_theme th,
table.tmdb_theme td {
  padding: 4px 0;
}
table td.actions {
  font-size: 1.3em;
  vertical-align: middle;
}
table.changes {
  max-width: 740px;
  margin-bottom: 60px;
}
table.changes thead th:first-child {
  padding-left: 0;
  padding-right: 0;
  width: 60px;
}
table.changes th,
table.changes td {
  padding-left: 20px;
  padding-right: 20px;
  font-size: 0.9em;
}
table.changes td.username,
table.changes td.action,
table.changes td.key {
  width: 50px;
}
table.social_settings td {
  vertical-align: middle;
}
table.social_settings td:first-child {
  width: 100px;
}
table.social_settings td p {
  margin: 0;
  padding: 0;
}
table.reviews th:first-child {
  width: 110px;
  padding-right: 20px;
  box-sizing: border-box;
}
table.reviews td {
  box-sizing: border-box;
}
table.reviews td p,
table.reviews td p:last-child {
  padding: 0 10px 0 0;
  margin-bottom: 0;
}
table.changes_v4 {
  width: 100%;
  max-width: 100%;
  overflow: scroll;
  font-size: 0.9em;
  background-color: #fff;
  box-sizing: border-box;
}
table.changes_v4 + h3,
table.changes_v4 + h3.date {
  margin: 30px 0 20px 0;
}
table.changes_v4:last-of-type {
  margin-bottom: 0;
}
table.changes_v4.card {
  border: 1px solid #e3e3e3;
}
table.changes_v4 thead {
  width: 1000px;
  box-sizing: border-box;
  border-bottom: 1px solid #d6d5d6;
}
table.changes_v4 thead tr th {
  padding: 20px;
  box-sizing: border-box;
  text-align: left;
}
table.changes_v4 thead tr th.action,
table.changes_v4 tbody td.action {
  white-space: nowrap;
  overflow: hidden;
  padding: 20px 0 20px 20px;
  text-overflow: ellipsis;
}
table.changes_v4 tbody td.action {
  text-transform: uppercase;
}
table.changes_v4 thead tr th.language,
table.changes_v4 tbody tr td.language {
  white-space: nowrap;
  width: 50px;
  overflow: hidden;
}
table.changes_v4 tbody {
  border-bottom: none;
  max-width: 650px;
  overflow: hidden;
}
table.changes_v4 tbody th.media div.flex_content {
  display: flex;
  align-items: center;
  width: 998px;
  padding: 0 10px;
  box-sizing: border-box;
}
table.changes_v4 tbody th.media div.flex_content div.image {
  width: 58px;
  height: 87px;
}
table.changes_v4 tbody th.media div.flex_content div.image.still {
  width: 160px;
  height: 90px;
}
table.changes_v4 tbody th.media div.flex_content div.image a,
table.changes_v4 tbody th.media div.flex_content div.image img {
  display: block;
  width: 100%;
  height: 100%;
}
table.changes_v4 tbody th.media div.flex_content h3 {
  font-weight: 600;
  padding-left: 20px;
}
table.changes_v4 tbody th.media div.flex_content div.content {
  display: flex;
  flex-wrap: nowrap;
}
table.changes_v4 tbody th.media div.flex_content,
table.changes_v4 tbody th.media div.flex_content p,
table.changes_v4 tbody th.media div.flex_content a {
  color: #fff;
}
table.changes_v4 tbody th.media div.content h3 {
  margin: 0;
}
table.changes_v4 tbody th.media div.content span.release {
  color: rgba(255, 255, 255, 0.6);
  font-weight: 400;
  font-size: 0.9em;
}
table.changes_v4 tbody th.media div.content span.border {
  display: inline-flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  padding: 0 6px;
  margin-left: 6px;
}
table.changes_v4 tbody tr {
  border-bottom: 1px solid #ccc;
}
table.changes_v4 tbody tr.spacer:last-of-type {
  display: none;
}
table.changes_v4 tbody tr td {
  padding: 20px;
  vertical-align: top;
  font-size: 0.9em;
  box-sizing: border-box;
}
table.changes_v4 thead th.account,
table.changes_v4 tbody td.account {
  padding-right: 0;
  padding-left: 0;
}
table.changes_v4 tbody td.account {
  max-width: 100px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
table.changes_v4 tbody td.key {
  max-width: 120px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
table.changes_v4 tbody td.content {
  width: 100%;
  padding-right: 20px;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
table.changes_v4 tbody tr td.content div.wrap code {
  background-color: transparent;
}
table.changes_v4 tbody tr td.content div.wrap code ~ h4,
table.changes_v4 tbody tr td.content div.wrap p ~ h4 {
  margin-top: 20px;
}
table.changes_v4 tbody tr td.content div.wrap p {
  width: 100%;
  overflow: scroll;
}
table.changes_v4 tbody tr td.content p {
  margin-bottom: 0;
}
table.changes_v4 h4 {
  display: block;
}
table.changes_with_aggregates,
table.changes_with_aggregates th,
table.changes_with_aggregates tr {
  width: 100%;
}
table.changes_with_aggregates {
  border: none;
  line-height: 1.4em;
}
table.changes_with_aggregates tr td a {
  color: #000;
}
table.changes_with_aggregates > thead {
  border-bottom-color: #fff;
}
table.changes_with_aggregates th {
  overflow: visible;
  padding: 0.5em 0;
  border-radius: var(--imageBorderRadius);
  border-collapse: separate;
  border-spacing: 0;
}
table.changes_with_aggregates th:last-of-type {
  text-align: right;
  border-left: none;
}
table.changes_with_aggregates th h2 {
  margin-bottom: 0 !important;
}
table.changes_with_aggregates th div.flex {
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: nowrap;
}
table.changes_with_aggregates.k-grid td.no_pad {
  padding: 0;
}
table.changes_with_aggregates.k-grid tbody tr:hover {
  background-color: transparent;
}
table.changes_with_aggregates.k-grid tbody tr td table {
  margin-top: 40px;
  border: 1px solid #e3e3e3;
  border-radius: var(--imageBorderRadius);
  overflow: hidden;
}
table.changes_with_aggregates.media.k-grid tbody tr td table {
  border-bottom: none;
}
table.changes_with_aggregates.k-grid
  tbody
  tr:first-of-type
  td
  table:first-of-type {
  margin-top: 0;
}
table.changes_with_aggregates.k-grid tbody tr.date,
table.changes_with_aggregates.k-grid tbody tr.date:hover {
  background-color: rgba(41, 43, 44, 0.085);
}
table.changes_with_aggregates.k-grid tbody tr.date td {
  font-weight: 700;
}
table.changes_with_aggregates table tr.info,
table.changes_with_aggregates table tr.info:hover {
  background-color: rgba(41, 43, 44, 0.025);
}
table.changes_with_aggregates table tr.info td {
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
}
table.changes_with_aggregates table tr.info td div.flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
table.changes_with_aggregates.media table tr.info td div.flex span {
  margin-left: 6px;
  color: rgba(0, 0, 0, 0.5);
}
table.changes_with_aggregates table tr.diff div.diff ul li {
  min-height: 54px;
  max-width: 100%;
}
table.changes_with_aggregates table tr.diff td:last-of-type {
  padding: 0;
}
table.changes_with_aggregates table div.diff li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
}
table.changes_with_aggregates td {
  width: 10%;
}
table.changes_with_aggregates td.key {
  text-align: right;
  padding-left: 30px;
  width: 10%;
}
table.changes_with_aggregates td.diff_data {
  width: 80%;
}
table.changes_with_aggregates td.diff_data h1,
table.changes_with_aggregates td.diff_data p {
  display: none;
}
table.changes_with_aggregates td.diff_data pre {
  width: 100%;
}
table.changes_with_aggregates.media.k-grid tbody tr td {
  border-bottom: 1px solid #e3e3e3;
}
table.changes_with_aggregates.media.k-grid
  tbody
  tr
  td
  > table
  tr:last-child
  td {
  border-bottom: none;
}
table.changes_with_aggregates.media table tr.info td {
  border-top: none;
}
table.changes_with_aggregates.media table tr td.language span {
  display: inline-flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0.04);
}
section.main_content.search_results nav {
  box-sizing: border-box;
}
section.main_content.search_results nav.stuck {
  position: fixed;
  top: 0;
}
section.main_content.search_results nav.stuck + section.content {
  margin-left: 260px;
  padding-bottom: 30px;
}
section.main_content.search_results nav h2 {
  font-size: 1em;
  width: 210px;
  margin-top: 30px;
  margin-bottom: 10px;
  font-weight: 600;
}
section.main_content.search_results nav ul:last-child {
  border-top: 0;
  font-size: 0.9em;
  color: #666;
}
section.main_content.search_results nav > ul.trending > li > a {
  border-bottom: none;
  padding: 0;
  color: #666;
  line-height: 1.3em;
}
section.main_content.search_results div.trending {
  width: 210px;
  overflow: hidden;
}
section.main_content.search_results div.trending ul.trending li {
  padding-bottom: 6px;
  padding-left: 1px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
section.main_content.search_results h2 {
  margin-bottom: 0;
}
section.main_content.search_results h2,
section.main_content.search_results a {
  color: #000;
}
section.main_content.search_results ul li a span {
  color: #666;
}
section.main_content.search_results p.search_tip {
  margin-top: 20px;
  color: #666;
}
section.main_content.search_results p.search_tip span {
  position: relative;
  top: 6px;
  left: 0;
  padding-right: 5px;
  font-size: 1.4em;
}
section.main_content.search_results div.item {
  display: block;
  float: none;
  margin-bottom: 0;
  margin-top: 0;
}
section.main_content.search_results div.results.flex div.item:nth-child(n + 2) {
  margin-top: 30px;
}
section.main_content.search_results
  div.results.flex
  div.item.profile:nth-child(n + 2) {
  margin-top: 10px;
}
section.main_content.search_results div.item.profile {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}
section.main_content.search_results div.item.card:nth-child(even) {
  margin-left: 0;
}
section.main_content.search_results div.item.card {
  width: 100%;
  display: flex;
  align-items: center;
  border: 1px solid #e3e3e3;
}
section.main_content.search_results div.item.backdrop.card.collection {
  display: block;
  width: 355px;
  box-sizing: border-box;
  overflow: hidden;
}
section.main_content.search_results
  div.item.backdrop.card.collection
  div.image_content
  a {
  width: 355px;
  height: 200px;
}
div.item.backdrop.card.collection div.image_content img {
  left: 0;
}
section.main_content.search_results
  div.item.backdrop.collection
  div.image_content,
section.main_content.search_results
  div.item.backdrop.collection
  div.image_content
  img {
  width: 355px;
  height: 200px;
}
section.main_content.search_results div.item.poster.card div.info {
  width: 100%;
}
section.main_content.search_results div.poster.card figure {
  width: 250px;
  height: auto;
}
section.search_results div.item.profile div.image_content {
  width: 70px;
  min-width: 70px;
  height: 70px;
  margin-right: 20px;
}
section.search_results div.item.profile div.image_content img {
  width: 100%;
  height: 100%;
  border-radius: var(--imageBorderRadius);
}
section.main_content.search_results div.item.profile p.name {
  font-size: 1.2em;
}
section.main_content.search_results div.item.backdrop.collection p a.title {
  max-width: 355px;
}
section.search_results div.item.profile div.content p.name,
section.search_results div.item.profile div.content p.name a {
  padding: 0;
  font-weight: 600;
}
section.search_results div.item.profile div.content p.sub,
section.search_results div.item.profile div.content p.sub a {
  font-weight: 400;
  font-size: 1em;
}
section.main_content.search_results div.company div.results ul,
section.main_content.search_results div.network div.results ul {
  list-style-type: none;
}
section.main_content.search_results div.company div.results ul li:first-child,
section.main_content.search_results div.network div.results ul li:first-child {
  border-top: 1px solid #ccc;
}
section.main_content.search_results div.company div.results ul li,
section.main_content.search_results div.network div.results ul li {
  margin-left: 0;
  height: 40px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ccc;
}
section.main_content.search_results div.company div.results ul li a:hover,
section.main_content.search_results div.network div.results ul li a:hover {
  text-decoration: none;
  color: #666;
}
section.main_content.search_results div.company div.results ul li div,
section.main_content.search_results div.network div.results ul li div {
  display: flex;
  align-items: center;
  align-content: center;
  font-size: 20px;
}
section.main_content.search_results div.company div.results ul li span,
section.main_content.search_results div.network div.results ul li span {
  display: inline-flex;
  align-items: center;
  align-content: center;
  font-size: 14px;
  line-height: 1em;
  font-weight: 400;
  margin-left: 6px;
  padding: 2px 6px;
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff;
  border-radius: 4px;
}
section.main_content.search_results div.company div.results ul li img,
section.main_content.search_results div.network div.results ul li img {
  display: block;
}

.glyphicons_v2 {
  position: relative;
  top: 0;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1em;
  min-height: 1em;
  width: 1em;
  height: 1em;
  line-height: inherit;
  background-position: center center;
  background-repeat: no-repeat;
  color: inherit;
  box-sizing: border-box;
}

.glyphicons_v2.play {
  background-image: url("../Assets/play.svg");
}
