<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/********** Start RESET **********
    AUTHOR: Osvaldas Valutis, www.osvaldas.info
*/
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
 *behavior: url( '/theme/js/boxsizing.htc' );
    -webkit-tap-highlight-color: rgba( 0, 0, 0, 0 );
    -webkit-overflow-scrolling: touch;
}
html, body, h2, h3, h4, h5, p, blockquote, pre, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sup, sub, tt, var, b, u, i, center, ol, li, dl, dt, dd, caption, fieldset, legend, textarea, select, label, applet, object, iframe, audio, video, canvas, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
    font-size: 100%;
    font-family: inherit;
    font-weight: inherit;
    font-style: inherit;
    line-height: inherit;
    vertical-align: baseline;
    border: 0;
    outline: 0;
    padding: 0;
    margin: 0;
}


html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -o-text-size-adjust: 100%;
    text-size-adjust: 100%;
}
body {
    font-family: 'Alice', serif !important;
    line-height: 1;
    color: #000;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
    display: block;
}
audio, canvas, video {
    display: inline-block;
*display: inline;
*zoom: 1;
}
audio:not([controls]) {
    display: none;
}
canvas {
    -ms-touch-action: double-tap-zoom;
}
 [hidden] {
display: none;
}
a {
    text-decoration: underline;
    color: #000;
}
a:hover {
    text-decoration: none;
}
small {
    font-size: 75%;
}
big {
    font-size: 125%;
}
em {
    font-style: italic;
}
strong {
    font-weight: bold;
}
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}
sup, sub {
    font-size: 75%;
    line-height: 0;
}
sup {
    vertical-align: super;
}
sub {
    vertical-align: sub;
}
pre {
    display: block;
    overflow: auto;
}
code {
    font-family: 'Alice', serif !important;
}
ul, ol {
    list-style: none;
}
table {
    table-layout: auto;
    border-collapse: separate;
    border-spacing: 0;
    empty-cells: hide;
}
img {
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}
svg:not(:root) {
    overflow: hidden;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
input, textarea {
    -webkit-appearance: none;
}
button, input, select, textarea {
    vertical-align: baseline;
*vertical-align: middle;
    -webkit-border-radius: 0;
}
button, input {
    line-height: normal;
*overflow: visible;
}
table button, table input {
*overflow: auto;
}
button, input[type='button'], input[type='reset'], input[type='submit'] {
    cursor: pointer;
    -webkit-appearance: button;
    padding: 10px;
    font-size: 150%;
    margin-top: 10px;
}
textarea {
    overflow: auto;
    vertical-align: top;
}
input[type='search']::-webkit-search-decoration, input[type='search']::-webkit-search-cancel-button, input[type='search']::-webkit-search-results-button, input[type='search']::-webkit-search-results-decoration {
display: none;
}
input[type='search'] {
    -webkit-appearance: textfield;
}
input[type='radio'] {
    -webkit-appearance: radio;
}
input[type='checkbox'] {
    -webkit-appearance: checkbox;
}
input::-ms-clear {
display: none;
}
input[type='password']::-ms-reveal {
display: none;
}
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
* html .clearfix {
    zoom: 1;
}
*:first-child+html .clearfix {
    zoom: 1;
}
.cleaner {
    height: 0;
    line-height: 0;
    clear: both;
}

/********** End RESET **********/



html {
    font-size: 100%;
}
body {
    -webkit-font-smoothing: antialiased;
}
body, a, a:hover {
    color: #111;
}
a {
    -webkit-transition: color .3s ease;
    -moz-transition: color .3s ease;
    -ms-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease;
}
a, a:hover, a:visited {
    text-decoration: underline;
}
/* Navigation */

#nav {
    display: block;
    background-repeat: no-repeat;
    width: 681px;
    height: 63px;
    float: right;
    margin-right: -1.77em;
    margin-top: 1.6em;
}
#nav &gt; a {
    display: none;
}
#nav li {
    position: relative;
}
#nav li a {
    padding: 20px 25px 20px 25px;
    color: #FFF;
    font-size: 1.1em !important;
    text-decoration: none;
    font-weight: bold;
    display:block;
}
#nav li a:hover {

}
#nav span:after {
    width: 0;
    height: 0;
    border: 0.313em solid transparent; /* 5 */
    border-bottom: none;
    border-top-color: #F81302;
    content: '';
    vertical-align: middle;
    display: inline-block;
    position: relative;
    right: -0.313em; /* 5 */
}

