/*
Theme Name: wso
Author: rel
Author URI: N/A
Version: 1.0
*/

@import 'css/navbar.css';
@import 'css/footer.css';
@import 'css/sidebar.css';
@import 'css/offcanvas.css';
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,600,800|Lato:400,300,700,900);
/*font-family: 'Open Sans', sans-serif;
font-family: 'Lato', sans-serif;*/

body {
    padding: 0;
    margin: 0;
    font-size: 14px;
    color: #999999;
    font-family: 'Open Sans', sans-serif;
    /*    font-weight: 600;*/

    background: #212121;
}
a {
    color: #9a1238
}
a,
button,
input {
    outline: none!important;
    text-decoration: none;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
a:hover,
a:focus {
    text-decoration: none;
    color: #626791;
}
* {
    margin: 0;
    padding: 0;
}
img {
    border: none;
    vertical-align: middle;
    max-width: 100%;
}
li {
    list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    outline: none;
    font-family: 'Lato', sans-serif;
    color: #636363;
}
.container {
    width: 96%;
    max-width: 1170px;
}
.row-centered {
    text-align: center;
}
.col-centered {
    display: inline-block;
    float: none;
}
/*-----Clnt-----*/

section {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0px 0;
    position: relative;
    z-index: 88;
}
.hero-slider {
    width: 100%;
    float: left;
    background: #2b2b2b;
    padding: 30px 0;
}
.hero-slider .hide-bullets {
    list-style: none;
}
/*.hero-slider .thumbnail {padding:0; max-height:170px; overflow:hidden; border-radius:0; background:none; margin-bottom:10px; border:none; opacity:0.75; cursor:pointer;}*/

.hero-slider .thumbnail {
    padding: 0;
    max-height: 100%;
    overflow: hidden;
    border-radius: 0;
    background: none;
    margin-bottom: 10px;
    border: none;
    opacity: 0.75;
    cursor: pointer;
}
.hero-slider a.thumbnail.active,
.hero-slider a.thumbnail:hover,
.hero-slider a.thumbnail:focus {
    opacity: 1;
}
.hero-slider .thumbnail img {
    width: 100%;
}
.hero-slider .carousel-inner>.item>img,
.hero-slider .carousel-inner>.item>a>img {
    width: 100%;
}
.hero-slider [class*="col-"] {
    padding-left: 5px;
    padding-right: 5px;
}
.hero-slider .item {
    padding-top: 10px;
}
.pre-img {
    width: 287px;
    /*float:left;*/

    text-align: center;
    display: table-cell;
    height: 340px;
    vertical-align: middle;
}
.pre-img img {
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}
.hero_content {
    width: 100%;
    float: left;
    padding: 25px 0 25px 10px;
}
.hero-title {
    width: 100%;
    float: left;
    padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative;
    z-index: 10;
    border-bottom: 1px solid #3d3d3d;
}
.hero-title:before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    top: 2px;
    left: 0px;
    right: 0px;
    bottom: 2px;
    border-bottom: 1px solid #3d3d3d;
}
.hero_content h2 {
    font-size: 30px;
    color: #d0184c;
    font-weight: 700;
    margin: 0 0 15px;
    padding: 0;
}
.cat-name {
    display: block;
    font-size: 14px;
    color: #868686;
    font-weight: 600;
}
.star-rate {
    width: 100%;
    float: left;
    /*margin: 15px 0 25px;*/

    margin-top: 5px;
    color: #4a4a4a;
}
.star-rate .disable {
    color: #353535;
}
.btn.btn-gray {
    border-radius: 0;
    border: 1px solid #d0184c;
    padding: 4px 25px;
    color: #d0184c;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}
.btn.btn-gray:hover {
    background: #d0184c;
    color: #FFF;
}
.btn.btn-orange {
    border-radius: 0;
    border: 1px solid #d0184c;
    padding: 4px 25px;
    color: #FFF;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    background: #9a1238;
}
.btn.btn-orange:hover {
    background: #b61643;
}
.hero_content .btn {
    margin: 0 5px 0 0;
}
.content-wrap {
    width: 100%;
    float: left;
    padding: 30px 0;
}
.sidebar.hidden-xs {
    float: left;
    padding: 30px 0;
    width: 100%;
}
.top-episod {
    width: 100%;
    float: left;
    margin: 15px 0 0;
}
h2.title {
    color: #FFF;
    font-size: 20px;
    margin: 0 0 25px;
    padding: 3px 0 5px 45px;
    font-weight: 600;
    text-transform: uppercase;
    background: url(images/title_arrow.png) left top no-repeat;
}
.top-episod .owl-item {
    padding: 4px;
}
.owl-controls .owl-nav div {
    width: 26px;
    height: 26px;
    font-size: 0;
    display: block;
    position: absolute;
    top: -60px;
    opacity: 1;
    margin-top: 0;
    z-index: 99999;
}
.owl-controls .owl-nav div.owl-prev {
    right: 15px;
}
.owl-controls .owl-nav div.owl-prev:after {
    content: "\f104";
    font-family: 'FontAwesome';
    font-size: 30px;
    color: #6b6b6b;
}
.owl-controls .owl-nav div.owl-next {
    right: -7px;
}
.owl-controls .owl-nav div.owl-next:after {
    content: "\f105";
    font-family: 'FontAwesome';
    font-size: 30px;
    color: #969696;
    position: relative;
}
.owl-controls .owl-nav div:hover {
    opacity: 0.7;
}
.ep_block {
    width: 100%;
    float: left;
    padding: 10px;
    margin: 0;
    background: #1d1d1d;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
    position: relative;
}
.ep_block figure {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0 0 0px;
}
.ep_block figure img {
    width: 100%;
}
.ep-dis {
    width: 100%;
    float: left;
    padding: 15px;
}
.ep_block h3 {
    padding: 0 0px 5px 0;
    margin: 0px 0 5px;
    font-size: 16px;
    color: #d0184c;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    width: 100%;
    float: left;
    border-bottom: 1px solid #2d2d2d;
    box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.6);
}
.ep_block a h3 {
    color: #d0184c;
}
.ep_block a:hover h3 {
    color: #FFF;
}
.cat-left {
    float: left;
    color: #868686;
}
.view-right {
    float: right;
    color: #868686;
}
.ep_block.full,
.ep-dis.full {
    width: 100%!important;
}
.ep_block.full figure {
    width: 100%!important;
}
.ep_block:hover .pop-block {
    display: block;
}
.pop-block {
    width: 100%;
    float: left;
    padding: 20px;
    background: #d2d2d2;
    position: absolute;
    left: 135px;
    z-index: 9999;
    width: 250px;
    top: 15px;
    display: none;
}
.pop-block:after {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #d2d2d2;
    border-width: 15px;
    margin-top: -15px;
}
.pop-block h3 {
    color: #d0184c;
    text-transform: uppercase;
    margin-bottom: 0;
    border: none;
    box-shadow: none;
}
.pop-block h3 date {
    float: right;
    color: #868686;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    vertical-align: middle;
}
.pop-block h3:before {
    border: none;
}
.ep_block a p {
    color: #7d7d7d;
}
.season-episod {
    background: #272727;
    padding: 20px;
    margin: 15px 0;
    width: 100%;
    float: left;
}
.season-episod h2.title {
    color: #FFFFFF;
}
.season-episod .ep_block {
    padding: 10px;
}
.season-episod .ep_block figure {
    width: 130px;
}
.season-episod .ep-dis {
    float: right;
    width: 63%;
}
.seas-more {
    width: 100%;
    float: left;
    border-top: 1px solid #292929;
    padding: 10px 0 0;
    text-align: center;
}
.seas-more date {
    padding: 0;
    color: #868686;
}
.owl-carousel3 .seas-more date {
    display: block;
}
.seas-more a {
    color: #e75c01;
    float: right;
}
.season-episod .owl-controls .owl-nav div.owl-prev:after {
    color: #bfbfbf;
}
.season-episod .owl-controls .owl-nav div.owl-next:after {
    color: #ffffff;
}
.new-eps-paging {
    padding: 0 0px 0 0;
}
.new-eps-paging .pagination {
    width: 50%;
    float: left;
    margin-top: 0;
}
.new-eps-paging .pagination > li {
    width: 100%;
    float: left;
}
.new-eps-paging .pagination > li > a {
    background: none;
    color: #7d7d7d;
    border: none;
    border-bottom: 1px solid #d8d8d8;
    padding: 3px 10px;
}
.new-eps-paging .pagination > li > a:hover {
    color: #e75c01;
}
.recently {
    width: 100%;
    float: left;
    margin: 15px 0;
}
.recently .row {
    padding-left: 15px;
    padding-right: 15px;
}
.recently [class*="col-"] {
    padding-left: 5px;
    padding-right: 5px;
}
.recent-box {
    position: relative;
    width: 100%;
    float: left;
    margin-bottom: 10px;
}
.recent-box .cap {
    position: absolute;
    left: 0;
    right: 0;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    padding: 8px 0;
    background: #d0184c;
    bottom: -38px;
    display: none;
}
.recent-box:hover .cap {
    display: block;
    bottom: 0;
}
.recently img {
    width: 100%;
    border: 5px solid #141414;
}
.recent-box:hover img {
    border-color: #d0184c;
}
a.more {
    font-size: 14px;
    color: #636363;
    font-weight: 600;
}
a.more:hover {
    color: #e75c01;
}
/*a.wpfp-link{color:#9a1238}*/

