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-webfont.eot');
    src: url('fonts/rockwell_light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/rockwell_light-webfont.woff') format('woff'),
         url('fonts/rockwell_light-webfont.ttf') format('truetype'),
         url('fonts/rockwell_light-webfont.svg#rockwell_lightregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Sassoon';
    src: url('fonts/sassosancjftworeg-webfont.eot');
    src: url('fonts/sassosancjftworeg-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/sassosancjftworeg-webfont.woff') format('woff'),
         url('fonts/sassosancjftworeg-webfont.ttf') format('truetype'),
         url('fonts/sassosancjftworeg-webfont.svg#sassoon_sans_cjf_tworegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@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: #fff;
-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;

}



span.colour {
	color: #ba0e31;
}

.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%;	
	background-size: 25% 100%;
}

body.green #header {
	background: #eb008b;

}

body.red #header {
	background: #eb008b;

}

#instructionsDiv{
	height: 45px;
	min-height: 45px;
	max-height: 45px;
	position: absolute;
	width: 100%; 
}


#header img {
position: absolute;
margin: 15px 0;
}



.icon-arrow-up:before             
{ content: "\f062"; }

#header h1 span {
  font-family: OpenSansRegular;
  font-size:18px;
  padding-left:10px
}




	
#header h1 {
  height: 60px;
  font-weight: normal;
  font-size: 26px;
  color:white;
  line-height:70px;
  font-family: OpenSansRegular, Helvetica, Arial, sans-serif;
  overflow: hidden;
  text-align:left;
  margin-left:170px;
}

.tabs li { 
  /* Makes a horizontal row */
  float: left; 
	
  /* So the psueudo elements can be
     abs. positioned inside */
  position: relative; 
}
.tabs a { 
  /* Make them block level
     and only as wide as they need */
  float: left; 
  padding: 10px 40px; 
  text-decoration: none;
  line-height:25px;
  
  /* Default colors */ 
  color: #ffffff;
  background: #d68aac; 
  
  /* Only round the top corners */
  -webkit-border-top-left-radius: 15px;
  -webkit-border-top-right-radius: 15px;
  -moz-border-radius-topleft: 15px;
  -moz-border-radius-topright: 15px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px; 
  
}
.tabs .active {
  /* Highest, active tab is on top */
  z-index: 3;
}


body.green .tabs .active a { 
  /* Colors when tab is active */
  background: #f9cbdf; 
  color: #eb008b; 
}

.tabs .active a { 
  /* Colors when tab is active */
  background: #f9cbdf; 
  color: #eb008b; 
}

.tabs .correct a { 
  background: #FFF; 
  color: #00509e; 
}

.tabs li:before, .tabs li:after, 
.tabs li a:before, .tabs li a:after {
  /* All pseudo elements are 
     abs. positioned and on bottom */
  position: absolute;
  bottom: 0;
}
/* Only the first, last, and active
   tabs need pseudo elements at all */
.tabs li:last-child:after,   .tabs li:last-child a:after,
.tabs li:first-child:before, .tabs li:first-child a:before,
.tabs .active:after,   .tabs .active:before, 
.tabs .active a:after, .tabs .active a:before {
  content: "";
}
.tabs .active:before, .tabs .active:after {
  background: #f9cbdf; 
  
  /* Squares below circles */
  z-index: 1;
}


.tabs .correct:before, .tabs .correct:after {
  background: #ffffff; 
}


/* Squares */
.tabs li:before, .tabs li:after {
  background: #d68aac;
  width: 10px;
  height: 10px;
}



.tabs li:before {
  left: -10px;      
}
.tabs li:after { 
  right: -10px;
}
/* Circles */
.tabs li a:after, 
.tabs li a:before {
  width: 20px; 
  height: 20px;
  /* Circles are circular */
  -webkit-border-radius: 10px;
  -moz-border-radius:    10px;
  border-radius:         10px;
  background: #eb008b;
  
  /* Circles over squares */
  z-index: 2;
}









.tabs .active a:after, .tabs .active a:before {
  background: #d68aac;
}
/* First and last tabs have different
   outside color needs */
