*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  background-color: rgb(255, 255, 255);
  color: #222222;
  font-size: medium;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  animation: fadeInAnimation ease 0.5s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
header {
  background-color: #fff;
}
@keyframes fadeInAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#navigation {
  color: #fff;
  margin: 0 auto;
  /* position:fixed; */
  width: 100%;
  z-index: 99;
}
img {
  color: #6467a8;
  text-decoration: none;
}
a {
  color: #6467a8;
  text-decoration: none;
}
.img-shadow {
  box-shadow: 0px 10px 20px 5px rgba(0, 0, 0, 0.5);
  transform: translateY(-5px);
}
.hover {
  color: #1a0dab;
  text-shadow: 0 0 0.01px black, 0 0 0.01px black, 0 0 0.01px black;
}
.breadcrumb {
  color: rgb(0, 0, 0);
  border-bottom: 1px solid #e2e2e2;
}
.top-image-width-height {
  height: 253px;
  width: 85%;
}
.underline a {
  text-decoration: underline;
}
.no-underline a {
  text-decoration: none;
}
img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  aspect-ratio: auto 1280 / 750;
}
.img {
  box-sizing: border-box;
  width: 100%;
  border: 1px #fff solid;
}
.img-cover {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center center;
}
.img-width-50 {
  width: 50%;
}
.img-width-40 {
  width: 40%;
}
.img-width-25 {
  width: 25%;
}
.img-width-20 {
  width: 20%;
}
.img-width-10 {
  width: 10%;
}
.img-width-6 {
  width: 6%;
}
.image-circle {
  border-radius: 50%;
}
.no-image {
  width: 100%;
  height: 1vw;
  background-color: #6432bb;
  display: inline-block;
  margin-bottom: 30px;
  margin-right: 1px;
}
#nav-dummy-home {
  height: 110px;
  width: 100%;
}
#nav-dummy {
  background-color: rgba(255, 255, 255, 0.8);
  height: 110px;
  width: 100%;
}
.logo {
  width: 45%;
  float: left;
  text-align: center;
}
.nav {
  display: flex;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.8);
  justify-content: center;
}
.nav a {
  text-decoration: none;
}
.nav-news {
  margin: 0 auto;
}
.nav-6 {
  box-sizing: border-box;
  width: 16.66%;
  padding: 30px;
}
.nav-6:hover {
  background-color: #dad9da;
}
.nav-6-on {
  box-sizing: border-box;
  width: 16.66%;
  padding: 30px;
  background-color: #dad9da;
}
.subnav_full {
  text-align: center;
  width: 100%;
  height: 48px;
  background-color: #fff;
  color: orange;
  font-size: 18px;
  box-sizing: border-box;
}
#mobile-nav {
  display: none;
}
.navOn {
  background-color: #fff;
  text-align: center;
  padding: 10px 0;
  font-weight: bold;
  width: 25%;
  border: 2px white solid;
  border-radius: max(0px, min(10px, ((100vw - 4px) - 100%) * 9999)) / 10px;
  color: #000;
}
a.navOn {
  font-weight: bold;
}
a.navOn:hover {
  background-color: #fff;
  text-decoration: none;
}
.nav-line {
  border-bottom: 3px #fff solid;
  margin-top: 10px;
}
.navOff {
  background-color: #6467a9;
  text-align: center;
  padding: 10px 0;
  font-weight: bold;
  color: #fff;
  width: 25%;
  border: 2px white solid;
  border-radius: max(0px, min(10px, ((100vw - 4px) - 100%) * 9999)) / 10px;
}
navOff a {
  color: #fff;
  opacity: 1;
}
a.navOff:hover {
  background-color: #f2f2f2;
  color: #000;
  text-decoration: none;
}
.navOff_alt {
  /* margin: 0 0 10px 20px; */
}
.navOff_alt a {
  background-color: #489ed9;
  color: #fff;
  padding: 5px 10px;
  border-radius: 4px;
  border: 1px #adb1b4 solid;
}
.navOff_alt_orange a {
  background-color: rgb(255, 247, 0);
  color: #000;
  padding: 5px 10px;
  border-radius: 4px;
  border: 1px #adb1b4 solid;
  margin: 0 0 0 20px;
}
.navOff_alt_orange a:hover {
  background-color: #fff;
  color: #000;
  opacity: 1;
}
.navOff_alt a:hover {
  background-color: #fff;
  color: #000;
  opacity: 1;
}

.subnav-fod {
  background-color: #6467a9;
}
.subnav-new {
  background-color: #fec678;
}
.subnav-comment {
  background-color: #fec678;
}
.subnav-rated {
  background-color: #6467a9;
  color: #fff;
}
.subnav-rated a {
  color: #fff;
}
.subnav-stars {
  background-color: #fec678;
}
.subnav-directors {
  background-color: #6467a9;
  color: #fff;
}
.subnav-directors a {
  color: #fff;
}
.subnav-directors:hover a {
  color: #000;
}
.subnav-ar {
  background-color: #fec678;
}
.subnav-country {
  background-color: #6467a9;
}
.subnav-last-year {
  background-color: #b70100;
}
.subnav-alt {
  background-color: #ffa41c;
}
.subnav-two-year {
  background-color: #b70100;
}
.subnav-col {
  box-sizing: border-box;
  float: left;
  width: 25%;
  padding: 7px;
  border-radius: 10px;
  margin: 0 2px;
}
.subnav-col a {
  text-decoration: none;
}
.subnav-col:hover {
  box-shadow: 0 0 3px #000;
}
.sticky-nav {
  position: sticky;
  top: 15px;
  left: 10px;
}
.subnav-6 {
  box-sizing: border-box;
  float: left;
  width: 16.666666666666667%;
  padding: 7px;
  border-radius: 10px;
  border: 2px solid;
  margin: 0 2px;
}
.subnav-4 {
  box-sizing: border-box;
  float: left;
  width: 25%;
  padding: 10px 20px;
}
.subnav-4:hover {
  background-color: #fff;
  color: #1a0dab;
}
.subnav-4:hover a {
  color: #1a0dab;
  text-decoration: none;
}

.subnav-1 {
  box-sizing: border-box;
  width: 100%;
  padding: 7px;
  border: 1px solid rgb(228, 228, 228);
  color: #1a0dab;
  font-weight: bold;
}

.subnav-1 a {
  background-color: #fff;
  color: #1a0dab;
}
.subnav-1:hover a {
  background-color: #6467a8;
  color: #fff;
}
.subnav-1:hover {
  background-color: #6467a8;
  color: #fff;
}
.subnav-4 {
  box-sizing: border-box;
  width: 100%;
  padding: 7px;
  border: 1px solid rgb(228, 228, 228);
  color: #1a0dab;
  font-weight: bold;
}
.subnav-4 a {
  background-color: #fff;
  color: #1a0dab;
}
.subnav-3 {
  box-sizing: border-box;
  float: left;
  width: 100%;
  padding: 7px;
}
.subnav-3:hover {
  background-color: rgb(255, 255, 255);
  color: #1a0dab;
}
.subnav-3:hover a {
  color: #1a0dab;
  text-decoration: none;
}
.subnav-2 {
  box-sizing: border-box;
  float: left;
  width: 50%;
  padding: 10px 7px;
}
.subnav-2:hover {
  background-color: rgb(255, 255, 255);
  color: #1a0dab;
}
.subnav-2:hover a {
  color: #1a0dab;
  text-decoration: none;
}
.subnav {
  background-color: transparent;
  box-sizing: border-box;
  font-size: 14px;
  text-align: center;
}
.secondary-nav {
  display: inline-block;
  box-sizing: border-box;
  width: 24%;
}
.secondary-nav-container,
.secondary-nav-container a {
  color: #5e25ba;
  padding: 0;
  width: 100%;
}
.secondary-nav-line {
  width: 20%;
  border-bottom: 5px solid #5e25ba;
}
#advert {
  box-sizing: border-box;
  margin: 0 auto;
  text-align: center;
}
#footer {
  background-image: linear-gradient(#f9fcd7 0%, rgb(249, 248, 248) 100%);
  min-height: 300px;
  width: 100%;
}
#footer-content {
  padding: 70px 0;
  text-align: center;
  width: 100%;
}
#wrapper {
  margin: 0 auto;
  overflow: hidden;
  width: 100%;
}
.tabcontent {
  display: none;
}
.content-container-nav {
  box-sizing: border-box;
  margin: 0 auto;
  z-index: 99;
  width: 100%;
}
#content-container {
  margin: 0 auto;
  width: 100%;
}
.content-container {
  box-sizing: border-box;
  padding: 10px;
  margin: 0 auto;
  width: 95%;
}
.content-container-advert {
  box-sizing: border-box;
  margin: 0 auto;
  width: 95%;
}
.content-container-single-col {
  margin: 0 auto;
  width: 1110px;
}
.content-container-single-col-no-flex {
  margin: 0 auto;
  width: 1110px;
}
.content-container-detail-page {
  box-sizing: border-box;
  margin: 0 auto;
  width: 100%;
}
.col-one {
  box-sizing: border-box;
  width: 100%;
}
.col-two {
  box-sizing: border-box;
  width: 50%;
}
.col-two-gap-left {
  box-sizing: border-box;
  float: left;
  padding-left: 20px;
  width: 50%;
}
.col-two-no-float {
  box-sizing: border-box;
  width: 50%;
}
.col-three {
  box-sizing: border-box;
  float: left;
  width: 33%;
}
.col-three-two {
  box-sizing: border-box;
  float: left;
  width: 67%;
}
.col-three-no-float {
  box-sizing: border-box;
  width: 33%;
}
.col-three-two-no-float {
  box-sizing: border-box;
  width: 66.66%;
}
.col-three-two-gap-left {
  box-sizing: border-box;
  float: left;
  padding-left: 50px;
  width: 66%;
}
.col-four {
  box-sizing: border-box;
  float: left;
  width: 25%;
}
.col-five {
  box-sizing: border-box;
  width: 20%;
}
.col-four-three {
  box-sizing: border-box;
  float: left;
  width: 75%;
}
.col-two-gap-right {
  box-sizing: border-box;
  float: left;
  padding-right: 20px;
  width: 50%;
}
.col-three-gap-right {
  box-sizing: border-box;
  float: left;
  padding-right: 2%;
  width: 33%;
}
.col-three-two-gap-right {
  box-sizing: border-box;
  float: left;
  padding-right: 40px;
  width: 66%;
}
.col-four-gap-right {
  box-sizing: border-box;
  float: left;
  padding-right: 20px;
  width: 25%;
}
.col-four-three-gap-right {
  box-sizing: border-box;
  float: left;
  padding-right: 20px;
  width: 75%;
}
.col-fifteen {
  width: 15%;
  float: left;
  box-sizing: border-box;
}
.col-five-right {
  width: 5%;
  float: right;
  box-sizing: border-box;
}
.col-fifty-five {
  width: 55%;
  float: left;
  box-sizing: border-box;
}
.col-thirty {
  box-sizing: border-box;
  width: 30%;
}
.col-fourty {
  width: 40%;
  float: left;
  box-sizing: border-box;
}
.col-sixty {
  box-sizing: border-box;
  float: left;
  width: 60%;
}
.col-seventy {
  box-sizing: border-box;
  float: left;
  width: 70%;
}
.col-single-middle {
  margin: 0 auto;
  width: 72%;
}
.col-gap-left {
  margin-right: 20px;
}
.col-gap-right {
  margin-right: 20px;
}
.col-small-gap-left {
  margin-left: 2px;
}
.col-small-gap-right {
  margin-left: 2px;
}
.col-padding {
  padding: 8px;
}
.col-flex {
  display: flex;
}
.flex-column {
  flex-direction: column;
}
.flex-gap {
  gap: 3%;
}
.flex-gap-right {
  gap: 3%;
}
.flex-gap-3px {
  gap: 3px;
}
.content-center {
  justify-content: center;
}
.col-padding-bottom {
  padding-bottom: 22px;
}
.full-width {
  width: 0;
}
.content-box-tabs-container {
  width: 100%;
}
.content-box-tabs {
  box-sizing: border-box;
  color: #eaeaea;
  float: left;
  font-size: 0.8em;
  padding: 5px 0;
  text-align: center;
  width: 12.5%;
}
.content-box-tabs a {
  color: #eaeaea;
}
.content-box-tabs:nth-child(odd) {
  background-color: #213042;
}
.content-box-tabs:nth-child(even) {
  background-color: #556f8d;
}

