<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#photonews-content {
   font: 19px Tahoma, Verdana, Arial, Helvetica, sans-serif;
   font-weight: normal;

}
#photonews-content h3 {
    background-color: transparent;
    background-image: none;
    padding: 0;

}

.photonews-top-container {
    border-radius: 8px;
    background-color: #000;
    width: 1716px;
    height: 455px;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}
.photonews-slider-container {
    width: 853px;
    height: 455px;
    position: relative;
    margin: 0 auto;
}
.photonews-slider-item-container  {
    height: 455px;
    position: absolute;
    left: -819px;
}
.photonews-item-slider {
    width: 213px;
    height: 459px;
    float: left;
    position: relative;
    transition: all 0.9s;
    padding: 0;
}
.photonews-item-slider a {
    text-decoration: none;
    position: relative;
}
.photonews-item-big {
    width: 427px;
}
.photonews-item-big .photonews-item-slider-img-big{
    //width: 424px;
   // height: 302px;
}
.photonews-item-big .first{
    margin-right: -1px;
}
.photonews-item-slider a.photonews-item-slider-img {
    display: inline-block;
    margin-bottom: 4px;
}
.photonews-item-slider a.photonews-item-slider-img-big {
    display: inline-block;
    margin-bottom: 4px;
}
.photonews-item-slider a.photonews-item-slider-img-big img {
   vertical-align: middle;
   width: 423px;
   height: 302px;
}
.photonews-item-slider a.photonews-item-slider-img img {
   vertical-align: middle;
   width: 209px;
}

.photonews-item-slider-text {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    color: #fff;
    padding: 10px;
    font-size: 15px;
    font-weight: bold;
}
.photonews-item-slider-title {
    line-height: 18px;
}
.photonews-item-slider-date {
    position: absolute;
    color: #FFF;
    font-size: 11px;
    font-weight: bold;
    left: 10px;
    bottom: 10px;
    z-index: 3;
}

.photonews-item-slider-info {
    font-size: 11px;
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 3;
}

.photonews-item-slider-photocount {
    padding: 0 0 0 20px;
    background-image: url('/i/img/photonews/icon_photos.png');
    background-repeat: no-repeat;
}


#photonews-content .photonews-item-slider a.photonews-item-slider-img-big .photonews-item-slider-title {
    font-size: 24px;
    line-height: 27px;
    font-weight: normal;
}

.photonews-item-slider a.photonews-item-slider-img-big .photonews-item-slider-date {
    font-size: 15px;
    left: 12px;
    bottom: 24px;
}

.photonews-item-slider a.photonews-item-slider-img-big .photonews-item-slider-info {
    font-size: 15px;
    right: 24px;
    bottom: 24px;
}


.photonews-item-slider a i {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000000;
    opacity: 0.6;
    filter: alpha(opcaity=0.8);
    transition: opacity 0.25s ease-in;
    -webkit-transition: opacity 0.25s ease-in;
    -moz-transition: opacity 0.25s ease-in;
    -o-transition: opacity 0.25s ease-in;
    -ms-transition: opacity 0.25s ease-in;
}
.photonews-item-slider a:hover i {
    display: block;

}
.photonews-item-slider a:hover .photonews-item-slider-text{
    display: block;
}
.photonews-right-btn {
    position: absolute;
    right: 0;
    z-index: 3;
    width: 30px;
    background: #000 url(/i/img/photonews/arrow_r.png) no-repeat;
    background-position: 2px 50%;
    height: 455px;
    opacity: 0.6;
    cursor: pointer;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.photonews-right-btn:hover {
    transition: all 0.9s;
    background: #E20000 url(/i/img/photonews/arrow_r.png) no-repeat;
    background-position: 2px 50%;
    opacity: 1;

}
.photonews-left-btn {
    position: absolute;
    left: 0px;
    z-index: 3;
    width: 30px;
    background: #000 url(/i/img/photonews/arrow-92-24.png) no-repeat;
    background-position: 3px 50%;
    height: 455px;
    opacity: 0.5;
    cursor: pointer;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}
.photonews-left-btn:hover {
    transition: all 0.9s;
    background: #E20000 url(/i/img/photonews/arrow-92-24.png) no-repeat;
    background-position: 3px 50%;
    opacity: 1;

}

#photonews-content .h2_title {
    color: #212121;
    text-align: center;
    padding: 0px;
    padding-top: 6px;

}
.photonews-item-red {
    background-color: #f30000;
    width: 423px;
    height: 52px;
    left: 0px;
    position: absolute;
    opacity: 0.8;
    overflow: hidden;
    bottom: 0px;
}
//All photonews
.photonews-all-cont {
    overflow: hidden;
    border: 1px solid #dedede;
    border-bottom: 0;
    border-radius: 8px;
    width: 100%;
    padding: 8px;

}

