footer{
    background-color: #292c2f;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
    box-sizing: border-box;
    width: 100%;
    text-align: left;
    /*font: bold 16px sans-serif;*/
    font:bold 16px;
}

.lb-footer{
    padding:40px 0px;
}

.lb-footer .footer-left,
.lb-footer .footer-center,
.lb-footer .footer-right{
    display: inline-block;
    vertical-align: top;
}

.lb-footer .footer-left{
    width:30%;
}

.lb-footer h3{
    color:  #ffffff;
    font-size: 36px;
    font-weight:normal;
    margin: 0;
}

.lb-footer h3 span{
    color: #fed136;
}

.lb-footer .footer-links{
    color: #ffffff;
    margin: 7px 0 12px;
    padding: 0;
}

.lb-footer .footer-links a{
    display:inline-block;
    line-height: 1.8;
    text-decoration: none;
    color:  inherit;
}

.lb-footer .footer-company-name{
    color:  #8f9296;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
}

.lb-footer .footer-center{
    width:40%;
}

.lb-footer .footer-center i{
    background-color:  #33383b;
    color: #ffffff;
    font-size: 25px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    text-align: center;
    line-height: 42px;
    margin: 10px 15px;
    vertical-align: middle;
}

.lb-footer .footer-center i.fa-envelope{
    font-size: 17px;
    line-height: 38px;
}

.lb-footer .footer-center p{
    display: inline-block;
    color: #ffffff;
    vertical-align: middle;
    margin:0;
}

.lb-footer .footer-center p span{
    display:block;
    font-weight: normal;
    font-size:14px;
    line-height:2;
}

.lb-footer .footer-center p a{
    color: #fed136;
    text-decoration: none;;
}

.lb-footer .footer-right{
    width: 29%;
}

.lb-footer .footer-company-about{
    line-height: 20px;
    color:  #92999f;
    font-size: 13px;
    font-weight: normal;
    margin: 0;
}

.lb-footer .footer-company-about span{
    display: block;
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 13px;
    text-transform: capitalize;
}

.lb-footer .footer-icons{
    margin-top: 25px;
}

.lb-footer .footer-icons a{
    display: inline-block;
    width: 35px;
    height: 35px;
    cursor: pointer;
    background-color:  #33383b;
    border-radius: 2px;

    font-size: 20px;
    color: #ffffff;
    text-align: center;
    line-height: 35px;

    margin-right: 3px;
    margin-bottom: 5px;
}

.footer-list-block {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #464646;
}

.footer-list__title {
    color: #efefef;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

.footer-list-block ul {
    margin:0;
}

.footer-list-block ul > li {
    padding: 2px 0;
}

.footer-list-block ul > li > a {
    font-size: 16px;
    color: #b9b9b9;
    font-weight: 200;
    line-height:22px;
}


@media screen and (max-width:992px) {
    .footer-list__title {
        font-size:16px;
    }
    .footer-list-block ul > li > a {
        font-size:14px;
    }
}

@media (max-width: 880px) {

    .lb-footer{
        /*font: bold 14px sans-serif;*/
    }

    .lb-footer .footer-left,
    .lb-footer .footer-center,
    .lb-footer .footer-right{
        display: block;
        width: 100%;
        margin-bottom: 40px;
        text-align: center;
    }

    .lb-footer .footer-center i{
        margin-left: 0;
    }

}

@media screen and (max-width:767px) {
    .footer-list__title {
        font-size:16px;
    }
    .footer-list-block ul > li > a {
        font-size:13px;
    }
}

@media screen and (max-width:420px) {
    .footer-list__title {
        font-size:14px;
    }
    .footer-list-block ul > li > a {
        font-size:13px;
    }
}