/*hero*/
.check-email {
	background-color: #337ab7;
}
.check-email:hover {
	background-color: #385A7B;
}

/*COUNTDOWN*/
.countdown-new {
	border: 0;
	border-top: 1px solid #f1f4f9;
	background-color: #D8E9FB;
}
.countdown-new .num-counter {
	background-color: white;
}
.countdown-new.affix {
	bottom: -1px;
}

/*footer*/
.carousel-indicators {
  z-index: 4;
}

@media only screen and (min-width: 992px) {

	/*footer margin for countdown bottom*/
	footer {
		margin-bottom: 131px;
	}

}