.photonews-all-item {
    display: inline-block;
    text-align: left;
    width: 200px;
    height: 240px;
    position: relative;
    margin-left: 3px;
    margin-right: 12px;
    margin-bottom: 5px;
    padding: 5px;
    border-radius: 8px;
    cursor: pointer;
    float:left;

}
#photonews-content h3.photonews-item-all-title {
     color:#000;
}
.photonews-item-all-title {
    line-height: 18px;

}
.photonews-item-all-date {
    position: absolute;
    color: #858f97;
    font-size: 11px;
    font-weight: bold;
    left: 6px;
    bottom: 10px;
    z-index: 3;
}

.photonews-item-all-info {
    font-size: 11px;
    position: absolute;
    bottom: 10px;
    right: 6px;
    z-index: 3;
}
.photonews-item-all-view {
    padding: 0 0 0 20px;
    background-image: url('/i/img/photonews/icon_eye.png');
    background-repeat: no-repeat;
    color: #858f97;
}

.photonews-all-item:hover {
    background-color: #E3E3E3;
}

 a.photonews-item-all-img:hover {
   text-decoration: none;
}
.slider-block {
    padding: 0;
    position: relative;
    display: block;
    float: left;
    width: 853px;
    height: 459px;

}
/*end*/
.string {
    width: 4000px;
    height: 24px;
    position: absolute;
    top: 28px;
    font-weight: normal;
    overflow: hidden;
}
#slideshow {
    cursor: pointer;
}
.slide-run {
     background-image: url('/i/img/photonews/play-16.png');
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    margin-top: 10px;
}

.slide-stop {
     background-image: url('/i/img/photonews/stop-16.png');
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    margin-top: 10px;
}

.hid {
    opacity: 0;
}

.vis {
    opacity: 1;
}

#loader {
    background:url(/i/img/ajax-loader.gif) no-repeat;
    width: 54px;
    height: 55px;
    margin: 0 auto;
    display: none;

}
.photonews-wrap-item {
    float: left;
}

#show-more {
    background: #E8E8E8;
    width: 20%;
    height: 10%;
    padding: 11px;
    border-radius: 6px;
    font-weight: bold;
    cursor: pointer;
    transition: 1s;
    display: none;
}
#show-more:hover {
    background: #F80000;
    color: #fff;
}

section.news-list article.item &gt; header h3 {
    min-height: 50px;
}
section.news-list article.item &gt; footer {
   background:none;
}

.photo_count {
    background: url(/i/img/photonews/icon_views.png) no-repeat 0 33%;
    font-size:13px;
    float:right;
    padding-left: 16px;
    display: inline-block;
    margin-left: 10px;
}
.photonews-page-extratitle {
   text-align:center;
}
.photo_icon {
    position: absolute;
    height: 32px;
    width: 32px;
    top: 235px;
    left: 22px;
    background: url('/i/img/icons/integrated webcam-32.png');
}

.notFound {
   text-align:center;
   margin:20px 0;
}

    .hid {
        opacity: 0;
    }
    .vis {
        opacity: 1;
    }
    .photonews-wrap-item {
        float: left;
    }
    div.photonews-top-container {
        padding-bottom: 0 !important;
    }
    div.photonews-top-container li {
        margin-left: 0;
    }
    h2 {
        font-size: 1.1em;
    }
    div.photonews-carousel li a.photonews-item-slider-img-big h3.photonews-item-slider-title {
        font-size: 1.4em;
        font-weight: normal;
        line-height: 1.3em;
    }
    div.photonews-carousel h3.photonews-item-slider-title {
        color: #fff;
        font-size: .8em;
        padding: 0;
    }
    div.photonews-carousel h3.photonews-item-slider-title p {
        color:#fff;
        text-align:left;
        line-height: 1.4;
    }
    .items_list_block_wrap .photonews-list-item {
        height: 400px;
    }
    .items_list_block_wrap .photonews-list-wrap {
        position: relative;
        height: 378px;
    }
    .photonews-list-date {
        position: absolute;
        bottom: 8px;
        left: 8px;
        color: #858f97;
        font-size: .8em;
    }
    .photonews-list-views {
        position: absolute;
        bottom: 8px;
        right: 8px;
        color: #858f97;
        padding: 0 0 0 20px;
        background-image: url('/i/img/photonews/icon_eye.png');
        background-repeat: no-repeat;
        background-position: 0 50%;
        font-size: .8em;
    }
    .minor-preview-container {
        position: relative;
    }
    .photo-icon {
        position: absolute;
        left: 0;
        bottom: 4px;
        background: #333 url('/i/img/icons/integrated webcam-32.png') no-repeat 50% 50%;
        height: 42px;
        width: 42px;
    }
    @media (max-width: 840px) {
        .photonews-page-carou {
            display: none;
        }
        .photonews-page-extratitle {
            display: none;
        }
    }
/*footer &gt; div:last-child {
    background:none;
}*/
</pre></body></html>