/* HTML5 Boilerplate  */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html, button, input, select, textarea {font-family:'Futura W01 Light', sans-serif; color: #fff; }
body { margin: 0; font-size: 12px; line-height: 18px; background: #000; }

::-moz-selection { background: #c7eafb; color: #fff; text-shadow: none; }
::selection { background: #c7eafb; color: #fff; text-shadow: none; }

a { color: #fff; }
a:visited { color: #fff; }
a:hover { color: #c7eafb; }
a:focus { outline: none; }
a:hover, a:active { outline:none; }
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

ul, ol { margin: 0; padding: 0; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

label { cursor: pointer; color:#fff; display:block; float:left; clear:left; width:92px; margin-bottom:10px; padding:5px 0 0; }
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; font-family:'Futura W01 Medium'; background:#c7eafb; border:none; color:#000; font-size:14px; padding:5px; width:190px; float:left; margin-bottom:10px; border-radius:0; }
input.error, select.error {background:#369fc2; color:#fff;}
input.hover, select.hover {background:#6dcff6; color:#000;}
select {width:292px;}
button, input { line-height: normal; -webkit-appearance:none;}
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }

/*
font-family:'Futura W01 Light';
font-family:'Futura W01 Medium';
*/

h2 {
 padding: 0;
 margin: 0;
 font-size: 18px;
 }

h3 {font-weight:normal;font-family:'Futura W01 Medium';}

header {
	position:fixed;
	z-index:9;
	width:100%;
}

#header {
 background: url(../img/header-background.png) repeat-x;
 width: 100%;
 height: 118px;
 position: fixed;
 font-family:'Futura W01 Light';
 z-index:9;
}

#header-wrapper {
 width: 960px;
 margin: 0 auto;
 height: 118px;
 position: relative;
 background:url(../img/navgrad.png) repeat-y;
}

#logo {
 position: absolute;
 left: -80px;
 top: 0;
}

#language {
	position:absolute;
	right:0;
	top:10px;
	color:#fff;
}

#language a {color:#c7eafb;}

#nav {
 position: absolute;
/* top: 80px;
 left: 300px;*/
 top: 85px;
 left: 230px;
}

#nav ul li {
 float: left;
 margin: 0 10px;
 list-style-type: none;
 font-size:16px;
 position:relative;
}
#nav.cn ul li {font-size:14px;}

#nav ul li a {
 color: #fff;
 text-decoration: none;
 display:inline-block;
}

#nav #register {/*
	color:#63A7C9;*/
	font-family:'Futura W01 Medium';
	text-transform:uppercase;
}

#nav ul li a:hover, #nav ul li a.active, #nav ul li a.over {
 color: #c7eafb;
/*
font-family:'Futura W01 Medium';
*/
}

#nav ul.subnav {
	position:absolute;
	width:150px;
	margin:10px 0 0 -10px;
	padding:0px 10px 5px;
	display:block;
 	background: url(../img/header-background.png) repeat 0 19px;
	height:auto;
	top:13px;
}

#nav li ul.subnav li {
	float:none;
 	margin: 5px 0;
	padding:0;
	position:relative;
}

#nav li ul.subnav li a {
	position:relative;
	display:block;
}

#main {
	position:fixed;
	z-index:1;
	width:100%;
}

.section {
	width:100%;
	position:fixed;
	overflow:hidden;
}

.section.hiddenBtm {top:100%;}
.section.hiddenTop {top:-60%;}

.sectionImg {
	position:relative;
	width:100%;
	height:100%;
	overflow:hidden;
}

.sectionImg img {
	position:absolute;
	display:block;
	top:0;
	left:0;
}

.overlay {
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	background:#000;
	opacity:0.5;
}

#scrollInstruction {
	width:119px;
	height:119px;
	position:fixed;
	bottom:20px;
	left:50%;
	margin-left:-59px;
}

#section1Txt {
	width:493px;
	height:267px;
	top:50%;
	left:50%;
	margin-left:-248px;
	margin-top:-155px;
	position:absolute;
}

#section2Txt {
	width:456px;
	height:173px;
	top:30%;
	right:50%;
	margin-right:-228px;
	margin-top:-86px;
	position:absolute;
	opacity:0;
}

#section3Txt {
	width:466px;
	height:129px;
	top:43%;
	left:-10%;
	/*margin-top:-98px;*/
	margin-top:-65px;
	margin-left:0px;
	position:absolute;
	opacity:0;
}

#section4Txt {
	width:543px;
	height:135px;
	top:100%;
	right:5%;
	/*margin-top:-98px;*/
	margin-left:0px;
	position:absolute;
	opacity:0;
}

