/* 
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: 728px;
    height: 90px;
    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;
}
.hidden {
    display: none;
}

/* group 1*/

.bg_1 {
    left: 0;
    top: 0;
    width: 728px;
    opacity: 1;
}
.logo,
.logo_2 {
    width: 67px;
    right: 9px;
    top: 7px;
}
.txt_1 {
    left: 28px;
    top: 37px;
    /*  fix to prevent jittery scaling  */
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-backface-visibility: visible;
    -moz-perspective: none;
}

/* group 2 */

.txt_2 {
    left: 28px;
    top: 17px;
    /*  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: 334px;
    top: 5px;
    width: 163px;
}
.tablet {
    left: 267px;
    top: 26px;
    width: 140px;
}
.phone {
    left: 429px;
    top: 49px;
    width: 98px;
}
.txt_3 {
    left: 31px;
    top: 27px;
}

/* offer */

.txt_4 {
    left: 41px;
    top: 36px;
}
.offer_mask {
    position: absolute;
    left: 310px;
    top: -2px;
    width: 215px;
    height: 86px;
    overflow: hidden;
}
.offer_gry_box_div {
    position: absolute;
    left: 0px;
    top: 5px;
    width: 205px;
    height: 71px;
    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: 54px;
    top: 20px;
}
.offer_txt {
    left: 252px;
    top: 9px;
}
.txt_6 {
    left: 252px;
    top: 78px;
}
.cta {
    bottom: 10px;
    right: 10px;
}
