<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* @import 'http://fonts.googleapis.com/css?family=Open+Sans:300,300italic,400italic,400,600&amp;subset=latin,latin-ext'; */
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Condensed&amp;family=Open+Sans:ital,wght@0,300;0,400;0,600;1,300;1,400&amp;display=swap');
img,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
body {
  margin: 0;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}
h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
dfn {
  font-style: italic;
}
hr {
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
p,
pre {
  margin: 1em 0;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:before,
q:after {
  content: '';
  content: none;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
dl,
menu,
ol,
ul {
  margin: 1em 0;
}
dd {
  margin: 0 0 0 40px;
}
menu,
ol,
ul {
  padding: 0 0 0 40px;
}
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
form {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
::-webkit-input-placeholder {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-style: italic;
}
:-moz-placeholder {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-style: italic;
}
::-moz-placeholder {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-style: italic;
}
:-ms-input-placeholder {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-style: italic;
}
html body {
  background: url(img/bgr-main-02.jpg) no-repeat center top white;
  font-family: 'Open Sans', sans-serif;
  font-size: 1em;
  overflow-x: hidden;
}
html body.not-found {
  background: url(img/bgr-404.jpg) no-repeat center top;
}
* {
  outline: none;
}
a {
  text-decoration: none;
  color: inherit;
}
input,
textarea {
  font-family: 'Open Sans', sans-serif;
  color: #333333;
  box-sizing: border-box;
  padding: 5px;
  border-radius: 3px;
  background-clip: padding-box;
  border: none;
  font-size: .9em;
}
textarea {
  width: 100%;
}
strong {
  font-family: 'Open Sans', sans-serif;
}
ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-weight: normal;
  margin: 0;
}
table {
  font-size: 1em;
  color: inherit;
}
.selector {
  height: 38px;
  box-sizing: border-box;
  padding: 0 10px !important;
  width: 100% !important;
  padding: 0;
  background: #333333 !important;
  border: 1px solid #cdcdcd;
  border-radius: 3px;
  background-clip: padding-box;
}
.selector:hover {
  cursor: pointer;
}
.selector select {
  background: #333333;
  color: inherit;
  height: 100%;
  top: 1px;
}
.selector select:hover {
  cursor: pointer;
}
.selector span {
  font-family: proxima_light;
  font-weight: normal;
  height: 38px;
  line-height: 38px;
  background: none !important;
}
.hidden {
  display: none;
}
.f-right {
  float: right;
}
.f-left {
  float: left;
}
.c-left {
  clear: left;
}
.c-right {
  clear: right;
}
.c-both {
  clear: both;
}
.v-top {
  vertical-align: top !important;
}
.t-right {
  text-align: right !important;
}
.t-center {
  text-align: center !important;
}
.t-left {
  text-align: left !important;
}
.t-bigger {
  font-size: 1.6em !important;
}
.t-white {
  color: white !important;
}
.t-green {
  color: #85c441 !important;
}
.t-red {
  color: #df0021 !important;
}
.t-gray {
  color: #666666 !important;
}
.p-rel {
  position: relative;
}
.block {
  display: block;
}
.b-blue-light {
  background: #e3eaf5;
}
.i {
  display: inline-block;
}
.i.i-shopping-cart {
  width: 18px;
  height: 20px;
  background-image: url(img/sprite.png);
  background-repeat: no-repeat;
  background-position: -464px 0;
  background-size: 500px 500px;
}
.i.i-shopping-cart-w {
  width: 18px;
  height: 20px;
  background-image: url(img/sprite.png);
  background-repeat: no-repeat;
  background-position: -482px 0;
  background-size: 500px 500px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}
.i.i-pagi-left {
  width: 14px;
  height: 22px;
  background-image: url(img/sprite.png);
  background-repeat: no-repeat;
  background-position: -436px 0;
  background-size: 500px 500px;
}
.i.i-pagi-right {
  width: 14px;
  height: 22px;
  background-image: url(img/sprite.png);
  background-repeat: no-repeat;
  background-position: -450px 0;
  background-size: 500px 500px;
}
button {
  border: none;
  display: inherit;
  width: 100%;
}
.btn {
  border-radius: 3px;
  background-clip: padding-box;
  padding: 10px;
  text-align: center;
  display: block;
  font-family: proxima_bold, sans-serif;
  text-decoration: none;
  color: white;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.btn:hover {
  cursor: pointer;
}
.btn.btn-white {
  background: white;
}
.link {
  color: #2760af;
  display: block;
  text-align: center;
  text-decoration: underline;
}
.link:hover {
  color: #1e4985;
}
.link.margin-top {
  margin-top: 10px;
}
.link-green {
  color: #85c441;
}
.link-green:hover {
  cursor: pointer;
  color: #78b438;
}
.pointer:hover {
  cursor: pointer;
}
.half {
  width: 50%;
  float: left;
}
.third {
  width: 33.33333%;
  float: left;
}
.t-third {
  width: 66.66666%;
  float: left;
}
.quarter {
  width: 25%;
  float: left;
}
.t-quarter {
  width: 75%;
  float: left;
}
.full {
  width: 100%;
  float: left;
}
* {
  box-sizing: border-box;
}
/* FACEBOOK */
.fb-like-box {
  width: 280px;
  overflow: hidden;
}
/* TABS */
.tabs .tab-item {
  display: none;
  overflow: hidden;
}
.tabs .tab-item.active {
  display: block;
}
.tabs .tab-item a {
  display: block;
  height: 35px;
  overflow: hidden;
}
.tabs .tab-item a.more {
  line-height: 35px;
}
/* COLLAPSE */
[data-collapse-header] {
  background-color: #F3F7FC;
  border-bottom: 1px solid #BDCEE8;
  padding: 5px 0;
  position: relative;
}
[data-collapse-header]:before {
  position: absolute;
  font-family: FontAwesome;
  top: 10px;
  left: 10px;
  content: '\f054';
  font-size: 14px;
  color: #2760AF;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}
[data-collapse-header].active:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
[data-collapse-header]:hover {
  cursor: pointer;
}
[data-collapse-body] {
  display: none;
}
[data-collapse-body].active {
  display: block;
}
a.more {
  line-height: 35px;
  display: block;
  padding: 0 10px;
}
/* FULLCALENDAR */
.wpfc-calendar,
.zmb-calendar {
  height: 250px;
}
.wpfc-calendar .fc-toolbar,
.zmb-calendar .fc-toolbar {
  margin: 0;
}
.wpfc-calendar .fc-center h2,
.zmb-calendar .fc-center h2 {
  margin: 0;
  padding: 4px 5px 4px;
}
.wpfc-calendar table tr td,
.zmb-calendar table tr td,
.wpfc-calendar table tr th,
.zmb-calendar table tr th {
  padding: 0!important;
  border: 1px solid #fff;
  border-style: none!important;
}
.wpfc-calendar .fc-scroller,
.zmb-calendar .fc-scroller {
  overflow: visible;
}
.wpfc-calendar .fc-scroller &gt; *,
.zmb-calendar .fc-scroller &gt; * {
  overflow: visible;
}
.wpfc-calendar .fc-day-number,
.zmb-calendar .fc-day-number {
  position: relative;
}
.wpfc-calendar .fc-day-event,
.zmb-calendar .fc-day-event {
  background: #215094;
  color: #ffffff;
}
.wpfc-calendar .fc-day-event:hover,
.zmb-calendar .fc-day-event:hover {
  cursor: pointer;
}
.wpfc-calendar .fc-day-events,
.zmb-calendar .fc-day-events {
  display: none;
  position: absolute;
  /* margin-top: -5px; */ 
  /* margin-left: -1px; */
  padding: 5px 7px 6px 7px;
  top: -3px;
  left: 0px;
  z-index: 1000;
  color: #ffffff;
  background: #444;
  font-size: 11px;
  font-family: 'IBM Plex Sans Condensed', sans-serif;
  width: 300px!important;
}
.fc-toolbar.fc-header-toolbar {
    margin-bottom: 0.05em!important;
}
.wpfc-calendar .fc-day-events .fc-day-events-event,
.zmb-calendar .fc-day-events .fc-day-events-event {
  white-space: nowrap;
  text-align: left;
  padding: 3px 0;
}
.wpfc-calendar .fc-day-events .fc-day-events-event:hover,
.zmb-calendar .fc-day-events .fc-day-events-event:hover {
  text-decoration: underline;
}
.wpfc-calendar .fc-event-container,
.zmb-calendar .fc-event-container {
  display: none;
}
.wpfc-calendar .fc-basic-view .fc-body .fc-row,
.zmb-calendar .fc-basic-view .fc-body .fc-row {
  min-height: auto;
}
.wpfc-calendar .fc-day-header,
.zmb-calendar .fc-day-header {
  font-size: 12px;
  padding: 7px 0;
}
.wpfc-calendar .fc-day-header,
.zmb-calendar .fc-day-header,
.wpfc-calendar .fc-day-number,
.zmb-calendar .fc-day-number {
  text-align: center!important;
  font-size: 13px;
}
.wpfc-calendar .fc-day-number.fc-today,
.zmb-calendar .fc-day-number.fc-today {
  color: #ffffff;
}
.wpfc-calendar .fc-today,
.zmb-calendar .fc-today {
  background-color: #f47a00!important;
}
.wpfc-calendar .fc-row,
.zmb-calendar .fc-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.wpfc-calendar .fc-row .fc-content-skeleton &gt; table &gt; tbody,
.zmb-calendar .fc-row .fc-content-skeleton &gt; table &gt; tbody {
  display: none;
}
.ui-widget-content {
  color: #2760af;
}
.ui-widget-header {
  text-transform: uppercase;
  font-size: .9em;
  line-height: 30px;
  border-top: 1px solid #e3eaf5;
}
.ui-state-default {
  border: none;
  background: none;
}
.ui-state-highlight {
  border: none;
}
.ui-icon {
  display: inline-block;
  font-family: FontAwesome;
  color: #2760af;
  font-size: 1.3em !important;
  padding: 5px 10px 0;
  background: none;
  text-indent: inherit;
  height: auto;
  width: auto;
}
.ui-icon.ui-icon-circle-triangle-w:before {
  content: '\f053';
}
.ui-icon.ui-icon-circle-triangle-e:before {
  content: '\f054';
}
.fc-header-center .fc-header-title h2 {
  font-size: 1.3em !important;
  padding: 3px 0 0;
}
.fc-view {
  overflow: visible !important;
}
.fc-view .fc-day-number {
  width: 100%;
  text-align: center;
}
.fc-view .fc-day-content {
  display: none;
}
.fc-day.fc-today {
  background: #e4792a;
  color: white;
}
/* GALLERY */
.content-wrapper .ngg-album-compact img {
  width: 100%;
}
.content-wrapper .ngg-album-compact:first-child {
  padding-right: 0 !important;
  width: 100% !important;
}
.content-wrapper .ngg-album-compact:first-child h4 a {
  font-size: 20px !important;
  max-width: inherit !important;
  text-decoration: none !important;
}
.content-wrapper .ngg-album-compact:first-child .ngg-album-gallery-image-counter {
  margin: 0 0 20px 0 !important;
}
#mbk .ngg-gallery-thumbnail {
  margin: 0;
  border: none;
}
#mbk .ngg-gallery-thumbnail a {
  margin: 0;
}
#mbk .ngg-gallery-thumbnail a img {
  padding: 0;
}
#mbk .slideshowlink {
  display: none;
}
#mbk .ngg-galleryoverview {
  margin-top: 0;
}
#mbk .ngg-gallery-thumbnail-box {
  width: 25%;
  margin-right: 0;
}
#mbk .ngg-gallery-thumbnail-box .ngg-gallery-thumbnail a {
  display: block;
}
#mbk .ngg-gallery-thumbnail-box .ngg-gallery-thumbnail img {
  padding: 3px;
  margin: 0;
  border: none;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}
