@charset "UTF-8";
* {
    margin: 0;
    padding: 0;
}

body {
    background: #2a3f5e;
    color: #ffffff;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    padding-bottom: 120px;
    font-size: 12px;
}

a {
    color: white;
    text-decoration: none;
}

a:hover {
    color: #00A0DF;
    text-decoration: none;
}

body.front {
    background: #000000 url('images/home-bg.png') top center no-repeat;
}

body.about {
    background: #000000 url('images/about-bg.png') top center no-repeat;
}

body.projects, body.lounge, body.bonds, body.mucci, body.shag, body.altitude, body.rp, body.vtic, body.connectpink, body.circadian {
    background: #000000 url('images/projects-bg.png') top center no-repeat;
}

body.projects .main-head, body.lounge .main-head, body.bonds .main-head, body.mucci .main-head, body.shag .main-head, body.altitude .main-head, body.rp .main-head, body.vtic .main-head, body.connectpink .main-head, body.circadian .main-head {
    background: url('images/projects-head-bg.png') top center no-repeat;
}

body.clients {
    background: #000000 url('images/clients-bg.png') top center no-repeat;
}

body.projects-clients {
    background: #000000 url('images/projects-client-bg.png') top center no-repeat;
}

body.join {
    background: #000000 url('images/join-bg.png') top center no-repeat;
}

body.contact {
    background: black url('images/contact-bg.png') top center no-repeat;
}

body.blog.front,
body.single, body.archive {
    background: #fff;
    color: #000;
}
body.blog.front:before,
body.single:before,
body.archive:before{
    content: '';
    position: absolute;
    left: 0;
    top: 115px;
    width: 100%;
    height: 1px;
    background-color: #e8e9ea;
}
@font-face {
    font-family: 'BonvenoCFLight';
    src: url('fonts/BonvenoCF-Light-webfont.eot');
    src: url('fonts/BonvenoCF-Light-webfontd41d.eot?#iefix') format('embedded-opentype'), url('fonts/BonvenoCF-Light-webfont.woff') format('woff'), url('fonts/BonvenoCF-Light-webfont.html') format('truetype'), url('fonts/BonvenoCF-Light-webfont.svg#BonvenoCFLight') format('svg');
    font-weight: normal;
    font-style: normal;
}

#wrapper {
    margin: 0 auto;
    width: 960px;
}

.front #wrapper {
    margin: 0 auto;
    width: 960px;
}

.join #wrapper {
    height: 1020px;
}

.about #wrapper {
    height: 1265px;
}

.main-head {
    color: #00a0df;
    margin-top: 57px;
    height: 114px;
    padding-top: 7px;
    font-family: 'BonvenoCFLight';
    font-weight: normal;
    font-size: 48px;
    text-transform: uppercase;
    text-align: center;
    text-shadow: 0px 2px 2px #000000;
}

body.about .main-head {
    background: url('images/projects-head-bg.png') top center no-repeat;
}

body.projects-clients .main-head {
    background: url('images/projects-head-bg.png') top center no-repeat;
}

body.clients .main-head {
    background: url('images/clients-head-bg.png') top center no-repeat;
}

body.contact .main-head {
    background: url('images/contact-head-bg.png') top center no-repeat;
}

body.join .main-head {
    background: url('images/join-head-bg.png') top center no-repeat;
}

#header {
    width: 960px;
    height: 100px;
    margin: auto;
}
.main-head-detail{
    padding-top: 100px;
}
#helix-logo {
    position: absolute;
    top: 20px;
    left: 50%;
    margin-left: -400px;
}

body.front #helix-logo {
    position: absolute;
    top: 20px;
    left: 50%;
    margin-left: -400px;
    -webkit-animation-name: logo;
    -webkit-animation-duration: 0.5s;
    -webkit-animation-timing-function: ease;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-direction: normal;
    -webkit-animation-delay: 0s;
    -webkit-animation-play-state: running;
    -webkit-animation-fill-mode: backwards;
}

@-webkit-keyframes logo {
    0% {
        top: -100px;
        opacity: 0.5;
    }
    100% {
        top: 20px;
    }
}

#helix-logo a {
    background: url('images/logo.png') top left no-repeat;
    display: block;
    height: 59px;
    width: 210px;
    text-indent: -9000px;
}

#helix-logo a:hover {
    background: url('images/logo.png') bottom left no-repeat;
}

#global-nav {
    position: absolute;
    left: 50%;
    margin-left: -75px;
    top: 0px;
}

body.front #global-nav {
    position: absolute;
    left: 50%;
    margin-left: -75px;
    top: 0px;
    -webkit-animation-name: nav;
    -webkit-animation-duration: 0.5s;
    -webkit-animation-timing-function: ease;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-direction: normal;
    -webkit-animation-delay: 0s;
    -webkit-animation-play-state: running;
    -webkit-animation-fill-mode: backwards;
}

@-webkit-keyframes nav {
    0% {
        top: -100px;
        opacity: 0.5;
    }
    100% {
        top: 0px;
    }
}

ul#nav {
    background: url('images/nav-line.png') center left no-repeat;
    width: 443px;
    height: 85px;
    padding-left: 85px;
    margin: 0;
}

ul#nav li {
    float: left;
    font-size: 13px;
    list-style: none;
    text-transform: uppercase;
    font-family: Myriad, Helvetica, Arial, sans-serif;
    font-weight: bold;
    margin: 0 10px 0 -46px;
}

ul#nav li a {
    margin: 31px 0 0 34px;
    display: block;
    height: 25px;
    padding: 10px 0 0 0;
    text-indent: -9000px;
}

ul#nav li.first {
    margin: 0 0 0 -63px;
}

ul#nav li.first {
    background: url('images/aboutus.png') top left no-repeat;
    width: 163px;
    height: 86px;
}

ul#nav li.first:hover, ul#nav li.first.active {
    background: url('images/aboutus.png') bottom left no-repeat;
}

ul#nav li.projects {
    background: url('images/projects.png') top left no-repeat;
    width: 125px;
    height: 86px;
}

ul#nav li.projects:hover, ul#nav li.projects.active {
    background: url('images/projects.png') bottom left no-repeat;
}

ul#nav li.clients {
    background: url('images/clients.png') top left no-repeat;
    width: 114px;
    height: 86px;
}

ul#nav li.clients:hover, ul#nav li.clients.active {
    background: url('images/clients.png') bottom left no-repeat;
}

ul#nav li.contactus {
    background: url('images/contactus.png') top left no-repeat;
    width: 140px;
    height: 86px;
}

ul#nav li.contactus:hover, ul#nav li.contactus.active {
    background: url('images/contactus.png') bottom left no-repeat;
}

