.circletimer {
    position: relative;
    cursor: default;
    text-align: center;
    font-size: 1rem;
    line-height: 1.5
}

.circletimer>img {
    display: none;
    clear: both;
    width: 100% !important;
    height: 0
}

.circletimer .time {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
	width:100px !important;
    height: 100px !important;
    text-align: center
}

.circletimer.onfinish .time {
    opacity: .2
}

.circletimer .expire-message {
    position: absolute;
    max-width: 100%;
    top: 50%;
    left: 50%;
    text-align: center;
    font-family: "Open Sans", Helvetica, sans-serif;
    font-size: 36px;
    line-height: 36px;
    font-weight: 700;
    color: red;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.circletimer canvas.bg {
    position: absolute;
    z-index: 1;
	width:100px !important;
	height:100px !important;
}

.circletimer canvas.circle {
    position: relative;
    z-index: 2;
	width:100px !important;
	height:100px !important;
}

.circletimer .count {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    text-align: center;
    color: #000;
    font-family: "Open Sans", Helvetica, sans-serif;
    font-weight: 700;
    font-size: 26px !important;
    line-height: 70px !important;
	width:100px !important;
	height:100px !important;
}

.circletimer .text {
    position: absolute;
    z-index: 4;
    bottom: 0;
    left: 0;
    text-align: center;
    color: #5f5f5f !important;
    font-family: "Open Sans", Helvetica, sans-serif;
    font-weight: 600;
    font-size: 13px !important;
    line-height: 125px !important;
	width:100px !important;
	height:100px !important;
}

@media (max-width:767px) {
    .circletimer .expire-message {
        font-size: 20px;
        line-height: 20px
    }
}