<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#slide {
    height: 529px;
    overflow: hidden;
    position: relative;
    padding-top: 18px;
    width: 100%;
    z-index: 2;
    margin-bottom: 18px;
}

.slider {
    height: 529px;
    left: 50%;
    margin: 0 auto 0 -701px;
    position: absolute;
    /*width:1400px;*/
    z-index: 2;
}

.items {
    display: none;
}

.pagination {
    bottom: 53px;
    display: inline-block;
    height: 9px;
    left: 706px;
    position: absolute;
    z-index: 60;
}

.pagination li {
    float: left;
    padding: 0 9px 0 0;
    font-size: 0;
    line-height: 0;
    margin: 0;
}

.pagination a {
    display: block;
    width: 9px;
    height: 9px;
    background: url('../grafika/pagin-a.png') left 0px no-repeat;
    font-size: 0;
    line-height: 0;
    text-decoration: none;
}

.pagination li.current a, .pagination a:hover {
    background-position: 0 -66px;
}

.prev {
    display: block;
    width: 25px;
    height: 22px;
    position: absolute;
    z-index: 15;
    bottom: 2px;
    right: 9px;
}

.next {
    display: block;
    width: 25px;
    height: 22px;
    position: absolute;
    z-index: 15;
    bottom: 2px;
    right: 9px;
}

.prev:hover, .next:hover {
    background-position: 0 -70px;
}

.play {
    display: block;
    width: 45px;
    height: 22px;
    background: url(../grafika/pagination-bg.gif) left top repeat-x;
    position: absolute;
    z-index: 15;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    top: 552px;
    left: 823px;
    padding: 2px 0 0 0;
    text-align: center;
    color: #fff;
    text-decoration: none;
}

.play span {
    display: none;
}

.play em {
    font-style: normal;
    display: block;
}

.paused span {
    display: block;
}

.paused em {
    display: none;
}

.banner {
    background-image: url('../grafika/slider_bg.png');
    padding: 20px;
    color: #5a8126;
    left: 702px;
    overflow: hidden;
    position: absolute;
    top: 85px;
    width: 475px;
    z-index: 15;
    /* rogi */
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.banner p {
    font-size: 14px;
    font-weight: bold;
    line-height: 22px;
    padding-bottom: 27px;
    padding-left: 4px;
    padding: 0 0 27px 4px;
    color: #000000;
}

.banner span {
    font-size: 36px;
    line-height: 38px;
    color: #4f4f4f;
    text-transform: uppercase;
    display: block;
    margin-bottom: 15px;
}

.banner strong {
    display: block;
    margin-bottom: 2px;
    color: #393939;
    font-size: 52px;
    line-height: 77px;
    text-transform: uppercase;
}

.progbar {
    background: #000;
    width: 100%;
    height: 2px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 999;
}

.numStatus {
    display: block;
    width: 45px;
    height: 22px;
    background: url(../grafika/pagination-bg.gif) left top repeat-x;
    position: absolute;
    z-index: 15;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    top: 551px;
    left: 583px;
    padding: 2px 0 0 0;
    text-align: center;
    color: #fff;
    text-decoration: none;
}

.col-1 {
    float: left;
    width: 400px;
    padding-right: 50px
}

* + html .min {
    min-height: 45px;
}

.col-2 {
    float: left;
    width: 400px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .banner {
        left: 625px;
    }
}</pre></body></html>