<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ONUM overrides */
.main-navigation &gt; ul &gt; li:after, .main-navigation &gt; ul &gt; li:before {
    background: #fe4c1c;
}

.main-navigation ul &gt; li &gt; a:hover {
    color: #fe4c1c;
}

.main-footer {
    padding: 100px 0 110px;
}

hr {
    margin: 20px 0;
    margin-bottom: 40px;
    background-color: #eee;
    border: none;
}

p.small {
    font-size: 0.9em;
}

.octf-main-header.is-stuck {
    position: relative !important;
}

#site-logo img {
    width: 80px !important;
}

.ot-tabs .tab-content ul.has-icon li i.flaticon-check {
    top: 0px;
}

.home4-pricing {
    padding: 75px 0 75px 0;
}

    .home4-pricing .ot-pricing-table.s3:after {
        background-size: cover;
        height: 65%;
    }

.pricing-description:first-of-type {
  border-top: solid 1px #eee;
  padding-top: 3em;
}

footer .logo {
    width: 50%;
    margin-left: 1em;
}

footer.site-footer-5 {
    background-size: cover;
}

.message-box .content-box h6 {
    margin-bottom: 0px;
}

.bg-faq-bot {
    z-index: 1;
    background-color: white;
}

.footer-social-icon {
    background-color: transparent;
    border: solid 1px rgba(0, 195, 255, 0.3);
}

.newsletter {
    box-shadow: 23px 23px 32px 0 rgba(254,76,28,.33);
    transition: background 0.3s,border 0.3s,border-radius 0.3s,box-shadow 0.3s;
    margin-top: 0;
    margin-bottom: -90px;
    padding: 60px 60px 60px 60px;
    background-color: transparent;
    background-image: linear-gradient(90deg,#FF403E 0%,#FF811B 100%);
    border-radius: 15px 15px 15px 15px;
}

.register-check-bubble {
    box-shadow: 16px 16px 32px 0 rgb(28 190 254 / 33%);
    transition: background 0.3s,border 0.3s,border-radius 0.3s,box-shadow 0.3s;
    margin-top: 0;
    margin-bottom: -90px;
    padding: 60px 60px 60px 60px;
    background-color: transparent;
    background-image: linear-gradient(90deg,#0039E4 0%,#04DBF1 100%);
    border-radius: 15px 15px 15px 15px;
}

.home4-top-right p {
    margin-bottom: 24px;
}

    .home4-top-right p:last-of-type {
        margin-bottom: 48px;
    }

.home4-about-right {
    margin: 0 -200px 0 0;
}

.home4-benefits {
    padding: 100px 0 175px 0;
    background: #f8f8f8;
    background-color: #f8f8f8;
}

.home4-benefits-left {
    margin: 60px 0 0 -160px;
}

.home4-benefits &gt; .shape.shape-bottom {
}

    .home4-benefits &gt; .shape.shape-bottom &gt; svg {
        transform: rotateX(180deg);
        left: 0;
    }

.home4-service {
    padding: 100px 0 150px 0;
    background-color: #f8f8f8;
    background-image: none;
}

    .home4-service &gt; .shape.shape-bottom &gt; svg {
        transform: rotateX(180deg);
        left: 0;
    }

    .home4-service .icon-box.s3 .icon-main img {
        /*margin-top: -120px;*/
    }

    .home4-service .icon-box.s3:hover {
        box-shadow: none;
    }

        .home4-service .icon-box.s3:hover &gt; .bg-before,
        .home4-service .icon-box.s3:hover &gt; .bg-after {
            opacity: 0;
        }

.form-control.error,
.wpcf7-form-control.error {
    border: solid 2px #ff00009c;
    background: #ffe7e7;
}

.home4-testimonial-right {
    margin: 0 -140px 0 0;
}

.partners .partners-slide-image {
    -webkit-filter: none;
    filter: none;
    opacity: 1;
}

.partner-program-illustration {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.slick-track {
    display: flex;
    align-items: center;
}

.service-box:hover a {
    color: white;
    font-weight: bold;
}

    .service-box:hover a:hover {
        color: #fe4c1c;
    }

#contact {
    background: #f9f9f9;
}

    #contact p {
        font-size: 1.2em;
    }

#cta-register-wrapper {
    background: #f9f9f9;
    background-color: #f9f9f9;
}

