@import url("https://fonts.googleapis.com/css?family=Roboto:700,600,500,400,300,200,100");
.video-responsive {
  max-width: 960px;
  margin: 0 auto 40px; }
  @media (max-width: 1000px) {
    .video-responsive {
      max-width: 100%; } }
  .video-responsive:last-child {
    margin-bottom: 0; }
  .video-responsive .embed-container {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 frame */
    height: 0;
    overflow: hidden;
    max-width: 100%;
    height: auto;
    text-align: center; }
    .video-responsive .embed-container.four-three {
      padding-bottom: 75%;
      /* 4:3 frame */ }
    .video-responsive .embed-container iframe, .video-responsive .embed-container object, .video-responsive .embed-container embed {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .video-responsive .embed-container iframe {
      display: block;
      margin-left: auto;
      margin-right: auto;
      border: none; }

body {
  margin: 0;
  height: 100%;
  min-height: 100%;
  background: #000; }
  body .no-wrap {
    white-space: nowrap; }
  body header {
    position: relative;
    padding: 60px 40px;
    margin: 0;
    height: calc(100vh - 120px);
    text-align: center;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center; }
    body header.inner {
      height: 30px;
      padding: 30px 40px;
      background: url("/media/cover/kl1.jpg") no-repeat center top;
      display: block; }
    @media (max-width: 1000px) {
      body header {
        padding: 30px 20px;
        height: calc(100vh - 60px); } }
    @media (max-width: 550px) {
      body header.inner {
        padding: 30px 40px 20px; } }
    body header #headerVideo {
      position: absolute;
      right: 0;
      bottom: 0;
      min-width: 100%;
      min-height: 100%;
      z-index: -2; }
    body header .overlay {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background: rgba(0, 0, 0, 0.6);
      z-index: -1; }
    body header #top-bar {
      position: absolute;
      display: block;
      top: 0;
      left: 0;
      right: 0;
      padding: 20px 40px;
      z-index: 2; }
      @media (max-width: 1000px) {
        body header #top-bar {
          padding: 20px 20px 0; } }
      body header #top-bar #logo {
        display: inline-block;
        float: left;
        text-align: left; }
        @media (max-width: 550px) {
          body header #top-bar #logo {
            height: 40px;
            width: auto; } }
        body header #top-bar #logo img {
          height: 36px; }
          @media (max-width: 550px) {
            body header #top-bar #logo img {
              height: 30px !important; } }
        body header #top-bar #logo h1 {
          font-family: 'Roboto';
          font-size: 1.6em;
          font-weight: 300;
          color: #fff;
          text-transform: uppercase;
          letter-spacing: .1em;
          line-height: .65; }
          body header #top-bar #logo h1 .bold {
            font-weight: 600; }
          @media (max-width: 550px) {
            body header #top-bar #logo h1 {
              font-size: 1.5em;
              letter-spacing: .05em; } }
          body header #top-bar #logo h1 .subhead {
            font-size: .6em;
            letter-spacing: .85em;
            margin-left: 2px; }
            @media (max-width: 550px) {
              body header #top-bar #logo h1 .subhead {
                font-size: .65em; } }
        body header #top-bar #logo h2 {
          font-family: 'Roboto';
          font-size: .84em;
          font-weight: 300;
          color: #fff;
          text-transform: uppercase;
          letter-spacing: .1em;
          line-height: 1;
          margin: 0;
          padding: 0; }
          @media (max-width: 550px) {
            body header #top-bar #logo h2 {
              font-size: .65em; } }
      body header #top-bar nav {
        display: inline-block;
        text-align: right;
        float: right; }
        @media (max-width: 720px) {
          body header #top-bar nav {
            display: none; } }
        body header #top-bar nav ul {
          margin: 0;
          padding: 0; }
          body header #top-bar nav ul li {
            padding: 0;
            margin: 0 20px 0 0;
            display: inline-block;
            font-family: 'Roboto';
            font-size: .9em;
            font-weight: 300;
            color: #fff;
            text-transform: uppercase;
            letter-spacing: .05em; }
            body header #top-bar nav ul li:first-child {
              margin-left: 0; }
            body header #top-bar nav ul li:last-child {
              margin-right: 0; }
            body header #top-bar nav ul li a {
              color: #fff;
              text-decoration: none; }
              body header #top-bar nav ul li a:hover {
                opacity: .7; }
            body header #top-bar nav ul li ul {
              display: none;
              margin: 5px 0 0 -5px;
              position: absolute;
              width: 130px;
              background: rgba(66, 109, 151, 0.9);
              border: rgba(255, 255, 255, 0.3) solid 1px;
              border-radius: 0 10px 10px 0;
              padding: 0; }
              body header #top-bar nav ul li ul li {
                display: block;
                width: 100%;
                margin: 0;
                padding: 0;
                font-size: .9em;
                text-align: left; }
                body header #top-bar nav ul li ul li a {
                  display: block;
                  padding: 8px;
                  color: #fff;
                  font-weight: 300;
                  letter-spacing: .01em; }
                body header #top-bar nav ul li ul li:hover a {
                  opacity: .7; }
              body header #top-bar nav ul li ul hr {
                width: 90%;
                max-height: 1px;
                border-top: rgba(255, 255, 255, 0.1) solid 1px;
                border-bottom: 0;
                margin: 0 auto;
                padding: 0; }
            body header #top-bar nav ul li.fallback {
              display: none; }
            body header #top-bar nav ul li:hover ul.fallback {
              display: block; }
      body header #top-bar #mobile-button {
        display: none;
        cursor: pointer; }
        @media (max-width: 720px) {
          body header #top-bar #mobile-button {
            display: inline-block;
            text-align: right;
            float: right;
            line-height: 1; } }
        body header #top-bar #mobile-button .fa-bars {
          font-size: 2em;
          color: #fff; }
        body header #top-bar #mobile-button p {
          font-size: 2em;
          color: #fff;
          margin: 0;
          padding: 0;
          line-height: 1; }
    body header #mobile-nav-panel {
      display: none; }
      @media (max-width: 720px) {
        body header #mobile-nav-panel {
          display: block;
          position: absolute;
          background: rgba(0, 0, 0, 0.96);
          width: 70%;
          height: calc(100vh - 40px);
          margin: 0;
          padding: 20px;
          top: 0;
          bottom: 0;
          left: -650px;
          text-align: left;
          z-index: 999999;
          border-right: rgba(255, 255, 255, 0.1) 1px solid;
          overflow: hidden; }
          body header #mobile-nav-panel ul {
            margin: 0 0 20px;
            padding: 0; }
            body header #mobile-nav-panel ul li {
              margin: 0 20px 0 0;
              display: block;
              font-family: 'Roboto';
              font-size: 1.1em;
              font-weight: 300;
              color: #fff;
              text-transform: uppercase;
              letter-spacing: .05em;
              padding: 10px;
              white-space: nowrap;
              border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
              body header #mobile-nav-panel ul li:first-child {
                margin-left: 0; }
              body header #mobile-nav-panel ul li:last-child {
                margin-right: 0;
                border-bottom: 0; }
              body header #mobile-nav-panel ul li a {
                color: #fff;
                text-decoration: none; }
                body header #mobile-nav-panel ul li a:hover {
                  color: #a9bbbf;
                  font-weight: 400; }
              body header #mobile-nav-panel ul li ul {
                margin: 5px 0 5px 5px; }
                body header #mobile-nav-panel ul li ul li {
                  font-size: 1em;
                  border-bottom: 0;
                  padding: 3px;
                  text-transform: none;
                  font-weight: 300; }
                  body header #mobile-nav-panel ul li ul li:last-child {
                    padding-bottom: 0; }
                  body header #mobile-nav-panel ul li ul li a {
                    color: rgba(255, 255, 255, 0.8);
                    cursor: pointer; }
                    body header #mobile-nav-panel ul li ul li a:hover {
                      color: #fff;
                      opacity: 1; }
          body header #mobile-nav-panel h3 {
            font-family: 'Roboto';
            font-size: 1em;
            font-weight: 400;
            color: rgba(255, 255, 255, 0.4);
            text-transform: uppercase;
            margin: 0;
            padding: 0; } }
    body header .container {
      text-align: center; }
      body header .container h1 {
        font-family: 'Roboto';
        font-size: 4em;
        font-weight: 300;
        color: #fff;
        text-transform: uppercase;
        letter-spacing: .1em;
        line-height: .65; }
        body header .container h1 .bold {
          font-weight: 600; }
        @media (max-width: 550px) {
          body header .container h1 {
            font-size: 1.5em;
            letter-spacing: .05em; } }
        body header .container h1 .subhead {
          font-size: .6em;
          letter-spacing: .85em;
          margin-left: 25px; }
          @media (max-width: 550px) {
            body header .container h1 .subhead {
              font-size: .65em; } }
      body header .container h2 {
        font-family: 'Roboto';
        font-size: 1em;
        font-weight: 100;
        color: #fff;
        line-height: 1;
        letter-spacing: .2em;
        margin: 0 auto;
        padding: 1.2em 0 0;
        text-transform: uppercase; }
      body header .container p {
        font-family: 'Roboto';
        font-size: 1em;
        font-weight: 100;
        color: #fff;
        line-height: 2;
        letter-spacing: .2em;
        padding: 1.2em 0 0; }
      body header .container .fa-arrow-circle-down {
        color: #fff;
        font-size: 3em;
        margin: 30px auto 0; }
        body header .container .fa-arrow-circle-down:hover {
          opacity: .7; }
    body header .header-text {
      /*@media(max-width:650px){
      	margin-bottom:30px;
      }*/ }
      body header .header-text h2 {
        font-family: 'Roboto';
        font-size: 4em;
        font-weight: 700;
        text-transform: uppercase;
        color: #fff;
        text-align: left;
        margin: 0;
        padding: 0;
        line-height: 1; }
        @media (max-width: 1000px) {
          body header .header-text h2 {
            font-size: 6.4vw; } }
        @media (max-width: 550px) {
          body header .header-text h2 {
            font-size: 12vw; } }
      body header .header-text p {
        font-family: 'Roboto';
        font-size: 1.3em;
        font-weight: 400;
        text-transform: uppercase;
        letter-spacing: .2em;
        color: #fff;
        text-align: left;
        line-height: 1;
        margin: .3em 0 0 2px; }
        body header .header-text p .arrow {
          font-size: 1.5em; }
        @media (max-width: 845px) {
          body header .header-text p {
            font-size: 1.1em; } }
        @media (max-width: 715px) {
          body header .header-text p {
            font-size: 1em; } }
        @media (max-width: 575px) {
          body header .header-text p {
            font-size: 1em;
            line-height: 1.1; } }
        @media (max-width: 330px) {
          body header .header-text p .no-wrap {
            white-space: normal; } }
      body header .header-text a {
        color: #fff;
        text-decoration: none; }
        body header .header-text a:hover {
          color: #a9bbbf; }
  body #news {
    padding: 60px 40px;
    text-align: center;
    background: #fff; }
    @media (max-width: 1000px) {
      body #news {
        padding: 30px 20px; } }
    body #news .wrap {
      margin: 0 auto;
      text-align: center;
      max-width: 960px; }
      body #news .wrap h2 {
        font-family: 'Roboto';
        font-size: 4em;
        font-weight: 700;
        text-transform: uppercase;
        color: #000;
        text-align: left;
        margin: 0 0 40px;
        padding: 0;
        line-height: 1; }
      body #news .wrap article {
        margin: 0 auto 80px; }
        @media (max-width: 1000px) {
          body #news .wrap article {
            margin-bottom: 40px; } }
        body #news .wrap article:last-child {
          margin-bottom: 0 !important; }
        body #news .wrap article h3 {
          font-family: 'Roboto';
          font-size: 2em;
          font-weight: 700;
          text-transform: uppercase;
          color: #000;
          text-align: left;
          margin: 0 0 15px;
          padding: 0;
          line-height: 1; }
          @media (max-width: 1000px) {
            body #news .wrap article h3 {
              font-size: 1.6em; } }
        body #news .wrap article p {
          font-family: 'Roboto';
          font-size: 1.1em;
          font-weight: 400;
          letter-spacing: .2em;
          line-height: 1.5;
          color: #000;
          text-align: left;
          margin: 0 0 20px; }
          body #news .wrap article p .arrow {
            font-size: 1.5em; }
        body #news .wrap article a {
          color: #000;
          text-decoration: underline; }
          body #news .wrap article a:hover {
            color: #e70000; }
  body #about, body #films, body #casting, body #contact {
    padding: 60px 40px;
    text-align: center;
    background-color: #fff; }
    @media (max-width: 1000px) {
      body #about, body #films, body #casting, body #contact {
        padding: 30px 20px; } }
    body #about .wrap, body #films .wrap, body #casting .wrap, body #contact .wrap {
      margin: 0 auto;
      text-align: center;
      max-width: 800px; }
      @media (max-width: 800px) {
        body #about .wrap, body #films .wrap, body #casting .wrap, body #contact .wrap {
          max-width: 100%; } }
      body #about .wrap h2, body #films .wrap h2, body #casting .wrap h2, body #contact .wrap h2 {
        font-family: 'Roboto';
        font-size: 2em;
        font-weight: 300;
        letter-spacing: .05em;
        text-transform: uppercase;
        color: #000;
        margin: 0 0 40px;
        padding: 0;
        line-height: 1; }
        @media (max-width: 550px) {
          body #about .wrap h2, body #films .wrap h2, body #casting .wrap h2, body #contact .wrap h2 {
            font-size: 1.6em;
            font-weight: 700;
            text-align: left;
            letter-spacing: 0;
            margin-bottom: 30px; } }
      body #about .wrap h3, body #films .wrap h3, body #casting .wrap h3, body #contact .wrap h3 {
        font-family: 'Roboto';
        font-size: 1.3em;
        font-weight: 400;
        letter-spacing: .05em;
        color: #000;
        margin: 0 0 10px; }
        @media (max-width: 550px) {
          body #about .wrap h3, body #films .wrap h3, body #casting .wrap h3, body #contact .wrap h3 {
            text-align: left; } }
      body #about .wrap p, body #films .wrap p, body #casting .wrap p, body #contact .wrap p {
        font-family: 'Roboto';
        font-size: 1.1em;
        font-weight: 300;
        letter-spacing: .1em;
        line-height: 1.8;
        color: #000;
        margin: 0 0 10px; }
        body #about .wrap p .arrow, body #films .wrap p .arrow, body #casting .wrap p .arrow, body #contact .wrap p .arrow {
          font-size: 1.5em; }
        @media (max-width: 550px) {
          body #about .wrap p, body #films .wrap p, body #casting .wrap p, body #contact .wrap p {
            text-align: left; } }
      body #about .wrap a, body #films .wrap a, body #casting .wrap a, body #contact .wrap a {
        color: #000;
        text-decoration: underline; }
        body #about .wrap a:hover, body #films .wrap a:hover, body #casting .wrap a:hover, body #contact .wrap a:hover {
          color: #a9bbbf; }
    body #about form p, body #films form p, body #casting form p, body #contact form p {
      margin-bottom: 2px; }
    body #about form input, body #films form input, body #casting form input, body #contact form input {
      margin-bottom: 10px; }
  body #about-old {
    padding: 60px 40px;
    text-align: center;
    background-color: #000; }
    @media (max-width: 1000px) {
      body #about-old {
        padding: 30px 20px; } }
    body #about-old .wrap {
      margin: 0 auto;
      text-align: center;
      max-width: 800px; }
      @media (max-width: 800px) {
        body #about-old .wrap {
          max-width: 100%; } }
      body #about-old .wrap h2 {
        font-family: 'Roboto';
        font-size: 2em;
        font-weight: 300;
        letter-spacing: .05em;
        text-transform: uppercase;
        color: #fff;
        margin: 0 0 20px;
        padding: 0;
        line-height: 1; }
        @media (max-width: 530px) {
          body #about-old .wrap h2 {
            font-size: 1.6em; } }
      body #about-old .wrap p {
        font-family: 'Roboto';
        font-size: 1.1em;
        font-weight: 300;
        letter-spacing: .1em;
        line-height: 1.8;
        color: #fff;
        margin: 0; }
        body #about-old .wrap p .arrow {
          font-size: 1.5em; }
      body #about-old .wrap a {
        color: #fff;
        text-decoration: underline; }
        body #about-old .wrap a:hover {
          color: #a9bbbf; }
  body #casting-old {
    padding: 60px 40px;
    text-align: center;
    background-color: #fff; }
    @media (max-width: 1000px) {
      body #casting-old {
        padding: 30px 20px; } }
    body #casting-old .wrap {
      margin: 0 auto;
      text-align: center;
      max-width: 800px; }
      @media (max-width: 800px) {
        body #casting-old .wrap {
          max-width: 100%; } }
      body #casting-old .wrap h2 {
        font-family: 'Roboto';
        font-size: 2em;
        font-weight: 300;
        letter-spacing: .05em;
        text-transform: uppercase;
        color: #000;
        margin: 0 0 20px;
        padding: 0;
        line-height: 1; }
        @media (max-width: 530px) {
          body #casting-old .wrap h2 {
            font-size: 1.6em; } }
      body #casting-old .wrap p {
        font-family: 'Roboto';
        font-size: 1.1em;
        font-weight: 300;
        letter-spacing: .1em;
        line-height: 1.8;
        color: #000;
        margin: 0 0 20px; }
        body #casting-old .wrap p:last-child {
          margin-bottom: 0; }
        body #casting-old .wrap p .arrow {
          font-size: 1.5em; }
      body #casting-old .wrap a {
        color: #000;
        text-decoration: underline; }
        body #casting-old .wrap a:hover {
          color: #a9bbbf; }
  body #email-alerts-old {
    padding: 60px 40px;
    text-align: center;
    background-color: #fff; }
    @media (max-width: 1000px) {
      body #email-alerts-old {
        padding: 30px 20px; } }
    body #email-alerts-old .wrap {
      margin: 0 auto;
      text-align: center;
      max-width: 800px; }
      @media (max-width: 800px) {
        body #email-alerts-old .wrap {
          max-width: 100%; } }
      body #email-alerts-old .wrap h2 {
        font-family: 'Roboto';
        font-size: 2em;
        font-weight: 300;
        letter-spacing: .05em;
        text-transform: uppercase;
        color: #000;
        margin: 0 0 20px;
        padding: 0;
        line-height: 1; }
        @media (max-width: 530px) {
          body #email-alerts-old .wrap h2 {
            font-size: 1.6em; } }
      body #email-alerts-old .wrap p {
        font-family: 'Roboto';
        font-size: 1.1em;
        font-weight: 300;
        letter-spacing: .1em;
        line-height: 1.8;
        color: #000;
        margin: 0 0 20px; }
        body #email-alerts-old .wrap p:last-child {
          margin-bottom: 0; }
        body #email-alerts-old .wrap p .arrow {
          font-size: 1.5em; }
      body #email-alerts-old .wrap a {
        color: #000;
        text-decoration: underline; }
        body #email-alerts-old .wrap a:hover {
          color: #a9bbbf; }
      body #email-alerts-old .wrap form p {
        margin-bottom: 2px; }
      body #email-alerts-old .wrap form input {
        margin-bottom: 10px; }
  body #contact-old {
    padding: 60px 40px;
    text-align: center;
    background: #eee; }
    @media (max-width: 1000px) {
      body #contact-old {
        padding: 30px 20px; } }
    body #contact-old .wrap {
      margin: 0 auto;
      text-align: center;
      max-width: 1000px; }
      @media (max-width: 1000px) {
        body #contact-old .wrap {
          max-width: 100%; } }
      body #contact-old .wrap h2 {
        font-family: 'Roboto';
        font-size: 2em;
        font-weight: 300;
        letter-spacing: .05em;
        text-transform: uppercase;
        color: #000;
        margin: 0 0 20px;
        padding: 0;
        line-height: 1; }
        @media (max-width: 530px) {
          body #contact-old .wrap h2 {
            font-size: 1.6em; } }
      body #contact-old .wrap p {
        font-family: 'Roboto';
        font-size: 1.1em;
        font-weight: 300;
        letter-spacing: .1em;
        line-height: 1.5;
        color: #000;
        margin: 0 0 20px; }
        body #contact-old .wrap p:last-child {
          margin-bottom: 0; }
        body #contact-old .wrap p .arrow {
          font-size: 1.5em; }
      body #contact-old .wrap a {
        color: #333;
        text-decoration: none;
        font-weight: 400; }
        body #contact-old .wrap a:hover {
          color: darkslateblue;
          text-decoration: underline; }
  body footer {
    padding: 40px;
    margin: 0 auto;
    text-align: center;
    background: #000;
    max-height: 163px;
    position: relative; }
    body footer p {
      font-family: 'Roboto';
      font-size: 1em;
      font-weight: 300;
      letter-spacing: .1em;
      color: #fff;
      margin-bottom: 0; }
    body footer a {
      color: #fff;
      margin: 0 5px 0 0;
      text-decoration: none; }
      body footer a:last-child {
        margin-right: 0; }
      body footer a :hover {
        color: #a9bbbf; }
      body footer a .fab {
        color: #fff; }
