/* landing page */
#intro {
  text-align: center;
  margin-bottom: 20px;
}
#intro h1 {
  font-size: 30px;
  line-height: 1.3em;
  /* TOPICK: which one? */
  text-shadow: -1px 2px 1px rgba(255,255,255,0.7);
  text-shadow: 1px 3px 2px rgba(0, 0, 0, 0.2);
}
#intro h3 {
  font-weight: normal;
  text-shadow: -1px 2px 1px rgba(255,255,255,0.7);
}
.features h2 {
}
.features p {
  font-size:16px;
  line-height: 25px;
}
.hp_play {
  left: 8% !important;
  position: absolute;
  top: 48%;
  opacity: 0.9;
  color:#BCB5C8;
  font-size:20px;
  width:190px;
  margin: 10px auto 0;
}
.hp_play span {
  display: block;
  float: right;
  margin-top: 40px;
}
.hp_play span:hover {
  color:#000;
}
#intro-video {
  position: relative;
  cursor: pointer;
}
#play_video {
  display: none;
}
#play_video object, 
#play_video embed {
  max-width: 695px;
  height: 391px;
  width: 100%;
}
.pageviews {
  text-align: center;
  margin-bottom: 50px;
  color: #555555;
}
.pageviews .numbers {
  color: #999999;
  font-size: 64px;
  font-weight: bold;
}
.pageviews .title1 {
  margin-bottom: 0px;
}
.pageviews .title2 {
  color:#BCB5C8;
  margin-top:0;
}


.form-signup-front {
  max-width: 570px;
  margin: 0 auto;
  text-align: center;
}
.form-signup-front form p {
  text-align: left;
}


.box .inner, .box.white .inner {
  display: inline-block;
  border: 1px solid #fff;
  padding: 10px;
  background-color: #F4F4F4;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F4F4F4), to(#E5E5E5));
  background-image: -webkit-linear-gradient(top, #F4F4F4, #E5E5E5);
  background-image:    -moz-linear-gradient(top, #F4F4F4, #E5E5E5);
  background-image:     -ms-linear-gradient(top, #F4F4F4, #E5E5E5);
  background-image:      -o-linear-gradient(top, #F4F4F4, #E5E5E5);
  height: 100%;
  min-width:280px;
  border-radius: 5px;
}
#facebox .close {
  padding: 0 4px !important;
}
.notice, #facebox .info{
  background: url("popup_icon_success.png") no-repeat scroll 0 5px transparent;
  color:#39B54A!important;
  width: 450px;
  padding: 10px 35px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
  display: block;
}