

* { margin: 0; padding: 0; outline: 0; }

body, html { height: 100%;}

.clear{ clear: both; }

p {margin: 10px;padding: 0;letter-spacing: 0px;}

/* #bg { position:absolute; overflow:hidden; left:0; right:0; z-index: 1; width:100%; height:100%; }
#bg img { min-width:100%; min-height:auto;   position:relative; opacity: 0; -moz-opacity: 0; filter:alpha(opacity=0); } */

img.bg {
	/* Set rules to fill background */
	min-height: 100%;
	min-width: 1360px;
	
	/* Set up proportionate scaling */
	width: 100%;
	height: auto;
	
	/* Set up positioning */
	position: fixed;
	top: 0;
	left: 0;
	
	border: 0;


}

a img{border:0}


	
}

#wrapper { min-height:100%; position:relative;  }
.clear{ clear: both}


/* unvisited link */
a:link {
    color: black;
}

/* visited link */
a:visited {
    color: black;
}

/* mouse over link */
a:hover {
    color: white;
}

/* selected link */
a:active {
    color: white;
} 


body {
   
 
	/*background: url(images/bg.jpg) 0 0 no-repeat #ffffff;*/
		
	

  /* Location of the image */
  background-image: url(images/bg.jpg);
  
  /* Image is centered vertically and horizontally at all times */
  background-position: center center;
  
  /* Image doesn't repeat */
  background-repeat: no-repeat;
  
  /* Makes the image fixed in the viewport so that it doesn't move when 
     the content height is greater than the image height */
  background-attachment: fixed;
  
  /* This is what makes the background image rescale based on its container's size */
  background-size: cover;
  
  /* Pick a solid background color that will be displayed while the background image is loading */
  background-color:#000000;
  
  /* SHORTHAND CSS NOTATION
   * background: url(background-photo.jpg) center center cover no-repeat fixed;
   */
}

/* For mobile devices */
@media only screen and (max-width: 1360px) {
  body {
    /* The file size of this background image is 93% smaller
     * to improve page load speed on mobile internet connections */
    background-image: url(images/bg-mobile.jpg);
  }
	}
	
	
	
	
	
	
	
}
header p,
#box h1,
#box p,
#countdown-container p,
#footer p.note,
#footer p.social {
	white-space: pre-wrap; /* css-3 */
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */;
}
#cont{
	position: relative;
	top:200px;
	width: 600px;
	margin: 0 auto;
}

header{
	width: 600px;
	margin: 0 auto;
}

header #logo{margin: 0; padding: 0; float: left;}
header p{
	width: 594px; 
	text-align: right;
	float: right;
	font-family: 'SourceSansPro-Light', Georgia, times, serif; 
	font-weight: bold;
		font-weight: normal;\9;
		*font-weight: normal;
	color: #39a0e1; 
	font-size: 30px; 
	line-height: 25px; 
	margin: 0px 0; 
	padding: 0; 
	letter-spacing: -1px;
}
.arrow-up {
	position: absolute;
	top: 9px;
	width: 0; 
	height: 0; 
	margin-left: 457px;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 20px solid white;
	z-index: 20;
}
#box {
	position: relative;
	width: 600px;
	margin: 0 auto;
	z-index: 2;
	padding-top: 9px;
font-family: 'Armata', Georgia, times, serif;
text-align: center;

}
#box:after{
	
	position: absolute;
	margin:0;
	z-index: -10;
}
#box-top {
	position: relative;
	background: #fff;
	-webkit-border-radius: 10px 10px 0px 0px;
    border-radius: 10px 10px 0px 0px;
    padding-bottom: 24px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

#box-main {
	position: relative;
	background: #fff;
	-webkit-border-radius: 10px 10px 0px 0px;
    border-radius: 10px 10px 10px 10px;
    padding-bottom: 18px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

#box-bottom {
	position: relative;
	background: #696969 url(images/bg-btm.png) top left repeat;
	-webkit-border-radius: 0px 0px 10px 10px;
    border-radius: 0px 0px 10px 10px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    padding: 20px 5px 10px 5px;
    z-index: 0;
    color: #fff;

}

#box h1{
	margin: 0 auto;
	padding: 20px 30px 5px;
	font-family: 'Armata', Georgia, times, serif;
	font-size: 24px;
	color: #c30000;
	text-align: center;
	font-weight: 100;
	letter-spacing: -.5px;
}

#box h2{
	margin: 0 auto;
	padding: 20px 30px 5px;
	font-family: 'Armata', Georgia, times, serif;
	font-size: 24px;
	color: #000000;
	text-align: center;
	font-weight: 100;
	letter-spacing: -.5px;
}

#box p{
	font-family: 'Armata', Georgia, times, serif;
	font-size: 24px;
	text-align: center;
	font-weight: bold;
		font-weight: 100\9;
		*font-weight: 100;
	letter-spacing: -.5px;
	color: #000000;
	padding: 0 20px;
	margin:0;
}

#box-top p{
	font-size: 18px;

}


/* ---------- TIMER ---------- */