.tabs li:first-child.active a:before,
.tabs li:last-child.active a:after {
   background: #eb008b;
}
.tabs li a:before {
  left: -20px;
}
.tabs li a:after {
  right: -20px;
}

#tabDiv{
	
float:right;	
margin-top:-65px;
}

.inner {
	height: 60px;
	position: relative;
	width:1014px;
	margin:0 auto;
	background: #eb008b;
	margin-top:-12px;
}

.inner2 {
	height: 42px;
	position: relative;
	width:1014px;
	margin:0 auto;
	background: #f9cbdf;	
}

.inner3 {
	height: 42px;
	position: relative;
	width:1014px;
	margin:0 auto;
	background: #fff;
}

#instructions
{
	
background:#f9cbdf;	
color:#eb008b;
line-height:45px;
font-size:18px;
}

#feedback{
	display: none;
	color: #00509e;
	line-height: 50px;
	background: #fff;
	border-bottom: 1px solid #00509e;
}

#feedback1{
	float:left;
	font-size:18px;
	line-height:45px;
}

#tickimg{
	height: 32px;
	width: 42px;
	background-image:url(images/tick.png);
	background-repeat:no-repeat;
	float: left;
	margin-top:6px;
	margin-left:30px;
}	

#bottomResetBtn a {
	float:right;
	position:relative;
    color: rgba(255,255,255,1);
	background-color: rgba(219,87,5,1);
    display: block;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
     -webkit-box-shadow: 0px 7px 0px rgba(219,31,5,1);
    -moz-box-shadow: 0px 7px 0px rgba(219,31,5,1);
    box-shadow: 0px 7px 0px rgba(219,31,5,1);
    margin: 0px auto;
	top:3px;
	width: 70px;
	cursor:pointer;
	line-height:30px;
	background-image:url(images/refresh.png);
	background-repeat:no-repeat;
	background-position: 27px 5px;
	-webkit-transition: all .1s ease;
	-moz-transition: all .1s ease;
	-ms-transition: all .1s ease;
	-o-transition: all .1s ease;
	transition: all .1s ease;
}

#bottomResetBtn a:active {
   -webkit-box-shadow: 0px 3px 0px rgba(219,31,5,1), 0px 0px 0px rgba(219,31,5,1);
    -moz-box-shadow: 0px 3px 0px rgba(219,31,5,1), 0px 0px 0px rgba(219,31,5,1);
    box-shadow: 0px 3px 0px rgba(219,31,5,1), 0px 0px 0px rgba(219,31,5,1);
    position: relative;
    top:7px;
}

#paintBtn a {
	float:right;
	right:20px;
	position:relative;
    color: rgba(255,255,255,1);
    text-decoration: none;
	background-color:#0655a5;
    font-weight: 600;
    font-size: 1.2em;
    display: block;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0px 7px 0px #013567;
    -moz-box-shadow: 0px 7px 0px #013567;
    box-shadow: 0px 7px 0px #013567;
    margin: 0px auto;
	top:3px;
	width: 70px;
	cursor:pointer;
	line-height:30px;
	text-align:center;
	background-image:url(images/next.png);
	background-repeat:no-repeat;
	background-position: 20px 7px;
	-webkit-transition: all .1s ease;
	-moz-transition: all .1s ease;
	-ms-transition: all .1s ease;
	-o-transition: all .1s ease;
	transition: all .1s ease;
}

#paintBtn a:active {
   -webkit-box-shadow: 0px 3px 0px #013567, 0px 0px 0px rgba(0,0,0,.9);
    -moz-box-shadow: 0px 3px 0px #013567, 0px 0px 0px rgba(0,0,0,.9);
    box-shadow: 0px 3px 0px #013567, 0px 0px 0px rgba(0,0,0,.9);
    position: relative;
    top:7px;
}

#stage{
	font-family: "Sassoon";margin: 60px auto;
	min-height: 550px;
	width: 570px;
	overflow: hidden;
	position: relative;

}

.step {
	display: none;
	margin-bottom: 20px;
	width: 570px;
}


