﻿.blink-hard {
  animation: blinker 1.5s linear  infinite;
}
.blink-soft {
  animation: blinker 1.5s linear infinite;
}
@keyframes blinker {
  50% {
    opacity: 0.2;
  }
}



.container-black {
    color: #fff;
    padding: 50px 20px;
    text-align: center;
    background-color: #000;
    border-radius: 15px 15px 0 0;
	
	}

.container1 {
   /* color: #333;
    padding: 38px 0px;
    text-align: center;
    background-color: #cb0000;
    border-radius: 0 0 15px 15px;   */
color: #333;
    padding: 26px 0px;
    text-align: center;
    background-color: #cb0000;
    border-radius: 0 0 15px 15px;
	
}
.container2 {
    color: #000;
    padding: 5px 0px;
    text-align: center;
    background-color:rgb(0 0 0 / 10%);
    border-radius:15px;    
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
}

.timer-headline2 {
 /*   font-size: 35px;*/
    font-size: 47px;
    font-weight: 600;
    text-align: center;
    color: #fff;
}


.timer-headline2 span {
    font-size: 45px;
    color: #cb0000;
}

.timer-headline {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
    color: #fff;
}
.timer-headline3 {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
    color: #000;
}

#countdown ul
{
	padding-left:0;
	margin-bottom:0;
}

#countdown ul li {
  display: inline-block;
  list-style-type: none;
  padding: 10px 2px;
  text-transform: capitalize;
  color: #fff;
  font-size: 12px;
  font-weight: 400;   
  width: 20%;
  line-height: 24px;
}

#countdown ul li span {
    font-size: 20px;
    line-height: 40px;
    color: #cb0000;
    font-weight: 700;
    border-radius: 5px;
    background-color: #FFFFFF;
    display: block;
}


.countdown-small {
    font-size: 16px !important;
    line-height: 30px !important;
    border-radius: 2px !important;
}
.b-color
{
 color: #000!important;
}