/* Globals */
/* Colors */
/* Z Indexes */
/* Font Styles */
/* Icons */
#player-suggestion-Series {
  display: none;
  font-family: "roboto-medium", sans-serif;
  background: rgba(0, 0, 0, 0.9);
  color: white;
  position: absolute;
  z-index: 1000;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
#player-suggestion-Series #title-suggestion {
  text-align: center;
  padding-top: 8%;
  margin-bottom: 3%;
  font-size: 30px;
  font-weight: 300;
}
#player-suggestion-Series #countdown {
  text-align: center;
  padding-bottom: 2%;
  font-family: "roboto-thin", sans-serif;
}
#player-suggestion-Series #next-chapter {
  display: inline;
}
#player-suggestion-Series #next-chapter .summary-suggestion {
  width: 60%;
  float: left;
}
#player-suggestion-Series #next-chapter .summary-suggestion #title {
  padding-top: 2%;
  font-size: 22px;
  font-weight: 400;
  padding-left: 25%;
  padding-right: 10%;
}
#player-suggestion-Series #next-chapter .summary-suggestion #description {
  font-family: "roboto-thin", sans-serif;
  padding-top: 3%;
  padding-bottom: 8%;
  font-size: 16px;
  font-weight: 100;
  line-height: 1.4;
  word-spacing: 5px;
  padding-left: 25%;
  padding-right: 10%;
}
#player-suggestion-Series #next-chapter .image {
  width: 30%;
  margin-right: 3%;
  margin-left: 3%;
  float: right;
}
#player-suggestion-Series #next-chapter .image img {
  height: 305px;
  width: 70%;
}
#player-suggestion-Series #goBack-suggestion {
  clear: both;
  text-align: center;
  padding-top: 5%;
}
#player-suggestion-Series .button {
  font-family: "roboto-condensed";
  font-size: 2rem;
  font-weight: 100;
  color: white;
  background: rgba(255, 255, 255, 0.3);
  border: 1px;
  border-radius: 1.7rem;
  padding: 0.7% 5% 0.6%;
}
#player-suggestion-Series .focus.poster {
  outline: 5px solid #FF6D00;
}
#player-suggestion-Series .focus.button {
  background-color: #FF6D00;
}