/* Layout */
html, body, #container { height: 100%; margin: 0; padding: 0; background: #c0c0c0;}
body > #container { height: auto; min-height: 100%; }
#player_layout {
    padding-bottom: 49px;
    display: inline-block;
}
body {
    -webkit-user-select: none; /* webkit (safari, chrome) browsers */
    -moz-user-select: none; /* mozilla browsers */
    -khtml-user-select: none; /* webkit (konqueror) browsers */
    -ms-user-select: none; /* IE10+ */
}

#footer {
    clear: both;
    position: relative;
    z-index: 10;

    margin-top: -49px;
    border-top: 1px solid rgba(1, 47, 64, 0.6);
    background-image: url('/img/player_icons.png');
    background-origin:padding-box;
    color: white;
    font-size: 10px;
    text-align: center;
    height: 49px;

    background-position:0px 0px;
    background-size: auto;
    box-sizing:        border-box;
    cursor:     default;
    display:       block;
    width:100%;
}



div.hidden_slides {
    display: none;
}
#nav_table {
    text-align: center;
    display: inline-table;
}
#nav_table a{
    display: block;
}
#nav_table a:hover{
    opacity: 0.5;
    cursor: pointer;
}

#clogo {
    float: left;
}
#left_buttons {
    position: absolute; left:0px;
    top: 8px;
    height: 30px;
    overflow:hidden;
    width: 150px;
    margin-left: 10%;
}

#slides_counter {
    text-align: left;
    font-family: Arial, sans-serif;
    color: #323232;
    /*margin-left: 30px;*/
    margin-top: 8px;
    display: inline-block;
    white-space: nowrap;
    font-size: 14px;
    font-style: normal;
}



#right_buttons {
    position: absolute;
    top: 0px;
    right: 100px;
}

#fullscreen:hover{
    opacity: 0.5;
}
#about {
    padding-top: 1px;
}




.circle {
    background-color: rgba(0,0,0,0);
    border:5px solid rgba(0,183,229,0.9);
    opacity:.9;
    border-right:5px solid rgba(0,0,0,0);
    border-left:5px solid rgba(0,0,0,0);
    border-radius:50px;
    box-shadow: 0 0 35px #2187e7;
    width:50px;
    height:50px;
    margin:0 auto;
    -moz-animation:spinPulse 1s infinite ease-in-out;
    -webkit-animation:spinPulse 1s infinite linear;
}
.circle1 {
    background-color: rgba(0,0,0,0);
    border:5px solid rgba(0,183,229,0.9);
    opacity:.9;
    border-left:5px solid rgba(0,0,0,0);
    border-right:5px solid rgba(0,0,0,0);
    border-radius:50px;
    box-shadow: 0 0 15px #2187e7;
    width:30px;
    height:30px;
    margin:0 auto;
    position:relative;
    top:-50px;
    -moz-animation:spinoffPulse 1s infinite linear;
    -webkit-animation:spinoffPulse 1s infinite linear;
}
@-moz-keyframes spinPulse {
    0% { -moz-transform:rotate(160deg); opacity:0; box-shadow:0 0 1px #2187e7;}
    50% { -moz-transform:rotate(145deg); opacity:1; }
    100% { -moz-transform:rotate(-320deg); opacity:0; }
}
@-moz-keyframes spinoffPulse {
    0% { -moz-transform:rotate(0deg); }
    100% { -moz-transform:rotate(360deg);  }
}
@-webkit-keyframes spinPulse {
    0% { -webkit-transform:rotate(160deg); opacity:0; box-shadow:0 0 1px #2187e7; }
    50% { -webkit-transform:rotate(145deg); opacity:1;}
    100% { -webkit-transform:rotate(-320deg); opacity:0; }
}
@-webkit-keyframes spinoffPulse {
    0% { -webkit-transform:rotate(0deg); }
    100% { -webkit-transform:rotate(360deg); }
}
#circ {
    position: absolute;
    left: 47%;
    top: 45%;
    z-index: 2000;
    height: 70px;
    width: 70px;
}
#myloading {
    position:absolute;
    z-index:5000;
    left:0px;
    top: 0px;

    background-image:url('data:image/gif;base64,R0lGODlhQABAAJEAABoaGhMTEyoqKh8fHyH5BAAAAAAALAAAAABAAEAAAAL/VBCGmtfrmIwU2ofZQGAf33HgKJafGZ5qyl6TW2XxK8PQSuJozvL+DqAJZ0Rb7agB6pY9ZZMJMg6lRWTVAHX+stzm1EoNgzHbp7mMdoq/7Ku7m4Zrge21236Jn+dyJn5cB0jRt0eotxGYeCeIcMhXCMnzpzhJZPjomEXJyPmVGYn5WDnaOQh6ieq1uMka8/kaukLaWpkKe0lbSnp72iupC9xqG+tbknu8yKssGrzqDDMcDYo8m0y8TFitLSiNvUfdLOY9jrINPtR9HXr+zEmeLhsu3wZfLMdu7qpeX5bvL8Nv37d2+Ma8swfpX0EsCA/+WEiwikOBvyDmCxjQ4jwHCxPrKYxIBWNDIAUAADs=');
    width:100%;
    height:100%;
}




@media (max-width: 570px) {
    #clogo {
        display: none;
    }
    #slides_counter {
        margin-left: 10px;
        width: 30px;
    }
    #left_buttons {
        width: 50px;
        margin-left: 5%;
    }
    #fullscreen {
        display: none;
    }

}




