@charset "UTF-8";
body {
	background: #fff;
    color: rgb(69, 56, 56);
    font-size: 16px;
    font-family: -apple-system, system-ui, BlinkMacSystemFont, segoe ui, Roboto, helvetica neue, Arial, sans-serif;
    margin: 0 auto;
    padding: 0;
    width: 100%
}

#navigation {
    margin: 0 auto;
    width: 100%;
    z-index: 99;
}

a {
    color: #0000ED;
    text-decoration: none;
    transition: .2s;
}

a:hover {
    text-decoration: none;
}

.underline a {
    text-decoration: underline;
}
.underline {
    text-decoration: underline;
}
img {
    vertical-align: middle;
    max-width: 100%
}
.img {
    box-sizing: border-box;
    border-radius: 20%;
    width: 100%;
    border: 3px #fff solid;
}
.img-cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.logo-image {
    width: 100%;
}
.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%
}

.image-circle {
    border-radius: 50%
}

.no-image {
    width: 100%;
    height: 1vw;
    background-color: #6432bb;
    display: inline-block;
    margin-bottom: 30px;
    margin-right: 1px;
    float: left;
}

#nav-dummy-home {
    height: 200px;
    width: 100%
}

.nav-dummy {
    height: 155px;
    width: 100%
}

#logo {
    float: left;
    margin: 13px 0;
    width: 14%
}

#nav {
    display: flex;
    flex-direction: column;
    justify-content: end;
    margin: 0 auto;
    box-sizing: border-box;
}

.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 {
    text-align: center;
    padding: 30px 0;
    font-weight: 700;
}

a.navOn {
    font-weight: 700;
}

a.navOn:hover {
    background-color: #dad9da;
    text-decoration: none;
}

.nav-line {
    border-bottom: 3px #fff solid;
    margin-top: 10px;
}

.navOff {
    text-align: center;
    padding: 30px 0;
    font-weight: 700;
}

a.navOff {

}

a.navOff:hover {
    background-color: #dad9da;
    color: #000;
    text-decoration: none;
}

.navOff_alt {
    margin: 0 0 0 20px;
}

.navOff_alt a {
    background-color: #489ed9;
    color: #fff;
    padding: 1px 10px;
    border-radius: 4px;
    border: 1px #adb1b4 solid;
}

.navOff_alt a:hover {
    background-color: #fff;
    color: #000;
    opacity: 1;
}

.subnav-fod {
    background-color: #4484ce;
}

.subnav-new {
    background-color: #fec678;
}

.subnav-comment {
    background-color: #fec678;
}

.subnav-rated {
    background-color: #4484ce;
}

.subnav-stars {
    background-color: #fec678;
}

.subnav-directors {
    background-color: #6e24c2;
}

.subnav-ar {
    background-color: #fec678;
}

.subnav-country {
    background-color: #6e24c2;
}

.subnav-col {
    box-sizing: border-box;
    float: left;
    width: 25%;
    padding: 7px;
    border-radius: 20px;
    margin: 0 2px;
}

.subnav-col a {
    text-decoration: none;
}

.subnav-col:hover {
    box-shadow: 0 0 3px #000;
}

.subnav-6 {
    box-sizing: border-box;
    float: left;
    width: 16.666666666666667%;
    padding: 7px;
    border-radius: 20px;
    border: 1px solid;
    margin: 0 2px;
}

.subnav-4 {
    box-sizing: border-box;
    float: left;
    width: 25%;
    padding: 7px;
    border-radius: 20px;
    border: 1px solid;
    margin: 0 2px;
}

.subnav-3 {
    box-sizing: border-box;
    float: left;
    width: 33.333%;
    padding: 7px;
    border-radius: 20px;
    margin: 0 2px;
    border: 1px solid;
}

.subnav-2 {
    box-sizing: border-box;
    float: left;
    width: 50%;
    padding: 7px;
    border-radius: 20px;
    margin: 0 2px;
    border: 1px solid;
}

.subnav {
    background-color: transparent;
    box-sizing: border-box;
    font-size: 14px;
    text-align: center;
}
.subnav-last-year {
    background-color: #BB1718;
    color: #FFF;
}
.subnav-last-year a {
    color: #FFF;
}
.subnav-alt {
    background-color: #BB1718;
    color: #FFF;
}
.subnav-alt a {
    color: #FFF;
}

.subnav-two-year {
    background-color: #BB1718;
    color: #FFF;
}
.subnav-two-year a {
    color: #FFF;
}

.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-color: #ffffff7a;
    width: 100%
}

#footer-content {
    background: #479ed9;
    padding: 22px 0;
    text-align: center;
    width: 100%
}

#wrapper {
    margin: 0 auto;
    overflow: hidden;
    width: 100%
}

.tabcontent {
    display: none;
}

.content-container-nav {
    margin: 0 auto;
    z-index: 99;
    width: 98%
}

#content-container {
    box-sizing: border-box;
    margin: 0 auto;
}

.content-container {
    box-sizing: border-box;
    margin: 0 auto;
    margin-bottom: 10px;
}
.content-container-narrow {
    box-sizing: border-box;
    margin: 0 auto;
    margin-bottom: 10px;
    width: 80%;
}

