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%;
  vertical-align: baseline;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

 @font-face {
    font-family: RockwellLight;
    src: url(../fonts/rockwell_light.ttf);
	font-weight:400;
}


@font-face {
	font-family: 'Rockwell';
	src: url('fonts/rock.eot');
    src: url('fonts/rock.eot?#iefix') format('embedded-opentype'),
         url('fonts/rock.woff') format('woff'),
         url('fonts/rock.ttf') format('truetype'),
         url('fonts/rock.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}



@font-face {
    font-family: 'OpenSansRegular';
    src: url('../fonts/OpenSans-Regular-webfont.eot');
    src: url('../fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Regular-webfont.woff') format('woff'),
         url('../fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-Regular-webfont.svg#OpenSansRegular') format('svg');

}

html { height: 100%; }
body { font-size: 13pt; line-height: 1; font-family: Open Sans, Arial, Tahoma, sans-serif; background: #e3e6ec;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-tap-highlight-color: rgba(0,0,0,0);	
font-family: OpenSansRegular;
background-image:url('images/bg.png');
}



.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
 

 
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
ol, ul { list-style: none; }
 
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
strong { font-weight: bold; } 
 
table { border-collapse: collapse; border-spacing: 0; }
img { border: 0; max-width: 100%; }
 
h1 { font-family: 'Merienda', 'Trebuchet MS', Verdana, sans-serif; font-size:26px; line-height: 1.7em; margin-bottom: 20px; font-weight: bold; letter-spacing: -0.03em; color: #675d90; text-align: center; }

#header {
  	width: 100%;
	margin-bottom: 5px;
  	background: #8f52a1;
	background-size: 25% 100%;
}

div.colour_bg{
	position: absolute;
	left: 0px;
	width: 30%;
	height: 50px;
	background: #fee903;
	
}

#header img {
position: absolute;
}



.icon-arrow-up:before             
{ content: "\f062"; }

#header h1 {
  height: 50px;
  font-weight: normal;
  font-size: 26px;
  color:white;
  line-height:50px;
  font-family: Rockwell, Helvetica, Arial, sans-serif;
  overflow: hidden;
  text-align:left;
  margin-left:212px;
}

#header h1 span {
  font-family:OpenSansBold;
  font-size:18px;
  padding-left:10px
}

.inner {
	height: 50px;
	position: relative;
	width:850px;
	margin:0 auto;
	background: #8f52a1;
	
}





#left {
	counter-reset: li;
	padding-left: 15px;
	width: 329px;
	float:left;
}

#stage{
	margin: 0 auto;
	min-height: 500px;
	height: auto;
	width: 850px;
	overflow: hidden;
	position: relative;

}

#bottom {
	height: auto;
	min-height: 73px;
	background: #454444;
	box-shadow: inset 1px 10px 15px -6px;
	padding-top: 15px;
	padding-left: 35px;
	padding-right: 205px;
	padding-bottom: 15px;
	line-height: 25px;
	position: relative;
}

#bottom.wider {
	padding-right: 35px;

}

#stage > #title {
	min-height: 40px;
	height: 75px;
	width: 100%;
	position: relative;

}

div.title1_container{


}


div.title2_container{
	position: absolute;
	top: 40px;
}

div.title{
	position: relative;
	width: auto;
	float: left;
	top: 0px;
	z-index: 1000;
	padding: 5px;
	left: 0px;
	font-size: 24px;
	line-height: 26px;
	color: #fff;
	display: inline-block;
	height: 40px;
	background: #454444;
	font-family: Rockwell, sans-serif;
}

div.edge1{
	width: 54px;
	height: 40px;		
	background-image:url('images/title1.png');
	float: left;
}

div.edge2{
		width: 49px;
	height: 40px;		
	background-image:url('images/title2.png');
	float: left;
}


div#title2{
	position: relative;
	display: inline-block;
	z-index: -2;
	left: 0px;
	float: left;
	color: #fff;
	background: #8f52a1;
	height: 40px;
	padding: 10px;
	width: auto;
	font-family: OpenSansRegular;
	font-size: 16px;
	line-height: 16px;
	
}

