/** ================================================= **/
/** ================== Master Styles ================ **/
/** ================================================= **/
  /** General Styles **/
    body {
      margin: 0;
      background: url(/mymoviefinder/site/images/background/collage1-min.jpg) no-repeat center center fixed; 
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;   
      font-family: 'Oswald', sans-serif;
      padding-bottom: 0px;
      margin-bottom: 0px;
    }
    a {
      text-decoration: none;
      color: inherit;
    }
    a:hover {
      text-decoration: none;
      color: inherit;
    }
    #mask {
      position: fixed;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      z-index: -1;
      background: rgba(0,0,0,.7);
    }
    .overlay2 {
      z-index: 8;
      background: #000;
      opacity: 0.6;
      position: fixed;
      width: 100%;
      height: 100%;
      display: none;
    }  
  /** Search box **/
    .red {
        color: #ff2c2c;
    }
    #slogan {
      color: #fff;
    }
    #menu {
      color: #fff;
    }
    #top .logo {
      padding: 40px 0 0 40px;
      float: left;
    }
    #wrap ul#primary-signup {
    border: 1px solid #e1e1e1;
    display: inline-block;
    position: absolute;
    background: #fff;
    border-radius: 5px;
    list-style: none;
    margin: auto;
    right: 50px;
    top: 95px;
    padding: 10px 0;
    z-index: 5;
    width: 113px;
    }
    #wrap ul#primary-signup:before {
    content: " ";
    width: 0;
    height: 0;
    border-style: solid;
    top: -1em;
    right: 5%;
    position: absolute;
    border-width: 0.5em;
    border-color: transparent transparent #fff transparent;
    }
    #wrap ul#primary-signup li{
    padding: 10px 0;
    text-align: center;
    font-family: 'Oswald';
    text-transform: uppercase;
    font-size: 14px;
    display: block;
    }
    #wrap ul#primary-signup li span{
    padding: 10px 0;
    text-align: center;
    font-family: 'Oswald';
    text-transform: uppercase;
    font-size: 13px;
    }
    #wrap ul#primary-signup li:hover {
    background: #f9f9f9;
    }
    ul#menu {
      margin: 0;
      float: right;
      padding: 30px 40px 0 0;
    }
    ul#menu li{
      margin: 0;
      padding: 10px 10px;
      display: inline-block;
      margin: 0 10px; 
    }
    ul#menu li:hover{
      color: #ff2c2c;
    }
  /** Signup Button & Menu **/
    ul#menu li.signup {
      border-radius: 5px;
      padding: 10px 15px;
      border:2px solid #ff2c2c;
      color: #ff2c2c;
      cursor: pointer;
    }
    ul#menu li.signup:hover {
      background: #ff2c2c;
      color: #fff;
    }
    .submenu ul {
      display: block;
      position: fixed;
      width: 150px;
      display: none;
      margin: 0;
      padding: 0;
      z-index: 7;
      background: #fff;
      border: 1px solid #e1e1e1;
      right: 0;
      color: #000;
    }
    .submenu ul.submenu li{
      display: block;
      padding: 0;
      margin: 0;
      width: 100%;
    }
    li ul.submenu li:last-child {
      border-top: 1px solid #e1e1e1;
    }  
  /** Secondary Menu **/
    #menu2 {
      width: 100%;
      position: fixed;
      top: 0;
      display: none;
      background: #fff;
      border-bottom: 1px solid #e1e1e1;
      z-index:5;
    }
    #menu2 .logo {
      padding: 22px 0 0 20px;
      float: left;
    }
    #menu2 span.iconicfill-transfer {
      font-size: 15px;
    }
    #menu2.movie {
      display: inline;
    }
  /** Secondary Menu List Styles **/
    ul#menun2 {
      margin: 0;
      padding: 0;
      float: right;
      text-transform: uppercase;
      color: #000;
      font-size: 13px;
    }
    ul#menun2 li{
      padding: 22px 10px;
      display: inline-block;
      margin: 0 10px;
      vertical-align: top;
    }
    ul#menun2 li:hover{
      color: #ff2c2c;
    }
  /** Signup Button Styles **/
    ul#menun2 li.signup {
      padding: 0 22px 0 24px;
      margin: 0 0 0 10px;
      background: #ff2c2c;
      color: #fff;
      border-left: 1px solid #e1e1e1;
      height:65px;
    }
    ul#menun2 li.signup:hover {
      color: #fff;
      background: #E62828;
    }
    ul#menun2 li.signup span {
      font-size: 14px;
    }
    ul#menun2 li.signup .text {
      padding: 22px 0;
      display: inline-block;
      letter-spacing: 1px;
      cursor: pointer;
    } 
  /** User List Styles **/
    li.signup ul.usersubmenu {
      display: block;
      position: fixed;
      width: 150px;
      display: none;
      margin: 0;
      padding: 0;
      z-index: 7;
      background: #fff;
      border: 1px solid #e1e1e1;
      right: 0;
      color: #000;
    }
    li.signup ul.usersubmenu li{
      display: block;
      padding: 0;
      margin: 0;
      width: 100%;
    }
    li ul.usersubmenu li:last-child {
      border-top: 1px solid #e1e1e1;
    }
  /** Signup Form Styles **/
    .signup-div {
      width: 500px;
      max-width: 100%;
      height: 430px;
      position: fixed;
      margin: auto;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0;
      background: #fff;
      color: #000;
      z-index: 10;
      padding: 8px 25px;
      display: none;
      text-align: left;
      border-radius: 5px;
    }
    .signup-div form {
      width: 95%;
      margin: auto;
    }
    input.signup {
      width: 90%;
      height: 40px;
      padding: 0 15px;
      border-radius: 5px;
      font-size: 16px;
      margin: 5px 0;
    }
  /** .slideThree **/
    .slideThree {
      width: 53px;
      height: 17px;
      background: #333;
      display: inline-block;
      margin: 20px auto auto 10px;
      position: relative;
      border-radius: 33px;
      box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.2);
    }
    .slideThree:after {
      content: 'OFF';
      color: #000;
      position: absolute;
      right: 8px;
      z-index: 0;
      font: 8px/17px Arial, sans-serif;
      font-weight: bold;
      text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.15);
    }
    .slideThree:before {
      content: 'ON';
      color: #ff2c2c;
      position: absolute;
      left: 8px;
      z-index: 0;
      font: 8px/17px Arial, sans-serif;
      font-weight: bold;
    }
    .slideThree label {
      display: block;
      width: 23px;
      height: 14px;
      cursor: pointer;
      position: absolute;
      top: 2px;
      left: 2px;
      z-index: 1;
      background: #fcfff4;
      background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
      background: linear-gradient(to bottom, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
      border-radius: 33px;
      -webkit-transition: all 0.4s ease;
              transition: all 0.4s ease;
      box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
    }
    .slideThree input[type=checkbox] {
      visibility: hidden;
    }
    .slideThree input[type=checkbox]:checked + label {
      left: 28px;
    }
  /** Log in Button **/
    .signup-div button {
      width: 100%;
      padding: 15px 0;
      margin: 0 15px 0 0;
      font-size: 16px;
      font-family: 'Oswald',helvetica;
      background: #ff2c2c;
      color: #fff;
      border: 1px solid #e1e1e1;
      border-radius: 5px;
      font-weight: 600;
    }
    .signup-div button:hover {
      background: #000;
    }
    /** Search Top Header Styles **/
    div#search-top {
      width: 100%;
      text-align: center;
      height: 650px;
    }
    div#search-movie {
      width: 100%;
      text-align: center;
      height: 450px;
    }
    #search-wrap {
      width: 100%;
      padding: 200px 0 0 0;
    }
    input:focus {
      outline: none;
    }
    #search-bar {
      height: 50px;
      width: 730px;
      max-width: 95%;
      margin: 30px auto 0 auto;
      text-align: center;
      display: inline-block;
    }
  /** Login Social Media **/
    .social-div a{
      display: inline-block;
      padding: 4px 12px;
      margin-bottom: 0;
      font-size: 14px;
      line-height: 20px;
      text-align: center;
      vertical-align: middle;
      cursor: pointer;
      background-repeat: repeat-x;
      border: 1px solid #cccccc;
      border-bottom-color: #b3b3b3;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px;
      -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
      -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
      font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
      width: 100%;
      margin-bottom: 10px;
    }
    .btn-facebook {
      color: #ffffff;
      text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
      background-color: #2b4b90;
      *background-color: #133783;
      background-image: -moz-linear-gradient(top, #3b5998, #133783);
      background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3b5998), to(#133783));
      background-image: -webkit-linear-gradient(top, #3b5998, #133783);
      background-image: -o-linear-gradient(top, #3b5998, #133783);
      background-image: linear-gradient(to bottom, #3b5998, #133783);
      background-repeat: repeat-x;
      border-color: #133783 #133783 #091b40;
      border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3b5998', endColorstr='#ff133783', GradientType=0);
      filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    }
    .btn-facebook:hover,
    .btn-facebook:focus,
    .btn-facebook:active,
    .btn-facebook.active,
    .btn-facebook.disabled,
    .btn-facebook[disabled] {
      color: #ffffff;
      background-color: #133783;
      *background-color: #102e6d;
    }
    .btn-facebook:active,
    .btn-facebook.active {
      background-color: #0d2456 \9;
    }
    .btn-twitter {
      color: #ffffff;
      text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
      background-color: #1c95d0;
      *background-color: #0271bf;
      background-image: -moz-linear-gradient(top, #2daddc, #0271bf);
      background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2daddc), to(#0271bf));
      background-image: -webkit-linear-gradient(top, #2daddc, #0271bf);
      background-image: -o-linear-gradient(top, #2daddc, #0271bf);
      background-image: linear-gradient(to bottom, #2daddc, #0271bf);
      background-repeat: repeat-x;
      border-color: #0271bf #0271bf #014473;
      border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2daddc', endColorstr='#ff0271bf', GradientType=0);
      filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    }
    .btn-twitter:hover,
    .btn-twitter:focus,
    .btn-twitter:active,
    .btn-twitter.active,
    .btn-twitter.disabled,
    .btn-twitter[disabled] {
      color: #ffffff;
      background-color: #0271bf;
      *background-color: #0262a6;
    }
    .btn-twitter:active,
    .btn-twitter.active {
      background-color: #01538d \9;
    }
    .btn-github {
      color: #000000;
      text-shadow: 0 0.7px 0 rgba(0, 0, 0, 0.1);
      background-color: #f2f2f2;
      *background-color: #e6e6e6;
      background-image: -moz-linear-gradient(top, #fafafa, #e6e6e6);
      background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fafafa), to(#e6e6e6));
      background-image: -webkit-linear-gradient(top, #fafafa, #e6e6e6);
      background-image: -o-linear-gradient(top, #fafafa, #e6e6e6);
      background-image: linear-gradient(to bottom, #fafafa, #e6e6e6);
      background-repeat: repeat-x;
      border-color: #e6e6e6 #e6e6e6 #c0c0c0;
      border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffafafa', endColorstr='#ffe6e6e6', GradientType=0);
      filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    }
    .btn-github:hover,
    .btn-github:focus,
    .btn-github:active,
    .btn-github.active,
    .btn-github.disabled,
    .btn-github[disabled] {
      color: #000000;
      background-color: #e6e6e6;
      *background-color: #d9d9d9;
    }
    .btn-github:active,
    .btn-github.active {
      background-color: #cdcdcd \9;
    }
    .btn-google-plus {
      color: #ffffff;
      text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
      background-color: #d34332;
      *background-color: #c53727;
      background-image: -moz-linear-gradient(top, #dd4b39, #c53727);
      background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#dd4b39), to(#c53727));
      background-image: -webkit-linear-gradient(top, #dd4b39, #c53727);
      background-image: -o-linear-gradient(top, #dd4b39, #c53727);
      background-image: linear-gradient(to bottom, #dd4b39, #c53727);
      background-repeat: repeat-x;
      border-color: #c53727 #c53727 #85251a;
      border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdd4b39', endColorstr='#ffc53727', GradientType=0);
      filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    }
    .btn-google-plus:hover,
    .btn-google-plus:focus,
    .btn-google-plus:active,
    .btn-google-plus.active,
    .btn-google-plus.disabled,
    .btn-google-plus[disabled] {
      color: #ffffff;
      background-color: #c53727;
      *background-color: #b03123;
    }
    .btn-google-plus:active,
    .btn-google-plus.active {
      background-color: #9a2b1f \9;
    }
  /** Search Bar Branding **/
    #search-top h1, #search-top h3, #search-movie h1, #search-movie h3 {
      font-family: 'Oswald', sans-serif;
      text-transform: uppercase;
      margin: 0 0 20px 0;
    }
    #search-top h1, #search-movie h1 {
      font-size: 50px;
      margin: 0;
    }
  /** Search Bar Input **/
    #search-bar input {
      display: inline-block;
      width: 100%;
      height: 48px;
      font-size: 16px;
      border: 1px solid #e1e1e1;
      padding: 0px 0 0 0;
      border-radius: 5px 0 0 5px;
      vertical-align:top;
    }
    .twitter-typeahead {
      width: 500px;
      background: #fff;
      height: 48px;
      font-size: 16px;
      padding: 0px;
      border: 0;
      border-radius: 5px 0 0 5px;
      vertical-align:top;
    }
    #search-bar input:focus {
      outline:none;     
    }  
  /** Search Bar Buttons **/
    ul#search-list {
      border-radius: 0 5px 5px 0;
      overflow: hidden;
      display: inline-block;
      list-style: none;
      margin: 0;
      padding: 0;
      color: #000;
      vertical-align: top;
      width: 80px;
      max-height: 50px;
    }
    ul#search-list li{
      display: inline-block;
      margin: 0;
      background: #fff;
      padding: 12px 0;
      border: 1px solid #fff;
      width: 38px;
    }
    ul#search-list li.search:hover {
      background: #000;
      color: #fff;
    }
    ul#search-list li:hover{
      background: #f1f1f1;
    }
  /** Search Filters **/
    #search-filters {
      display: inline-block;
      margin: auto;
      border-radius: 0 0 5px 5px;
      border: 1px solid #e1e1e1;
      background: #f1f1f1;
      clear: both;
      color: #000;
      padding: 15px 20px;
      text-align: left;
      font-size: 14px;
      max-width: 70%;
    }
  /** Other Small Search Styles **/
    div#search-topOTHER {
      width: 100%;
      text-align: center;
      height: 300px;
    }
    #search-topOTHER h1, #search-topOTHER h3, #search-movie h1, #search-movie h3 {
      font-family: 'Oswald', sans-serif;
      text-transform: uppercase;
      margin: 0 0 20px 0;
    }
    #search-topOTHER h1, #search-movie h1 {
      font-size: 50px;
      margin: 0;
    }
    #search-wrapOTHER {
      width: 100%;
      padding: 80px 0 0 0;
    }
    #search-barOTHER {
      height: 50px;
      width: 730px;
      max-width: 95%;
      margin: 0px auto 0 auto;
      text-align: center;
      display: inline-block;
    }
    #search-barOTHER input {
      display: inline-block;
      width: 100%;
      height: 48px;
      font-size: 16px;
      border: 1px solid #e1e1e1;
      padding: 0px 0 0 0;
      border-radius: 5px 0 0 5px;
      vertical-align:top;
    }
    #search-barOTHER input:focus {
          outline:none;     
    }   
  /** Content Styles **/
    #content {
      width: 100%;
      background: #fff;
      border-top: 1px solid #000;
      color: #000;
      text-align: center;
      border-top: 1px solid #e1e1e1;
    }
    .signup-left {
      width:50%; float:left
    }
    .signup-right {
      width:40%;padding-left:20px;margin-right:20px;float:left;
    }
    #inner-content {
      text-align: left;
      padding: 40px;
      margin: auto;
    }
    #inner-content h4 {
      text-transform: uppercase;
      font-size: 22px;
    }
  /** Footer Styles **/
    .footer{
      color:white;
      padding-top:2%;
      padding-bottom: 2%;
    }
    .footerLeft{
      float: left;
      width: 25%;

    }
    .footerLeft ul, li{
      display: inline;
      padding-left: 3%;
    }
    .footerMiddle{
      float: left;
      width: 50%;
    }
    .footerRight{
      float: right;
      width: 25%;
    }
    .hidden{
      visibility: hidden;
      padding: 0px;
      margin: 0px;
    }
    .show{
      visibility: visible;
    }
  /** Used multiple pages **/
    div.servicesOverlay{  
      position:absolute; 
      left:0px;
      bottom:0px;  
    }  
    .serviceavaliable img.service {  
      height: 40px !important;
      width: 40px !important;
      padding:1px !important; 
      float: left !important;
      display: block !important;
      position: relative !important;
      margin: 0 !important;
      border-radius: 0px !important;
      -webkit-user-select: none ;
      -khtml-user-select: none;
      -moz-user-select: none;
      -o-user-select: none;
      user-select: none;
    }
    .movieImg{
      width: 170px;
      height: 250px;
    }
  /** Type ahead Styles **/
    .tt-dropdown-menu {
      text-align: left;
    }
    #search-top.title,
    .my-field-1 {
      font-family: Prociono;
    }
    #search-top.title {
      margin: 20px 0 0 0;
      font-size: 64px;
    }

    .example {
      padding: 30px 0;
    }
    .course-title {
      margin: 20px 0;
      font-size: 32px;
    }
    .demo {
      position: relative;
      *z-index: 1;
      margin: 50px 0;
    }
    .typeahead,
    .tt-query,
    .tt-hint {
    text-indent:10px;
    }
    .typeahead {
      background-color: #fff;
    }
    .typeahead:focus {
      border: 2px solid #0097cf;
    }
    .tt-query {
      -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
      -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    }
    .tt-hint {
      color: #999
    }
    .tt-dropdown-menu {
      width: 422px;
      margin-top: 12px;
      padding: 8px 0;
      background-color: #fff;
      border: 1px solid #ccc;
      border: 1px solid rgba(0, 0, 0, 0.2);
      -webkit-border-radius: 8px;
      -moz-border-radius: 8px;
      border-radius: 8px;
      -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
      -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
      box-shadow: 0 5px 10px rgba(0,0,0,.2);
    }
    .tt-suggestion {
      padding: 3px 20px;
      font-size: 18px;
      line-height: 24px;
    }
    .tt-suggestion.tt-is-under-cursor {
      color: #fff;
      background-color: #0097cf;
    }
    .tt-suggestion p {
      margin: 0;
    }
    .example-twitter-oss .tt-suggestion {
      padding: 8px 20px;
    }
    .example-twitter-oss .tt-suggestion + .tt-suggestion {
      border-top: 1px solid #ccc;
    }
    .example-twitter-oss .my-field-2 {
      float: right;
      font-style: italic;
    }
    .example-twitter-oss .my-field-1 {
      font-weight: bold;
    }
    .example-twitter-oss .my-field-3 {
      font-size: 14px;
    }
  /** Alerts Styles **/
    .alert {
      border-radius: 3px;
      text-align: left;
      border: 1px solid #212121;
      display: inline-block;
      padding: 10px;
      background: #303030;
      color: #fff;
    }
    .alert-block {
      bottom:20px;
      left: 20px;
      position: fixed;
    }
    .alert-block h4{
      margin: 0 0 10px 0;
      font-size: 18px;
    }
    .alert-block button {
      position: absolute;
      top: 2px;
      right: 2px;
      background: none;
      border: none;
      color: inherit;
    }
    .alert-block button:hover {
      color: #000;
    }
    .alert-error {
      background: #F22613;
    }
    .alert-danger {
      background: #E74C3C;
    }
    .alert-success {
      background: #19B5FE;
    }