#mbk .ngg-gallery-thumbnail-box .ngg-gallery-thumbnail img:hover {
  background: #2760af;
}
#mbk .ngg-albumoverview {
  text-align: center;
}
#mbk .ngg-album-compact {
  width: 140px;
  float: none;
  display: inline-block;
  vertical-align: top;
}
#mbk .ngg-album-compact .ngg-album-compactbox {
  border: none;
  padding: 0 !important;
}
#mbk .ngg-album-compact .ngg-album-compactbox:before,
#mbk .ngg-album-compact .ngg-album-compactbox:after {
  border: none;
}
#mbk .ngg-album-compact .ngg-album-compactbox .Thumb {
  width: 100%;
  border: none !important;
}
#mbk .ngg-album-compact h4 .ngg-album-desc {
  height: auto;
  font-size: 12px;
}
#mbk .gallery-small .ngg-gallery-thumbnail-box {
  width: 33.33333%;
}
#mbk .gallery-small .ngg-gallery-thumbnail-box img {
  width: 100%;
  height: auto;
}
/* LIGHTBOX */
#mbk .dark .highslide-image {
  background: white;
}
/* MSCROLL */
.mscroll {
  position: relative;
  height: 270px;
  margin: 10px 0;
}
.mscroll .mCSB_inside &gt; .mCSB_container {
  margin-right: 0;
}
/* NINJA FORMS */
#mbk .ninja-forms-cont .ninja-forms-response-msg {
  padding-bottom: 20px;
  margin-bottom: 10px;
}
#mbk .ninja-forms-cont .ninja-forms-success-msg {
  color: #78b438;
  border-bottom: 1px solid #78b438;
}
#mbk .ninja-forms-cont .ninja-forms-success-msg a {
  color: #78b438 !important;
}
#mbk .ninja-forms-cont .ninja-forms-error-msg {
  color: #c2151b;
  border-bottom: 1px solid #c2151b;
}
#mbk .ninja-forms-cont .ninja-forms-required-items {
  color: #666;
  font-size: 13px;
  text-align: right;
}
#mbk .ninja-forms-cont .field-wrap {
  margin-bottom: 10px;
}
#mbk .ninja-forms-cont .field-wrap label {
  color: #1e4985;
}
#mbk .ninja-forms-cont .field-wrap label .ninja-forms-req-symbol {
  font-size: 13px;
  vertical-align: top;
  color: #e74c3c;
}
#mbk .ninja-forms-cont .field-wrap input,
#mbk .ninja-forms-cont .field-wrap select {
  border: 1px solid #bdcee8;
  background: #f6f8fc;
  border-radius: 0;
  background-clip: padding-box;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}
