/*// X-Small devices (portrait phones, less than 576px)*/
/*// No media query for `xs` since this is the default in Bootstrap*/

/*// Small devices (landscape phones, 576px and up)*/
@media (max-width: 575px) {

}

@media (min-width: 576px) {

}

/*// Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {

}

/*// Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {

}

/*// X-Large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {

}

/*// XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1400px) {

}

.grey-color {
    color: #595959;
}
.navbar {
    /*border-bottom: 1px solid white;*/
    -webkit-box-shadow: 0 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0);
    box-shadow: 0 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0);;
}
.navbar {
    background-color: #64C4ED;
    font-size: 20px;
    font-weight: bold;
    padding-top: 2px !important;
    padding-bottom: 2px !important;
}
.navbar-brand {
    margin-right: 0 !important;
}

.dropdown-menu {
    background-color: #64C4ED !important;
}

.nav-item {
    padding: 5px;
}

/*border bottom navbar*/
.navbar li.different {
    border: none;
    position: relative;
}

.navbar li.different:hover {
    border: none;
}

.navbar li:hover {
    border-bottom: 1px solid #FFFFFF;
}

.different::after {
    content: '';
    position: absolute;
    width: 0;
    height: 1px;
    left: 50%;
    bottom: 0;
    background-color: white;
    transition: all ease-in-out .2s;
}

.different:hover::after {
    width: 100%;
    left: 0;
}

.hero-div {
    position: relative;
}

.hero-pozadina {
    position: absolute;
    bottom: 0;
    background: rgb(0, 0, 0); /* Fallback color */
    background: rgba(100, 196, 237, 0.3); /* Blue background with 0.5 opacity */
    color: #f1f1f1;
    width: 100%;
    height: 100%;
}

.carousel-cap {
    position: absolute;
    right: 15%;
    top: 85%;
    transform: translateY(-85%);
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
}

.carousel-img {
    object-fit: cover;
    /*opacity: 0.65;*/
}

.vesti .card {
    box-shadow: rgba(0, 0, 0, 0.25) 0 5px 5px, rgba(0, 0, 0, 0.22) 0 5px 5px;
}

.vesti .card, .vesti .card-footer {
    border-color: #eac861 !important;
}

.card-title a:link, .card-title a:visited {
    color: #595959 !important;
    text-decoration: none;
}
.vesti .card-body {
    background-color: #fcfafa;
}
.card-title a:hover {
    color: #404040 !important;
}

.vesti .btn-warning {
    color: white !important;
    background-color: #eac861 !important;
    border-color: #eac861 !important;
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 0 4px 6px 0 rgba(0, 0, 0, 0.19) !important;
}

.vesti .btn-warning:hover {
    color: white !important;
    border-color: #e8c04a !important;
    background-color: #e8c04a !important;
}

.btn-warning:focus {
    box-shadow: none !important;
}

.btn-outline-warning {
    color: #595959 !important;
    border-color: #eac861 !important;
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 0 4px 6px 0 rgba(0, 0, 0, 0.19) !important;
}

.btn-outline-warning:hover {
    color: white !important;
    border-color: #eac861 !important;
    background-color: #eac861 !important;
}

.btn-outline-warning:focus {
    box-shadow: none !important;
}

.font-20 {
    font-size: 20px;
}

.font-24 {
    font-size: 24px;
}
.font-28 {
    font-size: 28px;
}

.paralax-pocetna {
    background-image: url(../images/paralax-1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    height: 50vh; /* 100% of viewport height */
    margin: 0 auto;
    position: relative;
}

.paralax-pocetna .paralax-div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 18px;
    background-color: rgba(100, 196, 237, 0.6);
    border-radius: 10px;
}

/*FOOTER*/

footer {
    background: #4F81C7;
    color: white;
}

footer a {
    color: #fff;
    font-size: 15px;
    text-decoration: none;
    transition-duration: 0.2s;
}

footer a:hover {
    color: #64C4ED;
    text-decoration: none;
}

.copy {
    font-size: 14px;
    padding: 10px;
    border-top: 1px solid #FFFFFF;
}

.copy a {
    font-size: 14px;
}

/*new social in footer*/
footer ul.social-network {
    margin-left: 0 !important;
    padding: 0;
}

.social-in-footer ul li {
    display: inline;
    margin: 0 5px;
    list-style: none;
}

