@font-face {
    font-family: "Circular-Bold";
    src: url("../fonts/lineto-circular-bold.eot");
    src: url("../fonts/lineto-circular-bold.eot%3F") format("embedded-opentype"), url("../fonts/lineto-circular-bold.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Circular-Book";
    src: url("../fonts/lineto-circular-book.eot");
    src: url("../fonts/lineto-circular-book.eot%3F") format("embedded-opentype"), url("../fonts/lineto-circular-book.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Circular-Medium";
    src: url("../fonts/lineto-circular-medium.eot");
    src: url("../fonts/lineto-circular-medium.eot%3F") format("embedded-opentype"), url("../fonts/lineto-circular-medium.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

body,
html {
    width: 100%;
    height: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    font-feature-settings: "kern";
    -webkit-font-feature-settings: "kern";
    -moz-font-feature-settings: "kern";
    -moz-font-feature-settings: "kern=1";
}

body {
    max-width: 100%;
    font-size: 18px;
    padding: 0;
    background: #ffffff;
    -webkit-transition: background .2s linear;
    transition: background .2s linear;
}

body:before {
    content: 'desktop';
    display: none;
}

h1 {
    font-family: Circular-Bold;
    color: #6772e5;
    font-size: 5.11111em;
    letter-spacing: -3.75px;
    line-height: 92px;
    text-align: center;
}

h2 {
    font-family: Circular-Bold;
    color: #6772e5;
    font-size: 3.4444em;
    letter-spacing: -2.5px;
    line-height: 62px;
    text-align: center;
}

h3 {
    font-family: Circular-Medium;
    color: #6772e5;
    font-size: 1.444em;
    letter-spacing: -0.36px;
    line-height: 26px;
    text-align: right;
}

p {
    font-family: Circular-Book;
    color: #424770;
    font-size: 1em;
    letter-spacing: 0;
    line-height: 28px;
    text-align: center;
}

a {
    outline: 0;
    border: 0;
    font-size: 0.666em;
    color: #FFFFFF;
    letter-spacing: 3.59px;
    line-height: 60px;
}

a[href^="tel"] {
    color: inherit;
    text-decoration: none;
}

a[x-apple-data-detectors] {
    color: inherit!important;
    text-decoration: none!important;
    font-size: inherit!important;
    font-family: inherit!important;
    font-weight: inherit!important;
    line-height: inherit!important;
}

.header {
    padding: 40px 50px 50px 50px;
}

nav ul {
    float: right;
    position: relative;
    list-style-type: none;
    top: -8px;
}

nav ul li {
    display: inline-block;
    padding: 0 20px 0 20px;
}

nav ul a {
    font-family: Circular-Book;
    color: #525f7f;
    font-size: 1em;
    letter-spacing: 0px;
    line-height: 28px;
}

nav ul .divider {
    width: 1px;
    height: 30px;
    background-color: #DDDDDD;
    display: inline-block;
    position: relative;
    top: 10px;
    margin-left: 25px;
}

nav ul li:last-of-type {
    padding-left: 50px;
}

img {
    user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.btn {
    width: auto;
    height: 60px;
    line-height: 60px;
    padding: 0 30px 0 30px;
    display: inline-block;
    text-transform: uppercase;
    font-family: Circular-Bold;
}

.primary {
    background: #6772e5;
    color: #ffffff;
    margin-right: 20px;
    -webkit-transition: background .2s linear;
    transition: background .2s linear;
}

.primary:hover {
    background: #424770;
}

.primary:active {
    background: #B59952;
}

.secondary {
    background: none;
    border: 1px solid #DDDDDD;
    color: #CBCBCB;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

.secondary:hover {
    border: 1px solid #CACACA;
    color: #A0A0A0;
}

.secondary:active {
    border: 1px solid #AFAFAF;
    color: #A9A9A9;
}

.hero {
    width: 100%;
    padding: 50px 0 50px 0;
}

.hero .text {
    width: 80%;
    max-width: 840px;
    margin: 0 auto;
}

.hero .text h1 {
    margin-bottom: .4em;
    font-family: 'Lato', sans-serif !important;
    animation: blurIn 0.7s ease-in-out;
    -webkit-animation: blurIn 0.7s ease-in-out;
    -moz-animation: blurIn 0.7s ease-in-out;
}

.hero .text h1 span {
    font-size: 1em;
    padding-right: 6px;
}

.hero .text p {
    padding-bottom: 40px;
    max-width: 540px;
    margin: 0 auto;
}

.hero .buttons {
    margin: 0 auto;
    text-align: center;
}

.press {
    padding: 100px 0 100px 0;
}

.press p {
    color: #BFBDBE;
}

.img-list {
    width: 80%;
    max-width: 960px;
    margin: 0 auto;
}

.img-list figure {
    display: inline-block;
    width: 17%;
    padding: 0 2% 0 2%;
    margin: 0 auto;
}

.img-list figure img {
    opacity: .2;
    width: 80%;
    display: block;
    margin: 0 auto;
}

.img-list .tc {
    width: 28%;
}

.clients {
    padding: 0px 0 150px 0;
    text-align: center;
}

.clients .img-list {
    width: auto;
    max-width: none;
    margin: 0 auto;
}

.clients .name {
    color: #171415;
    margin-top: 20px;
}

.clients .tags {
    color: #424770;
    font-size: 0.8em;
    line-height: 1.5em;
}

.clients .phone {
    color: #BFBDBE;
    font-size: 0.777em;
    line-height: 1.5em;
}

.clients .client {
    width: 17%;
    display: inline-block;
    margin: 0 3% 0 3%;
}

.clients .client img {
    width: 80%;
    margin: 0 auto;
    border-radius: 100%;
}

.clients .annotation {
    padding-bottom: 75px;
}

p.annotation {
    color: #BFBDBE;
    padding-bottom: 50px;
}

.social {
    padding: 100px 0 150px 0;
}

.social .text {
    width: 80%;
    max-width: 700px;
    margin: 0 auto;
}

.social .img-cloud-left {
    width: 20%;
    float: left;
    position: relative;
    bottom: -140px;
}

.social .img-cloud-left img {
    position: absolute;
}

.social .img-cloud-right {
    width: 20%;
    float: right;
    position: relative;
    bottom: 50px;
}

.social .img-cloud-right img {
    position: absolute;
}

.social .img-cloud-right,
.social .img-cloud-left {
    -webkit-transform: translate3d(0, 0, 0);
}

#imgC-1 {
    width: 75px;
    top: -80px;
    left: -5%;
}

#imgC-2 {
    width: 55px;
    top: 110px;
    left: 50%;
}

#imgC-3 {
    width: 70px;
    top: 140px;
    left: 30%;
    z-index: 2;
}

#imgC-4 {
    width: 220px;
    top: 70px;
    left: -30%;
}

#imgC-5 {
    width: 75px;
    top: 320px;
    left: 65%;
}

#imgC-6 {
    width: 55px;
    top: 380px;
    left: 20%;
}

