
#scroll-prompt {
	display: block;
	position: fixed;
	margin-bottom: -200px;
	z-index: 1000;
	bottom: 100px;
	width: 100px;
	left: 50%;
	margin-left: -50px;
	background: #555;
	background-color: rgba(0,0,0,0.4);
	text-align: center;
	color: white;
	font-weight: bold;
	font-size: 20px;
}
#scroll-prompt .i {
	position: absolute;
	left: 0;
	bottom: -55px;
	border: 50px solid rgba(0,0,0,0.4);
	border-bottom: 0;
	border-left: 50px solid transparent;
	border-right: 50px solid transparent;
}
#photo,
#diag2,
#sidebar,
#search {
	display: none;
}
#wrap {
}
#wrap2 {
	max-width: 100%;
	overflow-x: hidden;
}
#skrollr-body {
	width: 100%;
}
#bg1 {
	position: fixed;
	z-index: -10;
	bottom: -2000px;
	width: 100%;
	height: 2000px;
	background: url(../images/bg1.jpg) 50% 0px no-repeat;
	opacity: 0;
	margin-bottom: -500px;
}
#bg1d {
	position: fixed;
	z-index: -9;
	bottom: -3000px;
	width: 100%;
	height: 3000px;
	background: url(../images/diag1.png) 50% 0px no-repeat;
}

#bg2 {
	position: fixed;
	z-index: -9;
	bottom: -2000px;
	width: 100%;
	height: 2000px;
	background: url(../images/bg2.jpg) 50% 0px no-repeat;
}
#bg2d {
	position: fixed;
	z-index: -8;
	bottom: -3000px;
	width: 100%;
	height: 3000px;
	background: url(../images/diag2.png) 50% 0px no-repeat;
}


#bg3 {
	position: fixed;
	z-index: -7;
	bottom: -2000px;
	width: 100%;
	height: 2000px;
	background: url(../images/bg3.jpg) 50% 0px no-repeat;
}
#bg3d {
	position: fixed;
	z-index: -6;
	bottom: -3000px;
	width: 100%;
	height: 3000px;
	background: url(../images/diag1.png) 50% 0px no-repeat;
}
#main {
	width: 780px;
	margin: 0 0 0 175px;
}

#nav {
	margin-top: 400px;
}
#content {
	margin: 0;
	width: auto;
	float: none;
}
.btn-register {
	display: block;
	float: left;
	margin: 10px 20px 0 0;
	width: 104px;
	height: 37px;
	padding: 37px 0 29px;
	background: white;
	text-align: center;
	-webkit-border-radius: 120px;
	-moz-border-radius: 120px;
	border-radius: 120px;
	text-transform: uppercase;
	text-decoration: none;
	font-family: "brandon-grotesque", sans-serif;
	-webkit-box-shadow: 5px 5px 0px #000;
	-moz-box-shadow: 5px 5px 0px #000;
	box-shadow: 5px 5px 0px #000;
	font-size: 18px;
	line-height: 1;
	font-weight: bold;
}
.btn-register:hover {
}


.section {
	position: relative;
	margin: 0 0 50px 0;
	padding: 180px 0 0 ;
}
h3.title {
	position: absolute;
	top: 0px;
	z-index: 200;
	margin: 0 0 50px 100px;
	padding: 0 0 0 70px;
	width: 212px;
	height: 57px;
	background: url(../images/sprites.png) 0 0;
	line-height: 57px;
	color: #252525;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: bold;
}
#purpose-title { background-position:-308px 0; }
#speakers-title { background-position:-598px 0; }
#schedule-title { background-position:-898px 0; }
#register-title { background-position:-1197px 0; }
.admin-bar h3.title {
	margin-top: 28px;
}
#wrap2 {
	background: none;
}
/*
.bg {
	position: absolute;
	left: 50%;
	margin-left: -600px;

	width: 1200px;
}

#bg1 {
	top: 300px;
	background: url(../../images/bg1.jpg) 0 850px no-repeat;
	height: 2800px;
	border-bottom: 500px solid #abada9;
}
*/
/* @group Intro */

#intro {
	height: 2800px;
}
#intro h2 {
	position: fixed;
	width: 350px;
	height: 180px;
	margin: 0 0 0 145px;
	padding: 0;
	background: white;
	background-color: rgba(255,255,255,0.7);
	text-align: right;
	font-size: 36px;
	line-height: 1;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	-webkit-border-top-left-radius: 50px;
	-moz-border-radius-topleft: 50px;
	border-top-left-radius: 50px;
	color: #363636;
}
#intro h2 span {
	display: block;
	position: absolute;
	bottom: 20px;
	right: 20px;
	

}
#intro h2 strong {
	color: #64b151;
}
#intro h2.first {
	top: -500px;
}
#intro h2.final {
	background: #8abd4f;
	background-color: rgba(138,189,79,0.9);
	font-size:30px;
}

