.fluid-container{
    height: 100%;
    width: auto;
    overflow: hidden;
    background-color: #000;
}

.outer {
    position: relative;
    max-width: 177.5vh;
    margin: 0 auto;
}

.outer:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 56.25%;
}

.outer > .inner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: white;
}

#h, #mainCont {
    max-width: 1000px
}

#QRImgSm {
    width: 32px;
    height: 32px
}

#QRImgBg, #closeQRBtn {
    display: block;
    width: 200px
}

#closeQRBtn, #mainCont {
    padding: 10px;
    position: relative
}

#bg1, #closeQRBtn, #h, #mainCont {
    position: relative
}

#QRH1, #closeQRBtn, #notFound {
    text-align: center
}

* {
    user-select: none;
    outline: 0;
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

body, html {
    height: 100%;
    background: #000;
    color: #444;
    font-size: 100%;
    overflow-x: hidden
}

#h {
    margin: 0 auto
}

#home {
    width: 151px;
    height: 86px;
    position: absolute;
    top: 8px;
    left: 10px;
    z-index: 100;
    display: block
}

#mainCont {
    margin-left: auto;
    margin-right: auto
}

h1 {
    font-weight: 300;
    font-family: 'Open Sans', arial, sans-serif;
    margin-bottom: 6px;
    margin-top: 20px;
    -webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .004)
}

#QRSpan, #closeQRBtn, .a2a_kit a span {
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

.a2a_kit {
    margin-right: -3px
}

@media (min-width: 320px) {
    h1 {
        font-size: 1em
    }
}

@media (min-width: 480px) {
    h1 {
        font-size: 1.4em
    }
}

@media (min-width: 600px) {
    h1 {
        font-size: 1.6em
    }
}

@media (min-width: 801px) {
    h1 {
        font-size: 1.7em
    }
}

@media (min-width: 1000px) {
    h1 {
        font-size: 1.8em
    }
}

#notFound {
    width: 100%;
    background: url(/img/videoNotFound.png) 50% 50% no-repeat;
    padding-top: 260px;
    font: 400 13pt verdana, arial;
    color: #767676
}

#QRSpan {
    float: left;
    margin: 0 2px 0 4px;
    display: inline-block
}

#QRImgSm {
    cursor: pointer
}

#QROverlay {
    z-index: 2000;
    background: #fff;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    display: none
}

#QRH1 {
    font: 500 17pt verdana, arial;
    color: #444;
    border-bottom: solid 1px #e0e0de;
    margin: 30px;
    padding-bottom: 6px
}

#QRImgBg {
    height: 200px;
    margin: 0 auto 20px
}

#closeQRBtn {
    margin: 50px auto 0;
    float: none;
    font: 12pt verdana, arial, sans-serif;
    border: none;
    cursor: pointer;
    font-weight: 400;
    outline: 0;
    -webkit-transition: background .52s ease-out;
    -moz-transition: background .5s ease-out;
    -o-transition: background .5s ease-out;
    transition: background .5s ease-out;
    background: #005e87;
    color: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px
}

#closeQRBtn:hover {
    background: #008bcb
}

#views {
    float: left;
    font: 14px 'Open Sans', arial, sans-serif;
    margin-bottom: 10px
}

.a2a_default_style .a2a_count, .a2a_default_style .a2a_svg, .a2a_floating_style .a2a_svg, .a2a_menu .a2a_svg, .a2a_vertical_style .a2a_count, .a2a_vertical_style .a2a_svg {
    border-radius: 0 !important
}

@media (max-width: 320px) {
    #voulmeContainer {
        display: none
    }
}

@media (max-width: 360px) {
    #ccBtn {
        right: 40px !important
    }

    #rateBtn {
        display: none
    }
}

#seekerWrapper {
    height: 10px
}

.fullIOS {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000
}

#seekerTip {
    display: none;
    position: absolute;
    cursor: default;
    top: -30px;
    left: 0;
    color: #fff;
    background: rgba(0, 0, 0, .7);
    padding: 4px;
    transform: translateX(-50%);
    border-radius: 4px;
    font: 9pt verdana
}

