.countdown-container {
	text-align: center;
}
.time_circles {
	width: 100%; height: 100%; position: relative;
}
.time_circles > div {
	text-align: center; position: absolute;
}
.time_circles > div > h4 {
	margin: 0px; padding: 0px; text-align: center; text-transform: uppercase;
}
.time_circles > div > span {
	width: 100%; text-align: center; font-size: 300%; font-weight: bold; margin-top: 0.4em; display: block;
}
#logo {
	padding: 40px 0px;
}
.countdown-container {
	width: 100%; height: 100%; position: absolute; min-height: 600px;
}
#DateCountdownWrap {
	left: 50%; top: 50%; width: 800px; margin-top: -150px; margin-left: -400px; position: absolute;
}
.time_circles canvas {
	width: 100%;
}
.countdown-container .social-bar {
	margin: 0px; width: 100%; text-align: center; bottom: 20px; position: absolute;
}
.countdown-container .socials {
	margin: 0px; float: none;
}
.countdown-container .socials a:hover {
	transform: translateY(-5px); background-color: transparent; -webkit-transform: translateY(-5px);
}
