.countdown-clock-bar-bar{
    text-decoration: none;
    width: 100%;
    font-family: Arial;
}
.countdown-clock-bar{
    width: 100%;
}
.count-down{
    list-style: none;
}
.countdown-clock .clock{
    margin-top: -13px;   
}
.countdown-clock-bar .button a, 
.countdown-clock-bar .button span{
  padding: 5px 10px !important;
}
.header{
    position: relative;
}
.fixed-header-separator{
    display: none;
}
.videos__thumbnail img{
    width: 100%;
}
@media (max-width: 480px) {
    .videos {
        grid-template-columns: 1fr;
    }
}
.header__logo img{
    max-width: 230px;
    height: auto;
}
.footer__logo {
  max-width: 230px;
  height: auto;
}
@media (min-width: 481px) {
    .videos__videoTitle{
        font-size: 15px;
    }
}
.header{
    padding: 0 20px;
}
.main{
    padding: 0 20px;
}
.videos{
    padding: 0 20px;
}
.footer{
    padding: 0 20px;
}
#thumbsholder{
    color: #fff;
}
.footer__nav{
    max-width: 25%;
    flex: 1;
}
@media(max-width: 840px){
	.footer__nav{
		max-width: 100%;
	}	
}
.footer-section-text{
    color: #fff;
}
@media(max-width: 840px){
    .footer-section-text{
        text-align: center;
    }
}
.footer-online-button{
    background: #fff;
    text-decoration: none;
    border: 1px solid #fff;
    height: 33px;
    display: inline-flex;
    vertical-align: middle;
    justify-content: center;
    padding: 0 25px;
    border-radius: 5px;
	align-items: center;
	transition: all .2s ease;
	color: #000;
	margin-top: 15px;
	font-weight: 500;
	font-size: 15px;
}
.footer-online-button .button-text{
	margin-left: 30px;
}
.footer-online-button:hover{
    background: transparent;
    border: 1px solid #000;
	color: #fff;
	border-color: #fff;
}
.ring-container {
    position: relative;
	height: 25px;
}

.circle {
    width: 10px;
    height: 10px;
    background-color: #62bd19;
    border-radius: 50%;
    position: absolute;
    top: 7px;
	left: 7px;
}

.ringring {
    border: 3px solid #62bd19;
    -webkit-border-radius: 30px;
	height: 24px;
	width: 24px;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-animation: pulsate 1s ease-out;
    -webkit-animation-iteration-count: infinite; 
    opacity: 0.0
}
@-webkit-keyframes pulsate {
    0% {-webkit-transform: scale(0.1, 0.1); opacity: 0.0;}
    50% {opacity: 1.0;}
    100% {-webkit-transform: scale(1.2, 1.2); opacity: 0.0;}
}
.footer__navContainer{
    min-width: 100%;
}