<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: 'Brandon Grotesque';
    src: url('fonts/BrandonGrotesque-Bold.woff2') format('woff2'),
    url('fonts/BrandonGrotesque-Bold.woff') format('woff'),
    url('fonts/BrandonGrotesque-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Brandon Grotesque';
    src: url('fonts/BrandonGrotesque-Regular.woff2') format('woff2'),
    url('fonts/BrandonGrotesque-Regular.woff') format('woff'),
    url('fonts/BrandonGrotesque-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mafra Deck';
    src: url('fonts/MafraDeck-Medium.woff2') format('woff2'),
    url('fonts/MafraDeck-Medium.woff') format('woff'),
    url('fonts/MafraDeck-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after { clear: both; }
.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}

wbr:after { content: "\00200B"; }

html {
    margin: 0;
    padding: 0;
    overflow-y: scroll;
}

body {
    padding: 0px;
    margin: 0px;
    font-family: 'Brandon Grotesque';
    font-weight: normal;
    font-style: normal;
    width: 100%;
    color: #3c3732;
}

html, body {
    height: 100%;
}


h1, h2, h3 {
    font-family: 'Mafra Deck';
    color: #3c3732;
}

h1 {
    font-size: 40px;
    margin: 30px 0px;
}

h2 {
    font-size: 38px;
    margin: 20px 0px;
}

h3 {
    font-size: 25px;
}

h4, h5, h6 {
    font-family: 'Brandon Grotesque';
    font-size: 18px;
    color: #3c3732;

}

select, input, textarea {
    font-family: 'Brandon Grotesque';}

input {
    -webkit-border-radius: 0;
    border-radius: 0;
}

input[type="search"] {
    -webkit-appearance: none;
    border-radius: 0;
}

textarea {
    resize: none;
}

p, div, span, option, ul, li {
    font-family: 'Brandon Grotesque';
    font-size: 16px;
}
.p-bg {
    background-color: #f3edef;
    padding: 30px;
}

a {
    color: #d20a23;
    outline: none;
}

header a,
footer a,
.vcard a,
a.more {
    text-decoration: none;
    color: inherit;
    outline: none;
}

a.more {
    display: inline-block;
    font-family: 'Brandon Grotesque';
    font-weight: 600;
    text-transform: uppercase;
    padding: 15px 40px 15px 25px;
    border: 2px solid #000000;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    margin: 5px 0px;
    font-size: 14px;
    letter-spacing: 2px;
    line-height: normal;
    position: relative;
}

a.more:hover,
a.more:focus{
    background-color: #000000;
    color: #ffffff;
}

a.more:after {
    content: "+";
    display: block;
    color: #000000;
    position: absolute;
    right: 15px;
    top: 12px;
    line-height: normal;
    font-size: 16px;
}


a.more:hover:after,
a.more:focus:after{
    color: #ffffff;
}

table {
    width: 100%;
}

thead {
    font-family: 'Brandon Grotesque';
    border-top: none;
}

tr {
    border-bottom: solid 1px #e7e7e7;
}

thead tr:nth-child(odd) {
    border-bottom: 2px solid #333;
    background-color: transparent;
}

th, td {
    padding: 7px 15px 7px 15px;
}

th {
    text-align: left;
}

th:first-child,
td:first-child {
    padding-left: 0px;
    border-right: 2px solid #333;
    font-weight: bold;
}

tr:nth-child(odd) {
    background-color: #fafafa;
}

.cbox {
    clear: both;
    margin: 50px 0px;
}

.cbox .inner,
footer .inner {
    margin: 0px auto;
    width: 90%;
}

hr {
    clear: both;
    height: 0px;
    margin: 0px;
    overflow: hidden;
    border: none;
}


/* puÅ¡Äica to top//////////////////////////////////////////////////////*/

#to-top {
    box-shadow: rgb(0 0 0 / 8%) 0px 10px 15px 0px, rgb(0 0 0 / 5%) 0px 2px 2px 0px;
    display: block;
    padding-top: 18px;;
    width: 48px;
    height: 30px;
    position: fixed;
    overflow: hidden;
    right: 20px;
    bottom: 20px;
    cursor: pointer;
    background: #ffffff;
    opacity: 0;
    transition: opacity 0.3s, visibility 0.3s;
    text-align: center;
    border-radius: 50%;
    z-index: 100;
    content: 'ab';
    font-family: FontAwesome;
    font-size: 10px;
    color: #3c3732;

}

body.fixed-head #to-top {
    opacity: 0.9;
}

#top-offset {
    display: none;
}



/* prelomi//////////////////////////////////////////////////////*/


@media all and (min-width: 1000px) {

    body.fixed #top-offset {
        display: block;
        height: 144px;
    }

}

@media all and (min-width: 1700px) {
    .cbox .inner,
    footer .inner {
        width: 1500px;
    }

}

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