/* 
Author: Conrad Jamir - Front End Software Engineer
Date Modified: March 9, 2017
*/

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

/* group 1*/

.bg_1 {
    left: 0;
    top: 0;
    opacity: 1;
}
.logo,
.logo_2 {
    width: 56px;
    right: 8px;
    top: 10px;
}
.txt_1 {
    left: 73px;
    top: 199px;
    -webkit-filter: drop-shadow( -5px 5px 10px #000);
    -moz-filter: drop-shadow( -5px 5px 10px #000);
    filter: drop-shadow( -5px 5px 10px #000);
    /*  fix to prevent jittery scaling  */
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-backface-visibility: visible;
    -moz-perspective: none;
}

/* group 2 */

.txt_2 {
    left: 20px;
    top: 187px;
    -webkit-filter: drop-shadow( -5px 5px 10px #000);
    -moz-filter: drop-shadow( -5px 5px 10px #000);
    filter: drop-shadow( -5px 5px 10px #000);
    /*  fix to prevent jittery scaling  */
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-backface-visibility: visible;
    -moz-perspective: none;
}

/* group 3 */

.bg_2 {
    left: 0;
    top: 0;
    opacity: 1;
}
.laptop {
    left: 74px;
    top: 56px;
}
.tablet {
    left: -37px;
    top: 81px;
}
.phone {
    left: 36px;
    top: 133px;
}
.txt_3 {
    left: 47px;
    top: 201px;
}

/* offer */

.txt_4 {
    left: 64px;
    top: 47px;
}
.offer_mask {
    position: absolute;
    left: 95px;
    top: 75px;
    width: 195px;
    height: 105px;
    overflow: hidden;
}
.offer_gry_box_div {
    position: absolute;
    left: 0px;
    top: 5px;
    width: 185px;
    height: 87px;
    background: rgba(97, 98, 100, 1);
    background: -moz-linear-gradient(top, rgba(97, 98, 100, 1) 0%, rgba(13, 13, 13, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(97, 98, 100, 1)), color-stop(100%, rgba(13, 13, 13, 1)));
    background: -webkit-linear-gradient(top, rgba(97, 98, 100, 1) 0%, rgba(13, 13, 13, 1) 100%);
    background: -o-linear-gradient(top, rgba(97, 98, 100, 1) 0%, rgba(13, 13, 13, 1) 100%);
    background: -ms-linear-gradient(top, rgba(97, 98, 100, 1) 0%, rgba(13, 13, 13, 1) 100%);
    background: linear-gradient(to bottom, rgba(97, 98, 100, 1) 0%, rgba(13, 13, 13, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#616264', endColorstr='#0d0d0d', GradientType=0);
    -webkit-box-shadow: 3px 3px 12px 0px rgba(9, 15, 17, 0.35);
    -moz-box-shadow: 3px 3px 12px 0px rgba(9, 15, 17, 0.35);
    box-shadow: 3px 3px 12px 0px rgba(9, 15, 17, 0.35);
    border-radius: 8px 8px 8px 8px;
    -moz-border-radius: 8px 8px 8px 8px;
    -webkit-border-radius: 8px 8px 8px 8px;
}
.txt_5 {
    left: 76px;
    top: 12px;
}
.offer_txt {
    left: 21px;
    top: 88px;
}
.txt_6 {
    left: 54px;
    top: 176px;
}
.cta {
    bottom: 10px;
    right: 10px;
}
