/** Section Schedule **/
.ren-schedule {
    margin-top: 40px;
    color: white;
}

.ren-schedule--series {
    margin-top: 30px;
}

.ren-schedule__page-title {
    font-size: 4rem;
    text-transform: uppercase;
    font-weight: bold;
    color: white;
    letter-spacing: 3px;
    white-space: nowrap;
}

.ren-schedule__navigation {
    display: flex;
    margin-top: 2rem;
    margin-bottom: 2rem;
    justify-content: space-between;
    align-items: center;
}

.ren-schedule__selects {
    display: flex;
}

.ren-schedule__country-select {
    width: 180px;
    margin-right: 20px;
    display: none;
}

.ren-schedule__filter {
    width: 200px;
}

.ren-schedule__filter .ren-select__items{
    flex-direction: row;
}

.ren-schedule__filter .ren-select__item {
    padding: 15px 0;
}

.ren-schedule__filter .ren-select__item > a {
    display: flex;
    align-items: center;
    /*padding-right: 80px;*/
}

.ren-schedule__filter .ren-select__item > a > img {
    flex: 0 0 80px;
    max-width: 80px;
    margin-right: 15px;
}

.ren-schedule__filter-genres,
.ren-schedule__filter-shows {
    max-height: 470px;
    overflow-y: auto;
    overflow-x: hidden;
}

.ren-schedule__genres-list-title{
    margin-left: 25px;
    font-weight: bolder;
}

.ren-schedule__genres-list{
    margin-left: 25px;
}

.ren-schedule__genres-list .ren-select__item{
    padding: 2px 0;
    cursor: pointer;
}

.ren-schedule__genres-list .ren-select__item--selected:before{
    top: 2px;
}


.ren-schedule__date {
    display: flex;
    flex-grow: 1;
    justify-content: center;
}

.ren-schedule__date-prev,
.ren-schedule__date-next {
    cursor: pointer;
    color: #fff;
    font-size: 5rem;
    line-height: 3.1rem;
    width: 2rem;
    text-align: center;
}

.ren-schedule__date-next {

}

.ren-schedule__date-prev {
}

.ren-schedule__date-next--disable,
.ren-schedule__date-prev--disable {
    cursor: default;
    color: #666;
}

.ren-schedule__date-current {
    text-transform: uppercase;
    font-size: 2.6rem;
    color: white;
    font-weight: bold;
    margin: 0 3rem;
    letter-spacing: 1px;
}

.ren-schedule__date-next {
}

.ren-schedule__where-watch {
    flex-basis: 240px;
}

.ren-schedule__main {
    display: flex;
}

.ren-schedule__items-cont {
    flex-grow: 1;
    padding-right: 20px;
}

.ren-schedule__items {

}

.ren-schedule-items--searching .ren-schedule-items__day,
.ren-schedule-items--searching .ren-schedule-items__day-title {
    display: block;
}

.ren-schedule-items__day {
    display: none;
}

.ren-schedule-items__day--active {
    display: block;
}

.ren-schedule-items__day-title {
    display: none;
    padding: 2rem 0;
    font-size: 2rem;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}

.ren-schedule__error {
    text-align: center;
    display: none;
    font-size: 3rem;
    margin-top: 50px;
}

.ren-schedule__loading {
    text-align: center;
    font-size: 3rem;
    margin-top: 50px;
}

.ren-schedule-item {

    display: flex;
    padding: 20px;
    padding-left: 0;
    border-top: 1px solid #444;
}

.ren-schedule-item:last-child {
    border-bottom: 1px solid #444;
}

.ren-schedule-item__time {
    min-width: 9rem;
    color: white;
    font-size: 1.8rem;
    padding-right: 5px;
}

.ren-schedule-item__on-now {
    font-size: 1.2rem;
    font-weight: bold;
    color: white;
    text-transform: uppercase;
}

.ren-schedule-item__thumbnail {
    margin-right: 20px;
}

.ren-schedule-item__thumbnail-img {
    display: block;
    min-width: 20vw;
    max-width: 20vw;
}

.ren-schedule-item__details {
}

.ren-schedule-item__season-episode {
    font-size: 1.2rem;
    font-weight: bold;
    text-transform: uppercase;
}

.ren-schedule-item__series-name {
    font-size: 2rem;
    font-weight: 400;
    text-transform: uppercase;
}

