
.vpSoundClickToPlay{
    
    position:absolute;
    z-index:100001;
    width:100%;
    /*display:none;*/
}

.vpSoundClickToPlay img{
    width: 100%;
    height: auto;
}

.vpSoundClickToPlay .vpSoundClickToPlayButton{
    position:absolute;
    top: 78%;
    left: 35%;
    width: 30%;
    height: 47px;
    cursor: pointer;
    
}

.vpProgressBar { 
   color:#fff; 
   width:100%; 
   height:8px;
   margin:0 0 0 0;
   border-radius: 4px;
   position:relative;
   overflow: hidden;
   background-color: #fff;
}

.vpProgressUnlocked {
   background-color:#ffffff;
   height:10px;
   display:inline-block;
   position:absolute;
   top:0;
   left:0;
}
.vpProgress {
   background-color:#bfbfbf;
   height:10px;
   display:inline-block;
   position:absolute;
   top:0;
   left:0;
}

.vpPlaylist{
    display:none;
}

.vpStage{
    width: 1280px;
    height: 614px;
    top: 62px;
    left: 0px;
    position: absolute;
}
.vpStage.small{
    width: 811px;
    height: 456px;
    top: 125px;
    left: 63px;
    position: absolute;
}
.vpVideo {
    width: 100%;
    height: 100%;
}

.vpShowHideControls{
    width:100%;
    position:absolute;
    bottom:0;
    /*border:1px solid red;*/
    width:100%;
    height:40px;
    z-index:5555;
}

.vpControls {
    width: 1280px;
    position: fixed;
    position: absolute;
    z-index: 9999;
    bottom: 45px;
    height: 37px;
    background-color: #4d4d4d;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    color: #FFFFFF;
}
.vpControls.small {
    width: 811px;
    left: 63px;
    bottom: 96px;
    height: 43px;
    background-color: #e6e6e6;
}
.vpStage:hover ~ .vpControls {
    opacity: 1;
}
.vpControls.small {
    
}
.vpControls:hover {
    opacity: 1;
}
body.internet-explorer #vpControls {
    position:absolute;
}

.buttons img{
    width:12px;
    height:12px;
}

.vpCursorPointer{
    cursor:pointer;
}

.vpControls .buttons {
    margin: 0;
    padding: 0;
    line-height: 0;
    float: left;
    margin-left: 6px;
}
.vpControls .buttons img {
    width: 30px;
    height: 30px;
    padding: 8px;
}
#audioonoff {
    margin: 0;
}
.vpControls .vpCurrentTime {
    width: 45px;
    margin-right: 6px;
    display: inline;
    float: right;
    text-align: center;
    font-size: 12px;
}
.vpControls.small .vpCurrentTime {
    width: 86px;
    color: #333333;
}

.vpControls .vpTotalTime{
    width:4%;
    margin-left:15px;
    display:inline;
    float:left;
    display: none;
}

.vpControls .bar{
    width:1150px;
    height: 8px;
    border-radius: 4px;
    display:inline;
    float:left;
    background: #ffffff;
}
.vpControls.small .bar {
    width: 620px;
}


#vpVolume{
    display:none;
}

#vpMute{
    display:none;
}