#intro h3 {
	position: fixed;
	margin:210px 0 0 495px;
	width: 180px;
	height: 120px;
	padding: 0px 20px 0px 0;
	background: white;
	background-color: rgba(200,200,200,0.8);
	line-height: 1;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: white;
	color: rgba(255,255,255,0.9);
	-webkit-border-bottom-right-radius: 50px;
	-moz-border-radius-bottomright: 50px;
	border-bottom-right-radius: 50px;
}
#intro h3 span {
	position: absolute;
	bottom: 10px;
	left: 10px;
	width: 160px;

}
#intro h3.step1 { top: 300px;color: #544f4f; }
#intro h3.step2 { top: 600px;color: #544f4f; }
#intro h3.step3 { top: 900px; color: #544f4f;}

#intro h3.step4 {
	top: 1200px;
	background: #8abd4f;
	background-color: rgba(138,189,79,0.9);
	color: #363636;
	font-size:18px;
}

/* @end */

/* @group Purpose */

#purpose {
	margin-bottom: 300px;
}
#purpose > .content {
	opacity: 0;
}
#purpose .box {
	position: relative;
	width: 620px;
	margin: 0 0 30px 0;
	padding: 30px;
	background: white;
	background-color: rgba(255,255,255,0.8);
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	font-size: 14px;
	
	-webkit-transform-origin: 50% 100%;
	-moz-transform-origin: 50% 100%;
	transform-origin: 50% 100%;

	-webkit-backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	backface-visibility:hidden;

	-webkit-transform-style:preserve-3d;
	-moz-transform-style:preserve-3d;
	transform-style:preserve-3d;
	
}
#purpose .box > .row {
	margin-bottom: 0;
}
#purpose .box > .row p:last-child {
	margin-bottom: 0;
}
#purpose .box h2 {
	color: #8abd4f;
	font-size: 38px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#purpose .box2 {
	font-size: 18px;
	background-color: white;
}
#purpose .box3 {
	font-size: 18px;
	line-height: 1.2;
	font-weight: bold;
	background: #8abd4f;
	background-color: rgba(138,189,79,0.8);
}
#purpose .box3 em {
	font-size: 14px;
	font-weight: bold;
}
#purpose .box3 strong {
	text-decoration: underline;
}
#purpose .box3 .btn-register {
	xposition: absolute;
	xtop: 10px;
	xright: 40px;
}

#purpose .box.page {
	margin-bottom: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
#purpose .box.page > a {
	display: block;
	height: 15px;
	line-height: 15px;
	position: relative;
	font-weight: bold;
	text-decoration: none;
}
#purpose .box.page > a:hover {
	text-decoration: underline;
}
#purpose .box.page > a .i {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 11px;
	height: 15px;
	background: url(../images/sprites.png) 0 -115px ;
}
#purpose .box.page .content {
	display: none;
	
}
#purpose .sidebar {
	position: fixed;
	top: 180px;
	margin: 0 0 0 800px;
	opacity: 0;
}
#purpose .sidebar .globe {
	position: relative;
	display: block;
	width: 109px;
	height: 107px;
	margin: 0 auto 140px auto;
	background: url(../images/sprites.png) no-repeat -48px -61px;
}
#purpose .sidebar .globe:after {
	position: absolute;
	z-index: -1;
	top: -15px;
	left: -26px;
	content: ' ';
	display: block;
	width: 161px;
	height: 160px;
	background: rgba(255,255,255,0.6);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
#purpose .sidebar .globe strong {
	position: relative;
	display: block;
	width: 210px;
	margin-left: -50px;
	color: white;
	text-align: center;
	line-height: 100px;
	font-size: 58px;
	text-align: center;
	xbackground: green;
}
#purpose .sidebar .globe em {
	position: absolute;
	display: block;
	top: 110px;
	left: 0;
	width: 110px;
	text-align: center;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 1;
	xopacity: 0;
}
#purpose .sidebar .ad {
	margin: 40px 0 0 ;
}
#purpose .sidebar .ad img {
	border: 5px solid #f4f1f1;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}


/* @end */

/* @group Speakers */

#speakers h4 {
	clear: both;
	display: block;
	margin: 0 0 30px 0;
	padding: 15px 0px 15px 22px;
	width: 180px;
	color: #f68a1f;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 14px;
	line-height: 1;
	background: #fff;
	background-color: rgba(255,255,255,0.8);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}




