@font-face {
    font-family: 'rolex-light';
    font-weight: 300;
    src: url('RolexFont-Light-WebXL.woff') format("woff"), url('RolexFont-Light-WebXL.woff2') format("woff2");
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body, html {
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
}

body {
    -webkit-font-smoothing: antialiased; /* iOS safari *//* enable grayscaled antialiasing on FF */
    font-smooth: always;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 16px;
    font-weight: normal;
    font-family: 'rolex-light', arial, "Lucida Grande", sans-serif;
    text-transform: none;
    position: relative;
}

html, body {
    width: 100%;
    height: 90px;
}

.rlxmain {
    background-color: transparent;
    position: relative;
}

.container {
    width: 90px;
    height: 90px;
    margin: 0 auto;
    position: relative;
}

#countdown {
    width: 90px;
    margin: 0 auto;
}

.container.borderActive:before {
    border: 1px dashed rgba(255, 0, 0, .3);
    position: absolute;
    display: inherit;
    height: 100%;
    width: 100%;
}

.container.borderActive:hover:before {
    border: 1px dashed rgba(255, 0, 0, .3);
    position: absolute;
    display: none;
    height: 100%;
    width: 100%;
}

.content {
    position: relative;
    display: block;
    overflow: hidden;
    height: 100%;
    width: 100%;
}

.ie6.content, .ie7.content, .ie8.content, .ie9.content { /* global width */
    display: none;
}

#rolex-clock a {
    display: block;
}

.ie6#rolex-clock a, .ie7#rolex-clock a, .ie8#rolex-clock a, .ie9#rolex-clock a {
    position: absolute;
    top: 0;
    left: 0;
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}

.container:before, .container:after {
    content: " ";
    display: table;
}

.clearfix:after, .container:after {
    clear: both;
}

.sr-only {
    border: 0 none;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute; /* Helper class: no border */
    width: 1px;
}

.no-border {
    border: medium none;
}

.flash.border-all {
    border: 0 none;
}

.border-all:after {
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    content: ' ';
    pointer-events: none;
    border: 0px solid #ccc;
    background: none !important;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='your_transparent.html', sizingMethod='scale');
}

.bg-black {
    background-color: black;
}

.content a {
    cursor: pointer;
    display: inline-block;
    position: relative;
    text-decoration: none;
    z-index: 100;
}

.clock { /* Logo */
    display: inline-block;
}

.no-logo.logo {
    display: none;
}

.logo {
    margin-top: 0px;
    background: url("images/logo/gold/logo_rolex.svg") no-repeat scroll 0 0 transparent;
    display: block;
    position: relative;
    top: 50%;
    margin-left: auto;
    margin-right: auto;
    background-size: 100%;
    background-position: 50%;
}

.logo-50 {
    width: 50px;
    height: 50px;
}

.logo-60 {
    width: 60px;
    height: 60px;
}

.logo-65 {
    width: 65px;
    height: 65px;
}

.logo-70 {
    width: 70px;
    height: 70px;
}

.logo-75 {
    width: 75px;
    height: 75px;
}

.logo-80 {
    width: 80px;
    height: 80px;
}

.logo-90 {
    width: 90px;
    height: 90px;
}

.logo-100 {
    width: 100px;
    height: 100px;
}

.logo-110 {
    width: 110px;
    height: 110px;
}

.logo-120 {
    width: 120px;
    height: 120px;
}

.logo-130 {
    width: 130px;
    height: 130px;
}

.retina .logo {
    background: url("images/logo/gold/logo_rolex.svg") no-repeat scroll 0 0 transparent;
    background-size: 100%;
    background-position: 50%;
}

#logo {
    position: absolute;
    left: -100px;
    top: 6px;
}

.block {
    margin: 0;
    line-height: 14px;
}

.no-block.block-control {
    display: none;
}

.block a {
    color: #a37e2c;
}

.block.active a {
    color: #006039;
}

.white.block a {
    color: white;
}

.white.block .active a {
    font-weight: bold;
}

.block.btn.btn-inner {
    position: relative;
    display: block; /* Clocks */
    line-height: 15px;
}

.clock {
    background: url("images/clock/gold/90.png") no-repeat scroll 0 0 transparent;
    display: block;
    position: relative;
    z-index: 50;
    overflow: hidden;
}

.retina .clock {
    background: url("images/clock/gold/90_retina.png") no-repeat scroll 0 0 transparent;
    background-size: 100% 100%;
}

