@charset "UTF-8";
.custom-video-area {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 72em;
  height: 0;
  margin: auto;
  padding-bottom: 56.25%;
  text-align: left;
}
.custom-video-area video {
  position: absolute;
  top: 0;
  right: -50%;
  bottom: 0;
  left: -50%;
  min-width: 100%;
  width: 100%;
  min-height: 100%;
  margin: auto;
}

.video-controls {
  position: absolute;
  z-index: 10;
  right: 0;
  bottom: 0 !important;
  left: 0;
  width: 100%;
  margin: auto;
  padding: 0 0 15px 0;
  transition: all 0.4s ease-in-out;
  background: rgba(0, 0, 0, 0.5);
}
.video-controls.playing .play-button:before {
  font-family: "FontAwesome";
  content: "";
  color: #fff;
}
.video-controls .top-wrapper {
  display: block;
}
.video-controls .bottom-wrapper {
  padding: 0 20px 0 20px;
  display: block;
}
.video-controls .progress-bar {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 10px;
  margin-bottom: 9px;
  cursor: pointer;
  background: rgba(37, 74, 224, 0.6);
}
.video-controls .progress-bar span {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 0;
  height: 100%;
}
.video-controls .progress-bar .time-bar {
  z-index: 10;
  background: #142b8b;
}
.video-controls .progress-bar .buffer-bar {
  z-index: 5;
  background: rgba(37, 74, 224, 0.6);
}
.video-controls .play-button {
  display: inline-block;
  width: 24px;
  cursor: pointer;
  vertical-align: middle;
}
.video-controls .play-button:before {
  font-family: "FontAwesome";
  content: "";
  color: #fff;
}
.video-controls .time {
  font-size: 11px;
  font-weight: 600;
  line-height: 12px;
  display: inline-block;
  width: 80px;
  vertical-align: middle;
  color: #fff;
}
.video-controls .sound-button {
  display: inline-block;
  width: 16px;
  cursor: pointer;
  vertical-align: middle;
}
.video-controls .sound-button:before {
  font-family: "FontAwesome";
  content: "";
  color: #fff;
}
.video-controls .sound-med:before {
  font-family: "FontAwesome";
  content: "";
  color: #fff;
}
.video-controls .sound-muted:before {
  font-family: "FontAwesome";
  content: "";
  color: #fff;
}
.video-controls .volume {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 70px;
  height: 4px;
  cursor: pointer;
  vertical-align: middle;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.6);
}
.video-controls .volume .volume-bar {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  display: block;
  height: 100%;
  background-color: #fff;
}
.video-controls .btnFS {
  position: relative;
  top: 3px;
  display: inline-block;
  float: right;
  cursor: pointer;
  vertical-align: middle;
}
.video-controls .btnFS:before {
  font-family: "FontAwesome";
  font-size: 14px;
  content: "";
  color: #fff;
}