html {
    background: #D5DEE7;
}
.timeline-page #header {
    width: 100%;
}
.programs ol li.left,
.programs ol li.right,
.timeline-page ol li.left,
.timeline-page ol li.right {
    float: none;
}
.timeline-ranges ol,
.channels-title ol,
.programs ol,
.timeline-page ol {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.timeline-page li {
    float: left;
    list-style-type: none;
}
.timeline-page header#header {
    margin-top: 0px;
    background: #D5DEE7;
    margin-bottom: 20px;
    padding: 40px 0px 16px 0px;
    height: 34px;
    overflow: hidden;
    position: relative;
}
.timeline-page header .left {
    float: left;
}
.timeline-page header .logo {
    padding: 2px 20px 0px 23px;
}
.timeline-page header a {
    color: #313574;
}
.timeline-page header .menu {
    background: none;
    border: none;
    margin-bottom: 0px;
    position: absolute;
    bottom: 0px;
    left: 320px;
}
.timeline-page header .menu ul {
    background: #D5DEE7;
}
.timeline-page header .menu li {
    margin: 0px;
    position: relative;
    background: #A1B3C5;
    padding: 10px;
    margin-right: 2px;
}
.timeline-page header .menu li:last-child {
    margin-right: 0px;
}
.timeline-page header .menu li a {
   padding-left: 0px;
   background: none;
   font-size: 14px!important;
   padding: 0px!important;
   color: #FFF!important;

}
.timeline-page header .menu li.selected {
    background: #FFFFFF;
    box-shadow: 0px -5px 0px 0px #FFFFFF;

}
.timeline-page header .menu li.selected a {
  color: #000!important;
}
.timeline-page header .menu li.selected a:hover {
    text-decoration: none;

}
.timeline-page aside {
    float: left;
    margin-top: 55px;
}

.timeline-page .tv-timeline {
    position: relative;
}
.timeline-page .tv-timeline.banner-inpage {
    width: calc(100% - 315px)!important;
    position: relative;
    float: left;
}

body {
     font-family: "Helvetica", arial;
}
.clr { min-height: 0px;  }
.timeline-page * html .clr { height: 1%;  }
.tv-timeline .clr:after  {
    content: ".";
    height: 0;
    display: block;
    visibility: hidden;
    overflow: hidden;
    clear: both;
}

.tv-timeline .buttons {
    margin-bottom: 20px;
    margin-top: 20px;
}
.tv-timeline .buttons .channels,
.tv-timeline .buttons .types {
    float: left;
    margin-left: 25px;
}
.tv-timeline {
    overflow: hidden;
}
.tv-timeline .buttons button {
    margin: 0px;
    border: none;
    padding: 6px 10px;
    cursor: pointer;
    float: left;
    margin-right: 1px;
    background: #EBEBEB;
    color: #999999;
}
.tv-timeline .buttons button.selected {
    background: #CCCCCC;
    color: #535353;
    outline: none;
}
.tv-timeline .buttons button:hover {
    background: #dddddd;
}
.tv-timeline .types button {
    padding-left: 20px;
    position: relative;
}
.tv-timeline .types button:first-child,
.tv-timeline .types button[data-type="now"] {
    margin-right: 10px;
    padding: 6px 15px;
    background: #535353;
    color: #EAEAEA;
    font-weight: bold;
}

