@font-face {
  font-family: 'Segoe UI';
  src: url("../fonts/segoe/SegoeUI-Light.eot");
  src: local("Segoe UI Light"), local("SegoeUI-Light"), url("../fonts/segoe/SegoeUI-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/segoe/SegoeUI-Light.woff") format("woff"), url("../fonts/segoe/SegoeUI-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Segoe UI';
  src: url("../fonts/segoe/SegoeUI-BoldItalic.eot");
  src: local("Segoe UI Bold Italic"), local("SegoeUI-BoldItalic"), url("../fonts/segoe/SegoeUI-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/segoe/SegoeUI-BoldItalic.woff") format("woff"), url("../fonts/segoe/SegoeUI-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic; }

@font-face {
  font-family: 'Segoe UI';
  src: url("../fonts/segoe/SegoeUI-SemiBold.eot");
  src: local("Segoe UI Semibold"), local("SegoeUI-SemiBold"), url("../fonts/segoe/SegoeUI-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/segoe/SegoeUI-SemiBold.woff") format("woff"), url("../fonts/segoe/SegoeUI-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'Segoe UI';
  src: url("../fonts/segoe/SegoeUI.eot");
  src: local("Segoe UI"), local("SegoeUI"), url("../fonts/segoe/SegoeUI.eot?#iefix") format("embedded-opentype"), url("../fonts/segoe/SegoeUI.woff") format("woff"), url("../fonts/segoe/SegoeUI.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Segoe UI';
  src: url("../fonts/segoe/SegoeUI-Bold.eot");
  src: local("Segoe UI Bold"), local("SegoeUI-Bold"), url("../fonts/segoe/SegoeUI-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/segoe/SegoeUI-Bold.woff") format("woff"), url("../fonts/segoe/SegoeUI-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Segoe UI';
  src: url("../fonts/segoe/SegoeUI-Italic.eot");
  src: local("Segoe UI Italic"), local("SegoeUI-Italic"), url("../fonts/segoe/SegoeUI-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/segoe/SegoeUI-Italic.woff") format("woff"), url("../fonts/segoe/SegoeUI-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic; }

.categories {
  padding: 0;
  height: 0;
  overflow: hidden;
  position: relative;
  /*transition: height .2s;*/ }
  .categories:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #313131;
    transition: .3s;
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transform: scaleY(0);
    transform: scaleY(0); }
  .categories:after {
    content: '';
    position: absolute;
    top: 1px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #222;
    z-index: 3; }
  .categories .categories-form {
    opacity: 0;
    transition: .1s; }
    .categories .categories-form .fade-before,
    .categories .categories-form .fade-after {
      display: block;
      height: 10px;
      background: #313131;
      position: relative;
      z-index: 3;
      margin: -10px 20px 0 0;
      box-shadow: 0 0 20px 10px #313131; }
      .categories .categories-form .fade-before.show-xs,
      .categories .categories-form .fade-after.show-xs {
        display: none; }
  .categories .scrolled {
    height: 580px;
    padding-top: 10px;
    padding-left: 10px;
    margin-left: -10px;
    overflow: hidden;
    position: relative; }
    .categories .scrolled.collapsed-top {
      padding-top: 0; }
  .categories .footer {
    position: relative;
    z-index: 4; }
  .categories .categories-list {
    display: table;
    width: 100%;
    margin-bottom: 30px; }
    .categories .categories-list > li {
      display: table-cell;
      vertical-align: top;
      padding-right: 30px; }
  .categories .category > li {
    margin: 0 -10px; }
  .categories .title {
    font-size: 14px;
    color: #ff9100;
    margin-top: 30px;
    font-weight: 700;
    margin-bottom: 10px; }
    .categories .title:first-child {
      margin-top: 0; }
  .categories .checkbox label {
    padding-top: 12px;
    min-height: 40px;
    padding-right: 10px;
    padding-bottom: 12px;
    border-radius: 5px;
    padding-left: 45px;
    line-height: 1.2; }
    .categories .checkbox label:before, .categories .checkbox label:after {
      left: 10px;
      top: 50%;
      margin-top: -12px; }
  .categories .checkbox label:hover {
    background: rgba(0, 0, 0, 0.5); }
  .categories .links-list {
    padding-right: 15px; }
    .categories .links-list .item .link {
      display: table;
      width: 100%;
      padding: 7px 0;
      table-layout: fixed; }
      .categories .links-list .item .link .caption {
        color: #fff;
        display: table-cell;
        transition: color .3s; }
      .categories .links-list .item .link .number {
        display: table-cell;
        vertical-align: middle;
        text-align: right; }
      .categories .links-list .item .link .tag {
        border-radius: 3px;
        background-color: #1c1d1f;
        color: #ff9100;
        font-size: 12px;
        font-weight: 400;
        letter-spacing: 0.36px;
        display: inline-block;
        padding: 3px 6px;
        transition: background-color .3s; }
      .categories .links-list .item .link:hover .caption {
        color: #ff9100; }
      .categories .links-list .item .link:hover .tag {
        background-color: #000; }
    .categories .links-list .item:first-child .link {
      padding-top: 0; }
  .categories .btn-large-cover {
    margin-top: 15px; }
  .categories .posters-list {
    margin-top: -10px; }
  .categories.active {
    height: 698px;
    padding: 20px 0;
    opacity: 1; }
    .categories.active:before {
      transition-timing-function: cubic-bezier(0.5, 0, 0.5, 1);
      -webkit-transform: scaleY(1);
      transform: scaleY(1); }
    .categories.active .categories-form {
      opacity: 1;
      transition: .3s .3s; }

@media (max-width: 1520px) {
  .categories .links-list .item .link .tag {
    white-space: nowrap;
    padding: 1px 4px; } }

@media (max-width: 1199px) {
  .categories .categories-list {
    display: block;
    font-size: 0; }
    .categories .categories-list > li {
      display: inline-block;
      vertical-align: top;
      padding-right: 10px;
      padding-bottom: 20px;
      width: 25%; } }

@media (max-width: 993px) {
  .categories .scrolled {
    overflow-y: auto;
    padding-left: 25px;
    padding-right: 25px;
    max-height: 300px; }
  .categories .footer {
    padding: 0 15px; }
  .categories.active {
    height: 360px;
    padding-top: 0; } }

@media (max-width: 768px) {
  .categories .categories-list > li {
    padding-right: 30px;
    padding-bottom: 20px;
    width: 33.3333%; }
  .categories .hidden-xs {
    display: none; }
  .categories .title.spaced-xs-title {
    padding: 15px 15px 0; } }

@media (max-width: 480px) {
  .categories {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
    .categories .categories-form .fade-after.show-xs {
      display: block; }
    .categories .links-list {
      padding-bottom: 20px; }
    .categories .categories-list {
      margin-bottom: 0; }
      .categories .categories-list > li {
        display: block;
        padding-right: 0;
        padding-bottom: 20px;
        width: 100%;
        white-space: nowrap; }
        .categories .categories-list > li .checkbox label {
          white-space: normal;
          transition: none; }
        .categories .categories-list > li .category {
          margin: 0 -10px; }
          .categories .categories-list > li .category > li {
            margin: 0; }
          .categories .categories-list > li .category.multi-column {
            -webkit-column-count: 2;
            -moz-column-count: 2;
            column-count: 2; }
    .categories .scrolled {
      transition: none;
      max-height: calc(100vh - 260px); }
      .categories .scrolled.small-height {
        max-height: calc(100vh - 333px); }
    .categories.active {
      height: calc(100vh - 288px);
      padding-top: 0;
      transition: none; }
      .categories.active:before {
        display: none; }
      .categories.active .footer {
        box-shadow: 0 2px 0 0 #ff9100;
        padding-bottom: 25px; }
      .categories.active:before,
      .categories.active .scrolled,
      .categories.active .categories-form {
        transition: none; }
      .categories.active .categories-form {
        background: #222; }
    .categories.larger .scrolled {
      max-height: calc(100vh - 160px); }
    .categories.larger.active {
      height: calc(100vh - 288px); } }
