.filmibeat-movie-review {
    padding: 10px;
}
.filmibeat-movie-review .movie-name{
  color: #000;
font-size: 26px;
font-weight: 600;
display: block;
margin-bottom: 10px;
}
.movie-name span{
  color: #87868a;
    font-size: 20px;
    margin: 4px;
    font-weight: 400;
}
.date-action .movie-release-date{
  float: left;
  font-size: 16px;
  font-weight: 600;
  margin-right: 10px;
}
.movie-release-date span{
  display: block;
    font-size: 16px;
    font-weight: normal;
    color: #87868a;
    margin-top: 10px;
}
.date-action .movie-genre {
    /* float: left; */
    margin-left: 145px;
}
.genre-title {
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}
.movie-genre ul li{
  list-style-type: none;
  display: inline-block;
  padding: 0px 10px 0px 10px;
  text-transform: capitalize;
  border: 1px solid #9c9b9b;
  border-radius: 11px;
  font-size: 14px;
  margin: 0px 1px 0px 1px;
}
a{
  color: #000000;
  list-style-type: none;
  text-decoration: none;
}
.active::before {
transition: 300ms;
height: 5px;
content: "";
position: absolute;
background-color: red;
}

.grow::before {
height: 0%;
width: 100%;
bottom: -3px;
left: 5px;
}
.grow:hover::before {
height: 5px;
}
.date-action {
    margin-bottom: 20px;
}
.filmibeat-movie-overview .overview-left{
  float: left;
  margin-right: 20px;
  font-size: 16px;
  text-transform: capitalize;
  border: 1px solid #9c9b9b;
  border-radius: 18px;
  padding: 5px 10px;
}
.overview-right {
    margin-left: 150px;
}
.overview-right ul li{
  list-style-type: none;
  display: inline-block;
  font-weight: 600;
  font-size: 14px;
  color: #87868a !important;
  position: relative;
  padding: 5px 3px;
  text-transform: capitalize;
}
.overview-right ul li a{
    color: #87868a !important;
    text-decoration: none;
}
.overview-right ul li.selected a:before {content: "";position: absolute;background-color: red;height: 5px;}
.overview-right ul li a:hover{
  color: #000 !important;
  font-weight: 600 !important;
}
.overview-right ul{
      border-bottom: 3px solid #c5c5c5;
      display: inline-block;
}
.target {
  position: absolute;
  border-bottom: 4px solid transparent;
  z-index: -1;
  transform: translateX(-60px);
}
.overview-right a,
.target {
  transition: all .35s ease-in-out;
  top: 388px !important;
  display: inline-block;

}