.social-in-footer ul li a {
    width: 30px;
    height: 30px;
    background-color: #fff;
    text-align: center;
    line-height: 30px;
    font-size: 15px;
    margin: 0 auto;
    display: inline-block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    /*border: 1px solid #fff;*/
    z-index: 1;
}

.social-in-footer ul li a .icon {
    position: relative;
    color: #595959;
    transition: .5s;
    z-index: 3;
}

.social-in-footer ul li a:hover .icon {
    color: #fff;
    transform: rotateY(360deg);
}

.social-in-footer ul li a:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f00;
    transition: .5s;
    z-index: 2;
}

.social-in-footer ul li a:hover:before {
    top: 0;
}

.social-in-footer ul li:nth-child(1) a:before {
    background: #64C4ED;
}

.social-in-footer ul li:nth-child(2) a:before {
    background: #64C4ED;
}

.social-in-footer ul li:nth-child(3) a:before {
    background: #64C4ED;
}

/*top up dugme*/
.back-to-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    display: none;
    color: white !important;
    background-color: #eac861 !important;
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 0 4px 6px 0 rgba(0, 0, 0, 0.19) !important;
}

.back-to-top:hover {
    background-color: #e8c04a !important;
}

.back-to-top:focus {
    box-shadow: none !important;
}

::-webkit-scrollbar {
    width: 17px;
}

