/* Globals */
/* Colors */
/* Z Indexes */
/* Font Styles */
/* Icons */
#channels-container {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 20, 40, 0.85);
}
#channels-container .channels-header .channels-logo-header {
  background: url("images/logo_small.png");
  background-size: cover;
  bottom: -25.3846153846px;
  left: 63.4615384615px;
  height: 96.9230769231px;
  width: 205.7692307692px;
  position: relative;
}
#channels-container .channels-header .channels-h1 {
  font-family: "SamsungOne";
  text-align: center;
  margin: 0;
}
#channels-container .channels {
  height: 500px;
  margin: 0;
  position: relative;
  left: 52px;
  top: 69.2307692308px;
}
#channels-container .channels .channels-items {
  position: relative;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 11.5384615385px;
  width: 323.0769230769px;
  height: 207.6923076923px;
  margin: 10px 14px 8px 4px;
  float: left;
  text-align: center;
}
#channels-container .channels .channels-items span {
  position: relative;
  font-family: "roboto-condensed";
  font-size: 20px;
  top: 144.6153846154px;
}
#channels-container .channels .channels-items img {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 34.6153846154px;
  right: 0;
  left: 0;
}
#channels-container .channels .channels-items.active {
  width: 321.0769230769px;
  height: 216.9230769231px;
  margin: 6px 13px 4px 7px;
  border-radius: 11.5384615385px;
  border: 3px solid #FF6D00;
  box-sizing: border-box;
}
#channels-container .channels .channels-items.active img {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 34.6153846154px;
  right: 4px;
  left: 0;
}
#channels-container .channels .channels-items.active span {
  position: relative;
  font-family: "roboto-condensed";
  font-size: 20px;
  top: 145.6923076923px;
  right: 2px;
}

#channels-container .arrow {
  display: block;
}
#channels-container .channels-arrow.arrow-up {
  top: 154px;
}
#channels-container .channels-arrow.arrow-down {
  top: 636px;
}