<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*html,
body {
    height: 100%;
}*/

.article-wrap {
    width: 60%;
    margin: auto;
}

.page.article {
    margin: 25px 0;
}

.article__image {
    display: inline-block;
    float: left;
}

.article__title {
    display: inline-block;
    font-family: Cormorant, serif;
    font-size: 27px;
    font-weight: 500;
    color: #CA010E;
    line-height: 1.05;
    text-transform: uppercase;
}

.article__button {
    font-size: 19px;
}

.article__preview {
    padding-top: 10px;
    font-size: 19px;
}

.article-right {
    float: left;
    padding-left: 30px;
    width: 500px;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap &gt; .container {
    padding: 70px 15px 20px;
}

.navbar table td {
    vertical-align: top;
}

.navbar table a {
    display: inline-block;
    vertical-align: top;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

.font-bold {
    font-weight: bold;
}

.font-italic {
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

div.recipe-widget {
    height: 700px;
    overflow: hidden;
}

div.recipe-widget-in {
    overflow: visible !important;
}

div.recipe-widget div.image {
    height: 100%;
    background-position: center;
    background-size: cover;
}

div.recipe-widget div.text {
    height: 100%;
    background-color: #fff;
}

div.recipe-widget div.text h1 {
    text-align: center;
    text-transform: uppercase;
    margin-top: 100px;
}

div.recipe-widget div.text p.info {
    text-align: center;
    line-height: 50px;
    font-size: 18px;
    margin-top: 65px;
}

div.recipe-widget div.text p.info span.cat {
    color: #cf1c1c;
    font-style: italic;
}

div.recipe-widget div.text p.info span.num {
    font-family: "Oswald", Impact, "Franklin Gothic Bold", sans-serif;
}

div.recipe-widget div.text p.info span.sep {
    padding-right: 25px;
    margin-right: 25px;
    border-right: 1px solid lightgray;
}

div.recipe-widget div.text table.ingr {
    width: 90%;
    border-top: 1px solid lightgray;
    border-bottom: 1px solid lightgray;
    line-height: 38px;
    margin-top: 65px;
    margin-left: 5%;
    margin-bottom: 100px;
}

div.recipe-widget-in div.text table.ingr {
    width: 100% !important;
    margin-left: 0 !important;

}

div.recipe-widget div.text table.ingr span.num {
    font-family: 'Georgia', Times, serif;
}

div.recipe-widget div.text table.ingr td.f {
    font-style: italic;
}

div.recipe-widget div.text table.ingr td.s {
    text-align: right;
}

div.recipe-widget div.text table.steps {

}

div.recipe-widget-in table {
    font-size: 18px !important;
}

div.recipe-widget-in .steps {
    font-size: 21px !important;
}

div.recipe-widget-in .steps p {
    margin-top: 48px;
    text-indent: 20px;
}

div.recipe-widget-in .steps .comment {
    color: #cf1c1c;
}

p &gt; span.comment1::first-letter {
    font-size: 100px !important;
}

.font-oswald {
    font-family: "Oswald", Impact, "Franklin Gothic Bold", sans-serif;
}

.text-color-red {
    color: #cf1c1c;
}

.tabs {
    margin: 0 0 20px;
    padding: 0 0 0 15px;
}

.tabs li {
    list-style: none;
    display: inline-block;
    vertical-align: top;
}

/*
    cabinet-list
*/

html.cabinet-list,
.cabinet-list body {
    width: 100%;
    height: 100%;
    margin: 0;
}

.cabinet-list .wrap {
    margin: 0;
    padding: 0;
    height: 100%;
}

.article-view .wrap {
    margin: 0;
}

.cabinet-list .page {
    background-color: #fff;
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, .3);
}

.cabinet-list .page::after {
    display: block;
    content: "";
    clear: both;
}

/* before .recipe.active */
.page .recipe__image,
.page .recipe__image img {
    position: absolute;
    left: 0;
    bottom: 0;
}

.page.active {
    position: relative;
    z-index: 3;
}

.page--pusher {
    display: none;
}

.page .recipe__image img {
    width: 100%;
    height: auto;
}

.recipes {
    position: relative;
    background-color: #fff;
}

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

.recipes:after {
    clear: both;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: 0;
    z-index: 2;
    display: none;
}

.preloader {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #fff;
    z-index: 999;
}

.preloader img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -60px;
    margin-left: -60px;
}

.recipe__image {
    width: 42%;
    height: 100%;
    float: left;
}

.recipe__content {
    position: relative;
    float: right;
    width: 50%;
    /*height: 100%;*/
    padding: 100px 120px 100px 0;
}

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

.clearfix:after {
    clear: both;
}

.checkbox [name="oferta"] {
    position: relative !important;
    float: left;
    width: 13px;
    margin: 8px 8px 0 0 !important;
}

@media (min-width: 992px) {
    .page.recipe {
        width: 100%;
        min-height: 100vh;
    }

    .page.active.page--scrolling .recipe__image {
        position: absolute;
        position: sticky;
    }

    .page.active + .page {
        z-index: 1;
    }

    .page.active + .page {
        position: fixed;
        top: 0;
        left: 0;
    }

    .page.active .recipe__image,
    .page.active + .page .recipe__image {
        position: fixed;
        top: 0;
        left: 0;
        min-height: 100vh;
    }

    .page--pusher {
        display: block;
    }

    .overlay {
        display: block;
    }

    .page .recipe__image img {
        height: 100vh;
        object-fit: cover;
        font-family: 'object-fit: cover;';
    }

}

@media (max-width: 1199px) {
    .recipe__image {
        width: 33%;
    }

    .recipe__content {
        width: 58%;
    }
}

@media (min-width: 992px) {
    .page .recipe__image.rec_media {
        position: fixed;
    }
}

@media (max-width: 1233px) {
    .article-right {
        padding: 20px 0 0 0;
    }
}

@media (max-width: 991px) {
    .recipes {
        height: auto;
        padding-top: 42px;
    }

    .recipe__image,
    .recipe__content {
        float: none;
        width: 100%;
        height: auto;
    }

    .recipe__content {
        padding: 100px 85px;
    }

    .page.active .recipe__image,
    .page.active .recipe__image img,
    .page .recipe__image,
    .page .recipe__image img,
    .page.active + .page {
        position: relative;
    }
}

@media (max-width: 767px) {
    .recipe__content h1 {
        font-size: 34px;
    }

    .recipe__content {
        padding: 55px 25px;
    }

    .article-right {
        width: 350px;
    }
}



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