



body {
	background: #fff;
	font-family: "Titillium Web",Arial, Helvetica, sans-serif;
	padding-bottom: 40px;
	border-top: 12px solid grey;
}

a {
	color:grey;
	text-decoration: none;
}
a:hover{
	color:#606060;
	transition: all 0.2s ease-out 0s;
}
#footer-info a{
	color:#999999;
	text-decoration: none;
}
#footer-info a:hover{
	color:grey;
}
/* ---- Header ---- */

header {
	width: 100%;
	margin: 80px auto 0 auto;
}

header h1 {
	font-size: 1.275em;
	font-weight: bold;
	color: #606060;
	text-align: center;
	text-shadow: 0 1px 0 #fff;
}
header h2 {
	text-align:center; 
	margin-top:1.25em;
}

header p {
	margin: 20px 0 0 3px;
	font-size: 0.875em;
	color: #909090;
	text-align: center;
}
header p.small {
	font-size:1em;
}
a.clicker {
	border: 1px dotted grey; 
	padding:5px 10px;
}
a.clicker:hover {
	border: 1px solid white;
	background: grey; 
	padding:5px 10px;
	color:white;
}
.logo img {
    display:block;
    height: 320px;
    width: auto;
    margin:0 auto;
    padding-bottom: 3em;
    opacity: 0.62;
}
.logo img:hover {
    display:block;
    height: 320px;
    width: auto;
    margin:0 auto;
    padding-bottom: 3em;
    opacity: 0.99;
    filter: alpha(opacity=99); 
    transition: all 0.2s ease-out 0s;
}

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

#wrapper {
	zoom: 1;
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	padding:0;
}
#wrapper:before {
	content: "";
	display: table;
}
#wrapper:after {
	content: "";
	display: table;
	clear: both;
}

#main {
	zoom: 1;
	position: relative;
	background: transparent;
	margin: 3em 1em 0;
}


/* ---- Counter ---- */

#counter {
	width: auto;
	height: 145px;
	margin: 0 auto 0 auto;
	font-family: 'LeagueGothicRegular', Arial, Helvetica, sans-serif;
	font-size: 6em;
	color: grey;
	text-shadow: 0 1px 0 #fff;
	display: table;
}

.countDays, .countHours, .countMinutes, .countSeconds {
	float: left;
	width: 102px;
	height: 138px;
	padding-left: 36px;
	background: #e7e7e7;
	border: 1px solid #ccc;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.points {
	float: left;
	width: 40px;
	margin: 0;
	font-family: Georgia, serif;
	font-size: 44px;
	font-weight: bold;
	text-align: center;
	line-height: 138px;
	text-shadow: none;
}

.position {
	position: relative;
	float: left;
	width: 35px;
	height: 92px;
	margin: 8px 0 0 0;
}

.digit {
	position: absolute;
	top: 0;
	left: 0;
}

.boxName {
	float: left;
	width: 80px;
	margin: -5px 0 0 7px;
	font-size: 36px;
	color: #a6a6a6;
	text-shadow: 0 1px 0 rgba(255,255,255,.5);
}

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


/* ---- Footer ---- */


body > footer {
    background: transparent;
    border-top: 3px solid grey;
    margin-top: 80px;
    padding-top: 40px;
    width:100%;
    display: table;
    color:#878685;
}
#footer-content {
    font-size: 13px;
    line-height: 1.538;
}
body > header, #wrapper, #footer-content, #nav-footer, #footer-info, #image-main .ce_text, #image-main .hgroup {
    margin: 0 auto;
    max-width: 1100px;
    padding: 0;
    position: relative;
}
#footer-content .footer-column {
    float: left;
    margin: 0 0 8% 4%;
    width: 28%;
}
#footer-content h2:first-child {
    margin-top: 0;
}
#footer-content h2 {
    color: gray;
    font-size: 14px;
    font-weight: bold;
    margin: 36px 0 24px;
    text-shadow: 1px 1px #ffffff;
    text-transform: uppercase;
}
body > header::after, #wrapper::after, #footer-content::after, #nav-footer::after, #footer-info::after, #image-main .ce_text::after, #image-main .hgroup::after {
    clear: both;
    content: "";
    display: table;
}
#footer-info {
    color: #999999;
    font-size: 12px;
    padding: 12px 0 24px;
    text-align: center;
    border-top: 1px dotted #c9c9c9;
}
/* ===========================================
 * Media queries
 * ======================================== */
