﻿@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=Oswald:wght@400;700&display=swap");
html,
body {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  background-color: #f1f3f3;
  color: #1a2438; }

img {
  max-width: 100%; }

.container {
  overflow: hidden; }

.txt-300 {
  font-weight: 300 !important; }

.txt-400 {
  font-weight: 400 !important; }

.txt-500 {
  font-weight: 500 !important; }

.txt-600 {
  font-weight: 600 !important; }

.txt-700 {
  font-weight: 700 !important; }

.txt-800 {
  font-weight: 800 !important; }

.txt-900 {
  font-weight: 900 !important; }

.oswald {
  font-family: "Oswald", sans-serif; }

.size-one {
  font-size: 15px; }

.white {
  color: #fff !important; }

.black {
  color: black !important; }

.grey {
  color: #808285 !important; }

.dark {
  color: #292c2e !important; }

.red-txt {
  color: #e9041a !important; }

.size-20 {
  font-size: 20px; }

.green {
  background-color: #2cb063 !important; }

.orange {
  background-color: #e97504 !important; }

.red {
  background-color: #e9041a !important; }

.primary {
  color: #1a2438 !important; }

.light {
  color: #b4c0d7 !important; }

.blue {
  color: #1e4289 !important; }

.light-blue {
  color: #3075fc !important; }

.bg-white {
  background-color: #fff !important; }

.bg-black {
  background-color: black !important; }

.bg-grey {
  background-color: #808285 !important; }

.bg-dark {
  background-color: #292c2e !important; }

.bg-primary {
  background-color: #1a2438 !important; }

.bg-blue {
  background-color: #1e4289 !important; }

.line-through {
  text-decoration: line-through; }

.btn {
  border-radius: 0; }
  .btn.btn-primary {
    background-color: #1a2438 !important;
    color: white; }

.cursor-pointer {
  cursor: pointer; }

a:hover {
  text-decoration: none; }

header {
  background-color: #1a2438;
  /*    box-shadow: 0 -3px 20px 5px #00000070;*/
  box-shadow: 0 -3px 20px 5px rgba(0, 0, 0, 0.44); }
  header .logo {
    display: block;
    width: 62px;
    height: 62px;
    background-color: #1e4289; }
    header .logo a {
      display: block;
      width: 100%;
      height: 100%;
      padding: 10px;
      margin: 0; }
      header .logo a img {
        max-width: 100%; }
  header nav.navbar {
    padding: 0; }
  header ul.small-top-nav li a {
    font-size: 12px; }
  header ul.topnav {
    display: flex;
    margin: 0;
    padding: 0;
    list-style-type: none;
    list-style-position: inside; }
    header ul.topnav li {
      background-color: #1a2438; }
      header ul.topnav li:not(:last-of-type) {
        border-right: 1px solid #394152; }
      header ul.topnav li a {
        margin: 0;
        padding: 32px 28px;
        display: block;
        width: 100%;
        height: 100%;
        color: white;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 15.5px; }
        header ul.topnav li a:hover {
          text-decoration: none; }
      header ul.topnav li i {
        padding-left: 10px;
        color: #3a465c; }
  header .sponsor {
    max-width: 75px; }
    header .sponsor.sponsor-lg {
      max-width: none; }
      header .sponsor.sponsor-lg img {
        height: 30px; }
  header button[type="button"] {
    color: #8a97a7 !important;
    border: none !important;
    border-radius: 0;
    background-color: transparent !important;
    width: 62px;
    height: 62px;
    outline: none; }
    header button[type="button"].hamburger span {
      display: block;
      width: 22px;
      height: 2px;
      margin: 5px auto;
      background-color: #8a97a7 !important; }
  header .language-switch {
    display: flex;
    position: relative;
    right: -126px;
    transition: right linear 0.3s;
    overflow: hidden; }
    header .language-switch #langSwitcher {
      outline: none;
      color: white !important;
      background-color: #1a2438 !important;
      border-right: 1px solid #394152 !important;
      -webkit-tap-highlight-color: transparent; }
    header .language-switch .language-menu {
      display: flex; }
      header .language-switch .language-menu .language-item {
        width: 62px;
        height: 62px;
        text-align: center;
        line-height: 62px;
        outline: none;
        border-right: 1px solid #394152;
        background-color: transparent !important;
        color: #8a97a7; }
    header .language-switch button {
      height: 62px;
      color: white; }
    header .language-switch.active {
      right: 0; }
  header #navbar-collapse {
    position: relative;
    z-index: 999;
    top: -62px;
    left: 0;
    right: 0;
    background: #1a2438;
    overflow: hidden; }
    header #navbar-collapse button[type="button"] {
      margin-right: 0; }
    header #navbar-collapse .close-menu {
      position: relative;
      width: 62px;
      height: 62px;
      background-color: #1a2438 !important;
      z-index: 10;
      outline: none; }
      header #navbar-collapse .close-menu span {
        display: block;
        width: 22px;
        height: 2px;
        background-color: #8a97a7 !important;
        left: 50%;
        margin-left: -11px;
        position: absolute;
        transform: rotate(45deg); }
        header #navbar-collapse .close-menu span:last-of-type {
          transform: rotate(-45deg); }
    header #navbar-collapse ul {
      display: flex;
      flex-direction: column;
      list-style-type: none;
      list-style-position: inside;
      margin: 0;
      padding: 0;
      color: white; }
      header #navbar-collapse ul a,
      header #navbar-collapse ul a:hover {
        color: white;
        text-decoration: none;
        display: block; }
    header #navbar-collapse ul.navbar-nav > li {
      margin: 0 15px;
      border-bottom: 1px solid #2e3749; }
      header #navbar-collapse ul.navbar-nav > li.active, header #navbar-collapse ul.navbar-nav > li.active-hover {
        border-bottom: 7px solid #1e4289; }
        header #navbar-collapse ul.navbar-nav > li.active > a > i, header #navbar-collapse ul.navbar-nav > li.active-hover > a > i {
          color: #1e4289; }
          header #navbar-collapse ul.navbar-nav > li.active > a > i:before, header #navbar-collapse ul.navbar-nav > li.active-hover > a > i:before {
            content: "\f0d7"; }
      header #navbar-collapse ul.navbar-nav > li > a {
        display: block;
        font-size: 17px;
        text-transform: uppercase;
        padding: 20px 15px;
        font-weight: 800; }
        header #navbar-collapse ul.navbar-nav > li > a > i {
          float: right;
          color: #3a465c; }
    header #navbar-collapse ul.navbar-nav .submenu {
      display: none;
      margin-left: 20px;
      margin-bottom: 20px; }
      header #navbar-collapse ul.navbar-nav .submenu.open, header #navbar-collapse ul.navbar-nav .submenu.open-hover {
        display: flex; }
      header #navbar-collapse ul.navbar-nav .submenu > li > a {
        display: block;
        font-size: 15px;
        text-transform: uppercase;
        padding: 12px 15px;
        font-weight: 300;
        color: #8a97a7;
        letter-spacing: 1.1px; }
        header #navbar-collapse ul.navbar-nav .submenu > li > a:hover, header #navbar-collapse ul.navbar-nav .submenu > li > a:active {
          color: white; }
      header #navbar-collapse ul.navbar-nav .submenu > li.active a {
        color: white; }
    header #navbar-collapse ul.secondary-menu {
      margin-top: 35px; }
      header #navbar-collapse ul.secondary-menu > li {
        border-bottom: none; }
        header #navbar-collapse ul.secondary-menu > li > a {
          display: block;
          font-size: 15px;
          padding: 12px 30px;
          font-weight: 300;
          color: #8a97a7; }
          header #navbar-collapse ul.secondary-menu > li > a:hover, header #navbar-collapse ul.secondary-menu > li > a:active {
            color: white; }
        header #navbar-collapse ul.secondary-menu > li.active a {
          color: white; }
    header #navbar-collapse .social {
      margin-top: 30px; }
      header #navbar-collapse .social ul {
        display: flex;
        flex-direction: row;
        margin-left: 15px; }
        header #navbar-collapse .social ul li {
          border: none; }
          header #navbar-collapse .social ul li a {
            padding: 15px;
            font-size: 19px;
            color: #8a97a7; }
            header #navbar-collapse .social ul li a:hover, header #navbar-collapse .social ul li a:active {
              color: white; }
      header #navbar-collapse .social .sponsor {
        margin-right: 15px;
        max-width: 100px; }

