@charset"UTF-8";
@font-face{
    font-family:vimeo;
    src:url(font/vimeo.eot)
}
@font-face{
    font-family:vimeo;
    src:url(font/vimeo.woff2) format('woff2'),url(font/vimeo.woff) format('woff');font-weight:400;
    font-style:normal
}
.html5_video_player:focus{
    outline:0
}
.html5_video_player_wrapper{
    display:block;
    transform:translateZ(0) translate3d(0,0,0);
    transform-style:preserve-3d;
    perspective:1000;
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden;
    box-sizing:border-box
}
.html5_video_player .loading{
    position:absolute;
    top:10px;
    right:10px;
    font-size:12px;
    color:#fff;
    background:rgba(0,0,0,.51);
    text-align:center;
    padding:2px 4px;
    border-radius:5px;
    font-family:"Droid Sans",sans-serif;
    -webkit-animation:fade .1s infinite alternate;
    animation:fade .1s infinite alternate
}
@-webkit-keyframes fade{
    0%{opacity:.5}
    100%{opacity:1}
}
@keyframes fade{
    0%{opacity:.5}
    100%{opacity:1}
}
.html5_video_player_Fullscreen{
    display:block!important;
    position:fixed!important;
    width:100%!important;
    height:100%!important;
    top:0!important;
    left:0!important;
    margin:0!important;
    border:none!important;
    opacity:1!important;
    background-color:#000
}
.html5_video_player_wrapper iframe{
    max-width:4000px!important
}
.inline_html5_video_player{
    margin-bottom:20px;
    vertical-align:top;
    position:relative;
    left:0;
    overflow:hidden;
    border-radius:4px;
    box-shadow:0 0 5px rgba(0,0,0,.7);
    background:rgba(0,0,0,.5)
}
.inline_html5_video_player img{
    border:none!important;
    margin:0!important;
    padding:0!important;
    transform:none!important
}
.html5_video_player_bar .vimeo_icon{
    font-size:20px;
    font-family:vimeo;
    cursor:pointer
}
.html5_video_player_bar .vimeo_url.vimeo_icon{
    position:absolute;
    width:auto;
    display:block;
    top:6px;
    right:10px;
    cursor:pointer;
    font-size:40px
}
.html5_video_player_bar,
.html5_video_player_bar .buttonBar{
    left:0;
    padding:5px;
    width:100%;
    box-sizing:border-box
}
.html5_video_player_bar{
    transition:opacity .5s;
    display:block;
    height:10px;
    background:#333;
    position:fixed;
    bottom:0;
    text-align:left;
    z-index:1000;
    font:14px/16px sans-serif;
    color:#fff;
    opacity:.1
}
.html5_video_player_bar.visible,
.html5_video_player_bar:hover{
    opacity:1
}
.html5_video_player_bar .buttonBar{
    transition:all .5s;
    background:0 0;
    font:12px/14px Calibri;
    position:absolute;
    top:-30px;
    height:40px
}
.html5_video_player_bar:hover .buttonBar{
    background:rgba(0,0,0,.4)
}
.html5_video_player_bar span{
    display:inline-block;
    font:16px/20px Calibri,sans-serif;
    position:relative;
    width:30px;
    height:25px;
    vertical-align:middle
}
.html5_video_player_bar span.html5_video_player_time{
    width:130px
}
.html5_video_player_bar span.mb_OnlyYT,
.html5_video_player_bar span.mb_YTPUrl{
    position:absolute;
    width:auto;
    display:block;
    top:6px;
    right:10px;
    cursor:pointer
}
.html5_video_player_bar span.mb_YTPUrl img{
    width:60px
}
.html5_video_player_bar span.mb_OnlyYT{
    left:300px;
    right:auto
}
.html5_video_player_bar span.mb_OnlyYT img{
    width:25px
}
.html5_video_player_bar span.mb_YTPUrl a{
    color:#fff
}
.html5_video_player_bar .html5_video_player_muteUnmute,
.html5_video_player_bar .html5_video_player_pause,
.html5_video_player_bar .html5_video_player_pause img{
    cursor:pointer
}
.html5_video_player_bar .html5_video_player_pogress{
    height:10px;
    width:100%;
    background:#222;
    bottom:0;
    left:0
}
.html5_video_player_bar .html5_video_player_loaded{
    height:10px;
    width:0;
    background:#444;
    left:0
}
.html5_video_player_bar .html5_video_player_seek_bar{
    height:10px;
    width:0;
    background:#2a97cc;
    bottom:0;
    left:0;
    box-shadow:rgba(82,82,82,.47) 1px 1px 3px
}
.html5_video_player_bar .YTPOverlay{
    backface-visibility:hidden;
    -webkit-backface-visibility:hidden;
    -webkit-transform-style:"flat";
    box-sizing:border-box
}
.html5_video_player_overlay.raster{
    background:url(images/raster.png)
}
.html5_video_player_overlay.raster.retina{
    background:url(images/raster@2x.png)
}
.html5_video_player_overlay.raster-dot{
    background:url(images/raster_dot.png)
}
.html5_video_player_overlay.raster-dot.retina{
    background:url(images/raster_dot@2x.png)
}
.html5_video_player_bar .simpleSlider{
    position:relative;
    width:100px;
    height:10px;
    border:1px solid #fff;
    overflow:hidden;
    box-sizing:border-box;
    margin-right:10px;
    cursor:pointer!important;
    border-radius:3px
}
.html5_video_player_bar.compact .simpleSlider{
    width:40px
}
.html5_video_player_bar .simpleSlider.muted{
    opacity:.3
}
.html5_video_player_bar .level{
    position:absolute;
    left:0;
    bottom:0;
    background-color:#fff;
    box-sizing:border-box
}
.html5_video_player_bar .level.horizontal{
    height:100%;width:0
}
.html5_video_player_bar .level.vertical{
    height:auto;width:100%
}