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: #3454a5;
    background-size: 25% 100%;
}
div.colour_bg {
    position: absolute;
    left: 0px;
    width: 30%;
    height: 70px;
    background: #9fc883;
}
#header img {
    position: absolute;
    margin: 15px 0;
}
.icon-arrow-up:before {
    content:"\f062";
}
#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;
}
#header h1 span {
    font-family: OpenSansRegular;
    font-size:18px;
    padding-left:10px
}
div.hotspot {
    position: relative;
    /*border: 1px solid red;*/
}
#canvas {
    background: #fff url('images/1.png');
    height: 300px;
    width: 300px;
    display: none;
    top: 178px;
    left: 225px;
    position: absolute;
}
#tracebox {
    display: none;
    width: 250px;
    height: 250px;
    margin-top: 60px;
    border: 2px solid black;
    background: #a8c6fa;
    margin-left: 30px;
}
.button {
    cursor: pointer;
    width: 125px;
    height: 50px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #b7ea4a;
    -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);
    line-height: 50px;
    font-size: 20pt;
    color: #4c4c4b;
    margin: 20px auto;
    vertical-align:top;
    font-family:'OpenSansRegular';
    display: none;
}
.button.disabled {
    cursor: default;
    opacity: 0.4;
}
.button.disabled {
    cursor: default;
    opacity: 0.4;
}
#erase_btn {
    background-color: #02ccff;
    background-image: url('images/erase-bg.png');
}
#start_btn {
    background-image: url('images/start-bg.png');
}
#instructions {
    background:#ccd4e8;
    color:#3454a5;
    line-height:45px;
    font-size:18px;
}
.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: #697cac;
    /* 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: #ccd4e8;
    color: #3454a5;
}
.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: #ccd4e8;
    /* Squares below circles */
    z-index: 1;
}
.tabs .correct:before, .tabs .correct:after {
    background: #ffffff;
}
/* Squares */
 .tabs li:before, .tabs li:after {
    background: #697cac;
    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: #3454a5;
    /* Circles over squares */
    z-index: 2;
}
.tabs .active a:after, .tabs .active a:before {
    background: #697cac;
}
/* First and last tabs have different
   outside color needs */
 .tabs li:first-child.active a:before, .tabs li:last-child.active a:after {
    background: #3454a5;
}
.tabs li a:before {
    left: -20px;
}
.tabs li a:after {
    right: -20px;
}
#tabDiv {
    float:right;
    margin-top: -65px;
}
#header {
    width: 100%;
    background: #3454a5;
    background-size: 25% 100%;
}
#header h1 span {
    font-family: OpenSansRegular;
    font-size:18px;
    padding-left:10px
}
.inner {
    height: 60px;
    position: relative;
    width:1014px;
    margin:0 auto;
    background: #3454a5;
    margin-top:-12px;
}
.inner2 {
    height: 42px;
    position: relative;
    width:1014px;
    margin:0 auto;
    background: #ccd4e8;
    overflow: hidden;
}
.inner3 {
    height: 42px;
    position: relative;
    width:1014px;
    margin:0 auto;
    background: #fff;
}
#tickimg {
    height: 32px;
    width: 42px;
    background-image:url(images/tick.png);
    background-repeat:no-repeat;
    float: left;
    margin-top:6px;
    margin-left:30px;
}
#left {
    counter-reset: li;
    padding-left: 15px;
    width: 329px;
    float:left;
}
#stage {
    font-family:"Sassoon";
    margin: 20px auto;
    min-height: 500px;
    height: auto;
    width:740px;
    position: relative;
}
.step {
    display: none;
}
.sum_container {
    text-align: center;
    border: 3px solid #3454a5;
    border-radius: 10px;
    padding: 10px;
    margin-top: 20px;
}
.sum {
    display: none;
    font-size: 25pt;
}
.sum input {
    border: none;
    border-bottom: 3px solid red;
    height: 60px;
    width: 100px;
    line-height: 60px;
    color: #000;
    text-align: center;
    margin: 20px;
    font-size: 25pt;
}
.sum input.correct {
    border-bottom: 3px solid #339933;
}
.textspot {
    height: 60px;
    width: 60px;
    /*background: url(images/1.png) 0px 0px no-repeat;*/
    cursor: pointer;
    border: 3px solid #339933;
    border-radius: 10px;
    line-height: 60px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    margin: 20px;
}
.hotspot.correct {
    border: 3px solid #339933;
}
div.dropbox {
    width: 100%;
    text-align: center;
    border-radius: 10px;
    background: #fff;
    height: 270px;
    padding: 0px;
    position: relative;
    
   
}
div.dropbox.step1 {
   
}
div.dropbox.step2 {
}
div.dropbox.step3 {
}
div.dropbox.step4 {
}
div.bank {
    
   
    width: 240px;
    height: 240px;
    display: inline-block;
    vertical-align: top;
   
   border:solid;
    margin-top:10px;
    margin-bottom:10px;
    
}

