.liveplayer .spinner{position:absolute;top:50%;left:50%;margin-left:-40px;margin-top:-40px}.liveplayer .loader{text-align:center;display:inline-block;vertical-align:top}.liveplayer svg path,.liveplayer svg rect{fill:#4682b4}.liveplayer .percent-loaded{position:absolute;top:50%;left:50%;margin-left:-25px;width:50px;height:48px;text-align:center;font-size:20px}.liveplayer{
  /*!
 * Polyfill CSS object-fit
 * http://helloanselm.com/object-fit
 *
 * @author: Anselm Hannemann <hello@anselm-hannemann.com>
 * @author: Christian "Schepp" Schaefer <schaepp@gmx.de>
 * @version: 0.3.4
 *
 */
  position:relative;
  height:100%;
  width:100%;
  background:#000;
  font-family:arial;
  font-size:14px}.liveplayer *{box-sizing:border-box}.liveplayer .fadeable{opacity:1;transition:opacity 1s ease-in-out;-moz-transition:opacity 1s ease-in-out;-webkit-transition:opacity 1s ease-in-out}.liveplayer .fadeable.fade{opacity:0}.liveplayer .liveplayer-ui{position:absolute;bottom:0;left:0;width:100%;height:100%;color:#fff;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:500}.liveplayer .liveplayer-ui .control-bar-container{position:absolute;bottom:0;left:0;right:0;height:60px;background-color:rgba(63,63,63,.3);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#b3000000',endColorstr='#b3000000')}.liveplayer .liveplayer-ui .control-bar-container.vod{height:70px}.liveplayer .liveplayer-ui .control-bar-container.vod #playback-time,.liveplayer .liveplayer-ui .control-bar-container.vod .control-buttons{margin-top:10px}.liveplayer .liveplayer-ui .control-bar-container.hidden,.liveplayer .liveplayer-ui .control-bar-container.hidden>*{opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"}.liveplayer .liveplayer-ui .control-bar{height:100%;width:96%;-webkit-transition:opacity .7s;transition:opacity .7s;margin:0 2%;position:relative}.liveplayer .liveplayer-ui .control-bar *{vertical-align:middle;display:inline-block}.liveplayer .liveplayer-ui .control-bar .bitrate-selector{position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);border-radius:5px;padding:7px;background:rgba(0,0,0,.5);width:100px;text-align:center;font-weight:700;-webkit-transition:all .3s;transition:all .3s;z-index:999;right:295px;display:inline-block}.liveplayer .liveplayer-ui .control-bar .bitrate-selector .current{white-space:nowrap}.liveplayer .liveplayer-ui .control-bar .bitrate-selector:hover{border-radius:0 0 5px 5px;border-top:1px solid #000;background:#000;cursor:pointer}.liveplayer .liveplayer-ui .control-bar .bitrate-selector:hover .available{display:block;opacity:1;cursor:pointer}.liveplayer .liveplayer-ui .control-bar .bitrate-selector .available{display:none;position:absolute;background:#000;left:0;right:0;padding:5px;opacity:0;overflow:hidden;border-radius:5px 5px 0 0;bottom:100%;-webkit-transition:all .3s;transition:all .3s}.liveplayer .liveplayer-ui .control-bar .bitrate-selector .available ul{padding:0;text-align:right}.liveplayer .liveplayer-ui .control-bar .bitrate-selector .available ul li.bitrate{padding:3px;border-radius:3px;cursor:pointer;display:block;white-space:nowrap}.liveplayer .liveplayer-ui .control-bar .bitrate-selector .available ul li.bitrate.active{background:#0072b1;cursor:default}.liveplayer .liveplayer-ui .control-bar .bitrate-selector .available ul li.bitrate.disabled{color:grey;cursor:default}.liveplayer .liveplayer-ui .control-bar .bufferBar,.liveplayer .liveplayer-ui .control-bar .progressBar,.liveplayer .liveplayer-ui .control-bar .seekBar{cursor:pointer;position:absolute;top:0;height:5px;display:block;width:100%}.liveplayer .liveplayer-ui .control-bar .bufferBar.hover,.liveplayer .liveplayer-ui .control-bar .progressBar.hover,.liveplayer .liveplayer-ui .control-bar .seekBar.hover{height:7.5px}.liveplayer .liveplayer-ui .control-bar .seekBar{margin:10px 0;height:20px}.liveplayer .liveplayer-ui .control-bar .bufferBar{background:#fff}.liveplayer .liveplayer-ui .control-bar #buffered-amount,.liveplayer .liveplayer-ui .control-bar #progress-amount{position:absolute;height:100%;width:0;max-width:100%}.liveplayer .liveplayer-ui .control-bar #buffered-amount.hover,.liveplayer .liveplayer-ui .control-bar #progress-amount.hover{border-radius:0 10px 10px 0;height:7.5px}.liveplayer .liveplayer-ui .control-bar #buffered-amount{background-color:hsla(0,0%,100%,.6)}.liveplayer .liveplayer-ui .control-bar #progress-amount{width:1%;min-width:15px;background-color:#4682b4}.liveplayer .liveplayer-ui .control-bar #time-handle{cursor:pointer;position:relative;height:10px;width:10px;background-color:#9cc3e4;border-radius:10px;margin-top:-3px;margin-right:-3px;float:right;display:none}.liveplayer .liveplayer-ui .control-bar #time-handle.hover{height:15px;width:15px;display:block}.liveplayer .liveplayer-ui .control-bar #time-handle.hover.playback-ended{margin-right:-3px}.liveplayer .liveplayer-ui .control-bar #time-display{border-radius:4px;display:block;padding:5px 8px;position:absolute;top:-35px;left:-28px;background-color:#4682b4;text-align:center}.liveplayer .liveplayer-ui .control-bar #time-display .hidden{display:none}.liveplayer .liveplayer-ui .control-bar #time-display:after{top:100%;left:50%;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none;border-color:rgba(70,130,180,0);border-top-color:#4682b4;border-width:5px;margin-left:-5px}.liveplayer .liveplayer-ui .control-bar .hidden{display:none!important}.liveplayer .liveplayer-ui .control-bar #playback-time{position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);left:95px}.liveplayer .liveplayer-ui .control-bar .lp-icon{background-size:contain}.liveplayer .liveplayer-ui .control-bar .lp-icon-play{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTc5MiIgaGVpZ2h0PSIxNzkyIiB2aWV3Qm94PSIwIDAgMTc5MiAxNzkyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik0xNTc2IDkyN2wtMTMyOCA3MzhxLTIzIDEzLTM5LjUgM3QtMTYuNS0zNnYtMTQ3MnEwLTI2IDE2LjUtMzZ0MzkuNSAzbDEzMjggNzM4cTIzIDEzIDIzIDMxdC0yMyAzMXoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=)}.liveplayer .liveplayer-ui .control-bar .lp-icon-pause{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTc5MiIgaGVpZ2h0PSIxNzkyIiB2aWV3Qm94PSIwIDAgMTc5MiAxNzkyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik0xNjY0IDE5MnYxNDA4cTAgMjYtMTkgNDV0LTQ1IDE5aC01MTJxLTI2IDAtNDUtMTl0LTE5LTQ1di0xNDA4cTAtMjYgMTktNDV0NDUtMTloNTEycTI2IDAgNDUgMTl0MTkgNDV6bS04OTYgMHYxNDA4cTAgMjYtMTkgNDV0LTQ1IDE5aC01MTJxLTI2IDAtNDUtMTl0LTE5LTQ1di0xNDA4cTAtMjYgMTktNDV0NDUtMTloNTEycTI2IDAgNDUgMTl0MTkgNDV6IiBmaWxsPSIjZmZmIi8+PC9zdmc+)}.liveplayer .liveplayer-ui .control-bar .lp-icon-stop{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTc5MiIgaGVpZ2h0PSIxNzkyIiB2aWV3Qm94PSIwIDAgMTc5MiAxNzkyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik0xNjY0IDE5MnYxNDA4cTAgMjYtMTkgNDV0LTQ1IDE5aC0xNDA4cS0yNiAwLTQ1LTE5dC0xOS00NXYtMTQwOHEwLTI2IDE5LTQ1dDQ1LTE5aDE0MDhxMjYgMCA0NSAxOXQxOSA0NXoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=)}.liveplayer .liveplayer-ui .control-bar .lp-icon-fullscreen{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTc5MiIgaGVpZ2h0PSIxNzkyIiB2aWV3Qm94PSIwIDAgMTc5MiAxNzkyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik04ODMgMTA1NnEwIDEzLTEwIDIzbC0zMzIgMzMyIDE0NCAxNDRxMTkgMTkgMTkgNDV0LTE5IDQ1LTQ1IDE5aC00NDhxLTI2IDAtNDUtMTl0LTE5LTQ1di00NDhxMC0yNiAxOS00NXQ0NS0xOSA0NSAxOWwxNDQgMTQ0IDMzMi0zMzJxMTAtMTAgMjMtMTB0MjMgMTBsMTE0IDExNHExMCAxMCAxMCAyM3ptNzgxLTg2NHY0NDhxMCAyNi0xOSA0NXQtNDUgMTktNDUtMTlsLTE0NC0xNDQtMzMyIDMzMnEtMTAgMTAtMjMgMTB0LTIzLTEwbC0xMTQtMTE0cS0xMC0xMC0xMC0yM3QxMC0yM2wzMzItMzMyLTE0NC0xNDRxLTE5LTE5LTE5LTQ1dDE5LTQ1IDQ1LTE5aDQ0OHEyNiAwIDQ1IDE5dDE5IDQ1eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==)}.liveplayer .liveplayer-ui .control-bar .lp-icon-audio{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTc5MiIgaGVpZ2h0PSIxNzkyIiB2aWV3Qm94PSIwIDAgMTc5MiAxNzkyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik04MzIgMzUydjEwODhxMCAyNi0xOSA0NXQtNDUgMTktNDUtMTlsLTMzMy0zMzNoLTI2MnEtMjYgMC00NS0xOXQtMTktNDV2LTM4NHEwLTI2IDE5LTQ1dDQ1LTE5aDI2MmwzMzMtMzMzcTE5LTE5IDQ1LTE5dDQ1IDE5IDE5IDQ1em0zODQgNTQ0cTAgNzYtNDIuNSAxNDEuNXQtMTEyLjUgOTMuNXEtMTAgNS0yNSA1LTI2IDAtNDUtMTguNXQtMTktNDUuNXEwLTIxIDEyLTM1LjV0MjktMjUgMzQtMjMgMjktMzUuNSAxMi01Ny0xMi01Ny0yOS0zNS41LTM0LTIzLTI5LTI1LTEyLTM1LjVxMC0yNyAxOS00NS41dDQ1LTE4LjVxMTUgMCAyNSA1IDcwIDI3IDExMi41IDkzdDQyLjUgMTQyem0yNTYgMHEwIDE1My04NSAyODIuNXQtMjI1IDE4OC41cS0xMyA1LTI1IDUtMjcgMC00Ni0xOXQtMTktNDVxMC0zOSAzOS01OSA1Ni0yOSA3Ni00NCA3NC01NCAxMTUuNS0xMzUuNXQ0MS41LTE3My41LTQxLjUtMTczLjUtMTE1LjUtMTM1LjVxLTIwLTE1LTc2LTQ0LTM5LTIwLTM5LTU5IDAtMjYgMTktNDV0NDUtMTlxMTMgMCAyNiA1IDE0MCA1OSAyMjUgMTg4LjV0ODUgMjgyLjV6bTI1NiAwcTAgMjMwLTEyNyA0MjIuNXQtMzM4IDI4My41cS0xMyA1LTI2IDUtMjYgMC00NS0xOXQtMTktNDVxMC0zNiAzOS01OSA3LTQgMjIuNS0xMC41dDIyLjUtMTAuNXE0Ni0yNSA4Mi01MSAxMjMtOTEgMTkyLTIyN3Q2OS0yODktNjktMjg5LTE5Mi0yMjdxLTM2LTI2LTgyLTUxLTctNC0yMi41LTEwLjV0LTIyLjUtMTAuNXEtMzktMjMtMzktNTkgMC0yNiAxOS00NXQ0NS0xOXExMyAwIDI2IDUgMjExIDkxIDMzOCAyODMuNXQxMjcgNDIyLjV6IiBmaWxsPSIjZmZmIi8+PC9zdmc+)}.liveplayer .liveplayer-ui .control-bar .lp-icon-muted{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTc5MiIgaGVpZ2h0PSIxNzkyIiB2aWV3Qm94PSIwIDAgMTc5MiAxNzkyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Im0gODMyLDM1MiB2IDEwODggcSAwLDI2IC0xOSw0NSAtMTksMTkgLTQ1LDE5IC0yNiwwIC00NSwtMTkgTCAzOTAsMTE1MiBIIDEyOCBxIC0yNiwwIC00NSwtMTkgLTE5LC0xOSAtMTksLTQ1IFYgNzA0IHEgMCwtMjYgMTksLTQ1IDE5LC0xOSA0NSwtMTkgSCAzOTAgTCA3MjMsMzA3IHEgMTksLTE5IDQ1LC0xOSAyNiwwIDQ1LDE5IDE5LDE5IDE5LDQ1IHoiIGZpbGw9IiNmZmYiLz48L3N2Zz4K)}.liveplayer .liveplayer-ui .control-bar .lp-icon{width:30px;height:30px;cursor:pointer;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.liveplayer .liveplayer-ui .control-bar .control-bar-right{position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);z-index:1;right:0;margin:0}.liveplayer .liveplayer-ui .control-bar .lp-icon-pause,.liveplayer .liveplayer-ui .control-bar .lp-icon-play{left:0}.liveplayer .liveplayer-ui .control-bar .lp-icon-stop{left:40px}.liveplayer .liveplayer-ui .control-bar .lp-icon-stop:first-child{left:0}.liveplayer .liveplayer-ui .control-bar .lp-icon-fullscreen{right:0}.liveplayer .liveplayer-ui .control-bar .lp-icon-audio,.liveplayer .liveplayer-ui .control-bar .lp-icon-muted{right:235px}.liveplayer .liveplayer-ui .control-bar .volumeSlider{cursor:pointer;position:relative;right:55px}.liveplayer .liveplayer-ui .control-bar .volume-slider{box-sizing:content-box;vertical-align:middle;-webkit-appearance:none;height:22px;width:160px;background:transparent;padding:0}.liveplayer .liveplayer-ui .control-bar .volume-slider:focus{outline:none}.liveplayer .liveplayer-ui .control-bar .volume-slider::-webkit-slider-runnable-track{-webkit-appearance:none;height:5px;background:#fff;border-radius:6px}.liveplayer .liveplayer-ui .control-bar .volume-slider::-webkit-slider-thumb{background:#fff;width:22px;height:22px;border-radius:11px;-webkit-appearance:none;position:relative;top:-9px}.liveplayer .liveplayer-ui .control-bar .volume-slider::-moz-range-track{background:#fff;height:5px;border-radius:6px}.liveplayer .liveplayer-ui .control-bar .volume-slider::-moz-range-thumb{background:#fff;width:22px;height:22px;border-radius:11px;border:none}.liveplayer .liveplayer-ui .control-bar .volume-slider::-ms-track{background:#fff;height:5px;border:none;border-radius:6px;color:transparent}.liveplayer .liveplayer-ui .control-bar .volume-slider::-ms-fill-lower,.liveplayer .liveplayer-ui .control-bar .volume-slider::-ms-fill-upper{background:#fff;height:5px;border-radius:6px}.liveplayer .liveplayer-ui .control-bar .volume-slider::-ms-thumb{background:#fff;width:22px;height:22px;border-radius:11px;z-index:100;border:none;position:absolute;overflow:visible}.liveplayer .liveplayer-ui .control-bar .volume-slider::-ms-ticks{border:none}.liveplayer .liveplayer-ui .control-bar .volume-slider::-ms-tooltip{display:none}.liveplayer .liveplayer-ui .control-buttons{position:relative;width:100%;height:100%;margin-top:0}.liveplayer .liveplayer-ui>div{z-index:501;position:absolute}.liveplayer .liveplayer-ui .poster-image{z-index:0;left:0;top:0;height:100%;width:100%;background:#000;text-align:center}.liveplayer .liveplayer-ui img{position:absolute;left:0;right:0;top:0;bottom:0;margin:auto;max-height:100%;max-width:100%}.liveplayer x-object-fit{position:relative!important;display:inline-block!important}.liveplayer x-object-fit>.x-object-fit-taller,.liveplayer x-object-fit>.x-object-fit-wider{position:absolute!important;left:-100%!important;right:-100%!important;top:-100%!important;bottom:-100%!important;margin:auto!important}.liveplayer .x-object-fit-none>.x-object-fit-taller,.liveplayer .x-object-fit-none>.x-object-fit-wider{width:auto!important;height:auto!important}.liveplayer .x-object-fit-fill>.x-object-fit-taller,.liveplayer .x-object-fit-fill>.x-object-fit-wider{width:100%!important;height:100%!important}.liveplayer .x-object-fit-contain>.x-object-fit-taller{width:auto!important;height:100%!important}.liveplayer .x-object-fit-contain>.x-object-fit-wider{width:100%!important;height:auto!important}.liveplayer .x-object-fit-cover>.x-object-fit-taller,.liveplayer .x-object-fit-cover>.x-object-fit-wider{max-width:none!important;max-height:none!important}.liveplayer .x-object-fit-cover>.x-object-fit-taller{width:100%!important;height:auto!important;max-width:none!important}.liveplayer .x-object-fit-cover>.x-object-fit-wider{width:auto!important;height:100%!important;max-width:none!important}.liveplayer .x-object-position-top>.x-object-fit-taller,.liveplayer .x-object-position-top>.x-object-fit-wider{top:0!important;bottom:auto!important}.liveplayer .x-object-position-right>.x-object-fit-taller,.liveplayer .x-object-position-right>.x-object-fit-wider{left:auto!important;right:0!important}.liveplayer .x-object-position-bottom>.x-object-fit-taller,.liveplayer .x-object-position-bottom>.x-object-fit-wider{top:auto!important;bottom:0!important}.liveplayer .x-object-position-left>.x-object-fit-taller,.liveplayer .x-object-position-left>.x-object-fit-wider{left:0!important;right:auto!important}.liveplayer .html5{height:100%;background:#000}.liveplayer .html5 video{width:100%;height:100%}.liveplayer .html5 .stretch{-o-object-fit:fill;object-fit:fill}.liveplayer .dash{height:100%;background:#000}.liveplayer .dash video{width:100%;height:100%}.liveplayer .dash .stretch{-o-object-fit:fill;object-fit:fill}.liveplayer .flash{height:100%}.liveplayer .flash object{width:100%;height:100%}.liveplayer .hls{height:100%;background:#000}.liveplayer .hls video{width:100%;height:100%}.liveplayer .hls .stretch{-o-object-fit:fill;object-fit:fill}.liveplayer .lp-lmt.srw-container{height:100%;width:100%;background:#000;overflow:hidden}.liveplayer .lp-lmt.srw-container #lp-lmt .sc-lmt{margin:auto}.liveplayer .liveplayer-ui .control-bar[min-width~="640px+1"]{margin:0 1.5%;width:97%}.liveplayer .liveplayer-ui .control-bar[max-width~="640px"] input[type=range]{width:130px}.liveplayer .liveplayer-ui .control-bar[max-width~="640px"] .volumeSlider{right:50px}.liveplayer .liveplayer-ui .control-bar[max-width~="640px"] .bitrate-selector{padding:6px;width:90px;right:250px}.liveplayer .liveplayer-ui .control-bar[max-width~="640px"] #playback-time{left:80px}.liveplayer .liveplayer-ui .control-bar[max-width~="640px"] .lp-icon{width:25px;height:25px}.liveplayer .liveplayer-ui .control-bar[max-width~="640px"] .lp-icon-pause,.liveplayer .liveplayer-ui .control-bar[max-width~="640px"] .lp-icon-play{margin-left:2px}.liveplayer .liveplayer-ui .control-bar[max-width~="640px"] .lp-icon-fullscreen{right:2px}.liveplayer .liveplayer-ui .control-bar[max-width~="640px"] .lp-icon-audio,.liveplayer .liveplayer-ui .control-bar[max-width~="640px"] .lp-icon-muted{right:195px}.liveplayer .liveplayer-ui .control-bar[max-width~="640px"] .lp-icon-stop{left:38px}.liveplayer .liveplayer-ui .control-bar[max-width~="640px"] .volume-slider{height:20px}.liveplayer .liveplayer-ui .control-bar[max-width~="640px"] .volume-slider::-webkit-slider-thumb{background:#fff;width:20px;height:20px;border-radius:10px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.liveplayer .liveplayer-ui .control-bar[max-width~="640px"] .volume-slider::-moz-range-thumb{background:#fff;width:20px;height:20px;border-radius:10px}.liveplayer .liveplayer-ui .control-bar[max-width~="640px"] .volume-slider::-ms-thumb{background:#fff;width:20px;height:20px;border-radius:10px}.liveplayer .liveplayer-ui .control-bar-container[max-width~="560px"]{height:55px}.liveplayer .liveplayer-ui .control-bar-container[max-width~="560px"].vod{height:65px}.liveplayer .liveplayer-ui .control-bar[max-width~="560px"] input[type=range]{width:90px}.liveplayer .liveplayer-ui .control-bar[max-width~="560px"] .volumeSlider{right:45px}.liveplayer .liveplayer-ui .control-bar[max-width~="560px"] .bitrate-selector{padding:6px;width:80px;right:155px;font-size:13px}.liveplayer .liveplayer-ui .control-bar[max-width~="560px"] #playback-time{left:70px;font-size:11px}.liveplayer .liveplayer-ui .control-bar[max-width~="560px"] .lp-icon{width:20px;height:20px}.liveplayer .liveplayer-ui .control-bar[max-width~="560px"] .lp-icon-pause,.liveplayer .liveplayer-ui .control-bar[max-width~="560px"] .lp-icon-play{margin-left:5px}.liveplayer .liveplayer-ui .control-bar[max-width~="560px"] .lp-icon-fullscreen{right:5px}.liveplayer .liveplayer-ui .control-bar[max-width~="560px"] .lp-icon-audio,.liveplayer .liveplayer-ui .control-bar[max-width~="560px"] .lp-icon-muted{display:none}.liveplayer .liveplayer-ui .control-bar[max-width~="560px"] .lp-icon-stop{left:35px}.liveplayer .liveplayer-ui .control-bar[max-width~="560px"] .volume-slider{height:18px}.liveplayer .liveplayer-ui .control-bar[max-width~="560px"] .volume-slider::-webkit-slider-thumb{background:#fff;width:18px;height:18px;border-radius:9px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.liveplayer .liveplayer-ui .control-bar[max-width~="560px"] .volume-slider::-moz-range-thumb{background:#fff;width:18px;height:18px;border-radius:9px}.liveplayer .liveplayer-ui .control-bar[max-width~="560px"] .volume-slider::-ms-thumb{background:#fff;width:18px;height:18px;border-radius:9px}.liveplayer .liveplayer-ui .control-bar-container[max-width~="420px"]{height:50px}.liveplayer .liveplayer-ui .control-bar-container[max-width~="420px"].vod{height:60px}.liveplayer .liveplayer-ui .control-bar[max-width~="420px"]{margin:0 3%;width:94%}.liveplayer .liveplayer-ui .control-bar[max-width~="420px"] input[type=range]{width:60px}.liveplayer .liveplayer-ui .control-bar[max-width~="420px"] .volumeSlider{right:42px}.liveplayer .liveplayer-ui .control-bar[max-width~="420px"] .bitrate-selector{display:none}.liveplayer .liveplayer-ui .control-bar[max-width~="420px"] #playback-time{left:64px;font-size:11px}.liveplayer .liveplayer-ui .control-bar[max-width~="420px"] .lp-icon{width:18px;height:18px}.liveplayer .liveplayer-ui .control-bar[max-width~="420px"] .lp-icon-pause,.liveplayer .liveplayer-ui .control-bar[max-width~="420px"] .lp-icon-play{margin-left:6px}.liveplayer .liveplayer-ui .control-bar[max-width~="420px"] .lp-icon-fullscreen{right:6px}.liveplayer .liveplayer-ui .control-bar[max-width~="420px"] .lp-icon-stop{left:34px}.liveplayer .liveplayer-ui .control-bar[max-width~="420px"] .volume-slider{height:16px}.liveplayer .liveplayer-ui .control-bar[max-width~="420px"] .volume-slider::-webkit-slider-thumb{background:#fff;width:16px;height:16px;border-radius:8px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.liveplayer .liveplayer-ui .control-bar[max-width~="420px"] .volume-slider::-moz-range-thumb{background:#fff;width:16px;height:16px;border-radius:8px}.liveplayer .liveplayer-ui .control-bar[max-width~="420px"] .volume-slider::-ms-thumb{background:#fff;width:16px;height:16px;border-radius:8px}.liveplayer .liveplayer-ui .control-bar-container[max-width~="330px"]{height:45px}.liveplayer .liveplayer-ui .control-bar-container[max-width~="330px"].vod{height:55px}.liveplayer .liveplayer-ui .control-bar[max-width~="330px"]{margin:0 3%;width:94%}.liveplayer .liveplayer-ui .control-bar[max-width~="330px"] input[type=range]{width:60px}.liveplayer .liveplayer-ui .control-bar[max-width~="330px"] .volumeSlider{right:42px}.liveplayer .liveplayer-ui .control-bar[max-width~="330px"] .bitrate-selector{display:none}.liveplayer .liveplayer-ui .control-bar[max-width~="330px"] #playback-time{left:64px;font-size:11px;width:50px}.liveplayer .liveplayer-ui .control-bar[max-width~="330px"] .volume-slider{height:16px}.liveplayer .liveplayer-ui .control-bar[max-width~="330px"] .volume-slider::-webkit-slider-thumb{background:#fff;width:16px;height:16px;border-radius:8px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.liveplayer .liveplayer-ui .control-bar[max-width~="330px"] .volume-slider::-moz-range-thumb{background:#fff;width:16px;height:16px;border-radius:8px}.liveplayer .liveplayer-ui .control-bar[max-width~="330px"] .volume-slider::-ms-thumb{background:#fff;width:16px;height:16px;border-radius:8px}