body {
    margin: 0px;
    background-color: black;
    width: 100vw;
    height: 100vh;
}
#videoHolder{
    visibility: hidden;
    background: #000000 url('../images/loader_new.gif') no-repeat center;
    background-size: 100px 100px;
    
    width: 100%;
    height: 100%;
    

}
.jcp-videoPlayer{
    font-size: 16px;
    line-height: 1em;
    background: none;
}
.jcp-videoPlayer > iframe {
    border:none;
    overflow:hidden;
    display:block;
    padding: 0;
    margin: 0;
    
    width: 100% !important;
    height: 100% !important;
    
    min-width:100%;
    min-height: 100%;
    
}

body.jcp-full-window {
    padding: 0;
    margin: 0;
    height: 100%;
    overflow-y: auto;
}
.jcp-full-window .jcp-fullscreen.jcp-playerShell {
    position: fixed;
    overflow: hidden;
    z-index: 1000;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
}
.jcp-fullscreen.jcp-playerShell {
    width: 100% !important;
    height: 100% !important;
    padding-top: 0px !important;
}


.jcp-videoPlayer > .jcp-videoSwitch {
    display: none;
}

.jcp-videoPlayer > .jcp-videoSwitch.switchable {
    display: -ms-flex;
    display: flex;
}

.jcp-videoPlayer > .jcp-videoSwitch > button{
    -ms-flex: 1;
    flex: 1;

    border: none;
    padding: 0.2em 0.3em;
    line-height: 1.5em;
    background-color: #e0e0e0;
    font-size: 1em;
}

.jcp-videoPlayer > .jcp-videoSwitch > button.selected{
    background-color: #f0f0f0;
}
.jcp-videoPlayer > .jcp-videoSwitch > button.selected{
    background-color: #f0f0f0;
}
.vjs-hkjc-skin button, .vjs-hkjc-skin  a, .vjs-hkjc-skin  input{
    outline: none;
}
.vjs-loading-spinner{
    z-index: 100;
}
.jcp-clientPlayer{
    width:100%;
    height:100%;
    display:block;
}
.jcp-lastFrame{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-color: #000;
    opacity: 0;
    transition: opacity 0.25s;
}
.jcp-lastFrame > canvas {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: auto;
    -webkit-filter: blur(0px);
    filter: blur(0px);
    transition: filter 0.25s, -webkit-filter 0.25s, max-width 0.1s, max-height 0.1s;
}
.jcp-lastFrame.await {
    opacity: 1;
}
.vjs-waiting .jcp-lastFrame > canvas {
    /*
    -webkit-filter: blur(10px);
    filter: blur(10px);
    max-width: 90%;
    max-height: 90%;
    */
}
.video-js .vjs-control-bar{
    height: auto;
    flex-wrap: wrap;
}
.video-js .jcp-videoSwitch{
    width: 100%;
    transition: top 0.25s;
    background-color: rgba(43, 51, 63, 0.7);
    font-size: 20px;
    display: -ms-flex;
    display: none;
}
.video-js .jcp-videoSwitch.switchable{
    display: flex;
}
.video-js .jcp-videoSwitch > button {
    padding: 10px 15px;
    -ms-flex: 1;
    flex: 1;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0);
    transition: background-color 0.5s;
    font-size: 0.7em;
}
.video-js .jcp-videoSwitch > button:hover{
    background-color: rgba(255, 255, 255, 0.2);
}
.video-js .jcp-videoSwitch > button.selected{
    background-color: rgba(255, 255, 255, 0.4);
}

.video-js .jcp-qualityVideoSwitch{
    width:12em;
}
.video-js .jcp-qualityVideoSwitch > button {
    line-height: 3em;
    -ms-flex: 1;
    flex: 1;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0);
    transition: background-color 0.5s;
    width: 6em;
}
.video-js .jcp-videoSwitch > button:hover{
    background-color: rgba(255, 255, 255, 0.2);
}
.video-js .jcp-videoSwitch > button.selected{
    background-color: rgba(255, 255, 255, 0.4);
}
.video-js .jcp-qualityVideoSwitch > button:hover{
    background-color: rgba(255, 255, 255, 0.2);
}
.video-js .jcp-qualityVideoSwitch > button.selected{
    background-color: rgba(255, 255, 255, 0.4);
}


.vjs-hkjc-skin{
    font-family: Helvetica, Arial, "Microsoft YaHei", "Heiti", "STXihei", "STHeiTi", Tahoma, sans-serif;
}

.vjs-hkjc-skin .vjs-big-play-button{
    top: 50%;
    left: 50%;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    margin: -40px 0 0 -40px;
}
.vjs-hkjc-skin .vjs-big-play-button{
    line-height: 76px;
    font-size: 40px;
    vertical-align: baseline;
}
.vjs-icon-next-control .vjs-icon-placeholder:before{
    font-family:VideoJS;
    font-weight:400;
    font-style:normal;
    content:"\f11f";
}
.vjs-icon-prev-control .vjs-icon-placeholder:before{
    font-family:VideoJS;
    font-weight:400;
    font-style:normal;
    content:"\f120";
}

