object:focus {
    outline: none;
}


/* HTML Countdown
 */

 .htmlCountdownBg, .ad {
    position: relative;
    width: 434px;
    height: 50px;
    color: #fff;
    font-family: Arial, sans-serif;
    cursor: pointer;
    box-sizing: border-box;
    transform-origin: top left;
    background-size: contain;
}
.ad {
    opacity: 0;
}

.htmlCountdownBg * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.htmlCountdownBg div {
    position: absolute;
}

.htmlCountdownBg.white {
    background-image: url(../img/bg-realtime.jpg);
    color: #535353;
}

.htmlCountdownBg.white-countdown {
    background-image: url(https://fina-budapest2022.com/OMEGA/img/bg-countdown_hu.jpg);
}

.htmlCountdownBg .cd-countdown,
.htmlCountdownBg .cd-realtime {
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.htmlCountdownBg.white .cd-glass-countdown,
.htmlCountdownBg.white .cd-glass-real {
    background-repeat: no-repeat;
}


/*countdown*/

.htmlCountdownBg .cd-labels {
    text-transform: uppercase;
    font-size: 7px;
    line-height: 8px;
    text-align: center;
    top: 31px;
    width: 100%;
    left: 54px;
    display: none;
}

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

.htmlCountdownBg.white .cd-labels {
    color: #535353;
}

.htmlCountdownBg .cd-values {
    text-transform: uppercase;
    font-size: 29px;
    line-height: 42px;
    text-align: right;
    top: 0px;
    width: 100%;
    left: 53px;
}

.htmlCountdownBg .cd-values>div {
    font-size: 18px;
    text-align: center;
}

.htmlCountdownBg .dLabel {
    right: 209px;
    width: 40px;
}

.htmlCountdownBg .hLabel {
    right: 164px;
    width: 40px;
}

.htmlCountdownBg .mLabel {
    right: 124px;
    width: 30px;
}

.htmlCountdownBg .sLabel {
    right: 79px;
    width: 30px;
}

.htmlCountdownBg .dValue {
    right: 196px;
    width: 65px;
}

.htmlCountdownBg .hValue {
    right: 164px;
    width: 40px;
}

.htmlCountdownBg .mValue {
    right: 119px;
    width: 40px;
}

.htmlCountdownBg .sValue {
    right: 74px;
    width: 40px;
}

.htmlCountdownBg .cd-copy {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
    width: 464px;
    text-align: center;
    right: 0px;
    top: 80px;
    color: #000000;
}

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

.htmlCountdownBg .cd-copy sup {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 9px;
    vertical-align: baseline;
    position: relative;
    top: -0.3em;
    left: -0.2em;
}

.htmlCountdownBg .cd-real-copy sup {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 10px;
    vertical-align: baseline;
    position: relative;
    top: -0.5em;
    left: -0.0em;
}

.cufonJa {
    font-size: 18px !important;
    line-height: 1.3em !important;
    top: 165px !important;
}


/*real*/

.htmlCountdownBg .cd-real-values {
    width: 202px;
    height: 37px;
    color: #535353;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
    top: 15px;
    left: 224px;
    text-align: center;
}

.htmlCountdownBg .realhValue {
    right: 120px;
}

.htmlCountdownBg .separatorOne {
    right: 113px;
}

.htmlCountdownBg .realmValue {
    right: 90px;
}

.htmlCountdownBg .separatorTwo {
    right: 85px;
}

.htmlCountdownBg .realsValue {
    right: 62px;
}

.htmlCountdownBg .cd-real-copy {
    right: 0;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
    line-height: 20px;
    width: 462px;
    text-align: center;
    left: 176px;
    top: 80px;
}

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

#logo {
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    margin-top: 0;
}
.border {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* border: 1px solid #1c488b; */
    box-sizing: border-box;
}
.full {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0);
}
.clickTag {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
}
/* ie6 png alpha lack */

* html .cd-glass-countdown,
* html .cd-glass-real {
    visibility: hidden;
    display: none;
}