<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 
BODY
*/
html, body {
    font-family: Helvetica, Arial, sans-serif;
    padding-right: 0px;
    width: 100%;
}

body {
    display: flex;
    flex-direction: column;
height: 100%;   
 justify-content: space-between;
}

main {
        min-height: 82.6vh;

}

.h-helidon-btn {
    border-radius: 0px;
    font-size: 14px;
    padding: 15px 55px 15px 55px;
    background-color: #CD6F16;
    color: white;
    font-weight: 700;
    text-transform: uppercase;
}

.h-helidon-btn:hover {
    background-color: #f59031;
    color: white;


}
.vl {
    border-left: 2px solid lightslategray;
    height: 400px;
    position: absolute;
    margin-left: 425px;
    margin-top: -400px;
    opacity: 0.3;
  }

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    /* change if the mask should have another color then white */
    z-index: 800;
    /* makes sure it stays on top */
  }
  #backToTop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    padding: 10px 15px;
    font-size: 16px;
    background: #CD6F16;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    opacity: 0;
    transform: translateY(100px);
    transition: opacity 0.4s, transform 0.4s;
  }
  
  #backToTop.show {
    opacity: 1;
    transform: translateY(0);
  }
  #backToTop:hover {
    background-color: #f39237;
  }


  .ajax-loading .loading-mask,
.checkout-index-index .loading-mask,
.slider-pro-wrapper .loading-mask {
  background: rgba(255, 255, 255, 0.5);
  position: fixed;
  z-index: 999;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: auto; }
  .ajax-loading .loading-mask img,
  .ajax-loading .loading-mask p,
  .checkout-index-index .loading-mask img,
  .checkout-index-index .loading-mask p,
  .slider-pro-wrapper .loading-mask img,
  .slider-pro-wrapper .loading-mask p {
    display: none; }
  .ajax-loading .loading-mask .loader,
  .ajax-loading .loading-mask .loader:before,
  .ajax-loading .loading-mask .loader:after,
  .checkout-index-index .loading-mask .loader,
  .checkout-index-index .loading-mask .loader:before,
  .checkout-index-index .loading-mask .loader:after,
  .slider-pro-wrapper .loading-mask .loader,
  .slider-pro-wrapper .loading-mask .loader:before,
  .slider-pro-wrapper .loading-mask .loader:after {
    display: block;
    position: absolute;
    top: 50%;
    height: 10px; }
  .ajax-loading .loading-mask .loader,
  .checkout-index-index .loading-mask .loader,
  .slider-pro-wrapper .loading-mask .loader {
    margin-top: -5px;
    animation: loader-spinner 2550ms ease-out infinite;
    background: #777777;
    left: 50%;
    margin-left: -100px;
    width: 30px; }
  .ajax-loading .loading-mask .loader:before,
  .checkout-index-index .loading-mask .loader:before,
  .slider-pro-wrapper .loading-mask .loader:before {
    content: "";
    margin-top: -25px;
    animation: loader-spinner 1250ms ease-in 150ms infinite;
    background: #ff9533;
    left: 0;
    width: 15px; }
  .ajax-loading .loading-mask .loader:after,
  .checkout-index-index .loading-mask .loader:after,
  .slider-pro-wrapper .loading-mask .loader:after {
    /* content: ""; */
    /* margin-top: 15px; */
    /* animation: loader-spinner 550ms ease-in-out 350ms infinite; */
    /* background: #333333; */
    /* left: 0; */
    /* width: 50px; */
    }

@keyframes loader-spinner {
  100% {
    width: 200px; } }
.checkout-index-index .loading-mask {
  background: #fff; }

.slider-pro-wrapper .loading-mask.for-slider {
  position: absolute; }


  /* width */
::-webkit-scrollbar {
    width: 5px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #bdbdbd; 
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #888; 
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #555; 
  }

/* 

HEADER ------

*/

.header-top {
    background-color: #3f3f3f;
    color:white;
    font-size: 17px;
}

.header-logo img {
    background: white;
    height: 60px;
}

header {
    position: sticky;
    top: 0;
    z-index: 3;
}

.header-item.active {
    color:#CD6F16;
    font-weight: 700;
}

.header-item {
    cursor: pointer;
    text-decoration: none;
    color:white;
}
.header-item:hover {
    color:#CD6F16;
}

.menu {
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    padding: 0;
  }
  .line {
    fill: none;
    stroke: white;
    stroke-width: 6;
    transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
      stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
  }
  .line1 {
    stroke-dasharray: 60 207;
    stroke-width: 6;
  }
  .line2 {
    stroke-dasharray: 60 60;
    stroke-width: 6;
  }
  .line3 {
    stroke-dasharray: 60 207;
    stroke-width: 6;
  }
  .opened .line1 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6;
  }
  .opened .line2 {
    stroke-dasharray: 1 60;
    stroke-dashoffset: -30;
    stroke-width: 6;
  }
  .opened .line3 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6;
  }

  .expandable {
    overflow: hidden;
    background-color: #3f3f3f;
    left:0px;
    color: white;   
    line-height: 50px;
    transition: all .5s ease-in-out;
    transform-origin: left top;
    transform: scaleY(0);
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    z-index: 1;
    position: absolute;
   }
   
   .expandable.active {
    transform: scaleY(1);
  }

  @media (min-width: 768px) { 
    .expandable {
        display: none;

    }
}
   
  

