/* 
Author: Conrad Jamir - Front End Software Engineer
Date Modified: June 23, 2016
*/

body {
    display: none;
    /* prevent image load til ready */
}
.stage,
#link {
    width: 160px;
    height: 600px;
    display: block;
}
.stage {
    position: relative;
    overflow: hidden;
    background: #000;
}
#link {
    position: absolute;
    top: 0;
    left: 0;
    background: transparent;
    cursor: pointer;
    z-index: 3;
    border: 1px solid #D4D4D4;
}
img {
    position: absolute;
}

/* group 1*/

.bg_1 {
    left: 0;
    top: 0;
    opacity: 1;
}
.logo {
    right: 0px;
    top: 20px;
    width: 77px;
}
.txt_1 {
    left: 12px;
    top: 286px;
}
.txt_1b {
    left: 24px;
    top: 304px;
}

/* group 2 */

.bg_2 {
    left: 0;
    top: 0;
    opacity: 1;
}
.txt_2 {
    left: 28px;
    top: 167px;
}
.monitor {
    left: -1px;
    top: 273px;
    width: 160px;
}

/* group 3 */

.monitor_2 {
    left: -1px;
    top: 283px;
    width: 119px;
}
.txt_3 {
    left: 21px;
    top: 211px;
}
.ipad {
    left: 91px;
    top: 324px;
    width: 69px;
}

/* offer */

.logo_2 {
    width: 58px;
    left: 90px;
    top: 20px;
}
.txt_4 {
    left: 19px;
    top: 142px;
}
.offer_txt {
    left: 11px;
    top: 227px;
}
.txt_5 {
    left: 11px;
    top: 324px;
}
.txt_6 {
    left: 11px;
    top: 11px;
}
.cta {
    position: absolute;
    background: #515252;
    width: 160px;
    height: 65px;
    left: 0px;
    top: 535px;
}
.cta_txt {
    left: 11px;
    top: 33px;
}
