#countdown .col div {
    height: 100px;
}
#countdown a.switcher {
  display: block;
  position: fixed;
  text-decoration: none;
  z-index: 999999999999;
  right: 20px;
  bottom: 20px;
  width: 16px;
  height: 16px;
  background: transparent;
  border: 2px solid #44d62c;
  border-radius: 50%;
  opacity: 0.15;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
}
#countdown a.switcher:hover {
  opacity: 1;
}
#countdown a.switcher:before {
  display: block;
  content: '';
  position: absolute;
  border-radius: 4px;
  width: 2px;
  height: 5px;
  background: #44d62c;
  top: 0;
  left: 5px;
}
#countdown .screen {
 /* position: relative;
  z-index: 1;*/
  width: 100%;
  height: 60px;
  overflow: hidden;
}
#countdown .clock {
  display: block; 
  max-width: 100%;
  height: 80px;
  text-align: center;
  top: 45%;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  cursor: default;
}
#countdown .clock span {
	color:#fff;
  display: block;
  position: relative;
  font-size: 60px;
  line-height: 1;
  font-weight: 700;
}
#countdown .lt1 img{vertical-align:top;padding-left: 10px;}
@media (max-width: 1024px) and (min-width: 768px) {
	#countdown .screen {
		height: 50px; 
	}
	#countdown .clock {  
		height: 60px;
	}
	#countdown .clock span {	  
	  font-size: 60px;
	}
}
@media (max-width: 767px) {
  #countdown .clock span{font-size:26px;}
    #countdown .clock, #countdown .glitch .clock span:before,
  #countdown .glitch .clock span:after {width: 100% !important;}
    #countdown .col div {height: 80px;}
    /*#countdown .c1{padding-left: 0px !important;}*/
    #countdown .screen,
  #countdown .clock {
    height: 26px !important;
  }
  #countdown .lt1 {
    text-align:center !important;
  }
}
#countdown a{color: #000; text-decoration: none; cursor: pointer;}
#countdown.usp.classic-bg.top-text .grid .main-content{
    margin-top: 0;
}
#countdown .bo-temp{padding-top:6.25rem;}
#countdown .subheader{
  font-size: 1.125rem;
  font-weight: normal;
  line-height: 1.5rem;
  color: #9a9a9a;
  margin-bottom: -1.5rem;
}
@media (max-width: 768px){
	#countdown .bo-temp{padding-top:3rem;}
}
 @media screen and (max-width:767px){} @media screen and (-webkit-max-device-pixel-ratio: 1) and (min-width: 1200px), screen and (min-width: 768px) and (max-width: 1200px){} @media screen and (-webkit-min-device-pixel-ratio: 1) and (min-width: 1200px){} @media screen and (-webkit-min-device-pixel-ratio: 1.5) and (min-width: 1200px){}