object:focus { outline:none; }

/* HTML Countdown
 */

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

.htmlCountdownBg div
{
  position: absolute;
}

.htmlCountdownBg.black
{
  background-image: url(../img/300_bg_black.jpg);
}

.htmlCountdownBg.black-countdown
{
  background-image: url(../img/300_bg_countdown_black.jpg);
}

.htmlCountdownBg.white
{
  background-image: url(../img/300_bg_white.jpg);
  color: #5f5f5f;
}

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

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

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

.htmlCountdownBg.black .cd-logo
{
  width: 300px;
  height: 250px;
  background-image: url(../img/300_logo_black.png);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 100%;
}

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

.htmlCountdownBg.black .cd-glass-countdown
{
  width: 100%;
  height: 50px;
  background-image: url(../img/300_glass_black.png);
  background-repeat: no-repeat;
  top: 102px;
  z-index: 10;
}

.htmlCountdownBg.black .cd-glass-real
{
  width: 100%;
  height: 50px;
  background-image: url(../img/300_glass_black.png);
  background-repeat: no-repeat;
  top: 102px;
  z-index: 10;
}

.htmlCountdownBg.white .cd-glass-countdown
{
  width: 100%;
  height: 50px;
  background-image: url(../img/300_glass_white_countdown.png);
  background-repeat: no-repeat;
  top: 100px;
  z-index: 10;
}

.htmlCountdownBg.white .cd-glass-real
{
  width: 100%;
  height: 50px;
  background-image: url(../img/300_glass_white.png);
  background-repeat: no-repeat;
  top: 111px;
  z-index: 10;
}

/*countdown*/

.htmlCountdownBg .cd-labels
{
  font-size: 15px;
  /*text-shadow: 0px 2px 3px rgba(0, 0, 0, .4);*/
  top: 122px;
  left: 0px;
  width: 100%;
}

.htmlCountdownBg.black .cd-labels
{
  color:#c5c5c5;
}

.htmlCountdownBg.white .cd-labels
{
  color:#7e7e7e;
  text-align: center;
}

.htmlCountdownBg .cd-values
{
  font-size: 32px;
  /*text-shadow: 0px 3px 3px rgba(0, 0, 0, .4);*/
  top: 138px;
  left: 0px;
  width: 100%;
  text-align: center;
}

.htmlCountdownBg .dLabel { left:7px;width: 90px;  }
.htmlCountdownBg .hLabel { left:107px;width: 60px; }
.htmlCountdownBg .mLabel { left:171px;width: 60px; }
.htmlCountdownBg .sLabel { left:236px;width: 60px; }

.htmlCountdownBg .dValue { left:7px; width: 90px; }
.htmlCountdownBg .hValue { left:107px;width: 60px; }
.htmlCountdownBg .mValue { left:171px;width: 60px; }
.htmlCountdownBg .sValue { left: 236px;width: 60px; }

.htmlCountdownBg .cd-copy {
  font-size: 15px;
  width: 100%;
  text-align: center;
  line-height: 1.2em;
  left: 0px;
  top: 190px;
  color: #999999;
}

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

.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 .cd-real-values
{
  font-size: 48px;
  text-shadow: 0px 3px 3px rgba(0, 0, 0, .4);
  top: 116px;
  left: 0px;
  width: 100%;
}

.htmlCountdownBg .realhValue { right:224px; }
.htmlCountdownBg .separatorOne { right:196px; }
.htmlCountdownBg .realmValue { right:124px; }
.htmlCountdownBg .separatorTwo { right:97px; }
.htmlCountdownBg .realsValue { right:24px; }

.htmlCountdownBg .cd-real-copy {
  font-size: 20px;
  width: 100%;
  text-align: center;
  line-height: 1.3em;
  left: 0px;
  top: 188px;
  color: #999999;
}

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

/* ie6 png alpha lack */
* html .cd-glass-countdown, * html .cd-glass-real {
  visibility: hidden;
  display: none;
}

.nvda-omega {
    width: 300px;
    height: 114px;
    left: 0px;
    top: 0;
}

.nvda-timer {
    width: 300px;
    height: 65px;
    top: 114px;
    left: 0px;
}

.nvda-title {
    width: 300px;
    height: 71px;
    top: 179px;
    left: 0px;
}

.nvda-text {
    position: absolute;
    z-index: 99;
    cursor: pointer;
    display: block;
}

.nvda-text img {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: transparent;
    top: 0;
    left: 0;
    border: none;
}

.nvda-realtime {
    display: none;
}