.content-box-tabs-us {
  box-sizing: border-box;
  float: left;
  font-size: 0.8em;
  padding: 5px 0;
  text-align: center;
  width: 50%;
}
.content-box-tabs-us a {
  color: #fff;
}
.content-box-tabs-us:nth-child(odd) {
  background-color: #213042;
}
.content-box-tabs-us:nth-child(even) {
  background-color: #556f8d;
}

.content-box-header-new-movies {
  background-color: #fff;
  box-sizing: border-box;
  color: #000;
  font-family: "Muli", sans-serif;
  font-size: 17px;
  padding: 20px 20px;
  width: 100%;
  border-left: 7px #10b239 solid;
}
.content-box-header-new-movies a {
  color: rgb(48, 48, 48);
  border: 1px rgb(48, 48, 48) solid;
  padding: 3px;
  text-decoration: none;
}
.content-box-header-new-movies a:hover {
  color: rgb(255, 255, 255);
  background-color: #6467a9;
}
.new-film-date {
  color: #000;
}
.new-film-date a {
  color: #000;
}
.new-movies-height {
  height: 200px;
}
.content-box-header-news {
  background-color: #fff;
  box-sizing: border-box;
  color: #000;
  font-family: "Muli", sans-serif;
  font-size: 17px;
  padding: 20px 20px;
  width: 100%;
  border-left: 7px #b70100 solid;
}
.content-box-header-news a {
  color: rgb(48, 48, 48);
  border: 1px rgb(48, 48, 48) solid;
  padding: 3px;
  text-decoration: none;
}
.content-box-header-news a:hover {
  color: rgb(255, 255, 255);
  background-color: #6467a9;
}
.button-transition {
  background: linear-gradient(
      to left,
      rgb(255, 255, 255) 50%,
      rgb(100, 103, 168) 50%
    )
    right;
  background-size: 200%;
  transition: 0.5s ease-out;
  border-radius: 5px;
}
.button-transition:hover {
  background-position: left;
  color: #fff;
}
.content-box-header-christmas {
  background-color: #fafafa;
  box-sizing: border-box;
  color: #000;
  font-family: "Muli", sans-serif;
  font-size: 20px;
  width: 100%;
  border-left: 7px #8c201e solid;
}
.content-box-header-christmas a {
  color: rgb(48, 48, 48);
  padding: 5px 10px;
  text-decoration: none;
  border: 1px solid #8c201e;
}
.content-box-header-christmas a:hover {
  color: rgb(255, 255, 255);
  background-color: #6467a9;
}