.pull-right.post-date img {
    margin-left: 5px;
    margin-right: 3px;
    margin-top: -5px;
}
/*.hero-slider #slider-thumbs .prev, .hero-slider #slider-thumbs .next {display: none;}
.hero-slider #slider-thumbs li {display: block;}*/
/*----------Responsive------*/

#commentform label {
    width: 100%;
    font-size: 16px;
    font-weight: normal;
    color: #636363;
}
#commentform input,
#commentform textarea {
    width: 100%;
    padding: 5px;
    background-color: #141414;
    border: 1px solid #4f4f4f;
    color: #999999;
}
#commentform textarea:focus,
#commentform input:focus {
    border-color: #4D6FA6;
}
#respond {
    background-color: #1d1d1d;
    padding: 5px;
}
#pticaptcha .tf {
    margin-right: 15px;
    min-width: 60px;
    width: 15%;
    margin-top: 10px;
    margin-bottom: 10px;
}
#commentform .submit {
    padding: 4px 12px;
    background: #9a1238 none repeat scroll 0 0;
    border: 1px solid #d0184c;
    color: #ffffff;
    width: auto;
}
.comment-notes {
    text-transform: none;
}
div.full_title {
    font-size: 16px
}
div.full_title a#full_title {
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 10px;
    font-weight: normal;
}
div.full_title a#full_title:hover {
    text-decoration: underline
}
.panel-default {
    background-color: #222222;
    border-color: #282828;
}
span.episode_title {
    font-size: 15px;
    font-weight: normal;
}
.pull-right.post-info small {
    color: #5b5b5b;
    font-size: 14px;
    font-weight: normal
}
.menu-item .dropdown-menu > .active > a,
.menu-item .dropdown-menu > .active > a:focus,
.menu-item .dropdown-menu > .active > a:hover {
    background-color: #d0184c;
    color: #fff;
}
ul.commentlist {
    margin-left: 0px;
}
ul.commentlist li {
    list-style-type: none;
}
ul.commentlist > li > div {
    border-bottom: 1px solid #636363
}
ul.children > li > div {
    border-bottom: 1px solid #636363
}
h3#comments {
    margin-bottom: 20px;
}
.commentlist .comment-body {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
h1.pagetitle {
    border-bottom: 1px solid;
    color: #d0184c;
    padding-bottom: 10px;
}
h3.all_episode {
    color: #d0184c;
}
.commentlist .comment-body .avatar {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: auto;
    margin-top: 5px;
}
.commentmetadata {
    font-size: 11px
}
.commentlist .comment-body .reply {
    position: relative;
    text-align: right
    /*  bottom: 0;
  right: 0;*/
}
.comment-body p {
    margin-top: 0px;
    margin-left: 65px;
    font-size: 14px;
    line-height: 20px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
.reply {
    margin: 0;
}
.reply a {
    color: #fff;
    font-size: 12px;
    background: #9a1238;
    padding: 5px 7px;
    /*  border-radius: 2px;*/

    border: 1px solid #d0184c;
}
.reply a:hover {
    color: #fff;
    background: #b61643;
    text-decoration: none;
}
.cancel-comment-reply-link {
    font-style: normal;
}
.commentlist .comment-meta {
    margin-left: 65px;
}
.commentlist .comment-author,
.comment-metadata,
.comment-content {
    margin-left: 20px;
}
.comment-content p {} .commentlist .children {
                          margin-left: 30px;
                      }
.commentlist .comment-author .fn {
    font-style: normal;
    text-transform: uppercase;
    margin-left: 45px;
}
.commentlist .comment-author .fn a {
    color: #595959;
    text-decoration: none;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    text-transform: uppercase;
}
.episode_details_show {
    padding-bottom: 0px
}
div#full_name,
div#full_name a,
h1#full_name {
    color: #d0184c;
    font-size: 22px;
    font-weight: normal;
    line-height: 21px;
    margin-bottom: 10px;
    margin-top: 0px;
}
div#show_meta,
.wp-episode-meta.indent.pull-left {
    color: #616161;
    font-weight: normal;
    line-height: 22px
}
.wp-episode-meta {
    line-height: 21px;
}
.morelink:hover,
.morelink:focus {
    color: #ffffff;
}
.morelink:focus {
    color: #9a1238;
}
.poster {
    float: left;
    width: 16.6667%;
    margin-right: 15px;
}
.episode_details {
    display: inline;
}
.sub-menu.dropdown-menu:before {
    border-bottom: 10px solid #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    content: "";
    display: block;
    height: 0;
    left: 10px;
    position: absolute;
    top: -10px;
    width: 0;
}
.navbar-nav > li > ul.dropdown-menu {
    margin-top: 10px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px
}
.sub-menu.dropdown-menu li.menu-item {
    padding: 0px 10px;
}
.dropdown-menu > li > a {
    border-bottom: 1px solid #cccccc;
    clear: both;
    color: #333;
    display: block;
    font-weight: 400;
    line-height: 1.42857;
    padding: 2px 5px;
    white-space: nowrap;
}
.search_list_cont {
    clear: both;
    background-color: #1D1D1D;
    margin-bottom: 15px;
    padding: 10px;
}
.additional-meta.hidden-xs {
    color: #616161;
}
header.post-title {
    z-index: 99
}
#full_title #show_year {
    font-size: 16px;
}
div.full_title a#full_title.ttl_season {
    /*color: #ba3e58;*/
}
div.full_title a#full_title.ttl_eps {
    /*color: #c5999c;*/
}
.rc-anchor-light {
    background: #1d1d1d none repeat scroll 0 0;
    border: 1px solid #fff;
    color: #fff;
}
.archivelist {
    border-top: 8px solid #1d1d1d
}
.archieveseparator {
    margin-bottom: 10px;
    margin-top: 20px;
}
.archieveeps {
    font-weight: normal
}
.episode_social_link a {
    background-color: #262626;
    border: 1px solid #666666;
    border-radius: 0;
    color: #626262;
    padding: 3px 10px;
    float: left;
    margin: 20px 0 5px
}
.episode_social_link a.twitter_link {
    margin-left: 10px
}
.episode_social_link a:hover {
    background-color: #2c2c2c;
}
.toolset_season {
    float: left;
    width: 100%
}
.category-wrapper {
    margin: 10px 0;
}
.release-wrapper {
    margin: 5px 0 0;
}
.info-category > a {
    color: #868686 !important;
}
.info-category > a:hover {
    color: #d0184c
}
.episodeToolset {
    margin: 10px 0;
}
.btn_canvas {
    margin: 10px 0px;
}
.offcanvas_btn_cont {
    width: 100%;
    float: left
}
.content-wrap {
    overflow: hidden
}
.comment-reply-title #cancel-comment-reply-link {
    display: none
}
@media (max-width: 1200px) {
    .hero-slider .thumbnail {
        max-height: 142px;
    }
    .pre-img {
        height: 280px;
    }
}
@media (max-width: 1024px) {
    .season-episod .ep_block figure {
        width: 105px;
    }
    .hero-slider .thumbnail {
        max-height: 140px;
    }
    .pre-img {
        height: inherit;
    }
    .hero_content {
        padding-top: 0;
    }
}
/*---- Main----*/