/* EOF ONUM overrides */
/* API */
#api-docs {
    font-size: 14px;
}

    #api-docs .page-title .version {
        color: #fe4c1c;
    }

    #api-docs h2 {
        font-size: 26px;
    }

    #api-docs table {
        border: none;
        margin: 0;
    }

    /*    #api-docs table, #api-docs th, #api-docs td {
        border: 1px solid #ddd;
    }
*/
    #api-docs th, #api-docs td {
        padding: 0.75em;
    }

    #api-docs span.label {
        border-radius: 4px;
        padding: 0.5em 0.75em;
        color: white;
        font-size: 0.8em;
        line-height: 1em;
        position: relative;
        font-weight: bold;
    }

    #api-docs span.blue.label {
        background: #1c7ef8;
    }

    #api-docs span.green.label {
        background: #21ba45;
    }

    #api-docs span.grey.small.label {
        margin-left: 1em;
        bottom: 0.25em;
        position: relative;
        background: #eee;
        font-size: 0.5em;
        color: #ccc;
    }

    #api-docs h3 {
        font-size: 20px;
    }

    #api-docs pre {
        margin: 0;
    }

        #api-docs :not(pre) &gt; code[class*="language-"], #api-docs pre[class*="language-"] {
            background: #f7f7f7;
            padding: 0 2em;
        }

    #api-docs .divider {
        margin: 2em 0;
        opacity: 0.5;
    }

    #api-docs .parameters table.ui.table.very.basic {
        padding: 1em;
        padding-bottom: 0.5em;
        border-radius: 0;
        border-left: solid 1px #ddd;
        border-right: solid 1px #ddd;
    }

        #api-docs .parameters table.ui.table.very.basic thead th {
            font-size: 0.8em;
            line-height: 3em;
        }

    #api-docs .code-example {
        border: solid 1px #ddd;
    }

    #api-docs .endpoint &gt; .url {
        padding: 0.75em 1em;
        border: solid 1px #ddd;
        border-bottom: none;
    }

    #api-docs .code-example &gt; .header,
    #api-docs .endpoint .parameters &gt; .header {
        display: block;
        color: #888;
        padding: 0.75em 1em;
        border-bottom: solid 1px #ddd;
    }

    #api-docs .endpoint &gt; .code-example {
        border-top: none;
    }

        #api-docs .endpoint &gt; .code-example:last-of-type {
            border-bottom: solid 1px #ddd;
        }
/* EOF API */

/* MESSAGE BOXES - SERVER RESULT */
.message-box.server-result {
    position: fixed;
    bottom: 30px;
    z-index: 9999999;
    width: 96%;
    left: 2%;
    color: white;
}

    .message-box.server-result.ok {
        background: #20b83a;
    }

    .message-box.server-result.error {
        background: #df3d11;
    }

    .message-box.server-result .content-box h6 {
        color: white;
    }

    .message-box.server-result &gt; i {
        color: white;
    }


#cookie-msg {
    position: fixed;
    bottom: 0;
    z-index: 99999;
    width: 96%;
    left: 2%;
    bottom: 10px;
}

    #cookie-msg .header {
        padding: 0.3em 0;
    }

/* EOF MESSAGE BOXES - SERVER RESULT*/


#company-register .filter-form {
    background: white;
    margin: 0;
    padding: 2em;
    border: solid 1px #eee;
    border-bottom: none;
    width: 100%;
}

    #company-register .filter-form .fields {
        margin: 0;
        padding: 1em;
        padding-left: 0.5em;
    }

    #company-register .filter-form input[name='model.oib'] {
        max-width: 135px;
    }

    #company-register .filter-form .ui.input .ui.label {
        font-size: 0.8em;
        line-height: 1.6em;
        background: white;
        border: solid 1px #ddd;
    }

    #company-register .filter-form &gt; .octf-btn-primary.octf-btn {
        padding: 14px 24px 14px 24px;
        font-size: 0.9em;
        box-shadow: none;
        position: relative;
        float: right;
        margin-left: 1em;
        border-radius: 4px 4px 4px 4px;
        background: linear-gradient(270deg,#ff7215 0%,rgba(255,38,0,1) 100%);
        text-transform: uppercase;
        border-radius: 3em;
        letter-spacing: 1px;
    }

#company-register .page-title &gt; span {
    background: #667a88;
    color: white;
    padding: 0.25em 0.5em;
    border-radius: 5px;
}

#company-register table {
    border: 1px solid rgba(34, 36, 38, 0.05);
}

    #company-register table.company-table {
        font-family: Consolas;
        margin-top: 0;
        margin-bottom: 3em;
        border: none;
        background: white;
        border-radius: 8px;
    }

#company-register &gt; .register-result-container {
    background: #f9f9f9;
}

#company-register .ui.celled.table tr th,
#company-register .ui.celled.table tr td {
    border: 1px solid rgba(34, 36, 38, 0.05);
}

