/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,500,700,900);
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
body {
  background: #fff;
}
* {
  box-sizing: border-box;
}
img {
  max-width: 100%;
}
.btn {
  background: #0065FF;
  padding: 20px;
  border-radius: 5px;
  margin: 5px 0;
  padding-left: 65px;
  position: relative;
  overflow: hidden;
}
.btn span {
  color: #fff;
  letter-spacing: 1px;
  font-weight: 100;
}
.btn i {
  color: #fff;
  position: absolute;
  font-size: 30px;
  left: 24px;
  top: 12px;
}
a {
  color: inherit;
  text-decoration: none;
}
.links a {
  font-weight: 100!important;
  font-size: 10px!important;
  color: #fff;
}
.links a i {
  font-size: 18px;
}
.footer .links {
  margin-top: 10px;
  left: 10px;
  top: 13px;
}
.listing .links {
  margin: 25px 0 15px 15px;
}
.listing .links a {
  font-size: 14px!important;
  margin-right: 10px;
}
@media only screen and (min-width: 850px) {
  .footer .links {
    margin-top: 0px;
    position: absolute;
  }
  .footer .links a {
    font-weight: 100!important;
    font-size: 11px!important;
  }
  .footer .links a i {
    font-size: 18px;
  }
}
body {
  font-family: 'Roboto', sans-serif;
}
h1,
h2,
h3,
h4,
h5,
p,
span,
a {
  font-family: 'Roboto', sans-serif;
}
.hardware {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.intro {
  padding: 30px 15px 0;
  background: #FDB524;
  text-align: center;
  background: url('../imgs/circ.png'), #FDB524;
  background-size: 140%;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 100%;
  overflow: hidden;
}
.intro .logo {
  max-width: 200px;
}
.intro .appstore {
  max-width: 140px;
  padding-bottom: 50px;
}
.intro h2 {
  margin: 0 auto;
  margin-top: 20px;
  color: #fff;
  font-size: 38px;
  line-height: 55px;
  font-weight: 500;
  max-width: 400px;
  padding: 0 15px;
}
.intro h3 {
  color: #fff;
  font-size: 20px;
  margin-top: 15px;
  font-weight: 300;
  line-height: 30px;
  max-width: 415px;
  margin: 15px auto 0;
}
.intro h4 {
  color: #fff;
  font-weight: 500;
  margin-bottom: 25px;
  font-weight: 100;
}
.intro h4 a {
  text-decoration: underline;
}
.intro a {
  margin: 15px 0;
  display: inline-block;
  font-weight: 100;
}
.intro .phone {
  max-width: 500px;
  width: 100%;
  margin: 50px 0 10px;
  padding: 0 40px;
}
.footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  background: #209EE8;
  border-top: 1px solid #1A84C2;
  padding: 10px 0;
  text-align: center;
}
.footer span,
.footer a {
  color: #fff;
  font-size: 12px;
}
.footer a {
  font-weight: 500;
  margin-left: 5px;
}
.footer i {
  position: relative;
  top: 1px;
}
@media only screen and (min-width: 700px) {
  .intro {
    background-position: 500px center;
    background-size: 100%;
  }
  .intro h2 {
    margin: 15px 0 0 0;
    padding-left: 0;
  }
  .intro .phone {
    max-width: 400px;
    width: 100%;
    position: absolute;
    bottom: 0px;
    right: 5%;
  }
  .intro .rhs {
    width: 50%;
    text-align: left;
    padding: 65px;
  }
  .intro .rhs h3 {
    margin: 15px 0 0;
    max-width: 320px;
  }
}
@media only screen and (min-width: 900px) {
  .intro .phone {
    max-width: 400px;
    width: 100%;
    position: absolute;
    bottom: 50%;
    right: 10%;
    -webkit-transform: translate(0, 50%);
    -moz-transform: translate(0, 50%);
    -o-transform: translate(0, 50%);
    -ms-transform: translate(0, 50%);
    transform: translate(0, 50%);
  }
  .footer {
    padding: 15px 0;
  }
  .footer span,
  .footer a {
    font-size: 14px;
  }
}
.listing {
  background: #FFB924;
}
.listing .intro {
  background: url(../imgs/list-heading.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center top;
  min-height: 0px;
  text-align: left;
  margin-bottom: 50px;
  padding: 30px 35px 0;
}
.listing .intro h2 {
  padding: 0;
  line-height: 39px;
  margin-bottom: 19px;
  margin-top: 55px;
  margin-left: 0!important;
}
.listing .intro h4 {
  color: #4A4A4A;
  font-weight: 400;
  max-width: 240px;
  line-height: 20px;
  font-size: 15px;
}
.listing .intro p {
  color: #fff;
  line-height: 20px;
  margin-bottom: 15px;
  max-width: 240px;
  font-size: 15px;
}
.listing .intro .logo {
  position: absolute;
  top: 25px;
  right: 85px;
  width: 120px;
}
.listing .intro .list-btn {
  max-width: 80px;
}
@media only screen and (min-width: 850px) {
  .listing .intro {
    padding: 70px 40px 15%;
    position: relative;
  }
  .listing .intro h2 {
    margin-top: 130px;
    line-height: 100px;
    font-size: 100px;
    font-weight: 600;
    max-width: 800px;
  }
  .listing .intro .list-btn {
    max-width: 180px;
    position: absolute;
    bottom: 25%;
    right: 60px;
  }
  .listing .intro h2 {
    margin-bottom: 40px;
  }
  .listing .intro p,
  .listing .intro h4 {
    font-size: 22px;
    line-height: 28px;
    max-width: 380px;
  }
}
.about {
  text-align: center;
  padding: 25px 15px;
}
.about h2,
.about h3 {
  color: #fff;
}
.about h2 {
  font-size: 22px;
  line-height: 25px;
  margin-bottom: 25px;
  padding: 0 10px;
}
.about h3 {
  font-size: 18px;
  margin-bottom: 5px;
}
.about-item {
  padding: 0 15px;
  margin: 25px 0;
}
.about-item img {
  margin-bottom: 20px;
  max-width: 180px;
  max-height: 120px;
}
.about-item p {
  color: #fff;
  font-weight: 300;
  padding: 0 25px;
  font-size: 16px;
  line-height: 22px;
}
.about-item h4 {
  color: #444444;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}
.about-item .how-arrow {
  display: none;
}
@media only screen and (min-width: 850px) {
  .about-list {
    overflow: hidden;
  }
  .about-list .about-item {
    float: left;
    width: 33.3%;
    position: relative;
  }
  .about-list .about-item .how-arrow {
    display: block;
    position: absolute;
    width: 30px;
    top: 50%;
    margin-top: -50px;
    right: -20px;
  }
}
.why {
  text-align: center;
  padding: 25px 15px;
}
.why h2,
.why h3 {
  color: #fff;
}
.why h2 {
  font-size: 22px;
  line-height: 25px;
  margin-bottom: 15px;
  padding: 0 10px;
}
.why .why-list {
  margin: 0 auto;
  display: inline-block;
}
.why .why-item {
  margin: 10px 0;
  text-align: left;
}
.why .why-item img {
  width: 18px;
  margin-right: 5px;
  position: relative;
  top: 4px;
}
.why .why-item span {
  color: #fff;
  font-weight: 100;
}
@media only screen and (min-width: 850px) {
  .why {
    padding: 100px 15px;
  }
  .why .why-list {
    overflow: hidden;
    width: 593px;
    margin: 0 auto;
  }
  .why .why-list .why-item {
    width: 50%;
    float: left;
    padding: 0 20px;
  }
}
.split {
  padding-top: 50px;
  width: 100%;
}
.split .rhs,
.split .lhs {
  width: 100%;
  padding: 20px 15px;
}
.split .lhs {
  text-align: center;
}
.split .phone {
  max-width: 400px;
  width: 100%;
}
.split .rhs {
  max-width: 400px;
  margin: 0 auto;
}
.split .rhs h3,
.split .rhs h4 {
  color: #fff;
}
.split .rhs h3 {
  font-size: 28px;
  font-weight: 500;
  line-height: 38px;
  max-width: 300px;
  margin-bottom: 20px;
}
.split .rhs h4 {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 300;
  max-width: 320px;
  line-height: 28px;
}
.split .rhs img {
  max-width: 150px;
}
@media only screen and (min-width: 850px) {
  .split {
    overflow: hidden;
    text-align: center;
    padding-bottom: 100px;
  }
  .split .lhs,
  .split .rhs {
    width: 50%;
    display: inline-block;
  }
  .split .rhs {
    text-align: left;
    vertical-align: top;
    padding-top: 150px;
  }
}
.title-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
  text-align: center;
  background: #209EE8;
  border-bottom: 1px solid #1A84C2;
  padding: 15px 0;
  top: -50px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.title-bar.in {
  top: 0px;
}
.title-bar span,
.title-bar a {
  color: #fff;
  font-size: 14px;
}
.title-bar a {
  font-weight: 500;
  margin-left: 5px;
}
.title-bar i {
  position: relative;
  top: 1px;
}
