* {
    box-sizing: border-box
}

html,body {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 62.5%
}

@media (min-width: 1200px) {
    html,body {
        font-size:78%
    }
}

@media (min-width: 1600px) {
    html,body {
        font-size:90%
    }
}

@media (max-width: 850px) {
    html,body {
        font-size:52%
    }
}

@media (max-width: 550px) {
    html,body {
        font-size:40%
    }
}

@media (max-height: 350px) {
    html,body {
        font-size:55%
    }
}

@media (max-height: 285px) {
    html,body {
        font-size:45%
    }
}

body {
    background-color: #000000
}

svg {
    fill: #fff
}

.player {
    color: #fff;
    font-family: helvetica, arial, sans-serif;
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #000
}

.player:not(.has-played):not(.no-big-play) .player-video-holder {
    cursor: pointer
}

.player.fill {
    background-size: cover !important
}

.player.fill video {
    -o-object-fit: cover;
    object-fit: cover
}

:focus {
    box-shadow: none;
    outline: none
}

.keyboard-focus :focus {
    box-shadow: 0 0 0 2px rgba(27,127,204,0.8) inset
}

@supports (-ms-ime-align: auto) {
    .player.fill video {
        width: auto;
        height: auto;
        min-width: 100%;
        min-height: 100%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%)
    }

    .player.fill-horizontal video {
        width: 100%
    }

    .player.fill-vertical video {
        height: 100%
    }
}

@media all and (-ms-high-contrast: none) {
    .player.fill video {
        width: auto;
        height: auto;
        min-width: 100%;
        min-height: 100%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%)
    }

    .player.fill-horizontal video {
        width: 100%
    }

    .player.fill-vertical video {
        height: 100%
    }
}

.player-video-holder {
    width: 100%;
    height: 100%;
    transition: all 0.2s
}

.player-video-holder.blur video,.player-video-holder.blur object,.player-video-holder.blur embed {
    -moz-filter: blur(3px);
    -ms-filter: blur(3px);
    -o-filter: blur(3px);
    filter: url("data:image/svg+xml;utf8,<svg height='0' xmlns='http://www.w3.org/2000/svg'><filter id='svgBlur' x='-5%' y='-5%' width='110%' height='110%'><feGaussianBlur in='SourceGraphic' stdDeviation='5'/></filter></svg>#svgBlur");
    filter: "progid: DXImageTransform.Microsoft.Blur(PixelRadius = '3')";
    filter: blur(3px)
}

video {
    width: 100%;
    height: 100%;
    position: absolute;
    transition: opacity 0.2s
}

.player-flash-video-blocker {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0
}

embed,object {
    pointer-events: none
}

.player-big-play-button {
    background: rgba(47,52,55,0.85);
    border-radius: 5px;
    font-size: 2.4rem;
    left: 50%;
    top: 50%;
    margin: -3.6rem 0 0 -3rem;
    position: absolute;
    width: 7.2rem;
    height: 7.2rem;
    z-index: 2;
    text-align: center;
    padding-top: 2.2rem
}

.player-big-play-button svg {
    height: 2.9rem
}

@media (max-width: 550px) {
    .player-big-play-button {
        font-size:2.88rem;
        margin-top: -4.32rem;
        margin-left: -3.6rem;
        width: 8.64rem;
        height: 8.64rem;
        padding-top: 2.64rem
    }

    .player-big-play-button svg {
        height: 3.48rem
    }
}

.player-big-play-button:hover {
    cursor: pointer
}

.player-big-play-button:hover svg {
    fill: rgba(255,255,255,0.6)
}

body.keyboard-focus .player-control-bar {
    transition: bottom 0s
}

.player-control-bar {
    background: rgba(47,52,55,0.85);
    position: absolute;
    bottom: 0;
    width: 100%;
    display: table;
    table-layout: fixed;
    transition: bottom 0.5s;
    z-index: 3;
    height: 40px
}

.player-control-bar.hidden {
    bottom: -40px
}

@media (max-width: 500px) {
    .player-control-bar {
        height:28px
    }

    .player-control-bar.hidden {
        bottom: -28px
    }
}

