.vid-wrap {
    position: absolute;
    height: 100%;
    width: 100%;
    -select: none;
    background-color: #000000;
    overflow: hidden;
    font-family: sans-serif;
    outline: 0;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    left: 0;
    top: 0;
}

.vid-wrap canvas {
    width: 100% !important;
    height: 100% !important;
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab
}

.vid-wrap canvas:active {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.vid-wrap canvas.pointing {
    cursor: pointer !important
}

.vid-wrap:-webkit-full-screen, .vid-wrap:-moz-full-screen, .vid-wrap:-ms-fullscreen, .vid-wrap:-webkit-full-screen {
    width: 100vw;
    height: 100vh
}

.vid-wrap:-webkit-full-screen, .vid-wrap:-moz-full-screen, .vid-wrap:-ms-fullscreen, .vid-wrap:fullscreen {
    width: 100vw;
    height: 100vh
}

.vid-bottom {
    position: absolute;
    bottom: 0px;
    opacity: 1;
    height: 48px;
    width: 100%;
    z-index: 61;
    padding-top: 3px;
    text-align: left;
    direction: ltr;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out
}

.vid-top {
    position: absolute;
    width: 100%;
    height: 60px;
    top: 0px;
    left: 0;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    z-index: 61;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
    opacity: 0.5
}

.vid-com {
    position: absolute;
    top: 50%;
    right: 20px;
    width: 24px;
    height: 24px;
    pointer-events: none;
    -webkit-transition: right 0.25s ease-out;
    -o-transition: right 0.25s ease-out;
    transition: right 0.25s ease-out
}

.vid--controls-hidden .vid-com, .vid-com--hidden {
    right: -50px
}

.vid-btn__back {
    width: 156px;
    height: 14px;
    margin-left: 6px
}

.vid-top.vid--pointer-transparent, .vid-bottom.vid--pointer-transparent {
    pointer-events: none
}

.vid-top.vid--pointer-transparent .vid-ctrls__right, .vid-top.vid--pointer-transparent .vid-ctrls__left, .vid-bottom.vid--pointer-transparent .vid-ctrls__right, .vid-bottom.vid--pointer-transparent .vid-ctrls__left {
    pointer-events: all
}

.vid-hub-page, .vid-player-page {
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    opacity: 0;
    pointer-events: none
}

.vid--streaming .vid-btn__play, .vid--streaming .vid-btn__next, .vid--streaming .vid-time, .vid--streaming .vid-btn__opt, .vid--streaming .vid-seekbar, .vid--streaming .vid-btn__flat {
    display: none
}

.vid--streaming .vid-btn__tip {
    display: inline-block
}

.vid--playing .vid-player-page {
    pointer-events: all;
    opacity: 1
}

.vid--playing .vid-bottom {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.74)));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.74) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.74) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#bd000000', GradientType=0)
}

.vid--playing .vid-top {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.74)), to(rgba(0, 0, 0, 0)));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.74) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.74) 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bd000000', endColorstr='#00000000', GradientType=0)
}

.vid--hub .vid-hub-page {
    pointer-events: all;
    opacity: 1
}

.vid--stretched {
    position: fixed;
    z-index: 98;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.vid--vr-mode .vid-bottom, .vid--vr-mode .vid-top {
    display: none !important
}

.vid--controls-hidden .vid-top {
    opacity: 0.3;
    -webkit-transform: translateY(-60px);
    -ms-transform: translateY(-60px);
    transform: translateY(-60px)
}

.vid--controls-hidden .vid-bottom {
    opacity: 0.3;
    -webkit-transform: translateY(48px);
    -ms-transform: translateY(48px);
    transform: translateY(48px);
    background: none
}

.vid--controls-hidden .vid-view-graph {
    opacity: 0
}

.vid-seekbar {
    border-radius: 100px;
    display: block;
    position: absolute;
    left: 12px;
    right: 12px;
    bottom: 46px;
    height: 4px;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.3);
    -webkit-transition: height 0.1s cubic-bezier(0.4, 0, 1, 1), bottom 0.1s cubic-bezier(0.4, 0, 1, 1);
    -o-transition: height 0.1s cubic-bezier(0.4, 0, 1, 1), bottom 0.1s cubic-bezier(0.4, 0, 1, 1);
    transition: height 0.1s cubic-bezier(0.4, 0, 1, 1), bottom 0.1s cubic-bezier(0.4, 0, 1, 1)
}