.content-box-header-trending {
  background-color: #6467a9;
  box-sizing: border-box;
  color: #fff;
  font-family: "Muli", sans-serif;
  font-size: 20px;
  min-height: 40px;
  padding: 18px 20px 18px 20px;
  width: 100%;
}
.content-box-header-trending a {
  color: #fff;
}
.trending-height {
  height: 78vh;
}
.homepage-headline-background {
  /*
	background-color: rgba(0,0,0,0.6);
    box-shadow: 0px 0px 17px 10px rgb(0 0 0 / 70%);
	color:#fff;
	*/
  padding: 25px;
  line-height: 1.6em;
  margin: 30px 0;
}
.content-box-header-alt {
  background-color: #fff;
  box-sizing: border-box;
  color: #000;
  font-family: "Muli", sans-serif;
  font-size: 17px;
  padding: 20px 20px;
  width: 100%;
}
.content-box-header {
  background-color: #fafafa;
  border-bottom: #f4f4f4 1px solid;
  box-sizing: border-box;
  color: #000;
  font-family: "Muli", sans-serif;
  font-size: 17px;
  padding: 20px 20px;
  width: 100%;
  border-left: 7px #6467a9 solid;
}
.content-box-header a {
  color: rgb(48, 48, 48);
  text-decoration: none;
}
.content-box-header a:hover {
  color: rgb(255, 255, 255);
  background-color: #6467a9;
}
.content-box-header-clear {
  background-color: #fafafa;
  box-sizing: border-box;
  color: #000;
  font-family: "Muli", sans-serif;
  font-size: 17px;
  padding: 20px 20px;
  width: 100%;
  border-left: 7px #6467a9 solid;
  border-bottom: #f4f4f4 1px solid;
}
.content-box-header-clear a {
  color: rgb(48, 48, 48);
  border: 1px rgb(48, 48, 48) solid;
  padding: 5px 10px;
  text-decoration: none;
}
.header-border-left {
  background-color: #fcfcfc;
  border-left: 5px #6467a9 solid;
  padding: 5px;
  padding-left: 18px;
  list-style-type: none;
}
.content-box-header-clear a:hover {
  color: rgb(255, 255, 255);
  background-color: #6467a9;
}
.content-box-header-of-day {
  background-color: rgb(241, 242, 245);
  box-sizing: border-box;
  font-family: "Muli", sans-serif;
  min-height: 40px;
  padding: 20px 20px;
  width: 100%;
  border: 1px #fff solid;
}
.content-box-header-of-day a {
  color: rgb(12, 13, 83);
  text-decoration: underline;
  font-weight: 300;
}
.content-box-header-of-day a:hover {
  color: rgb(173, 2, 2);
  font-weight: bold;
}
.content-box-sub-header {
  background-color: #6467a9;
  box-sizing: border-box;
  color: #fff;
  font-family: "Muli", sans-serif;
  font-size: 16px;
  width: 100%;
}
.content-box-header-charts {
  background-color: #fff;
  box-sizing: border-box;
  color: #30333c;
  font-family: "Muli", sans-serif;
  font-size: 17px;
  min-height: 40px;
  padding: 18px 20px 18px 20px;
  width: 100%;
  border: 1px #fff solid;
}
.content-box-header-no-padding {
  background-color: #fff;
  box-sizing: border-box;
  color: #30333c;
  font-family: "Muli", sans-serif;
  font-size: 17px;
  min-height: 40px;
  width: 100%;
  border-left: 7px #6467a9 solid;
}
.content-box-header-dark {
  background-color: #213042;
  box-sizing: border-box;
  color: #fff;
  font-family: "Muli", sans-serif;
  font-size: 17px;
  min-height: 40px;
  padding: 18px 20px 18px 20px;
  width: 100%;
  border: 1px #fff solid;
}
.content-box-header-light {
  background-color: #fff;
  box-sizing: border-box;
  color: #000;
  font-family: "Muli", sans-serif;
  font-size: 17px;
  padding: 20px 20px;
  width: 100%;
  border-left: 7px #6467a9 solid;
}
.content-box-header-light a {
  color: rgb(48, 48, 48);
  border: 1px rgb(48, 48, 48) solid;
  padding: 3px;
  text-decoration: none;
}
.content-box-header-light a:hover {
  color: rgb(255, 255, 255);
  background-color: #6467a9;
}
.content-box-dark {
  background-color: #21307b;
  box-sizing: border-box;
  font-size: 18px;
  padding: 15px;
  width: 100%;
}
.content-box {
  background-color: #fff;
  box-sizing: border-box;
  border-top: 1px solid #e6e6e6;
  padding: 20px;
  width: 100%;
}
.content-box a {
  color: #1a0dab;
}
.content-box-top-news {
  background-color: #fff;
  box-sizing: border-box;
  border-top: 1px solid #e6e6e6;
  padding: 20px 0;
  width: 100%;
}
.content-box-top-news a {
  color: #4c0dab;
}
.content-box-no-padding {
  background-color: #fff;
  box-sizing: border-box;
  border-top: 1px solid #e6e6e6;
  width: 100%;
  padding: 0;
}
.content-box-news-item {
  background-color: #fff;
  box-sizing: border-box;
  padding: 15px 50px;
  width: 100%;
  border-radius: 10px;
}
.overflow-image-position {
  position: relative;
  transform: translateY(-15%);
}
.film-mini-info a {
  text-decoration: underline;
}
.display-cast {
  padding-left: 20px;
}
.content-box-no-padding {
  background-color: #fff;
  box-sizing: border-box;
  width: 100%;
}
.content-box-no-padding-no-color {
  background-color: transparent;
  box-sizing: border-box;
  width: 100%;
}
.footer-charts {
  border-right: 1px #dbe0e6 solid;
  border-top: 1px #dbe0e6 solid;
  box-sizing: border-box;
  width: 33.333%;
}
.charts-homepage-tab {
  background-color: #000;
  box-sizing: border-box;
  position: relative;
  max-height: 280px;
  border-bottom: 2px #dbe0e6 solid;
  overflow: hidden;
  width: 25%;
}
.home-homepage-tab {
  background-color: #000;
  box-sizing: border-box;
  position: relative;
  border-bottom: 1px #000 solid;
  overflow: hidden;
  width: 33.333%;
}
.gap {
  height: 30px;
  width: 4%;
}
.gap-small {
  height: 10px;
  width: 10px;
}
.gap-left {
  float: left;
  height: 40px;
  width: 10%;
}
.gap-left-5 {
  float: left;
  height: 40px;
  width: 5%;
}
.gap-mobile {
  display: none;
}
.clear {
  clear: both;
}
.cast {
  background: #fff;
  padding: 10px 20px;
  border-bottom: 1px #bfbfbf solid;
  border-left: 1px #bfbfbf solid;
  border-right: 1px #bfbfbf solid;
  display: flex;
  align-items: center;
  justify-content: left;
}
.cast-image {
  width: 20%;
  overflow: hidden;
  border: 1px solid #6467a8;
}
.cast-images-height {
  height: 15vw;
}
.cast:hover a {
  text-decoration: underline;
}
.cast:hover {
  background-color: #dbe0e6;
}
.cast-alt {
  box-sizing: border-box;
  background: #efefef;
  padding: 10px 20px;
  border-bottom: 1px #bfbfbf solid;
  border-left: 1px #bfbfbf solid;
  border-right: 1px #bfbfbf solid;
  display: flex;
  align-items: center;
  justify-content: left;
}
.cast-alt:hover a {
  text-decoration: underline;
}
.cast-alt:hover {
  background-color: #dbe0e6;
}
.overflow-hidden {
  overflow: hidden;
}
.trending-horizontal-container {
  width: 1000000px;
}
.horizontal-trending-film {
  padding: 10px;
  background-color: #fff;
  float: left;
}
.fifth {
  width: 100%;
}
.mobile-fifth {
  display: none;
}
.color {
  background-color: #6467a9;
  color: #fff;
}
.color a {
  color: #fff;
}
.element-image {
  float: left;
  text-align: center;
  width: 20%;
  height: 205px;
  overflow: hidden;
}
.element-content {
  background-color: #6467a9;
  box-sizing: border-box;
  color: #fff;
  float: left;
  padding: 5px;
  text-align: center;
  width: 20%;
}
.content-box-news {
  display: flex;
}
.news-story {
  width: 100%;
  margin: 0 auto;
  font-weight: bold;
}
.news-item-left {
  box-sizing: border-box;
  background-color: #fff;
  flex: 1;
  border: 3px solid #fff;
}
.news-item-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  width: 50%;
}
.news-item-child {
  box-sizing: border-box;
  flex: 1;
  background: #fff;
}
.news-item-child-alt {
  flex: 1;
  box-sizing: border-box;
  background: #fff;
}
.news-headline-title {
  background-color: rgb(255, 255, 255);
  padding: 30px 50px;
  font-size: 38px;
  line-height: 1.4em;
  font-weight: 500;
}
.news-item-top {
  background: #5f29bc;
  float: left;
  font-size: 14px;
  font-weight: bold;
  width: 25%;
}
.news-item {
  font-size: 14px;
  font-weight: bold;
  width: 47%;
  margin-bottom: 20px;
}
.news-item-charts {
  margin: 5px;
  width: 33.3%;
  box-sizing: border-box;
}
.news-image-home {
  background-size: 100% 100%;
  width: 100%;
  min-height: 300px;
  overflow: hidden;
}
.news-item-image {
  margin: 0 0 5px 100px;
  width: 30%;
  float: right;
}
.limited {
  width: 100%;
  height: 400px;
  overflow: hidden;
  display: block;
}
.news-item-image-left {
  margin: 10px 40px 8px 0;
  width: 30%;
  float: left;
}
.news-content {
  background: transparent;
  box-sizing: border-box;
  padding: 20px;
  text-align: justify;
}
.news-content-home {
  background: transparent;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.6);
  box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.7);
  color: #ffff;
  padding: 20px;
  text-align: justify;
  width: 100%;
  display: inline-block;
  align-self: flex-end;
  line-height: 1.8em;
}
.news-content a {
  color: #000;
}
.news-item-mobile {
  display: none;
}
.news-by-line {
  width: 100%;
}
.tags {
  box-sizing: border-box;
  margin: 5px 5px 0 0;
  border: 1px solid #bb1718;
  display: inline-block;
  padding: 5px 15px;
}
a:hover .tags {
  color: #fff;
  background-color: #bb1718;
}
.country-tags {
  width: 19%;
  text-align: center;
}
.country-tags-hover:hover {
  background-color: rgb(88, 144, 255);
  color: #fff;
  text-decoration: none;
}
.arrow-down {
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 33px solid #ededed;
  height: 0;
  margin-left: 10px;
  width: 0;
}
.new-films {
  box-sizing: border-box;
  float: left;
  width: 20%;
  border: 1px #fff solid;
  background-color: #fff;
}
.news-image {
  width: 100%;
  height: 315px;
  background-color: #fff;
  overflow: hidden;
}
.news-headline {
  box-sizing: border-box;
  padding: 5px 25px 30px;
  font-size: 18px;
  width: 100%;
}
.news-headline a {
  color: #020e13;
}
.link-button {
  background-color: #b70100;
  bottom: 0;
  box-sizing: border-box;
  padding: 10px;
  display: inline;
  border-radius: 10px;
  font-size: 14px;
}
.link-button a {
  color: #fff;
}
#faint_back_header {
  background-color: #556f8d;
  color: #fff;
  padding: 0 10px;
}
#share {
  background-color: #fff;
  border: 1px #213042 solid;
  float: left;
  width: 100%;
}
.social-image {
  width: 7%;
  padding: 5px 3% 0 3%;
}
.image-hover:hover {
  opacity: 0.5;
}
.headerClear {
  color: #fff;
  font-size: 1.1em;
  font-weight: bold;
  position: absolute;
  text-align: center;
  text-shadow: 1px 0 0 #000, 0 -1px 0 #000, 0 1px 0 #000, -1px 0 0 #000;
  top: 0.5em;
  width: 100%;
}
.headerClear a {
  color: #fff;
}
.headerClearContainer {
  box-sizing: border-box;
  width: 100%;
  height: 65px;
  padding: 5px;
  background-color: rgb(76 0 213 / 50%);
  position: absolute;
}
.holder {
  width: 24%;
  display: inline-block;
  position: relative;
}
.box_sub_header {
  border-bottom: 1px #e9eaed solid;
  border-right: 1px #e9eaed solid;
  color: #44629d;
  display: inline-block;
  margin-bottom: 10px;
  padding: 5px 20px;
  box-shadow: 1px 1px 15px;
  margin-bottom: 30px;
}
.new_film_left {
  float: left;
  min-height: 240px;
  width: 23%;
  margin-right: 20px;
}
.new_film_right {
  float: left;
  min-height: 240px;
  width: 68%;
}
.inline {
  box-sizing: border-box;
  float: left;
  padding: 10px;
}
.inline-block {
  display: inline-block;
}
.highlight-no-padding {
  background-color: #8b0000;
  color: #fff;
  font-weight: bold;
}
.highlight {
  background-color: #11b339;
  color: #fff;
  padding: 3px 5px;
}
.highlight a {
  color: #fff;
}
.highlight_our {
  background-color: #6467a9;
  color: #fff;
  padding: 10px 5px;
}
.highlight_our a {
  color: #fff;
}
.highlight-padding {
  border: 1px solid #6b6b6b;
  padding: 5px;
}
.highlight-padding-large {
  background-color: #ededed;
  padding: 20px;
}
.highlight-purple {
  background-color: rgba(231, 237, 255, 0.4);
  color: #000;
  padding: 0 7px;
}
.highlight-purple a {
  color: #000;
}
.highlight-white {
  background-color: #fff;
  padding: 1px;
}
.highlight-tanned {
  background-color: rgb(241, 239, 239);
  padding: 1px;
}
.highlight-name {
  display: inline-block;
  background-color: #e5e3e3;
  padding: 5px;
}
.award-header {
  background-color: #febd02;
  color: #000;
  padding: 0 7px;
}
.fifty-fifty {
  box-sizing: border-box;
  display: inline-block;
  min-height: 60px;
  padding: 7px 10px 5px 21px;
  vertical-align: middle;
  width: 50%;
}
.fifty-fifty-cont:hover a {
  color: rgb(73, 68, 68);
  background-color: #9ea6ec67;
}
.sixty-fourty {
  box-sizing: border-box;
  display: inline-block;
  min-height: 60px;
  padding: 7px 10px 7px 15px;
  vertical-align: middle;
  width: 60%;
}
.fourty-sixty {
  box-sizing: border-box;
  display: inline-block;
  min-height: 60px;
  padding: 7px 15px 7px 10px;
  vertical-align: middle;
  width: 40%;
}
.half-half {
  box-sizing: border-box;
  display: inline-block;
  padding: 7px 10px;
  vertical-align: middle;
  width: 48%;
}
.no-padding {
  padding: 10px;
  vertical-align: top;
}

.wrapper > div {
  bottom: 0px;
  color: #fff;
  width: 9%;
  margin: 0 5%;
  display: inline-block;
  border-top: 5px rgba(255, 176, 89, 0.5) solid;
}
.rating-badge {
  margin: 0 auto;
  padding: 25px 10px;
  width: 75%;
  font-weight: bold;
  border: 2px #dad9da solid;
  border-radius: 10px;
}
.score-position {
  width: 100%;
  margin: 0 auto 30px;
}
.rating-score {
  padding: 10px;
  border-radius: 10px;
  display: inline;
}
.rating {
  box-sizing: border-box;
  cursor: pointer;
  float: left;
  font-size: 14px;
  padding: 3px 0;
  text-align: center;
  width: 20%;
  font-weight: 600;
}
.rating:hover {
  font-weight: bold;
  cursor: pointer;
}
#rating:hover > .ratings_emotion {
  color: #fff;
  text-align: center;
  line-height: 17px;
  display: inline-block;
  height: 17px;
  margin-left: 10%;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 2px;
  margin-top: 5px;
  transition: opacity 0.3s ease-in-out 0s;
  font-size: 17px;
  font-weight: bold;
  padding: 2px;
}
#rating:hover > .ratings_emotion_tall {
  color: #fff;
  text-align: center;
  line-height: 17px;
  display: inline-block;
  height: 36px;
  margin-left: 10%;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 2px;
  margin-top: 5px;
  transition: opacity 0.3s ease-in-out 0s;
  font-size: 17px;
  font-weight: bold;
  padding: 2px;
}
.hide {
  display: none;
}
#show {
  display: block;
}
.comments {
  border-bottom: 1px #cecece solid;
  padding: 10px 0 30px 0;
}
.season_years_container {
  box-sizing: border-box;
  font-size: 15px;
  width: 100%;
}
.season_list_container {
  box-sizing: border-box;
  float: left;
  font-size: 17px;
  width: 25%;
}
.season_container {
  box-sizing: border-box;
  float: left;
  text-align: center;
  width: 15%;
  border-left: 1px black solid;
  line-height: 5.3em;
}
.season_container p:hover a {
  background-color: #5d25b9;
  color: #fff;
  padding: 10px;
}
.season_container_yearly {
  box-sizing: border-box;
  float: left;
  text-align: center;
  background-color: #f6f6fd;
  width: 15%;
  line-height: 5.3em;
}
.season_container_yearly p:hover a {
  background-color: #5d25b9;
  color: #fff;
  padding: 10px;
}
.season_list_container p {
  text-align: center;
}
.left-hand-title-box {
  float: right;
  padding-top: 6px;
}
.right-hand-title-box {
  box-sizing: border-box;
  float: left;
  font-size: 14px;
  padding-top: 6px;
  width: 100%;
}
.chartList {
  box-sizing: border-box;
  float: left;
  font-size: 15px;
  padding: 5px 3px;
  text-align: center;
  width: 16%;
}
.film-highlight {
  background-color: #f2f2f2;
  border-bottom: 1px #fff solid;
}

