*,
*:before,
*:after {
  background-color: transparent;
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
  color: inherit;
  font: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  line-height: inherit;
  list-style: inherit;
  margin: 0;
  outline: 0;
  overflow: inherit;
  padding: 0;
  text-align: inherit;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  vertical-align: baseline;
  *vertical-align: middle;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-rendering: optimizeLegibility;
  font-kerning: auto;
  font-variant-ligatures: normal;
  letter-spacing: 0.01rem;
  -moz-font-feature-settings: 'liga' on;
  word-spacing: normal;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
audio[controls],
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
img,
canvas,
iframe,
video,
svg {
  max-width: 100%;
}
html {
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, Geneva, sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.3;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  color: #000;
  background-color: #333;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.625rem;
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, Geneva, sans-serif;
  font-weight: normal;
  line-height: 1.25;
  overflow-y: hidden;
}
h1 {
  font-size: 1.6rem;
}
h2 {
  font-size: 1.5rem;
}
h3 {
  font-size: 1.4rem;
}
h4 {
  font-size: 1.3rem;
}
h5 {
  font-size: 1.2rem;
}
h6 {
  font-size: 1.1rem;
}
a {
  font-weight: inherit;
  color: #00a9e4;
  transition: color 0.3s ease 0s;
}
a:hover {
  text-decoration: underline;
}
a:active {
  color: #a52e00;
}
a:focus {
  text-decoration: underline;
}
a strong {
  color: #00a9e4;
}
a:hover strong {
  text-decoration: underline;
}
a em {
  color: #00a9e4;
}
a:hover em {
  text-decoration: underline;
}
p {
  margin-bottom: 0.625rem;
}
ol {
  list-style-position: outside;
  list-style-type: decimal;
  padding-left: 1.25rem;
  margin-left: 1.25rem;
}
ul {
  list-style-position: outside;
  list-style-type: disc;
  padding-left: 1.25rem;
  margin-left: 1.25rem;
}
li {
  margin-bottom: 0.625rem;
  overflow: visible;
}
b,
strong {
  font-weight: bold;
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, Geneva, sans-serif;
}
em {
  font-style: italic;
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, Geneva, sans-serif;
}
q {
  quotes: "\201C" "\201D";
}
q:before {
  content: "\201C";
}
q:after {
  content: '\201D';
}
blockquote {
  quotes: none;
  margin: 1.25rem;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
blockquote:before,
blockquote:after {
  content: '';
  content: none;
}
dfn {
  font-style: italic;
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, Geneva, sans-serif;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, 'Courier New', Courier, monospace;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
small {
  font-size: 0.75rem;
}
sub,
sup {
  font-size: 0.75rem;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5rem;
}
sub {
  bottom: -0.25rem;
}
img {
  -ms-interpolation-mode: bicubic;
  overflow-y: hidden;
}
hr {
  height: 1px;
  width: 100%;
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
  background-color: #000;
  overflow-y: hidden;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 0.625rem;
  margin-top: 0.625rem;
}
th,
td {
  text-align: left;
  vertical-align: middle;
}
form {
  margin-bottom: 0.625rem;
  margin-top: 0.625rem;
}
form + table {
  margin-top: 0;
}
form > table {
  margin-top: 0;
}
button,
input,
select,
textarea {
  vertical-align: baseline;
  *vertical-align: middle;
  background-color: #fff;
}
button,
input {
  line-height: 1rem;
  *overflow: visible;
}
input[type='text'] {
  border: 1px solid #c0c0c0;
  border-radius: 0.25rem;
  box-shadow: 0 0 0.125rem #bbb;
  padding-top: 0.1875rem;
  padding-bottom: 0.125rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  font-size: 1.2rem;
  width: 100%;
  height: 2rem;
}
input[type='email'] {
  border: 1px solid #c0c0c0;
  border-radius: 0.25rem;
  box-shadow: 0 0 0.125rem #bbb;
  padding-top: 0.1875rem;
  padding-bottom: 0.125rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  font-size: 1.2rem;
  width: 100%;
  height: 2rem;
}
input[type='password'] {
  border: 1px solid #c0c0c0;
  border-radius: 0.25rem;
  box-shadow: 0 0 0.125rem #bbb;
  padding-top: 0.1875rem;
  padding-bottom: 0.125rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  font-size: 1.2rem;
  width: 100%;
  height: 2rem;
}
input[type='checkbox'],
input[type='radio'] {
  margin: 0.125rem;
}
input[type='search'] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input:focus {
  border-color: #4f67ff;
  background-color: #ecf8ff;
}
input[type='checkbox']:hover,
input[type='radio']:hover {
  cursor: pointer;
}
input[type='checkbox']:focus,
input[type='radio']:focus {
  outline: 1px solid #4f67ff;
}
textarea {
  border: 1px solid #c0c0c0;
  border-radius: 0.25rem;
  box-shadow: 0 0 0.125rem #bbb;
  padding-top: 0.1875rem;
  padding-bottom: 0.125rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  font-size: 1.2rem;
  width: 100%;
  overflow: auto;
  vertical-align: top;
}
textarea:focus {
  border-color: #4f67ff;
  background-color: #ecf8ff;
}
select {
  border: 1px solid #c0c0c0;
  border-radius: 0.25rem;
  box-shadow: 0 0 0.125rem #bbb;
  padding-top: 0.1875rem;
  padding-bottom: 0.125rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  font-size: 1.2rem;
  width: 100%;
  height: 2rem;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  appearance: menulist;
}
select[multiple] {
  border: 1px solid #c0c0c0;
  border-radius: 0.25rem;
  box-shadow: 0 0 0.125rem #bbb;
  padding-top: 0.1875rem;
  padding-bottom: 0.125rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  font-size: 1.2rem;
  width: 100%;
  font-weight: normal;
  font-style: normal;
  height: 6rem;
  -webkit-appearance: listbox;
  -moz-appearance: listbox;
  appearance: listbox;
}
select:focus {
  border-color: #4f67ff;
  background-color: #ecf8ff;
}
select option {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  font-size: 1.2rem;
  font-weight: normal;
  font-style: normal;
  height: 1.5rem;
  vertical-align: middle;
  padding: 0.125rem;
}
button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
  cursor: pointer;
  font-weight: bold;
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
  border: 1px solid #c0c0c0;
  padding-top: 0.375rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  border-radius: 0.25rem;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
}
button:hover,
input[type='button']:hover,
input[type='reset']:hover,
input[type='submit']:hover {
  border-color: #4f67ff;
  background-color: #ecf8ff;
}
button:focus,
input[type='button']:focus,
input[type='reset']:focus,
input[type='submit']:focus {
  border-color: #4f67ff;
  background-color: #ecf8ff;
}
button:active {
  color: #f00;
  border: 1px solid #f00;
  background-color: #fff;
}
button[disabled],
input[disabled] {
  color: #808080;
  cursor: default;
  border: 1px solid #808080;
  background-color: #fff;
}
button[disabled]:hover,
input[disabled]:hover {
  color: #808080;
  cursor: default;
  border: 1px solid #808080;
  background-color: #fff;
}
button[disabled]:active,
input[disabled]:active {
  color: #808080;
  cursor: default;
  border: 1px solid #808080;
  background-color: #fff;
}
table + fieldset > button {
  margin: 0;
}
.kern-liga {
  -moz-font-feature-settings: 'kern, liga';
  -ms-font-feature-settings: 'kern, liga';
  -o-font-feature-settings: 'kern, liga';
  -webkit-font-feature-settings: 'kern, liga';
  font-feature-settings: 'kern, liga';
}
.small-caps {
  font-variant-caps: small-caps;
  -moz-font-feature-settings: 'smcp';
  -ms-font-feature-settings: 'smcp';
  -o-font-feature-settings: 'smcp';
  -webkit-font-feature-settings: 'smcp';
  font-feature-settings: 'smcp';
}
.text-figures {
  -moz-font-feature-settings: 'onum';
  -ms-font-feature-settings: 'onum';
  -o-font-feature-settings: 'onum';
  -webkit-font-feature-settings: 'onum';
  font-feature-settings: 'onum';
}
.ordinal {
  font-variant-numeric: ordinal;
  -moz-font-feature-settings: 'ordn';
  -ms-font-feature-settings: 'ordn';
  -o-font-feature-settings: 'ordn';
  -webkit-font-feature-settings: 'ordn';
  font-feature-settings: 'ordn';
}
.sans-serif {
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, Geneva, sans-serif;
}
.serif {
  font-family: Georgia, 'Times New Roman', Times, serif;
}
.large {
  font-size: 1.6rem;
}
.headline {
  margin-top: 0;
}
.hidden {
  display: none;
  visibility: hidden;
}
.centered {
  text-align: center;
}
.bold {
  font-weight: bold;
}
.block {
  display: block;
}
.right {
  text-align: right;
}
.base {
  clear: both;
}
.float-left {
  float: left;
}
.align-top {
  vertical-align: top;
}
.align-middle {
  vertical-align: middle;
}
.align-bottom {
  vertical-align: bottom;
}
.clearfix:before,
.clearfix:after {
  content: '\0020';
  display: block;
  height: 0;
  visibility: hidden;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
  overflow: auto;
}
.red {
  color: #f00;
}
.blue {
  color: #00f;
}
.green {
  color: #008000;
}
.black {
  color: #000;
}
.white {
  color: #fff;
}
.yellow {
  color: #ff0;
}
/* body */
body {
  background-color: #333;
}
/* chinese text */
html.zh-cn {
  font-size: 14px;
  font-family: 'Microsoft YaHei', YaHei, Arial, sans-serif;
}
.zh-cn {
  font-family: 'Microsoft YaHei', YaHei, Arial, sans-serif;
}
/* override these settings from yajogo reset.styl */
.zh-cn h1,
.zh-cn h2,
.zh-cn h3,
.zh-cn h4,
.zh-cn h5,
.zh-cn h6,
.zh-cn b,
.zh-cn strong,
.zh-cn em {
  font-family: 'Microsoft YaHei', YaHei, Arial, sans-serif;
}
/* english */
.en {
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, Geneva, sans-serif;
  font-size: 16px;
}
/* browser update */
.browser-upgrade {
  width: 100%;
  max-width: 1024px;
  background-color: #fcffb4;
  margin-right: auto;
  margin-left: auto;
  padding: 0 10px;
  font-size: 16px;
  padding-left: 20px;
  padding-right: 20px;
}
.browser-upgrade p {
  margin: 0;
  padding: 5px;
}
.browser-upgrade a {
  color: #000;
}
.browser-upgrade p a strong {
  color: #000;
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, Geneva, sans-serif;
}
.browser-upgrade a:hover {
  text-decoration: underline;
  background-color: transparent;
}
.browser-upgrade p a:hover strong {
  text-decoration: underline;
  background-color: transparent;
}
table#browsers td {
  width: 30%;
  text-align: center;
}
table#browsers a {
  display: block;
  padding: 10px;
  border-radius: 5px;
  text-align: center;
}
table#browsers a:hover {
  background-color: #e5e2ef;
  text-decoration: none;
}
table#browsers a:hover em {
  background-color: #e5e2ef;
  text-decoration: none;
}
table#browsers em {
  font-weight: 600;
  font-style: italic;
  color: #f08935;
}
/* container */
#container {
  width: 100%;
  max-width: 1024px;
  color: #4d4d4d;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
}
/* header */
header {
  padding-top: 20px;
  padding-bottom: 10px;
}
header a#yajogo-logo {
  padding-left: 20px;
  padding-bottom: 10px;
  display: block;
  float: left;
}
header ul {
  margin: 0;
  padding: 0;
}
header ul li {
  list-style-type: none;
  margin: 0;
  display: inline;
}
header ul li a {
  color: #333;
}
header ul#languages {
  text-align: right;
  float: right;
  margin-top: 15px;
  margin-right: 20px;
}
header ul#languages li a {
  font-size: 0.8rem;
}
header ul#languages li a.en {
  font-size: 16px;
}
header nav {
  clear: both;
  margin-top: 10px;
  background-color: #4d4d4d;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
/* hamburger menu */
}
header nav ul {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
}
header nav ul li {
  list-style-type: none;
  margin: 0;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
}
header nav ul li a {
  color: #c9caca;
}
header nav ul li a:hover {
  color: #fff;
  text-decoration: none;
}
header nav ul li a.current {
  color: #fff;
}
header nav #hamburger {
  display: none;
}
header nav #hamburger a {
  display: block;
}
header nav #hamburger a {
  display: block;
  color: header-text-color;
  font-size: 1.5rem;
  text-decoration: none;
}
header nav #hamburger a:hover {
  text-decoration: none;
  color: #f08935;
}
/* content */
main {
  clear: both;
  padding-left: 20px;
  padding-right: 20px;
}
/* crumb trail */
nav.crumbs {
  font-size: 0.75rem;
  margin-bottom: 5px;
}
nav.crumbs ul {
  margin: 0;
  padding: 0;
  display: inline;
}
nav.crumbs li {
  list-style-type: none;
  display: inline;
  margin: 0;
  padding: 0;
  text-transform: lowercase;
}
nav.crumbs li span {
  text-transform: lowercase;
}
nav.crumbs a span {
  text-transform: lowercase;
}
/* home */
main.home {
  padding: 0;
}
main.home div.step-container {
  padding-left: 50px;
  padding-right: 50px;
}
main.home div.step-container h1 {
  text-align: center;
  font-size: 2rem;
}
main.home div.step-container div.step {
  text-align: center;
  vertical-align: top;
  font-size: 1.5rem;
  float: left;
  width: 33%;
}
main.home div.step-container p.step-number {
  margin: 0;
  text-align: center;
  font-size: 2rem;
  font-weight: 300;
}
main.home div.step-container p.step-number span.step-number {
  border-radius: 3rem;
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  display: block;
  margin-left: 41%;
}
main.home div.step-container div.blue {
  color: #00a9e4;
}
main.home div.step-container div.blue span.step-number {
  color: #fff;
  background-color: #00a9e4;
}
main.home div.step-container div.red {
  color: #a52e00;
}
main.home div.step-container div.red span.step-number {
  color: #fff;
  background-color: #a52e00;
}
main.home div.step-container div.orange {
  color: #f08935;
}
main.home div.step-container div.orange span.step-number {
  color: #fff;
  background-color: #f08935;
}
main.home div.samples {
  padding: 20px;
  background-color: #f2f2f2;
}
main.home div.samples h2 {
  text-align: center;
}
main.home div.samples div.samples-container {
  width: 100%;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}
