@import url('https://fonts.googleapis.com/css?family=Lato:300,400,900');

/* HTML5bp and friends*/
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block; }

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1; }

audio:not([controls]) {
    display: none; }

[hidden] {
    display: none; }

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%; }

html, button, input, select, textarea {
    font-family: 'Lato', sans-serif;
    color: #222; }

body {
    margin: 0;
    font-size: 1em;
    line-height: 1.4; }

::-moz-selection {
    background: #eef;
    color: #222;
    text-shadow: none; }

::selection {
    background: #eef;
    color: #222;
    text-shadow: none; }

b, strong {
    font-weight: bold; }

ul, ol {
    margin: 1em 0;
    padding: 0 0 0 40px; }

nav ul, nav ol {
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0; }

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle; }

/* ==|== primary styles =====================================================
   Author: Justin Falcone
   ========================================================================== */
* {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-repeat: no-repeat;
    opacity: inherit;
    filter: inherit;
    text-rendering: optimizeSpeed; }

html {
    height: 100%;
    width: 100%;
    background: black;
    font-family: 'Lato', sans-serif;
    overflow: hidden; }

body, #section-container {
    position: absolute;
    height: 100%;
    width: 100%; }

.top-transition {
    /* used for mobile parallax stuff */
    -webkit-transition: top 1.1s;
    -moz-transition: top 1.1s;
    -o-transition: top 1.1s;
    transition: top 1.1s;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000; }

/* has no visible effects; effectively a magical incantation*/
.three-dee-magic {
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000; }

section {
    height: 100%;
    width: 100%;
    background-color: white;
    overflow: hidden; }
section > div {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-position: center; }

#landscape-warning {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    color: white;
    background-color: black;
    vertical-align: center; }
#landscape-warning p {
    position: absolute;
    top: 50%;
    margin-top: -.5em;
    height: 1em;
    width: 100%;
    text-align: center; }

/*******************************************************************/
#site-header {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background: #fff;
    box-shadow: 0 0 6px rgba(0,0,0,.2);
    /*background: url("../img/header/header_bg.png") repeat-x bottom;*/
    z-index: 10; }
@media screen and (max-width: 1023px) {
    #site-header {
        padding: 0; } }
#site-header #nav-wrapper {
    max-width: 960px;
    margin: 6px auto; }
#site-header nav .center {
    position: absolute;
    width: 60%;
    top: 12px;
    text-align: center;
    left: 20%;
    }
@media screen and (max-width: 740px) {
    #site-header nav .center {
        text-align: left;
        margin-left: 1em; } }
#site-header nav a {
    text-transform: uppercase;
    color: #222;
    font-size: .75em;
    text-decoration: none;
    display: inline-block;
    margin-right: 2em;
    padding-bottom: 0;
    }
@media screen and (max-width: 1023px) {
    #site-header nav a {
        padding-right: 1em; } }
@media screen and (max-width: 740px) {
    #site-header nav a #logo {
        display: none; }

    section > div {
        background-position: top; }}
#site-header nav a.current {
    color: #0095db;
    /*border-bottom: 5px solid #0095db;*/
}
#site-header nav.mobile-menu {
    display: block;
    width: 100%;
    z-index: 100;
    background: white; }
#site-header nav.mobile-menu a {
    font-size: 2em;
    font-weight: bold;
    display: block;
    border-bottom: 1px solid #cccccc; }
#site-header nav.mobile-menu a#logo {
    display: none; }

#logo {
    border: none !important;
    background: url("../img/header/logo.png");
    width: 140px;
    height: 44px;
    margin-right: 4em; }
@media screen and (max-width: 1023px) {
    #logo {
        margin: 0; } }

#social {
    position: absolute;
    top: 6px;
    right: 5%;
    }
@media screen and (max-width: 1023px) {
    #social {
        right: 1em; } }
#social a {
    height: 36px;
    width: 36px;
    display: inline-block;
    margin-left: -10px;
    background-size:36px 36px;
    background-repeat:no-repeat; }

#facebook {
    background: url("../img/header/social_fb.png"); }

#twitter {
    background: url("../img/header/social_twitter.png"); }

#linkedin {
    background: url("../img/header/social_linkedin.png"); }

#google {
    background: url("../img/header/social_google.png"); }

#mobile-social {
    display: none;
    position: absolute;
    top: 2em;
    left: auto;
    right: 1em;
    width: auto; }
#mobile-social a {
    background-color: white;
    border-radius: 5px;
    border: 1px solid #cccccc;
    width: 44px;
    height: 44px;
    display: inline-block; }

#menu-button {
    display: none;
    border: 1px solid #cccccc;
    padding: 4px;
    border-radius: 4px;
    margin: 4px; }

