object:focus { outline:none; }

/* HTML Countdown
 */

.htmlCountdownBg
{
  position: relative;
  width: 160px;
  height: 166px;
  color: #000;
  font-family: 'OmegaCT-webfont', Arial, Helveltica, sans-serif;
  cursor: pointer;
}

.htmlCountdownBg div
{
  position: absolute;
}

.htmlCountdownBg.red
{
  background-image: url(../img/160x166_bg_red.svg);
}

.htmlCountdownBg.red-countdown
{
  background-image: url(../img/160x166_bg_red.svg);
}

.htmlCountdownBg.white
{
  background-image: url(../img/160x166_bg_white.svg);
}

.htmlCountdownBg.white-countdown
{
  background-image: url(../img/160x166_bg_white.svg);
}

.htmlCountdownBg .cd-countdown, .htmlCountdownBg .cd-realtime
{
  display:none;
  width: 100%;
}

.htmlCountdownBg.red .cd-logo
{
  width: 100%;
  height: 100%;
  background-image: url(../img/160x166_logo_red.svg);
  background-repeat: no-repeat;
  background-size: 85% auto;
  background-position: top center;
}

.htmlCountdownBg.white .logo-bg {
  width: 145px;
  height: 70px;
  background-color: #fff;
  margin: 6px 0 0 7px;
  border-radius: 20px;
}

.htmlCountdownBg.white .cd-logo
{
  width: 100%;
  height: 100%;
  background-image: url(../img/160x166_logo_white.svg);
  background-repeat: no-repeat;
  background-size: 93% auto;
  background-position: top center;
}

/*countdown*/

.htmlCountdownBg .cd-labels,
.htmlCountdownBg .cd-real-labels
{
  font-size: 7px;
  top: 94px;
  left: 0;
  width: 100%;
}

.htmlCountdownBg.white .cd-labels,
.htmlCountdownBg.white .cd-real-labels
{
  top: 101px;
}

.htmlCountdownBg .cd-values,
.htmlCountdownBg .cd-real-values
{
  font-size: 14px;
  top: 75px;
  left: 0;
  width: 100%;
}

.htmlCountdownBg.white .cd-values
{
  top: 83px;
}

.htmlCountdownBg .dLabel { right: 126px; }
.htmlCountdownBg .hLabel { right: 91px; }
.htmlCountdownBg .mLabel, .htmlCountdownBg .realsLabel { right: 56px; }
.htmlCountdownBg .sLabel { right: 21px; }

.htmlCountdownBg .dValue { right: 123px; }
.htmlCountdownBg .hValue, .htmlCountdownBg .realmValue { right: 90px; }
.htmlCountdownBg .mValue, .htmlCountdownBg .realsValue { right: 55px; }
.htmlCountdownBg .sValue, .htmlCountdownBg .realdValue { right: 19px; }

.htmlCountdownBg .dValue.two-digits { right: 123px; }
.htmlCountdownBg .dLabel.single { right: 126px; }

.htmlCountdownBg .cd-copy {
  font-size: 9px;
  margin: 0 5%;
  text-align: center;
  top: 120px;
  color: #fff;
}

.htmlCountdownBg .cd-copy sup {
  font-size: 7px;
  vertical-align: baseline;
  position: relative;
  top: -0.3em;
  left:-0.1em;
}
.htmlCountdownBg .cd-real-copy  sup
{
  font-size: 9px;
  vertical-align: baseline;
  position: relative;
  top: -0.5em;
  left:-0.1em;
}
.htmlCountdownBg.white .cd-copy {
  top: 123px;
  color: #000;
}
.cufonJa{
  font-size: 12px !important;
  line-height: 1.5em;
}


/*real*/

.htmlCountdownBg .bg-realtime {
  width: 130px;
  height: 30px;
  background: white;
  top: 83px;
  left: 15px;
}

.htmlCountdownBg .cd-real-labels {
  display: none;
}

.htmlCountdownBg .cd-real-values
{
  font-size: 22px;
  top: 0px;
  width: 100%;
  display: flex;
  justify-content: space-around;
}

.htmlCountdownBg .realhValue,
.htmlCountdownBg .realmValue,
.htmlCountdownBg .realsValue {
  position: static;
}

.htmlCountdownBg .realdValue {
  display: none;
}

.htmlCountdownBg .realhValue { right: 123px; }


.htmlCountdownBg.white .cd-real-copy {
  top: 128px;
}


.nvda-olympic {
  width: 72px;
  height: 75px;
  top: 0;
  left: 0;
}
.nvda-omega {
  width: 88px;
  height: 75px;
  left: 72px;
  top: 0px;
}

.nvda-timer {
  width: 160px;
  height: 39px;
  top: 75px;
  left: 0;
}

.nvda-title {
  width: 160px;
  height: 52px;
  top: 114px;
  left: 0;
}

.nvda-end {
  width: 0;
  height: 0;
  top: 310px;
}
.nvda-text {
  text-indent: -9999px;
  position: absolute;
}

.nvda-realtime {
  display: none;
}