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, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}

h1,h2,h3,h4,h5,h6 { font-weight: bold; text-rendering: optimizeLegibility; }
html { -webkit-font-smoothing: antialiased; }

a { text-decoration: none; }
a:active { outline: none; }
a:focus { outline: thin dotted; }

label, input[type=button], input[type=submit], button { cursor: pointer; }
input, button, select, textarea { font-family: sans-serif; }
textarea { overflow: auto; vertical-align: top; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box;  -webkit-box-sizing: content-box; box-sizing: content-box; }

::-moz-selection{ background: rgba(0,0,0,.8); color:#fff; text-shadow: none; }
::selection { background: rgba(0,0,0,.8); color:#fff; text-shadow: none; }

img::selection { background: transparent; }
img::-moz-selection { background: transparent; }

nav ul {
	list-style: none;
}

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

small { font-size: 75%; }

/*
 * HTML5 styles
 */
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; }





/*
 * Layout wide
 */

body {
	width: 100%;
	margin: 0 auto;
	background-color: #D9E0EA;
	font: 14px/18px 'Nokia Pure Text', Arial, Helvetica, sans-serif;
}

.foo {
	width: 960px;
	margin: 0 auto;
	position: relative;
}

#header {
	position: absolute;
	left: 0;
	top: 20px;
	width: 100%;
	z-index: 10000;
}

#header hgroup a {
	display: block;
	background: url(bg-header.png) no-repeat center center;
	width: 311px;
	margin: 0 auto;
	height: 66px;
	text-indent: -9999px;
}

#nav {
	margin-top: 20px;
	width: 932px;
	float: left;
	line-height: 36px;
	padding-left: 30px;
	padding-bottom: 1px;
	background: url(bg-nav-divider.png) no-repeat center bottom;
}

#nav li {
	display: inline;
}

#nav li a,
#nav li span {
	display: inline;
	float: left;
	width: 172px;
	height: 36px;
	text-align: center;
	background: url(bg-nav-element.png) no-repeat left top;
	color: #fff;
}

#nav li a.active {
	background-position: left bottom;
}

#nav li.home a {
	width: 40px;
	text-indent: -9999px;
	background-image: url(bg-nav-home.png);
}

#nav li.home a.active {
	background-position: left bottom;
}

#nav li a:hover {
	background-position: left bottom;
}

#nav li.out a {
	background: url(bg-nav-element-out.png) no-repeat left top;
}

#nav li.out2 a {
	background: url(bg-nav-element-out-2.png) no-repeat left top;
}


.page-header {
	float: left;
	width: 860px;
	padding: 0 20px;
	margin-left: 30px;
	line-height: 37px;
	background: url(bg-page-header.png) repeat-x center top;
	height: 37px;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	font-size: 20px;
	color: #124191;
	position: relative;
}

#form1 {
	position: absolute;
	right: 10px;
	top: 0;
}
#form1 label {
	float: left;
	font-size: 18px;
	line-height: 24px;
	margin-top: 6px;
	margin-right: 10px;
}
#form1 #txtEmail {
	float: left;
	background: url(bg-input-email.png) no-repeat 0 50%;
	border: 0 none;
	height: 26px;
	width: 140px;
	padding: 0 10px;
	margin-top: 5px;
	margin-right: 10px;
	color: #666;
	outline: none;
}
#btnSubmit {
	background: url(btn-subscribe.png);
	border: 0 none;
	width: 25px;
	height: 24px;
	float: left;
	margin-top: 6px;
}

#content {
	float: left;
	width: 100%;
	margin-top: 128px;
}

#footer {
	background: #d5d5d5;
	float: left;
	height: 48px;
	width: 100%;
	margin-top: 48px;
	line-height: 48px;
	font-size: 12px;
	color: #555555;
}

#footer a:link,
#footer a:visited,
#footer span {
	float: left;
	color: #555;
	margin-right: 20px;
}

.content-shadow {
	float: left;
	width: 100%;
	margin-top: 128px;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	box-shadow: rgba(0,0,0,.1) 0 0 5px;
}

