﻿/* colors */
/* fonts */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1;
  font-family: "Roboto Condensed", sans-serif;
  background: url(img/vg_back.jpg) repeat 0 0; }

body * {
  -webkit-appearance: none;
  border-radius: 0; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

a:link {
  color: inherit; }

a:active {
  color: inherit; }

a:visited {
  color: inherit; }

a:hover {
  color: inherit; }

/* custom */
header {
  height: 66px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.06);
  background: #FFFFFF;
  z-index: 5000; }
  header .search-icon {
    float: right;
    cursor: pointer;
    padding-top: 25px;
    padding-bottom: 20px;
    padding-left: 25px; }
  header .logo {
    float: left;
    height: 100%;
    width: 178px; }
    header .logo img {
      max-height: 100%;
      max-width: 100%;
      padding-top: 10px; }
  header nav {
    width: calc(100% - 360px);
    float: left;
    text-align: center;
    display: inline-block; }
    header nav a {
      padding: 0 20px;
      display: inline-block;
      line-height: 66px;
      text-decoration: none;
      font-family: "Source Sans Pro", sans-serif;
      font-weight: 700;
      text-decoration: none;
      text-transform: uppercase;
      font-size: 1rem; }
  header .header-container {
    width: 1234px;
    max-width: 100%;
    margin: 0 auto;
    padding-left: 8px;
    padding-right: 8px;
    position: relative;
    height: 100%; }

.embed-container {
  height: 0;
  margin-bottom: 18px;
  overflow: hidden;
  padding-bottom: 56.25%;
  /* 16/9 ratio */
  padding-top: 30px;
  /* IE6 workaround*/
  position: relative; }
  .embed-container iframe, .embed-container object, .embed-container embed {
    height: 100% !important;
    left: 0;
    position: absolute;
    top: 0;
    width: 100% !important; }

.search-form {
  position: fixed;
  width: 500px;
  max-width: 84%;
  padding: 25px;
  top: -300px;
  transition: top 1s;
  left: 50%;
  transform: translateX(-50%);
  -webkit-box-shadow: 0px 0px 20px -8px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 20px -8px rgba(0, 0, 0, 0.5);
  background: #fff;
  z-index: 10000;
  font-family: "Roboto Condensed", sans-serif; }
  .search-form.active {
    top: 80px; }
  .search-form .search-field {
    border: 1px solid #616161;
    background: none;
    padding: 10px 20px;
    line-height: 20px;
    font-size: 16px;
    height: 20px;
    width: calc(67% - 20px);
    float: left; }
  .search-form .search-button {
    border: none;
    cursor: pointer;
    width: 25%;
    height: 42px;
    line-height: 42px;
    float: right;
    color: #FFFFFF;
    background: #0E8BE7;
    text-transform: uppercase; }