#mbk .ninja-forms-cont .field-wrap input:focus,
#mbk .ninja-forms-cont .field-wrap select:focus,
#mbk .ninja-forms-cont .field-wrap input:active,
#mbk .ninja-forms-cont .field-wrap select:active {
  border-color: #2760af;
  background: #f6f8fc;
}
#mbk .ninja-forms-cont .field-wrap input[type="submit"],
#mbk .ninja-forms-cont .field-wrap select[type="submit"] {
  padding: 10px 20px;
  background: #2760af;
  color: white;
  border: none;
}
#mbk .ninja-forms-cont .field-wrap input[type="submit"]:hover,
#mbk .ninja-forms-cont .field-wrap select[type="submit"]:hover {
  background: #1e4985;
}
#mbk .ninja-forms-cont .field-wrap select {
  height: 30px;
  padding: 5px;
}
#mbk .ninja-forms-cont .field-wrap .ninja-forms-field-error {
  color: #c2151b;
  font-size: 13px;
}
/* CONTENT */
.section &gt; .wrapper {
  width: 960px;
  margin: 0 auto;
  display: table;
  table-layout: fixed;
}
.section.section-404 {
  min-height: 500px;
}
.section.section-404 ul {
  margin: 250px 0 0 10px;
}
.section.section-404 ul li {
  position: relative;
}
.section.section-404 ul li a {
  color: #2760af;
}
.section.section-404 ul li a:before {
  position: absolute;
  top: 2px;
  left: -10px;
  content: "\f105";
  font-family: FontAwesome;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}