.player-button {
    position: relative
}

.player-button svg {
    position: absolute
}

.player-button:hover {
    cursor: pointer
}

.player-button:hover svg {
    fill: rgba(255,255,255,0.6)
}

.player-progress-time,.player-total-time,.player-button,.player-tracks {
    display: table-cell
}

.player-play-pause {
    padding-left: 12px;
    padding-top: 10px;
    width: 38px
}

@media (max-width: 500px) {
    .player-play-pause {
        padding-left:8px;
        padding-top: 8px;
        width: 24px
    }
}

.player-play-pause #play {
    width: 17px;
    height: 20px;
    top: 10px
}

@media (max-width: 500px) {
    .player-play-pause #play {
        width:10px;
        height: 12px;
        top: 8px
    }
}

.player-play-pause #pause {
    width: 12px;
    height: 20px;
    top: 9px
}

@media (max-width: 500px) {
    .player-play-pause #pause {
        width:10px;
        height: 12px;
        top: 8px
    }
}

.player-play-pause #replay {
    width: 17px;
    height: 20px;
    top: 8px;
    display: none
}

@media (max-width: 500px) {
    .player-play-pause #replay {
        width:10px;
        height: 12px;
        top: 8px
    }
}

.paused .player-play-pause #play {
    display: inline
}

.paused .player-play-pause #pause {
    display: none
}

.playing .player-play-pause #play {
    display: none
}

.playing .player-play-pause #pause {
    display: inline
}

.ended .player-play-pause #play {
    display: none
}

.ended .player-play-pause #pause {
    display: none
}

.ended .player-play-pause #replay {
    display: inline
}

.player-volume {
    padding-left: 6px;
    width: 36px;
    padding-top: 12px
}

.player-volume svg {
    width: 18px;
    height: 15px
}

@media (max-width: 500px) {
    .player-volume {
        padding-top:8px;
        width: 28px
    }

    .player-volume svg {
        width: 16px;
        height: 12px
    }
}

.player-share-btn {
    width: 27px;
    padding-top: 12px;
    padding-left: 6px
}

.player-share-btn svg {
    width: 15px;
    height: 15px
}

@media (max-width: 500px) {
    .player-share-btn {
        padding-top:8px;
        width: 24px
    }

    .player-share-btn svg {
        width: 12px;
        height: 12px
    }
}

.player-download-btn {
    width: 27px;
    padding-top: 12px;
    padding-left: 6px
}

.player-download-btn svg {
    width: 15px;
    height: 15px
}

@media (max-width: 500px) {
    .player-download-btn {
        padding-top:8px;
        width: 24px
    }

    .player-download-btn svg {
        width: 12px;
        height: 12px
    }
}

.player-cc {
    width: 33px;
    padding-top: 12px;
    padding-left: 6px
}

.player-cc svg {
    width: 21px;
    height: 15px
}

@media (max-width: 500px) {
    .player-cc {
        padding-top:8px;
        width: 30px
    }

    .player-cc svg {
        width: 17px;
        height: 12px
    }
}

.player-settings {
    width: 27px;
    padding-top: 12px;
    padding-left: 6px
}

.player-settings svg {
    width: 15px;
    height: 15px;
    transition: transform 0.1s cubic-bezier(0.4, 0, 1, 1)
}

@media (max-width: 500px) {
    .player-settings {
        display:none;
        padding-top: 8px;
        width: 24px
    }

    .player-settings svg {
        width: 12px;
        height: 12px
    }
}

.player-fullscreen {
    width: 33px;
    padding-top: 12px;
    padding-left: 6px
}

.player-fullscreen svg {
    width: 15px;
    height: 15px
}

@media (max-width: 500px) {
    .player-fullscreen {
        padding-top:8px;
        width: 26px
    }

    .player-fullscreen svg {
        width: 12px;
        height: 12px
    }
}

@media (hover: hover) {
    .player-volume:hover .volume-bar {
        height:102px
    }
}

.player-volume .volume-bar {
    left: 0;
    bottom: 40px;
    position: absolute;
    width: 36px;
    height: 0;
    overflow: hidden
}

