/*! CountdownTimer for jQuery @version2.0.1 (https://harshen.github.io/jQuery-countdownTimer/).
 *  Written by Harshen Pandey (https://remote.com/harshen) January 2014.
 *  @license MIT (https://github.com/harshen/jQuery-countdownTimer/blob/master/LICENSE.md)
 *  and GPLv3 (https://github.com/harshen/jQuery-countdownTimer/blob/master/LICENSE-GPL.md).
 *  @release - @date
 *  Copyright (c) 2017 - 2020 Harshen Pandey
 *  Please attribute the author if you use it.
 */
/* jQuery.countdownTimer.css*/

#countdowntimer {
    float: right;
    position: relative;
    background: transparent url(../images/cloud-counter.png) center 30px no-repeat;
    width: 370px;
    height: 470px;
    margin: 0;
    background-size: 100%;
    font-family: ECSquareSansProMedium;
}

#future_date {
    position: absolute;
    top: 215px;
    left: 75px;
    width: 214px;
    padding-right: 25px;
    font-size: 70px;
    text-align: center;
}
#countdowntimer .days, #countdowntimer .day {
    position: absolute;
    top: 200px;
    left: 76px;
    width: 213px;
    font-size: 40px;
    color: white;
    text-align: center;
    text-transform: uppercase;
}
#countdowntimer .day {
    display: none;
}
.days-1 #countdowntimer .day {
    display:block;
}
.days-1 #countdowntimer .days {
    display: none;
}

    .counter-figure {
        position: absolute;
        top: 158px;
        left: 76px;
        width: 213px;
        font-size: 40px;
        color: white;
        text-align: center;
        text-transform: uppercase;
    }
.lt .counter-figure {
    font-size: 64px;
}
.time-left {
    position: absolute;
    top: 304px;
    left: 0;
    font-size: 17pt;
    line-height:18pt;
    color: #001652;
    text-align: center;
}
.time-left .title {
    width: 274px;
    display:block;
}
.act-now {
    color: #F58427;
    font-size: 22pt;
    line-height:22pt;
    padding-top:10px;
}
.time-left .title, .time-left .act-now {
    width: 274px;
    display: block;
}
.style {
    width: 100%;
    font-family: sans-serif;
    font-weight: bold;
    border-style: solid;
}

.colorDefinition {
    background: #000000;
    color: #FFFFFF;
    border-color: #F0068E;
}

.size_xl {
    font-size: 50px;
    border-width: 8px;
    border-radius: 6px;
}

.size_lg {
    font-size: 40px;
    border-width: 7px;
    border-radius: 5px;
}

.size_md {
    font-size: 30px;
    border-width: 5px;
    border-radius: 4px;
}

.size_sm {
    font-size: 20px;
    border-width: 3px;
    border-radius: 3px;
}

.size_xs {
    font-size: 15px;
    border-width: 2px;
    border-radius: 2px;
}

.lang-rtl {
    direction: rtl;
}

.displaySection {
    display: block;
    float: left;
    font-size: 75%;
    text-align: center;
    border-right: 5px solid #F0068E;
}

.timerDisplay > span.displaySection:last-child {
    border-right: none;
}

.label6 .displaySection {
    width: 15%;
}

.label5 .displaySection {
    width: 18%;
}

.label4 .displaySection {
    width: 23.5%;
}

.label3 .displaySection {
    width: 31.8%;
}

.label2 .displaySection {
    width: 48.6%;
}

.label1 .displaySection {
    width: 98%;
}

.numberDisplay {
    font-size: 200%;
}

.periodDisplay {
    display: block;
}

.timerDisplay {
    clear: both;
    width: 100%;
    padding: 8px 4px;
    text-align: center;
    float: left;
}

.labelformat {
    float: left;
    width: 350px;
    font-size: 15px;
    border-width: 7px;
    border-radius: 5px;
}
