.navigation {
    padding-right: 10px;
}
#header .header-content {
    padding-top: 10px;
}
#header.fixed .header-content {
    padding-top: 10px;
}
.header-contacts {
    text-align: center;
}
.header-contacts p {
    color: rgba(255, 255, 255, 0.75);
    white-space: nowrap;
}
.banner {
    padding-bottom: 30px;
}
.banner .banner-text p {
    text-align: justify;
}

.features .feature-content .feature-desc {
    text-align: justify;
}
.features .feature-content .feature-cost {
    text-align: right;
    margin: 5px 0 0 0;
}
.features .feature-cost-note {
    clear: both;
    text-align: right;
    font-style: italic;
    padding: 0 15px;
}

.icon-work:before {
    content: "\e015";
}
#services {
    padding-bottom: 0px;
}

#contacts {
    padding-bottom: 100px;
}

#contacts h4 {
    font-family: sans-serif;
}
.avatar {
    background: #313550;
}

@media (min-width: 992px) {
    .col-avatar {
        width: 30%;
    }
    .col-desc {
        width: 70%;
    }
}

.footer .footer-col {
    margin-bottom: 40px;
}

.footer .footer-col p {
    color: #ffffff;
}