.player-volume .volume-bar.visible {
    height: 102px
}

@media (max-width: 500px) {
    .player-volume .volume-bar {
        bottom:28px;
        left: -4px
    }
}

.player-volume .volume-bar-background {
    background-color: rgba(47,52,55,0.85);
    width: 18px;
    left: 8px;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    height: 93px;
    bottom: 0;
    position: absolute
}

.player-volume .volume-track-background,.player-volume .volume-track-status,.player-volume .volume-track-controller {
    border-radius: 1px;
    position: absolute;
    width: 2px;
    left: 16px
}

.player-volume .volume-track-controller {
    background: #fff;
    border-radius: 100%;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
    display: block;
    height: 12px;
    left: 11px;
    width: 12px;
    bottom: 72px;
    z-index: 3
}

.player-volume .volume-track-background {
    background: rgba(255,255,255,0.3);
    height: 84px;
    bottom: 0;
    z-index: 1
}

.player-volume .volume-track-status {
    background: rgba(255,255,255,0.45);
    height: 84px;
    z-index: 2;
    bottom: 0
}

.player-mobile-muted {
    display: none;
    position: absolute;
    font-size: 16px;
    padding: 1.4rem 1.5rem 1.3rem;
    background: rgba(47,52,55,0.85);
    bottom: 0;
    left: 0
}

@media screen and (min-width: 420px) {
    .player-mobile-muted {
        width:5rem;
        padding: 1.5rem 1.5rem 1.2rem
    }
}

@media screen and (max-width: 420px) {
    .player-mobile-muted {
        width:12vw;
        padding: 3vw 4vw 2.5vw
    }
}

.player-mobile-muted svg {
    width: 100%;
    height: auto
}

.player-mobile-muted svg #mute {
    display: block
}

.mobile-autoplay .player-mobile-muted {
    display: block
}

.mobile-autoplay .player-live.player-button.player-live-indicator {
    display: block
}

.player-progress-time,.player-total-time {
    color: rgba(255,255,255,0.7);
    font-size: 12px;
    font-weight: bold;
    width: 49px;
    padding-left: 8px;
    vertical-align: middle
}

.player-progress-time.hour,.player-total-time.hour {
    width: 67px
}

@media (max-width: 500px) {
    .player-progress-time.hour,.player-total-time.hour {
        width:58px
    }
}

@media (max-width: 500px) {
    .player-progress-time,.player-total-time {
        font-size:11px;
        padding-left: 6px;
        padding-top: 2px;
        width: 42px
    }
}

.player-total-time {
    width: 50px;
    padding: 0 6px 0 12px
}

@media (max-width: 500px) {
    .player-total-time {
        padding-top:2px;
        width: 42px;
        padding-left: 8px
    }
}

.player-track-time {
    background-color: rgba(47,52,55,0.85);
    border: 1px solid rgba(255,255,255,0.5);
    position: absolute;
    bottom: 52px
}

@media (max-width: 500px) {
    .player-track-time {
        display:none !important
    }
}

.player-track-time-gradient {
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%
}

.player-track-time-time {
    color: #FFF;
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 4px;
    font-size: 11px
}

.player-track-time-time.hour {
    width: 65px
}

.player-tracks {
    position: relative
}

.player-tracks .player-track-background,.player-tracks .player-track-loaded,.player-tracks .player-track-progress {
    border-radius: 1px;
    height: 2px;
    left: 0;
    top: 19px;
    position: absolute
}

@media (max-width: 500px) {
    .player-tracks .player-track-background,.player-tracks .player-track-loaded,.player-tracks .player-track-progress {
        top:13px
    }
}

.player-tracks .player-track-background {
    background: rgba(255,255,255,0.7);
    width: 100%;
    z-index: 1
}

.player-tracks .player-track-loaded {
    background: rgba(47,52,55,0.35);
    z-index: 2;
    width: 0%
}

.player-tracks .player-track-progress {
    background: rgba(255,255,255,0.8);
    width: 0%;
    z-index: 3
}

