html, body {
	height: 100%;
}

body {
	background-position: center;
	background-repeat: repeat;
	font-family: 'Raleway', 'Arial', sans-serif;
}

.countdown_easypay_wrapper .countdown-container {
	position: relative;
}

.countdown_easypay_wrapper .clock-item .inner {
	height: 0px;
	padding-bottom: 100%;
	position: relative;	
	width: 100%;
}

.countdown_easypay_wrapper .clock-canvas {
	background-color: rgba(255, 255, 255, .1);
	border-radius: 50%;
	height: 0px;
	padding-bottom: 100%;
}

.countdown_easypay_wrapper .text {
	color: #fff;	
	font-size: 30px;
	font-weight: bold;	
	margin-top: -50px;
	position: absolute;
	top: 50%;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
	width: 100%;
}

.countdown_easypay_wrapper .countdown-container {
width:800px;
}
.countdown_easypay_wrapper .countdown-time-value{
float : left;
width : 25%;
}
.countdown_easypay_wrapper .type-time {
font-size : 18px !important;
} 
.countdown_easypay_wrapper .val {
font-size : 19px !important;
}
.countdown_easypay_wrapper .text .val {
	font-size: 50px;
}

.countdown_easypay_wrapper .text .type-time {
	font-size: 20px;
}

.countdown_easypay_wrapper {
    background: #151515;
    padding: 20px 0;
    float: left;
	width: 100%;
    border-radius: 4px;
    margin: 20px 0;
}
.countdown_easypay_wrapper .countdown-container {
    width: 100% !important;
}
.countdown_easypay_wrapper .text .type-time {
	font-size: 14px !important;
}
.countdown_easypay_wrapper .val {
    font-size: 24px !important;
    margin: 16PX 0 0 0;
}
.countdown_easypay_wrapper .wrap {
    padding-left: 20px;
    padding-right: 20px;
}


@media (max-width: 767px) {
.countdown_easypay_wrapper .text .type-time {
    font-size: 12px !important;
}
}
@media (max-width: 540px) {
.countdown_easypay_wrapper  .countdown-time-value {
    width: 50% !important;
	margin: 0 0 20px 0;
   }
}