.content-container-single-col {
    margin: 0 auto;
}
.width-46 {
    width: 46%;
}
.width-10 {
    width: 10%;
}
.width-5 {
    width: 5%;
}
.col-one {
    box-sizing: border-box;
    width: 100%
}

.col-two {
    box-sizing: border-box;
    float: left;
    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-two-gap-left {
    box-sizing: border-box;
    float: left;
    padding-left: 40px;
    width: 67%
}
.col-four-three-gap-left {
    box-sizing: border-box;
    float: left;
    padding-left: 40px;
    width: 75%
}
.col-four {
    box-sizing: border-box;
    float: left;
    width: 25%
}

.col-four-three {
    box-sizing: border-box;
    float: left;
    width: 75%
}
.col-five-four {
    float: left;
    width: 80%%
}
.col-five {
    float: left;
    width: 20%
}
.col-left-nav {
    float: left;
    width: 15%;
    background-color: #FFF;
}

.col-body {
    width: 85%;
    float: right;
    /* border-left: 3px solid #e8e8e8; */
}
.col-nav {
    position: fixed;
    min-height: 100vh;
    border-right: 3px solid #e8e8e8;
    z-index:1;
    top: 1px;
    /* padding-top: 50px; */
}
.col-two-plus-five {
    box-sizing: border-box;
    float: left;
    width: 55%
}

.col-two-gap-right {
    box-sizing: border-box;
    float: left;
    padding-right: 40px;
    width: 50%
}

.col-three-gap-right {
    box-sizing: border-box;
    float: left;
    padding-right: 20px;
    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-single-middle {
    margin: 0 auto;
}

.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;
}

.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;
    font-size: .9em;
    font-weight: 400;
    padding: 5px 0;
    text-align: center;
    width: 12.5%;
    border: 1px solid transparent;
}

.content-box-tabs a {
    color: #fff;
}

.content-box-tabs:nth-child(odd) {
    background-color: #469ed9;
    border: 1px solid #cecece;
    box-sizing: border-box;
    color: #FFF;
    padding: 10px 0;
    font-size: 16px;
}

.content-box-tabs:nth-child(even) {
    background-color: #469ed9;
    border: 1px solid #cecece;
    box-sizing: border-box;
    color: #FFF;
    padding: 10px 0;
    font-size: 16px;
}

.content-box-tabs:hover {
    box-sizing: border-box;
    background-color: #cecece;
}

.content-box-tabs-us {
    box-sizing: border-box;
    float: left;
    font-size: .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: #f7fcff;
    box-sizing: border-box;
    /* color: #fff; */
    font-size: 16px;
    min-height: 40px;
    padding: 20px;
    width: 100%;
    border-top: 10px solid #469ed9;
}

.content-box-header-xmas {
    background-color: #fff7f7;
    box-sizing: border-box;
    /* color: #fff; */
    font-size: 16px;
    min-height: 40px;
    padding: 20px 0;
    text-align: center;
    width: 100%;
    border-top: 10px solid #59090E;
}

.content-box-header-new-movies a {
    color: #000;
}

.new-film-date {
    min-height: 60px;
    color: #000;
}

.new-film-date a {
    color: #000;
}

.content-box-header-news {
    background-color: #f7fcff;
    box-sizing: border-box;
    min-height: 40px;
    padding: 20px 10px;
    width: 100%;
    border-top: 10px solid #469ed9;
}

.content-box-header-christmas {
    background-color: #f7fcff;
    box-sizing: border-box;
    /* color: #fff; */
    font-size: 16px;
    min-height: 40px;
    padding: 20px;
    width: 100%;
    border-top: 10px solid #469ed9;
}

.content-box-header-christmas a {
    color: #fff;
    text-decoration: underline;
}

.content-box-header-trending {
    background-color: #f7fcff;
    box-sizing: border-box;
    /* color: #fff; */
    font-size: 16px;
    min-height: 40px;
    padding: 20px;
    width: 100%;
    border-top: 10px solid #469ed9;
}

.content-box-header-trending a {
    color: #fff;
    text-decoration: underline;
}

.homepage-headline-background {
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, .6);
    padding: 5px 20px;
    color: #fff;
    line-height: 1.7em;
    box-shadow: 0 0 20px 10px rgb(0 0 0/70%);
    font-size: 16px;
    margin: 50px;
}

.content-box-header {
    background-color: #f7fcff;
    box-sizing: border-box;
    min-height: 40px;
    padding: 20px 10px;
    width: 100%;
    border-top: 10px solid #469ed9;
}
.content-box-header-alt {
    background-color: #f7fcff;
    box-sizing: border-box;
    min-height: 40px;
    padding: 20px 10px;
    width: 100%;
}

.content-box-header-charts {
    background-color: #fff;
    box-sizing: border-box;
    color: #30333c;
    font-size: 24px;
    padding: 20px;
    width: 100%;
    font-weight: 300;
    
}

.content-box-header-no-padding {
    background-color: #f9f5f5;
    box-sizing: border-box;
    color: #30333c;
    font-size: 24px;
    width: 100%;
    font-weight: 300;
}

