﻿
@import url(http://fonts.googleapis.com/css?family=Open+Sans);

/*------------------------------
    Table of Contents
---------------------------------
    I. 	Defaul Selectors
    II. Countdown
	III. Newsletter
	IV. Media Queries

 
*/

	
/*   I. Defaul Selectors
==============================*/

body,
#body {
	text-align:center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.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:'Open Sans',sans-serif;
}




#parent {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	position: absolute;
	top: 0;
	left: 0;
	background-image:url(images/ComingSoonPic_1.jpg);
	background-position:center center;
	background-size:cover;
}





.logo{
	text-align:center;
	padding:30px 0;
	}
.content{
	position:relative;
	}
#parent {
	width:100%;
	height: 100%;
}
.come_a p{
	font-size:15px;
	color:#fff;
	line-height:25px;
	padding:0 255px;
	margin:0;
	}
.come_b a{
	display:inline-block;
	margin:0 10px;
	width:60px;
	height:60px;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border:1px solid #fff;
	color:#fff;
	font-size:24px;
	}
.come_b a span.fa{
	line-height:57px;
	}

 
/*   III. Countdown
==============================*/
#countdown {
	margin:auto;
	z-index:2;
	text-align:center;
	margin:0;
	padding:0;
	color:#FFF;
	list-style-type:none;
}
#countdown li{
	width:25%;
	padding:0 37px;
	float:left;
	}

.timebox_out{
	padding:15px;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	background-color:rgba(0,0,0,0.3);
	position:relative;
	}
.timebox_out:before{
	position:absolute;
	content:"";
	width:74px;
	height:5px;
	background-color:rgba(255,255,255,0.5);
	left:100%;
	top:50%;
	margin:-3px 0 0 0;
	}
#countdown li:first-child .timebox_out:after{
	position:absolute;
	content:"";
	width:74px;
	height:5px;
	background-color:rgba(255,255,255,0.5);
	right:100%;
	top:50%;
	margin:-3px 0 0 0;
	border-top-left-radius:100px;
	-moz-border-top-left-radius:100px;
	-webkit-border-top-left-radius:100px;
	border-bottom-left-radius:100px;
	-moz-border-bottom-left-radius:100px;
	-webkit-border-bottom-left-radius:100px;
	}
#countdown li:last-child .timebox_out:before{
	border-top-right-radius:100px;
	-moz-border-top-right-radius:100px;
	-webkit-border-top-right-radius:100px;
	border-bottom-right-radius:100px;
	-moz-border-bottom-right-radius:100px;
	-webkit-border-bottom-right-radius:100px;
	}
	
.timebox {
	text-align:center;
	width:100%;
	position:relative;
	
}
.timebox .time{
	display:inline-block;
	line-height:1; 
	vertical-align:middle;
}
.timebox .time p {
	font-size:15px;
	text-transform:uppercase;
}
.timebox .time span {
	font-size:50px;
	line-height: normal;
}
.timebox canvas{
	position:absolute;
	top:0;
	left:0;
}

.comingsoonbox {
	position: relative;
	z-index:2;
}


.footer_box{
	background-color:#2B2B2B;
	}











.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
}


.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: 1200px){
	.come_a p{
		padding:0 310px;
		}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {	
	.timebox .time p {
		font-size:14px;
		}
	.timebox .time span {
		font-size:40px;
		}
	.come_a p{
		padding:0;
		}
	#countdown li{
		padding:0 15px;
		}
	.timebox_out:before,
	#countdown li:first-child .timebox_out:after{
		display:none;
		}
}
@media only screen and (max-width: 767px) {
	.content{
		height:auto !important;
		}
	#countdown li{
		width:50%;
		padding:10px;
		}
	.timebox_out:before,
	#countdown li:first-child .timebox_out:after{
		display:none;
		}
	.timebox .time p {
		font-size:14px;
		}
	.timebox .time span {
		font-size:34px;
		}
	.come_a p{
		padding:0;
		}
}
 