.clock.clock-50 {
    background: url("images/clock/gold/50.png") no-repeat scroll 0 0 transparent;
    width: 50px;
    height: 50px;
}

.retina .clock.clock-50 {
    background: url("images/clock/gold/50_retina.png") no-repeat scroll 0 0 transparent;
    background-size: 100% 100%;
}

.clock.clock-60 {
    background: url("images/clock/gold/60.png") no-repeat scroll 0 0 transparent;
    width: 60px;
    height: 60px;
}

.retina .clock.clock-60 {
    background: url("images/clock/gold/60_retina.png") no-repeat scroll 0 0 transparent;
    background-size: 100% 100%;
}

/* .clock.clock-65 {
    background: url("images/clock/gold/65.html") no-repeat scroll 0 0 transparent;
    width: 65px;
    height: 65px;
} */

/* .retina .clock.clock-65 {
    background: url("images/clock/gold/65_retina.html") no-repeat scroll 0 0 transparent;
    background-size: 100% 100%;
} */

.clock.clock-70 {
    background: url("images/clock/gold/70.png") no-repeat scroll 0 0 transparent;
    width: 70px;
    height: 70px;
}

.retina .clock.clock-70 {
    background: url("images/clock/gold/70_retina.png") no-repeat scroll 0 0 transparent;
    background-size: 100% 100%;
}

/* .clock.clock-75 {
    background: url("images/clock/gold/75.html") no-repeat scroll 0 0 transparent;
    width: 75px;
    height: 75px;
} */

/* .retina .clock.clock-75 {
    background: url("images/clock/gold/75_retina.html") no-repeat scroll 0 0 transparent;
    background-size: 100% 100%;
} */

.clock.clock-80 {
    background: url("images/clock/gold/80.png") no-repeat scroll 0 0 transparent;
    width: 80px;
    height: 80px;
}

.retina .clock.clock-80 {
    background: url("images/clock/gold/80_retina.png") no-repeat scroll 0 0 transparent;
    background-size: 100% 100%;
}

.clock.clock-90 {
    background: url("images/clock/gold/90.png") no-repeat scroll 0 0 transparent;
    width: 90px;
    height: 90px;
}

.retina .clock.clock-90 {
    background: url("images/clock/gold/90_retina.png") no-repeat scroll 0 0 transparent;
    background-size: 100% 100%;
}

/*.clock.clock-100 {*/
/*    background: url("images/clock/gold/100.html") no-repeat scroll 0 0 transparent;*/
/*    width: 100px;*/
/*    height: 100px;*/
/*    margin-top: -50px;*/
/*    margin-left: -50px;*/
/*}*/

/*.retina .clock.clock-100 {*/
/*    background: url("images/clock/gold/100_retina.html") no-repeat scroll 0 0 transparent;*/
/*    background-size: 100% 100%;*/
/*}*/

/* .clock.clock-110 {
    background: url("images/clock/gold/110.html") no-repeat scroll 0 0 transparent;
    width: 110px;
    height: 110px;
    margin-top: -50px;
    margin-left: -50px;
}

.retina .clock.clock-110 {
    background: url("images/clock/gold/110_retina.html") no-repeat scroll 0 0 transparent;
    background-size: 100% 100%;
}

.clock.clock-120 {
    background: url("images/clock/gold/120.html") no-repeat scroll 0 0 transparent;
    width: 120px;
    height: 120px;
    margin-top: -60px;
    margin-left: -60px;
}

.retina .clock.clock-120 {
    background: url("images/clock/gold/120_retina.html") no-repeat scroll 0 0 transparent;
    background-size: 100% 100%;
}

.clock.clock-130 {
    background: url("images/clock/gold/130.html") no-repeat scroll 0 0 transparent;
    width: 130px;
    height: 130px;
    margin-top: -65px;
    margin-left: -65px;
}

.retina .clock.clock-130 {
    background: url("images/clock/gold/130_retina.html") no-repeat scroll 0 0 transparent;
    background-size: 100% 100%;
}

.clock.clock-140 {
    background: url("images/clock/gold/140.html") no-repeat scroll 0 0 transparent;
    width: 140px;
    height: 140px;
    margin-top: -70px;
    margin-left: -70px;
}

.retina .clock.clock-140 {
    background: url("images/clock/gold/140_retina.html") no-repeat scroll 0 0 transparent;
    background-size: 100% 100%;
}

.clock.clock-150 {
    background: url("images/clock/gold/150.html") no-repeat scroll 0 0 transparent;
    width: 150px;
    height: 150px;
    margin-top: -75px;
    margin-left: -75px;
}

*/