/* New Skin */
.video-js .vjs-menu-button-inline.vjs-slider-active,.video-js .vjs-menu-button-inline:focus,.video-js .vjs-menu-button-inline:hover,.video-js.vjs-no-flex .vjs-menu-button-inline {
    width: 10em
}

.video-js .vjs-controls-disabled .vjs-big-play-button {
    display: none!important
}

.video-js .vjs-control {
    width: 3em;
    height: auto;
}

.video-js .vjs-menu-button-inline:before {
    width: 1.5em
}

.vjs-menu-button-inline .vjs-menu {
    left: 3em
}

.vjs-paused.vjs-has-started.video-js .vjs-big-play-button,.video-js.vjs-ended .vjs-big-play-button,.video-js.vjs-paused .vjs-big-play-button {
    display: block
}

.video-js .vjs-load-progress div,.vjs-seeking .vjs-big-play-button,.vjs-waiting .vjs-big-play-button {
    display: none!important
}

.video-js .vjs-mouse-display:after,.video-js .vjs-play-progress:after {
    padding: 0 .4em .3em
}

.video-js.vjs-ended .vjs-loading-spinner {
    display: none;
}

.video-js.vjs-ended .vjs-big-play-button {
    display: block !important;
}

.video-js *,.video-js:after,.video-js:before {
    box-sizing: inherit;
    font-size: inherit;
    color: inherit;
    line-height: inherit
}

.video-js.vjs-fullscreen,.video-js.vjs-fullscreen .vjs-tech {
    width: 100%!important;
    height: 100%!important
}

.video-js {
    font-size: 14px;
    overflow: hidden
}

.video-js .vjs-control {
    color: inherit
}

.video-js .vjs-menu-button-inline:hover,.video-js.vjs-no-flex .vjs-menu-button-inline {
    width: 8.35em
}

.video-js .vjs-volume-menu-button.vjs-volume-menu-button-horizontal:hover .vjs-menu .vjs-menu-content {
    height: 3em;
    width: 6.35em
}

.video-js .vjs-control:focus:before,.video-js .vjs-control:hover:before {
    text-shadow: 0 0 1em #fff,0 0 1em #fff,0 0 1em #fff
}