#imgC-7 {
    width: 60px;
    top: -70px;
    right: 5%;
}

#imgC-8 {
    width: 80px;
    top: -50px;
    right: 35%;
}

#imgC-9 {
    width: 110px;
    top: -20px;
    right: -10%;
}

#imgC-10 {
    width: 70px;
    top: 170px;
    right: 19%;
    z-index: 2;
}

#imgC-11 {
    width: 200px;
    top: 200px;
    right: 0%;
}

#imgC-12 {
    width: 55px;
    top: 410px;
    right: -5%;
}

.darker {
    background: #F1F3F5;
    -webkit-transition: background .2s linear;
    transition: background .2s linear;
}

.hide {
    opacity: 0!important;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear;
}

.unhide {
    opacity: 1!important;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear;
}

.scrollContainer {
    position: relative;
    height: 100%;
}

.scrollContainer p {
    text-align: left;
}

.scrollContainer .info-pane {
    width: 80%;
    margin: 0 auto;
    left: 0;
    right: 0;
    z-index: 9;
    padding-bottom: 350px;
    position: absolute;
}

.scrollContainer .left {
    width: calc(50% - 240px);
    float: left;
}

.scrollContainer .right {
    width: calc(50% - 240px);
    float: right;
}

.scrollContainer .fixed {
    position: fixed;
}

.scrollContainer .info-fade {
    position: relative;
    margin: auto;
    width: 80%;
    height: 100vh;
}

.scrollContainer .feature-callout {
    position: absolute;
    top: calc(100% - 13px);
    width: 100%;
}

.scrollContainer .phoneContainer-dummy {
    width: 360px;
    height: 704px;
    margin: 0 auto;
    right: 0;
    left: 0;
    top: 0;
    position: absolute;
    opacity: 0;
}

.scrollContainer .phoneContainer-dummy #iphone-sticky-trigger {
    top: 50%;
    position: relative;
    height: 1px;
}

.scrollContainer .phoneContainer {
    width: 360px;
    height: 704px;
    margin: 0 auto;
    right: 0;
    left: 0;
    position: absolute;
}