@media (max-width: 990px) {
    .search_grecaptcha {
        margin-top: 15px
    }
    .navbar-nav > li > ul.dropdown-menu {
        margin-top: 0px;
        padding: 0px;
        border-radius: 0px
    }
    .sub-menu.dropdown-menu:before {
        display: none
    }
    .sub-menu.dropdown-menu > li > a {
        padding: 5px 15px 5px 25px;
        color: #777;
    }
    .sub-menu.dropdown-menu {
        position: unset
    }
    #navigation #menu-main-menu {
        border-radius: 5px
    }
    #navigation .menu-main-menu-container::before {
        border-bottom: 10px solid #fff;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        content: "";
        display: block;
        height: 0;
        right: 26px;
        position: absolute;
        top: 0px;
        width: 0;
    }
    div#navigation {
        position: absolute;
        width: 100%;
        margin-top: 10px
    }
    div#navigation div,
    div#navigation {
    ;
        border-top: 0px;
        box-shadow: none
    }
    #navigation .menu-main-menu-container {
        padding-top: 10px
    }
    .container {
        width: 94%;
        margin: 0 auto;
        padding: 0;
    }
    .pop-block {
        position: relative;
        width: 100%;
        display: block;
        left: 0;
        right: 0;
        top: 0;
        padding-top: 0;
        background: none;
    }
    .pop-block:after {
        border-width: 0px;
    }
    .pop-block h3 {
        display: none;
    }
    .season-episod .ep_block figure {
        width: 100%;
    }
    .season-episod .ep-dis {
        width: 100%;
    }
    .recent-box .cap {
        display: block;
        bottom: 0;
    }
    .hero-slider .thumbnail {
        max-height: inherit;
    }
    /*.pre-img{ height:260px;}*/

    .hero-slider .item {
        padding-top: 0;
    }
    .post-info {
        width: 78%;
        margin-bottom: 7px;
    }
    .recent_epi_cont:nth-child(4) {
        clear: both
    }
    .season-episod.popular-this-week .ep_block {
        min-height: 461px;
    }
}
@media (max-width: 767px) {
    .hero_content .btn {
        width: 100%;
        margin-bottom: 5px
    }
    html {
        -webkit-text-size-adjust: none;
    }
    .container {
        width: 91%;
        margin: 0 auto;
        padding: 0;
    }
    .hero_content {
        padding: 0 20px;
    }
    .season-episod .ep_block figure {
        width: 100%;
    }
    .season-episod .ep-dis {
        width: 100%;
        float: left;
    }
    .hero-slider .thumbnail {
        max-height: inherit;
    }
    .pre-img {
        height: inherit;
        width: 100%;
        display: block;
    }
    .owl-carousel .owl-item {
        /*        padding: 0 1%;*/

        padding: 0 10px;
    }
    #sidebar {
        margin-top: 30px
    }
    span.episode_title,
    .synopsis {
        font-size: 14px
    }
    .synopsis {
        text-align: justify
    }
    .pull-right.post-info small {
        font-size: 12px
    }
    .ep_block {
        padding: 5px
    }
    .ep-dis {
        padding: 9px 5px;
    }
    .pop-block {
        display: none !important;
    }
    .pull-right.post-info.isadmin {
        position: absolute;
        right: 30px;
        top: 0;
    }
    a.wpfp-link.remove,
    a.wpfp-link.add {
        padding: 1px 5px;
        font-size: 12px;
    }
    .season-episod.popular-this-week .ep_block {
        min-height: 461px;
    }
}
/************ iphone **************/