/* .retina .clock.clock-150 {
    background: url("images/clock/gold/150_retina.html") no-repeat scroll 0 0 transparent;
    background-size: 100% 100%;
} */

.clock-needle {
    position: absolute;
    display: block;
    width: 52px;
    height: 54px;
    top: 50%;
    left: 50%;
    background: url("images/needles/static/needles_100.html") no-repeat scroll 0 0 transparent;
    margin-top: -17px;
    margin-left: -23px;
    background-size: 100%;
    background-position: 50%;
}

.clock-needle .clock-needle-black {
    background-image: url("images/needles/static/needles_100_black.html");
}

.retina .clock-needle {
    background: url("images/needles/static/needles_100_retina.html") no-repeat scroll 0 0 transparent;
    background-size: 100%;
}

.retina .clock-needle .clock-needle-black {
    background: url("images/needles/static/needles_100_retina_black.html") no-repeat scroll 0 0 transparent;
    background-size: 100%;
}

.clock-60.clock-needle {
    width: 33px;
    height: 34px;
    margin-top: -9px;
    margin-left: -15px;
    background: url("images/needles/static/needles_60.html") no-repeat scroll 0 0 transparent;
}

.clock-60.clock-needle .clock-needle-black {
    background: url("images/needles/static/needles_60_black.html") no-repeat scroll 0 0 transparent;
}

.retina .clock-60.clock-needle {
    background: url("images/needles/static/needles_60_retina.html") no-repeat scroll 0 0 transparent;
    background-size: 100%;
}

.retina .clock-60.clock-needle .clock-needle-black {
    background: url("images/needles/static/needles_60_retina_black.html") no-repeat scroll 0 0 transparent;
    background-size: 100%;
}

.clock-65.clock-needle {
    width: 35px;
    height: 37px;
    margin-top: -11px;
    margin-left: -16px;
    background: url("images/needles/static/needles_65.html") no-repeat scroll 0 0 transparent;
}

.clock-65.clock-needle .clock-needle-black {
    background: url("images/needles/static/needles_65_black.html") no-repeat scroll 0 0 transparent;
}

.retina .clock-65.clock-needle {
    background: url("images/needles/static/needles_65_retina.html") no-repeat scroll 0 0 transparent;
    background-size: 100%;
}

.retina .clock-65.clock-needle .clock-needle-black {
    background: url("images/needles/static/needles_65_retina_black.html") no-repeat scroll 0 0 transparent;
    background-size: 100%;
}

.clock-70.clock-needle {
    width: 38px;
    height: 40px;
    margin-top: -12px;
    margin-left: -17px;
    background: url("images/needles/static/needles_70.html") no-repeat scroll 0 0 transparent;
}

.clock-70.clock-needle .clock-needle-black {
    background: url("images/needles/static/needles_70_black.html") no-repeat scroll 0 0 transparent;
}

.retina .clock-70.clock-needle {
    background: url("images/needles/static/needles_70_retina.html") no-repeat scroll 0 0 transparent;
    background-size: 100%;
}

.retina .clock-70.clock-needle .clock-needle-black {
    background: url("images/needles/static/needles_70_retina_black.html") no-repeat scroll 0 0 transparent;
    background-size: 100%;
}

.clock-75.clock-needle {
    width: 40px;
    height: 42px;
    margin-top: -13px;
    margin-left: -18px;
    background: url("images/needles/static/needles_75.html") no-repeat scroll 0 0 transparent;
}

.clock-75.clock-needle .clock-needle-black {
    background: url("images/needles/static/needles_75_black.html") no-repeat scroll 0 0 transparent;
}

.retina .clock-75.clock-needle {
    background: url("images/needles/static/needles_75_retina.html") no-repeat scroll 0 0 transparent;
    background-size: 100%;
}

.retina .clock-75.clock-needle .clock-needle-black {
    background: url("images/needles/static/needles_75_retina_black.html") no-repeat scroll 0 0 transparent;
    background-size: 100%;
}

.clock-80.clock-needle {
    width: 43px;
    height: 44px;
    margin-top: -13px;
    margin-left: -19px;
    background: url("images/needles/static/needles_80.html") no-repeat scroll 0 0 transparent;
}

