@media (min-width: 1281px) {
    .com_gridbox:not(.gridbox) .horizontal-section {
        align-items: flex-start;
        justify-content: flex-start;
    }
    
    .com_gridbox:not(.gridbox) .horizontal-section .ba-section-items {
        display: flex;
        position: sticky;
        top: 0;
        width: fit-content;
        z-index: 1;
    }
    
    .com_gridbox:not(.gridbox) .horizontal-section > .ba-section-items >.ba-row-wrapper {
        width: calc(100vw - 15px);
    }
}
    
@media (max-width: 1280px) {
    .com_gridbox:not(.gridbox) .horizontal-section{
        height: auto !important; 
    }
    .com_gridbox:not(.gridbox) .horizontal-section .ba-section-items  {
        transform: none!important;
    }
}
/*animated link*/
.izbornik a {
  position: relative;
  color: var(--bg-primary);
  text-decoration: none;
  padding-bottom: 5px;
}

.izbornik a:hover {
  color: var(--bg-primary);
}

.izbornik a::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: var(--title-inverse);
  transform: scaleX(0);
  transition: transform 0.45s ease;
}

.izbornik a:hover::before {
  transform: scaleX(1);
}
.close-overlay-section i{color: white;}/*gemini*/
.ba-overlay-section-backdrop.lightbox .ba-section {
    margin: 00px 0;
}
/*end gemini*/
/*animated link*/
.izbornik-white a {
  position: relative;
  color: var(--color-5);
  text-decoration: none;
  padding-bottom: 5px;
  text-decoration: underline;
}

.izbornik-white a:hover {
  color: var(--title-inverse);
  text-decoration: none;
}

.izbornik-white a::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: var(--title-inverse);
  transform: scaleX(0);
  transition: transform 0.45s ease;
}

.izbornik-white a:hover::before {
  transform: scaleX(1);
}
.ba-form-acceptance-field .ba-form-acceptance-html p {
    font-size: 0.75rem;
    line-height: 1.25rem;
} 
li.deeper > a i.ba-icon-caret-right {display: none;}
/*blog post*/
#item-1712172140115 .ba-grid-layout .ba-blog-post:hover .ba-blog-post-button-wrapper a{--border-color: var(--primary);}
#item-15003687280 .ba-blog-post:hover .ba-blog-post-button-wrapper a{--border-color: var(--primary);}

.hide-navigation .header,
.hide-navigation .footer,
.comment-likes-wrapper i,
.ba-comments-be-first-message,
a.ba-blog-post-rating-count,
.open-calendar-wrapper i,
.ba-field-filter-date-calendars i {
    display: none;
}

/* Sign In Page */
.hide-navigation {
    padding: 0;
}

/* Comments and reviews */
span.ba-submit-comment,
.ba-load-more-reviews-btn, 
.ba-item-reviews .ba-leave-review-btn {
		border-radius: 12px;
    font-weight: 400 !important;
    font-size: 12px !important;
    line-height: 20px !important;
}
.ba-item-reviews .ba-reviews-total-rating {
    font-weight: 400;
}
span.ba-submit-cancel {
    font-weight: 400 !important;
    font-size: 12px;
}
/*Tour page*/
.disable-gallery-lightbox .ba-instagram-image {
    pointer-events: none;
}
.custom-date-picker input.open-calendar-dialog,
.ba-add-to-cart-guests {
    border-radius: 12px;
    border-width: 2px !important;
}
.i.ba-overlay-section-close {
    font-weight: 700;
    font-size: 56px;
    position: fixed;
    right: 50px;
}

@media (max-width: 1024px){
    i.ba-overlay-section-close {
        font-size: 36px;
        right: 20px;
        top: 20px;
     }
}

/* Carousel */
.custom-carousel .slideshow-content {
    min-height: 575px;
}
.custom-carousel ul.carousel-type li.item,
.custom-carousel .slideshow-content li {
    box-sizing: border-box;
    overflow: hidden;
    border: 1px solid var(--border);
}
.custom-carousel .slideset-btn-prev {
    left: -100px;
}
.custom-carousel .slideset-btn-next {
    right: -100px;
}

@media (max-width: 768px){
    .custom-carousel .slideset-btn-prev {
        left: -25px;
    }
    .custom-carousel .slideset-btn-next {
        right: -25px;
    }
}

/*Tour listing*/
span.ba-filter-rating i {
    font-size: 14px !important;
    line-height: 24px;
}
.ba-field-filter .ba-filter-rating i.active:after,
.ba-blog-post-reviews .ba-blog-post-rating-stars i.active,
.ba-blog-post-reviews .ba-blog-post-rating-stars i.active + i:after {
    color: #017c6e !important;
}

/*Custom filter*/
@media (min-width: 1025px){
.custom-filter .ba-items-filter-search-button:before {
    content: "→";
    color: var(--title);
    padding: 30px;
    border: 2px solid var(--border);
    font: normal 20px/28px 'Archivo';
    border-radius: 50%;
    transition: all .3s;
}

.custom-filter .ba-items-filter-search-button:hover:before {
    border-color: var(--primary);
}

.custom-filter .ba-items-filter-search-button:hover,
.custom-filter .ba-items-filter-search-button {
    background: transparent !important;
    font-size: 0px !important;
    margin: 0 25px 0 50px;
    padding: 0;
    line-height: 60px !important;
}

.custom-filter .ba-field-filter-value .ba-field-filter-date-calendars > div input,
.custom-filter .ba-fields-filter-wrapper.horizontal-filter-bar .ba-field-filter {
    border-width: 0px !important;
    border-bottom-width: 2px !important;
    border-radius: 0;
    padding: 0 !important;
    transition: all .3s;
    font-weight: 600;
    height: auto !important;
}

.custom-filter .ba-field-filter-value .ba-field-filter-date-calendars > div input::-webkit-input-placeholder {
    color: inherit;
    font-weight: inherit;
}

.custom-filter .ba-fields-filter-wrapper.horizontal-filter-bar .ba-field-filter {
    width: calc(50% - 150px);   
}

.custom-filter .ba-fields-filter-wrapper.horizontal-filter-bar .ba-field-filter-label i {
    display: none;
}
}
.custom-filter .ba-checkbox-wrapper > span {
    font:400 14px/40px 'Archivo';
    color: var(--text);
    text-transform: none
}

.custom-filter .ba-field-filter .ba-checkbox input ~ span {
    top: 10px;
}
@media (max-width: 1024px){
    .custom-filter .ba-fields-filter-wrapper.horizontal-filter-bar .ba-field-filter-value-wrapper {
        left: 0;
        transform: translateX(0);
    }
  .ba-field-filter-date-calendars i {
    display: inline-block !important;
    font-size: initial !important;
}
  
  .custom-filter .ba-fields-filter-wrapper.horizontal-filter-bar .ba-field-filter {
    margin-right:25px;
    margin-left: 25px;
}
  .ba-item-carousel .ba-slideshow-caption > *{padding: 0 15px;}

}