
.vpl-player{
    position: relative;
   /*min-width: 350px;*/
    width:100%;
    opacity: 0;
    margin: 0 auto;
}

.vpl-theater{
    max-width: 100%!important;
    margin-left: 0!important;
    margin-right: 0!important;
}

[dir=rtl] .vpl-player{
    direction: ltr!important;
}

.vpl-logo{
    position: absolute;
    top:20px;
    left:20px;
}

.vpl-video-title{
    position: absolute;
    top:20px;
    left:20px;
    font-size: 20px;
    color: #fff;
    pointer-events: none;
    opacity: 0;
}

.vpl-player-holder,
.vpl-media-holder,
.vpl-slideshow-holder,
.vpl-video-holder,
.vpl-poster-holder,
.vpl-image-holder,
.vpl-youtube-holder,
.vpl-vimeo-holder-default,
.vpl-vimeo-holder-chromeless,
.vpl-canvas-video,
.vpl-canvas-image,
.vpl-iframe-holder,
.vpl-iframe-blocker{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    overflow:hidden;
}   
.vpl-media{
    position:absolute;
    max-width:none!important;
    user-select: none;
    visibility: visible;
    opacity: 0; 
    top:0;
    left:0;
    transition: opacity 500ms ease-out; 
}
.vpl-media-holder iframe{
    max-width:none!important;
}


.vpl-layout-100{
    position: fixed!important;
    left:0!important;
    top:0!important;
    width:100%!important;
    max-width: none!important;
    height:100%!important;
    max-height: none!important;
    z-index: 99999999;
    margin: 0!important;
    padding: 0!important;
}

/* minimize on scroll */

.vpl-minimize-bl{
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
    top:auto!important;
    position: fixed!important;
    max-width: 720px!important;
    z-index: 2147483648;
    bottom: 20px!important;
    left: 20px!important;
}
.vpl-minimize-br{
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
    top:auto!important;
    position: fixed!important;
    max-width: 720px!important;
    z-index: 2147483648;
    bottom: 20px!important;
    left:auto!important;
    right: 20px!important;
}

.vpl-force-hide{
  display: none!important;
}
.vpl-yt-clean {
    position: absolute!important;
    width: 132%!important;
    height: 200%!important;
    top: -50%!important;
    left: -16%!important;
    max-width: none!important;
}
.vpl-fs{
  position:fixed!important;
  top:0!important;
  left:0!important;
  width:100%!important;
  height:100%!important;
  max-width:none!important;
  max-height:none!important;
  margin:0!important;
  padding:0!important;
  z-index:999999!important;
  overflow:hidden!important;
  -webkit-transform: none!important;
    -ms-transform: none!important;
    transform: none!important;
} 
.vpl-fs-overflow{
  overflow:hidden!important;
}


.vpl-download-toggle a{
    display: block;
    position: absolute; 
    top: 0; 
    left: 0;
    width: 100%;
    height: 100%;
}

.vpl-btn.vpl-btn-volume-up{
  display: block;
}


/* icons */
.vpl-btn{
  display: none;
  height:100%;
}
.vpl-icon-wrap{
  height:100%;
}

.vpl-player-controls{
  opacity: 0;
    transition: opacity .3s ease-out;
    display: none;
}
.vpl-player-controls-visible{
    opacity: 1;
}


.vpl-settings-menu{
  display: none;
}
.vpl-settings-toggle{
  cursor: pointer;
}
.vpl-settings-holder{
  position: absolute;
    right: 0;
    bottom: 100%;
    display: none;
    text-align: left;
    white-space: nowrap;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    transition: opacity 0.1s ease-out, width 0.2s ease-out, height 0.2s ease-out;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}
.vpl-settings-holder-scrollable{
  overflow-y:auto; 
}
.vpl-settings-holder::-webkit-scrollbar {
    width: 9px; 
    height: 9px; 
}
.vpl-settings-holder::-webkit-scrollbar-thumb {
    background: #999; 
}
.vpl-settings-holder::-webkit-scrollbar-track {
    background: #eee; 
}

.vpl-settings-holder ul{
  margin: 0!important;
    padding: 0!important;
}
.vpl-menu-item{
  display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -moz-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    position: relative;
    white-space: nowrap;
    height: auto;
    text-align: center;
    list-style-type: none;
    margin: 0;
    line-height: 1!important;
    user-select: none;
    cursor: pointer;
    padding: 12px 50px 12px 12px;
}
.vpl-menu-active{
    cursor: default!important;
}
.vpl-settings-menu-item-title{
  margin-right: 20px;
  font-weight: bold;
}
.vpl-settings-holder .vpl-menu-header{
    font-size: 13px;
    line-height: 1;
  padding: 9px 10px 9px 15px;
    background-position: 12px center;
    background-repeat: no-repeat;
    background-size: 11px;
    transition: all 0.3s ease-out;
    margin-bottom: 1px;
    cursor: pointer;
}
.vpl-settings-holder .vpl-menu-header:hover{
  background-position: 8px center;
}
.vpl-settings-holder .vpl-menu-header span{
  padding-left: 18px;
  -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}



/* per skin difference */

/* aviva */