.top{
	height: 320px;
	width: 570px;
	background: url(images/1.png) 0px 0px no-repeat;
	margin-bottom: 30px;
	
}	

.questions{
	height: 300px;
	padding: 10px;
	border: 1px solid;
	width: 570px;
	margin-bottom: 10px;
	border: 3px solid #b90d30;
	border-radius: 10px;
}	
div.question{
	line-height: 40px;
	height: 60px;
	margin-top: 10px;
}


div.target{
	background: #fff;
	border: 3px solid #b90d30;
	border-radius: 10px;
	width:50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	margin-left: 25px;

}





div.target.correct{
	border: 3px solid #69a669;
	background-color: #dbedd2;
	color: #69a669;

}


span.qnum{
	color: #b90d30;
}

#step1 .bottom{
	height: 250px;
	width: 570px;

}

#step2 .bottom{
	height: 170px;
	width: 570px;
	border: 3px solid #b90d30;
	text-align: center;
	padding-top: 20px;
	background: #f9cbdf;
	margin: 0 auto;
	border-radius: 25px;

}

.container{
	text-align: center;
	width: 300px;
	height: 200px;
	margin: 0 auto;
}

div.number{
	background: #fff;
	border: 3px solid black;
	border-radius: 10px;
	width:50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	display: inline-block;
	margin-bottom: 20px;
	margin-left: 5px;
	cursor: pointer;

}


.row{
	height: 100px;
	width: 570px;
	margin-top: -1px;
}

.label{
	display: inline-block;
	vertical-align: top;
	height: 100px;
	width: 90px;
	text-align: center;
	line-height: 100px;
}

.hotspot{
	display: inline-block;
	vertical-align: top;
	height: 100px;
	width: 47px;
	border: 2px solid #d2222a;
	cursor: pointer;
	margin-left: -3px;
	margin-right: -3px;
}

.hotspot.correct{
	background: #f9cbdf;

}
#copyright{
	position:absolute;
	right: 0px;
	bottom: 0px;
	width:500px;
	
}

#copyright p{
	position:relative;
	float:right;
	font-size:12px;
	color:#666;
	margin-bottom:5px;
}

#crayon-box{
	position: absolute;
	top: 180px;
	height: 278px;
	width: 200px;
	left: 0px;
	
}


#crayon-box #crayon-box-front{
	width: 55px;
	height: 278px;
	background: url(images/crayon-box-front.png) no-repeat 0px 0px;
	position: absolute;
	z-index: 200;
}

#crayon-box #crayon-box-back{
	width: 58px;
	height: 266px;
	background: url(images/crayon-box-back.png) no-repeat 0px 0px;
	position: absolute;
	z-index: -40;
	left: 38px;
	top: 9px;

}

#crayon-box .crayon {
	height: 53px;
	width: 231px;
	margin-left: -120px;
	margin-top: 10px;
	cursor: pointer;
	
	
}

.crayon.yellow {
	background: url(images/crayon-yellow.png) no-repeat 0px 0px;

}

.crayon.blue {
	background: url(images/crayon-blue.png) no-repeat 0px 0px;

}

.crayon.red {
	background: url(images/crayon-red.png) no-repeat 0px 0px;

}

.crayon.green {
	background: url(images/crayon-green.png) no-repeat 0px 0px;

}

#crayon-box .crayon.magic {
	background: url(images/crayon-magic.png) no-repeat 0px 0px;
	height: 137px;
}

#crayon-container{
	position: absolute;
	left: 0px;
	z-index: 20;
	top: 10px;
}


/* Hint Button */

#hint-btn{
	width: 125px;
	padding-left: 60px;
	font-size: 20px;
	color: #515250;
	cursor: pointer;
	line-height: 58px;
	
	position: absolute;
	top: 110px;
	left: 0px;
	height: 58px;
	-webkit-border-top-right-radius: 29px;
	-moz-border-top-right-radius: 29px;
	border-top-right-radius: 29px;
	-webkit-border-bottom-right-radius: 29px;
	-moz-border-bottom-right-radius: 29px;
	border-bottom-right-radius: 29px;
	background-color: #f9cbdf;
	background-image: url('images/hint-bg.png');
	background-repeat: no-repeat;
	background-position: 10px -87px;
	cursor: pointer;
}


