section {
  padding: 80px 0; }

.link-container {
  margin-top: 70px;
  text-align: center; }

#hp-scr {
  height: 100vh;
  width: 100%;
  position: relative;
  background-color: #515477;
  text-align: center; }
  #hp-scr .center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  #hp-scr h1 {
    color: white; }
    #hp-scr h1 img {
      height: 220px;
      filter: invert(100%); }
  #hp-scr a {
    display: inline-block;
    height: 40px;
    margin-top: 50px;
    padding: 0 35px;
    border-radius: 20px;
    background: #fa3b65;
    line-height: 40px;
    text-transform: uppercase;
    font-weight: 700;
    color: white; }

#o-projektu {
  padding-top: 0; }

#concerts {
  position: relative;
  /*background-image: url(../img/koncerty_bg.jpg);
  background-position: top left;
  background-size: 60% auto;
  background-repeat: no-repeat;*/ }
  #concerts #concerts-img {
    width: 50%;
    min-width: 420px;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: contain;
    object-position: top left; }
  #concerts .wrp {
    position: relative;
    z-index: 1; }
  #concerts table {
    display: block;
    width: 100%; }
    #concerts table tbody {
      display: block;
      width: 100%; }
    #concerts table tr {
      display: block;
      width: 100%;
      margin: 10px 0;
      padding: 15px 0;
      border-radius: 35px;
      background: #121238;
      word-spacing: -0.3em;
      color: white;
      transition: background .5s ease; }
    #concerts table td, #concerts table th {
      display: inline-block;
      word-spacing: 0; }
      @media all and (max-width: 1220px) {
        #concerts table td, #concerts table th {
          padding-top: 10px; } }
    #concerts table .date {
      width: 220px;
      padding-left: 40px;
      font-size: 20px;
      font-weight: 800;
      opacity: 1;
      transition: opacity .5s ease; }
      @media all and (max-width: 560px) {
        #concerts table .date {
          width: 100%; } }
    #concerts table .name {
      width: calc(50% - 220px);
      position: relative;
      left: 0;
      text-align: left;
      font-size: 20px;
      font-weight: 800;
      transition: left .5s ease; }
      @media all and (max-width: 1220px) {
        #concerts table .name {
          width: calc(100% - 220px); } }
      @media all and (max-width: 560px) {
        #concerts table .name {
          width: 100%;
          padding-left: 40px; } }
    #concerts table .place-container {
      width: calc(50% - 220px);
      position: relative;
      color: #515477; }
      @media all and (max-width: 1220px) {
        #concerts table .place-container {
          width: calc(100% - 220px);
          padding-left: 40px; } }
      @media all and (max-width: 560px) {
        #concerts table .place-container {
          width: 100%; } }
      #concerts table .place-container .place {
        display: inline-block;
        opacity: 1;
        transition: opacity .5s ease; }
      #concerts table .place-container .countdown {
        width: 100%;
        position: absolute;
        left: 0;
        color: white;
        opacity: 0;
        transition: opacity .5s ease; }
        @media all and (max-width: 1220px) {
          #concerts table .place-container .countdown {
            left: 40px; } }
        #concerts table .place-container .countdown .unit {
          margin-right: 20px;
          font-size: 22px; }
          @media all and (max-width: 560px) {
            #concerts table .place-container .countdown .unit {
              font-size: 18px; } }
          #concerts table .place-container .countdown .unit strong {
            font-weight: 800; }
    #concerts table .tickets {
      width: 220px;
      padding-right: 15px;
      text-align: right; }
      @media all and (max-width: 560px) {
        #concerts table .tickets {
          width: 100%; } }
      #concerts table .tickets .btn {
        border-color: #c52346;
        transition: .5s ease; }
    #concerts table tr:hover {
      background: #fa3b65; }
      @media all and (min-width: 561px) {
        #concerts table tr:hover .date {
          opacity: 0; }
        #concerts table tr:hover .name {
          left: -180px; } }
      #concerts table tr:hover .place-container .place {
        /*display: inline;*/
        opacity: 0; }
      #concerts table tr:hover .place-container .countdown {
        opacity: 1; }
      #concerts table tr:hover .tickets {
        position: relative;
        z-index: 1; }
        #concerts table tr:hover .tickets .btn {
          border-color: #c52346;
          background: #c52346; }
          #concerts table tr:hover .tickets .btn:hover {
            border-color: #ad1638;
            background: #ad1638; }