#seekerTip:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -4px;
    width: 0;
    height: 0;
    border-top: solid 4px rgba(0, 0, 0, .7);
    border-left: solid 4px transparent;
    border-right: solid 4px transparent
}

#VC {
    padding-bottom: 56.25%;
    height: 0;
    position: relative;
}

#controls {
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 60px;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .7));
    transition: .7s all
}

#videoContainer {
    overflow: hidden;
    background: #000;
    position: relative;
}

.videoContainerFullscreen {
    max-width: 100% !important;
    height: 100% !important
}

#VC iframe {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    top: -230px;
    height: calc(100% + 460px)
}

.video-foreground {
    pointer-events: none
}

#pauseIcon, #replayIcon {
    display: none
}

.slider {
    -webkit-appearance: none;
    width: 100%;
    height: 4px;
    border-radius: 1px;
    outline: none;
    opacity: .8;
    -webkit-transition: .2s;
    transition: .2s ease all;
    cursor: pointer;
    margin: 0;
    padding: 0
}

#slidertitle {
    display: none;
    position: absolute;
    cursor: default;
    top: 0;
    left: 0
}

#voulmeContainer {
    position: absolute;
    bottom: 5px;
    left: 76px;
    height: 22px;
    width: 76px
}

#timeDiv {
    position: absolute;
    bottom: 16px;
    left: 166px;
    color: #fff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .15);
    font: 9pt verdana
}

#volume {
    opacity: 1;
    width: 80px
}

#seekerContainer {
    position: absolute;
    height: 22px;
    width: calc(100% - 32px);
    bottom: 34px;
    margin: 0 16px
}

.ui-slider-range {
    left: 0;
    top: 0;
    height: 100%;
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background: #1E90FF;
}

#buffered {
    position: absolute;
    top: 0;
    left: 0;
    height: 6px;
    background: rgba(255, 255, 255, .4);
    transition: .5s ease
}

#seekerSlider, #volumeSlider {
    background: rgba(255, 255, 255, .3);
    border: none;
    height: 6px;
    cursor: pointer;
    border-radius: 0;
    transition: .5s ease;
    position: relative
}

#volumeSlider {
    width: 100%
}

.ui-slider-handle {
    display: none
}

.playerBtn {
    cursor: pointer;
    width: 32px;
    height: 32px;
    background: 0 0;
    border: 0;
    transition: all .3s ease;
    outline: none;
    border-radius: 3px;
    font-size: 0
}

.playerBtn:active, .playerBtn:focus {
    outline: none;
    padding: 0
}

.playerBtn:hover {
    background: #1E90FF 
}

#blackMaskPlayDiv {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    background: #1E90FF ;
    width: 68px;
    height: 46px;
    border-radius: 10px
}

#blackMaskPlayDiv svg {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%
}

#blackMaskReplayDiv {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    background: #1E90FF ;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: none;
}

#blackMaskReplayDiv svg {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%
}

#blackMask, #transparentMask {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
}

#blackMask{
    background-size: cover;
}

#transparentMask {
    display: block;
    background-color: transparent;
    background-image: none;
    background-size: contain;
}

[class*=hint--] {
    position: relative;
    display: inline-block
}

[class*=hint--]:after, [class*=hint--]:before {
    position: absolute;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: hidden;
    opacity: 0;
    z-index: 1000000;
    pointer-events: none;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    transition: .3s ease;
    -webkit-transition-delay: 0;
    -moz-transition-delay: 0;
    transition-delay: 0
}

[class*=hint--]:hover:after, [class*=hint--]:hover:before {
    visibility: visible;
    opacity: 1;
    -webkit-transition-delay: .1s;
    -moz-transition-delay: .1s;
    transition-delay: .1s
}

[class*=hint--]:before {
    content: '';
    position: absolute;
    background: 0 0;
    border: 6px solid transparent;
    z-index: 1000001
}