/* 

FOOTER
 
*/
footer {
    padding-bottom: 0;
    background-color: #3f3f3f;
    position: sticky;
    color:white;
}

.footer-image {
    background-image: url(/assets/images/bg-image-1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 250px;
}

.footer-wrapper .news-application {
    align-items: center;
    display: flex;
    justify-content: center;
}

/* 

BODY 

*/
.homepage{
font-family: Helvetica, Arial, sans-serif;
}
.homepage .carousel-item {
    height: 700px;
    background-color: rgb(0 0 0);
}

.homepage .carousel-item img {
    filter: blur(2px);
}

.carousel-item div {
        background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    filter: blur(2px);
}

.homepage .h-carsouel-text {
    position: absolute;
    z-index: 2;
    left: 50%;
    transform: translateX(-50%);
    top: 43%;
    text-align: center;
    color:white;
}

.homepage .h-carsouel-title {
    font-size: 80px;
    font-weight: 700;
    letter-spacing: 4px;
    margin-bottom: 0px;
}
.homepage .h-carsouel-subtitle {
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 4px;
}
.homepage .h-carsouel-notice {
    font-size: 16px;
    font-weight: 400;
}

.homepage .h-carsouel-button {
    border-radius: 0px;
    font-size: 14px;
    padding: 10px 45px 10px 45px;
    background-color: #CD6F16;
    color: white;
    font-weight: 700;
    text-transform: uppercase;
}
.homepage .h-carsouel-button:hover {
    background-color:#f59031;
    color: white;
}


.homepage .latest-editions {
    background-image: url(/assets/images/bg-image-6.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.homepage .latest-editions .le-item{
    background-color: white;
}
.le-item a{
    text-decoration: none;
    cursor: pointer;
    color:black
}

.homepage .latest-editions-title {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 45px;
    font-weight: 700;
}



.news-desc-wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 10px;
    display: flex;
    align-items: center;
    transition: background 0.5s ease-in-out;
}

.news-desc-date-title {
    position: relative;
    background: #D46A14;
    padding: 15px 15px;
    border-radius: 5px 0 0 5px;
    color: white;
    font-weight: bold;
    font-size: 1.2rem;
    min-width: 80px;
    text-align: center;
    transition: all 0.5s ease-in-out;
    clip-path: polygon(100% 0, 90% 50%, 100% 100%, 0% 100%, 0% 0%);
    height: 100%;
}

.news-desc {
    flex-grow: 1;
    margin-left: 10px;
    overflow: hidden;
    max-height: 50px;
    transition: max-height 0.5s ease-in-out, color 0.5s ease-in-out;
}



.news-item {
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    transition: transform 0.3s ease-in-out;
}

.news-item-hedeko {
    background-size: contain; 
    background-position: center; 
    height: 350px;
     background-repeat: no-repeat;
}

/* ANIMACIJA OB PREHODU MIĹ&nbsp;KE */
.news-item:hover .news-desc-wrapper {
    background: #D46A14; /* OranĹžno ozadje */
    color: black; /* Ärna barva teksta */
}

.news-item:hover .news-desc-date-title {
    background: #D46A14;
    color: white;
    clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 0% 0%);
}

.news-item:hover .news-desc {
    max-height: 100px;
}
@media (max-width: 768px) { 
    .news-item {
        margin-bottom: 10px;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    }

    .news-item div {
            align-items: flex-end;
    }
}



/* 
ABOUT US 

*/

 .title-image {
    background-image: url(/assets/images/bg-image-1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 250px;
}


.page-title-text {
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 45px;
    line-height: 1.2;
    letter-spacing: 0;
    color: #fff;
}

.breadcrumbs-helidon {
    font-size: 18px;
    color: white;
}

.breadcrumbs-helidon a {
    color: #CD6F16;
    text-decoration: none;
}

.about-us-text {
    font-size: 14px;
    color: rgb(155, 155, 155)
}

.about-us-text a {
    display: inline-block;
    text-decoration: none;
    transition: .33s all ease;
    color: #383838;
    font-weight: 400;
}

.about-us-text a:hover {
    color: #CD6F16;

}

.about-us-text p {
    margin-top: 50px;
}



/* 
NEWS - OPIS
*/

.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    align-items: center;
    justify-content: center;
}

/* Modalna vsebina */
.modal-content {
    position: relative;
    background-color: white;
    padding: 15px;
    width: 80%;
    max-width: 600px;
    text-align: center;
    border-radius: 10px;
}

/* Naslov modalnega okna */
.modal-header {
    font-size: 16px;
    font-weight: bold;
    padding: 10px 0;
}

/* Slika v modalnem okvirju */
.modal-body {
    position: relative;
}

.modal-body img {
    width: 100%;
    height: auto;
    max-height: 500px;
    object-fit: contain;
    border-radius: 5px;
}

/* Zapiralni gumb */
.close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 22px;
    font-weight: bold;
    cursor: pointer;
}

