.adgPlayerMainWrapper {
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  position: absolute; }

#adgPlayerWrapper {
  background-color: black; }

.adgPlayerDiv {
  position: absolute;
  width: 100%;
  height: 100%; }

.adgPlayerSlot {
  position: absolute;
  width: 100%;
  height: 100%; }

.adgPlayerPauseWrapper {
  display: none;
  width: 100%;
  height: 100%;
  left: 0px;
  position: absolute;
  top: 0px; }

.adgPlayerPauseImg {
  display: flex;
  width: 154px;
  height: 126px;
  margin: auto;
  cursor: pointer; }

.adgPlayerControllerWrapper {
  width: 100%;
  left: 0px;
  position: absolute;
  bottom: 0px; }

.adgPlayerControllerDiv {
  opacity: 1;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  position: absolute;
  width: 100%;
  height: 93px;
  bottom: 0px; }

.adgPlayerBackground {
  position: absolute;
  width: 100%;
  height: 93px;
  opacity: 0.63;
  bottom: 0px;
  background: -moz-linear-gradient(top, transparent 0%, rgba(1, 1, 1, 0) 1%, #3c3b3d 100%);
  background: -webkit-linear-gradient(top, transparent 0%, rgba(1, 1, 1, 0) 1%, #3c3b3d 100%);
  background: linear-gradient(to bottom, transparent 0%, rgba(1, 1, 1, 0) 1%, #3c3b3d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#3c3b3d",GradientType=0 ); }

.adgProgressDiv {
  position: absolute;
  bottom: 44px;
  width: 100%;
  opacity: 0; }

.adgProgressBarDiv {
  position: absolute;
  bottom: 0px;
  left: 10px; }

.adgProgressBarGrey {
  position: absolute;
  background: #d7d7d7;
  width: 1px;
  height: 3px;
  bottom: 0px;
  box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.1); }

.adgProgressBarBG {
  position: absolute;
  background: #5890FF;
  bottom: 0px;
  height: 3px;
  width: 1px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease; }

.adgVolumeDiv {
  position: absolute;
  height: 21px !important;
  bottom: 10px;
  left: 10px;
  text-align: left;
  width: 30px; }

.adgVolumeBarDiv {
  position: absolute;
  left: 30px;
  height: 18px;
  width: 0px;
  overflow: hidden;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease; }

.adgVolumeBarActive {
  position: absolute;
  bottom: 8px;
  background: #d7d7d7;
  width: 100px;
  height: 3px;
  box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.1); }

#adgCloseImg {
  pointer-events: none;
  cursor: default;
  margin: 11px 10px 10px 10px;
  float: right; }

#adgClose {
  position: absolute;
  opacity: 0;
  right: 0px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease; }

.adgProgressBarBG {
  position: absolute;
  background: #5890FF;
  width: 1px;
  height: 3px; }

.adgVolumeBarBG {
  position: absolute;
  bottom: 8px;
  background: #5890FF;
  width: 1px;
  height: 3px; }

.adgVolumeBarDragger {
  position: absolute;
  bottom: 2px;
  background: #ffffff;
  width: 3px;
  height: 12px;
  border: 1px solid black;
  cursor: pointer; }

.adgSoundButton {
  position: relative;
  height: 21px !important;
  bottom: 0px;
  cursor: pointer;
  margin-bottom: 0px; }

.adgAdvertisementDiv {
  position: absolute;
  bottom: 16px;
  right: 0px; }

.adgAdvertisementTextDiv {
  float: right;
  margin-right: 10px;
  margin-top: 3px;
  font-family: Arial;
  font-weight: bold;
  font-size: 11px;
  opacity: 0.8;
  color: #ffffff;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.1);
  pointer-events: none;
  text-transform: none !important; }

#privacyImg {
  position: absolute;
  z-index: 9999;
  cursor: pointer !important;
  display: block;
  top: 0;
  left: 0;
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -o-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transform-origin: top left;
  -moz-transform-origin: top left;
  -ms-transform-origin: top left;
  -o-transform-origin: top left;
  transform-origin: top left; }

#adgWrapper_dock {
  visibility: hidden;
  height: 330px;
  bottom: 0px;
  pointer-events: none; }

#adgSlate_dock {
  max-width: 540px;
  min-width: 450px;
  min-height: 216px;
  max-height: 308px;
  width: 450px; }

#adgPlayerWrapper_dock {
  width: 100%;
  max-width: 540px;
  height: 100%;
  overflow: hidden;
  max-height: 308px;
  min-width: 450px;
  opacity: 0;
  filter: alpha(opacity=0); }

#adgSwfWrapper_dock {
  left: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  position: absolute; }