.filmibeat-icon{
  float: left;
    display: inline-block;
    vertical-align: middle;
    height: 25px;
    width: 25px;
    background-image: url(../../images/popcorn/overview.png);
    background-repeat: no-repeat;
}
.cast-icon {
        background-position: 5px 2px;
}
.photos-icon {
        background-position: -69px 2px;
}
.songs-icon {
        background-position: -162px 2px;
}
.videos-icon {
        background-position: -252px 2px;
}
.review-icon {
        background-position: -334px 2px;
}
.fan-icon {
        background-position: -413px 2px;
}
.audience-review-title {
    margin: 20px 0px;
    display: block;
    font-weight: bolder;
    font-size: 18px;
    text-transform: capitalize;
    position: relative;
    border-bottom: 1px solid #726b6b;
    padding-bottom: 7px;
}
.border-bottom {
    position: absolute;
    width: 50px;
    height: 3px;
    background: #ff5c01;
    top: 28px;
    left: 0px;
}
.audience-review-headline{
  font-size: 14px;
  margin-bottom: 10px;
}
.audience-review.form-wrapper {
    padding: 20px;
    box-shadow: 0 0 5px 2px #bebebe;
    margin-bottom: 20px;
}
.audience-review-form {
    float: left;
    width: 48%;
    overflow: hidden;
    margin-right: 20px;
}
.audience-review-review.rating {
    float: right;
    width: 48%;
    overflow: hidden;
    display: block;
margin: 0 auto;
text-align: left;
margin-top: 25px;
}
.rev-input-txt, .rev-input-txtarea {
  width: 100%;
  padding: 8px 10px;
  margin: 8px 0;
  display: inline-block;
  border: none;
  background-image:
    linear-gradient(
      to right,
        #e5e5e5,
        #ededed,
        #ededed,
        #e5e5e5
    );
  border-radius: 4px;
  box-sizing: border-box;
}
.star-rating.icon {
    background-image: url(../../images/popcorn/star-ratings.png);
    display: inline-block;
    vertical-align: middle;
}
.star-rating {
    width: 74px;
    height: 13px;
}
.stage-0 {
    background-position: 0px 16px;
}
 .stage-05 {
     background-position: 0px 28px;
}
 .stage-1{
    background-position: 0px -54px;
}
 .stage-15{
    background-position: 0px 40px;
}
 .stage-2{
    background-position: 0px -40px;
}
 .stage-25{
    background-position: 0px 52px;
}
 .stage-3{
    background-position: 0px -29px;
}
 .stage-35{
    background-position: 0px 65px;
}
 .stage-4{
    background-position: 0px -16px;
}
 .stage-45{
    background-position: 0px 65px;
}
 .stage-5{
    background-position: 0px -4px;
}
.rating-name {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    color: #000000;
    margin-left: 5px;
}
.audience-review-review.rating ul li{
  text-align: left;
  margin-left: 80px;
  line-height: 25px;
}
ul li{
  list-style-type: none;
}
.submit-buttons {
    width: 100%;
    text-align: center;
    margin: 20px 0px;
}
.submit-buttons .post{
  padding: 4px 18px;
  background: #a0410d;
  color: #fff;
  text-transform: capitalize;
  margin: 5px;
  border-radius: 4px;
  font-weight: 600;
  border: none;
}
.submit-buttons .cancle{
  padding: 4px 18px;
  background: #585858;
  color: #fff;
  text-transform: capitalize;
  margin: 5px;
  border-radius: 4px;
  font-weight: 600;
  border: none;
}
.submit-buttons a{
  text-decoration: none;
}
.filmibeat-user-review {
    padding: 20px;
    box-shadow: 0 0 5px 2px #bebebe;
    margin-bottom: 20px;
}
.user-name {
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 600;
    display: block;
}
.user-name span {
    display: block;
    font-size: 10px;
}
.user-rate {
    /* margin: 10px 0px; */
}
.user-comment {
    font-size: 14px;
}
.overview-left span.left-arrow{
  background-image: url(../../images/popcorn/left_arrow.png);
    display: inline-block;
        background-repeat: no-repeat;
}
.left-arrow{
  width: 13px;
  height: 10px;
      margin: 0px 5px 0px 5px;
}
.textarea-note {
    text-align: right;
    font-size: 14px;
}
label {
    font-weight: 600;
}
.border-bottom.movies {
    position: absolute;
    width: 70px;
    height: 3px;
    background: #ff5c01;
    top: 43px;
    left: 0px;
}
.border-bottom.celeb {
    position: absolute;
    width: 70px;
    height: 3px;
    background: #ff5c01;
    top: 43px;
    left: 0px;
}
/* Awards */
.filmibeat-awards-section{
  position: relative;
}
.awards-heading {
    margin: 20px 0px;
    display: block;
    font-weight: bolder;
    font-size: 18px;
    text-transform: capitalize;
    position: relative;
    border-bottom: 1px solid #726b6b;
    padding-bottom: 7px;
}
.border-bottom.awards {
    position: absolute;
    width: 50px;
    height: 3px;
    background: #ff5c01;
    top: 28px;
    left: 0px;
}
.awards-table table, th, td {
  border: 1px solid black;

}
th, td{
  padding: 10px;
  text-align: center;
}
td{
  vertical-align: middle;
}
table {
  border-collapse: collapse;
  width: 100%;
}
.award-movie-title{
  display: block;
  text-align: center;
}
.award-movie-title a{
    color: #0066CC;
    text-decoration: underline;
}
/* Cast */

