* {
  margin: 0;
  padding: 0; }

html {
  font-family: "Libre Franklin", sans-serif;
  font-weight: 400;
  font-style: normal; }

body {
  position: relative;
  width: 100vw;
  max-width: 100%;
  color: white; }

.rsp {
  display: none;
  text-align: center; }
  .rsp .material-icons.md-36 {
    padding-top: 3px;
    font-size: 36px; }
  .rsp:hover .material-icons.md-36 {
    color: #c31f31; }
  @media (max-width: 720px) {
    .rsp {
      z-index: 1000;
      display: block;
      position: fixed;
      top: 0px;
      left: 5px;
      width: 50px;
      height: 50px;
      background-color: #141414;
      padding: 5px;
      border-radius: 50%; } }

.rsp-ul {
  display: block;
  width: 100vw;
  height: 100vh;
  top: 0;
  background-color: #141414;
  position: fixed;
  z-index: 99;
  margin: 0; }
  .rsp-ul ul {
    text-align: center;
    width: 100%;
    margin: auto;
    padding-top: 15%; }
    .rsp-ul ul li {
      font-size: 22px;
      padding: 5px; }
      .rsp-ul ul li a {
        color: white;
        text-decoration: none; }

.rsp-list {
  display: none; }

.arrow_top {
  z-index: 8;
  height: 40px;
  width: 40px;
  background-color: #404040;
  border-radius: 50px;
  position: fixed;
  bottom: 35px;
  left: calc(90% - 20px);
  transition: background-color 0.3s ease;
  opacity: 0.7; }
  .arrow_top:hover {
    background-color: #c31f31; }

.arrow_top_inner {
  height: 30px;
  width: 30px;
  text-align: center;
  margin: auto;
  margin-top: 5px; }
  .arrow_top_inner img {
    height: 30px;
    width: 30px; }

.video {
  position: relative;
  width: 100vw;
  max-width: 100%;
  height: 47.5vw;
  overflow: hidden; }
  @media (max-width: 960px) {
    .video {
      height: 80vh;
      background-color: black; } }
  .video iframe {
    position: absolute;
    width: 120vw;
    height: 67.5vw;
    top: -10vw;
    left: -10vw; }
    @media (max-width: 960px) {
      .video iframe {
        width: 142vh;
        left: 50%;
        margin-left: -71vh;
        height: 80vh;
        top: 0; } }
  .video .overlay {
    position: absolute;
    width: 100vw;
    height: 47.5vw;
    z-index: 2;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3); }
    @media (max-width: 960px) {
      .video .overlay {
        filter: grayscale(70%);
        background-image: url(../images/slider/sliderpic7.jpg);
        background-size: cover;
        background-position: center;
        height: 80vh;
        width: 100vw; } }
    .video .overlay nav {
      box-sizing: border-box;
      height: 75px;
      background-color: #141414;
      padding-top: 25px; }
      @media (max-width: 720px) {
        .video .overlay nav {
          height: 50px; } }
      .video .overlay nav ul {
        text-align: center; }
        @media (max-width: 720px) {
          .video .overlay nav ul {
            display: none; } }
        .video .overlay nav ul li {
          display: inline;
          padding: 0 15px;
          font-size: 1.2em; }
          .video .overlay nav ul li a {
            text-decoration: none;
            color: #909090;
            transition: color 0.5s, border-color 0.2s;
            border-bottom: 1px solid transparent; }
            .video .overlay nav ul li a:hover {
              color: white;
              border-bottom: 1px solid #c31f31; }
    .video .overlay .text-box {
      position: absolute;
      width: 60vw;
      left: 20vw;
      top: 14vw;
      text-align: center; }
      @media (max-width: 960px) {
        .video .overlay .text-box {
          width: 80vw;
          left: 10vw;
          top: 30vh; } }
      @media (max-width: 720px) {
        .video .overlay .text-box {
          top: 7px;
          width: 90vw;
          left: 5vw; } }
      .video .overlay .text-box img {
        opacity: 0;
        animation-delay: 0.6s;
        animation-name: show-it;
        animation-duration: 2s;
        animation-fill-mode: forwards;
        width: 30vw; }
        @media (max-width: 960px) {
          .video .overlay .text-box img {
            width: 60vw; } }
        @media (max-width: 720px) {
          .video .overlay .text-box img {
            animation: none;
            opacity: 1;
            width: auto;
            height: 40px; } }
      .video .overlay .text-box h1 {
        opacity: 0;
        animation-delay: 1.2s;
        animation-name: show-it;
        animation-duration: 2s;
        animation-fill-mode: forwards;
        color: white;
        font-weight: 200;
        font-size: 4em; }
        @media (max-width: 960px) {
          .video .overlay .text-box h1 {
            font-size: 5vw; } }
        @media (max-width: 720px) {
          .video .overlay .text-box h1 {
            padding-top: 20vh;
            font-size: 7vw; } }
        .video .overlay .text-box h1 span {
          font-weight: 400; }

.content {
  background-color: #141414;
  width: 100%;
  height: 800px; }
  .content section {
    text-align: center;
    width: 100%;
    height: auto;
    background-color: #141414; }
    .content section .ctt-nopad {
      width: 80%;
      margin: auto; }
      @media (max-width: 960px) {
        .content section .ctt-nopad {
          width: 90%; } }
    .content section .ctt {
      width: 80%;
      padding: 0 10% 50px 10%;
      margin: auto; }
      @media (max-width: 960px) {
        .content section .ctt {
          width: 90%;
          padding: 0 5% 25px 5%; } }
      @media (max-width: 450px) {
        .content section .ctt {
          padding: 25px 0; } }
    .content section .ctt-nopad .title, .content section .ctt .title {
      padding-top: 50px; }
      .content section .ctt-nopad .title h2, .content section .ctt .title h2 {
        font-size: 3em;
        font-weight: 300;
        color: white;
        display: inline-block;
        padding: 5px 20px;
        border-bottom: 1px solid #c31f31; }
    .content section .ctt-nopad .upcoming-shows, .content section .ctt .upcoming-shows {
      margin-top: 50px;
      width: 80%;
      margin-left: 10%;
      font-size: 1vw;
      border-collapse: collapse; }
      @media (max-width: 960px) {
        .content section .ctt-nopad .upcoming-shows, .content section .ctt .upcoming-shows {
          width: 100%;
          margin: 50px 0 0 0;
          font-size: 1.5vw; } }
      @media (max-width: 450px) {
        .content section .ctt-nopad .upcoming-shows, .content section .ctt .upcoming-shows {
          display: block;
          width: 100%; } }
      @media (max-width: 450px) {
        .content section .ctt-nopad .upcoming-shows tbody, .content section .ctt .upcoming-shows tbody {
          display: block;
          width: 100%; } }
      .content section .ctt-nopad .upcoming-shows tbody tr, .content section .ctt .upcoming-shows tbody tr {
        text-align: left; }
        @media (max-width: 450px) {
          .content section .ctt-nopad .upcoming-shows tbody tr, .content section .ctt .upcoming-shows tbody tr {
            position: relative;
            display: block;
            width: 90%;
            height: 110px;
            padding: 0 5%;
            font-size: 18px;
            margin: auto;
            border-bottom: 1px solid #404040; } }
        .content section .ctt-nopad .upcoming-shows tbody tr:last-child td, .content section .ctt .upcoming-shows tbody tr:last-child td {
          border-bottom: 1px solid transparent; }
        .content section .ctt-nopad .upcoming-shows tbody tr td, .content section .ctt .upcoming-shows tbody tr td {
          color: #909090;
          padding: 11px 0;
          border-bottom: 1px solid #404040; }
          .content section .ctt-nopad .upcoming-shows tbody tr td:first-child, .content section .ctt .upcoming-shows tbody tr td:first-child {
            padding-left: 5px; }
            @media (max-width: 450px) {
              .content section .ctt-nopad .upcoming-shows tbody tr td:first-child, .content section .ctt .upcoming-shows tbody tr td:first-child {
                padding-left: 0;
                border-bottom: none; } }
          .content section .ctt-nopad .upcoming-shows tbody tr td:last-child, .content section .ctt .upcoming-shows tbody tr td:last-child {
            padding-right: 5px; }
            @media (max-width: 450px) {
              .content section .ctt-nopad .upcoming-shows tbody tr td:last-child, .content section .ctt .upcoming-shows tbody tr td:last-child {
                padding-right: 0; } }
          .content section .ctt-nopad .upcoming-shows tbody tr td a, .content section .ctt .upcoming-shows tbody tr td a {
            border: 1px solid #c31f31;
            border-radius: 1.9875em 1.9875em 1.9875em 1.9875em;
            color: #909090;
            text-decoration: none;
            padding: 4px 10px;
            transition: color 0.5s ease; }
            .content section .ctt-nopad .upcoming-shows tbody tr td a:hover, .content section .ctt .upcoming-shows tbody tr td a:hover {
              color: white; }
        @media (max-width: 450px) {
          .content section .ctt-nopad .upcoming-shows tbody tr .td-date, .content section .ctt .upcoming-shows tbody tr .td-date {
            border-bottom: none;
            position: absolute;
            left: 2%;
            top: 5px; } }
        @media (max-width: 450px) {
          .content section .ctt-nopad .upcoming-shows tbody tr .td-link, .content section .ctt .upcoming-shows tbody tr .td-link {
            border-bottom: none;
            position: absolute;
            right: 2%;
            top: 5px; } }
        @media (max-width: 450px) {
          .content section .ctt-nopad .upcoming-shows tbody tr .td-name, .content section .ctt .upcoming-shows tbody tr .td-name {
            border-bottom: none;
            position: absolute;
            left: 2%;
            top: 40px;
            width: 98%;
            height: 36px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis; } }
        @media (max-width: 450px) {
          .content section .ctt-nopad .upcoming-shows tbody tr .td-loc, .content section .ctt .upcoming-shows tbody tr .td-loc {
            border-bottom: none;
            position: absolute;
            left: 2%;
            top: 72px; } }
    .content section .ctt-nopad .releases, .content section .ctt .releases {
      margin-top: 50px;
      font-size: 0px; }
      .content section .ctt-nopad .releases .release, .content section .ctt .releases .release {
        position: relative;
        width: 20%;
        display: inline-block;
        margin: 2%;
        font-size: 16px;
        vertical-align: top;
        cursor: pointer; }
        .content section .ctt-nopad .releases .release:hover .text, .content section .ctt .releases .release:hover .text {
          opacity: 1; }
        @media (max-width: 960px) {
          .content section .ctt-nopad .releases .release, .content section .ctt .releases .release {
            width: 46%; } }
        @media (max-width: 450px) {
          .content section .ctt-nopad .releases .release, .content section .ctt .releases .release {
            width: 100%;
            margin: 4% 0; } }
        .content section .ctt-nopad .releases .release .img-holder, .content section .ctt .releases .release .img-holder {
          width: 100%;
          background-size: cover;
          background-position: center; }
        .content section .ctt-nopad .releases .release .img-holder:after, .content section .ctt .releases .release .img-holder:after {
          content: "";
          display: block;
          padding-bottom: 100%; }
        .content section .ctt-nopad .releases .release .text, .content section .ctt .releases .release .text {
          position: absolute;
          opacity: 0;
          text-align: left;
          width: 100%;
          height: 100%;
          background-color: rgba(0, 0, 0, 0.8);
          top: 0;
          transition: opacity 0.5s ease; }
          .content section .ctt-nopad .releases .release .text .rl-title, .content section .ctt .releases .release .text .rl-title {
            font-size: 24px;
            width: 100%;
            position: absolute;
            top: 37%;
            text-align: center; }
    .content section .ctt-nopad .about-us, .content section .ctt .about-us {
      color: #404040;
      margin-top: 50px;
      font-size: 22px; }
      @media (max-width: 450px) {
        .content section .ctt-nopad .about-us, .content section .ctt .about-us {
          font-size: 18px;
          line-height: 1.5em;
          text-align: justify; } }
      .content section .ctt-nopad .about-us p a, .content section .ctt .about-us p a {
        color: white;
        text-decoration: none; }
  .content .video-player {
    margin-top: 50px; }
    .content .video-player iframe {
      width: 80vw;
      height: 45vw; }
  .content .video-prev {
    font-size: 0; }
    .content .video-prev .thumbnail {
      position: relative;
      cursor: pointer;
      background-color: #141414;
      display: inline-block;
      width: 20%;
      margin: 2.5%;
      overflow: hidden; }
      @media (max-width: 450px) {
        .content .video-prev .thumbnail {
          width: 40%;
          margin: 5% 5%; } }
      .content .video-prev .thumbnail img {
        width: 100%;
        filter: grayscale(85%) blur(0px);
        transition: filter 1s ease-in-out, transform 1s ease-in-out;
        transform: scale(1.05); }
      .content .video-prev .thumbnail:hover img {
        filter: grayscale(0%) blur(1px);
        transform: scale(1.15); }
      .content .video-prev .thumbnail:hover .play-icon {
        color: #c31f31; }
      .content .video-prev .thumbnail:hover .video-text {
        opacity: 1; }
      .content .video-prev .thumbnail .play-icon {
        color: white;
        font-size: 120px;
        position: absolute;
        top: calc(50% - 60px);
        left: calc(50% - 60px);
        transition: color 1s ease-in-out;
        z-index: 2; }
        @media (max-width: 960px) {
          .content .video-prev .thumbnail .play-icon {
            font-size: 48px;
            top: calc(50% - 24px);
            left: calc(50% - 24px); } }
      .content .video-prev .thumbnail .video-text {
        font-size: 24px;
        transition: opacity 0.7s ease-in-out;
        opacity: 0;
        position: absolute;
        top: 5%;
        padding: 0 10px;
        z-index: 4;
        width: 100%; }
        @media (max-width: 960px) {
          .content .video-prev .thumbnail .video-text {
            opacity: 1;
            font-size: 14px; } }
  .content .social-medias {
    font-size: 0;
    padding-top: 50px; }
    .content .social-medias .social-media {
      display: inline-block; }
      .content .social-medias .social-media a img {
        width: 100px;
        filter: invert(10%);
        transition: filter 0.5s ease-in-out; }
        .content .social-medias .social-media a img:hover {
          filter: invert(50%); }
  .content .contacts {
    padding: 35px 0;
    font-size: 0;
    color: #141414; }
    .content .contacts .contact {
      vertical-align: top;
      font-size: 22px;
      display: inline-block;
      width: calc(100% / 3); }
      @media (max-width: 960px) {
        .content .contacts .contact {
          width: 50%;
          padding: 20px 0; } }
      @media (max-width: 450px) {
        .content .contacts .contact {
          width: 100%;
          font-size: 18px; } }
      .content .contacts .contact .text {
        color: #404040;
        font-size: 18px; }
        @media (max-width: 450px) {
          .content .contacts .contact .text {
            font-size: 14px; } }
        .content .contacts .contact .text .mail a {
          color: #141414;
          text-decoration: none;
          transition: color 0.5s ease-in-out; }
          .content .contacts .contact .text .mail a:hover {
            color: #c31f31; }
  .content .light {
    background-color: ghostwhite; }
    .content .light .ctt, .content .light .ctt-nopad {
      color: #141414; }
      .content .light .ctt .title h2, .content .light .ctt-nopad .title h2 {
        color: #141414; }
  .content .red {
    background-color: #c31f31; }
    .content .red .ctt, .content .red .ctt-nopad {
      color: #141414; }
      .content .red .ctt .title h2, .content .red .ctt-nopad .title h2 {
        color: white;
        border-bottom: 1px solid #141414; }

.carousel {
  background-color: #141414; }
  .carousel .carousel-cell {
    width: 100vw;
    max-height: 100vh; }
    .carousel .carousel-cell img {
      width: 100%; }
  .carousel .flickity-page-dots {
    bottom: 15px; }
  .carousel .flickity-page-dots .dot {
    width: 12px;
    height: 12px;
    opacity: 1; }
    .carousel .flickity-page-dots .dot.is-selected {
      background-color: #c31f31;
      box-shadow: 0px 0px 0px 0px #000; }
  .carousel .carousel-cell.is-selected {
    background-color: transparent; }
  .carousel .flickity-prev-next-button {
    width: 30px;
    height: 30px;
    background: transparent; }
    .carousel .flickity-prev-next-button:hover {
      background: transparent; }
    .carousel .flickity-prev-next-button .arrow {
      fill: rgba(0, 0, 0, 0.5); }
      .carousel .flickity-prev-next-button .arrow.no-svg {
        color: white; }

footer {
  background-color: #141414; }
  footer .endors {
    text-align: center;
    padding: 15px 0; }
    footer .endors .endors-img {
      margin: 5px 0;
      filter: invert(50%);
      height: 40px;
      width: auto;
      transition: filter 0.8s ease-in-out; }
      footer .endors .endors-img:hover {
        filter: invert(100%); }
      @media (max-width: 960px) {
        footer .endors .endors-img {
          height: 25px; } }
      @media (max-width: 720px) {
        footer .endors .endors-img {
          height: 20px; } }

@keyframes show-it {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.anim-show {
  opacity: 0;
  animation: show-it 1.5s ease forwards; }

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