<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.justified-gallery.static-show .caption {
    display: block !important;
    opacity: .7 !important;
    filter: alpha(opacity=70) !important
}

.justified-gallery.static-show .hor-caption {
    display: block !important;
    opacity: 1 !important
}

.justified-gallery.hover-full-show .caption {
    top: 0;
    text-align: center
}

.gallery-summery-wrap td img {
    width: 100%
}

.gallery-list li {
    float: left;
    box-sizing: border-box;
    position: relative
}

.gallery-list li a {
    display: block
}

.gallery-list li img {
    display: block;
    margin: auto;
    width: 100%;
    height: auto;
    max-width: 100%
}

@media(max-width:449px) and (min-width:1px) {
    .gallery-list li img {
        width: 100%
    }
}

.gallery320 li,
.gallery480 .gallery-col1 li,
.gallery768 .gallery-col1 li,
.gallery990 .gallery-col1 li {
    width: 100%
}

.gallery480 .gallery-col2 li,
.gallery480 .gallery-col3 li,
.gallery480 .gallery-col4 li,
.gallery768 .gallery-col2 li,
.gallery990 .gallery-col2 li {
    width: 50%
}

.gallery768 .gallery-col3 li,
.gallery768 .gallery-col4 li,
.gallery990 .gallery-col3 li {
    width: 33.3%
}

.gallery990 .gallery-col4 li,
.gallery1200 .gallery-col4 li {
    width: 25%
}

.gallery-list .gallery-picbox a {
    position: relative;
    display: block
}

.gallery-fix1 li {
    width: 100%
}

.gallery-fix2 li {
    width: 50%
}

.gallery-fix2&gt;li:nth-child(2n+1) {
    clear: both
}

.gallery-fix3 li {
    width: 33.3%
}

.gallery-fix3&gt;li:nth-child(3n+1) {
    clear: both
}

.gallery-fix4 li {
    width: 25%
}

.gallery-fix4&gt;li:nth-child(4n+1) {
    clear: both
}

.gallery-fix5 li {
    width: 20%
}

.gallery-fix5&gt;li:nth-child(5n+1) {
    clear: both
}

.gallery-fix5 li img,
.gallery-fix1 li img,
.gallery-fix2 li img,
.gallery-fix3 li img,
.gallery-fix4 li img {
    width: 100%
}

.gallery-summery-wrap .gallery-picbox {
    position: relative;
    overflow: hidden
}

.gallery-summery-wrap .gallery-summery {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    color: #fff;
    background-color: #000;
    opacity: .8;
    filter: alpha(opacity=80);
    cursor: pointer;
    transition: all 1s
}

.gallery-summery-wrap .gallery-summery a {
    color: #fff;
    height: 100%;
    width: 100%;
    display: table
}

.gallery-summery-wrap .gallery-summery a:hover {
    color: #fff;
    text-decoration: none
}

.gallery-summery-wrap .gallery-summery a div {
    display: table-cell;
    vertical-align: middle
}

.gallery-summery-wrap .gallery-inner {
    padding: 20px;
    display: block;
    margin: 0 5px
}

.gallery-summery-wrap[roles="hover-show"] .gallery-summery {
    bottom: -100%;
    -moz-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.gallery-summery-wrap[roles="hover-show"]:hover .gallery-summery {
    bottom: 0
}

.gallery-summery-wrap[roles="hover-full-show"] .gallery-summery {
    height: 0
}

.gallery-summery-wrap[roles="hover-full-show"] .gallery-fullsummery {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    background-color: #000;
    filter: alpha(opacity=50);
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.5);
    overflow: hidden
}

.gallery-summery-wrap[roles="hover-full-show"] .gallery-table {
    display: table;
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-align: center
}

.gallery-summery-wrap[roles="hover-full-show"] .summery-cell {
    display: table-cell;
    padding: 0 10px;
    vertical-align: middle
}

.gallery-summery-wrap[roles="hover-full-show"] .summery-cont {
    line-height: 1.7
}