ul#nav li.last {
    background: url('images/join-us.png') top left no-repeat;
    width: 103px;
    height: 86px;
}

ul#nav li.last:hover, ul#nav li.last.active {
    background: url('images/join-us.png') bottom left no-repeat;
}

#front-header {
    float: left;
    z-index: 40;
    position: absolute;
    top: 336px;
    left: 50%;
    margin-left: -456px;
    -webkit-animation-name: front-header;
    -webkit-animation-duration: 0.5s;
    -webkit-animation-timing-function: ease;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-direction: normal;
    -webkit-animation-delay: 1s;
    -webkit-animation-play-state: running;
    -webkit-animation-fill-mode: backwards;
}

@-webkit-keyframes front-header {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1.0;
    }
}

#front-header h1 {
    color: #00a0df;
    display: block;
    height: 123px;
    width: 360px;
    text-transform: uppercase;
    text-align: right;
    font-family: 'BonvenoCFLight';
    font-size: 35px;
    font-weight: normal;
    text-shadow: 0px 2px 2px #000000;
}

#front-info {
    float: left;
    z-index: 40;
    position: absolute;
    top: 344px;
    left: 50%;
    margin-left: 58px;
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    width: 360px;
    line-height: 30px;
    text-shadow: 0px 2px 2px #000000;
    -webkit-animation-name: front-info;
    -webkit-animation-duration: 0.5s;
    -webkit-animation-timing-function: ease;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-direction: normal;
    -webkit-animation-delay: 1s;
    -webkit-animation-play-state: running;
    -webkit-animation-fill-mode: backwards;
}

@-webkit-keyframes front-info {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1.0;
    }
}

#explore {
    background: url('images/explore.png') top left no-repeat;
    display: block;
    color: #ffffff;
    text-transform: uppercase;
    text-indent: -9000px;
    width: 148px;
    height: 56px;
    margin-top: 27px;
    float: left;
    margin-left: 208px;
}

#explore:hover {
    background: url('images/explore.png') bottom left no-repeat;
}

#moon-front {
    background: url('images/front-moon.png') top left no-repeat;
    display: block;
    width: 316px;
    height: 316px;
    position: absolute;
    top: 567px;
    left: 50%;
    margin-left: -176px;
    -webkit-animation-name: moon;
    -webkit-animation-duration: 0.5s;
    -webkit-animation-timing-function: ease;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-direction: normal;
    -webkit-animation-delay: 0s;
    -webkit-animation-play-state: running;
    -webkit-animation-fill-mode: backwards;
}

@-webkit-keyframes moon {
    0% {
        top: 750px;
        opacity: 0.5;
    }
    100% {
        top: 567px;
    }
}

#rocket-front {
    background: url('images/front-rocket.png') top left no-repeat;
    display: block;
    width: 502px;
    height: 624px;
    position: absolute;
    top: 153px;
    left: 50%;
    margin-left: -268px;
    -webkit-animation-name: rocket;
    -webkit-animation-duration: 0.5s;
    -webkit-animation-timing-function: ease;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-direction: normal;
    -webkit-animation-delay: 0s;
    -webkit-animation-play-state: running;
    -webkit-animation-fill-mode: backwards;
}

@-webkit-keyframes rocket {
    0% {
        top: 867px;
    }
    100% {
        top: 153px;
    }
}

#exaust-front {
    background: url('images/front-clouds.png') top left no-repeat;
    display: block;
    width: 1228px;
    height: 355px;
    position: absolute;
    top: 750px;
    left: 50%;
    margin-left: -628px;
    -webkit-animation-name: exaust;
    -webkit-animation-duration: 0.5s;
    -webkit-animation-timing-function: ease;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-direction: normal;
    -webkit-animation-delay: 0s;
    -webkit-animation-play-state: running;
    -webkit-animation-fill-mode: backwards;
    animation-name: exaust;
    animation-duration: 0.5s;
    animation-timing-function: ease;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-delay: 0s;
    animation-play-state: running;
    animation-fill-mode: backwards;
}

@-webkit-keyframes exaust {
    0% {
        top: 967px;
    }
    100% {
        top: 750px;
    }
}

#about-content-block {
    background-color: rgba(0, 0, 0, 0.8);
    *background-color: black;
    -webkit-border-radius: 120px;
    border-radius: 120px;
    height: 674px;
    width: 565px;
    padding: 80px 0 0 106px;
    margin: 46px 0 0 56px;
    z-index: 50;
}

body.about .content h3 {
    font-size: 22px;
    text-align: center;
    text-transform: uppercase;
    width: 610px;
    margin: 14px auto;
}

.about-services-first {
    width: 405px;
    margin-bottom: 25px;
}

.about-services {
    width: 447px;
    margin-bottom: 25px;
}

.indent {
    margin-left: 22px;
}

.about-services h2, .about-services-first h2 {
    color: #00a0df;
    font-size: 20px;
    font-family: 'BonvenoCFLight';
    font-weight: normal;
    text-transform: uppercase;
}

.about-services p, .about-services-first p {
    color: #f3f3f3;
    font-size: 12px;
    font-weight: normal;
    line-height: 16px;
}

#about-clients {
    background: url('images/about-clients.png') top center no-repeat;
    display: block;
    width: 383px;
    height: 480px;
    position: absolute;
    left: 50%;
    top: 317px;
    margin-left: 127px;
}

#about-moon {
    background: url('images/about-moon.png') top center no-repeat;
    display: block;
    width: 235px;
    height: 234px;
    position: absolute;
    left: 50%;
    top: 886px;
    margin-left: 170px;
    z-index: -1;
    -webkit-animation-name: about-moon;
    -webkit-animation-duration: 0.5s;
    -webkit-animation-timing-function: ease;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-direction: normal;
    -webkit-animation-delay: 0s;
    -webkit-animation-play-state: running;
    -webkit-animation-fill-mode: backwards;
}

@-webkit-keyframes about-moon {
    0% {
        top: 1000px;
    }
    100% {
        top: 886px;
    }
}

.back-to-projects {
    background: url('images/backto.png') top left no-repeat;
    display: block;
    height: 29px;
    width: 23px;
    text-indent: -9000px;
    position: absolute;
    top: 187px;
    left: 50%;
    margin-left: -167px;
}

.content-projects {
    height: 1553px;
}

#projects-content-block {
    margin-top: 40px;
}

#projects-content-block ul {
    width: 960px;
    height: 339px;
    clear: both;
    margin-bottom: 45px;
}