.scrollContainer .phoneContainer #phone-frame {
    transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -webkit-transform: translate3d(0, -50%, 0);
    background-image: url(../../content/home/iphone-frame.png);
    background-size: contain;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: relative;
    top: 50%;
    margin: auto;
}

.scrollContainer .phoneContainer #phone-screen-container {
    position: relative;
    height: 100%;
}

.scrollContainer .phoneContainer #phone-screen-container .phone-screen {
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    margin: auto;
}

.future {
    width: 100%;
    padding: 50px 0 50px 0;
}

.future .text {
    width: 80%;
    max-width: 630px;
    margin: 0 auto;
}

.future .text p {
    padding-bottom: 60px;
    margin: 0 auto;
}

.future .buttons {
    margin: 0 auto;
    text-align: center;
}

.footer {
    padding-bottom: 4em;
}

.footer .col-1 h3 {
    color: #DDDDDD;
    cursor: not-allowed;
}

.footer .col-4 h3 {
    color: black;
}

.footer .icn img {
    width: 50px;
    margin: 100px auto 50px;
}

.footer .copyright p {
    font-size: .777em;
    line-height: 1.5em;
    color: #BFBDBE;
}

.footer a {
    font-family: Circular-Medium;
    color: #171415;
    font-size: 1.444em;
    letter-spacing: -0.36px;
    line-height: 26px;
    text-align: center;
}

.columns {
    text-align: center;
}

.columns .col {
    width: 20%;
    display: inline-block;
    text-align: center;
}

.columns a {
    font-family: Circular-Medium;
    color: #171415;
    font-size: 1.444em;
    letter-spacing: -0.36px;
    line-height: 26px;
    text-align: center;
    padding-top: 20px;
}

.columns .p-label {
    font-family: Circular-Medium;
    color: #BFBDBE;
    font-size: .666em;
    letter-spacing: 3px;
    line-height: 60px;
    text-transform: uppercase;
}

@media (max-width: 1024px),
(max-height: 550px) {
    body:before {
        content: 'tablet';
    }
    [data-sr] {
        -webkit-tranform: none!important;
        transform: none!important;
    }
    nav ul li {
        display: inline-block;
        padding: 0 10px 0 10px;
    }
    nav ul li:last-of-type {
        padding-left: 15px;
    }
    nav .divider {
        margin-left: 15px;
    }
    .phoneContainer {
        display: none;
    }
    .scrollContainer {
        position: relative;
        display: block;
        height: 800px;
    }
    .scrollContainer .left,
    .scrollContainer .right {
        width: 80%;
        float: none;
        margin: 0 auto;
    }
    .scrollContainer .info-fade {
        height: 200px;
    }
    .scrollContainer .feature-callout {
        top: 0;
    }
    .scrollContainer .feature-callout h3 {
        text-align: left;
    }
    .img-cloud-left {
        display: none;
    }
    .img-cloud-right {
        width: 100%;
        height: 300px;
        float: none;
        position: relative;
        bottom: 0;
        top: 40px;
        right: 12%;
    }
    .img-cloud-right #imgC-7 {
        width: 50px;
        top: 400px;
        right: 360%;
    }
    .img-cloud-right #imgC-8 {
        width: 90px;
        top: 360px;
        right: 270%;
    }
    .img-cloud-right #imgC-9 {
        width: 80px;
        top: 270px;
        right: 30%;
    }
    .img-cloud-right #imgC-10 {
        width: 50px;
        top: 460px;
        right: 120%;
        z-index: 2;
    }
    .img-cloud-right #imgC-11 {
        width: 150px;
        top: 240px;
        right: 135%;
    }
    .clients {
        padding: 0;
        position: relative;
    }
    .clients .client {
        width: 30%;
        display: inline-block;
        margin: 5% 3% 0 3%;
    }
    .clients .annotation {
        padding-bottom: 15px;
        padding-top: 50px;
    }
    .footer .col {
        width: 80%;
    }
}

div.macbook-img {
  width: 60%;
  margin: -50px auto 28px;
}