.clock-80.clock-needle .clock-needle-black {
    background: url("images/needles/static/needles_80_black.html") no-repeat scroll 0 0 transparent;
}

.retina .clock-80.clock-needle {
    background: url("images/needles/static/needles_80_retina.html") no-repeat scroll 0 0 transparent;
    background-size: 100%;
}

.retina .clock-80.clock-needle .clock-needle-black {
    background: url("images/needles/static/needles_80_retina_black.html") no-repeat scroll 0 0 transparent;
    background-size: 100%;
}

.clock-90.clock-needle {
    width: 47px;
    height: 50px;
    margin-top: -16px;
    margin-left: -21px;
    background: url("images/needles/static/needles_90.html") no-repeat scroll 0 0 transparent;
}

.clock-90.clock-needle .clock-needle-black {
    background: url("images/needles/static/needles_90_black.html") no-repeat scroll 0 0 transparent;
}

.retina .clock-90.clock-needle {
    background: url("images/needles/static/needles_90_retina.html") no-repeat scroll 0 0 transparent;
    background-size: 100%;
}

.retina .clock-90.clock-needle .clock-needle-black {
    background: url("images/needles/static/needles_90_retina_black.html") no-repeat scroll 0 0 transparent;
    background-size: 100%;
}

.clock-100.clock-needle {
    width: 52px;
    height: 54px;
    margin-top: -17px;
    margin-left: -23px;
    background: url("images/needles/static/needles_100.html") no-repeat scroll 0 0 transparent;
}

.clock-100.clock-needle .clock-needle-black {
    background: url("images/needles/static/needles_100_black.html") no-repeat scroll 0 0 transparent;
}

.retina .clock-100.clock-needle {
    background: url("images/needles/static/needles_100_retina.html") no-repeat scroll 0 0 transparent;
    background-size: 100%;
}

.retina .clock-100.clock-needle .clock-needle-black {
    background: url("images/needles/static/needles_100_retina_black.html") no-repeat scroll 0 0 transparent;
    background-size: 100%;
}

.clock-110.clock-needle {
    width: 56px;
    height: 59px;
    margin-top: -17px;
    margin-left: -23px;
    background: url("images/needles/static/needles_110.html") no-repeat scroll 0 0 transparent;
}

.clock-110.clock-needle .clock-needle-black {
    background: url("images/needles/static/needles_110_black.html") no-repeat scroll 0 0 transparent;
}

.retina .clock-110.clock-needle {
    background: url("images/needles/static/needles_110_retina.html") no-repeat scroll 0 0 transparent;
    background-size: 100%;
}

.retina .clock-110.clock-needle .clock-needle-black {
    background: url("images/needles/static/needles_110_retina_black.html") no-repeat scroll 0 0 transparent;
    background-size: 100%;
}

.clock-120.clock-needle {
    width: 107px;
    height: 107px;
    margin-top: -3.34375em;
    margin-left: -3.34375em;
    background: url("images/needles/static/needles_120.html") no-repeat scroll 0 0 transparent;
}

.clock-120.clock-needle .clock-needle-black {
    background: url("images/needles/static/needles_120_black.html") no-repeat scroll 0 0 transparent;
}

.retina .clock-120.clock-needle {
    background: url("images/needles/static/needles_120_retina.html") no-repeat scroll 0 0 transparent;
    background-size: 100%;
}

.retina .clock-120.clock-needle .clock-needle-black {
    background: url("images/needles/static/needles_120_retina_black.html") no-repeat scroll 0 0 transparent;
    background-size: 100%;
}

#clock {
    position: relative;
}

#clock:focus {
    outline-offset: -2px;
    outline: 2px solid black;
}

.focus-background, .focus-font-size, .focus-line-height {
    background-color: rgba(52, 152, 219, 0.5);
}

.focus-margin {
    background-color: rgba(52, 152, 219, 0.5);
    position: relative;
}

.block .city, .block .time {
    display: inline-block;
    font-size: 9px;
    line-height: 12px;
    white-space: nowrap;
}

.block-horizontal.block .city, .block-horizontal.block .time {
    display: block;
}

.glyph {
    background: none;
    font-size: 20px;
    left: -10px;
    line-height: 1em;
    position: absolute;
    top: -4px;
    display: none;
    width: 8px;
    height: 18px;
    overflow: hidden;
}

.glyph:after {
    content: "•";
}

.active .glyph {
    display: block;
}

.block-control {
    width: 100%;
}