.chart-list {
  display: flex;
  border-bottom: 2px #f0f0f0 solid;
}
.border-bottom {
  border-bottom: 1px solid #cecece;
}
.border-left {
  border-left: 1px solid #cecece;
}
.border-right {
  border-right: 1px solid #cecece;
}
.border-top {
  border-top: 1px solid #cecece;
}
.border-top-line {
  border-top: 5px solid #2789bb;
}
.comments-score [type="radio"] + img {
  cursor: pointer;
}
.comments-score [type="radio"]:checked + img {
  border: 2px solid #fff;
  border-radius: 20%;
}
input[type="text"] {
  border: 1px #cececa solid;
  font-size: 16px;
  height: 30px;
  padding: 0 0 0 10px;
  width: 99%;
}
input[type="password"] {
  font-size: 16px;
  height: 30px;
  padding: 0 0 0 10px;
  width: 99%;
}
input[type="email"] {
  font-size: 16px;
  height: 30px;
  padding: 0 0 0 10px;
  width: 99%;
}
input[type="text"].search {
  padding: 0 10px 0 10px;
  border: 2px solid #fbbc04;
  border-radius: 13px;
  overflow: hidden;
  margin-right: -10px;
  height: 36px;
}
input[type="submit"] {
  cursor: pointer;
  background-color: #fbbc04;
  color: #000;
  font-size: 17px;
  border: 0;
  height: 36px;
  border-radius: 0;
  padding: 0 20px;
}
input[type="submit"]:hover {
  box-shadow: none;
}
.search-page-button {
  background-color: #489ed9;
  padding: 8px 6px;
  height: 36px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  border-radius: 0 13px 13px 0;
  font-size: medium;
}
.search-page-button a {
  color: #fff;
}
textarea {
  width: 100%;
}
input[type="submit"].image_upload,
button.image_upload {
  cursor: pointer;
  background-color: #fbbc04;
  color: #000;
  font-size: 17px;
  padding: 0px 10px;
  border: 1px #2b279f solid;
  border-radius: 5px;
  height: 22px;
}
.list-style-none {
  list-style: none;
  margin-left: -24px;
  margin-top: 2px;
}
.float-right {
  float: right;
}
#socialWrapper {
  position: fixed;
  -webkit-transform: translate(5px);
  -webkit-transition: all 0.1s;
  -moz-transform: translate(5px);
  -moz-transition: all 0.1s;
  transform: translate(5px);
  transition: all 0.1s;
  top: 120px;
  left: -5px;
  z-index: 100;
}
.chart-wrapper {
  border-bottom: 1px #f0f0f0 solid;
  clear: both;
  padding: 10px 20px;
  overflow: hidden;
}
.homepage-video-width {
   width: 600px;
}
.chart-wrapper:nth-child(odd) {
  background-color: #f6f5f1;
}
.chart-wrapper:hover {
  background-color: #cacaca;
  color: #fff;
}
.chart-wrapper:hover a {
  color: #fff;
}
.chart-number {
  float: left;
  width: 8%;
}
.chart-image {
  float: left;
  padding: 0 15px;
  width: 10%;
}
.chart-title {
  float: left;
  width: 75%;
}
.charts-number {
  color: #fff;
  width: 30%;
  position: absolute;
  background-color: #2a289e;
  border-bottom-right-radius: 0.3em;
  font-size: 1.6rem;
  text-align: center;
}
.chart-top-images {
  position: relative;
  background-position: top center;
  background-size: 100% 100%;
  float: left;
  height: 205px;
  width: 20%;
}
.fit-image {
  height: 100%;
  object-fit: cover;
}
.chart-list-number {
  width: 4%;
}
.chart-list-image {
  width: 20%;
}
.chart-list-image-blank {
  width: 13%;
}
.chart-list-name {
  width: 47%;
  min-height: 230px;
}
.chart-list-name-blank {
  width: 47%;
}
.chart-list-weekend {
  width: 11%;
  text-align: right;
  font-size: 14px;
  background-color: #fafafa;
}
.chart-list-total {
  width: 11%;
  text-align: right;
  font-size: 14px;
}
.chart-list-weeks {
  text-align: right;
  width: 8%;
  font-size: 14px;
}
.chart-list-percent {
  text-align: right;
  width: 6%;
  font-size: 14px;
}
.full_width {
  width: 100%;
}
button {
  box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
  cursor: pointer;
  border: 1px #737373 solid;
  border-radius: 5px;
  background-color: #6467a9;
  padding: 5px 10px;
  font-size: 17px;
  color: white;
}
button:hover {
  background-color: #fbbc04;
  box-shadow: 0 0;
}
.button {
  border-radius: 3px;
  height: 42px;
}
.button-like {
  cursor: pointer;
  box-shadow: none;
  border: 0;
  font-size: 18px;
  padding: 0 10px;
  margin: 0;
  border-radius: 3px;
  /* width: 56px;
    height: 24px; */
  color: #000;
  background-color: white;
}
.button-like:hover {
  background-color: #6f38f9;
  color: rgb(220, 243, 255);
  font-weight: 800;
}
.burger {
  box-shadow: none;
  border: 0;
  border-radius: 0;
  background-color: #ffd45a;
  padding: 5px;
}
.burger:hover {
  background-color: #fff;
}
.button-no-style {
  box-shadow: none;
  border: 0;
  width: 40px;
  height: 40px;
  padding: 0;
  background-color: transparent;
}
.button-no-style:hover {
  background-color: transparent;
}
.button-no-radius {
  border-radius: 0;
}
.button-more {
  border-radius: 3px;
  background-color: #6f24c2;
  display: inline;
  color: #fff;
  padding: 5px 15px;
  margin: 15px;
}
.button-more a {
  color: #fff;
}
.line {
  border-bottom: #00000024 1px solid;
  margin: 10px 0;
  width: 100%;
}
.line-black {
  border-bottom: #000 3px solid;
  margin: 20px 0;
  width: 100%;
}
.line-wrapper {
  width: 100%;
  text-align: center;
}
.line-short {
  border-bottom: #cecece 3px solid;
  margin: 40px auto;
  width: 50%;
}
.news-tag {
  background-color: #fff;
  border: 1px #a59f9f solid;
  display: inline-block;
  height: 25px;
  padding: 3px 15px 6px 15px;
  position: absolute;
  text-align: center;
  box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.6);
}
.no {
  display: none;
}
.border-radius {
  border-radius: 20px;
}
.border-radius-top {
  border-radius: 20px 20px 0 0;
}
.border-radius-bottom {
  border-radius: 0 0 20px 20px;
}
.shadow {
  box-shadow: 0px 0px 8px 3px #444;
}
.border {
  border: 1px solid #6b6b6b;
  box-sizing: border-box;
}
.border-yellow {
  border: 2px solid #f9bb07;
}
.border-info {
  border: 5px solid #6467a8;
}
.image-border {
  box-sizing: border-box;
  border: 3px solid transparent;
}
.fod-comment {
  width: 100%;
  margin: 0 auto;
  border: 1px solid #cecece;
}
.comment-style {
  width: 90%;
  margin: 0 auto;
}
.mobile-container {
  display: none;
}
.facebook-reaction {
  max-width: 100%;
  margin: 150px auto;
  padding: 0 60px;
  position: relative;
}
.like-btn {
  font-weight: 600;
  position: relative;
  cursor: pointer;
}
.like-btn:hover {
  text-decoration: underline;
}
.like-btn-default {
  background-image: url("../images/facebook.png");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: -277px -446px;
}
.like-btn-emo {
  display: inline-block;
  margin: 0 6px -3px 0;
  width: 16px;
  height: 16px;
}
.film-mini-just {
  margin: 0 auto;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  padding: 0 0 3px 0;
  width: 100%;
}
.film-mini {
  margin: 0 auto;
  box-sizing: border-box;
  overflow: hidden;
  /* position: relative; */
  padding: 0 0 3px 0;
  border-radius: 10px;
  width: 100%;
}
.film-mini a {
  text-decoration: none;
}
.film-mini-comments {
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  margin-top: 15px;
  border: 1px solid #cecece;
  border-radius: 10px;
  padding: 15px 0px;
}
.film-mini-review-info {
  width: 100%;
}
.film-mini-search {
  width: 99%;
}
.film-mini-search-info {
  box-sizing: border-box;
  font-size: 17px;
  padding: 10px;
  line-height: 2.3em;
  color: rgb(63, 63, 63);
}
.film-mini-search-info a {
  color: #2077d3;
  text-decoration: underline;
}
.film-mini-image-alt {
  left: -1px;
  top: -3px;
  float: left;
  width: 35%;
  border-right: 3px solid #f0f0f0;
}
.film-mini-image {
  position: absolute;
  left: -1px;
  top: -3px;
  width: 35%;
  border-right: 4px solid #c6c6c6;
  height: 100%;
}
.film-mini-image-main {
  position: absolute;
  left: -1px;
  top: -3px;
  float: left;
  width: 40%;
}
.film-mini-info {
  width: 60%;
  float: right;
}
.film-mini-info-timeline {
  float: right;
  box-sizing: border-box;
  padding: 5px;
}
.film-mini-info-main {
  box-sizing: border-box;
  margin: 150px 7px 7px;
  padding: 5px 20px;
  background-color: rgba(255, 255, 255, 0.9);
}
.film-mini-rating form {
  padding-top: 3px;
}
.film-mini-rating-recent {
  position: relative;
  left: 43%;
  top: -57px;
}
.film-mini-image-style {
  border-radius: 10px 0 0 10px;
  padding-right: 2px;
  border-right: 2px solid #dcdcdc;
}
.mini-search-rating-pos {
  left: 30%;
  top: -56px;
}
.mini-icon-default {
  border-radius: 3px;
  font-size: 11px;
  padding: 1px 10px;
  border: 1px #707070 solid;
  background-color: #fff;
  display: inline-block;
  line-height: 1em;
}
.reactions-box {
  height: 50px;
  width: 210px;
  padding: 10px 1px 15px 15px;
  position: absolute;
  top: -25px;
  border: 1px solid #9e9da0;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px,
    rgba(0, 0, 0, 0.628) 0px 15px 12px;
  border-radius: 10px;
  display: none;
  background-color: rgba(255, 255, 255);
  z-index: 99;
}
.reaction {
  list-style-type: none;
  cursor: pointer;
  display: inline-block;
  width: 48px;
  height: 48px;
  position: absolute;
  top: 8px;
  opacity: 0;
  transform: scale(1, 1);
  transition: opacity 0.5s ease-in-out 1s, transform 0.07s ease-in-out 0s,
    top 0.07s ease-in-out 0s;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.like-btn:hover .reactions-box {
  display: block;
}
.reaction-like {
  left: 1px;
  transition-delay: 0s;
  background-image: url("../images/stars/star-filled-5.png");
  background-size: 30px 30px;
}
.reaction-love {
  left: 45px;
  transition-delay: 0.05s;
  background-image: url("../images/stars/star-filled-4.png");
  background-size: 30px 30px;
}
.reaction-haha {
  left: 85px;
  transition-delay: 0.1s;
  background-image: url("../images/stars/star-filled-3.png");
  background-size: 30px 30px;
}
.reaction-wow {
  left: 125px;
  transition-delay: 0.15s;
  background-image: url("../images/stars/star-filled-2.png");
  background-size: 30px 30px;
}

.reaction-sad {
  left: 165px;
  transition-delay: 0.2s;
  background-image: url("../images/stars/star-filled-1.png");
  background-size: 30px 30px;
}
.like-btn:hover .reaction {
  opacity: 1;
  animation-name: reaction_delay;
  animation-duration: 0.5s;
}

@keyframes reaction_delay {
  0% {
    width: 48px;
    height: 48px;
    top: 60px;
  }
  48% {
    width: 56px;
    height: 56px;
    top: 5px;
  }
  100% {
    width: 48px;
    height: 48px;
    top: 8px;
  }
}
.like-btn:hover .reaction-like {
  animation-delay: 0s;
}
.like-btn:hover .reaction-love {
  animation-delay: 0.05s;
}
.like-btn:hover .reaction-haha {
  animation-delay: 0.1s;
}
.like-btn:hover .reaction-wow {
  animation-delay: 0.15s;
}
.like-btn:hover .reaction-sad {
  animation-delay: 0.2s;
}
.reaction:hover {
  transform: scale(1.3, 1.3);
  top: 2px;
}
.reaction::before {
  display: inline-block;
  color: #ffffff;
  text-align: center;
  line-height: 17px;
  font-size: 12px;
  width: 100%;
  height: 34px;
  margin-left: 0%;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 5px;
  position: absolute;
  top: -26px;
  opacity: 0;
  transition: opacity 0.2s ease-in-out 0s;
}
.reaction:hover::before {
  opacity: 1;
}
.reaction-like::before {
  content: "Must Watch";
}
.reaction-love::before {
  content: "Good Film";
}
.reaction-haha::before {
  content: "It's OK";
}
.reaction-wow::before {
  content: "Dull";
}
.reaction-sad::before {
  content: "Crap";
}
.like-btn-text-like {
  color: rgb(88, 144, 255);
}
.like-btn-text-wow,
.like-btn-text-haha,
.like-btn-text-sad {
  color: rgb(240, 186, 21);
}
.like-btn-text-love {
  color: rgb(242, 82, 104);
}
.like-btn-text-angry {
  color: rgb(247, 113, 75);
}
.like-details {
  color: #9197a3;
  font-size: 13px;
}
.align-middle {
  vertical-align: middle;
}
.result {
  background-color: #fff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  color: #000;
  text-align: left;
  width: 90%;
  position: absolute;
  transition: 0.2s;
  z-index: 99;
}
.result a {
  color: #000;
}

select {
  font-size: 20px;
  width: 100%;
}
.year_poster {
  color: #fff;
  font-size: 14px;
  background: #fff;
  display: inline-block;
  padding: 7px;
}
.total_rating {
  display: inline-block;
  background-color: #fff;
  border-radius: 5px;
  padding: 3px 4px;
  border: 3px #fd0000 solid;
  line-height: 1.3em;
  z-index: 0;
  text-align: center;
  /* width:175px; */
}
.rating-display {
  padding: 0;
  line-height: 2.4em;
}
.rating-already {
  background-color: #602eb8;
  color: #fff;
}
.text-right {
  text-align: right;
  width: 90%;
}
.space {
  width: 20%;
}
.mini-icon {
  color: #fff;
  background-color: #61c5de;
  padding: 0 5px;
  border: 1px #707070 solid;
  display: inline-block;
  font-weight: bold;
  line-height: 1.8em;
  margin-right: 3px;
  font-size: 10px;
  text-align: center;
}
.mini-icon-top {
  color: #fff;
  background-color: #c2a84d;
  padding: 0 5px;
  border: 1px #707070 solid;
  display: inline-block;
  font-weight: bold;
  line-height: 1.8em;
  margin-right: 3px;
  font-size: 10px;
}
.division-no-width {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.division {
  box-sizing: border-box;
  border-bottom: 3px solid rgb(245, 245, 245);
  width: 100%;
  padding: 3px 0 3px 0;
}
.division-no-padding {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  width: 100%;
}
.padding-trending {
  padding: 7px 20px;
}
.hover:hover {
  background-color: #ebebeb68;
}
.indent {
  padding-left: 15px;
}
.detail-page-top-box {
  background-size: cover;
  background-position: top left;
  background-repeat: no-repeat;
}
.detail-page-top-box-container {
  background-image: linear-gradient(
    to left,
    rgba(100.5, 103.5, 168.5, 1) 30%,
    rgba(100.5, 103.5, 168.5, 0.84) 40%,
    rgba(100.5, 103.5, 168.5, 0.84) 100%
  );
}
.detail-page-grosses-pos {
  width: 20%;
  display: block;
  overflow: auto;
}
.detail-page-grosses-title {
  display: block;
  overflow: auto;
  width: 80%;
}
.detail-page-total-grosses-border {
  border: 2px #dad9da solid;
  padding: 10px;
}
.page_news_item {
  max-width: 80%;
  padding: 0 40px;
  margin: 0 auto;
}
ul {
  font-weight: normal;
}

ol.list {
  margin: 0;
  font-weight: bold;
}
ol.striped-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
ol.striped-list > li:nth-of-type(odd) {
  background-color: #fff;
}
ol.striped-list > li:nth-of-type(even) {
  background-color: #f8f8f8;
}
ol.striped-list-number {
  margin: 0;
  box-sizing: border-box;
  width: 100%;
}
ol.striped-list-number > li:nth-of-type(even) {
  background-color: #fff;
}
ol.striped-list-number > li:nth-of-type(odd) {
  background-color: #f7f7ff;
}
ul.striped-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
ul.striped-list > li:nth-of-type(odd) {
  background-color: #f0f0f0;
}
ul.unformatted {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.margin-left-minus-10 {
  margin-left: -10px;
}
.margin-left-minus-70 {
  margin-left: -70px;
}
.float-right {
  float: right;
}
.padding-nav {
  padding: 25px 102px;
}
.padding {
  padding: 20px;
}
.padding-small {
  padding: 5px;
}
.padding-tiny {
  padding: 2px;
}
.padding-10 {
  padding: 10px;
}
.padding-15 {
  padding: 15px;
}
.padding-large-left-right {
  padding: 0 20px;
}
.padding-large-left-right-small {
  padding: 0 10px;
}
.padding-large-top-bottom-small {
  padding: 10px 0;
}
.padding-large-top-bottom {
  padding: 20px 0;
}
.padding-large-bottom {
  padding-bottom: 20px;
}
.padding-large-top {
  padding-top: 20px;
}
.padding-left-large {
  padding-left: 20px;
}
.padding-right-large {
  padding-right: 20px;
}
.padding-top {
  padding-top: 5px;
}
.padding-right {
  padding-right: 5px;
}
.padding-left {
  padding-left: 5px;
}
.padding-left-10 {
  padding-left: 10px;
}
.padding-bottom {
  padding-bottom: 5px;
}
.padding-large {
  padding: 60px;
}
.padding-trending {
  padding: 5px 0 20px 5px;
}
.padding-header {
  padding: 20px;
}

/*TOOLS TIP HOVEROVER*/
.tooltip {
  position: relative;
  display: inline-block;
}
.tooltip .tooltiptext {
  display: inline;
  visibility: hidden;
  background-color: black;
  color: #fff;
  text-align: center;
  border: 3px solid black;
  border-radius: 6px;
  /* Position the tooltip text - see examples below! */
  position: absolute;
  padding: 5px;
  z-index: 99;
  right: 70%;
  /* top: 75%; */
  opacity: 0;
  transition: opacity 1s;
  width: 300px;
}
.tooltip .tooltiptext::after {
  content: " ";
  position: absolute;
  bottom: 100%; /* At the top of the tooltip */
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent black transparent;
}
.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.tooltip .tooltiptext-subnav {
  visibility: hidden;
  background-color: #fff;
  color: #3d3d3d;
  text-align: center;
  border-radius: 6px;
  position: absolute;
  z-index: 1;
  width: 276px;
  top: 100%;
  left: 2%;
  margin-left: -6px; /* Use half of the width (120/2 = 60), to center the tooltip */
  /* Fade in tooltip - takes 1 second to go from 0% to 100% opac: */
  opacity: 1;
  transition: opacity 2s;
  border: 1px solid #3d3d3d;
}
.tooltip .tooltiptext-subnav::after {
  content: " ";
  position: absolute;
  bottom: 100%; /* At the top of the tooltip */
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent black transparent;
}
.tooltip:hover .tooltiptext-subnav {
  visibility: visible;
}
/*TOOLS TIP HOVEROVER*/

.trending-tooltips-width {
  width: 375px !important;
}

.percentage-bar-container {
  width: 100%;
  background-color: #f7f7f7;
  border: 1px black solid;
}
.striped-background {
  background-color: #2a289e;
  background-size: 10px 10px;
  background-image: linear-gradient(
    90deg,
    transparent 50%,
    rgb(245, 69, 70) 50%
  );
  text-align: center;
  height: 33px;
  padding-top: 10px;
}
ol.space-list > li:nth-of-type(even) {
  background-color: #e9e9f9;
  padding: 15px 5px;
  border-bottom: 1px solid rgb(221, 221, 221);
}
ol.space-list > li:nth-of-type(odd) {
  padding: 15px 5px;
}
.list-style-type-none {
  list-style-type: none;
}
.film-detail-title {
  border-bottom: 1px #dbe0e6 solid;
  box-sizing: border-box;
  width: 100%;
}
.news-info-box {
  background-color: rgb(240, 240, 240);
  border-left: 7px solid#B70100;
  padding: 20px;
  color: #000;
  margin: 40px 0;
}
.film-info-title {
  padding: 12px;
  font-weight: 600;
  border: 1px solid #6467a8;
  text-align: center;
  background-color: #efefff;
}
.film-info-title-year {
  padding-top: 11px;
  background: url(../images/year.png) no-repeat center;
  background-size: 60%;
}
.advert-style {
  padding: 30px 0;
  border-top: 1px #dae0e6 solid;
  border-left: 1px #dae0e6 solid;
  border-bottom: 1px #dae0e6 solid;
  text-align: center;
}

.no-display {
  display: none;
}

.feedback-form {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
  z-index: -1;
}
.nobold {
  font-weight: 400;
}

.uk {
  background-position: center;
  background-color: #c9142a;
  color: #fff;
  display: inline-block;
  text-align: center;
}
.us {
  background-position: top left;
  background-color: #1358a1;
  color: #fff;
  display: inline-block;
  text-align: center;
}
.world {
  background-position: top center;
  background-color: #fff;
  color: #000;
  display: inline-block;
  text-align: center;
}

.beta-one-col {
  margin: 0 auto;
  width: 100%;
}

.stars-title {
  width: 77%;
}
.home-nav-title {
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
  height: 60px;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
}
.charts-nav-title {
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
  height: 60px;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
}
.news-nav-title {
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
  height: 60px;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
}
.coming-soon-nav-title {
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
  height: 60px;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
}
.coming-soon-cover {
  height: 125px;
  object-fit: cover;
  width: 40%;
  margin-bottom: 5px;
}
.user-nav-title {
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
  height: 60px;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
}
.quiz-nav-title {
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
  height: 60px;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
}
.film-nav-title {
  height: 0;
}
.alternative-sub-nav {
  background-color: #fff;
  padding: 37px;
  box-sizing: border-box;
  border-radius: 5px;
  border: 1px #dddbdb solid;
  margin-right: 10px;
}
.recent-rating-height-override {
  height: 230px;
}
.countdown-clock {
  margin: 0 auto;
  width: 33%;
  padding: 5px 0;
  color: #fff;
  margin-bottom: 3px;
}
.days {
  background-color: #52a8de;
}
.hours {
  background-color: #eda548;
}
.minutes {
  background-color: #bb4e3e;
}
.seconds {
  background-color: #6d24c1;
}
input[type="text"].search-box {
  color: #36485d;
  width: 55%;
  height: 29px;
  border-radius: 5px;
  font-size: 16px;
  border-width: 1px;
}
.search-box-wrapper {
  width: 100%;
  padding: 0 15px;
  color: #000;
}
.hit-count-dates {
  display: flex;
  padding: 20px 0 0 0;
  width: 100%;
  margin: 0 auto;
}
.striped-background-blue-red {
  background: repeating-linear-gradient(
    45deg,
    #6baed6,
    #6baed6 10px,
    #d22021 10px,
    #d22021 20px
  );
}

.bar-chart-1 {
  color: #fff;
  text-align: center;
  margin-right: 6px;
  align-self: flex-end;
  width: 10%;
  background-color: transparent;
  font-weight: bold;
}
.graph {
  color: #fff;
  background-color: #6467a9;
  z-index: 50;
  margin-right: 1px;
  box-sizing: border-box;
  text-align: center;
  border-top: 4px #10e0f7 solid;
  align-self: flex-end;
  transition: box-shadow 0.5s ease-in-out;
  text-shadow: 4px 2px 4px #000000;
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
}
.graph:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.8);
  z-index: 90;
}
.stars-container {
  background-color: #fff;
  padding: 5px;
  border-radius: 10px;
  justify-content: space-around;
}
.rounded {
  border-radius: 10px;
}
.round {
  border-radius: 50%;
}

.no-radius {
  border-radius: 0;
}
#more {
  display: none;
}
#moreR {
  display: none;
}
#moreF {
  display: none;
}
.homepage-new-title {
  float:left;
  width:50%;
  padding: 5px;
  box-sizing: border-box;
}
.homepage-chart-list a {
  color: #000;
}
.quiz-question {
  text-align: center;
  font-size: 20px;
  margin: 0 auto;
  background-color: #e2e2e2;
  color: rgb(63, 63, 63);
  padding: 20px;
  border: 1px solid #746868;
}
/*
.blur {
    //background:url('../film-images/$movie.jpg') no-repeat center;
	//background-size:cover;
	//filter: blur(10px);
	//width:100%;
	//margin: 0 auto;
}
*/