section.header {
  height: 250px;
  position: relative;
  z-index: 0;
  background-color: #080d16;
  background-image: url(/Images/bg-header.png);
  background-repeat: repeat;
  width: 100%;
  box-shadow: inset 0 -78px 131px 55px black;
  /* margin-bottom: -80px; */
  margin-bottom: 0px;
  padding-top: 30px; }
  section.header .arrow {
    position: absolute;
    z-index: 1;
    top: 125px;
    cursor: pointer;
    width: 12px;
    height: 12px;
    border-top: 1px solid white;
    border-right: 1px solid white; }
    section.header .arrow.previous {
      transform: rotate(225deg);
      left: 20px; }
    section.header .arrow.next {
      transform: rotate(45deg);
      right: 20px; }
  section.header img {
    max-height: 190px;
    max-width: 350px;
    margin: 0 auto;
    display: block; }

.socialscore-block {
  width: 300px; }

section.small-header {
  height: 292px;
  position: relative;
  z-index: 0;
  background-color: #080d16;
  background-image: url("/Images/bg-header.png");
  background-repeat: repeat;
  width: 100%;
  box-shadow: inset 0 -78px 131px 55px black;
  margin-bottom: -80px; }
  section.small-header.match-report-header {
    /* padding-top: 15px; */
    height: 300px; }
    section.small-header.match-report-header .arrow {
      top: 165px; }
  section.small-header .arrow {
    position: absolute;
    z-index: 1;
    top: 115px;
    cursor: pointer;
    width: 12px;
    height: 12px;
    border-top: 1px solid white;
    border-right: 1px solid white; }
    section.small-header .arrow.previous {
      transform: rotate(225deg);
      left: 20px; }
    section.small-header .arrow.next {
      transform: rotate(45deg);
      right: 20px; }
  section.small-header img {
    max-height: 270px;
    margin: 0 auto;
    display: block; }

section.large-header {
  background-size: contain;
  height: 350px;
  position: relative;
  z-index: 0;
  background-repeat: no-repeat;
  /* background-color: black; */
  width: 100%;
  margin-top: 0px; }

section.content {
  position: relative;
  z-index: 1; }
  section.content .container-margin {
    margin-top: 30px; }

.body {
  line-height: 1.7;
  font-size: 17px; }

/** COOKIES **/
#cookie-consent {
  position: fixed;
  bottom: 0;
  width: 100%;
  opacity: 0.98;
  background-color: #1e4289;
  color: #fff;
  padding: 15px;
  z-index: 999; }
  #cookie-consent #consent {
    cursor: pointer; }
  #cookie-consent .cookie-btn {
    margin-right: 20px;
    padding-left: 3px;
    line-height: 0.7em;
    background-color: transparent;
    border: none; }
  #cookie-consent p {
    margin-bottom: 30px; }
  #cookie-consent a {
    color: inherit;
    text-decoration: none;
    margin-right: 30px; }

/** END COOKIES **/
/** YOUTH **/
.news-item.youth {
  height: 456px;
  margin: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important; }
  .news-item.youth .youth-block {
    position: absolute;
    bottom: 40px; }

/** END COOKIES **/
/** RANKING **/
.ranking {
  margin-top: -300px;
  /*    padding: 10px;*/
  overflow-x: auto;
  overflow-y: hidden; }
  .ranking .season-line {
    margin-top: 0; }
  .ranking h1 {
    text-align: left; }
  .ranking .table tr th {
    vertical-align: middle; }
  .ranking .table tr td {
    vertical-align: middle;
    border-bottom: 1px solid #eee;
    padding: 6px; }
    .ranking .table tr td.ranking-number {
      width: 75px; }
    .ranking .table tr td.logo img {
      max-width: 32px;
      position: relative;
      top: -3px; }
    .ranking .table tr td.ranking-streak {
      min-width: 130px; }
      .ranking .table tr td.ranking-streak span {
        border-radius: 3px;
        background-color: #727272;
        color: white;
        width: 17px;
        height: 17px;
        float: left;
        font-size: 11px;
        text-align: center;
        margin-right: 4px; }
        .ranking .table tr td.ranking-streak span.w {
          background-color: #01a54b;
          color: white; }
        .ranking .table tr td.ranking-streak span.v {
          background-color: #cd122d;
          color: white; }
  .ranking .table tr:last-of-type td {
    border-bottom: none; }
  .ranking .table tr > td:first-of-type {
    position: relative; }
    .ranking .table tr > td:first-of-type .after {
      position: absolute;
      left: 0;
      top: 3px;
      width: 3px;
      height: 80%; }

/** END RANKING **/
/** TOOLTIP **/
.popover-header {
  font-family: "Inter", sans-serif;
  color: #a4a4a4;
  background: none;
  font-size: 13px;
  text-transform: capitalize;
  font-weight: 300;
  margin: 0px 15px;
  padding: 0.9rem 0 0.7rem 0; }

/** END TOOLTIP **/
.show-arrow {
  display: none; }

.show-center {
  display: block; }

