.language-selection,
.subtitle-selection {
  position: relative; }
  .language-selection .button,
  .subtitle-selection .button {
    text-align: center;
    font-family: "roboto-bold", Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 34px;
    font-weight: normal;
    letter-spacing: 0;
    outline: none;
    display: block;
    color: #ffffff;
    padding: 0;
    margin: 13px 0 0;
    background-color: transparent;
    text-decoration: none; }
    .language-selection .button:hover,
    .subtitle-selection .button:hover {
      text-decoration: underline;
      cursor: pointer; }
  .language-selection.active .button,
  .subtitle-selection.active .button {
    text-decoration: underline;
    background-color: #0085D5; }
  .language-selection.active .language-options,
  .language-selection.active .subtitle-options,
  .subtitle-selection.active .language-options,
  .subtitle-selection.active .subtitle-options {
    max-height: 1000%;
    visibility: visible;
    z-index: 9;
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.25); }
    .language-selection.active .language-options ul,
    .language-selection.active .subtitle-options ul,
    .subtitle-selection.active .language-options ul,
    .subtitle-selection.active .subtitle-options ul {
      opacity: 1;
      -webkit-transition: opacity 0.2s 0.2s;
      transition: opacity 0.2s 0.2s; }

.language-options,
.subtitle-options {
  max-height: 0;
  visibility: hidden;
  position: absolute;
  background-color: #79828b;
  border-radius: 5px;
  position: absolute;
  padding: 10px 15px; }
  .language-options ul,
  .subtitle-options ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    -webkit-transition: opacity 0s 0s;
    transition: opacity 0s 0s; }
    .language-options ul li,
    .subtitle-options ul li {
      position: relative;
      margin-left: 10px;
      color: #fff;
      font-size: 14px;
      line-height: 20px;
      text-align: left;
      cursor: pointer; }
      .language-options ul li:hover,
      .subtitle-options ul li:hover {
        text-decoration: underline; }
      .language-options ul li > i,
      .subtitle-options ul li > i {
        position: absolute;
        width: 19px;
        margin-left: -19px; }
      .language-options ul li.selected > i,
      .subtitle-options ul li.selected > i {
        font-family: 'Glyphicons Halflings';
        color: #ffffff; }
        .language-options ul li.selected > i:before,
        .subtitle-options ul li.selected > i:before {
          content: "\e013";
          font-size: 11px; }

@media screen and (min-width: 992px) {
  .language-selection .button {
    font-size: 16px; }
  .subtitle-selection .button {
    font-size: 16px; } }

.toc .language-selection {
  margin: 0 5px; }

.toc .language-selection .button {
  text-align: left;
  font-family: "roboto-cond-reg", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #384350;
  margin: 10px 15px; }

.toc .language-selection .button:hover {
  background-color: transparent;
  text-decoration: underline; }

.toc .language-selection .language-options {
  min-width: auto;
  max-width: unset;
  width: 100%;
  max-height: 0;
  visibility: hidden;
  position: relative;
  background-color: transparent;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  padding: 0; }

.toc .language-selection .language-options ul {
  margin: 0;
  padding: 0; }

.toc .language-selection .language-options ul li {
  color: #384350;
  font-size: 14px;
  line-height: 20px;
  font-family: "roboto-cond-reg", Arial, Helvetica, sans-serif;
  text-align: left;
  cursor: pointer; }

.toc .language-selection .language-options ul li:hover {
  text-decoration: underline; }

.toc .language-selection.active .button {
  background-color: transparent;
  text-decoration: underline; }

.toc .language-selection.active .language-options {
  visibility: visible;
  -webkit-box-shadow: none;
  box-shadow: none; }

.toc .language-selection.active .language-options ul {
  margin: 10px 15px;
  padding: 0 0 10px;
  border-bottom: 1px solid #ccc; }

.toc .subtitle-selection {
  margin: 0 5px; }

.toc .subtitle-selection .button {
  text-align: left;
  font-family: "roboto-cond-reg", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #384350;
  margin: 10px 15px; }

.toc .subtitle-selection .button:hover {
  background-color: transparent;
  text-decoration: underline; }

.toc .subtitle-selection .subtitle-options {
  min-width: auto;
  max-width: unset;
  width: 100%;
  max-height: 0;
  visibility: hidden;
  position: relative;
  background-color: transparent;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  padding: 0; }

.toc .subtitle-selection .subtitle-options ul {
  margin: 0;
  padding: 0; }

.toc .subtitle-selection .subtitle-options ul li {
  color: #384350;
  font-size: 14px;
  line-height: 20px;
  font-family: "roboto-cond-reg", Arial, Helvetica, sans-serif;
  text-align: left;
  cursor: pointer; }

.toc .subtitle-selection .subtitle-options ul li:hover {
  text-decoration: underline; }

.toc .subtitle-selection.active .button {
  background-color: transparent;
  text-decoration: underline; }

.toc .subtitle-selection.active .subtitle-options {
  visibility: visible;
  -webkit-box-shadow: none;
  box-shadow: none; }

.toc .subtitle-selection.active .subtitle-options ul {
  margin: 10px 15px;
  padding: 0 0 10px;
  border-bottom: 1px solid #ccc; }

@media screen and (min-width: 992px) {
  .language-selection .button {
    font-size: 16px; } }
