.marker-cluster-small {
    background-color: rgba(181, 226, 140, 0.6);
}
.marker-cluster-small div {
    background-color: rgba(110, 204, 57, 0.6);
}

.marker-cluster-medium {
    background-color: rgba(241, 211, 87, 0.6);
}
.marker-cluster-medium div {
    background-color: rgba(240, 194, 12, 0.6);
}

.marker-cluster-large {
    background-color: rgba(253, 156, 115, 0.6);
}
.marker-cluster-large div {
    background-color: rgba(241, 128, 23, 0.6);
}

/* IE 6-8 fallback colors */
.leaflet-oldie .marker-cluster-small {
    background-color: rgb(181, 226, 140);
}
.leaflet-oldie .marker-cluster-small div {
    background-color: rgb(110, 204, 57);
}

.leaflet-oldie .marker-cluster-medium {
    background-color: rgb(241, 211, 87);
}
.leaflet-oldie .marker-cluster-medium div {
    background-color: rgb(240, 194, 12);
}

.leaflet-oldie .marker-cluster-large {
    background-color: rgb(253, 156, 115);
}
.leaflet-oldie .marker-cluster-large div {
    background-color: rgb(241, 128, 23);
}

.marker-cluster {
    background-clip: padding-box;
    border-radius: 20px;
}
.marker-cluster div {
    width: 30px;
    height: 30px;
    margin-left: 5px;
    margin-top: 5px;

    text-align: center;
    border-radius: 15px;
    font: 12px "Helvetica Neue", Arial, Helvetica, sans-serif;
}
.marker-cluster span {
    line-height: 30px;
}

.leaflet-cluster-anim .leaflet-marker-icon, .leaflet-cluster-anim .leaflet-marker-shadow {
    -webkit-transition: -webkit-transform 0.3s ease-out, opacity 0.3s ease-in;
    -moz-transition: -moz-transform 0.3s ease-out, opacity 0.3s ease-in;
    -o-transition: -o-transform 0.3s ease-out, opacity 0.3s ease-in;
    transition: transform 0.3s ease-out, opacity 0.3s ease-in;
}

.leaflet-cluster-spider-leg {
    /* stroke-dashoffset (duration and function) should match with leaflet-marker-icon transform in order to track it exactly */
    -webkit-transition: -webkit-stroke-dashoffset 0.3s ease-out, -webkit-stroke-opacity 0.3s ease-in;
    -moz-transition: -moz-stroke-dashoffset 0.3s ease-out, -moz-stroke-opacity 0.3s ease-in;
    -o-transition: -o-stroke-dashoffset 0.3s ease-out, -o-stroke-opacity 0.3s ease-in;
    transition: stroke-dashoffset 0.3s ease-out, stroke-opacity 0.3s ease-in;
}