.icon-cover {
    background-image: url('/img/player_icons.png');
    background-position: 0px -49px;
    width: 84px;
    height: 83px;
}
.icon-first-btn {
    background-image: url('/img/player_icons.png');
    background-position: -174px -69px;
    width: 30px;
    height: 31px;
}
.icon-fullscreen-btn {
    background-image: url('/img/player_icons.png');
    background-position: -312px -69px;
    width: 24px;
    height: 21px;
}
.icon-last-btn {
    background-image: url('/img/player_icons.png');
    background-position: -84px -69px;
    width: 30px;
    height: 31px;
}
.icon-logo-btn {
    background-image: url('/img/player_icons.png');
    background-position: -84px -49px;
    width: 90px;
    height: 20px;
}
.icon-nav-panel {
    background-image: url('/img/player_icons.png')!important;
    background-position: 0px 0px!important;
    width: 728px;
    height: 49px;
}
.icon-next-btn {
    background-image: url('/img/player_icons.png');
    background-position: -114px -69px;
    width: 30px;
    height: 31px;
}
.icon-pause-btn {
    background-image: url('/img/player_icons.png');
    background-position: -204px -69px;
    width: 30px;
    height: 31px;
}
.icon-play-btn {
    background-image: url('/img/player_icons.png');
    background-position: -234px -69px;
    width: 30px;
    height: 31px;
}
.icon-prev-btn {
    background-image: url('/img/player_icons.png');
    background-position: -144px -69px;
    width: 30px;
    height: 31px;
}
.icon-speedup-btn {
    background-image: url('/img/player_icons.png');
    background-position: -264px -69px;
    width: 24px;
    height: 24px;
}
.icon-stop-speed-btn {
    background-image: url('/img/player_icons.png');
    background-position: -288px -69px;
    width: 24px;
    height: 24px;
}

#nav_table i {
    display: block;
}

#logo {
    display: block;
    margin-top: 6px;
    height: 20px;
    width: 90px;
}

#fullscreen, #speedup {
    position: absolute;
    left: 50px;
    margin-top: 14px;
    cursor: pointer;
}

#speedup {
    margin-top: 12px;
}

#but_play {
    margin: 0 10px;
}

.label.component_base {
    margin-left: 20px;
}

.component_base.navigation_panel {
    border-top: 1px solid rgba(1, 47, 64, 0.6);
}

#cover {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 1001;
    transition: all 0.15s linear;
}

#cover_play {
    /*display: flex;*/
    /*justify-content: center;*/
    position: relative;
    height:100%;
}

#cover_text {
font-size: 5vw;
color: white;
text-align: center;
    height: 0px;
font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: absolute;
    margin: auto;
    top: 70px;
    left: 0;
    right: 0;
    bottom: 0;
}


#play_icon {
    /*align-self:center;*/
    cursor:pointer;
    display: block;
    position: absolute;
    margin: auto;
    top: -45px;
    left: 0;
    right: 0;
    bottom: 0;
}

.tooltip {
    cursor: help;
}

.tooltip::after {
    background: rgba(0, 0, 0, 0.8);
    z-index: 2000;
    border-radius: 8px 8px 0px 8px;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
    color: #FFF;
    font-size: 12px;
    width: 210px;
    margin-left: -230px;
    content: attr(data-tooltip); /* Главная часть кода, определяющая содержимое всплывающей подсказки */
    margin-top: -7px;
    opacity: 0; /* Наш элемент прозрачен... */
    padding: 3px 7px;
    position: absolute;
    visibility: hidden; /* ...и скрыт. */
    transition: all 0.4s ease-in-out; /* Добавить плавности по вкусу */
}

.tooltip:hover::after {
    opacity: 1; /* Показываем его */
    visibility: visible;
}

#bpbar {
    /*animation: move 0s linear infinite;*/
    transition: all 0.2s ease-in-out;
}

body.fullScreen #speedup {
    left: 96vw!important;
}

@media screen and (max-width: 400px) {
    .long_slide #speedup {
        display: none!important;
    }
}

@media screen and (max-width: 300px) {
    .long_slide #fullscreen {
        display: none!important;
    }
}

@media screen and (max-width: 250px) {
    #nav_table td:first-child, #nav_table td:last-child {
        display: none!important;
    }
    .component_container.control_panel {
        width: 130px!important;
    }
}

#ads_player, #vast_player {
    position: absolute;
    z-index: 1000;
    width: 100%!important;
    height: 100%!important;
}

#vast_player_html5_api {
    width: 100%!important;
    height: 100%!important;
    object-fit: inherit;
}

#ad_player_wrap {
    position: absolute;
    display: none;
    width: 100%;
    height: 100%;
    z-index: 10003;
}

#ad_player {
    width: 100%!important;
    height: 100%!important;
    object-fit: inherit;
    z-index: 10003;
}

#ad_player_wrap .close {
    display: none;
    position: absolute;
    bottom: 15px;
    right: 15px;
    z-index: 1002;
    color: white;
    font-size: 18px;
    cursor: pointer;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    border: 1px solid white;
    padding: 5px;
}


.vast-skip-button {
    display: block;
    position: absolute;
    top: 5px;
    right: 0;
    width: auto;
    background-color: #000;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    /*color: #AAA;*/
    color: white;
    font-size: 14px;
    line-height: 14px;
    padding: 15px;
    z-index: 2;
}

.vast-skip-button.enabled {
    cursor: pointer;
    color: #fff;
}

.vast-skip-button.enabled:hover {
    cursor: pointer;
    background: #333;
}

.vast-blocker {
    display: block;
    position: absolute;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.vjs-control-bar {
    display: none;
}

#ad_player video {
    width: 100%;
    height: 100%;
    object-fit: inherit;
}