<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Custom styles
   ========================================================================== */
body {
    background: #fff;
    font-family: 'Merriweather', serif;
    color: #3c3c3c;
}

hr {
    display: block;
    width: 253px;
    height: 33px;
    margin: 0 auto;
    background-image: url('../img/decoration.png');
    background-repeat: no-repeat;
    background-size: 253px 33px;
    border: none;
}

.nav {
    font-size: 1.125em;
}

.nav ul {
    margin: 0;
    padding: 0;
}

.nav li {
    margin: 1em 1.7em;
    display: inline-block;
}

.nav a {
    padding: 0;
    display: block;
    text-decoration: none;
    color: inherit;
}

a:hover {
    box-shadow: inset 0 -0.18em 0 0 #fff, inset 0 -.2em 0 0 currentColor;
    text-decoration: none;
    text-shadow: .05em 0 #fff,
        -0.05em 0 #fff,
        1.5px 0 #fff,
        -1.5px 0 #fff;
}

.lang {
    position: absolute;
    top: 1em;
    right: 1em;
    font-size: 0.8em;
}

.lang ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.lang li {
    display: inline-block;
    position: relative;
}

.lang .lang-active::after {
    content: '';
    display: block;
    border-bottom: 1px solid #dedede;
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
}

.lang a {
    display: inline-block;
    color: inherit;
    text-decoration: none;
    margin: .5em;
}

.lang-icon {
    width: 24px;
    height: 24px;
    background-size: 24px 24px;
    display: inline-block;
    background-repeat: no-repeat;
    /*overflow: hidden;*/
    margin: .5em .3em;
}

.lang-icon a {
    margin: 0;
    display: block;
    width: 24px;
    height: 24px;
    overflow: hidden;
    text-indent: 150%;
}

.lang-icon a:hover {
    text-decoration: none;
    box-shadow: none;
}

.lang-icon-en { background-image: url('../img/icon-usa.png'); }
/*.lang-icon-uk { background-image: url('../img/icon-uk.png'); }*/
.lang-icon-de { background-image: url('../img/icon-de.png'); }
.lang-icon-slo { background-image: url('../img/icon-slo.png'); }
.lang-icon-hu { background-image: url('../img/icon-hu.png'); }
.lang-icon-cro { background-image: url('../img/icon-cro.png'); }

.logo-container {
    position: relative;
    margin-left: -2em;
    margin-right: -2em;
}