.vpl-skin-aviva .vpl-contr-btn{
  width:40px;
  height:100%;
  float: left;
  position: relative;
  cursor: pointer;
}
.vpl-skin-aviva .vpl-contr-btn svg{
  position: absolute;
  top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  height: 14px;
  fill:currentColor;
  transition: color .1s ease-out;
}
.vpl-skin-aviva .vpl-player-controls-bottom{
  position: absolute;
    height: 50px;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
}
.vpl-skin-aviva .vpl-player-controls-top{
  position:absolute;
  width:40px;
  top:10px;
  right:10px;
}
.vpl-skin-aviva .vpl-player-controls-top .vpl-contr-btn{
  height: 40px;
  width: 40px;
  margin-bottom: 5px;
  border-radius: 3px;
  overflow: hidden;
}
.vpl-skin-aviva .vpl-player-controls-top .vpl-contr-btn svg{
  height: 17px;
}
.vpl-skin-aviva .vpl-player-controls-bottom-left{
}
.vpl-skin-aviva .vpl-player-controls-bottom-right{
  position: relative;
    margin-left: auto;
}

.vpl-skin-aviva .vpl-media-time-current,
.vpl-skin-aviva .vpl-media-time-separator,
.vpl-skin-aviva .vpl-media-time-total{
  position:relative;
  top: 50%;
  left:0px;
  text-align: center;
  float:left;
  margin:0!important;
  font-size:12px!important;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.vpl-skin-aviva .vpl-media-time-current{
  padding-left: 10px;
}
.vpl-skin-aviva .vpl-media-time-total{
  padding-right: 5px;
}

.vpl-skin-aviva .vpl-seekbar-wrap{
  position:relative;
  margin: 0 10px;
    height: 100%;
    overflow: hidden;
}
.vpl-skin-aviva .vpl-seekbar{
  overflow: hidden;
    height: 100%;
    cursor: pointer;
    touch-action: none;
    flex: 1;
}
.vpl-skin-aviva .vpl-progress-bg{
  position:relative;
  width:100%;
  top:23px;
  height:5px;
  overflow: hidden;
  border-radius: 2px;
}
.vpl-skin-aviva .vpl-load-level{
  position:absolute;
  top:0;
  height:100%;
}
.vpl-skin-aviva .vpl-progress-level{
  position:absolute;
  top:0;
  height:100%;
  transition: width 0.2s linear;
}
.vpl-skin-aviva .vpl-volume-wrapper{
  position: relative;
  float: left;
  height:100%;
}
.vpl-skin-aviva .vpl-volume-toggle{
  position: relative;
  left:0;
  top:0;
  width:40px; 
  height:100%;
}
.vpl-skin-aviva .vpl-volume-seekbar{
  position: relative;
    top: 0;
    margin-left: 30px;
    width: 90px;
    height: 100%;
    cursor: pointer;
    touch-action: none;
}
.vpl-skin-aviva .vpl-volume-bg{
  position: absolute;
    width: 70px;
    height: 5px;
    left: 10px;
    top: 23px;
    border-radius: 2px;
    overflow: hidden;
}
.vpl-skin-aviva .vpl-volume-level{
  position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    transition: width 0.2s ease-out, height 0.2s ease-out;
}

.vpl-skin-aviva .vpl-settings-holder{
    margin-bottom: 1px;
}

.vpl-skin-aviva .vpl-menu-item{
    font-size: 12px;
}
.vpl-skin-aviva .vpl-settings-holder .vpl-menu-header{
    font-size: 13px;
}

.vpl-skin-aviva .vpl-big-play{
  position:absolute;
  width:76px;
  height:76px; 
  top:50%;
  left:50%;
  margin-left:-37px;
  margin-top:-37px;
  display:none;
  text-align:center;
  line-height: 76px;
  cursor: pointer;
  overflow: hidden;
  border-radius: 3px;
}
.vpl-skin-aviva .vpl-big-play svg{
  position: absolute;
  top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  height: 26px;
  fill:currentColor;
}

.vpl-context-menu li:last-child{
  border-bottom: none!important;
}


/* pollux */

.vpl-skin-pollux .vpl-contr-btn{    
    width:25px;
    height:25px;
    float: left;
    position: relative;
    cursor: pointer;
}
.vpl-skin-pollux .vpl-contr-btn svg{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 16px;
    fill:currentColor;
    transition: color .1s ease-out;
}

.vpl-skin-pollux .vpl-player-controls-bottom{
    position: absolute;
    height: 50px;
    bottom: 0;
    left: 0;
    width: 100%;
}
.vpl-skin-pollux .vpl-player-controls-bottom-left{
    position: absolute;
    height: 25px;
    left: 20px;
    bottom: 13px;
}
.vpl-skin-pollux .vpl-player-controls-bottom-middle{
    position: absolute;
    bottom: 13px;
    height: 25px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.vpl-skin-pollux .vpl-player-controls-bottom-right{
    position: absolute;
    height: 25px;
    right: 0;
    bottom: 13px;
}
.vpl-skin-pollux .vpl-player-controls-bottom-right .vpl-contr-btn{
    margin-right: 15px;
}

.vpl-skin-pollux .vpl-media-time-current,
.vpl-skin-pollux .vpl-media-time-separator,
.vpl-skin-pollux .vpl-media-time-total{
    position:relative;
    top:0px;
    left:0px;
    height:100%;
    line-height:25px !important;
    text-align: center;
    float:left;
    margin:0!important;
    padding: 0!important;
    font-size:12px!important;
    display: none;
    user-select:none;
}

.vpl-skin-pollux .vpl-playback-toggle{
    height: 34px;
    width: 34px;
    bottom: 4px;
}
.vpl-skin-pollux .vpl-playback-toggle svg{
    height: 17px;
}
.vpl-skin-pollux .vpl-rewind-toggle svg,
.vpl-skin-pollux .vpl-skip-backward-toggle svg,
.vpl-skin-pollux .vpl-skip-forward-toggle svg,
.vpl-skin-pollux .vpl-previous-toggle svg,
.vpl-skin-pollux .vpl-next-toggle svg{
    height: 13px;
}
.vpl-skin-pollux .vpl-rewind-toggle,
.vpl-skin-pollux .vpl-skip-backward-toggle,
.vpl-skin-pollux .vpl-skip-forward-toggle,
.vpl-skin-pollux .vpl-previous-toggle,
.vpl-skin-pollux .vpl-playback-toggle,
.vpl-skin-pollux .vpl-next-toggle{
    margin-right: 10px;
    border-radius: 100%;
}
.vpl-skin-pollux .vpl-player-controls-top{
    position:absolute;
    width:40px;
    top:10px;
    right:10px;
}
.vpl-skin-pollux .vpl-player-controls-top .vpl-contr-btn{
    height: 40px;
    width: 40px;
    margin-bottom: 5px;
    border-radius: 3px;
    overflow: hidden;
}
.vpl-skin-pollux .vpl-player-controls-top .vpl-contr-btn svg{
    height: 16px;
}

.vpl-skin-pollux .vpl-seekbar{
    position:absolute;
    width: 100%;
    top:-15px;
    height: 15px;
    overflow: hidden;
    cursor: pointer;
}
.vpl-skin-pollux .vpl-progress-bg{
    position:absolute;
    width:100%;
    bottom:0;
    height:7px;
    overflow: hidden;
}
.vpl-skin-pollux .vpl-load-level{
    position:absolute;
    top:0;
    height:100%;
}
.vpl-skin-pollux .vpl-progress-level{
    position:absolute;
    top:0;
    height:100%;
    transition: width 0.2s linear;
}
.vpl-skin-pollux .vpl-progress-level-pointer{
    position: relative;
    top:0;
    width: 4px;
    height: 100%;
    float: right;
    margin-right: -2px;
}

.vpl-skin-pollux .vpl-volume-wrapper{
    position: relative;
    float: left;
}
.vpl-skin-pollux .vpl-volume-seekbar{
    position: relative;
    top: 0;
    margin-left: 25px;
    width: 100px;
    margin-right: 10px;
    height: 25px;
    cursor: pointer;
    touch-action: none;
}
.vpl-skin-pollux .vpl-volume-bg{
    position: absolute;
    width: 80px;
    height: 6px;
    left: 10px;
    top: 10px;
}
.vpl-skin-pollux .vpl-volume-level{
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    transition: width 0.2s ease-out, height 0.2s ease-out;
}
.vpl-skin-pollux .vpl-volume-level-pointer{
    position: relative;
    top:0;
    width: 2px;
    height: 100%;
    float: right;
    margin-right: -1px;
}

.vpl-skin-pollux .vpl-settings-holder{
    margin-bottom: 30px;
}
.vpl-skin-pollux .vpl-menu-item{
    font-size: 14px;
}

.vpl-skin-pollux .vpl-settings-menu-item-title{
    margin-right: 30px;
}
.vpl-skin-pollux .vpl-settings-holder .vpl-menu-header{
    font-size: 14px;
}

.vpl-skin-pollux .vpl-big-play{
    position:absolute;
    width:76px;
    height:76px; 
    top:50%;
    left:50%;
    margin-left:-37px;
    margin-top:-37px;
    border-radius: 50%!important;
    display:none;
    text-align:center;
    line-height: 76px;
    cursor: pointer;
}
.vpl-skin-pollux .vpl-big-play svg{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 26px;
    fill:currentColor;
}

/* sirius */

.vpl-skin-sirius .vpl-contr-btn{
    width:40px;
    height:100%;
    float: left;
    position: relative;
    cursor: pointer;
}
.vpl-skin-sirius .vpl-contr-btn svg{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 14px;
    fill:currentColor;
    transition: color .1s ease-out;
}

.vpl-skin-sirius .vpl-previous-toggle{
    position: absolute; 
    top: 50%; 
    left: 12px; 
    -webkit-transform: translateY(-50%); 
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); 
    height: 50px;
}
.vpl-skin-sirius .vpl-next-toggle{
    position: absolute; 
    top: 50%; 
    right: 12px; 
    -webkit-transform: translateY(-50%); 
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); 
    height: 50px;
}
.vpl-skin-sirius .vpl-previous-toggle svg,
.vpl-skin-sirius .vpl-next-toggle svg{
    height: 18px;
}

