/*! normalize.css v3.0.1 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

.font-alt,
h1,
h2,
h3,
h4,
.h1,
.top-menu,
.feed .label,
.feed [data-counter]:after,
.header-bar,
.sub-header-bar,
.category-header,
.poster .title,
.sort-block,
.carousel-noresults,
.footer-list a,
.video-bar-share,
.video-bar-details,
.no-results h2 + p,
.series-header .comments-link,
.form-field label,
.form-field button,
.error-page .arrow .left,
.error-page .arrow .right,
.button,
.newsletter [type="email"],
.siple-footer,
.genres,
.category-counter,
.rating,
[id^="fetch-more"] .poster,
.button-small {
  font-family: 'Dosis', sans-serif;
  text-transform: uppercase;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
  width: 480px;
}
.carousel,
.list-simple,
.list-simple-tall {
  width: 480px;
  margin-left: -10px;
}
@media (min-width: 810px) and (orientation: portrait), (min-width: 1px) and (orientation: landscape) {
  .container,
  .list-simple,
  .carousel,
  .list-simple-tall {
    width: 720px;
  }
}
@media (min-width: 1050px) {
  .container,
  .list-simple,
  .carousel,
  .list-simple-tall {
    width: 960px;
  }
}
@media (min-width: 1310px) {
  .container,
  .list-simple,
  .carousel,
  .list-simple-tall {
    width: 1200px;
  }
}
@media (min-width: 1530px) {
  .container,
  .list-simple,
  .carousel,
  .list-simple-tall {
    width: 1440px;
  }
}
html,
body {
  min-height: 100%;
}
body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 14px;
  min-width: 480px;
}
a {
  text-decoration: none;
  cursor: pointer;
  color: #000;
}
h1,
h2,
h3,
h4,
.h1 {
  font-weight: 200;
}
h1 {
  font-size: 48px;
  line-height: 50px;
}
h4 {
  font-size: 14px;
}
div,
img,
section,
a,
input,
span,
textarea,
.category-header {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.grid-example .row div:nth-child(odd) {
  background-color: #eee;
}
.container {
  *zoom: 1;
}
.container:before,
.container:after {
  display: table;
  content: "";
  line-height: 0;
}
.container:after {
  clear: both;
}
.c {
  clear: both;
}
.hidden {
  display: none;
}
.header {
  background: #000;
  min-height: 70px;
  position: relative;
  z-index: 11;
  width: 100%;
  position: fixed;
  top: 0;
}
body {
  padding-top: 70px;
}
.start {
  padding-top: 0;
}
.start .header {
  min-height: 110px;
  position: static;
  background-color: rgba(0, 0, 0, 0);
  -webkit-transition: background 0.99s 0.01s;
  -moz-transition: background 0.99s 0.01s;
  -o-transition: background 0.99s 0.01s;
  transition: background 0.99s 0.01s;
}
.start .header.fixed {
  position: fixed;
  min-height: 70px;
  background-color: #000000;
  -webkit-transition: background 0.99s 0.01s;
  -moz-transition: background 0.99s 0.01s;
  -o-transition: background 0.99s 0.01s;
  transition: background 0.99s 0.01s;
}
.start .header.fixed .search-top {
  padding-top: 20px;
}
.start .header.fixed + .top-carousel {
  margin-top: -18px;
}
.start .header.fixed .top-menu {
  margin-top: 20px;
}
.logo {
  background: url(../bundles/filestubecore/images/sprite-main.png) -1px -47px no-repeat;
  width: 172px;
  height: 39px;
  display: inline-block;
  text-indent: -9999em;
  overflow: hidden;
  position: relative;
  top: 4px;
  -webkit-transition: opacity 0.25s;
  -moz-transition: opacity 0.25s;
  -o-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.logo:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-transition: opacity 0.25s;
  -moz-transition: opacity 0.25s;
  -o-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.top-nav {
  z-index: 20;
  position: relative;
  text-align: right;
}
.top-nav nav {
  display: inline-block;
  float: left;
}
.top-menu {
  margin-top: 20px;
  margin-left: 0;
  padding-left: 0;
  display: inline-block;
  list-style: none;
}
.top-menu a {
  text-decoration: none;
  line-height: 30px;
}
.top-menu li {
  display: inline-block;
}
.top-menu li a {
  display: inline-block;
  color: #fff;
  font-size: 18px;
  padding: 0 8px;
}
.flip a {
  overflow: hidden;
  padding: 0 4px;
}
.flip a span {
  position: relative;
  display: inline-block;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}
.flip a span::before {
  position: absolute;
  top: 100%;
  content: attr(data-hover);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  white-space: nowrap;
}
.flip a:hover span,
.flip a:focus span {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  transform: translateY(-100%);
}
.search-top {
  display: inline-block;
  padding-top: 20px;
  position: relative;
}
.search-top input[type="text"] {
  width: 120px;
  height: 30px;
  background: rgba(0, 0, 0, 0.2);
  background-image: url(../bundles/filestubecore/images/sprite-main.png);
  background-position: 100px -24px;
  background-repeat: no-repeat;
  border: 1px solid rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 5px 30px 5px 5px;
  line-height: 20px;
  color: #fff;
}
.search-top input[type="text"]:hover {
  border-color: #fff;
}
.search-top input[type="text"]:focus {
  outline: 0;
  color: #000;
  background-color: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-position: 100px 0px;
}
.search-top button {
  position: absolute;
  width: 28px;
  height: 28px;
  right: 1px;
  top: 36px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.autocompleter {
  position: absolute;
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-top: 10px;
  line-height: 16px;
  text-align: left;
  overflow: hidden;
}
.autocompleter ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.autocompleter li {
  display: block;
  padding: 0;
}
.autocompleter .image-holder {
  display: none;
}
.autocompleter .title {
  font-size: 16px;
  font-family: 'Dosis', sans-serif;
  text-transform: uppercase;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.autocompleter .details {
  font-size: 12px;
  color: #808080;
  padding: 0;
}
.autocompleter a {
  display: block;
  padding: 10px;
}
.autocompleter .active a,
.autocompleter a:hover {
  background: #eaeaea;
}
@media (min-width: 810px) and (orientation: portrait), (min-width: 1px) and (orientation: landscape) {
  .autocompleter .image-holder {
    display: block;
    float: left;
    width: 30px;
    height: 30px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
    margin-right: 10px;
  }
  .autocompleter img {
    width: 30px;
  }
}
@media (min-width: 810px) and (orientation: portrait), (min-width: 1px) and (orientation: landscape) {
  .logo {
    margin-right: 50px;
  }
  .search-top input[type="text"] {
    width: 220px;
    background-position: 200px -24px;
  }
  .search-top input[type="text"]:focus {
    background-position: 200px 0px;
  }
  .top-menu li a {
    padding: 0px 15px;
  }
}
.start .top-menu {
  margin-top: 39px;
}
.start .search-top {
  padding-top: 40px;
}
.top-pagination {
  *zoom: 1;
  margin: 0 auto;
  position: absolute;
  z-index: 10;
  margin-top: -25px;
  text-align: center;
  width: 100%;
}
.top-pagination:before,
.top-pagination:after {
  display: table;
  content: "";
  line-height: 0;
}
.top-pagination:after {
  clear: both;
}
.swiper-pagination-switch {
  display: inline-block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.5);
  width: 10px;
  height: 10px;
  margin: 0 10px;
  cursor: pointer;
}
.swiper-pagination-switch:hover {
  border: 2px solid #ffffff;
}
.swiper-active-switch {
  border: 2px solid #fff;
  background-color: #fff;
}
.top-carousel {
  margin-top: -110px;
  width: 100%;
  height: 350px;
  float: left;
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.top-carousel .arrows {
  display: none;
}
.top-carousel .top-carousel-cover {
  width: 100%;
  height: 350px;
  padding-top: 210px;
  color: #fff;
  position: relative;
  background: transparent;
  background-position: center;
  background-size: cover;
}
.top-carousel h2,
.top-carousel h3,
.top-carousel span {
  text-shadow: 0 1px  #000;
}
.top-carousel h2 {
  font-weight: 800;
  font-size: 32px;
  line-height: 32px;
  margin: 0 0 5px;
}
.top-carousel h3 {
  font-size: 18px;
  line-height: 20px;
  text-transform: none;
  margin: 0 0 10px;
}
.top-carousel span {
  font-size: 14px;
  line-height: 20px;
  display: none;
  max-width: 400px;
}
.top-carousel .category-header {
  background: #e2800c;
  margin-bottom: 10px;
}
.top-carousel .play {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -110px;
  margin-top: -110px;
  opacity: 0.5;
  filter: alpha(opacity=50);
  -webkit-transform: scale(0.55);
  -moz-transform: scale(0.55);
  -ms-transform: scale(0.55);
  -o-transform: scale(0.55);
  transform: scale(0.55);
  -webkit-transition: opacity 0.25s;
  -moz-transition: opacity 0.25s;
  -o-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.top-carousel:hover .play:hover {
  opacity: 0.75;
  filter: alpha(opacity=75);
  -webkit-transition: opacity 0.25s;
  -moz-transition: opacity 0.25s;
  -o-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.top-carousel .swiper-slide {
  background-position: center;
  background-size: cover;
}
@media (max-width: 739px) {
  .swiper-slide {
    background: none !important;
  }
}
@media (min-width: 810px) and (orientation: portrait), (min-width: 1px) and (orientation: landscape) {
  .top-carousel-cover {
    background: none !important;
  }
  .top-pagination {
    margin-top: -50px;
  }
}
@media (min-width: 1050px) {
  .top-carousel .top-carousel-cover {
    padding-top: 110px;
  }
  .top-carousel h2 {
    font-size: 36px;
    line-height: 36px;
    margin: 40px 0 10px;
  }
  .top-carousel h3 {
    font-size: 24px;
    line-height: 30px;
    margin: 0 0 10px;
  }
  .top-carousel .category-header {
    margin-bottom: 40px;
  }
  .top-carousel span {
    font-size: 14px;
    line-height: 21px;
    display: inline-block;
    max-width: 400px;
  }
  .top-carousel .play {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
  }
  .top-carousel:hover .play {
    opacity: 0.75;
    filter: alpha(opacity=75);
  }
}
@media (min-width: 1310px) {
  .top-carousel,
  .top-carousel .top-carousel-cover {
    height: 400px;
  }
  .top-carousel .top-carousel-cover {
    padding-top: 140px;
  }
  .top-carousel h2 {
    font-size: 48px;
    line-height: 48px;
    margin: 40px 0 10px;
  }
  .top-carousel h3 {
    font-size: 24px;
    line-height: 30px;
  }
  .top-carousel .play {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@media (min-width: 1530px) {
  .top-carousel,
  .top-carousel .top-carousel-cover {
    height: 450px;
  }
  .top-carousel .top-carousel-cover {
    padding-top: 190px;
  }
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  -webkit-transition-property: -webkit-transform, left, top;
  -webkit-transition-duration: 0s;
  -webkit-transform: translate3d(0px, 0, 0);
  -webkit-transition-timing-function: ease;
  -moz-transition-property: -moz-transform, left, top;
  -moz-transition-duration: 0s;
  -moz-transform: translate3d(0px, 0, 0);
  -moz-transition-timing-function: ease;
  -o-transition-property: -o-transform, left, top;
  -o-transition-duration: 0s;
  -o-transform: translate3d(0px, 0, 0);
  -o-transition-timing-function: ease;
  -o-transform: translate(0px, 0px);
  -ms-transition-property: -ms-transform, left, top;
  -ms-transition-duration: 0s;
  -ms-transform: translate3d(0px, 0, 0);
  -ms-transition-timing-function: ease;
  transition-property: transform, left, top;
  transition-duration: 0s;
  transform: translate3d(0px, 0, 0);
  transition-timing-function: ease;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-slide {
  float: left;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
}
.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
}
@media (min-width: 810px) and (orientation: portrait), (min-width: 1px) and (orientation: landscape) {
  .top-carousel .arrows {
    width: 100%;
    display: block;
  }
  .top-carousel .arrows .arrow-left {
    left: 10px;
    display: inline-block;
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    width: 115px;
    height: 115px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    position: relative;
    top: 0;
    margin-left: -16px;
    -webkit-transform: scaleX(0.5) rotate(135deg);
    -moz-transform: scaleX(0.5) rotate(135deg);
    -ms-transform: scaleX(0.5) rotate(135deg);
    -o-transform: scaleX(0.5) rotate(135deg);
    transform: scaleX(0.5) rotate(135deg);
    position: absolute;
    top: 40%;
    -webkit-transition: left 0.25s;
    -moz-transition: left 0.25s;
    -o-transition: left 0.25s;
    transition: left 0.25s;
  }
  .top-carousel .arrows .arrow-left:hover {
    left: 7px;
    -webkit-transition: left 0.25s;
    -moz-transition: left 0.25s;
    -o-transition: left 0.25s;
    transition: left 0.25s;
  }
  .top-carousel .arrows .arrow-right {
    right: 10px;
    display: inline-block;
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    width: 115px;
    height: 115px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: relative;
    top: 0;
    margin-left: 0;
    -webkit-transform: scaleX(0.5) rotate(-45deg);
    -moz-transform: scaleX(0.5) rotate(-45deg);
    -ms-transform: scaleX(0.5) rotate(-45deg);
    -o-transform: scaleX(0.5) rotate(-45deg);
    transform: scaleX(0.5) rotate(-45deg);
    margin-right: -15px;
    position: absolute;
    top: 40%;
    -webkit-transition: right 0.25s;
    -moz-transition: right 0.25s;
    -o-transition: right 0.25s;
    transition: right 0.25s;
  }
  .top-carousel .arrows .arrow-right:hover {
    right: 7px;
    -webkit-transition: right 0.25s;
    -moz-transition: right 0.25s;
    -o-transition: right 0.25s;
    transition: right 0.25s;
  }
}
.welcome-slide {
  background-image: url(../bundles/filestubecore/images/sld/welcome.jpg);
}
.welcome-slide .top-carousel-cover {
  background-image: url(../bundles/filestubecore/images/sld/mobile-welcome.jpg);
  padding-top: 120px;
}
.welcome-slide .slide-header {
  font-family: 'Dosis', sans-serif;
  font-size: 40px;
  line-height: 1.55em;
  font-weight: 700;
}
.welcome-slide .slide-header img {
  vertical-align: middle;
  width: 160px;
  position: relative;
  top: -6px;
}
.welcome-slide .button-small {
  float: right;
  position: relative;
}
.welcome-slide .button-small .ico {
  display: inline-block;
  background-color: #fff;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-right: 8px;
  vertical-align: baseline;
}
.welcome-slide .button-small .pl {
  display: inline-block;
  width: 12px;
  height: 12px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  vertical-align: middle;
  overflow: hidden;
  margin: -5px 0 0 3px;
}
.welcome-slide .button-small .pl:before {
  content: '';
  display: block;
  border-left: 8px solid #22c2f7;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  margin: -2px 0 0 4px;
}
.welcome-slide p {
  font-size: 14px;
}
.welcome-slide .logo-old {
  background-image: url(../bundles/filestubecore/images/logo2.png);
  display: inline-block;
  width: 271px;
  height: 104px;
  vertical-align: top;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
}
@media (min-width: 810px) and (orientation: portrait), (min-width: 1px) and (orientation: landscape) {
  .welcome-slide .container {
    padding-left: 150px;
  }
  .welcome-slide p {
    font-size: 17px;
  }
  .welcome-slide .slide-header {
    font-size: 36px;
  }
  .welcome-slide .slide-header img {
    width: 141px;
    top: -5px;
  }
}
@media (min-width: 1050px) {
  .welcome-slide .container {
    padding-left: 280px;
  }
  .welcome-slide .top-carousel-cover {
    padding-top: 110px;
  }
  .welcome-slide p {
    font-size: 20px;
  }
  .welcome-slide .slide-header {
    font-size: 42px;
  }
  .welcome-slide .slide-header img {
    width: 173px;
    top: -8px;
  }
  .welcome-slide .button-small {
    margin-top: -10px;
  }
}
@media (min-width: 1310px) {
  .welcome-slide .container {
    padding-left: 400px;
  }
  .welcome-slide .top-carousel-cover {
    padding-top: 110px;
  }
  .welcome-slide .slide-header {
    font-size: 60px;
  }
  .welcome-slide .slide-header img {
    width: 240px;
    top: -10px;
  }
  .welcome-slide .button-small {
    margin-top: -30px;
  }
  .welcome-slide p {
    font-size: 24px;
    line-height: 35px;
  }
}
@media (min-width: 1530px) {
  .welcome-slide .container {
    padding-left: 460px;
  }
  .welcome-slide .slide-header {
    font-size: 68px;
  }
  .welcome-slide .slide-header img {
    top: -9px;
  }
  .welcome-slide .top-carousel-cover {
    padding-top: 120px;
  }
  .welcome-slide .button-small {
    margin-right: 200px;
  }
}
.top-info {
  background: #14bee8;
  color: #fff;
  text-align: center;
  font-size: 18px;
  display: block;
}
.top-info .large {
  overflow: hidden;
  padding-top: 120px;
  padding-bottom: 100px;
  text-align: left;
  padding-left: 30px;
}
.top-info .large + .small {
  display: none;
}
.top-info .browsers {
  background: url(../bundles/filestubecore/images/old-browser.png) no-repeat;
  display: block;
  width: 468px;
  height: 65px;
  margin: 25px 0 60px;
}
.top-info h2 {
  margin-top: 0;
  padding-top: 0;
  font-size: 48px;
  text-transform: none;
  margin-bottom: 25px;
  font-weight: 800;
}
.top-info p {
  font-size: 24px;
  line-height: 36px;
  margin: 0;
}
.top-info .browser-link,
.top-info .button,
.top-info .button-small {
  display: block;
  float: left;
  color: #14bee8;
  background: #fff;
  padding: 20px;
  font-size: 24px;
  line-height: 24px;
  text-transform: uppercase;
  cursor: pointer;
  margin-top: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.top-info .browser-link:hover,
.top-info .button:hover,
.top-info .button-small:hover {
  background-color: #eee;
}
.top-info .small {
  padding: 15px 0;
}
.top-info .browsers-small {
  background: url(../bundles/filestubecore/images/old-browser-small.png) no-repeat;
  padding-right: 160px;
  line-height: 20px;
  margin-left: 20px;
}
@media (min-width: 1050px) {
  .top-info .cry {
    background: url(../bundles/filestubecore/images/old-browser-cry.png) no-repeat;
    width: 400px;
    float: left;
    height: 220px;
    margin-left: 20px;
  }
  .top-info .text {
    padding-left: 420px;
  }
  .top-info .large {
    padding-left: 0;
  }
}
.arrow-down {
  display: inline-block;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  width: 12px;
  height: 12px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  position: relative;
  top: -7px;
  margin-left: 10px;
}
.arrow-down:hover {
  border-color: #84ddfb;
}
.arrow-right {
  display: inline-block;
  border-right: 1px solid #84ddfb;
  border-bottom: 1px solid #84ddfb;
  width: 12px;
  height: 12px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: relative;
  top: -4px;
  margin-left: 10px;
  margin-right: 15px;
}
.feed {
  *zoom: 1;
  border-bottom: 1px solid #f7f7f7;
  padding: 12px 0;
  line-height: 20px;
  font-size: 14px;
}
.feed:before,
.feed:after {
  display: table;
  content: "";
  line-height: 0;
}
.feed:after {
  clear: both;
}
.feed .socials {
  text-align: right;
  height: 20px;
  float: right;
}
.feed .socials a {
  margin-left: 5px;
}
.feed .label {
  text-transform: none;
  color: #b3b3b3;
  font-size: 18px;
  margin-right: 20px;
}
.feed .label b {
  font-weight: 800;
}
.feed [data-counter]:after {
  content: attr(data-counter);
  display: inline-block;
  vertical-align: top;
  color: #fff;
  background: #22c2f7;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  font-size: 8px;
  line-height: 12px;
  text-align: center;
  margin-left: -2px;
}
.feed-headline {
  display: none;
}
@media (min-width: 1050px) {
  .feed-headline {
    display: inline-block;
    max-width: 760px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: bottom;
  }
}
.icon-fb,
.icon-tw,
.icon-yt,
.icon-gp,
.icon-b,
.icon-comment,
.movie .tw:before,
.movie .fb:before {
  background: url(../bundles/filestubecore/images/sprite-main.png) no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.icon-fb,
.movie .fb:before {
  background-color: #30569a;
  background-position: -41px -27px;
}
.icon-fb:hover,
.movie .fb:before:hover {
  background-color: #182b4c;
}
.icon-tw,
.movie .tw:before {
  background-position: -25px -26px;
  background-color: #00a8e1;
}
.icon-gp {
  background-color: #e63a3e;
  background-position: -57px -27px;
}
.start .socials a:hover {
  -webkit-transform: rotate(359deg);
  -moz-transform: rotate(359deg);
  -ms-transform: rotate(359deg);
  -o-transform: rotate(359deg);
  transform: rotate(359deg);
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}
.icon-tw,
.icon-gp,
.icon-fb,
.movie .icon-comment,
.movie .tw:before,
.movie .fb:before {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.icon-tw:hover,
.icon-gp:hover,
.icon-fb:hover,
.movie .icon-comment:hover,
.movie .tw:before:hover,
.movie .fb:before:hover {
  -webkit-transform: rotate(359deg);
  -moz-transform: rotate(359deg);
  -ms-transform: rotate(359deg);
  -o-transform: rotate(359deg);
  transform: rotate(359deg);
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}
.icon-comment {
  vertical-align: middle;
  position: relative;
  top: -3px;
  background-color: #22c2f7;
  background-position: -133px -25px;
}
.icon-subs,
.icon-rate-up,
.icon-rate-down {
  background: url(../bundles/filestubecore/images/sprite-main.png);
  display: inline-block;
  position: relative;
}
.icon-rate-up,
.icon-rate-down {
  vertical-align: baseline;
  width: 8px;
  height: 10px;
}
.icon-subs {
  width: 20px;
  height: 20px;
  top: -3px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #22c2f7;
  background-position: -113px -25px;
  vertical-align: middle;
}
.icon-rate-up {
  background-position: -153px -32px;
}
.icon-rate-down {
  background-position: -165px -32px;
}
.header-bar,
.sub-header-bar {
  padding: 13px 0;
}
.header-bar {
  background: #22c2f7;
  color: #fff;
}
.header-bar h1,
.header-bar .h1 {
  margin: 0;
  padding: 0;
  font-size: 22px;
  line-height: 22px;
}
.header-bar a,
.header-bar a:visited {
  color: #fff;
}
.header-bar a:hover {
  color: rgba(255, 255, 255, 0.75);
  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -o-transition: color 0.25s;
  transition: color 0.25s;
}
@media (min-width: 1310px) {
  .header-bar,
  .sub-header-bar {
    padding: 22px 0;
  }
  .header-bar h1,
  .sub-header-bar h1,
  .header-bar .h1,
  .sub-header-bar .h1 {
    font-size: 26px;
    line-height: 26px;
  }
}
.sub-header-bar {
  font-size: 18px;
  line-height: 18px;
  background: #f7f7f7;
  max-height: 1000px;
  overflow: hidden;
  -webkit-transition: max-height 0.5s, padding 0.5s;
  -moz-transition: max-height 0.5s, padding 0.5s;
  -o-transition: max-height 0.5s, padding 0.5s;
  transition: max-height 0.5s, padding 0.5s;
}
.closed {
  max-height: 0;
  padding: 0;
  -webkit-transition: max-height 0.25s, padding 0.25s;
  -moz-transition: max-height 0.25s, padding 0.25s;
  -o-transition: max-height 0.25s, padding 0.25s;
  transition: max-height 0.25s, padding 0.25s;
}
.list-simple,
.carousel,
.list-simple-tall {
  margin-top: 20px;
  margin-bottom: 20px ;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.carousel {
  height: 314px;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.carousel-content {
  width: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform, left, top;
  -webkit-transition-duration: 0s;
  -webkit-transform: translate3d(0px, 0, 0);
  -webkit-transition-timing-function: ease;
  -moz-transition-property: -moz-transform, left, top;
  -moz-transition-duration: 0s;
  -moz-transform: translate3d(0px, 0, 0);
  -moz-transition-timing-function: ease;
  -o-transition-property: -o-transform, left, top;
  -o-transition-duration: 0s;
  -o-transform: translate3d(0px, 0, 0);
  -o-transition-timing-function: ease;
  -o-transform: translate(0px, 0px);
  -ms-transition-property: -ms-transform, left, top;
  -ms-transition-duration: 0s;
  -ms-transform: translate3d(0px, 0, 0);
  -ms-transition-timing-function: ease;
  transition-property: transform, left, top;
  transition-duration: 0s;
  transform: translate3d(0px, 0, 0);
  transition-timing-function: ease;
}
.carousel-arrow-left,
.carousel-arrow-right {
  position: absolute;
  height: 307px;
  background: rgba(255, 255, 255, 0.9);
  width: 40px;
  margin-top: 65px;
  z-index: 2;
  top: 0;
  cursor: pointer;
}
.carousel-arrow-left:before,
.carousel-arrow-right:before {
  content: '';
  display: block;
}
.carousel-arrow-left:hover:before,
.carousel-arrow-right:hover:before {
  border-color: #000;
}
.carousel-arrow-right {
  right: 10px;
}
.carousel-arrow-left-tall:before,
.carousel-arrow-left-poster:before,
.carousel-arrow-left-small:before {
  display: inline-block;
  border-right: 1px solid #808080;
  border-bottom: 1px solid #808080;
  width: 45px;
  height: 45px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  position: relative;
  top: 112px;
  margin-left: 5px;
  -webkit-transform: scaleX(0.5) rotate(135deg);
  -moz-transform: scaleX(0.5) rotate(135deg);
  -ms-transform: scaleX(0.5) rotate(135deg);
  -o-transform: scaleX(0.5) rotate(135deg);
  transform: scaleX(0.5) rotate(135deg);
}
.carousel-arrow-left-tall:hover:before,
.carousel-arrow-left-poster:hover:before,
.carousel-arrow-left-small:hover:before {
  margin-left: 2px;
  -webkit-transition: margin-left 0.25s;
  -moz-transition: margin-left 0.25s;
  -o-transition: margin-left 0.25s;
  transition: margin-left 0.25s;
}
.carousel-arrow-right-tall:before,
.carousel-arrow-right-poster:before,
.carousel-arrow-right-small:before {
  display: inline-block;
  border-right: 1px solid #808080;
  border-bottom: 1px solid #808080;
  width: 45px;
  height: 45px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: relative;
  top: 112px;
  margin-left: -10px;
  -webkit-transform: scaleX(0.5) rotate(-45deg);
  -moz-transform: scaleX(0.5) rotate(-45deg);
  -ms-transform: scaleX(0.5) rotate(-45deg);
  -o-transform: scaleX(0.5) rotate(-45deg);
  transform: scaleX(0.5) rotate(-45deg);
}
.carousel-arrow-right-tall:hover:before,
.carousel-arrow-right-poster:hover:before,
.carousel-arrow-right-small:hover:before {
  margin-left: -7px;
  -webkit-transition: margin-left 0.25s;
  -moz-transition: margin-left 0.25s;
  -o-transition: margin-left 0.25s;
  transition: margin-left 0.25s;
}
.carousel-arrow-right-tall,
.carousel-arrow-left-tall {
  height: 264px;
}
.carousel-arrow-left-poster:before,
.carousel-arrow-right-poster:before {
  top: 130px;
}
.carousel-arrow-left-small,
.carousel-arrow-right-small {
  height: 122px;
}
.carousel-arrow-left-small:before,
.carousel-arrow-right-small:before {
  top: 40px;
}
@media (min-width: 550px) {
  .carousel-arrow-left {
    background: none;
    left: -40px;
    -webkit-transition: left 0.25s;
    -moz-transition: left 0.25s;
    -o-transition: left 0.25s;
    transition: left 0.25s;
  }
  .carousel-arrow-left:hover {
    left: -43px;
    -webkit-transition: left 0.25s;
    -moz-transition: left 0.25s;
    -o-transition: left 0.25s;
    transition: left 0.25s;
  }
  .carousel-arrow-right {
    background: none;
    right: -40px;
    -webkit-transition: right 0.25s;
    -moz-transition: right 0.25s;
    -o-transition: right 0.25s;
    transition: right 0.25s;
  }
  .carousel-arrow-right:hover {
    right: -43px;
    -webkit-transition: right 0.25s;
    -moz-transition: right 0.25s;
    -o-transition: right 0.25s;
    transition: right 0.25s;
  }
}
.list-holder {
  margin: 30px 0 0;
  position: relative;
  *zoom: 1;
}
.list-holder:before,
.list-holder:after {
  display: table;
  content: "";
  line-height: 0;
}
.list-holder:after {
  clear: both;
}
.list-holder,
.list-holder:hover {
  -webkit-transition: background 0.1s;
  -moz-transition: background 0.1s;
  -o-transition: background 0.1s;
  transition: background 0.1s;
}
.category-header {
  max-width: 100%;
  overflow: hidden;
  color: #404040;
  display: inline-block;
  line-height: 20px;
  padding: 0 10px;
  font-size: 24px;
  margin: 20px 0 0;
  border-left: 5px solid #cf5068;
}
.category-header .counter,
.category-header + .counter {
  display: inline-block;
  color: #808080;
  padding: 0;
  font-size: 24px;
  line-height: 20px;
}
.category-header a,
.category-header a:visited,
.category-header a:hover {
  color: #404040;
  padding: 0;
}
.category-header a:after {
  content: '';
  display: inline-block;
  border-right: 1px solid #404040;
  border-bottom: 1px solid #404040;
  width: 12px;
  height: 12px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: relative;
  top: -4px;
  margin-left: 5px;
  top: -2px;
}
#tvshow-list .category-header {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.list-holder .category-header {
  border-color: #cf5068;
}
.list-holder:hover {
  background: #f7f7f7 !important;
}
.list-holder .container {
  position: relative;
}
.list-holder + .list-holder .category-header {
  border-color: #5095cf;
}
.list-holder + .list-holder .category-header a:after {
  border-color: #5095cf;
}
.list-holder + .list-holder + .list-holder .category-header {
  border-color: #8fc141;
}
.list-holder + .list-holder + .list-holder .category-header a:after {
  border-color: #8fc141;
}
.list-holder + .list-holder + .list-holder + .list-holder .category-header {
  border-color: #ec9b00;
}
.list-holder + .list-holder + .list-holder + .list-holder .category-header a:after {
  border-color: #ec9b00;
}
.list-holder + .list-holder + .list-holder + .list-holder + .list-holder .category-header {
  border-color: #9a5db3;
}
.list-holder + .list-holder + .list-holder + .list-holder + .list-holder .category-header a:after {
  border-color: #9a5db3;
}
.list-holder + .list-holder + .list-holder + .list-holder + .list-holder + .list-holder .category-header {
  border-color: #5095cf;
}
.list-holder + .list-holder + .list-holder + .list-holder + .list-holder + .list-holder .category-header a:after {
  border-color: #5095cf;
}
.list-holder + .list-holder + .list-holder + .list-holder + .list-holder + .list-holder + .list-holder .category-header {
  border-color: #8fc141;
}
.list-holder + .list-holder + .list-holder + .list-holder + .list-holder + .list-holder + .list-holder .category-header a:after {
  border-color: #8fc141;
}
.list-item,
[id^="fetch-more"] {
  float: left;
}
.poster,
.loader {
  font-size: 0;
  line-height: 0;
  background-color: #fff;
  padding: 3px;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: relative;
  width: 220px;
  height: 310px;
  margin: 0  10px 10px;
  overflow: hidden;
}
.poster .title {
  position: absolute;
  bottom: 0;
  width: 214px;
  left: 0;
  color: #fff;
  padding: 20px 10px 9px;
  margin: 3px;
  background: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  font-size: 14px;
  line-height: 14px;
  z-index: 3;
}
.poster .title .count {
  background-color: #000;
  color: #fff;
  padding: 4px 4px 4px 10px;
  display: inline-block;
  margin-left: -10px;
}
.poster.descriptioner {
  overflow: visible;
}
.loader {
  background: url(../bundles/filestubecore/images/loader.gif) no-repeat center #ffffff;
  border-top: 1px solid #f5f5f5;
}
.small-loader {
  background: url(../bundles/filestubecore/images/loader.gif) no-repeat center #ffffff;
  width: 24px;
  height: 24px;
}
.carousel-first-special .carousel-content .list-item:first-child .poster {
  width: 460px;
  height: 270px;
  padding: 3px;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  background-color: #fff;
}
.carousel-first-special .carousel-content .list-item:first-child .poster .details {
  display: none;
}
.carousel-first-special .carousel-content .list-item:first-child .poster h3 {
  font-size: 20px;
}
@media (min-width: 810px) and (orientation: portrait), (min-width: 1px) and (orientation: landscape) {
  .carousel-first-special .carousel-content .list-item:first-child .poster {
    width: 700px;
    *zoom: 1;
  }
  .carousel-first-special .carousel-content .list-item:first-child .poster:before,
  .carousel-first-special .carousel-content .list-item:first-child .poster:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .carousel-first-special .carousel-content .list-item:first-child .poster:after {
    clear: both;
  }
  .carousel-first-special .carousel-content .list-item:first-child .poster img,
  .carousel-first-special .carousel-content .list-item:first-child .poster .details {
    float: left;
  }
  .carousel-first-special .carousel-content .list-item:first-child .poster .details {
    display: block;
    width: 217px;
    margin-left: 20px;
    height: 264px;
  }
}
.carousel-tall,
.carousel-tall .carousel-content {
  height: 273px;
}
.carousel-tall .list-item {
  height: 270px;
}
.carousel-tall .poster {
  height: auto;
}
.carousel-tall .poster + .poster {
  margin-top: 10px;
  clear: both;
}
.carousel-small {
  height: 128px;
}
.carousel-small .carousel-content {
  height: 128px;
}
.carousel-small .poster,
.carousel-small .loader {
  height: 125px;
}
.screen {
  z-index: 2;
  position: relative;
}
.tooltip,
.tooltip-item-side,
.tooltip-item-top,
.tooltip-item {
  position: absolute;
  width: 220px;
  background: rgba(0, 0, 0, 0.85);
  z-index: 2;
  margin-left: -3px;
  color: #fff;
  -webkit-transition: top 0.3s 0.2s, bottom 0.3s 0.2s;
  -moz-transition: top 0.3s 0.2s, bottom 0.3s 0.2s;
  -o-transition: top 0.3s 0.2s, bottom 0.3s 0.2s;
  transition: top 0.3s 0.2s, bottom 0.3s 0.2s;
}
.tooltip-item-top {
  border-left: 3px solid #fff;
  border-right: 3px solid #fff;
  height: 304px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 2;
  top: 3px;
}
.tooltip-item-side {
  width: 220px;
  top: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
  height: 125px;
  padding: 0;
  overflow: hidden;
  z-index: 2;
  border: 3px solid #FFF;
}
.poster:hover .tooltip-item-top,
.poster:hover .tooltip-item-side {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.tooltip-item {
  height: 125px;
  border-top: 3px solid #fff;
  border-bottom: 3px solid #fff;
  margin-top: -3px;
  width: 243px;
  overflow: hidden;
  background: #000;
  border-top: 3px solid;
}
.tooltip-item .details-descr {
  margin: 0 5px 0 20px;
  height: 8em;
  overflow: hidden;
}
.details {
  padding: 15px 15px 0;
}
.details * {
  line-height: 1.6em;
  font-size: 14px;
}
.details .play {
  -webkit-transform: scale(0.75);
  -moz-transform: scale(0.75);
  -ms-transform: scale(0.75);
  -o-transform: scale(0.75);
  transform: scale(0.75);
  opacity: 0.2;
  filter: alpha(opacity=20);
  position: absolute;
  top: 50%;
  margin-top: -110px;
  left: 50%;
  margin-left: -110px;
  background-color: rgba(255, 255, 255, 0.5);
}
.details-title {
  font-size: 15px;
  line-height: 15px;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: absolute;
  bottom: 10px;
  left: 10px;
  width: 194px;
}
.details-info {
  font-size: 12px;
  position: absolute;
  bottom: 28px;
  left: 0;
  padding: 0 10px;
}
.viewster-ico {
  display: block;
  position: absolute;
  right: 0;
  top: 12px;
  width: 20px;
  height: 20px;
  background: #f59719 url(../bundles/filestubecore/images/sprite-main.png) no-repeat -29px -5px;
  z-index: 4;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
  border-top: 1px solid #face93;
}
.details-external {
  position: absolute;
  top: 39px;
  left: 10px;
  width: 194px;
  font-size: 12px;
  line-height: 14px;
}
.details-external b {
  font-size: 12px;
  color: #f59719;
}
.list-sort {
  position: absolute;
  right: 10px;
  margin-top: -40px;
  line-height: 40px;
}
.list-sort .sort-block {
  float: right;
  margin-left: 40px;
}
.sort-block {
  position: relative;
}
.sort-block .sort-value {
  font-size: 18px;
  color: #808080;
  padding-right: 4px;
  cursor: pointer;
}
.sort-block .sort-value:after {
  content: '';
  display: inline-block;
  border-right: 1px solid #808080;
  border-bottom: 1px solid #808080;
  width: 9px;
  height: 9px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  position: relative;
  top: -4px;
  margin-left: 10px;
}
.sort-block .sort-value:hover {
  color: #000;
}
.sort-block .sort-value:hover:after {
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
}
.sort-block .sort-options {
  max-height: 0;
  overflow: hidden;
  right: 0;
  font-size: 14px;
  position: absolute;
  min-width: 180px;
  background: #fff;
  padding: 0 30px;
  line-height: 30px;
  z-index: 10;
  -webkit-transition: max-height 0.5s, padding 0.5s;
  -moz-transition: max-height 0.5s, padding 0.5s;
  -o-transition: max-height 0.5s, padding 0.5s;
  transition: max-height 0.5s, padding 0.5s;
}
.sort-block .sort-options a {
  display: block;
  color: #000;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.sort-block .sort-options a:hover {
  color: #22c2f7;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.sort-block:hover .sort-options {
  padding: 20px 30px;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  max-height: 200px;
  -webkit-transition: max-height 0.5s, padding 0.5s;
  -moz-transition: max-height 0.5s, padding 0.5s;
  -o-transition: max-height 0.5s, padding 0.5s;
  transition: max-height 0.5s, padding 0.5s;
}
.carousel-noresults {
  color: #808080;
  margin: 20px 0;
  font-size: 16px;
}
.footer-holder {
  background: #f7f7f7;
  margin-top: 20px;
  padding-top: 20px;
  clear: both;
  *zoom: 1;
}
.footer-holder:before,
.footer-holder:after {
  display: table;
  content: "";
  line-height: 0;
}
.footer-holder:after {
  clear: both;
}
.footer-holder h4 {
  margin-bottom: 5px;
}
.footer-list {
  padding: 0 0 15px;
  margin: 0 0 15px;
  list-style: none;
}
.footer-list li {
  margin: 0 20px 10px 0;
  display: inline;
}
.footer-list a {
  color: #808080;
  font-size: 12px;
  text-decoration: none;
  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -o-transition: color 0.25s;
  transition: color 0.25s;
}
.footer-list a:hover {
  color: #22c2f7;
  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -o-transition: color 0.25s;
  transition: color 0.25s;
}
@media (min-width: 1050px) {
  .footer-holder {
    margin-top: 80px;
  }
  .footer-holder .col {
    width: 220px;
    margin-top: -50px;
    margin-right: 20px;
    float: left;
  }
  .footer-holder .col li {
    display: block;
  }
  .footer-holder .col h4 {
    margin: 0 0 30px;
  }
  .footer-holder .col:last-child {
    margin-right: 0;
  }
}
.cookie-bar {
  background-color: #22c2f7;
  color: #fff;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 5px 10px;
  font-size: 12px;
  z-index: 10;
}
.cookie-bar a {
  float: right;
  color: #fff;
  font-size: 12px;
}
.cookie-bar a:hover {
  color: yellow;
}
.sort-links a {
  color: #808080;
  margin-right: 50px;
}
.sort-links a:hover,
.sort-links .active {
  color: #000;
}
.list-simple,
.list-simple-tall {
  width: 105%;
  margin-top: 30px;
  margin-bottom: 10px;
  *zoom: 1;
}
.list-simple:before,
.list-simple:after,
.list-simple-tall:before,
.list-simple-tall:after {
  display: table;
  content: "";
  line-height: 0;
}
.list-simple:after,
.list-simple-tall:after {
  clear: both;
}
.list-simple .poster,
.list-simple-tall .poster {
  margin-bottom: 20px;
  height: 126px;
}
.list-simple .tooltip-item,
.list-simple-tall .tooltip-item {
  display: none;
}
.list-simple .list-item:hover .tooltip-item,
.list-simple-tall .list-item:hover .tooltip-item {
  display: block;
}
.list-simple-tall .poster {
  height: auto;
  overflow: hidden;
}
.list-simple-tall .poster img {
  width: 214px;
  height: 303px;
}
.search-footer {
  background: #f4f4f4;
}
.search-footer h2 {
  margin-top: 50px;
}
.movie {
  background: #1a1a1a;
  padding: 30px 0 30px;
}
@media (min-width: 1310px) {
  .movie .container {
    padding-left: 250px;
    padding-right: 250px;
  }
}
.language {
  display: inline-block;
  vertical-align: top;
}
.language .no-options:after {
  display: none;
}
.language .sort-options {
  min-width: 40px;
}
.player {
  width: 100%;
  padding-top: 56.25%;
  background: #000;
  position: relative;
}
.player iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
}
.video-bar-share,
.video-bar-details {
  display: block;
  height: 40px;
  line-height: 40px;
  font-weight: 200;
  text-transform: uppercase;
  background: #333;
}
.video-bar-details {
  font-size: 16px;
  color: #fff;
}
.video-bar-details .video-type {
  display: inline-block;
  padding: 0 15px 0 6px;
  margin-right: 20px;
  color: #888;
  font-size: 24px;
  border-left: 5px solid #22c2f7;
  line-height: 24px;
  margin: 8px 0;
}
.video-bar-details .sort-block .sort-value {
  color: #fff;
}
.video-bar-details .sort-block .sort-value:hover:after,
.video-bar-details .sort-block .sort-value:after {
  border-color: #fff;
}
.video-bar-share {
  text-align: right;
  border-bottom: 1px solid #666;
}
.video-bar-share .rating {
  margin: 5px 10px 0 0;
}
.video-bar-share .rate {
  margin-left: -20px;
  margin-top: 5px;
}
.video-bar-share .rate-chart-video {
  position: relative;
  top: 5px;
  width: 20px;
  height: 20px;
}
.cloud,
.movie .tw,
.movie .fb {
  font-size: 14px;
  height: 20px;
  line-height: 20px;
  vertical-align: middle;
  background: #4d4d4d;
  display: inline-block;
  border: 1px solid #4d4d4d;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  min-width: 30px;
  padding: 0 5px;
  text-align: center;
  margin-left: 5px;
  top: -5px;
  position: relative;
  color: #fff;
}
.cloud:after,
.movie .tw:after,
.movie .fb:after {
  content: '';
  display: block;
  background-color: #4d4d4d;
  border-top: 1px solid #4d4d4d;
  border-left: 1px solid #4d4d4d;
  position: absolute;
  top: 6px;
  left: -3px;
  width: 4px;
  height: 4px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.movie .socials {
  height: 40px;
  line-height: 40px;
  display: inline-block;
  text-align: right;
  padding: 0  10px;
  margin-right: 10px;
}
.movie .socials a {
  position: relative;
  top: -2px;
}
.movie .tw,
.movie .fb {
  margin-left: 40px;
}
.movie .gp {
  background: url(../bundles/filestubecore/images/sprite-main.png) no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #e63a3e;
  background-position: -57px -27px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  margin-left: 10px;
}
.movie .gp:hover {
  -webkit-transform: rotate(359deg);
  -moz-transform: rotate(359deg);
  -ms-transform: rotate(359deg);
  -o-transform: rotate(359deg);
  transform: rotate(359deg);
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}
.movie .tw:before,
.movie .fb:before,
.movie .gp {
  vertical-align: middle;
}
.movie .tw:before,
.movie .fb:before {
  content: '';
  position: absolute;
  left: -28px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.movie .tw:hover:before,
.movie .fb:hover:before {
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}
@media (min-width: 810px) and (orientation: portrait), (min-width: 1px) and (orientation: landscape) {
  .video-bar-share {
    float: right;
    border: 0;
  }
}
.video-comments-link {
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -o-transition: color 0.25s;
  transition: color 0.25s;
}
.video-comments-link:hover {
  color: #22c2f7;
  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -o-transition: color 0.25s;
  transition: color 0.25s;
}
.video-details {
  *zoom: 1;
  padding: 30px 0;
  margin-bottom: 30px;
  border-bottom: 1px solid #cdcdcd;
}
.video-details:before,
.video-details:after {
  display: table;
  content: "";
  line-height: 0;
}
.video-details:after {
  clear: both;
}
.video-details .poster {
  margin-right: 20px;
  margin-bottom: 20px;
  margin-left: 0;
}
.video-details h1 {
  font-size: 30px;
  line-height: 30px;
  margin-top: 0;
  margin-bottom: 0;
}
.video-details h1 small {
  display: block;
  font-family: 'Open sans', sans-serif;
  font-size: 18px;
  font-style: italic;
}
.video-details h3 {
  font-size: 18px;
  color: #808080;
  margin: 20px 0 5px;
}
.video-details p {
  margin-bottom: 0;
  line-height: 24px;
}
.video-details .cast {
  clear: both;
}
.video-details .badge {
  margin-top: 5px;
  vertical-align: top;
}
.video-details .button,
.video-details .button-small {
  font-size: 18px;
  border-top: 7px solid #22c2f7;
  border-bottom: 7px solid #22c2f7;
  padding: 0 15px;
  line-height: 18px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  float: right;
  margin-top: 3px;
}
.video-details .button:after,
.video-details .button-small:after {
  content: '';
  display: inline-block;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  width: 7px;
  height: 7px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: relative;
  top: -3px;
  margin-left: 5px;
}
@media (min-width: 1050px) {
  .video-details .parameters,
  .video-details .cast,
  .video-details .plot {
    float: left;
  }
  .video-details .cast,
  .video-details .plot {
    width: 460px;
  }
  .video-details .parameters {
    margin-right: 20px;
    width: 220px;
  }
  .video-details .cast {
    clear: none;
  }
}
@media (min-width: 1310px) {
  .video-details .cast,
  .video-details .plot {
    float: left;
    width: 700px;
  }
}
@media (min-width: 1530px) {
  .video-details .cast,
  .video-details .plot {
    float: left;
    width: 780px;
  }
}
.badge {
  background: #22c2f7;
  color: #fff;
  display: inline-block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 3px 8px;
}
.flip .badge {
  padding: 0 8px;
  line-height: 25px;
}
.comments {
  padding: 20px 0;
  background-color: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f7f7f7));
  background: -webkit-linear-gradient(top, #ffffff, #f7f7f7);
  background: -moz-linear-gradient(top, #ffffff, #f7f7f7);
  background: -ms-linear-gradient(top, #ffffff, #f7f7f7);
  background: -o-linear-gradient(top, #ffffff, #f7f7f7);
}
.no-results {
  color: #808080;
  margin-bottom: 30px;
}
.no-results h2 {
  font-size: 60px;
  line-height: 60px;
  margin: 60px 0 20px;
  font-weight: 800;
}
.no-results h2 + p {
  font-size: 30px;
  margin: 0 0 40px;
}
.no-results p {
  font-size: 18px;
  line-height: 30px;
  margin: 0 0 40px;
}
.no-results a {
  display: inline-block;
  background-color: #22c2f7;
  color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin: 0 4px;
  padding: 0 8px;
}
#results .category-header {
  text-overflow: initial;
}
.colage {
  width: 460px;
  height: 258px;
  clear: both;
  display: block;
  float: none;
  margin-left: 0;
}
.colage .title {
  width: 454px;
  font-size: 24px;
  line-height: 26px;
}
.colage .title small {
  font-size: 18px;
}
.colage .play {
  position: absolute;
  top: 20px;
  left: 120px;
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -o-transform: scale(0.6);
  transform: scale(0.6);
  opacity: 0.5;
  filter: alpha(opacity=50);
  -webkit-transition: opacity 0.25s;
  -moz-transition: opacity 0.25s;
  -o-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.colage:hover .play {
  opacity: 0.75;
  filter: alpha(opacity=75);
  -webkit-transition: opacity 0.25s;
  -moz-transition: opacity 0.25s;
  -o-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.series-header {
  background-color: #f7f7f7;
}
.series-header h1 {
  margin-bottom: 15px;
  margin-right: 130px;
  color: #676767;
}
.series-header h1 small {
  font-size: 30px;
  color: #808080;
}
.series-header .category-header {
  position: static;
  margin: 0 0 20px;
}
.series-header .rating-holder {
  float: right;
  line-height: 40px;
  height: 40px;
  margin-top: 40px;
  position: relative;
  text-align: right;
}
.series-header .rating-holder .rate-chart-video {
  width: 60px;
  height: 60px;
}
.series-header .rating-holder .rate {
  color: #000;
  width: 60px;
  height: 60px;
  top: 0;
  right: 0;
  font-size: 30px;
  line-height: 60px;
}
.series-header .rating-holder .rate-up,
.series-header .rating-holder .rate-down {
  position: absolute;
  right: 70px;
  min-width: 55px;
  margin: 0;
  text-align: left;
}
.series-header .rating-holder .rate-up {
  top: 5px;
}
.series-header .rating-holder .rate-down {
  top: 35px;
}
.series-header .rating-holder .rate-down:before {
  border-right: 0;
  border-left: 3px solid #d9346a;
  left: auto;
  right: -3px;
}
.series-header .rating-holder .feedback-up,
.series-header .rating-holder .feedback-down {
  width: 145px;
  top: 60px;
  left: auto;
  right: 0;
}
.series-header .comments-link {
  line-height: 20px;
  margin-bottom: 55px;
  vertical-align: top;
  font-size: 16px;
}
.series-header .comments-link span,
.series-header .comments-link .cloud,
.series-header .comments-link .movie .tw,
.series-header .comments-link .movie .fb {
  top: -2px;
}
.series-header .comments-link .cloud,
.series-header .comments-link .movie .tw,
.series-header .comments-link .movie .fb {
  background-color: #fff;
  color: #808080;
  border-color: #808080;
}
.series-header .comments-link .cloud:after,
.series-header .comments-link .movie .tw:after,
.series-header .comments-link .movie .fb:after {
  background-color: #fff;
  border-color: #808080;
}
.series-left {
  clear: both;
  margin-bottom: 40px;
}
.series-left .category-header {
  background-color: #d9346a;
}
.series-right .category-header {
  background-color: #22c2f7;
}
.series-right .flip {
  display: inline-block;
  vertical-align: top;
}
@media (min-width: 1050px) {
  .series-left {
    width: 480px;
    float: left;
    margin-right: 20px;
  }
  .series-right {
    padding-left: 500px;
  }
}
@media (min-width: 810px) and (orientation: portrait), (min-width: 1px) and (orientation: landscape) and (max-width: 979px), (min-width: 1310px) {
  .series-header .group {
    width: 32.5%;
    display: inline-block;
    vertical-align: top;
  }
  .series-header .group h3 {
    margin-top: 0;
  }
}
.accordion-season:hover {
  background: none !important;
}
.accordion-season .list-simple,
.accordion-season .list-simple-tall {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 0.5s, margin 0.5s;
  -moz-transition: max-height 0.5s, margin 0.5s;
  -o-transition: max-height 0.5s, margin 0.5s;
  transition: max-height 0.5s, margin 0.5s;
  margin-top: 0;
  margin-bottom: 0;
}
.accordion-season .active {
  max-height: 1000px;
  -webkit-transition: max-height 0.5s, margin 0.5s;
  -moz-transition: max-height 0.5s, margin 0.5s;
  -o-transition: max-height 0.5s, margin 0.5s;
  transition: max-height 0.5s, margin 0.5s;
  margin-top: 30px;
  margin-bottom: 10px;
}
.accordion-season .arrow {
  display: inline-block;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  position: relative;
  top: -4px;
  margin-left: 6px;
  top: -6px;
}
.accordion-season .arrow-holder {
  background: #82bc28;
  display: inline-block;
  width: 20px;
  height: 20px;
}
.accordion-triger {
  cursor: pointer;
}
.accordion-triger a:after {
  display: none;
}
.form-field {
  position: relative;
  margin-bottom: 20px;
}
.form-field [type='email'],
.form-field textarea,
.form-field select {
  border: 1px solid #fff;
  -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 460px;
  background-color: #fff;
  line-height: 20px;
  padding: 9px 20px;
}
.form-field [type='email']:focus,
.form-field textarea:focus,
.form-field select:focus {
  outline: 0;
  border-color: #22c2f7;
}
.form-field [type='email']:focus + .validation,
.form-field textarea:focus + .validation,
.form-field select:focus + .validation {
  background-color: #22c2f7;
  color: #fff;
}
.form-field [type='email']:focus + .validation span,
.form-field textarea:focus + .validation span,
.form-field select:focus + .validation span {
  background: #fff;
  color: #22c2f7;
}
.form-field .error {
  border-color: #b62f2f;
}
.form-field .error + .validation {
  color: #b62f2f;
}
.form-field [type='email'],
.form-field select {
  height: 38px;
}
.form-field textarea {
  height: 10em;
}
.form-field label {
  display: block;
  font-size: 18px;
  color: #808080;
  margin-bottom: 10px;
}
.form-field .validation {
  color: #808080;
  font-size: 12px;
}
.form-field .validation span {
  display: none;
}
.form-field button {
  background-color: #22c2f7;
  border: 0;
  color: #fff;
  font-size: 24px;
  padding: 10px 25px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.form-field button:focus {
  outline: 0;
}
.header-bar.success {
  background-color: #82bc28;
}
.header-bar.error {
  background-color: #b62f2f;
}
@media (min-width: 810px) and (orientation: portrait), (min-width: 1px) and (orientation: landscape) {
  .form-field .validation {
    background-color: #f7f7f7;
    line-height: 40px;
    padding: 0 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: absolute;
    left: 480px;
    top: 35px;
    width: 230px;
    margin: 0;
    margin-left: 10px;
    font-size: 14px;
  }
  .form-field .validation span {
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
    line-height: 20px;
    font-size: 12px;
    text-align: center;
    margin-right: 10px;
  }
  .form-field .validation:before {
    content: '';
    position: absolute;
    left: -5px;
    top: 15px;
    width: 0;
    height: 0;
    border-right: 5px solid #f7f7f7;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
  }
  .form-field .error + .validation {
    background-color: #b62f2f;
    color: #fff;
  }
  .form-field .error + .validation span {
    color: #b62f2f;
  }
  .form-field button + .validation {
    top: 5px;
  }
}
@media (min-width: 1050px) and (max-width: 1219px) {
  .form-field [type='email'],
  .form-field textarea,
  .form-field select {
    width: 370px;
  }
  .form-field .validation {
    left: 390px;
  }
}
.error-page .container {
  color: #808080;
}
.error-page h1 {
  font-size: 160px;
  line-height: 58px;
}
.error-page h1 small {
  font-size: 72px;
}
.error-page .bg-holder {
  color: #808080;
  margin-bottom: 30px;
}
.error-page .arrow {
  position: relative;
  overflow: hidden;
  height: 38px;
  line-height: 38px;
  margin-bottom: 30px;
}
.error-page .arrow:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 4px;
  background: #22c2f7;
  top: 18px;
}
.error-page .arrow .left,
.error-page .arrow .right {
  font-size: 30px;
  font-weight: 800;
  background: #f7f7f7;
  z-index: 2;
  position: relative;
}
.error-page .arrow .left:before,
.error-page .arrow .right:before {
  content: '';
  display: block;
}
.error-page .arrow .right {
  float: right;
  padding-left: 25px;
}
.error-page .arrow .right:before {
  display: inline-block;
  border-right: 1px solid #22c2f7;
  border-bottom: 1px solid #22c2f7;
  width: 12px;
  height: 12px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: relative;
  top: 12px;
  margin-left: -10px;
  -webkit-transform: scaleX(0.75) rotate(-45deg);
  -moz-transform: scaleX(0.75) rotate(-45deg);
  -ms-transform: scaleX(0.75) rotate(-45deg);
  -o-transform: scaleX(0.75) rotate(-45deg);
  transform: scaleX(0.75) rotate(-45deg);
  border-width: 4px;
  position: absolute;
  left: 10px;
}
.error-page .arrow .left {
  float: left;
  padding-right: 25px;
}
.error-page .arrow .left:before {
  display: inline-block;
  border-right: 1px solid #22c2f7;
  border-bottom: 1px solid #22c2f7;
  width: 12px;
  height: 12px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  position: relative;
  top: 12px;
  margin-left: 0;
  -webkit-transform: scaleX(0.75) rotate(135deg);
  -moz-transform: scaleX(0.75) rotate(135deg);
  -ms-transform: scaleX(0.75) rotate(135deg);
  -o-transform: scaleX(0.75) rotate(135deg);
  transform: scaleX(0.75) rotate(135deg);
  border-width: 4px;
  position: absolute;
  right: 0px;
}
.error-page p {
  font-size: 18px;
  line-height: 30px;
  margin: 0;
  clear: both;
}
.error-page .button,
.error-page .button-small {
  margin: 30px 30px 30px 0;
}
.bg-holder {
  background: #f7f7f7;
}
.button,
.button-small {
  background: #22c2f7;
  color: #fff;
  -webkit-transition: background 0.4s;
  -moz-transition: background 0.4s;
  -o-transition: background 0.4s;
  transition: background 0.4s;
  padding: 15px 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 24px;
  line-height: 24px;
  display: inline-block;
}
.button-small {
  font-size: 18px;
  padding: 8px;
  font-weight: bold;
}
.newsletter {
  color: #fff;
  background: url(../bundles/filestubecore/images/newsletter-bg.jpg) center center no-repeat;
  background-size: cover;
  height: 100%;
  min-height: 100%;
  padding-top: 0;
}
.newsletter .header {
  background: none;
}
.newsletter h1 {
  font-weight: 700;
  font-size: 56px;
  margin: 0 0 10px;
}
.newsletter h2 {
  font-size: 36px;
  margin: 0 0 20px;
}
.newsletter p {
  font-size: 18px;
  line-height: 30px;
}
.newsletter .container-small {
  max-width: 625px;
  margin: auto;
}
.newsletter form .button,
.newsletter form .button-small {
  border: 0;
  float: left;
  width: 285px;
  padding-left: 0;
  padding-right: 0;
  margin-top: 20px;
}
.newsletter .column {
  float: left;
  width: 319px;
}
.newsletter [type="email"] {
  border: 1px solid #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.1);
  font-size: 18px;
  line-height: 20px;
  padding: 15px;
  width: 300px;
}
.newsletter [type="email"]:focus {
  outline: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
.newsletter .terms {
  margin-top: 10px;
  font-size: 14px;
}
.newsletter .terms input {
  position: relative;
  top: -2px;
  margin-right: 5px;
}
.newsletter .terms a {
  color: #22c2f7;
}
.newsletter .container-small ul {
  margin: 0 0 20px;
  padding: 0;
}
.newsletter .container-small li {
  list-style: none;
  margin: 0 0  5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: block;
  background-color: rgba(255, 255, 255, 0.15);
  padding: 10px 20px 10px;
}
.newsletter .container-small {
  margin-top: 100px;
}
@media (min-width: 810px) and (orientation: portrait), (min-width: 1px) and (orientation: landscape) {
  .newsletter form .button,
  .newsletter form .button-small {
    margin-top: 0;
  }
}
@media (min-width: 1050px) {
  .newsletter .button,
  .newsletter .button-small {
    margin-top: 0;
  }
  .newsletter .container-small {
    margin-top: 10%;
  }
}
.siple-footer {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 300px;
  text-align: right;
  font-size: 14px;
}
.siple-footer .logo {
  margin: 0;
  float: right;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-filter: grayscale(1) brightness(100);
  filter: grayscale(1) brightness(100);
  width: 150px;
  position: relative;
  top: -3px;
  left: -5px;
}
.siple-footer .logo:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.genres h2 {
  color: #808080;
  font-size: 30px;
}
.genres ul {
  display: block;
  -moz-column-width: 220px;
  /* Firefox */
  -webkit-column-width: 220px;
  /* webkit, Safari, Chrome */
  column-width: 220px;
  margin: 0;
  padding: 0;
}
.genres ul li {
  display: inline-block;
  width: 220px;
  list-style: none;
  padding: 0;
  margin: 10px 0;
}
.genres ul a {
  color: #333;
  font-size: 16px;
  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -o-transition: color 0.25s;
  transition: color 0.25s;
}
.genres ul a:hover {
  color: #22c2f7;
  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -o-transition: color 0.25s;
  transition: color 0.25s;
}
.category-counter {
  font-size: 18px;
  color: #808080;
  line-height: 40px;
}
@media (min-width: 1310px) {
  .genres .featured {
    width: 220px;
    border-right: 1px solid #eaeaea;
    float: left;
    margin-right: 20px;
  }
}
#no-results {
  color: #808080;
  padding-bottom: 100px;
}
#no-results h1 {
  margin: 0;
  font-weight: 800;
  font-size: 60px;
}
#no-results h2 {
  font-size: 30px;
  margin-bottom: 40px;
}
#no-results p {
  font-size: 18px;
}
.toc {
  display: none;
}
.toc + .content {
  padding-top: 20px;
  line-height: 1.8em;
}
@media (min-width: 1050px) {
  .toc {
    display: block;
    width: 300px;
    margin-right: 20px;
    float: left;
  }
  .toc h4 {
    color: #22c2f7;
    font-size: 24px;
    margin-bottom: 0;
  }
  .toc a {
    font-size: 18px;
    display: block;
  }
  .toc + .content {
    padding-left: 320px;
  }
  .toc .active:before {
    content: '';
    display: inline-block;
    border-right: 1px solid #22c2f7;
    border-bottom: 1px solid #22c2f7;
    width: 7px;
    height: 7px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: relative;
    top: -3px;
    margin-left: 0;
    margin-right: 7px;
  }
  .toc.fixed {
    position: fixed;
    top: 65px;
  }
  .toc li {
    display: block;
    margin-top: 10px;
  }
  .toc .col:last-child {
    display: none;
  }
}
.rating {
  display: inline-block;
  font-size: 0;
  vertical-align: top;
  position: relative;
  text-transform: uppercase;
}
.rating .up-counter,
.rating .down-counter {
  min-width: 30px;
  text-align: center;
  display: inline-block;
}
.rate-up,
.rate-down {
  font-size: 14px;
  height: 20px;
  line-height: 20px;
  min-width: 50px;
  display: inline-block;
  color: #fff;
  padding: 0 6px;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.rate-up:before,
.rate-down:before {
  content: '';
  height: 0;
  width: 0;
  display: inline-block;
  position: absolute;
  top: 7px;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
}
.rate-up {
  margin-right: 7px;
  z-index: 1;
}
.rate-up:before {
  right: -3px;
  border-left: 3px solid #82bc28;
}
.rate-up,
.rate-up:after {
  background-color: #82bc28;
}
.rate-down {
  z-index: 2;
  margin-left: 7px;
}
.rate-down:before {
  left: -3px;
  border-right: 3px solid #d9346a;
}
.rate-down,
.rate-down:after {
  background-color: #d9346a;
}
.active-rate .rate-up,
.active-rate .rate-down {
  cursor: pointer;
}
.active-rate .rate-up::after,
.active-rate .rate-down::after {
  content: attr(data-description);
  position: absolute;
  width: 70%;
  margin-left: 25%;
  height: 20px;
  z-index: 1;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  top: 0;
  left: 0;
  text-align: center;
  opacity: 0;
  filter: alpha(opacity=0);
}
.active-rate .rate-up:hover::after,
.active-rate .rate-down:hover::after {
  opacity: 1;
  filter: alpha(opacity=100);
}
#vote-info {
  display: block;
  height: 0;
}
#vote-info.feedback-up,
#vote-info.feedback-down {
  height: 20px;
}
.feedback-up,
.feedback-down {
  margin-top: 5px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.5s 5s;
  -moz-transition: opacity 0.5s 5s;
  -o-transition: opacity 0.5s 5s;
  transition: opacity 0.5s 5s;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  font-size: 16px;
  height: 20px;
  line-height: 20px;
  z-index: 2;
  text-align: center;
  display: block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.lt-ie10 .feedback-up,
.lt-ie10 .feedback-down {
  opacity: 1;
  filter: alpha(opacity=100);
}
.feedback-up {
  background-color: #8cc029;
}
.feedback-down {
  background-color: #d9346a;
}
.play {
  display: inline-block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 220px;
  height: 220px;
  background-color: rgba(0, 0, 0, 0.5);
}
.play:after {
  content: '';
  display: inline-block;
  display: absolute;
  width: 83px;
  height: 86px;
  background: url(../bundles/filestubecore/images/sprite-main.png) no-repeat -176px 0;
  margin: 67px 0 0 72px;
}
.rate-chart {
  width: 20px;
  height: 20px;
}
.poster .rating-show {
  position: absolute;
  top: 11px;
  left: 10px;
}
.poster .rating-show .rate {
  right: 0;
  top: 0;
}
.rate {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  color: #fff;
  font-size: 10px;
  text-align: center;
  position: absolute;
}
.video-bar-share .rate {
  position: relative;
  top: -1px;
}
.rate-label {
  background-color: #82bc28;
  line-height: 20px;
  height: 20px;
  display: inline-block;
  padding: 0 5px;
  font-size: 14px;
  color: #fff;
  position: relative;
  margin-right: 5px;
  text-transform: uppercase;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  vertical-align: top;
  font-family: 'Dosis', sans-serif;
}
.rate-label:before {
  content: '';
  display: block;
  position: absolute;
  right: -4px;
  top: 6px;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid #82bc28;
}
[id^="fetch-more"] .poster {
  background-color: #82bc28;
  color: #fff;
  height: 126px;
  border: 3px solid #fff;
  font-size: 30px;
  padding-top: 40px;
  text-align: center;
}
[id^="fetch-more"] .poster:after {
  content: '';
  display: inline-block;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  width: 60px;
  height: 60px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  position: relative;
  top: 5px;
  margin-left: 0;
  -webkit-transform: scaleY(0.5) rotate(45deg);
  -moz-transform: scaleY(0.5) rotate(45deg);
  -ms-transform: scaleY(0.5) rotate(45deg);
  -o-transform: scaleY(0.5) rotate(45deg);
  transform: scaleY(0.5) rotate(45deg);
}
.NoMoreResults {
  display: none;
}
.about strong {
  color: #555;
}
.about .box {
  margin-top: 30px;
  color: #fff;
  padding: 1px 20px 10px 20px;
  background: #951e2c url(../bundles/filestubecore/images/rs.jpg) no-repeat left 0;
  text-shadow: 1px 0 #000;
  max-width: 980px;
}
.about .box a {
  color: #fff;
}
@media (min-width: 810px) and (orientation: portrait), (min-width: 1px) and (orientation: landscape) {
  .about .box {
    padding-right: 200px;
    background-position: -180px -130px;
  }
}
@media (min-width: 1050px) {
  .about .box {
    background-position: -270px -110px;
  }
}
@media (min-width: 1310px) {
  .about .box {
    background-position: -40px -130px;
  }
}
@media (min-width: 1530px) {
  .about .box {
    padding-right: 360px;
    background-position: 0 -130px;
  }
}
.about a {
  border-bottom: 1px dotted #808080;
}
.winter h1 {
  font-size: 36px;
  text-align: center;
  color: #808080;
  margin: 30px 0 0;
  font-weight: 700;
}
.winter .tooltip-item-top {
  background: url(../bundles/filestubecore/images/winter-bg.jpg) no-repeat bottom right;
  background-size: cover;
  color: #000;
  width: 100%;
  height: 100%;
}
.winter .details-title,
.winter .details-info {
  position: relative;
  left: 0;
  bottom: 0;
}
.winter .details-title {
  font-size: 22px;
  line-height: 26px;
  width: 100%;
}
.winter .details-info {
  font-size: 16px;
  color: #888;
  padding: 5px 0;
}
.winter .list-item {
  width: 50%;
}
.winter .poster {
  display: block;
  float: none;
  width: auto;
  height: auto;
}
.winter .poster img {
  width: 100%;
}
.winter .icon-botle,
.winter .icon-heart,
.winter .icon-pen,
.winter .icon-smile,
.winter .icon-love {
  background: url(../bundles/filestubecore/images/sprite-winter.png) no-repeat;
  display: inline-block;
}
.winter .icon-love {
  width: 35px;
  height: 28px;
  background-position: 0 0;
}
.winter .icon-botle,
.winter .icon-heart,
.winter .icon-pen,
.winter .icon-smile {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  position: relative;
  top: 2px;
}
.winter .icon-botle {
  background-position: -60px 0;
}
.winter .icon-heart {
  background-position: -100px 0;
}
.winter .icon-pen {
  background-position: -40px 0;
}
.winter .icon-smile {
  background-position: -80px 0;
}
@media screen and (min-width: 810px) and (orientation: portrait), (min-width: 1px) and (orientation: landscape) {
  .winter .list-item {
    width: 25%;
  }
  .winter .details-title {
    font-size: 16px;
  }
  .winter .details-info {
    font-size: 13px;
  }
  .winter .details-plot {
    overflow: hidden;
    height: 8em;
    font-size: 12px;
  }
}
@media screen and (min-width: 1050px) {
  .winter .details-title {
    font-size: 22px;
  }
  .winter .details-info {
    font-size: 18px;
  }
  .winter .details-plot {
    height: auto;
    font-size: 14px;
  }
}
@media screen and (min-width: 1310px) {
  .winter .details-title {
    font-size: 30px;
  }
  .winter .details-info {
    padding-bottom: 50px;
  }
}