/** ================================================= **/
/** ============== Home / Reviews Page ============== **/
/** ================================================= **/
  .reviewContainer {
    float: left;
    width: 45%;
    padding-left: 2.5%;
    padding-right: 2.5%;
    max-height:430px;
    padding-bottom: 10px;
    overflow: hidden;
    min-height: 428px;
  }
  .reviewAuthorImage{
    float:right;
    width: 125px;
    height: 125px;
    border-radius: 50%;
    border: 1px solid #cacaca;
    overflow: hidden;
    margin-right: 10%;
  }
  .movieReviewHeader {
      height: 125px;
    
  }
  .movieReviewAuthorImage{
    float: left;
    width: 125px;
    height: 125px;
    overflow: hidden;
    border-radius: 50%;
    border: 1px solid #cacaca;
    margin-right: 2%; 
  }
  .reviewStar{
    color: red;
  }
  .reviewMovieBackground{
    background-repeat: no-repeat;
    background-position: 50% 0;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    left: 0px;  
    width: 100%;
    height: 100%;
    opacity: 0.2;
    position: absolute;
    z-index: 500px;
    pointer-events: none;
  }
  .fact-content-rating{
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 50px;
    font-weight: 50;
    border-bottom: 1px solid #e1e1e1;
  }
  .ReviewTitle{
    top:0px;
    padding-bottom:0px;
    margin-bottom:0px;
  }
  .socialButton div{
    float:left;
    margin-top: 2px;
    padding-top: 2px;
  }
  .socialButton {
    margin-top: 2px;
    padding-top: 2px;
  }
  .reviewPoster{
    float: left;
  }
  .reviewOverview{
    position: relative;
    overflow: hidden;
  }
  .reviewOverview p {
    padding:2%;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 220px;
    margin-top: 0px;
  }
  .reviewheader{
    max-height: 37px;
    overflow: hidden;
  }
  .reviewButtonContainer{
    height: 51px;
  }
  .reviewButtons{
    float: right;
    padding-right: 10%;
  }
  .reviewMoviePoster {
    border-radius: 5%;
    border-style: ridge;
  }
  .advert {
    border-radius: 5%;
    border-style: ridge;
  }
  .reviewMovieOverview {
    padding: 0px 10px 10px 10px;
    margin: 0 20px 20px 20px;             
    text-align: center;;    
  }
  .reviewWrapper{
    display: inline-block;
  }
  .review-left{
      vertical-align: top;
      width:74%;
      float:left;
  }
  .review-right{
      vertical-align: top;
      width:26%;
      float:right;
  }
  .reviewClear{
    clear:both; 
  }
  .list {
    text-align: center;
    margin-bottom: 25px;
  }
  ul.pagination {
    margin: 20px;
    padding: 0;
  }
  ul.pagination li {
    margin: 0 5px;
    padding: 5px 10px;
    display: inline-block;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    font-size: 13px;
  }
  ul.options li:hover {
    background: #FFF;
    color: #000;
  }
  ul.pagination li.active {
    background: #373737;
    color: #fff;
  }
  ul.pagination li.active:hover {
    background: #000;
  }
  ul.pagination li:hover {
    background: #ff2c2c;
    color: #fff;
  }