.vid-seekbar:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 16px;
    bottom: 0;
    z-index: 28
}

.vid-seekbar:hover {
    bottom: 43px;
    height: 7px
}

.vid-seekbar:hover .vid-progress:after {
    -webkit-transform: scale(1) !important;
    -ms-transform: scale(1) !important;
    transform: scale(1) !important
}

.vid-seekbar:hover:before {
    height: 22px;
    bottom: -6px
}

.vid-view-graph {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    opacity: 0.3;
    pointer-events: none;
    -webkit-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear
}

.vid-view-graph svg {
    position: absolute;
    top: -100px;
    left: 0
}

.vid-seekbar-box {
    position: relative;
    overflow: hidden;
    height: 100%;
    width: 100%;
    border-radius: 100px
}

.vid-progress {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 31;
    outline: none;
    background-color: #fff;
    pointer-events: none;
    border-radius: 100px
}

.vid-progress:after {
    content: '';
    background: #fff;
    position: absolute;
    top: -6.5px;
    right: -8.5px;
    border-radius: 8.5px;
    -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.4, 0, 1, 1);
    transition: -webkit-transform 0.1s cubic-bezier(0.4, 0, 1, 1);
    -o-transition: transform 0.1s cubic-bezier(0.4, 0, 1, 1);
    transition: transform 0.1s cubic-bezier(0.4, 0, 1, 1);
    transition: transform 0.1s cubic-bezier(0.4, 0, 1, 1), -webkit-transform 0.1s cubic-bezier(0.4, 0, 1, 1);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    margin-left: -8.5px;
    height: 17px;
    width: 17px;
    display: none
}

.vid-buffered {
    border-radius: 100px;
    background-color: rgba(255, 255, 255, 0.3);
    z-index: 1;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: width 0.1s cubic-bezier(0.4, 0, 1, 1);
    -o-transition: width 0.1s cubic-bezier(0.4, 0, 1, 1);
    transition: width 0.1s cubic-bezier(0.4, 0, 1, 1);
    pointer-events: none
}

.vid-preview {
    max-width: 160px !important;
    width: 20%;
    overflow: hidden;
    position: absolute;
    bottom: 12px;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 0.2s cubic-bezier(0.4, 0, 1, 1);
    -o-transition: opacity 0.2s cubic-bezier(0.4, 0, 1, 1);
    transition: opacity 0.2s cubic-bezier(0.4, 0, 1, 1)
}

.vid-preview video {
    width: 100%
}

.vid-preview.is-visible {
    opacity: 1
}

.vid-moments {
    width: 100%;
    height: 100%;
    position: absolute
}

.vid-moment {
    z-index: 999;
    width: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    overflow: visible;
    height: 100%
}

.vid-moment:hover div {
    display: block
}

.vid-moment--hidden {
    display: none
}

.vid-moment-box {
    height: 100%;
    width: 25px;
    margin-left: -50%;
    background-color: transparent
}

.vid-moment-box > div {
    width: 4px;
    height: 100%;
    background-color: white;
    margin: 0 auto
}

.vid-moment-tag {
    display: none;
    position: absolute;
    top: -50px;
    padding: 7px 10px;
    font-weight: bold;
    background-color: black;
    opacity: 0.85;
    color: white;
    text-align: center;
    border-radius: 3px;
    margin-left: -50%
}

.vid-ctrls {
    position: relative;
    height: 46px;
    margin-left: 12px;
    margin-right: 12px;
    color: #FFFFFF;
    text-align: left;
    direction: ltr;
    z-index: 66
}

.vid-ctrls__left {
    float: left;
    height: 100%
}

.vid-ctrls__right {
    float: right;
    height: 100%
}

.vid-ctrls__note {
    position: absolute;
    left: 50%;
    font-size: 13px;
    -webkit-transform: translateX(-27%);
    -ms-transform: translateX(-27%);
    transform: translateX(-27%);
    background: rgba(0, 0, 0, 0.3);
    padding: 5px 8px;
    margin-top: 9px;
    border-radius: 3px
}

.narrow .vid-ctrls__note {
    display: none
}