@media (max-width: 480px) {
    .hero_content .btn {
        font-size: 12px
    }
    div#full_name,
    div#full_name a {
        font-size: 16px;
    }
    #fscf_form1 > div > div {
        display: inline-block;
        padding-left: 0 !important;
        width: 100% !important;
    }
    /*    #fscf_captcha_image_div1*/

    div#fscf_captcha_image_div1 > div {
        width: auto !important
    }
    #wso-bt {
        clear: both;
        margin-top: 15px;
    }
    .poster {
        margin-right: 10px;
    }
    /*    .poster img{margin: 0 auto;}
    .poster{width:100%}*/
    /*    .post-info{width:100%}
    .full_title{width:100%}*/
    /*    .episode_details{width:100%}*/

    .post-info {
        width: 77%;
        position: absolute;
        right: 50px;
        top: -31px;
    }
    .pull-right.post-info small {
        font-size: 10px;
    }
    .pull-right.post-info .fa.fa-clock-o {
        display: none;
    }
    .pull-right.post-info .episode_time {
        display: none;
    }
    .pull-right.post-date .wpfp-img {
        margin-left: 0px;
    }
    div.full_title a#full_title {
        font-size: 14px
    }
    span.episode_title,
    .synopsis {
        font-size: 12px;
        overflow: visible
    }
    .episode_date {
        display: none
    }
    .episode_date_mobile {
        display: inline
    }
    html {
        -webkit-text-size-adjust: none;
    }
    .hero-slider [class*="col-"] {
        padding-left: 5px;
        padding-right: 5px;
    }
    .btn.btn-gray,
    .btn.btn-orange {
        padding: 4px 16px
    }
    .owl-carousel .owl-item {
        padding: 0 0%;
    }
    .hero-slider #slider-thumbs li {
        width: 25%;
    }
    .hero_content h2 {
        margin-bottom: 10px;
        font-size: 20px;
    }
    .hero-title {
        margin-bottom: 10px;
        padding-bottom: 10px;
    }
    .cat-name {
        font-size: 12px
    }
    .hero_content p {
        font-size: 12px
    }
    /*    .hero-slider #slider-thumbs li:nth-of-type(1n+4) {display: none;}
    .hero-slider #slider-thumbs .prev, .hero-slider #slider-thumbs .next {display: block;}*/

    .season-episod .ep_block {
        padding: 5px;
    }
    .owl-carousel .owl-stage .ep-dis h3 {
        font-size: 14px;
    }
    .owl-carousel .owl-stage .ep-dis p {
        font-size: 12px;
    }
    .owl-carousel .owl-stage .ep-dis .seas-more {
        font-size: 12px;
    }
    .recent-box {
        max-height: 190px;
        overflow: hidden
    }
    .season-episod.popular-this-week .ep_block {
        min-height: 395px;
    }
}
@media (max-width: 380px) {
    .recently a.more {
        float: none!important;
        display: block;
        padding: 15px 0 0;
    }
    .recently [class*="col-xs"] {
        width: 50%;
    }
    h2.title {
        font-size: 17px;
        padding-bottom: 15px;
    }
    /*    .owl-carousel .owl-item {
        padding: 0 1%;
    }*/

    .hero-slider #slider-thumbs li {
        width: 33%;
    }
    /*    .hero-slider #slider-thumbs li:nth-of-type(1n+4) {display: none;}
    .hero-slider #slider-thumbs .prev, .hero-slider #slider-thumbs .next {display: block;}*/
}
#s {
    background-color: #353535;
}
.list_season_ttl i {
    position: absolute;
    right: 10px;
    top: 12px;
    float: right;
}
.list_season_ttl .list_hide {
    display: none
}
ul.listEpisodes > span,
.list_season_ttl {
    background-color: #292929;
    color: #fff;
    float: left;
    font-size: 20px;
    line-height: normal;
    padding: 7px 0;
    text-align: center;
    width: 100%;
    border-top: 8px solid #1d1d1d;
    border-right: 8px solid #1d1d1d;
    border-left: 8px solid #1d1d1d;
    border-bottom: 8px solid #1d1d1d;
    position: relative;
    cursor: pointer
}

ul.listEpisodes li a {
    color: #999999;
}

.form-control {
    color: #999999; /* Change to your desired color, e.g., red */
}