@charset "UTF-8";
.eplayer-skin-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  display: none;
  font-size: 24px;
  margin-left: -12px;
  margin-top: -12px;
  z-index: 1;
  -webkit-animation-name: eplayer-spin;
  -webkit-animation-duration: 2000ms;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: eplayer-spin;
  -moz-animation-duration: 2000ms;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: eplayer-spin;
  -ms-animation-duration: 2000ms;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  animation-name: eplayer-spin;
  animation-duration: 2000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear; }
  .loading .eplayer-skin-loading {
    display: block; }

.eplayer-hide-skin-api .eplayer-skin {
  opacity: 0 !important;
  display: none; }

.eplayer-active:hover .eplayer-holdable, .eplayer-hold-skin .eplayer-holdable {
  opacity: 1; }

.eplayer-hide-skin .eplayer-holdable {
  opacity: 0 !important; }

.eplayer-xs .eplayer-skin-controls .eplayer-skin-seek-unhover {
  visibility: visible;
  bottom: 46px;
  padding: 0;
  width: 100%;
  transition: bottom .4s ease, width .4s ease; }

.eplayer-xs .eplayer-skin-controls:hover .eplayer-skin-seek-unhover {
  visibility: visible;
  padding: 0 8px;
  width: calc(100% - 16px);
  bottom: 34px; }

.eplayer-xs.eplayer-active:hover .eplayer-skin-controls .eplayer-skin-seek-unhover, .eplayer-xs.eplayer-hold-skin .eplayer-skin-controls .eplayer-skin-seek-unhover {
  visibility: visible;
  padding: 0 8px;
  width: calc(100% - 16px);
  bottom: 34px; }

.eplayer-skin-controls {
  bottom: -46px;
  transition: bottom 0.3s ease; }
  .eplayer-skin-controls .eplayer-skin-seek-unhover {
    visibility: visible;
    bottom: 46px;
    transition: bottom .4s ease; }
  .eplayer-skin-controls:hover {
    bottom: 0px; }
    .eplayer-skin-controls:hover .eplayer-skin-title {
      visibility: hidden; }
    .eplayer-skin-controls:hover .eplayer-skin-seek-unhover {
      visibility: hidden;
      bottom: -4px; }
  .eplayer-active:hover .eplayer-skin-controls, .eplayer-hold-skin .eplayer-skin-controls {
    bottom: 0px;
    transition: bottom 0.3s ease; }
    .eplayer-active:hover .eplayer-skin-controls .eplayer-skin-seek-unhover, .eplayer-hold-skin .eplayer-skin-controls .eplayer-skin-seek-unhover {
      visibility: hidden;
      bottom: -4px; }

.eplayer-skin--gradient.eplayer-skin--gradient-bottom {
  bottom: -100px;
  transition: bottom 0.3s ease; }
  .eplayer-active:hover .eplayer-skin--gradient.eplayer-skin--gradient-bottom, .eplayer-hold-skin .eplayer-skin--gradient.eplayer-skin--gradient-bottom {
    bottom: 0px; }

.eplayer-skin--gradient.eplayer-skin--gradient-top {
  top: -100px;
  transition: top 0.3s ease; }
  .eplayer-active:hover .eplayer-skin--gradient.eplayer-skin--gradient-top, .eplayer-hold-skin .eplayer-skin--gradient.eplayer-skin--gradient-top {
    top: 0px; }

.eplayer-skin-seek-unhover {
  visibility: visible;
  transition: visibility 1s ease; }
  .eplayer-active:hover .eplayer-skin-seek-unhover, .eplayer-hold-skin .eplayer-skin-seek-unhover {
    visibility: hidden;
    transition: visibility 1s ease; }

.eplayer-skin-buttons-center {
  visibility: hidden;
  transition: visibility 0.1s ease; }
  .eplayer-active:hover .eplayer-skin-buttons-center, .eplayer-hold-skin .eplayer-skin-buttons-center {
    visibility: visible;
    transition: visibility 0.1s ease; }

