<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* -- kyra -- */
section.section-bg-light,
section.section-bg {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

section.section-bg-light {
    background: #eaeaea;
}

section.section-bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

section.section-bg-light &gt; .row,
section.section-bg &gt; .row {
    margin: auto;
    width: 100%;
}

footer .section-bg-light {
    color:#6f6f6f;
}

footer .section-bg-light h2, 
footer .section-bg-light h3,
footer .section-bg-light h4,
footer .section-bg-light h5 {
    color:#191919
}

/* responsive */
@media (min-width: 768px) {
    section.section-bg-light &gt; .row,
    section.section-bg &gt; .row {
        width: 750px;
    }
}
@media (min-width: 992px) {
    section.section-bg-light &gt; .row,
    section.section-bg &gt; .row {
        width: 970px;
    }
}
@media (min-width: 1200px) {
    section.section-bg-light &gt; .row,
    section.section-bg &gt; .row {
        width: 1170px;
    }
}
@media (min-width: 1500px) {
    section.section-bg-light &gt; .row,
    section.section-bg &gt; .row {
        width: 1420px;
    }
}

aside + main section.section-bg-light,
aside + main section.section-bg {
    width: 100%;
    left: auto;
    right: auto;
    margin-left: auto;
    margin-right: auto;
}

aside + main section.section-bg-light &gt; .row,
aside + main section.section-bg &gt; .row {
    width:100%
}

/*section dynamic - section-bg*/

.section-bg #list-rubrics li .media-body,
.section-bg  #list-downloads li .inside,
.section-bg .item-photogallery .thumbnail, 
.section-bg .item-eshop-category .thumbnail {
  background-color:#fff;
}

section.section-3-col-bottom-text.cell-borders .section-cell-item,
section.section-3-col-top-text.cell-borders .section-cell-item {
    background-color:#fff;
    border: 1px solid #eaeaea;
    border-radius: 0px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.05);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}</pre></body></html>