.video-js .vjs-spacer,.video-js .vjs-time-control {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-flex: 1 1 auto;
    -moz-box-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.video-js .vjs-time-control {
    -webkit-box-flex: 0 1 auto;
    -moz-box-flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: auto
}

.video-js .vjs-time-control.vjs-time-divider {
    width: 14px
}

.video-js .vjs-time-control.vjs-time-divider div {
    width: 100%;
    text-align: center
}

.video-js .vjs-time-control.vjs-current-time {
    margin-left: 1em
}

.video-js .vjs-time-control .vjs-current-time-display,.video-js .vjs-time-control .vjs-duration-display {
    width: 100%
}

.video-js .vjs-time-control .vjs-current-time-display {
    text-align: right
}

.video-js .vjs-time-control .vjs-duration-display {
    text-align: left
}

.video-js .vjs-play-progress:before,.video-js .vjs-progress-control .vjs-play-progress:before,.video-js .vjs-remaining-time,.video-js .vjs-volume-level:after,.video-js .vjs-volume-level:before,.video-js.vjs-live .vjs-time-control.vjs-current-time,.video-js.vjs-live .vjs-time-control.vjs-duration,.video-js.vjs-live .vjs-time-control.vjs-time-divider,.video-js.vjs-no-flex .vjs-time-control.vjs-remaining-time {
    display: none
}

.video-js.vjs-no-flex .vjs-time-control {
    display: table-cell;
    width: 4em
}

.video-js .vjs-progress-control {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: .5em;
    top: -.5em
    /*
    height: 1.5em;
    top: -1.5em;
    */
}

.video-js .vjs-play-control {

    cursor: pointer;

}

.video-js .vjs-progress-control .vjs-load-progress,.video-js .vjs-progress-control .vjs-play-progress,.video-js .vjs-progress-control .vjs-progress-holder {
    height: 100%
}

.video-js .vjs-progress-control .vjs-progress-holder {
    margin: 0
}

.video-js .vjs-progress-control:hover {
    height: 1.5em;
    top: -1.5em
}

.video-js .vjs-control-bar {
    -webkit-transition: -webkit-transform .1s ease 0s;
    -moz-transition: -moz-transform .1s ease 0s;
    -ms-transition: -ms-transform .1s ease 0s;
    -o-transition: -o-transform .1s ease 0s;
    transition: transform .1s ease 0s
}

.video-js.not-hover.vjs-has-started.vjs-paused.vjs-user-active .vjs-control-bar,.video-js.not-hover.vjs-has-started.vjs-paused.vjs-user-inactive .vjs-control-bar,.video-js.not-hover.vjs-has-started.vjs-playing.vjs-user-active .vjs-control-bar,.video-js.not-hover.vjs-has-started.vjs-playing.vjs-user-inactive .vjs-control-bar,.video-js.vjs-has-started.vjs-playing.vjs-user-inactive .vjs-control-bar {
    visibility: visible;
    opacity: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: -webkit-transform 1s ease 0s;
    -moz-transition: -moz-transform 1s ease 0s;
    -ms-transition: -ms-transform 1s ease 0s;
    -o-transition: -o-transform 1s ease 0s;
    transition: transform 1s ease 0s
}

.video-js.not-hover.vjs-has-started.vjs-paused.vjs-user-active .vjs-progress-control,.video-js.not-hover.vjs-has-started.vjs-paused.vjs-user-inactive .vjs-progress-control,.video-js.not-hover.vjs-has-started.vjs-playing.vjs-user-active .vjs-progress-control,.video-js.not-hover.vjs-has-started.vjs-playing.vjs-user-inactive .vjs-progress-control,.video-js.vjs-has-started.vjs-playing.vjs-user-inactive .vjs-progress-control {
    height: .25em;
    top: -.25em;
    pointer-events: none;
    -webkit-transition: height 1s,top 1s;
    -moz-transition: height 1s,top 1s;
    -ms-transition: height 1s,top 1s;
    -o-transition: height 1s,top 1s;
    transition: height 1s,top 1s
}

.video-js.not-hover.vjs-has-started.vjs-paused.vjs-user-active.vjs-fullscreen .vjs-progress-control,.video-js.not-hover.vjs-has-started.vjs-paused.vjs-user-inactive.vjs-fullscreen .vjs-progress-control,.video-js.not-hover.vjs-has-started.vjs-playing.vjs-user-active.vjs-fullscreen .vjs-progress-control,.video-js.not-hover.vjs-has-started.vjs-playing.vjs-user-inactive.vjs-fullscreen .vjs-progress-control,.video-js.vjs-has-started.vjs-playing.vjs-user-inactive.vjs-fullscreen .vjs-progress-control {
    opacity: 0;
    -webkit-transition: opacity 1s ease 1s;
    -moz-transition: opacity 1s ease 1s;
    -ms-transition: opacity 1s ease 1s;
    -o-transition: opacity 1s ease 1s;
    transition: opacity 1s ease 1s
}

.video-js.vjs-live .vjs-live-control {
    margin-left: 1em
}

.video-js .vjs-big-play-button {
    top: 50%;
    left: 50%;
    margin-left: -1em;
    margin-top: -1em;
    width: 2em;
    height: 2em;
    line-height: 2em;
    border: none;
    border-radius: 50%;
    font-size: 2em;
    background-color: rgba(0,0,0,.45);
    color: #fff;
    -webkit-transition: border-color .4s,outline .4s,background-color .4s;
    -moz-transition: border-color .4s,outline .4s,background-color .4s;
    -ms-transition: border-color .4s,outline .4s,background-color .4s;
    -o-transition: border-color .4s,outline .4s,background-color .4s;
    transition: border-color .4s,outline .4s,background-color .4s
}

.video-js .vjs-menu-button-popup .vjs-menu {
    left: -3em
}

.video-js .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
    background-color: transparent;
    width: 12em;
    left: -1.5em;
    padding-bottom: .5em
}

.video-js .vjs-menu-button-popup .vjs-menu .vjs-menu-item,.video-js .vjs-menu-button-popup .vjs-menu .vjs-menu-title {
    background-color: #151b17;
    margin: .3em 0;
    padding: .5em;
    border-radius: .3em
}

.video-js .vjs-menu-button-popup .vjs-menu .vjs-menu-item.vjs-selected {
    background-color: #2483d5
}

.video-js .vjs-big-play-button {
    background-color: rgba(0,0,0,0.45);
    font-size: 2em;
    opacity: 1;
    border-radius: 50%;
    height: 2em !important;
    line-height: 2em !important;
    margin-top: -1em !important
}


.noshow{
    z-index: -100 !important;
}
.video-js .vjs-loading-spinner {
    border-color: rgba(36,131,213,0.8)
}

.video-js .vjs-control-bar2 {
    background-color: #000000
}

.video-js .vjs-control-bar {
    background-color: rgba(7, 20, 30, 0.8) !important;
    color: #ffffff;
    font-size: 14px
}
body .video-js:hover .vjs-big-play-button, body .video-js .vjs-big-play-button:focus, body .video-js .vjs-big-play-button:active {
	background-color:  rgba(37, 79, 161, 0.5) !important;
    opacity:0 !important;
}
.video-js .vjs-play-progress,.video-js  .vjs-volume-level {
    background-color: #254fa1
}


@media only screen and (max-width: 400px) {
    .jcp-qualityVideoSwitch{
        display:none;
    }
} 

.video-js.vjs-has-started.vjs-playing.vjs-user-inactive.mobile .vjs-progress-control{
    top: 0;
}