﻿@import 'https://fonts.googleapis.com/css?family=Oswald';
body {
  font-family: Calibri, Arial, Helvetica, sans-serif;
  background-color: #241f0c;
  font-size: 14px;
}

h1, h2, h3, h4 {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
}
h1 img, h2 img, h3 img, h4 img {
  vertical-align: middle;
  max-height: 20px;
}

a {
  color: #83071a;
}
a:hover {
  color: #c10a27;
}
a:active {
  color: #c10a27;
}
a:visited {
  color: #83071a;
}

.content-body {
  background-color: white;
  padding-bottom: 80px;
}

.header-area {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
.header-area .imago {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: rgba(0, 0, 0, 0.1);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 25%, rgba(0, 0, 0, 0.2));
}
.header-area .imago h1 {
  color: white;
  text-transform: uppercase;
  font-size: 4em;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.9);
}

.header {
  background-color: #c10a27;
  color: #ffffff;
}
.header .site-logo {
  max-width: 100%;
  max-height: 100px;
  /*transition: all 0.3s ease;*/
}
.header .col {
  padding-top: 8px;
  padding-bottom: 8px;
}
.header .main-navi-area {
  text-align: right;
  padding-top: 0;
  padding-bottom: 0;
}
.header .main-navi {
  padding: 0;
  margin: 0;
  font-size: 1.4em;
}
.header .main-navi li {
  display: inline-block;
  list-style: none;
  padding: 45px 15px;
  /*transition: all 0.3s ease;*/
}
.header .main-navi li a {
  color: white;
  text-transform: uppercase;
}
.header .main-navi li.current {
  background-color: black;
  background-color: rgba(0, 0, 0, 0.6);
}
.header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999999;
}
.header.fixed .main-navi li {
  padding: 20px 15px;
}
.header.fixed .site-logo {
  max-width: 100%;
  max-height: 50px;
}
.header.fixed .korisliiga-logo img {
  max-height: 30px;
  margin-left: 10px;
}

.subheader {
  background-color: rgba(193, 10, 39, 0.9);
}
.subheader .dark {
  background-color: rgba(0, 0, 0, 0.8);
}
.subheader .sub-navi {
  text-align: right;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}
.subheader .sub-navi a {
  color: white;
}
.subheader .sub-navi li {
  padding: 10px 15px;
  display: inline-block;
}

.footer {
  padding-top: 30px;
  padding-bottom: 50px;
  color: white;
}
.footer a {
  color: white;
}

article.container {
  padding-top: 50px;
}

.player-card {
  height: 200px;
}
.player-card .profile-image {
  max-width: 100%;
  max-height: 180px;
  border-radius: 4px;
}
.player-card .no-image {
  width: 100%;
  text-align: center;
  padding: 40px 0;
  background-color: whitesmoke;
  border-radius: 4px;
  color: gray;
  font-style: italic;
}

.player-profile .profile-image {
  max-width: 100%;
  border-radius: 4px;
}
.player-profile .no-image {
  width: 100%;
  text-align: center;
  padding: 40px 0;
  background-color: whitesmoke;
  border-radius: 4px;
  color: gray;
  font-style: italic;
}
.player-profile .dark-background {
  background-color: whitesmoke;
  border-left: 3px solid gray;
}
.player-profile .detail {
  font-size: 1.4em;
  padding: 10px;
  margin-bottom: 20px;
  border-radius: 5px;
}
.player-profile .detail h1 {
  padding: 0;
  margin: 0;
}
.player-profile .detail label {
  font-size: 0.6em;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  margin: 0;
}

.huge-news .news-item .image {
  height: 400px;
}
.huge-news .news-item .inner {
  height: auto;
}

.news-item {
  position: relative;
  border-radius: 7px;
  margin-bottom: 30px;
  background-color: whitesmoke;
}
.news-item a {
  color: #101010;
  text-decoration: none;
}
.news-item .image {
  height: 260px;
  border-radius: 7px;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.8));
}
.news-item .image .title {
  position: absolute;
  bottom: 10px;
  left: 10px;
  padding: 10px;
  color: white;
}
.news-item .image .title a {
  color: white;
}
.news-item .image .title .date {
  color: white;
}
.news-item .inner {
  height: 240px;
  overflow: hidden;
  padding: 5px 10px 30px 10px;
}
.news-item:hover {
  /*background-color: #e0d2d2;
      */
}
.news-item:hover .icon img {
  max-height: 36px;
}
.news-item .icon {
  position: absolute;
  top: -15px;
  right: 10px;
  z-index: 9999;
}
.news-item .icon .title {
  display: none;
}
.news-item .icon img {
  max-height: 26px;
  transition: all 0.3s ease;
}
.news-item h2 {
  padding: 5px 0;
  margin: 0;
  overflow: hidden;
  width: 100%;
  line-height: 1.5;
  font-size: 16px;
  text-transform: none;
  /*font-family: Calibri, Arial, Helvetica, sans-serif;*/
}
.news-item.Facebook h2 {
  font-size: 16px;
}
.news-item.Basket_fi h2 {
  font-size: 16px;
}
.news-item.Twitter h2 {
  font-size: 16px;
}
.news-item .date {
  font-size: 0.9em;
  color: gray;
  padding: 5px 0 0 0;
}
.news-item .description {
  overflow: hidden;
  width: 100%;
}

