body{
font-family: arial, sans-serif, verdana;
height:14000px;
color:white;
margin:0;
padding:0;
width:50%;
}
html {
	padding: 0;
	margin: 0;
  	font-size: 100%;
  	-webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

p{
font-size: 12px;
width: 24%;
position: absolute;
left: 0%;
top: 34%;
color: #843d22;
padding: 10px 20px;

font-family: roboto slab;

}
{text-shadow: 0 1px 1px #000;
}
.ptext {font-size: 12px;
position: absolute;
padding: 0%;
color: #843d22;
font-family: handlee;}

.ptext2 {font-size: 12px;
position: absolute;
padding: 120px 0px;
color: #843d22;
font-family: handlee;}

.ptext3 {font-size: 12px;
position: absolute;
padding: 0;
color: #843d22;
font-family: handlee;}

{
/*The loading bar*/
.bmeter {
position: absolute;
top: 146px;
left: 0px;
width: 0%;
height: 15px;
background-color: #CA2529;
opacity: 1;
z-index: 16;
}}
/*The end screen*/
.theend {
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
background-color: #000;
color: #fff;
padding-top: 40%;
padding-bottom: 25%;
padding-left: 70%;
font-size: 12px;
font-weight: bold;
font-family: roboto slab;
opacity: 0;
z-index: 13;
}
.content{
position:fixed;
width:100%;
height:100%;
}

.behind, .planet1, .planet2, .lift, .thrust, .drag, .weight{
display:block;
position:absolute;
}

.behind{
width:100%;
height:120%;
background:url(images/back4.jpg) top center no-repeat;
top:0%;
left:0%;
position:absolute;
z-index:-1;
}
.planet2{
background:url(images/wind2.png) no-repeat;
width:500px;
height:397px;
left:65%;
top:100%;
background-size: 20%;
}

.planet1{
width:652px;
height:304px;
background:url(images/helicopter-animation3.gif) no-repeat;
left:63%;
top:70%;
background-size: 20%;
}


.lift{
width:500px;
height:397px;
background:url(images/lift.png) no-repeat;
left:60%;
top:100%;
background-size: 20%;
}

.thrust{
width:347px;
height:227px;
background:url(images/thrust.png) no-repeat;
left:100%;
top:80%;
background-size: 20%;
}

.drag{
width:347px;
height:227px;
background:url(images/drag.png) no-repeat;
left:100%;
top:52%;
background-size: 20%;
}

.weight{
width:500px;
height:397px;
background:url(images/weight.png) no-repeat;
left:60%;
top:100%;
background-size: 20%;
}


/*For OXP DEMO Only*/
.floating {
position: fixed;
width: 100%;
height: 161px;
top: 0px;
left: 0px;
z-index: 15;
}
.float_inner {
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 80px;
z-index: 16;
background-color: #000;
}

/* Default Demo Style */
@import url(http://fonts.googleapis.com/css?family=Roboto:300,400,700);

/* HTML from Bootstrap */
.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after {
  clear: both;
}


/* Font Icons */ 
@font-face {
  font-family: 'oxp-demo';
  src: url('../fonts/oxp-demo.eot?71650457');
  src: url('../fonts/oxp-demo.eot?71650457#iefix') format('embedded-opentype'),
       url('../fonts/oxp-demo.woff?71650457') format('woff'),
       url('../fonts/oxp-demo.ttf?71650457') format('truetype'),
       url('../fonts/oxp-demo.svg?71650457#oxp-demo') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
	font-family: 'oxp-demo';
	margin: 0 4px;
	
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	speak: none;
	text-align: center;
}

.icon-th:before { content: '\e800'; } 
.icon-left:before { content: '\2b06'; }
/* Main Style */
body {
	font-family: 'Roboto',Arial,sans-serif;
	color: #fff;
	background: #000;
}

a, a:visited {
	color: #888; 
	text-decoration: none;
}

a:hover, a:active {
	color: #333;
}

h1, h2, h3 {
	font-family: 'roboto slab',Arial,sans-serif;
}

h1 { 
	font-size: 2.5em; 
	font-weight: 300; 
}


h2 { 
	font-size: 1.5em; 
	font-weight: 300; 
}

h3 { 
	font-size: 1.2em; 
	font-weight: 400; 
}

/* Header Style */


.container .header {
	margin: 0 auto;
	padding: 6px;
		font-size: 30%;
		opacity: 0.9;
	text-align: center;
	background-color: #CA2529;

}

.container .header span {
	display: block;
	font-size: 10%;
	opacity: .2;
	padding-bottom: 0.2em;
}

h1 img {width: 25%;
height: 25%;
padding-left:8px;
}
/* To Navigation Style */
.nav-top {
	background: #fff;
	background-color: #CA2529;
	text-transform: uppercase;
	width: 100%;
	font-size: 0.65em;
	line-height: 1.15;
	height: 40px;
}

.nav-top a {
	padding: 0.2em 1em;
	letter-spacing: 0.1em;
	color: #fff;
	display: inline-block;
}

.nav-top a:hover {
	background: rgba(255,255,255,0.95);
	color: #333;
}

.nav-social {
	float: left;
	padding: 0.6em 0.6em 0 0.6em;
}

.nav-social span {
	margin-right: 0.1em;
}

.nav-top span.right {
	float: right;
}

.nav-top span.right a {
	float: left;
	display: block;
}


{/* Demo Buttons */
.menu {
	display: block;
	text-align: center;
	padding: 2em 0;
	margin-bottom: 3em;
}
.menu a {
	border: 3px solid rgba(255, 255, 255, 1);
    border-radius: 5px;
    background: rgba(255, 255, 255, 1);
    display: inline-block;
    font-size: 1em;
    line-height: 100%;
    margin: 0 5px;
    padding: 0.7em;
    text-decoration: none;
    opacity: 0.7;
}

.menu a.active, .menu a:hover {
	opacity: 1;
}}

/* Fusion Ads */
.adswrap {
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.8);
	border: 1px none rgba(0, 0, 0, 0.1);
	padding: 20px 15px;
	position: fixed;
	right: 15px;
	z-index: 999999;
	height: auto;
	margin-top: 10px;
}
.adswrap .adsclose {
	color: #777;
	margin-bottom: 10px;
	background: #ddd;
	position: absolute;
	top: 0;
	right: 0;
	padding: 3px 8px;
	font-size: 10px;
	display: block;
	cursor: pointer;
	text-shadow: 0 1px 1px #fff;
}
#fusion_ad {
	font-size: 12px;
	width: 160px;
	text-align: center;
}
#fusion_ad .fusionentire a {
	display: block;
	color: #444;
	margin-bottom: 5px;
}

#fusion_ad .powered {
	font-size: 10px;
}

/* Responsive */
@media screen and (max-width: 25em) {
	.nav-icon span { display: none; }
}