[class*=hint--]:after {
    border-radius: 4px;
    background: #383838;
    color: #fff;
    padding: 8px 10px;
    font-size: 12px;
    font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 12px;
    white-space: nowrap;
    text-shadow: 0 -1px 0 #000;
    box-shadow: 4px 4px 8px rgba(0, 0, 0, .3)
}

[class*=hint--][aria-label]:after {
    content: attr(aria-label)
}

[class*=hint--][data-hint]:after {
    content: attr(data-hint)
}

[aria-label='']:after, [aria-label='']:before, [data-hint='']:after, [data-hint='']:before {
    display: none !important
}

.hint--top-left:before, .hint--top-right:before, .hint--top:before {
    border-top-color: #383838
}

.hint--bottom-left:before, .hint--bottom-right:before, .hint--bottom:before {
    border-bottom-color: #383838
}

.hint--top:after, .hint--top:before {
    bottom: 100%;
    left: 50%
}

.hint--top:before {
    margin-bottom: -11px;
    left: calc(50% - 6px)
}

.hint--top:after {
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%)
}

.hint--top:hover:before {
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    transform: translateY(-8px)
}

.hint--top:hover:after {
    -webkit-transform: translateX(-50%) translateY(-8px);
    -moz-transform: translateX(-50%) translateY(-8px);
    transform: translateX(-50%) translateY(-8px)
}

.hint--bottom:after, .hint--bottom:before {
    top: 100%;
    left: 50%
}

.hint--bottom:before {
    margin-top: -11px;
    left: calc(50% - 6px)
}

.hint--bottom:after {
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%)
}

.hint--bottom:hover:before {
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    transform: translateY(8px)
}

.hint--bottom:hover:after {
    -webkit-transform: translateX(-50%) translateY(8px);
    -moz-transform: translateX(-50%) translateY(8px);
    transform: translateX(-50%) translateY(8px)
}

.hint--right:before {
    border-right-color: #383838;
    margin-left: -11px;
    margin-bottom: -6px
}

.hint--right:after {
    margin-bottom: -14px
}

.hint--right:after, .hint--right:before {
    left: 100%;
    bottom: 50%
}

.hint--right:hover:after, .hint--right:hover:before {
    -webkit-transform: translateX(8px);
    -moz-transform: translateX(8px);
    transform: translateX(8px)
}

.hint--left:before {
    border-left-color: #383838;
    margin-right: -11px;
    margin-bottom: -6px
}

.hint--left:after {
    margin-bottom: -14px
}

.hint--left:after, .hint--left:before {
    right: 100%;
    bottom: 50%
}

.hint--left:hover:after, .hint--left:hover:before {
    -webkit-transform: translateX(-8px);
    -moz-transform: translateX(-8px);
    transform: translateX(-8px)
}

.hint--top-left:after, .hint--top-left:before {
    bottom: 100%;
    left: 50%
}

.hint--top-left:before {
    margin-bottom: -11px;
    left: calc(50% - 6px)
}

.hint--top-left:after {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    transform: translateX(-100%);
    margin-left: 12px
}

.hint--top-left:hover:before {
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    transform: translateY(-8px)
}

.hint--top-left:hover:after {
    -webkit-transform: translateX(-100%) translateY(-8px);
    -moz-transform: translateX(-100%) translateY(-8px);
    transform: translateX(-100%) translateY(-8px)
}

.hint--top-right:after, .hint--top-right:before {
    bottom: 100%;
    left: 50%
}

.hint--top-right:before {
    margin-bottom: -11px;
    left: calc(50% - 6px)
}

.hint--top-right:after {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
    margin-left: -12px
}

.hint--top-right:hover:after, .hint--top-right:hover:before {
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    transform: translateY(-8px)
}

.hint--bottom-left:after, .hint--bottom-left:before {
    top: 100%;
    left: 50%
}

.hint--bottom-left:before {
    margin-top: -11px;
    left: calc(50% - 6px)
}

.hint--bottom-left:after {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    transform: translateX(-100%);
    margin-left: 12px
}