#hint-btn:after
{ 
content:"Hint";
}


/* Hint box */

#hint-box {
	display: none;
	position: absolute;
	z-index: 10000;
	top: 200px;
	left: 50%;
	margin-left: -313px;
	width: 627px;
	min-height: 100px;
	padding-bottom: 20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: #fff;
	-webkit-box-shadow: 9px 2px 7px 1px rgba(0,0,0,.07);
	-moz-box-shadow: 9px 2px 7px 1px rgba(0,0,0,.07);
	box-shadow: 9px 2px 7px 1px rgba(0,0,0,.07);

}

#hint-box .bee {
	display: inline-block;
	position: relative;
	margin-right: -30px;
	margin-top: -15px;
	vertical-align: top;
	z-index: 99999;
}


#hint-box #hint-header{
	height: 65px;
	border-bottom: 1px solid #eb008b;
	width: 100%;
	line-height: 65px;
	padding-left: 70px;
	font-size: 30px;
	color: #363834;
	background-image: url('images/hint-bg.png');
	background-repeat: no-repeat;
	background-position: 30px -30px;

}

#hint-content{
	font-family: "Open Sans";
	font-size: 18px;
	color: #515250;
	text-align: center;
	padding: 20px;
}

.hinttext_container {
display: inline-block;
vertical-align: top;
padding: 20px;
padding-left: 45px;
width: 350px;
margin: 0px auto;
z-index: 9998;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
background-color: #f9cbdf;
-webkit-box-shadow: 2px 0 2px rgba(0,0,0,.26);
-moz-box-shadow: 2px 0 2px rgba(0,0,0,.26);
box-shadow: 2px 0 2px rgba(0,0,0,.26);
text-align: left;
}

#hint-close
{
	cursor: pointer;
	width: 30px;
	height: 30px;
	margin: 0 auto;
	line-height: 45px;
	font-size: 22px;
	color: #4c4c4b;
	background-image: url('images/close-bg.png');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: right;
	display: inline-block;
	margin-top: 15px;
	margin-right: 15px;
	

}

#overlay{
	display: none;
	background: url('images/grad.png') #000000 no-repeat center center fixed;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
	opacity: 0.58;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: 0;
	padding: 0;
	z-index: 1000;
	height: 100%;
	width: 100%;
}

@media only screen and (max-width: 1023px), (orientation: portrait) {

#header h1 {
  height: 60px;
  font-weight: normal;
  font-size: 20px;
  color:white;
  line-height:70px;
  font-family: OpenSansRegular, Helvetica, Arial, sans-serif;
  overflow: hidden;
  text-align:left;

}

.tabs li { 
  /* Makes a horizontal row */
  float: left; 
	
  /* So the psueudo elements can be
     abs. positioned inside */
  position: relative; 
}
.tabs a { 
  /* Make them block level
     and only as wide as they need */
  float: left; 
  padding: 10px 20px; 
  text-decoration: none;
   line-height:25px;
 /* Default colors */ 
  color: #ffffff;
  background: #d68aac; 
  
  
  /* Only round the top corners */
  -webkit-border-top-left-radius: 15px;
  -webkit-border-top-right-radius: 15px;
  -moz-border-radius-topleft: 15px;
  -moz-border-radius-topright: 15px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px; 
  
}
.tabs .active {
  /* Highest, active tab is on top */
  z-index: 3;
}
.tabs .active a { 
  /* Colors when tab is active */
  background: #f9cbdf; 
  color: #eb008b; 
}

.tabs .correct a { 
  background: #FFF; 
  color: #00509e; 
}


.tabs li:before, .tabs li:after, 
.tabs li a:before, .tabs li a:after {
  /* All pseudo elements are 
     abs. positioned and on bottom */
  position: absolute;
  bottom: 0;
}
/* Only the first, last, and active
   tabs need pseudo elements at all */