.player-tracks .player-track-time {
    display: none
}

.player-tracks:hover {
    cursor: pointer
}

.player-track-controller {
    background: #fff;
    border-radius: 100%;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
    display: block;
    width: 12px;
    height: 12px;
    margin: 14px 0 0 -6px;
    position: absolute;
    left: 0%;
    top: 0;
    z-index: 5
}

@media (max-width: 500px) {
    .player-track-controller {
        margin:8px 0 0 -6px
    }
}

@keyframes live-pulse {
    0% {
        opacity: 0.5;
        background: #F55252
    }

    50% {
        opacity: 1;
        background: #F00
    }

    100% {
        opacity: 0.5;
        background: #F55252
    }
}

.live .player-live {
    display: table-cell;
    cursor: default
}

.live:not(.behind-live) .player-live .player-live-icon {
    animation: live-pulse 1.25s ease-in-out infinite
}

.player-live.player-button.player-live-indicator {
    position: absolute;
    top: 1rem;
    right: 1rem;
    padding: .9rem;
    width: auto;
    background: rgba(47,52,55,0.65);
    transition: top 0.5s;
    z-index: 10;
    display: none
}

.player-live {
    font-weight: 600;
    font-size: 1.2rem;
    letter-spacing: 0.05em;
    width: 54px;
    padding-left: 4px;
    padding-top: 13px;
    display: none
}

.player-live .player-live-icon {
    display: inline-block;
    width: 0.8rem;
    height: 0.8rem;
    vertical-align: middle;
    margin-top: -0.2rem;
    margin-right: 0.25em;
    background: #F00;
    border-radius: 100%
}

@media (max-width: 500px) {
    .player-live .player-live-icon {
        margin-right:0.1em
    }
}

.player-live span {
    display: inline-block
}

@media (max-width: 500px) {
    .player-live {
        padding-top:7px
    }
}

@media (min-width: 1200px) {
    .player-live {
        padding-top:12px;
        width: 65px
    }
}

.player-menu {
    display: none;
    position: absolute;
    bottom: 52px;
    background: rgba(47,52,55,0.85);
    border-radius: 3px;
    padding: 6px;
    right: 12px;
    font-size: 11px
}

@media (max-width: 500px) {
    .player-menu {
        bottom:36px;
        right: 8px
    }
}

.player-menu label {
    width: 49px;
    margin-right: 6px;
    text-align: right;
    float: left;
    padding-top: 4px
}

.player-menu select {
    background: transparent;
    width: 60px;
    padding: 0 5px;
    font-size: 11px;
    line-height: 1;
    border: 0;
    border-radius: 0;
    height: 18px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0
}

.player-menu select::-ms-expand {
    display: none
}

.player-menu .player-option {
    margin-bottom: 6px;
    overflow: hidden
}

.player-menu .player-setting {
    float: left
}

.player-menu .player-select {
    background-color: #fff;
    border-radius: 2px;
    position: relative
}

.player-menu .player-select:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid rgba(47,52,55,0.85);
    top: 8px;
    right: 5px;
    pointer-events: none
}

.player-subtitle-cue {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 12px;
    text-align: center;
    color: #fff;
    transition: bottom 0.5s;
    display: none;
    font-size: 4.5vh;
    text-shadow: #222 0px 0px 4px,#222 0px 0px 4px,#222 0px 0px 4px,#222 0px 0px 4px
}

.player-subtitle-cue.toolbar-visible {
    bottom: 40px
}

@media (max-width: 500px) {
    .player-subtitle-cue.toolbar-visible {
        bottom:28px
    }
}

.player-subtitle-cue span {
    padding: 6px;
    background-color: rgba(8,8,8,0.75);
    display: inline-block
}

.player-settings-menu {
    width: 134px;
    height: 54px
}

@media (max-width: 500px) {
    .player-settings-menu {
        display:none !important
    }
}

.player-subtitle-menu {
    width: 134px;
    height: 30px
}

.player.settings-shown .player-settings-menu {
    display: block
}

.player.settings-shown .player-settings svg {
    transform: rotateZ(22.5deg)
}

