* {
  box-sizing: border-box; }

a {
  color: #080808;
  text-decoration: none;
  font-weight: bold; }
  a:visited {
    color: #8FA421; }

body, html {
  font-size: 13px;
  font-weight: 300;
  font-family: Sans-Serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  height: 100%;
  width: 100%;
  background: #F1F1F1; }

a {
  cursor: pointer;
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }

.w1110 {
  width: 1110px;
  max-width: 100%;
  margin: 0 auto; }

.mauto {
  margin: 0 auto; }

header {
  overflow: auto;
  margin-bottom: 15px; }
  header > .w1110 {
    background: #b0e1f3;
    background: #b6e2f3;
    background: -moz-linear-gradient(top, #b6e2f3 0%, #92d4ed 50%, #92d4ed 100%);
    background: -webkit-linear-gradient(top, #b6e2f3 0%, #92d4ed 50%, #92d4ed 100%);
    background: linear-gradient(to bottom, #b6e2f3 0%, #92d4ed 50%, #92d4ed 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$col1', endColorstr='$col3',GradientType=0 );
    color: #65C0E1;
    font-weight: bold; }
  header .logo {
    display: block;
    margin: 15px; }
  header nav {
    text-align: right;
    padding: 10px 8px;
    border-top: 1px solid #6bb6d2;
    background: #b6e2f3;
    background: -moz-linear-gradient(top, #b6e2f3 0%, #92d4ed 50%, #92d4ed 100%);
    background: -webkit-linear-gradient(top, #b6e2f3 0%, #92d4ed 50%, #92d4ed 100%);
    background: linear-gradient(to bottom, #b6e2f3 0%, #92d4ed 50%, #92d4ed 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$col1', endColorstr='$col3',GradientType=0 ); }
    header nav ul {
      margin: 0;
      padding: 0; }
      header nav ul li {
        display: inline-block;
        margin-left: 15px; }
        header nav ul li a, header nav ul li a:visited {
          color: #000;
          font-size: 1.076923077em;
          font-weight: normal; }

.mainbox {
  overflow: auto;
  /*.episode_link
   * position: absolute
   * top: 0
   * left: 0
   * width: 100%
   * height: 100%
   * z-index: 1
   * &>span
   *   position: absolute
   *   bottom: 0
   *   left: 0
   *   background: url('../img/overlay_white.png')
   *   width: 100%
   *   padding: 5px 8px
   *   color: #000
   *   font-weight: bold
   *   &>span
   *     font-weight: normal */ }
  .mainbox .categories_wrap {
    margin-top: 15px; }
    .mainbox .categories_wrap ul {
      max-height: 250px;
      overflow-y: scroll; }
    .mainbox .categories_wrap h2 {
      background: #2F2F2F;
      color: #dadada;
      padding: 10px;
      margin: 0;
      font-size: 1.25em; }
  .mainbox #allSeries, .mainbox #popularSeries {
    max-height: 500px;
    overflow-y: scroll; }
  .mainbox .series_menu {
    width: 250px;
    float: left;
    display: inline-block; }
    .mainbox .series_menu form {
      padding: 5px 8px;
      background: #D7D7D7;
      color: #3b8aa0;
      border-top: 1px solid #C5C5C5;
      margin-bottom: 15px; }
      .mainbox .series_menu form input {
        width: 100%; }
      .mainbox .series_menu form a {
        display: block;
        text-align: center;
        color: #FFF; }
      .mainbox .series_menu form > p a {
        color: #f05ea7;
        font-size: 1em;
        font-weight: bold; }
    .mainbox .series_menu ul {
      margin: 0;
      padding: 0; }
      .mainbox .series_menu ul li {
        background-color: #E7E7E7;
        border-bottom: 1px solid #C6C6C6;
        line-height: 11px;
        list-style: none outside none;
        margin-bottom: 2px; }
        .mainbox .series_menu ul li a {
          color: #000;
          font-size: 1.1em;
          display: block;
          width: 100%;
          padding: 8px 0 7px 15px;
          transition: 0.75s;
          line-height: 1em; }
        .mainbox .series_menu ul li small {
          display: block;
          color: #909090;
          padding-top: 4px; }
        .mainbox .series_menu ul li:hover {
          box-shadow: inset 0px 0px 20px rgba(0, 0, 0, 0.1); }
          .mainbox .series_menu ul li:hover a {
            text-decoration: none; }
      .mainbox .series_menu ul.episodesLinks h3 {
        color: #3487A7;
        margin: 0;
        padding: 15px 15px; }
      .mainbox .series_menu ul.episodesLinks span {
        font-weight: normal; }
      .mainbox .series_menu ul.animate li:hover a {
        color: #FFF;
        background: #2F2F2F;
        padding-left: 25px;
        border-left: 4px solid #000;
        text-decoration: none; }
        .mainbox .series_menu ul.animate li:hover a small {
          color: #9b9b9b; }
    .mainbox .series_menu ul.episodesLinks a {
      overflow: auto; }
    .mainbox .series_menu ul.episodesLinks span {
      display: block;
      float: left;
      width: 60px;
      line-height: 1.5em; }
    .mainbox .series_menu ul.episodesLinks .episodeTitle {
      font-weight: bold;
      width: 170px; }
  .mainbox .cells {
    justify-items: center;
    justify-content: space-evenly;
    text-align: center; }
    .mainbox .cells .series {
      background-size: cover;
      background-repeat: no-repeat;
      display: inline-block;
      width: 239px;
      height: 175px;
      margin: 3px 5px 3px 6px;
      position: relative;
      text-align: center;
      border: 1px solid #FFF; }
      .mainbox .cells .series .series_link {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        color: #8AA227;
        font-weight: bold;
        font-size: 1.4em; }
        .mainbox .cells .series .series_link span {
          display: inline-block;
          padding: 5px 8px;
          width: 100%;
          background: url("../img/overlay_white.png"); }
      .mainbox .cells .series .wrapBottom {
        position: absolute;
        bottom: 0px;
        left: 0px;
        width: 100%;
        background: url("../img/overlay_white.png");
        z-index: 2; }
        .mainbox .cells .series .wrapBottom span.actDate {
          display: block;
          color: #909090;
          font-size: 0.8em;
          margin: 2px 0; }
  .mainbox .content {
    margin-left: 250px;
    text-align: center; }
  .mainbox .episodeTop {
    margin: 0 25px 25px 25px;
    text-align: left; }
    .mainbox .episodeTop > div {
      background: #FFF;
      padding: 15px; }
      .mainbox .episodeTop > div h2 {
        display: block;
        padding: 0;
        margin: 0 130px;
        font-size: 1.3em;
        color: #3487A7;
        text-align: center; }
        .mainbox .episodeTop > div h2 span {
          color: #939393; }
      .mainbox .episodeTop > div a.next {
        vertical-align: middle;
        float: right;
        padding: 1px 0; }
      .mainbox .episodeTop > div a.prev {
        vertical-align: middle;
        float: left;
        padding: 1px 0; }
  .mainbox .categoriesTitle span {
    color: #8AA227; }

.timemarker {
  padding: 0 3px; }

.left250 {
  width: 250px;
  float: left; }

.topheaderbox {
  align-items: center;
  padding: 10px 0 10px 0;
  overflow: auto; }
  .topheaderbox .left250 {
    text-align: center; }
  .topheaderbox a {
    color: #1199c0; }
    .topheaderbox a:hover {
      color: #11acd4; }
  .topheaderbox .user_options_box {
    padding: 0 15px;
    margin-left: 275px;
    text-align: left;
    color: #000; }
    .topheaderbox .user_options_box form {
      text-align: right; }
      .topheaderbox .user_options_box form label {
        margin-left: 20px; }
        .topheaderbox .user_options_box form label input {
          padding-left: 5px; }
      .topheaderbox .user_options_box form p a {
        margin-left: 2em;
        color: #000; }

footer {
  margin-top: 10px;
  text-align: center;
  color: #222;
  line-height: 2em;
  clear: both; }
  footer .w1110 {
    background: url("/static/img/tv.png") top left no-repeat #D7D7D7;
    padding: 50px 0; }
    footer .w1110 p {
      padding: 0 20px;
      line-height: 1.538461538em; }
  footer .links a {
    padding: 0 10px;
    color: #222;
    font-size: 1.1em;
    border-right: 1px solid #222; }
    footer .links a:last-child {
      border: none; }

.pagestd {
  margin: 0 0 0 25px;
  text-align: left; }

form.form-register label span {
  display: inline-block;
  width: 150px; }

.inputStd, .mainbox .series_menu form input, .topheaderbox .user_options_box form label input, form.form-register label input, .addLinks form select, .addLinks form textarea, .addLinks form input, .settingsPage form input {
  border: 1px solid #000;
  padding: 3px 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #f2f2f3; }

.buttonStd, .topheaderbox .user_options_box form button, form.form-register button, .addLinks form button, .settingsPage form button {
  background: #f2f2f3;
  border: 1px solid #aaa;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #2F2F2F;
  padding: 3px 5px; }

.msg {
  padding: 15px;
  border: 1px solid;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }
  .msg.msg-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6; }
  .msg.msg-error {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1; }
  .msg.msg-info {
    color: #31708f;
    border: 1px solid #bce8f1;
    background: #d9edf7; }

.formStd, form.form-register {
  background: #eaeaeb;
  border: 1px solid #dadada;
  padding: 10px; }
  .formStd a, form.form-register a {
    color: #1198c0; }
    .formStd a:hover, form.form-register a:hover {
      color: #11acd4; }

.seriesPage {
  background: #ebebeb;
  padding: 15px;
  border: 1px solid #cccccc; }
  .seriesPage h1 {
    color: #8C9D37; }
    .seriesPage h1 > a {
      color: #8C9D37; }
    .seriesPage h1 span {
      display: block;
      font-size: 0.4em; }
  .seriesPage h3 {
    color: #3487A7; }
  .seriesPage p {
    line-height: 1.5em; }
  .seriesPage a {
    color: #1198c0; }
    .seriesPage a:hover {
      color: #11acd4; }
  .seriesPage .top {
    overflow: auto; }
  .seriesPage aside {
    float: left;
    margin: 10px; }
    .seriesPage aside img {
      max-width: 100%; }
  .seriesPage ul.episodesLinks {
    margin: 10px 0;
    padding: 1em;
    list-style-type: none;
    border: 1px solid #FFF; }
    .seriesPage ul.episodesLinks li {
      margin: 3px 0; }
      .seriesPage ul.episodesLinks li .fa-eye {
        margin-right: 3px; }
      .seriesPage ul.episodesLinks li a {
        line-height: 1.5em;
        margin-left: 75px;
        color: #000000; }
        .seriesPage ul.episodesLinks li a:visited, .seriesPage ul.episodesLinks li a:hover {
          color: #11acd4; }
      .seriesPage ul.episodesLinks li span {
        display: inline-block;
        padding-right: 24px;
        font-weight: normal; }
  .seriesPage div.episodesLinksWrap {
    border: 1px solid #FFF;
    padding: 1em; }
  .seriesPage table.episodesLinks {
    width: 100%; }
    .seriesPage table.episodesLinks td {
      vertical-align: top; }
    .seriesPage table.episodesLinks tr.seasonSep td:first-child {
      padding-left: 0px; }
    .seriesPage table.episodesLinks tr:nth-child(even) {
      background: #e7e7e7; }
    .seriesPage table.episodesLinks tr:nth-child(odd) {
      background: #ebebeb; }
    .seriesPage table.episodesLinks tr:hover {
      background: #fefefe; }
    .seriesPage table.episodesLinks tr td:nth-child(1) {
      width: 25px; }
    .seriesPage table.episodesLinks tr td:nth-child(2) {
      width: 60px; }
    .seriesPage table.episodesLinks tr td:nth-child(3) {
      width: 30px; }
    .seriesPage table.episodesLinks tr.linkNotActive a {
      color: grey; }
    .seriesPage table.episodesLinks a {
      line-height: 1.5em;
      color: #000000;
      text-decoration: none; }
      .seriesPage table.episodesLinks a:visited, .seriesPage table.episodesLinks a:hover {
        color: #11acd4; }
    .seriesPage table.episodesLinks span > a {
      font-weight: normal; }

ul.tabs {
  margin: 15px 0 0 0;
  font-size: 1.2em;
  padding: 0; }
  ul.tabs li {
    display: inline-block;
    background: #FFF;
    padding: 5px 8px;
    margin: 0 2px 0 0;
    cursor: pointer; }
    ul.tabs li.active {
      color: #7D9519; }

ul.singleTab {
  margin: 0;
  list-style-type: none;
  padding: 5px 8px;
  background: #FFF; }
  ul.singleTab li {
    margin: 3px 5px;
    padding: 3px 5px;
    background: #f2f2f2; }
    ul.singleTab li img {
      vertical-align: middle; }
    ul.singleTab li:hover {
      background: #B5E3EF; }
    ul.singleTab li a {
      padding: 3px 0;
      color: #7D9519; }
      ul.singleTab li a.external-link, ul.singleTab li a.report, ul.singleTab li a.vote, ul.singleTab li a.fileInfo {
        float: right;
        margin: 0 6px; }
      ul.singleTab li a.report {
        font-size: 1.2em; }
      ul.singleTab li a.external-link {
        font-size: 1em; }
    ul.singleTab li.add-link a {
      color: #2a86a9; }

#playerBox {
  width: 100%;
  position: relative; }
  #playerBox .playerContent {
    z-index: 1; }
    #playerBox .playerContent img {
      width: 100%;
      min-height: 250px; }
    #playerBox .playerContent iframe {
      width: 100%;
      height: 400px;
      border: 0 none; }
    #playerBox .playerContent span {
      font-weight: bold;
      font-size: 2em;
      text-align: center; }
  #playerBox .previous, #playerBox .next {
    width: 35px;
    background: #FFF;
    height: 100px;
    line-height: 100px;
    text-align: center;
    font-size: 4em;
    font-weight: bold;
    margin-top: -50px;
    position: absolute;
    top: 50%;
    color: #202020;
    transition: 0.3s;
    z-index: 2; }
    #playerBox .previous:hover, #playerBox .next:hover {
      color: #B5E3EF;
      text-decoration: none;
      width: 50px; }
  #playerBox .previous {
    left: 0;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px; }
    #playerBox .previous:hover {
      width: 50px;
      padding-left: 15px; }
  #playerBox .next {
    right: 0;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px; }
    #playerBox .next:hover {
      padding-right: 15px; }

.external-link {
  position: relative;
  display: block;
  text-align: center; }
  .external-link span {
    text-align: center;
    color: #000;
    width: 100%;
    font-size: 2em; }

ul.pagination {
  margin: 15px auto;
  padding: 0;
  text-align: center;
  border: 0 none; }
  ul.pagination li {
    display: inline-block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 0 2px; }
    ul.pagination li a {
      border: 1px solid #cccccc;
      color: #11acd4;
      display: block;
      font-size: 1.1em;
      line-height: 1.5em;
      margin: 0 2px;
      vertical-align: middle;
      min-width: 14px;
      padding: 0 7px;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;
      background: #edeced; }
    ul.pagination li.active a, ul.pagination li:hover a {
      background-color: #ebebeb;
      color: #202020; }

.watch-btns {
  text-align: center;
  margin-bottom: 10px; }
  .watch-btns a {
    display: inline-block;
    padding: 10px 8px;
    border: 1px solid #CCC;
    background: #FFF; }

.addLinks {
  background: #ebebeb;
  padding: 15px;
  border: 1px solid #cccccc; }
  .addLinks #season_new, .addLinks #episode_new {
    display: none; }
  .addLinks form label > span {
    display: inline-block;
    width: 150px; }
  .addLinks form select, .addLinks form textarea, .addLinks form input {
    width: 300px;
    max-width: 100%; }
  .addLinks form textarea {
    height: 150px; }

#reportBox {
  display: none;
  font-size: 0.7em; }
  #reportBox button, #reportBox select {
    background: #f2f2f3;
    border: 1px solid #aaa;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #2F2F2F;
    padding: 3px 5px; }
  #reportBox .thankYou {
    display: none;
    text-align: center; }

.votebox {
  display: none;
  background: #FFF;
  text-align: center;
  padding: 3px 10px;
  margin: 2px 0 15px 0;
  font-size: 1.25em; }
  .votebox .vote {
    font-size: 1.5em;
    font-weight: bold;
    margin: 0 8px; }
    .votebox .vote .fa-smile {
      color: green; }
    .votebox .vote .fa-meh {
      color: red; }

span.votes_green, span.votes_red {
  font-weight: bold;
  float: right;
  margin: 0px 8px; }
  span.votes_green img, span.votes_red img {
    height: 100%; }

span.votes_green {
  color: #3b915f; }

span.votes_red {
  color: #c0392b; }

.mb10 {
  margin-bottom: 10px; }

#notFound li div {
  background: #d7d7d7;
  padding: 5px; }
  #notFound li div a {
    font-size: 1.1em; }

.settingsPage {
  background: #ebebeb;
  padding: 15px;
  border: 1px solid #cccccc;
  margin-left: 25px; }
  .settingsPage form {
    margin: 10px auto;
    width: 80%;
    display: block;
    text-align: left;
    vertical-align: top;
    border-bottom: 1px solid #cccccc;
    padding: 5px; }
    .settingsPage form span {
      width: 200px;
      display: inline-block;
      vertical-align: top; }
  .settingsPage form:last-child {
    border: 0 none; }

.pull-right {
  float: right; }

#facebook-slider {
  position: fixed;
  right: -280px;
  top: 100px;
  z-index: 100; }
  #facebook-slider #facebook-slider-icon {
    cursor: pointer;
    padding: 15px;
    width: 61px;
    height: 61px;
    text-align: center;
    line-height: 31px;
    float: left;
    font-size: 2em;
    background: #0170cf;
    color: #FFF; }
  #facebook-slider #facebook-slider-iframe {
    padding: 5px;
    border: solid #0170cf 3px;
    background: #fff;
    float: left;
    width: 280px;
    height: 312px;
    -moz-border-radius: 0 0 0 8px;
    -webkit-border-radius: 0 0 0 8px;
    border-radius: 0 0 0 8px; }

.text-center {
  text-align: center; }

.serialVote {
  margin: 10px 0;
  padding: 10px;
  background: #FFF; }
  .serialVote a {
    margin: 0 4px;
    font-size: 1.3em; }
  .serialVote .serialVoteBtn.active {
    font-size: 1.45em;
    color: #8FA421; }

.serial_promo {
  margin-left: 2px;
  padding: 10px 0;
  position: relative;
  display: inline-block; }
  .serial_promo > a {
    position: relative;
    z-index: 2; }
  .serial_promo .serial_promo_line {
    height: 202px;
    margin-left: 22px;
    margin-top: -9px;
    padding-top: 4px;
    position: absolute;
    width: 10px;
    z-index: 1;
    background-color: #8FA421; }
  .serial_promo .shadow {
    background: url("/static/img/shadow.png") repeat-x scroll 0 0 transparent;
    position: absolute;
    width: 55px;
    z-index: -2; }
  .serial_promo .serial_info_hidden {
    display: none; }
  .serial_promo .serial_promo_last_change {
    color: #989898;
    font-size: 11px;
    float: right;
    margin-top: 10px;
    position: relative; }
  .serial_promo .serial_promo_last_change_date {
    float: right;
    font-weight: bold;
    padding-right: 2px; }
  .serial_promo .serial_promo_last_change span {
    font-weight: bold;
    text-align: right; }
  .serial_promo .serial_info .serial_promo_real_title {
    float: left;
    color: #5b5b5b;
    font-size: 14px; }
  .serial_promo .serial_promo_real_title a {
    text-decoration: none;
    color: #5b5b5b; }

.form-login {
  text-align: center;
  width: 300px;
  margin: 0 auto; }
  .form-login a {
    display: block;
    margin: 4px 0; }
  .form-login label {
    margin: 6px 0;
    display: block;
    text-align: left; }
    .form-login label span {
      margin: 3px 0;
      display: block; }
    .form-login label input {
      width: 100%; }

.user_options_box_link {
  display: none; }

.serial_info {
  background-color: white;
  padding: 10px;
  clear: both;
  overflow: auto;
  min-height: 80px;
  z-index: 2;
  position: relative; }
  .serial_info .hidden {
    display: none; }
  .serial_info .serial_promo_last_change {
    color: #989898;
    font-size: 11px;
    float: right;
    margin-top: 10px; }
    .serial_info .serial_promo_last_change span {
      font-weight: bold;
      text-align: right; }
  .serial_info .serial_promo_last_change_date {
    float: right;
    font-weight: bold;
    padding-right: 2px; }

.serial_promo_title {
  text-align: left;
  color: #8AA227;
  font-size: 24px;
  font-weight: bold;
  line-height: 20px;
  margin-bottom: 4px;
  margin-top: 15px;
  min-height: 20px; }
  .serial_promo_title a, .serial_promo_title a:visited {
    color: #8AA227;
    margin-right: 112px;
    display: block;
    white-space: normal; }

.serial_promo_real_title {
  float: left;
  color: #5b5b5b;
  font-size: 14px; }
  .serial_promo_real_title a, .serial_promo_real_title a:visited {
    text-decoration: none;
    color: #5b5b5b; }

.promotedSeriesWrap {
  overflow: auto;
  min-height: 280px;
  padding: 10px;
  white-space: nowrap;
  overflow: hidden; }
  .promotedSeriesWrap h2 {
    text-align: left;
    color: #3487a7;
    font-size: 1em;
    border-bottom: 1px solid #92a932;
    margin-top: 0;
    margin-bottom: 10px;
    padding-bottom: 3px; }

.mobileSelects {
  display: none;
  padding: 0 25px; }
  .mobileSelects .select2-container {
    margin-bottom: 10px;
    max-width: 100%; }
  .mobileSelects select {
    display: block;
    width: 100%;
    border: 1px solid #000;
    padding: 3px 5px;
    background: #f2f2f3;
    margin: 8px auto;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px; }

.select2-container {
  max-width: 100%; }

@media only screen and (max-width: 1250px) {
  #facebook-slider {
    display: none; } }
@media only screen and (max-width: 1085px) {
  .serial_promo .serial_promo_line {
    height: 100%; } }
@media only screen and (max-width: 845px) {
  .topheaderbox .user_options_box form label {
    display: block;
    margin: 5px 0;
    width: 100%; } }
@media only screen and (max-width: 800px) {
  .mainbox .episodeTop > div a.prev, .mainbox .episodeTop > div a.next {
    display: inline-block;
    float: none;
    width: 49%; }
  .mainbox .episodeTop > div a.next {
    text-align: right; }
  .mainbox .episodeTop > div h2 {
    margin: 10px 0; }

  ul.singleTab li {
    padding: 6px 5px; }
    ul.singleTab li a {
      font-size: 1.1em; } }
@media only screen and (max-width: 720px) {
  .pagestd {
    margin: 0 10px; }

  .mainbox .series_menu {
    float: none;
    width: 100%; }
    .mainbox .series_menu #allSeries, .mainbox .series_menu #popularSeries {
      max-height: 125px; }
    .mainbox .series_menu .categories_wrap {
      display: none; }
  .mainbox .content {
    margin-left: 0; }

  .mobileSelects {
    display: block; } }
@media only screen and (max-width: 700px) {
  .seriesPage aside {
    float: none;
    display: block;
    text-align: center; } }
@media only screen and (max-width: 580px) {
  .mainbox .episodeTop > div a.prev, .mainbox .episodeTop > div a.next {
    display: block;
    margin: 6px 0; }
  .mainbox .episodeTop > div a.prev {
    float: left;
    text-align: left; }
  .mainbox .episodeTop > div a.next {
    float: right;
    text-align: right; } }
@media only screen and (max-width: 490px) {
  .topheaderbox .left250 {
    float: none;
    margin: 0 auto; }
  .topheaderbox .user_options_box {
    display: none; }
  .topheaderbox .user_options_box_link {
    padding: 5px 0;
    display: block;
    margin: 0 auto;
    text-align: center; } }
@media only screen and (max-width: 400px) {
  header nav {
    padding: 4px; }
    header nav ul li {
      text-align: center;
      line-height: 1.6em;
      font-size: 0.9em; } }
/** slider */

/*# sourceMappingURL=main.css.map */
