@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;
}

@font-face {
  font-family: "centralesansbold";
  src: url("../fonts/centralesansbold-webfont_woff.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

#container {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 728px;
  height: 90px;
  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: 2px solid #000000;
  background-color: transparent;
}

#background {
  background: #cbdb2a;
}

#background_end {
  background: #cbdb2a;
}

a img {
  border: 0;
}

/*********** copy **********/

#copy_frame01 {
  left: 331px;
  top: 18px;
}
#copy_frame02 {
  left: 184px;
  top: 18px;
}
#copy_frame03 {
  left: 294px;
  top: 27px;
  color: #0b2265;
  letter-spacing: -0.2px;
  font-size: 40px;
}

.mainCopy {
  width: 100%;
  font-family: centralesansbook;
  color: #ffffff;
  font-size: 24px;
  line-height: 28px;
  text-align: left;
}

.bold {
  font-family: centralesansbold;
}

.end {
    font-size: 40px;
    line-height: 41px;
    letter-spacing: -0.2px;
}

.dShadow {
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
}

/*********** cta **********/
#cta {
    left: 520px;
    top: 31px;
    width: 179px;
    height: 32px;
    cursor: pointer;
}

#cta_bg {
  width: 100%;
  height: 100%;
  background: #de7510;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-radius: 2px;
}

#cta_copy {
  width: 100%;
  text-align: center;
  font-size: 13.5px;
  line-height: 1;
  font-family: centralesansbook;
  color: #ffffff;
  padding-top: 9px;
}

#btnReplay {
  position: absolute;
  right: 5px;
  bottom: 5px;
  width: 10px;
  height: 13px;
  display: none;
  z-index: 401;
  cursor: pointer;
}

#logoPhilips{
left: 2px;
}

#blue_circle {
	width: 75px;
	height: 75px;
	border-radius: 100%;
	background-color: #0a2164;
	left:541px;
	top:9px;
	
}
.circle-inner {
	width: 100%;
	height: auto;
	display: block;
	position: relative;
}
.sml_txt {
	margin-left:29px;
	margin-top:10px;
	display: block;
	font-size: 6px;
	line-height: 0.8;
}
.price_prev {
	display: block;
	margin-top: 5px;
	margin-left:16px;
	font-size: 14px;
	line-height: 1;		
}
.price_current {
	display: block;
	margin-top:5px;
	margin-left:10px;
	font-size: 20px;
	line-height: 0.8;
	opacity: 0;
}
.line-green {
	width: 0;
	height: 2px;
	background-color: #cbdb2a;
	position: absolute;
	top:15px;
	opacity: 0;
}
.greenstrip {
	position: absolute;
	top:7px;
	left:196px;
}
.greenstrip-inner {
	position: relative;
}
.greenstrip-img {
	position: absolute;
	top: 0;
	left:0;
}
#grnstrip-one, #grnstrip-two, #grnstrip-three, #grnstrip-four, #grnstrip-five, #grnstrip-six {
	opacity: 0;
}
#bluecircle-sml {
	width: 53px;
	height: 53px;
	border-radius: 100%;
	background-color: #0a2164;
	left:147px;
	top:22px;
}
#bluecircle-sml .sml_txt {
	font-size: 4.5px;
	margin-left: 21px;
	margin-top: 7px;
	line-height: normal;
}
#bluecircle-sml .price_prev {
	font-size: 10px;
	margin-left: 12px;
	margin-top:3px;
	line-height: 1;
}
#bluecircle-sml .price_current {
	font-size: 14px;
	margin-left: 7px;
	margin-top: 3px;
	line-height: 0.8;
}
#bluecircle-sml .line-green {
	top:11px;
	height: 1.5px;
}
