
img.lozad,
.lozad {
    -webkit-transition: opacity 1s ease 0.5s;
    transition: opacity 1s ease 0.5s;
    opacity: 0
}

img.hoteli-naslovna,
.hoteli-naslovna {
    opacity: 1
}
.za-rezervacije{
  padding-left: 4px;
  border-radius: 4px;
}
.lozad[data-background-image],
.cover-image {
    background-size: cover;
    background-position: center;
    -o-object-fit: cover;
    object-fit: cover
}

img, svg {
    vertical-align: middle
}

.card-img,
.card-img-top,
.card-img-bottom {
    width: 100%
}

.card-body-hoteli-naslovna{
padding-top: 0px !important;
}
.ul-nav-hoteli-naslovna{
/*background: #fff;*/
padding-top: 12px !important;
padding-bottom: 0px !important;
}
.izdvajamo-iz-ponude{
border: none;
}
.nav-item-izdvajamo-iz-ponude{
  background: #fff;
  border-top-left-radius: 4px !important;
  border-top-right-radius: 4px !important;
}
.nav-item-izdvajamo-iz-ponude a{
  border-radius: 0px !important;
  border-top-left-radius: 4px !important;
  border-top-right-radius: 4px !important;
}
.card-img,
.card-img-top {
    border-top-left-radius: var(--bs-card-inner-border-radius);
    border-top-right-radius: var(--bs-card-inner-border-radius)
}

.card-img,
.card-img-bottom {
    border-bottom-right-radius: var(--bs-card-inner-border-radius);
    border-bottom-left-radius: var(--bs-card-inner-border-radius)
}

.card-group>.card:not(:last-child) .card-img-top,
    .card-group>.card:not(:last-child) .card-header {
        border-top-right-radius: 0
    }
    .card-group>.card:not(:last-child) .card-img-bottom,
    .card-group>.card:not(:last-child) .card-footer {
        border-bottom-right-radius: 0
    }
    .card-group>.card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }
    .card-group>.card:not(:first-child) .card-img-top,
    .card-group>.card:not(:first-child) .card-header {
        border-top-left-radius: 0
    }
    .card-group>.card:not(:first-child) .card-img-bottom,
    .card-group>.card:not(:first-child) .card-footer {
        border-bottom-left-radius: 0
    }
}

.card-img-top {
    position: relative;
    overflow: hidden
}

.card-img-top .cover-image {
    height: 100%;
    width: 100%
}

.card-accommodation .card-img-top,
.card-summary .card-img-top {
    background-color: #002F67;
    min-height: 260px;
    height: 100%;
    width: 100%;
    max-height: 300px
}

.card-featured .card-img-top {
    height: 200px;
    overflow: hidden;
    background-color: #002F67;
    position: relative;
    -moz-border-radius: 0px;
    -webkit-border-radius: 4px 4px 0px 0px;
    border-radius: 4px 4px 0px 0px; 
}
.card-img-top .cover-image {
    height: 100%;
    width: 100%
}

.card-banner .card-img-top {
    border-radius: .25rem;
    overflow: hidden;
    height: 250px;
    -webkit-box-shadow: 0px 4px 15px rgba(0, 47, 103, 0.15);
    box-shadow: 0px 4px 15px rgba(0, 47, 103, 0.15)
}

.card-banner.card-banner-large .card-img-top {
    height: 260px;
    position: relative
}


.card-featured:hover .cover-image {
    -webkit-transform: scale(1.07);
    transform: scale(1.07)
}
.card-featured .cover-image,
.card-featured .title {
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in
}

a.card {
    text-decoration: none;
    background: #fff;
    color: #002F67;
    border: none;
    -webkit-box-shadow: 0px 4px 15px rgba(0, 47, 103, 0.15);
    box-shadow: 0px 4px 15px rgba(0, 47, 103, 0.15);
    overflow: visible;
}

.card-featured {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-bottom: 1.4rem
}
.icon-naslovna-hoteli{
  position: absolute;
}
.card-hoteli-naslovna-body {
    min-height: 133px;
    padding: .6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (min-width: 992px) {
    .card-accommodation .card-img-top,
    .card-summary .card-img-top {
        width: 360px
    }
}

@media (min-width: 992px) {
    .card-banner.card-banner-large .card-img-top {
        height: 300px
    }
}

.card-banner.card-banner-large .card-img-top::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 47, 103, 0.15)
}

.card-banner.card-banner-horizontal .card-img-top {
    height: 200px
}

@media (min-width: 768px) {
    .card-banner.card-banner-horizontal .card-img-top {
        height: 141px;
        width: 207px
    }
}

.card-destination .card-img-top {
    border-radius: .25rem;
    overflow: hidden;
    height: 250px;
    -webkit-box-shadow: 0px 4px 15px rgba(0, 47, 103, 0.15);
    box-shadow: 0px 4px 15px rgba(0, 47, 103, 0.15)
}

@media (min-width: 992px) {
    .card-destination .card-img-top {
        height: 280px
    }
}

.cart-booking .cart-items .cart-item .card-img-top {
    overflow: hidden;
    width: 100%;
    height: 200px;
    margin-bottom: .5rem

}

@media (min-width: 992px) {
    .cart-booking .cart-items .cart-item .card-img-top {
        max-height: 100px;
        margin-bottom: 0
    }
}

.card-accommodation .card-img-top .keen-slider,
.card-accommodation .card-img-top .cover-image,
.card-summary .card-img-top .keen-slider,
.card-summary .card-img-top .cover-image {
    height: 100%;
    width: 100%
}

.card-tags{
    position: absolute;
    bottom: 0;
    margin: .5rem;
    margin-bottom: 0.5rem;
    margin-bottom: 0.5rem;
    margin-bottom: 0.25rem;
    padding: 0 0.5rem;
}   

.card-tag{
    /*background-color: #000;*/
    font-size: .875em;
    font-weight: 600;
    color: #fff;
    border-radius: .25rem;
    padding: .4rem .8rem;
    margin-bottom: .25rem;
}