.hint--bottom-left:hover:before {
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    transform: translateY(8px)
}

.hint--bottom-left:hover:after {
    -webkit-transform: translateX(-100%) translateY(8px);
    -moz-transform: translateX(-100%) translateY(8px);
    transform: translateX(-100%) translateY(8px)
}

.hint--bottom-right:after, .hint--bottom-right:before {
    top: 100%;
    left: 50%
}

.hint--bottom-right:before {
    margin-top: -11px;
    left: calc(50% - 6px)
}

.hint--bottom-right:after {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
    margin-left: -12px
}

.hint--bottom-right:hover:after, .hint--bottom-right:hover:before {
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    transform: translateY(8px)
}

.hint--large:after, .hint--medium:after, .hint--small:after {
    white-space: normal;
    line-height: 1.4em;
    word-wrap: break-word
}

.hint--small:after {
    width: 80px
}

.hint--medium:after {
    width: 150px
}

.hint--large:after {
    width: 300px
}

.hint--error:after {
    background-color: #b34e4d;
    text-shadow: 0 -1px 0 #592726
}

.hint--error.hint--top-left:before, .hint--error.hint--top-right:before, .hint--error.hint--top:before {
    border-top-color: #b34e4d
}

.hint--error.hint--bottom-left:before, .hint--error.hint--bottom-right:before, .hint--error.hint--bottom:before {
    border-bottom-color: #b34e4d
}

.hint--error.hint--left:before {
    border-left-color: #b34e4d
}

.hint--error.hint--right:before {
    border-right-color: #b34e4d
}

.hint--warning:after {
    background-color: #c09854;
    text-shadow: 0 -1px 0 #6c5328
}

.hint--warning.hint--top-left:before, .hint--warning.hint--top-right:before, .hint--warning.hint--top:before {
    border-top-color: #c09854
}

.hint--warning.hint--bottom-left:before, .hint--warning.hint--bottom-right:before, .hint--warning.hint--bottom:before {
    border-bottom-color: #c09854
}

.hint--warning.hint--left:before {
    border-left-color: #c09854
}

.hint--warning.hint--right:before {
    border-right-color: #c09854
}

.hint--info:after {
    background-color: #3986ac;
    text-shadow: 0 -1px 0 #1a3c4d
}

.hint--info.hint--top-left:before, .hint--info.hint--top-right:before, .hint--info.hint--top:before {
    border-top-color: #3986ac
}

.hint--info.hint--bottom-left:before, .hint--info.hint--bottom-right:before, .hint--info.hint--bottom:before {
    border-bottom-color: #3986ac
}

.hint--info.hint--left:before {
    border-left-color: #3986ac
}

.hint--info.hint--right:before {
    border-right-color: #3986ac
}

.hint--success:after {
    background-color: #458746;
    text-shadow: 0 -1px 0 #1a321a
}

.hint--success.hint--top-left:before, .hint--success.hint--top-right:before, .hint--success.hint--top:before {
    border-top-color: #458746
}

.hint--success.hint--bottom-left:before, .hint--success.hint--bottom-right:before, .hint--success.hint--bottom:before {
    border-bottom-color: #458746
}

.hint--success.hint--left:before {
    border-left-color: #458746
}

.hint--success.hint--right:before {
    border-right-color: #458746
}

.hint--always:after, .hint--always:before {
    opacity: 1;
    visibility: visible
}

.hint--always.hint--top:before {
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    transform: translateY(-8px)
}

.hint--always.hint--top:after {
    -webkit-transform: translateX(-50%) translateY(-8px);
    -moz-transform: translateX(-50%) translateY(-8px);
    transform: translateX(-50%) translateY(-8px)
}

.hint--always.hint--top-left:before {
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    transform: translateY(-8px)
}

.hint--always.hint--top-left:after {
    -webkit-transform: translateX(-100%) translateY(-8px);
    -moz-transform: translateX(-100%) translateY(-8px);
    transform: translateX(-100%) translateY(-8px)
}