.content-box-header-dark {
    background-color: #213042;
    box-sizing: border-box;
    color: #fff;
    font-size: 24px;
    padding: 20px;
    width: 100%;
    font-weight: 300;
}

.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;
    padding: 15px;
    width: 100%
}

.content-box-news-item {
    background-color: #fafafa;
    box-sizing: border-box;
    padding: 15px 50px;
    width: 100%;
    border-radius: 20px;
}

.overflow-image-position {
    position: relative;
    transform: translateY(-15%);
}

.content-box a {
    color: #0f72ed;
}

.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;
}

.charts-homepage-tab {
    background-color: #000;
    box-sizing: border-box;
    position: relative;
    max-height: 350px;
    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%
}

.line-height {
    line-height: 2.3em;
}

.line-height-small {
    line-height: 1.6em;
}

.line-height-chart {
    line-height: 3em;
}

.line-height-remove {
    line-height: 0;
}

.gap {
    height: 40px;
    width: 5px;
}

.gap-small {
    height: 10px;
    width: 5px;
}

.gap-left {
    float: left;
    height: 40px;
    width: 14%
}

.gap-left-5 {
    float: left;
    height: 40px;
    width: 5%
}

.gap-mobile {
    display: none;
}

.clear {
    clear: both;
}

.cast {
    background: #fff;
    font-size: 16px;
    padding: 20px;
    border: 1px #bfbfbf solid;
    align-items: center;
}

.cast a {
    text-decoration: underline;
}

.cast:hover a {
    background-color: #e9edf2;
    font-weight: 700;
}

.cast:hover {
    background-color: #dbe0e6;
}

.cast-director {
    background: #efefef;
    font-size: 18px;
    padding: 20px;
    border: 1px #bfbfbf solid;
    display: flex;
    align-items: center;
    justify-content: left;
}

.cast-alt {
    background: #efefef;
    font-size: 16px;
    padding: 20px;
    border: 1px #bfbfbf solid;
    align-items: center;
}

.cast-alt a {
    text-decoration: underline;
}

.cast-alt:hover a {
    background-color: #e9edf2;
    font-weight: 700;
    text-decoration: underline;
}

.cast-alt:hover {
    background-color: #dbe0e6;
}

.trending-horizontal-wrapper {
    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: #FFF;
    color: #000;
}

.color a {
    color: #fff;
}

.element-image {
    float: left;
    text-align: center;
    width: 20%;
    height: 230px;
    overflow: hidden;
}

.element-content {
    box-sizing: border-box;
    float: left;
    padding: 5px;
    text-align: center;
    width: 20%
}
.element-content a {
    color: rgb(47, 119, 233);
}

.content-box-news {
    display: flex;
}

.news-story {
    width: 80%;
    margin: 0 auto;
}

.news-item-left {
    box-sizing: border-box;
    flex: 1;
}

.news-item-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    width: 50%
}

.news-item-child {
    box-sizing: border-box;
    flex: 1;
    background: #e9edf2;
    overflow: hidden;
}

.news-item-child-alt {
    flex: 1;
    box-sizing: border-box;
    background: #fff;
    overflow: hidden;
}

.news-headline-title {
    background-color: #fff;
    padding: 30px 200px;
    font-size: 40px;
    font-weight: 500;
    line-height: 1.4em;
}

.news-item-top {
    background: #5f29bc;
    float: left;
    font-size: 14px;
    font-weight: 700;
    width: 25%
}

.news-item {
    font-size: 14px;
    font-weight: 700;
    width: 40%
}

.news-item-charts {
    width: 33.3%;
    box-sizing: border-box;
}

.news-image-home {
    background-size: 100% 100%;
    min-height: 300px;
    overflow: hidden;
    margin: 0 auto;
}

.news-item-image {
    padding: 5px 0 5px 50px;
    width: 30%;
    float: right;
}

.seventy-five_percent {
    font-size: 18px;
	border-left: 3px solid #000;
	padding: 5px 10px;
}

.news-info-box {
	background-color: rgb(240, 240, 240);
	border: 1px solid rgb(224, 223, 223);
	padding: 5px;
	color: #000;
    margin: 0 auto;
    font-size: 16px;
    line-height: 30px;
    width: 80%
}

.limited {
    width: 100%;
    height: 400px;
    overflow: hidden;
    display: block;
}

.news-item-image-left {
    padding: 10px 40px 8px 0;
    width: 30%;
    float: left;
}

.news-content {
    background: 0 0;
    box-sizing: border-box;
    padding: 20px;
    text-align: justify;
}

.news-content-home {
    background: 0 0;
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, .6);
    box-shadow: 0 0 20px 10px rgba(0, 0, 0, .7);
    color: #ffff;
    padding: 20px;
    text-align: justify;
    width: 100%;
    display: inline-block;
    align-self: flex-end;
    line-height: 1.8em;
    font-size: 20px;
}

.news-content a {
    color: #000;
}

.news-item-mobile {
    display: none;
}

.news-by-line {
    width: 20%
}

.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;
    border-right: 1px #dbe0e6 solid;
    width: 20%
}

.new-films-alt {
    width: 25%;
    min-height: 390px;
    border: 1px #fff solid;
    background-color: #fff;
}

