<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#slider {
    background-color: rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 550px;
    padding: 0px 0px 3px 0px;
    overflow: hidden;
    }

.sld-bg {
    background: url("../images/bg8.png");
    text-decoration: none;
    left: 0px;
    width: 100%;
    height: 350px;
    bottom: 0px;
    z-index: 3;
    position: absolute;
    }

/* --- slider full --- */

#slider-full {
    background: #000;
    width: 100%;
    z-index: 2;
    position: relative;
    }

.sld-full {
    left: 0px;
    width: 850px;
    bottom: 29px;
    position: absolute;
    }

.sld-full-title {
    font-weight: 800;
    line-height: 86px;
    margin-bottom: 20px;
    text-transform: uppercase;
    box-decoration-break: clone;
    -o-box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    color: #fff;
    display: inline;
    padding: 0px 25px;
    font-size: 54px;
    }

.sld-full-desc {
    margin-top: 19px;
    line-height: 38px;
    font-weight: 800;
    margin-bottom: -5px;
    text-transform: uppercase;
    color: #fff;
    float: left;
    display: inline;
    font-size: 32px;
    }

.sld-full-date {
    margin-top: 0px;
    margin-top: 16px;
    text-transform: uppercase;
    color: #fff;
    float: left;
    width: 800px;
    display: block;
    opacity: 0.5;
    font-size: 14px;
    }

.tp-caption {
    visibility: hidden;
    -webkit-font-smoothing: antialiased !important;
    position: absolute;
    }

/* --- slider left &amp; right --- */

#slider-left, #slider-right {
    margin-top: 0px;
    width: 50%;
    float: left;
    height: 550px;
    z-index: 2;
    overflow: hidden;
    position: relative;
    }

#slider-right .tp-caption {
    visibility: hidden;
    -webkit-font-smoothing: antialiased !important;
    left: 10px;
    bottom: 9px;
    position: absolute;
    }

#slider-left .tp-caption {
    visibility: hidden;
    -webkit-font-smoothing: antialiased !important;
    right: 0px;
    bottom: 9px;
    position: absolute;
    }

.sld-left {
    right: 65px;
    width: 530px;
    bottom: 15px;
    position: absolute;
    }

.sld-right {
    left: 30px;
    width: 530px;
    bottom: 15px;
    position: absolute;
    }

.sld-title {
    font-weight: 800;
    line-height: 68px;
    margin-bottom: 20px;
    text-transform: uppercase;
    box-decoration-break: clone;
    -o-box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    color: #fff;
    display: inline;
    padding: 0px 20px;
    font-size: 42px;
    }

.sld-desc {
    margin-top: 20px;
    line-height: 34px;
    font-weight: 800;
    margin-bottom: -5px;
    text-transform: uppercase;
    color: #fff;
    float: left;
    display: inline;
    font-size: 26px;
    }

.sld-date {
    margin-top: 16px;
    text-transform: uppercase;
    color: #fff;
    float: left;
    width: 500px;
    display: block;
    opacity: 0.5;
    font-size: 14px;
    }

.tp-simpleresponsive img { max-width: none }

.noFilterClass { filter: none !important }

.tparrows {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -o-transition: opacity 0.3s ease-out;
    -khtml-opacity: 1;
    -ms-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -webkit-transform: translateZ(5000px);
    -webkit-transition: opacity 0.3s ease-out;
    -webkit-transform-style: flat;
    -webkit-backface-visibility: hidden;
    opacity: 1;
    z-index: 600;
    position: relative;
    }

.tparrows.hidearrows {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    }

.tp-leftarrow {
    background: url("../images/left.png") no-Repeat top left;
    margin-left: -20px;
    width: 30px;
    cursor: pointer;
    height: 60px;
    z-index: 100;
    opacity: 0.7;
    position: relative;
    }

.tp-rightarrow {
    background: url("../images/right.png") no-Repeat top left;
    margin-right: -20px;
    width: 30px;
    cursor: pointer;
    height: 60px;
    z-index: 100;
    opacity: 0.8;
    position: relative;
    }

.tp-leftarrow:hover, .tp-rightarrow:hover { opacity: 1 }

.tp-simpleresponsive img {
    -o-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    }

.tp-simpleresponsive a { text-decoration: none }

.tp-simpleresponsive ul {
    list-style: none;
    margin: 0;
    padding: 0;
    }

.tp-simpleresponsive &gt;ul &gt;li {
    visibility: hidden;
    position: absolute;
    list-stye: none;
    }

.flex-direction-nav a { display: none }

.flex-control-nav {
    text-align: center;
    top: 22px;
    right: 18px;
    float: right;
    position: absolute;
    }

.flex-control-nav li {
    zoom: 1;
    margin: 0 4px;
    display: inline-block;
    *display: inline;
    }

.flex-control-paging li a {
    background: #fff;
    text-indent: -9999px;
    border-radius: 20px;
    -o-border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    width: 8px;
    height: 8px;
    cursor: pointer;
    display: block;
    opacity: 0.6;
    }

.flex-control-paging li a:hover {
    background: #333;
    background: rgba(0,0,0,0.7);
    }

.flex-control-paging li a.flex-active {
    background: #fff;
    cursor: default;
    opacity: 1;
    }</pre></body></html>