.block-control .block-control-flushleft .city, .block-control .block-control-flushleft .time {
    float: left;
    position: relative;
}

#block-control {
    display: none;
    position: absolute;
    left: 256px;
    top: 4px;
}

.block {
    position: absolute;
}

.block .city {
    position: absolute;
    left: 0px;
    top: 0px;
}

.block .time {
    position: absolute;
    top: 13px;
    left: 0px;
}

#city {
    position: absolute;
    left: 0px;
    top: 0px;
}

#local {
    position: absolute;
    left: 0px;
    top: 30px;
}

.arrow span {
    display: none;
}

.clearfix {
    display: block;
    clear: both;
}

.fallback {
    display: none;
}

.fallback a {
    margin: 0px;
    padding: 0px;
    border: 0;
    position: relative;
    display: block;
    text-decoration: none;
}

#regular_timepiece_canvas {
    -webkit-transform: scale(0.5) translate(0px, 3px);
    -moz-transform: scale(0.5) translate(0px, 3px);
    -ms-transform: scale(0.5) translate(0px, 3px);
    -o-transform: scale(0.5) translate(0px, 3px);
    transform: scale(0.5) translate(0px, 3px);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
}

.watch_countdown_mesures {
    text-align: center;
    display: none;
    width: 100%;
    position: relative;
}

.watch_countdown_mesures ul {
    width: 100%;
    list-style-type: none;
    display: inline-flex;
    padding: 0;
    margin: 0;
}

.watch_countdown_mesures li {
    width: 25%;
    text-align: center;
    list-style-type: none;
    display: flex;
    display: block;
    padding: 0;
}

.has-countdown.end-countdown .ctdwn-threelines .countdown-text .inner-text {
    display: none;
}

.has-countdown.end-countdown .ctdwn-threelines .watch_countdown_mesures ul {
    display: none;
}

.has-countdown.end-countdown .ctdwn-threelines .countdown-time .cd-listview {
    display: none;
}

.has-countdown.end-countdown .ctdwn-twolines .countdown-text .inner-text {
    display: none;
}

.has-countdown.end-countdown .ctdwn-twolines .watch_countdown_mesures ul {
    display: none;
}

.has-countdown.end-countdown .ctdwn-twolines .countdown-time .cd-listview {
    display: none;
}

.has-countdown.end-countdown .ctdwn-twolinesText .countdown-text .inner-text {
    display: none;
}

.has-countdown.end-countdown .ctdwn-twolinesText .watch_countdown_mesures ul {
    display: none;
}

.has-countdown.end-countdown .ctdwn-twolinesText .countdown-time .cd-listview {
    display: none;
}

.has-countdown.end-countdown .ctdwn-oneline .countdown-text .inner-text {
    display: none;
}

.has-countdown.end-countdown .ctdwn-oneline .watch_countdown_mesures ul {
    display: none;
}

.has-countdown.end-countdown .ctdwn-oneline .countdown-time .cd-listview {
    display: none;
}

.has-countdown .ctdwn-threelines {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 75px;
    background-color: #006039;
}

.has-countdown .ctdwn-threelines.countdown-body {
    height: 0px;
    margin: 0px;
    padding: 0;
    border: medium none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 60;
    text-align: center;
}

.has-countdown .ctdwn-threelines .grid, .has-countdown .ctdwn-threelines .col {
    height: 125px;
}

.has-countdown .ctdwn-threelines .tracker .tracker-1, .has-countdown .ctdwn-threelines .tracker .tracker-2 {
    height: 125px;
}

.has-countdown .ctdwn-threelines .countdown {
    display: block;
}

.has-countdown .ctdwn-threelines .countdown-body {
    height: 100%;
}

.has-countdown .ctdwn-threelines.countdown-horizontal .grid {
    float: left;
    height: auto;
    width: 40.75%;
}

.has-countdown .ctdwn-threelines.countdown-horizontal .countdown {
    float: left;
    left: -4px;
    position: relative;
    width: 59.25%;
}

.has-countdown .ctdwn-threelines.countdown-horizontal .countdown-body {
    top: 50%;
    margin-top: -21px;
}

.has-countdown .ctdwn-threelines .countdown-body a {
    display: block;
    position: absolute;
    text-decoration: none;
    width: 100%;
    height: auto;
    bottom: 0;
}

.has-countdown .ctdwn-threelines .watch_countdown_mesures {
    height: 25px;
    display: block;
    position: absolute;
    bottom: 25px;
    background-color: #006039;
    color: #fff;
    font-size: 10px;
    line-height: 25px;
}