.hint--always.hint--top-right:after, .hint--always.hint--top-right:before {
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    transform: translateY(-8px)
}

.hint--always.hint--bottom:before {
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    transform: translateY(8px)
}

.hint--always.hint--bottom:after {
    -webkit-transform: translateX(-50%) translateY(8px);
    -moz-transform: translateX(-50%) translateY(8px);
    transform: translateX(-50%) translateY(8px)
}

.hint--always.hint--bottom-left:before {
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    transform: translateY(8px)
}

.hint--always.hint--bottom-left:after {
    -webkit-transform: translateX(-100%) translateY(8px);
    -moz-transform: translateX(-100%) translateY(8px);
    transform: translateX(-100%) translateY(8px)
}

.hint--always.hint--bottom-right:after, .hint--always.hint--bottom-right:before {
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    transform: translateY(8px)
}

.hint--always.hint--left:after, .hint--always.hint--left:before {
    -webkit-transform: translateX(-8px);
    -moz-transform: translateX(-8px);
    transform: translateX(-8px)
}

.hint--always.hint--right:after, .hint--always.hint--right:before {
    -webkit-transform: translateX(8px);
    -moz-transform: translateX(8px);
    transform: translateX(8px)
}

.hint--rounded:after {
    border-radius: 4px
}

.hint--no-animate:after, .hint--no-animate:before {
    -webkit-transition-duration: 0;
    -moz-transition-duration: 0;
    transition-duration: 0
}

.hint--bounce:after, .hint--bounce:before {
    -webkit-transition: opacity .3s ease, visibility .3s ease, -webkit-transform .3s cubic-bezier(.71, 1.7, .77, 1.24);
    -moz-transition: opacity .3s ease, visibility .3s ease, -moz-transform .3s cubic-bezier(.71, 1.7, .77, 1.24);
    transition: opacity .3s ease, visibility .3s ease, transform .3s cubic-bezier(.71, 1.7, .77, 1.24)
}

#ccList, #rateList {
    background: #1E90FF;
    position: absolute;
    bottom: 28px;
    right: 0;
    border-radius: 4px;
    display: none;
    max-height: 264px;
    overflow-y: auto
}

#ccBtn:hover #ccList, #rateBtn:hover #rateList {
    display: block !important
}

#ccList div, #rateList div {
    color: #1f282c;
    line-height: 20px;
    background: rgba(200, 200, 200, 0.4);
    margin: 4px;
    font-size: 14px;
    text-align: left;
    padding: 2px 6px;
    white-space: nowrap;
    font-family: 'Open Sans', arial, sans-serif;
    cursor: pointer
}

#ccList div:hover, #rateList div:hover {
    background: rgba(200, 200, 200, 0.2);
    color: #444;
    transition: .5s ease all
}

#ccList span, #rateList span {
    color: #fff;
    display: block;
    line-height: 30px;
    font-family: verdana;
    font-size: 14px;
    text-align: left;
    margin: 4px;
    border-bottom: 1px solid #32a4a4;
    padding: 0 7px;
    letter-spacing: .04em;
    white-space: nowrap
}

.activeCaption, .activeRate {
    background: rgba(200, 200, 200, 0.7) !important
}

.line18 {
    width: 18px;
    height: 2px;
    background: #FF5722;
    position: absolute;
    top: 28px;
    left: 7px;
    display: none
}

#loopOn {
    width: 32px;
    height: 3px;
    background: #FF5722;
    position: absolute;
    top: -5px;
    left: 0;
    display: none
}

#ccBtn {
    position: absolute;
    bottom: 8px;
    right: 70px;
    display: none;
    z-index: 10
}

#rateBtn {
    position: absolute;
    bottom: 8px;
    right: 40px;
    z-index: 10
}

#loopBtn {
    width: 32px;
    height: 32px;
    float: right;
    background-color: #2db67c;
    cursor: pointer;
    transition: .5s ease all
}

#loopBtn svg {
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 26px;
    height: 26px
}