.gallery-summery-wrap[roles="hover-full-show"] .gallery-fullsummery {
    top: -100%;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease
}

.gallery-summery-wrap[roles="hover-full-show"]:hover .gallery-summery {
    height: 100%
}

.gallery-summery-wrap[roles="hover-full-show"]:hover .gallery-fullsummery {
    top: 0
}

.gallery-summery-wrap.up[roles="hover-full-show"] .gallery-fullsummery {
    top: auto;
    bottom: -100%
}

.gallery-summery-wrap.up[roles="hover-full-show"]:hover .gallery-fullsummery {
    top: auto;
    bottom: 0
}

.gallery-summery-wrap.left[roles="hover-full-show"] .gallery-fullsummery {
    top: 0;
    left: auto;
    right: -100%
}

.gallery-summery-wrap.left[roles="hover-full-show"]:hover .gallery-fullsummery {
    right: 0
}

.gallery-summery-wrap.right[roles="hover-full-show"] .gallery-fullsummery {
    top: 0;
    left: -100%
}

.gallery-summery-wrap.right[roles="hover-full-show"]:hover .gallery-fullsummery {
    left: 0
}

.gallery-summery-wrap.outer[roles="hover-full-show"] .gallery-fullsummery {
    top: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0)
}

.gallery-summery-wrap.outer[roles="hover-full-show"]:hover .gallery-fullsummery {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.gallery-summery-wrap.fadeOut[roles="hover-full-show"] .gallery-fullsummery {
    top: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition-duration: .6s;
    -moz-transition-duration: .6s;
    -ms-transition-duration: .6s;
    transition-duration: .6s
}

.gallery-summery-wrap.fadeOut[roles="hover-full-show"]:hover .gallery-fullsummery {
    opacity: 1;
    filter: alpha(opacity=100)
}

.blocksit-blocks {
    position: relative
}

.blocksit-blocks .grid {
    width: 200px;
    min-height: 100px;
    float: left;
    overflow: hidden
}

.blocksit-blocks .grid .imgholder img {
    width: 100%;
    height: auto;
    display: block
}

.blocksit-blocks .grid p.grid-summery {
    padding: 8px
}

.blocksit-blocks-loding {
    margin-top: 20px
}

.blocksit-blocks-loding a {
    display: inline-block;
    border: 1px solid #ddd;
    padding: 12px 40px 8px;
    background: #f8f8f8;
    text-decoration: none;
    font-size: 16px;
    color: #333;
    border-radius: 8px
}

.blocksit-blocks-loding a:hover {
    background-color: #f1f1f1
}

.sitewidget-gallery .summery-button-wrap.summery-button-center {
    text-align: center
}

.sitewidget-gallery .summery-button-wrap.summery-button-left {
    text-align: left
}

.sitewidget-gallery .summery-button-wrap.summery-button-right {
    text-align: right
}

.sitewidget-gallery .summery-cont-button {
    display: inline-block;
    cursor: pointer;
    padding: 0 20px
}

.oneSizeGalleryWrap #cboxCurrent {
    opacity: 0;
    visibility: hidden
}

.oneSizeGalleryWrap #cboxTitle {
    left: 58px;
    right: 30px;
    width: auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.gallery-fadeInBox .gallery-item {
    opacity: 0
}