.player.subtitle-menu-shown .player-subtitle-menu {
    display: block
}

.player-stats {
    display: none;
    position: absolute;
    top: 10px;
    left: 10px;
    background: rgba(47,52,55,0.85);
    border-radius: 3px;
    padding: 6px;
    font-size: 11px;
    color: #FFF;
    z-index: 500
}

.player-stats>div>div {
    display: inline-block;
    font-weight: bold;
    padding: 0 0.5em;
    text-align: right;
    width: 10em
}

.player-stats .sparkline {
    vertical-align: inherit !important
}

.no-cc .player-cc {
    display: none
}

.no-dl .player-download-btn {
    display: none
}

.no-share .player-share-btn {
    display: none
}

.no-fs .player-fullscreen {
    display: none
}

.no-fs .player-settings {
    width: 33px
}

@media (max-width: 500px) {
    .no-fs .player-settings {
        width:26px
    }
}

.no-settings .player-settings {
    display: none
}

.no-fs.no-settings .player-cc {
    width: 39px
}

@media (max-width: 500px) {
    .no-fs.no-settings .player-cc {
        width:32px
    }
}

.no-vol .player-volume {
    display: none
}

.no-seek .player-tracks,.no-seek .player-total-time,.no-seek .player-progress-time {
    opacity: 0;
    pointer-events: none;
    cursor: default
}

.live .player-track-time,.live-replay .player-track-time {
    width: 60px !important;
    height: 24px !important
}

.live .player-track-time-background,.live-replay .player-track-time-background {
    display: none
}

.live .player-track-time-gradient,.live-replay .player-track-time-gradient {
    display: none
}

.live .player-progress-time,.live .player-total-time {
    opacity: 0;
    width: 8px
}

.no-big-play .player-big-play-button {
    display: none
}

.no-controls .player-control-bar {
    display: none
}

.no-controls .player-live-indicator {
    display: none
}

.no-controls .player-subtitle-cue.toolbar-visible {
    bottom: 0
}

.muted #wave-one,.muted #wave-two {
    display: none
}

.muted #mute {
    display: block
}

.vol33 #wave-one {
    display: block
}

.vol33 #mute,.vol33 #wave-two {
    display: none
}

.vol66 #wave-two,.vol66 #wave-one {
    display: block
}

.vol66 #mute {
    display: none
}

#mute {
    display: none
}

.cover {
    background-size: cover !important
}

.behind-live .player-live {
    cursor: pointer
}

.behind-live .player-live .player-live-icon {
    background: rgba(255,255,255,0.4)
}

.player-buffer {
    display: none;
    position: absolute;
    z-index: 2;
    width: 100%;
    top: 50%;
    transform: translateY(-50%)
}

.spinner {
    width: 50px;
    height: 30px;
    text-align: center;
    font-size: 10px;
    margin: auto
}

.spinner>div {
    background-color: #fff;
    height: 100%;
    width: 6px;
    display: inline-block;
    animation: stretchdelay 1.2s infinite ease-in-out
}

.spinner .rect2 {
    animation-delay: -1.1s
}

.spinner .rect3 {
    animation-delay: -1.0s
}

.spinner .rect4 {
    animation-delay: -0.9s
}

.spinner .rect5 {
    animation-delay: -0.8s
}

@keyframes stretchdelay {
    0%,40%,100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4)
    }

    20% {
        transform: scaleY(1);
        -webkit-transform: scaleY(1)
    }
}

.player-sheet {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(47,52,55,0.8);
    overflow: hidden;
    transition: all 0.2;
    opacity: 0;
    color: #eee;
    z-index: 0;
    pointer-events: none;
    cursor: default
}

.player-sheet.show {
    opacity: 1;
    z-index: 30;
    pointer-events: inherit
}

.player-sheet.show .player-share-options {
    transform: translateY(-50%) scale(1)
}

.player-sheet.show .player-download-options {
    transform: translateY(-50%) scale(1)
}

.player-sheet .player-card-btn {
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 0.1em;
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 20px
}