.news-content .lahde img {
  max-height: 20px;
  margin-left: -3px;
  padding-right: 4px;
}
.news-content .news-image {
  max-width: 100%;
  margin-bottom: 10px;
  border-radius: 5px;
}
.news-content .date {
  padding: 10px 0;
  font-size: 1.2em;
}
.news-content .share {
  padding-top: 40px;
}
.news-content .news-details {
  background-color: whitesmoke;
  margin-top: 30px;
  border-left: 4px solid gray;
  border-radius: 5px;
  padding: 15px 30px;
  margin-bottom: 30px;
}
.news-content .news-details .tags {
  margin-bottom: 10px;
}

.roller-outer {
  margin-top: -25px;
  margin-bottom: 25px;
  border-radius: 5px;
}

.roller-container {
  overflow: hidden;
  white-space: nowrap;
  font-size: 0.1px;
  border-radius: 5px;
}
.roller-container .list {
  white-space: nowrap;
}
@media screen and (max-width: 800px) {
  .roller-container {
    height: auto !important;
    aspect-ratio: 1/1;
  }
  .roller-container .list {
    height: 100%;
  }
  .roller-container .roller {
    height: 100% !important;
  }
}
.roller-container .roller {
  display: none;
  padding: 60px 0;
  color: white;
  background-color: rgba(0, 0, 0, 0.1);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 25%, rgba(0, 0, 0, 0.2));
  position: relative;
  font-size: 16px;
  white-space: normal;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 800px) {
  .roller-container .roller {
    background-image: var(--background-mobile) !important;
  }
}
.roller-container .roller .inner {
  padding-left: 20px;
  position: absolute;
  bottom: 50px;
  width: 100%;
  left: 0;
}
.roller-container .roller .inner .roller-inner {
  width: 100%;
}
.roller-container .roller .btn-primary {
  background-color: #83071a;
  background-image: linear-gradient(to bottom, #c10a27 0, #83071a 100%);
  border: 1px solid #83071a;
  color: white;
}
.roller-container .roller .text {
  padding: 10px 0 20px;
  font-size: 1.4em;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.9);
  max-width: 540px;
}
.roller-container .roller h2 {
  font-size: 5em;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.9);
  word-wrap: break-word;
  text-transform: uppercase;
  max-width: 540px;
  line-height: 1;
}
.roller-container .roller.roll-show {
  display: inline-block;
}

.news-list .news-item .image {
  height: 200px;
}

.highlight-imago {
  min-height: 400px;
  position: relative;
}
.highlight-imago .highlight-title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.highlight-imago .highlight-title .container {
  padding-bottom: 0;
  margin-bottom: 0;
}
.highlight-imago .highlight-title h1 {
  max-width: 450px;
  padding: 30px;
  background-color: #83071a;
  color: white;
  margin-bottom: 0;
}

.side-bar ul {
  margin: 0px;
  padding: 0px;
}
.side-bar ul li {
  list-style: none;
  padding: 5px 0;
  margin: 0;
}
.side-bar ul li.active {
  border-left: 2px solid #83071a;
  padding-left: 5px;
  margin-left: -8px;
}

.cooperation-back {
  background-color: #c10a27;
  padding: 30px 20px 50px;
}
.cooperation-back h3 {
  color: white;
  text-transform: uppercase;
}

.big-cooperation {
  text-align: center;
  overflow: hidden;
  height: 200px;
  margin-bottom: 10px;
}