div.bank #two{

    width:200px;
}
div.drag_container {
    text-align: center;
    border: 3px solid #3454a5;
    width: 100%;
    display: none;
    border-radius: 10px;
    background: #ccd4e8;
    padding: 10px;
}
div.disabled {
    opacity: 0.4;
}
div.disabled div.draggable {
    cursor: default;
}
div.draggable {
    display: inline-block;
    vertical-align: top;
    height: 150px;
    cursor: pointer;
    height: 100px;
    width: 100px;
    border-radius: 10px;
    margin-top: 5px;
    line-height: 30px;
    margin-left: 0;
    margin-right: 0;

   
}

div.step1 div.draggable{

    background: url(images/a/cat.png) no-repeat 0px 0px;

}

div.step2 div.draggable{

    background: url(images/a/puppies.png) no-repeat 0px 0px;

}

div.step3 div.draggable{

    background: url(images/a/chicks.png) no-repeat 0px 0px;

}

div.step4 div.draggable{

    background: url(images/a/rabbits.png) no-repeat 0px 0px;

}

div.step5 div.draggable{

    background: url(images/a/mice.png) no-repeat 0px 0px;

}

div.label {
    margin: 0 auto;
    height: auto;
    width: 220px;
    text-align: center;
    background: #fff;
    border: 3px solid black;
    font-size: 16pt;
    padding: 10px;
}
div.dropbox .draggable {
    margin: 3px;
}
#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 #013567;
    position: relative;
    top:7px;
}
#bottomResetBtn2 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;
}
#bottomResetBtn2 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 #013567;
    position: relative;
    top:7px;
}
#paintBtn a, #drawBtn 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, #drawBtn 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;
}
#feedback {
    display: none;
    width: 100%;
    position: absolute;
    color: #00509e;
    line-height: 50px;
    background: #fff;
    border-bottom: 1px solid #00509e;
}
#feedback1 {
    float:left;
    font-size:18px;
    line-height:45px;
}
#copyright {
    float:left;
    position:relative;
    width:630px;
    margin-top: 20px;
}
#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 {
    position: absolute;
    top: 110px;
    left: 0px;
    width: 125px;
    height: 58px;
    line-height: 58px;
    padding-left: 60px;
    -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: #ccd4e8;
    background-image: url('images/hint-bg.png');
    background-repeat: no-repeat;
    background-position: 10px -81px;
    font-size: 20px;
    color: #515250;
    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;
}
.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: #ccd4e8;
    -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-box #hint-header {
    height: 65px;
    border-bottom: 1px solid #3454a5;
    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;
}
#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) {
    #instructions {
        background:#ccd4e8;
        color:#3454a5;
        line-height:45px;
        font-size:15px;
    }
    #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;
    }
    #crayon-box {
        position: absolute;
        top: 270px;
        height: 278px;
        width: 200px;
        left: 0px;
    }
    .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: #697cac;
        /* 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: #ccd4e8;
        color: #3454a5;
    }
    .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: #ccd4e8;
        /* Squares below circles */
        z-index: 1;
    }
    .tabs .correct:before, .tabs .correct:after {
        background: #ffffff;
    }
    /* Squares */
    .tabs li:before, .tabs li:after {
        background: #697cac;
        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: #3454a5;
        /* Circles over squares */
        z-index: 2;
    }
    .tabs .active a:after, .tabs .active a:before {
        background: #697cac;
    }
    /* First and last tabs have different
   outside color needs */
    .tabs li:first-child.active a:before, .tabs li:last-child.active a:after {
        background: #3454a5;
    }
    .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: #3454a5;
        margin-top:-12px;
    }
    .inner2 {
        height: 50px;
        position: relative;
        width:750px;
        margin:0 auto;
        overflow: hidden;
        background: #ccd4e8;
    }
    .inner3 {
        height: 50px;
        position: relative;
        width:750px;
        margin:0 auto;
        background: #fff;
    }
    #instructions {
        background:#ccd4e8;
        color:#3454a5;
        line-height:50px;
        font-size:15px;
    }
    #tickimg {
        height: 32px;
        width: 42px;
        background-image:url(images/tick.png);
        background-repeat:no-repeat;
        float: left;
        margin-top:6px;
        margin-left:10px;
    }
    #left {
        counter-reset: li;
        padding-left: 15px;
        width: 329px;
        float:left;
    }
    #stage {
        margin: 90px auto;
    }
    #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-small.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:5px;
    }
    #bottomResetBtn2 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;
    }
    #bottomResetBtn2 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, #drawBtn 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: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
        -webkit-box-shadow: 0px 7px 0px #013567;
        -moz-box-shadow: 0px 7px 0px #013567;
        box-shadow: 0px 7px 0px #013567;
        margin: 0px auto;
        top:5px;
        width: 50px;
        cursor:pointer;
        line-height:35px;
        text-align:center;
        background-image:url(images/next.png);
        background-repeat:no-repeat;
        background-position: 15px 10px;
        -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, #drawBtn 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;
    }
    #feedback {
        display: none;
        color: #00509e;
        line-height: 50px;
        background: #fff;
        border-bottom: 1px solid #00509e;
        font-size:15px;
    }
    #feedback1 {
        float:left;
        line-height:45px;
        font-size:15px;
    }
}
div#container {
    position: absolute;
}
div#leftcontainer {
    width:100%;
}
div#rightcontainer {
    position: absolute;
    height: 320px;
    width: 380px;
    top: 170px;
    left: 200px;
}
div.static {
    height: 150px;
    width: 150px;
    background-position: 0px 0px;
    margin-left: 25px;
}
div.hotspot {
    width: 300px;
    height: 300px;
    background-position: 0px 0px;
    margin-left: 25px;
}
div.hotspot.drophover {
    background-position: -310px 0px;
}
div.static.drophover {
    background-position: -160px 0px;
}
div.static.clicked {
    background-position: -160px 0px;
}
#left1 {
    background: #d6e0b2;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ecf1d1 0%, #dde6a8 92%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ecf1d1), color-stop(92%, #dde6a8));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ecf1d1 0%, #dde6a8 92%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ecf1d1 0%, #dde6a8 92%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ecf1d1 0%, #dde6a8 92%);
    /* IE10+ */
    background: linear-gradient(to bottom, #ecf1d1 0%, #dde6a8 92%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ecf1d1', endColorstr='#dde6a8', GradientType=0);
    /* IE6-9 */
    box-shadow: 3px 3px 3px 2px rgba(0, 0, 0, .3);
    padding: 10px;
    border-radius: 15px;
    margin-top:20px;
    height:140px;
}
.targetBG {
    display: inline-block;
    border-radius: 15px;
    margin-top:8px;
    height:138px;
}
div#rightcontainer .targetBG {
    position: relative;
}
div#leftcontainer .targetBG {
    position: absolute;
}
#right2 {
    background: #d6e0b2;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ecf1d1 0%, #dde6a8 92%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ecf1d1), color-stop(92%, #dde6a8));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ecf1d1 0%, #dde6a8 92%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ecf1d1 0%, #dde6a8 92%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ecf1d1 0%, #dde6a8 92%);
    /* IE10+ */
    background: linear-gradient(to bottom, #ecf1d1 0%, #dde6a8 92%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ecf1d1', endColorstr='#dde6a8', GradientType=0);
    /* IE6-9 */
    box-shadow: 3px 3px 3px 2px rgba(0, 0, 0, .3);
    padding: 10px;
    border-radius: 15px;
    margin-top:15px;
    height:140px;
}
#right3 {
    background: #d6e0b2;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ecf1d1 0%, #dde6a8 92%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ecf1d1), color-stop(92%, #dde6a8));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ecf1d1 0%, #dde6a8 92%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ecf1d1 0%, #dde6a8 92%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ecf1d1 0%, #dde6a8 92%);
    /* IE10+ */
    background: linear-gradient(to bottom, #ecf1d1 0%, #dde6a8 92%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ecf1d1', endColorstr='#dde6a8', GradientType=0);
    /* IE6-9 */
    box-shadow: 3px 3px 3px 2px rgba(0, 0, 0, .3);
    padding: 10px;
    border-radius: 15px;
    margin-top:15px;
    height:140px;
}
#right4 {
    background: #d6e0b2;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ecf1d1 0%, #dde6a8 92%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ecf1d1), color-stop(92%, #dde6a8));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ecf1d1 0%, #dde6a8 92%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ecf1d1 0%, #dde6a8 92%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ecf1d1 0%, #dde6a8 92%);
    /* IE10+ */
    background: linear-gradient(to bottom, #ecf1d1 0%, #dde6a8 92%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ecf1d1', endColorstr='#dde6a8', GradientType=0);
    /* IE6-9 */
    box-shadow: 3px 3px 3px 2px rgba(0, 0, 0, .3);
    padding: 10px;
    border-radius: 15px;
    margin-top:15px;
    height:140px;
}
#left2 {
    background: #d6e0b2;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ecf1d1 0%, #dde6a8 92%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ecf1d1), color-stop(92%, #dde6a8));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ecf1d1 0%, #dde6a8 92%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ecf1d1 0%, #dde6a8 92%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ecf1d1 0%, #dde6a8 92%);
    /* IE10+ */
    background: linear-gradient(to bottom, #ecf1d1 0%, #dde6a8 92%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ecf1d1', endColorstr='#dde6a8', GradientType=0);
    /* IE6-9 */
    box-shadow: 3px 3px 3px 2px rgba(0, 0, 0, .3);
    padding: 10px;
    border-radius: 15px;
    margin-top:15px;
    height:140px;
}
#left3 {
    background: #d6e0b2;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ecf1d1 0%, #dde6a8 92%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ecf1d1), color-stop(92%, #dde6a8));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ecf1d1 0%, #dde6a8 92%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ecf1d1 0%, #dde6a8 92%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ecf1d1 0%, #dde6a8 92%);
    /* IE10+ */
    background: linear-gradient(to bottom, #ecf1d1 0%, #dde6a8 92%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ecf1d1', endColorstr='#dde6a8', GradientType=0);
    /* IE6-9 */
    box-shadow: 3px 3px 3px 2px rgba(0, 0, 0, .3);
    padding: 10px;
    border-radius: 15px;
    margin-top:15px;
    height:140px;
}
#left4 {
    background: #d6e0b2;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ecf1d1 0%, #dde6a8 92%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ecf1d1), color-stop(92%, #dde6a8));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ecf1d1 0%, #dde6a8 92%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ecf1d1 0%, #dde6a8 92%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ecf1d1 0%, #dde6a8 92%);
    /* IE10+ */
    background: linear-gradient(to bottom, #ecf1d1 0%, #dde6a8 92%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ecf1d1', endColorstr='#dde6a8', GradientType=0);
    /* IE6-9 */
    box-shadow: 3px 3px 3px 2px rgba(0, 0, 0, .3);
    padding: 10px;
    border-radius: 15px;
    margin-top:15px;
    height:140px;
}
div#target1 {
    top: 0px;
    left: 0px;
}
div#target2 {
    top: 0px;
    right: 0px;
}
div#target3 {
    bottom: 0px;
    left: 0px;
}
div#target4 {
    bottom: 0px;
    right: 0px;
}
.feedback .resetBtn a {
    position:relative;
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
    background-color: #64bd2e;
    font-weight: 600;
    font-size: 1.2em;
    display: block;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0px 9px 0px rgba(77, 152, 32, 1), 0px 9px 25px rgba(0, 0, 0, .7);
    -moz-box-shadow: 0px 9px 0px rgba(77, 152, 32, 1), 0px 9px 25px rgba(0, 0, 0, .7);
    box-shadow: 0px 9px 0px rgba(77, 152, 32, 1), 0px 9px 25px rgba(0, 0, 0, .7);
    margin: 0px auto;
    margin-top:50px;
    top:5px;
    width: 120px;
    cursor:pointer;
    line-height:35px;
    -webkit-transition: all .1s ease;
    -moz-transition: all .1s ease;
    -ms-transition: all .1s ease;
    -o-transition: all .1s ease;
    transition: all .1s ease;
}
.feedback .resetBtn a:active {
    -webkit-box-shadow: 0px 3px 0px rgba(77, 152, 32, 1), 0px 3px 6px rgba(0, 0, 0, .9);
    -moz-box-shadow: 0px 3px 0px rgba(77, 152, 32, 1), 0px 3px 6px rgba(0, 0, 0, .9);
    box-shadow: 0px 3px 0px rgba(77, 152, 32, 1), 0px 3px 6px rgba(0, 0, 0, .9);
    position: relative;
    top:11px;
}
div.drag {
    background: url('images/paintbucket.png') no-repeat 0px 0px;
    height: 150px;
    width: 150px;
    margin-left:10px;
}
div.drag.empty {
    background: url('images/paintbucket.png') no-repeat -150px 0px;
}
div.drag.moving {
    background: url('images/brush.png') no-repeat;
    height: 124px;
    width: 135px;
    cursor: none;
    margin: 0px;
}
#stage > #title {
    min-height: 40px;
    height: 115px;
    width: 100%;
    position: relative;
}
div.title {
    position: relative;
    width: auto;
    top: 0px;
    z-index: 1000;
    padding: 15px;
    left: 0px;
    font-size: 26px;
    line-height: 26px;
    color: #fff;
    display: inline-block;
    height: 62px;
    background: #454444;
    font-family: Rockwell, sans-serif;
}