.player-sheet .player-card-btn:hover {
    opacity: 0.7
}

.player-sheet .player-card-btn svg {
    width: 16px;
    height: 16px
}

@media (max-width: 500px) {
    .player-sheet .player-card-btn svg {
        width:10px;
        height: 10px
    }
}

.player-sheet .player-card {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    padding: 10px
}

.player-sheet h2 {
    font-size: 22px;
    font-weight: 300;
    line-height: 1.5em;
    letter-spacing: 0.02em;
    margin: 0 0 20px
}

@media (max-width: 500px) {
    .player-sheet h2 {
        font-weight:400;
        font-size: 14px;
        margin: 0 0 10px
    }
}

.player-sheet h3 {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5em;
    letter-spacing: 0.02em;
    margin: 30px 0 10px;
    font-size: 16px
}

@media (max-width: 500px) {
    .player-sheet h3 {
        font-weight:400;
        font-size: 12px;
        margin: 10px 0
    }
}

.player-sheet ul {
    list-style: none;
    padding: 0;
    overflow: hidden;
    display: flex;
    text-align: center;
    justify-content: center
}

.player-sheet ul li {
    float: left;
    margin-right: 0;
    cursor: pointer
}

.player-sheet ul li svg {
    margin: 0 30px 0 0;
    width: 30px;
    height: 30px;
    display: block
}

@media (max-width: 500px) {
    .player-sheet ul li svg {
        width:24px;
        height: 24px;
        margin: 0 15px 0 0
    }
}

.player-sheet ul li:last-of-type a,.player-sheet ul li:last-of-type svg {
    margin-right: 0px
}

.player-sheet ul li:hover svg {
    opacity: 0.7
}

.player-sheet .player-share-options {
    width: auto;
    text-align: center;
    margin: 0 auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%) scale(0.7);
    overflow: hidden;
    transition: all 0.2s
}

.player-sheet .player-share-options input {
    font-family: helvetica, arial, sans-serif;
    width: 60%;
    height: 40px;
    border: 0;
    padding: 10px;
    font-weight: 400;
    font-size: 18px;
    border-radius: 2px;
    color: #95a5ae;
    outline: 0;
    resize: none;
    overflow: auto;
    letter-spacing: 0.02em
}

@media (max-width: 500px) {
    .player-sheet .player-share-options input {
        height:30px;
        padding: 6px;
        font-size: 14px
    }
}

.player-download-options {
    width: auto;
    text-align: center;
    margin: 0 auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%) scale(0.7);
    overflow: hidden;
    transition: all 0.2s
}

.player-download-options ul li {
    margin-right: 0
}

.player-download-options a {
    width: auto;
    min-width: 70px;
    line-height: 16px;
    height: auto;
    vertical-align: middle;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    border: 0;
    border-radius: 3px;
    padding: 12px;
    margin: 0 10px 0;
    background-color: #79848c;
    color: #FFF;
    text-decoration: none;
    display: block;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto
}

.player-download-options a:hover {
    opacity: 0.7
}

@media (max-width: 500px) {
    .player-download-options a {
        min-width:60px;
        font-size: 10px
    }
}

#post-roll {
    font-family: sans-serif;
    background-color: #666;
    background-color: rgba(102,102,102,0.85);
    box-shadow: rgba(0,0,0,0.6) 0 0 15px inset;
    top: 0;
    left: 0;
    font-size: 3.4rem;
    line-height: 1.3em;
    overflow: hidden;
    position: absolute;
    text-align: center;
    z-index: 1000;
    width: 100%;
    height: 0;
    transition: opacity 0.5s ease-out;
    opacity: 0;
    cursor: default
}

#post-roll.visible {
    height: 100%;
    opacity: 1
}

#post-roll .centered {
    position: relative;
    text-decoration: none;
    height: 100%;
    width: 100%;
    color: #FFFFFF;
    overflow: hidden;
    display: -webkit-flexbox;
    display: flex;
    zoom:1;-ms-flex-align: center;
    -ms-flex-pack: center;
    place-items: center;
    place-content: center;
    padding: 1rem
}

