/* TIME COUNTDOWN */

#normal-countdown{ text-align: center;}

#normal-countdown .time-sec{ position: relative; display: inline-block; margin: 12px; height: 80px; width: 80px; 
	border-radius: 100px; box-shadow: 0px 0px 0px 5px rgba(255,255,255,.5); background: #0057b8; color: #ffffff;text-align: center; }

#normal-countdown .time-sec .main-time{ font-weight: 500; line-height: 60px; font-size: 1.5em; color: #ffffff; }

#normal-countdown .time-sec span{ position: absolute; bottom: 10px; left: 50%; transform: translateX(-50%);
	font-size: .9em; font-weight: 600; }
	


#normal-countdown-red{ text-align: center;}

#normal-countdown-red .time-sec{ position: relative; display: inline-block; margin: 12px; height: 80px; width: 80px; 
	border-radius: 100px; box-shadow: 0px 0px 0px 5px rgba(255,255,255,.5); background: #882735; color: #ffffff;text-align: center; }

#normal-countdown-red .time-sec .main-time{ font-weight: 500; line-height: 60px; font-size: 1.5em; color: #ffffff; }

#normal-countdown-red .time-sec span{ position: absolute; bottom: 10px; left: 50%; transform: translateX(-50%);
	font-size: .9em; font-weight: 600; }	
	



#normal-countdown-orange{ text-align: center;}

#normal-countdown-orange .time-sec{ position: relative; display: inline-block; margin: 12px; height: 80px; width: 80px; 
	border-radius: 100px; box-shadow: 0px 0px 0px 5px rgba(255,255,255,.5); background: #DC7703; color: #ffffff;text-align: center; }

#normal-countdown-orange .time-sec .main-time{ font-weight: 500; line-height: 60px; font-size: 1.5em; color: #ffffff; }

#normal-countdown-orange .time-sec span{ position: absolute; bottom: 10px; left: 50%; transform: translateX(-50%);
	font-size: .9em; font-weight: 600; }	
	



#normal-countdown-green{ text-align: center;}

#normal-countdown-green .time-sec{ position: relative; display: inline-block; margin: 12px; height: 80px; width: 80px;  
	border-radius: 100px; box-shadow: 0px 0px 0px 5px rgba(255,255,255,.5); background: #37894D; color: #ffffff;text-align: center; }

#normal-countdown-green .time-sec .main-time{ font-weight: 500; line-height: 60px; font-size: 1.5em; color: #ffffff; }

#normal-countdown-green .time-sec span{ position: absolute; bottom: 10px; left: 50%; transform: translateX(-50%);
	font-size: .9em; font-weight: 600; }	




#normal-countdown-yellow{ text-align: center;}

#normal-countdown-yellow .time-sec{ position: relative; display: inline-block; margin: 12px; height: 80px; width: 80px; 
	border-radius: 100px; box-shadow: 0px 0px 0px 5px rgba(255,255,255,.5); background: #30B5E6; color: #ffffff;text-align: center; }

#normal-countdown-yellow .time-sec .main-time{ font-weight: 500; line-height: 60px; font-size: 1.5em; color: #ffffff; }

#normal-countdown-yellow .time-sec span{ position: absolute; bottom: 10px; left: 50%; transform: translateX(-50%);
	font-size: .9em; font-weight: 600; }	