@media (max-width: 750px) {
    body:before {
        content: 'tablet';
    }
    .feature-callout {
        position: relative;
    }
    [data-sr] {
        -webkit-tranform: none!important;
        transform: none!important;
    }
    h1 {
        font-size: 2em;
        letter-spacing: -1.75px;
        line-height: 42px;
    }
    h2 {
        font-size: 1.75em;
        letter-spacing: -1.75px;
        line-height: 38px;
    }
    .logo {
        float: none;
    }
    .logo img {
        margin: 0 auto;
    }
    nav {
        display: none;
    }
    .hero {
        margin: 0 auto;
        width: 90%;
        padding: 0;
    }
    .hero .text {
        width: 90%;
        max-width: 840px;
        margin: 0 auto;
    }
    .hero .primary {
        background: #6772e5;
        color: #ffffff;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .img-list {
        width: 90%;
    }
    .img-list figure {
        width: 49%;
        padding: 15px;
    }
    .img-list .tc {
        width: 100%;
    }
    .img-list .tc img {
        width: 65%;
    }
    p.annotation {
        color: #BFBDBE;
        padding-bottom: 20px;
    }
    .social {
        padding: 50px 0 50px 0;
    }
    .social .img-cloud-left {
        display: none;
    }
    .social .img-cloud-right {
        width: 100%;
        height: 250px;
        float: none;
        position: relative;
        bottom: 0;
        top: 40px;
        right: 12%;
    }
    .social .img-cloud-right #imgC-7 {
        width: 50px;
        top: 400px;
        right: 80%;
    }
    .social .img-cloud-right #imgC-8 {
        width: 90px;
        top: 360px;
        right: 61%;
    }
    .social .img-cloud-right #imgC-9 {
        width: 80px;
        top: 270px;
        right: -22%;
    }
    .social .img-cloud-right #imgC-10 {
        width: 50px;
        top: 460px;
        right: 13%;
        z-index: 2;
    }
    .social .img-cloud-right #imgC-11 {
        width: 150px;
        top: 240px;
        right: 15%;
    }
    .social .img-cloud-right #imgC-12 {
        width: 55px;
        top: 410px;
        right: -15%;
    }
    .phoneContainer {
        display: none;
    }
    .scrollContainer {
        height: 100%;
    }
    .scrollContainer .left,
    .scrollContainer .right {
        width: 80%;
        float: none;
    }
    .clients .client {
        width: 47%;
        display: inline-block;
        margin: 20px 1% 20px 1%;
    }
    .clients .annotation {
        padding-bottom: 30px;
    }
    .footer .col {
        width: 80%;
    }

    div.macbook-img {
      width: 84%;
      margin: -42px auto 28px;
    }
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

@media (max-width: 600px) {
    body:before {
        content: 'mobile';
    }
    .scrollContainer {
        height: 100%;
    }
    .scrollContainer .info-fade {
        height: 100%;
        padding-bottom: 100px;
    }
    .scrollContainer .info-fade .feature-callout {
        position: relative;
    }
    .clients {
        top: inherit;
    }
    .clients .annotation {
        padding-top: 0px;
    }
    .main {
        padding: 0;
    }
    .footer {
        padding: 0;
    }
    .social {
        padding: 0;
    }
}

/* Weight */
.fw3 {font-weight: 300 !important;}
.fw4 {font-weight: 400 !important;}
.fw5 {font-weight: 500 !important;}
.fw6 {font-weight: 600 !important;}
.fw7 {font-weight: 700 !important;}
.fw8 {font-weight: 800 !important;}
.fw9 {font-weight: 900 !important;}
/* Size */
.f8  {font-size: 8px !important;}
.f9  {font-size: 9px !important;}
.f10 {font-size: 10px !important;}
.f11 {font-size: 11px !important;}
.f12 {font-size: 12px !important;}
.f13 {font-size: 13px !important;}
.f14 {font-size: 14px !important;}
.f15 {font-size: 15px !important;}
.f16 {font-size: 16px !important;}
.f17 {font-size: 17px !important;}
.f18 {font-size: 18px !important;}
.f19 {font-size: 19px !important;}
.f20 {font-size: 20px !important;}
.f21 {font-size: 21px !important;}
.f22 {font-size: 22px !important;}
.f23 {font-size: 23px !important;}
.f24 {font-size: 24px !important;}
.f25 {font-size: 25px !important;}
.f26 {font-size: 26px !important;}
.f27 {font-size: 27px !important;}
.f28 {font-size: 28px !important;}
.f29 {font-size: 29px !important;}
.f30 {font-size: 30px !important;}

div.left-inner h3 {
  color: #424770;
}

div.top-macbook {
    margin-top: -72px;
}

div.bottom-macbook {
    margin-top: -106px;
    margin-bottom: -26px;
}

@media only screen and (max-width : 768px) {
    div.top-macbook {
        margin-top: 8px;
    }

    div.bottom-macbook {
        margin-top: -50px;
        margin-bottom: 28px;
    }
}

@keyframes blurIn {
  0% {
    opacity: 0;
  }

  40% {
    color: transparent;
    text-shadow: 0 0 20px rgba(103, 114, 229, 1.0);
  }

  100% {
    opacity: 1;
    text-shadow: none;
  }
}
