body, html {
    height: 100%;
}
body.show-nav {
    overflow: hidden;
    height: 100% !important;
}
.our-clients span  {
    display: block;
    text-align: center;
    margin: 0 0 10px 0;
    font-size: 15px;
    font-family: sans-serif;
    font-weight: 500;
    color: #f3562e;
    letter-spacing: 1.5px;
}
.our-clients img.usaa  {
    width:  auto;
    height:  52px;
}
.our-clients  {
    position:  fixed;
    z-index:  52;
    height:  60px;
    width:  600px;
    left:  50%;
    top:  50%;
    margin:  30px 0 0 -300px;
    text-align:  center;
}
.our-clients img  {
    width:  95px;
    margin:  0 10px 20px 10px;
    -webkit-filter:  grayscale(1);
    -moz-filter:  grayscale(1);
    filter:  grayscale(1);
    display: inline-block;
    vertical-align:  middle;
}
#index {
    position: fixed;
    z-index: 999999;
    bottom: 0;
    background-color: #FFF;
    left: 50%;
    font-size: 40px;
    display: none;
}
@media only screen and (min-width: 1024px) {
    .stripe {
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}
}.stripe .stripe-inner {
    margin: 0 0;
    -skrollr-animation-name: stripe;
}
@media only screen and (max-width: 767px) {
    .stripe {
    height: 3px;
}
}.content {
    min-width: 1024px;
    height: 100%;
    width: 100%;
    padding: 0;
}
.static .content {
    min-width: 0;
    -webkit-transition: -webkit-transform .2s;
}
.section {
    position: relative;
    width: 100%}
.static .section {
    height: 100%}
@media only screen and (max-width: 767px) {
    .static .section {
    height: 529px;
}
}@media only screen and (max-width: 767px) and (orientation: landscape) {
    .static .section {
    height: 320px;
}
}@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .static .section {
    height: 924px;
}
}@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .static .section {
    height: 668px;
}
}.section-fixed {
    position: fixed;
    width: 100%;
    height: 100%;
    min-width: 1024px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}
.static .section-fixed {
    position: static;
    min-width: 0;
}
.flap {
    position: fixed;
    left: 50%;
    top: 66px;
    margin-left: -67px;
    width: 148px;
    height: 0;
    overflow: hidden;
    z-index: 98;
    -webkit-transition-property: -webkit-transform, height;
    -moz-transition-property: -moz-transform, height;
    transition-property: transform, height;
    -webkit-transition-duration: 0.5s, 0.3s;
    -moz-transition-duration: 0.5s, 0.3s;
    transition-duration: 0.5s, 0.3s;
    -webkit-transition-timing-function: ease-in-out, ease;
    -moz-transition-timing-function: ease-in-out, ease;
    transition-timing-function: ease-in-out, ease;
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
.flap .title {
    position: absolute;
    bottom: 0;
    opacity: .96;
    height: 51px;
    width: 100%;
    text-align: center;
}
.mobile-landing {
    float: left;
    display: none;
    width: 100%;
    height: 100%;
    background-color: #f4f4f4;
    position: relative;
    text-align: center;
}
.static .mobile-landing {
    display: block;
}
.mobile-landing .landing-badge {
    width: 320px;
    height: 320px;
    background-position: center center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin: 140px auto 50px auto;
}
.mobile-landing .arrow {
    position: absolute;
    right: 0;
    width: 70px;
    height: 160px;
    top: 220px;
}
.mobile-landing .arrow span {
    border-right: 1px solid #333;
    border-top: 1px solid #333;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -17px;
    width: 35px;
    height: 35px;
    display: block;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.no-touch .mobile-landing .arrow {
    display: none;
}
.mobile-landing .landing-title {
    font-size: 32px;
    margin: 15px auto;
    text-transform: uppercase;
    font-family: gotham_bold;
}
.mobile-landing .landing-text {
    font-size: 15px;
    margin: 0 30px;
    line-height: 135%}
@media only screen and (max-width: 767px) {
    .mobile-landing .landing-badge {
    width: 160px;
    height: 160px;
}
.mobile-landing .arrow {
    top: 140px;
}
.mobile-landing .landing-title {
    font-size: 25px;
}
.mobile-landing .landing-text {
    font-size: 12px;
}
}@media only screen and (max-width: 767px) and (orientation: landscape) {
    .mobile-landing .landing-badge {
    left: 20px;
    top: 50%;
    margin: -80px 0 0 0;
    position: absolute;
}
.mobile-landing .arrow {
    top: 50%;
    margin-top: -80px;
}
.mobile-landing .landing-title {
    margin: 130px 70px 10px 210px;
    text-align: left;
}
.mobile-landing .landing-text {
    margin: 0px 70px 0 210px;
    text-align: left;
}
}.logo {
    position: fixed;
    left: 50%;
    top: 50%;
    margin-top: -270px;
    margin-left: -125px;
    padding-top: 18px;
    z-index: 101;
    -webkit-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    z-index: 52;
}
.static .logo {
    display: none;
}
@media only screen and (max-width: 767px) and (orientation: landscape) {
    .logo {
    position: absolute;
}
}.logo-small {
    display: none;
    position: absolute;
    top: 6%;
    width: 102px;
    height: 63px;
    margin-top: 0px;
    margin-left: 0px;
    left: 2%;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transform: scale(0.85);
    -moz-transform: scale(0.85);
    -ms-transform: scale(0.85);
    -o-transform: scale(0.85);
    transform: scale(0.85);
}
.static .logo-small {
    display: block;
    -webkit-transition-property: none;
    -moz-transition-property: none;
    transition-property: none;
}
@media only screen and (max-width: 767px) {
    .logo-small {
    left: 50%;
    top: 2px;
    margin-left: -50px;
    -webkit-transform: scale(0.65);
    -moz-transform: scale(0.65);
    -ms-transform: scale(0.65);
    -o-transform: scale(0.65);
    transform: scale(0.65);
}
}@media only screen and (max-width: 767px) and (orientation: portrait) {
    .logo-small {
    z-index: 55;
}
}@media only screen and (max-width: 767px) and (orientation: landscape) {
    .logo-small {
    -webkit-transform: scale(0.6) !important;
    -moz-transform: scale(0.6) !important;
    -ms-transform: scale(0.6) !important;
    -o-transform: scale(0.6) !important;
    transform: scale(0.6) !important;
}
}.nav {
    opacity: 0;
    z-index: 51;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}
.static .nav {
    opacity: 1;
}
@media only screen and (max-width: 767px) {
    .nav {
    height: 40px;
    top: 3px;
}
}@media only screen and (max-width: 767px) and (orientation: landscape) {
    .nav {
    position: absolute;
    top: 0px;
}
}.nav .mobile-menu {
    display: none;
    -webkit-transition-property: left;
    -moz-transition-property: left;
    transition-property: left;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
}
@media only screen and (max-width: 767px) {
    .nav .mobile-menu {
    display: inline;
    line-height: 40px;
    font-size: 21px;
    color: #f0562d;
    padding: 0 10px;
}
}@media only screen and (max-width: 767px) and (orientation: landscape) {
    .nav .mobile-menu {
    position: fixed;
    top: 0px;
    left: 0px;
    display: block;
    background-color: #FFF;
    opacity: .9;
    z-index: 100;
}
}@media only screen and (max-width: 767px) and (orientation: landscape) {
    .show-nav .nav .mobile-menu {
    left: 85%}
}.nav .mobile-phone {
    display: none;
}
@media only screen and (max-width: 767px) {
    .nav .mobile-phone {
    display: inline;
    float: right;
    font-size: 25px;
    line-height: 40px;
    color: #000;
    padding: 0 11px;
}
}@media only screen and (min-width: 1024px) {
    .nav .logo-bg {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.15s;
    -moz-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}
}@media only screen and (min-width: 1024px) {
    .static .nav .logo-bg {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
}
}@media only screen and (max-width: 767px) {
    .nav .logo-bg {
    left: 50%;
    top: 40px;
    margin-left: -55px;
    z-index: 50;
}
}@media only screen and (max-width: 767px) and (orientation: portrait) {
    .nav .logo-bg {
    z-index: 55;
}
}.nav .menu {
    display: block;
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .nav .menu-wrapper .menu-item a {
    padding: 0 2px;
}
.nav .menu-wrapper .social-item a {
    padding: 0 2px;
}
}@media only screen and (max-width: 1024px) {
    .our-clients  {
    display: none;
}
}
@media only screen and (max-width: 767px) {
    .nav .menu-wrapper {
    z-index: 52;
    position: fixed;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    opacity: 0.98;
    top: 43px;
    bottom: 0;
    width: 85%;
    background: #333;
    padding-top: 40px;
    -webkit-transform: translate3d(-100%,  0,  0);
    -moz-transform: translate3d(-100%,  0,  0);
    -ms-transform: translate3d(-100%,  0,  0);
    -o-transform: translate3d(-100%,  0,  0);
    transform: translate3d(-100%,  0,  0);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
}
.nav .menu-wrapper .menu {
    margin: 0;
}
.show-nav .nav .menu-wrapper {
    -webkit-transform: translate3d(0%,  0,  0);
    -moz-transform: translate3d(0%,  0,  0);
    -ms-transform: translate3d(0%,  0,  0);
    -o-transform: translate3d(0%,  0,  0);
    transform: translate3d(0%,  0,  0);
}
.nav .menu-wrapper .menu-item {
    display: block;
    text-align: left;
    border-bottom: 1px solid #515050;
}
.nav .menu-wrapper .menu-item a {
    display: block;
    color: #bfc0c3;
    font-size: 17px;
    padding: 12px 20px;
}
.nav .menu-wrapper .menu-item-wrap {
    overflow: hidden;
    -webkit-transition-property: none;
    -moz-transition-property: none;
    transition-property: none;
}
.nav .menu-wrapper .menu-item-wrap:before {
    content: ''}
.nav .menu-wrapper .social {
    position: static;
    text-align: center;
    border-bottom: 1px solid #515050;
}
.nav .menu-wrapper .social-item {
    line-height: 43px;
}
.nav .menu-wrapper .social-item a {
    padding: 10px 10px;
}
.nav .menu-wrapper .social-item .fa {
    font-size: 20px;
}
}@media only screen and (max-width: 767px) and (orientation: landscape) {
    .nav .menu-wrapper {
    top: 0;
}
}.nav .social {
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
    display: block;
}
.static .nav {
    min-width: 0;
}
.swipe-arrows {
    display: none;
}
.static.no-touch .swipe-arrows {
    display: block;
}
.static.no-touch .swipe-arrows .arrow {
    height: 100%;
    top: 0;
    position: absolute;
    width: 60px;
    z-index: 50;
}
.static.no-touch .swipe-arrows .left-arrow {
    left: 0;
    display: none;
}
.static.no-touch .swipe-arrows .right-arrow {
    right: 0;
}
.static.no-touch .swipe-arrows span {
    display: block;
    width: 100%;
    position: absolute;
    margin-top: -40px;
    top: 50%;
    font-size: 80px;
    text-align: center;
    color: #888;
}
.static.no-touch .swipe-arrows .arrow:hover span {
    color: #555;
}
.swipe-indicator {
    display: none;
}
.static .swipe-indicator {
    display: block;
    position: absolute;
    bottom: 10px;
    width: 100%;
    z-index: 50;
    text-align: center;
}
.static .swipe-indicator a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 0 7px;
}
.static .swipe-indicator span {
    display: block;
    background: #333;
    width: 12px;
    height: 12px;
    font-size: 0px;
    text-indent: -1000px;
    overflow: hidden;
    border-radius: 50%;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
}
.static .swipe-indicator .active span {
    background: #EEE;
}
.page-indicator {
    position: absolute;
    width: 100%;
    bottom: 3%;
    margin: 0 auto;
    text-align: center;
}
.page-indicator li {
    display: inline-block;
}
.page-indicator a {
    font-size: 0;
    display: inline-block;
    margin: 0 20px;
    padding: 10px;
}
.page-indicator span {
    display: block;
    width: 12px;
    height: 12px;
    background-color: #424242;
    border-radius: 6px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}
.page-indicator .active span {
    background-color: #6aa9aa;
}
.tb {
    display: table;
    width: 100%;
    height: 100%}
.tb .tr {
    display: table-row;
}
.tb .td {
    display: table-cell;
    vertical-align: middle;
}
a.new-quote {
    display: block;
    height: 20px;
    width: 95px;
    padding: 6px 7px;
    font-family: gotham_medium;
    font-size: 11px;
    text-transform: uppercase;
    text-shadow: none;
    text-align: center;
    text-decoration: none;
    font-weight: normal;
    line-height: 20px;
    position: static;
    opacity: 1;
    background-color: #f0562d;
    border-radius: 4px;
    color: #ffffff;
}
@media only screen and (max-width: 767px) {
    a.new-quote {
    display: none;
}
}@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    a.new-quote {
    margin: 0;
}
}@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    a.new-quote {
    margin: 0;
}
}a.new-quote:hover {
    background-color: #F07250;
}
.login {
    position: fixed;
    color: #FFF;
    height: 290px;
    overflow: hidden;
    width: 100%;
    background-color: #2d2b2b;
    z-index: 51;
    -webkit-transform: translateY(-290px);
    -moz-transform: translateY(-290px);
    -ms-transform: translateY(-290px);
    -o-transform: translateY(-290px);
    transform: translateY(-290px);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}
.static .login {
    width: 100%;
    height: 100%;
    z-index: 200;
    opacity: 0;
    top: -100%;
    background-color: transparent;
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    transition-delay: 0.5s;
}
.login .close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 36px;
    height: 38px;
    opacity: .75;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    transition: opacity 0.2s;
}
.ready .login .close {
    background: url(/assets/dist/images/login/exit.png) center center no-repeat;
    background-size: 100% 100%}
.login .close:hover {
    opacity: 1;
}
@media only screen and (max-width: 767px) {
    .login .close {
    width: 15px;
    height: 15px;
    background-size: 100% 100%}
}.login .login-form {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 285px;
    -webkit-transform: translateY(290px);
    -moz-transform: translateY(290px);
    -ms-transform: translateY(290px);
    -o-transform: translateY(290px);
    transform: translateY(290px);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}