/*scrollbar*/
/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 8px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: linear-gradient(to bottom, transparent 25%, white 25%, white 30%, transparent 30%, transparent 100%), linear-gradient(to right, transparent 35%, white 35%, white 62%, transparent 62%, transparent 100%), #eac861;
    border-radius: 8px;
    border: 1px solid #eac861;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(to bottom, transparent 25%, #fcfafa 25%, #fcfafa 30%, transparent 30%, transparent 100%), linear-gradient(to right, transparent 35%, #fcfafa 35%, #fcfafa 62%, transparent 62%, transparent 100%), #e8c04a;
    border-radius: 8px;
    border: 1px solid #e8c04a;
}
/*CAROUSEL PRODUCT*/
.produkti-naslovna .carousel {
    margin: 30px auto 60px;
    padding: 0 80px;
}
.produkti-naslovna .carousel .carousel-item {
    text-align: center;
    overflow: hidden;
}
.produkti-naslovna .carousel .carousel-item img {
    max-width: 100%;
    display: inline-block;
}
.produkti-naslovna .carousel .carousel-item .btn, .prodavnica .btn {
    border-radius: 0.25rem;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 400;
    border: none;
    background: #eac861;
    padding: 6px 15px;
    margin-top: 5px;
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 0 4px 6px 0 rgba(0, 0, 0, 0.19) !important;
}
.produkti-naslovna .carousel .carousel-item .btn:hover, .prodavnica .btn:hover {
    background: #e8c04a;
}
.produkti-naslovna .carousel .carousel-item .btn i {
    font-size: 14px;
    font-weight: bold;
    margin-left: 5px;
}
.produkti-naslovna .card, .prodavnica .card {
    text-align: center;
    background: #fff;
    /*box-shadow: rgba(0, 0, 0, 0.1) 5px 5px 5px, rgba(0, 0, 0, 0.1) 5px 5px 5px;*/
    box-shadow: rgba(0, 0, 0, 0.25) 0 5px 5px, rgba(0, 0, 0, 0.22) 0 5px 5px;
    border: 1px solid #eac861;
}
.produkti-naslovna .carousel-item {
    padding: 10px;
}
.produkti-naslovna .carousel-control-prev, .produkti-naslovna .carousel-control-next {
    height: 44px;
    width: 44px;
    background: none;
    margin: auto 0;
    border-radius: 50%;
    border: 3px solid rgb(89, 89, 89);
}
.produkti-naslovna .carousel-control-prev i, .produkti-naslovna .carousel-control-next i {
    font-size: 36px;
    position: absolute;
    top: 50%;
    display: inline-block;
    margin: -19px 0 0 0;
    z-index: 5;
    left: 0;
    right: 0;
    color: rgb(89, 89, 89);
    text-shadow: none;
    font-weight: bold;
}
.produkti-naslovna .carousel-control-prev i {
    margin-left: -3px;
}
.produkti-naslovna .carousel-control-next i {
    margin-right: -3px;
}
.produkti-naslovna .carousel-indicators {
    bottom: -50px;
}
.produkti-naslovna .carousel-indicators button, .produkti-naslovna .carousel-indicators button.active {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 4px;
    border: none;
}
.produkti-naslovna .carousel-indicators button {
    background: #595959;
}
.produkti-naslovna .carousel-indicators button.active {
    background: #404040;
}
.img-box {
    overflow: hidden;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
.img-box:hover img {
    -webkit-transform: scale3d(1.2, 1.2, 1);
    transform: scale3d(1.2, 1.2, 1);
}
.img-box img, .img-box img::before, .img-box img::after{
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.cena {
    color: #4F81C7;
}
.kontakt input,
.kontakt textarea {
    background-color: #fcfafa !important;
    /*box-shadow: 8px 8px 6px 0 rgba(0, 0, 0, 0.50);*/
}

.kontakt .form-control:focus {
    border-color: #eac861 !important;
    -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0 4px 5px, rgba(0, 0, 0, 0.22) 0 4px 5px;
    box-shadow: rgba(0, 0, 0, 0.25) 0 4px 5px, rgba(0, 0, 0, 0.22) 0 4px 5px;
}
.send-button .send-dugme {
    border-radius: 15px;
    color: white !important;
    background-color: #eac861 !important;
}
.send-button .send-dugme:hover {
    background-color: #e8c04a !important;
}
.send-button .form-control:focus {
    border-color: #eac861 !important;
    -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0 4px 5px, rgba(0, 0, 0, 0.22) 0 4px 5px;
    box-shadow: rgba(0, 0, 0, 0.25) 0 4px 5px, rgba(0, 0, 0, 0.22) 0 4px 5px;
}
.kontakt-podatci a, .text-link a {
    color: #4F81C7;
    text-decoration: none;
    transition-duration: 0.2s;
}

.kontakt-podatci a:hover, .text-link a:hover {
    color: #64C4ED;
    /*text-decoration: none;*/
}
.lista-linkova {
    list-style: none;
    padding: 0;
}
.lista-linkova li {
    border-bottom: 1px dashed #ecdfdf;
    padding-top: 5px;
}
.sidebar-linkovi {
    background-image: url(../images/watercolour-background-with-leaves.webp);
    background-size: cover;
    background-repeat: no-repeat;
    /*background-attachment: fixed;*/
    background-position: center;
    /*background-color: #fcfafa;*/
    /*border-top: solid 1px #eac861;*/
    padding: 15px 15px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0 4px 5px, rgba(0, 0, 0, 0.22) 0 4px 5px;
    box-shadow: rgba(0, 0, 0, 0.25) 0 4px 5px, rgba(0, 0, 0, 0.22) 0 4px 5px;
}
/*Lightbox-modal*/
:root {
    --lightbox: #242424;
}

/* IMAGE GRID STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.image-grid figure {
    margin-bottom: 0;
}

.image-grid img {

    transition: box-shadow 0.2s;
}

.image-grid a:hover img {
    -webkit-box-shadow: rgba(0, 0, 0, 0.25) -2px -2px 5px, rgba(0, 0, 0, 0.25) 2px 2px 5px;
    box-shadow: rgba(0, 0, 0, 0.25) -2px -2px 5px, rgba(0, 0, 0, 0.25) 2px 2px 5px;
}

/* LIGHTBOX STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.lightbox-modal .modal-content {
    background: var(--lightbox);
}

.lightbox-modal .btn-close {
    position: absolute;
    top: 20px;
    right: 18px;
    font-size: 1.2rem;
    z-index: 10;
}

.lightbox-modal .modal-body {
    display: flex;
    align-items: center;
    padding: 0;
    text-align: center;
}

.lightbox-modal img {
    width: auto;
    max-height: 100vh;
    max-width: 100%;
}

.lightbox-modal .carousel-caption {
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(36, 36, 36, 0.75);
}

.lightbox-modal .carousel-control-prev,
.lightbox-modal .carousel-control-next {
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    width: auto;
}

.lightbox-modal .carousel-control-prev {
    left: 10px;
}

.lightbox-modal .carousel-control-next {
    right: 10px;
}
.no-pading {
    padding-right: 0 !important;
    padding-left: 0 !important;
}
.gold-dashed-border {
    border-bottom: 1px dashed #eac861;
}
.aktivno {
    color: rgba(0,0,0,.7) !important;
}
.greyscale {
    filter: grayscale(100%);
}
.greyscale:hover {
    filter: none;
}
.card-title {
    font-size: 20px;
    font-weight: bold;
}