<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Galleria Classic Theme 2012-08-07 | https://raw.github.com/aino/galleria/master/LICENSE | (c) Aino */

#galleria-loader{height:1px!important}

#galleria{
    height: 310px;
    width: 440px;
}

.galleria-container {
    position: relative;
    /*overflow: hidden;*/
    background: #15180b;
}
.galleria-container img {
    -moz-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    box-shadow: 0 0 0 #000000;
}
.galleria-stage {
    position: absolute;
    /*
    top: 10px;
    bottom: 60px;
    left: 10px;
    right: 10px;
    */
    top: 0;
    bottom: 60px;
    left: 0;
    right: 0;
    overflow:hidden;
}
.galleria-thumbnails-container {
    height: 50px;
    bottom: 0;
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    padding-top: 10px;
    background: rgba(0, 0, 0, 0.8);
}

.galleria-thumbnails-container .gradientButton .gradientButtonBackground&gt;div {
    opacity: 0.8;
}

.galleria-thumbnails-container .gradientButton:hover .gradientButtonBackground&gt;div {
    opacity: 1;
}

.galleria-thumbnails-container .gradientButton:hover .gradientButtonBackground{
    background-image: linear-gradient(bottom, rgb(242,242,242) 19%, rgb(255,255,255) 80%);
    background-image: -o-linear-gradient(bottom, rgb(242,242,242) 19%, rgb(255,255,255) 80%);
    background-image: -moz-linear-gradient(bottom, rgb(242,242,242) 19%, rgb(255,255,255) 80%);
    background-image: -webkit-linear-gradient(bottom, rgb(242,242,242) 19%, rgb(255,255,255) 80%);
    background-image: -ms-linear-gradient(bottom, rgb(242,242,242) 19%, rgb(255,255,255) 80%);
    background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.19, rgb(242,242,242)),color-stop(0.8, rgb(255,255,255)));
}

.galleria-thumbnails-container .gradientButton:active .gradientButtonBackground{
    background: #f2f2f2; /* Old browsers */
    background: -moz-linear-gradient(top,  #f2f2f2 0%, #ffffff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f2f2), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f2f2f2 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f2f2f2 0%,#ffffff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f2f2f2 0%,#ffffff 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #f2f2f2 0%,#ffffff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.galleria-thumbnails-container .gradientButton:active .gradientButtonBackground .galleria-play{
    background-position: -977px 2px;
    background-position-y: 2px !important;
}

.galleria-thumbnails-container .gradientButton:active .gradientButtonBackground .galleria-play.playing{
    background-position: -896px 3px;
    background-position-y: 3px !important;
}

.galleria-thumbnails-list {
    margin-left: 70px;
    margin-right: 40px;
}
.galleria-carousel .galleria-thumbnails-list {
    margin-left: 120px;
    margin-right: 90px;
}
.galleria-thumbnails .galleria-image {
    height: 40px;
    width: 60px;
    background: #000;
    margin: 0 5px 0 0;
    float: left;
    cursor: pointer;
}
.galleria-counter {
    position: absolute;
    top: 10px;
    right: 10px;
    text-align: right;
    color: #fff;
    font: bold 12px Arial;
    z-index: 1;
    padding: 5px;
    background: rgba(0,0,0,0.7);
    display: block;
    opacity: 1 !important;
    padding-left: 7px;
    padding-right: 7px;
}
.galleria-loader {
    background: #000;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2;
    display: none;
    background: url(classic-loader.gif) no-repeat 2px 2px;
}
.galleria-info {
    width: 50%;
    top: 15px;
    left: 15px;
    z-index: 2;
    position: absolute;
}
.galleria-info-text {
    background-color: #000;
    padding: 12px;
    display: none;
    /* IE7 */ zoom:1;
}
.galleria-info-title {
    font: bold 12px/1.1 arial,sans-serif;
    margin: 0;
    color: #fff;
    margin-bottom: 7px;
}
.galleria-info-description {
    font: italic 12px/1.4 georgia,serif;
    margin: 0;
    color: #bbb;
}
.galleria-info-close {
    width: 9px;
    height: 9px;
    position: absolute;
    top: 5px;
    right: 5px;
    background-position: -753px -11px;
    opacity: .5;
    filter: alpha(opacity=50);
    cursor: pointer;
    display: none;
}
.notouch .galleria-info-close:hover{
    opacity:1;
    filter: alpha(opacity=100);
}
.touch .galleria-info-close:active{
    opacity:1;
    filter: alpha(opacity=100);
}
.galleria-info-link {
    background-position: -669px -5px;
    opacity: .7;
    filter: alpha(opacity=70);
    position: absolute;
    width: 20px;
    height: 20px;
    cursor: pointer;
    background-color: #000;
}
.notouch .galleria-info-link:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}
.touch .galleria-info-link:active {
    opacity: 1;
    filter: alpha(opacity=100);
}
.galleria-image-nav {
    position: absolute;
    top: 50%;
    margin-top: -62px;
    width: 100%;
    height: 63px;
    left: 0;
}
.galleria-image-nav-left,
.galleria-image-nav-right {
    opacity: .3;
    filter: alpha(opacity=30);
    cursor: pointer;
    width: 62px;
    height: 124px;
    position: absolute;
    left: 10px;
    z-index: 2;
    background-position: 0 46px;
}
.galleria-image-nav-right {
    left: auto;
    right: 10px;
    background-position: -254px 46px;
    z-index: 2;
}
.notouch .galleria-image-nav-left:hover,
.notouch .galleria-image-nav-right:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}
.touch .galleria-image-nav-left:active,
.touch .galleria-image-nav-right:active {
    opacity: 1;
    filter: alpha(opacity=100);
}
.galleria-thumb-nav-left,
.galleria-thumb-nav-right {
    cursor: pointer;
    display: none;
    background-position: -498px 5px;
    position: absolute;
    left: 94px;
    top: 0px;
    height: 38px;
    width: 20px;
    z-index: 3;
    /*opacity: .8;
    filter: alpha(opacity=80);*/
    border-radius: 5px;
}

