@import "fonts.css";
*{
    padding: 0;
    margin: 0;
}
a{
    text-decoration: none;
}
img{
    border: 0;
}
.countdown-rtl {
    direction: rtl;
}
.countdown-holding span {
    color: #888;
}
.countdown-row {
    clear: both;
    width: 100% !important;
    padding: 0px 2px;
    text-align: center;
}
.countdown-show1 .countdown-section {
    width: 98%;
}
.countdown-show2 .countdown-section {
    width: 48%;
}
.countdown-show3 .countdown-section {
    width: 31.5%;
}
.countdown-show4 .countdown-section {
    width: 24.5%;
}
.countdown-show5 .countdown-section {
    width: 19.5%;
}
.countdown-show6 .countdown-section {
    width: 16.25%;
}
.countdown-show7 .countdown-section {
    width: 14%;
}
.countdown-section {
    display: inline-block;
    vertical-align: middle;
    font-size: 75%;
    text-align: center;
    margin: 30px 0px;
}
.countdown-amount {
    font-size: 64px;
    font-family: 'Flexo-Heavy';
    color: #444242;
    line-height: 55px;
}
.countdown-period {
    display: block;
    padding: 9px 0px 3px 0px;
    color: white;
    text-transform: uppercase;
    font-size: 11px;
    font-family: 'Flexo-Medium';
    background: url(../img/det.png) no-repeat center center;
}
.countdown-descr {
    display: block;
    width: 100%;
}

#defaultCountdown { 
    width: 570px; 
    height: 135px; 
    margin: 15px auto
}
.contendor{
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    background-color: #EFF0F1;
    background-image: url(../img/fd.png);
    background-repeat: repeat;
}
.info_contenedor{
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
.pie{
    position: fixed; 
    bottom: 0;
    text-align: center;
    width: 100%;
    padding: 8px 0px;
}
.countdown-row > .countdown-section:first-child > .countdown-amount{
    color: #BF0411;
}
.countdown-row > .countdown-section:first-child > .countdown-period{
    color: #BF0411;
    background: none
}
.is-countdown{
    background: url(../img/line_time.png) 10px center no-repeat;
}
@media screen and (max-width:560px)
{
    .info_contenedor{
        width: 100%;
        left: initial; 
        top: initial; 
        transform: none; 
        -webkit-transform: none; 
    }
    .info_contenedor img, #defaultCountdown{
        width: 100%;
        height: auto
    }
    .is-countdown{
        text-align: center;
        background: none
    }
    .countdown-row > span{
        width: 100% !important;
        text-align: center
    }
    .contendor{
        background: none
    }
    body{
        background-color: #EFF0F1;
        background-image: url(../img/fd.png);
    }
    .pie{
        display: none
    }
    .info_contenedor > div{
        background: none !important;
        padding: 0px 0px !important;
        margin: 0px 0px !important;
    }
}