#cdev-nb1-nav {
    background: #313131 url(nav-bg-mob.jpg) no-repeat center;
    background-size: cover;
    height: 725px;
    position: relative;
}

#cdev-nb1-nav .button {
    position: absolute;
    top: 150px;
    left: 50%;
    margin-left: -146px;
}

#cdev-nb1-nav .cdev-styles {
    position: absolute;
    top: 220px;
    width: 320px;
    left: 50%;
    margin-left: -160px;
    font-size: 0;
}

#cdev-nb1-nav .cdev-shoe {
    display: block;
    width: 100%;
    height: 120px;
    padding: 10px 0 0 120px;
    background: transparent no-repeat left center;
    background-size: auto 100%;
}

#cdev-nb1-nav .cdev-shoe h3 {
    color: #fff;
    font-size: 40px;
    line-height: 35px;
    font-weight: 700;
    margin: 0;
}

#cdev-nb1-nav .cdev-shoe h3 span {
    display: inline-block;
    font-weight: 200;
    text-transform: none;
    font-size: 0.3em;
    line-height: 20px;
    letter-spacing: normal;
    margin: 0;
    vertical-align: top;
}

#cdev-nb1-nav .cdev-shoe p {
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 200;
    line-height: 15px;
    margin: 0;
}

#cdev-nb1-nav .cdev-shoe p:after {
    font-size: 0.4em;
    font-family: 'nbicon';
    content: " \e63c";
    vertical-align: text-bottom;
    line-height: 22px;
}

#cdev-nb1-nav .cdev-shoe-1 {
    background-image: url(998-p.png);
}

#cdev-nb1-nav .cdev-shoe-2 {
    background-image: url(998.png);
}

#cdev-nb1-nav .cdev-shoe-3 {
    background-image: url(990.png);
}

#cdev-nb1-nav .cdev-shoe-4 {
    background-image: url(574.png);
}

@media (min-width: 768px) {
    #cdev-nb1-nav {
        background-image: url(nav-bg-tab.jpg);
        height: 435px;
    }
    #cdev-nb1-nav .button {
        top: 160px;
        margin-left: 19px;
    }
    #cdev-nb1-nav .cdev-styles {
        top: 210px;
        width: 700px;
        margin-left: -350px;
        font-size: 0;
    }
    #cdev-nb1-nav .cdev-shoe {
        display: inline-block;
        width: 25%;
        padding: 130px 0 0 0;
        background-position: top center;
        background-size: 125px auto;
        height: 200px;
        vertical-align: top;
        text-align: center;
    }
    #cdev-nb1-nav .cdev-shoe-1 h3 {
        position: relative;
        left: 20px;
    }
}

@media (min-width: 960px) {
    #cdev-nb1-nav {
        background-image: url(nav-bg-full.jpg);
    }
}


/*# sourceMappingURL=style.css.map */