<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
    font-family: 'Helvetica Neue','Open Sans';
}
html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
    overflow-y: scroll;
}
body {
    color: #DCDCDC;
    font-size: 14px;
    font-weight: 400;
    background-color: #1E1E1E;
    margin: 0
}
.container {
    width: 1240px;
    margin: 0 auto;
    position: relative;
}
.header {
    padding: 12px 0;
    text-align: center;
    background-color: #3F3F3F;
}
.header .container {
    display: flex;
    align-items: center;
    line-height: 0;
}
.header .container&gt;* {
    line-height: 1em;
}
.logo {
    margin-left: 6px;
    margin-right: 80px;
    color: #FFFFFF;
    text-decoration: none;
    font-size: 22px;
}
.logo img {
    display: inline-block;
    width: 22px;
    height: 22px;
    vertical-align: top;
}
.search{
    font-size: 0;
}
.search input,.search button {
    -webkit-appearance: none;
    outline: none;
    color: #A3A3A3;
    background-color: #2B2B2B;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    border: 1px solid #555555;
    border-radius: 8px;
    height: 40px;
    line-height: 1.15em;
}
.search input {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    width: 470px;
    box-sizing: border-box;
    padding-left: 15px;
    font-size: 14px;
    border-right-width: 0;
}
.search button {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    width: 40px;
    background: #2B2B2B url(/assets/icon_search.svg) center no-repeat;
    border-color: #555555;
    border-left-width: 0;
    cursor: pointer;
}
.nav-toggle {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 38px;
    height: 38px;
    margin: 1px 12px;
    border: none;
    background: none;
    outline: none;
    cursor: pointer;
}
[class^="icon-"],[class*=" icon-"] {
    font-family: 'icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.nav-toggle .icon-bar {
    background-color: #FFFFFF;
    display: block;
    width: 100%;
    height: 2px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transform-origin: center;
    transform-origin: center;
}
.nav-toggle:hover .icon-bar {
    background-color: #6c90ab;
}
.nav-toggle .icon-bar+.icon-bar {
    margin-top: 5px;
}
.toggled .nav-toggle .icon-bar:nth-child(1) {
    -webkit-transform: rotate(45deg) translate(5px,5px);
    transform: rotate(45deg) translate(5px,5px);
}
.toggled .nav-toggle .icon-bar:nth-child(2) {
    background-color: transparent;
}
.toggled .nav-toggle .icon-bar:nth-child(3) {
    -webkit-transform: rotate(-45deg) translate(5px,-5px);
    transform: rotate(-45deg) translate(5px,-5px);
}
.toggled {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.menu{
    display: none;
    position: absolute;
    background-color: #3F3F3F;
    background-color: rgba(63,63,63,.8);
    top: 64px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    text-align: right;
    overflow-y: scroll;
}
.menu ul{
    list-style: none;
    margin: 0;
    padding: 15px 20px;
}
.menu li{
}
.menu a{
    font-size: 16px;
    line-height: 24px;
    padding: 5px 0;
    color: #fff;
    text-decoration: none;
}
.menu a:hover,
.menu a:focus{
    color: #6c90ab;
    text-decoration: underline;
    outline: none;
}
.toggled .menu{
    display: block;
}
.toggled .search,
.toggled .main{
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -ms-filter: blur(5px);
    -o-filter: blur(5px);
    filter: blur(5px);
}
.main {
}
.main h1 {
    font-weight: 300;
    margin: 0;
    padding: 10px 10px 0 10px;
    color: #FFFFFF;
    font-size: 20px;
}
.button_models{
    float: right;
}
.button_models a{
    background-color: #6c90ab;
    border: 1px solid #6c90ab;
    color: #FFFFFF;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    padding: 5px 15px;
    margin: 7px 8px;
}
.button_models a:hover{
    color: #FFFFFF;
    background-color: #1E1E1E;
}
.footer {
    font-size: 14px;
    margin: 10px 0;
}
.copyright {
    text-align: center;
    font-weight: 600;
}
.thumbs {
    font-size: 0;
    position: relative;
    margin: 4px;
}
.thumbs&gt;* {
    font-size: 14px;
}
.thumbs&gt;div {
    display: inline-block;
    opacity: 0;
    visibility: hidden;
    padding: 0;
    line-height: 1em;
    font-weight: 300;
    vertical-align: top;
    overflow: hidden;
    box-sizing: border-box;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    padding: 4px;
}
.thumbs.infinite{
    /*display: none;*/
}
.thumbs.infinite.wookmark-initialised{
    display: inline-block;
}
.thumbs.wookmark-initialised&gt;div {
    opacity: 1;
    visibility: visible;
}
.thumbs&gt;div&gt;a {
    position: relative;
    display: block;
}
.thumbs&gt;div&gt;a&gt;img {
    display: block;
    /*width: 300px;
    height: auto;*/
    box-sizing: border-box;
    border: 1px solid #CCCCCC;
    color: #CCCCCC;
}
.thumbs&gt;div&gt;a&gt;span {
    position: absolute;
    left: 1px;
    right: 1px;
    bottom: 1px;
    display: block;
    background-color: #34302D;
    background: rgba(52,48,45,.6);
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 300;
    line-height: 1em;
    white-space: nowrap;
    padding: 7px 10px;
}
.thumbs&gt;div&gt;a:hover&gt;span {
    background: rgba(52,48,45,.8);
}
.thumbs.mobile&gt;div{
    width: 50%;
}
.thumbs.mobile.wide&gt;div{
    width: 33%;
}
.thumbs.mobile&gt;div&gt;a&gt;img{
    width: 100%;
    height: auto;
}
#loading {
    display: none;
    color: #FFFFFF;
    font-size: 90px;
    text-indent: -9999em;
    overflow: hidden;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    margin: 72px auto;
    position: relative;
    z-index: 100;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load6 1.7s infinite ease,round 1.7s infinite ease;
    animation: load6 1.7s infinite ease,round 1.7s infinite ease
}
@-webkit-keyframes load6 {
    0%,100%,5%,95% {box-shadow: 0 -.83em 0 -.4em,0 -.83em 0 -.42em,0 -.83em 0 -.44em,0 -.83em 0 -.46em,0 -.83em 0 -.477em;}
    10%,59% {box-shadow: 0 -.83em 0 -.4em,-.087em -.825em 0 -.42em,-.173em -.812em 0 -.44em,-.256em -.789em 0 -.46em,-.297em -.775em 0 -.477em;}
    20% {box-shadow: 0 -.83em 0 -.4em,-.338em -.758em 0 -.42em,-.555em -.617em 0 -.44em,-.671em -.488em 0 -.46em,-.749em -.34em 0 -.477em;}
    38% {box-shadow: 0 -.83em 0 -.4em,-.377em -.74em 0 -.42em,-.645em -.522em 0 -.44em,-.775em -.297em 0 -.46em,-.82em -.09em 0 -.477em;}
}
@keyframes load6 {
    0%,100%,5%,95% {box-shadow: 0 -.83em 0 -.4em,0 -.83em 0 -.42em,0 -.83em 0 -.44em,0 -.83em 0 -.46em,0 -.83em 0 -.477em;}
    10%,59% {box-shadow: 0 -.83em 0 -.4em,-.087em -.825em 0 -.42em,-.173em -.812em 0 -.44em,-.256em -.789em 0 -.46em,-.297em -.775em 0 -.477em;}
    20% {box-shadow: 0 -.83em 0 -.4em,-.338em -.758em 0 -.42em,-.555em -.617em 0 -.44em,-.671em -.488em 0 -.46em,-.749em -.34em 0 -.477em;}
    38% {box-shadow: 0 -.83em 0 -.4em,-.377em -.74em 0 -.42em,-.645em -.522em 0 -.44em,-.775em -.297em 0 -.46em,-.82em -.09em 0 -.477em;}
}
@-webkit-keyframes round {
    0% {-webkit-transform: rotate(0);transform: rotate(0);}
    100% {-webkit-transform: rotate(360deg);transform: rotate(360deg);}
}
@keyframes round {
    0% {-webkit-transform: rotate(0);transform: rotate(0);}
    100% {-webkit-transform: rotate(360deg);transform: rotate(360deg);}
}
@media screen and (max-width: 1254px) {
    .container {
        width:932px;
    }
}
@media screen and (max-width: 960px) {
    .container {
        width:100%;
    }
    .header {
        padding: 0;
    }
    .header .container {
        display: block;
    }
    .logo {
        margin: 16px auto;
        display: inline-block;
    }
    .search {
        white-space: nowrap;
        position: relative;
        top: 48px;
        margin: -40px 8px 0 8px;
    }
    .search input {
        border-top-right-radius: 8px;
        border-bottom-right-radius: 8px;
        width: 100%;
        margin-right: -40px;
        padding-right: 40px;
    }
    .nav-toggle {
        margin: 8px 12px;
    }
    .menu{
        top: 54px;
    }
    .menu a{
        line-height: 30px;
    }
    .main {
        padding-top: 46px;
    }
    .main h1 {
        font-size: 14px;
    }
    .button_models a {
        padding: 3px 8px;
        margin: 6px 8px;
    }
}</pre></body></html>