#hero {
    background-color:#009cde;
    padding-top:120px;
    padding-bottom:50px;
    overflow:hidden;
    background-image:linear-gradient(150deg, #007bb3 0%, #009cde 97%);
}

#hero ct {
    max-width:1050px;
}

#hero ct.to icon {
    font-size:70px;
    line-height:1;
    color:#bbeea5;
    text-shadow:0 1px 2px rgba(0,0,0,.2);
}

#hero ct.to item {
    padding: 30px 15px;
    font-size:15px;
}

#hero ct.to item h3 {
    font-weight:400;
    font-size:18px;
    max-width:218px;
    margin:10px auto 0;
    color:#fff;
}

#hero h2 {
    margin-top: 0;
    margin-bottom: 40px;
    font-weight: 900;
    font-size: 60px;
    line-height: 1;
    color: #fff;
}

#hero h2 span.trade {
    font-weight:800;
}

#hero h2 span.bot {
    font-weight: 900;
    color: #bbdea3;
    color: #bbeea5;
}


#hero h3.we {
    margin-top: 60px;
    color: #fff;
    font-size: 21px;
    font-weight: 700;
}

#hero a.scroll-down {
    font-size:40px;
    color:#c8e5f6;
    text-decoration:none !important;
    display:inline-block;
    width:50px;
    height:50px;
    /*background:rgba(255,255,255,.15);*/
    border-radius:50%;
    vertical-align:top;
    line-height:50px;
    text-align:center;
    font-weight:600;
    margin-top:30px;
    cursor:pointer;
}

#hero a.scroll-down:before {
    content: "\f3d0";
    font-family:ion;
    font-weight:300;
    line-height:inherit;
}
#hero a.scroll-down:hover {
    background:rgba(255,255,255,.1);
}


#scans {
    position:absolute;
    z-index:4;
    left:67%;
    top: 18%;
    border-radius:100px;
    box-shadow: 0 1px 5px rgba(0,0,0,.5);
    overflow:hidden;
    border:1px solid rgba(255,255,255,.8);
    width:160px;
    height: 160px;
}

#scans img {
    width:160px;
    height: 160px;
}

#scan-count {
    position: absolute;
    right: 90px;
    top: 72px;
    color: #009cde;
    font-size: 15px;
    font-weight: 500;
    min-width:50px;
}



item.masker {
    padding:10px;
    cursor:default;
}

item.masker h3 {
    font-size:18px;
    margin-bottom: 0;
    line-height: 22px;
    font-weight:900;
}

item.masker p {
    font-size:16px;
}

.skills desktop {
    border-width:0;
}

.skills desktop:before {
    display:none;
}

.skills desktop screen {
    border-width:0;
}

#body .skills {
    padding-top:90px;
    padding-bottom:90px;
}

.skills item {
    position: relative;
    padding: 10px 0 10px 42px;
    text-align: left;
}

.skills item icon {
    color: #009cde;
    font-size: 32px;
    position: absolute;
    top: 14px;
    left: 0;
}

.skills item p {
    margin:0;
    font-size:18px;
}


div.logos {
    text-align:center;
    margin:10px auto 0;
    max-width:5000px;
}

div.logos img {
    margin: 0 30px;
    vertical-align:middle;
    position:relative;
    height:30px;
    width:auto;
}

slide.btop {
    border-top:0 solid #ebebec;
}


@media (max-width: 767px) {
    item.masker {
        padding: 15px 0;
    }

    item.masker p,
    .ilist > item > p {
        font-size:18px;
        line-height:25px;
    }

    #body .skills {
        padding-top:50px;
        padding-bottom:50px;
    }

    div.logos {
        text-align:center;
        margin:0 auto 0;
    }

    div.logos img {
        margin: 20px 30px;
        vertical-align:top;
        position:static;
    }

    #hero h2 {
        font-size:46px;
    }

}
