@charset "UTF-8";
@import url("background.css");
@import url("font.css");

/* --------------------- CLEARFIX --------------------- */
.clear {clear: both;height: 0;line-height: 0;}
.cf:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.cf {display: inline-block;}
/* Hides from IE-mac \*/
* html .cf {height: 1%;}
.cf {display: block;}
/* End hide from IE-mac */
.cf {height: 1%;}
.cf {display: block;}
/* --------------------- /CLEARFIX --------------------- */
* {
	margin: 0;	
}
body {
	height: 100%;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.wrapper {
	position: float;
	
	margin: 0px 0 0 0px;
	width:200px;
	height:50px;
	z-index: 300;
	background-color:transparent;
}
ul li {
	list-style-type:none;
}
/* --------------------- LOGO TEXT --------------------- */
.heading{
    font-family: 'PTSansBold';
    font-size:75px;
    line-height:60px;
    color:#FFF;
    margin:0 auto;
    text-transform:uppercase;
    text-shadow: 1px 2px 2px #000;

}
.heading a{
    display:block;
    position:relative;
    float:left;
    clear:both;
    color:#fff;
    white-space: pre;
    left:50%;
    margin-left:-25%;
}
.heading a > span{
    height:60px;
    float:left;
    position:relative;
    overflow:hidden;
}
.heading a span span{
    position:absolute;
    display:block;
    left:0px;
    top:0px;
    text-align:center;
}
.heading a span span.sl-w1{
    color:#fff;
    //text-shadow:0px 0px 1px #fff;
    z-index:2;
}
.heading a span span.sl-w2{
    color:#FFF;
    //text-shadow:-1px 1px 2px #9f0633;
    z-index:3;
}
.headline {
    display: block;
    text-align:center;
    font-family: 'PTSansBold';
    color:#FFF;
    font-size:25px;
    line-height:40px;
    text-shadow: 1px 2px 2px #000;

}
/* --------------------- /LOGO TEXT --------------------- */
/* --------------------- COUNTER --------------------- */
#counter{
	width: 200px;
	/*height: 60px;
        margin: 10px auto 10px auto;*/
	
}
#days, #hours, #minutes, #seconds {
	font-family:'arial';
	font-size:22px;
	font-weight:bold;
	color:#fff;
	text-align:center;
	width: 45px;
	height: 45px;
	padding-top:2px;
	float:left;
	margin-right:5px;
	background-color: #cc0000;
	
}

	
}
span.numbers {

	font-family:'PTSansBold';
	 padding-top:10px;
	 	 padding-bottom:2px;
	display:block;
        line-height:5px;
	font-size: 25px;

	margin-bottom:7px;
	
}

span.text {
	display: block;
	font-family:'arial narrow';
	/*width: 50px;*/
	text-align: center;
	font-size: 13px;
        padding-top:0px;
		        padding-bottom:2px;
	/*border-top: 1px solid #fff;*/
	text-transform: lowercase;
	margin: 0 auto;
}

/* --------------------- /COUNTER --------------------- */