.logo-container::before {
    content: "";
    background-color: #eab649;
    position: absolute;
    top: -50px;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.site-header {
    margin: 2em 2em 3.25em;
    text-align: center;
}

.site-title {
    margin: 0 0 .3em;
    font-size: 2.5em;
    font-weight: bold;
    color: #3c3c3c;
}

.site-title a {
    color: inherit;
    text-decoration: none;
    box-shadow: none;
}

.hero {
    width: 100%;
    max-width: 1260px;
    margin: 0 auto;
    padding: 0 1em;
    display: table;
    box-sizing: border-box;
}

@media (max-height: 800px) {
    .site-header { font-size: .9em; }
    .hero { max-width: 960px; }
    .hero-figure { margin: 0 1.5em; }
}


.hero-item {
    display: table-cell;
    vertical-align: bottom;
}

.hero-figure {
    margin: 0 2em;
    position: relative;
    bottom: 0;
    transition: all .2s ease;
}

.hero-figure::before {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 1em;
}

.hero-figure::after {
    content: '';
    display: block;
    width: 70%;
    height: 0px;
    box-shadow: 0 0 60px 10px rgba(0,0,0,0.6);
    background: none;
    border-radius: 50%;
    margin: 0 auto;
    position: relative;
    top: -1em;
    z-index: 1;
    transition: all .2s ease;
}

.hero-figure:hover {
    bottom: 1em;
}

.hero-figure:hover::after {
    top: 0em;
    box-shadow: 0 0 80px 10px rgba(0,0,0,1);
}

.hero-figure:hover::before {
    height: 3em;
}

.hero-figure img {
    position: relative;
    z-index: 2;
    max-width: 100%;
    height: auto;
}

.tagline {
    margin: 3em 0 .7em;
    text-align: center;
    font-weight: 300;
    font-size: 2.25em;
    color: #3c3c3c;
}

.ribbon {
    margin: 7em 0 4em;
    width: 100%;
    background: #eab649;
    position: relative;
}

.ribbon-logo {
    position: absolute;
    left: 50%;
    top: -50px;
    transform: translateX(-50%);
}
.ribbon-content {
    margin: 0 auto;
    padding: 6em 4em 5em;
    max-width: 1200px;
    overflow: hidden;
}

.ribbon-item {
    margin: 0 2.5%;
    width: 30%;
    display: block;
    float: left;
    vertical-align: top;
    text-align: center;
}

.ribbon-item:first-child {
    margin-left: 0;
}

.ribbon-item:last-child {
    margin-right: 0;
}

.ribbon-title {
    text-transform: uppercase;
    font-size: 1.2em;
    margin: 1.3em 0 .7em 0;
}

.ribbon-description {
    margin: 0 1.2em;
    font-size: 1em;
    line-height: 1.7em;
    font-weight: 300;
    color: #3c3c3c;
}

.icon {
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: bottom center;
}

.icon-grapes {
    width: 84px;
    height: 80px;
    background-image: url('../img/icon-grapes.png');
    background-size: 84px 80px;
}

.icon-heart {
    width: 95px;
    height: 80px;
    background-image: url('../img/icon-heart.png');
    background-size: 83px 70px;
}

.icon-leaf {
    width: 74px;
    height: 80px;
    background-image: url('../img/icon-leaf.png');
    background-size: 74px 80px;
}

.products {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.products-title,
.footer-title {
    margin: 0 auto;
    padding: 0;
    font-size: 2.25em;
    font-weight: 300;
    text-transform: uppercase;
    text-align: center;
}

.products-title {
    margin: -2em auto 0;
    padding: 2em 0 0;
}

.products-title:first-child {
    margin: 2em auto;
    padding: 2em 0 0;
}

.products-title::after,
.footer-title::after {
    content: '';
    margin: .4em auto;
    width: 253px;
    height: 33px;
    display: block;
    background-image: url('../img/decoration.png');
    background-repeat: no-repeat;
    background-size: 253px 33px;
    border: none;
}

.product {
    margin: 0 0 6em;
    width: 50%;
    float: left;
    overflow: hidden;
    display: table;
    text-align: right;
}

.product--alt {
    text-align: left;
}

.product-figure {
    width: 160px;
    min-height: 430px;
    float: right;
}

.product-figure--short {
    min-height: 350px;
}

.product-image--aronija {
    position: relative;
    top: 3em;
}

.product-image--narrow {
    margin: 0 1.5em;
}

.product--alt .product-figure {
    float: left;
}

.product-title {
    margin: 1.5em 0 0;
    color: #3c3c3c;
    font-size: 2.5em;
    font-weight: 300;
    text-transform: lowercase;
}

.product-title--olje {
    margin-top: 2.5em;
}

.product p {
    margin: 1em;
    font-size: 1.1em;
    font-weight: 300;
    color: #777;
    line-height: 1.5em;
}

.site-footer {
    background: #fafafa;
}

.contact {
    padding: 8em 0;
    text-align: center;
    font-weight: 300;
    line-height: 1.8em;
    font-size: 1.1em;
}

.contact-logo {
    margin: 1.5em 0 .3em;
}

.contact-title {
    margin: 0 0 .2em;
    font-size: 1.5em;
    font-weight: normal;
}

.contact .contact-title + p {
    margin-top: 0;
}

.contact p {
    margin: 2em 0;
}

.contact a {
    color: inherit;
    text-decoration: none;
}


/* ==========================================================================
   Media Queries
   ========================================================================== */

@media (max-width: 1200px) {
    .logo, .ribbon-logo, .contact-logo { width: 90px; }
    .site-header { font-size: .9em; }
    .ribbon-item { font-size: .9em; }

    .product-figure {
        margin: 1em 10px 1em 40px;
        width: 120px;
    }
    .product--alt .product-figure { margin: 1em 40px 1em 10px; }
    .product-figure img { width: 90%; height: auto; }
    .product-figure .product-image--narrow { width: 70%; }
    .product-content { font-size: .9em; }

    .product {
        padding-left: 2em;
        box-sizing: border-box;
    }

    .product--alt {
        padding-left: 0;
        padding-right: 2em;
    }
    .product-title { font-size: 2em; }
}

@media (max-width: 1100px) {
    .hero-figure { margin: 0 1.5em; }
}

@media (max-width: 1000px) {
    .ribbon-item,
    .ribbon-item:first-child,
    .ribbon-item:last-child {
        float: none;
        margin: 0 auto 3em;
        width: auto;
        max-width: 400px;
    }

    .ribbon-item:last-child { margin-bottom: 0; }
}

@media (max-width: 960px) {
    .product,
    .product--alt {
        margin: 0 auto 4em;
        padding: 0 2em;
        width: 100%;
        max-width: 600px;
        float: none;
        text-align: left;
        display: table;
    }

    .product-content {
        display: table-cell;
        vertical-align: top;
        padding-left: 1.5em;
    }

    .product--alt .product-figure,
    .product-figure {
        margin: 1em;
        float: none;
        min-height: auto;
        display: table-cell;
        vertical-align: top;
        width: 100px;
    }

    .product-figure img {
        width: 80%;
    }

    .product-image--aronija {
        top: 2em;
    }

    .product-figure .product-image--narrow {
        width: 50%;
    }

    .product p {
        margin: 1em 0;
    }

    .product-title {
        margin: 0;
    }

    .products-title {
        margin: 0 auto 2em auto;
        padding: 2em 0 0;
    }
}

@media (max-width: 900px) {
    .hero-figure { margin: 0 1.3em; }
    .tagline { font-size: 2em; }
}

@media (max-width: 800px) {
    .hero-figure { margin: 0 1em; }
}

@media (max-width: 700px) {
    .hero { padding: 0 2em 2em; }
    .hero-figure { margin: 0 .5em; }
    .ribbon { margin: 5em 0 4em; }
}

@media (max-width: 600px) {
    .logo, .ribbon-logo, .contact-logo { width: 70px; }
    .site-header { font-size: .8em; }
    .lang { position: static; }
    .lang-icon { margin: .5em 1em; }
    .tagline { font-size: 1.8em; }
    .ribbon-content { padding: 5em 2em 4.5em; }

    .product-figure,
    .product--alt .product-figure {
        margin: 1em;
    }
}

@media (max-width: 500px) {
    body { font-size: .9em; }
    .hero { padding: 0 1em 2em; }
    .hero-figure { margin: 0 .3em; }
    .tagline { font-size: 1.5em; }
}

@media only screen and (max-width: 450px) {
    body { font-size: .8em; }
}

@media only screen and (max-width: 420px) {
    .product--alt .product-figure,
    .product-figure {
        width: 80px;
    }
}

/*@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
}*/

/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

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

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}</pre></body></html>