/*******************************************************************/
.taxi {
    background-size: auto;
    background-image: url("../img/taxi.png");
    height: 211px;
    top: auto;
    left: 0;
    bottom: 0;
    -webkit-transition: -webkit-transform 3s;
    -moz-transition: -moz-transform 3s;
    -o-transition: -o-transform 3s;
    transition: transform 3s; }
@media screen and (max-width: 30em) {
    .taxi {
        background-image: url("../img/taxi-small.png"); } }

/*******************************************************************/
#home {
    z-index: 1; }
#home .bg {
    background-image: url("../img/home-bg-giant.jpg"); }
@media (max-height: 1080px) and (max-width: 1920px) {
    #home .bg {
        background-image: url("../img/home-bg-large.jpg"); } }
@media screen and (max-height: 1024px) and (max-width: 1024px) {
    #home .bg {
        background-image: url("../img/home-bg-medium.jpg"); } }
@media screen and (max-height: 640px) and (max-width: 640px) {
    #home .bg {
        background-image: url("../img/home-bg-small.jpg"); } }
#home .mg {
    background-image: url("../img/home-mg-giant.png"); }
@media (max-height: 1080px) and (max-width: 1920px) {
    #home .mg {
        background-image: url("../img/home-mg-large.png"); } }
@media screen and (max-height: 1024px) and (max-width: 1024px) {
    #home .mg {
        background-image: url("../img/home-mg-medium.png"); } }
@media screen and (max-height: 640px) and (max-width: 640px) {
    #home .mg {
        background-image: url("../img/home-mg-small.png"); } }
#home .fg {
    background-image: url("../img/home-fg-giant.png"); }
@media (max-height: 1080px) and (max-width: 1920px) {
    #home .fg {
        background-image: url("../img/home-fg-large.png"); } }
@media screen and (max-height: 1024px) and (max-width: 1024px) {
    #home .fg {
        background-image: url("../img/home-fg-medium.png"); } }
@media screen and (max-height: 640px) and (max-width: 640px) {
    #home .fg {
        background-image: url("../img/home-fg-small.png"); } }

#home .people {
    background-image: url("../img/home-people.png");
    background-position: bottom; }

#home h1, #home p {
    left: 10%;
    color: white;
    position: absolute; }

#home h1 {
    top: 40%;
    margin: 0;
    text-transform: uppercase;
    font-size: 60px;
    line-height: 1.1em;
    letter-spacing: -3px;
    text-shadow: 1px 2px 1px rgba(0,0,0,.4) }

#home p {
    top: 40%;
    margin-top: 150px;
    font-size: 20px;
    line-height: 24px;
    text-shadow: 1px 2px 1px rgba(0,0,0,.4);
    }

#home .fg {
    background-position: center;
    background-size: cover;}

#home .bg {
    background-position: center;
    background-size: auto;}

#scroll-notice {
    position: absolute;
    bottom: 40px;
    width: auto;
    height: auto;
    left: 50%;
    margin: 500px 0 0 -65px;
    -webkit-transition: margin 1s;
    -moz-transition: margin 1s;
    -o-transition: margin 1s;
    transition: margin 1s;
    }

#scroll-notice.slide-in {
    margin-top: 0px; }

#home .taxi {
    bottom: -10%;
    -webkit-transform: translateX(-80%);
    -moz-transform: translateX(-80%);
    -ms-transform: translateX(-80%);
    -o-transform: translateX(-80%);
    transform: translateX(-80%); }

#home .taxi.moved {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%); }

@media screen and (max-width: 30em) {
    #home h1 {
        font-size: 30px;
        margin-top: -25px;
        text-shadow: 0px 2px 1px #555;
        letter-spacing: -1px;
    }

    #home p {
        font-size: 16px;
        line-height: 18px;
        text-shadow: 0px 1px 2px #333;
        margin-top: 50px;
        font-weight: bold; }

    #home .people {
        background-size: cover; } }
/*******************************************************************/
#about .bg {
    background-image: url("../img/about-bg-giant.jpg"); }
@media (max-height: 1080px) and (max-width: 1920px) {
    #about .bg {
        background-image: url("../img/about-bg-large.jpg"); } }
@media screen and (max-height: 1024px) and (max-width: 1024px) {
    #about .bg {
        background-image: url("../img/about-bg-medium.jpg"); } }
@media screen and (max-height: 640px) and (max-width: 640px) {
    #about .bg {
        background-image: url("../img/about-bg-small.jpg"); } }
#about .mg {
    background-image: url("../img/about-mg-giant.png"); }
@media (max-height: 1080px) and (max-width: 1920px) {
    #about .mg {
        background-image: url("../img/about-mg-large.png"); } }
@media screen and (max-height: 1024px) and (max-width: 1024px) {
    #about .mg {
        background-image: url("../img/about-mg-medium.png"); } }