.static .login .login-form {
    position: relative;
    background-color: #2d2b2b;
    border-radius: 7px;
    width: 90%;
    max-width: 650px;
    max-height: 90%;
    padding: 15px 0;
    height: auto;
    margin: 5% auto;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.login .title {
    text-align: center;
    margin: 22px auto 40px auto;
    width: 315px;
    height: 80px;
}
.ready .login .title {
    background: url(/assets/dist/images/login/concierge-title.png) center center no-repeat;
    background-size: 100% 100%}
@media (-webkit-min-device-pixel-ratio: 2) {
    .ready .login .title {
    background: url(/assets/dist/images/login/concierge-title@2x.png) center center no-repeat;
    background-size: 100% 100%}
}@media only screen and (max-width: 767px) {
    .login .title img {
    width: 90%}
}.login form {
    width: 610px;
    margin: 0 auto 0 auto;
}
@media only screen and (max-width: 767px) {
    .login form {
    width: auto;
    margin: 0 15px;
}
}.login .form-group {
    float: left;
    width: 290px;
    margin-bottom: 35px;
}
@media only screen and (max-width: 767px) {
    .login .form-group {
    width: 100%}
}.login .username {
    margin-right: 30px;
}
.login .forgot-link {
    text-decoration: none;
    color: #e8e5d5;
    font-size: 11px;
}
.login .login-input {
    box-sizing: border-box;
    width: 290px;
    font-size: 13px;
    font-family: gotham_book;
    border: none;
    background-color: #FFF;
    padding: 10px;
    letter-spacing: 1px;
    border-radius: 2px;
}
@media only screen and (max-width: 767px) {
    .login .login-input {
    width: 100%}
}.login .button-container {
    text-align: center;
}
.login .login-submit {
    text-transform: uppercase;
    font-family: gotham_book;
    margin: 0 auto;
    background-color: #f0562d;
    border: none;
    color: #FFF;
    padding: 8px;
    cursor: pointer;
}
.login .login-submit:hover {
    background-color: #ed5f43;
}
body.show-login .login {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
body.show-login .login-form {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
body.show-login .nav {
    -webkit-transform: translateY(290px);
    -moz-transform: translateY(290px);
    -ms-transform: translateY(290px);
    -o-transform: translateY(290px);
    transform: translateY(290px);
}
body.show-login .flap {
    -webkit-transform: translateY(290px);
    -moz-transform: translateY(290px);
    -ms-transform: translateY(290px);
    -o-transform: translateY(290px);
    transform: translateY(290px);
}
body.show-login .stripe {
    -webkit-transform: translateY(290px);
    -moz-transform: translateY(290px);
    -ms-transform: translateY(290px);
    -o-transform: translateY(290px);
    transform: translateY(290px);
}
body.show-login .section-fixed {
    -webkit-transform: translateY(290px);
    -moz-transform: translateY(290px);
    -ms-transform: translateY(290px);
    -o-transform: translateY(290px);
    transform: translateY(290px);
}
body.show-login.static .login, body.show-login.static .login-form, body.show-login.static .flap, body.show-login.static .stripe, body.show-login.static .section-fixed {
    top: 0;
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
body.show-login.static .nav {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
body.show-login.static .logo-small {
    -webkit-transform: translateY(0) !important;
    -moz-transform: translateY(0) !important;
    -ms-transform: translateY(0) !important;
    -o-transform: translateY(0) !important;
    transform: translateY(0) !important;
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
    body.show-login.static .logo-small {
    -webkit-transform: translateY(0) !important;
    -moz-transform: translateY(0) !important;
    -ms-transform: translateY(0) !important;
    -o-transform: translateY(0) !important;
    transform: translateY(0) !important;
}
}@media only screen and (max-width: 767px) and (orientation: landscape) {
    body.show-login.static .logo-small {
    -webkit-transform: translateY(0) !important;
    -moz-transform: translateY(0) !important;
    -ms-transform: translateY(0) !important;
    -o-transform: translateY(0) !important;
    transform: translateY(0) !important;
}
}body.show-login.static .login {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.landing {
    height: 2000px;
}
.static .landing {
    display: none;
}
.landing .section-fixed {
    z-index: 51;
    height: 90%;
    display: table;
    width: 100%;
    background: #FFF;
}
.landing .main {
    height: 100%;
    font-size: 15px;
    color: #f3562d;
    letter-spacing: 15px;
    text-transform: uppercase;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
}
.landing .tagline {
    position: absolute;
    bottom: 41%;
    left: 50%;
    margin-left: -223px;
    width: 445px;
    height: 161px;
}
.landing .tagline .tagline-a {
    height: 100%;
    width: 100%;
    position: absolute;
    -skrollr-animation-name: taglineA;
}
.landing .tagline .tagline-a .tagline-single {
    position: absolute;
    width: 100%;
    top: 75px;
    height: 161px;
    background: url(/assets/dist/images/landing/tagline-a.png) top center no-repeat;
    background-size: 100% 11px;
}
.landing .tagline .tagline-a .tagline-repeat {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 161px;
    background: url(/assets/dist/images/landing/tagline-a-repeat.png) top center no-repeat;
    background-size: 100% 100%;
    -skrollr-animation-name: taglinerepeat;
}
.landing .tagline .tagline-b {
    height: 100%;
    width: 100%;
    position: absolute;
    -skrollr-animation-name: taglineB;
}
.landing .tagline .tagline-b .tagline-single {
    position: absolute;
    top: 75px;
    width: 100%;
    height: 161px;
    background: url(/assets/dist/images/landing/tagline-b.png) top center no-repeat;
    background-size: 100% 11px;
}
.landing .tagline .tagline-b .tagline-repeat {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 161px;
    background: url(/assets/dist/images/landing/tagline-b-repeat.png) top center no-repeat;
    background-size: 100% 100%;
    -skrollr-animation-name: taglinerepeat;
}
.landing .scroll-indicator {
    position: absolute;
    bottom: 30px;
    left: 50%;
    margin-left: -24px;
    width: 50px;
    height: 26px;
    text-align: center;
    z-index: 4;
    font-size: 5em;
    line-height: .5em;
    color: #f3562d;
}
.landing .scroll-indicator .fa {
    line-height: 10px;
    position: relative;
    -skrollr-animation-name: scroll_indicator;
}
.landing .bottom {
    position: absolute;
    width: 100%;
    top: 99.9%;
    left: 0;
    height: 20%;
    background: url(/assets/dist/images/landing-bg.png) bottom center no-repeat;
    background-size: 100% 100%}
@-skrollr-keyframes taglinerepeat {
    0 {
    opacity: 0;
}
250 {
    opacity: .5;
}
}@-skrollr-keyframes taglineA {
    0 {
    opacity: 1;
    top: 0%}
100 {
    opacity: 1;
    top: 10%}
250 {
    opacity: 0;
    top: 20%}
}@-skrollr-keyframes taglineB {
    0 {
    opacity: 1;
    top: 0%}
100 {
    opacity: 1;
    top: 25%}
250 {
    opacity: 0;
    top: 50%}
}@-skrollr-keyframes scroll_indicator {
    0 {
    opacity: 1;
    top: 0px;
}
500 {
    opacity: 0;
    top: 100px;
}
}.about {
    width: 100%;
    height: 1000px;
}
.static .about {
    overflow: hidden;
}
.about .section-fixed {
    z-index: 49;
    -skrollr-animation-name: about_section;
    overflow: hidden;
}
.static .about .section-fixed {
    width: 100%;
    position: relative;
    -webkit-transition-duration: 0;
    -moz-transition-duration: 0;
    transition-duration: 0;
}
.about .flap {
    -skrollr-animation-name: about_flap;
}
.about .flap .title {
    background-image: url(/assets/dist/images/about/title.png);
    background-size: 100% auto;
}
.about .slideshow-wrapper {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.about .slide, .about .slide-temp {
    position: absolute;
    width: 100%;
    height: 100%}
.about .slide {
    z-index: 2;
}
.static .about .slide {
    float: left;
    position: relative;
    width: 100%}
.about .slide.active {
    z-index: 3;
}
.about .slide-temp {
    z-index: 4;
}
.about .slide-slice {
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
}
.about .slide-temp-1 .slide-slice-a, .about .slide-temp-0 .slide-slice-a {
    position: absolute;
    width: 50%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
}
.about .slide-temp-1 .slide-slice-a .main, .about .slide-temp-0 .slide-slice-a .main {
    position: absolute;
    width: 200%}
.about .slide-temp-1 .slide-slice-b, .about .slide-temp-0 .slide-slice-b {
    position: absolute;
    width: 50%;
    height: 100%;
    left: 50%;
    overflow: hidden;
}
.about .slide-temp-1 .slide-slice-b .main, .about .slide-temp-0 .slide-slice-b .main {
    position: absolute;
    width: 200%;
    margin-left: -100%}
.about .slide-temp-2 .slide-slice-a {
    position: absolute;
    width: 100%;
    height: 50%;
    top: 0%;
    left: 0%;
    overflow: hidden;
}
.about .slide-temp-2 .slide-slice-a .main {
    position: absolute;
    width: 100%;
    height: 200%}
.about .slide-temp-2 .slide-slice-b {
    position: absolute;
    width: 100%;
    height: 50%;
    top: 50%;
    left: 0%;
    overflow: hidden;
}
.about .slide-temp-2 .slide-slice-b .main {
    position: absolute;
    width: 100%;
    height: 200%;
    top: -100%}
.about .slide-temp-1.animate-setup .slide-slice, .about .slide-temp-1.animate-reverse-setup.animate-reverse-start .slide-slice {
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}
.about .slide-temp-1.animate-setup .slide-slice-a, .about .slide-temp-1.animate-reverse-setup.animate-reverse-start .slide-slice-a {
    -webkit-transform: translateX(0%) rotate(0deg);
    -moz-transform: translateX(0%) rotate(0deg);
    -ms-transform: translateX(0%) rotate(0deg);
    -o-transform: translateX(0%) rotate(0deg);
    transform: translateX(0%) rotate(0deg);
}
.about .slide-temp-1.animate-setup .slide-slice-b, .about .slide-temp-1.animate-reverse-setup.animate-reverse-start .slide-slice-b {
    -webkit-transform: translateX(0%) rotate(0deg);
    -moz-transform: translateX(0%) rotate(0deg);
    -ms-transform: translateX(0%) rotate(0deg);
    -o-transform: translateX(0%) rotate(0deg);
    transform: translateX(0%) rotate(0deg);
}
.about .slide-temp-1.animate-setup.animate-start .slide-slice-a, .about .slide-temp-1.animate-reverse-setup .slide-slice-a {
    -webkit-transform: translateX(-150%) rotate(15deg) scale(1.5);
    -moz-transform: translateX(-150%) rotate(15deg) scale(1.5);
    -ms-transform: translateX(-150%) rotate(15deg) scale(1.5);
    -o-transform: translateX(-150%) rotate(15deg) scale(1.5);
    transform: translateX(-150%) rotate(15deg) scale(1.5);
}
.about .slide-temp-1.animate-setup.animate-start .slide-slice-b, .about .slide-temp-1.animate-reverse-setup .slide-slice-b {
    -webkit-transform: translateX(150%) rotate(-15deg) scale(1.5);
    -moz-transform: translateX(150%) rotate(-15deg) scale(1.5);
    -ms-transform: translateX(150%) rotate(-15deg) scale(1.5);
    -o-transform: translateX(150%) rotate(-15deg) scale(1.5);
    transform: translateX(150%) rotate(-15deg) scale(1.5);
}
.about .slide-temp-2.animate-setup .slide-slice, .about .slide-temp-2.animate-reverse-setup.animate-reverse-start .slide-slice {
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}
.about .slide-temp-2.animate-setup .slide-slice-a, .about .slide-temp-2.animate-reverse-setup.animate-reverse-start .slide-slice-a {
    -webkit-transform: translateY(0%) rotate(0deg);
    -moz-transform: translateY(0%) rotate(0deg);
    -ms-transform: translateY(0%) rotate(0deg);
    -o-transform: translateY(0%) rotate(0deg);
    transform: translateY(0%) rotate(0deg);
}
.about .slide-temp-2.animate-setup .slide-slice-b, .about .slide-temp-2.animate-reverse-setup.animate-reverse-start .slide-slice-b {
    -webkit-transform: translateY(0%) rotate(0deg);
    -moz-transform: translateY(0%) rotate(0deg);
    -ms-transform: translateY(0%) rotate(0deg);
    -o-transform: translateY(0%) rotate(0deg);
    transform: translateY(0%) rotate(0deg);
}
.about .slide-temp-2.animate-setup.animate-start .slide-slice-a, .about .slide-temp-2.animate-reverse-setup .slide-slice-a {
    -webkit-transform: translateY(-150%) rotate(-2deg) scale(1.5);
    -moz-transform: translateY(-150%) rotate(-2deg) scale(1.5);
    -ms-transform: translateY(-150%) rotate(-2deg) scale(1.5);
    -o-transform: translateY(-150%) rotate(-2deg) scale(1.5);
    transform: translateY(-150%) rotate(-2deg) scale(1.5);
}
.about .slide-temp-2.animate-setup.animate-start .slide-slice-b, .about .slide-temp-2.animate-reverse-setup .slide-slice-b {
    -webkit-transform: translateY(150%) rotate(2deg) scale(1.5);
    -moz-transform: translateY(150%) rotate(2deg) scale(1.5);
    -ms-transform: translateY(150%) rotate(2deg) scale(1.5);
    -o-transform: translateY(150%) rotate(2deg) scale(1.5);
    transform: translateY(150%) rotate(2deg) scale(1.5);
}
.about .slide-temp-0.animate-setup .slide-slice, .about .slide-temp-0.animate-reverse-setup.animate-reverse-start .slide-slice {
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}
.about .slide-temp-0.animate-setup .slide-slice-a, .about .slide-temp-0.animate-reverse-setup.animate-reverse-start .slide-slice-a {
    -webkit-transform: translateX(0%) rotate(0deg);
    -moz-transform: translateX(0%) rotate(0deg);
    -ms-transform: translateX(0%) rotate(0deg);
    -o-transform: translateX(0%) rotate(0deg);
    transform: translateX(0%) rotate(0deg);
}
.about .slide-temp-0.animate-setup .slide-slice-b, .about .slide-temp-0.animate-reverse-setup.animate-reverse-start .slide-slice-b {
    -webkit-transform: translateX(0%) rotate(0deg);
    -moz-transform: translateX(0%) rotate(0deg);
    -ms-transform: translateX(0%) rotate(0deg);
    -o-transform: translateX(0%) rotate(0deg);
    transform: translateX(0%) rotate(0deg);
}
.about .slide-temp-0.animate-setup.animate-start .slide-slice-a, .about .slide-temp-0.animate-reverse-setup .slide-slice-a {
    -webkit-transform: translateX(-150%) rotate(-15deg) scale(1.5);
    -moz-transform: translateX(-150%) rotate(-15deg) scale(1.5);
    -ms-transform: translateX(-150%) rotate(-15deg) scale(1.5);
    -o-transform: translateX(-150%) rotate(-15deg) scale(1.5);
    transform: translateX(-150%) rotate(-15deg) scale(1.5);
}
.about .slide-temp-0.animate-setup.animate-start .slide-slice-b, .about .slide-temp-0.animate-reverse-setup .slide-slice-b {
    -webkit-transform: translateX(150%) rotate(15deg) scale(1.5);
    -moz-transform: translateX(150%) rotate(15deg) scale(1.5);
    -ms-transform: translateX(150%) rotate(15deg) scale(1.5);
    -o-transform: translateX(150%) rotate(15deg) scale(1.5);
    transform: translateX(150%) rotate(15deg) scale(1.5);
}
.about .main {
    width: 100%;
    height: 100%;
    font-size: 48px;
    line-height: 150%;
    text-align: center;
}
.about .description {
    color: #FFF;
    display: table;
    background-color: #dc4c27;
    background-image: url(/assets/dist/images/about-bg.jpg);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    -skrollr-animation-name: about_description_bg;
}
.about .description .main-content {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    font-family: gotham_bold;
}
.about .description .main-content .scroll-indicator {
    display: none;
}
.static .about .description .main-content .scroll-indicator {
    position: absolute;
    bottom: 45px;
    width: 100px;
    text-align: center;
    margin-left: -50px;
    font-size: 70px;
    left: 50%;
    display: block;
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
    .static .about .description .main-content .scroll-indicator {
    bottom: 120px;
}
}.about .description .main-content p {
    display: block;
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 150px;
    letter-spacing: 10px;
    position: relative;
}
@media only screen and (max-width: 767px) {
    .about .description .main-content p {
    font-size: 18px;
    padding: 0 30px;
    line-height: 30px;
    letter-spacing: normal;
}
}@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .about .description .main-content p {
    font-size: 35px;
    line-height: 50px;
    padding: 0 80px;
    letter-spacing: 3px;
}
}.about .crew {
    background: #f1f1f1;
    text-align: center;
}
.about .crew .main-content {
    height: 100%;
    font-size: 0;
    letter-spacing: 0;
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
    .about .crew .main-content {
    height: 90%}
}.about .crew .headline {
    height: 180px;
    font-size: 40px;
    vertical-align: bottom;
    text-align: center;
    text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
    .about .crew .headline {
    font-size: 18px;
    height: 120px;
}
}.about .crew .safe {
    position: relative;
    height: 174px;
    width: 100%}
.about .crew .staff-row-container {
    height: 35%}
@media only screen and (max-width: 767px) and (orientation: landscape) {
    .about .crew .staff-row-container {
    float: left;
    display: block;
    width: 50%;
    height: 200px;
}
.about .crew .staff-row-container .staff-row {
    display: block;
    height: 150px;
    overflow: hidden;
}
}.about .crew .staff-cell {
    padding: 5px;
    width: 33%;
    height: 100%}
@media only screen and (max-width: 767px) and (orientation: portrait) {
    .about .crew .staff-cell {
    height: 180px;
}
}.about .crew .staff {
    height: 100%;
    width: 100%;
    line-height: normal;
    color: #FFF;
    position: relative;
    overflow: hidden;
}
.about .crew .image {
    position: absolute;
    width: 101%;
    height: 101%;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.ready .about .crew .staff-1 .image {
    background-image: url(/assets/dist/images/about/team_elon.jpg);
}
.ready .about .crew .staff-2 .image {
    background-image: url(/assets/dist/images/about/team_terry.jpg);
}
.ready .about .crew .staff-3 .image {
    background-image: url(/assets/dist/images/about/team_ken.jpg);
}
.ready .about .crew .staff-4 .image {
    background-image: url(/assets/dist/images/about/team_chase.jpg);
}
.ready .about .crew .staff-5 .image {
    background-image: url(/assets/dist/images/about/team_shakil.png);
}
.ready .about .crew .staff-6 .image {
    background-image: url(/assets/dist/images/about/team_jin.jpg);
}
.about .crew .profile {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
    font-size: 20px;
    background-color: rgba(243, 86, 45, 0.5);
    opacity: 0;
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
    text-transform: uppercase;
}
.about .crew .name {
    font-size: 25px;
}
@media only screen and (max-width: 767px) {
    .about .crew .name {
    font-size: 15px;
}
}.about .crew .title {
    font-size: 15px;
    font-family: gotham_book;
}
@media only screen and (max-width: 767px) {
    .about .crew .title {
    font-size: 10px;
}
}.about .crew .active .image {
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    filter: blur(3px);
}
.about .crew .active .profile {
    opacity: 1;
}
.about .bio {
    background: #FFF;
    font-size: 16px;
    color: #333;
}
@media only screen and (max-width: 767px) {
    .about .bio .main-content {
    height: auto;
    margin-top: 43px;
}
}.about .bio .headshot {
    height: 350px;
}
.ready .about .bio .headshot {
    background: url(/assets/dist/images/about/team.jpg) center center no-repeat;
    background-size: cover;
}
@media only screen and (max-width: 767px) {
    .about .bio .headshot {
    height: 100px;
}
}.about .bio .bio-content {
    padding-top: 20px;
}
.about .bio .bio-content .td {
    vertical-align: top;
}
.about .bio .bio-content .bio-content-scroll {
    position: relative;
    height: 100%;
    overflow-y: auto;
}
.about .bio .bio-content p {
    font-size: 16px;
    line-height: 150%;
    max-width: 1024px;
    margin: 15px auto;
    padding: 0 100px;
    text-align: left;
}
@media only screen and (max-width: 767px) {
    .about .bio .bio-content p {
        font-size: 12px;
        padding: 0 15px;
        margin: 7px auto;
    }
}@media only screen and (max-width: 767px) and (orientation: landscape) {
    .about .bio .bio-content p {
        font-size: 11px;
    }
}
.about .nav-container {
    position: absolute;
    height: 100%;
    top: 0;
    width: 10%;
    z-index: 49;
    cursor: pointer;
}
@media only screen and (max-width: 767px) {
    .about .nav-container {
        display: none;
    }
}.about .nav-container-prev {
    -skrollr-animation-name: about_nav_arrow_prev;
}
.about .nav-container-next {
    right: 0;
    -skrollr-animation-name: about_nav_arrow_next;
}
.about .nav-arrow {
    position: absolute;
    top: 50%;
    width: 35px;
    height: 35px;
    margin-top: -17px;
    border: 4px solid #3b3939;
    border: 4px solid rgba(255, 255, 255, 0.6);
    text-indent: -90000px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: border-color 0.3s;
    -moz-transition: border-color 0.3s;
    transition: border-color 0.3s;
}
@media only screen and (max-width: 767px) {
    .about .nav-arrow {
    width: 20px;
    height: 20px;
    border-width: 2px;
}
}.about .nav-container:hover .nav-arrow {
    border-color: #fff;
}
.static .about .nav-arrows {
    display: none;
}
.about .nav-arrows .nav-arrow-prev {
    left: 25%;
    border-right: none;
    border-top: none;
}
.about .nav-arrows .nav-arrow-next {
    right: 25%;
    border-left: none;
    border-bottom: none;
}
.about .alt .nav-arrow {
    border-color: #777;
    border-color: rgba(57, 57, 57, 0.5);
}
.about .alt .nav-container:hover .nav-arrow {
    border-color: #000;
    border-color: #393939;
}
.about .page-indicator {
    z-index: 8;
}
.static .about .page-indicator {
    display: none;
}
@-skrollr-keyframes about_flap {
    0 {
    height: !0px;
}
1501 {
    height: !51px;
    -webkit-transition-delay: !0s;
    -moz-transition-delay: !0s;
    transition-delay: !0s;
}
2000 {
    height: !0px;
}
}@-skrollr-keyframes about_description_bg {
    0 {
    background-position: 50% 33%}
2000 {
    background-position: 50% 66%}
3000 {
    background-position: 50% 100%}
}@-skrollr-keyframes about_section {
    2000 {
    top: 0%;
    display: block;
}
3000 {
    top: -100%;
    display: none;
}
}@-skrollr-keyframes about_nav_arrow_prev {
    1200 {
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    1500 {
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
    }
}@-skrollr-keyframes about_nav_arrow_next {
    1200 {
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%);
    }
    1500 {
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
    }
}.process {
    overflow: hidden;
    width: 100%;
    height: 5000px;
    color: #333;
    text-shadow: 0 1px #fff;
}
.static .process {
    overflow: hidden;
    visibility: hidden;
    position: relative;
}
.process .section-fixed {
    z-index: 48;
    background-color: #e8e5d5;
    left: 100%;
    -webkit-transition: left 0.3s ease-in-out, -webkit-transform 0.5s ease-in-out;
    -moz-transition: left 0.3s ease-in-out, -webkit-transform 0.5s ease-in-out;
    transition: left 0.3s ease-in-out, -webkit-transform 0.5s ease-in-out;
}
.process .flap {
    -skrollr-animation-name: process_flap;
}
.process .flap .title {
    background-image: url(/assets/dist/images/process/title.png);
    background-size: 100% 100%}
.process .mobile-landing {
    background-color: #e8e4d4;
}
.process .mobile-landing .landing-badge {
    background-image: url(/assets/dist/images/process/mobile-landing.png);
}
.static .process .slideshow-process {
    height: 100%}
.static .process .slideshow-wrapper {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.static .process .process-item {
    float: left;
    position: relative;
    width: 100%;
    height: 100%}
@media only screen and (max-width: 767px) {
    .process .process-item {
    height: 100%}
}.process .process-inner {
    display: table;
    width: 1024px;
    height: 100%;
    margin: 0 auto;
    position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .process .process-inner {
    width: 960px;
}
}@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .process .process-inner {
    width: 100%}
}@media only screen and (max-width: 767px) {
    .process .process-inner {
    width: 100%;
    display: block;
}
}.process .process-inner .process-image, .process .process-inner .process-description {
    display: table-cell;
    vertical-align: middle;
    padding-top: 60px;
    width: 50%}
@media only screen and (max-width: 767px) {
    .process .process-inner .process-image, .process .process-inner .process-description {
    display: block;
    padding: 0;
}
}@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .process .process-inner .process-image, .process .process-inner .process-description {
    display: block;
    padding: 0;
}
}@media only screen and (max-width: 1024px) and (orientation: portrait) {
    .process .process-inner .process-image {
    position: absolute;
    overflow: hidden;
    height: 200px;
    width: 100%;
    top: 60px;
}
}@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .process .process-inner .process-image {
    height: 400px;
    top: 100px;
}
}@media only screen and (max-width: 767px) and (orientation: landscape) {
    .process .process-inner .process-image {
    position: absolute;
    width: 25%;
    height: 100%;
    left: 0;
    overflow: hidden;
}
}@media only screen and (max-width: 767px) {
    .process .process-inner .process-description {
    width: 100%}
}@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .process .process-inner .process-description {
    width: auto;
    margin: 0 30px;
    text-align: center;
}
}@media only screen and (max-width: 767px) and (orientation: landscape) {
    .process .process-inner .process-description {
    position: absolute;
    width: 75%;
    height: 100%;
    left: 25%;
    display: table;
}
}@media only screen and (max-width: 767px) and (orientation: landscape) {
    .process .process-inner .process-description-inner {
    display: table-cell;
    vertical-align: middle;
}
}@media only screen and (max-width: 1024px) and (orientation: portrait) {
    .process .process-inner .stage {
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    -o-transform-origin: 50% 0;
    transform-origin: 50% 0;
    margin-top: 0 !important;
    top: 0 !important;
}
}@media only screen and (max-width: 767px) and (orientation: landscape) {
    .process .process-inner .stage {
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%}
}.process .process-learn {
    height: 1000px;
    margin-top: 1px;
}
.process .process-learn .section-fixed {
    -skrollr-animation-name: process_learn;
}
@media only screen and (max-width: 767px) and (orientation: landscape) {
    .process .process-learn .process-image-learn {
    height: 100%}
}.process .process-plan {
    height: 1000px;
}
.process .process-plan .section-fixed {
    -skrollr-animation-name: process_plan;
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
    .process .process-plan .process-image {
    margin: 18px 0 0 0;
}
}@media only screen and (max-width: 767px) and (orientation: landscape) {
    .process .process-plan .process-image {
    width: 40%}
.process .process-plan .process-description {
    left: 40%;
    width: 60%}
.process .process-plan .process-image-plan {
    height: 100%}
}.process .process-create {
    height: 1000px;
}
.process .process-create .section-fixed {
    -skrollr-animation-name: process_create;
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
    .process .process-create .process-image {
    margin: 8px 0 0 0;
}
.process .process-create .process-title {
    padding-top: 250px;
}
}@media only screen and (max-width: 767px) and (orientation: landscape) {
    .process .process-create .process-image-create {
    height: 100%}
}.process .process-manage {
    height: 1000px;
}
.process .process-manage .section-fixed {
    -skrollr-animation-name: process_manage;
}
@media only screen and (max-width: 767px) and (orientation: landscape) {
    .process .process-manage .process-image {
    width: 33%}
.process .process-manage .process-description {
    left: 33%;
    width: 66%}
.process .process-manage .process-image-manage {
    height: 100%}
}.process .process-image-learn {
    position: relative;
}
.process .process-image-learn .stage {
    position: absolute;
    width: 272px;
    margin-left: -136px;
    height: 498px;
    margin-top: -249px;
    top: 50%;
    left: 50%;
    -webkit-perspective: 1200;
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
    .process .process-image-learn .stage {
    -webkit-transform: scale(0.33);
    -moz-transform: scale(0.33);
    -ms-transform: scale(0.33);
    -o-transform: scale(0.33);
    transform: scale(0.33);
}
}@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .process .process-image-learn .stage {
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
    transform: scale(0.7);
}
}@media only screen and (max-width: 767px) and (orientation: landscape) {
    .process .process-image-learn .stage {
    -webkit-transform: scale(0.4);
    -moz-transform: scale(0.4);
    -ms-transform: scale(0.4);
    -o-transform: scale(0.4);
    transform: scale(0.4);
    margin-top: -255px;
}
}.process .process-image-learn .piece {
    position: absolute;
}
.process .process-image-learn .base {
    width: 223px;
    height: 131px;
    top: 367px;
    left: 12px;
    background: url(/assets/dist/images/process/learn/base.png) center center no-repeat;
    -skrollr-animation-name: process_learn_base;
}
.process .process-image-learn .base-screw {
    width: 18px;
    height: 18px;
    top: 375px;
    left: 142px;
    background: #b5b6b9 url(/assets/dist/images/process/learn/base-screw.png) center center no-repeat;
    border-radius: 50%;
    -skrollr-animation-name: process_learn_base_screw;
}
.process .process-image-learn .knob-base {
    width: 75px;
    height: 14px;
    background-color: #b5b6b9;
    left: 167px;
    top: 407px;
    -skrollr-animation-name: process_learn_knob_base;
}
.process .process-image-learn .knob-ring-1 {
    background-color: #919191;
    width: 3px;
    height: 24px;
    left: 243px;
    top: 403px;
    border-radius: 1px;
    -skrollr-animation-name: process_learn_knob_ring_1;
}
.process .process-image-learn .knob-ring-2 {
    background-color: #919191;
    width: 3px;
    height: 33px;
    left: 247px;
    top: 399px;
    border-radius: 1px;
    -skrollr-animation-name: process_learn_knob_ring_2;
}
.process .process-image-learn .knob-handle {
    width: 19px;
    height: 50px;
    left: 251px;
    top: 390px;
    background-color: #ab0801;
    border-radius: 1px;
    -skrollr-animation-name: process_learn_knob_handle;
}
.process .process-image-learn .knob-handle .outer {
    background-color: #e41d08;
    height: 44px;
    border-radius: 1px;
}
.process .process-image-learn .knob-handle .inner {
    background-color: #f1562d;
    height: 25px;
    border-radius: 1px;
}
.process .process-image-learn .stand {
    width: 270px;
    height: 146px;
    top: 274px;
    background: url(/assets/dist/images/process/learn/stand.png) no-repeat;
    -skrollr-animation-name: process_learn_stand;
}
.process .process-image-learn .stand-top {
    width: 164px;
    height: 174px;
    left: 107px;
    top: 101px;
    background: url(/assets/dist/images/process/learn/stand-top.png) no-repeat;
    -skrollr-animation-name: process_learn_stand_top;
}
.process .process-image-learn .stand-knob {
    width: 22px;
    height: 22px;
    left: 132px;
    top: 157px;
    background-color: #eaeaea;
    border: 1px solid #666;
    border-radius: 50%;
    box-shadow: -1px 2px 0px rgba(0, 0, 0, 0.3);
    -skrollr-animation-name: process_learn_stand_knob;
}
.process .process-image-learn .stand-knob-2 {
    width: 35px;
    height: 35px;
    left: 91px;
    top: 116px;
    -skrollr-animation-name: process_learn_stand_knob_2;
}
.process .process-image-learn .stand-knob-base {
    width: 60px;
    height: 60px;
    top: 105px;
    left: 78px;
    background-color: #b5b6b9;
    border-radius: 50%;
    -skrollr-animation-name: process_learn_stand_knob_base;
}
.process .process-image-learn .scope-1 {
    width: 30px;
    height: 71px;
    left: 55px;
    background-color: #e41d08;
    border-radius: 1px 1px 0 0;
    -skrollr-animation-name: process_learn_scope_1;
}
.process .process-image-learn .scope-1 .inner {
    width: 50%;
    height: 100%;
    background-color: #f1562d;
}
.process .process-image-learn .scope-2 {
    width: 74px;
    height: 160px;
    left: 33px;
    top: 71px;
    background-color: #2c7071;
    border-radius: 1px;
    -skrollr-animation-name: process_learn_scope_2;
}
.process .process-image-learn .scope-2 .inner {
    width: 50%;
    height: 100%;
    background-color: #6aa9aa;
}
.process .process-image-learn .scope-3 {
    width: 42px;
    height: 25px;
    left: 49px;
    top: 231px;
    background-color: #080707;
    box-shadow: inset 0 2px #000;
    border-radius: 0 0 1px 1px;
    -skrollr-animation-name: process_learn_scope_3;
}
.process .process-image-learn .scope-3 .inner {
    width: 50%;
    height: 100%;
    background-color: #2d2b2b;
    box-shadow: inset 0 2px #000;
}
.process .process-image-learn .scope-4 {
    width: 30px;
    height: 40px;
    left: 55px;
    top: 256px;
    background-color: #e41d08;
    box-shadow: inset 0 2px rgba(0, 0, 0, 0.2);
    border-radius: 0 0 1px 1px;
    -skrollr-animation-name: process_learn_scope_4;
}
.process .process-image-learn .scope-4 .inner {
    width: 50%;
    height: 100%;
    background-color: #f1562d;
    box-shadow: inset 0 2px rgba(0, 0, 0, 0.2);
}
.process .process-image-plan {
    position: relative;
}
.process .process-image-plan .stage {
    position: absolute;
    width: 364px;
    margin-left: -180px;
    height: 284px;
    margin-top: -140px;
    top: 50%;
    left: 50%;
    -webkit-perspective: 1200;
    -moz-perspective: 1200;
    perspective: 1200;
}
@media only screen and (max-width: 767px) {
    .process .process-image-plan .stage {
    -webkit-transform: scale(0.55);
    -moz-transform: scale(0.55);
    -ms-transform: scale(0.55);
    -o-transform: scale(0.55);
    transform: scale(0.55);
}
}@media only screen and (max-width: 767px) and (orientation: landscape) {
    .process .process-image-plan .stage {
    margin-top: -145px;
}
}.process .process-image-plan .fold {
    position: absolute;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.process .process-image-plan .front, .process .process-image-plan .back {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    background-color: #f1562d;
    z-index: 2;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.process .process-image-plan .back {
    z-index: 1;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.process .process-image-plan .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 3;
    background-color: rgba(0, 0, 0, 0.2);
}
.process .process-image-plan .grid {
    height: 120px;
    width: 160px;
    border: 2px solid rgba(255, 255, 255, 0.5);
    background-image: -webkit-linear-gradient( rgba(255, 255, 255, 0.3) 1px, transparent 1px), -webkit-linear-gradient(-360deg,  rgba(255, 255, 255, 0.3) 1px, transparent 1px);
    background-image: linear-gradient( rgba(255, 255, 255, 0.3) 1px, transparent 1px), linear-gradient(90deg,  rgba(255, 255, 255, 0.3) 1px, transparent 1px);
    background-size: 20px 20px,  20px 20px;
}
.process .process-image-plan .plan {
    height: 100%;
    background: url(/assets/dist/images/process/grid-plan.png) top center no-repeat;
}
.process .process-image-plan .top-secret {
    height: 100%;
    background: url(/assets/dist/images/process/top-secret.png) center center no-repeat;
}
.process .process-image-plan .fold-one {
    width: 50%;
    left: 50%;
    height: 50%;
    z-index: 1;
    box-shadow: 2px 5px 5px rgba(0, 0, 0, 0.04);
    -skrollr-animation-name: process_plan_fold_one;
}
.process .process-image-plan .fold-one .grid {
    margin-top: 20px;
    border-left: none;
}
.process .process-image-plan .fold-one .overlay {
    -skrollr-animation-name: process_plan_fold_one_overlay;
}
.process .process-image-plan .fold-two {
    width: 50%;
    left: 50%;
    height: 50%;
    z-index: 2;
    -webkit-transform-origin: 0 50%;
    -moz-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    -o-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -skrollr-animation-name: process_plan_fold_two;
    box-shadow: 2px 5px 5px rgba(0, 0, 0, 0.04);
}
.process .process-image-plan .fold-two .front .grid {
    margin-top: 20px;
    border-left: none;
    border-bottom: none;
}
.process .process-image-plan .fold-two .back .grid {
    margin-top: 20px;
    margin-left: 20px;
    border-right: none;
}
.process .process-image-plan .fold-three {
    width: 100%;
    height: 50%;
    z-index: 3;
    box-shadow: 2px 5px 5px rgba(0, 0, 0, 0.04);
    -skrollr-animation-name: process_plan_fold_three;
}
.process .process-image-plan .fold-three .overlay {
    opacity: 0;
    -skrollr-animation-name: process_plan_fold_three_overlay;
}
.process .process-image-plan .fold-three .grid {
    width: 320px;
    margin-top: 20px;
    margin-left: 20px;
    border-bottom: none;
}
.process .process-image-plan .fold-four {
    width: 100%;
    height: 50%;
    top: 50%;
    z-index: 4;
    -webkit-transform-origin: 50% 0%;
    -moz-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    -o-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
    -skrollr-animation-name: process_plan_fold_four;
    box-shadow: 2px 5px 5px rgba(0, 0, 0, 0.04);
}
.process .process-image-plan .fold-four .plan {
    background-position: bottom center;
    border-top: none;
}
.process .process-image-plan .fold-four .front .grid {
    width: 320px;
    margin-left: 20px;
    margin-bottom: 20px;
    border-top: none;
}
.process .process-image-plan .fold-four .back {
    background-position: bottom left;
    -webkit-transform: rotateY(180deg) rotateZ(180deg);
    -moz-transform: rotateY(180deg) rotateZ(180deg);
    -ms-transform: rotateY(180deg) rotateZ(180deg);
    -o-transform: rotateY(180deg) rotateZ(180deg);
    transform: rotateY(180deg) rotateZ(180deg);
}
.process .process-image-plan .fold-four .back .grid {
    width: 320px;
    margin-left: 20px;
    margin-top: 20px;
    border-bottom: none;
}
.process .process-image-create {
    position: relative;
}
.process .process-image-create .stage {
    width: 255px;
    height: 510px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -320px;
    margin-left: -127px;
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
    .process .process-image-create .stage {
    margin-top: -48px !important;
    -webkit-transform: scale(0.42);
    -moz-transform: scale(0.42);
    -ms-transform: scale(0.42);
    -o-transform: scale(0.42);
    transform: scale(0.42);
}
}@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .process .process-image-create .stage {
    margin-top: -90px !important;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
}
}@media only screen and (max-width: 767px) and (orientation: landscape) {
    .process .process-image-create .stage {
    margin-top: -285px;
    -webkit-transform: scale(0.45);
    -moz-transform: scale(0.45);
    -ms-transform: scale(0.45);
    -o-transform: scale(0.45);
    transform: scale(0.45);
}
}.process .process-image-create .flask {
    width: 100%;
    height: 100%;
    position: absolute;
    background: url(/assets/dist/images/process/flask.png) bottom center no-repeat;
    background-size: 100% auto;
}
@media (-webkit-min-device-pixel-ratio: 2) {
    .process .process-image-create .flask {
    background: url(/assets/dist/images/process/flask@2x.png) bottom center no-repeat;
    background-size: 100% auto;
}
}.process .process-image-create .flask-lip {
    position: absolute;
    width: 172px;
    height: 15px;
    top: 144px;
    left: 50%;
    z-index: 99;
    margin-left: -86px;
    background: url(/assets/dist/images/process/flask-lip.png) no-repeat;
    background-size: 100% 100%;
    opacity: .8;
}
@media (-webkit-min-device-pixel-ratio: 2) {
    .process .process-image-create .flask-lip {
    background: url(/assets/dist/images/process/flask-lip@2x.png) no-repeat;
    background-size: 100% 100%}
}.process .process-image-create .flask-shadow {
    position: absolute;
    width: 183px;
    height: 352px;
    bottom: 0px;
    left: 73px;
    background: url(/assets/dist/images/process/flask-shadow.png) no-repeat;
    background-size: 100% 100%;
    z-index: 98;
    opacity: .1;
}
@media (-webkit-min-device-pixel-ratio: 2) {
    .process .process-image-create .flask-shadow {
    background: url(/assets/dist/images/process/flask-shadow@2x.png) no-repeat;
    background-size: 100% 100%}
}.process .process-image-create .bubble {
    position: absolute;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    background-color: #fe8f52;
    box-shadow: inset 2px -2px #f0300e;
    opacity: 1;
    z-index: 1;
}
.process .process-image-create .bubble-1 {
    position: absolute;
    top: 439px;
    left: 81px;
    -skrollr-animation-name: process_create_bubble_1;
}
.process .process-image-create .bubble-2 {
    width: 44px;
    height: 44px;
    top: 342px;
    left: 135px;
    -skrollr-animation-name: process_create_bubble_2;
}
.process .process-image-create .bubble-3 {
    width: 34px;
    height: 34px;
    top: 301px;
    left: 88px;
    -skrollr-animation-name: process_create_bubble_3;
}
.process .process-image-create .bubble-4 {
    top: 321px;
    left: 88px;
    opacity: 0;
    -skrollr-animation-name: process_create_bubble_4;
}
.process .process-image-create .bubble-5 {
    width: 30px;
    height: 30px;
    top: 441px;
    left: 170px;
    -skrollr-animation-name: process_create_bubble_5;
}
.process .process-image-manage {
    position: relative;
}
.process .process-image-manage .stage {
    position: absolute;
    width: 496px;
    height: 390px;
    top: 50%;
    left: 50%;
    margin-top: -195px;
    margin-left: -248px;
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
    .process .process-image-manage .stage {
    -webkit-transform: scale(0.45);
    -moz-transform: scale(0.45);
    -ms-transform: scale(0.45);
    -o-transform: scale(0.45);
    transform: scale(0.45);
}
}@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .process .process-image-manage .stage {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
}
}@media only screen and (max-width: 767px) and (orientation: landscape) {
    .process .process-image-manage .stage {
    -webkit-transform: scale(0.33);
    -moz-transform: scale(0.33);
    -ms-transform: scale(0.33);
    -o-transform: scale(0.33);
    transform: scale(0.33);
}
}.process .process-image-manage .gear {
    position: absolute;
}
.process .process-image-manage .gear-1 {
    top: 155px;
    width: 235px;
    height: 235px;
    -skrollr-animation-name: process_manage_gear_1;
}
.ready .process .process-image-manage .gear-1 {
    background: url(/assets/dist/images/process/manage-gear-1.png) no-repeat;
    background-size: 100% 100%}
@media (-webkit-min-device-pixel-ratio: 2) {
    .ready .process .process-image-manage .gear-1 {
    background: url(/assets/dist/images/process/manage-gear-1@2x.png) no-repeat;
    background-size: 100% 100%}
}.process .process-image-manage .gear-2 {
    left: 183px;
    width: 313px;
    height: 313px;
    -skrollr-animation-name: process_manage_gear_2;
}
.ready .process .process-image-manage .gear-2 {
    background: url(/assets/dist/images/process/manage-gear-2.png) no-repeat;
    background-size: 100% 100%}
@media (-webkit-min-device-pixel-ratio: 2) {
    .ready .process .process-image-manage .gear-2 {
    background: url(/assets/dist/images/process/manage-gear-2@2x.png) no-repeat;
    background-size: 100% 100%}
}.process .process-title {
    font-size: 76px;
    font-family: gotham_black;
    text-transform: uppercase;
    margin: -100px 0 25px 0;
}
@media only screen and (max-width: 767px) {
    .process .process-title {
    font-size: 25px;
    padding-top: 250px;
    margin: 0 0 10px 0;
    text-align: center;
}
}@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .process .process-title {
    padding-top: 570px;
}
}@media only screen and (max-width: 767px) and (orientation: landscape) {
    .process .process-title {
    font-size: 25px;
    padding-top: 0px;
    text-align: left;
    margin: 0px 10px;
}
}.process .process-text {
    font-family: gotham_book;
    font-size: 15px;
    line-height: 175%;
    margin-bottom: 15px;
    text-align: left;
}
@media only screen and (max-width: 767px) {
    .process .process-text {
    font-size: 12px;
    margin: 5px 10px;
    line-height: 145%}
}@media only screen and (max-width: 767px) and (orientation: landscape) {
    .process .process-text {
    font-size: 12px;
    margin: 5px 10px;
    line-height: 145%}
}.process .page-indicator {
    z-index: 99;
    position: fixed;
    display: none;
    opacity: 0;
    -skrollr-animation-name: process_page;
}
.process .page-indicator a:nth-child(1) span {
    -skrollr-animation-name: process_learn_indicator;
}
.process .page-indicator a:nth-child(2) span {
    -skrollr-animation-name: process_plan_indicator;
}
.process .page-indicator a:nth-child(3) span {
    -skrollr-animation-name: process_create_indicator;
}
.process .page-indicator a:nth-child(4) span {
    -skrollr-animation-name: process_manage_indicator;
}
@-skrollr-keyframes process_section {
    1999 {
    display: none;
}
2000 {
    display: block;
}
8000 {
    display: none;
}
}@-skrollr-keyframes process_flap {
    2998 {
    height: !0px;
}
2999 {
    height: !51px;
    -webkit-transition-delay: !0s;
    -moz-transition-delay: !0s;
    transition-delay: !0s;
}
7000 {
    height: !0px;
}
}@-skrollr-keyframes process_page {
    1999 {
    display: none;
}
2000 {
    display: block;
    opacity: 0;
}
2900 {
    opacity: 0;
}
3000 {
    opacity: 1;
}
7000 {
    opacity: 1;
}
7001 {
    opacity: 0;
}
7002 {
    display: none;
}
}@-skrollr-keyframes process_plan_fold_two  {
}
@-skrollr-keyframes process_learn {
    2000 {
    top: 100%}
3000 {
    top: 0%;
    left: !0%}
4000 {
    left: !-100%;
    display: block;
}
7000 {
    display: none;
}
}@-skrollr-keyframes process_learn_indicator {
    2000 {
    background-color: !#6aa9aa;
}
4000 {
    background-color: !#424242;
}
}@-skrollr-keyframes process_plan {
    3000 {
    left: !100%}
4000 {
    left: !0%}
5000 {
    left: !-100%;
    display: block;
}
7000 {
    display: none;
}
}@-skrollr-keyframes process_plan_fold_one {
    4509 {
    display: none;
}
4510 {
    display: block;
}
}@-skrollr-keyframes process_plan_fold_one_overlay {
    4510 {
    opacity: 0;
}
4820 {
    opacity: 1;
}
}@-skrollr-keyframes process_plan_fold_two {
    4509 {
    display: none;
}
4510 {
    display: block;
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}
4820 {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
}
}@-skrollr-keyframes process_plan_fold_three {
    4199 {
    display: block;
}
4200 {
    display: block;
}
4510 {
    display: none;
}
}@-skrollr-keyframes process_plan_fold_three_overlay {
    4200 {
    opacity: 0;
}
4510 {
    opacity: 1;
}
}@-skrollr-keyframes process_plan_fold_four {
    4200 {
    display: block;
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
}
4510 {
    display: block;
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg);
}
4511 {
    display: none;
}
}@-skrollr-keyframes process_plan_indicator {
    3000 {
    background-color: !#424242;
}
4000 {
    background-color: !#6aa9aa;
}
5000 {
    background-color: !#424242;
}
}@-skrollr-keyframes process_create {
    3000 {
    left: !100%}
5000 {
    left: !0%}
6000 {
    left: !-100%;
    display: block;
}
7000 {
    display: none;
}
}@-skrollr-keyframes process_create_indicator {
    4000 {
    background-color: !#424242;
}
5000 {
    background-color: !#6aa9aa;
}
6000 {
    background-color: !#424242;
}
}@-skrollr-keyframes process_manage {
    3000 {
    left: !100%}
6000 {
    left: !0%}
7000 {
    top: 0%;
    display: block;
}
8000 {
    top: -100%;
    display: none;
}
}@-skrollr-keyframes process_manage_indicator {
    5000 {
    background-color: !#424242;
}
6000 {
    background-color: !#6aa9aa;
}
7000 {
    background-color: !#424242;
}
}@-skrollr-keyframes process_learn_base {
    3000 {
    -webkit-transform: translate3d(60px,  -50px,  0);
    -moz-transform: translate3d(60px,  -50px,  0);
    -ms-transform: translate3d(60px,  -50px,  0);
    -o-transform: translate3d(60px,  -50px,  0);
    transform: translate3d(60px,  -50px,  0);
}
3500 {
    -webkit-transform: translate3d(0,  0,  0);
    -moz-transform: translate3d(0,  0,  0);
    -ms-transform: translate3d(0,  0,  0);
    -o-transform: translate3d(0,  0,  0);
    transform: translate3d(0,  0,  0);
}
}@-skrollr-keyframes process_learn_stand {
    3000 {
    -webkit-transform: translate3d(-150px,  -10px,  0) rotate(20deg);
    -moz-transform: translate3d(-150px,  -10px,  0) rotate(20deg);
    -ms-transform: translate3d(-150px,  -10px,  0) rotate(20deg);
    -o-transform: translate3d(-150px,  -10px,  0) rotate(20deg);
    transform: translate3d(-150px,  -10px,  0) rotate(20deg);
}
3500 {
    -webkit-transform: translate3d(0,  0,  0) rotate(0);
    -moz-transform: translate3d(0,  0,  0) rotate(0);
    -ms-transform: translate3d(0,  0,  0) rotate(0);
    -o-transform: translate3d(0,  0,  0) rotate(0);
    transform: translate3d(0,  0,  0) rotate(0);
}
}@-skrollr-keyframes process_learn_stand_top {
    3000 {
    -webkit-transform: translate3d(50px,  -40px,  0) rotate(35deg);
    -moz-transform: translate3d(50px,  -40px,  0) rotate(35deg);
    -ms-transform: translate3d(50px,  -40px,  0) rotate(35deg);
    -o-transform: translate3d(50px,  -40px,  0) rotate(35deg);
    transform: translate3d(50px,  -40px,  0) rotate(35deg);
}
3500 {
    -webkit-transform: translate3d(0,  0,  0) rotate(0);
    -moz-transform: translate3d(0,  0,  0) rotate(0);
    -ms-transform: translate3d(0,  0,  0) rotate(0);
    -o-transform: translate3d(0,  0,  0) rotate(0);
    transform: translate3d(0,  0,  0) rotate(0);
}
}@-skrollr-keyframes process_learn_knob_handle {
    3000 {
    -webkit-transform: translate3d(-80px,  -150px,  0);
    -moz-transform: translate3d(-80px,  -150px,  0);
    -ms-transform: translate3d(-80px,  -150px,  0);
    -o-transform: translate3d(-80px,  -150px,  0);
    transform: translate3d(-80px,  -150px,  0);
}
3500 {
    -webkit-transform: translate3d(0,  0,  0);
    -moz-transform: translate3d(0,  0,  0);
    -ms-transform: translate3d(0,  0,  0);
    -o-transform: translate3d(0,  0,  0);
    transform: translate3d(0,  0,  0);
}
}@-skrollr-keyframes process_learn_knob_ring_1 {
    3000 {
    -webkit-transform: translate3d(-90px,  -162px,  0);
    -moz-transform: translate3d(-90px,  -162px,  0);
    -ms-transform: translate3d(-90px,  -162px,  0);
    -o-transform: translate3d(-90px,  -162px,  0);
    transform: translate3d(-90px,  -162px,  0);
}
3500 {
    -webkit-transform: translate3d(0,  0,  0);
    -moz-transform: translate3d(0,  0,  0);
    -ms-transform: translate3d(0,  0,  0);
    -o-transform: translate3d(0,  0,  0);
    transform: translate3d(0,  0,  0);
}
}@-skrollr-keyframes process_learn_knob_ring_2 {
    3000 {
    -webkit-transform: translate3d(-85px,  -158px,  0);
    -moz-transform: translate3d(-85px,  -158px,  0);
    -ms-transform: translate3d(-85px,  -158px,  0);
    -o-transform: translate3d(-85px,  -158px,  0);
    transform: translate3d(-85px,  -158px,  0);
}
3500 {
    -webkit-transform: translate3d(0,  0,  0);
    -moz-transform: translate3d(0,  0,  0);
    -ms-transform: translate3d(0,  0,  0);
    -o-transform: translate3d(0,  0,  0);
    transform: translate3d(0,  0,  0);
}
}@-skrollr-keyframes process_learn_knob_base {
    3000 {
    -webkit-transform: translate3d(-50px,  -200px,  0);
    -moz-transform: translate3d(-50px,  -200px,  0);
    -ms-transform: translate3d(-50px,  -200px,  0);
    -o-transform: translate3d(-50px,  -200px,  0);
    transform: translate3d(-50px,  -200px,  0);
}
3500 {
    -webkit-transform: translate3d(0,  0,  0);
    -moz-transform: translate3d(0,  0,  0);
    -ms-transform: translate3d(0,  0,  0);
    -o-transform: translate3d(0,  0,  0);
    transform: translate3d(0,  0,  0);
}
}@-skrollr-keyframes process_learn_scope_1 {
    3000 {
    -webkit-transform: translate3d(-50px,  50px,  0);
    -moz-transform: translate3d(-50px,  50px,  0);
    -ms-transform: translate3d(-50px,  50px,  0);
    -o-transform: translate3d(-50px,  50px,  0);
    transform: translate3d(-50px,  50px,  0);
}
3500 {
    -webkit-transform: translate3d(0,  0,  0);
    -moz-transform: translate3d(0,  0,  0);
    -ms-transform: translate3d(0,  0,  0);
    -o-transform: translate3d(0,  0,  0);
    transform: translate3d(0,  0,  0);
}
}@-skrollr-keyframes process_learn_scope_2 {
    3000 {
    -webkit-transform: translate3d(-100px,  50px,  0) rotate(-20deg);
    -moz-transform: translate3d(-100px,  50px,  0) rotate(-20deg);
    -ms-transform: translate3d(-100px,  50px,  0) rotate(-20deg);
    -o-transform: translate3d(-100px,  50px,  0) rotate(-20deg);
    transform: translate3d(-100px,  50px,  0) rotate(-20deg);
}
3500 {
    -webkit-transform: translate3d(0,  0,  0) rotate(0deg);
    -moz-transform: translate3d(0,  0,  0) rotate(0deg);
    -ms-transform: translate3d(0,  0,  0) rotate(0deg);
    -o-transform: translate3d(0,  0,  0) rotate(0deg);
    transform: translate3d(0,  0,  0) rotate(0deg);
}
}@-skrollr-keyframes process_learn_scope_3 {
    3000 {
    -webkit-transform: translate3d(-20px,  -50px,  0);
    -moz-transform: translate3d(-20px,  -50px,  0);
    -ms-transform: translate3d(-20px,  -50px,  0);
    -o-transform: translate3d(-20px,  -50px,  0);
    transform: translate3d(-20px,  -50px,  0);
}
3500 {
    -webkit-transform: translate3d(0,  0,  0);
    -moz-transform: translate3d(0,  0,  0);
    -ms-transform: translate3d(0,  0,  0);
    -o-transform: translate3d(0,  0,  0);
    transform: translate3d(0,  0,  0);
}
}@-skrollr-keyframes process_learn_scope_4 {
    3000 {
    -webkit-transform: translate3d(-20px,  -130px,  0);
    -moz-transform: translate3d(-20px,  -130px,  0);
    -ms-transform: translate3d(-20px,  -130px,  0);
    -o-transform: translate3d(-20px,  -130px,  0);
    transform: translate3d(-20px,  -130px,  0);
}
3500 {
    -webkit-transform: translate3d(0,  0,  0);
    -moz-transform: translate3d(0,  0,  0);
    -ms-transform: translate3d(0,  0,  0);
    -o-transform: translate3d(0,  0,  0);
    transform: translate3d(0,  0,  0);
}
}@-skrollr-keyframes process_learn_base_screw {
    3000 {
    -webkit-transform: translate3d(-70px,  -130px,  0);
    -moz-transform: translate3d(-70px,  -130px,  0);
    -ms-transform: translate3d(-70px,  -130px,  0);
    -o-transform: translate3d(-70px,  -130px,  0);
    transform: translate3d(-70px,  -130px,  0);
}
3500 {
    -webkit-transform: translate3d(0,  0,  0);
    -moz-transform: translate3d(0,  0,  0);
    -ms-transform: translate3d(0,  0,  0);
    -o-transform: translate3d(0,  0,  0);
    transform: translate3d(0,  0,  0);
}
}@-skrollr-keyframes process_learn_stand_knob {
    3000 {
    -webkit-transform: translate3d(-70px,  -130px,  0);
    -moz-transform: translate3d(-70px,  -130px,  0);
    -ms-transform: translate3d(-70px,  -130px,  0);
    -o-transform: translate3d(-70px,  -130px,  0);
    transform: translate3d(-70px,  -130px,  0);
}
3500 {
    -webkit-transform: translate3d(0,  0,  0);
    -moz-transform: translate3d(0,  0,  0);
    -ms-transform: translate3d(0,  0,  0);
    -o-transform: translate3d(0,  0,  0);
    transform: translate3d(0,  0,  0);
}
}@-skrollr-keyframes process_learn_stand_knob_2 {
    3000 {
    -webkit-transform: translate3d(-80px,  -120px,  0);
    -moz-transform: translate3d(-80px,  -120px,  0);
    -ms-transform: translate3d(-80px,  -120px,  0);
    -o-transform: translate3d(-80px,  -120px,  0);
    transform: translate3d(-80px,  -120px,  0);
}
3500 {
    -webkit-transform: translate3d(0,  0,  0);
    -moz-transform: translate3d(0,  0,  0);
    -ms-transform: translate3d(0,  0,  0);
    -o-transform: translate3d(0,  0,  0);
    transform: translate3d(0,  0,  0);
}
}@-skrollr-keyframes process_learn_stand_knob_base {
    3000 {
    -webkit-transform: translate3d(10px,  20px,  0);
    -moz-transform: translate3d(10px,  20px,  0);
    -ms-transform: translate3d(10px,  20px,  0);
    -o-transform: translate3d(10px,  20px,  0);
    transform: translate3d(10px,  20px,  0);
}
3500 {
    -webkit-transform: translate3d(0,  0,  0);
    -moz-transform: translate3d(0,  0,  0);
    -ms-transform: translate3d(0,  0,  0);
    -o-transform: translate3d(0,  0,  0);
    transform: translate3d(0,  0,  0);
}
}@-skrollr-keyframes process_create_bubble_1 {
    5000 {
    opacity: 0;
    -webkit-transform: translate3d(0px,  0px,  0px) scale(0.8);
    -moz-transform: translate3d(0px,  0px,  0px) scale(0.8);
    -ms-transform: translate3d(0px,  0px,  0px) scale(0.8);
    -o-transform: translate3d(0px,  0px,  0px) scale(0.8);
    transform: translate3d(0px,  0px,  0px) scale(0.8);
}
5100 {
    opacity: 1;
    -webkit-transform: translate3d(5px,  -10px,  0px) scale(1);
    -moz-transform: translate3d(5px,  -10px,  0px) scale(1);
    -ms-transform: translate3d(5px,  -10px,  0px) scale(1);
    -o-transform: translate3d(5px,  -10px,  0px) scale(1);
    transform: translate3d(5px,  -10px,  0px) scale(1);
}
5300 {
    opacity: 1;
    -webkit-transform: translate3d(10px,  -320px,  0px) scale(1);
    -moz-transform: translate3d(10px,  -320px,  0px) scale(1);
    -ms-transform: translate3d(10px,  -320px,  0px) scale(1);
    -o-transform: translate3d(10px,  -320px,  0px) scale(1);
    transform: translate3d(10px,  -320px,  0px) scale(1);
}
5400 {
    opacity: 0;
    -webkit-transform: translate3d(10px,  -340px,  0px) scale(1.2);
    -moz-transform: translate3d(10px,  -340px,  0px) scale(1.2);
    -ms-transform: translate3d(10px,  -340px,  0px) scale(1.2);
    -o-transform: translate3d(10px,  -340px,  0px) scale(1.2);
    transform: translate3d(10px,  -340px,  0px) scale(1.2);
}
}@-skrollr-keyframes process_create_bubble_2 {
    5110 {
    opacity: 0;
    -webkit-transform: translateY(0px) scale(0.8);
    -moz-transform: translateY(0px) scale(0.8);
    -ms-transform: translateY(0px) scale(0.8);
    -o-transform: translateY(0px) scale(0.8);
    transform: translateY(0px) scale(0.8);
}
5200 {
    opacity: 1;
    -webkit-transform: translateY(-10px) scale(1);
    -moz-transform: translateY(-10px) scale(1);
    -ms-transform: translateY(-10px) scale(1);
    -o-transform: translateY(-10px) scale(1);
    transform: translateY(-10px) scale(1);
}
5450 {
    opacity: 1;
    -webkit-transform: translateY(-320px) scale(1);
    -moz-transform: translateY(-320px) scale(1);
    -ms-transform: translateY(-320px) scale(1);
    -o-transform: translateY(-320px) scale(1);
    transform: translateY(-320px) scale(1);
}
5500 {
    opacity: 0;
    -webkit-transform: translateY(-340px) scale(1.2);
    -moz-transform: translateY(-340px) scale(1.2);
    -ms-transform: translateY(-340px) scale(1.2);
    -o-transform: translateY(-340px) scale(1.2);
    transform: translateY(-340px) scale(1.2);
}
}@-skrollr-keyframes process_create_bubble_3 {
    5300 {
    opacity: 0;
    -webkit-transform: translateY(0px) scale(0.8);
    -moz-transform: translateY(0px) scale(0.8);
    -ms-transform: translateY(0px) scale(0.8);
    -o-transform: translateY(0px) scale(0.8);
    transform: translateY(0px) scale(0.8);
}
5400 {
    opacity: 1;
    -webkit-transform: translateY(-10px) scale(1);
    -moz-transform: translateY(-10px) scale(1);
    -ms-transform: translateY(-10px) scale(1);
    -o-transform: translateY(-10px) scale(1);
    transform: translateY(-10px) scale(1);
}
5600 {
    opacity: 1;
    -webkit-transform: translateY(-280px) scale(1);
    -moz-transform: translateY(-280px) scale(1);
    -ms-transform: translateY(-280px) scale(1);
    -o-transform: translateY(-280px) scale(1);
    transform: translateY(-280px) scale(1);
}
5610 {
    opacity: 0;
    -webkit-transform: translateY(-290px) scale(1.2);
    -moz-transform: translateY(-290px) scale(1.2);
    -ms-transform: translateY(-290px) scale(1.2);
    -o-transform: translateY(-290px) scale(1.2);
    transform: translateY(-290px) scale(1.2);
}
}@-skrollr-keyframes process_create_bubble_4 {
    5400 {
    opacity: 0;
    -webkit-transform: translateY(0px) scale(0.8);
    -moz-transform: translateY(0px) scale(0.8);
    -ms-transform: translateY(0px) scale(0.8);
    -o-transform: translateY(0px) scale(0.8);
    transform: translateY(0px) scale(0.8);
}
5500 {
    opacity: 1;
    -webkit-transform: translateY(-10px) scale(1);
    -moz-transform: translateY(-10px) scale(1);
    -ms-transform: translateY(-10px) scale(1);
    -o-transform: translateY(-10px) scale(1);
    transform: translateY(-10px) scale(1);
}
5750 {
    opacity: 1;
    -webkit-transform: translateY(-280px) scale(1);
    -moz-transform: translateY(-280px) scale(1);
    -ms-transform: translateY(-280px) scale(1);
    -o-transform: translateY(-280px) scale(1);
    transform: translateY(-280px) scale(1);
}
5760 {
    opacity: 0;
    -webkit-transform: translateY(-290px) scale(1.2);
    -moz-transform: translateY(-290px) scale(1.2);
    -ms-transform: translateY(-290px) scale(1.2);
    -o-transform: translateY(-290px) scale(1.2);
    transform: translateY(-290px) scale(1.2);
}
}@-skrollr-keyframes process_create_bubble_5 {
    5500 {
    opacity: 0;
    -webkit-transform: translate3d(0px,  0px,  0px) scale(0.8);
    -moz-transform: translate3d(0px,  0px,  0px) scale(0.8);
    -ms-transform: translate3d(0px,  0px,  0px) scale(0.8);
    -o-transform: translate3d(0px,  0px,  0px) scale(0.8);
    transform: translate3d(0px,  0px,  0px) scale(0.8);
}
5550 {
    opacity: 1;
    -webkit-transform: translate3d(-3px,  -10px,  0px) scale(1);
    -moz-transform: translate3d(-3px,  -10px,  0px) scale(1);
    -ms-transform: translate3d(-3px,  -10px,  0px) scale(1);
    -o-transform: translate3d(-3px,  -10px,  0px) scale(1);
    transform: translate3d(-3px,  -10px,  0px) scale(1);
}
5970 {
    opacity: 1;
    -webkit-transform: translate3d(-40px,  -340px,  0px) scale(1);
    -moz-transform: translate3d(-40px,  -340px,  0px) scale(1);
    -ms-transform: translate3d(-40px,  -340px,  0px) scale(1);
    -o-transform: translate3d(-40px,  -340px,  0px) scale(1);
    transform: translate3d(-40px,  -340px,  0px) scale(1);
}
6000 {
    opacity: 0;
    -webkit-transform: translate3d(-40px,  -350px,  0px) scale(1.2);
    -moz-transform: translate3d(-40px,  -350px,  0px) scale(1.2);
    -ms-transform: translate3d(-40px,  -350px,  0px) scale(1.2);
    -o-transform: translate3d(-40px,  -350px,  0px) scale(1.2);
    transform: translate3d(-40px,  -350px,  0px) scale(1.2);
}
}@-skrollr-keyframes process_manage_gear_1 {
    6000 {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}
8000 {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}
}@-skrollr-keyframes process_manage_gear_2 {
    6000 {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}
8000 {
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    transform: rotate(-360deg);
}
}.services {
    height: 2000px;
}
.services .section-fixed {
    z-index: 47;
    background-color: #eaeaea;
    -skrollr-animation-name: services_section;
}
.static .services .section-fixed {
    overflow: hidden;
    visibility: hidden;
    position: relative;
}
.services .flap {
    -skrollr-animation-name: services_flap;
}
.services .flap .title {
    background-image: url(/assets/dist/images/services/title.png);
    background-size: 100% 100%}
.ready .services .mobile-landing .landing-badge {
    background-image: url(/assets/dist/images/services/mobile-landing.png);
}
.services ul {
    height: 100%;
    position: relative;
}
.static .services ul {
    overflow: hidden;
    position: relative;
}
.services .view-svc {
    font-size: 14px;
    color: #f0562d;
    z-index: 9999;
    position: absolute;
}
@media only screen and (max-width: 767px) {
    .services .view-svc {
    display: none;
}
}@media (min-width: 768px) and (max-width: 1024px) {
    .services .view-svc {
    display: none;
}
}.services .view-svc:hover {
    color: #F07250;
}
.services .expanded .service {
    -webkit-transform: scale(0.2) !important;
    -moz-transform: scale(0.2) !important;
    -ms-transform: scale(0.2) !important;
    -o-transform: scale(0.2) !important;
    transform: scale(0.2) !important;
    opacity: 0;
}
.services .service {
    position: absolute;
    top: 19%;
    left: 6.66%;
    text-align: center;
    padding: 0 0;
    height: 30%;
    width: 25%;
    opacity: 1;
    background-color: #dedfe0;
    background-color: rgba(222, 222, 222, 0);
    border-radius: 10px;
    display: table;
    -webkit-transform: translate3d(0,  0,  0);
    -moz-transform: translate3d(0,  0,  0);
    -ms-transform: translate3d(0,  0,  0);
    -o-transform: translate3d(0,  0,  0);
    transform: translate3d(0,  0,  0);
    -webkit-transition-property: trasnform, width, height, top, left, opacity;
    -moz-transition-property: trasnform, width, height, top, left, opacity;
    transition-property: trasnform, width, height, top, left, opacity;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    transition-duration: 0.5s;
    z-index: 1;
    text-shadow: 0 1px #f0f0f0;
}
.services .service:hover {
    background-color: #dedede !important;
}
.static .services .service:hover {
    background-color: rgba(222, 222, 222, 0) !important;
}
@media only screen and (max-width: 767px) {
    .services .service {
    border-radius: none;
}
}.services .service:nth-child(3), .services .service:nth-child(6) {
    left: 38.334%}
.services .service:nth-child(4), .services .service:nth-child(7) {
    left: 70.334%}
.services .service:nth-child(n+5) {
    top: 60%}
.static .services .service {
    float: left;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    position: relative;
}
.services .service:nth-child(2) {
    -skrollr-animation-name: design_icon;
}
.services .service:nth-child(3) {
    -skrollr-animation-name: development_icon;
}
.services .service:nth-child(4) {
    -skrollr-animation-name: ui_icon;
}
.services .service:nth-child(5) {
    -skrollr-animation-name: ux_icon;
}
.services .service:nth-child(6) {
    -skrollr-animation-name: consulting_icon;
}
.services .service:nth-child(7) {
    -skrollr-animation-name: branding_icon;
}
.services .service.show {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 1;
    z-index: 2;
    background-color: #dedede !important;
    -webkit-transform: scale(1) !important;
    -moz-transform: scale(1) !important;
    -ms-transform: scale(1) !important;
    -o-transform: scale(1) !important;
    transform: scale(1) !important;
}
.services .service.show:nth-child(2), .services .service.show:nth-child(5) {
    background-color: #eaeaea;
}
.services .service .service-icon {
    margin: 0 auto 10px auto;
    height: 145px;
}
.services .service .service-content {
    position: absolute;
    color: #3d3d3d;
    height: 100%;
    top: 0;
    right: 30px;
    left: 30px;
    bottom: 30px;
    opacity: 0;
    width: 1024px;
    margin: 0 auto;
    -webkit-transition: opacity 0.1s;
    -moz-transition: opacity 0.1s;
    transition: opacity 0.1s;
    text-align: left;
}
.static .services .service .service-content {
    position: relative;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 1;
    right: auto;
    bottom: auto;
}
@media only screen and (max-width: 767px) {
    .services .service .service-content {
    width: 100%}
}@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .services .service .service-content {
    width: 100%}
}@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .services .service .service-content {
    width: 960px;
}
}.services .service .service-content-wrapper {
    display: table;
    width: 100%;
    height: 100%}