.galleria-thumb-nav-right {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    top: 10px;
}

.galleria-thumb-nav-left {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    top: 10px;
}

.galleria-navRightButton,
.galleria-navLeftButton {
    padding: 0px !important;
    margin: 1px !important;
    height: 36px;
    width: 18px;
}

.galleria-navRightButton {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}
.galleria-navRightButton.gradientButtonBackground {
    height: 36px !important;
    background: #ffffff !important; /* Old browsers */
    background: -moz-linear-gradient(left,  #ffffff 0%, #e9e9e9 100%) !important; /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ffffff), color-stop(100%,#e9e9e9)) !important; /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  #ffffff 0%,#e9e9e9 100%) !important; /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  #ffffff 0%,#e9e9e9 100%) !important; /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  #ffffff 0%,#e9e9e9 100%) !important; /* IE10+ */
    background: linear-gradient(to right,  #ffffff 0%,#e9e9e9 100%) !important; /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e9e9e9',GradientType=1 ) !important; /* IE6-9 */
}
.galleria-navRightButton.gradientButtonBackground:hover{
    background: #ffffff !important; /* Old browsers */
    background: -moz-linear-gradient(left,  #ffffff 0%, #f2f2f2 100%) !important; /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ffffff), color-stop(100%,#f2f2f2)) !important; /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  #ffffff 0%,#f2f2f2 100%) !important; /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  #ffffff 0%,#f2f2f2 100%) !important; /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  #ffffff 0%,#f2f2f2 100%) !important; /* IE10+ */
    background: linear-gradient(to right,  #ffffff 0%,#f2f2f2 100%) !important; /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=1 ) !important; /* IE6-9 */
}
.galleria-navRightButton.gradientButtonBackground:active{
    background: #e8e8e8 !important; /* Old browsers */
    background: -moz-linear-gradient(left,  #e8e8e8 0%, #ffffff 100%) !important; /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#e8e8e8), color-stop(100%,#ffffff)) !important; /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  #e8e8e8 0%,#ffffff 100%) !important; /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  #e8e8e8 0%,#ffffff 100%) !important; /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  #e8e8e8 0%,#ffffff 100%) !important; /* IE10+ */
    background: linear-gradient(to right,  #e8e8e8 0%,#ffffff 100%) !important; /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e8', endColorstr='#ffffff',GradientType=1 ) !important; /* IE6-9 */
}


.galleria-navLeftButton {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}
.galleria-navLeftButton.gradientButtonBackground {
    height: 36px !important;
    background: #e8e8e8 !important; /* Old browsers */
    background: -moz-linear-gradient(left,  #e8e8e8 0%, #ffffff 100%) !important; /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#e8e8e8), color-stop(100%,#ffffff)) !important; /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  #e8e8e8 0%,#ffffff 100%) !important; /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  #e8e8e8 0%,#ffffff 100%) !important; /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  #e8e8e8 0%,#ffffff 100%) !important; /* IE10+ */
    background: linear-gradient(to right,  #e8e8e8 0%,#ffffff 100%) !important; /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e8', endColorstr='#ffffff',GradientType=1 ) !important; /* IE6-9 */
}
.galleria-navLeftButton.gradientButtonBackground:hover {
    background: #ffffff !important; /* Old browsers */
    background: -moz-linear-gradient(left,  #f2f2f2 0%, #ffffff 100%) !important; /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#f2f2f2), color-stop(100%,#ffffff)) !important; /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  #f2f2f2 0%,#ffffff 100%) !important; /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  #f2f2f2 0%,#ffffff 100%) !important; /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  #f2f2f2 0%,#ffffff 100%) !important; /* IE10+ */
    background: linear-gradient(to right,  #f2f2f2 0%,#ffffff 100%) !important; /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#ffffff',GradientType=1 ) !important; /* IE6-9 */
}
.galleria-navLeftButton.gradientButtonBackground:active {
    background: #ffffff !important; /* Old browsers */
    background: -moz-linear-gradient(left,  #ffffff 0%, #e9e9e9 100%) !important; /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ffffff), color-stop(100%,#e9e9e9)) !important; /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  #ffffff 0%,#e9e9e9 100%) !important; /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  #ffffff 0%,#e9e9e9 100%) !important; /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  #ffffff 0%,#e9e9e9 100%) !important; /* IE10+ */
    background: linear-gradient(to right,  #ffffff 0%,#e9e9e9 100%) !important; /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e9e9e9',GradientType=1 ) !important; /* IE6-9 */
}

.galleria-navRightButtonArrow,
.galleria-navLeftButtonArrow {
    background-image: url(classic-map.png);
    background-position: -579px 4px;
    height: 100%;
    width: 100%;
}

.galleria-thumbnails-container .disabled.galleria-thumb-nav-right .galleria-navRightButtonArrow,
.galleria-thumbnails-container .disabled.galleria-thumb-nav-left .galleria-navLeftButtonArrow{
    background-image: url(classic-map-greyscale.png);
}

.galleria-navRightButton.gradientButtonBackground:active .galleria-navRightButtonArrow{
    background-position: -578px 4px;
}

.galleria-navRightButtonArrow,
.galleria-thumbnails-container .disabled .galleria-navRightButton.gradientButtonBackground:active .galleria-navRightButtonArrow {
    background-position: -579px 4px;
}

.galleria-navLeftButtonArrow,
.galleria-thumbnails-container .disabled .galleria-navLeftButton.gradientButtonBackground:active .galleria-navLeftButtonArrow{
    background-position: -499px 4px;
}
.galleria-navLeftButton.gradientButtonBackground:active .galleria-navLeftButtonArrow{
    background-position: -500px 4px;
}

.galleria-thumb-nav-right {
    background-position: -578px 5px;
    border-right: none;
    right: 65px;
    left: auto;
}
.galleria-thumbnails-container .disabled,
.galleria-thumbnails-container .disabled:hover{
    cursor: default;
}

.galleria-thumbnails-container .disabled .gradientButtonBackground&gt;div {
    opacity: 0.4;
}

.galleria-thumbnails-container .disabled.galleria-thumb-nav-left .gradientButtonBackground,
.galleria-thumbnails-container .disabled.galleria-thumb-nav-left:hover .gradientButtonBackground,
.galleria-thumbnails-container .disabled.galleria-thumb-nav-left:active .gradientButtonBackground{
    background: #e8e8e8 !important; /* Old browsers */
    background: -moz-linear-gradient(left,  #e8e8e8 0%, #ffffff 100%) !important; /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#e8e8e8), color-stop(100%,#ffffff)) !important; /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  #e8e8e8 0%,#ffffff 100%) !important; /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  #e8e8e8 0%,#ffffff 100%) !important; /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  #e8e8e8 0%,#ffffff 100%) !important; /* IE10+ */
    background: linear-gradient(to right,  #e8e8e8 0%,#ffffff 100%) !important; /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e8', endColorstr='#ffffff',GradientType=1 ) !important; /* IE6-9 */
}

.galleria-thumbnails-container .disabled.galleria-thumb-nav-right .gradientButtonBackground,
.galleria-thumbnails-container .disabled.galleria-thumb-nav-right:hover .gradientButtonBackground,
.galleria-thumbnails-container .disabled.galleria-thumb-nav-right:active .gradientButtonBackground{
    background: #ffffff !important;/* Old browsers */
    background: -moz-linear-gradient(left,  #ffffff 0%, #e9e9e9 100%) !important; /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ffffff), color-stop(100%,#e9e9e9)) !important; /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  #ffffff 0%,#e9e9e9 100%) !important; /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  #ffffff 0%,#e9e9e9 100%) !important; /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  #ffffff 0%,#e9e9e9 100%) !important; /* IE10+ */
    background: linear-gradient(to right,  #ffffff 0%,#e9e9e9 100%) !important;/* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e9e9e9',GradientType=1 ) !important; /* IE6-9 */
}

.galleria-thumbnails-container .disabled:hover .gradientButtonBackground&gt;div {
    opacity: 0.4;
}

.notouch .galleria-thumb-nav-left:hover,
.notouch .galleria-thumb-nav-right:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}
.touch .galleria-thumb-nav-left:active,
.touch .galleria-thumb-nav-right:active {
    opacity: 1;
    filter: alpha(opacity=100);
}
.notouch .galleria-thumbnails-container .disabled:hover {

}

.galleria-carousel .galleria-thumb-nav-left,
.galleria-carousel .galleria-thumb-nav-right {
    display: block;
}

.galleria-thumb-nav-left,
.galleria-thumb-nav-right,
.galleria-info-link,
.galleria-info-close,
.galleria-image-nav-left,
.galleria-image-nav-right {
    background-image: url(classic-map.png);
    background-repeat: no-repeat;
}

.nav-left,
.nav-right {
    height: 73px;
    width: 35px;
    position: absolute;
    z-index: 2;
    top: 35%;
    cursor: pointer;
}

.nav-left {
    background-image: url('../../../../../images/design/slider_button_left_big.png');
    background-position: 0 0 !important;
    left: -4px;
}

.nav-left:hover {
    background-image: url('../../../../../images/design/slider_button_left_big_hover.png');
}
.nav-left:active {
    background-image: url('../../../../../images/design/slider_button_left_big_active.png');
}

.nav-right:hover {
    background-image: url('../../../../../images/design/slider_button_right_big_hover.png');
}
.nav-right:active {
    background-image: url('../../../../../images/design/slider_button_right_big_active.png');
}

.nav-right {
    background-image: url('../../../../../images/design/slider_button_right_big.png');
    background-position: 0 0 !important;
    right: -4px;
}

.galleria-playBackground {
    position: absolute;
    bottom: 10px;
    left: 10px;
}

.galleria-playGradientButtonBackground {
    width: 60px;
    height: 32px;
    padding: 0px !important;
    margin: 1px !important;
}

.galleria-play{
    display: block;
    width: 46px;
    height: 36px;
    cursor: pointer;
    border-radius: 5px;
    background-image: url(classic-map.png);
    background-repeat: no-repeat;
    background-position: -977px 1px;
}

.galleria-fullscreenBackground {
    position: absolute;
    bottom: 14px;
    right: 10px;
}

.galleria-fullscreenGradientButtonBackground {
    width: 30px;
    height: 27px;
    padding: 0px !important;
    margin: 1px !important;
}

.galleria-fullscreen{
    display: block;
    width: 30px;
    height: 27px;
    cursor: pointer;
    background-image: url(classic-map.png);
    background-repeat: no-repeat;
    background-position: -815px -1px;
    background-position-x: -815px;
    background-position-y: -1px !important;
}
.galleria-fullscreenBackground:active .galleria-fullscreen{
    background-position: -815px 0px !important;
}

.galleria-info-text {
    background-color: rgba(0,0,0,0.75);
}

.galleria-info {
    width: 100%;
    bottom: 60px;
    left: 0;
    top: auto;
}

.galleria-info-close {
    display: none !important;
}

.galleria-info-description {
    font-style: normal;
    font-family: Arial;
    font-size: 13px;
    color: #FFFFFF;
}

.galleria-info-text {
    display: block !important;
}

.galleria-info-link {
    display: none !important;
}</pre></body></html>