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

img[src$=".gif"], img[src$=".png"] {
                   image-rendering: -moz-crisp-edges;         /* Firefox */
                   image-rendering:   -o-crisp-edges;         /* Opera */
                   image-rendering: -webkit-optimize-contrast;/* Webkit (non-standard naming) */
                   image-rendering: optimizeQuality;
                   /*-ms-interpolation-mode: nearest-neighbor;   IE (non-standard property) */
}

img {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

* {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

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

body, body * {
	vertical-align: baseline;border: 0;outline: 0;padding: 0;margin: 0;
    /* PLEASE CHANGE THE PROPERTIES IF NEEDED BELOW BUT DO NOT REMOVE TOTALLY */
    
    font-family: "helvetica", sans-serif; 
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#container_dc {
    z-index:20;
    position: absolute;
    top: -300px;
    left: -150px;
    margin: auto;
    overflow: hidden;
    /* PLEASE CHANGE THE PROPERTIES IF NEEDED BELOW BUT DO NOT REMOVE TOTALLY */
    
    width: 598px;
	height: 1198px;
    background-color: #6a29ff;
    border:1px solid #666666;
}

#content_dc {
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 100;
    overflow: hidden;
    visibility: hidden;
}

#cta{
    position: absolute;
    left: 197px;
    top: 959px;
    width: 207px;
    height: 55px;
    background-color: #00A5E2;
    border-radius: 22px;
    cursor: pointer;
    outline: medium none;
    z-index: 300;
    overflow: hidden;
    color: #FFFFFF;
}

#ctaCopy{
    position: absolute;
    background-position: -4200px -600px;
    top: 14px;
    left: 23px;
    width: 164px;
    height: 29px;
}

#ctaSliceSmall{
    position: absolute;
    top: 0px;
    left: -40px;
    width:36px;
    height:55px;
}

#ctaSliceBig{
    position: absolute;
    top: 0px;
    left: -89px;
    width:89px;
    height:55px;
}

#hotspot {
    position: absolute;
    top:0px;
    left:0px;
    height: 100%;
    width:100%;
    cursor: pointer;
    z-index: 295;
} 

/* DO NOT REMOVE OR CHANGE */
/* ///////////////////////////////////////////////////////// */
/* REMOVE ANYTHING BELOW IF NOT NEEDED */
/* TRY USING SPRITE SHEETS -- http://zerosprites.com/*/
/* ///////////////////////////////////////////////////////// */

#hero,#hero2,#hero3,#hero4{
    position: absolute;
    width: 600px; 
    height: 1200px; 
    left: 0px; 
    top: 0px;
}

#hero { 
    background-position: 0 0;
}

#hero2 { 
    background-position: -600px 0;
}

#hero3 { 
    background-position: -1200px 0;
}

#hero4 { 
    background-position: -1800px 0;
    top: 215px;
    height: 780px;
}

#bg_purp { 
    position: absolute;
    background-color: #6a29ff;
    width: 600px; 
    height: 1200px; 
    left: 0px; 
    top: 0px;
}

#bg_purp2 { 
    position: absolute;
    background-color: #6a29ff;
    width: 600px; 
    height: 1200px; 
    left: 0px; 
    top: 0px;
}

#bg_black { 
    position: absolute;
    background-color: #000;
    width: 600px; 
    height: 1200px; 
    left: 0px; 
    top: 0px;
}

#x_cover { 
    position: absolute;
    background-position: 0 0;
    width: 600px; 
    height: 1200px; 
    left: 0px; 
    top: 0px;
}

#text1, #text2, #text3, #text4, #text5, #text6, #text7, #text8 {
    width: 600px;
    height: 1050px;
    top: 0px;
    left: 0px; 
}

#text1 {
    background-position: -600px 0;
}

#text2 {
    background-position: -1200px 0;
}

#text2b {
    position: absolute;
    background-position: -1200px -1050px;
    top: 1050px;
    left: 0px;
    width: 600px; 
    height: 151px;
}

#text3 {
    background-position: -1800px 0;
}

#text3b {
    position: absolute;
    background-position: -1800px -1050px;
    top: 1050px;
    left: 0px;
    width: 600px; 
    height: 151px;
}

#text4 {
    background-position: -2400px 0;
}

#text4b {
    background-position: -2400px -1050px;
    top: 1050px;
    left: 0px;
    width: 600px; 
    height: 151px;
}

#text5 {
    background-position: -3000px 0;
}

#text6 {
    background-position: -3600px 0;
    height: 180px;
}

#text7 {
    background-position: -3600px -180px;
    height: 160px;
    top: 180px;
}

#text8{
    background-position: -4200px 0;
    height: 420px;
}

#logo {
    background-position: -600px -1050px;
    width: 600px;
    height: 1500px;
    top: 1050px;
    left: 0px;
}

.startZero { 
    opacity: 0;
}

.sprites {
    position: absolute;
    background: url(_imgs/sprites.png) no-repeat;
}

.hero {
    position: absolute;
    background: url(_imgs/heroes.jpg) no-repeat;
}