html {
  background-color: #666666;  /* Old browsers */
  background-image: -moz-radial-gradient(center, circle cover, #666666 0%, #1a1a1a 100%); /* FF3.6+ */
  background-image: -webkit-gradient(radial, center center, 0, center center, 100%, color-stop(0%, #666666), color-stop(100%, #1a1a1a)); /* Chrome,Safari4+ */
  background-image: -webkit-radial-gradient(center, circle cover, #666666 0%, #1a1a1a 100%); /* Chrome10+,Safari5.1+ */
  background-image: -o-radial-gradient(center, circle cover, #666666 0%, #1a1a1a 100%); /* Opera 12+ */
  background-image: -ms-radial-gradient(center, circle cover, #666666 0%, #1a1a1a 100%); /* IE10+ */
  background-image: radial-gradient(circle at center, #666666 0%, #1a1a1a 100%);  /* W3C */
  padding: 0;
  margin: 0;
  min-height: 100%;
}

header h1 {
  font: 56px/1 'Futura', 'League Gothic', 'Arial Narrow', sans-serif;
  color: #ededed;
  text-indent: -9999px;
  text-shadow: 0 3px 0 rgba(0, 0, 0, 0.7);
  text-align: center;
  margin: 40px 0 0 0;
  height: 88px;
  background: url(../images/title.png) center center no-repeat;
}

header h2 {
  font: 32px/1 'Open Sans Condensed', 'PT Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #ddd;
  text-shadow: 0 3px 0 rgba(0, 0, 0, 0.7);
  text-align: center;
  margin: 15px 0 0 0;
}

.demo-links {
  margin: 80px auto 40px auto;
  text-align: center;
  width: 1000px;
}

.demo-links a {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 290px;
  height: 200px;
  border: 5px solid #e3e3e3;
  margin-right: 30px;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.7);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.7);
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  transition: all 600ms ease;
}

.demo-links a:last-child {
  margin-right: 0;
}

.demo-links img {
  position: absolute;
  top: 0;
  left: -5px;
  z-index: 1;
}

.demo-links span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.2);
  -pie-background: rgba(0, 0, 0, 0.2);
  font: bold 36px/280px 'Open Sans Condensed', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #fff;
  text-shadow: 0 2px 1px rgba(0, 0, 0, 0.7), 1px 0 1px rgba(0, 0, 0, 0.7);
  behavior: url(PIE.htc);
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  transition: all 600ms ease;
}

.demo-links a:hover {
  -moz-transform: scale(1.01);
  -webkit-transform: scale(1.01);
  -o-transform: scale(1.01);
  -ms-transform: scale(1.01);
  transform: scale(1.01);
  -moz-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.7);
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.7);
}

.demo-links a:hover span {
  line-height: 300px;
  background: rgba(0, 0, 0, 0.7);
  -pie-background: rgba(0, 0, 0, 0.7);
}

.features, .options {
  margin: 40px auto 0 auto;
  width: 1000px;
}

.features h2, .options h2 {
  font: bold 28px/1 'Open Sans Condensed', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #ededed;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.7);
}

.features ul, .options ul {
  margin: 20px 0 0 0;
  padding: 0;
  list-style: none;
}

.features li {
  font: 16px/1.4 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.7);
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  padding-left: 40px;
  width: 260px;
  margin: 0 30px 30px 0;
  position: relative;
}

.features li:before {
  content: '\2713';
  position: absolute;
  left: 0;
  color: #ededed;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
  font-size: 20px;
  line-height: 1;
  padding: 3px 5px;
  background-color: #0085dd;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0085dd), to(#005288));
  background-image: -webkit-linear-gradient(top, #0085dd, #005288);
  background-image: -moz-linear-gradient(top, #0085dd, #005288);
  background-image: -ms-linear-gradient(top, #0085dd, #005288);
  background-image: -o-linear-gradient(top, #0085dd, #005288);
  background-image: linear-gradient(to bottom, #0085dd, #005288);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.7);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.7);
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}

.options ul {
  -moz-column-count: 2;
  -moz-column-gap: 60px;
  -webkit-column-count: 2;
  -webkit-column-gap: 60px;
  column-count: 2;
  column-gap: 60px;
}

.options li {
  font: 14px/1.4 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.7);
  margin: 0 0 20px 0;
  padding-left: 20px;
  position: relative;
  min-width: 100%;
  display: inline-block;
}

.options li:before {
  content: '\2022';
  position: absolute;
  left: 0;
  top: -6px;
  color: #09f;
  text-shadow: 0 -1px 0 rgba (0, 0, 0, 0.3);
  font-size: 32px;
  line-height: 1;
}