/* ------------------------------------------------------------------------------- */
/*  Countdown
/* ------------------------------------------------------------------------------- */

.countdown .blue-color {
    color: #2685E9;
}

.countdown .row {
	margin: 0;
}

.countdown {
	width: 100%;
	background: #FFF;
	z-index: 5;
	border-top: 1px solid;
	border-bottom: 1px solid;
	border-color: #DBE8FB;
	padding: 20px;
    -webkit-transition: all .5s ease;
            transition: all .5s ease;
}

.countdown h4 {
	font-family: 'pingpong-light';
    font-size: 22px;
    line-height: 30px;
    color: #385A7B;
}

#countDownQuotes > h2 {
	margin: 0;
}

.countdown.affix-top {
	bottom: -105px;
}

.countdown.affix {
	bottom: 0;
}

.countdown .get-now {
	width: 250px;
	font-family: 'pingpong-medium';
	font-size: 16px;
}

.countdown .bg-cta {
	display: block;
	background: #DBE8FA;
	margin-top: 16px;
}

.countdown .divisor-time {
	font-family: 'pingpong-medium';
	font-size: 40px;
	color: #4ABA58;
	padding: 0;
	margin-top: -4px;
}

.countdown .color-green-sale {
	font-family: 'pingpong-medium';
	color: #4ABA58;
}

.countdown .text-count-down-sale {
	font-family: 'pingpong-medium';
	font-size: 20px;
	line-height: 1.2;
	color: #385A7B;
}

.countdown .info-count-down-sale {
	font-family: 'pingpong-regular';
	font-size: 16px;
	line-height: 1.5;
	color: #385A7B;
}

.countdown .num-counter {
	width: 100%;
	height: 50px;
	font-family: 'pingpong-medium';
	font-size: 40px;
	line-height: 1.3em;
	color: #4ABA58;
	border-radius: 3px;
	border: solid 1px #C9D3DD;
}

.countdown .info-num-counter {
	font-family: 'pingpong-medium';
	font-size: 12px;
	line-height: 1.17;
	color: #385A7B;
}

.countdown .uppercase-text {
	text-transform: uppercase;
	display: block;
}

#thirtyDaysMoneyBackMedal img {
	max-height: 114px;
	position: absolute;
	top: -20px;
}

#countDownStars img.thirtyDaysMoneyBackStars {
	position: absolute;
	left: 0px;
	top: 25px;
}

#countDownBuyNow .text-num-counter {
	color:  #385a7b;
	font-size: 16px;
	padding-bottom: 3px;
	font-family: 'pingpong-medium';
}

#countDownCTA.thirtyDaysMoneyBackCTA {
    padding-top: 20px;
}

#countDownCTA .thirtyDaysMoneyBackBtn {
	width: 100%;
	height: 50px;
	padding-top: 15px;
}

#countDownCTA .thirtyDaysMoneyBackLink u {
	font-family: 'pingpong-medium';
	font-size: 12px;
	color: #385a7b;
}