.cards .card .image-container {
  position: relative;
  width: auto;
  height: 322px; }
  .cards .card .image-container .card-image {
    width: 100%;
    object-fit: cover;
    height: 322px; }
  .cards .card .image-container .after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff; }
    .cards .card .image-container .after:hover {
      top: -113px;
      transition: all ease 0.5s;
      height: 135%;
      top: -278px;
      height: 600px; }

.cards .card .card-img-overlay {
  top: 220px; }
  .cards .card .card-img-overlay h1 {
    font-size: 22.5px; }
  .cards .card .card-img-overlay span {
    font-size: 17.5px;
    line-height: 24px; }
  .cards .card .card-img-overlay .pos {
    color: #3075fc;
    font-size: 10px; }

/** END players **/
/** player **/
.player .pos {
  color: #3075fc;
  font-size: 10px; }

.player h1 {
  text-align: inherit; }

.player .player-info {
  text-align: left; }
  .player .player-info span {
    text-align: center; }
  .player .player-info .dt {
    color: #1a2438;
    font-size: 17.5px; }
  .player .player-info .dd {
    color: #1a2438; }
  .player .player-info ul {
    list-style-type: none;
    list-style-position: inside; }
    .player .player-info ul li span {
      color: #3075fc; }
  .player .player-info .player-img {
    min-height: 350px; }
    .player .player-info .player-img .bg-image {
      width: 100%;
      height: 100%;
      background-size: cover;
      background-repeat: no-repeat; }

/** END player **/
/** START SUBPAGES **/
.cards .card {
  border: none;
  border-radius: 0;
  height: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.125); }
  .cards .card .card-img-top {
    height: 157px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    /* background-color: #4cc2f1; */
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    position: relative; }
    .cards .card .card-img-top span.badge {
      position: absolute;
      bottom: 50%;
      left: 50%;
      transform: translate3d(-50%, 50%, 0px);
      padding: 6px 12px;
      transition: all ease 0.6s; }

.subnav-cards .card-img-top:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  box-shadow: inset 0px -200px 200px -200px #3075fc;
  /*background-color: #ff6e2900;*/
  /*transition: background-color ease 0.3s;*/ }

.cards.subnav-cards .card-img-top:hover span.badge {
  /*padding: 9px 18px;*/
  background-color: #000 !important;
  /*background-color: #ff6e2922;*/ }

/** END SUBPAGES **/
/** MATCH REPORT **/
.spotlight {
  position: relative;
  z-index: 1;
  background-color: #080d16;
  background-image: url("/Images/bg-header.png");
  background-repeat: repeat;
  width: 100%;
  box-shadow: inset 0 -78px 131px 55px black; }
  .spotlight.header .bg-image {
    max-height: 380px;
    height: calc(100vw * 0.2); }
  .spotlight.header.header-large .bg-image {
    max-height: 500px;
    /*max-height: initial;*/
    height: calc(100vw * 0.45); }

#match-carousel.big .carousel-item {
  background-size: 37%;
  padding-top: 50px; }
  #match-carousel.big .carousel-item .standing {
    margin: 35px 50px 0; }
    #match-carousel.big .carousel-item .standing .score {
      min-width: 150px;
      font-size: 60px;
      line-height: 47px; }
    #match-carousel.big .carousel-item .standing .date {
      font-size: 13px;
      color: #8a97a7; }
  #match-carousel.big .carousel-item .home,
  #match-carousel.big .carousel-item .out {
    width: 300px; }
    #match-carousel.big .carousel-item .home img,
    #match-carousel.big .carousel-item .out img {
      height: 100px; }
    #match-carousel.big .carousel-item .home p,
    #match-carousel.big .carousel-item .out p {
      margin-top: 30px;
      font-size: 15px;
      line-height: 30px; }

