/* === CSS RESET === */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align:  baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	background-color:246AB0;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* === End of CSS RESET === */

body {
/*	background: url(../assets/classy_fabric.png);*/
background-color:#0F92D0;
	color: white;
	font-size: 17px;
	line-height:24px;
	font-family: "Terminal Dosis", sans-serif;
	text-shadow: 
		1px 1px 0 transparent,
		1px 1px 0 #101010;
	overflow: hidden;
}
h1 {
	font-size: 27px;
	font-weight: bold;
	line-height: 1.5em;
	text-shadow: 
		2px 2px 0 transparent,
		2px 2px 0 #101010;
}
.contenttitle{
	font-size: 27px;
	font-weight: bold;
	line-height: 1.5em;
	text-shadow: 
		2px 2px 0 transparent,
		2px 2px 0 #101010;
}


h3{
	margin-bottom:20px;
	font-size:25px;
}

p{
	margin-bottom:20px;
}

a, a:visited {
	color: #73B9DF;
	text-decoration: none;
	transition: color 0.2s;
	font-size:18px;
}

a:hover {
	color: #AAA;
}

a:active {
	color: lightblue;
}

.highlighttext{
	color: #ACEA6F;
}
.highlighttext2{
	color: #73B9DF;
	font-size:18px;
}
.highlighttitle{
	color: #73B9DF;
}

.logohd{
		position:relative;
	top:30px;
	left:10px;
}
.logo{
	position:relative;

	animation: point-down 1.5s alternate infinite;
}
.topmenu{
	position:relative;

	top:690px;
}

.navmenu{
	width:496px;
	height:71px;
	position:relative;
	left:550px;
	top:0px;
}

#navmenu_r1_c1 {
	left: 0px;
	position: absolute;
	top: 0px;
	height: 71px;
	margin-bottom: 0;
	width: 106px;
}
#navmenu_r1_c2 {
	left: 106px;
	position: absolute;
	top: 0px;
	height: 71px;
	margin-bottom: 0;
	width: 119px;
}
#navmenu_r1_c4 {
	left: 225px;
	position: absolute;
	top: 0px;
	height: 71px;
	margin-bottom: 0;
	width: 124px;
}
#navmenu_r1_c5 {
	left: 349px;
	position: absolute;
	top: 0px;
	height: 71px;
	margin-bottom: 0;
	width: 147px;
}


.strapline1{
	position:relative;
	left:50px;
	top:-90px;
}
.view1{
	position:relative;
	width:296px;
	height:55px;
	left:307px;
	top:-90px;
}
.earthlogo{
	position:relative;
	left:-400px;
	top:160px;
}
.big {
	display: block;
	font-size: 45px;
	font-weight: bold;
	line-height: 1.3em;
	margin-bottom: 10px;
	text-shadow: 
		2px 2px 0 transparent,
		4px 4px 0 #101010;
}

#island1{
	position:relative;
	top:-92px;
	left:-100px;
	background: url(../images/earth/island1.png);
	background-repeat:no-repeat;
	width:1200px; height:500px;
	
}
#cloud1{
	z-index:1;
	
}

.item1{
	position:relative;
	top:350px;
	left:400px;
}

.wrapper div {
	position: absolute;
}

.settings, nav {
	position: fixed;
	z-index: 9999999;
	top: 0;
	/*background: rgba(10,10,10, 0.5);*/
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 20px;
}

.settings {
	right: 0;
	padding: 10px 20px;
	border-radius: 10px 0 0 0;
}

.settings a {
	border: none;
}

nav {
	left: 0;
	border-radius: 0 10px 0 0;
}

nav li {
	float: left;
}

nav a {
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border: none;
	text-align: center;
	transition: 0.25s;
}

nav li:last-child a {
	border-radius: 0 10px 0 0;
}

nav a:hover {

	opacity:0.5;
}

.sp-canvas {
	display: none;
}

.arrow {
	position: relative;
	display: inline-block;
}

.demo { 
	width: 800px;
	font-size: 30px;
	text-align: center;
	font-weight: bold;
}

.demo .arrow {
	font-size: 20px;
	animation: point-down 0.5s alternate infinite;
}


.airfade{
	background-image:url(../images/wind/airfade.png);
	background-repeat:repeat-x;
	width:2000px;
	height:750px;
	position:relative;	
	top:200px;
	z-index:2;
}

.description {
	top: 200px;
	left: -310px;
	width: 1000px;

}
.view2hold{
	position:relative;
	left:660px;
	top:110px;
	width:432px;
	height:56px;

}
.view2{

	width:432px;
	height:56px;
}