.section.section-404 ul li a:hover {
  border-bottom: 1px solid #2760af;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.section.section-404 ul li a:hover:before {
  left: -20px;
  content: "\f101";
}
.section .section-row {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.section .section-row + .section-row {
  margin: 20px 0 0;
}
.section .section-row &gt; div &gt; .wrapper {
  padding: 0 10px;
}
.section .section-row .banner &gt; .wrapper {
  min-height: 324px;
  background: url(img/banner-00.jpg) no-repeat 10px top;
}
.section .section-row .banner img {
  max-width: 100%;
  height: 100%;
}
.section .section-row h2 {
  text-transform: uppercase;
  font-size: 1.2em;
  font-weight: 700;
  margin: 0 0 10px;
}
.section .section-column {
  background: white;
  padding: 10px;
  min-height: 250px;
}
.section .section-column-nopadding {
  padding: 10px 0;
}
.section .section-column .nameday {
  background: #e3eaf5;
  text-align: center;
  padding: 5px 0;
  margin-bottom: 10px;
}
#header #logo {
  float: left;
  margin: 23px 0 0;
  display: inline-block;
  width: 139px;
  height: 139px;
  background: url(img/logo.png) no-repeat;
  background-size: 139px 139px;
}
#header #menu-header-menu {
  float: right;
  color: white;
  text-align: center;
  font-size: .9em;
  line-height: 20px;
  position: relative;
  z-index: 1000;
  /* FIRST */
}
/* fixed width menu item */
/* SECOND */
/*
#header #menu-header-menu &gt; li {
  float: left;
  position: relative;
  padding: 50px 0 0;
  width: 100px;
} */
#header #menu-header-menu &gt; li {
    float: left;
    position: relative;
    padding: 50px 10px 0;
    width: auto;
}
#header #menu-header-menu &gt; li a {
  display: block;
}
#header #menu-header-menu &gt; li &gt; a {
  padding: 0 0 20px;
  text-transform: uppercase;
  border-bottom: 4px solid transparent;
}
#header #menu-header-menu &gt; li.current-menu-item &gt; a,
#header #menu-header-menu &gt; li.current-page-ancestor &gt; a,
#header #menu-header-menu &gt; li.current-menu-parent &gt; a,
#header #menu-header-menu &gt; li:hover &gt; a {
  /* font-weight: 700; */
  border-bottom: 4px solid #e4792a;
  color: #e4792a;
}
#header #menu-header-menu &gt; li &gt; ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
}
#header #menu-header-menu &gt; li &gt; ul &gt; li {
  position: relative;
  width: 200px;
  margin-left: -50px;
  /* THIRD */
}
#header #menu-header-menu &gt; li &gt; ul &gt; li a {
  padding: 10px 0;
  background: #e4792a;
  border: 1px solid #c26119;
  border-top: none;
}
#header #menu-header-menu &gt; li &gt; ul &gt; li &gt; ul {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
}
#header #menu-header-menu &gt; li &gt; ul &gt; li &gt; ul &gt; li {
  position: relative;
  /* FOURTH */
}
#header #menu-header-menu &gt; li &gt; ul &gt; li &gt; ul &gt; li &gt; ul {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
}
#header #menu-header-menu &gt; li &gt; ul &gt; li &gt; ul &gt; li &gt; ul &gt; li:hover &gt; a {
  background: #d96c1c;
}
#header #menu-header-menu &gt; li &gt; ul &gt; li &gt; ul &gt; li:hover &gt; ul {
  display: block;
}
#header #menu-header-menu &gt; li &gt; ul &gt; li &gt; ul &gt; li:hover &gt; a {
  background: #d96c1c;
}
#header #menu-header-menu &gt; li &gt; ul &gt; li &gt; ul &gt; li a {
  border-left: none;
}
#header #menu-header-menu &gt; li &gt; ul &gt; li:hover &gt; a {
  background: #d96c1c;
}
#header #menu-header-menu li:hover &gt; ul {
  display: block;
}
.socials-mini {
  float: right;
  margin: 27px 10px 0;
}
.socials-mini a {
  display: inline-block;
  font-size: 20px;
  color: white;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  padding: 0 5px;
  vertical-align: middle;
}
.socials-mini a.membership {
  width: 210px;
  height: 26px;
  background: url(img/img-membership.png) no-repeat;
}
.socials-mini a.membership:hover {
  -webkit-transform: rotate(-1.5deg);
  -moz-transform: rotate(-1.5deg);
  -ms-transform: rotate(-1.5deg);
  -o-transform: rotate(-1.5deg);
}
.socials-mini a.taxes {
  width: 210px;
  height: 26px;
  background: url(img/img-taxes.png) no-repeat;
}
.socials-mini a.taxes:hover {
  -webkit-transform: rotate(-1.5deg);
  -moz-transform: rotate(-1.5deg);
  -ms-transform: rotate(-1.5deg);
  -o-transform: rotate(-1.5deg);
}
.socials-mini a.facebook:hover {
  color: #3b5998;
}
.socials-mini a.youtube:hover {
  color: #cd201f;
}
#search {
  float: right;
  margin: 27px 10px 0 0;
  position: relative;
}
#search:after {
  content: "\f002";
  font-family: FontAwesome;
  position: absolute;
  top: 5px;
  right: 5px;
  color: #2760af;
}
table.bordered {
  width: 100%;
  min-width: 302px;
}
table.bordered tr {
  font-size: .8em;
}
table.bordered tr:nth-child(2n) td {
  background: #e3eaf5;
}
table.bordered tr td,
table.bordered tr th {
  padding: 5px 10px;
}
table.members .fa-user {
  font-size: 14px;
  color: #6094dc;
  border: 1px solid #0a1b32;
  padding: 5px;
  background: #0e2647;
}
table.members .fa-check-circle {
  font-size: 18px;
}
table.members .fa-times-circle {
  font-size: 12px;
  margin-left: 2px;
}
#main {
  margin: 20px 0;
}
#main.partneri #content h2 {
  font-size: 1.8em;
  border-bottom: 2px solid #1e4985;
  color: #14325c;
}
#main.partneri #content table {
  border: none;
}
#main.partneri #content table + table {
  border-top: 1px dotted #6094dc;
}
#main.partneri #content table tr td {
  width: 200px;
}
#main.partneri #content table tr td img {
  margin: 20px 0;
}
#main div:before,
#main article:before,
#main div:after,
#main article:after {
  content: '';
  display: table;
  clear: both;
}
#main .tabs {
  margin-top: -10px;
}
#main .tabs .tab-header {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  background: #2760af;
  color: white;
  text-align: center;
  -webkit-border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 2px;
  -moz-border-radius-topright: 2px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 2px;
  background-clip: padding-box;
  font-size: .8em;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
