
/*! vrvideo - v7.1.1 - 2017-09-29 
* Copyright (c) 2017 Electroteque Media
* Released under SEE LICENCE IN LICENCE.txt license */
/* Menu Button Style */
.fp-controls-button {
  padding: 0;
  height: 100%;
  top: 0;
  width: 24px !important;
  border: none;
  outline: none;
  background: none;
  text-align: center;
  display: block;
  cursor: pointer;
  text-decoration: none !important;
  z-index: 11;
/* Default SVG Icon Style */
/* Button Toggle State */
}
/* Default SVG Icon Style */
.fp-controls-button > svg {
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  pointer-events: none;
}
.fp-controls-button > svg .fill {
  fill: #fff;
}
.fp-controls-button.is-toggle > svg .fill {
  fill: #ccc;
}
/* Button Toggle State */
.fp-controls-button[role="button"][aria-pressed="true"] > svg .fill {
  fill: #fff;
}
.flowplayer a[href^='http://flowplayer.org'],
.flowplayer .fp-brand {
  margin-right: 15px;
  top: 0;
  left: 0;
}
.fp-button {
  padding: 0;
  width: 38px !important;
  margin-right: 10px !important;
  border: none;
  float: right;
  outline: none;
  background: none;
  text-align: center;
  display: none;
  cursor: pointer;
  text-decoration: none !important;
  z-index: 11;
}
.fp-button > svg {
  width: 100%;
  left: 0;
  top: 0;
  pointer-events: none;
}
.fp-button > svg .fill {
  fill: #ccc;
}
.fp-button[role="button"][aria-pressed="true"] > svg .fill {
  fill: #fff;
}
/* SVG Responsive fix for IE11 */
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .fp-button > svg {
    width: 100%;
    padding-bottom: 92%;
    height: 1px;
    overflow: visible;
  }
}
.flowplayer .fp-controls-button[role="button"][aria-pressed="true"] > svg .fill {
  fill: #fff;
}
/* Chromecast Info Container */
.flowplayer .vr-presenting-info {
  position: absolute;
  bottom: 60px;
  left: 50px;
  width: 100%;
  display: none;
}
.flowplayer .vr-presenting-icon {
  bottom: 0px;
  left: 0px;
  width: 150px;
  color: #4b99f0;
}
.flowplayer .vr-presenting-icon svg > .fill {
  fill: #4b99f0;
}
.flowplayer .vr-presenting-status {
  font-family: Arial;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  position: absolute;
  left: 150px;
  top: 30px;
}
.flowplayer .vr-display-name {
  font-family: Arial;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  position: absolute;
  left: 150px;
  top: 50px;
}
.flowplayer .fp-vr-renderer {
  display: none;
}
.flowplayer.has-vr.vr-presenting .vr-presenting-info {
  display: block;
}
.flowplayer.has-vr.is-mono .fp-vr-renderer {
  max-width: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.flowplayer.has-vr.is-playing .fp-ui {
  cursor: move;
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
.flowplayer.has-vr.is-playing .fp-ui.is-dragging {
  cursor: grabbing !important;
  cursor: -moz-grabbing !important;
  cursor: -webkit-grabbing !important;
}
.flowplayer.has-vr video.fp-engine {
  display: none !important;
}
.flowplayer.has-vr .fp-vr-renderer {
  display: block;
}
.flowplayer.has-vr .fp-button.fp-vr-3d,
.flowplayer.has-vr .fp-button.fp-vr-pointer {
  display: inline-block;
}
.flowplayer.has-vr.vr-canpresent .fp-button.fp-vr-glasses {
  display: inline-block;
}
.flowplayer.has-vr.has-vr-flat .fp-vr-renderer {
  display: none;
}
.flowplayer.has-vr.has-vr-flat video.fp-engine {
  display: block !important;
}