@media screen and (max-height: 640px) and (max-width: 640px) {
    #about .mg {
        background-image: url("../img/about-mg-small.png"); } }
#about .fg {
    background-image: url("../img/about-fg-giant.png"); }
@media (max-height: 1080px) and (max-width: 1920px) {
    #about .fg {
        background-image: url("../img/about-fg-large.png"); } }
@media screen and (max-height: 1024px) and (max-width: 1024px) {
    #about .fg {
        background-image: url("../img/about-fg-medium.png"); } }
@media screen and (max-height: 640px) and (max-width: 640px) {
    #about .fg {
        background-image: url("../img/about-fg-small.png"); } }

#about .text-wrapper {
    position: absolute;
    top: auto;
    right: 0;
    left: auto;
    width: 44%;
    height: auto;
    background: white;
    bottom: 23%;
}

#about .text {
    padding: 30px;
    z-index: 10;
}
#about .text .about-wrapper {
    /* width: 100%; */
    /* top: 50%; */
    height: 100%;
    /* margin-top: -195px; */
    display: inline-block;
}

#about h1, #about h2 {
    color: #0095db;
    text-transform: uppercase;
    }

#about h1 {
    font-size: 32px;
    font-weight: 400;
    margin: 0;
    }

#about h2 {
    font-size: 18px;
    font-weight: 500;
}

#about p {
    font-size: 16px;
    color: #565656;
    line-height: 24px;
    margin-bottom: 25px;
}

#about a{
    text-decoration:none;
    color: #fff;
    font-size: 13px;
    background: #676767;
    padding: 8px 10px;
    border-radius:3px;

    transition: all 0.2s;
}

#about a:hover {
    color: #fff;
    background: #0095db;
}

#about .taxi {
    bottom: 0;
    left: -25%; }

#about .taxi.moved {
    left: 100%;
    bottom: -15%; }

@media screen and (max-width: 30em) {
    #about .text-wrapper {
        top: 0;
        width: 100%;
        /* height: 50%; */
        bottom: auto;
        }

    #about .text {
        top:0;
        margin-top: 0;
        padding: 0px 20px 20px;
        width: 100%;
        }

    #about.current .text {
        position: relative; }

    #about h1 {
        font-size: 24px;
        margin-top: 20px;
    }

    #about h2 {
        font-size: 12px;}

    #about p {
        font-size: 12px;
        line-height: 18px;
        color: #565656;
        margin: 10px 0 20px;
        } }


#about .fg {
    background-position: bottom;
    background-size: 100%;}

#about .bg {
    background-position: center;
    background-size: auto;}
/*******************************************************************/
#wwd .bg {
    background-image: url("../img/wwd-bg-giant.jpg"); }
@media (max-height: 1080px) and (max-width: 1920px) {
    #wwd .bg {
        background-image: url("../img/wwd-bg-large.jpg"); } }
@media screen and (max-height: 1024px) and (max-width: 1024px) {
    #wwd .bg {
        background-image: url("../img/wwd-bg-medium.jpg"); } }
@media screen and (max-height: 640px) and (max-width: 640px) {
    #wwd .bg {
        background-image: url("../img/wwd-bg-small.jpg"); } }
#wwd .mg {
    background-image: url("../img/wwd-mg-giant.png"); }
@media (max-height: 1080px) and (max-width: 1920px) {
    #wwd .mg {
        background-image: url("../img/wwd-mg-large.png"); } }
@media screen and (max-height: 1024px) and (max-width: 1024px) {
    #wwd .mg {
        background-image: url("../img/wwd-mg-medium.png"); } }
@media screen and (max-height: 640px) and (max-width: 640px) {
    #wwd .mg {
        background-image: url("../img/wwd-mg-small.png"); } }
#wwd .fg {
    background-image: url("../img/wwd-fg-giant.png"); }
@media (max-height: 1080px) and (max-width: 1920px) {
    #wwd .fg {
        background-image: url("../img/wwd-fg-large.png"); } }
@media screen and (max-height: 1024px) and (max-width: 1024px) {
    #wwd .fg {
        background-image: url("../img/wwd-fg-medium.png"); } }
@media screen and (max-height: 640px) and (max-width: 640px) {
    #wwd .fg {
        background-image: url("../img/wwd-fg-small.png"); } }

#wwd .text {
    width: 720px;
    left: auto;
    right: 5%;
    margin-left: -340px;
    text-align: right;
    }

#wwd p {
    top: 40%;
    line-height: 24px;
    padding: 12px 20px;
    left: auto;
    right: 0;
    background-color: white;
    z-index: 1;
    position: absolute;
    color: #454545;
    font-size: 16px;
    }

#wwd .p1 {
    margin-top: 0em; }

#wwd .p2 {
    margin-top: 3em; }

#wwd .p3 {
    margin-top: 6em; }

