body, html{margin:0; padding:0;}
#wrapper{width:300px; height:600px; overflow:hidden; background:#00bceb; position:relative;}
#clickArea{display:block; width:298px; height:598px; border:1px solid #cccccc; z-index:1000; cursor:pointer; position:absolute;}
#content{position:relative; top:0; left:0; width:300px; height:600px;}
.sprite{position: absolute;}
.center { right: 0; left: 0; margin: 0 auto;}

@font-face {
  font-family: 'CiscoSans-ExtraLight';
  src: url('./CiscoSans-ExtraLight.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

#button {
    background-color: #00bcea;
    border: none;
    padding: 4px 15px;
    text-align: center;
    font-size: 14px;
    border-radius: 15px;
    position: absolute;
    right: 82px;
    bottom: 130px;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    letter-spacing: 1px;
    color: #ffffff;
}

#logo {
    position: absolute;
    width: 80px;
    height: 37px;
    bottom: 20px;
    right: 20px;
}

.st0{
    fill:#FFFFFF;
}

.sprite-bg1 {
    bottom: 224px;
    left: -55px;
    width: 100%;
    position: absolute;
}

.sprite-bg2 {
    bottom: 334px;
    left: -150px;
    width: 100%;
    position: absolute;
}

.dots-wrapper {
    width: 100%;
    height: 14px;
    top: 150px;
    margin: 0 auto;
    display: block;
    text-align: center;
    opacity: 0;
    position: absolute;
}

#circle { 
    width: 800px;
    height: 800px;
   background: #000000; 
   -moz-border-radius: 50%; 
   -webkit-border-radius: 50%; 
   border-radius: 50%;
   overflow: hidden;
   position: absolute;
    top: -45px;
    left: -260px;
/*    width: 140%;
    height: 180%;*/
}

#black-sq {
    position: absolute;
    width: 300px;
    height: 600px;
    top:0;
    left:0;
    background-color: #000000;
    opacity: 0;
}

/*-- dots styles --*/

    .dot {
        width: 14px;
        height: 100%;
        border-radius: 50%;
        display: inline-block;
        margin: 0 0;
    }
   #dotOne {
        background: #56ba54;
    }
    #dotTwo {
        background: #00c0e4;
    }
    #dotThree {
        background: #fcb316;
    
    }
    #dotFour {
        background: #f36f36;
    
    }
    #dotFive {
        background:  #00b8c8;
    
    }
    #dotSix {
        background:  #af55a1;

    }

   #icon1 {
        position: absolute;
        top: 3px;
        left: 3px;
        width:11px;
        height:11px;
    }

   #icon2 {
        position: absolute;
        top: 4px;
        left: 3px;
        width: 14px;
        height: 14px;
    }

   #icon3 {
        position: absolute;
        top: 2px;
        left: 3px;
        width: 10px;
        height: 10px;
    }

   #icon4 {
        position: absolute;
        top: 3px;
        left: 3px;
        width: 10px;
        height: 10px;
    }

   #icon5 {
        position: absolute;
        top: 3px;
        left: 3px;
        width: 10px;
        height: 10px;
    }

   #icon6 {
        position: absolute;
        top: 4px;
        left: 3px;
        width: 10px;
        height: 10px;
    }


/*--end dots styles --*/
.copy {
    position: absolute;
    width: 300px;
    height:600px;
    top:150px;
    left:0;
}
#txt1, #txt2, #txt2b, #txt3, #txt3b {
    font-size: 24px;
    font-family: 'CiscoSans-ExtraLight', Arial, 'Helvetica Neue', Helvetica, sans-serif;
    color: #ffffff;
    position: absolute;
    text-align: center;
    width: 100%;
}
#txt3 {
    top: 37px;
}

#txt2 {
    top: 10px;
}

#txt3b {
    top: 63px;
    line-height: 2;
    font-size: 16px;
}

.mask {
    position: absolute;
    height: 200px;
    width: 100%;
    background: #000;
    bottom: 0;
}

.sprite-arch {
    position: relative;
    height: 32px;
    width: 100%;
    bottom: 30px; /* offset mask dimensions */ 
}