.news-image {
    overflow: hidden;
    height: 340px;
    background-color: #fff;
}

.news-headline {
    background-color: #f5f5f5;
    box-sizing: border-box;
    height: 320px;
    padding: 10px;
    text-align: justify;
    width: 100%
}

.link-button {
    background-color: #bb1818;
    bottom: 0;
    box-sizing: border-box;
    padding: 10px;
    display: inline;
}

.link-button a {
    background-color: #bb1818;
    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;
}

.image-hover:hover {
    opacity: .5;
}

.headerClear {
    background-color: #f7fcff;
    box-sizing: border-box;
    /* color: #fff; */
    font-size: 16px;
    min-height: 40px;
    padding: 20px;
    width: 100%;
    border-top: 10px solid #469ed9;
    
}

.headerClear a {
    color: #000;
}

.headerClearContainer {
    box-sizing: border-box;
    background-color: #469ed9;
}

.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%
}

.new_film_right p a {
    text-decoration: underline;
}

.inline {
    box-sizing: border-box;
    float: left;
    padding: 10px;
}

.inline-block {
    display: inline-block;
}

.highlight-chart {
    background-color: #81818124;
}

.highlight-no-padding {
    background-color: #20c3f1;
    color: #000;
    font-weight: 700;
    border-radius: 20px;
}

.highlight {
    background-color: #11b339;
    color: #fff;
    padding: 3px 5px;
}

.highlight_our {
    background-color: #6e24c2;
    color: #fff;
    padding: 3px 5px;
}

.highlight-padding {
    background-color: #ededed;
    padding: 5px;
}

.highlight-padding-large {
    background-color: #ededed;
    padding: 20px;
}

.highlight-purple {
    background-color: #4484ce;
    color: #fff;
    padding: 0 7px;
}

.highlight-purple a {
    color: #fff;
}

.highlight-white {
    background-color: #fff;
    padding: 1px;
}

.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: #fff;
    background-color: #556f8d;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    opacity: 1;
}

.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;
}

.text-align-right {
    text-align: right;
}

.text-align-center {
    text-align: center;
}

.wrapper>div {
    bottom: 0;
    color: #fff;
    width: 13%;
    position: absolute;
    margin-left: 17px;
    display: inline-block;
    border-top: 5px rgba(255, 176, 89, .5) solid;
}

.rating-badge {
    margin: 0 auto;
    padding: 25px 10px;
    width: 45%;
    font-weight: 700;
    border: 2px #dad9da solid;
    border-radius: 20px;
}

.score-position {
    width: 100%;
    margin: 0 auto 30px;
}

.rating-score {
    padding: 10px;
    border-radius: 20px;
    display: inline;
}

.rating {
    box-sizing: border-box;
    cursor: pointer;
    float: left;
    font-size: 14px;
    padding: 3px 0;
    text-align: center;
    width: 20%;
    font-weight: 900;
}

.rating:hover {
    font-weight: 700;
    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, .6);
    border-radius: 2px;
    margin-top: 5px;
    transition: opacity .3s ease-in-out 0s;
    font-size: 16px;
    font-weight: 700;
    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, .6);
    border-radius: 2px;
    margin-top: 5px;
    transition: opacity .3s ease-in-out 0s;
    font-size: 16px;
    font-weight: 700;
    padding: 2px;
}

.hide {
    display: none;
}

.comments {
    border-bottom: 1px #cecece solid;
    padding: 10px 0 30px;
}

.season_years_container {
    box-sizing: border-box;
    font-size: 15px;
    width: 100%
}

.season_list_container {
    box-sizing: border-box;
    float: left;
    font-size: 16px;
    width: 25%
}

.season_container {
    box-sizing: border-box;
    float: left;
    text-align: center;
    width: 15%;
    border-left: 1px #000 solid;
}

.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%
}

.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;
}

.right-hand-title-box {
    box-sizing: border-box;
    float: left;
    font-size: 16px;
    padding-top: 6px;
    width: 72%
}

.chartList {
    box-sizing: border-box;
    float: left;
    font-family: Arial, sans-serif;
    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;
}
.chart-title-info {
    width:55%;
    padding-top: 0;
}
.comments-score [type=radio]+img {
    cursor: pointer;
}

.comments-score [type=radio]:checked+img {
    border: 1px 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] {
    border: 1px #cececa solid;
    font-size: 16px;
    height: 30px;
    padding: 0 0 0 10px;
    width: 99%
}

input[type=email] {
    border: 1px #cececa solid;
    font-size: 16px;
    height: 30px;
    padding: 0 0 0 10px;
    width: 99%
}

input[type=text].search {
    border: 1px #cececa solid;
    font-size: 25px;
    height: 35px;
    padding: 0 0 0 10px;
    width: 80%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
}

input[type=submit] {
    cursor: pointer;
    background-color: #fbbc04;
    color: #000;
    font-size: 20px;
    padding: 2px 16px 4px;
    border: 1px #2b279f solid;
    border-radius: 2px;
    border-radius: 5px;
    height: 32px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
}

input[type=submit]:hover {
    box-shadow: none;
}

textarea {
    width: 100%
}