#projects-content-block ul li.even {
    float: left;
    width: 285px;
    height: 331px;
    overflow: hidden;
    position: relative;
    margin: 0 16px 30px 16px;
    -webkit-animation-name: projects-even;
    -webkit-animation-duration: 0.5s;
    -webkit-animation-timing-function: ease;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-direction: normal;
    -webkit-animation-delay: 0.5s;
    -webkit-animation-play-state: running;
    -webkit-animation-fill-mode: backwards;
}

@-webkit-keyframes projects-even {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1.0;
    }
}

#projects-content-block ul li.odd {
    float: left;
    width: 285px;
    height: 331px;
    overflow: hidden;
    position: relative;
    margin: 0 16px 30px 16px;
    -webkit-animation-name: projects-odd;
    -webkit-animation-duration: 0.5s;
    -webkit-animation-timing-function: ease;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-direction: normal;
    -webkit-animation-delay: 0.7s;
    -webkit-animation-play-state: running;
    -webkit-animation-fill-mode: backwards;
}

@-webkit-keyframes projects-odd {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1.0;
    }
}

#projects-content-block ul li.middle {
    margin: 0 47px;
}

#projects-content-block ul li#cl {
    background: url('images/cl.html') top left no-repeat;
}

#projects-content-block ul li {
    background: url('images/bonds.png') top left no-repeat;
}

#projects-content-block ul li#cl {
    background: url('images/cp.html') top left no-repeat;
}

#projects-content-block ul li#cl {
    background: url('images/mucci.html') top left no-repeat;
}

#projects-content-block ul li#cl {
    background: url('images/shag.html') top left no-repeat;
}

#projects-content-block ul li#cl {
    background: url('images/altitude.html') top left no-repeat;
}

#projects-content-block ul li#cl {
    background: url('images/vtic.html') top left no-repeat;
}

#projects-content-block ul li#cl {
    background: url('images/circadian.html') top left no-repeat;
}

#projects-content-block ul li#cl {
    background: url('images/rpdata.html') top left no-repeat;
}

.project-info {
    background: url('images/arrow.png') 256px 39px no-repeat;
    background-color: #00A0DF;
    opacity: 0.9;
    color: white;
    padding: 23px 0 30px 18px;
    position: relative;
    bottom: -319px;
    width: 100%;
    height: 100px;
    box-sizing: border-box;
}

#projects-content-block ul li a {
    height: 331px;
    display: block;
    color: white;
    text-decoration: none;
    top: 0px;
    position: relative;
}

#projects-content-block ul li a:hover .project-info {
    bottom: -236px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.project-info h3 {
    font-size: 18px;
    margin-bottom: 5px;
}

.project-info p {
    font-size: 14px;
    font-weight: normal;
}

#projects-moon {
    background: url('images/projects-moon.png') top left no-repeat;
    width: 262px;
    height: 290px;
    margin-left: 346px;
    clear: left;
}

#clients-content-block {
    margin-top: 40px;
}

#clients-content-block ul li {
    float: left;
    width: 141px;
    height: 141px;
    margin-right: 18px;
    list-style: none;
}

#clients-content-block ul li img {
    border: none;
}

#clients-content-block ul {
    height: 141px;
}

.clientLogo {
    background: url('images/circle.png') top left no-repeat;
}

.clientLogo img {
    opacity: 0;
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
}

.clientLogo img:hover {
    opacity: 1;
}

#clients-content-block ul.even {
    margin-left: 5px;
    -webkit-animation-name: clients-even;
    -webkit-animation-duration: 0.5s;
    -webkit-animation-timing-function: ease;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-direction: normal;
    -webkit-animation-delay: 0.5s;
    -webkit-animation-play-state: running;
    -webkit-animation-fill-mode: backwards;
}

@-webkit-keyframes clients-even {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1.0;
    }
}

#clients-content-block ul.odd {
    margin-left: 86px;
    -webkit-animation-name: clients-odd;
    -webkit-animation-duration: 0.5s;
    -webkit-animation-timing-function: ease;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-direction: normal;
    -webkit-animation-delay: 0.7s;
    -webkit-animation-play-state: running;
    -webkit-animation-fill-mode: backwards;
}

@-webkit-keyframes clients-odd {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1.0;
    }
}

.content-projects-clients {
    margin-bottom: 150px;
}

.content-projects-clients h1.main-head {
    margin-bottom: 40px;
}

.client-website, .client-mobile {
    color: #a8a8a8;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    background: white;
    height: 500px;
    width: 790px;
    margin-bottom: 10px;
    margin-left: 90px;
}

.website-preview {
    background: url('images/mac.png') top left no-repeat;
    width: 583px;
    height: 387px;
    margin: 81px 0 0 -135px;
    float: left;
}

.website-preview-img {
    position: relative;
    top: 19px;
    margin-left: 79px;
}

.website-info {
    float: left;
    margin: 74px 0 0 0;
    width: 334px;
}

.website-info h2 {
    font-size: 32px;
    color: #00a0df;
    text-transform: uppercase;
}

.website-info .sub-head {
    color: #00a0df;
    font-size: 16px;
    margin-bottom: 5px;
    margin-top: 10px;
}

.website-info .body {
    font-size: 12px;
    font-family: Myriad, Helvetica, Arial, sans-serif;
    font-weight: lighter;
    margin-top: 20px;
    line-height: 19px;
    width: 260px;
}

.mobile-info {
    float: left;
    margin: 75px 0 0 78px;
    width: 320px;
    height: 375px;
}

.mobile-info h3 {
    color: #00a0df;
    font-size: 20px;
}

.mobile-info .sub-head {
    color: #00a0df;
    font-size: 14px;
    margin-top: 5px;
}

.mobile-info .body {
    font-size: 12px;
    margin-top: 15px;
    margin-bottom: 30px;
    line-height: 19px;
    width: 260px;
    font-family: Myriad, Helvetica, Arial, sans-serif;
    font-weight: lighter;
}

.mobile-preview {
    float: left;
    width: 399px;
    height: 371px;
    margin: 66px 0 0 23px;
    position: absolute;
    left: 50%;
}

#projects-clients-moon {
    background: url('images/about-moon.png') top left no-repeat;
    width: 241px;
    height: 237px;
    position: absolute;
    left: 50%;
    margin: 75px 0 0 -104px;
}

.fb-like {
    width: 109px;
    float: left;
}

.twitter-share-button {
    position: relative;
    top: 0px;
    margin-left: 4px;
    margin-right: 7px;
    float: left;
}

.fancy {
    float: left;
    margin: 11px 0px 0px 177px !important;
    *margin-top: 7px;
    height: 10px;
    position: relative;
    top: -31px !important;
}