.filmibeat-cast-section{
  position: relative;
}
.cast-heading {
    margin: 20px 0px;
    display: block;
    font-weight: bolder;
    font-size: 18px;
    text-transform: capitalize;
    position: relative;
    border-bottom: 1px solid #726b6b;
    padding-bottom: 7px;
}
.border-bottom.cast {
    position: absolute;
    width: 50px;
    height: 3px;
    background: #ff5c01;
    top: 28px;
    left: 0px;
}
.filmy-cast ul li{
  float: left;
width: 150px;
margin-right: 23px;
    overflow: hidden;
    margin-bottom: 10px;
}
.filmy-cast ul li:nth-child(4n){
  margin-right: 0px;
}
.cast-thumb {
    height: 180px;
    overflow: hidden;
    border-radius: 10%;
    width: 150px;
}
.cast-thumb img{
  width: 100%;
    display: block;
}
.cand-name {
    text-align: center;
    margin: 6px 0px;
    font-size: 16px;
    font-weight: bold;
    height: 54px;
    color: #000;
    text-transform: capitalize;
}
.cand-name span{
  display: block;
font-size: 12px;
font-weight: normal;
}
.crew-heading {
    margin: 20px 0px;
    display: block;
    font-weight: bolder;
    font-size: 18px;
    text-transform: capitalize;
    position: relative;
    border-bottom: 1px solid #726b6b;
    padding-bottom: 7px;
}
.border-bottom.crew {
    position: absolute;
    width: 50px;
    height: 3px;
    background: #ff5c01;
    top: 28px;
    left: 0px;
}
/* Dialogues */

.filmibeat-dialogues-section{
  position: relative;
}
.dialogues-heading {
    margin: 20px 0px;
    display: block;
    font-weight: bolder;
    font-size: 18px;
    text-transform: capitalize;
    position: relative;
    border-bottom: 1px solid #726b6b;
    padding-bottom: 7px;
}
.border-bottom.dialogues {
    position: absolute;
    width: 50px;
    height: 3px;
    background: #ff5c01;
    top: 28px;
    left: 0px;
}
.left-section {
    float: left;
    width: 18%;
    display: block;
}
.more-icon{
  float: left;
  margin-right: 5px;
}
.more-icon i.more-thumb{
  float: left;
  display: inline-block;
  vertical-align: middle;
  height: 39px;
  width: 45px;
  background-image: url(../../images/popcorn/dialog-icon.png);
  background-repeat: no-repeat;

}
.filmibeat-dialogues{
  margin: 5px;
}
.share-icons {
    margin-left: 45px;
}
.filmibeat-dialogues ul li{
  padding-bottom: 10px;
border-bottom: 2px solid #c5c5c5;
margin: 5px;
line-height: 21px;
font-size: 16px;
margin-bottom: 20px;
}
.filmibeat-dialogues ul li:last-child{
  border-bottom: none;
}
.dialogue-info.right-section {
    margin-left: 120px;
}
.twit-icon {
    height: 20px;
}
.fb-icon{
  height: 20px;
}
/* Fan Photos */