.slider-container {
  position: relative;
  overflow: hidden;
  height: 100%;
  width: 100%; }
  .slider-container .carousel-indicators {
    top: 192px !important; }
    .slider-container .carousel-indicators li {
      width: 10px;
      height: 10px;
      border-radius: 100%; }
  .slider-container .carousel-item {
    height: 100%;
    overflow: hidden;
    position: relative;
    float: left;
    width: 100%; }
    .slider-container .carousel-item .img {
      height: 100%;
      width: 100%;
      /*background-color: #4cc2f1;*/
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover;
      -webkit-transition: all 0.7s cubic-bezier(0.45, 0.1, 0.26, 0.88);
      -moz-transition: all 0.7s cubic-bezier(0.45, 0.1, 0.26, 0.88);
      -o-transition: all 0.7s cubic-bezier(0.45, 0.1, 0.26, 0.88);
      transition: all 0.7s cubic-bezier(0.45, 0.1, 0.26, 0.88); }
  .slider-container .caption {
    position: absolute;
    bottom: 80px;
    left: 72px; }
    .slider-container .caption .badge {
      font-size: 10px;
      margin-bottom: 10px; }
    .slider-container .caption p {
      margin-bottom: 0;
      color: #fff; }
      .slider-container .caption p.title {
        font-size: 40px;
        line-height: 40px; }
        .slider-container .caption p.title a {
          color: white;
          /*text-decoration: underline;*/
          border-bottom: 1px solid #e2dcdc; }
          .slider-container .caption p.title a:hover {
            color: white;
            text-decoration: none; }
  .slider-container:hover .carousel-item .img, .slider-container:focus .carousel-item .img {
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2); }
  .slider-container .slide-controls {
    position: absolute;
    top: 50px;
    left: 39px;
    font-size: 30px; }
    .slider-container .slide-controls p {
      margin-bottom: 0;
      color: #fff;
      -moz-user-select: none;
      -webkit-user-select: none;
      user-select: none; }
      .slider-container .slide-controls p span {
        display: inline-block; }
        .slider-container .slide-controls p span.of {
          font-size: 18px;
          opacity: 0.5; }
        .slider-container .slide-controls p span.previous {
          margin-left: 10px;
          margin-right: 2px;
          cursor: pointer;
          width: 12px;
          height: 12px;
          border-top: 2px solid white;
          border-left: 2px solid white;
          transform: rotate(-45deg); }
        .slider-container .slide-controls p span.next {
          cursor: pointer;
          width: 12px;
          height: 12px;
          border-top: 2px solid white;
          border-right: 2px solid white;
          transform: rotate(45deg); }

.slider-container .slide-controls.outside {
  top: 40%;
  left: 0;
  right: 0;
  bottom: unset; }

.slider-container .slide-controls p {
  margin-bottom: 0;
  color: #fff;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none; }

.slider-container .slide-controls p span {
  display: inline-block; }

.slider-container .slide-controls.outside .previous {
  position: absolute;
  left: 35px;
  border-color: #fff;
  margin: 0; }

.slider-container .slide-controls p span.previous {
  margin-left: 10px;
  margin-right: 2px;
  cursor: pointer;
  width: 22px;
  height: 22px;
  border-top: 1px solid white;
  border-left: 1px solid white;
  transform: rotate(-45deg); }

.slider-container .slide-controls.outside .next {
  position: absolute;
  right: 35px;
  border-color: #fff;
  margin: 0; }

.slider-container .slide-controls p span.next {
  cursor: pointer;
  width: 22px;
  height: 22px;
  border-top: 1px solid white;
  border-right: 1px solid white;
  transform: rotate(45deg); }

.match-report {
  margin-top: 330px !important; }
  .match-report .buttons a {
    width: 125px; }
  .match-report .report {
    border-top: 1px solid #e3e4e0; }
    .match-report .report .match-details {
      font-size: 17px;
      line-height: 1.7em; }
      .match-report .report .match-details .quote-text {
        margin: 45px 0 45px 0;
        font-size: 22px;
        position: relative;
        left: 120px;
        font-weight: 700 !important;
        color: #1e4289 !important;
        width: 340px;
        display: block; }
      .match-report .report .match-details .quote-text:before {
        content: "''";
        color: #e9eff4;
        font-size: 8em;
        left: -100px;
        top: 50px;
        padding-right: 0px;
        position: absolute;
        letter-spacing: -6px;
        font-weight: 900; }
  .match-report .socialscore {
    background-color: #f5f7f7; }
    .match-report .socialscore .post {
      min-height: 80px;
      padding-top: 10px; }
      .match-report .socialscore .post .info {
        position: relative; }
        .match-report .socialscore .post .info .line {
          position: absolute;
          left: 26px;
          top: 30px;
          bottom: 0;
          height: auto;
          width: 2px;
          background: #e9041a;
          z-index: 1;
          min-height: 30px; }
        .match-report .socialscore .post .info .word-wrapper {
          z-index: 2; }
          .match-report .socialscore .post .info .word-wrapper .hour {
            background-color: #f5f7f7;
            margin-right: 20px;
            font-size: 17.5px; }
        .match-report .socialscore .post .info p.description {
          font-size: 13px;
          padding-bottom: 15px;
          position: relative; }
      .match-report .socialscore .post .picture {
        overflow: hidden;
        z-index: 100;
        position: relative;
        padding-bottom: 80px; }
        .match-report .socialscore .post .picture:last-of-type {
          padding-bottom: 50px; }
        .match-report .socialscore .post .picture .line {
          width: 2px;
          height: 50px;
          background: #e9041a;
          position: absolute;
          left: 26px;
          z-index: 1; }
        .match-report .socialscore .post .picture img {
          z-index: 10; }

/** END MATCH REPORT **/
iframe {
  border: none; }

/** NEWS ITEM PAGE **/
.news-item-page {
  color: #1a2438;
  /*#navbar-collapse ul.navbar-nav > li {
        padding-bottom: 10px;
        margin: 10px -5px;
        padding-top: 30px;
    }*/ }
  .news-item-page h1 {
    font-size: 18px; }
  .news-item-page .preface {
    font-size: 16px;
    line-height: 22px; }
  .news-item-page p {
    line-height: 1.6;
    font-size: 15px; }
    .news-item-page p a {
      text-decoration: underline; }
  .news-item-page ul {
    margin-top: 10px;
    list-style-type: none;
    list-style-position: inside; }
    .news-item-page ul li {
      margin-bottom: 10px; }
      .news-item-page ul li span {
        color: #3075fc; }
  .news-item-page .quote {
    width: 90%; }
    .news-item-page .quote .tag {
      position: absolute;
      left: 10px;
      top: 75px;
      width: 100%;
      height: 100%;
      font-size: 15em;
      letter-spacing: -6px;
      font-weight: 900;
      color: #e9eff4; }
    .news-item-page .quote p {
      line-height: 1.4;
      font-size: 22px; }
  .news-item-page figure {
    font-size: 12px;
    color: #ababab; }
  .news-item-page #navbar-collapse ul.navbar-nav > li {
    border-bottom: 1px solid #e3e4e0;
    padding-bottom: 60px;
    margin: 10px 0;
    padding-top: 30px; }
  .news-item-page #navbar-collapse ul.navbar-nav > li > span {
    display: block;
    font-size: 17px;
    text-transform: uppercase;
    padding-top: 20px;
    font-weight: 800; }
  .news-item-page #navbar-collapse ul.navbar-nav .submenu.open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .news-item-page #navbar-collapse ul.navbar-nav .submenu {
    display: none; }
  .news-item-page #navbar-collapse ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    list-style-type: none;
    list-style-position: inside;
    margin: 0;
    padding: 0;
    color: #1a2438; }
  .news-item-page #navbar-collapse ul a,
  .news-item-page header #navbar-collapse ul a:hover {
    text-decoration: none;
    display: block; }
  .news-item-page #navbar-collapse ul.navbar-nav > li.active > a > h5 > i {
    font-size: 16px; }
  .news-item-page #navbar-collapse ul.navbar-nav > li > a > h5 > i {
    font-size: 16px; }
  .news-item-page #navbar-collapse ul.navbar-nav > li.active > a > h5 > i:before {
    content: "\f078"; }
  .news-item-page #navbar-collapse ul.navbar-nav .submenu > li.active span {
    color: white; }
  .news-item-page #navbar-collapse ul a,
  .news-item-page header #navbar-collapse ul a:hover {
    color: #1a2438;
    text-decoration: none;
    display: block; }
  .news-item-page #navbar-collapse ul.navbar-nav .submenu > li > a {
    display: block;
    font-size: 15px;
    text-transform: uppercase;
    padding: 12px 15px;
    font-weight: 300;
    color: #8a97a7; }

.news-item-sponsors .partner {
  border-left: 8px solid #e3e4e0;
  line-height: 1.6em;
  padding: 5px;
  padding-left: 27px;
  width: 100%; }

