

/**
 *	This element is created inside your target element
 *	It is used so that your own element will not need to be altered
 **/
.time_circles {
    position: relative;
    width: 100%;
    height: 100%;
}

/**
 *	This is all the elements used to house all text used
 * in time circles
 **/
.time_circles > div {
    position: absolute;
    text-align: center;
	top: 18%!important;
}

/**
 *	Titles (Days, Hours, etc)
 **/
.time_circles > div > h4 {
    margin: 0px;
    padding: 0px;
    text-align: center;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
	font-size:25px!important;
	margin-top: 30px;
	color:#000;
}

/**
 *	Time numbers, ie: 12
 **/
.time_circles > div > span {
    display: block;
    width: 100%;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
	letter-spacing: 0.025em;
    font-size: 100px!important;
	line-height: 170px;
    margin-bottom: 0.2em;
	color:#000;
}

@media (max-width: 1680px){
.time_circles > div > span {font-size: 90px!important; line-height: 140px;}
.time_circles > div > h4 { font-size: 25px!important; margin-top: 30px; }   
}
@media (max-width: 1600px){
.time_circles > div > span {font-size: 70px!important; line-height: 120px;}
.time_circles > div > h4 { font-size: 22px!important; margin-top: 30px; }	
}
@media (max-width: 1536px){
.time_circles > div > span {font-size: 70px!important; line-height: 120px;}
.time_circles > div > h4 { font-size: 22px!important; margin-top: 30px; }   
}
@media (max-width: 1366px){
.time_circles > div > span {font-size: 60px!important; line-height: 120px;}
.time_circles > div > h4 { font-size: 20px!important; margin-top: 20px; }		
}

@media (max-width: 1280px){
.time_circles > div > span {font-size: 55px!important; line-height: 100px;}
.time_circles > div > h4 { font-size: 18px!important; margin-top: 20px; }	
}

@media (max-width: 1024px){
.time_circles > div > span {font-size: 40px!important; line-height: 85px;}
.time_circles > div > h4 { font-size: 18px!important; margin-top: 20px; }	
}

@media (max-width: 952px){
.time_circles > div > span {font-size: 35px!important; line-height: 65px;}
.time_circles > div > h4 { font-size: 14px!important; margin-top: 20px; }	
}
@media (max-width: 851px){
.time_circles > div > span {font-size: 30px!important; line-height: 60px;}
.time_circles > div > h4 { font-size: 14px!important; margin-top: 20px; }
}
@media (max-width: 776px){
.time_circles > div > span {font-size: 30px!important; line-height: 50px;}
.time_circles > div > h4 { font-size: 14px!important; margin-top: 20px; }
}
@media (max-width: 672px){
.time_circles > div > span {font-size: 25px!important; line-height: 45px;}
.time_circles > div > h4 { font-size: 14px!important; margin-top: 20px; }	
}