.airisland{
	position:relative;
	left:200px;
	animation: point-down 1s alternate infinite;
	margin-top:165px;
}


.windcontent{
	width:600px;
	height:450px;
	background-color: #666;
	position: absolute;
	left:325px;
	top:150px;
	background: url(../images/contentbg.png);
	background-repeat:repeat;
	border-radius:40px;
	padding:50px;

}



.close{
	width:33px;
	height:33px;
	float:right;
	position:relative;
	top:-20px;
	left:20px;
	
}

.tabcontain{
	width: 600px;
	height:360px;

	overflow-y:auto;
}

.tabs{
			margin-top:20px;
			margin-bottom:20px;
			text-shadow:none;
	
}

.tabs li {
			list-style:none;
			display:inline;
}

.tabs a {
				padding:5px 10px;
				display:inline-block;
				background:#0F92D0;
				color:#fff;
				text-decoration:none;
}

.tabs a.active {
				background:#fff;
				color:#000;
}

.ftbar a{ color:#FFCE02; }
.ftbar a:hover{ color:#FFFFFF; }




/* Main Page */

.mainpage {
	top: 1120px;
	left: -900px;
	width: 2500px;
	height:602px;
	background: url(../images/earth/bg.png);
	background-repeat:repeat-x;
	background-position: top;
}
.mainpagesea{
		background: url(../images/earth/sea.jpg);
	background-repeat:repeat-x;
	background-position:top;
	width:2500px;
	height:500px;
	z-index:-1;
	position:relative;
	top:602px;

}

#port {		margin: 1.5em 0px;		
			position: relative;
			top:380px;
			left:780px;
			height: 300px;
			width:1000px;
			
		}
		
		
		
.earthcontent{
	width:600px;
	height:450px;
	background-color: #666;
	position: absolute;
	left:25px;

	background: url(../images/contentbg.png);
	background-repeat:repeat;
	border-radius:40px;
	padding:50px;
	z-index:99;

}		







.firefade{
	background: url(../images/fire/firefade.png);
	background-repeat:repeat-y;
	width:1181px;
	height:1300px;
	position:relative;
	left:-500px;
}


.portfolio {
	top: 1100px;
	left: 1500px;
	width:2400px;
	height:1300px;
	background-color:#999999;
	background: url(../images/fire/firebg.jpg);
	background-repeat:repeat-x;
}

.stars{
	background: url(../images/fire/stars.png);
	background-repeat: no-repeat;
	width:1500px;
	height:589px;
	position:relative;
	left:440px;
}
.fireisland{
	background: url(../images/fire/fire-island.png);
	background-repeat: no-repeat;
	width:1298px;
	height:936px;
	position:relative;
	left:170px;
	top:30px;
}


.firecontent{
	width:600px;
	height:450px;
	background-color: #666;
	position: absolute;
	left:845px;
	top:250px;

	background: url(../images/contentbg.png);
	background-repeat:repeat;
	border-radius:40px;
	padding:50px;
	z-index:999;

}		
	



.waterfade{
	background: url(../images/water/fade.png);
	background-repeat:repeat-x;
	width:3000px;
	height:185px;
	position: relative;
	top:-110px;
	
}


.contact {
	left: 2060px;
	top: 2500px;
	width: 1300px;
	height: 1300px;
	background: url(../images/water/water.jpg);
	background-repeat:no-repeat;

}

.contactform{
	position:relative;
	left:310px;
	top:360px;
}

.contactinfo{
	width:300px;
	position: relative;
	left:640px;
	top:120px;
}
.formfield{
	border:2px solid #1CB3D2;
	height:18px;
	width:300px;
	margin-bottom:10px;
}
.formmessage{
	border:2px solid #1CB3D2;
	height:140px;
	width:297px;	
}
.submit{
	position:relative;
	left:115px;
}
.small{
	font-size:11px;
}
.smallbreak{
	margin-bottom:10px;
}

.rotations .upside-down {
	font-size: 42px;
	text-align: right;
	transform: rotate(180deg) translateY(3em);
}

.source {
	left: 2200px;
	top: -800px;
	width: 400px;
	transform: rotate(90deg) translateX(50px);
}

.follow {
	width: 475px;
	left: 1100px;
	top: -950px;
	transform: rotate(90deg) translateX(50px);
}

.follow .big {
	font-size: 40px;
}

.highlight {
	animation: highlight 0.2s alternate 6 ;
}

@keyframes point-down {
	from {
		top: 0;
	}
	to {
		top: 5px;
	}
}

@keyframes highlight {
	to {
		background: lightblue;
	}
}
