<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.gallery-sheet{
    width: 100% !important;
    display: block;
}
.gallery-sheet .gallery-sheet-row{
    width: 100% !important;
    display: block;
}
.gallery-sheet .gallery-sheet-row .gallery-sheet-item{
    display: block;
    float: left;
    position: relative;
    padding: 0 !important;
    margin: 0 3px 3px 0;
    top: 0 !important;
    box-shadow: 0 0 40px -9px #000 inset;
}
.gallery-sheet .gallery-sheet-row .gallery-sheet-item:nth-last-child(1){
    margin: 0 0 3px 0;
}
.gallery-sheet .gallery-sheet-row .gallery-sheet-item img{
    display: block;
}
.gallery-sheet .clear-line{
    position: relative !important;
    display: block;
    clear: both;
}

.hide{
    opacity: 0;
    -webkit-transition: 0.5s linear ;
    -moz-transition: 0.5s linear;
    -ms-transition: 0.5s linear;
    -o-transition: 0.5s linear;
    transition: 0.5s linear;
}
.hide-mouse{
    cursor: none;
}

.invert{
    -webkit-filter: invert(1);
    filter: invert(1);
}
#media{
    z-index: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000;
    color: white;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
#media .thumb{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
#media .thumb.preview{
    z-index: 0;
}
#media .thumb.audio{
}
#media .thumb.audio img {
    position: absolute;
    top: 30%;
    bottom: 30%;
    left: 0;
    right: 0;
    width: 100%;
    height: 40%;
}
#media .thumb.image .debug-info{
}
#media .thumb.audio .pelo-ghost,
#media .thumb.audio .pelo{
    position: absolute;
    top: 20%;
    bottom: 20%;

    width: 1px;
    z-index: 2;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fdb913+0,fdb913+100&amp;amp;0+0,1+15,1+85,0+100 */
    background: -moz-linear-gradient(top,  rgba(253,185,19,0) 0%, rgba(253,185,19,1) 15%, rgba(253,185,19,1) 85%, rgba(253,185,19,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(253,185,19,0)), color-stop(15%,rgba(253,185,19,1)), color-stop(85%,rgba(253,185,19,1)), color-stop(100%,rgba(253,185,19,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(253,185,19,0) 0%,rgba(253,185,19,1) 15%,rgba(253,185,19,1) 85%,rgba(253,185,19,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(253,185,19,0) 0%,rgba(253,185,19,1) 15%,rgba(253,185,19,1) 85%,rgba(253,185,19,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(253,185,19,0) 0%,rgba(253,185,19,1) 15%,rgba(253,185,19,1) 85%,rgba(253,185,19,0) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(253,185,19,0) 0%,rgba(253,185,19,1) 15%,rgba(253,185,19,1) 85%,rgba(253,185,19,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fdb913', endColorstr='#00fdb913',GradientType=0 ); /* IE6-9 */
/*    -webkit-transition: 0.1s linear ;
    -moz-transition: 0.1s linear;
    -ms-transition: 0.1s linear;
    -o-transition: 0.1s linear;
    transition: 0.1s linear;*/
}
#media .thumb.audio .pelo-ghost,
#media .thumb.audio .pelo.seeking{
/*    -webkit-transition: 0s;
    -moz-transition: 0s;
    -ms-transition: 0s;
    -o-transition: 0s;
    transition: 0s;*/
}
#media .thumb.audio .pelo-ghost{
    filter: gray; /* IE6-9 */
    filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
    -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ &amp; Opera 15+ */
    opacity: 0.5;
}
#media audio,
#media video,
#media .media-content{
    width: 100%;
    height: 100%;
    z-index: 5;
    position: relative;
}
#media video.splash{
    width: auto;
    height: auto;
    left: 50%;
    position: absolute;
    top: 50%;
    margin-top: -70px;
    margin-left: -50px;
}
#media .sub-line{
    position: absolute;
    bottom: 80px;
    left: 0;
    right: 0;
    text-align: center;
    color: #FFF;
    font-size: 3em;
    z-index: 10;
    text-shadow: 3px 0 0 #000, -3px 0 0 #000, 0 3px 0 #000, 0 -3px 0 #000, 2px 2px #000, -2px -2px 0 #000, 2px -2px 0 #000, -2px 2px 0 #000;
}
#media iframe,
#media object{
    width: 100%;
    height: 100%;
    background: #000;
}

.image-zoomer{
    overflow: hidden;
}
.image-zoomer,
.image-zoomer &gt; div{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}
.image-zoomer .image,
.image-zoomer .preview{
    position: absolute;
    display: block;
    background: url(../../../imgs/png_alpha.png);
}
.image-zoomer .draggable{
    cursor: move;
}
.image-zoomer .draggable.center-x{
    cursor: s-resize;
}
.image-zoomer .draggable.center-y{
    cursor: w-resize;
}
.image-zoomer .draggable.center-x.center-y,
.image-zoomer .draggable.fitted{
    cursor: default;
}
.image-zoomer .image,
.image-zoomer .preview{
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
.image-zoomer .dragging .image,
.image-zoomer .dragging .preview{
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}
.image-zoomer .debug-info{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
}
::cue {
    font-size:0;
    padding: 0;background: none;
}
.scene-item{
}
.scene-item .time{
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 5px 5px 2px;
    color: #dfdfdf;
    background: rgba(0,0,0,0.5);
    -webkit-border-radius: 5px 0 0 0;
    -moz-border-radius: 5px 0 0 0;
    border-radius: 5px 0 0 0;
}

.spinner {
    margin: 10px auto 0;
    width: 50px;
    height: 5px;
    text-align: center;
    font-size: 10px;
}

.spinner &gt; div {
    background-color: rgba(255,255,255,0.7);
    height: 100%;
    width: 6px;
    display: inline-block;

    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.spinner .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

.spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.spinner .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
    0%, 40%, 100% { -webkit-transform: scaleY(0) }
    20% { -webkit-transform: scaleY(5.0) }
}

@keyframes sk-stretchdelay {
    0%, 40%, 100% {
        transform: scaleY(0);
        -webkit-transform: scaleY(0);
    }  20% {
           transform: scaleY(5.0);
           -webkit-transform: scaleY(5.0);
       }
}</pre></body></html>