#main .tabs .tab-header.active {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
#main .tabs .tab-header a {
  padding: 10px;
  display: block;
}
#main .tabs .tab-item {
  background: white;
  float: left;
  width: 100%;
}
#main .tabs table {
  min-width: 302px;
}
#main #content {
  background: white;
  font-size: .95em;
  min-height: 450px;
  box-shadow: 2px 2px 8px #bdcee8;
  /* TABLES */
  /* BOXES */
}
#main #content &gt; * &gt; * {
  margin-top: 10px;
}
#main #content h1 {
  padding: 20px;
  border-bottom: 1px solid #d5dae1;
  font-weight: 300;
  line-height: 1.1em;
}
#main #content h1 small {
  font-size: .5em;
}
#main #content h2 {
  margin: 0;
}
#main #content h2 + h2 {
  margin-top: 20px;
}
#main #content h2 + ul {
  margin-top: 10px;
}
#main #content h2 + table {
  margin-top: 10px;
  border-top: 1px solid #e3eaf5;
  border-bottom: 1px solid #e3eaf5;
}
#main #content h3 + h3 {
  margin-top: 20px;
}
#main #content h3 + ul {
  margin-top: 10px;
}
#main #content p {
  margin: 10px 0;
}
#main #content p:last-child {
  margin-bottom: 0;
}
#main #content p + h2 {
  margin-top: 20px;
}
#main #content p + table {
  margin-top: -5px;
  border-top: 1px solid #e3eaf5;
  border-bottom: 1px solid #e3eaf5;
}
#main #content ul {
  margin: -5px 0 0 10px;
}
#main #content ul + p,
#main #content ul + h2 {
  margin-top: 20px;
}
#main #content ul li {
  padding-left: 20px;
  position: relative;
  color: #102747;
}
#main #content ul li:before {
  color: #2760af;
  font-size: 1.1em;
  content: '\f105';
  top: 2px;
  left: 5px;
  font-family: FontAwesome;
  position: absolute;
  display: inline-block;
}
#main #content a {
  color: #2760af;
  text-decoration: underline;
  color: #1e4985;
}
#main #content img {
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}
#main #content img + img {
  margin-top: 20px;
}
#main #content hr {
  display: inline-block;
  margin: 30px 0 0px;
  border: none;
  height: 1px;
  width: 100%;
  background: #7295cd;
}
#main #content hr + h2,
#main #content hr + h3 {
  margin-top: 20px;
}
#main #content table {
  width: 100%;
  table-layout: fixed;
}
#main #content table.notfixed {
  table-layout: auto;
}
#main #content table + p,
#main #content table + h2,
#main #content table + table {
  margin-top: 25px !important;
}
#main #content table.nopadding tr td,
#main #content table.nopadding tr th {
  padding: 5px 0;
}
#main #content table.player img {
  max-width: 300px;
  height: auto;
}
#main #content table.player tr td,
#main #content table.player tr th {
  font-size: 1.1em;
  padding: 5px 15px;
}
#main #content table tr {
  font-size: .85em;
}
#main #content table tr:nth-child(2n) td {
  background: #e3eaf5;
}
#main #content table tr td,
#main #content table tr th {
  padding: 5px 5px;
  vertical-align: top;
}
#main #content table tr td.td-min,
#main #content table tr th.td-min {
  width: 1px;
  white-space: nowrap;
}
#main #content table thead.header {
  font-size: 20px;
}
#main #content table thead.header &gt; tr &gt; td {
  border-bottom: 1px solid #E3EAF5;
}
#main #content table thead tr th {
  text-align: left;
  color: #2760af;
  width: auto !important;
}
#main #content .article + .article {
  margin: 20px 0 0;
  border-top: 1px solid #d5dae1;
  padding: 20px 0 0;
}
#main #content .article.article-horizontal .article-image {
  float: left;
  width: 200px;
  margin: 0 20px 0 0;
}
#main #content .article.article-horizontal .article-image + .header {
  padding-left: 220px;
}
#main #content .article-single {
  font-size: .95em;
}
#main #content .article-single img {
  width: 100%;
  height: auto;
}
#main #content .article-single .article-image {
  float: left;
  width: 100%;
  margin: 0 0 30px;
}
#main #content .article-single .article-image + * {
  margin-top: 0;
}
#main #content .meta-edit {
  background: #85c441;
  display: inline-block;
  padding: 5px 10px;
}
#main #content .meta-edit:hover {
  background: #6ba032;
}
#main #content .meta-edit a {
  color: white;
  text-decoration: none;
}
#main #content .pager {
  margin-top: 20px;
}
#main #content .pager .wp-pagenavi .pages {
  display: none;
}
#main #content .pager .wp-pagenavi span {
  border: none;
  color: #2760af;
}
#main #content .pager .wp-pagenavi span.current {
  background: #1e4985;
  color: white;
  font-weight: 300;
}
#main #content .pager .wp-pagenavi a {
  text-decoration: none;
  border: none;
  color: #2760af;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}