#stage > #content {
	width: 100%;
	margin-top: 10px;
	position: relative;
	border: 1px solid #dedbdb;
	background:#fff;
	
}





	
.stepbtn{
	height: 42px;
	width: 42px;
	border-radius: 21px;
	background-color: #fff;
	border: 1px solid #d0d0d0;
	cursor: pointer;
	background:url('images/btn_sprite.png') no-repeat 0px 0px;
	}
	
.stepbtn.inactive, #playpause.inactive{
	cursor: default;
	opacity: .5;
    filter: alpha(opacity=50);

}

#next.active{
	-webkit-animation-name: greenPulse;
	-webkit-animation-duration: 2s;
	-webkit-animation-iteration-count: infinite;
	background-color: #92549c;
	-moz-transition: background-color 1000ms linear;
}

@-webkit-keyframes greenPulse {
	from { background-color: #92549c;}
	50% { background-color: #c490cc;}
	to { background-color: #92549c;}
}


#playpause{
	height: 42px;
	width: 42px;
	background-image:url('images/btn_sprite.png');
	border-radius: 21px;
	background-color: #fff;
	border: 1px solid #d0d0d0;
	background-repeat: no-repeat;
	cursor: pointer;
	position: relative;
	top: 12px;
	margin-left: 15px;
	vertical-align:top;
	}
	
#playpause.play{
	background-position: -249px -1px;
	}


#playpause.pause{
	background-position: -190px -1px;
	}

#playpause.replay{
	background-position: -130px -1px
	}

	
.stepbtn#next{
		background-position: -69px -1px;
		position:relative;
		vertical-align:top;
		top:12px;
		margin-left: 15px;
		
	
		
	}
	
	.stepbtn#next.active{
		background-position: -69px -43px;
		
		
	}

.stepbtn#prev{
		background-position: -11px -1px;
		position:relative;
		vertical-align:top;
		top:12px;
		margin-right: 15px;
		
	}

#altBtn {
	height: 60px;
	width: 150px;
	text-align: center;
	float: left;
	padding: 10px;
	border-radius: 15px;
	margin-top: 30px;
	background-color: #92549c;
	font-family: OpenSansRegular;
	color: #fff;
	cursor: pointer;
	border: none;
	display: none;
}

div#altTitle{
	height: 52px;
	line-height: 52px;
	font-size: 16px;
	font-family: OpenSansRegular;
	color: #fff;
	background: #8f52a1;
	padding-left: 20px;
	display: inline-block;
	padding-right: 20px;
	float: left;
	margin-bottom: 20px;
}

div#altedge{
	background-image:url('images/title2.png');
	background-size: 100% 100%;
	float: left;
	height: 52px;
	width: 56px;
	
	
}

#alttext{
	width: 85%;
	margin: 20px auto;
	background: #454444;
	min-height: 100px;
	padding: 20px;
	box-shadow: inset 1px 10px 15px -6px #000000;
	
}

#altImage{
	display: block;
	border: 1px solid;
	margin: 10px auto;
	clear: both;

}

#altCon {
	position: absolute;
	width: 800px;
	background: #fff;
	top: 50px;
	left: 50%;
	margin-left: -400px;
	border: 1px solid;
	z-index: 999999;
	-webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.22);
	-moz-box-shadow:    0px 3px 5px rgba(0, 0, 0, 0.22);
	box-shadow:         0px 3px 5px rgba(0, 0, 0, 0.22);
	display: none;
	padding: 20px;
}

#overlay{
	position: fixed;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background: #000;
	z-index: 10000;
	opacity: .8;
    filter: alpha(opacity=80);
    display: none;

}

#closeBtn{
	background: #000;
	height: 30px;
	width: 30px;
	border: 1px solid #fff;
	-webkit-box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.22);
	-moz-box-shadow:    1px 3px 5px rgba(0, 0, 0, 0.22);
	box-shadow:         1px 3px 5px rgba(0, 0, 0, 0.22);
	color: #fff;
	border-radius: 30px;
	cursor: pointer;
	padding: 2px;
	position: relative;
	margin-left: -30px;
	margin-top:-30px;
	float:left;
	font-weight: bold;
	font-size: 10pt;
}