.upload-here {
    text-transform: capitalize;
    font-size: 14px;
    display: block;
    color: #000;
}
.upload-here button{
  background: #d52727;
  padding: 7px 14px;
  cursor: pointer;
  color: #fff;
  text-transform: uppercase;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  border: none;
  margin: 5px 10px;
}
.upload-here a{
    color: #fff;
      text-decoration: none;
}
.upload-disclaimer {
    font-size: 14px;
    display: block;
    font-weight: 600;
    margin-bottom: 20px;
}
.thumb-photo {
    background: #ebebeb;
    padding: 20px;
    margin-bottom: 20px;
    display: inline-block;
}
.thumb-photo img{
  width: 100%;
  display: block;
}
.no-of-photo {
    padding: 5px 15px;
    position: absolute;
    top: 10px;
    border-radius: 10px;
    right: 15px;
    background-color: rgba(29, 29, 28, 0.6);
    font-size: 26px;
    color: #fff;
    font-weight: bold;
        display: inline-block;
}
.uploder {
    position: absolute;
    bottom: 0px;
    background-color: rgba(0, 0, 0, 0.6);
    /* top: 0px; */
    display: block;
    color: #fff;
    width: 97%;
    padding: 10px;
    left: 0px;
}
.uploder span{
  font-weight: bold;
}
.thubmnail{
  position: relative;
}
.thumbimg-list ul li{
  float: left;
  width: 32%;
  margin-right: 12px;
  margin-bottom: 10px;
}
.up-thumb {
    overflow: hidden;
    height: 275px;
}
.up-thumb img{
  width: 100%;
  display: block;
}
.thumbimg-list ul li:nth-child(3n){
  margin-right: 0px;
}
/* SOngs */
.ov-movie-rating {
    padding: 10px;
    background: #f0efef;
}
.iv-movie-list ul li{
  border-bottom: 1px solid #585858;
  margin-bottom: 10px;
}
.iv-movie-list ul li:last-child{
  border-bottom: none;
}
.rev-mov-name {
  width: 45%;
float: left;
    margin-right: 30px;
    font-weight: bold;
    font-size: 22px;
}
.mov-singer {
    font-size: 12px;
    font-weight: normal;
    margin: 5px 0px;
}
.mov-singer span {
    font-weight: 600;
    font-size: 14px;
}
.mov-rating-right {
    float: right;
    width: 50%;
    text-align: right;
}
.mov-rating {
  text-align: right;
  height: 55px;
  font-size: 45px;
  margin-right: 24px;
  font-weight: 100;
  color: #585858;
}
.ov-user-rating.rated {
    margin-bottom: 5px;
    float: right;
    margin-top: 0px;
    margin-right: 0px;
}
.ov-user-rating {
    display: inline-block;
    float: right;
    margin-top: 11px;
    margin-right: 25px;
}
.star-rating.icon {
    background-image: url(../../images/popcorn/star-ratings.png);
    display: inline-block;
    vertical-align: middle;
}
.star-rating {
    width: 74px;
    height: 13px;
}
.stage-05 {
    background-position: 0px -115px;
}
.rate-now {
    font-size: 14px;
    font-weight: 600;
}
/* Story */
.movie-content {
    margin-bottom: 15px;
    font-size: 16px;
    color: #000;
    display: block;
}
.movie-note {
    margin: 36px 0px 20px 0px;
    color: #000;
        font-style: italic;
}
.movie-note span{
  color: red;
  font-style: normal;
}
.movie-note .imp{
  color: #000;
  font-weight: bold;
  font-style: normal;
}
.movie-note i{
  color: #000;
}
.cand-name a {
    color: #000;
}
/* Trivia */
.trivia {
    padding: 10px;
    box-shadow: 0 0 5px 2px #bebebe;
    margin-bottom: 20px;
}
.trivia-cont {
    margin-left: 0;
    vertical-align: middle;
    font-size: 14px;
}