@media only screen and (max-width: 1024px) and (orientation: portrait) {
    .services .service .service-content-wrapper {
    display: block;
}
}.services .service.show .service-content {
    opacity: 1;
    pointer-events: auto;
    -webkit-transition: opacity 0.5s 0.5s;
    -moz-transition: opacity 0.5s 0.5s;
    transition: opacity 0.5s 0.5s;
}
.services .service .content-description {
    display: table-cell;
    vertical-align: middle;
    width: 50%}
@media only screen and (max-width: 1024px) and (orientation: portrait) {
    .services .service .content-description {
    display: block;
    width: auto;
    text-align: center;
    padding-top: 260px;
}
}@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .services .service .content-description {
    padding-top: 500px;
    margin: 0 30px;
}
}@media only screen and (max-width: 767px) and (orientation: landscape) {
    .services .service .content-description {
    padding-left: 210px;
    width: auto;
    margin-left: 40%;
    text-align: left;
}
}.services .service .content-title {
    font-size: 65px;
    font-family: gotham_black;
    letter-spacing: 7px;
    text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
    .services .service .content-title {
    font-size: 23px;
    letter-spacing: 4px;
    margin: 0 10px;
}
}.services .service .content-text {
    font-family: gotham_book;
    font-size: 15px;
    line-height: 150%;
    margin: 15px 0;
}
@media only screen and (max-width: 767px) {
    .services .service .content-text {
    font-size: 12px;
    margin: 5px 10px;
}
}@media only screen and (max-width: 1024px) and (orientation: portrait) {
    .services .service .content-text {
    text-align: left;
}
}.services .service .content-image {
    position: relative;
    display: table-cell;
    width: 50%;
    height: 100%}