.eplayer-skin-title {
  visibility: hidden;
  transition: visibility 0.1s ease; }
  .eplayer-active:hover .eplayer-skin-title, .eplayer-hold-skin .eplayer-skin-title {
    visibility: visible;
    transition: visibility 0.1s ease; }

.eplayer-skin {
  transition: opacity 0.3s ease; }
  .eplayer-hide-skin .eplayer-skin {
    opacity: 0 !important;
    display: none; }

.eplayer-skin .eplayer-skin-fullsize {
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

.eplayer-skin .eplayer-skin-component {
  z-index: 10; }

.eplayer-skin .eplayer-skin-foreground {
  z-index: 100; }

.eplayer-skin .eplayer-skin-background {
  z-index: 0; }

.eplayer-skin .eplayer-skin-middleground {
  z-index: 6; }

.eplayer-skin .eplayer-skin-area {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  top: 0;
  left: 0; }

.eplayer-skin .eplayer-skin-button {
  text-align: center;
  cursor: pointer;
  position: relative;
  font-size: 12px;
  /*This is because spaces with inline-blocks */
  transition: color 0.2s ease;
  vertical-align: middle; }

.eplayer-skin .eplayer-skin-buttons {
  white-space: nowrap; }

.eplayer-skin .eplayer-text {
  font-size: 12px; }

.eplayer-skin .eplayer-skin-shadow {
  background: rgba(0, 0, 0, 0.4); }

.eplayer-quality-hidden .eplayer-skin-quality {
  display: none !important; }

.eplayer-volume-hidden .eplayer-skin-volume {
  display: none !important; }

.eplayer-fullscreen-hidden .eplayer-skin-button-fullscreen {
  display: none !important; }

@-webkit-keyframes eplayer-spin {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg); } }

@keyframes eplayer-spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'eplayer';
    src: url('../font/eplayer.svg?1686974#eplayer') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "lentaicon";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

.icon-fullscreen:before {
  content: '\e800'; }

/* '' */
.icon-next:before {
  content: '\e801'; }

/* '' */
.icon-nosound:before {
  content: '\e802'; }

/* '' */
.icon-pause:before {
  content: '\e803'; }

/* '' */
.icon-close:before {
  content: '\e804'; }

/* '' */
.icon-settings:before {
  content: '\e805'; }

/* '' */
.icon-share:before {
  content: '\e806'; }

/* '' */
.icon-sound:before {
  content: '\e807'; }

/* '' */
.icon-play:before {
  content: '\e808'; }

/* '' */
.icon-reload:before {
  content: '\e809'; }

/* '' */
.icon-ok-1:before {
  content: '\e80a'; }

/* '' */
.icon-fb:before {
  content: '\e80b'; }

/* '' */
.icon-ok-2:before {
  content: '\e80c'; }

/* '' */
.icon-tw:before {
  content: '\e80d'; }

/* '' */
.icon-vk:before {
  content: '\e80e'; }

/* '' */
.icon-1496408283_bt_copy:before {
  content: '\e80f'; }

/* '' */
.icon-button_desktop_play:before {
  content: '\e811'; }

/* '' */
.icon-button_mobile_play:before {
  content: '\e812'; }

/* '' */
.icon-spinner:before {
  content: '\e819'; }

/* '' */
.eplayer-skin-fullsize.eplayer-skin-shiftable {
  transition: bottom 0.3s ease;
  bottom: 0; }
  .eplayer-active:hover .eplayer-skin-fullsize.eplayer-skin-shiftable, .eplayer-hold-skin .eplayer-skin-fullsize.eplayer-skin-shiftable {
    bottom: 40px; }