.vpl-skin-sirius .vpl-player-controls-gradient {
    pointer-events: none;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 30%, rgba(0,0,0,0) 70%, rgba(0,0,0,0.5) 100%);
}

.vpl-skin-sirius .vpl-player-controls-top{
    position:absolute;
    top:15px;
    right:15px;
    height: 20px;
}

.vpl-skin-sirius .vpl-player-controls-bottom-wrap{
    position: absolute;
    height: 40px;
    bottom: 0;
    left: 15px;
    right: 15px;
}
.vpl-skin-sirius .vpl-player-controls-bottom{
    display: flex;
    height: 100%;
}
.vpl-skin-sirius .vpl-player-controls-bottom-left{
}
.vpl-skin-sirius .vpl-player-controls-bottom-right{
    position: relative;
    margin-left: auto;
}

.vpl-skin-sirius .vpl-media-time-current,
.vpl-skin-sirius .vpl-media-time-total{
    position:relative;
    top: 50%;
    left:0px;
    text-align: center;
    float:left;
    margin:0!important;
    padding: 0!important;
    font-size:11px!important;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.vpl-skin-sirius .vpl-media-time-current,
.vpl-skin-sirius .vpl-media-time-total{
    padding-left: 5px!important;
    padding-right: 5px!important;
}

.vpl-skin-sirius .vpl-seekbar-wrap{
    position:relative;
    margin: 0 10px;
    height: 100%;
    overflow: hidden;
}
.vpl-skin-sirius .vpl-seekbar{
    overflow: hidden;
    height: 100%;
    cursor: pointer;
    touch-action: none;
    flex: 1;
}
.vpl-skin-sirius .vpl-progress-bg{
    position:relative;
    width:100%;
    top:20px;
    height:1px;
}
.vpl-skin-sirius .vpl-load-level{
    position:absolute;
    top:0;
    height:100%;
}
.vpl-skin-sirius .vpl-progress-level{
    position:absolute;
    top:0;
    height:100%;
    transition: width 0.2s linear;
}

.vpl-skin-sirius .vpl-volume-toggle{
    position: absolute;
    left:0;
    top:0;
    width:100%; 
    height:40px;
}
.vpl-skin-sirius .vpl-volume-seekbar{
    position:absolute;
    top:-80px;
    left:0;
    width:30px;
    height:80px;
    display:none;
    cursor: pointer;
    touch-action: none;
}
.vpl-skin-sirius .vpl-volume-wrapper:hover .vpl-volume-seekbar{
    display: block;
}
.vpl-skin-sirius .vpl-volume-bg{
    position:absolute;
    width:1px;
    height:60px;
    left:14px;
    bottom:10px;
}
.vpl-skin-sirius .vpl-volume-level{
    position:absolute;
    width:100%;
    left:0;
    bottom:0;
    transition: width 0.2s ease-out, height 0.2s ease-out;
}

.vpl-skin-sirius .vpl-menu-item{
    font-size: 12px;
}
.vpl-skin-sirius .vpl-settings-holder .vpl-menu-header{
    font-size: 13px;
}

.vpl-skin-sirius .vpl-big-play{
    position:absolute;
    width:76px;
    height:76px; 
    top:50%;
    left:50%;
    margin-left:-37px;
    margin-top:-37px;
    border-radius: 50%!important;
    display:none;
    text-align:center;
    line-height: 76px;
    cursor: pointer;
}
.vpl-skin-sirius .vpl-big-play svg{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 30px;
    fill:currentColor;
}

/* vega */

.vpl-skin-vega .vpl-contr-btn{    
    width:25px;
    height:25px;
    float: left;
    position: relative;
    cursor: pointer;
}
.vpl-skin-vega .vpl-contr-btn svg{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    fill:currentColor;
    filter: drop-shadow( 3px 3px 2px rgba(0, 0, 0, .35));
    transition: color .1s ease-out;
}

.vpl-skin-vega .vpl-player-controls-bottom{
    position: absolute;
    height: 50px;
    bottom: 0;
    left: 30px;
    right: 30px;
}
.vpl-skin-vega .vpl-player-controls-bottom-left{
    position: absolute;
    height: 25px;
    left: 0;
    bottom: 13px;
}
.vpl-skin-vega .vpl-player-controls-bottom-middle{
    position: absolute;
    bottom: 13px;
    height: 25px;
    left: 50%;
    transform: translateX(-50%);
}
.vpl-skin-vega .vpl-player-controls-bottom-middle > div{
    margin-right: 20px;
}
.vpl-skin-vega .vpl-rewind-toggle svg{
    height: 20px;
}
.vpl-skin-vega .vpl-skip-backward-toggle svg,
.vpl-skin-vega .vpl-skip-forward-toggle svg{
    height: 22px;
}
.vpl-skin-vega .vpl-player-controls-bottom-right{
    position: absolute;
    height: 25px;
    right: 0;
    bottom: 13px;
}
.vpl-skin-vega .vpl-previous-toggle{
    position: absolute; 
    top: 50%; 
    left: 25px; 
    -webkit-transform: translateY(-50%); 
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); 
    height: 50px;
}
.vpl-skin-vega .vpl-next-toggle{
    position: absolute; 
    top: 50%; 
    right: 25px; 
    -webkit-transform: translateY(-50%); 
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); 
    height: 50px;
}
.vpl-skin-vega .vpl-player-controls-top{
    position:absolute;
    top:20px;
    right:25px;
}
.vpl-skin-vega .vpl-player-controls-top .vpl-contr-btn{
    margin-left: 20px;
}