section header { color: #fff; background: url(bg-section-header.png) no-repeat left bottom; padding-bottom: 20px; position: relative; }


.day-selector {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 11px;
	line-height:27px;
}

.day-selector a,
.day-selector span {
	float: left;
	display: inline;
	margin-right: 5px;
	color: #fff;
	text-shadow: rgba(0,0,0,.5) 0 1px 0;
}

.day-selector a {
	text-align: center;
	width: 57px;
}

.day-selector a.active {
	background: #1c4873;
	background: url(bg-day-selector.png) no-repeat center;
}

/* Home
 */
 
.home body {
	background-image: url(bg-body-event.jpg);
	background-repeat: no-repeat;
	background-position: center top;

}

.home-counter {
	width: 100%;
	float: left;
	padding-top: 70px;
	height: 436px;
	background: transparent url(bg-counter.png) no-repeat 0 0;
}

.home-lifts {
	width: 100%;
	float: left;
	background: url(bg-home-lift.png) repeat 0 0;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
}

.lift {
	width: 240px;
	float: left;
	/*background: url(bg-home-lift.png) repeat-y 0 0;*/
}

.lift-maps {
	background: url(bg-lift-maps.png) no-repeat center right;
}

.lift-music {
	background: url(bg-lift-music.png) no-repeat center left;
}

.lift-monster {
	background: url(bg-lift-monster.png) no-repeat center ;
}

#nk-widget {
	margin-left: 10px;
}

.lift h3 {
	font-size: 24px;
	font-family: 'Nokia Pure Text';
	letter-spacing: -1px;
	line-height: 28px;
	text-align: center;
	color: #124191;
	font-weight: normal;
	margin: 15px 0;
}

.lift h3 a {
	display: block;
	height: 240px;
}

.lift-btn {
	display: block;
	margin: 0 auto 5px;
	background: url(lift-btn.png);
	width: 115px;
	padding-right: 6px;
	line-height: 26px;
	color: #fff;
	font-size: 12px;
	text-align: center;
}

.counter {
	float: left;
	width: 300px;
	margin-left: 31px;
	padding-left: 17px;
	padding-bottom: 67px;
	background: url(numbers-shadow.png) no-repeat left bottom;
}
 
.counter-number {
	float: left;
	width: 140px;
	height: 150px;
	display: inline;
	margin-right: 10px;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-image: url(numbers.png);
}

.d0 {
	background-position: 0 0;
}

.d1 {
	background-position: 0 -150px;
}

.d2 {
	background-position: 0 -300px;
}

.d3 {
	background-position: 0 -450px;
}

.d4 {
	background-position: 0 -600px;
}

.d5 {
	background-position: 0 -750px;
}

.d6 {
	background-position: 0 -900px;
}

.d7 {
	background-position: 0 -1050px;
}

.d8 {
	background-position: 0 -1200px;
}

.d9 {
	background-position: 0 -1350px;
}

.counter-left {
	text-align: right;
	float: right;
	padding: 8px 20px 0 0;
	color: #b0d1ed;
}

.intro-header {
	float: left;
	color: #b0d1ed;
	color: #fff;
	padding-top: 10px;
	padding-left: 30px;
	width: 440px;
}

.intro-header h1 {
	font-size: 38px;
	line-height: 46px;
}

.intro-header h2 {
	font-size: 30px;
	font-weight: normal;
	line-height: 36px;
}

.intro-text {
	float: left;
	width: 860px;
	padding: 0 50px;
	color: #b0d1ed;
	font-size: 20px;
	line-height: 24px;
}

.intro-text p {
	margin: 0 0 20px;
}

.intro-text a {
	color: #b0d1ed;
	text-decoration: underline;
}

#overlay {
	background: #000;
	background: rgba(0,0,0,.6);
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 11000;
}

#overlay-content {
	position: fixed;
	left: -1000px;
	top: 0;
	width: 820px;
	padding: 30px 30px;
	border: 10px solid #fff;
	background: url(bg-overlay-content.jpg) no-repeat 0 0;
	color: #fff;
	z-index: 11001;
	font-size: 16px;
	line-height: 20px;
	box-shadow: rgba(0,0,0,.3) 0 0 20px;
}