input[type=submit].image_upload,
button.image_upload {
    cursor: pointer;
    background-color: #fbbc04;
    color: #000;
    font-size: 16px;
    padding: 0 10px;
    border: 1px #2b279f solid;
    border-radius: 5px;
    height: 22px;
    box-shadow:
}

.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 .1s;
    -moz-transform: translate(5px);
    -moz-transition: all .1s;
    transform: translate(5px);
    transition: all .1s;
    top: 120px;
    left: -5px;
    z-index: 100;
}

.chart-wrapper {
    border-bottom: 1px #f0f0f0 solid;
    clear: both;
    padding: 10px 20px;
    overflow: hidden;
}

.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: .3em;
    font-size: 1.6rem;
    text-align: center;
}

.chart-top-images {
    position: relative;
    background-position: top center;
    background-size: 100% 100%;
    float: left;
    height: 220px;
    width: 20%
}

.chart-list-number {
    width: 5%
}

.chart-list-image {
    width: 13%;
    overflow: hidden;
}

.chart-list-name {
    width: 39%
}

.chart-list-weekend {
    width: 14%;
    text-align: right;
}

.chart-list-total {
    width: 14%;
    text-align: right;
}

.chart-list-weeks {
    text-align: right;
    width: 8%
}

.chart-list-percent {
    text-align: right;
    width: 7%
}

.full_width {
    width: 100%
}

button {
    border: 1px #737373 solid;
    border-radius: 5px;
    cursor: pointer;
    padding: 5px 10px;
    font-size: 16px;
    color: #000;
}

button a {
    color: #000;
}

button:hover {
    background-color: #670e6c;
    color: #fff;
}
button:hover a {
    color: #fff;
    text-decoration: none;
}
.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-right: 15px;
}

.button-more a {
    color: #fff;
}
.button-more:hover a {
    background-color: #FFF;
    color: #000;
}
.button-more:hover {
    background-color: #FFF;
    color: #000;
}
.line {
    border-bottom: #fff 3px 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: 18px;
    padding: 3px 15px 6px;
    position: absolute;
    text-align: center;
    box-shadow: 7px 7px 5px rgba(0, 0, 0, .6);
    font-size: 16px;
}

.no {
    display: none;
}

.border-radius {
    border-radius: 20px;
}

.border-radius-top {
    border-radius: 20px 20px 0 0;
}

.shadow {
    box-shadow: 0 2px 5px rgba(0, 0, 0, .4);
}

.border {
    border: 1px solid #6b6b6b;
    box-sizing: border-box;
}
.border-thick-tanned {
    border: 5px solid #bebebe;
}

.fod-comment {
    padding: 8px 10px;
    background-color: #602db8;
    color: #fff;
}

.mobile-container {
    display: none;
}

.facebook-reaction {
    max-width: 100%;
    margin: 150px auto;
    padding: 0 60px;
    position: relative;
}

.like-btn {
    font-weight: 700;
    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 {
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    margin-top: 10px;
    border: 1px solid #cecece;
    border-radius: 20px;
    padding: 3px 0;
}

.film-mini-comments {
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    margin-top: 15px;
    border: 1px solid #cecece;
    border-radius: 20px;
    padding: 15px 0;
}

.film-mini-review-info {
    width: 100%
}

.film-mini-search {
    width: 99%;
    min-height: 200px;
}

.film-mini-search-info {
    box-sizing: border-box;
    font-size: 16px;
    padding: 30px;
}

.film-mini-image {
    position: absolute;
    left: -1px;
    top: -3px;
    float: left;
    width: 35%
}

.film-mini-image-main {
    position: absolute;
    left: -1px;
    top: -3px;
    float: left;
    width: 40%
}

.film-mini-info {
    width: 62%;
    float: right;
}

.film-mini-info-main {
    width: 56%;
    float: right;
    margin-right: 5px;
}

.film-mini-rating {
    //position: relative;
    //left: 32%;
    //top: -57px;
}

.film-mini-rating-recent {
    position: relative;
    left: 43%;
    top: -57px;
}

.mini-search-rating-pos {
    left: 30%;
    top: -56px;
}

.mini-icon-default {
    border-radius: 3px;
    padding: 2px 3px;
    margin-top: 3px;
    border: 1px solid #bb1718;
    display: inline-block;
    line-height: 1em;
}

.reactions-box {
    height: 25px;
    width: 200px;
    padding: 10px 1px 15px 15px;
    position: absolute;
    top: -25px;
    border: 1px solid #9e9da0; //box-shadow: 2px2px3px#cccccc, -1px0px2px#eeeeee;
    border-radius: 20px;
    display: none;
    background-color: rgba(255, 255, 255);
}

.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 .5s ease-in-out 1s, transform .07s ease-in-out 0s, top .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: 5px;
    transition-delay: 0s;
    background-image: url(../images/rating5.png);
    background-size: 30px 30px;
}

.reaction-love {
    left: 45px;
    transition-delay: .05s;
    background-image: url(../images/rating4.jpg);
    background-size: 30px 30px;
}

.reaction-haha {
    left: 85px;
    transition-delay: .1s;
    background-image: url(../images/rating3.jpg);
    background-size: 30px 30px;
}