.vpl-skin-vega .vpl-media-time-current,
.vpl-skin-vega .vpl-media-time-total{
    position:relative;
    top:0px;
    left:0px;
    height:100%;
    line-height:25px !important;
    text-align: center;
    float:left;
    padding: 0!important;
    font-size:20px!important;
    display: none;
    user-select:none;
    filter: drop-shadow( 3px 3px 2px rgba(0, 0, 0, .35));
}
.vpl-skin-vega .vpl-media-time-total{
    margin-left: 20px;
}

.vpl-skin-vega .vpl-seekbar{
    position:absolute;
    width: 100%;
    top:-15px;
    height: 15px;
    overflow: hidden;
    cursor: pointer;
}
.vpl-skin-vega .vpl-progress-bg{
    position:absolute;
    width:100%;
    bottom:0;
    height:7px;
    border-radius: 10px;
    overflow: hidden;
}
.vpl-skin-vega .vpl-load-level{
    position:absolute;
    top:0;
    height:100%;
}
.vpl-skin-vega .vpl-progress-level{
    position:absolute;
    top:0;
    height:100%;
    transition: width 0.2s linear;
}
.vpl-skin-vega .vpl-volume-seekbar{
    position: absolute;
    top: 0;
    left: -100px;
    width: 100px;
    height: 25px;
    display: none;
    cursor: pointer;
    touch-action: none;
}
.vpl-skin-vega .vpl-volume-wrapper:hover .vpl-volume-seekbar{
    display: block;
}
.vpl-skin-vega .vpl-volume-bg{
    position: absolute;
    width: 80px;
    height: 6px;
    left: 10px;
    top: 9px;
}
.vpl-skin-vega .vpl-volume-level{
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    transition: width 0.2s ease-out, height 0.2s ease-out;
}