.ren-schedule-item__series-name span {
    font-weight: normal;
    color: #666;
}

.ren-schedule-item__episode-name {
    font-size: 3rem;
    font-weight: 400;
    line-height: 1.5;
}

.ren-schedule-item__rating {

}

.ren-schedule-item__descr {
}

.ren-schedule-item__air-times {
    font-weight: bold;
    padding-top: 1rem;
    cursor: pointer;
}

.ren-schedule__sidebar {
    max-width: 350px;
}

.ren-schedule__search {
    position: relative;
    margin: 10px 0 20px;
}

.ren-schedule__search-input {
    background: rgba(0, 0, 0, 0);
    border: 0;
    border-bottom: 1px solid #999;
    color: white;
    padding: 3px 0px 3px 30px;
    font-size: 1.4rem;

}

.ren-schedule__search-input-ico {
    background: url('../img/search.svg');
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0px;
    top: 2px;

}

.ren-schedule__popular-header {
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
    margin-top: 20px;
    margin-bottom: 5px;
}

.ren-schedule__popular-searches {
}

.ren-schedule__popular-item {
    cursor: pointer;
}

.ren-schedule__advert {
}

.ren-schedule__advert .span4 {
    position: relative;
    width: auto;
    margin: 0;
    left: 0;
}

/** End Section Schedule **/


/* Media Queries Section */

@media all and (max-width: 1700px) {
    @media all and (min-width: 801px) {
        .ren-schedule__filter .ren-select__select{
            left: 0;
            transform: translateX( 0);
        }

        .ren-schedule__filter .ren-select--opened .ren-select__items::before,
        .ren-schedule__filter .ren-select:hover .ren-select__items::before {
            left: 75px;
        }
    }
}


@media all and (max-width: 1200px) {

}

@media all and (max-width: 1000px) {

    .ren-schedule__main {
        flex-direction: column;
        align-items: center;
    }

    .ren-schedule__navigation {
        flex-wrap: wrap;
    }

    .ren-schedule__date {
        margin-top: 20px;
        order: 1;
        width: 100%;

    }

    .ren-schedule__where-watch {
        flex-basis: auto;

    }

    .ren-schedule__search {
        display: none;
    }

    .ren-schedule__advert {
        margin-top: 30px;
    }

}

@media all and (max-width: 800px) {

    .ren-schedule__page-title {
        text-align: center;
    }

    .ren-schedule__date-current {
        font-size: 1.8rem;
        margin-left: 1rem;
        margin-right: 1rem;
    }

    .ren-schedule__date-prev,
    .ren-schedule__date-next {
        line-height: 2rem;
    }


    .ren-schedule-item__series-name {
        font-size: 1.4rem;

    }

    .ren-schedule-item__episode-name {
        font-size: 2rem;

    }

    .ren-schedule-item__descr {
        font-size: 1.3rem;
    }

    .ren-schedule-item__air-times {
        font-size: 1.4rem;
    }

    .ren-schedule-item__time {
        font-size: 1.4rem;
    }

    .ren-schedule-item__on-now {
        font-size: 1rem;
    }


    .ren-schedule__main {
        flex-direction: column;
        align-items: center;
    }

    .ren-schedule__navigation {
        flex-direction: column;
    }

    .ren-schedule__where-watch {
        margin-top: 15px;
    }

}

@media all and (max-width: 480px) {

    .ren-schedule__selects {
        flex-direction: column;
    }

    .ren-schedule__country-select {
        width: 200px;
        margin-right: 0px;
        margin-bottom: 20px;
    }

    .ren-schedule__filter {
        width: 200px;
    }

    .ren-schedule-item {
        flex-direction: column;
    }

    .ren-schedule-item__thumbnail {
        display: none;
    }

    .ren-schedule-item__time {
        font-size: 2.4rem;

    }

    .ren-schedule-item__on-now {
        font-size: 1.4rem;
    }

    .ren-schedule-item__series-name {
        font-size: 2rem;

    }

    .ren-schedule-item__series-name span {
        display: block;
    }

    .ren-schedule-item__episode-name {
        font-size: 2.8rem;

    }

    .ren-schedule-item__descr {
        font-size: 1.4rem;

    }

    .ren-schedule-item__air-times {
        font-size: 1.6rem;

    }

}


/* END: Media Queries Section */
/* Don't put any styles after this section */
/* ONLY Before this section*/

