@font-face {
  font-family: MADE Mirage;
  src: url("../fonts/MADE Mirage Regular.otf") format("opentype");
}
@font-face {
  font-family: Helvetica Neue;
  src: url("../fonts/HelveticaNeueLt.ttf") format("truetype");
}
@font-face {
  font-family: FreeSans;
  src: url("../fonts/FreeSans.ttf") format("truetype");
}
@font-face {
  font-family: AGaramondPro;
  src: url("../fonts/AGaramondPro-Regular.otf") format("opentype");
}
@font-face {
  font-family: AGaramondPro;
  font-style: italic;
  src: url("../fonts/AGaramondPro-Italic.otf") format("opentype");
}
body {
  margin: 0;
  color: white;
  font-family: FreeSans, sans-serif;
  user-select: none;
}
.menu-visible #menu-button .text {
  width: 48px;
  margin-right: 20px;
}
.menu-visible #menu-button .icon {
  width: 20px !important;
}
.menu-visible #menu-button .icon:before {
  top: 9px !important;
  transform: rotate(45deg);
}
.menu-visible #menu-button .icon:after {
  bottom: 9px;
  transform: rotate(-45deg);
}
.menu-visible #menu {
  right: 0 !important;
  opacity: 1 !important;
}
.background-image {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url("../images/background.jpg");
  background-position: center;
  background-size: cover;
}
video {
  position: fixed;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
}
.zoom {
  transition: all ease-in-out 100ms;
}
.zoom:hover {
  transform: scale(1.13);
}
.logo {
  font-family: MADE Mirage, serif;
  font-size: 47px;
  margin-top: 35px;
  margin-left: 45px;
  display: inline-block;
  font-weight: bold;
  transition: all ease-in-out 100ms;
  position: relative;
  z-index: 2;
  cursor: pointer;
}
#menu-button {
  float: right;
  margin-top: 40px;
  margin-right: 45px;
  cursor: pointer;
  position: fixed;
  z-index: 2;
  right: 0;
  top: 0;
}
#menu-button:hover .text {
  transform: scale(1.13);
}
#menu-button:hover .icon {
  width: 50px;
}
#menu-button .text {
  font-size: 16px;
  transition: all ease-in-out 100ms;
  display: inline-block;
  width: 48px;
  overflow: hidden;
  margin-right: 20px;
}
#menu-button .icon {
  width: 46px;
  height: 20px;
  position: relative;
  float: right;
  transition: all ease-in-out 200ms;
}
#menu-button .icon .line {
  position: absolute;
  top: 6px;
  content: "";
  width: 100%;
  height: 2px;
  background: white;
  display: block;
  transition: all ease-in-out 200ms;
}
#menu-button .icon:before {
  position: absolute;
  top: 6px;
  content: "";
  width: 100%;
  height: 2px;
  background: white;
  display: block;
  transition: all ease-in-out 200ms;
}
#menu-button .icon:after {
  position: absolute;
  top: 6px;
  content: "";
  width: 100%;
  height: 2px;
  background: white;
  display: block;
  transition: all ease-in-out 200ms;
  top: unset;
  bottom: 6px;
}
#menu {
  position: fixed;
  top: 0;
  right: -420px;
  height: 100%;
  background: black;
  width: 420px;
  z-index: 1;
  opacity: 0;
  transition: all ease-in-out 200ms;
}
#menu .items {
  position: absolute;
  right: 0;
  top: 25vh;
  padding-right: 45px;
  font-family: Helvetica Neue, sans-serif;
}
#menu .items a {
  font-size: 40px;
  display: block;
  text-align: right;
  margin-top: 8px;
  color: white;
  text-decoration: none;
  cursor: pointer;
}
#menu .items a:hover {
  text-decoration: underline;
}
#menu .items .disabled {
  color: #353535;
  cursor: not-allowed;
  text-decoration: none !important;
}
#menu .menu-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding-bottom: 40px;
}
#menu .menu-footer .buttons {
  text-align: right;
  margin-right: 45px;
}
#menu .menu-footer .buttons a {
  display: inline-block;
  height: 20px;
  margin: 0 4px;
  position: relative;
  transition: all ease-in-out 100ms;
}
#menu .menu-footer .buttons a img {
  height: 100%;
  shape-rendering: crispedges;
}
#menu .menu-footer .buttons a.disabled {
  filter: brightness(60%);
  cursor: not-allowed;
}
#menu .menu-footer .buttons a.disabled:hover {
  transform: none;
}
#menu .menu-footer .buttons a:hover {
  transform: scale(1.13);
}
main {
  position: fixed;
  width: 100%;
  height: 100%;
  top: -100%;
  left: 0;
  transition: cubic-bezier(1, 0, 0, 1) 500ms;
  opacity: 0;
}
main.visible {
  top: 0;
  opacity: 1;
}
main.not-ready {
  background: rgba(0, 0, 0, 0.8);
}
.bit-widget-container {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  width: 70%;
  margin: 100px 0 0;
  max-height: calc(100vh - 190px);
  overflow: auto;
}
.plate {
  position: absolute;
  top: 45%;
  left: 50%;
  margin: 0 -50% 0 0;
  transform: translate(-50%, -50%);
}
.plate h1 {
  font-family: MADE Mirage, serif;
  font-weight: normal;
  font-size: 9vw;
  text-align: center;
  margin: 12vh 0 0;
  display: none;
}
.plate h2 {
  font-family: MADE Mirage, serif;
  font-weight: normal;
  font-size: 40px;
  margin: 0;
  text-align: center;
}
.plate .description {
  text-align: center;
  width: 100%;
  display: none;
  font-size: 24px;
  font-family: AGaramondPro, serif;
  text-transform: uppercase;
  margin-top: 10px;
  font-style: italic;
}
.plate .play-button {
  cursor: pointer;
  transition: all ease-in-out 200ms;
}
.plate .play-button:hover {
  scale: 1.05;
}
.plate .buttons {
  text-align: center;
  width: 100%;
  margin-top: 15px;
}
.plate .buttons a {
  display: inline-block;
  height: 25px;
  margin: 0 5px;
  position: relative;
  transition: all ease-in-out 100ms;
}
.plate .buttons a img {
  height: 100%;
  shape-rendering: crispedges;
}
.plate .buttons a.disabled {
  filter: brightness(60%);
  cursor: not-allowed;
}
.plate .buttons a.disabled:hover {
  transform: none;
}
.plate .buttons a:hover {
  transform: scale(1.13);
}
.plate .spotify {
  border-radius: 17px;
  opacity: 0.5;
  transition: all ease-in-out 200ms;
  width: 100%;
  max-width: 400px;
  margin: 30px auto 0;
  display: block;
  border: 0;
  height: 80px;
}
.plate .spotify:hover {
  opacity: 1;
}
.plate .text {
  font-family: Helvetica Neue, sans-serif;
  font-size: 22px;
  max-width: 600px;
  text-align: center;
  margin: auto auto 60px;
}
.plate .left {
  margin: 0 40px;
  display: inline-block;
  vertical-align: top;
}
.plate .left h3 {
  font-family: MADE Mirage, serif;
  font-size: 30px;
  margin-bottom: 10px;
}
.plate .left p {
  font-family: Helvetica Neue, sans-serif;
  font-size: 22px;
  margin-bottom: 2px;
  margin-top: 20px;
}
.plate .left a {
  font-family: Helvetica Neue, sans-serif;
  font-size: 22px;
  color: white;
}
.plate .right {
  margin: 0 40px;
  display: inline-block;
  vertical-align: top;
}
.plate .right h3 {
  font-family: MADE Mirage, serif;
  font-size: 30px;
  margin-bottom: 10px;
}
.plate .right p {
  font-family: Helvetica Neue, sans-serif;
  font-size: 22px;
  margin-bottom: 2px;
  margin-top: 20px;
}
.plate .right a {
  font-family: Helvetica Neue, sans-serif;
  font-size: 22px;
  color: white;
}
.title-wrapper {
  position: fixed;
  bottom: 0;
  padding: 0 30px;
}
.title-wrapper .description {
  font-family: AGaramondPro, serif;
  font-size: 1vmax;
  text-transform: uppercase;
  margin-bottom: 0;
  font-style: italic;
}
.title-wrapper h1 {
  font-family: MADE Mirage, serif;
  font-weight: normal;
  margin: 0;
  font-size: 8vmax;
}
.shade {
  opacity: 0.5;
}
#hudba .plate {
  position: relative;
  overflow: auto;
  max-height: calc(100vh - 200px);
  margin: unset;
  margin-top: 100px;
  transform: unset;
  top: unset;
  left: unset;
  padding-left: 45px;
}
#hudba .plate .row {
  width: calc(100vw - 90px);
  height: 260px;
  margin-top: 85px;
}
#hudba .plate .row .cover {
  width: 260px;
  float: left;
  margin-right: 70px;
}
#hudba .plate .row .title {
  font-family: MADE Mirage, serif;
  font-size: 27px;
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 0;
}
#hudba .plate .row hr {
  border-color: #b9b9b9;
  border-bottom: none;
  margin-top: 25px;
  margin-bottom: 35px;
}
#hudba .plate .row .download {
  color: #dedede;
  padding: 15px 35px;
  display: inline-block;
  border: solid 1px #888;
  text-decoration: none;
}
#hudba .plate .row .download:hover {
  background: rgba(255, 255, 255, 0.1);
}
#hudba .plate .row .download img {
  width: 21px;
  margin-right: 15px;
  float: left;
}
#hudba .plate .row .buttons {
  text-align: left;
  margin-top: 75px;
}
#hudba .plate .row .buttons a {
  height: 22px;
}
#hudba .plate .row .buttons img {
  opacity: 0.8;
}
#hudba .plate .row .buttons img:hover {
  opacity: 1;
}
#hudba .plate .mobile-footer {
  display: none;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 30px;
  width: calc(100vw - 90px);
  font-size: 15px;
}
#kontakt .plate {
  text-align: center;
}
#kontakt .buttons {
  margin-top: 20px;
}
#kontakt .buttons a {
  height: 20px;
  margin: 0 4px;
}
#kontakt .buttons a.disabled {
  filter: brightness(60%);
  cursor: not-allowed;
}
#kontakt .buttons a.disabled:hover {
  transform: none;
}
footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: calc(100% - 60px);
  padding: 0 30px;
  display: flex;
  align-items: end;
}
footer a {
  color: white;
  transition: all ease-in-out 100ms;
}
footer a:hover {
  transform: scale(1.13);
}
footer .item {
  margin: 40px 15px;
  display: inline-block;
  text-decoration: none;
  font-size: 15px;
}
footer .item.disabled {
  color: gray;
  cursor: not-allowed;
}
footer .item.disabled:hover {
  transform: unset;
}
footer .copyright {
  flex-grow: 1;
  text-align: right;
}
.cookies-notification__element {
  border-radius: unset !important;
  right: 45px !important;
  bottom: 40px !important;
}
@media (max-width: 991px) {
  .cookies-notification__element {
    width: calc(100% - 80px) !important;
  }
}
.cookies-notification__wrapper {
  padding: 30px !important;
}
.cookies-notification__button {
  padding: 12px 25px !important;
}
.cookies-notification__message {
  font-family: AGaramondPro, serif;
  font-size: 18px !important;
  margin-bottom: 25px !important;
  line-height: 25px !important;
  color: #222222 !important;
}
.cookies-notification__button--cancel {
  background: transparent !important;
  color: #222222 !important;
}
.cookies-notification__button--cancel:hover {
  box-shadow: inset 0 0 0 1px #222222;
}
@media (max-width: 1000px) {
  .plate h1 {
    display: block;
    font-size: 70px;
  }
  .plate .description {
    display: block;
    font-size: 20px;
  }
  .plate .play-button {
    display: block;
    margin: 40px auto 10px;
  }
  .title-wrapper .description {
    display: none;
  }
  .title-wrapper h1 {
    display: none;
  }
  #hudba .cover {
    margin-right: 50px !important;
  }
  #hudba .title {
    font-size: 22px !important;
  }
}
@media (max-width: 770px) {
  .plate .buttons a {
    height: 22px;
  }
  .plate .left h3 {
    font-size: 25px;
    margin-top: 45px;
  }
  .plate .right h3 {
    font-size: 25px;
    margin-top: 45px;
  }
  #menu .menu-footer {
    padding-bottom: 30px;
  }
  footer .link {
    display: none;
  }
  footer .copyright {
    float: unset;
    width: 100%;
    text-align: center;
    margin: 30px 0;
  }
  #home .plate {
    top: 25%;
  }
  #home .plate .spotify {
    display: none;
  }
  main .plate {
    transform: unset;
    left: 0;
    margin: unset;
    top: 100px;
    width: 100%;
    max-height: calc(100% - 170px) !important;
    overflow: auto;
  }
  main .plate .text {
    font-size: 18px;
    padding: 0 40px;
    margin-bottom: 0;
  }
  main .plate h3 {
    font-size: 25px;
  }
  .bit-widget-container {
    width: 100%;
  }
  #hudba .plate {
    max-height: calc(100% - 100px) !important;
  }
  #hudba .row {
    height: unset !important;
    margin-top: 50px !important;
  }
  #hudba .row:first-child {
    margin-top: 0 !important;
  }
  #hudba .row .cover {
    float: unset !important;
  }
  #hudba .row .title {
    margin-top: 20px !important;
  }
  #hudba .row hr {
    margin-top: 14px !important;
    margin-bottom: 24px !important;
  }
  #hudba .row .buttons {
    text-align: right !important;
    margin-top: -38px !important;
  }
  #hudba .mobile-footer {
    display: block !important;
  }
}
@media (max-width: 500px) {
  .logo {
    font-weight: normal;
    font-size: 30px;
    margin-left: 30px;
    margin-top: 20px;
  }
  .logo img {
    height: 20px;
  }
  .plate h1 {
    font-size: 40px;
  }
  .plate .description {
    font-size: 17px;
  }
  .plate .play-button {
    height: 35px;
  }
  #menu-button {
    margin-top: 29px;
    margin-right: 31px;
  }
  #menu-button .text {
    font-family: Helvetica Neue, sans-serif;
    letter-spacing: 1px;
    width: 0;
    margin-right: 0;
  }
  #menu-button .icon:before {
    top: 5px;
  }
  #menu {
    width: 100%;
  }
  #menu .items {
    padding-right: 0;
    width: 100%;
  }
  #menu .items #menu-home {
    display: none;
  }
  #menu .items a {
    text-align: center;
    font-size: 35px;
  }
  #menu .menu-footer .buttons {
    text-align: center;
    margin-right: unset;
  }
  #hudba .plate {
    padding-left: 30px;
  }
  #hudba .plate .row {
    width: calc(100% - 60px);
  }
  #hudba .plate .row .title {
    font-size: 20px !important;
  }
  #hudba .cover {
    width: 100% !important;
    margin-right: 0 !important;
  }
  #hudba .mobile-footer {
    width: calc(100vw - 60px) !important;
    font-size: 13px !important;
  }
  footer .item {
    font-size: 13px;
  }
}
@media (max-width: 390px) {
  #menu .items {
    top: 80px;
  }
  #hudba .row .buttons {
    text-align: left !important;
    margin-top: 25px !important;
  }
}
/*# sourceMappingURL=main.css.map */