.vpl-skin-vega .vpl-settings-wrap{
    margin-left: 20px;
}
.vpl-skin-vega .vpl-settings-holder{
    margin-bottom: 30px;
}
.vpl-skin-vega .vpl-menu-item{
    font-size: 14px;
}

.vpl-skin-vega .vpl-subtitle-visible {
    margin-bottom: 55px;
}

.vpl-skin-vega .vpl-big-play{
    position:absolute;
    width:76px;
    height:76px; 
    top:50%;
    left:50%;
    margin-left:-33px;
    margin-top:-33px;
    border-radius: 50%!important;
    display:none;
    text-align:center;
    cursor: pointer;
}
.vpl-skin-vega .vpl-big-play svg{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    fill:currentColor;
    filter: drop-shadow( 3px 3px 2px rgba(0, 0, 0, .35));
}

.vpl-skin-vega .vpl-share-item svg{
    height: 30px;
}
.vpl-skin-vega .vpl-info-close svg,
.vpl-skin-vega .vpl-share-close svg{
    height: 20px;
}

.vpl-skin-vega  .vpl-context-menu li{
    font-size:14px!important;
}

/* flat */

.vpl-skin-flat .vpl-contr-btn{
    width:40px;
    height:100%;
    float: left;
    position: relative;
    cursor: pointer;
}
.vpl-skin-flat .vpl-contr-btn svg{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 14px;
    fill:currentColor;
    transition: color .1s ease-out;
}

.vpl-skin-flat .vpl-player-controls-bottom{
    position: absolute;
    height: 40px;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
}
.vpl-skin-flat .vpl-player-controls-top{
    position:absolute;
    width:40px;
    top:10px;
    right:10px;
}
.vpl-skin-flat .vpl-player-controls-top .vpl-contr-btn{
    height: 40px;
    width: 40px;
    margin-bottom: 3px;
    overflow: hidden;
}

.vpl-skin-flat .vpl-player-controls-bottom-left{
}
.vpl-skin-flat .vpl-player-controls-bottom-right{
    position: relative;
    margin-left: auto;
}

