/* EXTRA STYLE */
body {
  background-color: #080808;
  margin-top: 50px;
}

:root {
  --gold: #cdb07c;
}

.zloty {
  color: var(--gold);
}

.col.l12.m12.s12.blak-space {
  padding: 25px;
}

@media only screen and (min-width: 1200px) {
  .custom-width {
    width: 1100px;
  }
}

@media only screen and (max-width: 600px) {
  .valign-wrapper {
    display: block !important;
  }

  .mmb {
    margin-bottom: 30px;
  }

  .mmb50 {
    margin-bottom: 50px;
  }
  
  .mobiletop20 {
  margin-top: 20px;
}
}

.mtop20 {
  margin-top: 20px;
}



.custom-width .text-section a,
.roch-info {
  font-weight: bold;
  color: #cdb07c;
}

a.text-section {
  font-weight: bold;
  color: #cdb07c;
}

.custom-width h3 {
  margin-top: 0px;
}

.row {
  color: #ffffff;
}

.roch-title {
  font-size: 15px;
  margin-bottom: 10px;
}
audio {
  height: 40px;
  width: 100%;
}

.btn,
.btn-large,
.btn-flat {
  border-radius: 59px;
  background: #cdb07c;
  font-size: 12px;
  padding: 0px 20px 0px 20px;
  height: 32px;
  line-height: 32px;
}

.btn:hover,
.btn-large:hover {
  background-color: #8f7a53;
}

blockquote {
  margin: 20px 0;
  padding-left: 1.5rem;
  border-left: 5px solid #cdb07c;
}

.bottom-space {
  margin-bottom: 70px;
}

.multimedia h1 {
  margin-top: 0px;
}

.db {
  margin-bottom: 50px;
}

.db20 {
  margin-bottom: 20px;
}

.s5ths,
.m5ths,
.l5ths,
.xl5ths {
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s5ths {
  width: 20%;
}

@media only screen and (min-width: 601px) {
  .row .col.m5ths {
    width: 20%;
  }
}

@media only screen and (min-width: 993px) {
  .row .col.l5ths {
    width: 20%;
  }
}

@media only screen and (min-width: 1201px) {
  .row .col.xl5ths {
    width: 20%;
  }
}

video {
  width: 100%;
}

/* Ukryj przycisk pobierania wideo */
video::-webkit-media-controls-enclosure {
  overflow: hidden !important;
}

video::-webkit-media-controls-panel {
  width: calc(100% + 30px) !important;
}

video::-ms-media-controls {
  display: none !important;
}
