<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #ccc; }

.mfp-preloader a:hover {
  color: #fff; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover, .mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before, .mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px; }

.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }
/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
    .mfp-img-mobile .mfp-image-holder {
      padding-left: 0;
      padding-right: 0; }
    .mfp-img-mobile img.mfp-img {
      padding: 0; }
    .mfp-img-mobile .mfp-figure:after {
      top: 0;
      bottom: 0; }
    .mfp-img-mobile .mfp-figure small {
      display: inline;
      margin-left: 5px; }
    .mfp-img-mobile .mfp-bottom-bar {
      background: rgba(0, 0, 0, 0.6);
      bottom: 0;
      margin: 0;
      top: auto;
      padding: 3px 5px;
      position: fixed;
      box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
    .mfp-img-mobile .mfp-counter {
      right: 5px;
      top: 3px; }
    .mfp-img-mobile .mfp-close {
      top: 0;
      right: 0;
      width: 35px;
      height: 35px;
      line-height: 35px;
      background: rgba(0, 0, 0, 0.6);
      position: fixed;
      text-align: center;
      padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }
/* ==========================================================================
 Normalize.scss settings
 ========================================================================== */
/**
 * Includes legacy browser support IE6/7
 *
 * Set to false if you want to drop support for IE6 and IE7
 */
/* Base
 ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 * 3. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *  `em` units.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }
/**
 * Remove default margin.
 */
body {
  margin: 0; }
/* HTML5 display definitions
 ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }
/**
 * 1. Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio, canvas, progress, video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }
/**
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox &lt; 22.
 */
[hidden], template {
  display: none; }
/* Links
 ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }
/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active, a:hover {
  outline: 0; }
/* Text-level semantics
 ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b, strong {
  font-weight: bold; }
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }
/**
 * Addresses styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }
/* Embedded content
 ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0; }
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }
/* Grouping content
 ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }
/**
 * Address odd `em`-unit font size rendering in all browsers.
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em; }
/* Forms
 ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *  Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 * 4. Improves appearance and consistency in all browsers.
 */
button, input, optgroup, select, textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button, select {
  text-transform: none; }
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *  and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *  `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *  Known issue: inner spacing remains in IE 6.
 */
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  /* 1 */
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled], html input[disabled] {
  cursor: default; }
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }
/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 *  Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto; }
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Corrects text not wrapping in Firefox 3.
 * 4. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }
/* Tables
 ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td, th {
  padding: 0; }

@font-face {
  font-family: 'BloggerSans';
  src: url('../fonts/blogger/Blogger_Sans.eot');
  src: url('../fonts/blogger/Blogger_Sans.eot') format('embedded-opentype'), url('../fonts/blogger/Blogger_Sans.woff2') format('woff2'), url('../fonts/blogger/Blogger_Sans.woff') format('woff'), url('../fonts/blogger/Blogger_Sans.ttf') format('truetype'), url('../fonts/blogger/Blogger_Sans.svg#Blogger_Sans') format('svg');
  font-weight: normal; }

@font-face {
  font-family: 'BloggerSans';
  src: url('../fonts/blogger/Blogger_SansLight.eot');
  src: url('../fonts/blogger/Blogger_SansLight.eot') format('embedded-opentype'), url('../fonts/blogger/Blogger_SansLight.woff2') format('woff2'), url('../fonts/blogger/Blogger_SansLight.woff') format('woff'), url('../fonts/blogger/Blogger_SansLight.ttf') format('truetype'), url('../fonts/blogger/Blogger_SansLight.svg#Blogger_SansLight') format('svg');
  font-weight: 300; }

@font-face {
  font-family: 'BloggerSans';
  src: url('../fonts/blogger/Blogger_SansMedium.eot');
  src: url('../fonts/blogger/Blogger_SansMedium.eot') format('embedded-opentype'), url('../fonts/blogger/Blogger_SansMedium.woff2') format('woff2'), url('../fonts/blogger/Blogger_SansMedium.woff') format('woff'), url('../fonts/blogger/Blogger_SansMedium.ttf') format('truetype'), url('../fonts/blogger/Blogger_SansMedium.svg#Blogger_SansMedium') format('svg');
  font-weight: 600; }

@font-face {
  font-family: 'BloggerSans';
  src: url('../fonts/blogger/Blogger_SansBold.eot');
  src: url('../fonts/blogger/Blogger_SansBold.eot') format('embedded-opentype'), url('../fonts/blogger/Blogger_SansBold.woff2') format('woff2'), url('../fonts/blogger/Blogger_SansBold.woff') format('woff'), url('../fonts/blogger/Blogger_SansBold.ttf') format('truetype'), url('../fonts/blogger/Blogger_SansBold.svg#Blogger_SansBold') format('svg');
  font-weight: bold; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html, body {
  min-height: 100vh;
  background-color: #fff;
  position: relative;
  font-family: 'BloggerSans';
  color: #2c303b; }
  html.lock, body.lock {
    margin: 0;
    height: 100%;
    overflow: hidden; }

a {
  color: inherit;
  text-decoration: none; }
  a:hover {
    text-decoration: none; }

.container {
  width: 1200px;
  margin: 0 auto;
  clear: both;
  display: block;
  position: relative; }
  .container:after {
    content: '';
    width: 100%;
    height: 0;
    display: block;
    clear: both; }
  @media all and (max-width: 1220px) {
  .container {
    width: 100%;
    display: block; } }

h1.main {
  color: #101a1c;
  font-weight: 100;
  font-size: 60px;
  margin: 30px 0 40px 0;
  padding: 0; }
  @media all and (max-width: 1220px) {
  h1.main {
    margin-left: 15px;
    margin-right: 15px; } }
  @media all and (max-width: 750px) {
  h1.main {
    font-size: 45px; } }

.wrapper {
  min-height: calc(100vh - 400px);
  padding-bottom: 60px; }

.flash-message {
  background: #d7c800;
  color: #1b2c36;
  text-align: center;
  padding: 15px 0;
  font-size: 16px; }

.checkbox-switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 22px; }
  .checkbox-switch input {
    display: none; }
    .checkbox-switch input:checked + .slider {
      background-color: #007bff; }
    .checkbox-switch input:focus + .slider {
      box-shadow: 0 0 1px #007bff; }
    .checkbox-switch input:checked + .slider:before {
      -webkit-transform: translateX(16px);
      -ms-transform: translateX(16px);
      transform: translateX(16px); }
  .checkbox-switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: 0.4s;
    /* Safari */
    transition: 0.4s; }
    .checkbox-switch .slider:before {
      position: absolute;
      content: "";
      height: 16px;
      width: 17px;
      left: 3px;
      bottom: 3px;
      background-color: white;
      -webkit-transition: 0.4s;
      /* Safari */
      transition: 0.4s; }

.article-list article {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 60px 0; }
  .article-list article .image {
    width: 170px;
    margin-right: 40px;
    position: relative; }
    .article-list article .image img {
      display: block;
      width: 100%;
      border: 1px solid #e6ebee; }
    .article-list article .image time {
      position: absolute;
      left: 0;
      top: 0;
      padding: 8px 13px;
      background: #172933;
      color: #fff;
      font-size: 12px;
      font-weight: 600;
      text-align: center;
      border-bottom-left-radius: 2px;
      border-bottom-right-radius: 2px; }
      .article-list article .image time span {
        border-bottom: 1px solid #577586;
        display: block;
        padding-bottom: 2px;
        margin-bottom: 6px; }
    @media all and (max-width: 500px) {
    .article-list article .image {
      margin-bottom: 10px; } }
  .article-list article .c {
    width: calc(100% - 210px); }
    .article-list article .c h3 {
      color: #648381;
      font-weight: 600;
      font-size: 23px;
      margin: 0;
      padding: 0;
      width: 75%; }
      .article-list article .c p {
        font-size: 15px;
        font-weight: 300;
        color: #101a1c;
        line-height: 24px; }
    .article-list article .c a.more {
      font-size: 15px;
      color: #540b0e;
      font-weight: 900;
      text-decoration: underline; }
      .article-list article .c a.more i {
        width: 15px;
        height: 15px;
        background-color: #540b0e;
        border-radius: 50%;
        display: inline-block;
        margin: 0 0 -2px 8px;
        position: relative; }
        .article-list article .c a.more i:after {
          width: 4px;
          height: 4px;
          border-top: 1px solid #fff;
          border-right: 1px solid #fff;
          content: '';
          margin: -3px 0 0 -4px;
          position: absolute;
          left: 50%;
          top: 50%;
          -ms-transform: rotate(45deg);
          /* IE 9 */
          -webkit-transform: rotate(45deg);
          /* Chrome, Safari, Opera */
          transform: rotate(45deg); }
      .article-list article .c a.more:hover {
        text-decoration: none; }
    @media all and (max-width: 500px) {
    .article-list article .c {
      width: 100%; } }

.document-categories-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between; }
  .document-categories-list:after {
    content: "";
    flex: auto; }
  .document-categories-list .item {
    width: calc(50% - 20px);
    background: #f6f6f6;
    padding: 15px;
    margin-bottom: 40px;
    -webkit-transition: 250ms;
    /* Safari */
    transition: 250ms; }
  .document-categories-list .item:hover {
    background: #eee; }
  .document-categories-list .item h3 {
    font-size: 23px;
    font-weight: 600;
    color: #540b0e;
    line-height: 28px;
    margin: 0;
    padding: 0; }
  .document-categories-list .item .desc {
    margin: 0;
    padding: 0;
    font-size: 15px;
    font-weight: 300; }

.document-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between; }
  .document-list:after {
    content: "";
    flex: auto; }
  .document-list .item {
    width: calc(50% - 20px);
    background: #f6f6f6;
    margin-bottom: 40px;
    padding: 15px; }
  .document-list .item h3 {
    font-size: 21px;
    font-weight: 600;
    color: #540b0e;
    line-height: 24px;
    margin: 0 0 10px 0;
    padding: 0; }
  .document-list .item ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .document-list .item ul li {
      margin-bottom: 10px; }
      .document-list .item ul li:last-child {
        margin: 0; }
      .document-list .item ul li a {
        display: flex;
        align-items: center;
        justify-content: center;
        -webkit-transition: 250ms;
        /* Safari */
        transition: 250ms; }
        .document-list .item ul li a i {
          background: #ccc;
          width: 50px;
          min-height: 50px;
          text-align: center;
          -webkit-transition: 250ms;
          /* Safari */
          transition: 250ms; }
          .document-list .item ul li a i svg {
            width: 32px;
            height: 32px;
            fill: #333;
            margin-top: 8px;
            -webkit-transition: 250ms;
            /* Safari */
            transition: 250ms; }
        .document-list .item ul li a span {
          display: inline-block;
          width: calc(100% - 50px);
          padding: 5px 0 5px 15px; }
          .document-list .item ul li a span em {
            color: #666;
            font-size: 12px; }
        .document-list .item ul li a:hover {
          color: #540b0e; }
          .document-list .item ul li a:hover i {
            background: #540b0e; }
            .document-list .item ul li a:hover i svg {
              fill: #fff; }

.document-side-list .item {
  margin-bottom: 25px; }
  .document-side-list .item h4 {
    font-size: 23px;
    font-weight: 600;
    color: #540b0e;
    line-height: 28px;
    margin: 0 0 5px 0;
    padding: 0; }
    .document-side-list .item h4 a {
      text-decoration: underline; }
      .document-side-list .item h4 a:hover {
        text-decoration: none; }
  .document-side-list .item p {
    margin: 0;
    padding: 0;
    font-size: 15px;
    font-weight: 300; }
  .document-side-list .item .folder {
    color: #101a1c;
    font-size: 15px;
    margin-top: 10px; }
    .document-side-list .item .folder svg {
      width: 19px;
      height: 21px;
      fill: #648381;
      float: left;
      margin: 5px 10px 0 0; }
    .document-side-list .item .folder a {
      color: #648381;
      font-weight: bold; }
      .document-side-list .item .folder a:hover {
        text-decoration: underline; }

.photogallery-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 -10px; }
  .photogallery-list:after {
    content: "";
    flex: auto; }
  .photogallery-list .item {
    width: calc(25% - 20px);
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 40px;
    align-self: flex-start; }
  .photogallery-list .item .image {
    position: relative;
    overflow: hidden; }
    .photogallery-list .item .image img {
      display: block;
      max-width: 100%; }
    .photogallery-list .item .image .caption {
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      background: rgba(27, 44, 54, 0.8);
      color: #fff;
      text-align: center;
      padding: 15px;
      visibility: hidden;
      opacity: 0;
      -webkit-transition: 250ms;
      /* Safari */
      transition: 250ms; }
      .photogallery-list .item .image .caption span {
        width: 100%;
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
  .photogallery-list .item h3 {
    text-align: center;
    padding: 5px 15px;
    font-weight: normal;
    margin: 0; }
    @media all and (max-width: 700px) {
    .photogallery-list .item h3 {
      font-size: 14px; } }
  .photogallery-list .item:hover .image .caption {
    opacity: 1;
    visibility: visible; }
  @media all and (max-width: 850px) {
    .photogallery-list .item {
      width: calc(33.3333% - 15px;); } }
  @media all and (max-width: 600px) {
    .photogallery-list .item {
      width: calc(50% - 15px;); } }
  @media all and (max-width: 1220px) {
  .photogallery-list {
    margin-left: 15px;
    margin-right: 15px; } }

.photogallery-images-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 20px 0; }
  .photogallery-images-list .item {
    width: calc(20% - 10px);
    margin-bottom: 15px; }
  .photogallery-images-list .item img {
    max-width: 100%; }
  @media all and (max-width: 900px) {
    .photogallery-images-list .item {
      width: calc(25% - 5px); } }
  @media all and (max-width: 750px) {
    .photogallery-images-list .item {
      width: calc(33.3333% - 5px); } }
  @media all and (max-width: 600px) {
    .photogallery-images-list .item {
      width: calc(50% - 5px); } }
  @media all and (max-width: 1220px) {
  .photogallery-images-list {
    margin-left: 15px;
    margin-right: 15px; } }

.search-result-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px 40px -5px; }
  .search-result-list a {
    background: #eee;
    padding: 15px;
    margin: 5px;
    width: calc(33.3333% - 10px);
    -webkit-transition: 250ms;
    /* Safari */
    transition: 250ms; }
  .search-result-list a strong {
    display: block;
    font-size: 17px;
    padding: 0 0 5px 0;
    color: #111; }
  .search-result-list a span {
    font-size: 12px;
    color: #666;
    display: block;
    word-wrap: break-word; }
  .search-result-list a:hover {
    background-color: #ddd; }
  @media all and (max-width: 900px) {
    .search-result-list a {
      width: calc(50% - 10px); } }
  @media all and (max-width: 500px) {
    .search-result-list a {
      width: calc(100% - 10px); } }
  @media all and (max-width: 1230px) {
  .search-result-list {
    margin: 0 5px 40px 5px; } }

.search-form {
  visibility: hidden;
  opacity: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.95);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  -webkit-transition: 250ms;
  /* Safari */
  transition: 250ms; }
  .search-form.active {
    opacity: 1;
    visibility: visible; }
  .search-form .close {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 50px;
    height: 50px;
    border: 0;
    background: none; }
  .search-form .close:before, .search-form .close:after {
    position: absolute;
    left: 22px;
    top: -2px;
    content: ' ';
    height: 51px;
    width: 2px;
    background-color: #ccc; }
  .search-form .close:before {
    transform: rotate(45deg); }
  .search-form .close:after {
    transform: rotate(-45deg); }
  .search-form .close:hover:before, .search-form .close:hover:after {
    background-color: #fff; }
  .search-form form {
    width: 100%;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .search-form form input {
    width: 100%;
    background-color: #fff;
    color: #333;
    outline: none;
    height: 100px;
    line-height: 100px;
    border: 0;
    padding: 0 250px 0 100px;
    font-size: 30px; }
    @media all and (max-width: 700px) {
    .search-form form input {
      padding: 0 130px 0 30px; } }
    @media all and (max-width: 500px) {
    .search-form form input {
      padding-right: 100px;
      font-size: 20px; } }
  .search-form form button {
    width: 100px;
    height: 100px;
    border: 0;
    background: none;
    position: absolute;
    right: 100px;
    top: 0; }
    .search-form form button svg {
      width: 50px;
      height: 50px;
      fill: #ccc;
      -webkit-transition: 250ms;
      /* Safari */
      transition: 250ms; }
    .search-form form button:hover svg {
      fill: #666; }
    @media all and (max-width: 700px) {
    .search-form form button {
      right: 20px; } }
    @media all and (max-width: 500px) {
    .search-form form button {
      right: 0; } }

.calendar-month {
  width: 100%;
  margin: 30px 0;
  border: 1px solid #e3e3e3;
  border-bottom: 0; }
  .calendar-month__head {
    display: flex;
    align-items: center;
    width: 100%;
    height: 51px;
    border-bottom: 1px solid #e3e3e3; }
  .calendar-month__head .arrow-prev {
    width: 50px;
    height: 50px;
    background: #2c303b;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: 250ms;
    /* Safari */
    transition: 250ms; }
    .calendar-month__head .arrow-prev svg {
      width: 13px;
      height: 7px;
      fill: #fff;
      -ms-transform: rotate(90deg);
      /* IE 9 */
      -webkit-transform: rotate(90deg);
      /* Chrome, Safari, Opera */
      transform: rotate(90deg); }
    .calendar-month__head .arrow-prev:hover {
      background: #424858; }
  .calendar-month__head h4 {
    margin: 0 auto;
    text-align: center;
    font-weight: 800;
    font-size: 20px; }
  .calendar-month__head .arrow-next {
    width: 51px;
    height: 51px;
    background: #2c303b;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: 250ms;
    /* Safari */
    transition: 250ms; }
    .calendar-month__head .arrow-next svg {
      width: 13px;
      height: 7px;
      fill: #fff;
      -ms-transform: rotate(-90deg);
      /* IE 9 */
      -webkit-transform: rotate(-90deg);
      /* Chrome, Safari, Opera */
      transform: rotate(-90deg); }
    .calendar-month__head .arrow-next:hover {
      background: #424858; }
  .calendar-month__body {
    display: flex;
    flex-wrap: wrap; }
  .calendar-month__body .row {
    width: 100%;
    display: flex;
    /* jaro */
    /* lĂ©to */
    /* podzim */
    /* zima */ }
    .calendar-month__body .row.row-month-3 .day-h {
      background: #43c078;
      border-color: #349c60;
      color: #fff; }
    .calendar-month__body .row.row-month-4 .day-h {
      background: #43c04f;
      border-color: #349c3e;
      color: #fff; }
    .calendar-month__body .row.row-month-5 .day-h {
      background: #78c043;
      border-color: #609c34;
      color: #000; }
    .calendar-month__body .row.row-month-6 .day-h {
      background: #ffd306;
      border-color: #d2ad00;
      color: #fff; }
    .calendar-month__body .row.row-month-7 .day-h {
      background: #ff9806;
      border-color: #d27b00;
      color: #fff; }
    .calendar-month__body .row.row-month-8 .day-h {
      background: #ffaa06;
      border-color: #d28a00;
      color: #fff; }
    .calendar-month__body .row.row-month-9 .day-h {
      background: #ce6c9f;
      border-color: #c14686;
      color: #fff; }
    .calendar-month__body .row.row-month-10 .day-h {
      background: #ce6ccd;
      border-color: #c146c0;
      color: #fff; }
    .calendar-month__body .row.row-month-11 .day-h {
      background: #ba6cce;
      border-color: #a846c1;
      color: #fff; }
    .calendar-month__body .row.row-month-12 .day-h {
      background: #4976c2;
      border-color: #365ea2;
      color: #fff; }
    .calendar-month__body .row.row-month-1 .day-h {
      background: #6b94da;
      border-color: #4277d0;
      color: #fff; }
    .calendar-month__body .row.row-month-2 .day-h {
      background: #56acd0;
      border-color: #3596be;
      color: #fff; }
  .calendar-month__body .day-h {
    width: calc(100% / 7);
    height: 51px;
    color: #111;
    text-align: center;
    line-height: 50px;
    background: #b5cf76;
    border: 1px solid #9ec264;
    border-bottom-width: 2px;
    font-weight: bold;
    border-left: 0;
    border-top: 0; }
    .calendar-month__body .day-h:nth-child(7) {
      border-right: 0; }
  .calendar-month__body .day {
    width: 14.2857142857%;
    display: inline-block;
    min-height: 51px;
    color: #111;
    text-align: center;
    line-height: 50px;
    background: #f6f6f6;
    border-bottom: 1px solid #e3e3e3;
    position: relative;
    -webkit-transition: 250ms;
    /* Safari */
    transition: 250ms; }
    .calendar-month__body .day:after {
      position: absolute;
      right: 0;
      top: 0;
      width: 1px;
      height: 100%;
      background: #e3e3e3;
      content: ''; }
    .calendar-month__body .day:nth-child(7n+1):after {
      display: none; }
    .calendar-month__body .day.active {
      background: #24282e;
      color: #fff; }
      .calendar-month__body .day.active:hover {
        background: #020303; }
      .calendar-month__body .day.active .event-list .item span {
        background: #fff;
        color: #2c303b; }
    .calendar-month__body .day.selected {
      background: #b9d6db;
      color: #fff; }
      .calendar-month__body .day.selected:hover {
        background: #86b8c1; }
    .calendar-month__body .day.today {
      border: 2px solid #24282e; }
    .calendar-month__body .day.disabled {
      background: none;
      color: rgba(255, 255, 255, 0.4); }
    .calendar-month__body .day .event-list {
      line-height: 20px;
      margin-bottom: 10px; }
      .calendar-month__body .day .event-list .item span {
        background: #2c303b;
        color: #fff;
        padding: 1px 5px 2px 5px;
        border-radius: 2px;
        font-size: 13px;
        display: inline; }

.calendar-day-detail {
  width: 100%;
  border: 2px solid #2c303b;
  padding: 20px;
  margin: -2px 0 0 0;
  position: relative;
  z-index: 2; }
  .calendar-day-detail h2 {
    margin: 0;
    padding: 0; }
  .calendar-day-detail hr {
    width: 100%;
    height: 1px;
    border: 0;
    background: #ccc;
    margin: 10px 0; }

.scroll-up {
  display: none;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  position: fixed;
  right: 20px;
  bottom: 20px;
  text-align: center;
  line-height: 50px;
  z-index: 999; }
  .scroll-up i {
    width: 20px;
    height: 20px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    display: inline-block;
    position: absolute;
    top: 50%;
    margin-top: -5px;
    left: 50%;
    margin-left: -10px;
    -ms-transform: rotate(-45deg);
    /* IE 9 */
    -webkit-transform: rotate(-45deg);
    /* Chrome, Safari, Opera */
    transform: rotate(-45deg); }
  @media all and (max-width: 750px) {
  .scroll-up {
    bottom: 65px;
    right: 10px; } }
</pre></body></html>