#nav {
	width: 360px;
	position: absolute;
	z-index: 9999;
	top: 5px;
	padding-left: 15px;
	line-height: 60px;
}


.arrow_box {
	position: relative;
	background: #454446;
	min-height: 110px;
	width: 270px; 
	padding: 20px;
	padding-top: 15px;
	font-size: 14px;
	color: #fff;
	line-height: 17px;
}
.arrow_box:after {
	left: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box:after {
	border-color: rgba(69, 68, 70, 0);
	border-left-color: #454446;
	border-width: 13px;
	top: 50%;
	margin-top: -13px;
}

.arrow_hint_container{
	display: none;
	position: absolute;
	width: 283px;
	right: 70px;
	min-height: 120px;
	z-index: 99999;
	top: -10px;
}

#hints {
	display: none;
	width: 46px;
	height: 49px;
	position: absolute;
	z-index: 9999;
	right: 20px;
	top: 20px;
	color: #fff;
	background: #f9b312 url('images/hintbg.png') no-repeat 17px 17px;
	border-radius: 25px;
	cursor: pointer;
}

#hints:hover {
	background: #8f52a1 url('images/hintbg.png') no-repeat 17px 17px;
}


#hints.clicked {
	background: #8f52a1 url('images/hintbg.png') no-repeat 17px 17px;

}



span.hint_steps{
	text-align: center;
}


span.hint_steps a{
	color: #fee903;
	text-decoration: none;
}

span.hint_steps a.inactive{
	color: #acaaaa;
	text-decoration: none;
	cursor: default;
}


#stepper {
	min-height: 73px;
	height: auto;
	font-size: 10pt;
	font-family: 'Open Sans', sans-serif;
}


#steps{
	color: #8f52a1;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;

}

#prof {
	display: block;
	height: 268px;
	width:199px;
	background-repeat: no-repeat;
	background-image:url('images/einstein_large.png');
	font-size: 10pt;
    position: absolute;
    bottom: -220px;
    right: 0px;
    cursor: pointer;
	z-index: 9999;
	background-position: 0px 0px;
}

#prof:hover {
	background-position: -299px 0px;
}


.prof_arrow_box {
	display: none;
	position: relative;
	background: #f9b312;
	width: 160px;
	min-height: 35px;
	text-align: center;
	cursor: pointer;
	padding-top: 10px;
	padding-bottom: 10px; 
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	margin-top: -10px;
}
.prof_arrow_box:after {
	top: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.prof_arrow_box:after {
	border-color: rgba(249, 179, 18, 0);
	border-top-color: #f9b312;
	border-width: 13px;
	left: 50%;
	margin-left: -13px;
}


#hintBtn{
	background-repeat: no-repeat;
	background-image:url('images/hintnav.png');
	height: 15px;
	width: 15px;
	cursor: pointer;
	position: absolute;
	left: 135px;
	top: 70px;
	display: none;
	
}

#hintBtn.next{
	background-position: -51px 0;
	margin-top: 140px;
	margin-left:-20px;

}

#hintBtn.prev{
	background-position: 0px 0;
	margin-top: 140px;
	margin-left:-20px;

}

.steptext {
	font-size:15px;
	line-height:20px;
	color: #fff;
}



#hintText {
	width: 112px;
	margin-top:120px;
	

}



@media (max-width: 850px){
					 
#stage{
	width: 650px;
}
				

div#title2{
	padding: 10px;
	padding-top: 12px;
	font-size: 12px;
	
}


#headerText{
	font-size:.9em;
	position: relative;
	text-align:center;
	
}

.headerBtn{
	top:3px;
	position:relative;

}

.inner {
	width: 650px;
	
}


#header .inner a {

    right: 0px;

}

.inner img{

	padding-left:0px;
	
}

#header h1 {

  text-align:center;
  margin-left:120px;
  
}

#altCon {
	width: 700px;
	top: 50%;
	left: 50%;
	margin-left: -350px;
	padding: 10px;
}


}