.vpl-skin-flat .vpl-media-time-current,
.vpl-skin-flat .vpl-media-time-separator,
.vpl-skin-flat .vpl-media-time-total{
    position:relative;
    top: 50%;
    left:0px;
    text-align: center;
    float:left;
    margin:0!important;
    font-size:12px!important;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.vpl-skin-flat .vpl-media-time-current,
.vpl-skin-flat .vpl-media-time-total{
    padding-left: 10px;
    padding-right: 10px;
}

.vpl-skin-flat .vpl-seekbar-wrap{
    position:relative;
    margin: 0 10px;
    height: 100%;
    overflow: hidden;
}
.vpl-skin-flat .vpl-seekbar{
    overflow: hidden;
    height: 100%;
    cursor: pointer;
    touch-action: none;
    flex: 1;
}
.vpl-skin-flat .vpl-progress-bg{
    position:relative;
    width:100%;
    top:17px;
    height:7px;
    overflow: hidden;
}
.vpl-skin-flat .vpl-load-level{
    position:absolute;
    top:0;
    height:100%;
}
.vpl-skin-flat .vpl-progress-level{
    position:absolute;
    top:0;
    height:100%;
    transition: width 0.2s linear;
}

.vpl-skin-flat .vpl-volume-seekbar{
    position: absolute;
    top: -80px;
    left: 0;
    width: 40px;
    height: 80px;
    cursor: pointer;
    touch-action: none;
    display: none;
}
.vpl-skin-flat .vpl-volume-wrapper:hover .vpl-volume-seekbar{
    display: block;
}
.vpl-skin-flat .vpl-volume-bg{
    position: absolute;
    width: 6px;
    height: 60px;
    left: 17px;
    bottom: 10px;
}
.vpl-skin-flat .vpl-volume-level{
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    transition: width 0.2s ease-out, height 0.2s ease-out;
}

.vpl-skin-flat .vpl-settings-holder{
    margin-bottom: 1px;
}
.vpl-skin-flat .vpl-menu-item{
    font-size: 12px;
}
.vpl-skin-flat .vpl-settings-holder .vpl-menu-header{
    font-size: 13px;
}

.vpl-skin-flat .vpl-subtitle-visible {
    margin-bottom: 40px!important;
}
.vpl-skin-flat .vpl-big-play{
    position:absolute;
    width:76px;
    height:76px; 
    top:50%;
    left:50%;
    margin-left:-37px;
    margin-top:-37px;
    display:none;
    text-align:center;
    line-height: 76px;
    cursor: pointer;
    overflow: hidden;
    border-radius: 2px;
}
.vpl-skin-flat .vpl-big-play svg{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 26px;
    fill:currentColor;
}




.vpl-subtitles{
  display: none;
}
.vpl-subtitle-holder-inner{
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 10px;
    transition: margin-bottom .3s ease-out;
    font-size: 20px;
}
.vpl-subtitle{
    display: inline;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: normal !important;
    font-family: Arial, Helvetica, sans-serif;
    color: ".$options['subtitleTextColor']."!important;
    background: ".$options['subtitleTextBgColor']."!important;
    white-space: pre-wrap;
}
.vpl-subtitle i{
    font-style: italic;
}
.vpl-subtitle-visible {
    margin-bottom: 50px!important;
}

.vpl-embed-holder,
.vpl-info-holder,
.vpl-share-holder,
.vpl-resume-holder{
    position: absolute;
    top:0;
    left:0;
    height: 100%;
    width: 100%;
    display: none;
    z-index:50;
    opacity: 0;
    transition: opacity 100ms ease-out;
    background: rgba(0,0,0,0.7);
}
.vpl-embed-holder-inner,
.vpl-info-holder-inner,
.vpl-share-holder-inner,
.vpl-resume-holder-inner{
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}
.vpl-embed-inner,
.vpl-info-inner,
.vpl-share-inner,
.vpl-resume-inner{
    position: relative;
    height: 100%;
    padding: 20px 40px 20px 20px;
    box-sizing: border-box;
    overflow: hidden;
    text-align: left;
}
.vpl-embed-data,
.vpl-info-data,
.vpl-share-data,
.vpl-resume-data{
    position: relative;
    max-width: 90%;
    max-height: 90%;
    overflow: auto;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}
.vpl-embed-data{
    flex:1;
}

.vpl-contr-btn.vpl-share-item{
  width:40px!important;
  height:40px!important;
  float: left!important;
    position: relative!important;
}
@media (max-width: 500px) { 
    .vpl-embed-data,
    .vpl-info-data,
    .vpl-share-data,
    .vpl-resume-data{
        max-width: 100%;
        max-height: 100%;
    }
}

.vpl-embed-box{
  display: flex;
}
.vpl-embed-field-wrap{
    position: relative;
    margin:0;
    white-space: nowrap;
    display: flex;
    align-items: center;
    overflow: hidden;
    width: 100%;
    font-size: 12px;
    padding: 5px;
    color: #d7e6eb;
    border-radius: 3px;
    border: 1px solid #e6e6e6;
}
.vpl-embed-field-wrap-selected{
    background:#6f6f6f;
}
.vpl-embed-title{
    font-size: 18px;
    margin: 10px 0;
    color: #efefef;
}
.vpl-embed-copy{
    display: inline-block;
    padding: 8px 14px!important;
    font-size: 14px;
    cursor: pointer;
    float: right;
    align-self: flex-start;
    margin-left: 5px;
    margin-right: 5px;
    white-space: nowrap;
    background: #fff;
    color: #555;
    border-radius: 3px;
    transition: opacity 0.3s ease-out; 
}
.vpl-skin-flat-gray .vpl-embed-title {
    color: #fff;
}
.vpl-skin-flat-gray .vpl-embed-field-wrap{
    color: #777;
}
.vpl-skin-flat-light .vpl-embed-title{
    color: #cbcbcb !important;
}
.vpl-skin-flat-light .vpl-embed-copy{
    background: #5d5d5d !important;
    color: #fff;
}
.vpl-skin-flat-light .vpl-embed-field-wrap {
    color: #5a5a5a;
}


/* resume confirm */
.vpl-resume-action-container{
    padding:10px 10px;
    display: flex;
    align-items: center;
}
.vpl-resume-action-container:hover{
    opacity: 0.7;
}
.vpl-resume-action-container-separator{
    height: 1px;
    background: #777;
    width: 100%;
}
.vpl-resume-title{
    color: #fff;
    font-size: 16px;
}
.vpl-resume-action-container .vpl-contr-btn svg{
    color: #fff!important;
}
.vpl-resume-restart, .vpl-resume-continue{
    cursor: pointer;
}

.vpl-embed-close,
.vpl-share-close,
.vpl-info-close{
    position: absolute!important;
    right:0!important;
    top:0!important;
    background: none!important;
    z-index: 333!important;
    height: 40px!important;
    width: 40px!important;
}
.vpl-embed-close svg,
.vpl-info-close svg,
.vpl-share-close svg{
  height: 16px;
}
.vpl-info-description{
  white-space: pre-wrap;
  line-height: normal;
}

/* css loader */
.vpl-player-spinner{
    position:absolute;
    top:50%;
    left:50%;
    width: 40px;
    height: 40px;
    margin-left:-20px;
    margin-top:-20px;
    animation: vpl_preloader 1.2s infinite ease-in-out;
    display: none;
}
@-webkit-keyframes vpl_preloader {
    0% { -webkit-transform: perspective(120px) }
    50% { -webkit-transform: perspective(120px) rotateY(180deg) }
    100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
}
@keyframes vpl_preloader {
    0% { 
      transform: perspective(120px) rotateX(0deg) rotateY(0deg);
      -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg) 
    } 50% { 
      transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
      -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg) 
    } 100% { 
      transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
      -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}
