@CHARSET "UTF-8";
body{
	background-color:#dbe0e6;
	color: #36485d;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	margin:0 auto;
	padding:0;
	width:100%;
}
a {
	color: #202F42;
	text-decoration: none;
	transition: 0.2s;
}
a:hover {
	color: #5E26B9;
	opacity: 0.7;
}
.underline a{
	text-decoration: underline;
}
img {
	vertical-align: middle;
	max-width: 100%;
}
.no-image {
    width: 100%;
    height: 1vw;
    background-color: #6432BB;
    display: inline-block;
    margin-bottom: 30px;
    margin-right: 1px;
    float: left;
}

#navigation {
	background-image: linear-gradient(to left, #2A289E 0%, #6e24c2 100%);
	height: 80px;
	margin:0 auto;
	position:fixed;
	width:100%;
	z-index:99;	
 	-webkit-box-shadow: 0px 3px 5px rgba(100, 100, 100, 0.50);
 	-moz-box-shadow:    0px 3px 5px rgba(100, 100, 100, 0.50);
 	box-shadow:         0px 3px 5px rgba(100, 100, 100, 0.50);
}
#nav-dummy {
	height: 80px;
	width: 100%;
}
#logo {
	float:left;
	margin: 15px 0 0 0;
	position:absolute;
	width:160px
}
#nav {
	display: flex;
    flex-direction: row-reverse;
    font-size: 16px;
    justify-content: end;
    margin: 0 auto;
    text-align: right;
    width: 100%;
}
.content-container-nav {
	background-image: linear-gradient(to left, #2A289E 0%, #6e24c2 100%);
	height: 80px;
	margin:0 auto;
	z-index:99;
	width: 1207px;
}
.subnav_full {
	text-align:center;
	width:100%;
	height:55px;
	background-color:#FFF;
	color:orange;
	font-size:18px;
	box-sizing: border-box;
	padding-top:4px;
}
#mobile-nav {
	display: none;
}
.navOn {
	margin: 25px 20px;
}
.navOn a {
	color:#ff2700;
}
.navOn a:hover {
	color:#fff;
}
.nav-line {
	border-bottom: 3px #fff solid;
	margin-top:10px;
}
.navOff {
	margin: 25px 20px;
}
.navOff a {
	color:#fff;
}
.navOff_alt {
	margin: 25px 20px;
}
.navOff_alt a {
    background-color: #489ED9;
    color: #fff;
    padding: 1px 5px;
    border-radius: 4px;
    border: 2px #ADB1B4 solid;
}
.subnav {
	box-sizing:border-box;
	color:#eaeaea;
	float:left;
	font-size:1.2em;
	text-align:center;
	width:25%;
}
.subnav a {
	color:#eaeaea;
}
.subnav:nth-child(odd) {
	background-color:#213042;
}
.subnav:nth-child(even) {
	background-color:#556f8d;
}
.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:#c8d0da;
	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 {
	margin: 0 auto;
	width:1207px;
}
.content-container {
	margin: 0 auto;
	width:1207px;
}
.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:30px;
	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:20px;
	width: 67%;
}
.col-four {
	box-sizing:border-box;
	float:left;
	width:25%;
}
.col-four-three {
	box-sizing:border-box;
	float:left;
	width:75%;
}
.col-two-gap-right {
	box-sizing:border-box;
	float:left;
	padding-right:30px;
	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:20px;
	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-gap-left {
	margin-right:30px;
}
.col-gap-right {
	margin-right:30px;
}
.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:100%;
}
.content-box-tabs-container {
	width:100%;
}
.content-box-tabs {
	box-sizing:border-box;
	color:#eaeaea;
	float:left;
	font-size:.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-header {
	background-color:#e9edf2;
	box-sizing:border-box;
	color:#30333c;
	font-family: 'Montserrat', sans-serif;
	font-size:18px;
	min-height:40px;
	padding: 18px 20px 18px 20px;
	width:100%;
}
.content-box-header-dark {
	background-color:#213042;
	box-sizing:border-box;
	color:#FFF;
	font-family: 'Montserrat', sans-serif;
	font-size:18px;
	min-height:40px;
	padding: 18px 20px 18px 20px;
	width:100%;
}
.content-box-dark {
	background-color:#213042;
	box-sizing:border-box;
	padding: 15px;
	width:100%;
}
.content-box {
	background-color:#fff;
	box-sizing:border-box;
	padding: 15px;
	width:100%;
}
.content-box a {
	color:#0f72ed;
}
.content-box-no-padding {
	background-color:#fff;
	box-sizing:border-box;
	width:100%;
}
.footer-charts {
	border:10px #DBE0E6 solid;
	box-sizing:border-box;
	float:left;
	height:600px;
	overflow:hidden;
	width:25%;
}
.chart-homepage-tab {
	 box-sizing: border-box;
	 float:left;
	 position:relative;
	 height:17vw;
	 border-bottom: 2px #DBE0E6 solid;
	 overflow:hidden;
	 width:25%;
}
.line-height {
	line-height:2em;
}
.line-height-remove {
	line-height: 0;
}
.gap {
	height:20px;
	width:5px;
}
.gap-left {
	float:left;
	height:20px;
	width:14%;
}
.gap-mobile {
	display:none;
}
.clear {
	clear:both;
}
.cast {
	background: #FFF;
	font-size:18px;
	padding: 20px;
	border: 1px #bfbfbf solid;
}
.cast a {
	text-decoration:none;
}
.cast:hover a {
	background-color: #e9edf2;
	font-weight: bold;
	text-decoration:underline;
}
.cast:hover {
	background-color: #DBE0E6;
}
.cast-alt {
	font-size:18px;
	padding: 20px;
	background: #EDEDED;
	border: 1px #bfbfbf solid;
}
.cast-alt a {
	text-decoration:none;
}
.cast-alt:hover a {
	background-color: #e9edf2;
	font-weight: bold;
	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:#213042;
	color:#fff;
}
.color a {
	color:#fff;
}
.element-image {
	 float:left;
	 text-align:center;
	 width:20%;
	 height: 230px;
}
.element-content {
	 background-color:#213042;
	 box-sizing:border-box;
	 color:#fff;
	 float:left;
	 padding:5px;
	 text-align:center;
	 width:20%;
}
.news-headline-title {
	background-color:#602eb8;
	color:#fff;
	padding:20px;
}
.news-item-top {
	background:#5F29BC;
	float:left;
	font-size:14px;
	font-weight:bold;
	width:25%;
}
.news-item {
	float:left;
	font-size:14px;
	font-weight:bold;
	width:33.333%;
}
.news-image-home {
	background-size:100% 100%;
	float:left;
	width:100%;
	min-height:300px;
	overflow:hidden;
}
.news-item-image {
	padding: 5px 0 5px 50px;
	width:30%;
	float:right;
}
.news-content {
	background:transparent;
	box-sizing:border-box;
	padding:10px;
	text-align:justify;
}
.news-item-mobile {
	display:none;
}
.arrow-down {
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 13px solid #556f8d;
	height: 0;
	margin-left:10px;
	width: 0; 
}
.new-films {
    font-size: 20px;
    font-weight: bold;
    box-sizing: border-box;
    float: left;
    border-right: 2px #DBE0E6 solid;
    height: 450px;
}
.new-films-alt {
	width:25%;
	min-height:390px;
	border:1px #fff solid;
	background-color:#fff;
}
.news-image {
	width:95%;
	overflow:hidden;
	height: 250px;
	background-color: #FFF;
}
.news-headline {
	 background-color:#fff;
	 border:1px #000 solid;
	 box-sizing: border-box;
	 height:222px;
	 padding:15px;
	 text-align:justify;
	 width:95%;

}
.link-button {
	background-color: #6332BB;
	bottom:0;
	border-radius: 2px;
	box-sizing:border-box;
	padding:0 10px 5px 10px;
	margin-top:auto;
	width:95%;
}
.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: .5em;
    width: 100%;
}
.headerClear a {
	color:#fff;
}
.headerClearContainer {
	box-sizing:border-box;
    width: 100%;
    height: 60px;
    padding: 5px;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.74);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=74)";
    opacity: 0.74;
    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:20%;
}
.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:8px 8px;
}
.inline-block {
	display: inline-block;
}
.highlight-no-padding {
	background-color:#EDEDED;
	color: #36485d;
}
.highlight {
	background-color:#EDEDED;
	color: #36485d;
	padding:0 5px;
}
.highlight-padding {
	background-color:#EDEDED;
	padding:5px;
}
.highlight-purple {
	background-color:#602eb8;
	color:#FFF;
	padding:0 7px;
}
.highlight-purple a {
	color:#FFF;
}
.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;
}
.wrapperKey{
  background-color:#efefef;
  height: 30px;
  position : relative;
  width: 100%; 
}
.wrapperKey > div{
  bottom: 0px;
  color:#fff;
  width: 20%;
  position: absolute;
  margin: 1px;
  display : inline-block;
  text-align:center;

 }
