.hexagon {
  display: block;
  width: 181px;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.7em;
  text-align: center;
  text-transform: uppercase;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.hexagon .hexagon-center {
  position: relative;
  width: 100%;
  height: 99.55000000000001px;
  background: #dadada;
  transition: background 0.3s;
}
.hexagon .hexagon-center .icon {
  background-repeat: no-repeat;
  background-position: 50% 0;
}
.hexagon .hexagon-top,
.hexagon .hexagon-bottom {
  display: block;
  width: 0;
  border-style: solid;
  border-width: 0 90.5px 53.23529411764706px;
  border-color: transparent transparent #dadada;
  transition: border-color 0.3s;
}
.hexagon .hexagon-bottom {
  display: block;
  border-width: 53.23529411764706px 90.5px 0;
  border-color: #dadada transparent transparent;
  transition: border-color 0.3s;
}
.hexagon .caption {
  display: block;
  position: absolute;
  width: 100%;
  bottom: -20px;
  left: 0;
}
.hexagon.active.blue .hexagon-center {
  background: #7bb7eb;
}
.hexagon.active.blue .hexagon-top {
  border-color: transparent transparent #7bb7eb;
}
.hexagon.active.blue .hexagon-bottom {
  border-color: #7bb7eb transparent transparent;
}
.hexagon.active.aqua .hexagon-center {
  background: #33c6cb;
}
.hexagon.active.aqua .hexagon-top {
  border-color: transparent transparent #33c6cb;
}
.hexagon.active.aqua .hexagon-bottom {
  border-color: #33c6cb transparent transparent;
}
.hexagon.active.green .hexagon-center {
  background: #11cfa3;
}
.hexagon.active.green .hexagon-top {
  border-color: transparent transparent #11cfa3;
}
.hexagon.active.green .hexagon-bottom {
  border-color: #11cfa3 transparent transparent;
}
.hexagon-center {
  display: block;
}
.hexagon-center .icon {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
.hexagon-center .icon-touch {
  left: -22px;
}
.icon {
  display: block;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.icon-lock,
.icon-touch,
.icon-brain {
  height: 136px;
}
.icon-lock {
  background-image: url('../img/launch/lock.png');
}
.icon-touch {
  background-image: url('../img/launch/tech.png');
}
.icon-brain {
  background-image: url('../img/launch/brain.png');
}
.icon-video {
  width: 21px;
  height: 16px;
  background-image: url('../img/launch/icon-video.png');
}
.icon-page {
  width: 15px;
  height: 19px;
  background-image: url('../img/launch/icon-page.png');
}
.icon-chart {
  width: 17px;
  height: 18px;
  background-image: url('../img/launch/icon-chart.png');
}
.icon-picture {
  width: 23px;
  height: 17px;
  background-image: url('../img/launch/icon-picture.png');
}
/*
VARIABLES
*/
/*
TYPOGRAPHY
*/
body {
  color: #2e2e2e;
  font-family: 'Roboto Regular', sans-serif;
  font-size: 13px;
}
@font-face {
  font-family: 'Roboto Bold';
  src: url('../fonts/roboto-bold-webfont.eot');
  src: url('../fonts/roboto-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-bold-webfont.woff') format('woff'), url('../fonts/roboto-bold-webfont.ttf') format('truetype'), url('../fonts/roboto-bold-webfont.svg#icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto Regular';
  src: url('../fonts/roboto-regular-webfont.eot');
  src: url('../fonts/roboto-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-regular-webfont.woff') format('woff'), url('../fonts/roboto-regular-webfont.ttf') format('truetype'), url('../fonts/roboto-regular-webfont.svg#icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Bebas Neue';
  src: url('../fonts/bebasneue-webfont.eot');
  src: url('../fonts/bebasneue-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/bebasneue-webfont.woff') format('woff'), url('../fonts/bebasneue-webfont.ttf') format('truetype'), url('../fonts/bebasneue-webfont.svg#icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  font-family: 'Roboto Bold';
  font-weight: normal;
}
h1,
h2,
h3,
h4 {
  color: #126abe;
  font-size: 1.4em;
}
h1 {
  font-size: 1.8em;
  line-height: 1.4em;
}
h5 {
  color: #2e2e2e;
  font-size: 1.1em;
}
a {
  color: #2e2e2e;
  text-decoration: underline;
}
ul {
  list-style: square;
}
.intro {
  font-size: 1.15em;
}
/*
LAYOUT
*/
.container {
  width: 605px;
  margin: 0 auto;
}
.btn {
  display: block;
  padding: 15px;
  color: #fff;
  font-family: 'Bebas Neue';
  font-size: 1.7em;
  text-align: center;
  text-decoration: none;
  background: #126abe;
}
.btn:hover {
  background: #000;
  transition: background .2s;
}
.actions {
  font-family: 'Bebas Neue', sans-serif;
  height: 303px;
  margin: 30px 0 20px;
  background: url('../img/launch/dot.gif') 0 46% repeat-x;
}
.actions:before,
.actions:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.actions:after {
  clear: both;
}
.actions .action {
  float: left;
  position: relative;
  margin-left: 31px;
  width: 181px;
  height: 303px;
  /* ie7 */
  cursor: pointer;
  text-decoration: none;
}
.actions .action:first-child {
  margin-left: 0;
}
.actions .hexagon {
  position: relative;
  z-index: 1;
}
.actions .content {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 250px;
  width: 100%;
}
.actions .caption {
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 1.5em;
  text-align: center;
}
.actions .caption-rollover {
  padding-bottom: 54px;
  text-align: center;
}
.actions .caption-text {
  display: block;
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 100%;
  height: 50px;
}
.actions .less,
.actions .more {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 80px;
  height: 30px;
  margin-left: -40px;
  cursor: pointer;
  line-height: 1.7em;
  text-align: center;
  text-decoration: none;
}
.actions .more {
  display: none;
  font-size: 1.5em;
  background-color: #000;
}
.actions .action.green .content {
  background-color: #b7f1e3;
}
.actions .action.green .more {
  color: #11cfa3;
}
.actions .action.blue .content {
  background-color: #d7e9f9;
}
.actions .action.blue .more {
  color: #7bb7eb;
}
.actions .action.aqua .content {
  background-color: #c2eeef;
}
.actions .action.aqua .more {
  color: #33c6cb;
}
.actions .action.green.active .content,
.actions .action.green:hover .content {
  background-color: #11cfa3;
}
.actions .action.green.active .caption-rollover .description,
.actions .action.green:hover .caption-rollover .description {
  background-color: #11cfa3;
}
.actions .action.aqua.active .content,
.actions .action.aqua:hover .content {
  background-color: #33c6cb;
}
.actions .action.aqua.active .caption-rollover .description,
.actions .action.aqua:hover .caption-rollover .description {
  background-color: #33c6cb;
}
.actions .action.blue.active .content,
.actions .action.blue:hover .content {
  background-color: #7bb7eb;
}
.actions .action.blue.active .caption-rollover .description,
.actions .action.blue:hover .caption-rollover .description {
  background-color: #7bb7eb;
}
.actions .action.active .hexagon-center,
.actions .action:hover .hexagon-center,
.actions .action.active .hexagon-bottom,
.actions .action:hover .hexagon-bottom {
  display: none;
}
.actions .action.active .more,
.actions .action:hover .more {
  display: block;
}
.actions .action.active .caption-text,
.actions .action:hover .caption-text {
  display: block;
  top: 0;
  bottom: auto;
}
.actions .action.active .caption-rollover,
.actions .action:hover .caption-rollover {
  display: block;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
}
.actions .action.active .caption-rollover .description,
.actions .action:hover .caption-rollover .description {
  display: block;
  padding: 10px 10px 0;
  font-family: 'Roboto Regular';
  line-height: 1.3em;
  color: #000;
}
.hexagon .icon {
  top: -13px;
  height: 118px;
}
.hexagon .icon-touch {
  left: -11px;
}
.section {
  margin-top: 20px;
  background-color: #f8f8f8;
}
.section:before,
.section:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.section:after {
  clear: both;
}
.section .section-header {
  padding: 8px 12px;
  background-color: #e4e4e4;
}
.section .section-body {
  padding: 30px 24px;
}
.section .section-body:before,
.section .section-body:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.section .section-body:after {
  clear: both;
}
.section .story {
  float: left;
  width: 30%;
  margin-left: 5%;
  color: #777;
  font-size: 0.9em;
}
.section .story:first-child {
  margin-left: 0;
}
.section .story .polaroid {
  margin-bottom: 20px;
}
.polaroid {
  display: block;
  position: relative;
  padding: 2px;
  text-align: center;
  border: 1px solid #ddd;
  background: #fff;
}
.polaroid img {
  width: 100%;
  display: block;
}
.polaroid .icon {
  position: absolute;
  bottom: 2px;
  left: 2px;
  padding: 4px;
}
.icon.blue {
  background-color: #7bb7eb;
}
.icon.green {
  background-color: #11cfa3;
}
.icon.aqua {
  background-color: #33c6cb;
}
