<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");

/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v18-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Regular'), local('OpenSans-Regular'),
       url('../fonts/open-sans-v18-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v18-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v18-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v18-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v18-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/open-sans-v18-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Bold'), local('OpenSans-Bold'),
       url('../fonts/open-sans-v18-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v18-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v18-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v18-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v18-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-800 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/open-sans-v18-latin-800.eot'); /* IE9 Compat Modes */
  src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'),
       url('../fonts/open-sans-v18-latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v18-latin-800.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v18-latin-800.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v18-latin-800.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v18-latin-800.svg#OpenSans') format('svg'); /* Legacy iOS */
}

html { scroll-behavior: smooth; }

body {
  font-family: 'Open Sans' !important;
  height: 100%;
  line-height: 21px !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, .article-title { font-weight: 800 !important; font-size: 38px; }
h2 {
  font-weight: 800 !important;
  text-transform: uppercase;
  font-size: 31px !important;
  margin: 0 0 20px !important;
}
h3 {
  font-weight: 800 !important;
  text-transform: uppercase;
  font-size: 21px !important;
  margin: 0 0 20px !important;
}


/* HEADER */

.logo-top { position: absolute; width: 235px; top: 20px; z-index: 9999; margin-left: 15px; }
.navbar {
  border-top: 10px solid #000 !important;
  padding: 0; 
  width: 100%;
  top: 0;
  border-bottom: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
  z-index: 10000 !important;
  position: fixed !important;
  background: linear-gradient(90deg, transparent 70%, #000 30%);
}
.navbar-nav, .nav { display: inline !important; background: #000; }
.navbar-nav li { display: inline-block; }
.navbar-nav a {
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  transition: 0.3s;
  font-size: 13px;
}
.navbar-nav a:hover { color: #000; } 

.navbar-nav::before {
  position: absolute;
  content: "";
  width: 50px;
  height: 50px;
  margin-left: -30px;
  transform: skew(30deg);
  background-color: #000;
  z-index: -10;
}
.navbar-brand { position: absolute; width: 230px; margin-top: -30px; }
.navbar-logo { width: 160px; }

.navbar-toggle .icon-bar { color: #fff; background: #fff; }
.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse { max-height: none !important; }

.dropdown-menu { position: absolute !important; background: #000 !important; }
.dropdown-menu li { display: block; }
.dropdown-menu a { color: #fff !important; }
.dropdown-menu a:hover { background: none !important; opacity: .5; }
.nav .open &gt; a, .nav .open &gt; a:hover, .nav .open &gt; a:focus { background: #fff; color: #000; }

.caret { display: none !important; }

.header {
  height: 80vh;
  width: 100%;
  padding-top: 20vh;
  background-size: cover;
  background-color: #008c6f;
}
.header h1, .header .article-title { text-transform: uppercase; font-size: 51px !important; }
.header .container {
  color: #fff; 
  z-index: 9999;
  position: relative;
}
.header-small { height: 40vh; }
.header-small .layer { height: 40vh; }

.layer { 
  background-color: #000; 
  height: 80vh;
  width: 100%;
  top: 0;
  position: absolute;
  opacity: .3;
}

/* BLOCKS */

.block { padding: 60px 0; }

.block-top { margin-top: -90px; }

.block-grey { background: #f6f6f6; }
.block-grey .item-content { background: #fff; }

.block-split img, .block-sponsors img { width: 100%; }

.block-sponsors img { margin-bottom: 30px; }

/* ITEMS */

.item { margin-bottom: 30px; }
.item:hover {
  transform: translateY(-8px);
  transition: .2s;
  animation-delay: 0s;
  -webkit-box-shadow: 0 2px 3px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 2px 3px 0px rgba(0,0,0,0.2);
  box-shadow: 0 2px 3px 0px rgba(0,0,0,0.2);
}
.item img { width: 100%; height: 180px; object-fit: cover; }
article .btn { display: block; clear: both; margin-top: 30px; }
.news-list a, a .item { color: #000; }
a:hover { text-decoration: none !important; }

.item-content { padding: 30px; background: #f6f6f6; }

.item-club { display: table-cell; vertical-align: bottom; height: 390px; }
.item-club span, .item-club-big span { margin: 15px 30px 30px; display: block; }
.item-club .btn { width: 100%; }
.item-club img, .item-club-big img { width: 150px; margin-left: 30px; }

.item-club-big {   }

/* Fotoalbum */

.album { list-style: none; margin: 0; padding: 0; }
.album li { width: 14%; float: left; margin: 0 3px 15px 0; }
.gallery-article .gallery-item { width: 19.3%; }
.gallery-item { display: inline-block; width: 14%; }
.album img, .gallery-item img { width: 100%; height: 150px; object-fit: cover; margin-bottom: 3px; }
.album span { display: block; clear: both; text-align: center; margin-top: 5px; }
.album a {
    font-weight: 700; 
    color: #000;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.btn-back { width: 100%; display: block; text-align: right; margin-top: -30px; }
.btn-back a { color: #000; text-decoration: underline; }


/* SIDEBAR */

.news-list {
  background: #f6f6f6;
  list-style: none;
  margin: 0;
  padding: 30px;
}
.news-list li { border-bottom: 1px solid #ddd; padding: 5px; }
.news-list li:last-child { border: 0; }

.news-title {
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    font-size: 15px !important;
    text-transform: none;
    font-weight: 600 !important;
    margin-bottom: 10px !important;
}
.news-title a { color: #000; }
.news-title a:hover { color: #999; }

.source { display: block; clear: both; margin-top: 30px; }

.pagination &gt; .active &gt; a, .pagination &gt; .active &gt; span, .pagination &gt; .active &gt; a:hover, .pagination &gt; .active &gt; span:hover, .pagination &gt; .active &gt; a:focus, .pagination &gt; .active &gt; span:focus {
    background-color: #000 !important;
    border: 1px solid #000 !important;
    color: #fff !important;
}
.pagination &gt; li &gt; a, .pagination &gt; li &gt; span { color: #000 !important; }
.summary { margin-bottom: 15px; }

/* BUTTONS */

.btn { 
  border: 0 !important; 
  margin-top: 15px !important;
  border-radius: 0 !important;
  padding: 20px 30px !important;
  text-transform: uppercase;
  font-weight: 700 !important;
  transition: 0.3s;
}
.btn:after {
  content: '\f178';
  font-family: FontAwesome;
  float: right;
  margin-left: 15px;
}
.btn:hover:after { margin-left: 20px; }

.btn-default { color: #000; padding: 0 !important; background-color: transparent !important; }
.btn-default:hover { background-color: #fff !important; }


.btn-primary { background-color: #008c6f !important; }
.btn-primary:hover { background-color: #000 !important; }

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap &gt; .container { padding: 70px 15px 20px; }
.wrap &gt; .container:first-child { padding: 0; }
.footer { padding: 60px 0; background-color: #fff; }
.footer a { color: #000; text-decoration: underline; }

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: "\e151";
}

a.desc:after {
    content: "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view td {
    white-space: nowrap;
}

.grid-view .filters input,
.grid-view .filters select {
    min-width: 50px;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li &gt; form &gt; button.logout {
    padding: 15px;
    border: none;
}

@media(max-width:1200px) {
    .navbar-collapse .navbar-nav { display: none !important; }
    .navbar-collapse.show .navbar-nav  { display: block !important; }
    .navbar-top { background: none; }
    .navbar-toggle {
        display: block !important;
        background: #000 !important;
        padding: 5px;
        position: absolute !important;
        top: 0;
        right: 0; }
}

@media(max-width:768px) {
    .header .block-sponsors div { width: 50%; float: left; }
}

@media(min-width:667px and max-width:767px) {
    .header, .layer { height: auto; }
}

@media(max-width:767px) {
    .nav li &gt; form &gt; button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
    .block { padding: 30px 0; }
    .col-lg-9 { margin-bottom: 30px; }
    .col-lg-3.block-sponsors div, .col-lg-3 .block-sponsors div { width: 50%; float: left; }

    .navbar { background: none; }
    .header-small, .header-small .layer { height: 80vh; }
    .navbar-brand { margin-top: -20px; width: 120px; left: 0; }
    .navbar-brand img  { width: 90px; }
    .logo-top { width: 243px; }
    .navbar-nav::before { display: none !important; }

    .navbar-toggle {
      background: #000 !important;
      padding: 5px;
      position: absolute !important;
      top: 0;
      right: 0;
    }
    .navbar-collapse {
      position: absolute !important;
      z-index: -1;
      background: #000;
      top: 0;
      left: 15px;
      padding-top: 60px;
      right: 0px;
      width: 100%;
    }

    h1 {
      max-width: 100%;
      overflow: hidden;
      display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    }
    .album li, .gallery-item { display: inline-block; width: 32.3%; }
}


.nav &gt; li &gt; form &gt; button.logout:focus,
.nav &gt; li &gt; form &gt; button.logout:hover {
    text-decoration: none;
}

.nav &gt; li &gt; form &gt; button.logout:focus {
    outline: none;
}
</pre></body></html>