/* Globals */
/* Colors */
/* Z Indexes */
/* Font Styles */
/* Icons */
.relative {
  margin-left: 17px;
  position: relative;
}

.absolute {
  position: absolute;
}

.search-results .relative {
  margin-top: 10px;
}

.slide_text {
  color: #eeeeee;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -9px;
  margin-left: -50px;
}

/*
	Adding defaults for slides
	The transparent border is needed so when it gets the focus class it doesn't
	look weird (because it adds the same 4px border with color)
*/
.slide img {
  border: 4px solid transparent;
  margin: 30px;
  position: relative;
}

/* Publicty slides */
.publicidad_slide {
  height: 320px;
  text-align: center;
  position: absolute;
  left: -922px;
  right: 0;
  top: 16px !important;
}

.publicidad_slide .relative {
  margin-left: -232px;
}

.publicidad_slide .absolute {
  width: 5000px;
}

.pub_slide {
  background-size: 100%;
  height: 296px;
  float: left;
  margin: 4px 25px;
  width: 1146px;
  background-image: url("images/bg-slides.png");
  background-color: #009e68;
  background-repeat: no-repeat;
  background-position: center;
  background-size: initial;
}

.pub_slide.focus {
  margin: 0 21px;
  border: 3px solid #FF6D00;
  height: 296px;
  border-radius: 3px;
  transform: scale(1.035);
  -o-transform: scale(1.035);
}

/*
	This comes from the slider.css file in vendor
	Relative slider elements container, titleless

	Classes handled by slider.js should have a special suffix, so they become
	easily recognizable
*/
.movie_slide.static .relative {
  transform: translateX(0);
  -o-transform: translateX(0);
  transition: transform 0.1s ease-in-out;
  -o-transition: -o-transform 0.1s ease-in-out;
}

.movie_slide.dynamic .relative {
  transform: translateX(-101px);
  -o-transform: translateX(-101px);
  transition: transform 0.1s ease-in-out;
  -o-transition: -o-transform 0.1s ease-in-out;
}

.lite .movie_slide.static .relative {
  transition: initial;
  -o-transition: initial;
}

.lite .movie_slide.dynamic .relative {
  transition: initial;
  -o-transition: initial;
}

.movie_slide .absolute {
  width: 1800px;
}

/* Mixed */
.movie,
.serie {
  margin: 0 60px;
}

/* Movie/Series Related Sliders */
.movie_slide,
.movie_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);
}

.movie_slide h2 {
  font-family: "roboto-regular";
  font-size: 30px;
  font-weight: 100;
  padding-left: 30px;
  margin-bottom: 12px;
  color: #eeeeee;
}

.mov_slide {
  float: left;
  margin: 6px 15.33px;
  height: 232px;
  width: 172px;
  background-image: url("images/bg-slides.png");
  background-color: #009e68;
  background-repeat: no-repeat;
  background-position: center;
  background-size: initial;
  position: relative;
}

.mov_slide.focus,
.mov_slide.active {
  margin: 0 12.33px;
  border: 3px solid #FF6D00;
  border-top: 4px solid #FF6D00;
  margin-bottom: 20px !important;
  border-radius: 6px;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

.mov_slide.placeholder {
  background-color: #ffbe17;
}

.current-slide .serie_slide .slider_title {
  opacity: 1;
  visibility: visible;
}

.slider_title {
  visibility: hidden;
}

.serie_slide {
  height: 112px;
  border-radius: 8px;
}

.no-transform,
.lite .mov_slide.focus,
.lite .pub_slide.focus {
  transform: none !important;
  -webkit-transform: none !important;
}

#all .relative .absolute div:nth-child(6n+6).mov_slide.focus {
  margin-bottom: 30px !important;
}