.services .service .content-image .stage-container {
    width: 100%;
    height: 100%;
    position: relative;
}
@media only screen and (max-width: 767px) {
    .services .service .content-image .stage {
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%}
}@media only screen and (max-width: 767px) {
    .services .service .content-image {
    display: block;
    position: absolute;
    width: 100%;
    height: 200px;
    top: 50px;
    left: 0;
}
}@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .services .service .content-image {
    display: block;
    position: absolute;
    width: 100%;
    height: 400px;
    top: 90px;
    left: 0;
}
}@media only screen and (max-width: 767px) and (orientation: landscape) {
    .services .service .content-image {
    left: 0;
    width: 210px;
    top: 0;
    height: 100%}
}.services .service .piece {
    position: absolute;
    top: 0;
    left: 0;
}
.services .service .close {
    position: absolute;
    top: 80px;
    right: 20px;
    cursor: pointer;
    z-index: 100;
    opacity: 0;
    width: 36px;
    height: 38px;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    transition: opacity 0.2s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s;
}
.ready .services .service .close {
    background: url(/assets/dist/images/services/exit.png) center center no-repeat;
    background-size: 26px 28px;
}
.static .services .service .close {
    display: none;
}
.services .service a.s-btn {
    display: table-cell;
    vertical-align: middle;
    color: #3b3939;
    text-decoration: none;
    font-size: 19px;
    text-transform: uppercase;
    font-weight: bold;
    vertical-align: middle;
    position: relative;
    -webkit-transform: translate3d(0,  0,  0);
    -moz-transform: translate3d(0,  0,  0);
    -ms-transform: translate3d(0,  0,  0);
    -o-transform: translate3d(0,  0,  0);
    transform: translate3d(0,  0,  0);
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
    -webkit-transition-duration: 0.1s, 0.1s;
    -moz-transition-duration: 0.1s, 0.1s;
    transition-duration: 0.1s, 0.1s;
    -webkit-transition-delay: 0, 0.5s;
    -moz-transition-delay: 0, 0.5s;
    transition-delay: 0, 0.5s;
}
.static .services .service a.s-btn {
    display: none;
}
.services .service.show a.s-btn {
    opacity: 0;
    pointer-events: none;
    cursor: default;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    transition: all 0.1s;
}
.services .service.show .close {
    opacity: .8;
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    transition-delay: 0.5s;
}
.services .service.show .close:hover {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s;
    opacity: 1;
}
.services .service a.s-btn:hover {
    -webkit-transform: translate3d(0,  -10px,  0);
    -moz-transform: translate3d(0,  -10px,  0);
    -ms-transform: translate3d(0,  -10px,  0);
    -o-transform: translate3d(0,  -10px,  0);
    transform: translate3d(0,  -10px,  0);
}
.ready .services .design-icon {
    width: 153px;
    background: url(/assets/dist/images/services/design.png) center center no-repeat;
    background-size: 100% 100%}
