object:focus { outline:none; }

/* HTML Countdown
 */

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

.htmlCountdownBg div
{
  position: absolute;
}

.htmlCountdownBg.red {
  background-image: url(../img/300_bg_red.svg);
  background-size: cover;
}

.htmlCountdownBg.red-countdown {
  background-image: url(../img/300_bg_red.svg);
  background-size: cover;
}

.htmlCountdownBg.white {
  background-image: url(../img/300_bg_white.svg);
  color: #000;
}

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

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

.htmlCountdownBg.red .cd-logo
{
  width: 300px;
  height: 250px;
  background-image: url(../img/300_logo_red.svg);
  background-repeat: no-repeat;
  background-size: 82% auto;
  background-position: top center;
}

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

/*countdown*/

.htmlCountdownBg .cd-labels,
.htmlCountdownBg .cd-real-labels
{
  font-size: 10px;
  top: 175px;
  left: -13px;
  width: 100%;
  color:#000;
}

.htmlCountdownBg .cd-values,
.htmlCountdownBg .cd-real-values
{
  font-size: 30px;
  top: 137px;
  left: -7px;
  width: 100%;
}

.htmlCountdownBg .dLabel { right: 226px; }
.htmlCountdownBg .hLabel { right: 154px; }
.htmlCountdownBg .mLabel, .htmlCountdownBg .realsLabel { right: 93px; }
.htmlCountdownBg .sLabel { right: 29px; }

.htmlCountdownBg .dValue { right: 220px; }
.htmlCountdownBg .hValue, .htmlCountdownBg .realmValue { right: 160px; }
.htmlCountdownBg .mValue, .htmlCountdownBg .realsValue { right: 92px; }
.htmlCountdownBg .sValue, .htmlCountdownBg .realdValue { right: 27px; }

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

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

.htmlCountdownBg.white .cd-copy {
  color: #000;
}

.htmlCountdownBg .cd-copy sup {
  font-size: 10px;
  vertical-align: baseline;
  position: relative;
  top: -0.3em;
  left:-0.2em;
}
.htmlCountdownBg .cd-real-copy  sup
{
  font-size: 11px;
  vertical-align: baseline;
  position: relative;
  top: -0.5em;
  left:-0.0em;
}
.cufonJa{
  font-size: 20px !important;
  line-height: 1.3em !important;

}

/*real*/

.htmlCountdownBg .bg-realtime {
  width: 230px;
  height: 45px;
  background: white;
  top: 143px;
  left: 37px;
}

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

.htmlCountdownBg .cd-real-values {
  font-size: 36px;
  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: 120px; }

.htmlCountdownBg .cd-real-copy {
  margin: 0 10%;
  width: 80%;
  left: 0;
  top: 211px;
}


.nvda-olympic {
  width: 141px;
  height: 100px;
  top: 0;
  left: 0;
}
.nvda-omega {
  width: 159px;
  height: 100px;
  left: 141px;
  top: 0;
}

.nvda-timer {
  width: 300px;
  height: 75px;
  top: 100px;
  left: 0;
}

.nvda-title {
  width: 300px;
  height: 75px;
  top: 175px;
  left: 0;
}

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

.nvda-realtime {
  display: none;
}