<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*, 
*::after,
*::before{
  margin:0;
  padding:0;
}
html{
  font-size:12px;
  height:100%;
}
p{
    font-size:1.1rem;
}

body {
    font-family: 'Open Sans', sans-serif;
    color: black;
    background-color: black;
    height: 100%;
    min-height: 100%;
}

/* fonts */
@font-face {
    font-family: 'FusionLight';
    src: url('../fonts/PFFusionSansPro-Heavy.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
/* flex */
.flex{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-content: flex-start;
}
.flex-name{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-content: flex-start;
}
/* formatting */
.mt-10{
    margin-top: 10px;
}
.center{
    text-align: center;
}
.p0{
    padding:0;
}
.pb-1{
    padding-bottom:1rem;
}
.mt-7{
    margin-top:7rem;
}
/* links */
a {
    cursor: pointer;
    text-decoration: none !important;
    color: #ccb477 !important;
    word-break: break-all;
}

a:visited {
color:inherit;    
}
.song-player
{
    padding: 1rem;
}
.song-player-wrap{
    padding-left:2rem; 
    /* border:1px solid yellow; */
    background-color: rgba(0,0,0,0.8);
}
.song-player-wrap h4{
    color:white;
    font-size:1.1rem;
}
.song-player-wrap h4 span{
    color:#ccb477;
    font-size:1rem;
}
.logos img{
    width:5vw;
}
.logos{
    margin-top: 9vh;
    position: relative;
    bottom: 0;
}
.artist-name{
    /* bottom:2rem; */
    position: absolute;
    bottom: 13rem;
    width: 100%;
    
}

.artist-name h2
{
    font-family: 'FusionLight';
    text-align: right;
    color: #d20631;
    font-size: 4rem;
    text-shadow: -2px 1px #3e3e3e;
}
.main-bg{
    height: 100%;
    background-image: url('../images/main-back-new.jpg');
    background-repeat: no-repeat;
    position: relative;
    z-index: 15;
    background-size: cover;
    background-position-x: -5rem;
}
#b,#b1, #b2 { 
    margin-bottom:2rem;
}
.player, .player-single{
    position: absolute;
    bottom:0;
    
}
.player{
    width:95%;
}
.player-single{
    width:95%;
}
.title{
    padding:2rem 1rem;
    text-transform: uppercase;
}
/* scrool */
::-webkit-scrollbar {
    width: 0.5rem;
    /* height: 2em; */
}

.doc::-webkit-scrollbar, .act::-webkit-scrollbar {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1); 
background-color:#e8e8e8;

}

.doc::-webkit-scrollbar-thumb, .act::-webkit-scrollbar-thumb {
 background-color: #a61b20; 
height:10px;
}
::-webkit-scrollbar-button {
    background: #ccc;
}
::-webkit-scrollbar-track-piece {
    background: #888;
}
::-webkit-scrollbar-thumb {
    background:  #c6ae73;
}


.news-box {
    height: 60vh;
    background-color: rgba(0,0,0,0.6);
    overflow-y: scroll;
    color: white;
    padding: 5px 20px;
    width: 60%;
    position: absolute;
    left: 35vw;
    top: 5vh;
}
.progress-box{
    margin-left: 10px;
}
.news-image img{
width: 100%;
}
img.news-image-single{
width: 60%;
margin: 0 20%;
margin-bottom:2rem;
}
.news-info h6{
text-transform: uppercase;
padding-bottom: 10px;
font-size: 14px;
color: #ccb477;
font-weight: bold;
}
.info-details{
    margin-bottom:2rem;
}
/* .other-info{
    position: absolute;
    bottom:14vh;
    z-index:999;
    width:100%;
} */
/* .other-info .boxx {
    height:530px;
    } */
    
/* .other-info .info {
background-color: rgba(0,0,0,0.6);
    overflow-y: scroll;
    color: white;    
    padding:5px 20px;
} */

.galerija{
position: relative;
    width:95%;
}
.galerija-header{
    background-color:#c3b1793b;
    position: relative;
    top:5rem;
}
.galerija-body{
    position: relative;
    top: 5rem;
    height: 58vh;
    background-color: rgba(0,0,0,0.6);
    overflow-y: scroll;
    color: white;
    padding: 5rem 2rem;
}
.galerija-body-single{
    position: relative;
    top: 8rem;
    height: 72vh;
    background-color: rgba(0,0,0,0.6);
    overflow-y: scroll;
    color: white;
    padding: 5rem 2rem;
}
h3.galerija{
    text-transform: uppercase;
    margin: 3px 0;
    color:white;
    margin-left: 0.6rem;
    line-height: 3.5rem;
    font-size: 1.7rem;
}
.main-content{
    position: relative;
    height: 100%;
    left: 40%;
    width: 60%;
}
.main-content-single {
    position: relative;
    height: 100%;
    left: 40%;
    width: 60%;
}
.other-info .info .info-details img
    {
    -webkit-filter: brightness(100%);
    -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
            transition: all 0.5s ease;
    width: 100%;
    padding: 0 15px;
}
.news-details{
    text-align: right;
    padding-top: 10px;
    cursor: pointer;
    text-decoration: none;
}
.other-info .info .info-details h6 {
    text-transform: uppercase;
    padding-bottom: 10px;
    font-size: 14px;
    color: #ccb477;
    font-weight: bold;
}
    