.tv-timeline .channels-title {
    clear: both;
    width: 100px;
    float: left;
    margin-top: 37px;
    overflow: hidden;
}
.tv-timeline .channels-title li {
    float: none;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 10px;
    height: 56px;
    text-align: center;
    position: relative;
    top: 10px;
}
.tv-timeline .channels-title li:after {

    width: 100%;
    height: 1px;
    background: #D3D4D5;
    bottom: 0px;
    color: #D3D4D5;
    content: '';
    z-index: 999;
    bottom: 11px;
    position: absolute;
    left: 0;
}
.tv-timeline .channels-title li img{
    display: block;
    margin: 0 auto;
}
.tv-timeline .timeline-container {
    position: relative;
    float: left;
    padding-bottom: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 20px;
}
.tv-timeline .timeline-container * {
     -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.tv-timeline .content-inner {
    position: relative;
}
.tv-timeline .timeline-container .now {
    height: 100%;
    width: 4px;
    position: absolute;
    top: 36px;
    background: rgba(255,0,0,0.25);
    z-index: 99;
    pointer-events: none;
    display: none;
}
.tv-timeline .timeline-container .current-date {
    background: rgba(255, 0, 0, 0.75);
    color: #FFF;
    position: absolute;
    top: 0px;
    z-index: 99;
    text-align: center;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: bold;
    pointer-events: none;
    display: none;
}

.tv-timeline .timeline nav {
    position: relative;
    display: none;
}

.tv-timeline .timeline nav span {
    background: #535353;
    position: absolute;
    padding: 10px 0;
    width: 35px;
    height: 17px;
    cursor: pointer;
    z-index: 99;
    top: 0px;
}
.tv-timeline .timeline nav span:hover {
    background: #313131;
}
.tv-timeline .timeline nav span.disabled {
      background: #D8D8D8;
}
.tv-timeline .timeline nav span.disabled:hover {
    background: #D8D8D8;
}
.tv-timeline .timeline nav span.next {
    left: 57px;
 }
.tv-timeline .timeline nav span.previous {
    left: 19px;
 }
.tv-timeline .timeline nav span:before {
    font-family: awesome;
    position: absolute;
    color: #FFFFFF;
    right: 30%;
    top: 21%;
    font-size: 23px;
}

.tv-timeline .timeline .next:before {
    content: '\f054';
}
.tv-timeline .timeline .previous:before {
    content: '\f053'
}
.tv-timeline .timeline-container-inner {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}
.tv-timeline .timeline-ranges {

    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 1;
    margin: 0 auto;
}
.tv-timeline .timeline-ranges ol {
    overflow: hidden;
    height: 36px;

}
.tv-timeline .timeline-ranges li {
    float: left;
    color: #fff;
    padding: 10px 0px 10px 0px;
    background: #ADADAD;
    font-size: 14px;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
      padding-left: 10px;
}
.tv-timeline .timeline-ranges li.morning {
     background: #A0DAFF;
}
.tv-timeline .timeline-ranges li.noon {
      background: #81ADFF;
}
.tv-timeline .timeline-ranges li.prime-time {
     background: #6F73FA;
}
.tv-timeline .timeline-ranges li.night {
     background: #6368D0;
}
.tv-timeline .timeline-ranges li.after-midnight {
     background: #43539D;
}
.tv-timeline .programs > div,
.tv-timeline .programs .channel {
    clear: both;
}
.tv-timeline .programs {
     overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.tv-timeline .programs > ol {
    height: 56px;
    display: block;
    border-bottom: 1px solid #D3D4D5;
    overflow: hidden;
    background-color: #EDEDED;
    background-image: url('/img/square-pattern.png');
}

.tv-timeline .programs li {
    position: relative;
    padding: 10px 0px 10px 0px;
    border: 1px solid #D3D4D5;
    border-top: none;
    border-bottom: none;
    text-align: left;
    height: 56px;
    color: #888;
    background: #FFFFFF;
    box-shadow: 0px 5px 0px 0px #EFEFEF inset;
    border-left: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 10px;
    float: left!important;
}


.tv-timeline .programs li.news,
.tv-timeline .programs li.entertainment,
.tv-timeline .programs li.series,
.tv-timeline .programs li.doc,
.tv-timeline .programs li.movie {
     padding-left: 25px;
}
.tv-timeline .types button[data-type]:before,
.tv-timeline .programs li.news .infos:before,
.tv-timeline .programs li.entertainment .infos:before,
.tv-timeline .programs li.series .infos:before,
.tv-timeline .programs li.doc .infos:before,
.tv-timeline .programs li.movie .infos:before {
    content: '\f111';
    font-family: 'awesome';
    position: absolute;
    left: 9px;
    top : 13px;
    font-size: 9px;
}

.tv-timeline .programs li.right .infos:before {
    top: 3px;
    left: -14px;
}
.tv-timeline .types button[data-type]:before {
    top: 9px;
}
.tv-timeline .types button[data-type="newsShow"]:before ,
.tv-timeline .programs li.news .infos:before{
     color: #254EFF;
}
.tv-timeline .types button[data-type="entertainment"]:before,
.tv-timeline .programs li.entertainment .infos:before{
     color: #FFD400;
}
.tv-timeline .types button[data-type="series"]:before,
.tv-timeline .programs li.series .infos:before{
     color: #FF3B2A;
}
.tv-timeline .types button[data-type="documentary"]:before,
.tv-timeline .programs li.doc .infos:before{
     color: #00F200;
}
.tv-timeline .types button[data-type="movie"]:before,
.tv-timeline .programs li.movie .infos:before {
     color: #D852E6;
}
.tv-timeline .types button[data-type="now"]:before {
    display: none;
}
.tv-timeline .programs li div.infos {
    width: 100%;
}
.tv-timeline .programs li img + div.infos {
    width: auto;
}
.tv-timeline .programs li div.infos,
.tv-timeline .programs li img {
    float: left;
}

.tv-timeline .programs > ol li:first-child {
    border-left: 1px solid #CCCCCC;
}

@-webkit-keyframes emphasize {
    0% {
        background: #FFFFFF;
        box-shadow: 0px 5px 0px 0px #EFEFEF inset;
    }
    20% {
        background: #F7F7F7;
        box-shadow: 0px 5px 0px 0px #EFEFEF inset;
    }
    100% {
        background: #FFFFFF;
        box-shadow: 0px 5px 0px 0px #EFEFEF inset;
    }
}
@-moz-keyframes emphasize {
    0% {
        background: #FFFFFF;
        box-shadow: 0px 5px 0px 0px #EFEFEF inset;
    }
    20% {
        background: #F7F7F7;
        box-shadow: 0px 5px 0px 0px #EFEFEF inset;
    }
    100% {
        background: #FFFFFF;
        box-shadow: 0px 5px 0px 0px #EFEFEF inset;
    }
}
@-ms-keyframes emphasize {
    0% {
        background: #FFFFFF;
        box-shadow: 0px 5px 0px 0px #EFEFEF inset;
    }
    20% {
        background: #F7F7F7;
        box-shadow: 0px 5px 0px 0px #EFEFEF inset;
    }
    100% {
        background: #FFFFFF;
        box-shadow: 0px 5px 0px 0px #EFEFEF inset;
    }
}
@-o-keyframes emphasize {
    0% {
        background: #FFFFFF;
        box-shadow: 0px 5px 0px 0px #EFEFEF inset;
    }
    20% {
        background: #F7F7F7;
        box-shadow: 0px 5px 0px 0px #EFEFEF inset;
    }
    100% {
        background: #FFFFFF;
        box-shadow: 0px 5px 0px 0px #EFEFEF inset;
    }
}
@keyframes emphasize {
    0% {
        background: #FFFFFF;
        box-shadow: 0px 5px 0px 0px #EFEFEF inset;
    }
    20% {
        background: #F7F7F7;
        box-shadow: 0px 5px 0px 0px #EFEFEF inset;
    }
    100% {
        background: #FFFFFF;
        box-shadow: 0px 5px 0px 0px #EFEFEF inset;
    }
}
.tv-timeline .programs li a {
    text-decoration: none;
    color: #898989;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
}
.tv-timeline .programs li a:hover {
    text-decoration: underline;
}
.tv-timeline .programs li time {
    font-size: 12px;
    color: #B1B1B1;
    white-space: nowrap;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
}
.tv-timeline .programs li time[data-starts]:after {
    font-family: 'awesome';
    content: '\f005';
    position: relative;
    left: 6px;
    color: #D6D6D6;
    text-shadow: 13px 0px #D6D6D6, 25px 0px #D6D6D6, 37px 0px #D6D6D6, 49px 0px #D6D6D6;
}
.tv-timeline .programs li time[data-starts="1-stars"]:after {
    color: #FEB52D;
    text-shadow: 13px 0px #D6D6D6, 25px 0px #D6D6D6, 37px 0px #D6D6D6, 49px 0px #D6D6D6;
}
.tv-timeline .programs li time[data-starts="2-stars"]:after {
    color: #FEB52D;
    text-shadow: 13px 0px #FEB52D, 25px 0px #D6D6D6, 37px 0px #D6D6D6, 49px 0px #D6D6D6;
}
.tv-timeline .programs li time[data-starts="3-stars"]:after {
    color: #FEB52D;
    text-shadow: 13px 0px #FEB52D, 25px 0px #FEB52D, 37px 0px #D6D6D6, 49px 0px #D6D6D6;
}
.tv-timeline .programs li time[data-starts="4-stars"]:after {
    color: #FEB52D;
    text-shadow: 13px 0px #FEB52D, 25px 0px #FEB52D, 37px 0px #FEB52D, 49px 0px #D6D6D6;
}
.tv-timeline .programs li time[data-starts="5-stars"]:after {
    color: #FEB52D;
    text-shadow: 13px 0px #FEB52D, 25px 0px #FEB52D, 37px 0px #FEB52D, 49px 0px #FEB52D;
}
.timeline-loader {
    margin:  0 auto;
    z-index: 99;
    width: 50px;
    height: 20px;
    position: absolute;
    left: 50%;
}

.timeline-loader-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #FFF;
    z-index: 99;
    display: none;
    min-height: 250px;
}
.timeline-loader-container img {
    text-align: center;
    font-weight: bold;
    font-size: 25px;
    position: absolute;
    background position: center center;
    top: 0%;
    left: 50%;
    display: inline-block;
    z-index: 99999;
}
.nav-arrows {
    position: absolute;
    top: 66px;
    left: 100px;
    height: calc(100% - 105px)!important;
    z-index: 99;
    min-height: 250px;
    display: none;
}
.nav-arrows span {
    position: absolute;
    height: 100%;
    width: 60px;
    background: #CCCCCC;
    opacity: 0.1;
    cursor: pointer;
    color: #000000;
}
.nav-arrows span:hover {
    background: #7B7A7A;
    color: #FFFFFF;
}
.nav-arrows .next {
    left: 100px;
}
.nav-arrows .previous {
    left: 0;
}
.nav-arrows span:before {
    font-family: awesome;
    position: absolute;

    right: 30%;
    top: 50%;
    font-size: 50px;
}

.nav-arrows .next:before {
    content: '\f054';
}
.nav-arrows .previous:before {
    content: '\f053'
}
.tv-timeline .programs li h4 {
    margin: 0;
    padding: 0;
    font-size: 14px;
    display: inline-block;
    max-width: 100%;
}
.tv-timeline .programs li span {
    position: absolute;
    height: 56px;
    border-left: 1px dashed #bbb;
    top: 0;
    z-index: 99;
}
.tv-timeline .programs li.right {
    padding-right: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 0px;
}
.tv-timeline .programs li:last-child {
    border-right: 1px solid #D3D4D5;
}
.tv-timeline .programs li img {
    float: left;
    margin-right: 15px;
    align-self: auto;
    min-width: 0;

}
.tv-timeline .programs li .descr p {
    margin: 0;
    flex: 1;
    min-width: 0;
    line-height: 1.3em;
}
.tv-timeline .programs li.current {

   background: #FFFEE3;
   box-shadow: 0px 5px 0px 0px #F8EE99 inset;
   opacity: 1;
}
.tv-timeline .programs li.marked a,
.tv-timeline .programs li.emphasize a,
.tv-timeline .programs li.current a {
     color: #3892E3;
}
.tv-timeline .programs li.marked {
    opacity: 1;
}
.tv-timeline .programs li.disabled {
    background: #F7F7F7;
}

.tv-timeline .programs li.disabled.current {
    box-shadow: none;
}
.tv-timeline .programs li.disabled a {
    color: #BFBFBF;
}
.tv-timeline .programs li.right,
.tv-timeline .programs li.not-visible.right {
    text-align: right;
}

.tv-timeline .programs li.not-visible span {
    position: absolute;
    top: -2px;
}
.tv-timeline .programs li.not-visible span.right {

    border-top: 27px solid #FFFFFF;
    border-bottom: 27px solid #FFFFFF;
    border-right: 27px solid #C6C6CD;
}
.tv-timeline .programs li.not-visible span.left {

    border-top: 27px solid #FFFFFF;
    border-bottom: 27px solid #FFFFFF;
    border-left: 27px solid #C6C6CD;
}
.tv-timeline .programs li.not-visible span:before {
    z-index: 1;
    position: absolute;
    margin-top: -27px;
    margin-left: 1px;
    content: " ";
    display: block;
    width: 0;
    height: 0;
}
.tv-timeline .programs li.not-visible span.left:before{
    border-top: 27px solid rgba(252, 252, 252, 0);
    border-bottom: 27px solid rgba(245, 245, 245, 0);
    border-left: 27px solid #FBFBFC;
    position: absolute;
    margin-top: -27px;
    margin-left: 1px;
    right: 0px;
 }
 .tv-timeline .programs li.not-visible.marked span.left:before {
    border-left: 27px solid rgba(255, 251, 207, 0.93);
 }
.tv-timeline .programs li.not-visible.marked span.right:before {
     border-right: 27px solid rgba(255, 251, 207, 0.93);
  }
.tv-timeline .programs li.not-visible span.right:before{
    border-top: 27px solid rgba(252, 252, 252, 0);
    border-bottom: 27px solid rgba(245, 245, 245, 0);
    border-right: 27px solid #FBFBFC;
    position: absolute;
    margin-top: -27px;
    margin-left: 1px;

 }
.tv-timeline .programs li.left,
.tv-timeline .programs li.not-visible.left {
    text-align: left;
}
.tv-timeline .programs li.middle,
.tv-timeline .programs li.not-visible.middle {
    text-align: center;
}
.tv-timeline .programs li .descr {

    line-height: 1em!important;
    background: #333333;
    color: #FFFFFF;
    padding: 6px 0px;

    width: 300px;
    text-align: left;

    position: absolute;
    z-index: 9999;
    top: 50%;
    left: 0px;

    box-shadow:         0px 1px 0px 0px #fff, 0px 1px 2px 0px rgba(0, 0, 0, .1);
    -moz-box-shadow:    0px 1px 0px 0px #fff, 0px 1px 2px 0px rgba(0, 0, 0, .1);
    -ms-box-shadow:     0px 1px 0px 0px #fff, 0px 1px 2px 0px rgba(0, 0, 0, .1);

    font-size: 14px;
    padding: 10px;
    display: flex;
    -webkit-flex-flow: row wrap;
    justify-content: flex-start;
    align-items: stretch;
}

.tv-timeline .programs li.right .descr {
    left: 95%;
}
.tv-timeline .programs li.middle .descr {
    left: 50%;
}
.tv-timeline .programs li.right .infos,
.tv-timeline .programs li.middle .infos {
    top: 10px;
    width: auto;
    position: absolute;
    text-align: left;
}
.tv-timeline .programs li.right .infos {
    width: 100%;
}
.tv-timeline .programs li.right .infos a {
    width: auto;
}
.tv-timeline .descr:after {
    width: 0;
    height: 0;
    background: none;
    border: 8px solid #333333;
    border-color:  transparent  transparent #333333 transparent;
    position: absolute;
    top: -14px;
    left: 13px;
    content: '';
}

.tv-timeline .programs ol:hover li,
.tv-timeline .programs ol:hover li.disabled.current {
     box-shadow: 0px -2px 0px 0px #aaaaaa inset, 0px 1px 0px 0px #aaaaaa inset, 0px 5px 0px 0px #EFEFEF inset;
}
.tv-timeline .programs ol:hover li.current {
     box-shadow: 0px -2px 0px 0px #aaaaaa inset, 0px 1px 0px 0px #aaaaaa inset, 0px 5px 0px 0px #F8EE99 inset;
}
.timeline-page footer {
    background: #D5DEE7;
    padding: 3px 20px 30px 20px;
    font-family: Verdana;
    clear: both;
}
.timeline-page footer .left {
    font-weight: bold;
    font-size: 11px;
}
.timeline-page footer .right {
    font-size: 9px;
}

.timeline-page footer .right li {
    border-right: 1px solid #313574;
    padding-right: 4px;
    padding-left: 4px;
}
.timeline-page footer .right li img {
    margin-left: 3px;
}
.timeline-page footer .right li:last-child {
    border-right: none;
    padding-right: 0px;
}
.timeline-page footer .right li a {
    color: #313574;
}

.bp-banner {

    width: 300px;
    background-image : url('/../img/bp-banner.png');
    background-repeat: no-repeat;

    height: 103px;
    position: relative;
    background-position: center center;
    margin-bottom: 5px;
    margin-top: 30px;
    display: none;
}