/* PuĹĄÄice za preklop slik */
.prev, .next {
    position: absolute;
    top: 45%;
    padding-left: 10px;
    background: none !important;
    border: none;
    color: rgb(138, 136, 136);
    font-size: 32px;
    cursor: pointer;

}
.prev { left: 0px; }
.next { right: 0px; }


/*
FONOGRAMI 
*/

/* Razred za prikaz */

.empty {
    height:300px;
    background-color: white;

}
.product-box.show {
    display: block;
    animation: fadeIn 0.9s ease-in-out;
}

/* Razred za skrivanje */
.product-box.hide {
    animation: fadeOut 0.9s ease-in-out;
    opacity: 0;
    pointer-events: none; /* OnemogoÄi interakcijo */
    height: 0;
    overflow: hidden;
}

#no-results {
    text-align: center;
}
.loading-container {
    padding-bottom: 70px;
}
#loader {
    display: none;
    position: absolute;
    padding-top: 20px;
    top: 51%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 8px solid #f3f3f3; /* Sivo ozadje */
    border-top: 8px solid #ff8c00; /* barva za vrtenje */
    border-radius: 50%;
    width: 100px;
    height: 100px;
    animation: spin 2s linear infinite;
    z-index: 10;
    transition: opacity 0.75s visibilty 0.75s;
}

/* Animacija vrtenja loaderja */
@keyframes spin {
    0% { transform: translate(-50%, -50%) rotate(0deg); }
    100% { transform: translate(-50%, -50%) rotate(360deg); }
}



.form-text {
    text-align: center;
    padding-right: 480px;

}

.search-container {
    display: flex;
    align-items: center;
    width: 980px;
    margin: 30px auto;

    border: 1px solid #ccc;
    border-radius: 5px;
    overflow: hidden;
}

@media (max-width: 998px) {
    .search-container {
        width: auto; 
        max-width: 440px;
        margin: 30px 10px 30px 10px;
    }
}

.search-container input {
    flex: 1;
    padding: 10px;
    border: none;
    outline: none;
}

.search-container button {
    background-color: #CD6F16;
    border: none;
    padding: 18px 15px;
    cursor: pointer;
    color: white;
}

.search-container button:hover {
    background-color: #f39237;
}

.btn-fonogoram-buy {
    border-radius: 8px;
    font-size: 14px;
    padding: 10px 25px 10px 25px;
    background-color: #CD6F16;
    color:white;
}
.btn-fonogoram-buy:hover {
    background-color: #f39237;
    color:white;
}
.search-form-classic .rd-search-submit {

}

audio::-webkit-media-controls-panel {
    background-color: #f39237;
}

audio::-webkit-media-controls-volume-slider-container {
}

audio::-webkit-media-controls-volume-slider {

}


    .products-container {
        display: grid;
        grid-template-columns: repeat(4, 1fr); /* Vedno 4 v eni vrsti */
        gap: 15px;
        justify-content: center;
        padding: 20px;
        max-width: 1000px;
        margin: auto;
        padding-left: 15px;
        padding-right: 15px;
    }

    .img-fluid {
        height: 200px;
    }

      @media (max-width: 998px) {
     
 

        .products-container {
            grid-template-columns: repeat(2, 1fr); /* Vedno 4 v eni vrsti */
        }
    }

    /* Posamezen izdelek */
    .product-box {
        border-radius: 5px;
        text-align: left;
        transition: transform 0.3s ease-in-out;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    }

    .product-box:hover {
        transform: scale(1.08);
    }

    .product-image {
        width: 100%;
        object-fit: cover;
        border: 1px solid #ccc;
        border-radius: 3px;
    }

    .product-title {
        font-weight: bold;
        font-size: 16px;
        margin-top: 8px;
        padding-left: 10px;
        color:#555;
        text-decoration: none;
    }

    .product-description {
        font-size: 14px;
        font-weight: bold;
        color:#555;
        margin-top: 5px;
        padding-bottom: 5px;
        padding-left: 10px;
        text-decoration: none;
    }

    .product-description a {
        text-decoration: none;
        color:#555;
        padding-top: 10px;
        text-decoration: none;
    }