#post-roll a.centered:hover {
    background: rgba(255,255,255,0.25);
    cursor: pointer
}

#post-roll a.centered .post-roll-content {
    line-height: 1.3em
}

#post-roll .post-roll-content {
    font-weight: 600;
    display: block;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    overflow: auto;
    padding: 1rem;
    line-height: 1.5em
}

#post-roll .post-roll-content * {
    line-height: 1.5em
}

#post-roll .post-roll-content h1 {
    line-height: 1.35em
}

#post-roll .replay-container {
    position: absolute;
    bottom: 0;
    left: 0;
    width: auto;
    height: auto;
    line-height: 1;
    margin: 0;
    padding: 0;
    display: -webkit-flexbox;
    display: flex;
    zoom:1;justify-content: center;
    align-items: center
}

#post-roll .replay-container a.replay-button {
    position: relative;
    top: 0;
    font-size: 1em;
    line-height: 1;
    padding: 0;
    margin: 0;
    vertical-align: middle;
    z-index: 99999;
    cursor: pointer;
    background: rgba(47,52,55,0.85)
}

#post-roll .replay-container a.replay-button .icon {
    display: -webkit-flexbox;
    display: flex;
    zoom:1;justify-content: center;
    align-items: center;
    padding: 0;
    line-height: 1
}

#post-roll .replay-container a.replay-button .icon svg {
    min-width: 1.6rem;
    min-height: 2rem;
    padding: 26% 32%;
    width: 8vw;
    height: auto;
    overflow: visible;
    max-width: 5rem
}

#post-roll .replay-container a.replay-button .icon:hover {
    cursor: pointer
}

#post-roll .replay-container a.replay-button .icon:hover svg {
    fill: rgba(255,255,255,0.6)
}

.call-to-action-holder {
    position: absolute;
    display: flex;
    z-index: 1;
    width: 100%;
    height: 100%;
    pointer-events: none
}

.call-to-action-left,.call-to-action-right {
    flex: 1;
    display: flex;
    flex-direction: column
}

.call-to-action-right {
    align-items: flex-end
}

a.player-call-to-action {
    margin-top: 0.7rem;
    margin-right: 1.3rem;
    margin-left: 1.3rem;
    display: flex;
    max-width: calc(100% - 2.4rem);
    text-decoration: none;
    overflow: hidden;
    transition: opacity 0.3s,transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: scale(0);
    opacity: 0;
    pointer-events: all
}

@media (max-width: 500px) {
    a.player-call-to-action {
        max-width:calc(100% - 2.4rem)
    }
}

@media (max-width: 350px) {
    a.player-call-to-action {
        max-width:calc(100% - 2.4rem)
    }
}

@media (min-width: 1500px) {
    a.player-call-to-action {
        max-width:calc(70% - 2.4rem)
    }
}

a.player-call-to-action .player-call-to-action-text {
    background: rgba(47,52,55,0.75);
    padding: 0.5em 0.8em;
    color: #fff;
    font-size: 1.5vw;
    line-height: 1.3;
    font-weight: bold;
    transition: all 0.2s ease-in-out
}

@media all and (min-width: 1800px) {
    a.player-call-to-action .player-call-to-action-text {
        font-size:2.1rem
    }
}

@media all and (max-width: 800px) {
    a.player-call-to-action .player-call-to-action-text {
        font-size:1.85vw
    }
}

@media all and (max-width: 550px) {
    a.player-call-to-action .player-call-to-action-text {
        font-size:clamp(11px, 3vw, 14px)
    }
}

a.player-call-to-action .player-call-to-action-arrow {
    background: rgba(47,52,55,0.9);
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
    padding: 0 0.6vw;
    transition: all 0.2s ease-in-out
}

@media all and (max-width: 550px) {
    a.player-call-to-action .player-call-to-action-arrow {
        padding:0 1.2vw
    }
}

a.player-call-to-action .player-call-to-action-arrow svg {
    fill: rgba(255,255,255,0.7);
    width: 0.7vw;
    min-width: 0.07rem;
    max-width: 1.1rem
}