.ads-outer {
  background-color: #c10a27;
  padding: 70px 0px;
}
.ads-outer .cooperation-ads {
  text-align: center;
  overflow: hidden;
  height: 350px;
  margin-bottom: 10px;
  padding: 20px;
}
.ads-outer .cooperation-ads h3 {
  color: white;
  text-transform: uppercase;
}
.ads-outer .cooperation-ads .ad {
  display: inline-block;
  padding: 15px;
  border: 1px solid #c0b5a2;
  border-radius: 8px;
  margin: 15px;
  background-color: white;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
.ads-outer .cooperation-ads .ad .inner {
  width: 300px;
  height: 280px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.cooperation {
  text-align: center;
  overflow: hidden;
  height: 140px;
}
.cooperation .company .inner {
  width: 110px;
  height: 85px;
}

.company {
  display: inline-block;
  padding: 15px;
  border: 1px solid #c0b5a2;
  border-radius: 8px;
  margin: 15px;
  background-color: white;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
.company .inner {
  width: 200px;
  height: 140px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.mailinglist-back {
  color: white;
  padding: 30px 20px 50px;
  background-color: rgba(0, 0, 0, 0.2);
}

.youtubeframe {
  border-radius: 5px;
}

.game {
  border: 1px solid #83071a;
  border-radius: 6px;
  padding-bottom: 20px;
  margin-right: 0;
  margin-left: 0;
}
.game .harjoitusottelu {
  background-color: #83071a;
  color: white;
  text-transform: uppercase;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  padding: 5px;
}
.game h4 {
  font-size: 34px;
  padding-top: 10px;
}
.game .game-header {
  font-size: 1.1em;
  padding-bottom: 20px;
}
.game .game-header span {
  display: inline-block;
  padding-right: 20px;
}
.game .game-header span.glyphicon {
  padding-right: 2px;
}
.game .visitor .logo, .game .home .logo {
  display: block;
  text-align: center;
  max-width: 100%;
}
.game .visitor .name, .game .home .name {
  font-size: 1.2em;
  padding: 10px 0;
}
.game .vs {
  padding-top: 15px;
}
.game .vs .time {
  font-size: 2em;
}
.game .vs .osta-liput img {
  max-width: 100%;
}

.page-form {
  max-width: 550px;
}
.page-form .form-field {
  padding-bottom: 10px;
}

.tiny-item {
  margin-bottom: 15px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
}
.tiny-item .image {
  height: 140px;
  border-radius: 7px;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.8));
}
.tiny-item .image .title {
  position: absolute;
  bottom: 5px;
  left: 5px;
  padding: 5px;
  color: white;
}
.tiny-item .image .title h2 {
  font-size: 12px;
  padding: 0;
}
.tiny-item .image .title a {
  color: white;
}
.tiny-item .image .title .date {
  color: white;
}

@media screen and (max-width: 1200px) {
  .header .site-logo {
    max-height: 75px;
  }
  .header .main-navi li {
    padding: 30px 5px;
  }

  .dark .sub-navi li {
    padding: 10px 5px;
  }

  .korisliiga-logo img {
    max-width: 80px;
  }
}
@media screen and (max-width: 991px) {
  .header .main-navi {
    font-size: 15px;
  }
  .header .main-navi li {
    padding: 25px 5px;
  }
  .header .site-logo {
    max-height: 55px;
  }
  .header .korisliiga-logo img {
    max-width: 40px;
  }

  .subheader .sub-navi li {
    padding: 15px 5px;
  }
}
@media screen and (max-width: 768px) {
  .player-card {
    height: auto;
    margin-bottom: 20px;
  }

  .header .main-navi {
    font-size: 15px;
  }
  .header .main-navi li {
    padding: 15px 5px;
  }
  .header .site-logo {
    max-height: 60px;
  }

  .subheader .sub-navi li {
    padding: 15px 5px;
  }

  .roller-container .roller {
    font-size: 10px;
  }
}
.only-mobile {
  display: none;
}

@media screen and (max-width: 650px) {
  .header .site-logo {
    max-height: 40px;
  }

  .only-mobile {
    display: block;
  }

  .main-navi-area {
    display: none;
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
  }
  .main-navi-area.show {
    display: block;
  }
  .main-navi-area ul.main-navi li {
    display: block;
    text-align: left;
    padding: 10px 20px;
  }

  .burger {
    padding: 0;
    margin: 0;
    display: inline-block;
    cursor: pointer;
  }
  .burger li {
    list-style: none;
    padding: 12px;
  }
}
.ads {
  margin-top: 80px;
}
.ads div {
  padding-bottom: 40px;
}
.ads img {
  max-width: 100%;
}
.ads div {
  text-align: center;
}

.game-table .row {
  padding: 4px 0;
}
.game-table .game-title label {
  font-size: 12px;
  font-weight: normal !important;
  margin-left: 30px;
}
.game-table .game-items .date {
  display: inline-block;
  width: 100px;
}
.game-table .game-items .time {
  display: inline-block;
  width: 60px;
}

.some-channels ul {
  padding: 20px 0 0 0;
  margin: 0;
}
.some-channels ul li {
  padding: 5px 20px;
  list-style: none;
}
