@charset "utf-8";
/* CSS Document */
/*	
-------------------------------------------
Main structure
-------------------------------------------
*/
body, html {
	background-color: black;
	background-image:url(../images/bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	-moz-background-size: cover;
	background-position: center;
	height: 100%;
	width: 100%;
}
@font-face {
font-family: bebas;
src: url(../fonts/bebas.otf) format("opentype");

}
#wrapper {
	width: 900px;
	height: 500px;
	margin: 0px auto;

}
/*	
-------------------------------------------
HEADING
-------------------------------------------
*/
#logo {
	width: 600px;
	font-size: 38px;
	color: white;
	font-family: bebas;
	padding-top: 170px;
	line-height: 35px;
}
.title {
	font-size: 13px;
	color: white;
	font-family:bebas;
	line-height: 13px;
	letter-spacing: 1px;
}
/*	
-------------------------------------------
NEW WEBSITE COMING SOON
-------------------------------------------
*/
#coming {
	font-size: 100px;
	color: white;
	font-family: bebas;
	padding-top: 90px;
	width: 800px;
	line-height: 80px;

}
.exactly {
	
	font-size:22px;
	font-weight:normal;
	font-family: bebas;
	color: white;
	float: left;
	margin-right: 5px;
	letter-spacing: 1px;
}
/*	
-------------------------------------------
Countdown
-------------------------------------------
*/

#defaultCountdown { width: 757px; height: 60px; }


.hasCountdown {
	text-align:left;
	margin-left:0px;
	margin-right:20px;
	color:#fff;
	font-size:22px;
	font-weight:normal;
	font-family:bebas;
	letter-spacing: 1px;
	}
	
/*	
-------------------------------------------
Social Icons
-------------------------------------------
*/

#icons {
	width: 300px;
	margin-left:0px;
	height: 20px;
	padding-top: 80px;
	
	
}

#icons img {
	margin-left: 5px;
	border: 0px;
}
	
.iconstitle {
	font-size: 15px;
	color: white;
	font-family:bebas;
	line-height: 13px;
	letter-spacing: 1px;
}

/*	
-------------------------------------------
Borders
-------------------------------------------
*/
#borderBottom{
	position: fixed;
	height: 8px;
	bottom: 0;
	width: 100%;
	background: #fff;
	z-index: 40000;
}

#borderTop{
	position: fixed;
	height: 8px;
	top: 0;
	width: 100%;
	background: #fff;
	z-index: 40000;
}

#borderLeft{
	position: fixed;
	height: 100%;
	left: 0;
	top: 0;
	width: 8px;
	background: #fff;
	z-index: 40000;
}

#borderRight{
	position: fixed;
	height: 100%;
	right: 0;
	top: 0;
	width: 8px;
	background: #fff;
	z-index: 40000;
}
/*	
-------------------------------------------
TOOLTIP TIP TIP
-------------------------------------------
*/

#tiptip_holder {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99999;
}

#tiptip_holder.tip_top {
	padding-bottom: 5px;
}

#tiptip_holder.tip_bottom {
	padding-top: 5px;
}

#tiptip_holder.tip_right {
	padding-left: 5px;
}

#tiptip_holder.tip_left {
	padding-right: 5px;
}

#tiptip_content {
	font-size: 11px;
	color: #fff;
	text-shadow: 0 0 2px #000;
	padding: 4px 8px;
	border: 1px solid rgba(255,255,255,0.25);
	background-color: rgb(25,25,25);
	background-color: rgba(25,25,25,0.92);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(transparent), to(#000));
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow: 0 0 3px #555;
	-webkit-box-shadow: 0 0 3px #555;
	-moz-box-shadow: 0 0 3px #555;
	font-family:Arial, Helvetica, sans-serif;
}

#tiptip_arrow, #tiptip_arrow_inner {
	position: absolute;
	border-color: transparent;
	border-style: solid;
	border-width: 6px;
	height: 0;
	width: 0;
}

#tiptip_holder.tip_top #tiptip_arrow {
	border-top-color: #fff;
	border-top-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_bottom #tiptip_arrow {
	border-bottom-color: #fff;
	border-bottom-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_right #tiptip_arrow {
	border-right-color: #fff;
	border-right-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_left #tiptip_arrow {
	border-left-color: #fff;
	border-left-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_top #tiptip_arrow_inner {
	margin-top: -7px;
	margin-left: -6px;
	border-top-color: rgb(25,25,25);
	border-top-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_bottom #tiptip_arrow_inner {
	margin-top: -5px;
	margin-left: -6px;
	border-bottom-color: rgb(25,25,25);
	border-bottom-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_right #tiptip_arrow_inner {
	margin-top: -6px;
	margin-left: -5px;
	border-right-color: rgb(25,25,25);
	border-right-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_left #tiptip_arrow_inner {
	margin-top: -6px;
	margin-left: -7px;
	border-left-color: rgb(25,25,25);
	border-left-color: rgba(25,25,25,0.92);
}

/* Webkit Hacks  */
@media screen and (-webkit-min-device-pixel-ratio:0) {	
	#tiptip_content {
		padding: 4px 8px 5px 8px;
		background-color: rgba(45,45,45,0.88);
	}
	#tiptip_holder.tip_bottom #tiptip_arrow_inner { 
		border-bottom-color: rgba(45,45,45,0.88);
	}
	#tiptip_holder.tip_top #tiptip_arrow_inner { 
		border-top-color: rgba(20,20,20,0.92);
	}
}