.player-container{width: 550px;height: 365px;position: relative;}
.audio {height: 17px;}
.player-controls.full{text-align: center;width: 100%}
.player-controls {position: absolute;bottom: 30px;z-index: 2147483647;}
.player-container.audio .player-controls{bottom: -12px;}
.player-controls .wrapper{display: -webkit-inline-flex;display: -ms-inline-flexbox;display: inline-flex;}
button {border: 0;outline: 0;}
button.play {background: url('icons.png') no-repeat rgba(63, 148, 217, 1) -130px;border-radius: 50%;height: 40px;width: 40px;margin-top: -7px;}
button.play.paused {background: url('icons.png') no-repeat rgba(63, 148, 217, 1) -30px;}
@media only screen and (min-width: 992px){
    button.play.paused:hover {background: url('icons.png') no-repeat #333 -30px;}
    button.play:hover {background: url('icons.png') no-repeat #333 -130px;}
    .controls .fullscreen.active:hover{background: url('icons.png') no-repeat #00a98f -433px;}
    .controls .subtitle:hover{background: url('icons.png') no-repeat #00a98f -234px;}
    .controls .fullscreen:hover{background: url('icons.png') no-repeat #00a98f -334px;}
    .player-container:hover .player-controls.playing {opacity: .9;}
    .player-controls.playing {opacity: 0;-webkit-transition: opacity 1.5s;-moz-transition: opacity 1.5s;-o-transition: opacity 1.5s;-ms-transition: opacity 1.5s;transition: opacity 1.5s;}
}
.controls{padding-right: 4px;height: 24px;border-radius: 2px;
          display: -webkit-inline-flex;display: -ms-inline-flexbox;display: inline-flex;border-radius: 3px;}
.controls .volume{display: -webkit-inline-flex;display: -ms-inline-flexbox;display: inline-flex; margin: 0 2px;}
.controls .volume .vol{width: 5px;background: rgba(63, 148, 217, 1);height: 5px;margin:4px 2px;height: 15px;}
.controls .volume .vol.active{background: rgba(63, 148, 217, 1);}
.controls .subtitle{width:33px;background: url('icons.png') no-repeat #171717 -234px; margin: 0 3px; border-radius: 3px;}
.controls .fullscreen{width:33px;background: url('icons.png') no-repeat #171717 -334px;margin:0 3px; border-radius: 3px;}
.controls .fullscreen.active{background: url('icons.png') no-repeat #171717 -433px;}

.player_segment{border: 1px solid #555;padding-right: 4px;height: 16px;margin: 4px 0 0 10px;vertical-align: middle;width: 380px;position: relative;}
.player_segment .seek{background: rgba(63, 148, 217, 1);height: 11px;margin: 2px; margin-right: 4px;width: 0;position: relative;z-index: 2;}
.player_segment .buffer{background: rgba(213,213,213,.3);height: 11px;margin: -13px 2px;width: 0%;position: absolute;}
.player_segment .timecode{width: 40px;height: 18px;font: 13px Verdana,sans-serif;background: #eae6a5;color:#555;position: absolute;top:-22px;left: -22px;text-align: center;border: 1px solid #555;}
.player_segment .timecode::before {border-left: 0.3em solid transparent;border-right: 0.3em solid transparent;border-top: 0.3em solid #555;bottom: -4px;content: "";left: 50%;margin-left: -0.3em;position: absolute;}
video::-webkit-media-controls {display:none !important;}
video::-webkit-media-controls-enclosure {display:none !important;}