#wwd .p4 {
    margin-top: 9em; }

#wwd .p5 {
    margin-top: 12em; }

#wwd .p6 {
    margin-top: 15em; }

@media screen and (max-width: 30em) {

    #wwd .alt-box {
        left: 0;
        right:auto;
    }

    #wwd h1, #wwd .alt-box {
        text-transform: uppercase;
        font-size: 18px;
        font-weight: 700;
        padding: 10px;
        margin: -4em 0 0 0;
    }


    #wwd .text {
        top:17%;
        width: 80%;
        left: 0;
        text-align: left;

    }


    #wwd p {
        padding: 5px 0 5px 10px;
        right: 0;
        background-color: white;
        z-index: 1;
        position: absolute;
        color: #454545; }

    #wwd .p1 {
        margin-top: 0em;
        width: 90%;
    }

    #wwd .p2 {
        margin-top: 3em; }

    #wwd .p3 {
        margin-top: 7.4em;
        width: 80%;}

    #wwd .p4 {
        margin-top: 10.4em;
        width: 55%;}

    #wwd .p5 {
        margin-top: 13.3em; }

    #wwd .p6 {
        margin-top: 17.8em;
        width: 50%;} }


#wwd h1, #wwd .alt-box {
    text-transform: uppercase;
    font-size: 32px;
    font-weight: 400;
    padding: 15px;
    line-height: 1em;
    right: 0;
    top: 45%;
    margin: -4em 0 0 0;
    position: absolute;
    }

#wwd h1 {
    color: #960000; }

#wwd .alt {
    color: #0095db;
    }

#wwd .alt-box {
    left: auto;
    background: white;
    color: white;
    width: auto;
    height: auto;
    display: inline-block; }

/*#wwd .p6, #wwd .p8{ z-index: 0; }*/
@media screen and (max-width: 40em) {
    #wwd h1, #wwd .alt-box, #wwd p {
        top: 25%; }

    #wwd p {
        font-size: .6em; }

    #wwd .text {
        width: 100%;
        left: 0;
        margin: 0; } }


#wwd .fg {
    background-position: center;
    background-size: auto 100%;}

#wwd .bg {
    background-position: bottom;
    background-size: auto;}

/*******************************************************************/
#team .bg {
    background-image: url("../img/team-bg-giant.jpg"); }
@media (max-height: 1080px) and (max-width: 1920px) {
    #team .bg {
        background-image: url("../img/team-bg-large.jpg"); } }
@media screen and (max-height: 1024px) and (max-width: 1024px) {
    #team .bg {
        background-image: url("../img/team-bg-medium.jpg"); } }
@media screen and (max-height: 640px) and (max-width: 640px) {
    #team .bg {
        background-image: url("../img/team-bg-small.jpg"); } }
#team .mg {
    background-image: url("../img/team-mg-giant.png"); }
@media (max-height: 1080px) and (max-width: 1920px) {
    #team .mg {
        background-image: url("../img/team-mg-large.png"); } }
@media screen and (max-height: 1024px) and (max-width: 1024px) {
    #team .mg {
        background-image: url("../img/team-mg-medium.png"); } }
@media screen and (max-height: 640px) and (max-width: 640px) {
    #team .mg {
        background-image: url("../img/team-mg-small.png"); } }
#team .fg {
    background-image: url("../img/team-fg-giant.png"); }
@media (max-height: 1080px) and (max-width: 1920px) {
    #team .fg {
        background-image: url("../img/team-fg-large.png"); } }
@media screen and (max-height: 1024px) and (max-width: 1024px) {
    #team .fg {
        background-image: url("../img/team-fg-medium.png"); } }
@media screen and (max-height: 640px) and (max-width: 640px) {
    #team .fg {
        background-image: url("../img/team-fg-small.png"); } }

#team ul {
    padding: 100px 0 0 0;
    width: 3360px;
    height: 100%;
    margin: 0 auto 120px;
    overflow: hidden;
    *zoom: 1; }

#team ul.carousel {
    position: absolute;
    left: 50%;
    list-style-type: none;
    -webkit-transition: -webkit-transform 1s;
    -moz-transition: -moz-transform 1s;
    -o-transition: -o-transform 1s;
    transition: transform 1s;
}

#team li {
    display: block;
    float: left;
    width: 260px;
    padding: 20px 20px 10px 20px;
    margin-bottom: 20px;
    opacity: 1;
    color: #565656;
    -webkit-transition: background-color 0.4s, color 0.2s, opacity 1s;
    -moz-transition: background-color 0.4s, color 0.2s, opacity 1s;
    -o-transition: background-color 0.4s, color 0.2s, opacity 1s;
    transition: background-color 0.4s, color 0.2s, opacity 1s; }

