/* 
# Video Z [Player Feito com VideoJs Varias Funcionalidades]
#-------------------------------------------------------------#
# Author: Sarh
# Contato: 
#   skype: adm-chopper
#   e-mail: sarthemes@gmail.com;
# © Todos direitos reservados a animazone e 
seus criadores: VideoJs, Sarah.
# Version: 1.0.5
#-------------------------------------------------------------#
*/
@import url("../../../../../font-awesome/4.7.0/css/font-awesome.min.css");
@import url("//fonts.googleapis.com/css?family=Teko");
.vjs-icon-play,
.video-js .vjs-big-play-button,
.video-js .vjs-play-control {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
}

.video-js .vjs-big-play-button:before{
    content: '';
    position: relative;
    display: flex;
    background: url(img/1001.svg) no-repeat center;
    background-size: contain;
    margin: 0 auto;
    width: 88px;
    height: 88px;
    line-height: 88px;
    cursor: pointer;
    opacity: .5;
}

.video-js .vjs-big-play-button:hover:before{
  opacity: 1
}

.vjs-icon-play:before,
.video-js .vjs-play-control:before {
    content: '';
    position: relative;
    background: url(img/1001.svg) no-repeat center;
    background-size: contain;
    cursor: pointer;
    opacity: 1;
}

