.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

#jp_container_1 {
  width: 10px;
}

.jp-gui {
  min-width: 275px;
  margin-left: -1rem;
  padding-top: 10px;
}

@media screen and (max-width: 560px) {
  .jp-gui {
    min-width: 275px;
    padding-top: 0;
    margin-left: 0px;
  }
}
@media screen and (max-width: 320px) {
  .jp-gui {
    min-width: 245px;
    padding-top: 0;
    margin-left: 0px;
  }
}
.jp-gui ul {
  margin: 0;
  padding: 0;
}

.jp-gui ul li {
  position: relative;
  float: left;
  list-style: none;
  margin: 0px;
  padding: 1px 0;
  cursor: pointer;
}

.jp-gui ul li a {
  margin: 0 4px;
}

.jp-no-solution {
  display: none;
}

.jp-progress-slider {
  position: absolute;
  top: 23px;
  left: 42px;
  width: 130px;
}

@media screen and (min-width: 320px) and (max-width: 360px) {
  .jp-progress-slider {
    position: absolute;
    top: 12px;
    left: 58px;
    width: 180px;
  }
}
@media screen and (min-width: 360px) and (max-width: 375px) {
  .jp-progress-slider {
    position: absolute;
    top: 12px;
    left: 65px;
    width: 214px;
  }
}
@media screen and (min-width: 375px) and (max-width: 400px) {
  .jp-progress-slider {
    position: absolute;
    top: 12px;
    left: 65px;
    width: 230px;
  }
}
@media screen and (min-width: 400px) and (max-width: 560px) {
  .jp-progress-slider {
    position: absolute;
    top: 12px;
    left: 65px;
    width: 260px;
  }
}
.jp-progress-slider .ui-slider-handle {
  cursor: pointer;
}

.jp-volume-slider .ui-slider-handle {
  height: 0.8em;
  width: 0.8em;
  cursor: pointer;
}

@media (max-width: 560px) {
  .jp-gui.jp-no-volume .jp-volume-slider {
    display: none;
  }
}
.jp-current-time,
.jp-duration {
  position: absolute;
  top: 42px;
  font-size: 0.8em;
  cursor: default;
}

.jp-current-time {
  left: 100px;
}

.jp-duration {
  right: 266px;
}

.jp-gui.jp-no-volume .jp-duration {
  right: 70px;
}

.jp-clearboth {
  clear: both;
}

