@media screen and (min-width: 1200px) {
  #tvchannels {
    margin-top: -30px;
  }

  #dens3-player-page #tvchannels {
    margin-top: 0;
  }
}

#tvchannels .nav-tabs .owl-stage {
  min-width: max-content;
  min-height: 32px;
}

#tvchannels .nav-tabs {
  border-bottom: 1px solid #5c5c5c;
}

#tvchannels .nav-tabs li {
  padding: 0;
  margin: 1px 10px 0 0;
}

#tvchannels .nav-tabs li a {
  color: #777777;
  padding: 10px 0;
  margin: 0 10px 0 0;
  border-bottom: 3px solid #000;
  border-top: none;
  border-left: none;
  border-right: none;
  transition: all 0.2s ease-in-out;
}

#tvchannels .nav-tabs li a:hover {
  color: #ffffff;
}

#tvchannels .nav-tabs li a:first-of-type {
  padding: 10px 0 10px 0;
}

#tvchannels .nav-tabs li a:hover {
  background: none;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 3px solid #000;
}

#tvchannels .nav-tabs li.active a {
  color: white;
  background: none;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 3px solid #009999;
}

#tvchannels .tab-content {
  margin-top: 20px;
}

#tvchannels .row {
  margin-right: -5px;
  margin-left: -5px;
}

#tvchannels [class*="col-"] {
  padding-left: 5px;
  padding-right: 5px;
}

@media screen and (min-width: 1200px) {
  #tvchannels .tab-content .col-lg-1 {
    width: 10%;
  }
}

#tvchannels .tab-content .img-channels {
  border-radius: 2px;
  margin-bottom: 20px;
  transition: all 0.2s ease-in-out;
}

#tvchannels .tab-content .img-channels:hover {
  transform: scale(1.1);
}
