/* YUI 3.8.1 (build 5795) Copyright 2013 Yahoo! Inc. http://yuilibrary.com/license/ */
/*
	TODO will need to remove settings on HTML since we can't namespace it.
	TODO with the prefix, should I group by selector or property for weight savings?
*/
html {
  color: #000;
  background: #FFF;
}
/*
	TODO remove settings on BODY since we can't namespace it.
*/
/*
	TODO test putting a class on HEAD.
		- Fails on FF.
*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
/*
	TODO think about hanlding inheritence differently, maybe letting IE6 fail a bit...
*/
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}
ol,
ul {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
q:before,
q:after {
  content: '';
}
abbr,
acronym {
  border: 0;
  font-variant: normal;
}
/* to preserve line-height and selector appearance */
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}
/*to enable resizing for IE*/
input,
textarea,
select {
  *font-size: 100%;
}
/*because legend doesn't inherit in IE */
legend {
  color: #000;
}
/* YUI CSS Detection Stamp */
#yui3-css-stamp.cssreset {
  display: none;
}
body {
  font-family: tahoma, arial, 'Hiragino Sans GB', sans-serif;
}
body {
  font-family: myHelveticaNeueThin;
}
@font-face {
  font-family: "myHelveticaNeueThin";
  src: local("HelveticaNeue-Thin"), url("./53b7c35b-HelveticaLT35Thin.ttf");
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.inline-block {
  display: inline-block;
}
.pull-left {
  float: left;
}
.break-all {
  word-wrap: break-word;
  word-break: break-all;
}
.no-break {
  white-space: nowrap;
}
.overflow {
  overflow: hidden;
}
.clearboth {
  clear: both;
}
.bold {
  font-weight: bold;
}
.visible-hidden {
  position: absolute;
  height: 0px;
  width: 0px;
  z-index: -1;
  border: none;
  padding: 0px;
  margin: 0px;
}
.hidden {
  visibility: hidden;
}
.text-overflow {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.cursor-pointer {
  cursor: pointer;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
/* -------------------- Colr ----------------------- */
/* -------------------- Font ----------------------- */
/* -------------------- Padding ----------------------- */
body {
  color: #666666;
  font-size: 13px;
}
.mobile-icon {
  display: inline-block;
}
* {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  /* For some Androids */
}
input[type=text],
input[type=password],
input[type=email],
input[type=number],
input[type=tel],
textarea {
  -webkit-user-select: text;
  user-select: text;
}
a {
  text-decoration: none;
  color: #3192ff;
}
.intro-desc {
  padding-bottom: 18px;
}
.intro-desc p {
  margin-top: 13px;
  margin-bottom: 8px;
  color: #888;
  font-size: 13px;
}
.section {
  padding: 45px 0;
}
/*
.section img {
  margin-top: @gutter;
}
*/
.section h2 {
  font-size: 20px;
  color: #37434E;
}
.intro-head {
  background-color: #eeeeee;
  background-image: url('./f34bf7c3-bg-top2.png');
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 410px;
  padding: 87px 0px 10px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.intro-head .head-logo {
  margin: 0 auto;
  width: 275px;
  height: 50px;
}
.intro-head .logo {
  display: block;
  float: left;
}
.intro-head .brand {
  display: block;
  margin-top: 15px;
  float: right;
}
.intro-head .head-text {
  display: block;
  margin: 0 auto;
  margin-top: 22px;
  margin-bottom: 64px;
}
.intro-head .download-icon {
  display: block;
  margin: 0 auto;
  width: 200px;
  height: 111px;
  background-image: url(./974f3d06-download-N.png);
  background-repeat: no-repeat;
  background-size: 201px 112px;
}
.intro-head .download-icon:not(.disabled):active {
  background-image: url(./fee00d35-download-P.png);
}
.intro-head .download-icon:focus {
  outline: 0;
}
.intro-head .download-icon.disabled {
  background-image: url('./f9855a5a-download-D.png');
}
.subtitle {
  color: #FFF;
  font-size: 32px;
  font-weight: bold;
  margin-top: 50px;
  text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
}
.subsubtitle {
  color: #FFF;
  font-size: 12px;
  margin-top: 5px;
  margin-bottom: 10px;
  text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
}
.download-button {
  font-weight: bold;
  display: block;
  width: 240px;
  height: 50px;
  line-height: 38px;
  margin: 0 auto;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.download-button .size {
  float: right;
  padding-right: 10px;
  opacity: 0.5;
}
.download-button.IPHONE {
  background: url('./2cf0d5d8-download-iphone.png');
  background-size: contain;
}
.download-button.ANDROID {
  background: url('./7cb6df71-download-android.png');
  background-size: contain;
}
.download-button ~ .download-button {
  margin-top: -10px;
}
.download-button.disabled {
  text-align: center;
  -webkit-filter: grayscale(1);
}
.intro-footer {
  height: 200px;
  padding-top: 33px;
  padding-bottom: 18px;
  color: #ffffff;
  background-image: url('./06190f59-bg-bottom2.png');
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.intro-footer p {
  font-size: 11px;
  line-height: 16px;
}
.intro-footer p a {
  color: #ffffff;
}
img.img-backup {
  width: 14px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -1px;
}
.intro-footer .contact-us {
  margin-top: 18px;
}
.intro-footer .footer-company {
  margin-top: 25px;
}