.vid-btn {
    vertical-align: middle;
    height: 100%;
    display: inline-block;
    overflow: hidden;
    outline: 0;
    cursor: pointer;
    position: relative;
    -webkit-transition: -webkit-transform 0.05s cubic-bezier(0.4, 0, 1, 1);
    transition: -webkit-transform 0.05s cubic-bezier(0.4, 0, 1, 1);
    -o-transition: transform 0.05s cubic-bezier(0.4, 0, 1, 1);
    transition: transform 0.05s cubic-bezier(0.4, 0, 1, 1);
    transition: transform 0.05s cubic-bezier(0.4, 0, 1, 1), -webkit-transform 0.05s cubic-bezier(0.4, 0, 1, 1);
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

.vid-btn:active {
    opacity: 0.6
}

.vid-btn svg {
    fill: #fff;
    fill-opacity: .75;
    -webkit-transition: fill-opacity 0.1s cubic-bezier(0, 0, 0.2, 1);
    -o-transition: fill-opacity 0.1s cubic-bezier(0, 0, 0.2, 1);
    transition: fill-opacity 0.1s cubic-bezier(0, 0, 0.2, 1)
}

.vid-btn svg:hover {
    fill-opacity: 1
}

.vid-btn__play, .vid-btn__next {
    width: 40px
}

.vid-btn__next {
    margin-bottom: 1px
}

.vid-btn__opt {
    width: 38px;
    margin-right: 8px;
    top: -3px
}

.vid-btn__tip {
    display: none;
    float: left;
    width: 38px;
    height: 38px;
    padding: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 6px;
    top: 3px
}

.vid-btn__tip-coin {
    opacity: 0.65;
    font-weight: bold;
    font-size: 0.9em;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    padding-top: 6px;
    text-align: center;
    background-color: #ebc002
}

.vid-opt {
    display: inline-block;
    position: relative
}

.vid-opt ul {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 7px 0
}

.vid-opt__wrap {
    right: 0%;
    bottom: 38px;
    will-change: width, height;
    position: absolute;
    overflow: hidden;
    border-radius: 4px;
    background: rgba(39, 39, 39, 0.85);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    color: white;
    -webkit--select: none;
    -moz--select: none;
    -ms--select: none;
    -select: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .15s ease-out;
    -o-transition: .15s ease-out;
    transition: .15s ease-out;
    pointer-events: none;
    -webkit-transition-delay: 0.15s;
    -o-transition-delay: 0.15s;
    transition-delay: 0.15s
}

.vid-opt__wrap.is-active {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    bottom: 58px;
    opacity: 1;
    visibility: visible;
    pointer-events: all
}

.vid-opt__ctrl {
    color: white;
    font-size: 14px;
    position: relative;
    padding: 7px 10px;
    width: 100%;
    text-align: left;
    -webkit-transition: background .2s ease, color .2s ease;
    -o-transition: background .2s ease, color .2s ease;
    transition: background .2s ease, color .2s ease;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transition-delay: 0ms;
    -o-transition-delay: 0ms;
    transition-delay: 0ms
}

.vid-opt__ctrl:not(:first-of-type) {
    margin-bottom: 2px
}

.vid-opt__ctrl:hover {
    background: rgba(68, 68, 68, 0.9)
}

.vid-opt__ctrl.is-selected {
    background: #ec7e00;
    color: white
}

.vid-opt_toggle {
    font-weight: bold;
    border-bottom: 1px solid #777;
    color: #bbb;
    font-size: 10px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px 8px 9px
}

.vid-opt_toggle:hover {
    color: white
}

.vid-opt_toggle svg {
    width: 16px;
    height: 16px;
    margin-bottom: 3px
}

.vid-opt__forward:after {
    border: 4px solid transparent;
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-left-color: rgba(79, 91, 95, 0.8);
    right: 2px
}

.vid-opt__trgr {
    padding-left: 8px;
    padding-right: 28px
}

.vid-opt__value {
    padding-right: 14px;
    margin-right: 2px;
    text-align: right
}

.vid-btn__screen {
    float: right;
    width: 40px
}

.vid-btn__vr, .vid-btn__back, .vid-btn__flat {
    margin-right: 8px;
    top: -1px
}

.vid-btn__vr {
    width: 32px;
    margin-right: 5px
}

.vid-btn__flat {
    width: 32px;
    margin-right: 12px
}

.vid-btn__back {
    width: 60px
}

.vid-btn__vol {
    width: 40px;
    position: relative;
    top: -1px
}

.vid-time {
    font-size: 13px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 0 8px;
    white-space: nowrap;
    line-height: 48px;
    color: #FFF;
    letter-spacing: -0.11px;
    font-family: inherit
}

.vid-vol {
    padding: 0 4px 0 0;
    display: inline-block;
    vertical-align: middle
}

.vid-vol button {
    background: 0 0;
    border: 0;
    padding: 0;
    outline: 0;
    -webkit-transition: color .2s;
    -o-transition: color .2s;
    transition: color .2s;
    cursor: pointer;
    float: left
}

.vid-vol button:hover {
    color: white
}

.vid-vol__pannel {
    float: left;
    height: 3px;
    width: 96px;
    margin-top: 20px;
    background: rgba(255, 255, 255, 0.3);
    position: relative;
    margin-left: 10px
}

.vid-vol__pannel progress[value] {
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 3px;
    position: relative;
    vertical-align: top;
    width: 100%
}

.vid-vol__pannel progress[value]::-webkit-progress-bar {
    background: transparent
}

.vid-vol__pannel progress[value]::-moz-progress-bar {
    background-color: transparent
}

.vid-vol__pannel progress[value]::-webkit-progress-value {
    background-color: #fff;
    -webkit-transition: -webkit-transform 0.2s ease-out;
    transition: -webkit-transform 0.2s ease-out;
    -o-transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out
}

.vid-vol__pannel progress[value]::-moz-progress-value {
    background-color: red;
    height: 10px
}

.vid-vol__pannel input[type=range] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    font-size: inherit;
    left: 0;
    margin: 0;
    outline: 0;
    position: absolute;
    top: -0.2em;
    width: 100%;
    height: 14px;
    margin-top: -0.075em
}

