/* 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;
  }
}
.panel-wrapper {
  overflow: hidden;
}
.panel .header {
  width: 100%;
  height: 200px;
  background-position: center!important;
  background-size: cover!important;
}
.panel .content {
  padding: 25px 25px;
}
.panel h3 {
  color: #FFB41F;
  font-size: 26px;
  margin-bottom: 10px;
}
.panel h4 {
  color: #6B6B6B;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 20px;
  line-height: 26px;
}
.panel ul {
  padding-left: 0px;
}
.panel li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
  color: #6B6B6B;
  max-width: 350px;
  line-height: 22px;
}
.panel li:before {
  content: "\f00c";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  position: absolute;
  left: 0px;
  font-size: 16px;
  top: 2px;
}
.panel li i {
  font-size: 12px;
}
@media only screen and (min-width: 700px) {
  .panel {
    width: 50%;
    float: left;
    position: relative;
    height: 700px;
  }
  .panel .header {
    height: 300px;
  }
  .panel .content {
    padding: 35px 60px 5px 30px;
  }
  .panel .content .btn {
    width: 300px;
    position: absolute;
    bottom: 0;
  }
  .panel h4 {
    max-width: 400px;
    line-height: 28px;
  }
}
.contact {
  background: #252525;
  text-align: center;
  padding: 30px 0;
}
.contact a {
  color: #F8F8F8;
  font-weight: 100;
  opacity: 0.7;
}
.contact i {
  font-size: 22px;
  margin: 0 5px;
}
.contact .icons {
  margin-bottom: 20px;
}
.terms .wrapper {
  max-width: 700px;
  margin: 15px auto;
  padding: 0 10px;
}
.terms h1 {
  text-align: center;
  margin-bottom: 15px;
  font-size: 30px;
}
.terms p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 22px;
}
