@charset "UTF-8";
/* CSS Document */

body {
    font-family: Arial, sans-serif;
    margin: 0px;
}

#container_dc {
    display: block;
    border: rgb(145, 153, 153) 1px solid;
    overflow: hidden;
    width:300px;
    height:250px;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow:hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	margin: auto;
    background:#5ac7d0;
    background:transparent;
    cursor: pointer;
}

:focus {outline:none;}
::-moz-focus-inner {border:0;}
::-moz-focus-inner {border:0;}

div {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

.ac {
    position:absolute;
	visibility: hidden;
	top:-1px;
	left:-1px;
}

#fader {
    position: absolute;
	top:0px;
	left:0px;
	z-index:40;
    width:300px;
    height:250px;
    background:#5ac7d0;
    background:transparent;
}

#handwrapper, #facewrapper, #bg1wrapper, #bg2wrapper {
    position:absolute;
	visibility: hidden;
	top:0;
	left:-2px;
    width:300px;
    height:250px;
}

#cta, #ctablink, #wellcomelogo, #text1, #text2, #text3, #face, #hand {
    position:absolute;
	visibility: hidden;
	top:0;
	left:-2px;
	z-index:20;
    width:300px;
    height:250px;
}

#text1, #text2, #text3 {
	z-index:23;
}

#bg1, #bg2, #bg3, #bg4, #bg5, #bg6, #face, #facewiggle1, #facewiggle2, #facewiggle3, #hand, #handwiggle1, #handwiggle2, #handwiggle3, #handwiggle4, #handwiggle5 {
    position:absolute;
	visibility: hidden;
	top:0;
	left:0;
    width:300px;
    height:250px;
	z-index:1;
}

#bg2 {
	z-index:2;
}

#bg3 {
	z-index:3;
}

#handwrapper {
	z-index:20;
}

#facewrapper {
	z-index:25;
}

#hand {
    height:270px;
	z-index:1;
}

#handwiggle1 {
	z-index:2;
}

#handwiggle2 {
	z-index:3;
}

#handwiggle3 {
	z-index:4;
}

#handwiggle4 {
	z-index:5;
}

#handwiggle5 {
	z-index:6;
}

#bg4 {
	z-index:21;
}

#bg5 {
	z-index:22;
}

#bg6 {
	z-index:23;
}

#face {
	z-index:9;
}

#facewiggle1 {
	z-index:11;
}

#facewiggle2 {
	z-index:12;
}

#facewiggle3 {
	z-index:13;
}

#cta {
	z-index:32;
	left:-2px;
    top:100px;
}

#ctablink {
	z-index:33;
	left:-2px;
}

#showlogo {
    position:absolute;
	visibility: hidden;
    top:0;
	left:0;
	z-index:21;
    width:300px;
    height:250px;
    /*-webkit-filter: drop-shadow( 0px 5px 10px rgba(0, 0, 0, 0.5));
    filter: drop-shadow( 0px 5px 10px rgba(0, 0, 0, 0.5));*/
    /* background:#ff0; */
}

#wellcomelogo {
    fill:#000;
    z-index:30;
}

#wellcomelogo {
	top:95px;
	left:52px;
	width:189px;
    height:auto;
    /* background:#f0f; */
}

#endframecover {
    position: absolute;
	top:0px;
	left:0px;
	z-index:21;
    width:300px;
    height:250px;
    background:#5ac7d0;
    background:transparent;
}

/* FIREFOX HACK */
@-moz-document url-prefix() {
#wellcomelogo {
	top:95px;
	left:52px;
}
}

/* IE11 HACK */
@media all and (-ms-high-contrast:none)
{
#wellcomelogo {
    height:63px; 
}
}
/* IE11 HACK */

