.countdown-container
	{
	background-color: #303030;color:#ffffff;float:left;
	margin-bottom:20px;
	width:100%;
	padding:20px 0px 20px 5px;
	}
#countdown-labels
	{
	float:left;
	clear:both;
	display:block;
	width:100%;
	text-align:center;
	margin-bottom:5px;
	font-family:"HelveticaNeue-Medium";
	font-weight:bold;
	}
#countdown
	{
	float:left;
	clear:both;
	display:block;
	width:100%;
	text-align:center;
	margin-bottom:0px;
	font-family:"Oswald";
	}
.countdown-heading
	{
	font-family:"HelveticaNeue-Medium";
	font-weight:bold;
	font-size:20px;
	text-transform:uppercase;
	text-align:center;
	margin-bottom:10px;
	display:block;
	margin-left:10px;
	width:90%;
	border-bottom:2px solid #cc0000;
	}
.countdown-days,
.countdown-hours,
.countdown-minutes,
.countdown-seconds
 {

    display: block;
    float: left;
    clear: none;
    /*height: 90px;
    width: 60px;*/
    width:23%;
    line-height: 69px;
    background-color: #434343;
    margin-left: 3px;
    margin-right: 0px;
    font-size: 23px;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px;
    /* box-shadow: 0 0 10px 0 rgba(0,0,0,0.5); */
    display: inline-block;
    text-align: center;
    position: relative;
    height: 65px;
/*    width: 44px;*/
	width:19%;    
background-image: url(../time/timer_bg_rpt.png);
    background-repeat: repeat-x;
    background-position: center;
 

	}
.countdown-seperator
	{
	display:inline-block;
	float:left;
	/*width:12px;*/
	width:3%;
	margin-left:4px;
	height:60px;
	line-height:60px;
	font-size:20px;
	font-family:"HelveticaNeue-Medium";
	font-weight:bold;
	}
.countdown-days-label, .countdown-hours-label, .countdown-minutes-label, .countdown-seconds-label {
    display: block;
    float: left;
    clear: none;
    height: 20px;
    min-width: 22px;
    margin-left: 9px;
    margin-right: 2px;
    font-size: 12px;
    color: #ffffff;
    font-weight: bold;
}
.countdown-seperator-label
	{
	display:inline-block;
	float:left;
	width:10px;
	}
.line
	{
	height:2px;
	border-top:0px solid #454444;
	border-bottom:0px solid #818181;
	position:relative;
	top:55px;
	width:100%;
	display:block;
	z-index:400;
	}
@media (max-width: 768px) {

	.countdown-days,
	.countdown-hours,
	.countdown-minutes,
	.countdown-seconds
 	{

	line-height:95px;
	background-color: #434343;
	font-size:40px;
	height: 95px;
	/*width: 55px;*/
	width:22%;
	}
	.line
	{
	width:55px;
	
	}

}

.countdown-container2
	{
	background-color: #303030;
    color: #ffffff;
    float: left;
    margin-bottom: 20px;
    width: 100%;
    padding: 20px 0px 20px 5px;

	}
#countdown-labels2
	{
	float: left;
    clear: both;
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
    font-family: "HelveticaNeue-Medium";
    font-weight: bold;
	}
#countdown2
	{
	float: left;
    clear: both;
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    font-family: "Oswald";
	}


.countdown-heading2 {
    font-family: "HelveticaNeue-Medium";
    font-weight: bold;
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 10px;
    display: block;
    margin-left: 10px;
    width: 90%;
    border-bottom: 2px solid #cc0000;}


.countdown-days2,
.countdown-hours2,
.countdown-minutes2,
.countdown-seconds2
 {

    display: block;
    float: left;
    clear: none;
    height: 90px;
    width: 60px;
    line-height: 90px;
    background-color: #434343;
    margin-left: 6px;
    margin-right: 6px;
    font-size: 40px;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
    display: inline-block;
    text-align: center;
    position: relative;
    height: 95px;
    width: 65px;
    background-image: url(../time/timer_bg_rpt.png);
    background-repeat: repeat-x;
    background-position: center;
  
}
 

	
.countdown-seperator2
	{
	display:inline-block;
	float:left;
	width:10px;
	
	height:90px;
	line-height:90px;
	font-size:30px;
	font-family:"HelveticaNeue-Medium";
	font-weight:bold;
	}
.countdown-days-label2, .countdown-hours-label2, .countdown-minutes-label2, .countdown-seconds-label2 {
        display: block;
    float: left;
    clear: none;
    height: 20px;
    min-width: 65px;
    margin-left: 6px;
    margin-right: 6px;
    font-size: 12px;
    color: #ffffff;
    font-weight: bold;
}
.countdown-seperator-label2
	{
	display:inline-block;
	float:left;
	width:10px;
	}
.line2
	{
	       height: 2px;
    border-top: 1px solid #454444;
    border-bottom: 1px solid #818181;
    position: relative;
    top: 55px;
    width: 100%;
    display: block;
    z-index: 400;
    
	}
@media (max-width: 768px) {

	.countdown-days,
	.countdown-hours,
	.countdown-minutes,
	.countdown-seconds
 	{

	line-height:95px;
	background-color: #434343;
	font-size:40px;
	height: 95px;
	/*width: 55px;*/
	width:20%;
	}
	.line2
	{
	width:55px;
	
	}

}