@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500&display=swap');
@import url('https://cdn-uicons.flaticon.com/uicons-regular-rounded/css/uicons-regular-rounded.css');
@import url('https://cdn-uicons.flaticon.com/uicons-solid-rounded/css/uicons-solid-rounded.css');
@import url('https://cdn-uicons.flaticon.com/uicons-thin-rounded/css/uicons-thin-rounded.css');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;500&display=swap');

            .custom-overflow {
                width: 100%;
                height: 100%;
                background-color: #222326;
                position: fixed;
                z-index: 10000;
            }

            .custom-modal {
                width: 80%;
                max-width: 350px;
                height: 300px;
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                text-align: center;
                font-family: 'Roboto', sans-serif;
                color: #999999;
                font-size: 12px;
                font-weight: 300;
            }

            .custom-modal .logo {
                height: 80px;
                margin-bottom: 30px;
            }

            .custom-modal button {
                margin-top: 30px;
                padding: 9px 25px;
                background-color: #ad9866;
                border: 0px;
                font-family: 'Roboto', sans-serif;
                font-size: 12px;
                outline: none;
                cursor: pointer;
                font-weight: 300;
                text-transform: uppercase;
                margin-bottom: 25px;
            }

            .custom-overflow button.close {
                background-color: transparent;
                position: absolute;
                top: 5%;
                right: 5%;
                padding: 0px;
                margin: 0px;
                color: #191b1d;
                font-size: 16px;
                border: 0px;
                cursor: pointer;
            }

            .custom-modal span:first-of-type {
                width: 100%;
                margin-bottom: 5px;
                display: block;
            }

.luxury_oneImageSlider .slides>li {
  background-color: #181818!important;
}

.text-white {
    color: #fff!important;
}

#map {
    height: 292px;
}

/* The popup bubble styling. */
.popup-bubble {
    /* Position the bubble centred-above its parent. */
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-50%, -100%);
    /* Style the bubble. */
    background-color: #0000007b;
    padding: 15px;
    border-radius: 5px;
    font-family: sans-serif;
    overflow-y: auto;
    border: 1px solid #a19060;
    box-shadow: 0px 2px 10px 1px rgba(0, 0, 0, 0.5);
  }
  
  /* The parent of the bubble. A zero-height div at the top of the tip. */
  .popup-bubble-anchor {
    /* Position the div a fixed distance above the tip. */
    position: absolute;
    width: 100%;
    bottom: 8px;
    left: 0;
  }
  
  /* This element draws the tip. */
  .popup-bubble-anchor::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    /* Center the tip horizontally. */
    transform: translate(-50%, 0);
    /* The tip is a https://css-tricks.com/snippets/css/css-triangle/ */
    width: 0;
    height: 0;
    /* The tip is 8px high, and 12px wide. */
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #a19060;
  }
  
  /* JavaScript will position this div at the bottom of the popup tip. */
  .popup-container {
    cursor: auto;
    height: 0;
    position: absolute;
    /* The max width of the info window. */
    width: 200px;
  }

  .popup-bubble img {
    height: 30px;
    width: auto;
  }

.popup-bubble .row {
    width: 100%;
    margin: 0px;
    text-align: center;
    color: #fff;
}

.popup-bubble .row i {
    color: #ad9866;
    font-size: 20px;
}

.popup-bubble .gmnoprint {
    display: none!important;
}

.popup-bubble a {
    border-bottom: 0px;
}

a[href^="http://maps.google.com/maps"]{display:none !important}
a[href^="https://maps.google.com/maps"]{display:none !important}

.gmnoprint a, .gmnoprint span, .gm-style-cc {
    display:none;
}
.gmnoprint div {
    background:none !important;
}

.gm-fullscreen-control, .gm-style-mtc {
    opacity: .2!important;
    font-size: 13px!important;
}

.gm-style-mtc button {
    font-size: 13px!important;
}

.gm-style-mtc ul {
    font-size: 13px!important;
}