#main #content .pager .wp-pagenavi a:hover {
  background: #2760af;
  color: white;
}
#main #content .boxes {
  text-align: center;
  margin-bottom: 20px;
}
#main #content .boxes .box {
  margin: 2px 0;
  display: inline-block;
  color: white;
  background: #2760af;
  padding: 5px 15px;
  text-decoration: none;
  border-radius: 3px;
  background-clip: padding-box;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}
#main #content .boxes .box:hover,
#main #content .boxes .box.active {
  background: #e4792a;
}
.content-wrapper {
  padding: 20px;
}
.content-wrapper &gt; *:first-child {
  margin-top: 0 !important;
}
.content-wrapper iframe {
  margin: 20px auto;
  display: block;
}
.swiper-container {
  position: relative;
  overflow: hidden;
}
.swiper-container .swiper-wrapper {
  width: 100%;
  position: relative;
}
.swiper-container .swiper-wrapper .swiper-slide {
  float: left;
}
.swiper-container {
  height: 324px;
}
.swiper-container .swiper-wrapper .swiper-slide {
  text-align: center;
}
.swiper-container .swiper-wrapper .swiper-slide img {
  margin-top: 50px;
  border: 3px solid #16468A;
  width: 150px;
  height: auto;
  display: inline-block;
}
.swiper-container:hover .swiper-arrows &gt; a {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.swiper-container:hover .swiper-arrows &gt; a.previous {
  left: 0;
}
.swiper-container:hover .swiper-arrows &gt; a.next {
  right: 0;
}
.swiper-container .swiper-arrows &gt; a {
  padding: 20px;
  position: absolute;
  bottom: 0;
  z-index: 999;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}
.swiper-container .swiper-arrows &gt; a:hover:hover {
  cursor: pointer;
}
.swiper-container .swiper-arrows &gt; a.previous {
  left: -40px;
}
.swiper-container .swiper-arrows &gt; a.next {
  right: -40px;
}
.swiper-container .swiper-arrows &gt; a .fa {
  font-size: 20px;
  color: #16468A;
}
.swiper-container .swiper-pagination {
  width: 100%;
  position: absolute;
  bottom: 5px;
  text-align: center;
}
.swiper-container .swiper-pagination .swiper-pagination-switch {
  display: inline-block;
  margin: 0 3px;
  background: #16468A;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-clip: padding-box;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.swiper-container .swiper-pagination .swiper-pagination-switch:hover:hover {
  cursor: pointer;
}
.swiper-container .swiper-pagination .swiper-pagination-switch.swiper-active-switch {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
#top-news {
  width: 620px;
}
#top-news #top-news-slider {
  width: 440px;
  height: 324px;
  float: left;
  position: relative;
  overflow: hidden;
}
#top-news #top-news-slider .top-news-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  background: #2760af;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  z-index: 600;
}
#top-news #top-news-slider .top-news-slide.active {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  z-index: 700;
}
#top-news #top-news-slider .top-news-slide.active .title-wrapper .title {
  bottom: 0;
}
#top-news #top-news-slider .top-news-slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#top-news #top-news-slider .top-news-slide .title-wrapper {
  position: relative;
  height: 100%;
}
#top-news #top-news-slider .top-news-slide .title-wrapper .show-more {
  display: none;
}
#top-news #top-news-slider .top-news-slide .title-wrapper .title {
  color: white;
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  background: url(img/bgr-transparent-blue.png);
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
}
#top-news #top-news-slider .top-news-slide .title-wrapper .title h3 {
  margin: 20px 20px 10px;
  font-size: 1em;
}
#top-news #top-news-slider .top-news-slide .title-wrapper .title span {
  font-size: .8em;
  margin: 0 20px 20px;
  display: inline-block;
}
#top-news #top-news-slider .bullets {
  display: none;
}
#top-news #top-news-strips {
  width: 180px;
  float: left;
  padding-left: 1px;
}
#top-news #top-news-strips .top-news-strip {
  height: 64px;
  width: 100%;
  background: green;
  background: #2760af;
  display: block;
  font-size: .8em;
  color: white;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}