#speakers ul,
#speakers ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#speakers > .content > ul {
	margin-left: -30px;
}
#speakers > .content > ul > li {
	position: relative;
	display: block;
	float: left;
	width: 160px;
	height: 160px;
	margin: 0 0px 30px 30px;

}
#speakers > .content > ul > li > span.image,
#speakers > .content > ul > li > img {
	position: absolute;
	top: 0;
	left: 0;
	width: 160px;
	height: 160px;
	display: block;
	-webkit-border-radius: 115px;
	-omz-border-radius: 115px;
	border-radius: 115px;
	cursor: pointer;
}
#speakers > .content > ul > li > span.image {
	background: #ddd;
	background-color: rgba(155,155,155,0.7);
}
#speakers > .content > ul > li > strong {
	position: absolute;
	top: 125px;
	right: -0px;
	display: block;
	padding: 1px 10px;
	background: #000;
	background-color: rgba(0,0,0,0.3);
	color: white;
	-o-transition: background-color .1s linear;
	-moz-transition: background-color .1s linear;
	-webkit-transition: background-color .1s linear;
	transition: background-color .1s linear;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	cursor: pointer;
	white-space: nowrap;
}
#speakers > .content > ul > li:hover > strong {
	background-color: #f68a1f;
	
}
#speakers > .content > ul > li > .description {
	display: none;
	position: absolute;
	z-index: 1000;
	top: 140px;
	left: -100px;
	width: 290px;
	padding: 80px 20px 20px 20px;
	background: #f68a1f;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	color: white;
}
#speakers > .content > ul > li.selected > strong {
	position: absolute;
	padding: 0;
	top: 165px;
	left: -70px;
	width: 270px;
	z-index: 1002;
	background: none;
	font-size: 28px;
	text-align: center;
	line-height: 1;
	cursor: default;
}
#speakers > .content > ul > li.selected > img {
	z-index: 1001;
}
#speakers > .content > ul > li.selected > .description {
	display: block;
}
#speakers > .content > ul > li .description .close {
	position: absolute;
	z-index: 105;
	top: 10px;
	right: 10px;
	display: block;
	height: 22px;
	width: 22px;
	text-align: center;
	background: #945415;
	color: #f68a1f;
	font-size: 32px;
	font-weight: bold;
	line-height: 22px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	cursor: pointer;
}

/* @end */

/* @group Schedule */

#schedule {
	padding-bottom: 500px;
}
#schedule table {
	position: relative;
	width: 100%;
	margin: 0 0 30px 0;
	padding: 20px;
	background: white;
	background-color: rgba(255,255,255,0.8);
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	font-size: 14px;
}
#schedule th {
	padding: 20px 10px 15px 10px;
	font-size: 18px;
	color: #df1f33;
	text-align: left;
}
#schedule td {
	padding: 0px 50px 20px 10px;
	vertical-align: top;
	font-size: 12px;
}
#schedule td.time {
	padding-left: 70px;
	padding-right: 30px;
	width: 50px;
}
#schedule h2.blurb {
	position: absolute;
	bottom: 150px;
	width: 350px;
	height: 180px;
	margin: 0 0 0 145px;
	padding: 0;
	background: #0091c6;
	background-color: rgba(0,145,198,0.8);
	text-align: right;
	font-size: 26px;
	line-height: 1;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	-webkit-border-top-left-radius: 50px;
	-moz-border-radius-topleft: 50px;
	border-top-left-radius: 50px;
	color: #363636;
}
#schedule h2.blurb span {
	display: block;
	position: absolute;
	bottom: 20px;
	right: 20px;
}
#schedule h3.blurb {
	position: absolute;
	bottom: 100px;
	margin:160px 0 0 495px;
	width: 180px;
	height: 120px;
	font-size: 16px;
	padding: 0px 20px 0px 0;
	background: #0091c6;
	background-color: rgba(0,145,198,0.8);
	line-height: 1;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #363636;
	
	-webkit-border-bottom-right-radius: 50px;
	-moz-border-radius-bottomright: 50px;
	border-bottom-right-radius: 50px;
}
#schedule h3.blurb span {
	position: absolute;
	bottom: 10px;
	left: 10px;
	width: 160px;
}

#schedule .ad {
	position: absolute;
	bottom: 450px;
	right: 0;
	margin: 40px 0 0 ;
}
#schedule .ad img {
	border: 5px solid #f4f1f1;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}


/* @end */

/* @group Register */
#register {
	padding-top: 100px;
}
#register .title {
	position: absolute;
	opacity: 1;
	top: 0px;
}
#register .box {
	position: relative;
	padding: 30px;
	background: white;
	background-color: rgba(255,255,255,0.8);
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	font-size: 12px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#register .box h2 {
	margin: 0 0 0.1em;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	color: #0091c6;
	font-size: 18px;
}
#register .box strong {
	font-size: 14px;
}

/* @end */

#footer {
	margin-left: 0;
}