#team.current li.hover {
    background-color: #1cc3fa;
    color: white;
}

#team li.blur {
    opacity: .5;
    filter: alpha(opacity=50);
    width: 240px; }

#team .prev, #team .next {
    position: absolute;
    font-size: 8em;
    display: block;
    top: 285px;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.2);
    text-decoration: none;
    -webkit-transition: margin 0.3s;
    -moz-transition: margin 0.3s;
    -o-transition: margin 0.3s;
    transition: margin 0.3s; }

#team .prev {
    left: 2%; }

#team .prev:hover {
    margin-left: -5px; }

#team .next {
    right: 2%; }

#team .next:hover {
    margin-right: -5px; }

@media screen and (max-width: 30em) {
    #team ul {
        padding-top: 0px;
        z-index: 2; }

    #team img {
        height: 80px;
        width: auto; }

    #team .prev, #team .next {
        top: 150px; }

    #team .bg {
        background-size: 100% auto;}
    #team li {
        padding: 20px 20px 0 20px;
        margin-bottom: 0px;
        text-align:justify;
        color: #333;}


}

#team h1, h2 {
    margin: -5px 0; }

#team h1 {
    text-transform: uppercase;
    margin-top: 10px;
    color: #343434;
    font-size: 20px;}

#team li:hover h1 {
    color: #fff;}

#team li:hover p {
    color: #fff;}

#team h2 {
    font-size: 1.2em; }

#team p {
    font-size: 12px;
    line-height: 18px;
}

#team .social {
    display: none; }

#team .social a {
    display: inline-block;
    height: 30px;
    margin: 5px 0;}

#team .linkedin {
    background-image: url("../img/linkedin_blue.png");
    color: inherit;
    text-decoration: none;
    padding-left: 0; }

#team .linkedin:after {
    font-size: 10px;
    content: "";
    padding: 2px 0 0 30px;
    display: block;}

#team .linkedin:hover{
    background-image: url("../img/linkedin_white.png");
}

#team .bg {
    background-position: bottom;
    background-size: auto;}

/*******************************************************************/
#work {
    background-color: #000; }
#work .bg {
    background-image: url("../img/work-bg-giant.jpg"); }
@media (max-height: 1080px) and (max-width: 1920px) {
    #work .bg {
        background-image: url("../img/work-bg-large.jpg"); } }
@media screen and (max-height: 1024px) and (max-width: 1024px) {
    #work .bg {
        background-image: url("../img/work-bg-medium.jpg"); } }
@media screen and (max-height: 640px) and (max-width: 640px) {
    #work .bg {
        background-image: url("../img/work-bg-small.jpg"); } }
#work .mg {
    background-image: url("../img/work-mg-giant.png"); }
@media (max-height: 1080px) and (max-width: 1920px) {
    #work .mg {
        background-image: url("../img/work-mg-large.png"); } }
@media screen and (max-height: 1024px) and (max-width: 1024px) {
    #work .mg {
        background-image: url("../img/work-mg-medium.png"); } }
@media screen and (max-height: 640px) and (max-width: 640px) {
    #work .mg {
        background-image: url("../img/work-mg-small.png"); } }
#work .fg {
    background-image: url("../img/work-fg-giant.png"); }
@media (max-height: 1080px) and (max-width: 1920px) {
    #work .fg {
        background-image: url("../img/work-fg-large.png"); } }
@media screen and (max-height: 1024px) and (max-width: 1024px) {
    #work .fg {
        background-image: url("../img/work-fg-medium.png"); } }
@media screen and (max-height: 640px) and (max-width: 640px) {
    #work .fg {
        background-image: url("../img/work-fg-small.png"); } }

#work .fg {
    background-position: top;
}

#work .mg {
    background-position: top;
    background-size: 100% auto;}

#work .bg {
    background-position: top;
    background-size: auto;}

#work-container {
    position: relative;
    max-width: 960px;
    margin: auto;
    top:3%;
}

#work-container > div {
    position: absolute; }

/*Ussemble*/
#imac {
    left: 50%;
    top: 20%;
    margin-left: -235px;
    margin-top: -160px;
    height: 50%;
    width: 506px;
    height: 467px;
    background-image: url("../img/work/imac.png");
    z-index: 1;}
#android_ussemble {
    top: 32%;
    left: 9%;
    margin-top: -80px;
    width: 197px;
    height: 282px;
    background-image: url("../img/work/android_ussemble.png");
    z-index: 0;}
#iphone_ussemble {
    left: auto;
    right: 1%;
    top: 40%;
    height: 323px;
    width: 236px;
    margin-top: -160px;
    background-image: url("../img/work/iphone_ussemble.gif");
    z-index: 2;
}
/*howl end*/