.reaction-wow {
    left: 125px;
    transition-delay: .15s;
    background-image: url(../images/rating2.jpg);
    background-size: 30px 30px;
}

.reaction-sad {
    left: 165px;
    transition-delay: .2s;
    background-image: url(../images/rating1.jpg);
    background-size: 30px 30px;
}

.like-btn:hover .reaction {
    opacity: 1;
    animation-name: reaction_delay;
    animation-duration: .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: .05s;
}

.like-btn:hover .reaction-haha {
    animation-delay: .1s;
}

.like-btn:hover .reaction-wow {
    animation-delay: .15s;
}

.like-btn:hover .reaction-sad {
    animation-delay: .2s;
}

.reaction:hover {
    transform: scale(1.3, 1.3);
    top: 2px;
}

.reaction::before {
    display: inline-block;
    color: #fff;
    text-align: center;
    line-height: 17px;
    font-size: 12px;
    width: 100%;
    height: 34px;
    margin-left: 0%;
    background-color: rgba(0, 0, 0, .6);
    border-radius: 5px;
    position: absolute;
    top: -26px;
    opacity: 0;
    transition: opacity .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: #5890ff;
}

.like-btn-text-wow,
.like-btn-text-haha,
.like-btn-text-sad {
    color: #f0ba15;
}

.like-btn-text-love {
    color: #f25268;
}

.like-btn-text-angry {
    color: #f7714b;
}

.like-details {
    color: #9197a3;
    font-size: 13px;
}

.align-middle {
    vertical-align: middle;
}

.text-align-left {
    text-align: left;
}

.result {
    background-color: #fff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
    color: #000;
    text-align: left;
    width: 90%;
    position: absolute;
    transition: .2s;
    z-index: 99;
}

.result a {
    color: #000;
}

.padding {
    padding: 20px;
}

.padding-small {
    padding: 5px;
}

.padding-10 {
    padding: 10px;
}

.padding-15 {
    padding: 15px;
}

.padding-large-left-right {
    padding: 0 20px;
}

.padding-large-top-bottom {
    padding: 20px 0;
}

.padding-top {
    padding-top: 5px;
}

.padding-right {
    padding-right: 5px;
}

.padding-left {
    padding-left: 5px;
}

.padding-bottom {
    padding-bottom: 5px;
}

.padding-large-bottom {
    padding-bottom: 20px;
}

.padding-large-top {
    padding-top: 20px;
}

.padding-giant-top {
    padding-top: 40px;
}

.padding-giant-bottom {
    padding-bottom: 40px;
}

.padding-large {
    padding: 60px;
}

.remove-padding {
    padding: 0;
}

.margin-20 {
    margin: 20px;
}

.margin-left {
    margin-left: 5px;
}

.margin-right {
    margin-right: 5px;
}
.margin-bottom {
    margin-bottom: 5px;
}

.margin-top {
    margin-top: 5px;
}

.margin-top-20 {
    margin-top: 20px;
}

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

.margin-right-20 {
    margin-right: 20px;
}

.margin-left-20 {
    margin-left: 20px;
}
.margin-left-m-20 {
    margin-left: -20px;
}
.margin-right-10 {
    margin-right: 10px;
}

.margin-left-10 {
    margin-left: 10px;
}
.margin-top-auto {
    margin-top: auto;
}
.margin-list-remove {
    margin-left: -20px;
}
.content-table {
    border-collapse: collapse;
    margin-bottom: 15px;
}

table,
tbody,
tfoot,
thead,
tr,
th,
td {
    border: 1px;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

.content-table td,
.content-table th {
    border: 1px solid #ccc;
    padding: 10px;
}

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: 5px 4px;
    border: 1px #000 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: 700;
    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: 700;
    line-height: 1.8em;
    margin-right: 3px;
    font-size: 10px;
}

.division-no-width {
    border-bottom: 1px solid rgba(0, 0, 0, .2);
}

.division {
    box-sizing: border-box;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    width: 100%
}

.division-no-padding {
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    width: 100%
}

.padding-trending {
    padding: 20px 10px;
}

.indent {
    padding-left: 10px;
}

.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 {
    margin: 0 auto;
    line-height: 30px;
}

ol.list {
    margin: 0;
    font-weight: 700;
}

ol.striped-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%
}

ol.striped-list>li:nth-of-type(even) {
    background-color: #f7f7ff;
}

ol.striped-list>li:nth-of-type(odd) {
    background-color: #dbe0e5;
}

ol.striped-list-number {
    box-sizing: border-box;
    width: 100%
}

ol.striped-list-number>li:nth-of-type(even) {
    padding: 0 3px;
    background-color: #fff;
}

ol.striped-list-number>li:nth-of-type(odd) {
    padding: 0 3px;
    background-color: #f7f7ff;
}

ul.striped {
    list-style: none;
}

ul.striped>li:nth-of-type(even) {
    padding: 3px 10px;
    background-color: #fff;
}

ul.striped>li:nth-of-type(odd) {
    padding: 3px 10px;
    background-color: #f5f5f5;
}

ol.striped {
    list-style-type: number;
}

ol.striped>li:nth-of-type(even) {
    padding: 3px 10px;
    background-color: #fff;
    margin-left: -40px;
    list-style: none;
}

