@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;
}

/* 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: 'centralesansbook';
    src: url('../fonts/centralesansbook-webfont_woff.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


#container {
    position:absolute;
    left:0px;
    top:0px;
    width:320px;
    height:50px;
    margin:auto;
    overflow: hidden;
    display:none;
}

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

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

.hidden {
    opacity:0;
    filter:alpha(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;
}

#background {
    background: #FFFFFF;
}

a img {
    border: 0;
}

/*********** copy **********/

#copy_frame01, #copy_frame03a, #copy_frame02a,  #copy_frame04a {
    left:116px;
    top: 10px;
}

 #copy_frame02b, #copy_frame03b, #copy_frame04b  {
    left:16px;
    top:222px;
}

#copy_frame01b {
    left:14px;
    top:550px;
}


.mainCopy {
    width:100%;
    font-family: centralesansbook;
    color: #FFFFFF;
    font-size: 12px;
    line-height: 14px;
    /*letter-spacing: 1px;*/
    text-align:left;
}

.termsCopy {
    width:100%;
    font-family: centralesansbook;
    color: #FFFFFF;
    font-size: 9px;
    line-height: 10px;
    /*letter-spacing: 1px;*/
    text-align:left;
}

.asterix {
    line-height: 24px;
    font-size: 18px;
    vertical-align: top;
}

.dShadow {
    text-shadow: 0px 0px 3px rgba(0,0,0, 0.4);
}


/*********** cta **********/
#cta {
    position: absolute;
    left: 111px;
    top: 21px;
    width:78px;
    height:26px;
    cursor:pointer;
    font-weight: bold;
}

#cta_bg {
    position: absolute;
    left:0px;
    top:0px;
    /* background:#C86D19; */
    width:100%;
    height:100%;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    border-radius:2px;
}

#cta_copy {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    text-align: center;
    font-size: 11px;
    line-height: 26px;
    font-family: centralesansbook;
    color: #FFFFFF;
    font-weight: bold;
}


#btnReplay {
    position:absolute;
    left: 3px;
    top: 4px;
    width: 7px;
    height: 9px;
    display:none;
    z-index:401;
    cursor:pointer;
}
#logoPhilips{    
    width: 220px;
    height: 180px;
}
#img_frame04{
    width: 120px;
    height: 210px;
    top: 320px;
    left: 15px;
}

#logoInnovation{      
    width: 350px;
    height: 285px;
    top: 315px;
    left: -3px;
}