@charset "UTF-8";
/* CSS Document Common Elements */

body{
    position: absolute;
    border: 0 none;
    outline: 0;
    padding: 0;
    margin: 0;
    background: #FFFFFF;
    background-color: transparent;

    /* below improves consistancey of font rendering across browsers */
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;

    /* below stops FireFox rendering copy too heavily */
    -moz-osx-font-smoothing: grayscale;

    /*font-kerning: none;*/
}

/* Fix to stop Mobile Safari automatically scaling text - http://bit.ly/1mumu5F */
@media screen and (max-device-width: 480px) {
  body {
    -webkit-text-size-adjust: none;
  }
}

/* Browser Support: Chrome:5+, Safari:5.1+, Firefox:3.6+, Opera:11.5+, IE:9+, Android:4.4+, iOS:5.1+ */
@font-face {
    font-family: 'MyliusModern';
    src: url('../fonts/MyliusModern.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'MyliusModernBold';
    src: url('../fonts/myliusmodern-bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


#container {
    position:absolute;
    left:0px;
    top:0px;
    width:300px;
    height:600px;
    margin:auto;
    overflow: hidden;
    display:none;
    transform: rotate(-0.0000000001deg);
    -webkit-transform: rotate(-0.0000000001deg);
    background-color: #fff;
}

.abs {
    position:absolute;
    left:0px;
    top:0px;
}

.full {
    width:100%;
    height:100%;
}

.hidden {
    opacity:0;
    filter:alpha(opacity=0);
}

.frame {
    background-color: transparent;
    opacity: 0;
}

#exitBtn {
    cursor:pointer;
    z-index:400;
    background-color:#FFFFFF;
    opacity:0;
    filter:alpha(opacity=0);
}

#keyline {
    z-index:399;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    border:1px solid #666666;
    background-color:transparent;
}
#frame01,#frame02,#frame03 { /* FIXES TEXT JUMP IN FIREFOX: https://greensock.com/forums/topic/18088-text-shifts-during-parent- ation-chrome/ */
  -webkit-perspective: 1000px; /* add perspective to fix firefox text bug */
  perspective: 1000px; /* add perspective to fix firefox text bug */
}

#frame01a_img_container,#frame01b_img_container{
    top: 89px;
    left: 19px;
    width: 258px;
    height: 242px;
    overflow: hidden; 
}
#frame01b_img_container {
    top: 331px;
}
/*********** copy **********/
.mainCopy {
    width:100%;
    text-align:center;
    font-family:MyliusModernBold;
    color:#999999;
    font-size: 12.5px;
    line-height: 14px;
    letter-spacing: 2px;
}

.endCopy {
    text-align:center;
    font-family:MyliusModernBold;
    color:#999999;
    width: 100%;
    font-size: 10.5px;
    line-height: 13px;
    letter-spacing: 1.5px;
}
.termsCopy {
    width:100%;
    text-align:left;
    font-family:MyliusModern;
    font-size:10px;
    line-height:10px;
    color:#999999;
}
.termsCopy {
    top: 577px;
    left: 240px;
}

sup {
    vertical-align:top;
    font-size: 24px;
    line-height: 34px;
}
.price_lockup{
    left: 43px;
    top: 308px;
    width: 230px;
    height: 70px;
    position: relative;
    font-family:MyliusModernBold;
    color: #999;
}
.copy_from { 
    font-size: 7px;
    line-height: 7px;
    letter-spacing: 1.3px;
    top: 12px;
    left: 7px;
}
.copy_price { 
    font-size: 45px;
    line-height: 45px;
    letter-spacing: 2px;
    top: 6px;
    left: 31px;
    font-family: MyliusModernBold;
}
.copy_pp { 
    font-size: 8px;
        line-height: 10px;
        letter-spacing: 1px;
        top: 10px;
        left: 109px;
        text-align: left;
}
.copy_currency {
    font-size: 31px;
    line-height: 31px;
    letter-spacing: 0px;
    top: 19px;
    left: 7px;
    font-family: MyliusModernBold;
}
.copy_package,.copy_ends { 
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 2.5px;
    top: 113px;
    left: 0px;
    text-align: center;
    width: 100%;
}
.copy_ends { 
    top: 162px;
}
.copy_divider {
    top: 11px;
    left: 97px;
    height: 36px;
    background-color: #999;
    width: 1px;
    opacity: 1;
}
/*********** cta **********/

#cta {
    position: absolute;
    left: 88px;
    top: 367px;
    width: 124px;
    height: 27px;
    cursor: pointer;
}
#cta.ctaPosPriceOK {
    top: 459px;
}
#cta_bg {
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    border-radius:2px;
    background:#FFFFFF;
    border:1px solid #2E5C99;
    transition: .5s background;
}

.ctaCopy {
    width: 100%;
    text-align: center;
    font-family: MyliusModern;
    font-size: 11px;
    line-height: 27px;
    letter-spacing: 2px;
    text-indent: 6px;
    top: 0px;
    color:#2E5C99;
    transition: .5s color;
}
#container:hover #cta_bg, #container:active #cta_bg {
    background:#2E5C99;
    border:1px solid #2E5C99;
}
#container:hover .ctaCopy, #container:active .ctaCopy  {
    color:#FFFFFF;
}
#frame01_icon {
    left: 122px;
    top: 286px;
    width: 66px;
    height: 80px;
}
#frame01_copy01, #frame01_copy02{
    color: #fff;
    font-size: 34px;
    line-height: 36px;
    letter-spacing: 3.5px;
    top: 192px;
    left: -5px;
}
#frame01_copy01 span {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 2.2px;
}
#frame01_copy02 {
    top: 387px;
    left: 0px;
}
#frame02_copy01 {
    top: 274px;
    font-size: 12.5px;
    line-height: 14px;
    letter-spacing: 2.3px;
}
#frame02_copy02{
    color: #ce210f;
    top: 291px;
    font-size: 20.5px;
    line-height: 24px;
    letter-spacing: 3.5px;
}
#frame03_copy01{
    top: 197px;
    left: -3px;
    letter-spacing: 4px;
    line-height: 35px;
    font-size: 33px;
}
#frame03_copy01 div{
    margin: 118px 0 0 10px;
}
#frame03_copy02 {
    top: 474px;
    left: 0px;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 1.4px;
}
#frame04_copy02 {
    top: 244px;
    left: 2px;
    font-size: 35px;
    line-height: 37px;
    letter-spacing: 6px;
    color: #ce210f;
}
#frame04_copy01 {
        font-size: 26px;
    line-height: 31px;
    letter-spacing: 5px;
    top: 155px;
}
#endframe_copy01 {
    top: 74px;
}
#endframe_copy02 {
    top: 300px;
    font-size: 13px;
    letter-spacing: 2px;
}
/*********** replay btn **********/

#btnReplay {
    position:absolute;
    left:5px;
    top:5px;
    width:10px;
    height:13px;
    display:none;
    z-index:401;
    cursor:pointer;
}

/*********** frame animations **********/
.on {
    opacity: 1;
}

#frame01.animateOff,#frame02.animateOff,#frame03.animateOff{
    transition: opacity .5s;
    opacity: 0;
}
#frame01.animateOff {
    transition: opacity .5s .5s;
}
#frame01_icon.animateOff_F1{
    transition: opacity .5s;
}
#frame01_icon.animateOff_F2{    
    transition: opacity .5s;
}
#frame01_icon.animateOff_F3{
    transition: opacity .5s;
    opacity: 0!important;
}