#box #countdown-container{
	position:relative; 
	margin:0; 
}
@-moz-document url-prefix() {
	#box #countdown-container{
 	padding: 0;
  	}
}
#countdown-container .launch-text {
	width: 200px; 
	margin: 5px 0 0 5px;
	display: inline-block; 
	line-height: 22px; 
	padding: 20px; 
	font-family: 'Armata', Georgia, times, serif;
	font-size: 24px;
	color: #ffffff; 
	text-align: left;
	float:left;
}
#timer {
	display: inline-block; 
	position: relative; 
	margin: 0 20px 0 0;
	float:right;
}
ul#countdown li {
	float: left;
  	display: inline-block;
  	background: transparent url('images/clock-bg.png') no-repeat left top;
  	width: 71px;
  	text-align: center;
  	margin-right: 10px;
}
ul#countdown li span {
  	font-family: 'Oswald', sans-serif;
  	font-weight: 400;
  	font-size: 2.1em;
  	color: #1f2225;
  	line-height: 70px;
  	position: relative;
  	text-shadow: 1px 1px 1px white;
  	text-align: center;
  	padding-right: 1px;
}
ul#countdown li span::before {
  	content: '';
  	width: 100%;
  	height: 1px;
  	border-top: 2px solid #e0e0e0;
  	position: absolute;
  	top: 50%;
  	text-align: center;
  	left: 1px;
}
ul#countdown li p.timeRefDays,
ul#countdown li p.timeRefHours,
ul#countdown li p.timeRefMinutes,
ul#countdown li p.timeRefSeconds {
  	display: inline-block;
  	float: left;
  	font-family: 'Armata', sans-serif;

  	color: #fff;
  	text-transform: uppercase;
  	font-size: 14px;
   		*font-size:8px;
   		 font-size:10px\9;
  	text-align: center;
  	margin: 2px auto ;
  	letter-spacing: 1px;
  		*letter-spacing: 0px;
  		letter-spacing: 0px\9;
}
ul#countdown li p.timeRefDays {
	padding-left: 22px;
}
ul#countdown li p.timeRefHours {
	padding-left: 12px;
		padding-left: 20px\9;
}
ul#countdown li p.timeRefMinutes {
	padding-left: 8px;
		padding-left: 15px\9;
}
ul#countdown li p.timeRefSeconds {
	padding-left: 7px;
		padding-left: 13px\9;
}

#socialwidget img:hover {
opacity: .5;
}

div#form{

padding: 0;

}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	
	div#form{
		margin: 20px auto 0;
		padding: 0;
		width: 550px;
	
	}
}


div #form input{float: left;}
#email{
	width: 353px;
	height: 50px;
	background: #ededed;
	border-radius: 4px;
	box-shadow: inset 0px 0px 8px rgba(0, 0, 0, 0.1);
	border: none;
	color: #999999;
	font-family: 'Armata', Georgia, times, serif;
	font-size: 18px;
	font-style: italic;
	padding-right: 20px;
	padding-left: 20px;
		line-height: 50px\9;
		*line-height: 50px;

}
#submit{
	  	font-family: 'Armata', Georgia, times, serif;
	/*margin-left: 15px;*/
	margin: 10px; 
	width: 138px;
	height: 50px;
	background: #c30000;
	border: 1px solid #a40000;
		border:none\9;
		*border:none;
	box-shadow: inset 0px 1px 1px rgba(250, 250, 250, 0.5);
	cursor: pointer;
	font-size: 22px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
	color: #fff;
	border-radius: 2px;
	letter-spacing: 1px;
	background: #c30000;
	background: -moz-linear-gradient(top,  #c30000 0%, #a40000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c30000), color-stop(100%,#3697d7));
	background: -webkit-linear-gradient(top,  #c30000 0%,#a40000 100%);
	background: -o-linear-gradient(top,  #c30000 0%,#a40000 100%);
	background: -ms-linear-gradient(top,  #c30000 0%,#a40000 100%);
	background: linear-gradient(to bottom,  #c30000 0%,#a40000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c30000', endColorstr='#a40000',GradientType=0 );
}
#buttony {
	width: 25%;
	margin: 10px auto;

	
	
}
#submit:hover {
	background: #a40000;
}

#footer{
	position: relative;
	width: 600px;
	margin: 0px auto;
	color: #fff;
	  	font-family: 'Orbitron', Georgia, times, serif;
	font-size: 14px;
	z-index: 20;
	text-align: center;
}
#footer p.social{ 
	width: 600px;
	position: absolute;
	text-align: center;
	margin-top: 35px;
	z-index: 20;
}
#footer p.note{ 
	width: 600px;
	position: absolute;
	text-align: center;
	margin-top:12px;
	z-index: 20;
}

#footer p a{
      	color: #ffffff;
	text-decoration: underline;
}
#footer p a:visited{
      	color: #ffffff;
	text-decoration: underline;
}
#footer p a:hover{
      	color: #696969;
	text-decoration: none;
}
#footer p a:active{
      	color: #696969;
	text-decoration: none;
}