#ipad {
    left: 50%;
    top: 30%;
    margin-left: -235px;
    margin-top: -160px;
    height: 50%;
    width: 433px;
    height: 426px;
    background-image: url("../img/work/ipad.png"); }

#android {
    top: 40%;
    left: 4%;
    margin-top: -80px;
    width: 400px;
    height: 300px;
    background-image: url("../img/work/android.png"); }

#iphone {
    left: auto;
    right: 3%;
    top: 47%;
    height: 300px;
    width: 300px;
    margin-top: -160px;
    background-image: url("../img/work/screen.png");
    z-index: 2;
}

#iphone .arrow {
    top: 50%;
    left: 50%;
    position: absolute; }

#iphone .arrow.left {
    margin-left: -100px; }

#iphone .arrow.right {
    margin-left: 80px; }

#iphone-slider {
    display: none;
    position: absolute;
    list-style-type: none;
    top: 63px;
    left: 93px;
    width: 116px;
    height: 174px;
    margin: 0;
    padding: 0; }

#work.current #iphone-slider {
    display: block; }

#iphone-slider li {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

#iphone-slider li img {
    width: 100%;
    height: 100%; }

#work-content {
    top: auto;
    bottom: 180px;
    left: auto;
    height: auto;
    width: 100%;
    font-size: .8em; }

#work-content img {
    float: left;
    padding-right: 1em; }


#work-content .description {
    width: 30%;
}

#work-content .description p {
    color: white;
    text-transform: uppercase;
    margin: 0;
    font-size: 12px;
    line-height: 12px;
    padding-top: 10px;
}
#work-content .description .bigger {
    font-size: 18px;
}
#work-content .description .smaller {
    font-size: 10px;
}

#work-content .text {
    width: 50%;
    margin: 0 40px 0 0;
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    z-index: 10;
}

#work-content .stores {
    width: auto;
    z-index: 1;}


@media screen and (max-width: 1000px) {
    #work-content {
        left: 50%;
        width: 600px;
        margin-left: -300px;
        bottom: 13em; }
    #work-content .text {
        width: 100%; } }
@media screen and (min-width: 1000px) {
    #work-content .description, #work-content .text {
        float: left; }
    #work-content .text {
        padding: 0; } }

#app-store, #google-play {
    padding-right: 0 !important;
    margin-bottom: 10px;
    height: 40px;
    width: 120px;
    z-index: 20; }

#work-bar {
    top: auto;
    bottom: 0;
    height: 120px;
    background-color: white;
    z-index: 3;
    box-shadow: 0 2px 8px #bbb inset; }

#work-bar #app-icon {
    max-width: 960px;
    margin: 0 auto;}

#work-bar #app-icon a{
    margin-right: 40px;
}

@media screen and (max-height: 700px) {
    #work-bar {
        height: 60px; }

    #work-bar #app-icon {
        bottom: -5px; }

    #work-bar #app-icon img {
        width: 44px; }

    #work-content {
        bottom: 16%; } }
@media screen and (max-height: 640px) {
    #work-content .text {
        display: none; } }
#work-bar #hand-wrapper {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 15em;
    overflow: hidden; }

/*#work-bar #iphone-hand{
  position: absolute;

  @include transition(bottom 4s);
  bottom: -12em;
  right: 100px;
}

#work.current #work-bar #iphone-hand{
  bottom: 0em;
  right: 100px;
}*/
#work #work-bar #iphone-hand {
    position: absolute;
    bottom: 0em;
    right: 100px; }

@media screen and (max-width: 1600px) {
    #android {
        height: 230px;
        width: 300px; }

    /*  #work-bar #iphone-hand{
        right: -200px;
        bottom: -10em;

        @include rotateZ(90deg);
        @include transition(all 4s);
      }

      #work.current #work-bar #iphone-hand{
        @include rotateZ(0deg);
      }*/ }
@media screen and (max-width: 30em) {
    #iphone .arrow, #android, #iphone-hand, #android_howl {
        display: none; }

    #ipad {
        left: 1em;
        top: 10px;
        margin-left: 0;
        margin-top: 0;
        width: 220px;
        height: 220px;
        background-size: contain; }

    #imac {
        left: 1em;
        top: 10px;
        margin-left: 0;
        margin-top: 0;
        width: 220px;
        height: 220px;
        background-size: contain; }

    #iphone {
        left: auto;
        right: 1em;
        top: 50px;
        margin: 0;
        width: 150px;
        height: 150px;
        background-size: contain; }

    #iphone_ussemble {
        left: auto;
        right: 0;
        top: 50px;
        margin: 0;
        width: 150px;
        background-size: contain; }

    #iphone-slider {
        top: 31px;
        left: 46px;
        width: 58px;
        height: 87px; }

    #work-content {
        position: absolute;
        margin: 0;
        bottom: 1em;
        left: 10px;
    }
    #work-content a img {
        display: none;
        margin-top: 10px;
    }
    #work-content .description {
        width:100%;
        margin-bottom: 10px;
    }
    #work-content .description p {
        font-size: 14px;
        line-height: 20px;
        padding-top: 0;
    }
    #work-content .description .bigger {
        font-size: 20px;
        font-weight: 700;
    }
    #work-content .description .smaller {
        font-size: 12px;
    }
    #work-content .description img {
        height: 60px; }


    #work-bar {
        height: 80px; }

    #work-bar #app-icon a{
        margin: 0 0 10px 10px;
        overflow: hidden;
    }

}
@media screen and (max-height: 600px) {
    #iphone-hand {
        display: none; }

    #work-content {
        bottom: 100px; } }