.news-item-sponsors .row {
  border-color: #e3e4e0 !important; }

.news-item-sponsors .btn-bg-blue {
  color: #fff;
  background-color: #3075fc; }

/** END NEWS ITEM PAGE **/
.tags {
  text-transform: capitalize !important;
  font-size: 10px !important;
  color: #007bff; }

.more {
  justify-content: center; }

.news-item.latest {
  padding-left: 0rem !important;
  padding-right: 0rem !important; }

.home-news .detail h2 {
  font-size: 25px !important;
  line-height: 34px !important; }

.news-item {
  margin: 28px 0;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  /*    padding: 0 12.5px !important;*/ }
  .news-item .picture {
    background-color: #3a465c;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 220px; }
  .news-item .detail {
    background-color: #1a2438;
    padding: 25px 32px 40px; }
    .news-item .detail h2 {
      color: white;
      margin: 0;
      font-weight: 700;
      font-size: 22px;
      line-height: 30px; }
    .news-item .detail.detail-white {
      background-color: white; }
      .news-item .detail.detail-white:hover {
        /* background-color: rgba(220, 235, 255, .4);*/
        background-color: #f9f9f9;
        transition: 0.2s cubic-bezier(0.55, 0.09, 0.68, 0.53); }
      .news-item .detail.detail-white .tags {
        color: #007bff; }
      .news-item .detail.detail-white h2 {
        color: #1a2438;
        font-weight: 900; }
        .news-item .detail.detail-white h2:hover {
          cursor: pointer; }
    .news-item .detail.detail-overlay {
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      height: 450px;
      position: relative; }
      .news-item .detail.detail-overlay:after {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        content: "";
        background: #000;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(255, 255, 255, 0) 60%);
        z-index: 1; }
      .news-item .detail.detail-overlay .tags {
        color: #007bff;
        position: relative;
        z-index: 2; }
      .news-item .detail.detail-overlay h2 {
        color: white;
        font-weight: 900;
        position: relative;
        z-index: 2; }
        .news-item .detail.detail-overlay h2:hover {
          cursor: pointer; }
  .news-item .video {
    padding: 325px 32px 40px !important; }
    .news-item .video .tags {
      font-size: 10px;
      color: #007bff; }
    .news-item .video h2 {
      color: white;
      margin: 0;
      font-weight: 700;
      font-size: 20px;
      line-height: 30px; }
    .news-item .video.detail-overlay:after {
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 30%, rgba(255, 255, 255, 0) 80%); }

.news-item-hover {
  /*    box-shadow: 0px 0px 31.54px 6.46px rgba(0, 0, 0, 0.05);*/ }
  .news-item-hover .detail h2 {
    text-decoration: underline;
    -webkit-text-underline-position: under;
    -ms-text-underline-position: below;
    text-underline-position: under; }

.standings {
  padding: 7px;
  background-color: #1e4289;
  margin-bottom: 28px; }
  .standings .table.matches tbody tr:nth-of-type(odd) {
    background-color: #1b3b78; }
  .standings .table.matches thead th {
    text-align: center;
    font-weight: 900;
    border: none;
    font-size: 9px;
    color: white;
    padding: 5px 5px; }
    .standings .table.matches thead th.w-30 {
      width: 30px; }
  .standings .table.matches tbody tr {
    cursor: default;
    height: 30px; }
    .standings .table.matches tbody tr td {
      text-align: center;
      border: none;
      padding: 5px 5px;
      font-size: 10px;
      font-weight: 400; }
      .standings .table.matches tbody tr td > span:first-of-type {
        display: inline-block;
        width: 20px;
        margin-right: 5px; }
        .standings .table.matches tbody tr td > span:first-of-type img {
          height: 20px;
          position: relative;
          top: -3px; }
      .standings .table.matches tbody tr td > span:last-of-type {
        max-width: 75%; }
    .standings .table.matches tbody tr.txt-bold {
      background-color: #1c3058;
      color: #fff; }
      .standings .table.matches tbody tr.txt-bold td {
        font-weight: 600; }
    .standings .table.matches tbody tr.light {
      font-weight: 500;
      color: #b4c0d7 !important; }
  .standings .table.matches tr > td:first-of-type {
    position: relative; }
    .standings .table.matches tr > td:first-of-type .after {
      position: absolute;
      right: -5px;
      width: 1px;
      height: 70%;
      background-color: #19346a; }
  .standings .table.matches tr > td:last-of-type {
    padding-right: 15px; }
  .standings p {
    margin-top: 20px; }
    .standings p a.cta-link {
      color: #3075fc;
      font-size: 11px;
      line-height: 12px;
      font-weight: 800; }

.btn-blue:hover {
  background-color: #3075fc;
  color: #fff !important; }

.cta-link:hover span {
  text-decoration: underline; }

/** SCHEDULE **/
.schedule {
  margin-top: 71px !important; }
  .schedule .match {
    font-size: 20px; }
    .schedule .match .date {
      left: 15px;
      font-size: 15px;
      line-height: 20px; }
    .schedule .match .home,
    .schedule .match away {
      width: 480px; }
      .schedule .match .home .logo-link,
      .schedule .match away .logo-link {
        width: 100px; }
    .schedule .match .vs {
      width: 50px;
      text-align: center;
      font-size: 19px;
      padding-top: 0.8rem;
      padding-bottom: 0.8rem;
      border-radius: 0.55rem !important; }
    .schedule .match .score {
      background-color: #1e4289;
      color: #fff; }
    .schedule .match .home {
      font-size: 15px;
      text-align: right;
      -ms-align-content: flex-end;
      -webkit-align-content: flex-end;
      align-content: flex-end; }
    .schedule .match .away {
      font-size: 15px;
      text-align: left;
      -ms-align-content: flex-start;
      -webkit-align-content: flex-start;
      align-content: flex-start; }
    .schedule .match .btn-canceled-blue {
      background-color: #1e4289;
      color: #fff; }

.matches-control {
  font-weight: 700; }
  .matches-control .gameday {
    min-width: 110px; }
  .matches-control a {
    display: inline-block; }
  .matches-control .previous {
    margin-right: 20px;
    cursor: pointer;
    width: 12px;
    height: 12px;
    border-top: 2px solid #292c2e;
    border-left: 2px solid #292c2e;
    transform: rotate(-45deg); }
  .matches-control .next {
    margin-left: 20px;
    cursor: pointer;
    width: 12px;
    height: 12px;
    border-top: 2px solid #292c2e;
    border-right: 2px solid #292c2e;
    transform: rotate(45deg); }

/** END SCHEDULE **/
.btn-blue {
  border-color: #3075fc;
  color: #3075fc; }

.match-fiche {
  height: 145px;
  margin-bottom: 15px;
  background-color: #fff; }
  .match-fiche .arrow {
    width: 18px;
    color: white;
    background-color: #e2e2e2;
    line-height: 145px;
    font-size: 14px;
    z-index: 100;
    cursor: pointer; }
  .match-fiche .content {
    padding: 24px 10px; }
    .match-fiche .content .fiche {
      height: 172px;
      box-shadow: none;
      z-index: 5;
      overflow: unset; }
      .match-fiche .content .fiche .media {
        width: 130px;
        margin-top: -10px; }
        .match-fiche .content .fiche .media .teams {
          margin-bottom: 10px; }
          .match-fiche .content .fiche .media .teams img {
            width: 45px;
            height: 55px; }
            .match-fiche .content .fiche .media .teams img:first-of-type {
              margin-right: 10px; }
        .match-fiche .content .fiche .media p {
          margin: 0;
          font-size: 10px;
          line-height: 14px;
          color: #1a2438;
          font-weight: 600; }
          .match-fiche .content .fiche .media p.score {
            font-size: 14px;
            font-weight: 900; }
      .match-fiche .content .fiche .cta {
        margin-left: 10px;
        padding: 10px;
        border-left: 1px solid #e6e6e6;
        margin-left: 5px;
        position: absolute;
        left: 130px;
        top: 5px;
        padding: 20px 0 20px 20px;
        border-left: 1px solid #e6e6e6; }
        .match-fiche .content .fiche .cta p {
          margin: 0;
          color: #1a2438;
          line-height: 15px; }
        .match-fiche .content .fiche .cta p.type {
          font-size: 9px;
          text-transform: uppercase;
          font-weight: 500; }
        .match-fiche .content .fiche .cta p.title {
          font-size: 11px;
          font-weight: 900; }
        .match-fiche .content .fiche .cta a.cta-link {
          display: block;
          margin-top: 7px;
          font-size: 11px;
          font-weight: 800; }

.registration {
  height: 145px;
  margin-bottom: 15px;
  margin-top: 20px;
  background-color: #fff; }
  .registration .content {
    padding: 20px 10px; }
    .registration .content .media {
      width: 180px;
      margin-left: 0px;
      padding: 0px 0px; }
      .registration .content .media img {
        width: 90px; }
    .registration .content .cta {
      margin-left: 15px;
      padding: 10px; }
      .registration .content .cta h2 {
        margin: 0;
        color: #1a2438;
        line-height: 25px; }
      .registration .content .cta h2.title {
        font-size: 18px;
        font-weight: 900; }
      .registration .content .cta a.cta-link {
        display: block;
        margin-top: 7px;
        font-size: 11px;
        font-weight: 800; }

.sponsors {
  padding: 35px 25px; }
  .sponsors .col-4 {
    justify-content: center;
    align-items: center;
    align-content: center;
    margin-bottom: 50px; }
    .sponsors .col-4 .sponsor {
      height: 100%; }
      .sponsors .col-4 .sponsor img {
        filter: grayscale(100%) opacity(0.7);
        -webkit-filter: grayscale(100%) opacity(0.7);
        -webkit-transition: all 0.6s ease;
        -moz-transition: all 0.6s ease;
        -o-transition: all 0.6s ease;
        -ms-transition: all 0.6s ease;
        transition: all 0.6s ease;
        backface-visibility: hidden; }
        .sponsors .col-4 .sponsor img:hover {
          filter: grayscale(0%);
          -webkit-filter: grayscale(0%) opacity(1);
          cursor: pointer; }
  .sponsors .cta-link {
    font-weight: 800;
    text-decoration: none; }

.pagination {
  text-align: center; }
  .pagination a.page {
    color: #333;
    text-decoration: none;
    float: left;
    width: 32px;
    height: 32px;
    font-weight: 600;
    margin: 5px;
    border-radius: 50%;
    line-height: 34px;
    font-size: 14px;
    transition: all 0.2s ease; }
    .pagination a.page.active {
      background-color: #3075fc;
      color: #fff; }
    .pagination a.page:hover {
      color: #3075fc; }
    .pagination a.page.active:hover {
      color: #fff; }

footer {
  padding: 35px 15px;
  background-image: url("/Images/footer.png");
  background-repeat: no-repeat;
  background-size: cover; }
  footer img {
    width: 90px;
    margin-bottom: 35px; }
  footer h2 {
    color: white;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    margin-bottom: 12px; }
  footer .details {
    color: #b6c6d7;
    font-size: 11px;
    line-height: 20px;
    margin-bottom: 30px; }
    footer .details a {
      color: #b6c6d7;
      display: block; }
      footer .details a:hover, footer .details a.active {
        color: white;
        text-decoration: none; }
    footer .details.detail-inline p {
      margin-bottom: 5px;
      font-size: 9px; }
      footer .details.detail-inline p a {
        display: inline; }
      footer .details.detail-inline p span.separator {
        padding: 0 3px; }
    footer .details .social {
      max-width: 150px; }
      footer .details .social ul {
        display: flex;
        flex-direction: row;
        list-style: none;
        list-style-position: inside;
        padding: 0; }
        footer .details .social ul li {
          border: none; }
          footer .details .social ul li a {
            padding-right: 20px;
            font-size: 15px;
            color: #8a97a7; }
            footer .details .social ul li a:hover, footer .details .social ul li a:active {
              color: white; }

@media (max-width: 375px) {
  header .sponsor {
    display: none; } }

@media (max-width: 768px) {
  .news-item-page .quote p {
    line-height: 1.3;
    font-size: 16px; }
  .news-item-page .quote .quote-block {
    position: relative;
    left: 30px; }
  .news-item-page .quote .tag {
    position: absolute;
    left: 10px;
    top: 55px;
    width: 80%;
    height: 80%;
    font-size: 12em;
    letter-spacing: -6px;
    font-weight: 900;
    color: #e9eff4; }
  .ranking .table tr td.ranking-number {
    width: 55px; } }

@media (max-width: 991px) {
  .body {
    font-size: 15px;
    line-height: 1.6; }
  .ranking h1 {
    font-size: 1.8rem; }
  .schedule {
    margin-top: 11px !important; }
  header ul.topnav {
    height: 62px; }
    header ul.topnav li a {
      padding: 24px 28px;
      font-size: 11px; }
  .news-item .video {
    padding: 270px 32px 40px !important; }
  .news-item .detail .date {
    display: none; }
  .sponsors {
    position: relative; }
  .footer-logo {
    display: none; }
  .player {
    margin-top: -222px;
    overflow-x: auto; }
  .schedule .match {
    position: static !important; }
  .schedule .match .date {
    text-align: center; }
  .schedule .match .score-block {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .schedule .match .home {
    text-align: center;
    width: auto;
    min-width: 90px;
    -webkit-align-content: normal;
    align-content: normal; }
  .schedule .match .away {
    text-align: center;
    width: auto;
    min-width: 100px;
    -webkit-align-content: normal;
    align-content: normal; }
  .schedule .match .vs-parent {
    width: 100%; }
  .schedule .match .vs {
    width: 100px;
    /*        width: 100%;*/ }
  .news-item-sponsors .partner {
    border-left: 8px solid #e3e4e0;
    line-height: 1.6em;
    padding: 5px;
    padding-left: 27px;
    width: 90%; }
  .sponsor-left-right {
    display: none; }
  .sponsor-under {
    display: block; } }

@media (min-width: 992px) {
  section.header {
    height: 796px;
    padding-top: 96px;
    background: radial-gradient(at top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.689513) 30%, #080d16 50%), url(/Images/bg-header.png);
    margin-bottom: -400px; }
    section.header .arrow {
      top: 200px;
      width: 25px;
      height: 25px;
      margin-right: 28%;
      margin-left: 28%; }
    section.header img {
      max-height: 250px;
      max-width: 450px; }
  section.large-header {
    background-size: cover;
    height: 590px;
    position: relative;
    z-index: 0;
    background-repeat: repeat;
    background-color: black;
    width: 100%;
    margin-top: 50px; }
  .more {
    justify-content: flex-end; }
  section.content .container-margin {
    margin-top: 120px;
    margin-bottom: 120px; }
  header nav.navbar ul.youth > li > a {
    padding: 28px 16px !important; }
  .slider-container .carousel-indicators {
    top: 265px !important; }
  .socialscore-block {
    width: 400px; }
  header {
    height: 115px;
    padding-left: 165px; }
    header .logo {
      width: 165px;
      height: 165px;
      box-shadow: 15px 0px 24px 0px rgba(0, 1, 0, 0.16);
      position: absolute;
      top: 0;
      left: 0;
      z-index: 99; }
      header .logo a {
        padding: 25px; }
    header nav.navbar {
      /** Desktop nav **/ }
      header nav.navbar .navbar-collapse {
        flex-direction: column; }
      header nav.navbar .small-top-nav {
        width: 100%;
        height: 35px;
        border-bottom: 1px solid #394152;
        color: #394152;
        justify-content: flex-end; }
        header nav.navbar .small-top-nav ul {
          justify-content: flex-end; }
          header nav.navbar .small-top-nav ul.simple, header nav.navbar .small-top-nav ul.social {
            border-right: 1px solid #394152; }
          header nav.navbar .small-top-nav ul.social li a {
            padding: 0 8px; }
          header nav.navbar .small-top-nav ul li a {
            padding: 0 13px;
            line-height: 35px;
            font-size: 12px;
            color: #8a97a7; }
            header nav.navbar .small-top-nav ul li a:active, header nav.navbar .small-top-nav ul li a:hover, header nav.navbar .small-top-nav ul li a.active {
              color: white; }
        header nav.navbar .small-top-nav .language-switch {
          position: static; }
          header nav.navbar .small-top-nav .language-switch button[type="button"] {
            background-color: #1a2438 !important;
            color: #8a97a7 !important;
            height: 100%;
            line-height: 27px;
            font-size: 12px; }
          header nav.navbar .small-top-nav .language-switch.active .language-menu {
            top: 35px;
            background-color: #1a2438; }
          header nav.navbar .small-top-nav .language-switch .language-menu {
            transition: 0.3s;
            width: 62px;
            display: flex;
            flex-direction: column;
            position: absolute;
            right: 0;
            top: -105px;
            z-index: 1000; }
            header nav.navbar .small-top-nav .language-switch .language-menu a.language-item {
              width: 62px;
              height: 35px;
              line-height: 27px;
              font-size: 12px; }
      header nav.navbar ul.navbar-nav > li {
        border-bottom: 6px solid transparent; }
        header nav.navbar ul.navbar-nav > li.active {
          border-bottom: 6px solid #1e4289; }
          header nav.navbar ul.navbar-nav > li.active.active .submenu {
            display: flex; }
        header nav.navbar ul.navbar-nav > li > a {
          padding: 28px 25px; }
      header nav.navbar ul.navbar-nav:hover li.active:not(:hover) .submenu {
        display: none; }
      header nav.navbar ul.navbar-nav .submenu {
        flex-direction: row;
        display: none;
        background-color: #0e1626;
        flex-direction: row;
        z-index: 999;
        position: absolute;
        width: 100%;
        top: 115px;
        height: 50px; }
        header nav.navbar ul.navbar-nav .submenu.open {
          display: flex; }
          header nav.navbar ul.navbar-nav .submenu.open > li > a {
            font-size: 12.5px;
            padding: 16px 5px;
            text-align: center;
            color: #8a97a7;
            font-weight: 300;
            letter-spacing: 1.1px; }
            header nav.navbar ul.navbar-nav .submenu.open > li > a:hover, header nav.navbar ul.navbar-nav .submenu.open > li > a:active {
              border-bottom: 6px solid #1e4289; }
      header nav.navbar ul {
        list-style: none;
        list-style-position: inside;
        padding: 0;
        margin: 0; }
        header nav.navbar ul.submenu {
          flex-direction: row;
          display: none;
          background-color: #0e1626;
          flex-direction: row;
          z-index: 999;
          position: absolute;
          width: 100%;
          top: 115px;
          left: 0;
          height: 50px; }
          header nav.navbar ul.submenu li:first-child {
            padding: 0 15px 0 27px; }
          header nav.navbar ul.submenu li {
            background-color: #0e1626;
            border: none;
            padding: 0 15px; }
            header nav.navbar ul.submenu li a {
              font-size: 12.5px;
              padding: 16px 5px;
              text-align: center;
              color: #8a97a7;
              font-weight: 300; }
              header nav.navbar ul.submenu li a:active, header nav.navbar ul.submenu li a:hover, header nav.navbar ul.submenu li a.active {
                border-bottom: 6px solid #1e4289; }
            header nav.navbar ul.submenu li.active a {
              border-bottom: 6px solid #1e4289; }
  .ranking .table tr > td:first-of-type .after {
    top: 5px; }
  .registration .content {
    padding: 15px 10px; }
    .registration .content .media {
      /*width: 100px;*/
      width: 90px;
      margin-left: 20px; }
      .registration .content .media img {
        width: 140px; }
    .registration .content .cta {
      padding: 20px 0 0 20px;
      margin-bottom: 0px; }
      .registration .content .cta h2 {
        margin: 0;
        color: #1a2438; }
      .registration .content .cta h2.title {
        font-size: 20px;
        width: 220px;
        font-weight: 900; }
      .registration .content .cta a.cta-link {
        display: block;
        font-size: 11px;
        margin-top: -13px; }
  .latest {
    margin-bottom: 33px;
    padding-left: 0 !important;
    padding-right: 0 !important; }
    .latest .picture {
      height: 683px !important; }
    .latest .head-detail {
      width: 446px;
      opacity: 0.95;
      padding: 30px 32px 70px;
      top: 470px !important;
      position: absolute; }
  .match-fiche .content .carousel-item .media .teams {
    margin-bottom: 10px; }
  .match-fiche .content .carousel-item .media .teams img {
    width: 45px; }
  .match-fiche .content .carousel-item .media p.score {
    font-size: 16px; }
  .match-fiche .content .carousel-item .media p.date {
    font-size: 11px; }
  .match-fiche .content .carousel-item .media p.time {
    font-size: 11px; }
  .match-fiche .content .carousel-item .media p {
    line-height: 14px; }
  .match-fiche .content .carousel-item .cta p.type {
    font-size: 11px; }
  .match-fiche .content .carousel-item .cta p.title {
    font-size: 14px; }
  .match-fiche .content .carousel-item .cta a.cta-link {
    margin-top: 12px;
    font-size: 13px; }
  .home-news {
    margin: 0 0 15px 0;
    padding-right: 0 !important; }
    .home-news .detail {
      padding: 60px 32px 70px !important; }
  .news-item .picture {
    height: 100%; }
  .news-item .picture-small {
    height: 250px;
    width: 100%; }
  .news-item .head-detail {
    opacity: 0.95;
    position: absolute;
    margin-left: 39px;
    top: 340px; }
  .news-item .detail {
    width: 446px;
    padding: 30px 32px 70px;
    max-height: 240px; }
    .news-item .detail .date {
      color: #6e7a8b;
      font-size: 12px; }
  .news-item .detail-white {
    position: initial;
    width: 100%;
    min-height: 222px; }
  .news-item .detail-overlay {
    min-height: 100% !important;
    bottom: 0;
    width: 100%;
    max-height: fit-content; }
  .schedule .match .date {
    position: absolute; }
  .ranking h1 {
    text-align: left; }
  .standings {
    height: 456px; }
    .standings p a.cta-link {
      font-size: 16px; }
  .standings .table.matches tbody tr td {
    font-size: 12px; }
  .standings .table.matches thead th {
    font-size: 9px; }
  .standings .table.matches tbody tr td:first-child {
    padding: 12px 14px; }
    .standings .table.matches tbody tr td:first-child .after {
      padding: 0 1px;
      margin-top: -5px; }
  .standings .table.matches tbody tr td:nth-child(2) {
    padding: 12px 0px; }
  .standings .table.matches tbody tr td:nth-child(n + 3) {
    padding: 12px 12px; }
  .video .video-overlay-horizontal {
    display: block !important; }
  .video .video-overlay-vertical {
    display: none !important; }
  .player .player-info .player-img {
    min-height: 400px; }
  .player .player-info .player-img .bg-image {
    width: 230%;
    height: 110%;
    background-size: cover;
    background-repeat: no-repeat; }
  .schedule .match .date {
    line-height: 16px; }
  .schedule .match .vs {
    width: 80px; }
  .schedule .match .btn-blue {
    width: 140px; }
  .schedule .match .btn-canceled-blue {
    width: 140px; }
  .schedule .card {
    border-left: none;
    border-right: none; }
    .schedule .card .card-body {
      padding: 1.25rem 0; }
  .lg-content {
    margin: 60px 36px -11px 133px !important;
    width: 75% !important; }
  .lg-content:nth-child(n + 2) {
    margin: 0px 36px 39px 133px !important;
    width: 75% !important; }
  .news-item-sponsors .partner {
    border-left: 8px solid #e3e4e0;
    line-height: 1.6em;
    padding: 5px;
    padding-left: 27px;
    width: 47%; }
  .news-item-page #navbar-collapse ul .submenu {
    flex-direction: row;
    flex-wrap: wrap;
    margin: 15px 0 -15px 0; }
  .news-item-page h1 {
    font-size: 2.5em; }
  .news-item-page .preface {
    font-size: 18px;
    line-height: 24px; }
  .news-item-page p {
    line-height: 1.7;
    font-size: 16px; }
  footer .details {
    line-height: 24px;
    font-size: 13px; }
  footer .details.detail-inline p {
    font-size: 11px; }
  footer img {
    width: 135px; }
  footer .follow {
    bottom: -35px; }
  .sponsor-left-right {
    display: block; }
  .sponsor-under {
    display: none; }
  footer .bg {
    filter: opacity(0.15);
    -webkit-filter: opacity(0.15);
    margin: -60px;
    width: 360px; }
    footer .bg img {
      filter: contrast(0.3);
      -webkit-filter: contrast(0.3); }
  #match-carousel.big .carousel-item {
    background-size: 37%;
    padding-top: 110px;
    padding-bottom: 20px; }
  #match-carousel.big .carousel-item .home,
  #match-carousel.big .carousel-item .out {
    width: 145px; }
  .slider-container .slide-controls.outside {
    top: 52%; }
  #match-carousel.big .carousel-item .standing {
    margin: 55px 50px 0; }
  #match-carousel.big .carousel-item .home img, #match-carousel.big .carousel-item .out img {
    height: 150px; }
  .slider-container .slide-controls.outside .previous {
    left: 60px; }
  .slider-container .slide-controls.outside .next {
    right: 60px; } }

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .schedule .match .home,
  .schedule .match away {
    width: 400px; }
  .hide-table-col {
    display: none !important; }
  .schedule .match .btn-blue {
    width: 50px; }
  .show-arrow {
    display: block; }
  .show-center {
    display: none; } }

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .schedule .match .home,
  .schedule .match away {
    width: 400px; }
  .hide-table-col {
    display: none !important; } }

@media (max-width: 1110px) {
  .sponsor.sponsor-lg {
    display: none !important; } }

@media (max-width: 1200px) {
  .hide-table-col {
    display: none !important; } }

@media (min-width: 375px) {
  header .sponsor {
    max-width: 70px; } }

@media (max-width: 390px) {
  header .sponsor {
    max-width: 59px; } }

@media (min-width: 1200px) {
  .player .player-info .player-img {
    min-height: 450px; }
  .ranking .table tr td.ranking-streak span {
    border-radius: 3px;
    background-color: #727272;
    color: white;
    width: 17px;
    height: 17px;
    float: unset !important;
    font-size: 11px;
    text-align: center;
    margin-right: 0px; } }

@media (min-width: 425px) {
  .video .video-overlay-horizontal {
    display: block !important;
    height: 100%;
    width: fit-content; }
  .video .video-overlay-vertical {
    display: none !important; } }

@media (min-width: 1300px) {
  .home-news {
    -ms-flex: 0 0 66.666667% !important;
    flex: 0 0 66.666667% !important;
    max-width: 66.666667% !important;
    position: relative !important;
    width: 100% !important;
    padding-right: 0 !important;
    padding-left: 28px !important;
    margin: 0 0 15px 0; }
  .home-standing {
    -ms-flex: 0 0 33.333333% !important;
    flex: 0 0 33.333333% !important;
    max-width: 33.333333% !important;
    position: relative !important;
    width: 100% !important;
    padding-right: 28px !important;
    padding-left: 28px !important; } }

@media (min-width: 1480px) {
  .standings .table.matches tbody tr td {
    font-size: 15px; }
  .standings .table.matches thead th {
    font-size: 10px; } }
