@charset "UTF-8";
@font-face {
    font-family: 'roboto';
    src: url('../fonts/roboto-thin-webfont.eot');
    src: url('../fonts/roboto-thin-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto-thin-webfont.woff') format('woff'),
         url('../fonts/roboto-thin-webfont.ttf') format('truetype'),
         url('../fonts/roboto-thin-webfont.svg#robotolight') format('svg');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'roboto';
    src: url('../fonts/roboto-light-webfont.eot');
    src: url('../fonts/roboto-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto-light-webfont.woff') format('woff'),
         url('../fonts/roboto-light-webfont.ttf') format('truetype'),
         url('../fonts/roboto-light-webfont.svg#robotolight') format('svg');
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: 'roboto';
    src: url('../fonts/roboto-regular-webfont.eot');
    src: url('../fonts/roboto-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto-regular-webfont.woff') format('woff'),
         url('../fonts/roboto-regular-webfont.ttf') format('truetype'),
         url('../fonts/roboto-regular-webfont.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'roboto';
    src: url('../fonts/roboto-bold-webfont.eot');
    src: url('../fonts/roboto-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto-bold-webfont.woff') format('woff'),
         url('../fonts/roboto-bold-webfont.ttf') format('truetype'),
         url('../fonts/roboto-bold-webfont.svg#robotobold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'roboto_condensed';
    src: url('../fonts/robotocondensed-light-webfont.eot');
    src: url('../fonts/robotocondensed-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/robotocondensed-light-webfont.woff') format('woff'),
         url('../fonts/robotocondensed-light-webfont.ttf') format('truetype'),
         url('../fonts/robotocondensed-light-webfont.svg#roboto_condensedlight') format('svg');
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: 'roboto_condensed';
    src: url('../fonts/robotocondensed-regular-webfont.eot');
    src: url('../fonts/robotocondensed-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/robotocondensed-regular-webfont.woff') format('woff'),
         url('../fonts/robotocondensed-regular-webfont.ttf') format('truetype'),
         url('../fonts/robotocondensed-regular-webfont.svg#roboto_condensedregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'roboto_condensed';
    src: url('../fonts/robotocondensed-bold-webfont.eot');
    src: url('../fonts/robotocondensed-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/robotocondensed-bold-webfont.woff') format('woff'),
         url('../fonts/robotocondensed-bold-webfont.ttf') format('truetype'),
         url('../fonts/robotocondensed-bold-webfont.svg#roboto_condensedbold') format('svg');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'roboto_slab';
    src: url('../fonts/robotoslab-thin-webfont.eot');
    src: url('../fonts/robotoslab-thin-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/robotoslab-thin-webfont.woff') format('woff'),
         url('../fonts/robotoslab-thin-webfont.ttf') format('truetype'),
         url('../fonts/robotoslab-thin-webfont.svg#roboto_slabthin') format('svg');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'roboto_slab';
    src: url('../fonts/robotoslab-light-webfont.eot');
    src: url('../fonts/robotoslab-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/robotoslab-light-webfont.woff') format('woff'),
         url('../fonts/robotoslab-light-webfont.ttf') format('truetype'),
         url('../fonts/robotoslab-light-webfont.svg#roboto_slablight') format('svg');
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: 'roboto_slab';
    src: url('../fonts/robotoslab-regular-webfont.eot');
    src: url('../fonts/robotoslab-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/robotoslab-regular-webfont.woff') format('woff'),
         url('../fonts/robotoslab-regular-webfont.ttf') format('truetype'),
         url('../fonts/robotoslab-regular-webfont.svg#roboto_slabregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'roboto_slab';
    src: url('../fonts/robotoslab-bold-webfont.eot');
    src: url('../fonts/robotoslab-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/robotoslab-bold-webfont.woff') format('woff'),
         url('../fonts/robotoslab-bold-webfont.ttf') format('truetype'),
         url('../fonts/robotoslab-bold-webfont.svg#roboto_slabbold') format('svg');
    font-weight: bold;
    font-style: normal;
}

body {
  font-family: 'roboto';
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'roboto_slab';
}
.tsv-body {
  margin-top: 20px;
  margin-bottom: 50px;
}
a,
.uk-link {
  color: #e00;
}
a:hover,
.uk-link:hover {
  color: #f00;
}
.tsv-breadcrumb {
  color: #999;
  text-transform: uppercase;
}
.tsv-breadcrumb li {
  font-size: 13px;
}
.tsv-navbar {
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px 0px;
  z-index: 1000!important;
}
@media (max-width: 960px) {
  .tsv-navbar .uk-container {
    padding: 0;
  }
}
.tsv-navbar .uk-navbar-brand,
.tsv-navbar .uk-navbar-content,
.tsv-navbar .uk-navbar-toggle {
  height: 61px;
}
.tsv-navbar .uk-navbar-toggle {
  background-color: #e00;
  color: #fff;
  padding: 0 20px;
  transition: all 0.3s;
}
.tsv-navbar .uk-navbar-toggle:hover {
  background-color: #f00;
  transition: all 0.3s;
}
.tsv-navbar .uk-navbar-content > .uk-navbar-nav > li {
  height: 61px;
  line-height: 60px;
  margin-left: 5px;
  margin-right: 5px;
}
.tsv-navbar .uk-navbar-content > .uk-navbar-nav > li:hover > a {
  background-color: transparent;
}
.tsv-navbar .uk-navbar-content > .uk-navbar-nav > li.uk-active > a {
  background-color: transparent;
  color: #e00;
}
.tsv-navbar .uk-navbar-content > .uk-navbar-nav > li.uk-active > a:hover {
  border-bottom: 4px solid #f00;
  color: #f00;
  transition: all 0.3s;
}
.tsv-navbar .uk-navbar-content > .uk-navbar-nav > li.uk-open:hover > a {
  border-bottom: 4px solid #f00;
}
.tsv-navbar .uk-navbar-content > .uk-navbar-nav > li.uk-open.uk-active > a {
  color: #f00;
}
.tsv-navbar .uk-navbar-content > .uk-navbar-nav > li.uk-open.uk-active > a:hover {
  color: #f00;
}
.tsv-navbar .uk-navbar-content > .uk-navbar-nav > li.uk-open > a {
  background-color: transparent;
  border-bottom: 4px solid #666;
  color: #333;
  transition: all 0.3s;
}
.tsv-navbar .uk-navbar-content > .uk-navbar-nav > li.uk-open > a:hover {
  border-bottom: 4px solid #f00;
  color: #333;
  transition: all 0.3s;
}
.tsv-navbar .uk-navbar-content > .uk-navbar-nav > li > a {
  border-top: 0px solid transparent;
  border-bottom: 0px solid transparent;
  color: #616161;
  cursor: pointer;
  font-family: 'roboto_condensed';
  font-size: 1.2em;
  font-weight: normal;
  height: 61px;
  line-height: 60px;
  padding-left: 10px;
  padding-right: 10px;
  text-transform: uppercase;
  transition: all 0.3s;
}
.tsv-navbar .uk-navbar-content > .uk-navbar-nav > li > a:hover {
  border-bottom: 4px solid #f00;
  color: #333;
  transition: all 0.3s;
}
.tsv-navbar .uk-dropdown-navbar {
  background-color: #666;
  line-height: 30px;
  padding: 0 15px;
}
.tsv-navbar .uk-dropdown-navbar ul > li.uk-active > a {
  border-left: 4px solid #e00;
  color: #fff;
}
.tsv-navbar .uk-dropdown-navbar ul > li.uk-active > a:hover {
  border-left: 4px solid #f00;
}
.tsv-navbar .uk-dropdown-navbar ul > li > a {
  border-left: 0px solid transparent;
  color: #ccc;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  transition: all 0.3s;
}
.tsv-navbar .uk-dropdown-navbar ul > li > a:hover {
  background-color: rgba(31, 31, 31, 0.3);
  border-left: 4px solid rgba(31, 31, 31, 0.3);
  color: #fff;
  transition: all 0.3s;
}
.tsv-navbar .uk-dropdown-navbar ul > li > a:focus {
  background-color: rgba(31, 31, 31, 0.3);
}
.tsv-offcanvas > .uk-offcanvas-bar {
  box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 7px 0px;
  padding-top: 61px;
}
.uk-subnav > li > a {
  color: #e00;
  transition: all 0.3s;
}
.uk-subnav > li > a:hover {
  color: #f00;
  transition: all 0.3s;
}
.uk-article > .tsv-article-badge {
  background-color: #eee;
  color: #333;
  display: inline-block;
  height: 26px;
  line-height: 26px;
}
.uk-article > .tsv-article-badge > .tsv-article-tags {
  background-color: #e00;
  color: #fff;
  display: inline-block;
  font-family: 'roboto_slab';
  font-size: 1.0em;
  font-weight: bold;
  padding: 0 10px;
  text-transform: uppercase;
}
.uk-article > .tsv-article-badge > .tsv-article-date {
  display: inline-block;
  font-family: 'roboto_condensed';
  padding: 0 8px;
  text-transform: uppercase;
}
.uk-article > .uk-article-title {
  font-size: 28px;
  margin: 10px 0;
}
.tsv-panel-box {
  position: relative;
}
.tsv-panel-box > .uk-panel-teaser > img {
  height: 100px;
}
.tsv-panel-box > .uk-panel-teaser > .uk-panel-title {
  text-align: center;
}
.tsv-panel-box > .uk-panel-teaser > .uk-panel-title > span {
  background-color: #e00;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  text-transform: uppercase;
}
.tsv-panel-box > .uk-panel-title {
  position: absolute;
  right: 0;
  top: 0;
}
.tsv-panel-box > .uk-panel-title > span {
  background-color: #e00;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
}
.tsv-nav > li.uk-active > a {
  background-color: #e00;
}
.tsv-nav > li.uk-active > a > .uk-text-muted {
  color: #ddd!important;
}
.tsv-list .tsv-list-date {
  border: 0px solid #616161;
  font-family: 'roboto_condensed';
  font-size: 12px;
  font-weight: bold;
  margin-right: 10px;
  min-width: 34px;
  padding: 0px;
  text-align: center;
  text-transform: uppercase;
}
.tsv-list .tsv-list-date > .tsv-list-date-pre {
  background-color: #e00;
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  padding: 5px 0 0 0;
}
.tsv-list .tsv-list-date > .tsv-list-date-post {
  background-color: #e00;
  color: #fff;
  font-size: 12px;
  line-height: 14px;
  padding: 0 0 5px 0;
}
.tsv-list a {
  color: #333;
  font-family: 'roboto_slab';
  font-weight: bold;
}
.tsv-list a:hover {
  color: #f00;
  text-decoration: none;
}
.tsv-gallery-panel {
  height: 200px;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.tsv-gallery-panel > .uk-panel-badge {
  margin: 5px;
}
.tsv-gallery-panel > .uk-overlay-caption {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.75);
}
.tsv-panel-org {
  max-width: 230px;
}
.tsv-panel-org > .uk-panel > .uk-panel-teaser > img {
  width: 100%;
  height: 210px;
  background-position: cover;
}
.tsv-panel-org > .uk-panel > .uk-panel-title {
  font-family: 'roboto_condensed';
}
.tsv-jumbo {
  height: 450px;
}
@media (max-width: 768px) {
  .tsv-jumbo {
    height: 300px;
  }
}
.tsv-jumbo .tsv-jumbo-text {
  color: #fff;
  font-family: 'roboto_slab';
  font-size: 60px;
  line-height: 75px;
  text-align: center;
  text-shadow: 0 0 15px #333;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .tsv-jumbo .tsv-jumbo-text {
    font-size: 40px;
    line-height: 50px;
  }
}
.tsv-divider {
  height: 50px;
}
table > tbody > tr.tsv-odd {
  background-color: #eee;
}
.uk-pagination > li.uk-active > span {
  background-color: #e00;
}
.tsv-match-table {
  margin-top: 0;
}
.tsv-match-table > thead > tr > th {
  color: #333;
  text-align: center;
  text-transform: uppercase;
}
.tsv-match-table > tbody > tr > td {
  font-family: 'roboto_condensed';
}
.tsv-badge-fussball {
  background-color: #8cc14c;
}
.tsv-badge-tennis {
  background-color: #ff4b2a;
}
.tsv-pv-counter {
  background-color: #373d45;
  border-radius: 5px;
  box-shadow: inset rgba(0, 0, 0, 0.5) 0px 0px 5px 0px;
  display: inline-block;
  height: 50px;
  line-height: 50px;
  padding: 5px;
  position: relative;
}
.tsv-counter {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  width: 32px;
}
.tsv-counter-0 {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  width: 32px;
  background-image: url("../img/counter.png");
  background-position: 0px 0px;
}
.tsv-counter-1 {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  width: 32px;
  background-image: url("../img/counter.png");
  background-position: 0px -50px;
}
.tsv-counter-2 {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  width: 32px;
  background-image: url("../img/counter.png");
  background-position: 0px -100px;
}
.tsv-counter-3 {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  width: 32px;
  background-image: url("../img/counter.png");
  background-position: 0px -150px;
}
.tsv-counter-4 {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  width: 32px;
  background-image: url("../img/counter.png");
  background-position: 0px -200px;
}
.tsv-counter-5 {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  width: 32px;
  background-image: url("../img/counter.png");
  background-position: 0px -250px;
}
.tsv-counter-6 {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  width: 32px;
  background-image: url("../img/counter.png");
  background-position: 0px -300px;
}
.tsv-counter-7 {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  width: 32px;
  background-image: url("../img/counter.png");
  background-position: 0px -350px;
}
.tsv-counter-8 {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  width: 32px;
  background-image: url("../img/counter.png");
  background-position: 0px -400px;
}
.tsv-counter-9 {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  width: 32px;
  background-image: url("../img/counter.png");
  background-position: 0px -450px;
}
.tsv-counter-unit {
  display: inline-block;
  width: 32px;
  color: #999;
  font-family: 'roboto_condensed';
  font-size: 1.2em;
  font-weight: bold;
  line-height: 50px;
  height: 50px;
  position: relative;
}
.b-lazy {
  -webkit-transition: opacity 500ms ease-in-out;
  -moz-transition: opacity 500ms ease-in-out;
  -o-transition: opacity 500ms ease-in-out;
  transition: opacity 500ms ease-in-out;
  max-width: 100%;
  opacity: 0;
}
.b-lazy.b-loaded {
  opacity: 1;
}
.tsv-timeline-time {
  border-top: solid 1px #ccc;
  box-sizing: border-box;
  height: 48px;
  padding: 2px 5px 0 0;
}
.tsv-overlay-wrapper {
  background: #009688;
  color: #fff;
  border-top: 3px solid #00796b;
  box-sizing: border-box;
  font-weight: bold;
  padding: 5px;
  position: absolute;
  text-align: center;
}
.tsv-overlay {
  display: inline-block;
  vertical-align: middle;
}
.uk-tab > li > a {
  color: #e00;
}
.uk-tab > li > a:hover {
  color: #f00;
}