#company-register .ui.celled.table tr th {
    border-bottom: solid 1px #eee;
    padding: 1em;
    text-transform: uppercase;
    font-size: 0.9em;
}

#company-register .ui.basic.striped.table tbody tr:nth-child(2n) {
    background-color: rgba(0, 0, 0, 0.03) !important;
}

#company-register .ui.table tfoot tr td.paging {
    line-height: 2em;
    font-size: 0.9em;
    border-top: solid 1px #e5e5e5;
    padding: 0.75em 1.25em;
}

.ui.table tfoot tr td.paging .note {
    float: left;
}

.ui.table tfoot tr td.paging .controls {
    float: right;
}

    .ui.table tfoot tr td.paging .controls a {
        text-decoration: none;
        color: #333;
    }

        .ui.table tfoot tr td.paging .controls a.disabled {
            cursor: default;
            pointer-events: none;
            color: #ddd;
        }


.ui.table tr.list-empty .list-empty-messgae {
    padding: 1.5em;
    /*font-size: 0.9em;*/
    text-align: center;
    /*color: #777;*/
}

.ui.table tr.list-empty .invite-message {
    text-align: center;
    border-top: solid 1px #eee;
    padding: 2em;
}

.ips-grid {
    display: grid;
    position: relative;
    width: 90%;
    left: 5%;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 0px 50px;
    align-items: center;
}

    .ips-grid &gt; .ip.tcom &gt; img {
        height: 80px;
        margin: 0 auto;
        display: block;
    }


.ot-counter {
    color: #fe4c1c;
}

    .ot-counter span.num {
        background: #0040e3;
        color: white;
        padding: 0px 10px;
        font-size: 3.5em;
        background-image: linear-gradient(90deg,#0040e3 0%,#04d3f2 100%);
        border-radius: 5px;
    }

.ot-heading h6:before {
    left: -21px;
}

.ot-heading h6 {
    padding-left: 0;
}

.benefits-block &gt; h5,
.benefits-block &gt; h6 {
    font-weight: 500;
}

    .benefits-block &gt; h5 &gt; .flaticon-check,
    .benefits-block &gt; h6 &gt; .flaticon-check {
        color: red;
        font-size: 22px;
        font-size: -1em;
        padding-right: 0.5em;
    }

.home4-testimonial {
    background-image: none;
}

.icon-list-items .icon-list-text {
    display: inline-block;
    margin: 0 0 20px;
    font-family: "Red Hat Display", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    color: #1a1b1e;
}

section#kako-zapoceti {
    background-image: url(/lib/onum/images/bg1-home4.png);
    background-position: top center;
    background-repeat: no-repeat;
}

#pricelist-table {
  margin-top: 5em;
  background: #fbfbfb;
  /*border-radius: 5px;*/
}

  #pricelist-table td:first-of-type {
    padding: 1em;
    font-size: 0.9em;
    text-transform: uppercase;
    /*border-radius: 5px;*/
  }

  #pricelist-table td.collapsing {
    width: 1px;
    white-space: nowrap;
  }

  #pricelist-table tr td p.pricing-description {
    margin: 0;
  }

#price-after-3-msg {
  font-size: 0.8em;
}

#cjenik.home4-pricing .ot-pricing-table.s3 .details {
  margin: 0;
  border: none;
}

#cjenik .cjenik-desc {
  position: relative;
  left: 4em;
  margin-top: 5em;
  margin-bottom: 2em;
  padding: 0 0em;
}

  #cjenik .cjenik-desc i {
    color: #039BE5;
    color: #4CAF50;
    font-size: 0.8em;
  }

#free-of-charge-message {
  color: white;
  background: #444;
  padding: 0.25em 0.75em;
  margin-top: 1.5em;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  font-size: 0.95em;
}

@media (max-width: 992px) {
    #page.site {
        overflow-x: hidden;
    }

    .home4-about-right, .home4-benefits-left, .home4-testimonial-right {
        margin: 0 !important;
    }

    .home4-benefits {
        padding: 0;
    }

    .home4-service {
        padding: 0;
    }

    .site-footer-5 {
        padding: 0;
    }

    .h6-pt-mob {
        padding-top: 3em;
    }

    .partner-program-illustration {
        padding-top: 3em;
    }

    .ips-grid {
        grid-template-columns: 1fr 1fr;
    }

        .ips-grid &gt; .ip {
            padding: 1em;
        }

            .ips-grid &gt; .ip.tcom &gt; img {
                height: auto;
            }
}

@media only screen and (max-width: 1199px) {
    .header_mobile .mlogo_wrapper img {
        height: 40px;
    }
}</pre></body></html>