/*******************************************************************/

#with-us .bg {
    background-position: top;
    background-size: auto;}



#with-us {
    min-height: 900px;
    background-color: #000; }
#with-us .bg {
    background-image: url("../img/with-us-bg-giant.jpg"); }
@media (max-height: 1080px) and (max-width: 1920px) {
    #with-us .bg {
        background-image: url("../img/with-us-bg-large.jpg"); } }
@media screen and (max-height: 1024px) and (max-width: 1024px) {
    #with-us .bg {
        background-image: url("../img/with-us-bg-medium.jpg"); } }
@media screen and (max-height: 640px) and (max-width: 640px) {
    #with-us .bg {
        background-image: url("../img/with-us-bg-small.jpg"); } }
#with-us .mg {
    background-image: url("../img/with-us-mg-giant.png"); }
@media (max-height: 1080px) and (max-width: 1920px) {
    #with-us .mg {
        background-image: url("../img/with-us-mg-large.png"); } }
@media screen and (max-height: 1024px) and (max-width: 1024px) {
    #with-us .mg {
        background-image: url("../img/with-us-mg-medium.png"); } }
@media screen and (max-height: 640px) and (max-width: 640px) {
    #with-us .mg {
        background-image: url("../img/with-us-mg-small.png"); } }
#with-us .fg {
    background-image: url("../img/with-us-fg-giant.png"); }
@media (max-height: 1080px) and (max-width: 1920px) {
    #with-us .fg {
        background-image: url("../img/with-us-fg-large.png"); } }
@media screen and (max-height: 1024px) and (max-width: 1024px) {
    #with-us .fg {
        background-image: url("../img/with-us-fg-medium.png"); } }
@media screen and (max-height: 640px) and (max-width: 640px) {
    #with-us .fg {
        background-image: url("../img/with-us-fg-small.png"); } }

.cloud {
    position: absolute; }

#contact-form {
    margin: 100px auto 0;
    text-align: center;
    display: block;
    height: 100%;
    width: 100%;
}

#contact-form header {
    display: block;
    width: 100%;
    max-width: 39em;
    text-align: left;
    margin: 0 auto;
    color: white;
    text-shadow: 10px 10px 20px #666666;
    z-index: 3;
    font-size: 18px;
}

#contact-form header h1 {
    color: #fff;
    text-shadow: 1px 2px 1px rgba(0,0,0,.25);
}

#contact-form header p {
    color: #355b66;
    text-shadow: none;
    /*margin-top: -20px;*/
    /*padding: 20px;*/
}

#contact-form h1 {
    text-transform: uppercase;
    font-size: 32px;
    text-align: center;
    font-weight: 400;
}

#interested-in-cloud {
    display: inline-block;
    text-align: left;
    background-image: url("../img/clouds/cloud-question.png");
    height: 260px;
    width: 855px;
    top: -90px;
    left: -40px;
    }

#interested-in-placeholder, #interested-menu a {
    font-family: "Georgia", serif;
    font-weight: bold;
    text-transform: uppercase; }

#interested-in-placeholder {
    height: 100px;
    width: 500px;
    display: inline-block;
    top: 125px;
    left: 150px;
    padding-top: 45px;
    color: #355b66;
    font-size: 1.4em;
    z-index: 12;
    }

#interested-in-placeholder small {
    left: 130px;
    color: #999;
    font-style: italic; }

.bubble {
    position: absolute;
    background-color: #333;
    background-color: rgba(0, 0, 0, 0.7);
    *
    background-color: #333;
    border-radius: 6px;
    padding: 1em 1em 0.5em 1em;
    }

.bubble:before {
    position: absolute;
    top: -20px;
    left: 50%;
    margin-left: -10px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 20px solid rgba(0, 0, 0, 0.5); }

#interested-menu {
    display: none;
    top: 205px;
    left: 130px;
    width: 20em;
    font-size: 1.3em;
    }

#interested-menu a {
    float: left;
    text-decoration: none;
    color: #8abfd3;
    height: 30px;
    opacity: 1; }

#interested-menu a:hover {
    color: white; }

