/* Minification failed. Returning unminified contents.
(55,34): run-time error CSS1034: Expected closing parenthesis, found ','
(55,34): run-time error CSS1042: Expected function, found ','
(55,38): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')'
 */
.count-down-wrapper {
    width: 100%;
}

.count-down-inner {
    background: url(/Content/img/imsakiye/bg-count-down.jpg) 0 0 no-repeat;
    background-size: 100% 100%;
    margin: auto;
    padding: 0;
}

.count-down-banner-wrapper {
    margin: 0 15px 0 -5px;
    float: left;
    width: 600px;
    display: block;
    height: 70px;
}

.count-down-banner {
    display: block;
}

.count-down-items {
    float: left;
    padding: 0;
    margin: 6px 0 0 0 !important;
    color: #fff
}

.count-down-item {
    list-style: none;
    padding-top: 4px !important;
}

    .count-down-item:last-child {
        padding-left: 14px;
        font-weight: bold;
    }

.count-down-description {
    font-weight: bold;
    color: #fff;
}

.count-down-city-list {
    border: none;
    outline: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: 260px;
    padding: 4px 10px 4px 10px;
    color: #fff;
    background-color: rgb(6,54,55,0.5);
    font-family: 'Titillium Web',sans-serif;
    margin-right: 10px;
    font-size: inherit;
}

.count-down-timer-text {
    font-weight: bold;
    color: #fff;
}

    .count-down-timer-text:first-child {
        margin-left: 10px;
    }

.count-down-separator.passive {
    visibility: hidden;
}

.bannertablet, .bannermobile {
    display: none
}

@media (max-width: 960px) and (min-width: 640px) {

    .count-down-city-list {
        width: auto;
    }

    .bannerdesktop {
        display: none
    }

    .bannertablet {
        display: block
    }

    .count-down-banner-wrapper {
        width: 480px;
    }

    .wrapper.count-down-inner {
        width: 768px !important
    }
}

/*
    for mobil
*/
@media (max-width: 639px) {
    .count-down-city-list {
        padding: 1px 10px 1px 10px;
        width: 120px;
    }

    .bannerdesktop, .bannertablet {
        display: none
    }

    .bannermobile {
        display: block
    }

    .count-down-banner-wrapper {
        width: 180px;
        margin-right: 5px;
        height: 50px;
    }

    .count-down-items {
        width: 130px;
        font-size: 12px;
    }

    .hidden-xs {
        display: none
    }

    .count-down-timer-text:first-child {
        margin-left: 0
    }

    .count-down-items {
        margin: 0 !important;
    }
    .count-down-item {
        padding-top: 1px !important;
    }
}