#hp-glr {
  min-height: 500px;
  position: relative;
  padding: 120px 0;
  /*background-image: url(../img/galerie_bg.jpg);
  background-position: top right;
  background-size: 50% auto;
  background-repeat: no-repeat;*/ }
  #hp-glr #glr-img {
    width: 50%;
    min-width: 420px;
    position: absolute;
    top: 0;
    right: 0;
    object-fit: contain;
    object-position: top right; }
  #hp-glr .wrp {
    position: relative;
    z-index: 1; }
  #hp-glr .wrp {
    position: relative;
    z-index: 1;
    width: calc(100% - 20px); }
    @media all and (max-width: 1240px) {
      #hp-glr .wrp {
        max-width: 780px; } }
    @media all and (max-width: 830px) {
      #hp-glr .wrp {
        max-width: 500px; } }
  #hp-glr .carousel-container {
    position: relative; }
  #hp-glr .carousel-btn {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }
    #hp-glr .carousel-btn .arrow {
      width: 12px;
      height: 12px;
      position: absolute;
      top: calc(50% - 6px);
      border-bottom: 3px solid #4e5174; }
    #hp-glr .carousel-btn.prev {
      left: -20px; }
      #hp-glr .carousel-btn.prev .arrow {
        left: 9px;
        transform: rotate(45deg);
        border-left: 3px solid #4e5174; }
    #hp-glr .carousel-btn.next {
      right: -20px; }
      #hp-glr .carousel-btn.next .arrow {
        right: 9px;
        transform: rotate(-45deg);
        border-right: 3px solid #4e5174; }
  #hp-glr #glr-carousel {
    overflow: hidden;
    max-width: 1170px;
    margin: auto auto; }
    #hp-glr #glr-carousel .item-container {
      white-space: nowrap;
      word-spacing: -0.3em;
      position: relative;
      left: 0;
      transition: left .4s ease; }
    #hp-glr #glr-carousel .carousel-item {
      display: inline-block;
      vertical-align: top;
      max-width: calc(100vw - 40px);
      word-spacing: 0; }
      @media all and (max-width: 830px) {
        #hp-glr #glr-carousel .carousel-item {
          width: 480px; } }
    #hp-glr #glr-carousel .img {
      float: left;
      max-width: 100%;
      max-height: calc(100vw - 40px);
      margin: 15px;
      background: #050524; }
      #hp-glr #glr-carousel .img.video {
        position: relative; }
        #hp-glr #glr-carousel .img.video:after {
          content: "";
          display: block;
          width: 60px;
          height: 45px;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          background: url(../img/youtube-button.svg);
          background-repeat: no-repeat; }
      #hp-glr #glr-carousel .img.i-150 {
        width: 150px;
        height: 150px; }
        @media all and (max-width: 830px) {
          #hp-glr #glr-carousel .img.i-150 {
            /*width: calc((100% - 40px) * 3 / 7);
            height: calc((480px - 40px) * 3 / 7);
            max-height: calc((100vw - 80px) * 3 / 7);*/
            width: calc((100% - 40px) * 4 / 8);
            height: calc((480px - 40px) * 4 / 8);
            max-height: calc((100vw - 80px) * 4 / 8);
            margin: 10px; } }
      #hp-glr #glr-carousel .img.i-200 {
        width: 200px;
        height: 200px; }
        @media all and (max-width: 830px) {
          #hp-glr #glr-carousel .img.i-200 {
            /*width: calc((100% - 40px) * 4 / 7);
            height: calc((480px - 40px) * 4 / 7);
            max-height: calc((100vw - 80px) * 4 / 7);*/
            width: calc((100% - 40px) * 4 / 8);
            height: calc((480px - 40px) * 4 / 8);
            max-height: calc((100vw - 80px) * 4 / 8);
            margin: 10px; } }
      #hp-glr #glr-carousel .img.i-250 {
        width: 250px;
        height: 250px; }
        @media all and (max-width: 830px) {
          #hp-glr #glr-carousel .img.i-250 {
            width: calc((100% - 20px));
            height: calc((240px - 30px));
            max-height: calc((50vw - 30px));
            margin: 10px; } }
      #hp-glr #glr-carousel .img.i-450 {
        width: 450px;
        height: 450px; }
        @media all and (max-width: 830px) {
          #hp-glr #glr-carousel .img.i-450 {
            width: calc((100% - 20px));
            height: calc((480px - 20px));
            max-height: calc((100vw - 40px));
            margin: 10px; } }
      #hp-glr #glr-carousel .img img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        cursor: pointer; }
    #hp-glr #glr-carousel .left .i-150 {
      clear: left;
      float: right; }
      @media all and (max-width: 830px) {
        #hp-glr #glr-carousel .left .i-150 {
          width: calc((100% - 20px) * 5 / 5);
          height: calc((240px - 30px) * 5 / 5);
          max-height: calc((50vw - 30px) * 5 / 5); } }