.vid-vol__pannel input[type=range]::-ms-track {
    width: 100%;
    cursor: pointer;
    border-color: transparent;
    color: transparent
}

.vid-vol__pannel input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    border: none;
    border-radius: 50%;
    height: 12px;
    width: 12px;
    background: #fff;
    cursor: pointer;
    margin-top: 0;
    -webkit-transition: -webkit-transform 0.2s ease-out;
    transition: -webkit-transform 0.2s ease-out;
    -o-transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out
}

.vid-vol__pannel input[type=range]::-moz-range-thumb {
    -moz-appearance: none;
    appearance: none;
    border: none;
    border-radius: 50%;
    height: 12px;
    width: 12px;
    background: #fff;
    cursor: pointer
}

.vid-vol__pannel input[type=range]::-ms-thumb {
    border: none;
    border-radius: 50%;
    height: 12px;
    width: 12px;
    background: #fff;
    cursor: pointer
}

.vid-vol__pannel input[type=range]::-webkit-slider-runnable-track {
    cursor: pointer;
    background: transparent;
    height: 14px;
    -webkit-transition: -webkit-transform 0.2s ease-out;
    transition: -webkit-transform 0.2s ease-out;
    -o-transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
    width: 100%
}

.vid-vol__pannel input[type=range]::-moz-range-track {
    cursor: pointer;
    background: transparent;
    height: 14px;
    -webkit-transition: -webkit-transform 0.2s ease-out;
    transition: -webkit-transform 0.2s ease-out;
    -o-transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
    width: 100%
}

.vid-vol__pannel input[type=range]::-ms-track {
    cursor: pointer;
    background: transparent;
    height: 14px;
    -webkit-transition: -webkit-transform 0.2s ease-out;
    transition: -webkit-transform 0.2s ease-out;
    -o-transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
    width: 100%
}