.fancy ~ a {
    margin: -20px 0px 0px 1px !important;
}

#join-content-block {
    height: 700px;
}

#join-subhead {
    font-size: 22px;
    text-align: center;
    text-transform: uppercase;
    width: 520px;
    margin: 14px 0 0 221px;
}

body.join-us .content > h3 {
    font-size: 22px;
    text-align: center;
    text-transform: uppercase;
    width: 545px;
    margin-left: 201px;
    margin-top: 30px;
}

.role {
    display: block;
    width: 138px;
    height: 110px;
    padding: 54px 0 0 22px;
}

.role1 {
    background: url('images/role1.png') 4px 5px no-repeat;
}

.role2 {
    background: url('images/role2.png') 5px 5px no-repeat;
}

.role3 {
    background: url('images/role-bg.png') top left no-repeat;
}

.role4 {
    background: url('images/role4.png') 5px 4px no-repeat;
}

.role a {
    font-size: 17px;
    text-transform: uppercase;
    text-align: center;
    color: #00a0df;
    font-family: 'BonvenoCFLight';
    text-shadow: 0px 2px 2px #000000;
    width: 115px;
    display: block;
    font-weight: lighter;
    line-height: 21px;
}

.role a:hover {
    color: white;
}

.role1 {
    position: absolute;
    left: 50%;
    top: 417px;
    margin-left: -91px;
}

.role2 {
    position: absolute;
    left: 50%;
    top: 594px;
    margin-left: -238px;
}

.role3 {
    position: absolute;
    left: 50%;
    top: 619px;
    margin-left: 20px;
    padding: 65px 0 0 22px !important;
    height: 95px;
}

.role4 {
    position: absolute;
    left: 50%;
    top: 790px;
    margin-left: -132px;
    padding: 46px 0 0 22px !important;
    height: 114px;
}

#astroboy {
    background: url('images/astroboy.png') top left no-repeat;
    width: 257px;
    height: 362px;
    position: fixed;
    z-index: 100;
    left: 50%;
    margin: 25px 0 0 160px;
    bottom: 0;
}

body.contact .content #subhead {
    font-size: 22px;
    text-align: center;
    text-transform: uppercase;
    width: 439px;
    margin: 14px 0 0 267px;
}

#contact-content-block {
    background: url('images/contact-content-bg.png') top left no-repeat;
    width: 459px;
    height: 459px;
    margin: 62px auto;
    font-size: 14px;
}

.say-hello p {
    text-align: left;
}

.say-hello h3 {
    text-indent: 50px;
    text-align: left !important;
}

#contact-content-block h3 {
    font-size: 20px;
    text-transform: uppercase;
    color: #00a0df;
    font-family: 'BonvenoCFLight';
    text-align: center;
    margin: 15px 0 15px 22px;
}

#contact-content-block a {
    color: white;
    text-decoration: none;
}

#contact-content-block a:hover {
    color: #00a0df;
    text-decoration: none;
}

.say-hello {
    margin: 75px 0 0 88px;
    float: left;
}

#follow {
    float: left;
    margin-left: 146px;
    margin-top: 0;
}

#follow h3 {
    margin-left: 0;
}

.say-hello p {
    display: block;
    height: 24px;
    padding: 5px 0 0 30px;
}

.say-hello #email {
    background: url('images/contact-icons.png') 0px 5px no-repeat;
}

.say-hello #maps {
    background: url('images/contact-icons.png') 0px -23px no-repeat;
    margin-bottom: 15px;
}

.say-hello #phone {
    background: url('images/contact-icons.png') 0px -51px no-repeat;
}

.say-hello #fax {
    background: url('images/contact-icons.png') 0px -80px no-repeat;
}

#follow #facebook {
    background: url('images/contact-social-icons.png') -137px 0px no-repeat;
    display: block;
    float: left;
    width: 41px;
    height: 39px;
    text-indent: -9000px;
    margin: 0;
}

#follow #facebook:hover {
    background: url('images/contact-social-icons.png') -137px -39px no-repeat;
}

#follow #pinterest {
    background: url('images/contact-social-icons.png') 12px 0px no-repeat;
    display: block;
    float: left;
    width: 41px;
    height: 39px;
    text-indent: -9000px;
    margin-right: 6px;
}

#follow #pinterest:hover {
    background: url('images/contact-social-icons.png') 12px -39px no-repeat;
}

#follow #twitter {
    background: url('images/contact-social-icons.png') -43px 0px no-repeat;
    display: block;
    float: left;
    width: 41px;
    height: 39px;
    text-indent: -9000px;
    margin: 0;
}

#follow #twitter:hover {
    background: url('images/contact-social-icons.png') -43px -39px no-repeat;
}

#follow #linkedin {
    background: url('images/contact-social-icons.png') -84px 0px no-repeat;
    display: block;
    float: left;
    width: 41px;
    height: 39px;
    text-indent: -9000px;
}

#follow #linkedin:hover {
    background: url('images/contact-social-icons.png') -84px -39px no-repeat;
}

body.contact .helix-flag {
    background: url('images/flag.png') top left no-repeat;
    height: 142px;
    width: 102px;
    position: fixed;
    bottom: 56px;
    left: 50%;
    margin-left: -293px;
    -webkit-animation-name: helix-flag;
    -webkit-animation-duration: 0.5s;
    -webkit-animation-timing-function: ease;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-direction: normal;
    -webkit-animation-delay: 0.7s;
    -webkit-animation-play-state: running;
    -webkit-animation-fill-mode: backwards;
}

@-webkit-keyframes helix-flag {
    0% {
        bottom: -100px;
    }
    100% {
        bottom: 56px;
    }
}

body.clients .helix-flag {
    background: url('images/flag.png') top left no-repeat;
    height: 142px;
    width: 102px;
    position: fixed;
    bottom: 32px;
    left: 50%;
    margin-left: -593px;
}

#footer {
    background: url('images/footer-mountains.png') top center no-repeat;
    width: 100%;
    margin-top: 40px;
    height: 80px;
    padding-top: 41px;
    position: fixed;
    bottom: 0;
    z-index: 50;
}

#footer-inner {
    background: #0098d8 url('images/footer-bg.jpg') top left repeat;
    width: 100%;
    margin-top: 40px;
    *margin-top: 80px;
    height: 40px;
}

#footer-info {
    width: 960px;
    margin: 0 auto;
}

#helix-links {
    text-transform: uppercase;
    font-size: 10px;
}

#helix-links ul {
    float: left;
}

#helix-links li {
    list-style: none;
    float: left;
}

#helix-links ul#first li {
    background: url('images/dot.png') center right no-repeat;
    padding: 0 14px 0 9px;
}