/* image loader */
.vpl-player-loader-img{
    position:absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
    display: none;
}
.vpl-player-loader-img img{
    display: block;
    width: 100%;
}



.vpl-vr-info{
  position: absolute;
  height: auto;
  display: block;
  top: 50px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    background: rgba(0,0,0,0.5);
    padding: 10px;
    pointer-events:none;
    display: none;
}

.vpl-preview-seek-wrap{
    position: absolute;
    width: 120px;
    height: 68px;
    display: none;
    pointer-events:none;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
.vpl-preview-seek-inner{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background: #111;
}
.vpl-preview-seek-time{
  position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    text-align: center;
}
.vpl-preview-seek-time .vpl-preview-seek-time-current{
  margin: 0!important;
  line-height: normal;
    padding: 1px 2px!important;
    font-size: 13px!important;
}

.vpl-pwd-holder{
  height: 100%;
    width: 100%;
    display: none;
    z-index:60;
    position: relative;
    opacity: 0;
    transition: opacity 100ms ease-out;
}
.vpl-pwd-holder-inner{
  display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}
.vpl-pwd-data-wrap{
  position: relative;
    max-width: 350px;
    width: 100%;
    overflow: auto;
    padding: 20px;
    box-sizing: border-box;
}
@media (max-width: 400px) { 
  .vpl-pwd-data-wrap{
      max-width: 90%;
  }
}
.vpl-pwd-data{
  display: flex;
}
.vpl-pwd-field-wrap{
  position: relative;
  margin:0;
  padding: 5px!important;
  line-height: 1.2;
    word-wrap: break-word;
    overflow: hidden;
    width: 100%;
}
.vpl-pwd-field{
  position: absolute;
    left: 0;
    top: 0;
    height: 100%!important;
    width: 100%!important;
    padding: 0 0 0 5px!important;
    font-size: 13px!important;
    margin: 0!important;
    border: 0!important;
    box-shadow: none!important;
    line-height: 1!important;
    direction: ltr!important;
}
.vpl-pwd-title{
    font-size: 14px;
    margin: 5px;
    display: flex;
}
.vpl-pwd-info{
    font-size: 11px;
    margin: 5px;
    display: flex;
}
.vpl-pwd-confirm{
    display: inline-block;
    padding: 3px!important;
    font-size: 12px;
    cursor: pointer;
    float: right;
    align-self: flex-start;
    margin-left: 5px;
    margin-right: 5px;
    white-space: nowrap;
}
.vpl-pwd-error{
  display: none;
}

.vpl-context-menu{
  position:absolute;
  padding:10px;
  font-size: 12px;
  white-space:nowrap;
  z-index: 2147483646!important;
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  display:none;
}
.vpl-context-menu ul{
  padding:0!important;
  margin:0!important;
}
.vpl-context-menu li{
  line-height:1.4!important;
  list-style:none!important;
  margin: 0!important;
  border: 0;
  padding:5px!important;
  font-size: 12px!important;
  cursor: pointer;
}

.vpl-context-menu li:last-child{
  border-bottom: none!important;
}
.vpl-context-menu li:hover > span{
  opacity: 0.5; 
}
.vpl-context-fullscreen-exit,
.vpl-context-volume-unmute,
.vpl-context-playback-pause{
  display: none;
}

.vpl-tooltip{
  position:absolute;
  text-align:center;
  z-index: 2147483646!important;
  pointer-events:none;
  display:none;
  font-size:13px!important;
  padding:2px 8px !important;
  line-height:20px !important;
  white-space:nowrap;
  user-select: none;
  direction: ltr !important;
  box-shadow: 0 0 8px rgba(0,0,0,0.1);
}



/* shadows */

.vpl-shadow-effect1{
  -webkit-box-shadow: 0 10px 6px -6px #777;
     -moz-box-shadow: 0 10px 6px -6px #777;
          box-shadow: 0 10px 6px -6px #777;
}

.vpl-shadow-effect2:after {
    content:"";
    position:absolute;
    width:100%;
    bottom:1px;
    z-index:-1;
    transform:scale(.9);
    -webkit-box-shadow: 0 4px 30px 5px #000000;
     -moz-box-shadow: 0 4px 30px 5px #000000;
      box-shadow: 0 4px 30px 5px #000000;
}

.vpl-shadow-effect3:before, .vpl-shadow-effect3:after{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.vpl-shadow-effect3:after{
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}

.vpl-shadow-effect4{
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.vpl-shadow-effect4:before, .vpl-shadow-effect4:after{
  content:"";
    position:absolute;
    z-index:-1;
    -webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
    -moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
    box-shadow:0 0 20px rgba(0,0,0,0.8);
    top:50%;
    bottom:0;
    left:10px;
    right:10px;
    -moz-border-radius:100px / 10px;
    border-radius:100px / 10px;
}
.vpl-shadow-effect4:after{
  right:10px;
    left:auto;
    -webkit-transform:skew(8deg) rotate(3deg);
       -moz-transform:skew(8deg) rotate(3deg);
        -ms-transform:skew(8deg) rotate(3deg);
         -o-transform:skew(8deg) rotate(3deg);
            transform:skew(8deg) rotate(3deg);
}

.vpl-shadow-effect5{
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.vpl-shadow-effect5:before, .vpl-shadow-effect5:after{
  content:"";
    position:absolute;
    z-index:-1;
    -webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
    -moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
    box-shadow:0 0 20px rgba(0,0,0,0.8);
    top:0;
    bottom:0;
    left:10px;
    right:10px;
    -moz-border-radius:100px / 10px;
    border-radius:100px / 10px;
}
.vpl-shadow-effect5:after{
  right:10px;
    left:auto;
    -webkit-transform:skew(8deg) rotate(3deg);
       -moz-transform:skew(8deg) rotate(3deg);
        -ms-transform:skew(8deg) rotate(3deg);
         -o-transform:skew(8deg) rotate(3deg);
            transform:skew(8deg) rotate(3deg);
}

.vpl-shadow-effect6{
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.vpl-shadow-effect6:before, .vpl-shadow-effect6:after{
  content:"";
    position:absolute;
    z-index:-1;
    -webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
    -moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
    box-shadow:0 0 20px rgba(0,0,0,0.8);
    top:10px;
    bottom:10px;
    left:0;
    right:0;
    -moz-border-radius:100px / 10px;
    border-radius:100px / 10px;
}
.vpl-shadow-effect6:after{
  right:10px;
    left:auto;
    -webkit-transform:skew(8deg) rotate(3deg);
       -moz-transform:skew(8deg) rotate(3deg);
        -ms-transform:skew(8deg) rotate(3deg);
         -o-transform:skew(8deg) rotate(3deg);
            transform:skew(8deg) rotate(3deg);
}


/* lightbox */
.vpl-lightbox-wrap{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2147483640!important;
    opacity:0;
    display: none;
    transition: opacity .3s ease-out;
}
.vpl-lightbox{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.vpl-lightbox-center{
    top:50%;
    transform: translateY(-50%);
}
.vpl-lightbox-close{
    position: absolute;
    top:0;
    right:0;
    width:40px;
    height: 40px;
    cursor: pointer;
    background-color:  rgba(0,0,0,0);
}
.vpl-lightbox-close svg{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    fill:currentColor;
}   



/* btn */

.vpl-btn-disabled{
    opacity: 0.5!important;
}


/* caption toggle */
.vpl-skin-aviva .vpl-cc-toggle svg,
.vpl-skin-pollux .vpl-cc-toggle svg,
.vpl-skin-flat .vpl-cc-toggle svg{
    height:18px;
}
.vpl-skin-sirius .vpl-cc-toggle svg{
    height:16px;
}
.vpl-skin-vega .vpl-cc-toggle svg{
    height:26px;
}
.vpl-skin-vega .vpl-cc-toggle{
    margin-left: 25px;
}





.vpl-unmute-toggle{
    color: #222;
    background: #fff;
    position: absolute;
    top: 70px;
    left: -300px;
    padding: 5px 10px;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
.vpl-unmute-toggle-visible {
    left:30px;
}





/* live stream note */

.vpl-live-note{
    position:relative;
    float:left;
    margin: 0 10px;
    height: 40px;
    display: none;
}
.vpl-live-note-inner{
    display: flex;
    height: 100%;
    position:relative;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.vpl-live-note-icon{
    width: 8px;
    height: 8px;
    background: #ff0000;
    border-radius: 100%;
}
.vpl-live-note-title{
    font-size:13px!important;
    color:#fff;
    margin-left: 5px;
}

.vpl-skin-aviva .vpl-live-note{
    height: 50px;
}
.vpl-skin-pollux .vpl-live-note{
    height: 25px;
}
.vpl-skin-pollux .vpl-live-note-icon{
    background: #de5362;
}
.vpl-skin-sirius .vpl-live-note-title{
    font-size:18px!important;
}
.vpl-skin-flat-light .vpl-live-note-icon{
    background: #da4040;
}
.vpl-skin-flat-light .vpl-live-note-title{
    color: #5d5d5d;
}
.vpl-skin-flat-dark .vpl-live-note-title{
    color: #bbb;
}





/* share colors */
.vpl-share-item{
    transition: transform 0.3s;
}
.vpl-share-item:hover{
    transform: scale(1.7);
}

.vpl-share-item[data-type="facebook"]:hover svg{
    color: #3b5998!important;
}
.vpl-share-item[data-type="twitter"]:hover svg{
    color: #00aced!important;
}
.vpl-share-item[data-type="tumblr"]:hover svg{
    color: #34526f!important;
}
.vpl-share-item[data-type="whatsapp"]:hover svg{
    color: #25D366!important;
}
.vpl-share-item[data-type="linkedin"]:hover svg{
    color: #007bb6!important;
}
.vpl-share-item[data-type="reddit"]:hover svg{
    color: #FF4301!important;
}
.vpl-share-item[data-type="digg"]:hover svg{
    color: #005be2!important;
}
.vpl-share-item[data-type="pinterest"]:hover svg{
    color: #cb2027!important;
}



.vpl-info-data::-webkit-scrollbar {
    width: 9px; 
    height: 9px; 
}
.vpl-info-data::-webkit-scrollbar-thumb {
    background: #999; 
}
.vpl-info-data::-webkit-scrollbar-track {
    background: #eee; 
}








.vpl-visible {
  opacity: 1!important;
  transition: opacity 500ms ease-out;
}
.vpl-holder-visible{
    opacity: 1;
}





.vpl-menu-item{
  margin: 0;
}