.z-index1 {
  z-index: 1;
}

.video-loader {
  z-index: 1;
}

.loading-block {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  animation-iteration-count: infinite;
  z-index: 1;
}

.loading-block img {
  z-index: 1;
  width: 80%;
}

.center-screen {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.spinner {
  position: absolute;
  width: 40px;
  height: 40px;
  /*background: url(../img/bg-loading.png) center center no-repeat;*/
  animation-iteration-count: infinite;
  animation-name: loading;
  animation-duration: 4s;
}

@keyframes loading {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes loadingBg {
  0% {
    background: rgba(250, 250, 250, .70);
  }

  50% {
    background: rgba(250, 250, 250, .50);
  }

  100% {
    background: rgba(250, 250, 250, .70);
  }
}

.hide-text {
  display: none;
}

.module-online-stream.embed-responsive {
  background: #444;
}

.embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.module-online-stream video {
  background-color: #444;
}

.module-online-stream .video-panel {
  position: absolute;
  left: 0;
  right: 0;
  color: #fff;
  line-height: 2.6em;
}

.module-online-stream .video-panel-bottom {
  bottom: 0;
}

.module-online-stream .video-panel a {
  display: inline-block;
  opacity: .75;
  text-align: center;
  color: #fff;
}

.module-online-stream .video-panel a:hover,
.module-online-stream .video-panel a.active {
  opacity: 1;
}

.module-online-stream .video-panel a.active {
  font-weight: bold;
}

.module-online-stream .video-panel .controls-play a {
  padding: 0 6px;
  min-width: 2.4em;
  text-decoration: none !important;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: .5;
  line-height: 2.4em;
}

.module-online-stream .video-panel .controls-play a:hover,
.module-online-stream .video-panel .controls-play a:focus {
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 1;
}

.module-online-stream .video-panel .controls-play .glyphicon,
.module-online-stream .video-panel .controls-play .fa {
  line-height: 2.4em;
}

.video-status {
  display: table;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #8e8e8e;
  text-transform: uppercase;
}

.video-status span {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

/* video.css */

.screen-center {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -50px;
  margin-left: -50px;
  width: 100px;
}

.video-panel-center {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  font-size: 30px;
  width: 30px;
  margin: 0 auto;
}
