/* ==================================================================
CSS BASE RESET
===================================================================*/

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /*Universal box sizing with inheritance */
    box-sizing: border-box;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

body,
body * {
    vertical-align: baseline;
    border: 0;
    outline: 0;
    padding: 0;
    margin: 0;
}

#banner {
    width: 728px;
    height: 90px;
    border: 1px solid #000;
    position: relative;
    display: block;
    overflow: hidden;
    cursor: pointer;
    background: linear-gradient(to bottom, rgba(235, 236, 236, 1)  0%, rgba(255, 255, 255, 1) 30%, rgba(249, 249, 249, 1) 64%, rgba(234, 234, 234, 1) 81%,  rgba(225, 225, 225, 1) 100%);
    opacity: 0;
}

#logo {
    top: 5px;
    right: 126px;
    background: url('sprite.png') no-repeat 0 -580px;
    width: 67px;
    height: 22px;
    position: absolute;
}


#cta {
    top: 0;
    right: 0;
    width: 119px;
    height: 90px;
    background: #515252;
    background-repeat: no-repeat;
    background-image: linear-gradient(to right, rgba(204, 204, 204, 0), rgba(204, 204, 204, 0.5), rgba(204, 204, 204, 0));
    background-position: -200px 0;
    position: absolute;
}

#cta_arrow {
    background: url('sprite.png') no-repeat 0 -662px;
    width: 5px;
    height: 9px;
    left: 97px;
    top: 48px;
    position: absolute;
}

#cta_txt {
    background: url('sprite.png') no-repeat 0 -604px;
    width: 95px;
    height: 30px;
    left: 9px;
    top: 33px;
    position: absolute;
}

#cta_legal {
    background: url('sprite.png') no-repeat 0 -639px;
    width: 98px;
    height: 20px;
    left: 11px;
    top: 55px;
    position: absolute;
}

#txt1 {
    background: url('sprite.png') no-repeat 0 0;
    width: 484px;
    height: 23px;
    left:43px;
    top:23px;
    position: absolute;
}

#txt11 {
    width: 224px;
    height: 31px;
    position: absolute;
    top: 50px;
    left: 173px;
    background: url('sprite.png') no-repeat 0 -26px;
}

#flow {
    width: 97px;
    height: 73px;
    position: absolute;
    top: 11px;
    left: 237px;
    background: url('sprite.png') no-repeat 0 -672px;
}

#x1_content {
    width: 395px;
    height: 73px;
    left:108px;
    top:10px;
    position: absolute;
    background: url('sprite.png') no-repeat 0 -60px;
}

#txt2 {
    background: url('sprite.png') no-repeat 0 -142px;
    width: 316px;
    height: 42px;
    left:37px;
    top:28px;
    position: absolute;
}


#tv {
    background: url('sprite.png') no-repeat 0 -196px;
    width: 98px;
    height: 87px;
    left:370px;
    top:4px;
    position: absolute;
}


#phone {
    background: url('sprite.png') no-repeat 0 -288px;
    width: 64px;
    height: 41px;
    left:444px;
    top:49px;
    position: absolute;
}

#txt21 {
    background: url('sprite.png') no-repeat 0 -341px;
    width: 76px;
    height: 19px;
    left:512px;
    top:65px;
    position: absolute;
}

#txt3 {
    width: 221px;
    height: 23px;
    position: absolute;
    top: 41px;
    left: 64px;
    background: url('sprite.png') no-repeat 0 -363px;
}

#txt4 {
    width: 190px;
    height: 27px;
    position: absolute;
    top: 32px;
    left: 280px;
    background: url('sprite.png') no-repeat 0 -389px;
}

#ef_hl {
    background: url('sprite.png') no-repeat 0 -421px;
    width: 281px;
    height: 52px;
    left:16px;
    top:23px;
    position: absolute;
}

#ef_subh {
    background: url('sprite.png') no-repeat 0 -550px;
    width: 108px;
    height: 27px;
    left:463px;
    top:39px;
    position: absolute;
}


#price_line1 {
    background-color: #2ea0dd;
    width: 1px;
    height: 62px;
    left:446px;
    top:18px;
    position: absolute;
}


#price_line2 {
    background-color: #2ea0dd;
    width: 1px;
    height: 62px;
    left:446px;
    top:18px;
    position: absolute;
}

#price_hl {
    background: url('sprite.png') no-repeat -206px -135px;
    width: 1px;
    height: 62px;
    left:54px;
    top:110px;
    position: absolute;
    display: none;
}

#price {
    background: url('sprite.png') no-repeat 0 -477px;
    width: 119px;
    height: 56px;
    left:313px;
    top:13px;
    position: absolute;
}

#price_lgl {
    background: url('sprite.png') no-repeat 0 -537px;
    width: 102px;
    height: 10px;
    left:322px;
    top:72px;
    position: absolute;
}