#overlay-content h2 {
	font-size: 28px;
	font-weight: normal;
}

#close-overlay {
	position: absolute;
	right: -35px;
	top: -35px;
	cursor: pointer;
}

.intro-text .overlay-link {
	display: block;
	width: 94px;
	line-height: 25px;
	background: url(bg-btn-learn-more.png);
	font-size: 11px;
	font-weight: bold;
	color: #124191;
	text-decoration: none;
	padding-left: 10px;
}


.keynote {
	width: 100%;
	float: left;
	padding-top: 70px;
	height: 436px;
	background: transparent url(bg-keynote-video.jpg) no-repeat 0 0;
}

.keynote h1 {
	margin: 0 auto;
	width: 512px;
	font-size: 32px;
	line-height: 46px;
	font-weight: normal;
	color: #fff;
}

.keynote-frame {
	width: 512px;
	height: 289px;
	overflow: hidden;
	margin: 0 auto;
	display: block;
	background: transparent none;
}


.videosss {
	width: 100%;
	float: left;
	padding: 50px 0;
	margin-top: 50px;
	background: #27659c;
}


#videoCarousel {
	position: relative;
	width: 800px;
	background: url(bg-video-carousel.png) no-repeat 50% 40px;
	padding: 40px 80px 0;
	margin: 0 auto;
	height: 150px;
	float: left;
	
}

#videoCarousel h1 {
	position: absolute;
	left: 0;
	top: 0;
	font-weight: normal;
	font-size: 30px;
	color: #fff;
}

.videowrapper {
	position: relative;
	width: 800px;
	height: 150px;
	overflow: hidden;
	padding-top: 20px;
}

.videos {
	position: absolute;
	left: 0;
	top: 10px;
	list-style: none;
}

.videos li {
	float: left;
	width: 170px;
	height: 150px;
	margin-right: 40px;
	display: none;
	position: relative;
	color: #fff;
}

.videos li img {
	display: block;
	margin-bottom: 5px;
}

.videos li.active .overlay {
	display: block;
	width: 158px;
	height: 84px;
	position: absolute;
	left: 0;
	top: 0;
	border: 6px solid #fff;
}

.videos li.visible {
	display: block;
}

.videoNaviLeft,
.videoNaviRight {
	position: absolute;
	top: 77px;
	background-image: url(bg-video-arrows.png);
	background-repeat: no-repeat;
	width: 30px;
	height: 40px;
	overflow: hidden;
	text-indent: -9999px;
}
.videoNaviLeft {
	left: 25px;
	background-position: 0 0;
}
.videoNaviLeft:hover {
	background-position: 0 -40px;
}
.videoNaviLeft.videoNaviInactive {
	background-position: 0 -80px;
}
.videoNaviRight {
	right: 25px;
	background-position: -30px 0;
}
.videoNaviRight:hover {
	background-position: -30px -40px;
}
.videoNaviRight.videoNaviInactive {
	background-position: -30px -80px;
}

.videoSubNav {
	position: absolute;
	right: 0;
	top: 0;
	list-style: none;
	text-transform: capitalize;
}

.videoSubNav li {
	float: left;
	font-size: 11px;
	line-height: 25px;
	cursor: pointer;	
	color: #fff;
	padding: 0 0 0 20px;
}

.videoSubNav li.active {
	background: url(bg-subnav-active.png) no-repeat 0 0;
}

.videoSubNav li span {
	float: left;
	padding: 0 20px 0 0;
}


.videoSubNav li.active span {
	background: url(bg-subnav-active.png) no-repeat right bottom;
}

#videoholder {
	width: 640px;
	height: 560px;
	margin: 0 auto;
	clear: both;
	padding-top: 1px;
}

#videoholder h1 {
	font-weight: normal;
	font-size: 30px;
	color: #fff;
	margin: 40px 0 20px 0;
	height: 30px;
}




.carousel {
	width: 100%;
	float: left;
	height: 440px;
	background: transparent url(bg-counter.png) no-repeat 0 0;
	overflow: hidden;
	position: relative;
}