#section5Txt {
	width:514px;
	height:140px;
	top:0%;
	left:8%;
	/*margin-top:-98px;*/
	margin-left:0px;
	position:absolute;
	opacity:0;
}

#section6Txt {
	width:404px;
	height:126px;
	top:45%;
	left:0%;
	/*margin-top:-98px;*/
	margin-left:0px;
	position:absolute;
	opacity:0;
}

#sectionControls {
	top:50%;
	height:140px;
	margin-top:-70px;
	right:20px;
	position:fixed;
	width:27px;
}

a.sectionIndicator {
	display:inline-block;
	height:27px;
	width:27px;
	overflow:hidden;
	margin-bottom:11px;
	outline:none;
}
a.sectionIndicator:last {margin:0;}
a.sectionIndicator img {display:block;}
a.sectionIndicator.active img, a.sectionIndicator:hover img {margin-top:-27px;}

#sectionNav {
	position:fixed;
	width:100%;
	height:100%;
	top:0;
	left:0;
	outline:none;
}

.sectionNav {
	position:fixed;
	width:100%;
	height:75px;
	opacity:0.5;
	display:block;
	text-align:center;
	display:none;
	padding:20px 0;
}

#sectionPrev {bottom:0;} 
#sectionNext {top:118px;}

#content {
	position:fixed;
	/*height:340px;*/
	width:467px;
	bottom:0;
	left:0;
	z-index:7;
	font-size:16px;
}

#content.rego {
	width:660px;
	height:370px;
}

#copy {
	z-index:9;
	padding:10px 20px;
	position:relative;
}

#content .overlay {
	opacity:0.8;
}

.bluebar {
	width:420px;
	height:4px;
	margin:20px auto;
	background:url(../img/bluebar.png) repeat-y;
	display:block;
}

#toggle {
	height:32px;
	width:32px;
	overflow:hidden;
	display:block;
	top:0;
	right:0;
	position:absolute;
}
#toggle img {display:block;}

#toggle:hover img {margin-left:-32px;} 
#toggle.show img {margin-top:-32px;}

.formCol {
	float:left;
	width:310px;
}

form {}

#submit {width:292px;}

#response {
	color:#c7eafb;
	font-size:12px;
	margin-bottom:18px;
}

.blue {color:#c7eafb;}
.bold {font-family:'Futura W01 Medium';}

#ytvid, #vimeo {
    width: 100%;
	height: 100%;
    left: 0;
    position: fixed;
    bottom: 0;
    z-index: 2;
}

#mediaFrame {
	position:fixed;
	height:340px;
	width:680px;
	padding:0 10px;
	z-index:7;
	font-size:16px;
}

#mediaInner {
	overflow-y:scroll;
	padding:0 20px;
	z-index:4;
	position:relative;
}

.mediaItem {padding:10px 0; border-bottom:1px solid #c7eafb;}
.mediaTitle {padding:0 10px; float:left; width:530px;}
.mediaTitle h3 {margin:0;}
h3 a {text-decoration:none;}
.mediaTitle p {margin:0; font-size:12px; line-height:30px;}
.mediaImg {float:left; width:70px;}

#caption {
	position:fixed;
	bottom:40px;
	right:0;
	width:auto;
	height:30px;
	z-index:9;
	overflow:hidden;
}

#captionTxt {
	padding:5px 10px;
	position:relative;
	z-index:9;
	bottom:0;
	right:0;
}

#footer {
	position:fixed;
	bottom:0;
	right:0;
	width:300px;
	height:100px;
	z-index:9;
	color:#aaa;
}

#footer-inner {
	padding:5px 10px;
	position:relative;
	z-index:9;
	bottom:0;
	right:0;
}

#copyright {
	clear:both;
}

#payce, #link {
	float:left;
	margin-right:20px;
	margin-bottom:5px;
	text-align:center;
}

#rare {
	display:inline-block;
	width:33px;
	height:11px;
	overflow:hidden;
}

#rare img {
	display:block;
	margin-top:0;
}

#rare:hover img {margin-top:-11px;}

@media only screen and (max-width: 1024px) {
  

#ytvid, #vimeo {
    width: 640px;
	height: 360px;
    left: 50%;
    position: fixed;
    top: 160px;
    z-index: 2;
	margin-left:-320px;
}

}

@media only screen and (max-width: 728px) {
  

#ytvid, #vimeo {
    width: 640px;
	height: 360px;
    left: 50%;
    position: fixed;
    top: 250px;
    z-index: 2;
	margin-left:-320px;
}

}

.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } 
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } 
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } 
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}