.has-countdown .ctdwn-threelines .hor-line {
    background-color: rgba(255, 255, 255, 0.18);
    display: block;
    height: 1px;
    margin: auto;
    position: absolute;
    width: 100%;
    transform: translate(0%, 50%);
    bottom: 25px;
    z-index: 28;
}

.has-countdown .ctdwn-threelines .hor-line-intext {
    background-color: rgba(255, 255, 255, 0.18);
    display: block;
    height: 1px;
    margin: auto;
    position: absolute;
    bottom: 50px;
    width: 100%;
    z-index: 28;
}

.has-countdown .ctdwn-threelines .countdown-text {
    color: #fff;
    font-size: 9px;
    margin: 0 auto;
    z-index: 26;
    text-align: center;
    position: absolute;
    display: block;
    width: 100%;
    transform: translate(0, 0%);
    height: 25px;
    font-size: 12px;
    line-height: 25px;
    letter-spacing: 2px;
    pointer-events: none;
    bottom: 50px;
    background-color: #006039;
}

.has-countdown .ctdwn-threelines .countdown-text .inner-text {
    display: block;
    position: absolute;
    transform: translate(0%, 0%);
    width: 100%;
    top: 0;
}

.has-countdown .ctdwn-threelines .countdown-text #racetext {
    position: absolute;
    display: block;
    color: #fff;
    width: 100%;
    text-align: center;
    top: 0;
    align-items: center;
    justify-content: center;
    text-align: center;
    left: 0%;
    margin: 0 auto;
}

.has-countdown .ctdwn-threelines .countdown-time {
    z-index: 26;
    text-align: center;
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    height: 25px;
    line-height: 25px;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    letter-spacing: 2px;
    pointer-events: none;
    background-color: #006039;
}

.has-countdown .ctdwn-threelines .countdown-time ul {
    list-style: none outside none;
    margin: 0 0 0 1px;
    padding: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    white-space: nowrap;
    transform: translate(0%, 0%);
    line-height: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.has-countdown .ctdwn-threelines .countdown-time ul li {
    border: 0 none;
    color: #fff;
    display: inline-block;
    line-height: 100%;
    position: relative;
    white-space: nowrap;
    width: 25%;
    text-align: center;
}

.has-countdown .ctdwn-twolinesText {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50px;
    background-color: #006039;
}

.has-countdown .ctdwn-twolinesText.countdown-body {
    height: 0px;
    margin: 0px;
    padding: 0;
    border: medium none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 60;
    text-align: center;
}

.has-countdown .ctdwn-twolinesText .watch_countdown_mesures {
    height: 25px;
    display: none;
    position: absolute;
    background-color: #006039;
    bottom: 25px;
    color: #fff;
    font-size: 10px;
}

.has-countdown .ctdwn-twolinesText .watch_countdown_mesures li {
    line-height: 25px;
}

.has-countdown .ctdwn-twolinesText .grid, .has-countdown .ctdwn-twolinesText .col {
    height: 125px;
}

.has-countdown .ctdwn-twolinesText .tracker .tracker-1, .has-countdown .ctdwn-twolinesText .tracker .tracker-2 {
    height: 125px;
}

.has-countdown .ctdwn-twolinesText .countdown {
    display: block;
}

.has-countdown .ctdwn-twolinesText .countdown-body {
    height: 100%;
}

.has-countdown .ctdwn-twolinesText.countdown-horizontal .grid {
    float: left;
    height: auto;
    width: 40.75%;
}

.has-countdown .ctdwn-twolinesText.countdown-horizontal .countdown {
    float: left;
    left: -4px;
    position: relative;
    width: 59.25%;
}

.has-countdown .ctdwn-twolinesText.countdown-horizontal .countdown-body {
    top: 50%;
    margin-top: -21px;
}

.has-countdown .ctdwn-twolinesText .countdown-body a {
    display: block;
    position: absolute;
    text-decoration: none;
    width: 100%;
    height: auto;
    bottom: 0;
}

.has-countdown .ctdwn-twolinesText .hor-line {
    background-color: rgba(255, 255, 255, 0.18);
    display: block;
    height: 1px;
    margin: auto;
    position: absolute;
    bottom: 25px;
    width: 100%;
    transform: translate(0%, 50%);
    z-index: 28;
}

.has-countdown .ctdwn-twolinesText .hor-line-intext {
    background-color: rgba(255, 255, 255, 0.18);
    display: none;
    height: 1px;
    margin: auto;
    position: absolute;
    bottom: 50px;
    width: 100%;
    z-index: 28;
}

.has-countdown .ctdwn-twolinesText .countdown-text {
    color: #fff;
    font-size: 9px;
    margin: 0 auto;
    z-index: 26;
    text-align: center;
    position: absolute;
    display: block;
    width: 100%;
    transform: translate(0, 0%);
    height: 25px;
    font-size: 10px;
    line-height: 25px;
    bottom: 25px;
    letter-spacing: 2px;
    pointer-events: none;
    background-color: #006039;
}

.has-countdown .ctdwn-twolinesText .countdown-text .inner-text {
    display: block;
    position: absolute;
    transform: translate(0%, 0%);
    width: 100%;
    top: 0;
}

.has-countdown .ctdwn-twolinesText .countdown-text #racetext {
    position: absolute;
    display: block;
    color: #fff;
    width: 100%;
    text-align: center;
    top: 0;
    align-items: center;
    justify-content: center;
    text-align: center;
    left: 0%;
    margin: 0 auto;
}