#interest_2 {
    padding-left: 2em; }

#interest_4 {
    font-size: .9em;
    padding-left: 2em;
    padding-right: 3em; }

#interest_5 {
    font-size: .8em; }

#interest_6 {
    font-size: .7em;
    padding-left: 1em; }

#interest_7 {
    font-size: .6em;
    padding-left: 2em; }

#interest_8 {
    font-size: .5em;
    padding-left: 1em; }

#contact-form .response {
    text-align: left;
    display: none;
    color: #355b66;
    margin: 0 auto 4.5em auto;
    font-size: 18px;
    width: 39em;
    z-index: 2;
    top: -100px;
    text-shadow: none;
    }

#response_anchor {
    top: -220px; }

#contact-form .form2 {
    display: none;
    top: -300px; }

@media screen and (max-width: 800px) {
    #contact-form .form2 {
        left: -50px; } }
#contact-info {
    text-align: left;
    background-image: url("../img/clouds/cloud03-large.png");
    height: 500px;
    color: #355b66;
    font-size: 1.5em;
    font-style: italic;
    padding: 220px 0 0 190px;
    height: 500px;
    width: 1000px;
    margin: -3em auto;
    left: -2em;
    font-weight: 600;
    line-height: 36px;
    }

#contact-info input {
    background: none;
    border-color: #355b66;
    border-width: 2px;
    border-style: none none solid none;
    font-size: inherit;
    width: 13em;
    color: inherit;
    z-index: 10;
    padding: 0px 20px;
    outline: none;
    }

::-webkit-input-placeholder {
    font-size: .8em;
    text-align: center;
    color: #777; }

input:-moz-placeholder {
    font-size: .8em;
    text-align: center;
    color: #777777 !important; }

#contact-form .contact-submit {
    position: absolute;
    right: 100px;
    bottom: -80px;
    border: none;
    background-color: transparent;
    background-image: url("../img/clouds/cloud-submit-inactive.png");
    background-size: contain;
    background-repeat: no-repeat;
    height: 300px;
    width: 300px;
    }

#contact-form .contact-submit.inactive {
    background-image: url("../img/clouds/cloud-submit-inactive.png"); }

#contact-form .contact-submit.active {
    display: none;
    background-image: url("../img/clouds/cloud-submit.png");
    cursor: pointer;
    z-index: 0;
    }

#contact-form #feedback {
    font-size: 19px;
    text-align: left;
    font-style: normal;
    display: none;
    color: #8abfd3;
    position: absolute;
    width: 450px;
    height: 170px;
    z-index: 20;
    margin-top: -85px;
    margin-left: -225px;
    /*top: 60%;*/
    left: 50%; }

/*#contact-form #feedback small{
  display: block;
  line-height: 2em;
  color: #83A0E9;
}*/
#contact-info .g-recaptcha {display: inline-block; margin-top: 15px;}
#contact-form #feedback .close {
    position: absolute;
    width: 1.5em;
    height: 1.5em;
    color: white;
    background-color: #333;
    border-radius: 2em;
    border: 2px solid white;
    top: -.5em;
    right: -.5em;
    text-decoration: none;
    text-align: center; }

@media screen and (max-width: 30em) {
    #with-us {
        font-size: .5em;
        min-height: 800px; }

    #interested-in-cloud {
        height: 180px;
        width: 430px;
        left: -20px;
        top: -50px;
        background-size: contain; }

    #interested-in-placeholder {
        top: 80px;
        left: 70px; }

    #interested-menu {
        top: 160px;
        left: 70px; }
    #interested-menu #interest_1, #interested-menu #interest_2, #interested-menu #interest_3 {
        font-size: 1.1em; }
    #interested-menu #interest_4, #interested-menu #interest_5, #interested-menu #interest_6, #interested-menu #interest_7, #interested-menu #interest_8 {
        height: 25px; }

    #contact-form .response {
        font-size: 1.5em;
        width: auto;
        margin: 0 auto;
        top: -80px; }

    #contact-form .form2 {
        top: -40px;
        left: 0; }

    #contact-form #contact-info {
        margin: -3em auto 0;
        padding: 1em 0 1em 2em;
        left: 0;
        background-image: none;
        z-index: 10;
        width: 100%;
        height: auto; }

    #contact-form input {
        font-size: 16px;
        z-index: 12; }

    #contact-form .contact-submit {
        right: 0;
        bottom: -250px; }

    #contact-form #feedback {
        width: 100%;
        font-size: 13px;
        height: auto;
        margin: 0;
        top: 35%;
        left: 0; }

    #contact-form .contact-submit {
        height: 150px;
        width: 150px;
        bottom: -100px; } }
/*******************************************************************/
/* contain floats */
.clearfix {
    overflow: hidden;
    *zoom: 1; }