/*html, body{
    overflow-x: hidden;
    overflow-y: auto;
    perspective: 300px;
}

.parallax{
    height: 100vh;
    width: 100%;
    position: relative;
    transform-style: preserve-3d;
    & > div{
        height: 100vh;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        transform-style: preserve-3d;
        img{
            max-height: 100%;
            max-width: 100%;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }
    }
    .dj-obal{
        transform: translateZ(-300px) scale(2);
    }
    .orchestra-obal{
        transform: translateZ(0);
    }
}*/
#titulni-plocha {
  /*max-height: unset;
  position: absolute;
  top: 0;*/ }
  @media all and (max-width: 750px) {
    #titulni-plocha .dj-obal img {
      min-height: 66vw;
      object-fit: cover; } }
  #titulni-plocha .smoke-container {
    width: 45%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }
  #titulni-plocha .smoke-1 {
    left: 0; }
  #titulni-plocha .smoke-2 {
    right: 0;
    top: calc(50% + 30px); }
  #titulni-plocha #smoke-1, #titulni-plocha #smoke-2 {
    position: relative;
    max-width: 100%; }
  #titulni-plocha #smoke-1 {
    transform: translateX(-10px); }
  #titulni-plocha .scrollovaci-mys {
    width: 22px;
    height: 38px;
    position: absolute;
    bottom: 20px;
    left: calc(50% - 12px);
    border: 2px solid white;
    border-radius: 8px;
    opacity: 1;
    transition: .3s ease; }
    @media all and (max-width: 600px) {
      #titulni-plocha .scrollovaci-mys {
        display: none; } }
    #titulni-plocha .scrollovaci-mys.scrolled {
      opacity: 0;
      bottom: 0; }
    #titulni-plocha .scrollovaci-mys .wheel {
      display: block;
      width: 2px;
      height: 10px;
      position: absolute;
      left: calc(50% - 1px);
      top: 7px;
      background: white; }
  #titulni-plocha #hlavni-partner {
    position: absolute;
    top: 80%;
    right: 50px; }
    #titulni-plocha #hlavni-partner img {
      width: 200px;
      max-width: 40vw;
      filter: brightness(0) invert(100%); }
    #titulni-plocha #hlavni-partner p {
      margin-top: 10px;
      font-size: 14px;
      color: #515477; }

.wt-box-o-projektu p {
  margin: 10px 0; }

#dvoji-fotka {
  position: relative;
  z-index: 0; }

#o-projektu .wt-bunka-5.a1 {
  position: relative;
  z-index: 1; }

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