.wrapper > div{
  bottom: 0px;
  color:#fff;
  width: 20%;
  position: absolute;
  margin: 1px;
  display : inline-block;
 }
#rating {
 	box-sizing:border-box;
    color: rgba(0, 0, 0, 0.0);
    cursor: pointer;
    float:left;
    font-size: 16px;
    padding:5px 0;
    text-align: center;
    width: 20%;
}
#rating:hover {
	color: #000;
	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 .3s ease-in-out 0s;
  font-size: 16px;
  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 .3s ease-in-out 0s;
  font-size: 16px;
  font-weight: bold;
  padding:2px;
}
.hide {
	display:none;
}

.comments {
	border-bottom:1px #cecece solid;
	padding:10px 0 30px 0;
}
.season_years_container {
	box-sizing:border-box;
    font-size:15px;
    width: 80%;
}
.season_container {
	box-sizing:border-box;
    float: left;
    text-align: center;
    width:12%;
    border-left:1px black 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 {
	box-sizing:border-box;
    float: left;
    font-size: 16px;
    width: 40%;
}
.season_list_container p {
	text-align:center;
}
.left-hand-title-box {
	float:right;
	padding-right:20px;
	padding-top: 6px;
}
.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: #dbe0e6;
	border-bottom:1px #fff solid;
}
.chart-list {
	height:130px;
	padding-bottom:25px;
}
input[type=text] {
	border:1px #cececa solid;
	font-size:18px;
	height:40px;
	padding: 0 0 0 10px;
	width:99%;
}
input[type=submit] {
    cursor: pointer;
    background-color: #489ED9;
    color: #FFF;
    font-size: 24px;
    padding: 5px 20px;
    border: 1px #2B279F solid;
    border-radius: 2px;
}
input[type=submit]:hover {
    background-color: #2B279F;
    color: #FFF;
}
textarea {
	width:100%;
}
.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;
}
.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: relative;
	background-color:#2a289e;
    border-bottom-right-radius: .3em;
	font-size:1.6rem;
	text-align:center;
}
.chart-top-images {
	background-position: top center;
	background-size:100% 100%;
	float:left;
	height:16vw;
	width:20%;
}
.full_width {
	width: 100%;
}
.button {
	border-radius:3px;
	height: 42px;
}
.button-no-radium {
	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;
}
.line {
	border-bottom: #dbe0e6 3px solid;
	margin:10px 0;
	width:100%;
}
.news-tag {
	background-color:#6d24c1;
	color:#FFF;
	display: inline-block;
	height:18px;
	padding: 3px 15px 6px 15px;
	position:absolute;
	text-align:center;
}
.no {
	display: none;
}
.border-radius {
	border-radius:5px;
}
.border {
	border: 1px solid #6b6b6b;
	box-sizing: border-box;
}
.fod-comment {
	padding: 8px 10px;
	background-color:#EFF1F3;
}
.mobile-container {
	display: none;
}
button {
	border:1px black solid;
	background-color: transparent;
    border: 0;
    color: #fff;
    cursor: pointer;
    font-size: 0;
    padding: 5px 10px;
    width:100%;
    height:50px;
}
.facebook-reaction{
  max-width:100%;
  margin:150px auto;
  padding:0 60px;
  position: relative;
}
.like-btn {
  font-weight: bold;
  color: #7f7f7f;
  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;
	 height: 120px;
	 margin-top: 10px;
	 border:1px solid #cecece;
	 border-radius:15px;
	 padding:3px 0;
}
.film-mini-search {
	width: 66%;
	height:200px;
}
.film-mini-image {
	position: absolute;
	left:-1px; top: -3px;
	float:left;
	width: 30%;
}
.film-mini-info {
	 width: 65%;
	 float:right;
	 padding-right:10px;
}
.film-mini-rating {
	 position: relative;
	 left:32%;
	 top:-34px;
}
.reactions-box {
  height: 25px;
  width: 200px;
  padding: 10px 1px 15px 15px;
  position: absolute;
  top: 10px;
  border: 1px solid #9e9da0;
  //box-shadow: 2px 2px 3px #cccccc, -1px 0px 2px #eeeeee;
  border-radius: 10px 10px;
  display: none;
  background-color:rgba(255,255,255);
  z-index: 100;
}
.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: #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 .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;
}
.padding {
    padding: 20px;
}
.padding-right {
	padding-right: 5px;
}
.padding-left {
	padding-left: 5px;
}
.padding-bottom {
	padding-bottom: 5px;
}
margin-left {
	margin-left: 5px;
}
.search-box input[type=text] {
	color: #36485d;
    height:40px;
    border-radius:0;
    font-size:16px;
    width:80%;
    //box-shadow: 0 2px 2px 0 rgba(0,0,0,0.16), 0 0 0 1px rgba(0,0,0,0.08);
}

