@import url(http://fonts.googleapis.com/css?family=Oswald:300);
* {
  box-sizing: border-box; }

html, body, video, .videoContainer {
  width: 100%;
  height: 100%; }

html, body {
  overflow: hidden;
  margin: 0; }

html {
  width: 100%;
  height: 100%;
  background: #12181d;
  background: radial-gradient(80% 0%, ellipse cover, #426168 0%, rgba(49, 67, 74, 0.1) 100%), radial-gradient(20% 100%, ellipse cover, #080d11 0%, #243a43 100%); }

body {
  font-family: 'proxima-nova', sans-serif; }

#videoPlayer, video {
  display: none; }

a {
  text-decoration: none; }

/* video container */
.videoContainer {
  position: relative;
  overflow: hidden;
  background: #000;
  color: #ccc; }
  .videoContainer h1 {
    text-align: center; }
  .videoContainer.fullscreen {
    width: 100%;
    height: 100%; }
  @media screen and (max-width: 640px), (max-device-width: 640px) {
    .videoContainer {
      position: initial;
      height: 80%; } }

.videoContainer:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 6;
  border-radius: 6px;
  pointer-events: none; }

/* video caption css */
.caption {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 5px 10px;
  color: #ddd;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  background: rgba(0, 0, 0, 0.4);
  text-transform: uppercase;
  border-radius: 6px 6px 0 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden; }

/*** VIDEO CONTROLS CSS ***/
/* control holder */
.control {
  position: absolute;
  bottom: 16px;
  right: 1.06%;
  left: .5%;
  color: #ccc;
  height: 8.5%;
  min-height: 40px;
  z-index: 5;
  display: none;
  border-radius: 5px;
  background: #12181d;
  padding-left: .79%;
  z-index: 150; }
  @media screen and (max-width: 640px), (max-device-width: 640px) {
    .control {
      height: 75px;
      bottom: 0;
      right: 0; } }
  .control .btnPlay {
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 100%;
    float: left;
    height: 80%;
    margin: 0.35% 0.825%;
    padding: 0.4% 1%;
    width: 4%;
    transition-property: color, background, border;
    -o-transition-property: color, background, border;
    -ms-transition-property: color, background, border;
    -moz-transition-property: color, background, border;
    -webkit-transition-property: color, background, border;
    transition-duration: .25s;
    -o-transition-duration: .25s;
    -ms-transition-duration: .25s;
    -moz-transition-duration: .25s;
    -webkit-transition-duration: .25s; }
    .control .btnPlay .icon-play {
      display: inline-block;
      margin-left: 14%;
      margin-top: 20%; }
      @media screen and (max-width: 640px), (max-device-width: 640px) {
        .control .btnPlay .icon-play {
          height: 69%;
          margin-left: 29%;
          margin-top: 18%; } }
    .control .btnPlay .icon-pause {
      display: none;
      height: 68%;
      margin-top: 28%;
      margin-left: -5%; }
      @media screen and (max-width: 640px), (max-device-width: 640px) {
        .control .btnPlay .icon-pause {
          height: 62%;
          margin-top: 21%;
          margin-left: 16%; } }
    .control .btnPlay:hover {
      border-color: #fff; }
    .control .btnPlay.paused .icon-play {
      display: none; }
    .control .btnPlay.paused .icon-pause {
      display: inline-block; }
    .control .btnPlay img {
      height: 75%; }
    @media screen and (max-width: 640px), (max-device-width: 640px) {
      .control .btnPlay {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 10%;
        height: 85%;
        transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%); } }

.pointer {
  cursor: pointer; }

/* control bottom part */
.btmControl {
  clear: both;
  height: 100%; }
  .btmControl .soundControl, .btmControl .fullscreen {
    height: 40%;
    display: inline-block;
    float: right;
    position: relative; }
    .btmControl .soundControl img, .btmControl .fullscreen img {
      height: 80%; }
  .btmControl .fullscreen {
    margin: 0 1%; }
    @media screen and (max-width: 640px), (max-device-width: 640px) {
      .btmControl .fullscreen {
        display: none; } }
  .btmControl .soundControl {
    margin: 0 0.5%; }
    @media screen and (max-width: 640px), (max-device-width: 640px) {
      .btmControl .soundControl {
        margin: 1.5% 5.5%;
        height: 75%;
        top: 25%; }
        .btmControl .soundControl img {
          height: 40%; } }
    .btmControl .soundControl::after {
      content: '';
      position: absolute;
      top: -34px;
      left: -107px;
      width: 197px;
      height: 30px; }
    .btmControl .soundControl:hover .sound_slider_container {
      display: block; }
    .btmControl .soundControl .sound_slider_container {
      display: none;
      position: absolute;
      top: -60px;
      left: -109px;
      background-color: #12181d;
      border-radius: 5px;
      width: 200px;
      height: 25px; }
      .btmControl .soundControl .sound_slider_container .ui-widget-content {
        position: relative;
        width: 85%;
        height: 45%;
        background: #444D57;
        top: 27%;
        margin: auto; }
        .btmControl .soundControl .sound_slider_container .ui-widget-content .ui-slider-range {
          position: absolute;
          top: 0;
          left: 0;
          height: 100%;
          z-index: 1;
          font-size: .7em;
          display: block;
          border: 0;
          background-position: 0 0;
          background: -webkit-linear-gradient(-180deg, #46fcbe 0%, #46dafc 17%, #439bff 62%); }
        .btmControl .soundControl .sound_slider_container .ui-widget-content .ui-slider-handle {
          top: -2px;
          transform: translateX(-50%);
          position: absolute;
          z-index: 2;
          width: 1em;
          height: 1em;
          background: #fff;
          border-radius: 50%;
          cursor: grab;
          cursor: -webkit-grab;
          touch-action: none; }
          .btmControl .soundControl .sound_slider_container .ui-widget-content .ui-slider-handle:focus {
            outline: none; }
      .btmControl .soundControl .sound_slider_container::after {
        content: '';
        position: absolute;
        left: 108px;
        bottom: -10px;
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid #12181d; }
    @media screen and (max-width: 640px), (max-device-width: 640px) {
      .btmControl .soundControl::after {
        display: none; }
      .btmControl .soundControl:hover .sound_slider_container {
        display: inline-block; }
      .btmControl .soundControl .sound_slider_container {
        display: inline-block;
        position: relative;
        top: -8px;
        left: 8px;
        height: 13px;
        width: 170px; }
        .btmControl .soundControl .sound_slider_container .ui-widget-content {
          width: 100%;
          height: 100%;
          border-radius: 3px; }
          .btmControl .soundControl .sound_slider_container .ui-widget-content .ui-slider-range {
            width: 72%;
            border-radius: 3px; }
          .btmControl .soundControl .sound_slider_container .ui-widget-content .ui-slider-handle {
            left: 72%;
            width: 1.5em;
            height: 1.5em;
            top: -6px; }
        .btmControl .soundControl .sound_slider_container::after {
          display: none; } }

.control .liveLogo {
  position: relative;
  font-size: 18px;
  opacity: 0;
  float: left;
  margin: 0 0.825%;
  height: 100%;
  line-height: normal;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  color: #fff; }
  .control .liveLogo::after {
    content: '';
    position: absolute;
    top: 41%;
    right: -43.58%;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background-color: #f00; }
    @media screen and (max-width: 1370px), (max-device-width: 1370px) {
      .control .liveLogo::after {
        top: 37%; } }
    @media screen and (max-width: 640px), (max-device-width: 640px) {
      .control .liveLogo::after {
        top: 42%;
        right: -30px;
        width: 18px;
        height: 18px; } }
  @media screen and (max-width: 640px), (max-device-width: 640px) {
    .control .liveLogo {
      float: initial;
      font-size: 22px;
      padding-top: 4px;
      margin-left: 2%; } }
.control .icon {
  display: none; }
  @media screen and (max-width: 640px), (max-device-width: 640px) {
    .control .icon {
      position: relative;
      top: 10%;
      height: 34%;
      display: inline-block; } }

.control .selected {
  font-size: 15px;
  color: #ccc; }

.control .sound {
  width: 30px;
  height: 30px;
  float: left;
  border-left: none;
  cursor: pointer; }

.control .icon-sound {
  width: 13px;
  height: 10px;
  display: block;
  margin: 8px 0 0 8px; }

.control .muted .icon-sound {
  width: 7px !important; }

.control .btnFS {
  width: 30px;
  height: 30px;
  border-radius: 0 6px 6px 0;
  float: left;
  border-left: none; }

.control .icon-fullscreen {
  background: url(http://s.cdpn.io/6035/vp_sprite.png) no-repeat 0 0;
  width: 10px;
  height: 10px;
  display: block;
  margin: 8px 0 0 9px; }

.live-progress {
  width: 81%;
  margin: 0px 11.33%;
  display: block;
  position: relative;
  height: 30%;
  top: 34%;
  background-image: -webkit-linear-gradient(-180deg, #46fcbe 0%, #46dafc 17%, #439bff 62%);
  border-radius: 3px; }
  .live-progress object {
    width: 100%;
    height: 100%;
    border-radius: 3px; }
  @media screen and (max-width: 1370px), (max-device-width: 1370px) {
    .live-progress {
      width: 79%;
      margin: 0 13%; } }
  @media screen and (max-width: 640px), (max-device-width: 640px) {
    .live-progress {
      display: none; } }

.timeBar {
  z-index: 10;
  width: 0;
  background: -webkit-linear-gradient(top, #6bcce2 0%, #1da3d0 100%); }

.bufferBar {
  z-index: 5;
  width: 0;
  background: rgba(255, 255, 255, 0.2); }

/* VOLUME BAR CSS */
/* volume bar */
.volume {
  position: relative;
  cursor: pointer;
  width: 70px;
  height: 10px;
  float: right;
  margin-top: 10px;
  margin-right: 10px; }

.volumeBar {
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #eee;
  z-index: 10; }

.blur {
  filter: blur(7px);
  -o-filter: blur(7px);
  -ms-filter: blur(7px);
  -moz-filter: blur(7px);
  -webkit-filter: blur(7px); }

#pano360 {
  position: absolute;
  z-index: 100; }

div#status img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
div#status #message {
  background-color: rgba(18, 24, 29, 0.85);
  display: table;
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 10; }
  div#status #message div.text-middle {
    display: table-cell;
    vertical-align: middle; }
  div#status #message div {
    position: relative;
    color: white;
    font-size: 40px;
    font-size: 50px;
    font-weight: 100;
    line-height: 1.2;
    text-align: center;
    letter-spacing: -2px;
    color: white; }

a.btn {
  background-color: #45a4fc;
  color: white;
  text-transform: uppercase;
  text-decoration: none; }
  a.btn.thick {
    display: inline-block;
    height: 50px;
    width: 280px;
    letter-spacing: 2px;
    text-align: center;
    vertical-align: middle;
    padding-top: 15px;
    font-size: 20px; }

.titleBar {
  display: none;
  position: absolute;
  z-index: 150;
  width: 100%;
  height: 11%;
  min-height: 45px;
  top: 0;
  left: 0;
  background-color: rgba(18, 24, 29, 0.5);
  color: white;
  letter-spacing: -.5px; }
  .titleBar > .right {
    float: right;
    height: 100%;
    top: 0;
    right: 0;
    float: right; }
    .titleBar > .right > span, .titleBar > .right > object, .titleBar > .right > a {
      position: relative;
      height: 50%;
      top: 25%; }
  .titleBar .icon {
    margin-left: 5px;
    margin-right: 5px; }
    .titleBar .icon.icon-event {
      position: relative;
      top: 20%;
      height: 60%; }
    .titleBar .icon.icon-love {
      margin-top: -2px;
      vertical-align: text-top; }
    .titleBar .icon.icon-views {
      vertical-align: sub; }
  .titleBar .title {
    margin-right: 20px;
    letter-spacing: 1px; }
    .titleBar .title.header {
      font-size: 26px;
      font-weight: 300;
      letter-spacing: -1px; }
  .titleBar::after {
    content: '';
    height: 100%;
    width: 100%;
    background-color: #12181d;
    position: absolute;
    top: 0;
    right: 0;
    transform: translateX(100%);
    -o-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%); }
  .titleBar .btn {
    padding: 7px 25px 7px 15px;
    transition-property: color, background, border;
    -o-transition-property: color, background, border;
    -ms-transition-property: color, background, border;
    -moz-transition-property: color, background, border;
    -webkit-transition-property: color, background, border;
    transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    -ms-transition-duration: 0.25s;
    -moz-transition-duration: 0.25s;
    -webkit-transition-duration: 0.25s;
    letter-spacing: 1px; }
    .titleBar .btn.hover, .titleBar .btn:hover {
      background: #1ad0fa;
      border-color: #1ad0fa; }
    .titleBar .btn img {
      vertical-align: text-top;
      margin-right: 10px; }

.btn {
  outline: none;
  border: none;
  padding: 10px;
  font-size: 14px;
  line-height: 1;
  border-radius: 3px; }

/*# sourceMappingURL=player-ui.css.map */