.has-countdown .ctdwn-twolinesText .countdown-time {
    z-index: 26;
    text-align: center;
    display: block; /* top: 54%; */
    position: absolute;
    width: 100%;
    height: 25px;
    line-height: 25px;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    letter-spacing: 0.01em;
    pointer-events: none;
    bottom: 0;
    background-color: #006039;
}

.has-countdown .ctdwn-twolinesText .countdown-time ul {
    list-style: none outside none;
    margin: 0 0 0 0px;
    padding: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    white-space: nowrap;
    transform: translate(0%, 0%);
    line-height: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.has-countdown .ctdwn-twolinesText .countdown-time ul li {
    border: 0 none;
    color: #fff;
    display: inline-block;
    line-height: 100%;
    position: relative;
    white-space: nowrap;
    width: 25%;
    text-align: center;
}

.has-countdown .ctdwn-twolinesText .cd-days {
    width: 25%;
}

.has-countdown .ctdwn-twolinesText .cd-hours {
    width: 25%;
}

.has-countdown .ctdwn-twolinesText .cd-minutes {
    width: 25%;
}

.has-countdown .ctdwn-twolinesText .cd-seconds {
    width: 25%;
}

.has-countdown .ctdwn-twolines {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50px;
    background-color: #006039;
}

.has-countdown .ctdwn-twolines.countdown-body {
    height: 0px;
    margin: 0px;
    padding: 0;
    border: medium none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 60;
    text-align: center;
}

.has-countdown .ctdwn-twolines .watch_countdown_mesures {
    height: 25px;
    display: block;
    position: absolute;
    background-color: #006039;
    bottom: 25px;
    color: #fff;
    font-size: 10px;
}

.has-countdown .ctdwn-twolines .watch_countdown_mesures li {
    line-height: 25px;
}

.has-countdown .ctdwn-twolines .grid, .has-countdown .ctdwn-twolines .col {
    height: 125px;
}

.has-countdown .ctdwn-twolines .tracker .tracker-1, .has-countdown .ctdwn-twolines .tracker .tracker-2 {
    height: 125px;
}

.has-countdown .ctdwn-twolines .countdown-text {
    display: none;
}

.has-countdown .ctdwn-twolines .countdown {
    display: block;
}

.has-countdown .ctdwn-twolines .countdown-body {
    height: 100%;
}

.has-countdown .ctdwn-twolines.countdown-horizontal .grid {
    float: left;
    height: auto;
    width: 40.75%;
}

.has-countdown .ctdwn-twolines.countdown-horizontal .countdown {
    float: left;
    left: -4px;
    position: relative;
    width: 59.25%;
}

.has-countdown .ctdwn-twolines.countdown-horizontal .countdown-body {
    top: 50%;
    margin-top: -21px;
}

.has-countdown .ctdwn-twolines .countdown-body a {
    display: block;
    position: absolute;
    text-decoration: none;
    width: 100%;
    height: auto;
    bottom: 0;
}

.has-countdown .ctdwn-twolines .hor-line {
    background-color: rgba(255, 255, 255, 0.18);
    display: block;
    height: 1px;
    margin: auto;
    position: absolute;
    bottom: 25px;
    width: 100%;
    transform: translate(0%, 50%);
}

.has-countdown .ctdwn-twolines .hor-line-intext {
    background-color: rgba(255, 255, 255, 0.18);
    display: block;
    height: 1px;
    margin: auto;
    position: absolute;
    bottom: 50px;
    width: 100%;
    z-index: 28;
}

.has-countdown .ctdwn-twolines .countdown-time {
    z-index: 26;
    text-align: center;
    display: block; /* top: 54%; */
    position: absolute;
    width: 100%;
    height: 25px;
    line-height: 25px;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    letter-spacing: 0.01em;
    pointer-events: none;
    bottom: 0;
    background-color: #006039;
}

.has-countdown .ctdwn-twolines .countdown-time ul {
    list-style: none outside none;
    margin: 0 0 0 0px;
    padding: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    white-space: nowrap;
    transform: translate(0%, 0%);
    line-height: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.has-countdown .ctdwn-twolines .countdown-time ul li {
    border: 0 none;
    color: #fff;
    display: inline-block;
    line-height: 100%;
    position: relative;
    white-space: nowrap;
    width: 25%;
    text-align: center;
}

.has-countdown .ctdwn-twolines .cd-days {
    width: 25%;
}

.has-countdown .ctdwn-twolines .cd-hours {
    width: 25%;
}

.has-countdown .ctdwn-twolines .cd-minutes {
    width: 25%;
}

.has-countdown .ctdwn-twolines .cd-seconds {
    width: 25%;
}

.has-countdown .ctdwn-oneline {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 25px;
    background-color: #006039;
    font-size: 10px;
}

.has-countdown .ctdwn-oneline.countdown-body {
    height: 0px;
    margin: 0px;
    padding: 0;
    border: medium none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 60;
    text-align: center;
}

.has-countdown .ctdwn-oneline .has-countdown .grid, .has-countdown .ctdwn-oneline .has-countdown .col {
    height: 125px;
}

.has-countdown .ctdwn-oneline .has-countdown .tracker .tracker-1, .has-countdown .ctdwn-oneline .has-countdown .tracker .tracker-2 {
    height: 125px;
}

.has-countdown .ctdwn-oneline .has-countdown .countdown-body {
    height: 100%;
}

.has-countdown .ctdwn-oneline .has-countdown.countdown-horizontal .grid {
    float: left;
    height: auto;
    width: 40.75%;
}

.has-countdown .ctdwn-oneline .has-countdown.countdown-horizontal .countdown {
    float: left;
    left: -4px;
    position: relative;
    width: 59.25%;
}

.has-countdown .ctdwn-oneline .has-countdown.countdown-horizontal .countdown-body {
    top: 50%;
    margin-top: -21px;
}

.has-countdown .ctdwn-oneline .countdown-body a {
    display: block;
    position: absolute;
    text-decoration: none;
    width: 100%;
    height: auto;
    bottom: 0;
}

.has-countdown .ctdwn-oneline .hor-line {
    background-color: rgba(255, 255, 255, 0.18);
    display: block;
    height: 1px;
    left: -1px;
    margin: auto;
    position: absolute;
    bottom: 25px;
    width: 100%;
    transform: translate(0%, 50%);
}

.has-countdown .ctdwn-oneline .hor-line-intext {
    display: none;
}

.has-countdown .ctdwn-oneline .countdown-text {
    display: none;
}

.has-countdown .ctdwn-oneline .countdown-time {
    z-index: 26;
    text-align: center;
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    height: 25px;
    line-height: 25px;
    align-items: center;
    justify-content: center;
    letter-spacing: 0.01em;
    pointer-events: none;
    font-size: 10px;
}

.has-countdown .ctdwn-oneline .countdown-time ul {
    list-style: none outside none;
    margin: 0 0 0 1px;
    padding: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    white-space: nowrap;
    transform: translate(0%, 0%);
    line-height: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.has-countdown .ctdwn-oneline .countdown-time ul li {
    border: 0 none;
    color: #fff;
    display: inline-block;
    line-height: 100%;
    position: relative;
    white-space: nowrap;
    width: 25%;
    text-align: center;
}

.has-countdown .ctdwn-oneline .no-countdown {
    margin-top: 10px;
}

.has-countdown .ctdwn-oneline .cd-days {
    width: 25%;
}

.has-countdown .ctdwn-oneline .cd-hours {
    width: 25%;
}

.has-countdown .ctdwn-oneline .cd-minutes {
    width: 25%;
}

.has-countdown .ctdwn-oneline .cd-seconds {
    width: 25%;
}
