/* ---- Main Area ---- */

body {
	background:#ffffff;
	color:#1e3e7e;
	font-family: 'Museo300Regular';
}

body.popup {
	font-family: 'Museo300Regular';
	text-align:center;
	width:85%;
	margin: 0 auto;
}
body.popup h4 {
	text-transform:uppercase;
	margin:20px;
}

body.popup hr {
	width:50%;
	margin:20px auto;
	border: 1px solid #1e3e7e;
}
a {text-decoration:none;color:#F13E38;}

#boxWrapper {
	width:330px;
	 -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

#boxWrapper, h3, h4 {
	text-align:center;
	font-family: 'Museo300Regular';
}

h3{
text-transform:uppercase;
color: #1e3e7e;
padding-bottom:10px;
font-family: 'Museo500Regular';
font-size:30px;
line-height:1;
}

h4{
font-size:18px;
padding:5px 0;
color:#1e3e7e;
}

#counter {
	width: 370px;
	font-size: 30px;
	color: #19a2bc;
	overflow: hidden;
	font-family: 'Museo700Regular';
	margin-left:10px;
}

.GrabCode {
	background:#1e3e7e;
	color:#19a2bc;
	width:250px;
	margin: 0 auto;
	border-radius:5px;
}
	
.countDays, .countHours, .countMinutes, .countSeconds {
	float: left;
	width: 90px;
	height: 90px;
	background: #1e3e7e;
	-moz-border-radius: 45px;
	-webkit-border-radius: 45px;
	border-radius: 45px;
	text-align:center;
	padding-top:15px;
	 -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

.points {
	float: left;
	width: 20px;
	margin: 0;
	font-size: 75px;
	text-align: center;
	text-shadow: none;
	margin-top:-15px;
	color:#1e3e7e;
	border-radius:50px;
}

.boxName {
	font-size: 14px;
	color: #19a2bc;
	display:block;
	margin-top: -10px;
}

.Hours { margin-left: 5px; }
.Seconds { margin-left: 2px; }