#helix-links a {
    color: white;
    text-decoration: none;
}

#helix-links ul#first {
    margin: 15px 0 0 200px;
}

#helix-links ul#second {
    margin: 10px 0 0 16px;
}

#helix-links ul#second li a {
    display: block;
    height: 25px;
    width: 25px;
    text-indent: -9000px;
}

#helix-links #Facebook {
    background: url('images/footer-fb.png') top left no-repeat;
    width: 15px !important;
}

#helix-links #pinterest {
    background: url('images/footer-icons.png') top left no-repeat;
}

#helix-links #twitter {
    background: url('images/footer-icons.png') 0px -31px no-repeat;
}

#helix-links #linkedin {
    background: url('images/footer-icons.png') 0px -58px no-repeat;
}

/*START:error message*/
.error-page {
    min-height: 450px;
    margin: 0 auto;
    padding: 0 21px 40px;
}

.error-page h1 {
    margin: 0;
    padding: 20px 0 0 0;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 100px;
    line-height: 100px;
}

.error-page h1:after, .error-page h2:after {
    display: none;
}

.error-page h1 span {
    color: #54bfea;
    text-align: center;
    font-weight: bold;
    font-size: 81px;
}

.error-page h2 {
    color: #54bfea;
    font-size: 35px;
    font-weight: 400;
    line-height: 35px;
    margin: 0;
    padding: 25px 0 0;
    text-align: center;
}

.error-page p {
    color: #fff;
    font-size: 20px;
    font-weight: 100;
    line-height: 30px;
    margin: 0;
    padding: 25px 250px;
    text-align: center;
}

.errorpage .main-head {
    background: rgba(0, 0, 0, 0) url("images/projects-head-bg.png") no-repeat scroll center top;
}

/*END:error message*/

/*start:*/
.home .main-head {
    display: none;
}

body.project {
    background: #000000 url('images/projects-client-bg.png') top center no-repeat;
}

ul#nav li:first-child {
    background: rgba(0, 0, 0, 0) url("images/aboutus.png") no-repeat scroll left top;
    height: 86px;
    width: 163px;
}

ul#nav li#menu-item-332 {
    margin: 0 0 0 -63px;
}

ul#nav li#menu-item-332:hover, ul#nav li#menu-item-332.active {
    background: rgba(0, 0, 0, 0) url("images/aboutus.png") no-repeat scroll left bottom;
}

ul#nav li#menu-item-333 {
    background: rgba(0, 0, 0, 0) url("images/projects.png") no-repeat scroll left top;
    height: 86px;
    width: 125px;
}

ul#nav li#menu-item-333:hover, ul#nav li#menu-item-333.active {
    background: rgba(0, 0, 0, 0) url("images/projects.png") no-repeat scroll left bottom;
}

ul#nav li#menu-item-334 {
    background: rgba(0, 0, 0, 0) url("images/clients.png") no-repeat scroll left top;
    height: 86px;
    width: 114px;
}

ul#nav li#menu-item-334:hover, ul#nav li#menu-item-334.active {
    background: rgba(0, 0, 0, 0) url("images/clients.png") no-repeat scroll left bottom;
}

ul#nav li#menu-item-335 {
    background: rgba(0, 0, 0, 0) url("images/contactus.png") no-repeat scroll left top;
    height: 86px;
    width: 140px;
}

ul#nav li#menu-item-335:hover, ul#nav li#menu-item-335.active {
    background: rgba(0, 0, 0, 0) url("images/contactus.png") no-repeat scroll left bottom;
}

ul#nav li#menu-item-336 {
    background: rgba(0, 0, 0, 0) url("images/join-us.png") no-repeat scroll left top;
    height: 86px;
    width: 103px;
}

ul#nav li#menu-item-336:hover, ul#nav li#menu-item-336.active {
    background: rgba(0, 0, 0, 0) url("images/join-us.png") no-repeat scroll left bottom;
}

/*end:*/

/*start:common page content*/
.page-content .main-head {
    background-image: url(images/head-bg.png);
    background-repeat: no-repeat;
    background-position: top center;
    margin-bottom: 40px;
}

.page-content h5 {
    padding: 10px 0 5px 0;
    font-size: 18px;
    line-height: 25px;
}

.page-content ul, .page-content ol {
    padding: 0 0 0 15px;
}

.page-content li {
    font-size: 15px;
    line-height: 25px;
}

.page-content p {
    font-size: 15px;
    line-height: 25px;
    padding: 0 0 10px 0;
}

/*end:common page content*/
.clear {
    clear: both;
    padding: 0;
    margin: 0;
}

/*start:blog*/
.left-part-content {
    width: 70%;
    float: left;
    overflow: hidden;
    padding-bottom: 100px;
    padding-right: 30px;
    box-sizing: border-box;
}

.right-part-content {
    width: 30%;
    float: right;
    overflow: hidden;
}

.right-part {
    padding-left: 25px;
}

.single-blog-article {
    display: inline-block;
    width: 46%;
    vertical-align: top;
    height: 300px;
    margin: 0 22px 20px 0;
    color: #000;
}

.single-blog-details {
    width: 100%;
    height: auto;
}

.single-blog-details .blog-article-img {
    height: auto;
}

.single-blog-details .blog-date {
    padding-bottom: 0;
}

.single-blog-article h2 a {
    color: #000;
}

.blog-content {
    padding: 0px;
}

.blog-article-img {
    width: 100%;
    height: 175px;
    overflow: hidden;
    margin: 0 0 15px 0;
}

.blog .main-head,
body.single .main-head,
body.archive .main-head {
    text-shadow: none;
    background-image: url(images/head-bg-blog.png);
    margin-top: 90px;
}

.blog-article-img img {
    max-width: 100%;
    height: auto;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.blog-article-img:hover{
    opacity: 0.9;
}

.blog-date p {
    margin: 0;
    padding: 0;
}

.blog-date {
    padding-top: 5px;
}

.blog-date p,
.right-part .post-date {
    color: rgba(0, 0, 0, 0.3);
    font-style: italic;
    font-size: 13px;
}

.comment-metadata time {
    color: rgba(0, 0, 0, 0.3);
}
.comment-meta{
    color: #000000;
}
.comment-meta a{
    color: #000000;
}
.reply a {
    font-size: 11px;
    padding: 1px 15px;
    display: inline-block;
    background: #000;
    letter-spacing: 0.5px;
}
.page-content .comment-list,
.page-content .comment-list{
    padding: 20px 0 0 0;
}
.comment-list{
    margin-bottom: 30px;
}
.comment-list li {
    list-style: none;
    background: #f8f8f8;
    padding-left: 25px;
    padding-top: 25px;
    padding-right: 25px;
    text-align: left;
    padding-bottom: 25px;
}
.comment-author img{
    float: left;
    margin: 0 10px 0 0;
}
.comment-content p{
    padding: 10px 0 10px !important;
}
.site-description {
    margin-bottom: 25px;
}

.right-part .widget + .widget {
    margin-top: 70px;
}

.single-blog-article .blog-list-parem {
    font-style: italic;
    margin-top: 4px;
}
body.single.single-post, body.blog {
    padding-bottom: 0;
}
.single.single-post #footer, .blog #footer{
    position: static;
}
.right-part .widget-title {
    font-weight: normal;
    font-size: 22px;
    position: relative;
    margin: 0;
    padding: 0 0 15px 0;
    display: inline-block;
    vertical-align: top;
    line-height: 20px;
}