ol.striped>li:nth-of-type(odd) {
    padding: 3px 10px;
    background-color: #f5f5f5;
    margin-left: -40px;
    list-style: none;
}

ul.no-style {
    list-style: none;
    margin-left: -35px;
}

.float-right {
    float: right;
}

.background-orange {
    background-color: #fdac2a;
}

.background-black {
    background-color: #000;
    color: #FFF;
}
.background-black a {
    color: #FFF;
}

.background-orange a {
    background-color: #fdac2a;
    color: #000;
}

.background-white {
    background-color: #fff;
}

.background-green {
    background-color: #00ae2c;
    color: #fff;
}

.background-green a {
    color: #fff;
}

.background-light-green {
    background-color: #4cff73;
    color: #000;
}

.background-light-green a {
    color: #000;
}

.background-christmas-red {
    background-color: #8c211f;
}

.background-red {
    background-color: #8c0201;
    color: #FFF;
}
.background-red a {
    color: #FFF;
}
.background-tanned {
    background-color: #e0e0e05e;
    color: #000;
}

.background-tanned a {
    color: #000;
}

.background-light {
    background-color: #eaf3ff;
}

.background-purple {
    background-color: rgba(109, 35, 190, .5);
    color: #fff;
}
.background-purple a {
    color: #fff;
}
.background-christmas {
    background-color: #590a11;
    color: #fff;
}
.background-christmas a {
    color: #fff;
}
.background-blue {
    background-color: #52a8de;
    color: #fff;
}

.background-main {
    background-color: #479ed9;
    color: white;
}
.border-red {
    border: 1px solid #8d0203;
}

.border-white {
    border: 1px solid #fff;
}

.border-tanned {
    border: 1px solid rgba(133, 133, 133, .432);
}

.border-light {
    border: 10px solid #fff;
    box-shadow: 0 2px 20px rgb(0 0 0/8%);
}

.border-dark {
    border: 1px solid #383838;
}
.percentage-bar-container {
    width: 100%;
    background-color: #f7f7f7;
    border: 1px #000 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: 25px;
    padding-top: 10px;
}

ol.space-list>li:nth-of-type(even) {
    background-color: #e9e9f9;
    padding: 15px 5px;
    border-bottom: 1px solid #ddd;
}

ol.space-list>li:nth-of-type(odd) {
    padding: 15px 5px;
}

.list-style-type-none {
    list-style-type: none;
}

.film-detail-title {
    border-top: 1px #dbe0e6 solid;
    border-bottom: 1px #dbe0e6 solid;
    box-sizing: border-box;
    width: 100%;
    background-color: #479ed90f;
}

.film-info-title-year {
    padding-top: 11px;
    background: url(../images/year.png) no-repeat center;
    background-size: 60%
}

.advert-style {
    padding: 10px;
    border-top: 1px #dae0e6 solid;
    border-left: 1px #dae0e6 solid;
    border-bottom: 1px #dae0e6 solid;
    text-align: center;
}

.no-display {
    display: none;
}

.button-like {
    cursor: pointer;
    border: 1px solid #6d6767;
    font-size: 20px;
    padding: 0;
    margin: 0;
    border-radius: 3px;
    width: 56px;
    height: 24px;
    color: #fff;
    background-color: #1e76ee;
}

.button-like:hover {
    background-color: #f9cf00;
    color: #000;
}

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

.bold {
    font-weight: 700;
}

.uk {
    //background-image: url(../images/uk.png);
    background-position: center;
    background-color: #c9142a;
    color: #fff;
    display: inline-block;
    text-align: center;
}

.us {
    //background-image: url(../images/us.png);
    background-position: top left;
    background-color: #1358a1;
    color: #fff;
    display: inline-block;
    text-align: center;
}

.world {
    //background-image: url(../images/world.png);
    background-position: top center;
    background-color: #fff;
    color: #000;
    display: inline-block;
    text-align: center;
}

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

.stars-title {
    width: 78%
}

.director-title {
    width: 78%
}

.home-nav-title {
    box-shadow: 0 4px 4px rgba(0, 0, 0, .1);
    height: 70px;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    padding: 10px;
}

.charts-nav-title {
    box-shadow: 0 4px 4px rgba(0, 0, 0, .1);
    height: 70px;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    padding: 10px;
}

.news-nav-title {
    box-shadow: 0 4px 4px rgba(0, 0, 0, .1);
    height: 70px;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    padding: 10px;
}

.coming-soon-nav-title {
    box-shadow: 0 4px 4px rgba(0, 0, 0, .1);
    height: 70px;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    padding: 10px;
}

.quiz-nav-title {
    box-shadow: 0 4px 4px rgba(0, 0, 0, .1);
    height: 70px;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    padding: 10px;
}

.film-nav-title {
    height: 0;
}

.home {
    background-color: #4484ce;
    color: #fff;
}

.charts {
    background-color: #6e24c2;
    color: #fff;
}

.coming-soon {
    background-color: #0db339;
    color: #fff;
}

.news {
    background-color: #bb1818;
    color: #fff;
}

.quiz {
    background-color: #ff520e;
    color: #fff;
}