#top-news #top-news-strips .top-news-strip + .top-news-strip {
  margin-top: 1px;
  overflow: hidden;
}
#top-news #top-news-strips .top-news-strip.active {
  background: url(img/bgr-transparent-blue.png);
  color: white;
}
#top-news #top-news-strips .top-news-strip:hover {
  background: #1e4985;
  color: white;
}
#top-news #top-news-strips .top-news-strip table {
  width: 100%;
}
#top-news #top-news-strips .top-news-strip table td {
  padding-right: 10px;
  max-height: 44px;
}
#top-news #top-news-strips .top-news-strip table td:first-child {
  width: 1px;
}
#top-news #top-news-strips .top-news-strip table td span {
  height: 52px;
  display: inline-block;
  overflow: hidden;
}
#top-news #top-news-strips .top-news-strip table img {
  width: 44px;
  height: 44px;
  margin: 10px 0 10px 10px;
  float: left;
}
#partners {
  background: #0a1b32;
  height: 100px;
  text-align: center;
}
#partners img {
  display: inline-block;
  height: 50px;
  margin: 25px 10px;
}
#footer {
  height: 289px;
  background: url(img/bgr-footer-01.jpg) no-repeat center;
  font-size: .9em;
}
#footer &gt; .wrapper {
  position: relative;
  height: 100%;
}
#footer #copy {
  position: absolute;
  left: 0;
  bottom: 10px;
  color: white;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  -webkit-opacity: 0.8;
  -khtml-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