.wrapper {
    padding-top: 100px;
  width: 100%;
  height: 300px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  }
  
  .wrapper .main-element {
    position: absolute;
    top: 4px;
    left: 4px;
    display: block;
    height: calc(100% - 8px);
    width: calc(100% - 8px);
    margin: auto;
    align-self: center;
    background: #181818;
    z-index: 1;
  }
  
  .wrapper .border {
    position: absolute;
    display: block;
    top: -50%;
    left: -50%;
    z-index: -9;
    display: block;
    height: 700%;
    width: 200%;
    transform: rotate(-45deg);
    overflow: hidden;
    background: linear-gradient(to right, #181818 20%, #181818 40%, #ECD08C 50%, #ECD08C 55%, #181818 70%, #181818 100%);
    background-size: 200% auto;
    
    animation: shine 3s linear infinite;
  }
  
  /*Begin shimmer code*/
  
  @keyframes shine {
      to {
        background-position: 200% center;
      }
    }

.pricelist th {
    padding: 25px;
    vertical-align: middle!important;
}

.pricelist th i {
    margin-bottom: 15px;
    display: block;
}

img.transport-ico {
    height: 25px;
}

.fs-small {
    font-size: 1.2rem!important;
}

.p-2 {
    padding: 15px!important;
}

.fi-rr-bus-alt {
    font-size: 25px;
    color: #e67e22;
    margin-bottom: 0px!important;
}

.fs-4 {
    font-size: 1.8rem!important
}

.fs-5 {
    font-size: 1.4rem!important
}

.gold-text {
    color: #ffd166;
}

.d-block {
    display: block!important;
}

.ms-1 {
    margin-left: 7px;
}

.me-1 {
    margin-right: 7px;
}

.d-flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.d-flex {
    display: flex;
}

.no-border {
    border: 0px;
}

.splide {
    background-color: #121212;
    height: 350px;
}

.slider__content {
    margin: 0px auto!important;
    width: 85%;
    font-family: 'Oswald', sans-serif!important;
    text-align: left;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
}

.slider__content h2 {
    font-size: 3.2rem;
    text-align: left;
    color: #bb9872;
    font-weight: 700;
}

.slider__content p {
    color: #fff!important;
    font-weight: 300!important;
    text-align: left;
    font-size: 20px;
}

.slider__content span.gold {
    background-color: #bb9872;
    padding: 3px 5px;
    border-radius: 4px;
}

.slider__content a.btn {
    display: inline-block;
    background-color: #bb9872;
    padding: 8px 15px;
    font-size: 1.5rem;
    font-weight: 400;
}

.splide__track {
    height: 100%;
}

.splide__slide img {
    height: 350px!important;
    position: absolute;
    z-index: -1;
    right: 0;
    max-width:unset;
}

.splide__slide .gradient {
    width: 100%;
    height: 350px;
    background: rgb(0,0,0);
    background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.7665660014005602) 50%, rgba(255,255,255,0) 100%);
    position: absolute;
    z-index: -1;
}

.photos_and_services .splide {
    height: unset!important;
} 

.photos_and_services .splide {
    background-color: transparent!important;
}

.photos_and_services .splide__slide img {
    width: 100%;
    height: 100%!important;
    object-fit: cover;
    position: unset;
  }

.mt-3 {
    margin-top: 3rem;
}

.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
    border-color: var(--fancybox-accent-color, #bb9872bb)!important;
}

#thumbnail-carousel .splide__slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

.photos_and_services .thumbnails {
    display: flex!important;
    margin: 1rem auto 0!important;
    padding: 0!important;
    justify-content: center!important;
  }
  
.photos_and_services .thumbnail {
    width: 70px!important;
    height: 70px!important;
    overflow: hidden!important;
    list-style: none!important;
    margin: 0 0.2rem!important;
    cursor: pointer!important;
    padding: 0px!important;
    border: 0px!important;
  }
  
.photos_and_services .thumbnail img {
    width: 100%!important;
  }

.photos_and_services .thumbnail {
    opacity: 0.3!important;
  }
  
.photos_and_services .thumbnail.is-active {
    opacity: 1!important;
}

.photos_and_services .thumbnail ul {
    display: flex;
  flex-wrap: wrap;
  list-style: none;
}

#thumbnail-carousel {
    margin-top: 10px;
}

.splide__arrow svg {
    fill: #fff!important;
}

.splide__arrow {
    background-color: transparent!important;
}

.calendar-card {
    background-color: #151515;
    padding: .5rem;
}

.p-3 {
    padding: 1.5rem;
}

.pt-0 {
    padding-top: 0px!important;
}

.single_maserka_desktop_content .profile_text {
    font-size: 1.8rem!important;
    font-style: normal!important;
}

.single_maserka_desktop_content .loves_things {
    font-size: 1.8rem!important;
    font-style: normal!important;
    margin-bottom: unset!important;
}

.single_maserka_desktop_content .loves_things i {
    margin-right: 10px!important;
}