html {
  background-color: #f7f3ec; }

body {
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  color: #4e453a;
  background: linear-gradient(to bottom, #e7ddca 0, #f7f3ec 100%); }

.page-container {
  background: #e7ddca;
  padding-bottom: 4rem; }

.color-primary {
  color: #599f00; }

.font-slab {
  font-family: "Roboto Slab", sans-serif; }

.logo {
  font-family: "Roboto Slab", sans-serif; }
  .logo__image {
    height: 111px;
    width: 98px; }
  .logo__text {
    color: #000000;
    font-size: 40px;
    font-weight: 700;
    line-height: 130px;
    letter-spacing: -0.8px;
    margin-left: 15px; }
    .logo__text-cz {
      color: #4e453a; }
  .logo:hover {
    text-decoration: none; }

.navbar {
  flex-wrap: nowrap;
  background: #4e453a; }
  @media (min-width: 768px) {
    .navbar {
      padding: 0; } }
  .navbar .logo {
    padding: 10px 0; }
    .navbar .logo__image {
      height: 70px;
      width: 62px; }
    .navbar .logo__text {
      color: #ffffff;
      font-size: 20px;
      letter-spacing: -0.4px;
      line-height: 30px;
      transition: opacity 0.1s; }
      .navbar .logo__text-cz {
        color: #ccc4bb; }
      .navbar .logo__text:hover {
        opacity: 0.75; }

@media (max-width: 991.98px) {
  .navbar-nav {
    flex-direction: row;
    flex-wrap: wrap; }
    .navbar-nav .nav-item {
      width: 100%; }
    .navbar-nav .nav-item-social {
      width: auto;
      margin-top: 3px;
      margin-bottom: 3px; }
      .navbar-nav .nav-item-social a {
        padding: 10px; }
      .navbar-nav .nav-item-social:nth-last-child(3) a {
        padding-left: 0; } }

.navbar-collapse {
  justify-content: flex-end; }

.navbar-dark .navbar-nav .nav-link {
  font-family: "Roboto Slab", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #ffffff; }
  .navbar-dark .navbar-nav .nav-link:hover {
    color: #ffffff;
    text-decoration: underline; }

.nav-link-social-image {
  max-width: 23px;
  border-radius: 50%;
  transition: background-color 0.2s; }
  @media (max-width: 767.98px) {
    .nav-link-social-image {
      max-width: 28px; } }

.nav-link-social:hover .nav-link-social-image-facebook {
  background: #4267b2; }

.nav-link-social:hover .nav-link-social-image-twitter {
  background: #1b95e0; }

.nav-link-social:hover .nav-link-social-image-instagram {
  background: #FF8546; }

.hero {
  margin-bottom: 2em; }
  .hero .bd-title {
    font-weight: 900; }
  .hero__content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column; }
    .hero__content .logo {
      margin-top: 10px;
      margin-bottom: 60px; }
      @media (max-width: 767.98px) {
        .hero__content .logo {
          margin-bottom: 0; } }
    .hero__content .progress-container {
      width: 100%;
      position: relative;
      padding: 0 50px;
      margin-top: 100px;
      margin-bottom: 100px; }
      .hero__content .progress-container::before, .hero__content .progress-container::after {
        content: "";
        height: 187px;
        background: url(images/19e5d268948a265f976f08f9e54bee6b.png);
        position: absolute;
        top: -60px; }
      .hero__content .progress-container::before {
        left: 0;
        width: 118px;
        background-image: url(images/19e5d268948a265f976f08f9e54bee6b.png); }
      .hero__content .progress-container::after {
        right: 0;
        width: 114px;
        background-image: url(images/d0bd28bc858a374e244c2919851fd99c.png); }
      .hero__content .progress-container .progress {
        background: #eb2119;
        height: 70px; }
      .hero__content .progress-container .progress-bar {
        background: #56b400; }
      .hero__content .progress-container .progress-text {
        display: flex;
        position: absolute;
        top: 0;
        left: 90px;
        right: 90px;
        font-family: "Roboto Slab", sans-serif; }
        .hero__content .progress-container .progress-text__content {
          text-align: center; }
          .hero__content .progress-container .progress-text__content > span {
            display: block; }
          .hero__content .progress-container .progress-text__content--done .progress-text__bottom {
            color: #56b400; }
          .hero__content .progress-container .progress-text__content--remain .progress-text__bottom {
            color: #eb2119; }
        .hero__content .progress-container .progress-text__top {
          font-weight: 400;
          font-size: 14px;
          text-transform: uppercase;
          color: #ffffff;
          line-height: 70px; }
        .hero__content .progress-container .progress-text__bottom {
          font-weight: 900;
          font-size: 34px; }

.three-steps {
  text-align: center;
  margin-top: 70px;
  font-family: "Roboto Slab", sans-serif; }
  .three-steps__header {
    color: #000000;
    font-size: 36px;
    font-weight: 700; }
  .three-steps__steps {
    display: flex;
    margin-top: 50px;
    margin-bottom: 80px; }
    @media (max-width: 767.98px) {
      .three-steps__steps {
        flex-direction: column;
        margin-top: 0;
        margin-bottom: 0; } }
  .three-steps__step {
    width: 33.33%; }
    @media (max-width: 767.98px) {
      .three-steps__step {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 15px;
        margin-bottom: 15px; } }
    .three-steps__step-image {
      background: no-repeat center;
      height: 80px;
      margin-bottom: 40px;
      background-size: contain; }
      @media (max-width: 767.98px) {
        .three-steps__step-image {
          width: 30%;
          padding-top: 30%;
          margin-bottom: 20px; } }
    .three-steps__step--map .three-steps__step-image {
      background-image: url(images/47b25ddcb1304034f57737737e14dd0b.png); }
    .three-steps__step--checklist .three-steps__step-image {
      background-image: url(images/4abe6d001f6fafb2144e5d51cb436a21.png); }
    .three-steps__step--group .three-steps__step-image {
      background-image: url(images/89d393003e2fdfa7f306881baa3d31a2.png); }
    .three-steps__step-text {
      font-size: 24px;
      line-height: 28px;
      font-weight: 700; }

.beer-counter {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "Roboto Slab", sans-serif; }
  .beer-counter__amount {
    background: url(images/a6e2f0d0dda6c0c76b2dc7851c157a78.png) no-repeat right 5px;
    position: relative;
    padding: 15px 40px 0 40px;
    font-size: 120px;
    font-weight: 900;
    letter-spacing: 0.35px;
    line-height: 54px;
    color: #000000; }
    @media (min-width: 768px) {
      .beer-counter__amount::before {
        content: "";
        position: absolute;
        left: 0;
        top: 5px;
        width: 39px;
        height: 84px;
        background: url(images/a6e2f0d0dda6c0c76b2dc7851c157a78.png) no-repeat right 0;
        transform: scaleX(-1); } }
    .beer-counter__amount-unit {
      font-size: 35px;
      margin-top: 33px;
      display: block; }
    @media (max-width: 767.98px) {
      .beer-counter__amount {
        padding-left: 0;
        padding-right: 0;
        background-image: none;
        font-size: 60px; }
        .beer-counter__amount-unit {
          margin-top: 6px; } }
  .beer-counter__text {
    color: #4e453a;
    font-weight: 700;
    letter-spacing: 0.45px;
    font-size: 18px;
    line-height: 24px;
    text-align: center; }
    .beer-counter__text-first {
      margin-bottom: 45px;
      margin-top: 30px;
      font-size: 30px; }
    .beer-counter__text-second {
      margin-top: 30px; }
    .beer-counter__text-third {
      margin-top: 10px; }
      .beer-counter__text-third strong {
        font-size: 1.4em;
        color: black; }
    .beer-counter__text-count {
      font-size: 24px; }
    @media (max-width: 767.98px) {
      .beer-counter__text {
        font-size: 16px; }
        .beer-counter__text-count {
          font-size: 20px; }
        .beer-counter__text-first {
          margin-top: 10px;
          margin-bottom: 0; }
        .beer-counter__text-second {
          margin-top: 10px; } }

.homepage-video {
  margin-top: 60px; }

.main-content {
  padding: 0 20px;
  margin-top: 50px; }

.heading-1 {
  font-family: "Roboto Slab", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 29px; }

.heading-2 {
  font-family: "Roboto Slab", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 22px; }

.heading-4 {
  font-family: "Roboto Slab", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  font-size: 20px;
  font-weight: 700; }

p,
li,
address,
dl {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px; }

a {
  color: #4e453a; }

.heading-2 + p {
  margin-top: 20px; }

.heading-1 + p {
  margin-top: 30px; }

.btn {
  font-family: "Roboto Slab", sans-serif;
  font-weight: 400;
  color: #ffffff;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1.4px; }

.btn-sm {
  padding: 3px 10px; }

.btn-vlight {
  color: #4e453a; }

.btn-facebook {
  color: #ffffff;
  background-color: #4267b2;
  border-color: #4267b2; }
  .btn-facebook:hover {
    color: #ffffff;
    background-color: #385796;
    border-color: #34518d; }
  .btn-facebook:focus, .btn-facebook.focus {
    color: #ffffff;
    background-color: #385796;
    border-color: #34518d;
    box-shadow: 0 0 0 0.2rem rgba(94, 126, 190, 0.5); }
  .btn-facebook.disabled, .btn-facebook:disabled {
    color: #ffffff;
    background-color: #4267b2;
    border-color: #4267b2; }
  .btn-facebook:not(:disabled):not(.disabled):active, .btn-facebook:not(:disabled):not(.disabled).active,
  .show > .btn-facebook.dropdown-toggle {
    color: #ffffff;
    background-color: #34518d;
    border-color: #314c83; }
    .btn-facebook:not(:disabled):not(.disabled):active:focus, .btn-facebook:not(:disabled):not(.disabled).active:focus,
    .show > .btn-facebook.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(94, 126, 190, 0.5); }

.btn-twitter {
  color: #ffffff;
  background-color: #1b95e0;
  border-color: #1b95e0; }
  .btn-twitter:hover {
    color: #ffffff;
    background-color: #177ebe;
    border-color: #1677b2; }
  .btn-twitter:focus, .btn-twitter.focus {
    color: #ffffff;
    background-color: #177ebe;
    border-color: #1677b2;
    box-shadow: 0 0 0 0.2rem rgba(61, 165, 229, 0.5); }
  .btn-twitter.disabled, .btn-twitter:disabled {
    color: #ffffff;
    background-color: #1b95e0;
    border-color: #1b95e0; }
  .btn-twitter:not(:disabled):not(.disabled):active, .btn-twitter:not(:disabled):not(.disabled).active,
  .show > .btn-twitter.dropdown-toggle {
    color: #ffffff;
    background-color: #1677b2;
    border-color: #146fa7; }
    .btn-twitter:not(:disabled):not(.disabled):active:focus, .btn-twitter:not(:disabled):not(.disabled).active:focus,
    .show > .btn-twitter.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(61, 165, 229, 0.5); }

.btn-outline-secondary {
  color: #4e453a; }
  .btn-outline-secondary:disabled {
    color: rgba(78, 69, 58, 0.4);
    cursor: not-allowed;
    border-color: rgba(78, 69, 58, 0.4); }

.card {
  border: 1px solid rgba(78, 69, 58, 0.4);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

.pagination {
  display: flex;
  justify-content: center;
  margin-top: 10px; }
  .pagination__title {
    font-size: 16px;
    line-height: 31px;
    margin-right: 10px; }
  .pagination__list {
    list-style-type: none;
    display: flex;
    padding: 0;
    margin: 0;
    flex-wrap: wrap; }
  .pagination__page-item {
    margin-left: 4px;
    margin-bottom: 4px; }
  .pagination__page-link {
    padding: 0 5px;
    min-width: 24px;
    text-align: center;
    font-size: 16px;
    line-height: 24px; }
    .pagination__page-link.btn-outline-secondary:not(:hover) {
      background-color: #F6F5F5; }
  .pagination__page-item--active .pagination__page-link {
    background: #4e453a;
    color: #ffffff; }

.std-page {
  padding-top: 40px; }

.address-pre {
  white-space: pre-line; }

.beer-map {
  width: 100%;
  position: relative; }
  @media (max-width: 767.98px) {
    .beer-map {
      display: flex;
      flex-direction: column-reverse; } }
  .beer-map__map-border {
    margin-left: -15px;
    width: calc(100% + 30px);
    padding-left: 15px;
    padding-right: 15px;
    padding: 27px 35px 35px 35px;
    border-radius: 10px;
    background: white;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    margin-top: 30px; }
    @media (max-width: 767.98px) {
      .beer-map__map-border {
        padding-top: 20px;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 0;
        border-radius: 0; } }
  .beer-map__heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 28px; }
    @media (max-width: 767.98px) {
      .beer-map__heading {
        flex-direction: column; } }
    .beer-map__heading-text {
      color: #000000;
      font-family: "Roboto Slab", sans-serif;
      font-size: 36px;
      font-weight: 700;
      margin-bottom: 0; }
      @media (max-width: 767.98px) {
        .beer-map__heading-text {
          font-size: 25px;
          margin-bottom: 14px; } }
  .beer-map__location-button {
    text-transform: uppercase;
    padding: 8px 14px 8px 38px;
    font-family: "Roboto Slab", sans-serif;
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 1.4px;
    background-repeat: no-repeat;
    background-position: 10px center;
    background-image: url(images/9f2691a3051a90520781131dda280605.png); }
  .beer-map__map-container {
    width: 100%;
    position: relative;
    height: 80vh;
    max-height: 500px; }
    @media (max-width: 991.98px) {
      .beer-map__map-container {
        height: 50vh; } }
    @media (max-width: 767.98px) {
      .beer-map__map-container {
        margin-left: -15px;
        width: calc(100% + 30px); } }
  .beer-map__map {
    width: 100%;
    height: 100%;
    border-radius: 8px; }
  .beer-map-detail {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2000;
    display: flex;
    flex-direction: column;
    max-width: 30%;
    max-height: calc(100% - 20px); }
    .beer-map-detail__box {
      background: white;
      border-radius: 2px;
      box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
      overflow: auto;
      padding: 6px 10px; }
      .beer-map-detail__box > *:last-child {
        margin-bottom: 0; }
      .beer-map-detail__box:first-child {
        overflow: visible; }
      .beer-map-detail__box:not(:first-child) {
        margin-top: 5px; }
      .beer-map-detail__box p, .beer-map-detail__box li {
        font-size: 14px;
        line-height: 22px; }
      .beer-map-detail__box p {
        margin-bottom: 4px; }
    .beer-map-detail__heading-and-button {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 7px; }
      .beer-map-detail__heading-and-button--button {
        padding: 0 5px;
        margin-left: 10px; }
      @media (max-width: 767.98px) {
        .beer-map-detail__heading-and-button--button-zoom {
          display: none; } }
    .beer-map-detail__name {
      font-size: 1em;
      font-weight: bold;
      margin-bottom: 0; }
    .beer-map-detail__address {
      white-space: pre-wrap; }
      @media (max-width: 767.98px) {
        .beer-map-detail__address {
          margin-bottom: 0.5em; } }
    @media (max-width: 767.98px) {
      .beer-map-detail__opening-hours {
        display: none; } }
    .beer-map-detail__mobile-buttons {
      justify-content: space-between;
      margin-bottom: 8px; }
      @media (min-width: 768px) {
        .beer-map-detail__mobile-buttons {
          display: none; } }
      .beer-map-detail__mobile-buttons .btn {
        width: 100%;
        margin-top: 10px; }
    .beer-map-detail__beer-heading {
      font-size: 1em;
      font-weight: bold;
      margin-bottom: 0; }
    .beer-map-detail__beer-brewery {
      font-size: 0.9em; }
    .beer-map-detail__beer-list {
      list-style-type: square;
      padding-left: 19px;
      font-size: 0.9em; }
    @media (max-width: 767.98px) {
      .beer-map-detail {
        top: auto;
        bottom: 0;
        left: 0;
        right: 0;
        max-width: none; }
        .beer-map-detail__box {
          box-shadow: 0 -3px 3px 0px rgba(0, 0, 0, 0.25); }
        .beer-map-detail__box:not(:first-child) {
          display: none; } }
  .beer-map__list--list {
    height: 100%;
    width: 100%;
    list-style-type: none;
    padding: 0;
    margin-top: 2em;
    border-collapse: separate;
    border-spacing: 0 5px; }
  .beer-map__list--list-item > td,
  .beer-map__list--list-header > th {
    padding: 10px 17px; }
  .beer-map__list--list-header > th {
    font-family: "Roboto Slab", sans-serif;
    font-size: 18px;
    font-weight: 700; }
    .beer-map__list--list-header > th .beer-map__list--list-header--narrow {
      font-weight: 400; }
    .beer-map__list--list-header > th.beer-map__list--list-header-location {
      background: url(images/eddf57df1308ca0445a7be5abda92ffd.png) no-repeat center; }
    .beer-map__list--list-header > th.beer-map__list--list-header-actions {
      padding-bottom: 0.4em;
      text-align: right; }
    .beer-map__list--list-header > th .btn-outline-primary {
      color: black;
      border-color: black;
      padding: 2px 8px; }
      .beer-map__list--list-header > th .btn-outline-primary:hover {
        color: white; }
  .beer-map__list--list-item:nth-child(even) {
    background-color: rgba(255, 254, 243, 0.5); }
    @media (max-width: 767.98px) {
      .beer-map__list--list-item:nth-child(even) {
        background-color: transparent; }
        .beer-map__list--list-item:nth-child(even) > td {
          background-color: rgba(255, 254, 243, 0.5); } }
  .beer-map__list--list-item:nth-child(odd) {
    background-color: rgba(255, 254, 243, 0.35); }
    @media (max-width: 767.98px) {
      .beer-map__list--list-item:nth-child(odd) {
        background-color: transparent; }
        .beer-map__list--list-item:nth-child(odd) > td {
          background-color: rgba(255, 254, 243, 0.35); } }
  @media (max-width: 767.98px) {
    .beer-map__list--list-item > td.beer-map__list--cell-distance {
      background-color: transparent; } }
  .beer-map__list--list-item > td:first-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px; }
  .beer-map__list--list-item > td:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px; }
  .beer-map__list--cell-distance {
    text-align: center;
    font-size: 18px; }
  .beer-map__list--list-item-name {
    display: block; }
  .beer-map__list--text-bigger {
    display: block;
    font-weight: 700;
    font-size: 18px; }
  .beer-map__list--text-smaller {
    display: block;
    font-weight: 400;
    font-size: 14px; }
  .beer-map__list--text-types {
    font-size: 0.8em;
    line-height: 1.875; }
  .beer-map__list--text-types-multi-types, .beer-map__list--text-types-fermentation, .beer-map__list--text-types-multi-brewery {
    display: block; }
  @media (max-width: 767.98px) {
    .beer-map__list--text-types-multi-types {
      line-height: 36px; } }
  .beer-map__list--text-types-multi-brewery {
    text-decoration: underline dotted rgba(78, 69, 58, 0.5) !important; }
    @media (pointer: coarse) {
      .beer-map__list--text-types-multi-brewery {
        text-decoration: none !important; } }
  .beer-map__list--text-type-number {
    font-weight: bold; }
  .beer-map__list--text-types-single {
    display: inline-block; }
    .beer-map__list--text-types-single .beer-map__list--text-type-number {
      padding-left: 0.4em; }
  .beer-map__list--text-types-fermentation {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    font-weight: 400; }
  .beer-map__list--cell-actions {
    white-space: nowrap;
    text-align: right; }
    .beer-map__list--cell-actions .btn:not(:first-child) {
      margin-left: 1em; }
  @media (max-width: 767.98px) {
    .beer-map__list--list-header > *:not(.beer-map__list--list-header-actions) {
      display: none; }
    .beer-map__list--list-header-actions {
      padding: 0 0 1em 0 !important; }
      .beer-map__list--list-header-actions .btn {
        width: 100%; }
    .beer-map__list--list-item {
      display: flex;
      flex-direction: column;
      position: relative;
      margin-bottom: 15px; }
      .beer-map__list--list-item:last-child {
        border-bottom: 0; }
      .beer-map__list--list-item > td {
        padding-left: 15px;
        padding-right: 15px; }
        .beer-map__list--list-item > td.beer-map__list--cell-name-and-address {
          border-top-left-radius: 5px;
          border-top-right-radius: 5px; }
        .beer-map__list--list-item > td:last-child {
          border-top-right-radius: 0;
          border-bottom-left-radius: 5px;
          border-bottom-right-radius: 5px; }
    .beer-map__list--cell-distance {
      position: absolute;
      top: 6px;
      right: 0; }
    .beer-map__list--text-name {
      padding-right: 3em; }
    .beer-map__list--cell-breweries {
      padding-top: 0 !important; }
    .beer-map__list--text-types {
      display: flex;
      flex-direction: row; }
      .beer-map__list--text-types > *:not(:first-child) {
        margin-left: 0.5em; }
    .beer-map__list--text-type-number {
      padding-left: 0.25em !important; }
    .beer-map__list--cell-actions {
      display: flex;
      justify-content: space-between;
      padding-bottom: 1em !important; } }
  @media (max-width: 767.98px) and (max-width: 767.98px) {
    .beer-map__list--cell-actions {
      display: flex;
      flex-direction: column-reverse; }
      .beer-map__list--cell-actions .btn:not(:first-child) {
        margin-bottom: 15px;
        margin-left: 0; } }
  .beer-map-legend__item {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    margin-bottom: 5px;
    margin-top: 5px; }
    .beer-map-legend__item-icon {
      width: 37px;
      height: 37px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-left: 5px; }

@keyframes fade-in {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.location-prompt-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.85);
  z-index: 1000;
  animation: fade-in 0.4s; }

.with-happy-beer {
  background-image: url(images/19e5d268948a265f976f08f9e54bee6b.png);
  background-repeat: no-repeat;
  background-position: left;
  padding-left: 80px;
  background-size: contain;
  display: inline-block;
  line-height: 80px; }

@media (max-width: 767.98px) {
  .thanks-page .buttons {
    margin-top: 2.5rem; }
    .thanks-page .buttons .btn {
      margin-right: 0 !important;
      width: 100%; }
      .thanks-page .buttons .btn:not(:last-child) {
        margin-bottom: 1.5rem !important; } }

.contact-page a {
  text-decoration: underline; }
  .contact-page a:hover {
    text-decoration: none; }

.contact-page .card {
  border: 0;
  margin-left: -35px;
  margin-right: -35px;
  padding-left: 15px;
  padding-right: 15px; }

@media (max-width: 767.98px) {
  .contact-page img.float-right {
    display: none; } }

.about-howto .heading-2 {
  margin-top: 40px;
  text-align: center; }
  @media (max-width: 767.98px) {
    .about-howto .heading-2 {
      text-align: left; } }

.about-table {
  border-spacing: 10px 10px !important;
  margin-left: -10px;
  margin-right: -10px;
  width: calc(100% + 20px); }
  .about-table thead tr {
    background: transparent !important; }
    .about-table thead tr th {
      font-family: "Roboto Slab", sans-serif;
      color: #4e453a;
      padding-top: 10px;
      padding-bottom: 5px;
      width: 50%; }
  .about-table th {
    font-size: 18px;
    font-weight: 700;
    padding-left: 15px;
    background: transparent;
    text-align: center;
    border: 0 !important; }
  .about-table th, .about-table td {
    vertical-align: middle; }
  .about-table td {
    border-radius: 10px; }
  @media (max-width: 767.98px) {
    .about-table .text-center {
      text-align: left !important; }
    .about-table th {
      width: 100% !important;
      text-align: left !important;
      padding-left: 0; }
    .about-table th:first-child, .about-table td:first-child {
      display: none; } }

.shop-detail {
  padding-top: 40px; }
  .shop-detail a {
    text-decoration: underline; }
    .shop-detail a:hover {
      text-decoration: none; }
  .shop-detail .shop-address {
    margin-top: 20px;
    margin-bottom: 20px; }
    .shop-detail .shop-address .text-muted {
      color: #4e453a !important; }
    .shop-detail .shop-address .address-maps-link {
      display: block;
      font-size: 14px; }
      @media (min-width: 768px) {
        .shop-detail .shop-address .address-maps-link {
          display: none; } }
  .shop-detail table .beer-name,
  .shop-detail table .beer-price {
    color: #4e453a;
    font-weight: 700;
    font-size: 18px; }
  @media (max-width: 767.98px) {
    .shop-detail table tr {
      flex-direction: row;
      flex-wrap: wrap; }
    .shop-detail table .beer-price {
      width: 50% !important;
      text-align: left !important;
      border-bottom-left-radius: 10px !important;
      padding-top: 14px; }
    .shop-detail table .beer-orderer {
      width: 50% !important;
      border-bottom-left-radius: 0 !important; } }
  @media (max-width: 767.98px) {
    .shop-detail table.beers-no-buy .beer-price {
      width: 100% !important;
      text-align: center !important; }
    .shop-detail table.beers-no-buy .beer-name-and-amount {
      display: flex;
      justify-content: space-between; } }
  .shop-detail .heading-2 {
    margin-top: 40px;
    margin-bottom: 20px; }
  .shop-detail .text-and-map {
    display: flex;
    width: 100%; }
    .shop-detail .text-and-map__text {
      width: calc(100% - 300px);
      padding-right: 30px; }
    .shop-detail .text-and-map__map {
      width: 300px;
      height: 300px; }
      .shop-detail .text-and-map__map .map-and-link__map {
        width: 300px;
        height: 300px; }
      .shop-detail .text-and-map__map .map-and-link__link {
        text-align: right; }
        .shop-detail .text-and-map__map .map-and-link__link a {
          text-decoration: underline; }
          .shop-detail .text-and-map__map .map-and-link__link a:hover {
            text-decoration: none; }
        .shop-detail .text-and-map__map .map-and-link__link a {
          color: #4e453a; }
    @media (max-width: 767.98px) {
      .shop-detail .text-and-map {
        display: block; }
        .shop-detail .text-and-map__map {
          display: none; }
        .shop-detail .text-and-map__text {
          width: 100%; } }
  .shop-detail .total-price {
    font-family: "Roboto Slab", sans-serif; }
    .shop-detail .total-price .text-muted {
      color: #4e453a !important;
      font-weight: 400; }
    .shop-detail .total-price .h3 {
      font-weight: 700; }
  .shop-detail .button-order-beers {
    font-size: 18px;
    padding: 10px 12px; }
  .shop-detail .brewery-title-and-detail-link {
    margin-top: 40px;
    margin-bottom: 20px; }
    .shop-detail .brewery-title-and-detail-link .heading-2 {
      margin-top: 0;
      margin-bottom: 0; }
    @media (min-width: 768px) {
      .shop-detail .brewery-title-and-detail-link--following {
        display: flex; }
        .shop-detail .brewery-title-and-detail-link--following p {
          margin: 0 0 0 15px; } }
  @media (min-width: 1200px) {
    .shop-detail tr.beers-no-buy-no-price {
      display: flex; } }

.std-table {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  border: 0;
  border-collapse: separate;
  border-spacing: 0 5px; }
  .std-table tr:nth-child(even) {
    background-color: rgba(255, 254, 243, 0.5); }
    @media (max-width: 767.98px) {
      .std-table tr:nth-child(even) {
        background-color: transparent; }
        .std-table tr:nth-child(even) > td {
          background-color: rgba(255, 254, 243, 0.5); } }
  .std-table tr:nth-child(odd) {
    background-color: rgba(255, 254, 243, 0.35); }
    @media (max-width: 767.98px) {
      .std-table tr:nth-child(odd) {
        background-color: transparent; }
        .std-table tr:nth-child(odd) > td {
          background-color: rgba(255, 254, 243, 0.35); } }
  .std-table td {
    border: 0;
    padding: 10px 17px; }
    @media (min-width: 768px) {
      .std-table td:first-child {
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px; }
      .std-table td:last-child {
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px; } }
  @media (max-width: 767.98px) {
    .std-table tr {
      display: flex;
      flex-direction: column;
      margin-bottom: 10px; }
      .std-table tr td {
        width: 100% !important; }
        .std-table tr td:first-child {
          border-top-left-radius: 10px;
          border-top-right-radius: 10px; }
        .std-table tr td:last-child {
          border-bottom-left-radius: 10px;
          border-bottom-right-radius: 10px; } }

.footer {
  text-align: center;
  font-size: 14px; }
  .footer-brown {
    margin-left: -15px;
    width: calc(100% + 30px);
    padding-left: 15px;
    padding-right: 15px;
    background: #4e453a;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    display: flex;
    text-align: left;
    padding: 40px 35px 45px 35px;
    font-family: "Roboto Slab", sans-serif;
    letter-spacing: 0.8px; }
    @media (max-width: 767.98px) {
      .footer-brown {
        margin-left: -15px;
        margin-right: -15px;
        padding-left: 35px;
        padding-right: 35px;
        flex-direction: column;
        border-radius: 0; } }
    .footer-brown address,
    .footer-brown li {
      font-size: 14px;
      line-height: 22px;
      font-weight: 400; }
    .footer-brown .column {
      flex-grow: 1; }
      @media (max-width: 767.98px) {
        .footer-brown .column:not(:last-child) {
          margin-bottom: 20px; } }
    .footer-brown .heading-footer {
      font-weight: 700;
      font-size: 18px;
      color: #e7ddca;
      margin-bottom: 0; }
    .footer-brown .bottom-nav {
      list-style-type: none;
      padding-left: 0;
      margin: 12px 0 0 0; }
      .footer-brown .bottom-nav .nav-item a {
        padding: 0; }
        .footer-brown .bottom-nav .nav-item a:hover {
          text-decoration: underline; }
      .footer-brown .bottom-nav-social {
        margin-top: 0;
        display: flex; }
        .footer-brown .bottom-nav-social .nav-item a {
          padding: 14px 11px; }
          .footer-brown .bottom-nav-social .nav-item a .nav-link-social-image {
            max-width: 35px; }
        .footer-brown .bottom-nav-social .nav-item:first-child a {
          padding-left: 0; }
    .footer-brown, .footer-brown a {
      color: #ffffff; }
    .footer-brown address {
      margin-top: 12px; }
  .footer-sub {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px; }
    .footer-sub a {
      text-decoration: underline; }
      .footer-sub a:hover {
        text-decoration: none; }
    .footer-sub, .footer-sub a {
      color: #4e453a; }

.page-breweries {
  color: #4e453a; }
  .page-breweries .row {
    align-items: stretch;
    flex-wrap: nowrap; }
    @media (max-width: 991.98px) {
      .page-breweries .row {
        flex-wrap: wrap; } }
    .page-breweries .row .card {
      height: 100%; }
  .page-breweries .brewery-card {
    background-color: #ffffff; }
    .page-breweries .brewery-card:hover {
      color: #4e453a;
      text-decoration: none;
      background: linear-gradient(to right, rgba(255, 254, 243, 0.2) 0, white 75%); }
  .page-breweries .card-body {
    display: flex; }
    .page-breweries .card-body .card-text {
      flex-grow: 1; }
    .page-breweries .card-body .brewery-logo {
      margin-left: 30px;
      width: 20%;
      position: relative; }
      @media (max-width: 767.98px) {
        .page-breweries .card-body .brewery-logo {
          display: none; } }
      .page-breweries .card-body .brewery-logo-image-container {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: flex;
        justify-content: flex-end;
        align-items: center; }
      .page-breweries .card-body .brewery-logo-image {
        max-width: 100%;
        max-height: 100%; }

.brewery-list-categorization {
  display: grid;
  grid-template-columns: auto auto;
  row-gap: 10px; }

.brewery-detail .brewery-text-and-logo {
  display: flex;
  align-items: flex-start; }
  .brewery-detail .brewery-text-and-logo__text {
    width: calc(100% - 200px); }
  .brewery-detail .brewery-text-and-logo__logo {
    width: 200px;
    background: white;
    border-radius: 8px;
    border: 1px solid rgba(78, 69, 58, 0.2); }
    .brewery-detail .brewery-text-and-logo__logo img {
      max-width: 100%;
      padding: 10%; }
  @media (max-width: 767.98px) {
    .brewery-detail .brewery-text-and-logo {
      flex-direction: column; }
      .brewery-detail .brewery-text-and-logo__text, .brewery-detail .brewery-text-and-logo__logo {
        width: 100%; } }

@media (max-width: 767.98px) {
  .brewery-detail table .beer-name-and-amount {
    display: flex;
    justify-content: space-between; }
    .brewery-detail table .beer-name-and-amount > * {
      display: block; }
  .brewery-detail table .beer-price {
    text-align: center !important;
    width: 100% !important; } }

@media (min-width: 1200px) {
  table.beers-no-buy tbody {
    display: flex;
    flex-wrap: wrap;
    border-collapse: collapse; }
    table.beers-no-buy tbody tr {
      width: calc(50% - 5px);
      margin-bottom: 5px;
      background: transparent !important; }
      table.beers-no-buy tbody tr:nth-child(odd) {
        margin-right: 5px; }
      table.beers-no-buy tbody tr > td {
        width: 100%;
        background-color: rgba(255, 254, 243, 0.5); }
      table.beers-no-buy tbody tr:nth-child(4n+1) > td, table.beers-no-buy tbody tr:nth-child(4n+2) > td {
        background-color: rgba(255, 254, 243, 0.35); } }

.insta-feed {
  margin-top: 40px; }
  .insta-feed__feed {
    display: flex;
    height: 240px;
    margin-left: -35px;
    margin-right: -35px;
    width: calc(100% + 70px);
    overflow-x: hidden;
    padding-top: 20px;
    padding-bottom: 20px;
    overflow-y: hidden; }
    @media (pointer: coarse) {
      .insta-feed__feed {
        overflow-x: scroll; } }
    .insta-feed__feed a {
      display: block;
      position: relative;
      z-index: 1;
      min-width: 200px;
      height: 200px; }
      .insta-feed__feed a img {
        box-sizing: content-box;
        position: absolute;
        top: -5px;
        left: -5px;
        width: 200px;
        height: 200px;
        object-fit: cover;
        z-index: 2;
        border-radius: 7px;
        transition: transform 0.2s, border-color 0.2s;
        border: 5px solid transparent;
        pointer-events: none; }
    .insta-feed__feed a:hover {
      z-index: 2; }
      .insta-feed__feed a:hover img {
        transform: scale(1.1);
        border-color: rgba(78, 69, 58, 0.4); }

.transport-page a {
  text-decoration: underline; }
  .transport-page a:hover {
    text-decoration: none; }

.transport-page .brewery-card .card-body {
  display: block; }

.transport-page .brewery-card:hover {
  background: white; }

.transport-page .brewery-card ul {
  list-style-type: square;
  margin-top: 15px;
  padding-left: 22px; }

.admin-module a {
  text-decoration: underline; }
  .admin-module a:hover {
    text-decoration: none; }

.admin-module a.btn {
  text-decoration: none; }

.admin-module .map-and-link {
  position: relative;
  width: 100%;
  height: 100%; }
  .admin-module .map-and-link a {
    text-decoration: none; }
  .admin-module .map-and-link__map {
    width: 100%;
    height: 100%; }
  .admin-module .map-and-link__link {
    display: none; }

.admin-module form .form-check {
  padding-left: 0; }
  .admin-module form .form-check input {
    margin-right: 0.4em; }

.admin-module #frm-transportForm {
  display: grid;
  grid-template-columns: 1fr 2fr; }
  .admin-module #frm-transportForm .form-group {
    border-bottom: 1px solid rgba(78, 69, 58, 0.3);
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 0.2em;
    padding-bottom: 0.2em; }
    .admin-module #frm-transportForm .form-group label {
      margin-bottom: 0; }
  .admin-module #frm-transportForm .form-group:nth-child(2n+1) .col-sm-10 {
    display: flex;
    align-items: center; }
  .admin-module #frm-transportForm .form-group:nth-child(2n) {
    flex-direction: column; }
    .admin-module #frm-transportForm .form-group:nth-child(2n) > * {
      max-width: none !important; }
    .admin-module #frm-transportForm .form-group:nth-child(2n) label {
      display: none; }
  .admin-module #frm-transportForm .near-invisible > * {
    display: none; }

.leaflet-control-zoom a {
  text-decoration: none; }

.transport-grid {
  display: grid;
  margin-top: 20px;
  grid-template-columns: 1fr 1fr;
  row-gap: 20px;
  column-gap: 20px; }
  @media (max-width: 991.98px) {
    .transport-grid {
      grid-template-columns: 1fr; } }

.poslednipivo {
  border-bottom: 1px solid rgba(78, 69, 58, 0.6);
  padding-bottom: 2rem; }
  .poslednipivo:only-child {
    border-bottom: 0; }
  .poslednipivo .beer-counter__amount-unit {
    font-size: 45px;
    min-height: 85px;
    margin-top: 0;
    margin-left: 2.5rem;
    margin-right: 2.5rem;
    padding-top: 5px; }
  .poslednipivo .beer-counter__text {
    font-weight: 500; }
    .poslednipivo .beer-counter__text a {
      font-weight: 700;
      text-decoration: underline; }
  .poslednipivo iframe {
    margin-top: 2rem; }

