﻿#ScreenLive {
  z-index: 12;
  overflow: initial;
  background-color: #003a5a;
  width: 1920px;
  height: 1080px;
}
#ScreenLive.hide .scroll-envelop.video {
  display: none !important;
}
#ScreenLive #pluginObjectLivePlayer {
  position: absolute;
  width: 1920px;
  height: 1080px;
  top: 0px;
  left: 0px;
  background-color: #000;
}
#ScreenLive .content-live {
  position: absolute;
  bottom: 109px;
  left: 152px;
  width: 1621px;
  height: 142px;
  z-index: 10;
  overflow: hidden;
}
#ScreenLive .content-live .scroll-envelop.content {
  position: absolute;
  width: 756px;
  height: 200px;
  top: 0px;
  left: 0px;
}
#ScreenLive .content-live .scroll-envelop.content .scroll-content {
  padding-left: 0px;
}
#ScreenLive .content-live .scroll-envelop.content .inner-content {
  position: relative;
  height: 190px;
  overflow: hidden;
}
#ScreenLive .content-live .scroll-envelop.content .inner-content .Box {
  position: relative;
  height: 170px;
}
#ScreenLive .content-live .scroll-envelop.content .inner-content .Box .Title {
  position: relative;
  top: 85px;
  font-size: 33px;
  padding-left: 28px;
  text-transform: uppercase;
  font-family: "MarkOTBold";
  height: 180px;
  overflow: hidden;
  padding-right: 50px;
}
#ScreenLive .content-live .scroll-envelop.content .inner-content .Box .Subtitle {
  position: absolute;
  top: 32px;
  padding-left: 28px;
  font-size: 31px;
  text-transform: uppercase;
  font-family: "MarkOTExtraLight";
}
