/** Generated by QuickPaging **/
/* CountDown timer */
        .flip_clock {
            /*top: 65%;*/
            left: 20px;
            z-index: 10;
            text-align: center;
            /*background-color: #36618f;*/
            width: 100%;
        }

        .qp_countdown {
            font-size: 20px !important;
            color: #616161 !important;
        }

        .qp_countdown > div:nth-child(1) {
            padding-top: 15px;
            background: url('//www.parsonline.com/data/uploaded_files/1492347454-9.png') scroll no-repeat no-repeat center top;
            background-size: 50px auto;
        }

        .qp_countdown > div:nth-child(2) {
            padding-top: 15px;
            background: url('//www.parsonline.com/data/uploaded_files/1492347452-9.png') scroll no-repeat no-repeat center top;
            background-size: 50px auto;
        }

        .qp_countdown > div:nth-child(3) {
            padding-top: 15px;
            background: url('//www.parsonline.com/data/uploaded_files/1492347453-9.png') scroll no-repeat no-repeat center top;
            background-size: 50px auto;
        }

        .qp_countdown > div:nth-child(4) {
            padding-top: 15px;
            background: url('//www.parsonline.com/data/uploaded_files/1492347455-9.png') scroll no-repeat no-repeat center top;
            background-size: 50px auto;
        }

        .each_digit {
            background-size: 100% auto;
            width: 15px;
            height: 30px; /*background:#616161 !important;*/
            border-radius: 5px; /*box-shadow:inset 1px 1px 5px 1px #;*/
            border-radius: 3px;
            font-size: 14px !important;
            color: #000 !important;
            background: none !important;
            line-height: 35px;
        }