.page-content .right-part ul {
    margin: 0;
    padding: 0;
}

.page-content .right-part li {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 22px;
}

.page-content .right-part li + li {
    padding-top: 10px;
}

.page-content .right-part li a {
    color: #000000;
    font-size: 14px;
}

.page-content .right-part li a:hover, .page-content .right-part li a:focus {
    color: #00a0df;
    text-decoration: none;
}

.page-content .right-part .widget_recent_entries li span {
    display: block;
}

.page-content .right-part .widget_recent_entries li + li {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 10px;
    margin-top: 10px;
}

.blog-article-content h2 {
    font-weight: 300;
    line-height: 22px;
    font-size: 16px;
    max-height: 48px;
    min-height: 48px;
    overflow: hidden;
}

.single-blog-details h1 {
    max-height: 100%;
    min-height: 100%;
    overflow: visible;
    font-size: 27px;
    line-height: 1.2;
}
.single-blog-details img{
    max-width: 100%;
}
.page-content .left-part-content p {
    font-size: 16px;
    line-height: 26px;
    padding: 0 0 20px 0;
}
.single-blog-details .blog-article-img img {
    max-width: 95%;
}

.blog-article-content h2 a {
    color: #000000;
}

.blog-article-content h2 a:hover,
.blog-article-content h2 a:focus,
.blog-article-content h2 a:active {
    color: #40b8e7;
}

nav.navigation.paging-navigation {
    text-align: center;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 30px;
    margin-top: 30px;
}

nav.navigation.paging-navigation h1.screen-reader-text {
    display: none;
}

.left-part-content .paging-navigation a,
.left-part-content .paging-navigation span {
    color: #000000;
    font-size: 16px;
}

.left-part-content .paging-navigation a {
    margin: 0 15px;
}

.left-part-content .paging-navigation a.prev {
    float: left;
}

.left-part-content .paging-navigation a.next {
    float: right;
}

.left-part-content .paging-navigation .page-numbers:hover,
.left-part-content .paging-navigation .page-numbers.current,
.left-part-content .paging-navigation .page-numbers.next:hover,
.left-part-content .paging-navigation .page-numbers.prev:hover {
    color: #40b8e7;
}

/*end*/
.page-content .comment-form .comment-notes {
    display: none;
}

.comments-area {
    padding: 0px;
}

.comment-reply-title {
    font-size: 20px;
    color: rgba(0, 0, 0, 0.8);
    font-weight: normal;
    margin: 0;
    padding: 10px 0 10px 0;
}
a#cancel-comment-reply-link {
    color: #a7a7a7;
    margin-left: 10px;
}
.comment-form label {
    width: 100%;
    display: block;
    vertical-align: top;
    color: rgba(0, 0, 0, 0.6);
    font-size: 14px;
    text-align: left;
}

.comment-form textarea {
    width: 100%;
    height: 100px;
    padding: 10px;
    margin: 0;
    border: 1px solid rgba(0, 0, 0, 0.2);
    color: #000000;
    font-size: 14px;
    text-align: left;
    box-sizing: border-box;
}

.comment-form input[type='text'],
.comment-form input[type='email'],
.comment-form input[type='url'] {
    width: 100%;
    height: 40px;
    padding: 0 5px;
    margin: 0;
    border: 1px solid rgba(0, 0, 0, 0.2);
    color: #000000;
    font-size: 14px;
    text-align: left;
    box-sizing: border-box;
}

.comment-form input[type='submit'] {
    width: auto;
    height: auto;
    padding: 10px 25px;
    margin: 10px 0 0 0;
    border: none;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    text-transform: none;
    background-color: #00a0df;
    cursor: pointer;
}

.comment-form input[type='submit']:hover, .comment-form input[type='submit']:focus {
    background-color: #0790c9;
}

.comments-title {
    font-size: 18px;
    color: rgba(0, 0, 0, 0.5);
    font-weight: normal;
    margin: 0;
    padding: 0 0 10px 0;
    line-height: 20px;
}
.termsText, .privacyText {
    padding: 0 15px;
}
div#footer-info a:hover {
    color: #000;
}
#clients-content-block ul.even:nth-child(5) {
    height: 280px;
}
.blog a{
    color: #000;
}
.single.single-post a {
    color: #04a1e0;
}
.single.single-post .blog-article-content h2{
    min-height: 0;
    max-height: none;
    font-size: 23px;
    font-weight: 700;
    padding-bottom: 15px;
    padding-top: 15px;
    line-height: 1.2
}
.single.single-post .blog-article-content h3{
    min-height: 0;
    max-height: none;
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 15px;
    padding-top: 15px;
    line-height: 1.2
}
.single.single-post a {
    color: #04a1e0;
}
.single.single-post .page-content ul,  .single.single-post .page-content ol{
    margin-bottom: 20px;
}
.single-blog-details .blog-date p {
    color: rgba(0, 0, 0, 0.52);
}

/*--------------------------------------------------- !Responsive  ---------------------------------------------------*/
@media (max-width: 1024px) {
    #clients-content-block ul.even:nth-child(5) {
        height: 300px;
    }
    #exaust-front {
        background-position: center top;
        margin-left: -512px;
        max-width: 1024px;
        top: 730px;
    }

    #helix-links {
        text-align: center;
    }

    #footer-info {
        max-width: 100%;
    }

    #helix-links ul {
        float: none;
        display: inline-block;
        vertical-align: middle;
    }

    #helix-links ul#first {
        margin: 0;
        padding-left: 0;
    }

    #helix-links ul#second {
        margin: 7px 0 0 10px;
    }

    .about #wrapper {
        width: 960px;
    }

    #footer {
        bottom: -1px;
    }

    #footer-inner {
        position: relative;
        top: -1px;
    }
    .left-part-content{
        padding-bottom: 0;
    }
    .blog .left-part-content{
        padding-bottom: 200px;
    }

}