main.home div.samples div.samples-container div.sample {
  width: 50%;
  float: left;
  padding: 20px;
}
main.home div.samples div.samples-container div.sample a {
  display: block;
}
main.home div.samples div.samples-container div.sample a img {
  width: 100%;
}
div.article-body {
  font-size: 1.3rem;
  max-width: 600px;
}
div.article-body ul {
  padding-left: 25px;
}
body.faq h2 {
  margin-top: 2rem;
  font-weight: bold;
}
body.faq h2:first-child {
  margin-top: 0;
}
/* footer */
footer {
  background-color: #4d4d4d;
  clear: both;
  font-size: 0.8rem;
  padding-top: 5px;
  color: #fff;
}
footer #social {
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
}
footer #social ul {
  margin: 0;
  padding: 0;
}
footer #social ul li {
  list-style-type: none;
  margin: 0;
  display: inline;
}
footer #social ul li a {
  color: #c9caca;
  font-size: 2rem;
}
footer #social ul li a:hover {
  color: #fff;
  text-decoration: none;
}
footer nav {
  padding-top: 10px;
  padding-bottom: 12px;
  padding-left: 20px;
  padding-right: 20px;
}
footer nav ul {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
}
footer nav ul li {
  list-style-type: none;
  margin: 0;
  display: inline;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
}
footer nav ul li a {
  color: #fff;
}
footer #copy {
  background-color: #333;
  padding-top: 5px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 600px) {
  header nav #hamburger {
    display: block;
  }
  header nav ul {
    display: none;
  }
  header nav ul li {
    display: block;
  }
  header nav ul.show {
    display: block;
  }
  footer nav ul {
    display: block;
  }
  footer nav ul li {
    display: block;
  }
  main.home div.step-container div.step {
    width: 100%;
  }
  main.home div.samples div.samples-container div.sample {
    width: 100%;
  }
  span.paginated {
    display: block;
  }
  span.paginated_range {
    display: none;
  }
  span.paginated-ends {
    display: block;
    float: left;
  }
  span.paginated-ends a {
    font-size: 1.5rem;
    display: block;
    width: 2rem;
    height: 2rem;
    float: left;
    vertical-align: top;
    line-height: 2rem;
  }
  span.page-of-page {
    display: block;
    float: left;
    margin-left: 1rem;
    margin-right: 1rem;
    height: 2rem;
    line-height: 2rem;
  }
}
/* fancybox needs to show overflow */
div.fancybox-overlay * {
  overflow: visible;
}

