
.video-js {
    background: #000;
    position: relative;
    padding: 0;
    font-size: 10px;
    vertical-align: middle;
    margin: 0 auto
}

.video-js .vjs-tech {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-js:-moz-full-screen {
    position: absolute;
}

body.vjs-full-window {
    padding: 0;
    margin: 0;
    height: 100%;
    overflow-y: auto;
}

.video-js.vjs-fullscreen {
    position: fixed;
    overflow: hidden;
    z-index: 1000;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
    _position: absolute;
}

.video-js:-webkit-full-screen {
    width: 100% !important;
    height: 100% !important;
}

.vjs-poster {
    margin: 0 auto;
    padding: 0;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-js .vjs-text-track-display {
    text-align: center;
    position: absolute;
    bottom: 4em;
    left: 1em;
    right: 1em;
    font-family: "Lato", sans-serif;
}

.video-js .vjs-text-track {
    display: none;
    color: white;
    font-size: 1.4em;
    text-align: center;
    margin-bottom: 0.1em;
    background: black;
    background: rgba(0, 0, 0, 0.5);
}

.video-js .vjs-subtitles {
    color: white;
}

.video-js .vjs-captions {
    color: #ffcc66;
}

.vjs-tt-cue {
    display: block;
}

.vjs-fade-in {
    display: block!important;
    visibility: visible !important;
    opacity: 1 !important;
    -webkit-transition: visibility 0s linear 0s, opacity 0.3s linear;
    -moz-transition: visibility 0s linear 0s, opacity 0.3s linear;
    -o-transition: visibility 0s linear 0s, opacity 0.3s linear;
    transition: visibility 0s linear 0s, opacity 0.3s linear;
    -webkit-backface-visibility: hidden;
}

.vjs-fade-out {
    visibility: hidden !important;
    opacity: 0 !important;
    -webkit-transition: visibility 0s linear 1.5s, opacity 1.5s linear;
    -moz-transition: visibility 0s linear 1.5s, opacity 1.5s linear;
    -o-transition: visibility 0s linear 1.5s, opacity 1.5s linear;
    transition: visibility 0s linear 1.5s, opacity 1.5s linear;
    -webkit-backface-visibility: hidden;
}

.vjs-controls {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    height: 47px;
    color: white;
    background: #2c3e50;
}

.vjs-controls.vjs-fade-out {
    display: block!important;
    visibility: visible !important;
    opacity: 1 !important;
}

.vjs-control {
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    float: left;
    text-align: center;
    margin: 0;
    padding: 0;
    height: 18px;
    width: 18px;
}

.vjs-control:focus {
    outline: 0;
}

.vjs-control div {
    background-position: center center;
    background-repeat: no-repeat;
}

.vjs-control-text {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.vjs-play-control {
    cursor: pointer !important;
    height: 47px;
    left: 0;
    position: absolute;
    top: 0;
    width: 58px;
}
.vjs-big-play-button{

    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: 50%;
    background-color: rgba(0,0,0,.15);
    background-image: url('../images/video-icon.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 60px 60px;
    cursor: pointer;
    -webkit-transition: background-color .5s;
    transition: background-color .5s;
}

.vjs-paused .vjs-play-control {
    background: url("../images/play.png") center -31px no-repeat;
    background-size: 16px 64px;
}

.vjs-paused .vjs-play-control:hover div {
    opacity: 0;
}

.vjs-paused .vjs-play-control div {
    background: url("../images/play.png") center 15px no-repeat;
    background-size: 16px 64px;
    height: 47px;
    -webkit-transition: opacity 0.25s;
    -moz-transition: opacity 0.25s;
    -o-transition: opacity 0.25s;
    transition: opacity 0.25s;
    -webkit-backface-visibility: hidden;
}

.vjs-playing .vjs-play-control {
    background: url("../images/pause.png") center -31px no-repeat;
    background-size: 15px 64px;
}

.vjs-playing .vjs-play-control:hover div {
    opacity: 0;
}

.vjs-playing .vjs-play-control div {
    background: url("../images/pause.png") center 15px no-repeat;
    background-size: 15px 64px;
    height: 47px;
    -webkit-transition: opacity 0.25s;
    -moz-transition: opacity 0.25s;
    -o-transition: opacity 0.25s;
    transition: opacity 0.25s;
    -webkit-backface-visibility: hidden;
}

.vjs-rewind-control {
    width: 5em;
    cursor: pointer !important;
}

.vjs-rewind-control div {
    width: 19px;
    height: 16px;
    background: url("video-js.png");
    margin: 0.5em auto 0;
}

.vjs-mute-control {
    background: url("../images/volume-full.png") center -48px
        no-repeat;
    background-size: 16px 64px;
    cursor: pointer !important;
    position: absolute;
    right: 51px;
    top: 14px;
}

.vjs-mute-control:hover div,.vjs-mute-control:focus div {
    opacity: 0;
}

.vjs-mute-control.vjs-vol-0,.vjs-mute-control.vjs-vol-0 div {
    background-image: url("../images/volume-off.png");
}

.vjs-mute-control div {
    background: #2c3e50 url("../images/volume-full.png") no-repeat
        center 2px;
    background-size: 16px 64px;
    height: 18px;
    -webkit-transition: opacity 0.25s;
    -moz-transition: opacity 0.25s;
    -o-transition: opacity 0.25s;
    transition: opacity 0.25s;
    -webkit-backface-visibility: hidden;
}

.vjs-volume-control,.vjs-volume-level,.vjs-volume-handle,.vjs-volume-bar
    {
    display: none;
}

.vjs-progress-control {
    border-radius: 32px;
    position: absolute;
    left: 60px;
    right: 180px;
    height: 12px;
    width: auto;
    top: 18px;
    background: #eff2f6;
}

.vjs-progress-holder {
    position: relative;
    cursor: pointer !important;
    padding: 0;
    margin: 0;
    height: 12px;
}

.vjs-play-progress,.vjs-load-progress {
    border-radius: 32px;
    position: absolute;
    display: block;
    height: 12px;
    margin: 0;
    padding: 0;
    left: 0;
    top: 0;
}

.vjs-play-progress {
    background: #1abc9c;
    left: -1px;
}

.vjs-load-progress {
    background: #d6dbe0;
    border-radius: 32px 0 0 32px;
}

.vjs-load-progress[style *='100%'],.vjs-load-progress[style *='99%'] {
    border-radius: 32px;
}

.vjs-seek-handle {
    background-color: #16a085;
    border-radius: 50%;
    position: absolute;
    width: 18px;
    height: 18px;
    margin: -3px 0 0 1px;
    left: 0;
    top: 0;
    -webkit-transition: background-color 0.25s;
    -moz-transition: background-color 0.25s;
    -o-transition: background-color 0.25s;
    transition: background-color 0.25s;
    -webkit-backface-visibility: hidden;
}

.vjs-seek-handle[style *='95.'] {
    margin-left: 3px;
}

.vjs-seek-handle[style='left: 0%;'] {
    margin-left: -2px;
}

.vjs-seek-handle:hover,.vjs-seek-handle:focus {
    background-color: #138d75;
}

.vjs-seek-handle:active {
    background-color: #117e69;
}

.vjs-time-controls {
    position: absolute;
    height: 20px;
    width: 50px;
    top: 16px;
    font: 300 13px "Lato", sans-serif;
}

.vjs-current-time {
    right: 128px;
    text-align: right;
}

.vjs-duration {
    color: #667687;
    right: 69px;
    text-align: left;
}

.vjs-remaining-time {
    display: none;
}

.vjs-time-divider {
    color: #667687;
    font-size: 14px;
    position: absolute;
    right: 121px;
    top: 15px;
}

.vjs-secondary-controls {
    float: right;
}

.vjs-fullscreen-control {
    background-image: url("../images/fullscreen.png");
    background-position: center -47px;
    background-size: 15px 64px;
    cursor: pointer !important;
    position: absolute;
    right: 17px;
    top: 13px;
}

.vjs-fullscreen-control:hover div,.vjs-fullscreen-control:focus div {
    opacity: 0;
}

.vjs-fullscreen-control div {
    height: 18px;
    background: url("../images/fullscreen.png") no-repeat center 2px;
    background-size: 15px 64px;
    -webkit-transition: opacity 0.25s;
    -moz-transition: opacity 0.25s;
    -o-transition: opacity 0.25s;
    transition: opacity 0.25s;
    -webkit-backface-visibility: hidden;
}

.vjs-menu-button {
    display: none !important;
}

@
-webkit-keyframes sharp { 0% {
    background: #e74c3c;
    border-radius: 10px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

50%
{
background
:
 
#ebedee
;

    
border-radius
:
 
0;
-webkit-transform
:
 
rotate
(180deg);

    
-moz-transform
:
 
rotate
(180deg);

    
-ms-transform
:
 
rotate
(180deg);

    
-o-transform
:
 
rotate
(180deg);

    
transform
:
 
rotate
(180deg);
 
}
100%
{
background
:
 
#e74c3c
;

    
border-radius
:
 
10
px
;

    
-webkit-transform
:
 
rotate
(360deg);

    
-moz-transform
:
 
rotate
(360deg);

    
-ms-transform
:
 
rotate
(360deg);

    
-o-transform
:
 
rotate
(360deg);

    
transform
:
 
rotate
(360deg);
 
}
}
@
-moz-keyframes sharp { 0% {
    background: #e74c3c;
    border-radius: 10px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

50%
{
background
:
 
#ebedee
;

    
border-radius
:
 
0;
-webkit-transform
:
 
rotate
(180deg);

    
-moz-transform
:
 
rotate
(180deg);

    
-ms-transform
:
 
rotate
(180deg);

    
-o-transform
:
 
rotate
(180deg);

    
transform
:
 
rotate
(180deg);
 
}
100%
{
background
:
 
#e74c3c
;

    
border-radius
:
 
10
px
;

    
-webkit-transform
:
 
rotate
(360deg);

    
-moz-transform
:
 
rotate
(360deg);

    
-ms-transform
:
 
rotate
(360deg);

    
-o-transform
:
 
rotate
(360deg);

    
transform
:
 
rotate
(360deg);
 
}
}
@
-o-keyframes sharp { 0% {
    background: #e74c3c;
    border-radius: 10px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

50%
{
background
:
 
#ebedee
;

    
border-radius
:
 
0;
-webkit-transform
:
 
rotate
(180deg);

    
-moz-transform
:
 
rotate
(180deg);

    
-ms-transform
:
 
rotate
(180deg);

    
-o-transform
:
 
rotate
(180deg);

    
transform
:
 
rotate
(180deg);
 
}
100%
{
background
:
 
#e74c3c
;

    
border-radius
:
 
10
px
;

    
-webkit-transform
:
 
rotate
(360deg);

    
-moz-transform
:
 
rotate
(360deg);

    
-ms-transform
:
 
rotate
(360deg);

    
-o-transform
:
 
rotate
(360deg);

    
transform
:
 
rotate
(360deg);
 
}
}
@
keyframes sharp { 0% {
    background: #e74c3c;
    border-radius: 10px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

50%
{
background
:
 
#ebedee
;

    
border-radius
:
 
0;
-webkit-transform
:
 
rotate
(180deg);

    
-moz-transform
:
 
rotate
(180deg);

    
-ms-transform
:
 
rotate
(180deg);

    
-o-transform
:
 
rotate
(180deg);

    
transform
:
 
rotate
(180deg);
 
}
100%
{
background
:
 
#e74c3c
;

    
border-radius
:
 
10
px
;

    
-webkit-transform
:
 
rotate
(360deg);

    
-moz-transform
:
 
rotate
(360deg);

    
-ms-transform
:
 
rotate
(360deg);

    
-o-transform
:
 
rotate
(360deg);

    
transform
:
 
rotate
(360deg);
 
}
}
.vjs-loading-spinner {
    /*background: #ebedee;*/
    border-radius: 10px;
    display: block!important;
/*     height: 16px;
left: 50%;
margin: -8px 0 0 -8px;
position: absolute;
top: 50%;
width: 16px;
-webkit-animation: sharp 2s ease infinite;
-moz-animation: sharp 2s ease infinite;
-o-animation: sharp 2s ease infinite;
animation: sharp 2s ease infinite; */
/*     display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-position: 50%;
background-color: rgba(0,0,0,.15);
background-image: url('../images/video-icon.png');
background-position: 50%;
background-repeat: no-repeat;
background-size: 60px 60px;
cursor: pointer;
-webkit-transition: background-color .5s;
transition: background-color .5s; */
}