/* Videos */
.filmibeat-movie-videos ul li{
  float: left;
   width: 48%;
   margin-right: 26px;
   margin-bottom: 15px;
   overflow: hidden;
   position: relative;
}
.filmibeat-movie-videos ul li:nth-child(2n){
  margin-right: 0px;
}
.movie-thumb img{
  width: 100%;
  display: block;
}
.movie-thumb {
  margin-bottom: 10px;
  width: 322px;
  height: 258px;
  overflow: hidden;
}
.movie-thumb-info {
    font-size: 14px;
    font-weight: 600;
    color: #000;
}
.filmographyHeading {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 600;
}
.thumb-shadow{
/*background-color: rgba(0, 0, 0, 0.55);*/
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
.filmibeat-movie-videos ul li a{
  position: relative;
  display: block;
}
.filmibeat-movie-videos{
  position: relative;
}
.thumb-shadow::after{
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 10px;
      bottom: 11px;
  background: url(../../images/popcorn/video-icon.png) no-repeat center;
}
/* Comments */
.comments-title {
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
}
.comments-title span{
      margin: 5px;
}
.comment-section {
    margin: 15px 0px;
}
.comment-section img{
  width: 100%;
  display: block;
}
.talk-town-list ul li{
  float: left;
    margin-right: 2%;
    width: 49%;
    margin-bottom: 10px;
}
.talk-town-list ul li:nth-child(2n){
  margin-right: 0px;
}
.talk-with-town {
    height: 160px;
    border: 1px solid #d3d3d3;
}
.talk-town-title {
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: bold;
    color: #454d5d;
}
.talk-with-town .talk-thumbimg {
    float: left;
    width: 120px;
    overflow: hidden;
    height: 160px;
}
.talk-thumbimg img{
  width: 100%;
  display: block;
}
.talk-with-town .talk-story {
    margin-left: 126px;
    font-size: 14px;
    line-height: 25px;
    width: 190px;
}
.talk-story span {
    display: block;
    margin-top: 53px;
    color: #747474;
    font-size: 12px;
    font-weight: 600;
}
.talk-story span strong {
    margin: 2px;
}
.show-more button{
  width: 100%;
border: none;
padding: 10px;
background: #228be6;
color: #fff;
font-size: 14px;
text-decoration: none;
cursor: pointer;
border-radius: 5px;
}
/* critics-review */
.critics-review ul li {
    padding: 10px;
    box-shadow: 0 0 5px 2px #bebebe;
    margin-bottom: 10px;
}
.web-revw .web-name{
  font-weight: bold;
  font-size: 18px;
}
.user.comment {
    font-size: 15px;
}
.more-web-review a {
    font-size: 12px;
    color: #0066cc;
    padding: 5px 0;
    text-transform: capitalize;
}
.overview-left a {
    color: #000;
}
.mv-story p{
  margin-bottom: 15px;
}
.mov-singer a,.mov-lyr a{
  color:#000;
}
.mov-music {
  margin-bottom: 10px;
}
/* Tweet */
.customer-tweet-wrapper {
    padding: 14px;
    box-shadow: 0 0 5px 2px #bebebe;
    margin-bottom: 10px;
    border-radius: 5px;
    overflow-x: hidden;
    overflow-y: scroll;
    position: relative;
}
.customer-tweet-wrapper ul li{
    margin-bottom: 10px;
}
.tweet .tw-cus-thumb{
  float: left;
  width: 8%;
  margin-top: 5px;
}
.tweet .tw-right-block{
  margin-left: 60px;
  border-bottom: 1px solid #4f4f4f;
}
/* .tw-right-block:last-child{
  border-bottom: none;
} */
.tw-right-block .twit-profilr {
    text-transform: capitalize;
    font-weight: bold;
    font-size: 16px;
    color: #000;
    margin-bottom: 5px;
}
.twit-profilr span{
      color: #545252;
      font-size: 14px;
      font-weight: normal;
}
.tw-right-block .twit-comment {
    font-size: 14px;
    margin-bottom: 8px;
}
.re-twit {
    font-size: 14px;
    margin-bottom: 10px;
}
.re-twit a{
  color: #0066cc;
}
.follow-twitter {
float: right;
}
.compose-newtwit input {
    width: 100%;
    padding: 6px;
    font-size: 12px;
    background: #fff;
    border: 5px solid #e5e5e5;
    border-radius: 18px;
}
.overview-left a {
  color: #000;
}
.filmy-dirtd-by span a{
  color: #000;
}
.dialogue-section {
  min-height: 30px;
}
.twod div {
    margin-left: -3px;
}
a.tweet-box-button {
    background: none repeat scroll 0 0 #FFFFFF;
    display: block;
    padding: 4px;
    text-align: left;
    width: 97%;
    font-size: 13px;
    text-decoration: none;
    color: #707070;
    border: 5px solid #e5e5e5;
    border-radius: 18px;
}
