/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700,300,600);
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;
}
* {
  box-sizing: border-box;
}
img {
  max-width: 100%;
}
a {
  text-decoration: none;
  color: inherit;
}
body {
  background: #FBFBFB;
}
.btn {
  background-image: linear-gradient(-180deg, #FBA600 0%, #F66D00 100%);
  background-size: 200%;
  border: 0px solid #F66D00;
  border-radius: 3px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: all background-size 1s;
  -moz-transition: all background-size 1s;
  -o-transition: all background-size 1s;
  transition: all background-size 1s;
}
.btn span {
  font-weight: 400;
  font-size: 18px;
}
.btn span,
.btn i {
  color: #FFFFFF;
}
.btn i {
  font-size: 23px;
}
.btn.main {
  padding: 10px 23px 12px;
}
.btn.main i {
  margin-right: 9px;
  position: relative;
  top: 2px;
}
.btn.second {
  padding: 10px 23px 12px;
  background: #fff;
  border: 1px solid #B5B5B5;
}
.btn.second span {
  color: #9B9B9B;
}
.pad {
  padding: 60px 15px;
}
.pad.slide {
  padding: 100px 15px;
}
@media only screen and (min-width: 768px) {
  .pad.slide {
    padding: 150px 15px;
  }
  .pad {
    padding: 50px 15px;
  }
  .btn:hover {
    background-size: 100%;
  }
}
body {
  font-family: 'Source Sans Pro', sans-serif;
}
h1,
h2,
h3,
h4,
h5,
p,
span,
a,
input {
  -webkit-font-smoothing: antialiased;
  font-family: 'Source Sans Pro', sans-serif;
}
h2 {
  text-align: center;
  font-size: 26px;
  line-height: 36px;
  color: #111111;
  margin-bottom: 15px;
  font-weight: 100;
  max-width: 500px;
  margin: 0 auto;
}
h3 {
  font-size: 16px;
  line-height: 25px;
  color: #111111;
  font-weight: 100;
  text-align: center;
}
h3.title {
  color: #F66D00;
  font-size: 26px;
  line-height: 30px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  h2 {
    font-size: 27px;
    line-height: 39px;
  }
  h3 {
    font-size: 18px;
    line-height: 26px;
    text-align: left;
  }
  h3.title {
    font-size: 25px;
    line-height: 33px;
  }
}
.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);
}
.header {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #FBFBFB;
  box-shadow: 0px 3px 3px rgba(152, 152, 152, 0.1);
}
.header .logo {
  max-height: 35px;
  margin: 10px 0 10px 5px;
}
.header .menu a.sub {
  display: inline-block;
  margin: 5px;
}
.header .menu a.sub span {
  opacity: 0.75;
  font-weight: 400;
  font-size: 18px;
  color: #4A4A4A;
}
.header .menu a .btn span {
  color: #fff;
  font-weight: 600;
  opacity: 1;
}
.header .sub-menu {
  width: 100%;
  text-align: center;
  padding: 0px 0;
  display: none;
}
.header .btn {
  padding: 10px 13px 12px;
  margin-top: 5px;
}
.header .btn i {
  margin-right: 0;
}
.header .btn span {
  color: #fff;
}
.header .mobile-trigger {
  position: absolute;
  right: 10px;
  top: 2px;
}
.header .mobile-trigger i {
  font-size: 22px;
  padding: 15px;
  color: #9B9B9B;
  cursor: pointer;
}
.header .mobile-menu {
  width: 100%;
  background: #fff;
  z-index: 3;
  border: 2px solid rgba(151, 151, 151, 0.62);
  border-width: 0px 0px 1px;
  display: none;
  position: relative;
}
.header .mobile-menu.in {
  display: block;
}
.header .mobile-menu a {
  display: block;
  width: 100%;
  text-align: left;
  padding: 10px;
}
.header .mobile-menu a span {
  font-weight: 700!important;
}
.header .mobile-menu .btn {
  width: 100%;
  text-align: center;
}
@media only screen and (min-width: 635px) {
  .header {
    padding: 3px 20px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
  }
  .header .menu {
    display: inline-block;
    float: right;
  }
  .header .mobile-trigger {
    display: none;
  }
  .header .mobile-menu {
    display: none!important;
  }
  .header .btn {
    display: inline-block;
    padding: 10px 23px 12px;
  }
  .header .btn span {
    display: inline-block;
    color: #fff;
  }
  .header .btn i {
    margin-right: 5px;
    top: 0;
    font-size: 19px;
  }
  .header .sub-menu {
    display: inline-block;
    width: auto;
  }
  .header .sub-menu .sub {
    padding: 0 10px;
  }
}
.footer {
  background: #F2F2F2;
  padding-bottom: 25px;
}
.footer a {
  margin: 10px;
  display: inline-block;
}
.footer .inner {
  padding: 0 15px;
}
.footer .copyright {
  text-align: center;
  padding: 15px 15px 0;
}
.footer img {
  width: 100%;
}
.footer p {
  font-size: 12px;
  color: #484848;
  line-height: 14px;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-top: 10px;
}
.footer a {
  color: #F66D00;
}
.footer i {
  font-size: 26px;
}
.footer .address {
  padding-left: 10px;
}
.footer .address span {
  display: block;
  color: #9B9B9B;
  font-size: 16px;
  line-height: 22px;
}
@media only screen and (min-width: 768px) {
  .footer {
    padding-bottom: 35px;
  }
  .footer .inner {
    overflow-y: hidden;
    padding: 0 50px;
  }
  .footer .inner .social,
  .footer .inner .links {
    float: left;
  }
  .footer .inner .social {
    margin-right: 20px;
  }
  .footer .inner .links {
    padding: 4px 0;
    display: inline-block;
  }
  .footer .inner p {
    float: right;
    position: relative;
    top: 7px;
  }
  .footer .address {
    text-align: right;
  }
}
.intro {
  padding: 90px 15px 150px;
  text-align: center;
  background: url(../imgs/fox-head.png), url(../imgs/speech-bubble.png);
  background-repeat: no-repeat no-repeat;
  background-size: 100px 110px, 150px 220px;
  background-position: bottom left, top right;
}
.intro h2 {
  font-size: 28px;
  line-height: 30px;
  color: #4A4A4A;
  margin-bottom: 20px;
  font-weight: 600;
  text-align: center;
  max-width: none;
}
.intro h2 span {
  color: #F66D00;
  font-weight: 400;
}
.intro h3 {
  text-align: center;
}
.intro .error {
  display: block;
  margin-top: 10px;
  color: #ff2f00;
  display: none;
}
.intro .error.in {
  display: block;
}
.intro .inner {
  max-width: 810px;
  text-align: center;
}
.intro .try,
.intro .beta {
  position: relative;
}
.intro .try h3,
.intro .beta h3 {
  font-weight: 100;
  color: #111111;
  font-size: 18px;
  line-height: 26px;
}
.intro .try input,
.intro .beta input {
  outline: 0;
  border: 1px;
  border-color: #E3E3E3;
  -webkit-appearance: none;
  font-size: 15px;
  padding-left: 10px;
  margin-top: 10px;
  font-weight: 100;
  width: 100%;
  border: 1px solid #E3E3E3;
  padding: 10px;
  background: #fff;
}
.intro .try input:-webkit-autofill,
.intro .beta input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}
.intro .try.ani:after,
.intro .beta.ani:after {
  animation: blink ease-in-out 900ms infinite alternate;
}
.intro .try:after,
.intro .beta:after {
  content: "";
  display: none;
  width: 2px;
  height: 20px;
  background: #F66D00;
  position: absolute;
  bottom: 57px;
  left: 0;
}
.intro .try .btn,
.intro .beta .btn {
  width: 100%;
  text-align: center;
}
.intro .try .btn .span,
.intro .beta .btn .span {
  display: inline-block;
}
.intro .try {
  margin: 0 auto;
}
.intro .beta {
  display: none;
}
@media only screen and (min-width: 768px) {
  .intro {
    padding: 150px 0 0px;
    background-size: 300px 360px,230px 390px;
    padding: 200px 0 350px;
    background-position: 0% 100%, 100% 0%;
  }
  .intro .inner {
    margin: 0 auto;
  }
  .intro .error {
    margin-left: 10px;
  }
  .intro h2 {
    font-size: 55px;
    line-height: 65px;
  }
  .intro .try,
  .intro .beta {
    position: relative;
  }
  .intro .try h3,
  .intro .beta h3 {
    font-size: 25px;
  }
  .intro .try input,
  .intro .beta input {
    font-size: 22px;
    padding: 6px 0;
    padding-left: 10px;
    margin-top: 10px;
    border-radius: 3px;
  }
  .intro .try:after,
  .intro .beta:after {
    height: 36px;
    top: 53px;
    display: block;
    left: 5px;
  }
  .intro .try .btn,
  .intro .beta .btn {
    margin-top: 25px;
    width: 200px;
  }
  .intro .try {
    width: 600px;
    margin: 0 auto;
  }
  .intro .try input {
    width: 69%;
    position: relative;
    top: 3px;
  }
  .intro .try .btn {
    width: 30%;
  }
  .intro .beta:after {
    display: none;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1.0;
  }
  50% {
    opacity: 0.0;
  }
  100% {
    opacity: 1.0;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1.0;
  }
  50% {
    opacity: 0.0;
  }
  100% {
    opacity: 1.0;
  }
}
@-ms-keyframes blink {
  0% {
    opacity: 1.0;
  }
  50% {
    opacity: 0.0;
  }
  100% {
    opacity: 1.0;
  }
}
@-o-keyframes blink {
  0% {
    opacity: 1.0;
  }
  50% {
    opacity: 0.0;
  }
  100% {
    opacity: 1.0;
  }
}
@keyframes blink {
  0% {
    opacity: 1.0;
  }
  50% {
    opacity: 0.0;
  }
  100% {
    opacity: 1.0;
  }
}
.slide.fox {
  background: url('../imgs/fox-head.png'), url('../imgs/speech-bubble.png');
  background-repeat: no-repeat no-repeat;
  background-size: 100px 110px, 150px 220px;
  background-position: bottom left, top right;
}
.slide.bubble {
  background: url('../imgs/bubble.png');
  background-repeat: no-repeat;
  background-size: 295px;
  background-position: center left;
}
.slide.arrow {
  background: url('../imgs/arrow-bg.png');
  background-repeat: no-repeat;
  background-size: 295px;
  background-position: top left;
}
.slide.tail {
  background: url('../imgs/tail.png');
  background-repeat: no-repeat;
  background-size: 295px;
  background-position: top right;
}
.slide.quote h3 {
  text-align: center;
}
.slide.quote img {
  margin-top: 15px;
}
.slide.quote .content {
  margin: 0 auto;
}
.slide .inner {
  padding: 0 15px;
}
.slide .inner.feature img {
  width: 100%;
  margin-bottom: 15px;
}
.slide h2 {
  text-align: center;
  font-size: 26px;
  line-height: 36px;
  color: #111111;
  margin-bottom: 15px;
  font-weight: 100;
  max-width: 500px;
  margin: 0 auto;
}
.slide .content {
  text-align: center;
}
.slide .content .btn {
  margin: 15px auto;
}
.slide .content .btn span {
  font-size: 16px;
}
.slide .inner.angles-section {
  text-align: center;
}
.slide .inner.angles-section .btn {
  margin-top: 10px;
}
.slide.suc {
  padding-top: 0;
}
.slide.suc .inner-cont {
  text-align: center;
  margin-top: 15px;
  padding: 0 15px;
  max-width: 600px;
  margin: 15px auto 0;
}
.slide.suc .inner-cont h3 {
  color: #F66D00;
  font-size: 26px;
  line-height: 30px;
  margin-bottom: 15px;
  width: 100%;
  text-align: center;
}
.slide.suc .inner-cont p {
  font-weight: 100;
  font-size: 16px;
  line-height: 25px;
}
.slide.suc .inner-cont a {
  margin-top: 15px;
  display: inline-block;
}
.slide.suc .inner-cont a span,
.slide.suc .inner-cont a i {
  color: #9B9B9B;
  ont-size: 16px;
}
.slide.suc .inner-cont a i {
  position: relative;
  top: 2px;
  margin-left: 5px;
}
@media only screen and (min-width: 768px) {
  .slide {
    padding: 150px 0;
  }
  .slide.fox {
    background-size: 300px 360px,230px 390px;
    padding: 200px 0 350px;
    background-position: 0% 100%, 100% 0%;
  }
  .slide.bubble,
  .slide.tail {
    background-size: 400px;
  }
  .slide h2 {
    font-size: 27px;
    line-height: 39px;
  }
  .slide h3 {
    font-size: 18px;
    line-height: 26px;
    text-align: left;
  }
  .slide h3.title {
    font-size: 25px;
    line-height: 33px;
  }
  .slide .inner {
    overflow: hidden;
  }
  .slide .inner.feature {
    padding: 0 15px;
    max-width: 900px;
    margin: 0 auto;
  }
  .slide .inner.feature img {
    width: 66.6%;
    float: left;
    margin-bottom: 0;
  }
  .slide .inner.feature .content {
    float: left;
    width: 33.3%;
    padding-left: 50px;
    text-align: left;
  }
  .slide .inner.feature .content .btn {
    margin: 15px auto;
  }
  .slide.flip .inner.feature .content {
    float: left;
    padding-left: 0px;
    padding-right: 65px;
  }
  .slide.flip .inner.feature img {
    float: right;
  }
  .slide.quote {
    text-align: center;
  }
  .slide.quote h3 {
    text-align: center;
    max-width: 600px;
    margin: 10px auto 0;
  }
  .slide.quote img {
    margin-top: 50px;
  }
  .slide.quote .content {
    max-width: 1400px;
    padding: 0 100px;
    margin: 0 auto;
  }
  .slide.how {
    padding: 0;
  }
  .slide.how h2 {
    font-size: 40px;
    line-height: 60px;
  }
  .slide.built {
    padding-bottom: 0;
  }
  .slide.suc .inner-cont {
    margin-top: 50px;
  }
  .slide.suc .inner-cont h3 {
    font-size: 25px;
    line-height: 33px;
  }
  .slide.suc .inner-cont p {
    font-size: 18px;
    line-height: 26px;
  }
}
.user .image {
  background: url(../imgs/quote.jpg) no-repeat center;
  background-size: cover;
  overflow-y: hidden;
}
.user .meta {
  text-align: center;
  max-width: 600px;
  margin: 25px auto 0;
}
.user .meta a {
  margin-top: 15px;
  cursor: pointer;
  display: inline-block;
}
.user .content {
  background: rgba(255, 255, 255, 0.8);
  background-size: cover;
  padding: 20px;
  text-align: center;
}
.user .content h3 {
  font-size: 20px;
  line-height: 23px;
  color: #111111;
  margin-bottom: 15px;
  font-weight: 400;
  max-width: 500px;
  margin: 0 auto;
  margin-bottom: 0px;
}
.user .content h4 {
  color: #F66D00;
  font-size: 14px;
  line-height: 26px;
  font-weight: 500;
  margin-bottom: 15px;
}
.user .content p {
  font-size: 16px;
  line-height: 22px;
  color: #111111;
  font-weight: 100;
  max-width: 500px;
  margin: 0 auto;
  display: inline-block;
}
.user .content a {
  display: block;
  margin-top: 10px;
}
@media only screen and (min-width: 768px) {
  .user {
    padding: 0;
    overflow: hidden;
  }
  .user .content {
    background: url(../imgs/user-bg.png) no-repeat center;
    background-size: 540px;
    width: 540px;
    float: right;
    padding: 110px 70px 110px 150px;
    text-align: left;
  }
  .user .content h3 {
    font-size: 20px;
    line-height: 36px;
    margin-bottom: 30px;
    position: relative;
    top: 40px;
  }
  .user .content h4 {
    margin-bottom: 10px;
    position: relative;
    top: 40px;
  }
  .user .content a {
    margin-top: 20px;
  }
  .user .meta {
    margin-top: 25px;
  }
  .user .meta h3 {
    font-size: 18px;
    line-height: 26px;
    text-align: center;
  }
  .user .meta h3.title {
    font-size: 25px;
    line-height: 33px;
  }
}
.messages {
  overflow: hidden;
  margin: 50px auto 0;
  max-width: 700px;
}
.messages img {
  width: 200px;
  clear: both;
  display: block;
  float: right;
  transform-origin: right center;
  margin: 10px 0;
}
.messages img:nth-child(odd) {
  float: left;
  transform-origin: left center;
}
.messages img:nth-child(4) {
  width: 260px;
}
.messages img:nth-child(3) {
  width: 260px;
}
.messages img:nth-child(1) {
  transform-origin: left top;
}
.messages img:nth-child(2) {
  transform-origin: right top;
}
.messages img:nth-child(5) {
  transform-origin: left bottom;
}
.messages img:nth-child(6) {
  transform-origin: right bottom;
}
.messages img.key {
  float: none;
  margin: 0 auto ;
  padding-top: 75px;
}
@media only screen and (min-width: 900px) {
  .messages {
    position: relative;
    height: 400px;
    width: 100%;
    max-width: 10000px;
  }
  .messages img {
    float: none;
    position: absolute;
    margin: 0;
    -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;
  }
  .messages img:not(.key) {
    cursor: pointer;
  }
  .messages img:not(.key).in {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
  .messages img.key {
    left: 50%;
    margin-left: -150px;
    top: 50%;
    margin-top: -120px;
    padding-top: 0;
    width: 300px;
  }
  .messages img:nth-child(1) {
    top: 10px;
    left: 100px;
  }
  .messages img:nth-child(2) {
    top: 10px;
    right: 100px;
  }
  .messages img:nth-child(3) {
    left: 0px;
    top: 150px;
  }
  .messages img:nth-child(4) {
    right: 0px;
    top: 150px;
  }
  .messages img:nth-child(5) {
    left: 100px;
    bottom: 0px;
  }
  .messages img:nth-child(6) {
    right: 100px;
    bottom: 0px;
  }
}
.angles {
  background: #fff;
  border: 1px solid #E3E3E3;
  margin: 25px 0  0 0;
}
.angles .angle {
  padding: 15px 15px;
  overflow: hidden;
  border-bottom: 1px solid #E3E3E3;
  position: relative;
}
.angles .angle .inner {
  text-align: center;
}
.angles .angle i {
  color: #C8C8C8;
  font-size: 26px;
}
.angles .angle img {
  width: 30px;
  margin-top: 0;
}
.angles .angle span {
  color: #424242;
  font-size: 19px;
  display: block;
  padding: 4px 0;
}
.angles .angle a span {
  font-weight: 100;
  color: #9B9B9B;
  display: inline-block;
}
.angles .angle a i {
  display: inline-block;
  font-size: 12px;
  margin-left: 5px;
}
.slide h4.title {
  color: #F66D00;
  width: 100%;
  text-align: center;
  margin: 35px 0 10px;
  font-size: 18px;
}
.slide .btn.sub {
  margin: 0 auto;
  display: block;
  width: 220px;
  text-align: center;
}
@media only screen and (min-width: 900px) {
  .angles {
    border-width: 0px;
    overflow: hidden;
    text-align: center;
    max-width: 920px;
    margin: 30px auto;
    width: 460px;
    background: transparent;
  }
  .angles .angle {
    text-align: center;
    width: 230px;
    float: left;
    border-width: 0px;
    vertical-align: top;
  }
  .angles .angle .inner {
    padding: 20px;
    border: 1px solid #E3E3E3;
    height: 200px;
    padding-top: 50px;
    background: #fff;
  }
  .angles .angle img,
  .angles .angle span {
    float: none;
    display: block;
    position: static;
  }
  .angles .angle img {
    margin: 0 auto;
    width: auto;
    height: 55px;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .angles .angle span {
    margin-left: 0;
    margin-top: 20px;
    font-size: 17px;
  }
  .angles .angle a span {
    font-size: 15px;
    margin-top: 5px;
  }
}
@media only screen and (min-width: 1195px) {
  .angles {
    width: auto;
  }
}
.clients {
  overflow-y: hidden;
}
.clients h3 {
  text-align: center;
  margin-bottom: 25px;
}
.clients .logo {
  width: 23.3%;
  height: 50px;
  background-size: contain!important;
  background-position: center!important;
  background-repeat: no-repeat !important;
  float: left;
  margin: 5%;
}
.clients .logo.one {
  background: url('../imgs/clients/1.png');
}
.clients .logo.two {
  background: url('../imgs/clients/2.png');
}
.clients .logo.three {
  background: url('../imgs/clients/3.png');
}
.clients .logo.four {
  background: url('../imgs/clients/4.png');
}
.clients .logo.five {
  background: url('../imgs/clients/5.png');
}
.clients .logo.six {
  background: url('../imgs/clients/6.png');
}
@media only screen and (min-width: 900px) {
  .clients {
    max-width: 900px;
    margin: 0 auto;
  }
  .clients .logo {
    width: 12.6%;
    margin: 0 2%;
  }
  .clients h3 {
    margin-bottom: 30px;
  }
}
.icons h3 {
  text-align: center;
  max-width: 600px;
  margin: 15px auto 0;
}
.icons .icon-list {
  max-width: 200px;
  margin: 25px auto 0;
}
.icons .icon {
  text-align: center;
  border: 1px solid #F66D00;
  border-width: 0 0 1px 0;
  padding: 34px 0;
}
.icons .icon:nth-child(3) {
  border-width: 0px;
}
.icons .icon img {
  width: 50px;
  margin-bottom: 10px;
}
.icons .icon span {
  display: block;
  text-align: center;
  width: 130px;
  margin: 0 auto;
  color: #111111;
  font-size: 15px;
  line-height: 21px;
}
@media only screen and (min-width: 768px) {
  .icons .icon-list {
    overflow-y: hidden;
    max-width: 900px;
    margin-top: 40px;
  }
  .icons .icon {
    float: left;
    width: 33.3%;
    border-width: 0 1px 0 0;
    padding: 20px;
  }
  .icons .icon img {
    width: auto;
    height: 60px;
    margin-bottom: 20px;
  }
}
.sign-up .inner {
  background: #fff;
  margin: 15px;
  padding: 25px 20px;
  border: 1px solid #E3E3E3;
}
.sign-up .error {
  display: none;
}
.sign-up .error.in {
  display: block;
  margin-top: 10px;
  color: #ff2f00;
}
.sign-up .form input {
  outline: 0;
  border: 0px;
  -webkit-appearance: none;
  font-size: 15px;
  padding-left: 10px;
  margin-top: 10px;
  font-weight: 100;
  width: 100%;
  border: 1px solid #E3E3E3;
  padding: 10px;
}
.sign-up .form input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}
.sign-up .form .btn {
  width: 100%;
  text-align: center;
  margin-top: 5px;
}
.sign-up .form .btn span {
  display: inline-block;
}
.sign-up .beta {
  display: none;
}
@media only screen and (min-width: 768px) {
  .sign-up {
    text-align: center;
    background: url('../imgs/sign-up.png') no-repeat center;
    background-size: 800px;
  }
  .sign-up.pad {
    padding: 150px 0;
  }
  .sign-up .inner {
    max-width: 550px;
    padding: 40px 80px;
    margin: 0 auto;
  }
  .sign-up .inner h3 {
    text-align: center;
  }
  .sign-up .inner .form {
    text-align: left;
    margin-top: 25px;
  }
  .sign-up .inner input {
    width: calc(100% - 150px);
  }
  .sign-up .inner .btn {
    width: 146px;
    margin-left: -3px;
    margin-top: 0;
  }
}
.keys {
  max-width: 1100px;
  margin: 0 auto;
}
.keys h3 {
  text-align: center;
  max-width: 500px;
  margin: 10px auto 0 auto;
}
.image-intro {
  min-height: 300px;
  width: 100%;
  background-size: cover!important;
  background-position: center!important;
  margin-top: 67px;
  position: relative;
}
.image-intro .quote {
  background: url('../imgs/quote-bg.png') no-repeat left center;
  background-size: 200%!important;
  width: 70%;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  padding-left: 50px;
}
.image-intro .quote .inner {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.image-intro .quote h2 {
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
  text-align: left;
  margin: 0;
  max-width: 300px;
}
.image-intro .quote span {
  color: #F66D00;
  font-size: 14px;
  line-height: 18px;
}
@media only screen and (min-width: 635px) {
  .image-intro {
    margin-top: 66px;
    min-height: 500px;
  }
  .image-intro .quote {
    width: 500px;
    padding-left: 100px;
    background-size: 130%!important;
  }
  .image-intro .quote h2 {
    max-width: 400px;
    font-size: 32px;
    line-height: 40px;
  }
  .image-intro .quote span {
    font-size: 18px;
    display: inline-block;
    margin-top: 15px;
  }
}
.boxes {
  background-repeat: no-repeat;
  background-size: 50%;
  padding: 15px 0;
}
.boxes .box {
  border: 1px solid #977979;
  border: 1px solid rgba(151, 121, 121, 0.36);
  margin: 40px 20px;
  padding: 40px 25px;
  background: #fff;
}
.boxes .box .logo {
  width: 100px;
  margin-bottom: 15px;
}
.boxes .box p {
  color: #111111;
  font-weight: 100;
  font-size: 15px;
  line-height: 21px;
}
.boxes .box a {
  display: inline-block;
  margin-top: 15px;
  font-size: 15px;
  color: #111111;
}
.boxes .box .type {
  margin-bottom: 15px;
}
.boxes .box .type img {
  height: 20px;
  position: relative;
  top: 4px;
}
.boxes .box .type span {
  color: #F66D00;
  line-height: 20px;
  font-size: 15px;
  margin-left: 5px;
}
.boxes .box i {
  font-size: 12px;
  margin-left: 5px;
}
@media only screen and (min-width: 800px) {
  .boxes {
    width: 35%;
    float: left;
  }
  .boxes p {
    font-size: 18px;
    line-height: 25px;
  }
  .boxes .box .type span {
    font-size: 18px;
  }
}
.suc-rich-content {
  padding: 0 20px;
  padding-bottom: 10px;
}
.suc-rich-content h2 {
  color: #F66D00;
  font-size: 23px;
  line-height: 33px;
  margin: 0;
}
.suc-rich-content h3 {
  font-size: 23px;
}
.suc-rich-content h2,
.suc-rich-content h3 {
  text-align: left;
  line-height: 33px;
}
.suc-rich-content h3 {
  margin-bottom: 25px;
}
.suc-rich-content p {
  display: inline-block;
  margin-bottom: 25px;
  font-size: 15px;
  font-weight: 100;
  line-height: 26px;
  color: #111;
}
.quote-suc {
  padding: 0 25px 50px;
  max-width: 800px;
  margin: 0 auto;
}
.quote-suc h4 {
  font-size: 23px;
  font-weight: 100;
  text-align: center;
  line-height: 32px;
  color: #4A4A4A;
}
.quote-suc span {
  display: inline-block;
  width: 100%;
  color: #F66D00;
  text-align: center;
  margin-top: 15px;
}
@media only screen and (min-width: 800px) {
  .suc-rich-content {
    padding-left: 50px;
    width: 65%;
    float: right;
    margin-top: 50px;
  }
  .suc-rich-content h2,
  .suc-rich-content h3 {
    font-size: 30px;
    line-height: 40px;
  }
  .suc-rich-content p {
    font-size: 16px;
  }
  .quote-suc {
    padding-top: 100px;
  }
  .quote-suc h4 {
    font-size: 30px;
    line-height: 40px;
  }
}
.pricing-cont {
  padding: 0 25px;
}
.pricing-cont .plan {
  background: #fff;
  border: 1px solid #E3E3E3;
  border-radius: 3px;
  padding: 15px;
  margin: 25px auto;
}
.pricing-cont .plan .title {
  display: block;
  width: 100%;
  color: #F66D00;
  text-align: center;
}
.pricing-cont .plan .price {
  position: relative;
  width: 85px;
  margin: 35px auto;
  left: -30px;
}
.pricing-cont .plan .price.enterprise {
  position: static;
  width: auto;
  text-align: center;
}
.pricing-cont .plan .price.enterprise img {
  width: 80px;
  margin-bottom: 5px;
}
.pricing-cont .plan .price.enterprise span {
  display: block;
  width: 200px;
  font-size: 15px;
  line-height: 18px;
  color: #111111;
  margin: 0 auto;
}
.pricing-cont .plan .price .currency {
  position: absolute;
  top: 0;
  left: 0;
  color: #4A4A4A;
  font-size: 22px;
  font-weight: bold;
}
.pricing-cont .plan .price h3 {
  font-size: 60px;
  font-weight: 600;
  color: #4A4A4A;
  line-height: 40px;
}
.pricing-cont .plan .price .mon {
  color: #4A4A4A;
  font-size: 16px;
  line-height: 20px;
  position: absolute;
  top: 0;
  right: -60px;
  width: 65px;
}
.pricing-cont .plan .features {
  max-width: 250px;
  margin: 25px auto;
}
.pricing-cont .plan .feature {
  position: relative;
  padding-left: 35px;
  margin: 25px auto;
}
.pricing-cont .plan .feature img {
  width: 25px;
  position: absolute;
  left: 0;
}
.pricing-cont .plan .feature span {
  color: #4A4A4A;
  font-weight: 400;
  font-size: 17px;
  line-height: 25px;
}
.pricing-cont .plan .buttons {
  max-width: 250px;
  margin: 0 auto;
  margin-top: 15px;
}
.pricing-cont .plan .buttons .btn {
  width: 100%;
  text-align: center;
  margin: 10px 0;
}
@media only screen and (min-width: 768px) {
  .pricing-cont {
    overflow: hidden;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 10%;
  }
  .pricing-cont .plan {
    width: 46%;
    float: left;
    margin: 0 2%;
  }
  .pricing-cont .plan .price {
    width: 70px;
    left: -13px;
  }
  .pricing-cont .plan .price .currency {
    left: -15px;
  }
}
.full-feature-list {
  padding-bottom: 0!important;
}
.full-feature-list .inner h2 {
  color: #F66D00;
  margin-bottom: 25px;
}
.full-feature-list .list .item {
  text-align: center;
  margin: 25px 0;
}
.full-feature-list .list .item span {
  display: block;
  margin: 10px 0;
  color: #424242;
  font-weight: 600;
}
.full-feature-list .list .item h3 {
  max-width: 400px;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (min-width: 900px) {
  .full-feature-list {
    max-width: 1100px;
    margin: 0 auto;
  }
  .full-feature-list .list {
    overflow: hidden;
  }
  .full-feature-list .list .item {
    width: 33%;
    float: left;
    height: 200px;
    padding: 0 25px;
  }
  .full-feature-list .list .item svg {
    height: 50px;
  }
  .full-feature-list .list .item span {
    font-size: 18px;
    line-height: 22px;
  }
  .full-feature-list .list .item h3 {
    font-size: 15px;
  }
}
.jurno-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 500;
  display: none;
}
.jurno-modal i {
  color: #fff;
}
.jurno-modal .close-btn {
  position: absolute;
  right: 0;
  cursor: pointer;
  top: -30px;
}
.jurno-modal .inner {
  background: #fff;
  max-width: 400px;
  margin: 0 auto;
  overflow-y: visible;
  position: relative;
  text-align: center;
  padding: 30px 30px;
  margin: 50px 10px 10px 10px;
  border-radius: 5px;
}
.jurno-modal .inner img {
  width: 180px;
  margin-bottom: 15px;
  margin-top: 5px;
}
.jurno-modal .items {
  margin: 25px 0;
  text-align: left;
}
.jurno-modal .item {
  margin: 15px 0;
  position: relative;
}
.jurno-modal .item i {
  color: #6CBD59;
  position: absolute;
  top: 0;
  left: 0;
}
.jurno-modal .item span {
  color: #4A4A4A;
  line-height: 22px;
  font-size: 16px;
  display: inline-block;
  padding-left: 30px;
}
.jurno-modal .jurno-sign-up span {
  color: #4A4A4A;
  font-weight: 800;
  font-size: 14px;
}
.jurno-modal .jurno-sign-up input {
  display: block;
  webkit-appearance: none;
  font-size: 15px;
  margin-top: 10px;
  font-weight: 100;
  width: 100%;
  outline: 0px;
  border-width: 1px;
  border-style: solid;
  border-color: #e3e3e3;
  border-image: initial;
  padding: 10px;
  background: #ffffff;
  margin-bottom: 10px;
}
.jurno-modal .jurno-sign-up .btn {
  width: 100%;
  display: block;
  margin: 15px 0;
}
.jurno-modal .jurno-sign-up .btn span {
  color: #fff;
  font-weight: 400;
  font-size: 18px;
}
.jurno-modal .jurno-sign-up h4 {
  margin-top: 10px;
  color: #4A4A4A;
  font-weight: 600;
  font-size: 15px;
}
.jurno-modal .jurno-sign-up .error {
  text-align: left;
  width: 100%;
  font-weight: 600;
  color: #de5454;
  display: none;
}
.jurno-modal .jurno-sign-up .error.in {
  display: block;
}
@media only screen and (min-width: 800px) {
  .jurno-modal .inner {
    position: relative;
    left: 50%;
    margin-left: -200px;
    top: 20px;
  }
}
.mobile-warning {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 500;
  display: none;
}
.mobile-warning i {
  color: #fff;
}
.mobile-warning .close-btn {
  position: absolute;
  right: 0;
  cursor: pointer;
  top: -30px;
  right: 0px;
}
.mobile-warning .inner {
  background: #fff;
  max-width: 400px;
  margin: 0 auto;
  overflow-y: visible;
  position: relative;
  text-align: center;
  padding: 30px 30px;
  margin: 50px 10px 10px 10px;
  border-radius: 5px;
}
.mobile-warning .inner.two {
  display: none;
}
.mobile-warning .inner img {
  width: 180px;
  margin-bottom: 15px;
  margin-top: 5px;
}
.mobile-warning h2 {
  color: #F66D00;
  font-weight: 500;
}
.mobile-warning p {
  font-size: 17px;
  line-height: 22px;
  display: inline-block;
  margin-bottom: 25px;
}
.mobile-warning .btn {
  display: block;
}
.suc-page {
  background: url('../imgs/boxes-bg.png') left 400px, #fbfbfb;
  background-size: 200px;
  background-repeat: no-repeat !important;
}
.suc-page.flip {
  background: url('../imgs/boxes-bg-2.png') right 500px, #fbfbfb;
  background-size: 300px;
  background-repeat: no-repeat !important;
}
.suc-page.flip .slide.tail.flip.pad {
  overflow: hidden;
}
.suc-page.flip .image-intro .quote {
  right: auto;
  left: 0;
  background: url('../imgs/quote-bg.png') no-repeat right center;
  padding-left: 15px;
  padding-right: 50px;
}
.suc-page.flip .main-wrapper .boxes {
  float: right;
}
.suc-page.flip .main-wrapper .suc-rich-content {
  float: left;
  padding-left: 15px;
  padding-right: 50px;
}
.suc-page.flip .slide.tail.flip.pad {
  background: url(../imgs/tail-2.png);
  background-repeat: no-repeat;
  background-size: 295px;
  background-position: top left;
}
.suc-page.flip .slide.tail.flip.pad .inner.feature img {
  float: left;
}
.suc-page.flip .slide.tail.flip.pad .inner.feature .content {
  float: right;
  padding-left: 50px;
}
.suc-page.flip .slide.tail.flip.pad .inner.feature .content h3 {
  padding-right: 0;
}
.suc-page .slide.tail {
  background-size: 185px;
}
.suc-page .slide .content {
  padding: 0 20px;
}
.suc-page .slide .content h3 {
  text-align: left;
  font-size: 15px;
}
.suc-page .slide .content h3.title {
  font-size: 25px;
  text-align: left;
}
.suc-page .slide .content a {
  margin-top: 15px;
  display: inline-block;
}
.suc-page .slide .content i {
  font-size: 12px;
  margin-left: 5px;
}
.suc-page .slide .content a,
.suc-page .slide .content i {
  color: #111111;
}
@media only screen and (min-width: 800px) {
  .suc-page {
    background: url('../imgs/boxes-bg.png') left 500px, #fbfbfb;
    background-size: 300px;
  }
  .suc-page .main-wrapper {
    overflow: hidden;
    max-width: 1000px;
    margin: 50px auto 0;
  }
  .suc-page .slide .inner.feature {
    max-width: 935px;
  }
  .suc-page .slide .inner.feature img {
    width: 60%;
  }
  .suc-page .slide .inner.feature .content {
    width: 40%;
  }
  .suc-page .slide.tail {
    background-size: 400px;
  }
  .suc-page .slide .content h3 {
    font-size: 18px;
    line-height: 25px;
  }
}
.pricing {
  background: url('../imgs/bubble.png');
  background-repeat: no-repeat;
  background-size: 295px;
  background-position: 0px 400px;
}
.pricing .intro {
  background: none;
  padding: 120px 15px 60px;
}
.pricing .built {
  text-align: center;
}
.pricing .built .sub {
  padding: 5px 0;
  margin-top: 10px;
}
.pricing .built .sub a {
  color: #F66D00;
}
.pricing .built .sub span {
  color: #4A4A4A;
}
@media only screen and (min-width: 768px) {
  .pricing .intro {
    padding-top: 150px;
  }
  .pricing .sign-up {
    padding-top: 0px!important;
  }
  .pricing .built {
    padding-top: 100px!important;
  }
}
.tos,
.privacy {
  padding-top: 80px;
}
.tos .rich-text,
.privacy .rich-text {
  padding: 15px;
  max-width: 750px;
  margin: 0 auto;
}
.tos .rich-text h2,
.privacy .rich-text h2 {
  text-align: left;
  max-width: 750px;
  margin-top: 20px;
}
.tos .rich-text p,
.privacy .rich-text p,
.tos .rich-text li,
.privacy .rich-text li {
  font-size: 15px;
  line-height: 20px;
  display: inline-block;
  margin-bottom: 7px;
}
@media only screen and (min-width: 800px) {
  .about .suc-rich-content {
    float: left;
  }
  .about .image-intro .quote {
    width: 545px;
  }
}