/** ================================================= **/
/** =============== Popular Soon Page =============== **/
/** ================================================= **/
  /** Movie Article Styles **/
    #movies article.movie {
      width: 170px;
      height: 250px;
      vertical-align: top;
      border-radius: 5px;
      position: relative;
      display:inline-block;
      background: grey;
      margin: 0 10px 10px 0;
      overflow: hidden;
    }
    article.movie .title{
      position: absolute;
      z-index: 2;
      margin: auto;
      text-align: center;
      margin-top: -100px;
      background: #000;
      color: #fff;
      border-radius: 0 0 5px 0;
      padding: 10px;
      -webkit-transition: all .5s ease-in;
      -moz-transition: all .5s ease-in;
      -o-transition: all .5s ease-in;
      transition: all .5s ease-in;
    }
    article.movie:hover .title{
      margin-top: 0px;
      -webkit-transition: all .5s ease-out;
      -moz-transition: all .5s ease-out;
      -o-transition: all .5s ease-out;
      transition: all .5s ease-out;         
    }
    article.movie .more{
      position: absolute;
      z-index: 2;
      right: 0;
      bottom: 0;
      left: 0;
      margin-bottom: -100px;
      font-size: 13px;
      text-align: center;
      background: #fff;
      border: 1px solid #e1e1e1;
      color: #000;
      width: 100%;
      height: 20px;
      padding: 10px;
      font-weight: 400;
      font-family:'Oswald', sans-serif;
      display: inline-block;
      -webkit-transition: margin .5s ease-in;
      -moz-transition: margin .5s ease-in;
      -o-transition: margin .5s ease-in;
      transition: margin .5s ease-in;
    }
    article.movie:hover .more{
      margin-bottom: 0;
      -webkit-transition: margin .5s ease-out;
      -moz-transition: margin .5s ease-out;
      -o-transition: margin .5s ease-out;
      transition: margin .5s ease-out;          
    }
    article.movie .overlay{
      position: absolute;
      z-index: 1;
      background: #000;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      opacity: 0;
      -webkit-transition: all .5s ease-out;
      -moz-transition: all .5s ease-out;
      -o-transition: all .5s ease-out;
      transition: all .5s ease-out;
    }
    article.movie:hover .overlay{
      opacity: 0.5;
      -webkit-transition: all .5s ease-out;
      -moz-transition: all .5s ease-out;
      -o-transition: all .5s ease-out;
    }
    .more {
      display: inline-block;
      padding: 10px 20px;
      text-align: center;
      background: #ff2c2c;
      color: #fff;
      border-radius: 5px;
      text-transform: uppercase;
      font-size: 14px;
      font-weight: bold;
      letter-spacing: 1px;
      margin-top: 10px;
    }
    .more:hover {
      background: #212121;
      color: #fff;
      border-radius: 5px;
    }

