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

body {
    border: 0 none;
    outline: 0;
    padding: 0;
    margin: 0;
    background: #000000;
    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;
  }
}
@font-face {
    font-family: 'centralesansbook';
    src: url('../fonts/centralesansbook-webfont_woff.jpg') format('woff');
    font-weight: normal;
    font-style: normal;
}
div, img {
    position: absolute;
}

#keyline,#container,#philipsFrame,#logoPhilips01,#logoPhilips02,#logoInnovation,#backgroundEndframe,#product,#rotateArea,#bg2 {
    left: 0px;
    top: 0px;
    width: 300px;
    height: 250px;
}
#container {
    margin: auto;
    overflow: hidden;
    background-color: #cbacd3;
}
#keyline {
    z-index: 399;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 1px solid #797979;
    background-color: transparent;
}

#background {
    width: 300px;
    height: 250px;
/*    left: -25px;
    top: -25px;*/
}

#bg_grad {
    width: 350px;
    height: 300px;
/*    left: -25px;
    top: -25px;*/
}

#logoPhilips01 {
    opacity: 1;
}
#logoInnovation {
    opacity: 0;
}
#backgroundEndframe,#bg2 {
    opacity: 0;
}

.copy {
    width: 276px;
    opacity: 0;
    font-family: centralesansbook;
    color: #fff;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0px;
    top: 92px;
    left: 18px;
    /*text-shadow:1px 1px 4px #ccc;*/
}

#frame02_copy {
    text-shadow:1px 1px 4px #909196;
}
#frame03_copy,#frame04_copy {
    text-shadow:1px 1px 4px #a29bac;
}
/*#frame01_copy {
    top: 162px;
}*/

#ctaBtn {
    position: absolute;
    left:17px;
    top:167px;
    width:90px;
    height:26px;
    cursor:pointer;
}
#ctaBtnBg {
    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;
}
#ctaBtn_copy {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    text-align: center;
    font-size: 12px;
    line-height: 26px;
    font-family: centralesansbook;
    color: #FFFFFF;
}
#btnReplay {
    transform: scaleX(-0.6) scaleY(0.6) rotate(180deg);
    transform-origin: center center;
    width: 24px;
    height: 24px;
    left: -3px;
    top: 0px;
    display: none;
    z-index: 401;
    cursor: pointer;
}
a img {
    border: 0;
}

canvas {
    display: block;
    width: 400px;
    height: 300px;
    opacity: 0.8;
}
#canvasContainer {
    width: 500px;
    height: 400px;
}

:focus {outline: none;}
::-moz-focus-inner {border: 0;}