.eplayer-skin-seek-bar {
  background-color: #CC3333; }

.eplayer-skin-volume-bar {
  background-color: #CC3333; }

.eagleplayer-unmute {
  font-family: 'eagle-default', Arial, Verdana, Tahoma, Helvetica; }

.eplayer-skin {
  font-family: 'eagle-default', Arial, Verdana, Tahoma, Helvetica;
  font-size: 25px; }
  .eplayer-live .eplayer-skin .eplayer-skin-timeinfo {
    display: none !important; }
  .eplayer-live .eplayer-skin .eplayer-skin-seek {
    display: none !important; }
  .eplayer-skin .eplayer-skin-seek-mobile {
    display: none; }
  .eplayer-xs .eplayer-skin .eplayer-xs-hidden {
    display: none !important; }
  .eplayer-xs .eplayer-skin .eplayer-skin--gradient {
    height: 50px; }
  .eplayer-xs .eplayer-skin .eplayer-skin-buttons-center span.eplayer-skin-big {
    width: 44px;
    height: 44px; }
    .eplayer-xs .eplayer-skin .eplayer-skin-buttons-center span.eplayer-skin-big .icon-big {
      font-size: 44px;
      height: 44px;
      top: 0;
      left: 0;
      margin: 0; }
  .eplayer-xs .eplayer-skin .eplayer-skin-buttons-right {
    display: flex; }
    .eplayer-xs .eplayer-skin .eplayer-skin-buttons-right .eplayer-button-right-div-wrapper {
      margin-left: auto; }
      .eplayer-xs .eplayer-skin .eplayer-skin-buttons-right .eplayer-button-right-div-wrapper .eplayer-skin-button-fullscreen-div {
        padding-right: 8px; }
      .eplayer-xs .eplayer-skin .eplayer-skin-buttons-right .eplayer-button-right-div-wrapper .eplayer-skin-share {
        padding-right: 10px; }
    .eplayer-xs .eplayer-skin .eplayer-skin-buttons-right .eplayer-skin-quality {
      display: none; }
  .eplayer-xs .eplayer-skin .eplayer-skin-seek {
    cursor: pointer; }
    .eplayer-xs .eplayer-skin .eplayer-skin-seek .eplayer-skin-time {
      display: none; }
    .eplayer-xs .eplayer-skin .eplayer-skin-seek:not(.eplayer-skin-seek-unhover) {
      display: none; }
    .eplayer-xs .eplayer-skin .eplayer-skin-seek.eplayer-skin-seek-mobile {
      display: block;
      visibility: visible;
      bottom: 35px;
      width: calc(100% - 16px);
      margin: 0 8px; }
      .eplayer-xs .eplayer-skin .eplayer-skin-seek.eplayer-skin-seek-mobile .eplayer-skin-seek-loaded {
        border-radius: 4px; }
      .eplayer-xs .eplayer-skin .eplayer-skin-seek.eplayer-skin-seek-mobile .eplayer-skin-seek-bar {
        border-radius: 4px; }
  .eplayer-xs .eplayer-skin .eplayer-skin-title .eplayer-skin-title-text {
    font-size: 15px;
    padding-left: 12px; }
  .eplayer-xs .eplayer-skin .eplayer-skin-controls .eplayer-skin-buttons-left {
    margin-left: 3px;
    margin-right: 7.5px;
    width: 29px; }
    .eplayer-xs .eplayer-skin .eplayer-skin-controls .eplayer-skin-buttons-left span.icon-pause {
      margin-left: -8px; }
  .eplayer-xs .eplayer-skin .eplayer-skin-controls .eplayer-skin-buttons-right {
    width: calc(100% - 42px); }
    .eplayer-xs .eplayer-skin .eplayer-skin-controls .eplayer-skin-buttons-right .eplayer-skin-timeinfo {
      font-size: 10px;
      padding-left: 7.5px;
      padding-right: 7.5px; }
    .eplayer-xs .eplayer-skin .eplayer-skin-controls .eplayer-skin-buttons-right .eplayer-skin-volume {
      padding-left: 7.5px; }
    .eplayer-xs .eplayer-skin .eplayer-skin-controls .eplayer-skin-buttons-right div.eplayer-skin-quality {
      display: none !important; }
  .eplayer-xs .eplayer-skin .eplayer-skin-button {
    font-size: 19px;
    width: 27px; }
    .eplayer-xs .eplayer-skin .eplayer-skin-button.eplayer-skin-toggle {
      width: 27px; }
    .eplayer-xs .eplayer-skin .eplayer-skin-button span.icon {
      margin-top: -10px;
      margin-left: -10px; }
  .eplayer-xs .eplayer-skin .eplayer-skin-controls .eplayer-skin-contols-div {
    bottom: 0px;
    display: flex; }
  .eplayer-skin .eplayer-replay-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
    .eplayer-skin .eplayer-replay-wrapper .eplayer-replay-background {
      position: absolute;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.2); }
    .eplayer-skin .eplayer-replay-wrapper .eplayer-replay-progress-container {
      width: 80px;
      height: 80px;
      position: absolute;
      top: 50%;
      left: 50%;
      margin-left: -40px;
      margin-top: -52px;
      z-index: 10; }
      .eplayer-skin .eplayer-replay-wrapper .eplayer-replay-progress-container .eplayer-replay-canceled {
        font-size: 16px;
        text-align: center;
        margin-top: 5px;
        cursor: pointer; }
      .eplayer-skin .eplayer-replay-wrapper .eplayer-replay-progress-container .eplayer-replay-button {
        font-size: 40px;
        position: absolute;
        width: 40px;
        height: 40px;
        top: 21px;
        left: 22px;
        cursor: pointer;
        z-index: 4; }
      .eplayer-skin .eplayer-replay-wrapper .eplayer-replay-progress-container .eplayer-replay-progress .progress {
        -webkit-transform: rotate(-90deg);
                transform: rotate(-90deg); }
      .eplayer-skin .eplayer-replay-wrapper .eplayer-replay-progress-container .eplayer-replay-progress .progress__meter,
      .eplayer-skin .eplayer-replay-wrapper .eplayer-replay-progress-container .eplayer-replay-progress .progress__value {
        fill: none; }
      .eplayer-skin .eplayer-replay-wrapper .eplayer-replay-progress-container .eplayer-replay-progress .progress__meter {
        stroke: rgba(255, 255, 255, 0.7); }
      .eplayer-skin .eplayer-replay-wrapper .eplayer-replay-progress-container .eplayer-replay-progress .progress__value {
        stroke: white;
        stroke-linecap: round;
        stroke-dasharray: 339.292;
        stroke-dashoffset: 339.292;
        -webkit-animation-name: progress;
                animation-name: progress;
        -webkit-animation-duration: 14s;
                animation-duration: 14s;
        /* or: Xms */
        -webkit-animation-iteration-count: 7;
                animation-iteration-count: 7;
        -webkit-animation-direction: alternate;
                animation-direction: alternate;
        /* or: normal */
        -webkit-animation-timing-function: ease-out;
                animation-timing-function: ease-out;
        /* or: ease, ease-in, ease-in-out, linear, cubic-bezier(x1, y1, x2, y2) */
        -webkit-animation-fill-mode: infinite;
                animation-fill-mode: infinite;
        /* or: backwards, both, none */
        -webkit-animation-delay: 1s;
                animation-delay: 1s;
        /* or: Xms */ }

@-webkit-keyframes progress {
  from {
    stroke-dashoffset: 339.292; }
  to {
    stroke-dashoffset: 0; } }

@keyframes progress {
  from {
    stroke-dashoffset: 339.292; }
  to {
    stroke-dashoffset: 0; } }
  .eplayer-skin .eplayer-skin--gradient {
    position: absolute;
    width: 100%;
    height: 100px; }
    .eplayer-skin .eplayer-skin--gradient.eplayer-skin--gradient-bottom {
      background: linear-gradient(180deg, transparent 20%, rgba(0, 0, 0, 0.5) 100%); }
    .eplayer-skin .eplayer-skin--gradient.eplayer-skin--gradient-top {
      background: linear-gradient(0deg, transparent 20%, rgba(0, 0, 0, 0.5) 100%); }
  .eplayer-skin .eplayer-skin-seek {
    flex: auto;
    height: 4px;
    padding-left: 2px;
    padding-right: 12px;
    cursor: pointer; }
    .eplayer-skin .eplayer-skin-seek.eplayer-skin-seek-unhover {
      display: block;
      padding: 0;
      position: absolute; }
      .eplayer-skin .eplayer-skin-seek.eplayer-skin-seek-unhover .eplayer-skin-seek-pane {
        margin-top: 0; }
    .eplayer-skin .eplayer-skin-seek .eplayer-skin-time {
      position: absolute;
      font-family: 'eagle-default', Arial, Verdana, Tahoma, Helvetica;
      top: -50px !important;
      left: 0;
      min-width: 45px;
      margin-left: 52px;
      text-align: center;
      font-size: 13px;
      display: none;
      background: rgba(0, 0, 0, 0.8); }
      .eplayer-skin .eplayer-skin-seek .eplayer-skin-time .eplayer-sprite-tooltip-container {
        padding: 0; }
      .eplayer-skin .eplayer-skin-seek .eplayer-skin-time .eplayer-sprite-tooltip {
        margin-bottom: 0px; }
      .eplayer-skin .eplayer-skin-seek .eplayer-skin-time span {
        position: absolute !important;
        bottom: 2px;
        width: 100px;
        font-size: 12px;
        height: 21px;
        left: 0;
        /* margin: 0 auto; */
        line-height: 25px;
        text-align: center; }
      .eplayer-skin .eplayer-skin-seek .eplayer-skin-time .eplayer-tooltip-triangle {
        width: 14px;
        height: 14px;
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -6px;
        display: none;
        width: 0;
        height: 0;
        border-top: 6px solid rgba(0, 0, 0, 0.8);
        border-right: 6px solid transparent;
        border-left: 6px solid transparent; }
      .eplayer-skin .eplayer-skin-seek .eplayer-skin-time.eplayer-time-visible {
        display: block; }
    .eplayer-skin .eplayer-skin-seek .eplayer-skin-seek-pane {
      position: relative;
      background: rgba(255, 255, 255, 0.3);
      top: 0px;
      height: 4px;
      margin-top: 14px;
      margin-bottom: 15px;
      overflow: hidden;
      border-radius: 6px; }
      .eplayer-skin .eplayer-skin-seek .eplayer-skin-seek-pane .eplayer-skin-seek-bar {
        position: absolute;
        overflow: hidden;
        left: 0;
        height: 100%;
        width: 0; }
      .eplayer-skin .eplayer-skin-seek .eplayer-skin-seek-pane .eplayer-skin-seek-loaded {
        position: absolute;
        overflow: hidden;
        left: 0;
        height: 100%;
        width: 0%;
        background: white;
        transition: width 0.3s ease; }
  .eplayer-skin .eplayer-skin-title {
    position: absolute;
    top: 0;
    z-index: 12;
    display: inline-block;
    width: calc(100vw - 42px); }
    .eplayer-skin .eplayer-skin-title .eplayer-skin-title-text {
      padding-top: 12px;
      padding-left: 22px;
      font-family: 'eagle-default', Arial, Verdana, Tahoma, Helvetica;
      white-space: nowrap;
      text-overflow: ellipsis;
      font-size: 18px;
      overflow: hidden;
      text-decoration: none;
      cursor: default; }
    .eplayer-skin .eplayer-skin-title:hover .eplayer-skin-title-text {
      color: #ff4800; }
  .eplayer-skin .eplayer-skin-controls {
    position: absolute;
    font-size: 25px;
    left: 0;
    right: 0; }
    .eplayer-skin .eplayer-skin-controls .eplayer-skin-buttons > * {
      vertical-align: middle;
      height: 34px; }
    .eplayer-skin .eplayer-skin-controls .eplayer-skin-contols-div {
      position: absolute;
      height: 34px;
      /*background-color: rgba(26, 26, 26,.8);*/
      width: 100%;
      display: flex;
      bottom: 6px; }
    .eplayer-skin .eplayer-skin-controls .eplayer-skin-buttons-left {
      width: 45px;
      margin-left: 7px; }
      .eplayer-skin .eplayer-skin-controls .eplayer-skin-buttons-left span.icon-pause {
        margin-left: -13px; }
  .eplayer-skin .eplayer-skin, .eplayer-skin .eplayer-skin * {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
  .eplayer-skin .eplayer-skin-buttons-center {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    cursor: pointer; }
    .eplayer-skin .eplayer-skin-buttons-center span.eplayer-skin-big {
      z-index: 3;
      width: 110px;
      height: 110px; }
      .eplayer-skin .eplayer-skin-buttons-center span.eplayer-skin-big .icon-big {
        font-size: 110px;
        height: 110px;
        top: 0;
        left: 0;
        margin: 0; }
  .eplayer-skin .eplayer-fullscreen {
    width: 100% !important;
    height: 100% !important; }
  .eplayer-skin .eplayer-skin-button {
    width: 25px;
    height: 34px;
    font-size: 25px; }
    .eplayer-skin .eplayer-skin-button span.icon {
      height: 25px;
      position: absolute;
      top: 50%;
      left: 50%;
      margin-left: -13px;
      margin-top: -12px; }
    .eplayer-skin .eplayer-skin-button.eplayer-skin-toggle {
      width: 45px; }
      .eplayer-skin .eplayer-skin-button.eplayer-skin-toggle .icon-play {
        display: inline; }
      .eplayer-skin .eplayer-skin-button.eplayer-skin-toggle .icon-pause {
        display: none; }
      .eplayer-skin .eplayer-skin-button.eplayer-skin-toggle .icon-reload {
        display: none; }
      .eplayer-skin .eplayer-skin-button.eplayer-skin-toggle.eplayer-skin-toggle-playing .icon-reload {
        display: none; }
      .eplayer-skin .eplayer-skin-button.eplayer-skin-toggle.eplayer-skin-toggle-playing .icon-play {
        display: none; }
      .eplayer-skin .eplayer-skin-button.eplayer-skin-toggle.eplayer-skin-toggle-playing .icon-pause {
        display: inline; }
      .eplayer-skin .eplayer-skin-button.eplayer-skin-toggle.eplayer-skin-toggle-ended .icon-reload {
        display: inline; }
      .eplayer-skin .eplayer-skin-button.eplayer-skin-toggle.eplayer-skin-toggle-ended .icon-play {
        display: none; }
      .eplayer-skin .eplayer-skin-button.eplayer-skin-toggle.eplayer-skin-toggle-ended .icon-pause {
        display: none; }
      .eplayer-skin .eplayer-skin-button.eplayer-skin-toggle.eplayer-skin-toggle-pause .icon-reload {
        display: none; }
      .eplayer-skin .eplayer-skin-button.eplayer-skin-toggle.eplayer-skin-toggle-pause .icon-play {
        display: inline; }
      .eplayer-skin .eplayer-skin-button.eplayer-skin-toggle.eplayer-skin-toggle-pause .icon-pause {
        display: none; }
  .eplayer-skin .eplayer-skin-buttons-right {
    margin-left: 0px;
    display: flex; }
    .eplayer-skin .eplayer-skin-buttons-right .eplayer-button-right-div {
      height: 34px; }
    .eplayer-skin .eplayer-skin-buttons-right .eplayer-button-right-div-wrapper {
      display: flex; }
    .eplayer-skin .eplayer-skin-buttons-right .eplayer-skin-timeinfo {
      font-family: 'eagle-default', Arial, Verdana, Tahoma, Helvetica;
      padding-right: 18px;
      line-height: 34px;
      width: auto;
      text-align: center;
      font-size: 12px;
      cursor: default; }
      .eplayer-skin .eplayer-skin-buttons-right .eplayer-skin-timeinfo .eplayer-skin-timeinfo-current {
        padding-right: 4px; }
      .eplayer-skin .eplayer-skin-buttons-right .eplayer-skin-timeinfo .eplayer-skin-timeinfo-total-delimiter, .eplayer-skin .eplayer-skin-buttons-right .eplayer-skin-timeinfo .eplayer-skin-timeinfo-total {
        opacity: .7; }
      .eplayer-skin .eplayer-skin-buttons-right .eplayer-skin-timeinfo .eplayer-skin-timeinfo-total {
        padding-left: 4px; }
    .eplayer-skin .eplayer-skin-buttons-right .eplayer-skin-volume {
      width: auto; }
    .eplayer-skin .eplayer-skin-buttons-right .eplayer-skin-quality {
      width: auto !important;
      padding-right: 10px; }
      .eplayer-skin .eplayer-skin-buttons-right .eplayer-skin-quality .eplayer-skin-button {
        width: 25px; }
      .eplayer-skin .eplayer-skin-buttons-right .eplayer-skin-quality .eplayer-skin-quality-button {
        font-size: 13px;
        line-height: 34px;
        overflow: hidden;
        font-family: 'eagle-default', Arial, Verdana, Tahoma, Helvetica; }
      .eplayer-skin .eplayer-skin-buttons-right .eplayer-skin-quality:hover .eplayer-skin-quality-select {
        visibility: visible;
        opacity: 1;
        transition: visibility 0s;
        bottom: 34px; }
    .eplayer-skin .eplayer-skin-buttons-right .eplayer-skin-quality-select {
      position: absolute;
      bottom: 0;
      width: auto;
      visibility: hidden;
      margin-left: -28px;
      transition: visibility 0s; }
      .eplayer-skin .eplayer-skin-buttons-right .eplayer-skin-quality-select .eplayer-skin-quality-panel .eplayer-skin-quality-pane {
        margin-top: 10px; }
      .eplayer-skin .eplayer-skin-buttons-right .eplayer-skin-quality-select .eplayer-skin-pane {
        background: rgba(0, 0, 0, 0.5);
        border-radius: 3px; }
      .eplayer-skin .eplayer-skin-buttons-right .eplayer-skin-quality-select .quality {
        font-size: 12px;
        width: 82px;
        cursor: pointer;
        height: 24px;
        display: block;
        text-align: center;
        line-height: 24px; }
        .eplayer-skin .eplayer-skin-buttons-right .eplayer-skin-quality-select .quality:first-child {
          border-top-left-radius: 3px;
          border-top-right-radius: 3px; }
        .eplayer-skin .eplayer-skin-buttons-right .eplayer-skin-quality-select .quality:last-child {
          border-bottom-left-radius: 3px;
          border-bottom-right-radius: 3px; }
      .eplayer-skin .eplayer-skin-buttons-right .eplayer-skin-quality-select .quality:hover {
        background-color: rgba(255, 255, 255, 0.5); }
      .eplayer-skin .eplayer-skin-buttons-right .eplayer-skin-quality-select .quality.active:before {
        font-family: "lentaicon";
        content: '\e80a';
        /* margin-left: -13px; */
        font-size: 8px;
        position: absolute;
        left: 17px; }
    .eplayer-skin .eplayer-skin-buttons-right .eplayer-skin-button-fullscreen {
      width: 32px; }
  .eplayer-skin .eplayer-skin-settings {
    display: none; }
    .eplayer-quality-visible .eplayer-skin .eplayer-skin-settings {
      display: inline-block; }
  .eplayer-skin .eplayer-skin-volume {
    padding-right: 12px; }
    .eplayer-skin .eplayer-skin-volume:hover .eplayer-skin-volume-level {
      margin-top: -46px;
      height: 35px;
      cursor: pointer;
      visibility: visible; }
      .eplayer-skin .eplayer-skin-volume:hover .eplayer-skin-volume-level .eplayer-skin-volume-handler {
        visibility: visible; }
    .eplayer-skin .eplayer-skin-volume .eplayer-skin-volume-level {
      height: 0;
      display: block;
      margin-top: 0;
      position: relative;
      margin-left: -8px;
      width: 34px;
      visibility: hidden;
      transition: height 0.2s ease; }
      .eplayer-skin .eplayer-skin-volume .eplayer-skin-volume-level .eplayer-skin-volume-panel {
        width: 34px;
        height: 65px !important;
        padding-top: 10px;
        /*display: block;
        position: relative;*/ }
        .eplayer-skin .eplayer-skin-volume .eplayer-skin-volume-level .eplayer-skin-volume-panel .eplayer-skin-volume-pane {
          height: 35px;
          overflow: visible;
          position: relative; }
        .eplayer-skin .eplayer-skin-volume .eplayer-skin-volume-level .eplayer-skin-volume-panel .eplayer-skin-volume-pane-background {
          background-color: rgba(0, 0, 0, 0.5);
          margin-left: 15px;
          width: 4px;
          height: 100%;
          border-radius: 3px; }
        .eplayer-skin .eplayer-skin-volume .eplayer-skin-volume-level .eplayer-skin-volume-panel .eplayer-skin-volume-bar {
          height: 55px;
          width: 4px;
          position: absolute;
          bottom: 0;
          border-radius: 3px;
          transition: background 0.2s ease; }
        .eplayer-skin .eplayer-skin-volume .eplayer-skin-volume-level .eplayer-skin-volume-panel .eplayer-skin-volume-handler {
          height: 10px;
          width: 10px;
          margin-top: -5px;
          background: white !important;
          border-radius: 10px;
          margin-left: -3px; }
      .eplayer-skin .eplayer-skin-volume .eplayer-skin-volume-level.eplayer-volume-visible {
        display: block; }
  .eplayer-skin .eplayer-skin-volume-button {
    position: absolute;
    bottom: 0;
    float: left;
    width: 25px;
    height: 34px; }
    .eplayer-skin .eplayer-skin-volume-button .volume-low, .eplayer-skin .eplayer-skin-volume-button .volume-high, .eplayer-skin .eplayer-skin-volume-button .volume-mute, .eplayer-skin .eplayer-skin-volume-button .volume-medium {
      display: none; }
    .eplayer-skin .eplayer-skin-volume-button.volume-mute .volume-mute {
      display: inline; }
    .eplayer-skin .eplayer-skin-volume-button.volume-low .volume-low {
      display: inline; }
    .eplayer-skin .eplayer-skin-volume-button.volume-medium .volume-low {
      display: inline; }
    .eplayer-skin .eplayer-skin-volume-button.volume-high .volume-high {
      display: inline; }
  .eplayer-skin .eplayer-skin-share {
    padding-right: 12px; }
  .eplayer-skin .eplayer-skin-buttons {
    flex: none;
    height: 34px; }
    .eplayer-skin .eplayer-skin-buttons .eplayer-skin-quality-button {
      font-size: 25px;
      width: 38px !important;
      line-height: 36px;
      overflow: hidden; }
    .eplayer-skin .eplayer-skin-buttons .eplayer-skin-button-fullscreen-div {
      padding-right: 17px; }
    .eplayer-skin .eplayer-skin-buttons .eplayer-skin-button-fullscreen {
      width: 25px; }
      .eplayer-skin .eplayer-skin-buttons .eplayer-skin-button-fullscreen .icon-fullscreen-on {
        display: inline; }
        .fullscreen-on .eplayer-skin .eplayer-skin-buttons .eplayer-skin-button-fullscreen .icon-fullscreen-on {
          display: none; }
      .eplayer-skin .eplayer-skin-buttons .eplayer-skin-button-fullscreen .icon-fullscreen-off {
        display: none; }
        .fullscreen-on .eplayer-skin .eplayer-skin-buttons .eplayer-skin-button-fullscreen .icon-fullscreen-off {
          display: inline; }
  .eplayer-skin .eplayer-epl-button {
    position: absolute;
    top: -96px;
    right: 15px;
    display: none;
    transition: background-color .2s, top .3s ease; }
    @media screen and (min-width: 550px) {
      .eplayer-skin .eplayer-epl-button {
        display: block; } }
    .eplayer-active:hover .eplayer-skin .eplayer-epl-button, .eplayer-hold-skin .eplayer-skin .eplayer-epl-button {
      top: -88px; }

.eplayer-title-hidden .eplayer-skin-title {
  display: none !important; }