@media (max-width: 991px) {

    .blog .main-head,
    body.single .main-head,
    body.archive .main-head {
        margin-top: 65px;
        font-size: 35px;
        padding-top: 15px;
    }
    .right-part {
        padding-left: 0;
    }
    #exaust-front {
        margin-left: -384px;
        max-width: 768px;
    }

    .project-info {
        padding-left: 0;
    }

    .project-info h3 {
        font-size: 17px;
    }

    .project-info p {
        font-size: 13px;
    }

    #wrapper,
    #header,
    .front #wrapper {
        width: 700px;
        position: relative;
    }

    #helix-logo, body.front #helix-logo {
        left: 20px;
        margin: 0;
        top: 23px;
    }

    #helix-logo a {
        background-size: 100% auto;
        height: 39px;
        width: 140px;
    }

    #helix-logo a:hover {
        background-size: 100% auto;
    }

    #global-nav,
    body.front #global-nav {
        left: inherit;
        margin: 0;
        right: -10px;
    }

    #front-header {
        left: 0;
        margin-left: 0;
    }

    #front-header h1 {
        font-size: 40px;
        height: auto;
        line-height: 45px;
        margin-top: 5px;
        width: 280px;
    }

    #explore {
        margin: 20px 0 0 128px;
    }

    #front-info {
        margin-left: 30px;
        width: 305px;
    }

    #exaust-front {
        margin-left: -400px;
        max-width: 800px;
    }

    .about #wrapper {
        width: 700px;
    }

    #about-clients {
        background-size: 100% auto;
        left: inherit;
        margin: 0;
        right: 0;
        top: 350px;
        width: 250px;
    }

    #about-moon {
        left: inherit;
        right: 0;
    }

    #about-content-block {
        height: 710px;
        margin-left: 0;
        padding-left: 50px;
        padding-top: 50px;
        width: 520px;
    }

    .projects #wrapper,
    .content-projects {
        height: auto;
        margin: 0 auto;
        width: 700px;
        position: relative;
    }

    #projects-content-block {
        text-align: center;
    }

    #projects-content-block ul {
        display: inline-block;
        height: auto;
        margin-left: 0px;
        width: 634px;
    }

    #projects-moon {
        bottom: 60px;
        margin: 0;
        position: absolute;
        right: 60px;
    }

    #projects-clients-content-block {
        margin: 0 auto;
        width: 700px;
    }

    .client-website, .client-mobile {
        display: inline-block;
        height: auto;
        min-height: 430px;
        width: 610px;
    }

    .client-mobile {
        margin-left: 0;
    }

    .website-preview {
        width: 400px;
        background-size: 100%;
        height: 300px;
    }

    .website-preview-img {
        margin-left: 53px;
        top: 13px;
        width: 297px;
    }

    .website-info {
        margin: 74px 0 50px;
    }

    .mobile-preview {
        left: inherit;
        margin-top: 80px;
        right: 0;
        width: 300px;
    }

    .mobile-preview img {
        max-width: 100%;
    }

    .mobile-info .body {
        width: 100%;
    }

    .mobile-info {
        width: 300px;
    }

    body.clients .helix-flag {
        margin-left: 0;
    }

    body.clients .helix-flag {
        bottom: 50px;
        margin-left: -380px;
    }

    .contact .entry-content {
        text-align: center;
    }

    #join-subhead {
        margin-left: 90px;
    }

    #astroboy {
        margin-left: 130px;
    }

    #clients-content-block {
        margin-left: 40px;
    }

    .single-blog-article {
        width: 44%;
        height: 220px;
    }
    .single-blog-details {
        width: 100%;
        height: auto;
    }
    .blog-article-img{
        height: 120px;
    }


}

