﻿
@import url(http://fonts.googleapis.com/css?family=Open+Sans);
@import url(http://fonts.googleapis.com/css?family=Roboto:100,400);
/*------------------------------
    Table of Contents
---------------------------------
    I. 	Defaul Selectors
    II. Countdown
	III. Newsletter
	IV. Media Queries

 
*/

	
/*   I. Defaul Selectors
==============================*/

body,
#body {
	background:#000;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}


	body,
	#body {
		background:#000!important;
	}
	.Page_box_bg {
		width:100%;
		height:100%;		
		position:absolute;
		top:0;
		left:0px;
		margin:0px;
		padding:0px;
	}
	.Page_box_bg li {
		list-style:none;
		position:absolute;
		top:0px;
		left:0px;
		width:100%;
		height:100%;
		background-repeat:no-repeat;
		background-position:center center;
		background-size:cover;
		z-index:1;
		display:none;
	}
	.Page_box_bg li.selected{
		z-index:1;
		width:100%;
		height:100%;
	}
	.Page_box_bg li img {
		display:none;
	}

#parent {
	width:100%;
	height: 100%;
}




 
/*   III. Countdown
==============================*/
#countdown {
	margin:auto;
	z-index:2;
	text-align:center;
	margin:0;
	padding:0;
	color:#FFF;
}
#countdown li {
	list-style:none;
}
.timebox {
	text-align:center;
	width:100%;
	border:2px solid #ffffff;
	border-radius:			50%;
	-moz-border-radius:		50%;
	-webkit-border-radius:	50%;
	position:relative;
	
}
.timebox .time{
	display:inline-block;
	line-height:1; 
	vertical-align:middle;
}
.timebox .time p {
	font-size:18px;
	text-transform:uppercase;
}
.timebox .time span {
	font-size:62px;
}
.timebox canvas{
	position:absolute;
	top:0;
	left:0;
}


.shade {
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background:url(images/shade.png) ;
	z-index:1;
}
.comingsoonbox {
	position:absolute;
	left:0px;
	top:0px;
	z-index:2;
	width:100%;
	height:100%;
}
.comingsoonbox td{
	text-align:center;
	vertical-align:middle
}

.footer {
	font-size:16px;
	color:#ffffff;
}
a.terms,
a:link.terms,
a:active.terms,
a:visited.terms{
	font-size:16px;
	color:#FFFFFF; 
	text-decoration:none 
}
a:hover.terms{
	color:#FFFFFF;
	text-decoration: underline
}
.sep {
	padding:0px 10px;
	font-size:16px;
	color:#FFF;
}


.social-icons{
	padding:20px 0 !important;
	overflow:hidden;
	clear:both;
}
.social-icons a {
	margin: 6px !important;
	display: inline-block;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border:1px solid #FFF;
	border:1px solid rgba(255,255,255,0.6);
	transition: 		all ease-in 200ms;
	-moz-transition: 	all ease-in 200ms; /* Firefox 4 */
	-webkit-transition: all ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		all ease-in 200ms; /* Opera */
	-ms-transition: 	all ease-in 200ms; /* IE9? */
}
.social-icons a span{
	width: 22px;
	height: 22px;
	display: block;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	overflow:hidden;
	margin:15px 15px 16px;
	font-size:22px;
	vertical-align:middle;
}
.social-icons a span:empty{
	width: 22px;
	height: 22px;
}

.social-icons a:hover{
	background-color:transparent !important;
}
.social-icons a:hover {
	border:1px solid #3cceda;
	color:#3cceda!important;
}




.TopPane,
.BottomPane{
	padding:0px 5px;
}


.Normal,
.Normal a,
.Normal a:link,
.Normal a:active,
.Normal a:visited {
color:#FFF; 
text-decoration:none ;

}
.Normal a:hover {
color:#FFF;
text-decoration: underline;
}
.TopPane .Normal{
font-family:'Roboto',sans-serif;
}


.coming_soon_tilte{
	font-size:60px;
	color:#FFFFFF;
	white-space:normal; 
	vertical-align:middle; 
	line-height:1.2;
	font-weight:normal;
	margin-bottom:20px;
	letter-spacing:4px;
}
.coming_soon_content {
	font-size:18px;
	line-height:1.5;
	letter-spacing:3px;
}
.coming_soon_tilte2 {
	font-size:20px;
	color:#FFF;
	line-height:1.5;
	margin-bottom:30px;

}


.email_box{
	width:33%;
	padding-right:100px;
	position:relative;
	margin:auto;
	border:1px solid #FFF;
	border: 1px solid rgba(255,255,255,0.5);
	background-color:rgba(255,255,255,0.1);
	margin-bottom:10px;
}
.email_text {
	padding:15px 4px 15px 20px;
}
.email_text input {
	width:100%;
	border:none;
	background:none;
	font-size:16px;
	color:#FFF;
}
.email_submit {
	position:absolute;
	top:0px;
	right:0px;
	height:100%;
	width:100px;
	border-radius:			0px 5px 5px 0px;
	-moz-border-radius:		0px 5px 5px 0px;
	-webkit-border-radius:	0px 5px 5px 0px;
}
.email_submit input{
	width:100%;
	height:100%;
	cursor:pointer;
	background:none;
	border:none;
	position:relative;
	font-size:20px;
	color:#ffffff;
	z-index:10
}
*+html .email_submit input{
	height:50px;
	margin-top:-40px
}

#countdown li{
	width:25%;
	padding:20px;
	float:left;
}
.time_end {
	display:none;
}
.time_end,
.time_end a,
.time_end a:link,
.time_end a:active,
.time_end a:visited {
	font-size:45px;
	color:#FFF;
	text-align:center;
}



@media only screen and (min-width: 768px) and (max-width: 979px) {	
	
.timebox .time p {
	font-size:14px;
}
.timebox .time span {
	font-size:40px;
}


}
@media only screen and (max-width: 767px) {
	#countdown li{
		width:50%;
		padding:3px 20px;
		float:left;
	}
	.timebox .time p {
		font-size:14px;
	}
	.timebox .time span {
		font-size:34px;
	}
	.coming_soon_tilte{
		font-size:20px;
	}
	.coming_soon_content{
		font-size:14px;
	}
	.social-icons{
		padding:20px 0 !important;
		overflow:hidden;
		clear:both;
	}
	.social-icons a {
		margin: 2px !important;
	}
	.social-icons a span{
		width: 15px;
		height: 15px;
		font-size:16px;
		margin:9px 9px 10px;
	}
	.social-icons a span:empty{
		width: 15px;
		height: 15px;
	}
	
	.social-icons a:hover{
		background-color:transparent !important;
	}
	.social-icons a:hover {
		border:1px solid #3cceda;
		color:#3cceda!important;
	}
	.TopPane, .BottomPane{
		margin:0 0 5px;
	}
	.comingsoonbox tr,
	.comingsoonbox td{
		display:block;
	}
	
}
 

















