::-webkit-scrollbar {
  width: 0;
  background: transparent;
}
.tvCont {
  background: #262626;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
  min-height: 100vh;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 0;
  overflow-x: hidden;
}
.navbar-brand img {
  height: 50px;
  padding: .5rem 0;
}
.tvHead {
  padding: 0 1rem;
  height: auto;
}
.ltvHeading {
  color: #fff;
  font-size: 1.8rem;
  margin: 0;
  padding: .75rem 0;
}
.tvHead .card {
  color: #fff;
  border-color: #fff;
  display: none;
}
.live-tv {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 0 1rem;
  overflow-x: hidden;
}
.live-tv .tv-card-deck .card {
  background-color: rgba(6, 6, 6, 0.8);
  margin-bottom: .75rem;
  border: 0;
}
.live-tv .card-header {
  padding: .5rem .5rem;
  margin-bottom: 0;
  border-bottom: 1px solid rgba(0, 0, 0, .125);
}
.live-tv .card-header:first-child {
  border-radius: calc(.25rem - 1px) calc(.25rem - 1px);
}
.live-tv .card-body {
  padding: 0 .75rem .025rem;
}
.tv-card-deck {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
.mb-card {
  display: block;
}
.web-card {
  display: none;
}
.card-header {
  position: relative;
}
.accordion .card-header:after {
  font-family: 'FontAwesome';
  content: "\f077 ";
  float: right;
  position: absolute;
  right: 3.5%;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.accordion .card-header.collapsed:after {
  /* symbol for "collapsed" panels */
  content: "\f078 ";
}
.ltv-block {
  color: #000;
  background: rgba(255, 255, 255, 0.9);
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  border-radius: 5px;
  margin-bottom: .75rem;
}
.ltv-home, .ltv-watch, .ltv-away {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 1rem 0;
}
.ltv-home {
  width: 50%;
}
.ltv-watch {
  padding: 0 1.5rem;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  z-index: 1;
}
.ltv-away {
  width: 50%;
}
.ltv-home,
.ltv-away {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.ltv-watch_-txt {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 2;
  line-height: 1.2;
}
.ltv-time {
  font-size: 1.3rem;
}
.ltv-date {
  font-size: .9rem;
}
.vs-bg {
  position: absolute;
  font-family: 'Poppins', sans-serif;
  color: rgb(30, 30, 30, .75);
  opacity: .15;
  font-weight: bold;
  font-size: 7rem;
  height: 100%;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 15px;
}
.live-tv .btn-link {
  color: #cdd0d1;
  font-weight: 600;
}
.ltv-match_-img {
  height: 40px;
}
.ltv-team {
  max-width: 65px;
}
.ltv-btn {
  color: #fff;
  padding: 0.25rem 1.5rem;
  font-size: 0.775rem;
  line-height: 1.5;
  border-radius: 0.2rem;
  text-transform: uppercase;
  background: url('../img/btn.png') bottom center no-repeat;
  background-size: 100% 100%;
  border-radius: 2rem;
  border: 0;
  margin-top: 5px;
  padding-top: 2px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.disabled {
  background: url('../img/disabled-btn.png') bottom center no-repeat !important;
  background-size: 100% 100% !important;
  cursor: not-allowed;
}
.ltv-btn:hover:active {
  -webkit-transform: translateY(1px);
  -ms-transform: translateY(1px);
  transform: translateY(1px);
  -webkit-box-shadow: 0px 5px 20px rgba(45, 40, 42, 0.2);
  box-shadow: 0px 5px 20px rgba(45, 40, 42, 0.2);
}
.ltv-btn:hover {
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
  -webkit-box-shadow: 0px 15px 20px rgba(45, 40, 42, 0.2);
  box-shadow: 0px 15px 20px rgba(45, 40, 42, 0.2);
}
.disabled:hover:active {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-box-shadow: 0px 5px 20px rgba(45, 40, 42, 0.2);
  box-shadow: none;
}
.disabled:hover {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-box-shadow: 0px 15px 20px rgba(45, 40, 42, 0.2);
  box-shadow: none;
}
.tvWrap {
  display: -ms-flex;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
}
/* Contact us */
.contact {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #fff;
  background: #0f0f0f;
  padding: 1.5rem 1rem 0;
}
.header__subtitle--faq {
  text-align: center;
  letter-spacing: normal;
}
.contact__contents {
  max-width: 800px;
  margin: 0 auto;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact-block {
  padding: 1rem;
  text-align: center;
}
.contact__title {
  display: block;
  font-weight: 600;
  text-transform: uppercase;
  padding: .75rem 0 0;
}
.contact__link {
  color: #fff;
  font-size: .8rem;
}
.footer {
  text-align: center;
  padding: 1rem 0;
}
@media (min-width: 410px) {
  .ltv-team {
    max-width: 110px;
  }
}
@media (min-width: 576px) {
  .navbar-brand img {
    height: 80px;
  }
  .ltv-block {
    color: #000;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    border-radius: 6px;
    padding: 5px 10px;
    margin-bottom: .75rem;
  }
  .ltv-btn {
    background: url(../img/btn.png) center center no-repeat;
    background-size: contain;
    border: 0;
    padding-top: 2px;
  }
  .web-card {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .header {
    position: relative;
    z-index: 3;
  }
  .mb-card {
    display: none !important;
  }
  .web-card {
    display: block !important;
  }
  .ltvHeader {
    background: url(../img/live-tv--bg.png) top center no-repeat;
    background-size: 100% 100%;
    margin-bottom: 1rem;
  }
  .ltvHeaderCont {
    max-width: 1140px;
    position: relative;
  }
  .ltvHeading {
    font-size: 3.5rem;
    color: #942a2c;
    background: -webkit-linear-gradient(#c73333, #942a2c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    margin-top: -20%;
  }
  .ltvHeaderImgPos {
    position: relative;
    left: -24%;
  }
  .ltvHeaderImg {
    height: 90%;
  }
  .live-tv {
    margin-top: -7rem;
    position: relative;
    z-index: 2;
  }
  .ltvHeading {
    font-size: 3.5rem;
    color: #942a2c;
    background: -webkit-linear-gradient(#c73333, #942a2c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
  }
  .tvHead .card {
    color: #000;
    border-color: #000;
    display: block;
  }
  .ltv-block {
    padding: .25rem 1rem;
  }
  .tv-match {
    width: 60%;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .ltv-date {
    width: 20%;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .ltv-btnWrap {
    width: 20%;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .tvteamWrap {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 40%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .tvteamWrap:nth-child(3) {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .tvVs {
    width: 10%;
  }
  .tvImgWrap {
    width: 50px;
    height: 50px;
    overflow: hidden;
    padding: .45rem;
    margin: 0 1rem;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .tvImg {
    width: 100%;
    height: 100%
  }
}
@media (min-width: 992px) {
  .ltv-block {
    padding: .25rem 2rem;
  }
}