.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:8px;
	color:#444;
	padding:5px 10px;
	border:1px black solid;
	line-height:1.1em;
	z-index:0;
	text-align:center;
}
.rating-display {
	color: #FFF;
	padding: 0;
	line-height:0.9em;
}
.rating-already {
	background-color:#602EB8;
	color:#fff;
}
.text-right {
	text-align: right;
	width: 90%;
}
.space {
	width: 20%;
}
.mini-icon {
	 color: #FFF;
	 //background-image: linear-gradient(#5e26b9, #FFF);
	 background-color: #5e26b9;
	 padding: 0 5px;
	 border:1px #707070 solid;
	 display:inline-block;
	 font-weight: bold;
}
.division-no-width {
	border-top: 1px #dddddd solid;
}
.division {
	border-top: 1px #dddddd solid;
	width: 100%;
	padding: 7px 0;
}
.division-no-padding {
	border-top: 1px #dddddd solid;
	width: 100%;
}
.padding-trending {
	padding: 3px 10px;
}
.indent {
	padding-left: 10px;
}

.zigzag {
    position: relative;
    padding: 8px 0 32px 0;
    background: #f4f4f4;
}

.zigzag:after {
    background: linear-gradient(-45deg, #ffffff 16px, transparent 0), linear-gradient(45deg, #ffffff 16px, transparent 0);
    background-position: left-bottom;
    background-repeat: repeat-x;
    background-size: 32px 32px;
    content: " ";
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 32px;
}
.detail-page-grosses-pos {
	width: 17%;
	display: block;
	overflow: auto;
}
.detail-page-grosses-title {
	display: block;
	overflow: auto;
	width: 83%
}