input[type="radio"]:checked + label {
  background: red;
  color: #fff;
  padding: 5px 10px;
}

#show {
  display: none;
  padding: 5px;
}

.quiz-questions {
  margin: 0 auto;
  padding: 30px;
  font-size: 18px;
}
.quiz-results a {
  text-decoration: underline;
}
.new-poster {
  height: 200px;
  overflow: hidden;
}
.new-poster:hover {
  width: 400px;
  overflow: visible;
  z-index: 99;
  position: relative;
  left: -100px;
  top: -100px;
}
.seventy-five_percent {
  font-size: 18px;
  border-left: 3px solid #000;
  padding: 5px 10px;
}

.center {
  text-align: center;
}
.box-shadow {
  box-shadow: 0px 0px 9px 0px #584c4d42;
}
.film-page-left-col {
  width: 35.3%;
}
.film-page-right-col {
  width: 64.7%;
}
.no-gap {
  margin-bottom: 0;
}
.width-third {
  width: 35.3%;
}
.width-two-third {
  width: 64.7%;
}
.button-width-two-third {
  width: 64.7%;
}
.width-one-hundred {
  width: 100%;
}
.width-half {
  width: 50%;
}

.flex-wrapper {
  display: flex;
  flex-flow: row nowrap;
}

.single-chart {
  width: 100%;
  justify-content: space-around;
}

