<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*------------------------------------------------------------------------------
                      skin: kabiny
------------------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Montserrat');/**/

/*@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');*/

/*@font-face {
  font-family: 'Montserrat script=all rev=4';
  font-style: normal;
  font-weight: 200;
  src:   url(https://fonts.gstatic.com/l/font?kit=eWRmKHdPNWGn_iFyeEYja2J5kSvgVheCBnrxGZ3ykAPxYowYHYOrMxmY2BsNnreF7GsStmuUDQmmyWA1viK6-tzSg6K7q3zTd_Uoyvm7Q8WbqdoQhlKGFXU7rC0fmLK2JOyp9fXjjaFA1iMEzN0QHQMMbIfz9PFGYJg1NE1POSzoJeozuI7qf6nGVpREniejBZ1Q1kfD2blwxbLqiqgpgpLkoaI3d5rnmFFA5AfB6uYTs3N2b55czp3xyTi80nVY&amp;skey=7f026987368eef64&amp;v=v10) format('woff');
}*/

@font-face {
    font-family: defx;
    src: url('/project/assets/fonts/CaviarDreams.ttf');
}

@font-face {
    font-family: defxbold;
    src: url('/project/assets/fonts/CaviarDreams_Bold.ttf');
}



*:hover, *:visited, *:active, *:enabled {
    text-decoration: none !important;
    
}

/*@font-face {
    font-family: defx;
    src: url('/project/assets/fonts/MontserratSubrayada-Regular.ttf');
}*/

.fancybox-skin { padding: 0px !important; }
.fancybox-overlay { background-color: rgba(0,0,0,0.8) !important; }
.fancybox-wrap { 
    position: fixed !important; top: 0px !important;
    height: 100vh !important; display: flex; 
    justify-content: center; align-items: center; 
}


* {
    font-family: defx;
    
}




h2 {
/*    text-shadow: 0px 0px 20px black;*/
    font: normal 4.0vh Anton,Montserrat,Arial;
}

h2 {
        color: white;
        text-align: center;
        font-family: defxbold;
        font-weight: bold;
        font-size: 30px;
    }
    
h3 {
    color: white;
    text-align: center;
    font-family: defxbold;
    font-size: 20px;
}

    .glownyH2 {
        font-size: 27px;
        margin-top: 60px;
        margin-bottom: 40px;
    }
    
.Xpasek {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        padding-bottom: 60px;
    }
h3 {
    font: 'Montserrat', sans-serif, arial, verdana, tahoma;
/*    text-shadow:0px 0px 4px black;*/
}

.cursorPointer {
    cursor: pointer;
}

.wiecejinfo {
    font: 'Montserrat', sans-serif, arial, verdana, tahoma;
    text-shadow:0px 0px 4px black;
    color: white;
}
.wiecejinfo:hover {
    color: #eee;
}
.blacktext {
    text-shadow: 0px 0px 0px black;
    color: #333331;
}

.bootstrap-dialog.type-info .modal-header{
    background-color: #708EC0 !important;
} 

.flexCenter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.bootstrap-dialog.type-info .modal-header {
    background-color: #525F67 !important;
}

body {
    overflow-x:hidden !important;
    
}

.no-padding {
    padding: 0px;
}</pre></body></html>