#nav.showNav &gt; ul {
 display: block;
 margin-top: 45px;
 background-color: rgba(0,0,0, 0.85);
}
/* first level */

#nav &gt; ul &gt; li {
    float: left;
    z-index:1000;
    overflow:visible;
}
#nav &gt; ul &gt; li &gt; a {
    height: 100%;
    font-size: 1.1em; /* 24 */
}
 #nav &gt; ul &gt; li:hover &gt; a,  #nav &gt; ul:not( :hover ) &gt; li.active &gt; a {

}
/* second level */

#nav li ul {
    display: none;
    position: absolute; 
    top: 100%;
    width:170px;
}
#nav li:hover ul {
    display: block;
    left: 0;
    right: 0;
}
 #nav li:not( :first-child ):hover ul {
 left: -1px;
}
#nav li ul a {
    border-right: medium none;
    border-bottom: 1px dashed #959595;
    line-height: 0;
    font-size: 140% !important;
    color: #b2c9e9;
    text-decoration: none;
    font-weight: normal;
    text-align: left;
    padding-left: 0px;
}
 #nav li ul li a:hover,  #nav li ul:not( :hover ) li.active a {
}
 
 @media only screen and ( max-width: 950px ) {
 html {
 font-size: 75%; /* 12 */
}
 #nav {
    width: 100%;
    position: fixed;
    margin: 0px 0px 0px 0px;
    top: 0px;
    left: auto;
    height: 100px;
    background-size: contain;
 }
      
 #nav &gt; a {
 width: 40px;
 height: 40px;
 text-align: left;
 text-indent: -9999px;
 background: url("../images/menu-icon.png") repeat scroll center center;
 float: right;
     margin-top: 15px;
    margin-right: 23px;
}
 #nav &gt; a:before,  #nav &gt; a:after {
 margin-right:40px;
 margin-top:10px;
 content: '';
}
 #nav &gt; a:after {
 margin-top:10px;
}
 #nav:not( :target ) &gt; a:first-of-type,  #nav:target &gt; a:last-of-type {
 display:block;
 
 
}
 #nav &gt; ul &gt; li:hover &gt; a,  #nav &gt; ul:not( :hover ) &gt; li.active &gt; a {
 background-image:none;
}

/* first level */

#nav &gt; ul {
    height: auto;
    display: none;
    left: 0;
    right: 0;
    height:auto;
    min-height: 3.75em;
    width: 100%;
    float:right;
    margin-top: 75px;
    padding-left: 0;

}
 #nav:target &gt; ul {
 display: block;
}
 #nav &gt; ul &gt; li {
     width: 100%;
     float: right;
}

 #nav &gt; ul &gt; li &gt; a {
 height: auto;
 text-align: left;
 padding: 0 0.833em; /* 20 (24) */
 font-size: 1.1em; /* 24 */
 line-height: 2.5em; /* 60 (24) */
}
 #nav &gt; ul &gt; li &gt; a:hover {

}
 #nav &gt; ul &gt; li &gt; a {
 border-right: none;
}
#nav &gt; ul &gt; li &gt; a {
    border-right: medium none;
    border-bottom: 1px dashed #969696;
    line-height: 2;
    font-size: 150% !important;
    color: #ffffff;
    text-decoration: none;
    font-weight: normal;
}

/* second level */

#nav li ul {
 padding-top: 0;
 width: 100%;
 position: static; 
}
}</pre></body></html>