@media (max-width: 767px) {
    .blog-article-content h2 {
        max-height: initial;
        min-height: 0;
    }
    #clients-content-block ul.even:nth-child(5) {
        height: auto;
    }
    .left-part-content{
        padding-right: 0;
    }
    .front #wrapper {
        height: 784px;
    }
    .blog .left-part-content{
        padding-bottom: 0;
    }
    .blog #wrapper,
    .single #wrapper,
    .archive #wrapper {
        height: auto;
    }

    .blog .main-head, body.single .main-head, body.archive .main-head {
        background-image: none;
        height: auto;
        margin-top: 30px;
        font-size: 28px;
    }

    .left-part-content {
        width: 100%;
        float: none;
        padding-bottom: 0;
    }

    .single-blog-article {
        width: 100%;
        height: auto;
        margin-right: 0;
    }

    .blog-article-img {
        height: auto;
    }

    .right-part-content {
        display: none;
    }

    #clients-content-block {
        text-align: center;
        margin: 0 auto;
        width: 315px;
        padding-bottom: 50px;
    }

    #clients-content-block ul, #clients-content-block ul.odd, #clients-content-block ul.even {
        width: auto;
        height: auto;
        text-align: center;
        margin: 0;
    }

    #clients-content-block ul li {
        display: inline-block;
        float: none;
        margin: 5px;
        vertical-align: top;
        width: auto;
        text-align: center;
    }

    #front-info {
        font-size: 16px;
        left: inherit;
        right: 0;
        width: 100%;
        top: 340px;
    }

    #front-info p {
        text-align: center;
    }

    #front-header p {
        text-align: center;
    }

    #front-header #explore {
        margin: 20px auto;
        float: none;
    }

    #front-header {
        padding: 0;
        top: 150px;
        width: 100%;
    }

    #front-header h1 {
        font-size: 32px;
        padding: 0;
        line-height: 40px;
        width: auto;
        text-align: center;
        max-width: 320px;
        margin: 0 auto;
    }

    ul#nav {
        display: none;
    }

    button.menu-toggle {
        background: #00a0df none repeat scroll 0 0;
        border: medium none;
        box-sizing: border-box;
        cursor: pointer;
        display: inline-block;
        height: 39px;
        position: absolute;
        right: 0;
        width: 45px;
        top: 0;
    }

    button.menu-toggle::after,
    button.menu-toggle::before {
        background: #fff none repeat scroll 0 0;
        content: "";
        display: inline-block;
        height: 3px;
        left: 12px;
        position: absolute;
        right: 12px;
        top: 9px;
        z-index: 10;
    }

    button.menu-toggle::after {
        top: auto;
        bottom: 9px;
    }

    button.menu-toggle:focus {
        outline: none;
    }

    .menu-toggle i {
        background: #fff none repeat scroll 0 0;
        display: inline-block;
        height: 3px;
        left: 12px;
        position: absolute;
        right: 12px;
        top: 18px;
    }

    ul#nav {
        background: #00a8ea none repeat scroll 0 0;
        height: auto;
        left: 0;
        padding: 0;
        position: absolute;
        right: 0;
        top: 38px;
        width: 100%;
    }

    ul#nav li {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
        float: none !important;
        height: 50px !important;
        margin: 0 !important;
        padding: 0 !important;
        width: 100% !important;
    }

    ul#nav li a {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        float: none !important;
        height: 50px !important;
        line-height: 50px;
        margin: 0 !important;
        padding: 0 !important;
        text-align: center;
        text-indent: 0;
        width: 100% !important;
    }

    ul#nav li:last-child a {
        border: none;
    }

    ul#nav li a:hover {
        color: #fff;
        box-shadow: 0 50px 0 0 rgba(255, 255, 255, 0.1) inset;
    }

    #wrapper, #header, .front #wrapper {
        position: relative;
        width: 100%;
    }

    #global-nav, body.front #global-nav {
        left: 50%;
        margin-left: -260px;
        right: inherit;
        top: 50px;
    }

    #helix-logo, body.front #helix-logo {
        top: 23px;
        left: 15px;
        margin: 0;
        z-index: 20;
    }

    #exaust-front {
        height: 215px;
        left: 0;
        margin: 0;
        max-width: 100%;
    }

    #front-info p {
        padding: 0 20px;
        font-size: 15px;
        line-height: 23px;
        max-width: 320px;
        margin: 0 auto;
    }

    #rocket-front {
        background-position: center 310px;
        left: 0;
        margin: 0;
        width: 100%;
        height: 770px;
    }

    #footer {
        position: relative;
    }

    body {
        padding-bottom: 0;
    }

    .main-head {
        padding-top: 20px;
        font-size: 30px;
        line-height: 38px;
    }

    .post-323 .main-head {
        font-size: 24px;
    }

    #astroboy {
        bottom: -140px;
        left: inherit;
        margin-left: 0;
        position: absolute;
        right: 0;
    }

    #join-subhead {
        margin: 0;
        width: 100%;
        font-size: 16px;
        line-height: 25px;
    }

    body.clients .helix-flag {
        bottom: -140px;
        left: 0px;
        margin-left: 0;
        position: absolute;
    }

    #clients-content-block ul.even {
        margin-left: 0;
    }

    .projects #wrapper, .content-projects {
        width: 100%;
    }

    #projects-content-block ul {
        margin-bottom: 300px;
        width: 317px;
    }

    #projects-moon {
        bottom: 0;
        margin: 0 -131px 0 0;
        right: 50%;
    }

    .client-website, .client-mobile {
        box-sizing: border-box;
        display: inline-block;
        height: auto;
        margin: 0 10px 30px;
        min-height: 430px;
        width: calc(100% - 20px);
    }

    #projects-clients-content-block {
        width: 320px;
        overflow: hidden;
    }

    .about #wrapper {
        height: auto;
        width: 100%;
    }

    #about-content-block {
        box-sizing: border-box;
        margin: 190px 0 50px 10px;
        padding: 190px 40px 40px;
        width: calc(100% - 20px);
        height: auto;
    }

    #about-content-block > div {
        max-width: 100%;
    }

    .website-preview {
        margin-left: calc(50% - 191px);
        width: 400px;
        background-size: 95%;
        height: 300px;
    }

    .website-preview-img {
        margin-left: 52px;
        top: 13px;
        width: 280px;
    }

    .website-info {
        box-sizing: border-box;
        margin-top: 0;
        padding: 0 10px;
        text-align: center;
        width: 100%;
    }

    .website-info h2 {
        font-size: 25px;
    }

    .mobile-info {
        box-sizing: border-box;
        height: auto;
        margin: 50px 0 20px;
        padding: 0 50px;
        text-align: center;
        width: 100%;
    }

    .mobile-preview {
        margin-left: calc(50% - 150px);
        position: relative;
        height: auto;
        margin-bottom: 50px;
        margin-top: 0;
    }

    .website-info .body {
        width: 100%;
    }

    #projects-clients-moon {
        margin-top: 0;
        position: relative;
    }

    .content-projects-clients {
        margin-bottom: 50px;
    }

    #about-clients {
        margin-right: -125px;
        right: 50%;
        top: 420px;
    }

    #about-moon {
        bottom: -40px;
        left: inherit;
        right: 0;
        top: inherit;
    }

    body.contact .helix-flag {
        bottom: -120px;
        position: absolute;
    }

    body.about .content h3 {
        width: 100%;
        line-height: 25px;
        font-size: 15px;
    }

    #global-nav, body.front #global-nav {
        left: inherit;
        margin-left: 0;
        right: 20px;
        top: 24px;
        width: calc(100% - 40px);
        z-index: 100;
    }

    #contact-content-block {
        margin: 0 0 70px 0;
        display: inline-block;
        width: 100%;
        background-position: center top;
        text-align: center;
    }

    #contact-content-block > div {
        display: inline-block;
        margin-left: 0;
        float: none;
    }

    #contact-content-block > div.say-hello {
        text-align: left;
        padding: 0 35px;
        line-height: 20px;
    }

    #contact-content-block > div#follow p,
    #contact-content-block > div#follow {
        display: block;
    }

    #contact-content-block > div#follow p a {
        float: none;
        display: inline-block;
    }

    #footer-inner {
        height: auto;
    }

    #helix-links ul {
        text-align: center;
    }

    #helix-links li {
        list-style: none;
        float: none;
        display: inline-block;
        vertical-align: top;
        margin: 6px 0;
    }

    body.join {
        background-image: none;
        background-color: #2a3f5e;
    }

    body.join #wrapper {
        height: auto;
    }

    body.join .indent {
        margin-left: 0;
        padding: 20px 0 0 0;
        text-align: center;
    }

    body.join #astroboy {
        display: none;
    }

    body.join .role1,
    body.join .role2,
    body.join .role3,
    body.join .role4 {
        position: relative;
        left: 0;
        top: 0;
        margin: 0 auto;
        display: inline-block;
        vertical-align: top;
    }

    .page-content {
        margin: 0 auto;
        width: 90%;
    }

    .say-hello p {
        font-size: 12px;
    }

    #contact-content-block #follow,
    #contact-content-block #follow h3 {
        margin-top: 0;
    }

    #contact-content-block h3 {
        margin-left: 0;
    }

    .back-to-projects {
        margin-left: -110px;
    }

    .project-info {
        padding-left: 0;
        width: 286px;
    }



}