/** ================================================= **/
/** =================== Search Page ================= **/
/** ================================================= **/
  .tabs {
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 13px;
  }
  ul.options {
    margin: 0;
    display: inline-block;
  }
  ul.options li {
    display: inline-block;
    padding: 10px 15px;
    border: 1px solid #e1e1e1;
    border-left: 0;
    border-bottom: 0;
    background: #373737;
    color: #fff;
  }
  ul.options li.active {
    border: 1px solid #f4f4f4;
    border-bottom: 0;
    background: #ff2c2c;
    color: #FFF;
  }
  .item {
    width: 45%;
    display: inline-block;
    vertical-align: top;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    min-width: 440px;
    position: relative;
    margin-right: 1%;
    margin-top: 2%;
  }
  .item .comments { 
    padding: 8px 10px;
    color: #797979;
    border-radius: 0 0 0 5px;
    border-bottom: 1px solid #e1e1e1;
    border-left: 1px solid #e1e1e1;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 12px;
  }
  .item .comments:hover { 
    color: #000;
  }
  .item div {
      vertical-align: top;
  }
  .item .image {
    width: 30%;
    max-width: 170px;
    min-height: 250px;
    min-width: 128px;
    display: inline-block;
    border-right: 1px solid #e1e1e1;
  }
  .item img {
    width: 100%;
    height: auto;
  }
  .text {
    display: inline-block;
  }
  .movietext {
      width: 69%;
      display: inline-block;
  }
  .inner-text {
      padding: 10px;
  }
  .text .info {
    text-align: left;
  }
  .inner-text h3, .inner-text p {
    margin: 0;
  }
  .badge {
    display: block;
    position: absolute;
    top: -12px;
    right: 3px;
    line-height: 16px;
    height: 16px;
    padding: 0 5px;
    font-family: Arial, sans-serif;
    color: white;
    text-shadow: 0 1px rgba(0, 0, 0, 0.25);
    border: 1px solid;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.3), 0 1px 1px rgba(0, 0, 0, 0.08);
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.3), 0 1px 1px rgba(0, 0, 0, 0.08);
  }
  .badge {
    background: #67c1ef;
    border-color: #30aae9;
    background-image: -webkit-linear-gradient(top, #acddf6, #67c1ef);
    background-image: -moz-linear-gradient(top, #acddf6, #67c1ef);
    background-image: -o-linear-gradient(top, #acddf6, #67c1ef);
    background-image: linear-gradient(to bottom, #acddf6, #67c1ef);
  }

/** ================================================= **/
/** =================== Movie Pages ================= **/
/** ================================================= **/
  /** Movie Data **/
    body {
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover; 
    }
    .movie-profile ul, .movie-profile ol {
      margin: 0;
      padding: 0;
      color: #000;
      font-family: "Oswald", Helvetica, sans-serif;
    }
    .movie-profile h1, h2, h3, h4, h5, h6 {
      margin: 5px 0; 
    }
    .movie-profile a {
      display: inline-block;
      text-decoration: none;
      color: inherit; 
    }
    a {
      display: inline-block;
      text-decoration: none;
      color: inherit; 
    }
    .movieAdminPanel{
      background: rgba(255, 255, 255, 0.6);
      height: 30px;
    }
    .movieAdminPanel .movienavbtn{
      border: black;
      color: darkblue;
      border-style: double;
      
    }
    .trailer {
      width: 700px;
      height: 450px;
      position: fixed;
      margin: auto;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      display: none;
      z-index: 6;
      border: 0; 
    }
    .trailer iframe {
      border: 0;
    }
    .overlay {
      width: 100%;
      height: 100%;
      position: fixed;
      display: none;
      z-index: 5;
      top:        0; 
      left:       0; 
      background: rgba(0, 0, 0, 0.8);
    }
    .movie-profile {
      width: 100%;
      background: 0;
      border-top: 1px solid #cacaca;
      border-bottom: 1px solid #cacaca;
    }
    .movie-profile .movie-inner.transparent {
      background: rgba(255, 255, 255, 0.6); 
    }
    .movie-profile .movie-inner {
      padding: 0 20px;
      background: #fff; 
    }
    .movie-profile .movie-inner .inner {
      padding: 10px 10px; 
    }
    .movie-profile .movie-inner .title {
      text-transform: uppercase;
      letter-spacing: 1px; 
    }
    .movie-profile .movie-inner h3 {
      font-size: 16px;
      font-weight: 400; 
    }
    .movie-profile .movie-inner #movie-left {
      width: 74%;
      display: inline-block;
      vertical-align: top;
      font-weight: 400; 
    }
    .movie-profile .movie-inner #movie-left .brief {
      border-radius: 5px; 
    }
    .movie-profile .movie-inner #movie-left .brief .image {
      width: 200px;
      height: 370px;
      display: inline-block;
      vertical-align: top;
      overflow: hidden;
      border-radius: 5px; 
    }
    .movie-profile .movie-inner #movie-left .brief .image img:before {
        width: 200px;
        height: 300px;
        background-image: url('http://mymoviefinder.com/img/placeholder.png');
    }
    .movie-profile .movie-inner #movie-left .brief .image img {
      width: 200px;
      height: 300px; 
    }

    .movie-profile .movie-inner #movie-left .brief .summary {
      width: -webkit-calc(100% - $movie-width - $section-padding);
      width: 50%;
      max-width: 70%;
      display: inline-block;
      vertical-align: top;
      margin-left: 15px;
      min-width: 30%; 
    }
    .movie-profile .movie-inner #movie-left .brief .summary .info-bar {
      width: 100%; 
    }
    .movie-profile .movie-inner #movie-left .brief .summary .info-bar .rating {
      padding: 3px 5px;
      border: 3px solid;
      font-size: 12px;
      font-weight: bold;
      text-transform: uppercase;
      margin-right: 5px; 
    }
    .movie-profile .movie-inner #movie-left .brief .summary .info-bar .genres {
      padding: 5px 10px;
      background: #ff2c2c;
      color: #fff;
      font-size: 12px;
      letter-spacing: 1px;
      border-radius: 3px;
      text-transform: uppercase; 
    }
    .movie-profile .movie-inner #movie-left .brief .summary .info-bar .genres:hover {
      background: #000; 
    }
    .movie-profile .movie-inner #movie-left .brief .summary .overview {
      width: 100%; }
    .movie-profile .movie-inner #movie-left .brief .summary .overview p {
      margin: 5px 0; }
    .movie-profile .movie-inner #movie-left .brief .summary .credits {
      width: 100%; }
    .movie-profile .movie-inner #movie-left .brief .summary .credits .creation-dates {
      padding: 10px 0;
      text-transform: uppercase;
      font-size: 13px; }
    .movie-profile .movie-inner #movie-left .button-bar {
      width: 100%;
      margin: 10px 0 0 10px; }
    .movie-profile .movie-inner #movie-left .button-bar .button {
      padding: 10px 20px;
      color: #fff;
      border-radius: 3px;
      background: #ff2c2c; }
    .movie-profile .movie-inner #movie-left .comments {
      width: 100%; }
    .movie-profile .movie-inner #movie-right {
      width: 23%;
      border-left: 1px solid #cacaca;
      border-right: 1px solid #cacaca;
      border-top: 1px solid #cacaca;
      display: inline-block;
      vertical-align: top;
      background: #fff;
      margin-top: 20px; }
    .movie-profile .movie-inner #movie-right .releases, .movie-profile .movie-inner #movie-right .tags, .movie-profile .movie-inner #movie-right .persons {
      width: 100%;
      border-bottom: 1px solid #cacaca; }
    .movie-profile .movie-inner #movie-right .releases .release-date, .movie-profile .movie-inner #movie-right .tags .release-date, .movie-profile .movie-inner #movie-right .persons .release-date {
      text-transform: uppercase;
      font-size: 13px;
      letter-spacing: 1px;
      border: 1px solid #cacaca; }
    .movie-profile .movie-inner #movie-right .releases .release-date .inner1, .movie-profile .movie-inner #movie-right .tags .release-date .inner1, .movie-profile .movie-inner #movie-right .persons .release-date .inner1 {
      padding: 5px 10px; }
    .movie-profile .movie-inner #movie-right .releases .release-date .inner2, .movie-profile .movie-inner #movie-right .tags .release-date .inner2, .movie-profile .movie-inner #movie-right .persons .release-date .inner2 {
      padding: 5px 10px;
      background: #000;
      color: #fff; }
    .movie-profile .movie-inner #movie-right .tags .fact {
      display: block;
      margin: 5px 0; }
    .movie-profile .movie-inner #movie-right .tags .tag {
      padding: 5px 15px;
      margin-bottom: 3px;
      background: #000;
      color: #fff;
      text-transform: uppercase;
      font-size: 13px;
      letter-spacing: 1px; }
    .movie-profile .movie-inner #movie-right .tags .tag:hover {
      background: #ff2c2c; }
    .persons h3 {
      border-bottom: 1px solid #cacaca; }
    .persons .person-holder .person {
      width: 125px;
      display: inline-block;
      padding: 5px 10px;
      text-align: center;
      vertical-align: top; }
    .persons .person-holder .person .image {
      width: 125px;
      height: 125px;
      overflow: hidden;
      border-radius: 50%;
      border: 1px solid #cacaca;
      vertical-align: top; }
    .persons .person-holder .person .image img {
      width: 100%;
      height: auto; }
    .persons .person-holder .person h5 {
      font-size: 14px;
      text-transform: uppercase;
      letter-spacing: 1px;
      font-weight: 400; }
    .persons .person-holder .person h6 {
      font-size: 12px;
      text-transform: uppercase;
      letter-spacing: 2px;
      font-weight: 200;
      color: #000;
      vertical-align: bottom; }
    [data-tooltip] {
      position: relative;
      text-align: center;
      cursor: pointer; }
    [data-tooltip]:after {
      content: attr(data-tooltip);
      display: inline-block;
      position: absolute;
      padding: 8px 14px;
      bottom: 0;
      margin-bottom: 0;
      max-width: 100%;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      -webkit-transition: all 0.2s;
      -moz-transition: all 0.2s;
      -o-transition: all 0.2s;
      -ms-transition: all 0.2s;
      transition: all 0.2s;
      background: #000;
      color: #fff;
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      filter: alpha(opacity=0);
      border-radius: 4px;
      text-align: center;
      font-size: 15px;
      white-space: nowrap;
      pointer-events: none; }
    [data-tooltip]:hover:after {
      opacity: 1;
      -ms-filter: none;
      filter: none;
      margin-bottom: 10px; }
    .recommended {
      width: 100%;
      clear: both;
      background: #f4f4f4;
      margin: 0; }
    .recommended .inner {
      padding: 30px 30px; }
    .recommended .title {
      text-transform: uppercase;
      letter-spacing: 1px; }
    .recommended h3 {
      font-size: 16px;
      font-weight: 400; }
  /** Scroll style **/
  #scroller {
    width:100%;
    height: 232px;
    position: relative;
  }
  #scroller1 {
    width:100%;
    height: 232px;
    position: relative;
  }
  #scroller div.scrollableArea img {
    position: relative;
    float: left;
    margin: 0 10px 0 0;
    width: 154px;
    height: 231px;
    padding: 0;
    border-radius: 5px;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
  }
  #scroller1 div.scrollableArea img {
    position: relative;
    float: left;
    margin: 0 10px 0 0;
    width: 154px;
    height: 231px;
    padding: 0;
    border-radius: 5px;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
  }
  /* Invisible left hotspot */
  div.scrollingHotSpotLeft
  {
    /* The hotspots have a minimum width of 100 pixels and if there is room the will grow
      and occupy 15% of the scrollable area (30% combined). Adjust it to your own taste. */
    min-width: 50px;
    width: 7%;
    height: 100%;
    /* There is a big background image and it's used to solve some problems I experienced
      in Internet Explorer 6. */
    background-image: url(../../images/big_transparent.gif);
    background-repeat: repeat;
    background-position: center center;
    position: absolute;
    z-index: 200;
    left: 0;
    /*  The first url is for Firefox and other browsers, the second is for Internet Explorer */
    cursor: url(../../images/cursors/cursor_arrow_left.png), url(../../images/cursors/cursor_arrow_left.cur),w-resize;
  }
  /* Visible left hotspot */
  div.scrollingHotSpotLeftVisible  {
    background-image: url(../../images/arrow_left.gif);       
    background-color: #fff;
    background-repeat: no-repeat;
    opacity: 0.35; /* Standard CSS3 opacity setting */
    -moz-opacity: 0.35; /* Opacity for really old versions of Mozilla Firefox (0.9 or older) */
    filter: alpha(opacity = 35); /* Opacity for Internet Explorer. */
    zoom: 1; /* Trigger "hasLayout" in Internet Explorer 6 or older versions */
  }
  /* Invisible right hotspot */
  div.scrollingHotSpotRight {
    min-width: 75px;
    width: 10%;
    height: 100%;
    background-image: url(../../images/big_transparent.gif);
    background-repeat: repeat;
    background-position: center center;
    position: absolute;
    z-index: 200;
    right: 0;
    cursor: url(../../images/cursors/cursor_arrow_right.png), url(../../images/cursors/cursor_arrow_right.cur),e-resize;
  }
  /* Visible right hotspot */
  div.scrollingHotSpotRightVisible {
    background-image: url(../../images/arrow_right.gif);
    background-color: #fff;
    background-repeat: no-repeat;
    opacity: 0.35;
    filter: alpha(opacity = 35);
    -moz-opacity: 0.35;
    zoom: 1;
  }
  /* The scroll wrapper is always the same width and height as the containing element (div).
     Overflow is hidden because you don't want to show all of the scrollable area.
  */
  div.scrollWrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
  }
  div.scrollableArea {
    position: relative;
    width: auto;
    height: 100%;
  }
  .movieservices{
    padding: 10px 10px;
    border-bottom: 1px solid #cacaca;
  }

