body { 
	background: #232323 url(/progress/images/bg.png) repeat;
	margin: 0;
	padding: 0;
	font-family: 'Oswald Light', sans-serif;
	font-weight: normal;
	font-size:1em;
	line-height:1em;
}
/* Make HTML 5 elements display block-level for consistent styling */  
header, nav, article, section, aside, footer, address {  
   	display: block;  
} 
.wrapper {
	width: auto;
	min-height: 720px;
	padding: 15% auto;
	text-align: center;
	background: url(/progress/images/bg-light.png) no-repeat;
	
}

a{ color: #ffca00; text-decoration: none;}

@font-face {
	font-family: 'LeagueGothicRegular';
	src: url('fonts/League_Gothic-webfont.eot');
	src: url('fonts/League_Gothic-webfont.eot?#iefix') format('embedded-opentype'),
	url('fonts/League_Gothic-webfont.woff') format('woff'),
	url('fonts/League_Gothic-webfont.ttf') format('truetype'),
	url('fonts/League_Gothic-webfont.svg#LeagueGothicRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}

h1 {
	position:relative;
	text-transform: uppercase;
	color: #ffca00;
	font-family: LeagueGothicRegular;
	font-size: 8em;
	font-weight: lighter;
	text-shadow: 0px 2px 0px #000;
	margin:1em 0 0 0;
}

h2 {
	text-transform: uppercase;
	color: #ffca00;
	font-family: LeagueGothicRegular;
	font-size: 24px;
	font-weight: lighter;
	text-shadow: 0px 2px 0px #000;
	margin: 15px 0 15px 20px;
	text-align: left;
}

h3 { 
	position:relative;
	text-transform: uppercase;
	font-family: Oswald;
	font-size: 1.75em;
	line-height:2em;
	font-weight: lighter;
	letter-spacing:0.075em;
	color:#ddd;
	text-shadow: 0px 2px 0px #000;
	margin:1em 0 1em 0;
	padding:0;
	
}

.slogan { 
	position:relative;
	width:auto;
	margin:0 15%;
}
#logo { width:auto; }
#logo img { width:100%; max-width:400px; position:relative; top:-1em; }

p {
	color: #fff;
	margin: 0;
	font-size: 16px;
	text-shadow: 0 -2px 0 #000;
}
		
.hr {
	position:relative;
	display: block;
	border: none;
	width: auto;
	height: 2px;
	background: url(/progress/images/divider.png);
	margin: 15px 15%;
}

.clear {
	clear: both;
}

.progress {
	width:auto;
	height: 110px;
	margin: 60px 25%;
	position: relative;
    background-image: url(/progress/images/progress-container.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-origin: content-box;
	
}

.txt-launch-day-hat {
	background: url(/progress/images/txt-launch-day-hat.png) no-repeat;
	width: 117px;
	height: 159px;
	position: absolute;
	top: -120px;
	right: -45px;
}

.txt-launch-day {
	background: url(/progress/images/txt-launch-day.png) no-repeat;
	width: 112px;
	height: 110px;
	position: absolute;
	top: -80px;
	right: -40px;
}

.progress-bar {
	height: 37px;
	background: #ffca00 url(/progress/images/progress-bar.png) repeat-x;
	position: absolute;
	top:17px;
	left: -5px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	padding:0;
}

.progress-bar-container {
	width: auto;
	height: 70px;
	margin-left: 15px;
	margin-right: 5px;
	position: relative;
}

/* Subscribe */
.mailing-list h2 {
	width: 400px;
	float: left;
}

.mailing-list form {
	display: block;
	width: 450px;
	float: right;
	margin: 5px 0 0 0;
}

.mailing-list input[type=text]{
	width:280px;
	height: 16px;
	background: url(/progress/images/form-bg.png) no-repeat;
	border: none;
	color: #c9c9c9;
	font-size: 14px;
	padding: 15px 10px;
	margin: 0;
}

.mailing-list input[type=submit]{
	width:90px;
	height: 44px;
	background: url(/progress/images/btn-subscribe.png) no-repeat;
	border: none;
	text-indent: -5000px;
	cursor: pointer;
	margin: 0 0 0 -10px;
	text-transform: capitalize;1
}

.mailing-list input[type=submit]:hover {
	background-position: 0 -44px;
}

.mailing-list input[type=submit]:active{
	background-position: 0 -88px;
}

.mailing-list input[type=text]:focus {
	outline: none;
}

/* Tipsy */
.tipsy { margin-bottom: 25px; font-size: 18px; opacity: 0.8; filter: alpha(opacity=80); background-repeat: no-repeat;  background-image: url(/progress/images/tipsy.png); font-family: 'LeagueGothicRegular'; text-transform: uppercase;  }
.tipsy-inner { padding: 10px 20px; background-color: black; color: white; max-width: 400px; text-align: right; -webkit-box-shadow: 0 20px 15px rgba(0,0,0,0.5); -moz-box-shadow: 0 20px 15px rgba(0,0,0,0.5);   }
.tipsy-inner { -moz-border-radius:5px; -webkit-border-radius:5px; }
.tipsy-north { background-position: top center; }
.tipsy-south { background-position: bottom center; }
.tipsy-east { background-position: right center; }
.tipsy-west { background-position: left center; }
.tipsy-container { border: 1px solid green;}



/* RESPONSIVE 
-------------------------------------------------- */
@media (max-width: 1223px) {

}

@media (max-width: 979px) {
	.progress-bar {

		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	body { font-size:80%; }
}

@media (max-width: 767px) {
	body { font-size:55%; }
	h1 { line-height:0.9em; margin-top:0.5em; }
	h3 { line-height:1.2em; margin-top:-0.1em; }
}
    
/* Smaller screens ----------- */
@media (max-width : 480px) {
	body { font-size:40%; font-weight:lighter; }
	.progress {
		position:relative;
		width:auto;
		height: 60px;
		margin: 40px 10%;
		overflow:hidden;
	}
	.progress-bar {
		height: 20px;
		background: #ffca00 url(/progress/images/progress-bar.png) repeat-x;
		position: relative;
		top:10px;
		left: -5px;
		padding:0;	
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
	}

	.progress-bar-container {
		width: 98%;
		height: 40px;
		margin-left:5px;
		position: relative;
		overflow:hidden;
	}
}
    
/* Smartphones (portrait and landscape) ----------- */
@media only screen  and (min-device-width : 320px)  and (max-device-width : 480px) {

}

/* Smartphones (landscape) ----------- */
@media only screen  and (min-width : 321px) {

}
	
/* Smartphones (portrait) ----------- */
@media only screen  and (max-width : 320px) {

}

	
/* iPads (portrait and landscape) ----------- */
@media only screen  and (min-device-width : 768px)  and (max-device-width : 1024px) {

}
	
/* iPads (landscape) ----------- */
@media only screen  and (min-device-width : 768px)  and (max-device-width : 1024px)  and (orientation : landscape) {

}
	
/* iPads (portrait) ----------- */
@media only screen  and (min-device-width : 768px)  and (max-device-width : 1024px)  and (orientation : portrait) {

}