/* IZDAJA*/

body {
    font-family: Helvetica, Arial, sans-serif;
}
.seznam {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow: hidden;
    padding: 0px;
}

.postavka {
    border-bottom: 1px solid #ddd;
}

.naslov {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: px;
    padding: 10px;
    background-color: #f9f9f9;
    width: 100%;
    height: 60px;
}

.naslov-teksta {
    flex-grow: 1; /* Naslov zavzame ves moĹžni prostor */
    font-weight: bold;
}

.predvajalnik {
    min-width: 120px; /* Fiksna ĹĄirina predvajalnika, tudi Äe ga ni */
    text-align: center;
}
@media (max-width: 768px) {

     .img-fluid {
        height: auto;
        padding-bottom: 10px;
    }

    audio {
        display: none; /* Skrije element */
    }
    
    .vsebina audio {
        display: block; /* PrikaĹže element na novi lokaciji */
        margin-left: 0;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .products-container {
        grid-template-columns: repeat(1, 1fr); /* Vedno 4 v eni vrsti */
    }

    .izdaje-img-wrapper {
        flex-direction: column !important; 
    }
}
@media (min-width: 769px) {
    audio {
        display: block; /* Obnovi prvotno prikazovanje pri ĹĄirini zaslona veÄji od 768px */
    }

    
}
.oznaka {
    min-width: 40px;
    text-align: right;
    font-size: 14px;
}

   

.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    align-items: center;
    justify-content: center;
}

/* Modalna vsebina */
.modal-content {
    position: relative;
    background-color: white;
    padding: 15px;
    width: 80%;
    max-width: 600px;
    text-align: center;
    border-radius: 10px;
}

/* Naslov modalnega okna */
.modal-header {
    font-size: 16px;
    font-weight: bold;
    padding: 10px 0;
}

/* Slika v modalnem okvirju */
.modal-body {
    position: relative;
}

.modal-body img {
    width: 100%;
    height: auto;
    max-height: 500px;
    object-fit: contain;
    border-radius: 5px;
}

/* Zapiralni gumb */
.close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 22px;
    font-weight: bold;
    cursor: pointer;
}

/* PuĹĄÄice za preklop slik */
.prev, .next {
    position: absolute;
    top: 45%;
    padding-left: 10px;
    background: none !important;
    border: none;
    color: rgb(138, 136, 136);
    font-size: 32px;
    cursor: pointer;

}
.prev { left: 0px; }
.next { right: 0px; }


.vsebina {
    display: none;
    padding-top: 20px;
    padding-bottom: 0;
    padding-left: 20px;
    background-color: #fff;
}
.puĹĄÄica {
    transition: transform 0.3s ease;
}
.naslov i {
    font-size: 18px;
    color: #ff6600;  
    margin-right: 10px; 
}
audio {
    height: 40px;
    margin-left: auto;
    padding-right: 60px; 
    padding-bottom: 0;
}
/*KONTAKTNI OBRAZEC*/

h2 {
    padding-top: 50px;
    text-align: center;
}
.contact-text {
    padding-top: 20px;
    width: 60%; /* Omeji ĹĄirino teksta */
    margin: 0 auto; /* Postavi na sredino */
    text-align: center; /* Obojestranska poravnava */
}

.form-contact {
    width: 600px;
    height: 500px;
    margin: 20px auto;
    padding: 20px;
    background: white;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}

input, textarea {
    width: 100%;
    padding: 10px;
    margin: 8px 0;
    border: 1px solid #ccc;
    border-radius: 4px;
}

button {
    background-color: #CD6F16;
    color: white;
    padding: 10px;
    border: none;
    cursor: pointer;
    font-size: 16px;
}

button:hover {
    background-color: #f39237;
}

.captcha {
    margin: 10px 0;
}


@media only screen and (max-width: 1400px) {
    .vl {
      display: none;
    }
  }


</pre></body></html>