/** ================================================= **/
/** ============== Actor/Actress Pages ============== **/
/** ================================================= **/

  main.actor-page {
    width: 100%;
    background: #fff;
  }
  .author-card {
    width: 100%;
    padding-left: 1%;
  }
  .author-card h1 {
    font-size: 50px;
    text-transform: uppercase;
    font-family: 'Oswald';
    margin: 0;
  }
  .author-image {
    display: inline-block;
    vertical-align: top;
  }
  .author-image img{
    border-radius: 4px;
    border: 1px solid #e1e1e1;
  }
  .author-info {
    display: inline-block;
    max-width: 60%;
    padding: 5px;
  }
  .author-bar .popularity {
    background: #f90000;
    color: #fff;
    padding: 5px 10px;
    border: 1px solid #e1e1e1;
    border-radius: 4px;
    display: inline-block;
    text-align: center;
  }
  .author-bar .popularity h4.title{
    font-size: 12px;
    font-weight: 200;
    letter-spacing: 2px;
    text-transform: uppercase;
  }
  .author-bar .popularity h4.score{
    font-size: 30px;
    font-weight: bold;
  }
  .author-bar .popularity h4{
    margin: 0;
  }
  .author-bar .lifespan {
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Oswald';
    background: #000;
    color: #fff;
    border: 1px solid #e1e1e1;
    display: inline-block;
    padding: 5px 10px;
    font-size: 13px;
    border-radius: 4px;
  }
  .author-bar .imdb {

    display: inline-block;

  }
  .author-bar ul  {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    vertical-align: top;;;;;
  }
  .author-bar ul li {
      margin: 0 0 5px 0;
  }
  .author-biography h3 {
    margin: 5px 0 0 0;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 13px;
  }
  .author-biography p {
    margin: 0;
    font-weight: 200;
  }

