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;

  float: left;
  margin: -30px 10px 10px;
}

.htmlCountdownBg div {
  position: absolute;
}

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

.htmlCountdownBg.red-countdown {
  background-image: url(../img/166x166_bg_countdown_red.png);
}

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

.htmlCountdownBg.white-countdown {
  background-image: url(../img/166x166_bg_countdown_white.png);
}

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

.htmlCountdownBg.red .cd-logo {
  width: 100%;
  height: 100%;
  background-image: url(../img/166x166_logo_red.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.htmlCountdownBg.white .cd-logo {
  width: 100%;
  height: 100%;
  background-image: url(../img/166x166_logo_white.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
}

/*countdown*/

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

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

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

.htmlCountdownBg.white .cd-values,
.htmlCountdownBg.white .cd-real-values {
  top: 99px;
}

.htmlCountdownBg .dLabel {
  right: 121px;
}
.htmlCountdownBg .hLabel {
  right: 77px;
}
.htmlCountdownBg .mLabel,
.htmlCountdownBg .realsLabel {
  right: 46px;
}
.htmlCountdownBg .sLabel {
  right: 13px;
}

.htmlCountdownBg .dValue {
  right: 119px;
}
.htmlCountdownBg .hValue,
.htmlCountdownBg .realmValue {
  right: 84px;
}
.htmlCountdownBg .mValue,
.htmlCountdownBg .realsValue {
  right: 48px;
}
.htmlCountdownBg .sValue,
.htmlCountdownBg .realdValue {
  right: 15px;
}

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

.htmlCountdownBg .cd-copy {
  font-size: 8px;
  width: 84%;
  text-align: center;
  line-height: 1.2em;
  left: 14px;
  top: 138px;
  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: 7px;
  vertical-align: baseline;
  position: relative;
  top: -0.5em;
  left: -0.1em;
}
.htmlCountdownBg.white .cd-copy {
  top: 141px;
  color: #000;
}
.cufonJa {
  font-size: 12px !important;
  line-height: 1.5em;
}

/*real*/

.htmlCountdownBg .realdLabel {
  right: 15px;
}
.htmlCountdownBg .realhLabel {
  right: 116px;
}
.htmlCountdownBg .realmLabel {
  right: 81px;
}

.htmlCountdownBg .realhValue {
  right: 123px;
}

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

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

.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;
}