.film {
    height: 0;
    box-shadow: 0;
}

.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: 50%;
    height: 29px;
    border-radius: 5px;
    font-size: 16px;
    border-width: 1px;
}

.search-box-wrapper {
    margin: 13px 0 13px 20px;
    width: 100%;
    text-align: right;
}

.hit-count-dates {
    display: flex;
    padding: 20px 0 0 10px;
    width: 100%;
    margin: 0 auto;
}

.striped-background-blue-red {
    background: repeating-linear-gradient( 45deg, #6BAED6, #6BAED6 10px, #D22021 10px, #D22021 20px);
}

.bar-chart-1 {
    text-shadow: 2px 2px 4px #000;
    box-shadow: 0 3px 15px rgba(0, 0, 0, .2);
    color: #fff;
    text-align: center;
    margin-right: 6px;
    border-left: 1px #353535 solid;
    border-right: 1px #353535 solid;
    border-top: 3px #fcabab solid;
    align-self: flex-end;
    width: 10%;
    background-color: red;
}

.graph {
    color: #fff;
    background-color: #4484ce;
    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 .5s ease-in-out;
    text-shadow: 4px 2px 4px #000;
    box-shadow: 0 3px 15px rgba(0, 0, 0, .2);
}

.graph:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, .8);
    z-index: 90;
}

.stars-container {
    background-color: #fff;
    padding: 5px;
    border-radius: 20px;
}

.rounded {
    border-radius: 20%
}

.circle {
    border-radius: 50%
}

.no-radius {
    border-radius: 0;
}

#more {
    display: none;
}

#moreR {
    display: none;
}

#moreF {
    display: none;
}

.homepage-chart-list a {
    color: #000;
}

.quiz-question {
    //width: 56%;
    text-align: center;
    font-size: 20px;
    margin: 0 auto;
    background-color: #e4e4e4;
    padding: 20px;
}

.blur {
    //background: url('../film-images/$movie.jpg')no-repeatcenter;
    //background-size: cover;
    //filter: blur(10px);
    //width: 100%;
    //margin: 0auto;
}

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

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

.quiz-questions {
    margin: 0 auto;
    padding: 72px 30px 0;
    font-size: 18px;
}

.quiz-results {}

.quiz-results a {
    text-decoration: underline;
}

.film-info-title {
    padding: 15px 8px;
    border: 1px solid #dae0e6;
    text-align: center;
}
.content-box-sub-header {
    background-color: #4483cd;
    box-sizing: border-box;
    color: #fff;
    font-family: "Maven Pro",sans-serif;
    font-size: 16px;
    min-height: 20px;
    padding: 10px 20px;
    width: 100%;
    font-weight: 800;
    border-bottom: 1px solid #aba8ab;
}

.marquee {
    height: 39px;
    overflow: hidden;
    background: #fefefe95;
    color: #333;
    line-height: 38px;
    border: 1px solid rgb(232, 232, 232);
    position: fixed;
    z-index: 98;
    margin: 0 auto;
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box;
}

.marquee p {
    display: inline-block;
    height: 100%;
    margin: 0;
    margin-left: 100px;
    animation-name: marquee;
    animation-duration: 84s;
    animation-timing-function: linear; 
    animation-delay: 0;
    animation-direction: normal;
    animation-iteration-count: infinite;
    animation-fill-mode: none;

}

.marquee p:hover {
    animation-play-state: paused
}
@keyframes marquee {
    0%   { transform: translate(0, 0); }
    100% { transform: translate(-100%, 0); }
}



.overflow-hidden {
    overflow: hidden;
}

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

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

.list-title-display {
    display: inline-flex;
    padding: 3px 20px;
    background-color: #ededed;
}

.tags {
    box-sizing: border-box;
    margin: 5px 5px 0 0;
    border: 1px solid #bb1718;
    display: inline-block;
    padding: 5px;
}

a:hover .tags {
    color: #fff;
    background-color: #bb1718;
}

.person-list {
    box-sizing: border-box;
    line-height: 3em;
    font-size: 14px;
    color: #000;
    margin: 0;
}
.person-list a {
    color: #000;
}
.person-list:hover a {
    color: #000;
}
#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: rgb(19, 7, 150);
    color: white;
    cursor: pointer;
    padding: 10px;
    border-radius: 4px;
  }
  
  #myBtn:hover {
    background-color: #555;
  }

  /*TOOLS TIP HOVEROVER*/
.tooltip {
	position: relative;
	display: inline-block;
  }
  .tooltip .tooltiptext {
	visibility: hidden;
	width: 200px;
	background-color: #FFF;
	color: #3d3d3d;
	text-align: center;
	border-radius: 6px;
	padding: 5px;
	position: absolute;
	z-index: 1;
	top: 80%;
	left: -45%;
	margin-left: -100px; /* 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: 0;
	transition: opacity .5s;
	border: 1px solid #3d3d3d;
  }
  
  .tooltip .tooltiptext::after {
	content: " ";
	position: absolute;
	top: 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;
  }
/*TOOLS TIP HOVEROVER*/

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

.bkg {
  width: 100%;
  animation: breath 30s linear infinite;
}