body {
    background-color: #e5e5e5;
    /*-webkit-transform: translate3d(0, 0, 0);*/
}

#rootContainer {
    width: 300px;
    height: 250px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    margin: auto;
    background-color: #f4f4f4;
}

#mainContainer{
    opacity: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 0;
}

#fullStroke {
    position: absolute;
    width: 298px;
    height: 248px;
    overflow: hidden;
    border-style: solid;
    border-width: 2px;
    border-color: #d4d4d4;
    background-position: 0 0;
    top: -1px;
    left: -1px;
    z-index: 0;
}

#ctaContainer {
    position: absolute;
    top: 79px;
    left: 104px;
    visibility: hidden;
    z-index: 01;
    cursor: pointer;
}

#catchAllContainer {
    position: absolute;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
    background: black;
    opacity: 0;
    cursor: pointer;
    z-index: 0;
}

#ctaSVG {
    position: absolute;
    z-index: 01;
}

#ctaCopy{
    top: -2px;
}

#ctaBox{
    position: absolute;
    width: 92px;
    height: 26px;
    background-color: #79c259;
    z-index: 0;
}

#allPhotos {
    width: 300px;
    height: 250px;
    position: absolute;
    top: 12px;
    left: 0;
    overflow: visible;
    -webkit-backface-visibility: hidden;
}

#phoneContainer {
    opacity: 1;
    width: 156px;
    height: 147px;
    position: absolute;
    bottom: 0px;
    right: 0px;
    left: 24px;
    top: 121px;
    overflow: visible;
    z-index: 0;
}

#phone {
    width: 156px;
    height: 147px;
    position: absolute;
    overflow: hidden;
    z-index: 0;
}

#photo01 {
    position: absolute;
    left: 48px;
    top: 180px;
    width: 49px;
    height: 55px;
    -webkit-backface-visibility: hidden;
}

#photo02 {
    position: absolute;
    left: 89px;
    top: 168px;
    width: 49px;
    height: 56px;
    -webkit-backface-visibility: hidden;
}

#photo03 {
    position: absolute;
    left: 117px;
    top: 159px;
    width: 57px;
    height: 61px;
    -webkit-backface-visibility: hidden;
}

#photo04 {
    position: absolute;
    left: 143px;
    top: 147px;
    width: 68px;
    height: 68px;
    -webkit-backface-visibility: hidden;
}

#photo05 {
    position: absolute;
    left: 175px;
    top: 128px;
    width: 78px;
    height: 70px;
    -webkit-backface-visibility: hidden;
}

#photo06 {
    position: absolute;
    left: 207px;
    top: 104px;
    width: 86px;
    height: 66px;
    -webkit-backface-visibility: hidden;
}

#photo07 {
    position: absolute;
    left: 246px;
    top: 62px;
    width: 83px;
    height: 66px;
    -webkit-backface-visibility: hidden;
}

#photo08 {
    position: absolute;
    left: 288px;
    top: 24px;
    width: 63px;
    height: 76px;
    -webkit-backface-visibility: hidden;
}

#photo09 {
    position: absolute;
    left: 293px;
    top: 2px;
    width: 48px;
    height: 62px;
    -webkit-backface-visibility: hidden;
}

.shadow {
    position: absolute;
}

#circleContainer {
    position: absolute;
    left: 138px;
    top: 5px;
    z-index: 5;
}

#circleContainer div {
    height: 4px;
    width: 4px;
    top: 4px;
    border-radius: 5px;
    visibility: hidden;
    position: absolute;

}

#blue{
    background-color: #0086f8;
    left: 0px;
    -moz-transform: rotate(0.03deg);
}

#red{
    background-color: #ff4131;
    left: 7px;
    -moz-transform: rotate(0.03deg);
}

#yellow{
    background-color: #ffbc00;
    left: 14px;
    -moz-transform: rotate(0.03deg);
}

#green{
    background-color: #00aa4a;
    left: 21px;
    -moz-transform: rotate(0.03deg);
}

.copy01{
    visibility: hidden;
    z-index: 01;
}

.copy02{
    visibility: hidden;
    z-index: 01;
}

.copyNudge{
    
}

#logo{
    visibility: hidden;
}

.droidBot{
    opacity: 1;
}


.arm{
    transform-origin: 7px 6px;
    -ms-transform-origin: 7px 6px;
    -webkit-transform-origin: 7px 6px;
    -moz-transform-origin: 7px 6px;
}

@supports (-ms-accelerator:true) {
    .arm { transform-origin: 11px 11px; };
}