.vid-vol__pannel input[type=range].hover::-webkit-slider-thumb, .vid-vol__pannel input[type=range]:hover::-webkit-slider-thumb {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.vid-vol__pannel input[type=range].hover::-moz-range-thumb, .vid-vol__pannel input[type=range]:hover::-moz-range-thumb {
    transform: scale(1.2)
}

.vid-vol__pannel input[type=range].hover::-ms-thumb, .vid-vol__pannel input[type=range]:hover::-ms-thumb {
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

.vid-vol__sldr {
    position: relative;
    height: 100%
}

.vid-vol__trck {
    height: 2px;
    width: 84px;
    position: absolute;
    top: 50%;
    right: 6px;
    margin-top: -1px;
    background: rgba(255, 255, 255, 0.3)
}

.vid-vol__prgs {
    height: 100%;
    width: 0%;
    background: #fff;
    position: relative
}

.vid-vol__handle {
    height: 12px;
    width: 12px;
    border-radius: 100%;
    position: absolute;
    top: -5px;
    right: -6px;
    background: white
}

.vid-spinner {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 66;
    -webkit-transition: all 0.7s ease-out;
    -o-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;
    pointer-events: none
}

.fullscreen-message {
    line-height: 1.5;
    width: 100%;
    height: 100%;
    pointer-events: all;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.95);
    color: white;
    display: none;
    z-index: 90;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    position: absolute;
    text-align: center;
    font-size: 14px
}

.fullscreen-message.is-visible {
    display: block
}

.fullscreen-message a, .fullscreen-message a:hover, .fullscreen-message a:active, .fullscreen-message a:visited {
    color: white;
    text-decoration: underline
}

.fullscreen-message-close {
    position: absolute;
    top: 15px;
    left: 15px;
    padding: 5px;
    color: white;
    width: 32px;
    height: 32px;
    cursor: pointer;
    text-decoration: underline;
    z-index: 999
}

.fullscreen-message-close.darker {
    background: rgba(0, 0, 0, 0.6)
}

.fullscreen-message-content {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0 10px
}

.fullscreen-message-content-flex-v {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.fullscreen-message svg {
    fill: #fff
}

.fullscreen-message.webvr-flag-warning {
    padding: 32px 0 0;
    text-align: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow-y: scroll;
    scrollbar-width: none
}

.fullscreen-message.webvr-flag-warning .h2head {
    font-size: 1.4em;
    font-weight: bold
}

.fullscreen-message.webvr-flag-warning .h3head {
    font-size: 1.2em
}

.fullscreen-message.webvr-flag-warning .h3head {
    font-size: 1.2em
}

.fullscreen-message.webvr-flag-warning::-webkit-scrollbar {
    display: none
}

.fullscreen-message.webvr-flag-warning .webvr-flag-warning-inner {
    max-width: 900px;
    margin: 0 auto
}

.fullscreen-message.webvr-flag-warning .placeholder {
    text-align: center;
    padding: 55px 0;
    display: none
}

.fullscreen-message.webvr-flag-warning .placeholder h3 {
    line-height: 1.3em
}

.fullscreen-message.webvr-flag-warning.no-flags .placeholder {
    display: block
}

.fullscreen-message.webvr-flag-warning.no-flags .flag-list {
    display: none !important
}

.fullscreen-message.webvr-flag-warning.is-visible {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.fullscreen-message.webvr-flag-warning.is-visible .webvr-flag-warning-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly
}

.fullscreen-message.webvr-flag-warning .flag-list-wrap {
    width: 100%;
    padding: 0 40px
}

.fullscreen-message.webvr-flag-warning .flag-list {
    overflow: hidden;
    margin: 0 auto;
    padding: 20px 0 20px
}

.fullscreen-message.webvr-flag-warning .flag-list-description {
    float: left;
    width: 55%;
    padding-right: 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.fullscreen-message.webvr-flag-warning .flag-list-links {
    float: left;
    width: 45%
}

.fullscreen-message.webvr-flag-warning .flag-list-links span.flag-list-link {
    -select: text;
    -moz--select: -moz-text;
    -webkit--select: text;
    -ms--select: text;
    background-color: rgba(255, 255, 255, 0.1);
    padding: 0px 12px;
    border-radius: 3px;
    margin-right: 5px;
    cursor: pointer;
    -webkit-transition: background-color 0.3s ease-out;
    -o-transition: background-color 0.3s ease-out;
    transition: background-color 0.3s ease-out;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative
}

.fullscreen-message.webvr-flag-warning .flag-list-links span.flag-list-link:hover {
    background-color: rgba(255, 255, 255, 0.3)
}

.fullscreen-message.webvr-flag-warning .flag-list-links span.flag-list-notify {
    font-weight: bold;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.85);
    margin: 0;
    pointer-events: none;
    opacity: 0;
    z-index: 100
}

.fullscreen-message.webvr-flag-warning .flag-list-links span.flag-list-notify.copied {
    -webkit-animation: copied 1s alternate 1 ease-out;
    animation: copied 1s alternate 1 ease-out
}

.fullscreen-message.webvr-flag-warning .flag-list-links span.flag-list-notify > span {
    display: block;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0 auto
}

@-webkit-keyframes copied {
    0% {
        opacity: 0
    }
    3% {
        opacity: 1
    }
    80% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes copied {
    0% {
        opacity: 0
    }
    3% {
        opacity: 1
    }
    80% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.fullscreen-message.webvr-flag-warning .flag-list-links span.flag-list-content {
    pointer-events: none
}

.fullscreen-message.webvr-flag-warning .promo {
    margin-top: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 40px
}

.fullscreen-message.webvr-flag-warning .promo-fillip {
    width: 40%;
    height: 100%;
    min-height: 200px;
    margin-right: 40px
}

.fullscreen-message.webvr-flag-warning .promo video {
    width: 100%
}

.fullscreen-message.webvr-flag-warning .promo-text {
    width: 60%;
    line-height: 2em
}

.fullscreen-message.webvr-flag-warning .promo-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.fullscreen-message.webvr-flag-warning .promo-button-container {
    width: 50%;
    padding: 0 10px 0 0;
    margin-top: 24px
}

.fullscreen-message.webvr-flag-warning .promo-button-container ul {
    margin-top: 14px;
    list-style-type: none
}

.fullscreen-message.webvr-flag-warning .promo-button-container ul li:before {
    content: "— "
}

.fullscreen-message.webvr-flag-warning .promo-button {
    padding: 7px 9px;
    background-color: #292929;
    font-size: 14px;
    border-radius: 3px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    text-decoration: none
}

.fullscreen-message.webvr-flag-warning .promo-button:hover {
    background-color: #555
}

.fullscreen-message.webvr-flag-warning .promo-button img {
    width: 24px;
    height: 24px;
    margin-bottom: -7px;
    margin-right: 7px
}

.fullscreen-message.webvr-flag-warning .flag-list-button {
    clear: both;
    background: #ff5800;
    border-radius: 3px;
    width: 180px;
    padding: 10px 17px;
    margin: 25px auto 0;
    text-align: center;
    cursor: pointer;
    -webkit-transition: -webkit-transform 0.1s ease-out;
    transition: -webkit-transform 0.1s ease-out;
    -o-transition: transform 0.1s ease-out;
    transition: transform 0.1s ease-out;
    transition: transform 0.1s ease-out, -webkit-transform 0.1s ease-out;
    margin-top: 64px;
    margin-bottom: 16px
}

.fullscreen-message.webvr-flag-warning .flag-list-button:hover {
    background-color: #ff6514
}

.fullscreen-message.webvr-flag-warning .flag-list-button:active {
    -webkit-transform: scale(0.96);
    -ms-transform: scale(0.96);
    transform: scale(0.96)
}

.fullscreen-message.webvr-flag-warning .flag-list-bottom {
    display: none;
    opacity: 0.4;
    text-align: center;
    font-size: 90%;
    margin-top: 16px
}

.fullscreen-message.webvr-flag-warning span {
    margin-top: 5px;
    line-height: 30px;
    min-height: 30px;
    display: inline-block;
    line-break: normal;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.splash-screen {
    -webkit-box-shadow: inset 0px 0px 77px 0px rgba(0, 0, 0, 0.9);
    box-shadow: inset 0px 0px 77px 0px rgba(0, 0, 0, 0.9);
    background-size: cover;
    cursor: pointer
}

.vid--loading .splash-screen-button {
    display: none
}

.vid--loading .splash-screen-spinner {
    display: block
}

.splash-screen-spinner {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 5px solid;
    border-color: white white white transparent;
    display: none;
    margin: 0 auto;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite
}

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

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

.splash-screen-button {
    width: 40%;
    height: 40%;
    margin: 0 auto;
    min-width: 30px;
    max-width: 100px;
    -webkit-transition: -webkit-transform 0.15s ease-out;
    transition: -webkit-transform 0.15s ease-out;
    -o-transition: transform 0.15s ease-out;
    transition: transform 0.15s ease-out;
    transition: transform 0.15s ease-out, -webkit-transform 0.15s ease-out;
    position: relative
}

.splash-screen.splash-screen-loading .splash-screen-button svg {
    display: none
}

.splash-screen-loading-circle {
    border: 5px solid black;
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    border-color: white white white transparent;
    width: 50px;
    height: 50px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: none;
    -webkit-animation: rotating-circle 0.5s infinite linear;
    animation: rotating-circle 0.5s infinite linear
}

.splash-screen.splash-screen-loading .splash-screen-loading-circle {
    display: block
}

@-webkit-keyframes rotating-circle {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes rotating-circle {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.splash-screen-note {
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.4);
    padding: 7px 15px;
    margin: 21px 0 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap;
    display: inline-block;
    position: absolute
}

.splash-screen:hover .splash-screen-button {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

.to-splash-button {
    position: absolute;
    top: 14px;
    right: 15px;
    width: 19px;
    height: 19px;
    display: none;
    z-index: 90;
    opacity: 0.3;
    cursor: pointer;
    -webkit-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease
}

.to-splash-button:hover {
    opacity: 0.8
}

.to-splash-button.is-visible {
    display: block
}

.to-splash-button svg {
    fill: white
}

.fading-indicator {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    -webkit-transform-origin: 0% -0%;
    -ms-transform-origin: 0% -0%;
    transform-origin: 0% -0%;
    pointer-events: none;
    opacity: 0;
    -webkit-animation: indicate-up 450ms alternate 1 ease-out;
    animation: indicate-up 450ms alternate 1 ease-out
}

.fading-indicator > img {
    margin-left: -50%;
    margin-top: -50%;
    width: 100%
}

@-webkit-keyframes indicate-up {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.7);
        transform: scale(0.7)
    }
    30% {
        opacity: 0.5;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1.4);
        transform: scale(1.4)
    }
}

@keyframes indicate-up {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.7);
        transform: scale(0.7)
    }
    30% {
        opacity: 0.5;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1.4);
        transform: scale(1.4)
    }
}

.spinner-wrap {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.spinner-circle {
    border-radius: 50%;
    border: 5px solid;
    width: 40px;
    height: 40px;
    border-color: orange #333 #333 #333;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes bounce {
    0% {
        top: 30px;
        height: 5px;
        border-radius: 60px 60px 20px 20px;
        -webkit-transform: scaleX(2);
        transform: scaleX(2)
    }
    35% {
        height: 15px;
        border-radius: 50%;
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    100% {
        top: 0
    }
}

@keyframes bounce {
    0% {
        top: 30px;
        height: 5px;
        border-radius: 60px 60px 20px 20px;
        -webkit-transform: scaleX(2);
        transform: scaleX(2)
    }
    35% {
        height: 15px;
        border-radius: 50%;
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    100% {
        top: 0
    }
}

@media (max-width: 359px) {
    .vid-btn__next {
        display: none
    }
}

@media (max-width: 540px) {
    .vid-vol__pannel, .vid-time {
        display: none
    }

    .splash-screen-note {
        font-size: 80%
    }
}

@media (max-width: 550px) {
    .webvr-flag-warning {
        padding: 32px 0 0 !important;
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: start !important
    }

    .webvr-flag-warning.is-visible .webvr-flag-warning-inner {
        display: block !important
    }

    .webvr-flag-warning .flag-list-links, .webvr-flag-warning .flag-list-description {
        float: none !important;
        width: 100% !important
    }

    .webvr-flag-warning .flag-list-links {
        margin-top: 0 !important
    }

    .webvr-flag-warning .flag-list-wrap {
        padding: 0 15px !important
    }

    .webvr-flag-warning .flag-list-wrap h2 {
        font-size: 1.25em
    }

    .webvr-flag-warning .flag-list-wrap h3 {
        font-size: 1.15em;
        line-height: 0.5em
    }

    .webvr-flag-warning .flag-list-button {
        margin-top: 15px !important
    }

    .webvr-flag-warning .promo {
        padding: 0 15px !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
        margin-top: 10px !important
    }

    .webvr-flag-warning .promo h3 {
        font-size: 1.15em;
        font-weight: normal
    }

    .webvr-flag-warning .promo h4 {
        font-size: 1em;
        font-weight: normal
    }

    .webvr-flag-warning .promo-fillip, .webvr-flag-warning .promo-text {
        width: 100% !important
    }

    .webvr-flag-warning .promo-buttons {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .webvr-flag-warning .promo-button-container {
        width: 100% !important
    }
}

@media (max-width: 768px) {
    .player-title {
        display: none
    }
}

@media (max-width: 914px) {
    .vid-ctrls__note {
        display: none
    }
}