.carousel-item {
	position: absolute;
	left: -960px;
	top: 0;
	width: 960px;
	height: 440px;
	background: #000;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	color: #fff;
}

.midpoint {
	background-image: url(bg-carousel-midpoint.jpg);
}

	.cont-left {
		position: absolute;
		left: 0;
		top: 80px;
		color: #fff;
		width: 480px;
		text-align: center;
		font-size: 26px;
		font-family: 'Nokia Pure Headline Light', 'Nokia Pure Headline';
	}
	
	.cont-right {
		position: absolute;
		right: 0;
		top: 80px;
		color: #fff;
		width: 480px;
		text-align: center;
		font-size: 26px;
		font-family: 'Nokia Pure Headline Light', 'Nokia Pure Headline';
	}

.asha {
	background-image: url(bg-carousel-asha.jpg);
}

	.asha .cont {
		position: absolute;
		left: 80px;
		top: 115px;
		width: 375px;
	}
	
	.asha h1 {
		font-family: 'Nokia Pure Headline Light', 'Nokia Pure Headline';
		font-size: 48px;
		line-height: 48px;
		font-weight: 100;
		letter-spacing: -2px;
	}
	
	.asha p.intr {
		font-family: 'Nokia Pure Headline Light', 'Nokia Pure Headline';
		font-size: 30px;
		line-height: 28px;
		margin: 10px 0 0;
	}

.lumia {
	background-image: url(bg-carousel-lumia.jpg);
}

	.lumia .cont {
		position: absolute;
		left: 35px;
		top: 80px;
		width: 375px;
	}
	
	.lumia h1 {
		font-family: 'Nokia Pure Headline Light', 'Nokia Pure Headline';
		font-size: 58px;
		line-height: 60px;
		font-weight: 100;
		letter-spacing: -2px;
	}
	
	.lumia p.intr {
		font-family: 'Nokia Pure Headline Light', 'Nokia Pure Headline';
		font-size: 24px;
		line-height: 28px;
		margin: 0;
	}
	

a.learn-more {
	background: #167cd8;
	color: #fff;
	font-size: 11px;
	float: left;
	font-weight: bold;
	padding: 5px 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	margin-bottom: 15px;
	margin-right: 15px;
}
	

.carousel-left {
	position: absolute;
	left: 0;
	top: 215px;
	background: url(bg-carousel-arrow-left.png) no-repeat 0 0;
	width: 42px;
	height: 44px;
	text-indent: -9999px;
	overflow: hidden;
}

.carousel-right {
	position: absolute;
	right: 0;
	top: 215px;
	background: url(bg-carousel-arrow-right.png) no-repeat 0 0;
	width: 42px;
	height: 44px;
	text-indent: -9999px;
	overflow: hidden;
}

/* Speakers
 */

.speakers body {
	background: #17548b url(bg-blue.jpg) no-repeat fixed center top;	
}

#speakers {
	float: left;
	width: 900px;
	padding-top: 99px;
	padding-left: 28px;
	padding-right: 29px;
}


.speaker {
	margin: 40px 0 0;
	float: left;
	width: 100%;
	color: #fefefe;
}

.speaker-img {
	float: left;
	width: 170px;
}

.speaker-info {
	float: left;
	width: 396px;
}

.speaker-time {
	float: right;
	width: 310px;
	margin-bottom: 10px;
}

.speaker-time dt {
	float: left;
	width: 108px;
}

.speaker-time dd {
	float: left;
	width: 202px;
}

.speaker h1 {
	font-size: 20px;
	font-weight: normal;
	line-height: 24px;
}

.speaker h2,
.speaker h3 {
	font-weight: normal;
}

/* Agenda
 */
 
.agenda body {
	background: #17548b url(bg-blue.jpg) no-repeat fixed center top;	
}

#agenda {
	float: left;
	width: 903px;
	padding-top: 99px;
	padding-left: 28px;
	padding-right: 29px;
}


.agenda-day {
	float: left;
	width: 100%;
	color: #fff;
}

.agenda-day2 {
	/*display: none;*/
}