.vjs-icon-play-circle {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-play-circle:before {
  content: '\f144';
}

.vjs-icon-pause,
.video-js .vjs-play-control.vjs-playing {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-pause:before,
.video-js .vjs-play-control.vjs-playing:before {
    content: '';
    background: url(img/1002.svg) no-repeat center;
    background-size: contain;
}

.vjs-icon-volume-mute,
.video-js .vjs-mute-control.vjs-vol-0,
.video-js .vjs-volume-menu-button.vjs-vol-0 {

}

.video-js .vjs-icon-volume-mute:before,
.video-js .vjs-mute-control.vjs-vol-0:before,
.video-js .vjs-volume-menu-button.vjs-vol-0:before {
  content: '';
  background: url(img/1003.svg) no-repeat center;
  background-size: contain;
}

.vjs-icon-volume-low,
.video-js .vjs-mute-control.vjs-vol-1,
.video-js .vjs-volume-menu-button.vjs-vol-1 {
}

.video-js .vjs-icon-volume-low:before,
.video-js .vjs-mute-control.vjs-vol-1:before,
.video-js .vjs-volume-menu-button.vjs-vol-1:before {
  content: '';
  background: url(img/1005.svg) no-repeat center;
  background-size: contain;
}

.video-js .vjs-icon-volume-mid,
.video-js .vjs-mute-control.vjs-vol-2,
.video-js .vjs-volume-menu-button.vjs-vol-2 {
}

.video-js .vjs-icon-volume-mid:before,
.video-js .vjs-mute-control.vjs-vol-2:before,
.video-js .vjs-volume-menu-button.vjs-vol-2:before {
  content: '';
  background: url(img/1005.svg) no-repeat center;
  background-size: contain;
}

.video-js .vjs-icon-volume-high,
.video-js .vjs-mute-control,
.video-js .vjs-volume-menu-button {

}

.video-js .vjs-icon-volume-high:before,
.video-js .vjs-mute-control:before,
.video-js .vjs-volume-menu-button:before {
  content: '';
  background: url(img/1006.svg) no-repeat center;
  background-size: contain;
  left: 10px!important;
  z-index: 99
}

.vjs-icon-fullscreen-enter,
.video-js .vjs-fullscreen-control {
}

.vjs-icon-fullscreen-enter:before,
.video-js .vjs-fullscreen-control:before {
    content: '';
    background: url(img/1007.svg) no-repeat center;
    background-size: contain;
}

.vjs-icon-fullscreen-exit,
.video-js.vjs-fullscreen .vjs-fullscreen-control {
}

.video-js.vjs-fullscreen .vjs-control-bar {
    padding: 0 60px;
}

.video-js.vjs-fullscreen .vjs-progress-control {
    width: 90%;
}

.video-js.vjs-fullscreen .vjs-control-bar {
    height: 64px
}

.vjs-icon-fullscreen-exit:before,
.video-js.vjs-fullscreen .vjs-fullscreen-control:before {
    content: '';
    background: url(img/1008.svg) no-repeat center;
    background-size: contain;
}

.vjs-icon-square {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-square:before {
  content: '\f10a';
}

.vjs-icon-spinner {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-spinner:before {
  content: '\f10b';
}

.vjs-icon-subtitles,
.video-js .vjs-subtitles-button {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-subtitles:before,
.video-js .vjs-subtitles-button:before {
  content: '\f10c';
}

.vjs-icon-captions,
.video-js .vjs-captions-button {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-captions:before,
.video-js .vjs-captions-button:before {
    content: '';
    background: url(img/1009.svg) no-repeat center;
    background-size: contain;
}

.video-js .vjs-quality-container .vjs-menu-icon:before {
  content: '';
    background: url(https://aniflv.net/wp-content/themes/AniFlv/video/css/img/1010.svg) no-repeat center;
    background-size: contain;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    left: 0;
}

.video-js .vjs-quality-container .vjs-brand-quality-link{
  color:#fff;
  text-decoration:none;
  cursor:pointer
}

.video-js .vjs-quality-container .vjs-quality-dropdown{
  position:absolute;
  bottom: 45px;
    left: -80%;
    background: rgba(0, 0, 0, 0.66);
  transition:opacity 0.5s linear;
  opacity:0;
  -webkit-transform:scaleY(0);
  -o-transform:scaleY(0);
  -ms-transform:scaleY(0);transform:scaleY(0);
  -webkit-transform-origin:bottom;
  -o-transform-origin:bottom;
  -ms-transform-origin:bottom;
  transform-origin:bottom;
  -webkit-transition:-webkit-transform 0.26s ease-out;
  -o-transition:-o-transform 0.26s ease;
  -ms-transition:-ms-transform 0.26s ease;
  transition:transform 0.26s ease
}

.video-js .vjs-quality-container .vjs-quality-dropdown.show{
  opacity:1;
  -webkit-transform:scaleY(1);
  -o-transform:scaleY(1);
  -ms-transform:scaleY(1);
  transform:scaleY(1)
}

.video-js .vjs-quality-container .vjs-quality-dropdown ul{
  margin:0;
  padding:0
}

.video-js .vjs-quality-container .vjs-quality-dropdown ul li{
  list-style:none;
  margin:0
}

.video-js .vjs-quality-container .vjs-quality-dropdown ul li a{
  color:#fff;
  text-decoration:none;
  padding:5px 10px;
  display:table;
  width:100%
}

.video-js .vjs-quality-container .vjs-quality-dropdown ul li.current a,.video-js .vjs-quality-container .vjs-quality-dropdown ul li a:hover{
  background:#000;
  color:#6dae78
}


.vjs-icon-chapters,
.video-js .vjs-chapters-button {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-chapters:before,
.video-js .vjs-chapters-button:before {
  content: '\f10e';
}

.vjs-icon-share {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-share:before {
  content: '\f10f';
}

.vjs-icon-cog {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-cog:before {
  content: '\f110';
}

.vjs-icon-circle,
.video-js .vjs-mouse-display,
.video-js .vjs-play-progress,
.video-js .vjs-volume-level {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-circle:before,
.video-js .vjs-mouse-display:before,
.video-js .vjs-play-progress:before{
  content: '';
  background: #fff;
  width: 10px;
  height: 10px;
  border-radius: 30px;
}
.video-js .vjs-volume-level:before {
  content: '';
  background: #fff;
  width: 12px;
  height: 10px;
  border-radius: 20px;
}

.vjs-icon-circle-outline {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-circle-outline:before {
  content: '\f112';
}

.vjs-icon-circle-inner-circle {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-circle-inner-circle:before {
  content: '\f113';
}

.vjs-icon-hd {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-hd:before {
  content: '\f114';
}

.vjs-icon-cancel,
.video-js .vjs-control.vjs-close-button {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-cancel:before,
.video-js .vjs-control.vjs-close-button:before {
  content: '\f115';
}

.vjs-icon-replay {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-replay:before {
  content: '\f116';
}

.vjs-icon-facebook {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-facebook:before {
  content: '\f117';
}

.vjs-paused:before {

}

.vjs-default-skin.vjs-ended .vjs-play-control:before {
    content: "";
    background: url(https://aniflv.net/wp-content/themes/AniFlv/video/css/img/1015.svg) no-repeat center;
    background-size: contain;
    width: 20px;
    height: 20px;
    cursor: pointer;
    opacity: 1;
}

.video-js .vjs-big-play-button:before,
.video-js .vjs-control:before,
.video-js .vjs-modal-dialog,
.vjs-modal-dialog .vjs-modal-dialog-content {

}

.vjs-icon-gplus {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-gplus:before {
  content: '\f118';
}

.vjs-icon-linkedin {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-linkedin:before {
  content: '\f119';
}

.vjs-icon-twitter {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-twitter:before {
  content: '\f11a';
}

.vjs-icon-tumblr {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-tumblr:before {
  content: '\f11b';
}

.vjs-icon-pinterest {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-pinterest:before {
  content: '\f11c';
}

.vjs-icon-audio-description,
.video-js .vjs-descriptions-button {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-audio-description:before,
.video-js .vjs-descriptions-button:before {
  content: '\f11d';
}

.video-js {
    width: 100%;
    height: 100%;
    cursor: pointer;
    vertical-align: top;
    box-sizing: border-box;
    color: #fff;
    background-color: #000;
    position: relative;
    padding: 0;
    font-size: 10px;
    line-height: 1;
    font-weight: normal;
    font-style: normal;
    font-family: Arial, Helvetica, sans-serif;
    outline: 0px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.video-js:-moz-full-screen {
  position: absolute;
}

.video-js:-webkit-full-screen {
  width: 100% !important;
  height: 100% !important;
}

.video-js *,
.video-js *:before,
.video-js *:after {
  box-sizing: inherit;
}

.video-js ul {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  list-style-position: outside;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.video-js.vjs-fluid,
.video-js.vjs-16-9,
.video-js.vjs-4-3 {

}

.video-js.vjs-16-9 {}

.video-js.vjs-4-3 {}

.video-js.vjs-fill {
  width: 100%;
  height: 100%;
}

.video-js .vjs-tech {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%!important;
  height: 100%!important;
}

body.vjs-full-window {
  padding: 0;
  margin: 0;
  height: 100%;
  overflow-y: auto;
}

.vjs-full-window .video-js.vjs-fullscreen {
  position: fixed;
  overflow: hidden;
  z-index: 1000;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.video-js.vjs-fullscreen {
  width: 100% !important;
  height: 100% !important;
  padding-top: 0 !important;
}

.video-js.vjs-fullscreen.vjs-user-inactive {
  cursor: none;
}

.vjs-hidden {
  display: none !important;
}

.vjs-disabled {
  opacity: 0.5;
  cursor: default;
}

.video-js .vjs-offscreen {
  height: 1px;
  left: -9999px;
  position: absolute;
  top: 0;
  width: 1px;
}

.vjs-lock-showing {
  display: block !important;
  opacity: 1;
  visibility: visible;
}

.vjs-no-js {
  padding: 20px;
  color: #fff;
  background-color: #000;
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  width: 300px;
  height: 150px;
  margin: 0px auto;
}

.vjs-no-js a,
.vjs-no-js a:visited {
  color: #66A8CC;
}

.video-js .vjs-big-play-button {
    background: #00000026;
    width: 100%;
    height: 100%;
    font-size: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    cursor: pointer;
    opacity: 1;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.vjs-big-play-centered .vjs-big-play-button {

}

.video-js:hover .vjs-big-play-button,
.video-js .vjs-big-play-button:focus {
  outline: 0;
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s;
}

.vjs-controls-disabled .vjs-big-play-button,
.vjs-has-started .vjs-big-play-button,
.vjs-using-native-controls .vjs-big-play-button,
.vjs-error .vjs-big-play-button {
  display: none;
}

.video-js button {
  background: none;
  border: none;
  color: inherit;
  display: inline-block;
  overflow: visible;
  font-size: inherit;
  line-height: inherit;
  text-transform: none;
  text-decoration: none;
  transition: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.video-js .vjs-control.vjs-close-button {
  cursor: pointer;
  height: 3em;
  position: absolute;
  right: 0;
  top: 0.5em;
  z-index: 2;
}

.vjs-menu-button {
  cursor: pointer;
}

.vjs-menu-button.vjs-disabled {
  cursor: default;
}

.vjs-workinghover .vjs-menu-button.vjs-disabled:hover .vjs-menu {
  display: none;
}

.vjs-menu .vjs-menu-content {
  display: block;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

.vjs-scrubbing .vjs-menu-button:hover .vjs-menu {
  display: none;
}

.vjs-menu li {
  list-style: none;
  margin: 0;
  padding: 0.2em 0;
  line-height: 1.4em;
  font-size: 1.2em;
  text-align: center;
  text-transform: Capitalize;
}

.vjs-menu li:focus,
.vjs-menu li:hover {
  outline: 0;
  color: #fbda9b;
}

.vjs-menu li.vjs-selected,
.vjs-menu li.vjs-selected:focus,
.vjs-menu li.vjs-selected:hover {
  color: #fff1c9;
}

.vjs-menu li.vjs-menu-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 2em;
  padding: 0;
  margin: 0 0 0.3em 0;
  font-weight: bold;
  cursor: default;
}

.vjs-menu-button-popup .vjs-menu {
  display: none;
  position: absolute;
  bottom: 0;
  height: 0em;
  margin-bottom: 1.5em;
}

.vjs-menu-button-popup .vjs-menu .vjs-menu-content {
    background-color: #000000d1;
    position: absolute;
    bottom: 25px;
    left: -60px;
    max-height: 15em;
    border-radius: 3px;
}

.vjs-menu-content .vjs-texttrack-settings {
  width: 130px;
  padding: 5px;
  border-bottom: 1px solid #343434;
}

.vjs-workinghover .vjs-menu-button-popup:hover .vjs-menu,
.vjs-menu-button-popup .vjs-menu.vjs-lock-showing {
  display: block;
}

.video-js .vjs-menu-button-inline {}

.video-js .vjs-menu-button-inline:before {
  width: 2.222222222em;
}

.video-js .vjs-menu-button-inline.vjs-slider-active {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}

.vjs-menu-button-inline .vjs-menu {
    opacity: 0;
    height: 100%;
    width: auto;
    position: absolute;
    left: auto;
    right: auto;
    z-index: 8;
    top: -115px;
    padding: 0;
    margin: 0;
}

.vjs-menu-button-inline:hover .vjs-menu,
.vjs-menu-button-inline:focus .vjs-menu,
.vjs-menu-button-inline.vjs-slider-active .vjs-menu {
  display: block;
  opacity: 1;
}

.vjs-no-flex .vjs-menu-button-inline .vjs-menu {
  display: block;
  opacity: 1;
  position: relative;
  width: auto;
}

.vjs-no-flex .vjs-menu-button-inline:hover .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline:focus .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline.vjs-slider-active .vjs-menu {
  width: auto;
}

.vjs-menu-button-inline .vjs-menu-content {
  width: auto;
  height: 100%;
  margin: 0;
  overflow: hidden;
}

.video-js .vjs-control-bar {
    display: flex;
    flex-flow: row nowrap;
    flex: 1 1 auto;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 0;
    background-size: auto;
    box-shadow: none;
    max-height: 72px;
    transition: 250ms cubic-bezier(0, .25, .25, 1);
    transition-property: opacity, visibility;
    transition-delay: 0s;
    width: 100%;
    height: 100%;
    padding: 0 15px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.video-js:after {
    content: '';
    display: block;
    background: linear-gradient(to bottom, transparent, rgba(0,0,0,0.4) 77%, rgba(0,0,0,0.4) 100%) 100% 100% / 100% 240px no-repeat transparent;
    transition: opacity 250ms cubic-bezier(0, .25, .25, 1),background-size 250ms cubic-bezier(0, .25, .25, 1);
    pointer-events: none;
    top: 0;
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
}

.vjs-has-started .vjs-control-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  visibility: visible;
  opacity: 1;
  -webkit-transition: visibility 0.1s, opacity 0.1s;
  -moz-transition: visibility 0.1s, opacity 0.1s;
  -o-transition: visibility 0.1s, opacity 0.1s;
  transition: visibility 0.1s, opacity 0.1s;
}

.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 1s, opacity 1s;
  -moz-transition: visibility 1s, opacity 1s;
  -o-transition: visibility 1s, opacity 1s;
  transition: visibility 1s, opacity 1s;
}

.vjs-controls-disabled .vjs-control-bar,
.vjs-using-native-controls .vjs-control-bar,
.vjs-error .vjs-control-bar {
  display: none !important;
}

.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  opacity: 1;
  visibility: visible;
}

@media \0screen {
  .vjs-user-inactive.vjs-playing .vjs-control-bar:before {
    content: "";
  }
}

.vjs-has-started.vjs-no-flex .vjs-control-bar {
  display: table;
}

.video-js .vjs-control {
    outline: none;
    position: relative;
    text-align: center;
    margin: 13px 0 0;
    padding: 0;
    height: 44px;
    width: 44px;
    align-items: center;
    display: flex;
    justify-content: center;
    z-index: 3;
}

.video-js .vjs-captions-button {
  cursor: pointer;
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
}

.video-js .vjs-control:before {
    height: 24px;
    width: 24px;
    opacity: .8;
}

.video-js .vjs-control:focus:before,
.video-js .vjs-control:hover:before,
.video-js .vjs-control:focus {
  opacity: 1
}

.video-js .vjs-control-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.vjs-no-flex .vjs-control {
  display: table-cell;
  vertical-align: middle;
}

.video-js.vjs-qualityselector{
  display:block
}

.video-js .vjs-quality-container{
  position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    right: 48px;
}

.video-js .vjs-quality-container .vjs-menu-icon{
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.video-js .vjs-custom-control-spacer {
    flex: 1 1 auto;
    align-self: stretch;
}

.video-js .vjs-progress-control {
    height: 17px;
    background: transparent none;
    -webkit-box-align: center;
    align-items: center;
    flex: 0 0 auto;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: auto;
    right: auto;
    top: 0;
    width: 96%;
    border: none;
    border-radius: 0;
    background-size: auto;
    box-shadow: none;
    max-height: 72px;
    transition: 250ms cubic-bezier(0, .25, .25, 1);
    transition-property: opacity, visibility;
    transition-delay: 0s;
    margin: 0;
}

.video-js .vjs-logobrand-image-destination{
    position: absolute;
    width: 30px;
}

.video-js .vjs-logobrand-image-destination#top-right{
    right: 10px;
}

.video-js .vjs-logobrand-image-destination#top-left{
    left: 10px;
}


.vjs-live .vjs-progress-control {
  display: none;
}

.video-js .vjs-progress-holder {
  -webkit-box-flex: auto;
  -moz-box-flex: auto;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  height: 4px;
}

.video-js .vjs-progress-control:hover .vjs-progress-holder .vjs-play-progress,
.video-js .vjs-progress-control:hover .vjs-progress-holder .vjs-load-progress,
.video-js .vjs-progress-control:hover .vjs-progress-holder .vjs-tooltip-progress-bar,
.video-js .vjs-progress-control:hover .vjs-progress-holder .vjs-load-progress div,
.video-js .vjs-progress-control:hover .vjs-progress-holder {
    height: 5px;
}

/* If we let the font size grow as much as everything else, the current time tooltip ends up
 ginormous. If you'd like to enable the current time tooltip all the time, this should be disabled
 to avoid a weird hitch when you roll off the hover. */

.video-js .vjs-progress-control:hover .vjs-time-tooltip,
.video-js .vjs-progress-control:hover .vjs-mouse-display:after,
.video-js .vjs-progress-control:hover .vjs-mouse-display:before,
.video-js .vjs-progress-control:hover .vjs-play-progress:after {
  font-family: Viga;
  visibility: visible;
  font-size: 10px;
}

.video-js .vjs-progress-control:hover .vjs-play-progress:after {
  visibility: hidden;
}

.video-js .vjs-progress-holder .vjs-play-progress,
.video-js .vjs-progress-holder .vjs-load-progress,
.video-js .vjs-progress-holder .vjs-tooltip-progress-bar,
.video-js .vjs-progress-holder .vjs-load-progress div {
  position: absolute;
  display: block;
  height: 5px;
  margin: 0;
  padding: 0;
  width: 0;
  left: 0;
  top: 0;
}

.video-js .vjs-play-progress {
  background-color: #f2f2f2;
}

.video-js .vjs-play-progress:before {
    position: absolute;
    top: -0.333333333333333em;
    right: -0.5em;
    font-size: 0.9em;
    -webkit-transform: translate(0, -5%) scale(0);
    transform: translate(0, -5%) scale(0);
    transition: 150ms cubic-bezier(0, .25, .25, 1);
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
}

.video-js .vjs-progress-control:hover .vjs-progress-holder .vjs-play-progress:before {
    content: "";
    -webkit-transform: translate(0, -5%) scale(1);
    transform: translate(0, -5%) scale(1);
}

.video-js .vjs-time-tooltip,
.video-js .vjs-mouse-display:after,
.video-js .vjs-play-progress:after {
    visibility: hidden;
    pointer-events: none;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1em;
    line-height: 1em;
    content: attr(data-current-time);
    position: absolute;
    top: -4.5em;
    right: -2.5em;
    font-size: 0.9em;
    color: #000;
    padding: 8px 13px;
    background-color: #fff;
    -webkit-border-radius: 0.3em;
    -moz-border-radius: 0.3em;
    border-radius: 0.3em;
    box-shadow: 0 0 10px rgba(0,0,0,0.4);
}

.video-js .vjs-time-tooltip,
.video-js .vjs-mouse-display:before {
    content: "";
    top: -18px;
    position: absolute;
    height: 14px;
    width: 14px;
    border-radius: 1px;
    background-color: currentColor;
    -webkit-transform-origin: 75% 50%;
    transform-origin: 75% 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
    z-index: 1;
}

.video-js .vjs-time-tooltip,
.video-js .vjs-play-progress:before,
.video-js .vjs-play-progress:after {
  z-index: 1;
}

.video-js .vjs-progress-control .vjs-keep-tooltips-inside:after {
  display: none;
}

.video-js .vjs-load-progress {
  background: rgba(255,255,255,0.4);
}

.video-js .vjs-load-progress div {

}

.video-js.vjs-no-flex .vjs-progress-control {
  width: auto;
}

.video-js .vjs-time-tooltip {
  display: inline-block;
  height: 2.4em;
  position: relative;
  float: right;
  right: -1.9em;
}

.vjs-tooltip-progress-bar {
  visibility: hidden;
}

.video-js .vjs-progress-control .vjs-mouse-display {
  display: none;
  position: absolute;
  width: 1px;
  height: 100%;
  z-index: 1;
}

.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
  z-index: 0;
}

.video-js .vjs-progress-control:hover .vjs-mouse-display {
  display: block;
}

.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display,
.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display:after,
.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display:before {
  visibility: hidden;
  opacity: 0;

  -webkit-transition: visibility 1s, opacity 1s;
  -moz-transition: visibility 1s, opacity 1s;
  -o-transition: visibility 1s, opacity 1s;
  transition: visibility 1s, opacity 1s;
}

.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display,
.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display:after,
.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display:before {
  display: none;
}

.vjs-mouse-display .vjs-time-tooltip,
.video-js .vjs-progress-control .vjs-mouse-display:after {

}

.video-js .vjs-slider {
    outline: 0;
    position: relative;
    cursor: pointer;
    padding: 0;
    margin: 0 0.45em 0 0.45em;
    background-color: rgba(255,255,255,0.2);
}

.video-js .vjs-slider:focus {
  text-shadow: 0em 0em 1em white;
  -webkit-box-shadow: 0 0 1em #fff;
  -moz-box-shadow: 0 0 1em #fff;
  box-shadow: 0 0 1em #fff;
}

.video-js .vjs-mute-control,
.video-js .vjs-volume-menu-button {
    cursor: pointer;
    -webkit-box-flex: none;
    -moz-box-flex: none;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    z-index: 8;
}

.video-js .vjs-volume-control {
  width: 5em;
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.video-js .vjs-volume-bar {}

.vjs-volume-bar.vjs-slider-horizontal {
  width: 5em;
  height: 0.3em;
  top: 18px;
}

.vjs-volume-bar.vjs-slider-vertical {
  width: 6px;
  height: 80px;
  margin: 1.35em auto;
}

.video-js .vjs-volume-level {
  position: absolute;
    bottom: 0;
    left: 0;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.4);
}

.video-js .vjs-volume-level:before {
  position: absolute;
  font-size: 12px;
}

.vjs-slider-vertical .vjs-volume-level {
  width: 6px;
}

.vjs-slider-vertical .vjs-volume-level:before {
    top: 0;
    left: -3px;
    background: #fff;
}

.vjs-slider-horizontal .vjs-volume-level {
  height: 0.3em;
}

.vjs-slider-horizontal .vjs-volume-level:before {
  top: -3px;
  right: -0.5em;
}

.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level {
  height: 100%;
}

.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level {
  width: 100%;
}

.vjs-menu-button-popup.vjs-volume-menu-button .vjs-menu {
  display: block;
  width: 0;
  height: 0;
  border-top-color: transparent;
}

.vjs-menu-button-popup.vjs-volume-menu-button-vertical .vjs-menu {
  left: 0.5em;
  height: 8em;
}

.vjs-menu-button-popup.vjs-volume-menu-button-horizontal .vjs-menu {
  left: -2em;
}

.vjs-menu-button-popup.vjs-volume-menu-button .vjs-menu-content {
  height: 0;
  width: 0;
  overflow-x: hidden;
  overflow-y: hidden;
}

.vjs-volume-menu-button-vertical:hover .vjs-menu-content,
.vjs-volume-menu-button-vertical:focus .vjs-menu-content,
.vjs-volume-menu-button-vertical.vjs-slider-active .vjs-menu-content,
.vjs-volume-menu-button-vertical .vjs-lock-showing .vjs-menu-content {
  height: 130px;
  width: 20px;
}

.vjs-volume-menu-button-horizontal:hover .vjs-menu-content,
.vjs-volume-menu-button-horizontal:focus .vjs-menu-content,
.vjs-volume-menu-button-horizontal .vjs-slider-active .vjs-menu-content,
.vjs-volume-menu-button-horizontal .vjs-lock-showing .vjs-menu-content {
  height: 2.9em;
  width: 8em;
}

.vjs-volume-menu-button.vjs-menu-button-inline .vjs-menu-content {

}

.vjs-poster {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  background-color: #000000;
  cursor: pointer;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  outline: 0px;
  bottom: 0;
  left: 0;
  height: 100%;
}

.vjs-poster img {
  display: block;
  vertical-align: middle;
  margin: 0 auto;
  max-height: 100%;
  padding: 0;
  width: 100%;
}

.vjs-has-started .vjs-poster {
  display: none;
}

.vjs-audio.vjs-has-started .vjs-poster {
  display: block;
}

.vjs-controls-disabled .vjs-poster {
  display: none;
}

.vjs-using-native-controls .vjs-poster {
  display: none;
}

.video-js .vjs-live-control {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-flex: auto;
  -moz-box-flex: auto;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  font-size: 1em;
  line-height: 3em;
}

.vjs-no-flex .vjs-live-control {
  display: table-cell;
  width: auto;
  text-align: left;
}

.video-js .vjs-time-control {
flex: 0 0 auto;
    text-shadow: 0px 0px 1px #000;
    height: 44px;
    width: 44px;
    align-items: center;
    display: flex;
    justify-content: center;
}

.vjs-live .vjs-time-control {
  display: none;
}

.video-js .vjs-remaining-time {
    justify-content: flex-start;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.reset-button {
    display: flex;
    flex-flow: row nowrap;
    flex: 1 1 auto;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0 12px;
}

.video-js .vjs-duration,
.vjs-no-flex .vjs-duration {
  display: none;
}

.video-js .vjs-time-divider {
    line-height: 3em;
    font-size: 15px;
    justify-content: flex-start;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding-right: 1ch;
    z-index: 3;
    margin: 13px 0 0;
}

.vjs-live .vjs-time-divider {
  display: none;
}

.video-js .vjs-play-control {
    text-align: left;
}

.vjs-text-track-display {
  position: absolute;
  bottom: 3em;
  left: 0;
  right: 0;
  top: 0;
  pointer-events: none;
  text-shadow: rgb(0, 0, 0) 0px 0px 4px, rgb(0, 0, 0) 0px 0px 4px, rgb(0, 0, 0) 0px 0px 4px, rgb(0, 0, 0) 0px 0px 4px;
  font-family: 'Ubuntu Condensed', sans-serif;
}

.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {
  bottom: 1em;
}

.video-js .vjs-text-track {
  font-size: 1.4em;
  text-align: center;
  margin-bottom: 0.1em;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
}

.vjs-subtitles {
  color: #fff;
}

.vjs-captions {
  color: #fc6;
}

.vjs-tt-cue {
  display: block;
}

video::-webkit-media-text-track-display {
  -moz-transform: translateY(-3em);
  -ms-transform: translateY(-3em);
  -o-transform: translateY(-3em);
  -webkit-transform: translateY(-3em);
  transform: translateY(-3em);
}

.video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display {
  -moz-transform: translateY(-1.5em);
  -ms-transform: translateY(-1.5em);
  -o-transform: translateY(-1.5em);
  -webkit-transform: translateY(-1.5em);
  transform: translateY(-1.5em);
}

.video-js .vjs-fullscreen-control {
    cursor: pointer;
    -webkit-box-flex: none;
    -moz-box-flex: none;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
}

.vjs-playback-rate .vjs-playback-rate-value {
  font-size: 1.5em;
  line-height: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}

.vjs-playback-rate .vjs-menu {
  width: 4em;
  left: 0em;
}

.vjs-error .vjs-error-display .vjs-modal-dialog-content {
    font-size: 32px;
    font-weight: 700;
    text-shadow: 5px 5px 5px #000;
    font-family: Arial;
    text-align: center;
}

.vjs-loading-spinner {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.85;
  border: 6px solid rgba(43, 51, 63, 0);
  box-sizing: border-box;
  background-clip: padding-box;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  -webkit-animation: vjs-spinner-spin 1s linear infinite;
  animation: vjs-spinner-spin 1s linear infinite;
  -webkit-animation-delay: 0.0s;
  animation-delay: 0.0s;
}

.vjs-seeking .vjs-loading-spinner,
.vjs-waiting .vjs-loading-spinner {
  display: block;
}

.vjs-loading-spinner:before,
.vjs-loading-spinner:after {
  content: "";
  position: absolute;
  margin: -6px;
  box-sizing: inherit;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  opacity: 1;
  border: inherit;
  border-color: transparent;
  border-bottom-color: #fff;
  border-right-color: #fff;
  border-top-color: #fff;
}

.vjs-seeking .vjs-loading-spinner:before,
.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:after {
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}

.vjs-seeking .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:before {
  border-top-color: white;
}

.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:after {
  border-top-color: white;
  -webkit-animation-delay: 0.0s;
  animation-delay: 0.0s;
}

@keyframes vjs-spinner-spin {
  100% {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes vjs-spinner-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes vjs-spinner-fade {
  0% {
    border-top-color: #73859f;
  }
  20% {
    border-top-color: #73859f;
  }
  35% {
    border-top-color: white;
  }
  60% {
    border-top-color: #73859f;
  }
  100% {
    border-top-color: #73859f;
  }
}

@-webkit-keyframes vjs-spinner-fade {
  0% {
    border-top-color: #73859f;
  }
  20% {
    border-top-color: #73859f;
  }
  35% {
    border-top-color: white;
  }
  60% {
    border-top-color: #73859f;
  }
  100% {
    border-top-color: #73859f;
  }
}

.vjs-chapters-button .vjs-menu ul {
  width: 24em;
}

.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-custom-control-spacer {
  -webkit-box-flex: auto;
  -moz-box-flex: auto;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
}

.video-js.vjs-layout-tiny:not(.vjs-fullscreen).vjs-no-flex .vjs-custom-control-spacer {
  width: auto;
}

.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-current-time,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-time-divider,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-duration,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-playback-rate,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-progress-control,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-mute-control,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-control,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-menu-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-chapters-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-subtitles-button {
  display: none;
}

.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-current-time,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-time-divider,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-duration,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-playback-rate,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-mute-control,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-control,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-menu-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-chapters-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-subtitles-button {
  display: none;
}

.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-current-time,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-time-divider,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-duration,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-playback-rate,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-mute-control,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-volume-control,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-chapters-button,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-subtitles-button {
  display: none;
}

.vjs-caption-settings {
    position: relative;
    top: 10%;
    background-color: #1d1d1dde;
    border-radius: 2%;
    color: #fff;
    z-index: 4;
    margin: 0 auto;
    padding: 1.2% 1%;
    height: 240px;
    font-size: 12px;
    width: 40em;
}

.vjs-caption-settings .vjs-tracksettings {
  bottom: 2em;
  left: 0;
  right: 0;
  overflow: auto;
}

.vjs-tracksettings select {
  background: url(https://aniflv.net/wp-content/themes/AniFlv/video/css/video.css) no-repeat right center #ffffff;
  border: 1px solid #5e8a94;
  width: 130px;
  height: 30px;
  font-size: 12px;
  color: #606060;
  padding: 0 10px;
  border-radius: 3px;
  outline: 0;
  -webkit-appearance: none;
}

.vjs-caption-settings .vjs-tracksettings-colors,
.vjs-caption-settings .vjs-tracksettings-font {
  float: left;
}

.vjs-caption-settings .vjs-tracksettings-colors:after,
.vjs-caption-settings .vjs-tracksettings-font:after,
.vjs-caption-settings .vjs-tracksettings-controls:after {
  clear: both;
}

.vjs-caption-settings .vjs-tracksettings-controls {
    position: absolute;
    bottom: 4%;
    right: 9.5%;
    display: flex;
}

.video-js .vjs-default-button {
    padding: 10px;
    background: #515151;
    border-radius: 3px 0 0 3px;
    color: #ffffff;
}

.video-js .vjs-done-button {
    padding: 10px;
    background: #3cb95c;
    border-radius: 0 3px 3px 0;
    color: #fff;
}

.vjs-caption-settings .vjs-tracksetting {
  margin: 5px;
  padding: 3px;
  min-height: 40px;
}

.vjs-caption-settings .vjs-tracksetting label {
  display: block;
  width: 100px;
  margin-bottom: 5px;
}

.vjs-caption-settings .vjs-tracksetting span {
  display: inline;
  margin-left: 5px;
}

.vjs-caption-settings .vjs-tracksetting > div {
  margin-bottom: 5px;
  min-height: 20px;
}

.vjs-caption-settings .vjs-tracksetting > div:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  min-height: 0;
}

.vjs-caption-settings label > input {
  margin-right: 10px;
}

.vjs-caption-settings input[type="button"] {
  width: 40px;
  height: 40px;
}

.video-js .vjs-modal-dialog {}

.vjs-modal-dialog .vjs-modal-dialog-content {
  padding: 50px 24px;
  background: url(https://aniflv.net/wp-content/themes/AniFlv/video/css/img/off.gif);
}

.video-js .vjs-resolution-button {
  cursor: pointer;
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  position: absolute;
  left: 91%;
  top: 40%;
}

.vjs-resolution-button {
  color: #dedfe1;
  font-family: FontAwesome;
  font-size: 9.5px;
}

.vjs-resolution-button-staticlabel:before {
  content: '\f013';
  font-size: 15px;
  line-height: 2.5;
  -webkit-animation: rotation 2s infinite linear;
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}

.vjs-resolution-button .vjs-resolution-button-label {
  font-size: 11px;
  line-height: 3.3;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  box-sizing: inherit;
  font-family: Viga;
}

.vjs-resolution-button ul.vjs-menu-content {
  width: 38px;
  left: 0!important;
}

.vjs-resolution-button .vjs-menu {
  left: 0;
}

.vjs-resolution-button .vjs-menu li {
  text-transform: none;
  font-size: 1em;
  font-family: Viga;
}