.ready .services .development-icon {
    width: 204px;
    background: url(/assets/dist/images/services/development.png) center center no-repeat;
    background-size: 100% 100%}
.ready .services .ui-icon {
    width: 166px;
    background: url(/assets/dist/images/services/user-interface.png) center center no-repeat;
    background-size: 100% 100%}
.ready .services .ux-icon {
    width: 150px;
    background: url(/assets/dist/images/services/user-experience.png) center center no-repeat;
    background-size: 100% 100%}
.ready .services .consulting-icon {
    width: 144px;
    background: url(/assets/dist/images/services/consulting.png) center center no-repeat;
    background-size: 100% 100%}
.ready .services .branding-icon {
    width: 144px;
    background: url(/assets/dist/images/services/branding.png) center center no-repeat;
    background-size: 100% 100%}
.services .page-indicator {
    height: 0;
    overflow: hidden;
    opacity: 0;
    z-index: 50;
    -webkit-transition: opacity 0.5s 0.5s;
    -moz-transition: opacity 0.5s 0.5s;
    transition: opacity 0.5s 0.5s;
}
.services .expanded .page-indicator {
    height: auto;
    opacity: 1;
}
.services .design-image .stage {
    position: absolute;
    z-index: 1;
    width: 400px;
    height: 400px;
    top: 50%;
    left: 50%;
    margin-left: -290px;
    margin-top: -200px;
}
@media only screen and (max-width: 767px) {
    .services .design-image .stage {
    margin-left: -230px;
    -webkit-transform: scale(0.4);
    -moz-transform: scale(0.4);
    -ms-transform: scale(0.4);
    -o-transform: scale(0.4);
    transform: scale(0.4);
}
}@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .services .design-image .stage {
    -webkit-transform: scale(0.85);
    -moz-transform: scale(0.85);
    -ms-transform: scale(0.85);
    -o-transform: scale(0.85);
    transform: scale(0.85);
    margin-left: -265px;
}
}@media only screen and (max-width: 767px) and (orientation: landscape) {
    .services .design-image .stage {
    margin-left: -225px;
}
}.services .design-image .stage .piece {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.services .design-image .stage .pencil {
    width: 138px;
    height: 423px;
    left: 210px;
    z-index: 2;
}
.ready .services .design-image .stage .pencil {
    background: url(/assets/dist/images/services/design/pencil.png);
}
.services .design-image .stage:hover .pencil {
    -webkit-transform: rotate(18deg);
    -moz-transform: rotate(18deg);
    -ms-transform: rotate(18deg);
    -o-transform: rotate(18deg);
    transform: rotate(18deg);
}
.services .design-image .stage .pencil-container {
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s;
}
.services .design-image .stage:hover .pencil-container {
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    transition-delay: 0.3s;
    -webkit-transform: translateX(150px);
    -moz-transform: translateX(150px);
    -ms-transform: translateX(150px);
    -o-transform: translateX(150px);
    transform: translateX(150px);
}
.services .design-image .stage .line {
    position: absolute;
    width: 0px;
    background-color: #333;
    height: 4px;
    border-radius: 2px;
    top: 430px;
    left: 277px;
    opacity: 0;
    -webkit-transition-property: width;
    -moz-transition-property: width;
    transition-property: width;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
.services .design-image .stage:hover .line {
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    transition-delay: 0.3s;
    opacity: 1;
    width: 150px;
}
.static .services .design-image .stage:hover .line {
    display: none;
}
.services .design-image .stage .pencil-shadow {
    width: 322px;
    height: 135px;
    left: 26px;
    top: 287px;
    z-index: 1;
}
.ready .services .design-image .stage .pencil-shadow {
    background: url(/assets/dist/images/services/design/pencil-shadow.png);
}
.services .design-image .stage:hover .pencil-shadow {
    top: 313px;
    left: -49px;
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg);
}
.static .services .design-image .stage:hover .pencil-shadow {
    left: 26px;
    top: 287px;
}
.services .design-image .stage .ruler {
    width: 373px;
    height: 268px;
    left: 100px;
    top: 90px;
    z-index: 3;
}
.ready .services .design-image .stage .ruler {
    background: url(/assets/dist/images/services/design/ruler.png);
}
.services .design-image .stage:hover .ruler {
    -webkit-transform: rotate(31deg);
    -moz-transform: rotate(31deg);
    -ms-transform: rotate(31deg);
    -o-transform: rotate(31deg);
    transform: rotate(31deg);
    top: 350px;
}
.static .services .design-image .stage:hover .ruler {
    top: 90px;
}
.services .development-image {
    position: relative;
}
.services .development-image .stage {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 362px;
    height: 285px;
    margin-left: -181px;
    margin-top: -142px;
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
    .services .development-image .stage {
    -webkit-transform: scale(0.55);
    -moz-transform: scale(0.55);
    -ms-transform: scale(0.55);
    -o-transform: scale(0.55);
    transform: scale(0.55);
}
}@media only screen and (max-width: 767px) and (orientation: landscape) {
    .services .development-image .stage {
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
}
}.services .development-image .stage:hover .hammer {
    -webkit-animation: hammer 1.5s infinite;
    -moz-animation: hammer 1.5s infinite;
    animation: hammer 1.5s infinite;
}
.services .development-image .stage:hover .ping {
    -webkit-animation: ping 1.5s 1.5s infinite linear;
    -moz-animation: ping 1.5s 1.5s infinite linear;
    animation: ping 1.5s 1.5s infinite linear;
}
.services .development-image .forge {
    width: 100%;
    height: 100%}
.services .development-image .hammer {
    width: 264px;
    height: 96px;
    left: 0px;
    top: 0px;
    -webkit-transform-origin: 0% 50%;
    -moz-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    -o-transform-origin: 0% 50%;
    transform-origin: 0% 50%}
.static .services .development-image .hammer {
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    transform: rotate(5deg);
}
.ready .services .development-image .hammer {
    background: url(/assets/dist/images/services/development/hammer.png);
}
.services .development-image .anvil {
    width: 362px;
    height: 169px;
    top: auto;
    left: 0px;
    bottom: 0px;
}
.ready .services .development-image .anvil {
    background: url(/assets/dist/images/services/development/anvil.png);
}
.services .development-image .ping {
    width: 57px;
    height: 34px;
    left: 273px;
    top: 65px;
    opacity: 0;
    -webkit-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    transform-origin: 0% 100%}
.ready .services .development-image .ping {
    background: url(/assets/dist/images/services/development/ping.png);
}
.static .services .development-image .ping {
    opacity: 1;
}
.services .ui-image .stage {
    position: absolute;
    width: 330px;
    height: 247px;
    left: 50%;
    top: 50%;
    margin-left: -165px;
    margin-top: -125px;
    overflow: hidden;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 767px) {
    .services .ui-image .stage {
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    -ms-transform: scale(0.6);
    -o-transform: scale(0.6);
    transform: scale(0.6);
}
}@media only screen and (max-width: 767px) and (orientation: landscape) {
    .services .ui-image .stage {
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
}
}.services .ui-image .page {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.ready .services .ui-image .page {
    background: url(/assets/dist/images/services/ui/page.png);
    background-size: 100% 100%}
.services .ui-image .page .ui-header {
    height: 26px;
    padding: 0 0 0 15px;
    background: #f1562d;
}
.services .ui-image .page .ui-header-button {
    width: 10px;
    height: 10px;
    float: left;
    border-radius: 50%;
    background-color: #3b3939;
    margin: 9px 2px 0 0;
}
.services .ui-image .page .ui-search-bar {
    float: left;
    margin: 9px 0 0 20px;
    height: 10px;
    width: 245px;
    background-color: #FFF;
}
.services .ui-image .page .ui-nav {
    float: left;
    width: 66px;
    margin: 15px 15px 0 15px;
}
.services .ui-image .page .ui-nav-item {
    width: 66px;
    height: 9px;
    margin: 0 0 6px 0;
    background: #3b3939;
}
.services .ui-image .page .ui-content {
    width: 220px;
    margin: 15px 0 0 95px;
}
.services .ui-image .page .ui-hero {
    height: 100px;
    margin-bottom: 8px;
    background-color: #72aab3;
}
.services .ui-image .page .ui-content-line {
    height: 8px;
    margin-bottom: 8px;
    background-color: #a9a9a9;
}
.services .ui-image .page .ui-content-line:nth-child(n+5) {
    margin-right: 85px;
}
.services .ui-image .page .ui-content-line:nth-child(n+10) {
    margin-right: 0;
}
.services .ui-image .page .ui-content-image {
    float: right;
    width: 75px;
    height: 55px;
    background-color: #72aab3;
}
.services .ui-image .page .ui-content-2 {
    height: 95px;
    background-color: #FFF;
}
.services .ui-image .page .ui-content-2 .ui-content-item {
    float: right;
    margin: 15px 15px 0 12px;
    border-bottom: 4px solid #a9a9a9;
}
.services .ui-image .page .ui-content-2 .ui-content-circle {
    width: 56px;
    height: 56px;
    margin-bottom: 5px;
    background-color: #72aab3;
    border-radius: 50%}
.services .ui-image .page .ui-content-3 {
    padding: 20px 15px 0 95px;
}
.services .ui-image .page .ui-content-3 .ui-content-line {
    height: 10px;
}
.services .ui-image .page .ui-content-3 .ui-content-line:nth-child(odd) {
    width: 80%;
    margin: 0 auto 8px auto;
}
.services .ui-image .page .ui-footer {
    background: #3b3939;
    height: 50px;
}
.services .ui-image .page .ui-footer-item {
    float: left;
    width: 20%;
    margin: 15px 6% 0 6%}
.services .ui-image .page .ui-footer-item .ui-content-line {
    height: 4px;
    margin-bottom: 3px;
}
@-webkit-keyframes hammer {
    0% {
    -webkit-transform: rotate(0deg);
}
90% {
    -webkit-transform: rotate(-30deg);
}
100% {
    -webkit-transform: rotate(5deg);
}
}@-moz-keyframes hammer {
    0% {
    -moz-transform: rotate(0deg);
}
90% {
    -moz-transform: rotate(-30deg);
}
100% {
    -moz-transform: rotate(5deg);
}
}@-o-keyframes hammer {
    0% {
    -o-transform: rotate(0deg);
}
90% {
    -o-transform: rotate(-30deg);
}
100% {
    -o-transform: rotate(5deg);
}
}@keyframes hammer {
    0% {
    transform: rotate(0deg);
}
90% {
    transform: rotate(-30deg);
}
100% {
    transform: rotate(5deg);
}
}@-webkit-keyframes ping {
    0% {
    opacity: 1;
}
10% {
    opacity: 0;
    -webkit-transform: scale(1.3);
}
100% {
    opacity: 0;
}
}@-moz-keyframes ping {
    0% {
    opacity: 1;
}
10% {
    opacity: 0;
    -moz-transform: scale(1.3);
}
100% {
    opacity: 0;
}
}@-o-keyframes ping {
    0% {
    opacity: 1;
}
10% {
    opacity: 0;
    -o-transform: scale(1.3);
}
100% {
    opacity: 0;
}
}@keyframes ping {
    0% {
    opacity: 1;
}
10% {
    opacity: 0;
    transform: scale(1.3);
}
100% {
    opacity: 0;
}
}@-skrollr-keyframes design_icon {
    8000 {
    -webkit-transform: !translate3d(0,  0,  0);
    -moz-transform: !translate3d(0,  0,  0);
    -ms-transform: !translate3d(0,  0,  0);
    -o-transform: !translate3d(0,  0,  0);
    transform: !translate3d(0,  0,  0);
    background-color: !rgba(222, 222, 222, 0);
}
8150 {
    -webkit-transform: !translate3d(0,  -20px,  0);
    -moz-transform: !translate3d(0,  -20px,  0);
    -ms-transform: !translate3d(0,  -20px,  0);
    -o-transform: !translate3d(0,  -20px,  0);
    transform: !translate3d(0,  -20px,  0);
    background-color: !#dedede;
}
8300 {
    -webkit-transform: !translate3d(0,  0,  0);
    -moz-transform: !translate3d(0,  0,  0);
    -ms-transform: !translate3d(0,  0,  0);
    -o-transform: !translate3d(0,  0,  0);
    transform: !translate3d(0,  0,  0);
    background-color: !rgba(222, 222, 222, 0);
}
}@-skrollr-keyframes development_icon {
    8150 {
    -webkit-transform: !translate3d(0,  0,  0);
    -moz-transform: !translate3d(0,  0,  0);
    -ms-transform: !translate3d(0,  0,  0);
    -o-transform: !translate3d(0,  0,  0);
    transform: !translate3d(0,  0,  0);
    background-color: !rgba(222, 222, 222, 0);
}
8300 {
    -webkit-transform: !translate3d(0,  -20px,  0);
    -moz-transform: !translate3d(0,  -20px,  0);
    -ms-transform: !translate3d(0,  -20px,  0);
    -o-transform: !translate3d(0,  -20px,  0);
    transform: !translate3d(0,  -20px,  0);
    background-color: !#dedede;
}
8450 {
    -webkit-transform: !translate3d(0,  0,  0);
    -moz-transform: !translate3d(0,  0,  0);
    -ms-transform: !translate3d(0,  0,  0);
    -o-transform: !translate3d(0,  0,  0);
    transform: !translate3d(0,  0,  0);
    background-color: !rgba(222, 222, 222, 0);
}
}@-skrollr-keyframes ui_icon {
    8300 {
    -webkit-transform: !translate3d(0,  0,  0);
    -moz-transform: !translate3d(0,  0,  0);
    -ms-transform: !translate3d(0,  0,  0);
    -o-transform: !translate3d(0,  0,  0);
    transform: !translate3d(0,  0,  0);
    background-color: !rgba(222, 222, 222, 0);
}
8450 {
    -webkit-transform: !translate3d(0,  -20px,  0);
    -moz-transform: !translate3d(0,  -20px,  0);
    -ms-transform: !translate3d(0,  -20px,  0);
    -o-transform: !translate3d(0,  -20px,  0);
    transform: !translate3d(0,  -20px,  0);
    background-color: !#dedede;
}
8600 {
    -webkit-transform: !translate3d(0,  0,  0);
    -moz-transform: !translate3d(0,  0,  0);
    -ms-transform: !translate3d(0,  0,  0);
    -o-transform: !translate3d(0,  0,  0);
    transform: !translate3d(0,  0,  0);
    background-color: !rgba(222, 222, 222, 0);
}
}@-skrollr-keyframes ux_icon {
    8450 {
    -webkit-transform: !translate3d(0,  0,  0);
    -moz-transform: !translate3d(0,  0,  0);
    -ms-transform: !translate3d(0,  0,  0);
    -o-transform: !translate3d(0,  0,  0);
    transform: !translate3d(0,  0,  0);
    background-color: !rgba(222, 222, 222, 0);
}
8600 {
    -webkit-transform: !translate3d(0,  -20px,  0);
    -moz-transform: !translate3d(0,  -20px,  0);
    -ms-transform: !translate3d(0,  -20px,  0);
    -o-transform: !translate3d(0,  -20px,  0);
    transform: !translate3d(0,  -20px,  0);
    background-color: !#dedede;
}
8750 {
    -webkit-transform: !translate3d(0,  0,  0);
    -moz-transform: !translate3d(0,  0,  0);
    -ms-transform: !translate3d(0,  0,  0);
    -o-transform: !translate3d(0,  0,  0);
    transform: !translate3d(0,  0,  0);
    background-color: !rgba(222, 222, 222, 0);
}
}@-skrollr-keyframes consulting_icon {
    8600 {
    -webkit-transform: !translate3d(0,  0,  0);
    -moz-transform: !translate3d(0,  0,  0);
    -ms-transform: !translate3d(0,  0,  0);
    -o-transform: !translate3d(0,  0,  0);
    transform: !translate3d(0,  0,  0);
    background-color: !rgba(222, 222, 222, 0);
}
8750 {
    -webkit-transform: !translate3d(0,  -20px,  0);
    -moz-transform: !translate3d(0,  -20px,  0);
    -ms-transform: !translate3d(0,  -20px,  0);
    -o-transform: !translate3d(0,  -20px,  0);
    transform: !translate3d(0,  -20px,  0);
    background-color: !#dedede;
}
8900 {
    -webkit-transform: !translate3d(0,  0,  0);
    -moz-transform: !translate3d(0,  0,  0);
    -ms-transform: !translate3d(0,  0,  0);
    -o-transform: !translate3d(0,  0,  0);
    transform: !translate3d(0,  0,  0);
    background-color: !rgba(222, 222, 222, 0);
}
}@-skrollr-keyframes branding_icon {
    8750 {
    -webkit-transform: !translate3d(0,  0,  0);
    -moz-transform: !translate3d(0,  0,  0);
    -ms-transform: !translate3d(0,  0,  0);
    -o-transform: !translate3d(0,  0,  0);
    transform: !translate3d(0,  0,  0);
    background-color: !rgba(222, 222, 222, 0);
}
8900 {
    -webkit-transform: !translate3d(0,  -20px,  0);
    -moz-transform: !translate3d(0,  -20px,  0);
    -ms-transform: !translate3d(0,  -20px,  0);
    -o-transform: !translate3d(0,  -20px,  0);
    transform: !translate3d(0,  -20px,  0);
    background-color: !#dedede;
}
9000 {
    -webkit-transform: !translate3d(0,  0,  0);
    -moz-transform: !translate3d(0,  0,  0);
    -ms-transform: !translate3d(0,  0,  0);
    -o-transform: !translate3d(0,  0,  0);
    transform: !translate3d(0,  0,  0);
    background-color: !rgba(222, 222, 222, 0);
}
}@-skrollr-keyframes services_flap {
    7998 {
    height: !0px;
}
7999 {
    height: !51px;
    -webkit-transition-delay: !0s;
    -moz-transition-delay: !0s;
    transition-delay: !0s;
}
9000 {
    height: !0px;
}
}@-skrollr-keyframes services_section {
    6998 {
    display: none;
}
7000 {
    display: block;
    top: 0%}
9000 {
    top: 0%}
10000 {
    top: -100%}
10001 {
    display: none;
}
}.ui-image .ui-header {
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    transition: opacity 0.4s;
}
.ui-image .ui-nav-item:nth-child(1) {
    position: relative;
    -webkit-transform: translateX(-95px);
    -moz-transform: translateX(-95px);
    -ms-transform: translateX(-95px);
    -o-transform: translateX(-95px);
    transform: translateX(-95px);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-delay: 0.45s;
    -moz-transition-delay: 0.45s;
    transition-delay: 0.45s;
}
.ui-image .ui-nav-item:nth-child(2) {
    position: relative;
    -webkit-transform: translateX(-95px);
    -moz-transform: translateX(-95px);
    -ms-transform: translateX(-95px);
    -o-transform: translateX(-95px);
    transform: translateX(-95px);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    transition-delay: 0.5s;
}
.ui-image .ui-nav-item:nth-child(3) {
    position: relative;
    -webkit-transform: translateX(-95px);
    -moz-transform: translateX(-95px);
    -ms-transform: translateX(-95px);
    -o-transform: translateX(-95px);
    transform: translateX(-95px);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-delay: 0.55s;
    -moz-transition-delay: 0.55s;
    transition-delay: 0.55s;
}
.ui-image .ui-nav-item:nth-child(4) {
    position: relative;
    -webkit-transform: translateX(-95px);
    -moz-transform: translateX(-95px);
    -ms-transform: translateX(-95px);
    -o-transform: translateX(-95px);
    transform: translateX(-95px);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-delay: 0.6s;
    -moz-transition-delay: 0.6s;
    transition-delay: 0.6s;
}
.ui-image .ui-nav-item:nth-child(5) {
    position: relative;
    -webkit-transform: translateX(-95px);
    -moz-transform: translateX(-95px);
    -ms-transform: translateX(-95px);
    -o-transform: translateX(-95px);
    transform: translateX(-95px);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-delay: 0.65s;
    -moz-transition-delay: 0.65s;
    transition-delay: 0.65s;
}
.ui-image .ui-nav-item:nth-child(6) {
    position: relative;
    -webkit-transform: translateX(-95px);
    -moz-transform: translateX(-95px);
    -ms-transform: translateX(-95px);
    -o-transform: translateX(-95px);
    transform: translateX(-95px);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-delay: 0.7s;
    -moz-transition-delay: 0.7s;
    transition-delay: 0.7s;
}
.ui-image .ui-nav-item:nth-child(7) {
    position: relative;
    -webkit-transform: translateX(-95px);
    -moz-transform: translateX(-95px);
    -ms-transform: translateX(-95px);
    -o-transform: translateX(-95px);
    transform: translateX(-95px);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-delay: 0.75s;
    -moz-transition-delay: 0.75s;
    transition-delay: 0.75s;
}
.ui-image .ui-hero {
    opacity: 0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transition-property: all;
    -moz-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    transition-delay: 0.4s;
}
.ui-image .ui-content-line:nth-child(1) {
    opacity: 0;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition-property: all;
    -moz-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-delay: 0.85s;
    -moz-transition-delay: 0.85s;
    transition-delay: 0.85s;
}
.ui-image .ui-content-line:nth-child(2) {
    opacity: 0;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition-property: all;
    -moz-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-delay: 0.9s;
    -moz-transition-delay: 0.9s;
    transition-delay: 0.9s;
}
.ui-image .ui-content-line:nth-child(3) {
    opacity: 0;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition-property: all;
    -moz-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-delay: 0.95s;
    -moz-transition-delay: 0.95s;
    transition-delay: 0.95s;
}
.ui-image .ui-content-line:nth-child(4) {
    opacity: 0;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition-property: all;
    -moz-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-delay: 1s;
    -moz-transition-delay: 1s;
    transition-delay: 1s;
}
.ui-image .ui-content-line:nth-child(5) {
    opacity: 0;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition-property: all;
    -moz-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-delay: 1.05s;
    -moz-transition-delay: 1.05s;
    transition-delay: 1.05s;
}
.ui-image .ui-content-line:nth-child(6) {
    opacity: 0;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition-property: all;
    -moz-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-delay: 1.1s;
    -moz-transition-delay: 1.1s;
    transition-delay: 1.1s;
}
.ui-image .ui-content-line:nth-child(7) {
    opacity: 0;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition-property: all;
    -moz-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-delay: 1.15s;
    -moz-transition-delay: 1.15s;
    transition-delay: 1.15s;
}
.ui-image .ui-content-line:nth-child(8) {
    opacity: 0;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition-property: all;
    -moz-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-delay: 1.2s;
    -moz-transition-delay: 1.2s;
    transition-delay: 1.2s;
}
.ui-image .ui-content-line:nth-child(9) {
    opacity: 0;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition-property: all;
    -moz-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-delay: 1.25s;
    -moz-transition-delay: 1.25s;
    transition-delay: 1.25s;
}
.ui-image .ui-content-image {
    -webkit-transform: translateX(90px);
    -moz-transform: translateX(90px);
    -ms-transform: translateX(90px);
    -o-transform: translateX(90px);
    transform: translateX(90px);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-delay: 1.2s;
    -moz-transition-delay: 1.2s;
    transition-delay: 1.2s;
}
.ui-image .ui-page-content {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}
.static .ui-image .ui-hero, .static .ui-image .ui-content-line {
    -webkit-transition-delay: 0;
    -moz-transition-delay: 0;
    transition-delay: 0;
}
.static .ui-image .ui-header, .show.show-complete .ui-image .ui-header {
    opacity: 1;
    -webkit-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    transition: opacity 0.4s;
}
.static .ui-image .ui-nav-item, .show.show-complete .ui-image .ui-nav-item {
    -webkit-transform: translateX(0px) !important;
    -moz-transform: translateX(0px) !important;
    -ms-transform: translateX(0px) !important;
    -o-transform: translateX(0px) !important;
    transform: translateX(0px) !important;
}
.static .ui-image .ui-hero, .show.show-complete .ui-image .ui-hero {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.static .ui-image .ui-content-line, .show.show-complete .ui-image .ui-content-line {
    opacity: 1 !important;
    -webkit-transform: translateX(0px) !important;
    -moz-transform: translateX(0px) !important;
    -ms-transform: translateX(0px) !important;
    -o-transform: translateX(0px) !important;
    transform: translateX(0px) !important;
}
.static .ui-image .ui-content-image, .show.show-complete .ui-image .ui-content-image {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
.show.show-complete .ui-image:hover .ui-page-content {
    -webkit-transform: translateY(-250px);
    -moz-transform: translateY(-250px);
    -ms-transform: translateY(-250px);
    -o-transform: translateY(-250px);
    transform: translateY(-250px);
}
.services .ux-image .stage {
    width: 382px;
    height: 368px;
    top: 50%;
    left: 50%;
    margin-top: -184px;
    margin-left: -191px;
    position: absolute;
}
@media only screen and (max-width: 767px) and (orientation: landscape) {
    .services .ux-image .stage {
    margin-top: -170px;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
}
}@media only screen and (max-width: 767px) and (orientation: portrait) {
    .services .ux-image .stage {
    margin-top: -180px;
    -webkit-transform: scale(0.45);
    -moz-transform: scale(0.45);
    -ms-transform: scale(0.45);
    -o-transform: scale(0.45);
    transform: scale(0.45);
}
}.services .ux-image .ux-triangle {
    position: absolute;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.1s;
    -moz-transition-duration: 0.1s;
    transition-duration: 0.1s;
    -webkit-transform-origin: 0% 50%;
    -moz-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    -o-transform-origin: 0% 50%;
    transform-origin: 0% 50%}
.services .ux-image .ux-triangle.left {
    border-top: 28px solid transparent;
    border-bottom: 28px solid transparent;
    border-left: 48px solid black;
}
.services .ux-image .ux-triangle.right {
    border-top: 28px solid transparent;
    border-bottom: 28px solid transparent;
    border-right: 48px solid black;
}
.services .ux-image .left.blue {
    border-left-color: #72aab3;
}
.services .ux-image .right.blue {
    border-right-color: #72aab3;
}
.services .ux-image .left.orange {
    border-left-color: #f1562d;
}
.services .ux-image .right.orange {
    border-right-color: #f1562d;
}
.services .ux-image .left.yellow {
    border-left-color: #f4b92a;
}
.services .ux-image .right.yellow {
    border-right-color: #f4b92a;
}
.services .ux-image .left.grey {
    border-left-color: #3b3939;
}
.services .ux-image .right.grey {
    border-right-color: #3b3939;
}
.services .ux-image .ux-triangle:nth-child(1) {
    left: 191px;
}
.services .ux-image .ux-triangle:nth-child(2) {
    left: 286px;
    top: 55px;
}
.services .ux-image .ux-triangle:nth-child(3) {
    left: 333px;
    top: 138px;
}
.services .ux-image .ux-triangle:nth-child(4) {
    left: 286px;
    top: 220px;
}
.services .ux-image .ux-triangle:nth-child(5) {
    left: 95px;
    top: 275px;
}
.services .ux-image .ux-triangle:nth-child(6) {
    left: 143px;
}
.services .ux-image .ux-triangle:nth-child(7) {
    left: 238px;
    top: 55px;
}
.services .ux-image .ux-triangle:nth-child(8) {
    left: 286px;
    top: 138px;
}
.services .ux-image .ux-triangle:nth-child(9) {
    left: 238px;
    top: 220px;
}
.services .ux-image .ux-triangle:nth-child(10) {
    left: 48px;
    top: 275px;
}
.services .ux-image .ux-triangle:nth-child(11) {
    left: 143px;
    top: 27px;
}
.services .ux-image .ux-triangle:nth-child(12) {
    left: 238px;
    top: 82px;
}
.services .ux-image .ux-triangle:nth-child(13) {
    left: 286px;
    top: 165px;
}
.services .ux-image .ux-triangle:nth-child(14) {
    left: 238px;
    top: 248px;
}
.services .ux-image .ux-triangle:nth-child(15) {
    left: 48px;
    top: 247px;
}
.services .ux-image .ux-triangle:nth-child(16) {
    left: 191px;
    top: 82px;
}
.services .ux-image .ux-triangle:nth-child(17) {
    left: 238px;
    top: 165px;
}
.services .ux-image .ux-triangle:nth-child(18) {
    left: 191px;
    top: 248px;
}
.services .ux-image .ux-triangle:nth-child(19) {
    left: 48px;
    top: 220px;
}
.services .ux-image .ux-triangle:nth-child(20) {
    left: 191px;
    top: 55px;
}
.services .ux-image .ux-triangle:nth-child(21) {
    left: 238px;
    top: 137px;
}
.services .ux-image .ux-triangle:nth-child(22) {
    left: 191px;
    top: 220px;
}
.services .ux-image .ux-triangle:nth-child(23) {
    left: 48px;
    top: 192px;
}
.services .ux-image .ux-triangle:nth-child(24) {
    left: 143px;
    top: 55px;
}
.services .ux-image .ux-triangle:nth-child(25) {
    left: 191px;
    top: 137px;
}
.services .ux-image .ux-triangle:nth-child(26) {
    left: 143px;
    top: 220px;
}
.services .ux-image .ux-triangle:nth-child(27) {
    left: 143px;
    top: 82px;
}
.services .ux-image .ux-triangle:nth-child(28) {
    left: 191px;
    top: 165px;
}
.services .ux-image .ux-triangle:nth-child(29) {
    left: 95px;
    top: 82px;
}
.services .ux-image .ux-triangle:nth-child(30) {
    left: 143px;
    top: 165px;
}
.services .ux-image .ux-triangle:nth-child(31) {
    left: 95px;
    top: 110px;
}
.services .ux-image .ux-triangle:nth-child(32) {
    left: 143px;
    top: 192px;
}
.services .ux-image .ux-triangle:nth-child(33) {
    left: 48px;
    top: 110px;
}
.services .ux-image .ux-triangle:nth-child(34) {
    left: 95px;
    top: 192px;
}
.services .ux-image .ux-triangle:nth-child(35) {
    left: 95px;
    top: 165px;
}
.services .ux-image .ux-triangle:nth-child(36) {
    left: 48px;
    top: 165px;
}
.services .ux-image .ux-triangle:nth-child(37) {
    left: 48px;
    top: 137px;
}
.services .ux-image .ux-triangle:nth-child(38) {
    left: 0px;
    top: 137px;
}
.services .ux-image .fold-left {
    -webkit-transform-origin: 0% 50%;
    -moz-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    -o-transform-origin: 0% 50%;
    transform-origin: 0% 50%}
.services .ux-image .fold-down {
    -webkit-transform-origin: 0% 50%;
    -moz-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    -o-transform-origin: 0% 50%;
    transform-origin: 0% 50%}
.services .ux-image .fold-down-right {
    -webkit-transform-origin: 100% 50%;
    -moz-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    transform-origin: 100% 50%}
.services .ux-image .fold-up {
    -webkit-transform-origin: 0% 50%;
    -moz-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    -o-transform-origin: 0% 50%;
    transform-origin: 0% 50%}
.services .ux-image .fold-up-right {
    -webkit-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%}
.services .ux-image .a1 {
    -webkit-transition-delay: 1.3s;
    -moz-transition-delay: 1.3s;
    transition-delay: 1.3s;
}
.services .ux-image .a2 {
    -webkit-transition-delay: 1.2s;
    -moz-transition-delay: 1.2s;
    transition-delay: 1.2s;
}
.services .ux-image .a3 {
    -webkit-transition-delay: 1.1s;
    -moz-transition-delay: 1.1s;
    transition-delay: 1.1s;
}
.services .ux-image .a4 {
    -webkit-transition-delay: 1s;
    -moz-transition-delay: 1s;
    transition-delay: 1s;
}
.services .ux-image .a5 {
    -webkit-transition-delay: 0.9s;
    -moz-transition-delay: 0.9s;
    transition-delay: 0.9s;
}
.services .ux-image .a6 {
    -webkit-transition-delay: 0.8s;
    -moz-transition-delay: 0.8s;
    transition-delay: 0.8s;
}
.services .ux-image .a7 {
    -webkit-transition-delay: 0.7s;
    -moz-transition-delay: 0.7s;
    transition-delay: 0.7s;
}
.services .ux-image .a8 {
    -webkit-transition-delay: 0.6s;
    -moz-transition-delay: 0.6s;
    transition-delay: 0.6s;
}
.services .ux-image .a9 {
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    transition-delay: 0.5s;
}
.services .ux-image .a10 {
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    transition-delay: 0.4s;
}
.services .ux-image .a11 {
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
.services .ux-image .a12 {
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.services .ux-image .a13 {
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.services .ux-image .a14 {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s;
}
.services .ux-image .fractal:hover .fold-left {
    -webkit-transform: rotateY(90deg);
    -moz-transform: rotateY(90deg);
    -ms-transform: rotateY(90deg);
    -o-transform: rotateY(90deg);
    transform: rotateY(90deg);
}
.services .ux-image .fractal:hover .fold-down {
    -webkit-transform: rotate3d(1.6,  1,  0,  90deg);
    -moz-transform: rotate3d(1.6,  1,  0,  90deg);
    -ms-transform: rotate3d(1.6,  1,  0,  90deg);
    -o-transform: rotate3d(1.6,  1,  0,  90deg);
    transform: rotate3d(1.6,  1,  0,  90deg);
}
.services .ux-image .fractal:hover .fold-down-right {
    -webkit-transform: rotate3d(-1.6,  1,  0,  90deg);
    -moz-transform: rotate3d(-1.6,  1,  0,  90deg);
    -ms-transform: rotate3d(-1.6,  1,  0,  90deg);
    -o-transform: rotate3d(-1.6,  1,  0,  90deg);
    transform: rotate3d(-1.6,  1,  0,  90deg);
}
.services .ux-image .fractal:hover .fold-up {
    -webkit-transform: rotate3d(1.6,  -1,  0,  90deg);
    -moz-transform: rotate3d(1.6,  -1,  0,  90deg);
    -ms-transform: rotate3d(1.6,  -1,  0,  90deg);
    -o-transform: rotate3d(1.6,  -1,  0,  90deg);
    transform: rotate3d(1.6,  -1,  0,  90deg);
}
.services .ux-image .fractal:hover .fold-up-right {
    -webkit-transform: rotate3d(-1.6,  -1,  0,  90deg);
    -moz-transform: rotate3d(-1.6,  -1,  0,  90deg);
    -ms-transform: rotate3d(-1.6,  -1,  0,  90deg);
    -o-transform: rotate3d(-1.6,  -1,  0,  90deg);
    transform: rotate3d(-1.6,  -1,  0,  90deg);
}
.services .ux-image .fractal:hover .a1 {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s;
}
.services .ux-image .fractal:hover .a2 {
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.services .ux-image .fractal:hover .a3 {
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.services .ux-image .fractal:hover .a4 {
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
.services .ux-image .fractal:hover .a5 {
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    transition-delay: 0.4s;
}
.services .ux-image .fractal:hover .a6 {
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    transition-delay: 0.5s;
}
.services .ux-image .fractal:hover .a7 {
    -webkit-transition-delay: 0.6s;
    -moz-transition-delay: 0.6s;
    transition-delay: 0.6s;
}
.services .ux-image .fractal:hover .a8 {
    -webkit-transition-delay: 0.7s;
    -moz-transition-delay: 0.7s;
    transition-delay: 0.7s;
}
.services .ux-image .fractal:hover .a9 {
    -webkit-transition-delay: 0.8s;
    -moz-transition-delay: 0.8s;
    transition-delay: 0.8s;
}
.services .ux-image .fractal:hover .a10 {
    -webkit-transition-delay: 0.9s;
    -moz-transition-delay: 0.9s;
    transition-delay: 0.9s;
}
.services .ux-image .fractal:hover .a11 {
    -webkit-transition-delay: 1s;
    -moz-transition-delay: 1s;
    transition-delay: 1s;
}
.services .ux-image .fractal:hover .a12 {
    -webkit-transition-delay: 1.1s;
    -moz-transition-delay: 1.1s;
    transition-delay: 1.1s;
}
.services .ux-image .fractal:hover .a13 {
    -webkit-transition-delay: 1.2s;
    -moz-transition-delay: 1.2s;
    transition-delay: 1.2s;
}
.services .ux-image .fractal:hover .a14 {
    -webkit-transition-delay: 1.3s;
    -moz-transition-delay: 1.3s;
    transition-delay: 1.3s;
}
.services .consulting-image .stage {
    position: absolute;
    width: 331px;
    height: 333px;
    top: 50%;
    left: 50%;
    margin-left: -165px;
    margin-top: -165px;
}
@media only screen and (max-width: 767px) {
    .services .consulting-image .stage {
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
}
}.services .consulting-image .compass-wrapper {
    position: absolute;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-delay: 1s;
    -moz-transition-delay: 1s;
    transition-delay: 1s;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    width: 287px;
    height: 287px;
    left: 22px;
}
.services .consulting-image .compass-wrapper2 {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-delay: 2s;
    -moz-transition-delay: 2s;
    transition-delay: 2s;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}
.services .consulting-image .compass {
    position: absolute;
    width: 287px;
    height: 287px;
    top: 0;
    -webkit-transform: rotate(-26deg);
    -moz-transform: rotate(-26deg);
    -ms-transform: rotate(-26deg);
    -o-transform: rotate(-26deg);
    transform: rotate(-26deg);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}
.ready .services .consulting-image .compass {
    background: url(/assets/dist/images/services/consulting/compass.png) bottom center no-repeat;
    background-size: 100% 100%}
@media (-webkit-min-device-pixel-ratio: 2) {
    .ready .services .consulting-image .compass {
    background: url(/assets/dist/images/services/consulting/compass@2x.png) bottom center no-repeat;
    background-size: 100% 100%}
}.services .consulting-image .compass-shadow {
    width: 331px;
    height: 13px;
    position: absolute;
    bottom: 0;
}
.ready .services .consulting-image .compass-shadow {
    background: url(/assets/dist/images/services/consulting/compass-shadow.png) bottom center no-repeat;
    background-size: 100% 100%}
.services .consulting-image .needle {
    position: absolute;
    width: 94px;
    height: 193px;
    left: 120px;
    top: 45px;
    -webkit-transform: rotate(-26deg);
    -moz-transform: rotate(-26deg);
    -ms-transform: rotate(-26deg);
    -o-transform: rotate(-26deg);
    transform: rotate(-26deg);
}
.ready .services .consulting-image .needle {
    background: url(/assets/dist/images/services/consulting/needle.png) bottom center no-repeat;
    background-size: 100% 100%}
.ready .services .consulting-image .needle include retina {
    background: url(/assets/dist/images/services/consulting/needle@2x.png) bottom center no-repeat;
    background-size: 100% 100%}
.services .consulting-image .shadow {
    position: absolute;
    width: 142px;
    height: 284px;
    left: 166px;
    top: 0;
}
.ready .services .consulting-image .shadow {
    background: url(/assets/dist/images/services/consulting/shadow.png) bottom center no-repeat;
}
.services .consulting-image .stage:hover .compass {
    -webkit-transform: rotate(25deg);
    -moz-transform: rotate(25deg);
    -ms-transform: rotate(25deg);
    -o-transform: rotate(25deg);
    transform: rotate(25deg);
}
.services .consulting-image .stage:hover .compass-wrapper {
    -webkit-transform: rotate(-29deg);
    -moz-transform: rotate(-29deg);
    -ms-transform: rotate(-29deg);
    -o-transform: rotate(-29deg);
    transform: rotate(-29deg);
}
.services .consulting-image .stage:hover .compass-wrapper2 {
    -webkit-transform: rotate(4deg);
    -moz-transform: rotate(4deg);
    -ms-transform: rotate(4deg);
    -o-transform: rotate(4deg);
    transform: rotate(4deg);
}
.services .branding-image .stage {
    position: absolute;
    width: 331px;
    height: 333px;
    top: 50%;
    left: 50%;
    margin-left: -165px;
    margin-top: -165px;
}
@media only screen and (max-width: 767px) {
    .services .branding-image .stage {
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
}
}.services .branding-image .target {
    position: absolute;
    height: 286px;
    width: 286px;
    left: 50%;
    margin-left: -143px;
}
.services .branding-image .target-shadow {
    position: absolute;
    width: 50%;
    left: 50%;
    height: 100%;
    border-radius: 0 143px 143px 0;
    background-color: rgba(0, 0, 0, 0.1);
    z-index: 3;
}
.services .branding-image .range {
    position: absolute;
    border: 20px solid #72aab3;
    height: 246px;
    width: 246px;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    margin-left: -143px;
    margin-top: -143px;
    box-shadow: 1px 1px rgba(0, 0, 0, 0.3), inset 1px 1px rgba(0, 0, 0, 0.3);
    z-index: 2;
}
.services .branding-image .range-2 {
    width: 174px;
    height: 174px;
    margin-left: -107px;
    margin-top: -107px;
}
.services .branding-image .range-3 {
    width: 100px;
    height: 100px;
    margin-left: -70px;
    margin-top: -70px;
}
.services .branding-image .bullseye {
    position: absolute;
    width: 64px;
    height: 64px;
    left: 50%;
    top: 50%;
    margin-left: -32px;
    margin-top: -32px;
    background-color: #f1562d;
    border-radius: 50%;
    box-shadow: 0 2px rgba(0, 0, 0, 0.3);
    z-index: 2;
}
.services .branding-image .shadow {
    width: 331px;
    height: 13px;
    position: absolute;
    bottom: 0;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.03);
    background-size: 100% 100%}
.services .branding-image .arrow {
    position: absolute;
    width: 224px;
    height: 37px;
    left: 280px;
    top: 0%;
    margin-top: -16px;
    opacity: 0;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition-property: left, top, width, opacity;
    -moz-transition-property: left, top, width, opacity;
    transition-property: left, top, width, opacity;
    -webkit-transition-duration: 0.1s, 0.1s, 0.1s, 0.1s;
    -moz-transition-duration: 0.1s, 0.1s, 0.1s, 0.1s;
    transition-duration: 0.1s, 0.1s, 0.1s, 0.1s;
    -webkit-transition-delay: 0, 0, 0.04s, 0;
    -moz-transition-delay: 0, 0, 0.04s, 0;
    transition-delay: 0, 0, 0.04s, 0;
}
.ready .services .branding-image .arrow {
    background: url(/assets/dist/images/services/branding/arrow.png) top right no-repeat;
}
.static .services .branding-image .arrow {
    opacity: 1;
    width: 130px;
    left: 130px;
    top: 50%}
.services .branding-image .target:hover .arrow {
    opacity: 1;
    width: 130px;
    left: 130px;
    top: 50%}
.services .branding-image .a-wrap-1, .services .branding-image .a-wrap-2, .services .branding-image .a-wrap-3 {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 4;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    transition-delay: 0.5s;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.1s;
    -moz-transition-duration: 0.1s;
    transition-duration: 0.1s;
}
.services .branding-image .target:hover .a-wrap-1 {
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    transition-delay: 0.1s;
    -webkit-transform: rotate(0.5deg);
    -moz-transform: rotate(0.5deg);
    -ms-transform: rotate(0.5deg);
    -o-transform: rotate(0.5deg);
    transform: rotate(0.5deg);
}
.services .branding-image .target:hover .a-wrap-2 {
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    transition-delay: 0.2s;
    -webkit-transform: rotate(-1deg);
    -moz-transform: rotate(-1deg);
    -ms-transform: rotate(-1deg);
    -o-transform: rotate(-1deg);
    transform: rotate(-1deg);
}
.services .branding-image .target:hover .a-wrap-3 {
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    transition-delay: 0.3s;
    -webkit-transform: rotate(0.5deg);
    -moz-transform: rotate(0.5deg);
    -ms-transform: rotate(0.5deg);
    -o-transform: rotate(0.5deg);
    transform: rotate(0.5deg);
}
.work {
    font-size: 0;
    letter-spacing: 0px;
    height: 2000px;
}
.static .work {
    font-size: auto;
    letter-spacing: normal;
}
.work .section-fixed {
    background: #FFF;
    z-index: 46;
    -skrollr-animation-name: work_section;
}
.static .work .section-fixed {
    overflow: hidden;
    visibility: hidden;
    position: relative;
}
.work .flap {
    -skrollr-animation-name: work_flap;
}
.work .flap .title {
    background-image: url(/assets/dist/images/work/title.png);
    background-size: 100% 100%}
.work .work-list {
    white-space: nowrap;
    height: 100%;
    -skrollr-animation-name: work_list;
    -webkit-transition: -webkit-transform 0.5s linear;
}
.static .work .work-list {
    overflow: hidden;
    position: relative;
    white-space: normal;
}
.work .mobile-landing {
    background-color: #e8e4d4;
}
.work .mobile-landing .landing-badge {
    background-image: url(/assets/dist/images/work/mobile-landing.png);
}
.work .work-item {
    font-size: 12px;
    margin-right: 7px;
    width: 25%;
    height: 100%;
    display: inline-block;
    background: #FFF;
    position: relative;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.work .nav-container {
    position: absolute;
    height: 100%;
    top: 0;
    width: 10%;
    z-index: 49;
    cursor: pointer;
}
@media only screen and (max-width: 767px) {
    .work .nav-container {
        display: none;
    }
}
.work .nav-container-prev {
    -skrollr-animation-name: work_nav_arrow_prev;
}
.work .nav-container-next {
    right: 0;
    -skrollr-animation-name: work_nav_arrow_next;
}
.work .nav-arrow {
    position: absolute;
    top: 50%;
    width: 35px;
    height: 35px;
    margin-top: -17px;
    border: 4px solid #3b3939;
    border: 4px solid rgba(255, 255, 255, 0.6);
    text-indent: -90000px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: border-color 0.3s;
    -moz-transition: border-color 0.3s;
    transition: border-color 0.3s;
}
@media only screen and (max-width: 767px) {
    .work .nav-arrow {
    width: 20px;
    height: 20px;
    border-width: 2px;
}
}.work .nav-container:hover .nav-arrow {
    border-color: #2d2b2b;
}
.work .nav-arrows .nav-arrow-prev {
    left: 25%;
    border-right: none;
    border-top: none;
}
.work .nav-arrows .nav-arrow-next {
    right: 25%;
    border-left: none;
    border-bottom: none;
}
.work .alt .nav-arrow {
    border-color: #777;
    border-color: rgba(57, 57, 57, 0.5);
}
.work .alt .nav-container:hover .nav-arrow {
    border-color: #000;
    border-color: #393939;
}
@media only screen and (min-width: 1024px) {
    .work .work-item:hover {
        background-position: 50% 70%
    }
}
.static .work .work-item {
    float: left;
    width: 100%;
    height: 100%;
    display: block;
    margin: 0;
    position: relative;
}
.static .work .work-item:hover {
    background-position: 50% 50%
}
@media only screen and (min-width: 1024px) {
    .work .work-item:hover .work-title {
        display: block
    }
}
.work .work-title {
    color: #2d2b2b;
    background: #FFF;
    border-radius: 0 5px 5px 0;
    position: absolute;
    left: 0;
    bottom: 20%;
    text-transform: uppercase;
    font-size: 11px;
    padding: 10px 25px 10px 10px;
    font-family: gotham_book;
    margin-right: 20px;
}
@media only screen and (min-width: 1024px) {
    .work .work-title {
        display: none;
    }
}@media (min-width: 768px) and (max-width: 1024px) {
    .work .work-title {
    display: block;
}
}.static .work .work-title {
    font-size: 14px;
    padding: 10px 15px;
}
.work .work-link {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}
.work .work-type {
    font-size: 20px;
    display: block;
    border-bottom: 1px solid #2d2b2b;
    padding-bottom: 8px;
    margin-bottom: 8px;
}
.static .work .work-type {
    font-size: 24px;
}
.work .cake-doctor {
    background-image: url(/assets/dist/images/work/CakeDoctor.jpg);
}
@media only screen and (max-width: 767px) and (orientation: landscape) {
    .work .cake-doctor {
    background-position: 50% 40%}
.work .cake-doctor:hover {
    background-position: 50% 40% !important;
}
}@media (min-width: 768px) and (max-width: 1024px) {
    .work .cake-doctor {
    background-position: 50% 40%}
.work .cake-doctor:hover {
    background-position: 50% 40% !important;
}
}.work .kutx {
    background-image: url(/assets/dist/images/work/KUTX.jpg);
}
.work .logos {
    background-image: url(/assets/dist/images/work/LOGOS.jpg);
}
@media only screen and (max-width: 767px) and (orientation: landscape) {
    .work .logos {
    background-position: 50% 20%}
.work .logos:hover {
    background-position: 50% 20% !important;
}
}@media (min-width: 768px) and (max-width: 1024px) {
    .work .logos {
    background-position: 50% 25%}
.work .logos:hover {
    background-position: 50% 25% !important;
}
}.work .ketra {
    background-image: url(/assets/dist/images/work/KETRA.jpg);
}
@media only screen and (max-width: 767px) and (orientation: landscape) {
    .work .ketra {
    background-position: 50% 20%}
    .work .ketra:hover {
    background-position: 50% 20% !important;
    }
}@media (min-width: 768px) and (max-width: 1024px) {
    .work .ketra {
    background-position: 50% 25%}
    .work .ketra:hover {
        background-position: 50% 25% !important;
    }
}.work .nba {
    background-image: url(/assets/dist/images/work/NBA.jpg);
    background-position: 50% 30%}
@media only screen and (max-width: 767px) {
    .work .nba: hover {
    background-position: 50% 30% !important;
}
}@media (min-width: 768px) and (max-width: 1024px) {
    .work .nba: hover {
    background-position: 50% 30% !important;
}
}.work .swim-sale {
    background-image: url(/assets/dist/images/work/SwimSale.jpg);
}
@media only screen and (max-width: 767px) and (orientation: landscape) {
    .work .swim-sale {
    background-position: 50% 12%}
.work .swim-sale:hover {
    background-position: 50% 12%  !important;
}
}@media only screen and (max-width: 767px) and (orientation: portrait) {
    .work .swim-sale {
    background-position: 50% 12%}
.work .swim-sale:hover {
    background-position: 50% 12%  !important;
}
}@media (min-width: 768px) and (max-width: 1024px) {
    .work .swim-sale {
    background-position: 50% 0%}
.work .swim-sale:hover {
    background-position: 50% 0% !important;
}
}.work .millennium {
    background-image: url(/assets/dist/images/work/MilleniumThumbnail.jpg);
}
@media only screen and (max-width: 767px) and (orientation: landscape) {
    .work .millennium {
    background-position: 50% 20%}
    .work .millennium:hover {
    background-position: 50% 20% !important;
    }
}@media (min-width: 768px) and (max-width: 1024px) {
    .work .millennium {
    background-position: 50% 25%}
    .work .millennium:hover {
        background-position: 50% 25% !important;
    }
}.work .brawl {
    background-image: url(/assets/dist/images/work/BBThumb.jpg);
}
@media only screen and (max-width: 767px) and (orientation: landscape) {
    .work .brawl {
    background-position: 50% 20%}
    .work .brawl:hover {
    background-position: 50% 20% !important;
    }
}@media (min-width: 768px) and (max-width: 1024px) {
    .work .brawl {
    background-position: 50% 25%}
    .work .brawl:hover {
        background-position: 50% 25% !important;
    }
}.work .vtech {
    background-image: url(/assets/dist/images/work/Vtech.jpg);
}
@media only screen and (max-width: 767px) and (orientation: landscape) {
    .work .vtech {
    background-position: 50% 20%}
    .work .vtech:hover {
    background-position: 50% 20% !important;
    }
}@media (min-width: 768px) and (max-width: 1024px) {
    .work .vtech {
    background-position: 50% 25%}
    .work .vtech:hover {
        background-position: 50% 25% !important;
    }
}.work .usaa {
    background-image: url(/assets/dist/images/work/USAA.jpg);
}
@media only screen and (max-width: 767px) and (orientation: landscape) {
    .work .usaa {
    background-position: 50% 20%}
    .work .usaa:hover {
    background-position: 50% 20% !important;
    }
}@media (min-width: 768px) and (max-width: 1024px) {
    .work .usaa {
    background-position: 50% 25%}
    .work .usaa:hover {
        background-position: 50% 25% !important;
    }
}.work .oriley {
    background-image: url(/assets/dist/images/work/Orilly.jpg);
}
@media only screen and (max-width: 767px) and (orientation: landscape) {
    .work .oriley {
    background-position: 50% 20%}
    .work .oriley:hover {
    background-position: 50% 20% !important;
    }
}@media (min-width: 768px) and (max-width: 1024px) {
    .work .oriley {
    background-position: 50% 25%}
    .work .oriley:hover {
        background-position: 50% 25% !important;
    }
}.work .weathermatic {
    background-image: url(/assets/dist/images/work/Weathermatic.jpg);
}
@media only screen and (max-width: 767px) and (orientation: landscape) {
    .work .weathermatic {
    background-position: 50% 20%}
    .work .weathermatic:hover {
    background-position: 50% 20% !important;
    }
}@media (min-width: 768px) and (max-width: 1024px) {
    .work .weathermatic {
    background-position: 50% 25%}
    .work .weathermatic:hover {
        background-position: 50% 25% !important;
    }
}.work .tas {
    background-image: url(/assets/dist/images/work/TAS.jpg);
}
.work .work-page {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #FFF;
    z-index: 10000;
}
.work .work-page .close {
    position: fixed;
    top: 15px;
    right: 20px;
    cursor: pointer;
    z-index: 100;
    opacity: 1;
    width: 36px;
    height: 38px;
    background: url(/assets/dist/images/services/exit.png) center center no-repeat;
    background-size: 26px 28px;
    z-index: 10001;
}
.work .work-page iframe {
    width: 100%;
    height: 100%;
    z-index: 1000;
}
.work .work-page.setup {
    display: block;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
}
.work .work-page.active {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
@-skrollr-keyframes work_nav_arrow_prev {
    7000 {
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    10500 {
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
    }
}@-skrollr-keyframes work_nav_arrow_next {
    7000 {
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%);
    }
    10500 {
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
    }
}
@-skrollr-keyframes work_flap {
    9998 {
    height: !0px;
}
9999 {
    height: !51px;
}
11000 {
    height: !0px;
}
}@-skrollr-keyframes work_section {
    8999 {
    display: none;
}
9000 {
    display: block;
    top: 100%}
10000 {
    top: 0%}
11000 {
    display: block;
    top: 0%}
12000 {
    display: none;
}
}@-skrollr-keyframes work_list {
    10250 {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
}
10750 {
    -webkit-transform: translateX(-200%);
    -moz-transform: translateX(-200%);
    -ms-transform: translateX(-200%);
    -o-transform: translateX(-200%);
    transform: translateX(-200%);
}
}

/*
.testimonials {
    height: 4000px;
}
.static .testimonials {
    overflow: hidden;
}
.testimonials .flap {
    -skrollr-animation-name: testimonials_flap;
}
.testimonials .flap .title {
    background-image: url(/assets/dist/images/testimonials/title.png);
    background-size: 100% 100%}
.testimonials .testimonial-base {
    z-index: 46;
    background-color: #e6e6e6;
    -skrollr-animation-name: testimonials_section;
}
.static .testimonials .testimonial-base {
    display: none;
}
.static .testimonials .slideshow-testimonials {
    overflow: hidden;
    visibility: hidden;
    position: relative;
    height: 100%}
.static .testimonials .slideshow-wrapper {
    overflow: hidden;
    position: relative;
    height: 100%}
.ready .testimonials .mobile-landing .landing-badge {
    background-image: url(/assets/dist/images/testimonials/mobile-landing.png);
}
.testimonials .page-indicator {
    z-index: 48;
    position: fixed;
    -skrollr-animation-name: testimonials_page_indicator;
}
.testimonials .page-indicator a:nth-child(1) span {
    -skrollr-animation-name: testimonial_1_indicator;
}
.testimonials .page-indicator a:nth-child(2) span {
    -skrollr-animation-name: testimonial_2_indicator;
}
.testimonials .page-indicator a:nth-child(3) span {
    -skrollr-animation-name: testimonial_3_indicator;
}
.static .testimonials .page-indicator {
    position: absolute;
    display: none;
}
.testimonials .testimonial-section {
    height: 1000px;
}
.static .testimonials .testimonial-section {
    float: left;
    width: 100%;
    height: 100%;
    position: relative;
    background-color: #e6e6e6;
}
.testimonials .testimonial1 {
    margin-top: 500px;
}
.testimonials .testimonial1 .section-fixed {
    z-index: 47;
    -skrollr-animation-name: testimonial_one;
}
.static .testimonials .testimonial1 {
    margin-top: 0;
}
.testimonials .testimonial2 .section-fixed {
    z-index: 47;
    -skrollr-animation-name: testimonial_two;
}
.testimonials .testimonial3 .section-fixed {
    z-index: 47;
    -skrollr-animation-name: testimonial_three;
}
.testimonials .testimonial-content {
    position: absolute;
    width: 100%;
    height: 100%;
    color: #444;
    text-shadow: 0 1px #fff;
}
.testimonials .testimonial {
    width: 1024px;
    margin: 0 auto;
    height: 100%}
@media only screen and (max-width: 767px) {
    .testimonials .testimonial {
    width: auto;
}
}@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .testimonials .testimonial {
    width: auto;
}
}@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .testimonials .testimonial {
    width: 960px;
}
}@media only screen and (max-width: 1024px) and (orientation: portrait) {
    .testimonials .testimonial .tb {
    display: block;
}
}.testimonials .testimonial .td {
    vertical-align: middle;
}
.testimonials .testimonial .profile {
    width: 322px;
    text-align: center;
    text-transform: uppercase;
    padding-right: 75px;
}
@media only screen and (max-width: 1024px) and (orientation: portrait) {
    .testimonials .testimonial .profile {
    position: absolute;
    top: 60px;
    height: 200px;
    width: 100%}
}@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .testimonials .testimonial .profile {
    height: 400px;
}
}@media only screen and (max-width: 767px) and (orientation: landscape) {
    .testimonials .testimonial .profile {
    padding: 0 25px;
    width: 265px;
}
}.testimonials .testimonial .name {
    font-family: gotham_black;
    font-size: 24px;
    letter-spacing: 2px;
    line-height: 125%;
    margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
    .testimonials .testimonial .name {
    font-size: 20px;
    line-height: 35%;
    margin-bottom: 5px;
}
}@media only screen and (max-width: 767px) {
    .testimonials .testimonial .company {
    font-size: 12px;
}
}.testimonials .testimonial .image {
    width: 255px;
    height: 255px;
    margin: 20px auto;
    background-color: #bcbcbc;
    background-position: center center;
    background-repeat: none;
    border-radius: 50%;
    background-size: 100% 100%;
    box-shadow: 0 1px rgba(0, 0, 0, 0.2), inset 0 2px rgba(255, 255, 255, 0.5);
}
@media only screen and (max-width: 767px) {
    .testimonials .testimonial .image {
    height: 150px;
    width: 150px;
    margin: 0 auto 20px;
}
}.ready .testimonials .testimonial .jessica {
    background-image: url(/assets/dist/images/testimonials/Jessica-Zappetero.jpg);
}
.ready .testimonials .testimonial .robert {
    background-image: url(/assets/dist/images/testimonials/Robert-Nassour.jpg);
}
.ready .testimonials .testimonial .candice {
    background-image: url(/assets/dist/images/testimonials/Candice.jpg);
}
.testimonials .testimonial .quote {
    font-size: 20px;
    letter-spacing: 2px;
    line-height: 35px;
    font-family: gotham_book;
}
@media only screen and (max-width: 1024px) and (orientation: portrait) {
    .testimonials .testimonial .quote {
    display: block;
    width: auto;
    padding-top: 280px;
    font-size: 15px;
    letter-spacing: normal;
    line-height: 135%;
    margin: 0 20px;
}
}@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .testimonials .testimonial .quote {
    padding-top: 450px;
    font-size: 20px;
    margin: 0 50px;
}
}@media only screen and (max-width: 767px) and (orientation: landscape) {
    .testimonials .testimonial .quote {
    font-size: 15px;
    letter-spacing: normal;
    line-height: 135%;
    padding: 0 20px 0 0;
}
}@media only screen and (max-width: 767px) and (orientation: portrait) {
    .testimonials .testimonial .quote.quote-jessica {
    padding-top: 280px;
}
}.testimonials .testimonial .quote p {
    position: relative;
}
.testimonials .testimonial .quote p::before {
    content: '"';
    position: absolute;
    top: 0;
    left: -20px;
}
@media only screen and (max-width: 767px) {
    .testimonials .testimonial .quote p: :before {
    left: -10px;
}
}@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .testimonials .testimonial .quote p: :before {
    left: -10px;
}
}@-skrollr-keyframes testimonials_flap {
    11998 {
    height: !0px;
}
11999 {
    height: !51px;
    -webkit-transition-delay: !0s;
    -moz-transition-delay: !0s;
    transition-delay: !0s;
}
15000 {
    height: !0px;
}
}@-skrollr-keyframes testimonials_section {
    11000 {
    top: 100%}
12000 {
    top: 0%}
15000 {
    top: 0%}
}@-skrollr-keyframes testimonials_page_indicator {
    10999 {
    opacity: 0;
    display: none;
}
11500 {
    opacity: 0;
    display: block;
}
12000 {
    opacity: 1;
}
15000 {
    opacity: 1;
    display: block;
}
16000 {
    opacity: 0;
    display: none;
}
}@-skrollr-keyframes testimonial_one {
    11000 {
    top: 100%}
11500 {
    top: 50%;
    opacity: 0;
}
12000 {
    top: 0%;
    opacity: 1;
}
13000 {
    opacity: 1;
}
13500 {
    opacity: 0;
}
}@-skrollr-keyframes testimonial_two {
    11000 {
    top: 100%}
12000 {
    top: 0%}
13000 {
    opacity: 0;
}
13500 {
    opacity: 1;
}
14000 {
    opacity: 1;
}
14500 {
    opacity: 0;
}
}@-skrollr-keyframes testimonial_three {
    11000 {
    top: 100%}
12000 {
    top: 0%}
14000 {
    opacity: 0;
}
14500 {
    opacity: 1;
}
}@-skrollr-keyframes testimonial_1_indicator {
    12000 {
    background-color: !#6aa9aa;
}
13000 {
    background-color: !#424242;
}
}@-skrollr-keyframes testimonial_2_indicator {
    12000 {
    background-color: !#424242;
}
13000 {
    background-color: !#6aa9aa;
}
14000 {
    background-color: !#424242;
}
}@-skrollr-keyframes testimonial_3_indicator {
    12000 {
    background-color: !#424242;
}
14000 {
    background-color: !#6aa9aa;
}
}
*/


.contact-us {
    height: 1000px;
}
.contact-us .section-fixed {
    background-color: #333333;
    z-index: 47;
    -skrollr-animation-name: contact_section;
}
.ready .contact-us .section-fixed {
    background: #333 url(/assets/dist/images/contact/contact-us.jpg) right top no-repeat;
    background-size: cover;
}
.contact-us .flap {
    -skrollr-animation-name: contact_flap;
}
.contact-us .flap .title {
    background-image: url(/assets/dist/images/contact/title.png);
    background-size: 100% 100%}
.contact-us .main {
    max-height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
.contact-us .contact-form-wrapper {
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
    max-width: 1024px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .contact-us .contact-form-wrapper {
    max-width: 960px;
}
}@media only screen and (max-width: 767px) {
    .contact-us .contact-form-wrapper {
    margin: 0 10px;
}
}.contact-us .button-container {
    margin: 25px 0;
}
.contact-us .headline {
    font-size: 75px;
    text-transform: uppercase;
    font-family: gotham_bold;
    letter-spacing: 3px;
    color: #FFF;
    margin-top: 165px;
    margin-bottom: 80px;
}
@media only screen and (max-width: 767px) {
    .contact-us .headline {
    letter-spacing: normal;
    font-size: 25px;
    margin-top: 125px;
    margin-bottom: 26px;
}
}@media only screen and (max-width: 767px) and (orientation: landscape) {
    .contact-us .headline {
    margin-top: 60px;
}
}@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .contact-us .headline {
    font-size: 40px;
    letter-spacing: normal;
}
}@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .contact-us .headline {
    font-size: 60px;
    letter-spacing: 2px;
}
}.contact-us .workline {
    text-transform: uppercase;
    font-family: gotham_bold;
    letter-spacing: 3px;
    color: #FFF;
    font-size: 26px;
    margin-bottom: 90px;
}
@media only screen and (max-width: 767px) {
    .contact-us .workline {
    letter-spacing: normal;
    font-size: 12px;
    margin-bottom: 30px;
}
}@media (min-width: 768px) and (max-width: 1024px) {
    .contact-us .workline {
    font-size: 21px;
}
}@media only screen and (max-width: 767px) and (orientation: landscape) {
    .contact-us .workline {
    margin-bottom: 15px;
}
}.contact-us .error {
    display: none;
    border-radius: 5px;
    padding: 10px 15px;
    color: #FFF;
    margin: 15px 0;
    background-color: rgba(217, 83, 79, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.7);
}
.contact-us .contact-field {
    font-family:  inherit;
     width: 100%;
    border-radius: 5px;
    font-size: 17px;
    padding: 10px 10px;
    border: none;
    background: #FFF;
    margin-bottom: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: lighter;
}
@media only screen and (max-width: 767px) {
    .contact-us .contact-field {
    font-size: 12px;
}
}@media only screen and (max-width: 767px) and (orientation: landscape) {
    .contact-us .contact-field {
    margin-bottom: 10px;
}
}.contact-us textarea {
    font-family: inherit;
}
.contact-us .placeholder {
    color: #999;
}
.contact-us .contact-info .contact-field {
    width: 49%;
    float: left;
}
@media only screen and (max-width: 767px) {
    .contact-us .contact-info .contact-field {
    width: 100%}
}.contact-us .contact-info .contact-field:nth-child(1) {
    margin-right: 2%}
@media only screen and (max-width: 767px) and (orientation: portrait) {
    .contact-us #contact-options span {
    display: none;
}
}.contact-us .contact-submit {
    background-color: #f0562d;
    border: none;
    color: #FFF;
    text-transform: uppercase;
    font-size: 11px;
    padding: 15px 37px;
    border-radius: 4px;
}
.contact-us .contact-submit:disabled {
    background-color: #888;
}
@media only screen and (max-width: 767px) {
    .contact-us .contact-submit {
    padding: 10px 20px;
}
}.contact-us .footer {
    margin: 95px auto 0 auto;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    color: #FFF;
    color: rgba(255, 255, 255, 0.9);
    text-shadow: 0 0 10px #000;
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
    .contact-us .footer {
    margin-top: 50px;
}
}@media only screen and (max-width: 767px) and (orientation: landscape) {
    .contact-us .footer {
    margin-top: 15px;
}
}@media only screen and (max-width: 767px) {
    .contact-us .footer {
    font-size: 11px;
}
}.contact-us .footer a {
    text-decoration: none;
    color: inherit;
}
.contact-us .footer a:hover {
    text-decoration: underline;
}
.contact-us .footer .sub {
    font-size: 12px;
}
@media only screen and (max-width: 767px) {
    .contact-us .footer .sub {
    font-size: 11px;
}
}@-skrollr-keyframes contact_flap {
    11998 {
    height: !0px;
}
11999 {
    height: !51px;
    -webkit-transition-delay: !0s;
    -moz-transition-delay: !0s;
    transition-delay: !0s;
}
}@-skrollr-keyframes contact_section {
    10999 {
    display: none;
}
11500 {
    display: block;
    top: 0%;
    opacity: 0;
}
12000 {
    top: 0%;
    opacity: 1;
}
}@-skrollr-keyframes stripe {
    0 {
    margin: 0% 100% 0% 0%}
12000 {
    margin: 0% 0% 0% 0%}
}