.agenda-tabs {
	background: url(bg-agenda-lower-navi.png) no-repeat 50% 0;
	width: 900px;
	float: left;
	margin-top: 20px;
	font-size: 12px;
}

.agenda-tabs ul {
	list-style: none;
	text-align: center;
	line-height: 37px;
}

.agenda-tabs li {
	display: inline;
}

.agenda-tabs a {
	color: #fff;
	padding: 0 10px;
	display: inline-block;
}

.agenda-tabs a.active,
.agenda-tabs a:hover {
	background: url(bg-agenda-lower-navi-hover.png) repeat-x 0 0;
}

.agenda-tab {
	width: 960px;
	margin-left: -30px;
	background: #fff;
	float: left;
	color: #8c8c8c;
	font-size: 18px;
	line-height: 24px;
	padding-top: 10px;
	padding-bottom: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	box-shadow: rgba(0,0,0,.3) 0 0 5px;
}

.tab2,
.tab3,
.tab4 {
	/*display: none;*/
}

dl.agenda-overview {
	clear: both;
	font-size: 20px;
	padding: 30px 0;
}

dl.agenda-overview a {
	color: #fff;
	text-decoration: underline;
}

.agenda-overview dt {
	font-size: 24px;
	margin-bottom: 20px;
	clear: left;
}

.agenda-overview dd {
	margin-bottom: 20px;
}

.agenda-tab dl {
	width: 900px;
	padding: 30px;
}

.agenda-day dt {
	width: 220px;
	float: left;
	margin-bottom: 20px;
	line-height: 24px;
}

.agenda-day dd {
	float: left;
	width: 680px;
	margin-bottom: 20px;
	line-height: 24px;
}

.agenda-tab h2,
.agenda-tab h3 {
	color: #4167a7;
	font-weight: normal;
}

.agenda-overview h2,
.agenda-overview h3 {
	font-size: 24px;
	font-weight: normal;
}

.agenda-day p {
	margin: 0;
}


/* Venue
 */

.venue body {
	background: #17548b url(bg-blue.jpg) no-repeat fixed center top;	
}

#venue {
	float: left;
	width: 960px;
	padding: 0;
	padding-top: 15px;
	background: #fff url(bg-map-info.png) no-repeat left bottom;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding-bottom: 10px;
}

#map {
	width: 100%;
	height: 417px;
	background: #fff;
}

#map .nm_bubble_content { line-height: 1.4 }

.map-info {
	float: left;
	width: 900px;
	padding: 20px 30px;
	background: url(bg-map-info.png) repeat-y left top;
}

.map-info .col1 {
	width: 424px;
	float: left;
}

.map-info .col2 {
	width: 424px;
	float: right;
}

.map-info h2 {
	clear: left;
}


/* Share
 */

#nk-share {
	position: absolute;
	position: fixed;
	right: 15px;
	top: 182px;
	text-align: right;
	visibility: hidden;
	line-height: 1.2em;
}

.sharebtn {
	margin-bottom: 12px;
}


/* Typography
 */
 
h1, h2, h3, h4, h5, h6 {
	font-family: 'Nokia Pure Text';
}

section header h1 {
	font-size: 22px;
	font-weight: normal;
}

p {
	margin: 20px 0;
}

a {
	color: #124191;
}



.hidden,
.print { display: none; }

/* Survey */

.survey body {
	background: #17548b url(bg-blue.jpg) no-repeat fixed center top;	
}
.survey #content {
	background-color: #ffffff;	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 30px;
}

.survey #content h1 {
	font-size:22px;
	padding-bottom: 20px;
}
.survey #content h2 {
	font-size:18px;
}
.survey h3 {
	font-size:16px;
	padding-top: 30px;
}

.survey p {
	margin: 20px 0 5px 0;
}

.survey textarea {
	width: 340px;
	height: 100px!important;
}
.survey .checkbox { display:block; }

.survey .survey-intro-column label { display:block; }

.survey #nk-share { display: none!important; }

.survey .required-text { color: #c62121; font-weight: normal!important; }

.survey .thank-you input { width: 340px; }
.survey .thank-you input.button { width: 80px; }
