#main_schedule {
    display: none;
}

.player_video {
    background: rgba(0, 0, 0, 0.54);
    z-index: 49;
}

@media (min-width: 1440px) {
    .boxes .boxes-col-6 .box {
        width: 12.5%;
    }
}

@media (min-width: 1600px) {
    .boxes .boxes-col-6 .box {
        width: 10%;
    }
}

.schedule_dates li.active a {
    background: #E6C515;
}

.schedule_dates li.active a:before {
    border-top: 10px solid #E6C515;
}


/*=== tv guide ===*/

.table-show_time li {
    width: 180px !important;
}

ul.clearfix.table-show_parent,
.table-show_parent {
    width: 8640px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.47);
}

.table-show_channel {
    border-right: 0px solid #fff !important;
    -webkit-box-shadow: 1px 0 0 0 #fff;
    box-shadow: 1px 0 0 0 rgba(255, 255, 255, 0.47);
    z-index: 2;
    border-top: 1px solid rgba(255, 255, 255, 0.47);
}

.player-guide {
    display: none;
}

.tultips {
    display: none;
}

.table-show_list-show:hover .tultips {
    position: absolute;
    display: block;
    width: 200px;
    background: rgba(255, 255, 255, 0.81);
    color: #000;
    vertical-align: middle;
    display: flex;
    align-items: center;
    float: left;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 20px;
    border-right: 1px solid #fff;
    height: 60px;
    top: 0;
    -webkit-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    left: 0;
}

.table-show_list-show {
    position: relative;
}

.table-show_parent {
    overflow: hidden;
    height: 60px;
}

#octoshape {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.table-show_time span {
    height: 60px;
}

.table-show_time span:before {
    height: 30px !important;
    width: 1px !important;
    z-index: 9;
    background: rgba(255, 255, 255, 0.47);
}

.table-show_time li {
    height: 60px;
}

.target_v {
    overflow: hidden;
}

.unfide_corse {
    top: 0;
    margin: 0 auto;
    left: 0;
}

section.rulles-guide {
    background: rgb(21, 23, 28);
    position: fixed;
    display: none;
    left: 0;
    top: 100px;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    transform-origin: center bottom;
    width: 100%;
    z-index: 3;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.5);
}

ul.clearfix.table-show_parent>li>span {
    font-size: 16px;
}

.table-show_list-show {
    border-right: solid 1px rgba(255, 255, 255, 0.18);
}

.table-show_list-shows.table-show_parent {
    border-bottom: solid 1px rgba(255, 255, 255, 0.18);
}

.player.player--right.clearfix {
    min-height: 152px;
}

.table-show_channel {
    width: 100px;
    padding: 8px 0px;
}

.table-show_img {
    width: 92px;
}

.vhidden {
    opacity: 0.5;
}

.table-show_list-show.vplay {
    cursor: pointer;
}

.table-show_wrapper {
    margin-left: 100px;
    width: calc( 100% - 100px);
    overflow: hidden;
}

.outThink {
    display: none;
}

.floatPlayer .outThink {
    width: 20px;
    height: 20px;
    display: block;
    z-index: 2;
    position: absolute;
    padding: 3px;
    background: #000;
    opacity: 0.8;
}

span.ion-plus-circled:before {
    -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.18);
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.18);
    -webkit-border-radius: 50px;
    border-radius: 50px;
    background: rgba(0, 0, 0, 0.15);
}

.floatPlayer {
    width: 30%;
    position: fixed;
    z-index: 3;
    right: 0;
    bottom: 0;
    padding-bottom: 17%;
    animation-duration: 200ms;
    animation-fill-mode: both;
    transform-origin: center;
}

.outThink>svg {
    width: 100%;
    height: 100%;
}

.table-show_list-show.vplay,
.table-show_list-show.vhidden {
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: fadeInLeft;
    transform-origin: center bottom;
}

.table-show_img {
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: fadeInLeft;
    transform-origin: center bottom;
}

.gridingmap {
    display: block;
    position: absolute;
}

@media (max-width: 992px) {
    .table-show_channel {
        width: 100px;
        padding: 8px 0px;
    }
    .table-show_img {
        width: 92px;
    }
    .table-show_wrapper {
        overflow-y: visible;
        overflow-x: scroll;
    }
    section.rulles-guide {
        top: 50px !important;
    }
    .floatPlayer {
        width: 100%;
        padding-bottom: 52%;
        top: 67px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .floatPlayer+.mis-habbits {
        width: 100%;
        height: 0px;
        padding-bottom: 56.3636%;
        margin-bottom: 10px;
        position: relative;
    }
    .gridingmap {
        height: 1px;
    }
}