* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

html {
  font-size: 15px; }

body {
  background: url("../img/bg_1920.jpg") center top no-repeat #000000;
  font-family: 'Jost', sans-serif;
  color: #ffffff;
  background-size: contain; }

.padding {
  max-width: 1280px;
  margin: auto;
  padding: 25px; }

a {
  color: #e8ad3a; }
  a:hover {
    color: #fadb8c; }
  a:visited {
    color: #e8ad3a; }

.btnCta {
  background: #eab649;
  text-transform: uppercase;
  border-radius: 4px;
  font-size: 1.067rem;
  font-weight: 600;
  text-align: center;
  width: 340px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 30px;
  color: #000000;
  transition: background 0.2s ease; }
  .btnCta:hover {
    background-color: #fadb8c;
    text-decoration: none;
    color: #000000; }
  .btnCta:visited {
    color: #000000; }

header .logos {
  display: flex;
  margin-bottom: 4.667rem; }
  header .logos .separator {
    margin-left: auto; }
header .mainSlogan {
  text-align: center;
  padding-bottom: 30px; }
  header .mainSlogan h1 {
    font-size: 1.333rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.2667rem;
    margin: 0 0 30px; }
    header .mainSlogan h1 span, header .mainSlogan h1 b {
      display: block; }
    header .mainSlogan h1 span {
      font-size: 2rem;
      margin-bottom: 1.333rem;
      letter-spacing: 0.2rem; }
    header .mainSlogan h1 b {
      font-weight: 500;
      font-size: 5.333rem;
      margin-top: 0.6667rem;
      letter-spacing: 1.6rem; }
  header .mainSlogan p {
    font-size: 1.333rem;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.1;
    letter-spacing: 4px;
    margin: 0;
    text-transform: uppercase; }
header .stuck {
  position: fixed;
  top: 10px;
  z-index: 1000; }
header #stickyMobile {
  display: none;
  position: fixed;
  left: 15px;
  right: 15px;
  bottom: 0;
  z-index: 1000;
  width: auto;
  margin-bottom: 10px; }

.innerPadding {
  max-width: 960px;
  padding: 100px 20px 50px;
  margin: auto;
  text-align: center; }
  .innerPadding .mainDescription p {
    font-size: 1.333rem;
    line-height: 2rem;
    margin-bottom: 2rem; }
    .innerPadding .mainDescription p:last-child {
      margin-bottom: 0; }

h3 {
  font-size: 2.667rem;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.8;
  letter-spacing: 0.8rem;
  text-align: center;
  text-transform: uppercase;
  margin: 4rem 0; }

h4 {
  font-size: 1.6rem;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: 0.5333rem;
  text-align: center;
  text-transform: uppercase;
  margin: 2.667rem 0; }

.starring {
  padding-bottom: 1.333rem; }
  .starring figure img {
    margin-bottom: 1.333rem;
    width: 100%;
    max-width: 250px; }
  .starring figure p {
    font-size: 1.333rem;
    margin-bottom: 1rem; }
  .starring figure small {
    font-size: 1rem;
    line-height: 1.47; }

.cast {
  font-size: 1.067rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5; }
  .cast > div {
    margin-bottom: 10px; }
  .cast .collapsed {
    max-height: 730px;
    position: relative;
    overflow: hidden;
    margin: 0 -40px;
    padding: 0 40px; }
    .cast .collapsed:after {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      background: url("../img/gradient.png") left bottom repeat-x transparent;
      content: '';
      height: 315px; }
  .cast #hideCast {
    display: none; }

.covers {
  padding: 1px 0 50px;
  background: #211c15; }
  .covers .list {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    .covers .list figure {
      margin: 15px;
      background: #40372e;
      border-radius: 4px;
      text-align: center;
      overflow: hidden; }
      .covers .list figure p {
        margin: 10px 0 15px;
        font-size: 1.067rem; }
      .covers .list figure .cover {
        width: 100%;
        position: relative;
		 max-width: 180px;		}
        .covers .list figure .cover img {
          width: 100%; }
      .covers .list figure .btn-play, .covers .list figure .btn-pause {
        position: absolute;
        left: 50%;
        top: 50%;
        background-position: center center;
        background-repeat: no-repeat;
        width: 70px;
        height: 80px;
        margin-left: -35px;
        margin-top: -40px;
        background-image: url("../img/play.png"); }
        .covers .list figure .btn-play:hover, .covers .list figure .btn-pause:hover {
          cursor: pointer; }
      .covers .list figure .btn-pause {
        background-image: url("../img/pause.png");
        display: none; }

footer {
  background: #000000;
  font-family: 'Muli', sans-serif;
  font-size: 0.8667rem; }
  footer div {
    text-align: center;
    max-width: 820px;
    padding: 100px 20px;
    margin: auto; }

.videoContainer {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%; }
  .videoContainer iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

@media all and (max-width: 768px) {
  html {
    font-size: 12px; } }
@media all and (max-width: 640px) {
  body {
    background-image: url("../img/bg_500.jpg"); }

  html {
    font-size: 11px; }

  footer div {
    padding: 50px 25px; }

  footer {
    font-size: 0.9333rem; }

  .logos .audio img {
    width: 98px; }
  .logos .filia img {
    width: 51px; } }
@media all and (max-width: 480px) {
  .padding {
    padding: 0; }

  .col-xs-4 {
    width: 100%; }

  .row {
    margin: 0; }

  header .logos {
    padding: 25px; }

  .cast .collapsed {
    margin: 0 -15px; }

  h3 {
    line-height: 3rem; }

  header .btnCta {
    width: 100%; }

  header .stuck {
    position: fixed;
    top: 10px;
    z-index: 1000;
    left: 15px !important;
    right: 15px;
    width: auto;
    margin: 0; }

  footer {
    padding-bottom: 100px; } }

/*# sourceMappingURL=style.css.map */