/* Tablet portrait format (viewport width 900px and below) */
@media screen and (max-width: 900px) {
	.logo img {
		margin: 0 auto;
		height:275px;
	}
	#counter {
	width: auto;
	height: 90px;
	margin: 0 auto 0 auto;
	font-family: 'LeagueGothicRegular', Arial, Helvetica, sans-serif;
	font-size: 4.25em;
	color: grey;
	text-shadow: 0 1px 0 #fff;
	display: table;
}

.countDays, .countHours, .countMinutes, .countSeconds {
	float: left;
	width: 60px;
	height: 100px;
	padding-left: 15px;
	background: #e7e7e7;
	border: 1px solid #ccc;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.points {
	float: left;
	width: 20px;
	margin: 0;
	font-family: Georgia, serif;
	font-size: 33px;
	font-weight: bold;
	text-align: center;
	line-height: 69px;
	text-shadow: none;
}

.position {
	position: relative;
	float: left;
	width: 24px;
	height: 46px;
	margin: 4px 0 0 0;
}

.digit {
	position: absolute;
	top: 0;
	left: 0;
}

.boxName {
	float: left;
	width: 50px;
	margin: 18px 0 0 7px;
	font-size: 23px;
	color: #a6a6a6;
	text-shadow: 0 1px 0 rgba(255,255,255,.5);
}

.Hours { margin-left: 3px; }
.Seconds { margin-left: 3px; }

}
/* Mobile (viewport width 599px and below) */
@media screen and (max-width: 599px) {
	body {
		font-size: 13px;
	}
	.logo img {
		margin: 0 auto;
		height:130px;
	}
	.logo img:hover {
		margin: 0 auto;
		height:130px;
	}
	#counter {
	width: auto;
	height: 73px;
	margin: 0 auto 0 auto;
	font-family: 'LeagueGothicRegular', Arial, Helvetica, sans-serif;
	font-size: 3em;
	color: grey;
	text-shadow: 0 1px 0 #fff;
	display: table;
}

.countDays, .countHours, .countMinutes, .countSeconds {
	float: left;
	width: 42px;
	height: 69px;
	padding-left: 15px;
	background: #e7e7e7;
	border: 1px solid #ccc;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

.points {
	float: left;
	width: 16px;
	margin: 0;
	font-family: Georgia, serif;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	line-height: 69px;
	text-shadow: none;
}

.position {
	position: relative;
	float: left;
	width: 15px;
	height: 46px;
	margin: 4px 0 0 0;
}

.digit {
	position: absolute;
	top: 0;
	left: 0;
}

.boxName {
	float: left;
	width: 40px;
	margin: -6px 0 0 4px;
	font-size: 18px;
	color: #a6a6a6;
	text-shadow: 0 1px 0 rgba(255,255,255,.5);
}

.Hours { margin-left: 3px; }
.Seconds { margin-left: 3px; }
	#footer-content .footer-column-1{
		display: none;
		clear: left;
		width: 86.66667%;
	}
	#footer-content .footer-column {
		width: 40%;
		margin-left: 6.66667%;
	}
	#footer-content .footer-column-3 {
		clear: left;
		width: 86.66667%;
	}
	#footer-content .footer-column-3 .button-wrap {
		float: right;
		width: 46.15385%;
		margin-top: 100px;
		margin-left: 7.69231%;
	}
	#footer-content .footer-column-3 form {
		width: 46.15385%;
	}
}