.tabs li:last-child:after,   .tabs li:last-child a:after,
.tabs li:first-child:before, .tabs li:first-child a:before,
.tabs .active:after,   .tabs .active:before, 
.tabs .active a:after, .tabs .active a:before {
  content: "";
}
.tabs .active:before, .tabs .active:after {
  background: #f9cbdf; 
  
  /* Squares below circles */
  z-index: 1;
}

.tabs .correct:before, .tabs .correct:after {
  background: #ffffff; 
}


/* Squares */
.tabs li:before, .tabs li:after {
  background: #d68aac;
  width: 10px;
  height: 10px;
}
.tabs li:before {
  left: -10px;      
}
.tabs li:after { 
  right: -10px;
}
/* Circles */
.tabs li a:after, .tabs li a:before {
  width: 20px; 
  height: 20px;
  /* Circles are circular */
  -webkit-border-radius: 10px;
  -moz-border-radius:    10px;
  border-radius:         10px;
  background: #eb008b;
  /* Circles over squares */
  z-index: 2;
}
.tabs .active a:after, .tabs .active a:before {
  background: #d68aac;
}
/* First and last tabs have different
   outside color needs */
.tabs li:first-child.active a:before,
.tabs li:last-child.active a:after {
   background: #eb008b;
}
.tabs li a:before {
  left: -20px;
}
.tabs li a:after {
  right: -20px;
}

#tabDiv{
	
float:right;	
margin-top:-65px;
margin-right:15px;
font-size:15px;
	
}

.inner {
	height: 60px;
	position: relative;
	width:750px;
	margin:0 auto;
	background: #eb008b;
	margin-top:-12px;
}

.inner2 {
	height: 50px;
	position: relative;
	width:750px;
	margin:0 auto;
	background: #f9cbdf;	
}

.inner3 {
	height: 50px;
	position: relative;
	width:750px;
	margin:0 auto;
	background: #fff;
}

#instructions{
	
background:#f9cbdf;	
color:#eb008b;
line-height:50px;
font-size:15px;	
}

#feedback{
	display: none;
	color: #00509e;
	line-height: 50px;
	background: #fff;
	border-bottom: 1px solid #00509e;
	font-size:15px;	
}

#feedback1{
	float:left;
	font-size:18px;
	line-height:45px;
}





#tickimg{
	height: 32px;
	width: 42px;
	background-image:url(images/tick.png);
	background-repeat:no-repeat;
	float: left;
	margin-top:6px;
	margin-left:10px;
}	

#bottomResetBtn a {
	float:right;
	position:relative;
    color: rgba(255,255,255,1);
    text-decoration: none;
    background-color: rgba(219,87,5,1);
    display: block;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0px 7px 0px rgba(219,31,5,1);
    -moz-box-shadow: 0px 7px 0px rgba(219,31,5,1);
    box-shadow: 0px 7px 0px rgba(219,31,5,1);
    margin: 0px auto;
	top:5px;
	width: 50px;
	cursor:pointer;
	line-height:35px;
	text-align:center;
	background-image:url(images/refresh.png);
	background-repeat:no-repeat;
	background-position: 17px 7px;
	-webkit-transition: all .1s ease;
	-moz-transition: all .1s ease;
	-ms-transition: all .1s ease;
	-o-transition: all .1s ease;
	transition: all .1s ease;
}

#bottomResetBtn a:active {
   -webkit-box-shadow: 0px 3px 0px rgba(219,31,5,1), 0px 0px 0px rgba(219,31,5,1);
    -moz-box-shadow: 0px 3px 0px rgba(219,31,5,1), 0px 0px 0px rgba(219,31,5,1);
    box-shadow: 0px 3px 0px rgba(219,31,5,1), 0px 0px 0px rgba(219,31,5,1);
    position: relative;
    top:11px;
}




#paintBtn a {

top: 5px;
width: 50px;

line-height: 35px;

background-position: 13px 7px;
}



#copyright p{
	position:relative;
	float:right;
	font-size:12px;
	color:#666;
	margin-bottom:5px;
}

#stage{
	font-family: "Sassoon";margin-top: 60px;
	min-height: 800px;
	height: auto;
	width: 570px;
	overflow: hidden;
	position: relative;
	margin-left: 180px;
	margin-bottom: 30px;

}

}