@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800);
* {
  box-sizing: border-box;
}
a {
  color: #29b6f6;
  text-decoration: none;
  transition: .15s color;
}
a:hover {
  color: #0a9fe2;
}
body {
  margin: 0;
  padding: 0;
  background: #ffffff;
  font-family: "Open Sans", sans-serif;
}
.container {
  max-width: 980px;
  margin: 0 auto;
}
.border {
  width: 100%;
  height: 0;
  border-top: 6px #f2374d solid;
}
.valueprop-icon {
  max-width: 30px;
}
.hero {
  width: 100%;
  margin: 0;
  padding: 0;
  background: #f2f5f7;
}
.hero:before,
.hero:after {
  content: " ";
  display: table;
}
.hero:after {
  clear: both;
}
.hero-valueprop {
  float: left;
  width: 640px;
  margin-top: 60px;
}
.hero-valueprop .logo {
  width: 174px;
  height: 38px;
  margin-bottom: 30px;
}
.hero-valueprop hgroup h1 {
  font-size: 60px;
  line-height: 1.1em;
  letter-spacing: -2px;
  margin-top: 0;
  margin: 0 0 20px;
}
.hero-valueprop hgroup h2 {
  font-size: 36px;
  font-weight: 100;
  line-height: 1.3em;
  margin: 0 0 34px;
}
.hero-valueprop .btn-playstore {
  margin-bottom: 75px;
}
.btn-playstore {
  width: 216px;
}
.screenshots {
  float: left;
  width: 340px;
}
.screenshots .devices {
  position: relative;
  top: 240px;
  width: 340px;
}
.valueprops {
  margin-top: 75px;
}
.valueprops .divider {
  width: 940px;
  height: 2px;
  margin: 75px auto;
  background: url("../img/divider.png");
  background-size: 940px 2px;
  background-position: center center;
}
.valueprops .divider:before,
.valueprops .divider:after {
  content: " ";
  display: table;
}
.valueprops .divider:after {
  clear: both;
}
.valueprops .valueprop-section:before,
.valueprops .valueprop-section:after {
  content: " ";
  display: table;
}
.valueprops .valueprop-section:after {
  clear: both;
}
.valueprops .valueprop-section .valueprop-image {
  float: left;
}
.valueprops .valueprop-section .valueprop-content {
  float: left;
  width: 480px;
}
.valueprops .valueprop-section .valueprop-content .valueprop-icon {
  margin-bottom: 12px;
}
.valueprops .valueprop-section .valueprop-content h1 {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: .1em;
  line-height: 1em;
}
.valueprops .valueprop-section .valueprop-content h2 {
  margin-top: 0;
  font-size: 24px;
  font-weight: 100;
  line-height: 1.5em;
}
.valueprops .valueprop-locate .valueprop-content {
  padding: 100px 0 0 75px;
  float: right;
}
.valueprops .valueprop-sharing .valueprop-image {
  float: right;
}
.valueprops .valueprop-sharing .valueprop-content {
  padding: 100px 75px 0 0;
}
.valueprops .valueprop-texting .valueprop-image {
  float: left;
}
.valueprops .valueprop-texting .valueprop-content {
  padding: 100px 0 0 75px;
  float: right;
}
.valueprops .image-map {
  position: relative;
  left: -36px;
  max-width: 458px;
}
.valueprops .image-sharing {
  position: relative;
  left: -36px;
  max-width: 364px;
}
.valueprops .image-texts {
  position: relative;
  left: -36px;
  max-width: 328px;
}
.download-cta {
  width: 100%;
  margin: 75px 0 0;
  padding: 75px 0;
  background: #f2f5f7;
  text-align: center;
}
.download-cta h1 {
  margin: 0 auto 30px;
  font-size: 36px;
  font-weight: 100;
}
footer {
  padding: 30px 0;
  background: #393b3b;
  color: #ffffff;
}
footer:before,
footer:after {
  content: " ";
  display: table;
}
footer:after {
  clear: both;
}
footer a {
  color: #ffffff;
}
footer .footer-left {
  float: left;
}
footer .footer-left span {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: #6b6f6f;
}
footer .footer-right {
  float: right;
}
footer .footer-right span {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-weight: 100;
  color: #9ea2a2;
}