#footer #z {
  position: absolute;
  right: 0;
  bottom: 10px;
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(img/logo-z.jpg) no-repeat;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
#footer #z:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
#footer .third {
  margin: 40px 0 0;
}
#footer ul {
  margin-left: 10px;
}
#footer ul li a {
  position: relative;
  color: white;
  padding: 3px 0 1px;
  display: inline-block;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  -webkit-opacity: 0.6;
  -khtml-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
}
#footer ul li a:before {
  position: absolute;
  top: 6px;
  left: -10px;
  content: "\f105";
  font-family: FontAwesome;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}
#footer ul li a:hover {
  border-bottom: 1px solid white;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
#footer ul li a:hover:before {
  left: -20px;
  content: "\f101";
}
#footer a {
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}
#footer a[href^="mailto:"] {
  color: #e4792a;
}
#footer a[href^="mailto:"]:hover {
  border-bottom: 1px solid #e4792a;
}
@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  #header #logo {
    background-image: url(img/logo@2x.png);
  }
}
canvas.snow {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  pointer-events: none;
}

.unclickable &gt; a {
  font-style: italic;
  color: #ccc!important;
}
.unclickable &gt; a:hover {
  cursor: not-allowed;
}
.unclickablesub &gt; a {
  font-style: italic;
  color: #fff!important;
  background-color: #666!important;
  border-color: #555!important;
}
.unclickablesub &gt; a:hover {
  cursor: not-allowed;
  background-color: #444!important;
}</pre></body></html>