/** ================================================= **/
/** =================== User Pages ================== **/
/** ================================================= **/
  main.user-profile {
    background: #fff;
    font-family: 'Oswald',serif;
    width: 100%;
  }
  .user-profile .content {
    width: 80%;
    margin: auto;
    position: relative;
  }
  .user-profile .content .title {
    width: 100%;
    padding: 20px 0;
    position: relative;

  }
  .user-profile .content .title h2{
    font-family: 'Oswald', sans-serif;
    font-size: 3em;
  }
  .user-profile .content .title .profile-image{
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    position: absolute;
    height: 120px;
    overflow: hiddden;
  }
  .user-profile .content .title .profile-image img{
    height: 120px;
    border-radius: 50%;
    border: 1px solid #e1e1e1;
    width: 120px;
  }
  .tabs {
    width:100%;
    padding: 10px 0;
  }
  .tabs ul{
    margin: 0;
    padding: 0 20px;
    list-style: none;
    border-bottom: 1px solid #e1e1e1;
  }
  .tabs ul li{
    display: inline-block;
    padding: 10px 15px;
    margin: 0 5px 0 0;
    border-top: 1px solid #e1e1e1;
    border-left: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 13px;
    font-weight: 200;
  }
  .tabs ul li:hover,.tabs ul li.active:hover,.tabs ul li.inactive:hover{
    background: #fff;
    color: #000;
  }
  .tabs ul li.active{
    background: rgb(255, 44, 44);
  }
  .tabs ul li.inactive{
    background: rgb(55, 55, 55);
  }
  .tab {
    width: 100%;
    padding: 20px 0;
  }
  .tab.tab-movie div.inline{
    display:inline-block;
    vertical-align: top;
  }
  .tab.tab-movie .movies-left{
  }

  .tab.tab-movie .display-count{
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
    font-weight: 400;
  }
  .tab.tab-movie div.user-movie-search{
    width: 100%;
    border: 1px solid #e1e1e1;
    position: relative;
    height: 40px;
    margin: 15px 0;
    border-radius: 5px;
  }
  .tab.tab-movie input.user-movie-search{
    -webkit-appearance: none;
    height: 90%;
    margin: 0;
    border: 0;
    width: 85%
  }
  .movies hr{
      margin: 0;

  }
  .tab.tab-movie input.user-movie-search:focus{
    outline: none;
  }
  .tab.tab-movie .user-movie-search-go{
    -webkit-appearance: none;
    height: 100%;
    margin: 0;
    width: 10%;
    background: rgb(44,44,44);
    color: #fff;
    border: 0;
    border-radius: 5px 0 0 5px;

  }
  .tab-movie .movies {
    padding:  0;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
  }
  .tab-movie .movies div{
    display: inline-block;
    vertical-align: top;
    margin: 0px 0;
  }
  .tab-movie .movies img {
      border-radius: 5%;
      margin: 10px;
      border-style: ridge;
    
  }
  .serviceavaliable img{
    border-radius: 15% !important;
    border-style: none !important;
  }
  .tab-movie .movies .movie-item{
    width:100%;
    max-width: 100%;
    opacity: 1;
  }
  .tab-movie .movies .movie-item .movie-image{
  }
  .tab-movie .movies .movie-item .movie-buttons{
  }
  .tab-movie .movies .movie-item .movie-buttons h4{
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
  }
  .tab-movie .movies .movie-item .movie-buttons ul{
    margin: 5px 0;
    list-style: none;
    padding: 0;
    width:100%;
    padding-bottom:5px;
  }
  .tab-movie .movies .movie-item .movie-buttons ul li{
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
    font-weight: 400;
    padding: 10px 20px;
    border: 1px solid #e1e1e1;
    text-align: center;
  }
  .tab-movie .movies .movie-item .movie-buttons ul li:hover{
    background: #f9f9f9;
  }
  .tab-movie .movies .movie-item .movie-buttons ul li.active{
    background: #000;
    color: #fff;
  }
  .tab-movie .movies .movie-item .movie-buttons ul li span{
    display: block;
    font-size: 20px;
    margin: 0 0 5px 0;
  }
  .tab-movie  .movie-pagination{
    text-align: center;
  }
  .tab-movie  .movie-pagination ul{
    list-style: none;
    padding: 0;
    margin: 5px 0;
  }
  .tab-movie  .movie-pagination ul li{
    display: inline-block;
    padding: 5px 10px;
    margin: 0 5px;
    border: 1px solid #e1e1e1;
    border-radius: 3px;
  }

  .tab-movie  .movie-pagination ul li.current{
    background: #000;
    color: #fff;
  }
  .movies-right {
  }
  .movies-right .content{
    width: 90%;
    margin: auto;
  }
  .movies-right .fact-item{
    width: 100%;
    border: 1px solid #e1e1e1;
    text-align: center;
    min-width: 145px;
    margin-top: 15px;
  }
  .movies-right .fact-item .fact-title{
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 18px;
    font-weight: 400;
    padding: 5px 0;
    background: #f9f9f9;
    border-bottom: 1px solid #e1e1e1;
  }
  .movies-right .fact-item .fact-content{
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 100px;
    font-weight: 200;
    border-bottom: 1px solid #e1e1e1;
  }
  .movies-right .fact-item .fact-content-extra{
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
    font-weight: 200;
    padding: 5px 0;
    background: #212121;
    border-bottom: 1px solid #e1e1e1;
    color: #fff;
    display: inline-block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    align-content: center;
  }
  .movies-right .fact-item .fact-content-genre{
    padding: 5px 10px;
    background: #ff2c2c;
    color: #fff;
    font-size: 12px;
    letter-spacing: 1px;
    border-radius: 3px;
    text-transform: uppercase;
  }
  .movies-right .fact-item .fact-content-genres{
    background: #ff2c2c;
    color: #fff;
    font-size: 12px;
    letter-spacing: 1px;
    border-radius: 3px;
    text-transform: uppercase;
    width:44%;
    padding:5px 10px 5px 1px;;
    float:left;
    margin:1%;
  }
  .tab-settings {
    display: none;
  }
  .tab-settings .details {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .icon-trash{
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
  }
  .genres {
      padding: 5px 10px;
      background: #ff2c2c;
      color: #fff;
      font-size: 12px;
      letter-spacing: 1px;
      border-radius: 3px;
      text-transform: uppercase; 
    }
  .movieGenres {
      max-width: 50%;
  }
  .movieGenres a {
    margin-bottom: 10px;
    background: rgba(255, 0, 0, 1);
  }
  .userServices{ 
  }
  .hidden.serviceOverlayChecker {
  }

/** ================================================= **/
/** ================ Responsive Style =============== **/
/** ================================================= **/
  
  @media screen and (max-width : 1211px){
    .movietext {
      width: 64%;
    }
  }
  @media screen and (max-width : 1200px){
    #sidebar {
      visibility:hidden;
      width: 0;
      display: none;

    }
  }
  @media screen and (max-width : 1006px){
    .item {
      min-width: 0;
      width: 95%;
    }
  }
  @media screen and (max-width : 950px){
    .reviewContainer {
      width:100%;
      max-height: 500px;
      min-height: 0;
    }
  }
  @media screen and (max-width : 915px){
    .popularButton {
      visibility: hidden;
      width: 0px !important;
      padding: 0px !important;
      margin:0px !important;
    }
    .popularButton li{
      padding: 0px !important;
      margin:0px !important;
    }
    #menu{
      width:488px;
      /*padding: 0px !important*/
    }
  }
  @media screen and (max-width : 850px){
    .movie-profile .movie-inner #movie-left {
      width: 100%;
    }
    .movie-profile .movie-inner #movie-right {
      width: 100%;
      display: inline-block;
    }
    .movie-profile .movie-inner #movie-left .brief .summary {
      max-width: 60%;
      min-width: 10%;;
    }
  }
  @media screen and (max-width : 805px){
    .movie-image {
    }
    .movie-image img {
      width: 100px;
    }
    .tab-movie .movies .movie-item .movie-buttons {
      width: 70%;
    }
  }
  @media screen and (max-width : 785px){
    .comingButton {
      visibility: hidden;
      width: 0px !important;
      padding: 0px !important;
      margin:0px !important;
    }
    .popularButton li{
      visibility: hidden;
      padding: 0px !important;
      margin:0px !important;
    }
    #menu{
      width:400px;
      padding: 18px 0px 0 0 !important;
    }
    .item {
      min-width: 0;
      width: 95%;
    }
  }
  @media screen and (max-width : 658px){
    .shuffleButton {
      visibility: hidden;
      width: 0px !important;
      padding: 0px !important;
      margin:0px !important;
    }
    .shuffleButton li{
      visibility: hidden;
      padding: 0px !important;
      margin:0px !important;
    }
    .tt-dropdown-menu{
      width:110%;
    }
    #search-wrap {
      font-size: 70%;
      padding: 100px 0 0 0;
    }
    #slogan h1{
      font-size: 330%;
    }
    #search-bar {
      width: 90%;
      margin: 30px auto 0 auto
    }
    #search-barOTHER {
      width: 90%;
      margin: 10px auto 0 auto
    }
    #search-wrapOTHER {
      font-size: 70%;
      padding: 100px 0 0 0;
    }
    div#search-topOTHER{
      height: 360px;
    }
    .twitter-typeahead {
      width: 75%;
    }
    ul#search-list li{
          padding: 18px 0;
    }
    div#search-top{
      height: 300px;
    }
    #menu{
      width:312px;
    }
    .logo img{
      width: 100px;
    }
    #movies article.movie {
      width: 120px;
      height: 190px;
      vertical-align: top;
      border-radius: 5px;
      position: relative;
      display: inline-block;
      background: grey;
      margin: 0 10px 10px 0;
      overflow: hidden;
    }
    .movieImg {
      width: 120px;
      height: 190px;
    }
    .user-profile .content .title .profile-image img{
      height: 40px;
      width: 40px;
    }
    .movietext {
      width: 50%;
      display: inline-block;
    }
    .reviewMoviePoster {
      width:100px;
    }
    .advert {
      width:100px;
    }
    .movie-image {
    }
    .movie-image img {
      width: 100px;
    }
    .tab-movie .movies .movie-item .movie-buttons {
      width: 55%;
    }

  }
  @media screen and (max-width: 470px){
    #menu{
      width:246px;
    }
    .emailButton {
      visibility: hidden;
      width: 0px !important;
      padding: 0px !important;
      margin:0px !important;
    }
    .emailButton li{
      visibility: hidden;
      padding: 0px !important;
      margin:0px !important;
    }
    .adminButton {
      float:right;
    }
  }
  @media screen and (max-width : 450px){
    .movietext {
      display: inline-block;
      padding:0;
      margin:0;
      width:70%;
    }
    .item a{
      width: 30%;
      min-width: 70px;
    }
    .info a{
      min-width: 0;
      width: 80%;
    }
    .info p{
      width: 120%;
    }
    .item .image {
      min-width: 88px;
      max-width: 170px;
      width: 10%;
      min-height: 180px;
    }
    
  }
  @media screen and (max-width: 435px ){
    .author-card {
      padding-left: 5%;
    }
    .author-info {
      max-width: 64%;
    }
    .author-card h1 {
      font-size: 25px;
      text-transform: uppercase;
      font-family: 'Oswald';
      margin: 0;
    }
    .author-image img{
      width: 100px;
    }
  }
  @media screen and (max-width : 380px){
    .signup-div {
      width: 80%;
      height: 90%;
    }
    .signup-left {
      width:100%;
      float:left
    }
    .signup-right {
      padding-left:20px;
      margin-right:20px;
      float:left;
      width:80%;
    }
    #menu{
      width:182px; 
    }
    #menu li{
     /* float: right;*/
    }
    .tt-dropdown-menu{
      width:130%;
    }
    #search-wrap {
      font-size: 50%;
      padding: 150px 0 0 0;
    }
    #slogan h1{
      font-size: 330%;
    }
    #search-bar {
      width: 90%;
    }
    #search-wrapOTHER {
      font-size: 50%;
      padding: 100px 0 0 0;
    }
    #search-barOTHER {
      width: 90%;
    }
    .twitter-typeahead {
      width: 65%;
    }
    ul#search-list li{
          padding: 18px 0;
    }
    div#search-top{
      height: 470px;
    }
    .tab-movie .movies .movie-item .movie-buttons {
      width: 100%;
    }
    
  }

   