.circular-chart {
  display: block;
  margin: 10px auto;
  max-width: 80%;
  max-height: 300px;
  border-radius: 150px;
}

.circle-bg {
  fill: none;
  stroke: #eee;
  stroke-width: 3.8;
}

.img-half {
  height: 37.5vw;
  overflow: hidden;
  padding: 30px 0;
}
.img-quarter {
  height: 18.5vw;
  overflow: hidden;
  padding: 30px 0;
}

.circle {
  fill: none;
  stroke-width: 2.8;
  stroke-linecap: round;
  animation: progress 1s ease-out forwards;
}

@keyframes progress {
  0% {
    stroke-dasharray: 0 100;
  }
}

.circular-chart.brown .circle {
  stroke: #76020e;
}
.circular-chart.DarkRed .circle {
  stroke: #f76a03;
}
.circular-chart.orange .circle {
  stroke: #d76a04;
}
.circular-chart.blue .circle {
  stroke: #044398;
}
.circular-chart.green .circle {
  stroke: #036902;
}

.percentage {
  fill: #fff;
  font-size: 0.2em;
  text-anchor: middle;
}

.fade {
  /* This section calls the slideInFromLeft animation we defined above */
  animation: fadeOut 1s;
  animation-fill-mode: forwards;
}
.image-cover {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: top;
}

.unfollow:hover span {
  display: none;
}
.unfollow:hover:before {
  content: "Unfollow";
}
.rating-message {
  font-size: 12px;
  text-align: center;
  height: 6px;
}
.line-height {
  line-height: 2em;
}
.line-height-small {
  line-height: 1.5em;
}
.line-height-remove {
  line-height: 0.7em;
}
.line-height-remove-margin {
  margin: 0;
  line-height: 1.8em;
}

/* ROUNDED SLIDE BUTTONS */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #2196f3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196f3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
/* ROUNDED SLIDE BUTTONS */

.underline {
  text-decoration: underline;
}

@keyframes breath {
  0% {
    background-size: 100% auto;
  }
  50% {
    background-size: 110% auto;
  }
  100% {
    background-size: 100% auto;
  }
}

.bkg {
  width: 100%;
  height: 100%;
  animation: breath 8s linear infinite;
}
.margin-center {
  margin: 0 auto;
}
.margin-small {
  margin: 3px;
}
.margin {
  margin: 10px;
}
.margin-20 {
  margin: 20px;
}
.margin-left {
  margin-left: 5px;
}
.margin-right {
  margin-right: 5px;
}
.margin-top {
  margin-top: 5px;
}
.margin-bottom {
  margin-bottom: 5px;
}
.margin-bottom-20 {
  margin-bottom: 20px;
}
.margin-top-20 {
  margin-top: 20px;
}
.margin-right-20 {
  margin-right: 20px;
}
.margin-left-20 {
  margin-left: 20px;
}
.margin-50 {
  margin: 50px;
}
.margin-top-bottom {
  margin: 10px 0;
}
.margin-large-top {
  margin-top: 20px;
}
.margin-large-bottom {
  margin-bottom: 20px;
}
.margin-cancel {
  margin: 0;
}
.border-black {
  border: 1px solid #000;
}
.border-black-left {
  border-left: 1px solid #000;
}
.border-black-bottom {
  border-bottom: 1px solid #000;
}
.border-white-bottom {
  border-bottom: 1px solid rgb(244 244 244);
}
.border-red {
  border: 2px solid #8d0203;
}
.border-white {
  border: 2px solid #fff;
}
.border-tanned {
  border: 2px solid rgb(244 244 244);
}
.border-top-light {
  border-top: 2px solid #f3f3f3;
}
.border-top-tanned {
  border-top: 2px solid rgb(244 244 244);
}
.border-bottom-tanned {
  border-bottom: 2px solid rgb(244 244 244);
}
.border-left-tanned {
  border-left: 2px solid rgb(244 244 244);
}
.border-bottom-white {
  border-bottom: 2px solid #fff;
}
.border-bottom-red {
  border-bottom: 2px solid #d7090a;
}
.border-right-tanned {
  border-right: 2px solid rgb(244 244 244);
}
.border-blue {
  border: 6px solid #4484cd;
}
.border-green {
  border: 6px solid #b4cd12;
}
.border-purple {
  border: 6px solid #711ac2;
}
.border-orange {
  border: 6px solid #ffa500;
}
.border-darkred {
  border: 6px solid rgb(112, 0, 0);
}
.border-pink {
  border: 6px solid rgb(255, 42, 188);
}
.border-lightblue {
  border: 6px solid #00e4ff;
}
.border-lightgreen {
  border: 6px solid #1afc53;
}
.border-white-large {
  border: 5px solid #fff;
}
.border-none {
  border: 1px solid transparent;
}