.gallery-fadeInBox .gallery-item.active {
    -webkit-animation-name: zoomInSmall;
    -moz-animation-name: zoomInSmall;
    -ms-animation-name: zoomInSmall;
    animation-name: zoomInSmall;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    -ms-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.gallery-item.delay-1 {
    -webkit-animation-delay: .1s;
    -moz-animation-delay: .1s;
    -ms-animation-delay: .1s;
    animation-delay: .1s
}

.gallery-item.delay-2 {
    -webkit-animation-delay: .2s;
    -moz-animation-delay: .2s;
    -ms-animation-delay: .2s;
    animation-delay: .2s
}

.gallery-item.delay-3 {
    -webkit-animation-delay: .3s;
    -moz-animation-delay: .3s;
    -ms-animation-delay: .3s;
    animation-delay: .3s
}

.gallery-item.delay-4 {
    -webkit-animation-delay: .4s;
    -moz-animation-delay: .4s;
    -ms-animation-delay: .4s;
    animation-delay: .4s
}

.gallery-item.delay-5 {
    -webkit-animation-delay: .5s;
    -moz-animation-delay: .5s;
    -ms-animation-delay: .5s;
    animation-delay: .5s
}

.gallery-item.delay-6 {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    -ms-animation-delay: .6s;
    animation-delay: .6s
}

.gallery-item.delay-7 {
    -webkit-animation-delay: .7s;
    -moz-animation-delay: .7s;
    -ms-animation-delay: .7s;
    animation-delay: .7s
}

.gallery-item.delay-8 {
    -webkit-animation-delay: .8s;
    -moz-animation-delay: .8s;
    -ms-animation-delay: .8s;
    animation-delay: .8s
}

.gallery-item.delay-9 {
    -webkit-animation-delay: .9s;
    -moz-animation-delay: .9s;
    -ms-animation-delay: .9s;
    animation-delay: .9s
}

.gallery-item.delay-10 {
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -ms-animation-delay: 1s;
    animation-delay: 1s
}

.gallery-item.delay-11 {
    -webkit-animation-delay: 1.1s;
    -moz-animation-delay: 1.1s;
    -ms-animation-delay: 1.1s;
    animation-delay: 1.1s
}

.gallery-item.delay-12 {
    -webkit-animation-delay: 1.2s;
    -moz-animation-delay: 1.2s;
    -ms-animation-delay: 1.2s;
    animation-delay: 1.2s
}

.gallery-item.delay-13 {
    -webkit-animation-delay: 1.3s;
    -moz-animation-delay: 1.3s;
    -ms-animation-delay: 1.3s;
    animation-delay: 1.3s
}

.gallery-item.delay-14 {
    -webkit-animation-delay: 1.4s;
    -moz-animation-delay: 1.4s;
    -ms-animation-delay: 1.4s;
    animation-delay: 1.4s
}

.gallery-item.delay-15 {
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
    -ms-animation-delay: 1.5s;
    animation-delay: 1.5s
}

.gallery-item.delay-16 {
    -webkit-animation-delay: 1.6s;
    -moz-animation-delay: 1.6s;
    -ms-animation-delay: 1.6s;
    animation-delay: 1.6s
}

.gallery-item.delay-17 {
    -webkit-animation-delay: 1.7s;
    -moz-animation-delay: 1.7s;
    -ms-animation-delay: 1.7s;
    animation-delay: 1.7s
}

.gallery-item.delay-18 {
    -webkit-animation-delay: 1.8s;
    -moz-animation-delay: 1.8s;
    -ms-animation-delay: 1.8s;
    animation-delay: 1.8s
}

.gallery-item.delay-19 {
    -webkit-animation-delay: 1.9s;
    -moz-animation-delay: 1.9s;
    -ms-animation-delay: 1.9s;
    animation-delay: 1.9s
}

.gallery-item.delay-20 {
    -webkit-animation-delay: 2s;
    -moz-animation-delay: 2s;
    -ms-animation-delay: 2s;
    animation-delay: 2s
}

@-webkit-keyframes zoomInSmall {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.6);
        -moz-transform: scale(0.6);
        -ms-transform: scale(0.6);
        transform: scale(0.6)
    }
    70% {
        -webkit-transform: scale(1.02);
        -moz-transform: scale(1.02);
        -ms-transform: scale(1.02);
        transform: scale(1.02)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes zoomInSmall {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.6);
        -moz-transform: scale(0.6);
        -ms-transform: scale(0.6);
        transform: scale(0.6)
    }
    70% {
        -webkit-transform: scale(1.02);
        -moz-transform: scale(1.02);
        -ms-transform: scale(1.02);
        transform: scale(1.02)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}</pre></body></html>