@media all and (max-width: 550px) {
    a.player-call-to-action .player-call-to-action-arrow svg {
        width:1.3vw;
        min-width: 0.7rem;
        max-width: 1rem
    }
}

@media all and (min-width: 1800px) {
    a.player-call-to-action .player-call-to-action-arrow svg {
        width:0.9rem
    }
}

a.player-call-to-action:hover .player-call-to-action-text {
    background: rgba(47,52,55,0.9)
}

a.player-call-to-action:hover .player-call-to-action-arrow {
    background: #2f3437
}

a.player-call-to-action:hover .player-call-to-action-arrow svg {
    fill: #fff
}

a.player-call-to-action:first-child {
    margin-top: 1.3rem
}

a.player-call-to-action.show {
    transform: scale(1);
    opacity: 1
}

.light-theme {
    color: #2f3437
}

.light-theme .player-big-play-button,.light-theme .player-control-bar,.light-theme .volume-bar-background,.light-theme .player-menu,.light-theme .player-mobile-muted,.light-theme .player-sheet,.light-theme .player-live.player-button.player-live-indicator,.light-theme a.player-call-to-action:hover .player-call-to-action-text,.light-theme #post-roll .replay-container a.replay-button {
    background: rgba(255,255,255,0.9)
}

.light-theme a.player-call-to-action:hover .player-call-to-action-arrow {
    background: #fff
}

.light-theme a.player-call-to-action:hover .player-call-to-action-arrow svg {
    fill: #2f3437
}

.light-theme a.player-call-to-action .player-call-to-action-text {
    background: rgba(255,255,255,0.75);
    color: #2f3437
}

.light-theme a.player-call-to-action .player-call-to-action-arrow {
    background: rgba(255,255,255,0.9)
}

.light-theme a.player-call-to-action .player-call-to-action-arrow svg {
    fill: rgba(47,52,55,0.7)
}

.light-theme svg {
    fill: #2f3437
}

.light-theme .spinner>div {
    background-color: #2f3437
}

.light-theme .player-button:hover svg,.light-theme .player-big-play-button:hover svg,.light-theme #post-roll .replay-container a.replay-button:hover svg {
    fill: rgba(47,52,55,0.6)
}

.light-theme .player-sheet {
    color: #2f3437
}

.light-theme .player-progress-time,.light-theme .player-total-time {
    color: rgba(47,52,55,0.7)
}

.light-theme .player-track-background,.light-theme .volume-track-background {
    background: rgba(47,52,55,0.7)
}

.light-theme .player-track-progress,.light-theme .volume-track-status {
    background: rgba(47,52,55,0.8)
}

.light-theme .player-track-loaded {
    background: rgba(47,52,55,0.5)
}

@-moz-document url-prefix() {
    ::-moz-focus-inner {
        border: none
    }

    select:-moz-focusring {
        color: transparent;
        text-shadow: 0px 0px 0px #000
    }

    textarea:-moz-focusring {
        color: transparent;
        text-shadow: 0px 0px 0px #000
    }
}

.error-message {
    overflow: hidden;
    background-color: #3E4448;
    color: #EEEEEE;
    -webkit-user-select: text;
    -moz-user-select: text;
    -o-user-select: text;
    -ms-user-select: text;
    user-select: text;
    font-family: Helvetica, arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    width: 100%;
    height: 100%
}

.error-message table {
    width: 70%;
    height: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0 auto;
    text-align: center
}

@media (max-width: 500px) {
    .error-message table {
        width:75%
    }
}

.error-message table td {
    font-size: 22px;
    line-height: 1.5em;
    letter-spacing: 0.02em;
    font-weight: 300
}

@media (max-width: 500px) {
    .error-message table td {
        font-weight:400;
        font-size: 14px
    }
}

.error-message table td h2 {
    font-size: 24px;
    margin-top: 0
}

@media (max-width: 500px) {
    .error-message table td h2 {
        font-size:16px
    }
}

.error-message table td small {
    font-size: 50%
}

.error-message table td p:last-child {
    margin-bottom: 0
}

.error-message::after {
    content: '';
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1
}