body {
  padding-top: 66px;
  background-color: #FFFFFF; }

.container {
  position: relative;
  width: 1250px;
  max-width: 100%;
  margin: 0 auto;
  padding-top: 60px;
  padding-bottom: 32px;
  background-color: #FFFFFF;
  overflow: hidden;
  padding-left: 20px;
  padding-right: 20px; }

.border-bottom {
  width: 100%;
  height: 1px;
  background: #EBEBEB;
  margin-top: 20px;
  margin-bottom: 20px;
  clear: left;
  float: left; }
  .border-bottom.downsize {
    width: calc(100% - 16px);
    margin-left: 8px; }
  .border-bottom.smalltop {
    margin-top: 10px; }
  .border-bottom.no-top {
    margin-top: 0; }

/* grid */
.col {
  margin-left: 8px;
  margin-right: 8px;
  float: left;
  overflow: hidden; }

.col-md-1 {
  width: calc(25% - 16px); }

.col-md-2 {
  width: calc(50% - 16px); }

.col-md-3 {
  width: calc(75% - 16px); }

.col-md-4 {
  width: calc(100% - 16px); }

.col-md-third {
  width: calc(33.3333% - 16px); }

.col-md-twothirds {
  width: calc(66.6666% - 16px); }

.row {
  float: left;
  width: 100%;
  clear: left; }
  .row .stretch {
    margin-left: -8px;
    margin-right: -8px;
    width: calc(100% + 16px); }

.long-third .col-md-third {
  padding-bottom: 20px; }
  .long-third .col-md-third:nth-child(3n+1) {
    clear: left; }

/* typography */
h1, h2, h3, h4, h5, h6, h7 {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  color: #1E1E1E;
  padding-top: 10px;
  padding-bottom: 10px; }
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, h7 a {
    color: inherit;
    text-decoration: none; }
    h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, h7 a:hover {
      text-decoration: none; }

h3 {
  padding-top: 30px;
  padding-bottom: 10px;
  width: 100%;
  float: left;
  clear: both; }
  h3.italic {
    font-style: italic; }

.large-list h2, h1 {
  font-size: 2.8125rem;
  line-height: 3rem;
  padding-top: 24px;
  padding-bottom: 24px; }

.medium-list h2 {
  font-size: 2rem;
  line-height: 2.25rem; }

.medium-list .intro {
  font-size: 1rem;
  line-height: 1.375rem;
  font-family: "Cabin", sans-serif;
  color: #616161;
  padding-bottom: 20px; }

.large-list .intro, .rte p, .rte ol, .rte ul {
  font-family: "Cabin", sans-serif;
  font-size: 1.125rem;
  line-height: 1.625rem;
  color: #616161;
  padding-bottom: 25px; }

.rte ol, .rte ul {
  list-style: initial;
  padding-left: 30px;
  padding-bottom: 20px; }

.rte ol {
  list-style: decimal; }

.rte li {
  padding-bottom: 5px; }

.rte img {
  width: 100% !important;
  height: auto !important; }

.rte strong {
  font-weight: 700; }

.large-list img, .medium-list img, .small-list img {
  width: 100%; }

.small-list .date {
  display: block;
  font-size: 0.8rem;
  color: #616161;
  padding-bottom: 5px; }

.small-list .intro {
  font-size: 1rem;
  line-height: 1.375rem;
  font-family: "Cabin", sans-serif;
  color: #616161;
  padding-bottom: 20px; }

.col-md-twothirds .date {
  display: block;
  font-size: 0.8rem;
  color: #616161;
  padding-bottom: 0; }

.quad-list .col-md-1:nth-child(4n+1) {
  clear: left; }

.comments-tab, .viewed-tab {
  display: none; }

.links {
  padding-bottom: 12px;
  border-bottom: 1px solid #EBEBEB;
  margin-bottom: 24px;
  margin-top: 32px;
  height: 2.125rem; }
  .links .colored {
    color: #FFFFFF;
    padding-left: 12px;
    padding-right: 12px;
    float: left;
    background: #0E8BE7;
    font-size: 1.125rem;
    position: relative;
    display: inline-block; }
    .links .colored:after {
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 2.125rem 0.75rem 0 0;
      border-color: #0E8BE7 transparent transparent transparent;
      position: absolute;
      right: -12px;
      top: 0; }
    .links .colored a {
      font-weight: 700;
      color: #FFFFFF;
      text-transform: uppercase;
      font-size: 1.125rem; }
  .links a {
    text-decoration: none;
    font-weight: 600;
    font-family: "Source Sans Pro", sans-serif;
    text-transform: uppercase;
    line-height: 2.125rem;
    font-size: 0.875rem;
    color: #C5C5C5; }
  .links .tab-list {
    float: left;
    margin-left: 32px; }
    .links .tab-list li {
      display: inline-block; }
    .links .tab-list a.active {
      color: #0E8BE7; }
  .links .link-right {
    float: right;
    color: #0E8BE7; }
    .links .link-right svg {
      margin-left: 16px;
      fill: #0E8BE7; }
  .links .divide {
    color: #C5C5C5;
    margin-left: 12px;
    margin-right: 12px; }

a.link-middle {
  text-align: center;
  color: #0E8BE7;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 700;
  font-family: "Source Sans Pro", sans-serif; }
  a.link-middle svg {
    margin-left: 16px;
    fill: #0E8BE7; }
  a.link-middle:hover {
    text-decoration: none; }
  a.link-middle.sport {
    text-align: center;
    color: #81C608; }
    a.link-middle.sport svg {
      margin-left: 16px;
      fill: #81C608; }
  a.link-middle.events {
    color: #C51B1B; }
    a.link-middle.events svg {
      margin-left: 16px;
      fill: #C51B1B; }

.events .links .colored {
  background-color: #C51B1B; }

.sport .links .colored {
  background-color: #81C608; }
  .sport .links .colored:after {
    border-color: #81C608 transparent transparent transparent; }

.sport .links .tab-list a.active {
  color: #81C608; }

.sport .links .link-right {
  color: #81C608; }
  .sport .links .link-right svg {
    fill: #81C608; }

.events .links .colored {
  background-color: #C51B1B; }
  .events .links .colored:after {
    border-color: #C51B1B transparent transparent transparent; }

.events .links .tab-list a.active {
  color: #C51B1B; }

.events .links .link-right {
  color: #C51B1B; }
  .events .links .link-right svg {
    fill: #C51B1B; }

/* pre footer */
/* poll style override */
.poll-script #OPP-poll-question-text {
  line-height: 1.625rem !important;
  font-size: 1.25rem !important;
  font-weight: 700;
  font-family: "Roboto Condensed", sans-serif !important;
  padding-bottom: 20px !important;
  color: #1E1E1E !important; }

.poll-script .OPP-poll-choice-div {
  padding-bottom: 7px !important;
  padding-right: 10px !important;
  margin-top: 10px !important; }
  .poll-script .OPP-poll-choice-div input {
    -webkit-appearance: radio; }

.poll-script .OPP-poll-choice {
  color: #616161 !important;
  font-size: 1rem !important;
  font-family: "Roboto Condensed", sans-serif !important;
  font-weight: 400 !important; }

.poll-script #OPP-div-around-poll {
  padding: 0 !important;
  clear: left !important; }

.poll-script #OPP-powered-by {
  display: none !important; }

.poll-script #OPP-poll-vote-button {
  border: none !important;
  background: none !important;
  font-size: 1rem !important;
  line-height: 1.5rem !important;
  color: #8C35D1 !important;
  font-weight: 700 !important;
  cursor: pointer; }

.poll-script #OPP-result-link-text {
  display: none !important; }

.poll-script #OPP-poll-id-604efad4e4b06f4c09f9a425 {
  width: 100% !important; }

.poll-script .OPP-choiceBar > div:nth-child(2) {
  display: none !important; }

.poll-script .OPP-result-summary {
  display: none !important; }

.pre-footer {
  padding-top: 60px;
  padding-bottom: 90px;
  margin-bottom: 38px;
  border-bottom: 1px solid #EBEBEB; }
  .pre-footer .colored {
    color: #FFFFFF;
    padding-left: 12px;
    padding-right: 12px;
    float: left;
    background: #0E8BE7;
    font-size: 1.125rem;
    position: relative;
    margin-bottom: 16px; }
    .pre-footer .colored:after {
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 2.125rem 0.75rem 0 0;
      border-color: #0E8BE7 transparent transparent transparent;
      position: absolute;
      right: -12px;
      top: 0; }
    .pre-footer .colored a {
      font-weight: 700;
      color: #FFFFFF;
      text-transform: uppercase;
      text-decoration: none;
      line-height: 2.125rem;
      font-family: "Source Sans Pro", sans-serif;
      font-style: italic; }
  .pre-footer .poll-script .colored {
    background: #8C35D1; }
    .pre-footer .poll-script .colored:after {
      border-color: #8C35D1 transparent transparent transparent; }
  .pre-footer .footer-galleries .colored {
    background: #85074F; }
    .pre-footer .footer-galleries .colored:after {
      border-color: #85074F transparent transparent transparent; }
  .pre-footer .spacer {
    height: 16px;
    width: 100%; }
  .pre-footer .slider2 {
    clear: left; }
    .pre-footer .slider2 img {
      width: 100%; }
  .pre-footer .footer-galleries .gallery-prev {
    position: absolute;
    top: -40px;
    right: 40px;
    cursor: pointer; }
  .pre-footer .footer-galleries .gallery-next {
    position: absolute;
    top: -40px;
    right: 5px;
    cursor: pointer; }
  .pre-footer .weather {
    clear: left;
    text-align: center; }
    .pre-footer .weather .temp {
      font-size: 1.5rem;
      font-weight: 700;
      font-family: "Source Sans Pro", sans-serif; }
    .pre-footer .weather .temp-value {
      font-size: 2rem;
      font-weight: 700;
      font-family: "Source Sans Pro", sans-serif; }

footer {
  padding-bottom: 35px;
  float: left;
  clear: left;
  width: 100%; }
  footer .footer-logo {
    width: 100%;
    max-width: 230px;
    display: block;
    margin-bottom: 16px; }
    footer .footer-logo img {
      width: 100%;
      height: auto; }
  footer p {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 400;
    font-size: 1rem;
    padding-bottom: 30px;
    line-height: 1.375rem;
    color: #616161; }
    footer p a {
      color: #0E8BE7;
      text-decoration: none; }
      footer p a:hover {
        text-decoration: underline; }
      footer p a:link {
        color: #0E8BE7; }
  footer .footer-links li {
    padding-bottom: 30px; }
  footer .footer-links a {
    color: #616161;
    font-weight: 600;
    text-decoration: none;
    font-size: 1rem;
    font-family: "Roboto Condensed", sans-serif; }
    footer .footer-links a:hover {
      text-decoration: underline; }
  footer .social-links {
    text-align: right; }
    footer .social-links .social-link {
      width: 48px;
      background: rgba(130, 206, 254, 0.1);
      border-radius: 50%;
      overflow: hidden;
      display: inline-block;
      line-height: 48px;
      text-align: center; }
      footer .social-links .social-link:hover {
        background: #82cefe; }
      footer .social-links .social-link svg {
        margin-bottom: -5px; }

.title-bar .colored {
  color: #FFFFFF;
  padding-left: 12px;
  padding-right: 12px;
  float: left;
  background: #0E8BE7;
  font-size: 1.125rem;
  position: relative;
  display: inline-block; }
  .title-bar .colored:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 2.125rem 0.75rem 0 0;
    border-color: #0E8BE7 transparent transparent transparent;
    position: absolute;
    right: -12px;
    top: 0; }
  .title-bar .colored a {
    font-weight: 700;
    color: #FFFFFF;
    text-transform: uppercase; }

.title-bar a {
  text-decoration: none;
  font-weight: 600;
  font-family: "Source Sans Pro", sans-serif;
  text-transform: uppercase;
  line-height: 2.125rem;
  font-size: 1.125rem;
  color: #C5C5C5; }

.gallery.title-bar .colored {
  background: #85074F; }
  .gallery.title-bar .colored:after {
    border-color: #85074F transparent transparent transparent; }

.sport .title-bar .colored {
  background: #81C608; }
  .sport .title-bar .colored:after {
    border-color: #81C608 transparent transparent transparent; }

.events .title-bar .colored {
  background: #C51B1B; }
  .events .title-bar .colored:after {
    border-color: #C51B1B transparent transparent transparent; }

/* paginacija */
.pagination {
  padding: 10px 0;
  float: left;
  width: 100%;
  clear: both; }
  .pagination li {
    float: left;
    margin-right: 7px; }
  .pagination a {
    display: block;
    padding: 5px 8px;
    border: 1px solid #0E8BE7;
    color: #fff;
    background-color: #0E8BE7;
    font-size: 18px;
    font-weight: 300;
    text-decoration: none; }
  .pagination .current a, .pagination a:hover {
    color: #0E8BE7;
    border: 1px solid #ccc;
    background: #FFFFFF; }
  .pagination.sport a {
    border-color: #81C608;
    background-color: #81C608; }
  .pagination.sport .current a, .pagination.sport a:hover {
    color: #81C608;
    border: 1px solid #ccc;
    background: #FFFFFF; }
  .pagination.events a {
    border-color: #C51B1B;
    background-color: #C51B1B; }
  .pagination.events .current a, .pagination.events a:hover {
    color: #C51B1B;
    border: 1px solid #ccc;
    background: #FFFFFF; }
  .pagination.gallery a {
    border-color: #85074F;
    background-color: #85074F; }
  .pagination.gallery .current a, .pagination.gallery a:hover {
    color: #85074F;
    border: 1px solid #ccc;
    background: #FFFFFF; }

.items-per-page {
  clear: left;
  font-size: 14px;
  font-weight: 300;
  float: left;
  width: 100%;
  padding-bottom: 20px; }

/* FB */
.fb_iframe_widget {
  min-width: 100% !important;
  width: 100% !important; }
  .fb_iframe_widget span {
    min-width: 100% !important;
    width: 100% !important; }
    .fb_iframe_widget span iframe [style] {
      min-width: 100% !important;
      width: 100% !important; }

.fb-comments {
  margin-top: 25px; }

.article .date {
  font-size: 0.875rem; }

.article-content .colored {
  color: #FFFFFF;
  padding-left: 12px;
  padding-right: 12px;
  float: left;
  background: #0E8BE7;
  font-size: 1.125rem;
  position: relative;
  display: inline-block; }
  .article-content .colored:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 2.125rem 0.75rem 0 0;
    border-color: #0E8BE7 transparent transparent transparent;
    position: absolute;
    right: -12px;
    top: 0; }
  .article-content .colored a {
    font-weight: 700;
    color: #FFFFFF;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 2.125rem;
    font-size: 0.875rem; }

.article-gallery img {
  width: 100%; }

img.fluid {
  width: 100%;
  height: auto; }

/* hamburger */
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 15px;
  display: none;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }

.hamburger:hover {
  opacity: 0.7; }

.hamburger.is-active:hover {
  opacity: 0.7; }

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #000; }

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 40px;
  height: 4px;
  background-color: #000;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease; }

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block; }

.hamburger-inner::before {
  top: -10px; }

.hamburger-inner::after {
  bottom: -10px; }

/*
   * Collapse
   */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }

.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }

.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }

.image-elements {
  position: relative;
  display: block; }
  .image-elements .colored {
    color: #FFFFFF;
    padding-left: 12px;
    padding-right: 12px;
    float: left;
    background: #0E8BE7;
    font-size: 1rem;
    position: relative;
    display: block;
    position: absolute;
    bottom: 16px;
    left: 0;
    height: 30px;
    line-height: 30px;
    text-transform: uppercase;
    font-style: italic; }
    .image-elements .colored:after {
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 30px 0.75rem 0 0;
      border-color: #0E8BE7 transparent transparent transparent;
      position: absolute;
      right: -12px;
      top: 0; }
    .image-elements .colored span {
      font-weight: 700;
      display: block;
      color: #FFFFFF; }
    .image-elements .colored.sport {
      background: #81C608; }
      .image-elements .colored.sport:after {
        border-color: #81C608 transparent transparent transparent; }
    .image-elements .colored.events {
      background: #C51B1B; }
      .image-elements .colored.events:after {
        border-color: #C51B1B transparent transparent transparent; }
    .image-elements .colored.gallery {
      background: #85074F; }
      .image-elements .colored.gallery:after {
        border-color: #85074F transparent transparent transparent; }

.banner {
  margin-bottom: 20px;
  max-width: 100%;
  clear: left; }

.pb-20 {
  padding-bottom: 20px; }

.banner-holder .banner {
  display: none;
  text-align: center; }
  .banner-holder .banner:first-child {
    display: block; }
  .banner-holder .banner img {
    width: auto;
    max-width: 100%;
    height: auto; }

.banner-holder .custom-banner {
  overflow: hidden;
  clear: left; }

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0; }
  .videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.hide-desktop {
  display: none; }

@media only screen and (min-width: 768px) {
  .tiny-list h2 {
    font-size: 1rem;
    line-height: 1.1875rem;
    padding-top: 0;
    padding-bottom: 0;
    width: calc(100% - 96px);
    float: right;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden; }
  .tiny-list img {
    float: left;
    margin-right: 24px;
    width: 72px;
    height: auto; }
  .pb-d-60 {
    padding-bottom: 60px; } }

.notifier {
  width: 1px;
  height: 1px;
  top: 0;
  left: 0;
  position: fixed; }

@media only screen and (max-width: 1290px) {
  .container {
    padding-left: 0;
    padding-right: 0; } }

@media only screen and (max-width: 767px) {
  .hide-mobile {
    display: none !important; }
  .hide-desktop {
    display: block; }
  .pre-footer {
    display: none; }
  .home .pre-footer {
    display: block; }
  a.link-middle {
    margin-bottom: 20px; }
  .large-list h2, .large-list h1 {
    padding-top: 10px;
    padding-bottom: 10px; }
  .large-list .intro {
    padding-bottom: 20px; }
  .mobile-compact img {
    float: left;
    width: 50%;
    height: auto; }
  .mobile-compact h2 {
    width: calc(50% - 16px);
    float: right;
    padding-top: 0; }
    .mobile-compact h2 a {
      -webkit-line-clamp: 4;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      overflow: hidden; }
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-twothirds, .col-md-third {
    width: 94%;
    margin-left: 3%;
    margin-right: 0; }
  .sub-header {
    position: fixed;
    top: 67px;
    width: 100%;
    background: #FFFFFF;
    height: 42px;
    text-align: center;
    z-index: 4800;
    box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.06);
    transition: top 0.5s; }
    .sub-header.hide {
      top: 0; }
    .sub-header a {
      font-size: 1rem;
      line-height: 42px;
      display: inline-block;
      font-weight: 700;
      font-family: "Source Sans Pro", sans-serif;
      text-transform: uppercase;
      text-decoration: none;
      position: relative;
      padding-left: 21px;
      margin-left: 5px;
      margin-right: 5px; }
      .sub-header a:before {
        content: "";
        width: 8px;
        height: 8px;
        position: absolute;
        top: 17px;
        left: 0;
        background-color: #0E8BE7; }
      .sub-header a:hover {
        text-decoration: none; }
      .sub-header a.sport:before {
        background-color: #81C608; }
      .sub-header a.events:before {
        background-color: #C51B1B; }
  .search-icon {
    padding-right: 25px; }
  .medium-list h2 {
    font-size: 1.5rem;
    line-height: 1.8rem; }
  .large-list h2, h1 {
    font-size: 1.5rem;
    line-height: 1.8rem; }
  footer .footer-logo {
    display: inline-block; }
  footer .social-links {
    text-align: center; }
  .center-mobile {
    text-align: center; }
  .small-list > .col, .pre-footer > .col {
    margin-bottom: 20px; }
  .small-list.long-third > .col {
    margin-bottom: 0;
    padding-bottom: 0; }
  .title-bar .colored, .links .colored {
    width: 100%;
    text-align: center; }
    .title-bar .colored:after, .links .colored:after {
      display: none; }
  .links {
    padding-bottom: 37px; }
  .links .tab-list {
    float: none;
    text-align: center;
    display: block; }
  header {
    box-shadow: none;
    border-bottom: 1px solid #EBEBEB; }
    header nav {
      display: none;
      position: fixed;
      width: 100vw;
      height: calc(100vh - 66px);
      top: 66px;
      left: 0;
      background: #FFFFFF;
      z-index: 500;
      display: none; }
      header nav a {
        display: block;
        border-bottom: 1px solid #f7f7f7;
        text-align: left;
        padding-left: 36px;
        position: relative; }
        header nav a:before {
          content: " ";
          position: absolute;
          left: 15px;
          top: 30px;
          width: 8px;
          height: 8px;
          background-color: #616161; }
        header nav a.news:before {
          background-color: #0E8BE7; }
        header nav a.sport:before {
          background-color: #81C608; }
        header nav a.events:before {
          background-color: #C51B1B; }
        header nav a.gallery:before {
          background-color: #85074F; }
    header .hamburger {
      display: inline-block;
      position: absolute;
      top: 5px;
      left: 5px;
      z-index: 50; }
    header .logo {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%); }
  .container {
    padding-top: 80px; } }
