/* Globals */
/* Colors */
/* Z Indexes */
/* Font Styles */
/* Icons */
.channels_slide h2 {
  font-family: "roboto-condensed";
  font-size: 30px;
  font-weight: 100;
  padding-left: 30px;
  margin-bottom: 12px;
  color: #eeeeee;
}

.ch_slide {
  width: 384px;
  height: 224px;
  margin: 10px 14px;
  display: inline;
  float: left;
  background-color: #009e68;
  background-repeat: no-repeat;
  background-position: center;
  background-size: initial;
}
.ch_slide.focus {
  border: 4px solid #FF6D00;
  border-radius: 3px;
  transform: scale(1.035);
  -o-transform: scale(1.035);
}

.channels-header {
  margin-left: 40px;
}
.channels-header .channel-h1 {
  /* para alinear con el tag */
  line-height: 1.3em;
  font-family: "roboto-condensed";
  font-size: 46.1538461538px;
  font-weight: 700;
  display: inline-block;
  vertical-align: middle;
}
.channels-header .channel-summary {
  font-family: "roboto-condensed";
  font-size: 23.0769230769px;
  overflow: hidden;
  line-height: 34.6153846154px;
  height: 90px;
  width: 980.7692307692px;
}

/* Channels Related Sliders */
.channels_slide,
.channels_slide.static {
  height: 330px;
  padding-left: 15px;
  left: 0;
  right: 0;
  position: absolute;
  overflow: hidden;
  z-index: 920;
  transform: translateZ(0);
  -o-transform: translateZ(0);
}

.channels_slide .absolute {
  width: 2000px;
}