.header {
  background: url(img/uvod1_cz.jpg) no-repeat center center;
  width: 100%;
  height: 520px;
  margin-left: 0;
  transition: background 1s linear;
  filter: drop-shadow(0 10px 4px #000000);
}

.logo {
  position: sticky;
  background: url(img/pruhHorni.png) repeat-x;
  width: 100%;
  height: 20%;
  margin-top: 1.1%;
  top: 0;
}

.logo span {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #c0c0c0;
  font-weight: 600;
}

@media (min-width: 375px) and (max-width: 600px) {
  .logo span {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #c0c0c0;
    font-weight: 600;
    font-size: 0.8rem;
  }
}
@media (max-width: 360px) {
  .logo span {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #c0c0c0;
    font-weight: 600;
    font-size: 0.6rem;
  }
}
.logo h1 {
  color: white;
}

.plate-img img {
  width: 100%;
  height: 160px;
  border: 1px solid #92a1b1;
}
.plate-img img:hover {
  opacity: 0.3;
}

.plate-title {
  background-color: #92a1b1;
  border: 1px solid #add4d4;
}

.plate-title a {
  text-decoration: none;
  color: #e2e0e0;
}
.plate-title a:hover {
  color: #616b88;
}

body {
  background: #161414;
  min-width: 100%;
  min-height: 100%;
  margin-bottom: 20px;
  overflow-y: scroll;
}

.aroma-card-item {
  background-color: transparent;
  width: 340px;
  height: 230px;
  perspective: 1000px;
  /* Remove this if you don't want the 3D effect */
  margin-bottom: 30px;
}

/* This container is needed to position the front and back side */
.flip-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.aroma-card-item:hover .flip-inner {
  transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-front, .flip-back {
  position: absolute;
  -webkit-backface-visibility: hidden;
  /* Safari */
  backface-visibility: hidden;
}

/* Style the front side (fallback if image is missing) */
.flip-front {
  border: 1px solid #1b1b1b;
  border-radius: 4px;
  background: linear-gradient(204deg, rgba(80, 80, 80, 0.9051995798) 0%, #3c3c3b 31%, rgba(1, 1, 1, 0.893995098) 78%);
  box-shadow: 3px 5px 5px #0c0c0c;
  height: 230px;
}

.front-img {
  display: flex;
  height: 176px;
  width: 310px;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  margin: 5px;
  box-shadow: 1px 11px 10px #0c0c0c;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.front-img img {
  min-width: 100%;
  min-height: 100%;
}

.flip-front h5 {
  color: #c0c0c0;
}

/* Style the back side */
.flip-back {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: relative;
  font-size: 0.8em;
  padding: 15px;
  width: 320px;
  height: 230px;
  border: 1px solid #1b1b1b;
  border-radius: 4px;
  background: linear-gradient(204deg, rgba(80, 80, 80, 0.9051995798) 0%, #3c3c3b 31%, rgba(1, 1, 1, 0.893995098) 78%);
  color: #c0c0c0;
  transform: rotateY(180deg);
  overflow: hidden;
}

.back-img p {
  color: white;
  padding: 7px;
  margin: 0;
  filter: drop-shadow(0px 5px 4px #000000);
}

.back-img {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 5px;
  left: 5px;
  width: 308px;
  height: 176px;
  z-index: -2;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
  box-shadow: 0px 5px 10px #0c0c0c;
}

.back-img img {
  min-width: 130%;
  min-height: 100%;
}

.dark-overlay {
  position: absolute;
  top: 0;
  left: 0;
  border-top-left-radius: calc(0.25rem - 2px);
  border-top-right-radius: calc(0.25rem - 2px);
  width: 308px;
  height: 176px;
  background: rgba(0, 0, 0, 0.7);
  z-index: -1;
}

.dark-overlay-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: -1;
}

.card-item {
  border: 1px solid #1b1b1b;
  background: linear-gradient(204deg, rgba(80, 80, 80, 0.9051995798) 0%, #3c3c3b 31%, rgba(1, 1, 1, 0.893995098) 78%);
  margin-top: 30px;
  box-shadow: 1px 1px 5px #0c0c0c;
}

.category-desc h5 {
  color: #e8e9d1;
  font-size: 1rem;
}

.category-desc a.catalog-link {
  color: #c7d32c;
  text-decoration: underline;
}
.category-desc a.catalog-link:hover {
  text-decoration: none;
}

.link-email {
  padding: 0 !important;
}
.link-email u {
  color: #55ab26;
  font-size: 0.7em;
  text-transform: lowercase;
}

.mb-br {
  display: none;
}

@media (max-width: 500px) {
  .mb-br {
    display: block;
  }
}
@media (max-width: 320px) {
  .card-item {
    border: 1px solid #1b1b1b;
    background: linear-gradient(204deg, rgba(80, 80, 80, 0.9051995798) 0%, #3c3c3b 31%, rgba(1, 1, 1, 0.893995098) 78%);
    margin-top: 30px;
    box-shadow: 1px 1px 5px #0c0c0c;
    margin-left: -30px;
  }
}
.card-link {
  color: #c0c0c0 !important;
}
.card-link:hover {
  color: #88b13f !important;
}

.nav-link {
  color: #c0c0c0 !important;
  font-size: 0.9rem;
}
.nav-link:hover {
  color: #88b13f !important;
}

.nav-link.title {
  color: #c0c0c0 !important;
  font-size: 1.2rem;
  font-weight: 700;
}
.nav-link.title:hover {
  color: #88b13f !important;
}

.show-more a {
  text-decoration-line: underline !important;
  padding-top: 0px;
  padding-bottom: 0;
}
.show-more a:hover {
  color: #88b13f !important;
}

.nav-link.active-title {
  color: #88b13f !important;
}

.nav-link.active {
  background: none;
  background-color: #88b13f;
  color: white !important;
  position: relative;
  z-index: 1;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.dis-link {
  background: url(img/cara.gif) repeat-x left bottom;
  padding-bottom: 15px;
  margin-bottom: 20px;
  text-align: center;
}

.dis-link .aromalogo {
  width: 157px;
  height: 21px;
}

.info-plate p {
  color: #e8e9d1;
  font-family: Verdana, Arial, Helvetica, Sans-serif;
  font-size: 0.8em;
  line-height: 21px;
}

.info-plate span {
  color: #7b7b7b;
  font-size: 18px;
  text-transform: uppercase;
  padding-left: 10px;
}

.info-plate img {
  top: 0;
  left: 0;
}

.playlist {
  border: 2px solid #242424;
  background-color: #030303;
  min-height: 60px;
  max-width: 680px;
  padding: 10px 10px 5px 10px;
  border-radius: 15px;
  box-shadow: 1px 1px 5px #0c0c0c;
  margin-top: 1rem;
}

.playlist a:hover {
  text-decoration: none;
}

.playlist-title {
  background: linear-gradient(180deg, rgba(230, 148, 25, 0.9051995798) 34%, rgba(215, 90, 0, 0.893995098) 61%);
  height: 55px;
  border-radius: 12px;
  margin-bottom: 5px;
}

.playlist-title.shops {
  background: linear-gradient(180deg, rgba(52, 248, 241, 0.9) 34%, rgba(17, 171, 166, 0.89) 61%) !important;
}

.playlist-title.hotels {
  background: linear-gradient(180deg, #fe7088 34%, #ff002a 61%) !important;
}

.playlist-title.welness {
  background: linear-gradient(180deg, #64c36c 34%, #009c0c 61%) !important;
}

.playlist-title.bars {
  background: linear-gradient(180deg, #bd6ed8 34%, #75009c 61%) !important;
}

.playlist-title.offices {
  background: linear-gradient(180deg, #6893e1 34%, #0050e3 61%) !important;
}

.playlist-title.celebrations {
  background: linear-gradient(180deg, #d662a5 34%, #e50185 61%) !important;
}

.playlist-title.christmas {
  background: linear-gradient(180deg, #d662a5 34%, #e50185 61%) !important;
}

.playlist-title span {
  margin: auto;
  padding-top: 12px;
  font-weight: 700;
  color: white;
  font-size: 1.2rem;
}

.playlist-data {
  background-color: rgba(194, 194, 194, 0.507);
  border: 1px solid #c9d6d6;
  width: 100%;
  margin-left: 0;
  height: auto;
}

.card-body {
  background: #b6b5b5;
}

.ui-state-default, .ui-widget-content .ui-state-default {
  border: unset !important;
  background: unset !important;
}

.ui-widget-content {
  border: 0px solid #aaaaaa !important;
  background: #030303 !important;
  color: #222222;
}

.ui-slider {
  background: #f9f9f9;
  background: #cccccc !important;
}

.ui-slider .ui-slider-handle {
  width: 0.6em !important;
  height: 0.8em !important;
  display: none !important;
}

.ui-slider-horizontal {
  height: 0.4em !important;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -0.25em !important;
  margin-left: -0.4em !important;
}

.ui-corner-all {
  border-radius: 25px !important;
}

.ui-widget-header {
  border: 1px solid #aaaaaa;
  background: linear-gradient(180deg, #f9f9f9 1%, #9dcb50 19%, #a7bf67 29%, #90b053 40%, #8ca14a 54%, #51661f 88%, #2e3608 100%) !important;
  color: #222222;
  font-weight: bold;
}

.jp-play.ui-state-default {
  border: unset !important;
  background: unset !important;
  color: #222222;
}

.jp-pause.ui-state-default {
  border: unset !important;
  background: unset !important;
  color: #222222;
}

.jp-volume-slider {
  position: absolute;
  top: 23px;
  left: 215px;
  width: 49px;
  height: 0.4em;
  transition: all 0.3s cubic-bezier(0.87, -0.41, 0.19, 1.44);
}

.jp-volume-slider.closed {
  width: 0 !important;
}

.jp-volume-slider a {
  position: absolute;
  top: -11px;
  left: -25px;
}

.card.card-body span {
  display: block;
  font-size: 0.8rem;
}

.card.card-body span.detail-title {
  font-weight: 700;
}

.card.card-body span.detail-description.accent {
  color: red;
}

.card.card-body span.detail-title.accent {
  color: red;
  font-weight: 700;
}

.fa-1x {
  font-size: 1.5rem;
}

.navbar-toggler.toggler-example {
  cursor: pointer;
}

#navbarSupportedContent1 {
  margin-top: 19px;
  background-color: #000000fa;
}

.header-menu-button a {
  font-weight: 400;
}

.header-menu-button a.active {
  color: #277e16;
}

.footer {
  text-align: right;
  color: #687e01;
  font-size: 0.7em;
  filter: drop-shadow(0 10px 4px #000000);
}

#data-container .row {
  justify-content: center;
}

.dark-blue-text {
  color: #7f9b23;
}

@media screen and (min-width: 560px) and (max-width: 750px) {
  .jp-gui {
    margin-left: 7rem;
  }

  .jp-progress-slider {
    position: absolute;
    top: 23px;
    left: 164px;
    width: 130px;
  }

  .jp-volume-slider {
    left: 337px;
  }
}
@media screen and (min-width: 750px) and (max-width: 850px) {
  .jp-gui {
    margin-left: 12rem;
  }

  .jp-progress-slider {
    position: absolute;
    top: 23px;
    left: 275px;
    width: 130px;
  }

  .jp-volume-slider {
    left: 463px;
  }
}

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