.background-hover-white:hover {
  background-color: #fff;
}
.background-hover:hover a {
  color: rgb(255, 255, 255);
  background-color: #6467a9;
}
.background-hover-tanned:hover {
  background-color: rgb(244 244 244);
}
.background-half {
  background: linear-gradient(-90deg, #f0f0f0 50%, #e7e1db 50%);
}
.background-black {
  background-color: #000;
  color: #fff;
}
.background-orange {
  background-color: #fdac2a;
}
.background-orange a {
  background-color: #fdac2a;
  color: #000;
}
.background-white {
  background-color: #fff;
  color: #000;
}
.background-green {
  background-color: #35a420;
  color: #fff;
}
.background-green a {
  color: #fff;
}
.background-light-green {
  background-color: #8dffa6;
  color: #000;
}
.background-light-green a {
  color: #27a5c8;
}
.background-christmas-red {
  background-color: #8c201e;
  color: #fff;
}
.background-christmas-red a {
  color: #fff;
}
.background-red {
  background-color: #B70100;
  color: #fff;
}
.background-2022 {
  background-color: #6467a9;
  color: #fff;
}
.background-2022 a {
  background-color: #6467a9;
  color: #fff;
}
.background-2023 {
  background-color: #6467a9;
  color: #fff;
}
.background-2023 a {
  background-color: #6467a9;
  color: #fff;
}
.background-2024 {
  background-color: #ffbe98;
  color: #000;
}
.background-2024 a {
  background-color: #ffbe98;
  color: #000;
}
.background-movie-info {
  background-color: #efefff;
}
.background-tanned {
  background-color: rgb(244 244 244);
}
.background-tanned-light {
  background-color: rgba(246, 249, 249, 25%);
}
.background-light {
  background-color: #eaf3ff;
}
.background-purple {
  background-color: rgba(109, 35, 190, 0.3);
  color: #fff;
}
.background-purple-font {
  background-color: rgba(255, 255, 255, 0.3);
  margin-bottom: 20px;
}
.background-christmas {
  background-color: #8c201e;
  color: #fff;
}
.background-christmas a {
  background-color: #8c201e;
  color: #fff;
}
.background-blue {
  background-color: #045ac3;
}
.background-yellow {
  background-color: #f7ca00;
}
.background-mauve {
  background-color: #6467a9;
  color: #fff;
}
.background-transparent {
  background-color: transparent;
}
.home {
  background-color: #6467a9;
  color: #fff;
}
.charts {
  background-color: #2689bb;
  color: #fff;
}
.coming-soon {
  background-color: #0db339;
  color: #fff;
}
.news {
  background-color: #b80000;
  color: #fff;
}
.user {
  background-color: #fdad2a;
  color: #fff;
}
.quiz {
  background-color: #ff520e;
  color: #fff;
}
.film {
  height: 0;
  box-shadow: 0;
}

/* THREE BUTTON MENU */
.menu-container {
  display: inline-block;
  padding: 3px;
}
.menu-three-dots {
  border-radius: 5px;
  padding: 3px;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  background-color: #4484cd;
}
.menu-three-dots:hover {
  background-color: #6467a933;
  padding: 3px;
  color: #000;
  border-radius: 5px;
}

.menu-item {
  color: #fcc;
  padding: 3px;
}

.three-dots {
  cursor: pointer;
  color: #444;
  font-size: 10px;
  padding: 3px;
  color: #fff;
}
.dot {
  width: 5px;
  height: 5px;
  background: #000;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin: 5px;
}
.dropdown a {
  visibility: none;
  text-decoration: none;
  color: #000;
  font-size: 12px;
}

.dropdown a div:hover {
  visibility: visible;
  background-color: #fff;
}

.dropdown a div {
  visibility: none;
  padding: 10px 20px;
  border: 1px solid #cecece;
}

.dropdown {
  position: absolute;
  background-color: #f4f4f4;
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  transition: opacity 0.1s, z-index 0.1s;
  box-shadow: 0 0 9px 0 #584c4d42;
  margin-left: -15%;
}
.dropdown-container:focus .dropdown {
  opacity: 1;
  z-index: 100;
  max-height: 100vh;
  width: 200px;
  visibility: visible;
  transition: opacity 0.2s, z-index 0.2s;
}
/* THREE BUTTON MENU */

.no-border a {
  border: 0;
}
.no-border {
  border: 0;
}
.no-shadow {
  box-shadow: 0;
}
.remove-padding {
  padding: 0;
}
.remove-padding a {
  padding: 0;
}
.remove-margin {
  margin: 0;
}
.remove-margin-top {
  margin-top: 0;
}
.main {
  width: 96%;
}
.height-250 {
  height: 250px;
}
.padding-cancel-right-bottom {
  padding-right: 0;
  padding-bottom: 0;
}
.padding-cancel-top {
  padding-top: 0;
}
.padding-cancel-bottom {
  padding-bottom: 0;
}
.padding-cancel {
  padding: 0;
}
.homepage-chart-box-wrapper {
  background-color: #F4F4F4;
  border: 1px solid #ececec;
  border-radius: 20px;
  overflow: hidden;
}
.homepage-chart-box-header {
  padding: 10px;
  background-color: #fabc05;
}
.homepage-chart-box {
  background-color: #6467a8;
  padding: 12px;
  color: white;
}
.homepage-chart-box-main {
  min-height: 145px;
  margin-bottom: 15px;
  display: flex;
  width: 100%;
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.homepage-chart-box-top {
  width: 33%;
  position: relative;
}
.homepage-chart-box-circle-number {
  left: -10px;
  top: -10px;
  font-weight: bold;
  text-align: center;
  position: absolute;
  background-color: rgb(255, 255, 0);
  color: #000;
  border-radius: 50px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border: 2px solid #d70909;
  width: 28px;
  height: 28px;
  padding: 2px 0;
}
.homepage-chart-box-circle-number-new {
  left: -10px;
  top: -10px;
  font-weight: bold;
  text-align: center;
  position: absolute;
  background-color: #d70909;
  color: #fff;
  border-radius: 50px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border: 2px solid #fff;
  width: 28px;
  height: 28px;
  padding: 2px 0;
}
.homepage-chart-box-top-main {
  width: 80%;
  padding: 20px 10px;
  font-size: large;
}
.homepage-chart-box-bottom-wrapper {
  display: flex;
  gap: 10px;
}
.homepage-chart-box-bottom-movie {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #fff;
  border: 2px solid #6467a8;
  margin-top: 10px;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  height: 150px;
}
.homepage-chart-box-circle-bottom-number {
  left: -10px;
  top: -10px;
  font-weight: bold;
  text-align: center;
  position: absolute;
  background-color: yellow;
  color: black;
  border-radius: 50px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border: 2px solid #d70909;
  width: 30px;
  height: 30px;
  padding-top: 3px;
}
.homepage-chart-box-circle-bottom-number-new {
  left: -10px;
  top: -10px;
  font-weight: bold;
  text-align: center;
  position: absolute;
  background-color: #d70909;
  color: #fff;
  border-radius: 50px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border: 2px solid #fff;
  width: 30px;
  height: 30px;
  padding-top: 3px;
}
.homepage-chart-box-bottom-text {
  justify-content: flex-end;
  flex-direction: column;
  width: 100%;
  padding: 5px;
  text-align: center;
  color: #4e4e4e;
  font-size: small;
  height: 150px;
}
.circle-number {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  position: absolute;
  background-color: white;
  color: black;
  border-radius: 0 0 10px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border: 2px solid #000;
  width: 40px;
  height: 40px;
  padding-top: 5px;
}
.text-align-left {
  text-align: left !important;
}
.text-align-right {
  text-align: right !important;
}
.text-align-center {
  text-align: center !important;
}
.link-text-underline a {
  text-decoration: underline;
}
.link-text-underline:hover {
  text-decoration: none;
}
@CHARSET "UTF-8";
/* maven-pro-regular - latin */
@font-face {
	font-family: 'Maven';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/maven-pro-v32-latin-regular.eot'); /* IE9 Compat Modes */
	src: local(''),
		 url('../fonts/maven-pro-v32-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('../fonts/maven-pro-v32-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
		 url('../fonts/maven-pro-v32-latin-regular.woff') format('woff'), /* Modern Browsers */
		 url('../fonts/maven-pro-v32-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
		 url('../fonts/maven-pro-v32-latin-regular.svg#MavenPro') format('svg'); /* Legacy iOS */
  }
  @font-face {
	font-family: 'Maven-Bold';
	font-style: bold;
	font-weight: 600;
	src: url('../fonts/maven-pro-v32-latin-regular.eot'); /* IE9 Compat Modes */
	src: local(''),
		 url('../fonts/maven-pro-v32-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
		 url('../fonts/maven-pro-v32-latin-600.woff') format('woff'), /* Modern Browsers */
		 url('../fonts/maven-pro-v32-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
  }
  @font-face {
	font-family: 'Maven-Bolder';
	font-style: bolder;
	font-weight: 800;
	src: url('../fonts/maven-pro-v32-latin-regular.eot'); /* IE9 Compat Modes */
	src: local(''),
		 url('../fonts/maven-pro-v32-latin-800.woff2') format('woff2'), /* Super Modern Browsers */
		 url('../fonts/maven-pro-v32-latin-800.woff') format('woff'), /* Modern Browsers */
		 url('../fonts/maven-pro-v32-latin-800.ttf') format('truetype'), /* Safari, Android, iOS */
  }

h1 {
	font-size: 38px;
	font-family: 'Maven', sans-serif;
	padding:0;
	margin:0;
	font-weight: 300;
}
h2 {
	font-size: 26px;
	font-family: 'Maven', sans-serif;
	font-weight: 300;
	padding:0;
	margin:0;
}
h2 a {
	font-size: 26px;
	font-family: 'Maven', sans-serif;
	font-weight: 300;
	padding:0;
	margin:0;
}
h3 {
	font-size: 22px;
	font-family: 'Maven', sans-serif;
	font-weight: 300;
	padding:0;
	margin:0;
}
h4 {
 font-size: 22px;
 font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
}
.font-weight-400 {
	font-weight: 400;
}
.font-weight-600 {
	font-weight: 600;
}
.font-size-43 {
	font-size: 43px;
}
.xtiny {
	font-size: xx-small;
}
.tiny {
	font-size: x-small;
}
.tiny a {
	font-size: x-small;
}
.small {
	font-size: small;
}
.small a {
	font-size: small;
}
.xsmall {
	font-size: 14px;
}
.medium {
	font-size: medium;
}
.medium a {
	font-size: medium;
}
.xmedium {
	font-size: 20px
}
.large {
	font-size: large;
}
.giant {
	font-size: x-large;
}
.xgiant {
	font-size: xx-large;
}
.very-big {
	font-size: 50px;
}
.gigantic {
	font-size: xxx-large;
}
.white {
	color: #FFF;
}
.white a {
	color: #FFF;
}
.white:hover a {
	color: #FFF;
}
.black {
	color: #000;
}
.black a {
	color: #000;
}
.black:hover a {
	color: #000;
}
.purple {
	color: #6D24C1;
}
.blue {
	color:#0D85FC;
}
.blue a:visited {
	color:#800080;
}
.green {
	color: #4aa35d;
}
.green a{
	color: #4aa35d;
}
.big-red {
	font-size: 22px;
	color: #ff0000;
}
.red {
	color: #ff0000;
}
.red a {
	color: #ff0000;
}
.dark-red {
	color: #8b0d0d;
}
.christmas-red {
	color: #8C201E;
}
.christmas-red a {
	color: #8C201E;
}
.christmas-red:hover a {
	color: #FFF;
}
.grey {
	color: rgb(101, 119, 134);
}
.font-color {
	color: #222;
}
.news-item-font {
	font-size:18px;
	font-weight: 400;
}
.no-bold {
	font-weight: normal;
}
.bold {
	font-weight: bold;
}
.font-weight-normal {
	font-weight: 400;
}
.underline {
	text-decoration: underline;
}
.color-2021 {
	color: #6467A8
}
@media only screen and (max-width : 1110px) {
	body{
		background: #FFF;
	}
	input[type="submit"] {
		font-size: 14px;
	}
	input[type="text"].search {
		width: 65%;
	}
	#nav {
		font-size:14px;
	}
	.nav-news {
		width: 100%;
	}
	.box-shadow {
		box-shadow: 0px 0px 4px 4px #ececec;
	}
	.content-container-nav {
		box-sizing: border-box;
		margin: 0 auto;
		width:100%;
		padding: 0 10px;
	}
	#content-container {
		box-sizing: border-box;
		margin: 0 auto;
	}
	.content-container {
		width: 100%;
		box-sizing: border-box;
		margin: 0 auto;
	}
	.chart-top-images {
		height:200px;
	}
	.film-page-left-col {
		width: 100%;
	}
	.film-page-right-col {
		width: 100%;
	}
	.padding-large {
		padding: 25px;
	}
	.padding {
		padding: 10px;
	}
	h3 {
		font-size: 20px;
	}
	.top-image-width-height {
		width: 100%; 
	}
	.detail-page-top-box {
		width: 100%;
	}
	.detail-page-top-box-container {
		width: 100%;
	}
	.col-single-middle {
		width: 95%;
		margin: 0 auto;
	}
	.larger-mobile-none {
		display:none;
	}
	.hide-mobile-container {
		display: none;
	}
	.mobile-container {
		display: block;
	}
	.content-container-single-col {
		box-sizing: border-box;
		margin: 0 auto;
		width:98%;
	}
	.col-sixty {
		width: 100%;
	}
	.new-films {
		width: 100%;
	}
	.new-movies-height {
		height: unset;
	}
}

@media only screen and (max-width : 870px) {
	body {
		font-size: 16px;
	}
	h1 {
		font-size: xx-large;
		padding:0;
		margin:0;
		font-weight: 300;
	}
	h2 {
		font-size: x-large;
		font-weight: 300;
		padding:0;
		margin:0;
	}
	h3 {
		font-size: large;
		font-weight: 300;
		padding:0;
		margin:0;
	}
	h4 {
	 font-size: medium;
	}
	.subnav-1 {
		font-size: 12px;
	}
	.mobile-flex-direction-col {
		flex-direction: column;
	}
	.mobile-flex-direction-reverse {
		flex-direction: row-reverse;;
	}
	.homepage-chart-box-wrapper {
		border-radius: 0;
		border: 2px solid #fff;
	}
	.homepage-video-width {
		width: 100%;
	}
	#wrapper {
		width:100%;
	}
	#navigation {
		position:unset;
		height: 70px;
		border-bottom: 0;
	}
	#nav {
		display:none;
	}
	#logo {
		width: 65%;
    	text-align: right;
		padding: 2px 0;
		float: right;
	}
	#nav-dummy {
		height: 0;
	}
	#nav-dummy-home {
		height: 0;
	}
	#mobile-nav {
		color: #000;
		display: block;
		width: 100%;
	}
	.film-mini-image-alt {
		width: 100%;
	}
	.mobile-tab {
		background:transparent;
		border-top:1px solid white;
		box-sizing:border-box;
		height: 50px;
		font-size:18px;
		padding-top:8px;
		padding-left: 20px;
		text-decoration: none;
	}
	.width-third {
		width: 99%;
	}
	.width-two-third {
		width: 99%;
	}
	.mobile-tab:hover {
		background-color:#8f1d1d;
		color: #556f8d;
	}
	.content-container-single-col {
		box-sizing: border-box;
		margin: 0 auto;
		width:98%;
	}
	.col-three-two-gap-left {
		padding-left: 0;
		width: 99%;
	}
	.col-four {
		width:100%;
	}
	.col-three {
		width:100%;
	}
	.col-four-three {
		float:none;
		width:100%;
	}
	.col-two {
		width: 100%;
	}
	.col-two-gap-right {
		float:none;
		padding:0;
		width:100%;
	}
	.col-three-gap-right {
		float:none;
		padding:0;
		width:100%;
	}
	.col-three-two-gap-right {
		float:none;
		padding:0;
		width:100%;
	}
	.col-three-two-mobile {
		width: 100%;
	}
	.col-four-gap-right {
		float:none;
		padding:0;
		width:100%;
	}
	.col-four-three-gap-right {
		float:none;
		padding:0;
		width:100%;
	}
	.col-single-middle {
		width: 100%;
	}
	.col-sixty {
		box-sizing:border-box;
		float:left;
		width: 100%;
	}
	.col-fourty {
		box-sizing:border-box;
		float:left;
		width: 100%;
	}
	.col-seventy {
		width: 100%;
	}
	.mobile-col-one {
		width: 100%;
	}
	.news-headline-title {
		font-size: 25px;
	}
	.news-story {
		width: 95%;
	}
	.news-item {
		float:none;
		width:100%;
	}
	.content-box-news-item {
		padding: 0;
		border-radius: 0;
	}
	.news-item-charts {
		width: 100%;
	}
	.news-item-image-left {
	    padding: 0;
	    width: 100%;
	    float: none;
		margin: 0;
		object-fit: cover;
    	height: 250px;
	}
	.news-item-image {
		padding: 0;
		width:100%;
		float:none;
		margin: 0;
		object-fit: cover;
    	height: 250px;
	}
	.news-headline-title {
		padding: 30px 10px;
	}
	.news-headline {
		min-height: 0;
		font-size: 14px;
	}
	.news-content {
	    padding: 5px;
	}
	.col-flex-mobile-remove {
		display: flex;
		width: 100%;
		flex-direction: column;

	}
	.homepage-new-title {
		width: 100%;
	}
	.col-flex-mobile {
		display: flex;
		flex-direction: row;
	}
	.quiz-questions {
		 margin: 0 auto;
		 padding: 30px 30px;
		 font-size: 20px;
	}
	.fifth {
		display:none;
	}
	.mobile-fifth {
		display:block;
	}
	.gap-mobile {
		display:block;
		height:30px;
		width:10%;
	}
	.chart-homepage-tab {
		 float:none;
		 width:100%;
	}
	.headerClearContainer {
    	width: 100%;
	}
	.float-right {
		float:none;
	}
	#socialWrapper {
		-webkit-transform: translate(-500px);
		-webkit-transition: all 6s;
		-moz-transform: translate(-500px);
		-moz-transition: all 6s;
		transform: translate(-500px);
		transition: all 6s;
		left: -40px;
	}
	.display-none {
		display:none;
	}
	.new-films {
		float:none;
		width:100%;
	}
	.news-tag {
		font-size: 14px;
    	height: 16px;
	}
	.news-item {
		font-size:13px;
	}
	.news-item-top {
		font-size:13px;
		background-color: #FFF;
	}
	.news-item-full {
		display:none;
	}
	.news-item-mobile {
		display:block;
	}
	.news-by-line {
		width: 100%;
	}
	.subnav {
		font-size: 1em;
		padding: 9px 0;
	}
	.charts-number {
		display:none;
	}
	.chart-number {
		width:12%;
	}
	.chart-top-images {
		height:25vw;
	}
	.chart-homepage {
		font-size:20px;
	}
	.footer-charts {
		display:none;
	}
	.chart-homepage-tab {
		height:45vw;
	}
	.content-box-header {
		margin-bottom:0;
		font-size: 20px;
		border-radius: 0;
		padding: 20px;
	}
	.content-box-header-new-movies {
		margin-bottom:0;
		font-size: 24px;
		border-radius: 0;
	}
	.content-box-no-padding {
		background-color: #FFF;
	}
	.purple {
		color: #FFF;
	}
	.chartList {
		font-size: 10px;
	}
	.film-mini-search {
		width: 100%;
	}
	.mobile-container {
		display: block;
	}
	.hide-mobile-container {
		display: none;
	}
	.chart-top-images {
		height:100px;
	}
	.content-box-tabs {
		font-size: 20px;
    	width: 25%;
	}
	.chart-list-number {
		width: 100%;
	}
	.chart-list-image {
		width: 100%;
	}
	.chart-list-name {
		width: 100%
	}
	.chart-list-weekend {
		text-align:left;
		width:100%;
	}
	.chart-list-total {
		text-align:left;
		width:100%;
	}
	.chart-list-weeks {
		text-align:left;
		width:100%
	}
	.film-mini {
		margin: 0;
		margin-bottom: 10px;
		padding: 0;
		display: flex;
    	flex-direction: column;
		border-radius: 26px;
	}
	.film-mini-image {
		width: 100%;
		float:none;
		position: unset;
		height: 250px;
		overflow:hidden;
		border-radius: 0;
	}
	.film-mini-info {
		 width: 100%;
		 float:none;
		 padding: 5px;
	}
	.mini-icon {
		margin-bottom: 3px;
		font-size: 10px;
		text-align: center;
		height: 19px;
		display: inline-block;
	}
	.mini-icon-top {
		margin-bottom: 3px;
		font-size: 10px;
		text-align: center;
	}
	.mini-search-rating-pos {
		left: 52%;
		top: -30px;
	}
	.mini-icon-default {
		margin: 10px 0;
	}
	.mobile-review-font {
		font-size: 12px;
	}
	.new-films {
		border-bottom:1px #DBE0E6 solid;
	}
	.cast {
		font-size: 16px;
	}
	.cast-alt {
		font-size: 16px;
	}
	.cast-image {
		display: none;
	}
	.cast-images-height {
		height:0;
	}
	.stars-title {
		width: 64%;
	}
	.beta-one-col {
		width: 100%;
	}
	.mobile-footer-links {
	    padding: 0 50px;
    	line-height: 2em;
    }
    .film-info-title {
    	padding: 15px;
    }
    .film-info-title-year {
    	background-size: 0;
    }
    .film-detail-title {
    	text-align: center;
    	font-size: 15px;
    }
	.film-mini-info-timeline {
		width: 100%;
		font-size: small;
		padding: 20px;
	}
   	.mobile-title-seperate {
    	padding: 15px 0;
    	border-bottom: 1px #DBE0E6 solid;
    }
    .rating-badge {
    	width: 100%;
    	padding: 25px 0;
    }
    .right-hand-title-box {
    	width: 100%;
    }
	.mobile-padding {
		padding: 10px;
	}
	.comment-style {
		width: 100%;
	}
	.border-radius-top {
		border-radius: 0;
	}
	.padding-nav {
		padding: 25px 10px 10px 0;
	}
	.flex-gap {
		gap: 0;
	}
	.height-250 {
		height: 130px;
	}
	.height-rating {
		height: 130px;
	}
	.margin-50 {
		margin: 0;
	}
	.xmedium {
		font-size: 18px;
	}
}