.other-info .info .info-details img:hover
    {
    -webkit-filter: brightness(80%);
    transform: scale(1.05);
    width:100%;
}
    
.inner-page .other-info .info .info-details img
    {
    width: 97%;
    padding-bottom: 15px;
    /* transform: scale(0.8);
    transition-timing-function: ease-in;
    transition: 0.5s; */
}
    
.title-mk, .title-hr{
    max-width:20vw;
    width:20vw;
    position: relative;
    left: -5rem;
    bottom:2rem;
    /* margin-right: 15rem; */
}
h2.firstname-mk, h2.firstname-hr{

    letter-spacing: 0.1rem;
    font-size: 6.5rem;
    text-transform: uppercase;
    font-weight: bold;
    line-height:6rem;
    text-align: center;
}
h2.lastname-hr{

    letter-spacing: 0.75rem;
    font-size: 2.5rem;
    text-transform: uppercase;
    line-height: 0;
    text-align: center;
}
h2.lastname-mk{

    letter-spacing: 0.8rem;
    font-size: 2.5rem;
    text-transform: uppercase;
    line-height: 0rem;
    text-align: center;
}
.artist-name{
    
}
/* FOOTER */
.footer{
    /* padding:3rem; */
    padding: 0.6rem;
}
.footer h4 {
    color: white;
    padding-bottom: 1rem;
    }
    
.footer h4 span {
color: #ccb477;
    font-size: 1.2rem;
    padding-left: 20px;
}
.download-section{
    margin-top:2rem;
}
.download-section p
{
    color: white;
    text-align: right;
    padding-right: 0px;
}

.download-section p a
{
    color: #ccb477;
}

.download-section p a {
    color: white;
    text-decoration: none;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.download-section p a:hover {
    color: white !Important;
    text-decoration: none;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}
#progressOut, #progressOut2,  #progressOut11, #progressOut12,  #progressOut13, #progressOut21, #progressOut22, #progressOut23 {
    bottom: -10px;
    width: 98.5%;
    height: 10px;
    border: transparent;
    position: absolute;
    background-color: #494949;
} 
#progressIn, #progressIn2, #progressIn11, #progressIn12,  #progressIn13, #progressIn21, #progressIn22, #progressIn23{
    position:relative;/*This is important*/
    height:100%;
    bottom:0px;
    width:0px;
    background: rgb(254,252,234); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(254,252,234,1) 0%, rgba(195,177,121,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(254,252,234,1) 0%,rgba(195,177,121,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(254,252,234,1) 0%,rgba(195,177,121,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefcea', endColorstr='#c3b179',GradientType=0 ); /* IE6-9 */
} 
#time, #time2, #time11, #time12, #time13, #time21, #time22, #time23 {
    position: absolute;
    top: 0;
    right: 0px;
    color: wheat;
    font-size: 12px;
}
    
#play, #pause, #play2, #pause2, #play23, #pause23, #play11, #pause11,#play12, #pause12,#play13, #pause13, #play21, #pause21,#play22, #pause22 {
width: 45px;
    height: 45px;
    background-color: #c3b179;
    border: 0;
    border-radius: 100%;
    position: relative;
    top: 1vh;

}
    
#prev, #next, #prev2, #next2, #prev23, #next23, #prev21, #next21,#prev22, #next22,#prev11, #next11,#prev12, #next12,#prev13, #next13{
width: 30px;
    height: 30px;
    background-color: #242424;
    border: 0;
    border-radius: 20px;
}

#play img, #play2 img, #play23 img, #play11 img, #play12 img, #play13 img,#play22 img,#play21 img{
padding: 0 0 2px 2px;
width: 75%;
}

#pause img, #pause2 img, #pause23 img, #pause11 img, #pause12 img,#pause13 img,#pause21 img,#pause22 img{
padding: 0 2px 2px 0px;

}



.sponsors {
    display: flex;
    position: absolute;
    bottom: 20px;
    left: 100px;
    padding: 30px;
    gap: 50px;
    flex-direction: row;
    background: radial-gradient(#010013, transparent 80%);
}
@media(max-width:1199px) {
    .sponsors {

        left: 50px;
 
    }
}

@media(max-width:991px) {
    .sponsors {
        left: 0px;
    }
}
@media(max-width:767px) {
    .sponsors {
        left: 50%;
        transform:translateX(-50%);
    }
}
</pre></body></html>